@charset "UTF-8";
/*!
 *  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/font-awesome/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?v=4.7.0);
  src: url(/assets/font-awesome/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?v=4.7.0#iefix) format("embedded-opentype"), url(/assets/font-awesome/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2?v=4.7.0) format("woff2"), url(/assets/font-awesome/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff?v=4.7.0) format("woff"), url(/assets/font-awesome/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf?v=4.7.0) format("truetype"), url(/assets/font-awesome/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg?v=4.7.0#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 4, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_core.scss */
.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 5, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_larger.scss */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 10, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 11, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 12, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 13, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_larger.scss */
.fa-5x {
  font-size: 5em;
}

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

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

/* line 8, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 10, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_list.scss */
.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}

/* line 16, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_list.scss */
.fa-li.fa-lg {
  left: -1.8571428571em;
}

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

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

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

/* line 14, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 15, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 19, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.pull-right {
  float: right;
}

/* line 20, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.pull-left {
  float: left;
}

/* line 23, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em;
}

/* line 24, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em;
}

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

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

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

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

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

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

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

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

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

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

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

/* line 18, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 19, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 20, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_stacked.scss */
.fa-inverse {
  color: #fff;
}

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

/* line 5, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-music:before {
  content: "";
}

/* line 6, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-search:before {
  content: "";
}

/* line 7, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-o:before {
  content: "";
}

/* line 8, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart:before {
  content: "";
}

/* line 9, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-star:before {
  content: "";
}

/* line 10, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-o:before {
  content: "";
}

/* line 11, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user:before {
  content: "";
}

/* line 12, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-film:before {
  content: "";
}

/* line 13, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-large:before {
  content: "";
}

/* line 14, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-th:before {
  content: "";
}

/* line 15, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-list:before {
  content: "";
}

/* line 16, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-check:before {
  content: "";
}

/* line 17, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

/* line 18, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-plus:before {
  content: "";
}

/* line 19, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-minus:before {
  content: "";
}

/* line 20, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-power-off:before {
  content: "";
}

/* line 21, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-signal:before {
  content: "";
}

/* line 22, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: "";
}

/* line 23, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-o:before {
  content: "";
}

/* line 24, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-home:before {
  content: "";
}

/* line 25, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-o:before {
  content: "";
}

/* line 26, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-clock-o:before {
  content: "";
}

/* line 27, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-road:before {
  content: "";
}

/* line 28, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-download:before {
  content: "";
}

/* line 29, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: "";
}

/* line 30, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: "";
}

/* line 31, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-inbox:before {
  content: "";
}

/* line 32, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-play-circle-o:before {
  content: "";
}

/* line 33, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

/* line 34, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-refresh:before {
  content: "";
}

/* line 35, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-alt:before {
  content: "";
}

/* line 36, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lock:before {
  content: "";
}

/* line 37, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag:before {
  content: "";
}

/* line 38, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones:before {
  content: "";
}

/* line 39, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-off:before {
  content: "";
}

/* line 40, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-down:before {
  content: "";
}

/* line 41, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-up:before {
  content: "";
}

/* line 42, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-qrcode:before {
  content: "";
}

/* line 43, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-barcode:before {
  content: "";
}

/* line 44, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tag:before {
  content: "";
}

/* line 45, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tags:before {
  content: "";
}

/* line 46, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-book:before {
  content: "";
}

/* line 47, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bookmark:before {
  content: "";
}

/* line 48, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-print:before {
  content: "";
}

/* line 49, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera:before {
  content: "";
}

/* line 50, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-font:before {
  content: "";
}

/* line 51, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bold:before {
  content: "";
}

/* line 52, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-italic:before {
  content: "";
}

/* line 53, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-height:before {
  content: "";
}

/* line 54, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-width:before {
  content: "";
}

/* line 55, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-left:before {
  content: "";
}

/* line 56, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-center:before {
  content: "";
}

/* line 57, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-right:before {
  content: "";
}

/* line 58, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-justify:before {
  content: "";
}

/* line 59, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-list:before {
  content: "";
}

/* line 60, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

/* line 61, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-indent:before {
  content: "";
}

/* line 62, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-video-camera:before {
  content: "";
}

/* line 63, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

/* line 64, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil:before {
  content: "";
}

/* line 65, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marker:before {
  content: "";
}

/* line 66, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-adjust:before {
  content: "";
}

/* line 67, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tint:before {
  content: "";
}

/* line 68, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

/* line 69, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-square-o:before {
  content: "";
}

/* line 70, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-square-o:before {
  content: "";
}

/* line 71, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows:before {
  content: "";
}

/* line 72, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-backward:before {
  content: "";
}

/* line 73, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-backward:before {
  content: "";
}

/* line 74, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-backward:before {
  content: "";
}

/* line 75, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-play:before {
  content: "";
}

/* line 76, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause:before {
  content: "";
}

/* line 77, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop:before {
  content: "";
}

/* line 78, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-forward:before {
  content: "";
}

/* line 79, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-forward:before {
  content: "";
}

/* line 80, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-forward:before {
  content: "";
}

/* line 81, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eject:before {
  content: "";
}

/* line 82, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-left:before {
  content: "";
}

/* line 83, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-right:before {
  content: "";
}

/* line 84, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-circle:before {
  content: "";
}

/* line 85, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-circle:before {
  content: "";
}

/* line 86, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-circle:before {
  content: "";
}

/* line 87, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-circle:before {
  content: "";
}

/* line 88, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-question-circle:before {
  content: "";
}

/* line 89, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-info-circle:before {
  content: "";
}

/* line 90, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-crosshairs:before {
  content: "";
}

/* line 91, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-circle-o:before {
  content: "";
}

/* line 92, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-circle-o:before {
  content: "";
}

/* line 93, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ban:before {
  content: "";
}

/* line 94, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-left:before {
  content: "";
}

/* line 95, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right:before {
  content: "";
}

/* line 96, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up:before {
  content: "";
}

/* line 97, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down:before {
  content: "";
}

/* line 98, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

/* line 99, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand:before {
  content: "";
}

/* line 100, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress:before {
  content: "";
}

/* line 101, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus:before {
  content: "";
}

/* line 102, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus:before {
  content: "";
}

/* line 103, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-asterisk:before {
  content: "";
}

/* line 104, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation-circle:before {
  content: "";
}

/* line 105, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gift:before {
  content: "";
}

/* line 106, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-leaf:before {
  content: "";
}

/* line 107, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire:before {
  content: "";
}

/* line 108, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye:before {
  content: "";
}

/* line 109, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-slash:before {
  content: "";
}

/* line 110, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

/* line 111, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane:before {
  content: "";
}

/* line 112, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar:before {
  content: "";
}

/* line 113, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-random:before {
  content: "";
}

/* line 114, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment:before {
  content: "";
}

/* line 115, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnet:before {
  content: "";
}

/* line 116, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-up:before {
  content: "";
}

/* line 117, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-down:before {
  content: "";
}

/* line 118, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-retweet:before {
  content: "";
}

/* line 119, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-cart:before {
  content: "";
}

/* line 120, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder:before {
  content: "";
}

/* line 121, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-open:before {
  content: "";
}

/* line 122, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-v:before {
  content: "";
}

/* line 123, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-h:before {
  content: "";
}

/* line 124, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

/* line 125, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitter-square:before {
  content: "";
}

/* line 126, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-square:before {
  content: "";
}

/* line 127, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera-retro:before {
  content: "";
}

/* line 128, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-key:before {
  content: "";
}

/* line 129, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "";
}

/* line 130, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments:before {
  content: "";
}

/* line 131, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-o-up:before {
  content: "";
}

/* line 132, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-o-down:before {
  content: "";
}

/* line 133, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half:before {
  content: "";
}

/* line 134, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-o:before {
  content: "";
}

/* line 135, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-out:before {
  content: "";
}

/* line 136, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-linkedin-square:before {
  content: "";
}

/* line 137, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumb-tack:before {
  content: "";
}

/* line 138, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link:before {
  content: "";
}

/* line 139, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-in:before {
  content: "";
}

/* line 140, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trophy:before {
  content: "";
}

/* line 141, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-github-square:before {
  content: "";
}

/* line 142, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-upload:before {
  content: "";
}

/* line 143, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lemon-o:before {
  content: "";
}

/* line 144, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone:before {
  content: "";
}

/* line 145, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-o:before {
  content: "";
}

/* line 146, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bookmark-o:before {
  content: "";
}

/* line 147, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-square:before {
  content: "";
}

/* line 148, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitter:before {
  content: "";
}

/* line 149, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

/* line 150, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-github:before {
  content: "";
}

/* line 151, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock:before {
  content: "";
}

/* line 152, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-credit-card:before {
  content: "";
}

/* line 153, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-feed:before,
.fa-rss:before {
  content: "";
}

/* line 154, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hdd-o:before {
  content: "";
}

/* line 155, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullhorn:before {
  content: "";
}

/* line 156, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell:before {
  content: "";
}

/* line 157, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-certificate:before {
  content: "";
}

/* line 158, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-o-right:before {
  content: "";
}

/* line 159, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-o-left:before {
  content: "";
}

/* line 160, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-o-up:before {
  content: "";
}

/* line 161, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-o-down:before {
  content: "";
}

/* line 162, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-left:before {
  content: "";
}

/* line 163, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-right:before {
  content: "";
}

/* line 164, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-up:before {
  content: "";
}

/* line 165, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-down:before {
  content: "";
}

/* line 166, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe:before {
  content: "";
}

/* line 167, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wrench:before {
  content: "";
}

/* line 168, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tasks:before {
  content: "";
}

/* line 169, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-filter:before {
  content: "";
}

/* line 170, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase:before {
  content: "";
}

/* line 171, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt:before {
  content: "";
}

/* line 172, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-group:before,
.fa-users:before {
  content: "";
}

/* line 173, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: "";
}

/* line 174, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud:before {
  content: "";
}

/* line 175, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flask:before {
  content: "";
}

/* line 176, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "";
}

/* line 177, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "";
}

/* line 178, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paperclip:before {
  content: "";
}

/* line 179, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

/* line 180, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square:before {
  content: "";
}

/* line 181, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

/* line 182, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ul:before {
  content: "";
}

/* line 183, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ol:before {
  content: "";
}

/* line 184, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-strikethrough:before {
  content: "";
}

/* line 185, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-underline:before {
  content: "";
}

/* line 186, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-table:before {
  content: "";
}

/* line 187, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-magic:before {
  content: "";
}

/* line 188, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck:before {
  content: "";
}

/* line 189, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest:before {
  content: "";
}

/* line 190, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest-square:before {
  content: "";
}

/* line 191, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus-square:before {
  content: "";
}

/* line 192, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus:before {
  content: "";
}

/* line 193, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-money:before {
  content: "";
}

/* line 194, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-down:before {
  content: "";
}

/* line 195, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-up:before {
  content: "";
}

/* line 196, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-left:before {
  content: "";
}

/* line 197, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-right:before {
  content: "";
}

/* line 198, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-columns:before {
  content: "";
}

/* line 199, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

/* line 200, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

/* line 201, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

/* line 202, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope:before {
  content: "";
}

/* line 203, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-linkedin:before {
  content: "";
}

/* line 204, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

/* line 205, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "";
}

/* line 206, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

/* line 207, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-o:before {
  content: "";
}

/* line 208, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments-o:before {
  content: "";
}

/* line 209, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "";
}

/* line 210, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sitemap:before {
  content: "";
}

/* line 211, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-umbrella:before {
  content: "";
}

/* line 212, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

/* line 213, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lightbulb-o:before {
  content: "";
}

/* line 214, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-exchange:before {
  content: "";
}

/* line 215, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-download:before {
  content: "";
}

/* line 216, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-upload:before {
  content: "";
}

/* line 217, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-md:before {
  content: "";
}

/* line 218, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stethoscope:before {
  content: "";
}

/* line 219, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase:before {
  content: "";
}

/* line 220, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-o:before {
  content: "";
}

/* line 221, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-coffee:before {
  content: "";
}

/* line 222, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cutlery:before {
  content: "";
}

/* line 223, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-text-o:before {
  content: "";
}

/* line 224, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-o:before {
  content: "";
}

/* line 225, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-o:before {
  content: "";
}

/* line 226, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ambulance:before {
  content: "";
}

/* line 227, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-medkit:before {
  content: "";
}

/* line 228, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fighter-jet:before {
  content: "";
}

/* line 229, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-beer:before {
  content: "";
}

/* line 230, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-h-square:before {
  content: "";
}

/* line 231, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-square:before {
  content: "";
}

/* line 232, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-left:before {
  content: "";
}

/* line 233, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-right:before {
  content: "";
}

/* line 234, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-up:before {
  content: "";
}

/* line 235, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-down:before {
  content: "";
}

/* line 236, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-left:before {
  content: "";
}

/* line 237, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-right:before {
  content: "";
}

/* line 238, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-up:before {
  content: "";
}

/* line 239, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-down:before {
  content: "";
}

/* line 240, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-desktop:before {
  content: "";
}

/* line 241, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop:before {
  content: "";
}

/* line 242, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet:before {
  content: "";
}

/* line 243, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

/* line 244, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-o:before {
  content: "";
}

/* line 245, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-left:before {
  content: "";
}

/* line 246, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-right:before {
  content: "";
}

/* line 247, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-spinner:before {
  content: "";
}

/* line 248, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle:before {
  content: "";
}

/* line 249, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

/* line 250, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-github-alt:before {
  content: "";
}

/* line 251, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-o:before {
  content: "";
}

/* line 252, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-open-o:before {
  content: "";
}

/* line 253, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile-o:before {
  content: "";
}

/* line 254, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-frown-o:before {
  content: "";
}

/* line 255, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh-o:before {
  content: "";
}

/* line 256, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gamepad:before {
  content: "";
}

/* line 257, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-keyboard-o:before {
  content: "";
}

/* line 258, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag-o:before {
  content: "";
}

/* line 259, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag-checkered:before {
  content: "";
}

/* line 260, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-terminal:before {
  content: "";
}

/* line 261, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-code:before {
  content: "";
}

/* line 262, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

/* line 263, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

/* line 264, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-arrow:before {
  content: "";
}

/* line 265, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop:before {
  content: "";
}

/* line 266, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-fork:before {
  content: "";
}

/* line 267, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

/* line 268, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-question:before {
  content: "";
}

/* line 269, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-info:before {
  content: "";
}

/* line 270, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation:before {
  content: "";
}

/* line 271, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-superscript:before {
  content: "";
}

/* line 272, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-subscript:before {
  content: "";
}

/* line 273, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eraser:before {
  content: "";
}

/* line 274, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-puzzle-piece:before {
  content: "";
}

/* line 275, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone:before {
  content: "";
}

/* line 276, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-slash:before {
  content: "";
}

/* line 277, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield:before {
  content: "";
}

/* line 278, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-o:before {
  content: "";
}

/* line 279, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-extinguisher:before {
  content: "";
}

/* line 280, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rocket:before {
  content: "";
}

/* line 281, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-maxcdn:before {
  content: "";
}

/* line 282, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-left:before {
  content: "";
}

/* line 283, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-right:before {
  content: "";
}

/* line 284, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-up:before {
  content: "";
}

/* line 285, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-down:before {
  content: "";
}

/* line 286, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-html5:before {
  content: "";
}

/* line 287, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-css3:before {
  content: "";
}

/* line 288, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor:before {
  content: "";
}

/* line 289, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock-alt:before {
  content: "";
}

/* line 290, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullseye:before {
  content: "";
}

/* line 291, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-h:before {
  content: "";
}

/* line 292, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-v:before {
  content: "";
}

/* line 293, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rss-square:before {
  content: "";
}

/* line 294, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-play-circle:before {
  content: "";
}

/* line 295, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ticket:before {
  content: "";
}

/* line 296, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-square:before {
  content: "";
}

/* line 297, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-square-o:before {
  content: "";
}

/* line 298, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-up:before {
  content: "";
}

/* line 299, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-down:before {
  content: "";
}

/* line 300, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-square:before {
  content: "";
}

/* line 301, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-square:before {
  content: "";
}

/* line 302, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-square:before {
  content: "";
}

/* line 303, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-square:before {
  content: "";
}

/* line 304, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-compass:before {
  content: "";
}

/* line 305, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

/* line 306, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

/* line 307, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

/* line 308, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: "";
}

/* line 309, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gbp:before {
  content: "";
}

/* line 310, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "";
}

/* line 311, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "";
}

/* line 312, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

/* line 313, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

/* line 314, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: "";
}

/* line 315, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

/* line 316, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file:before {
  content: "";
}

/* line 317, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-text:before {
  content: "";
}

/* line 318, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-asc:before {
  content: "";
}

/* line 319, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-desc:before {
  content: "";
}

/* line 320, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-asc:before {
  content: "";
}

/* line 321, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-desc:before {
  content: "";
}

/* line 322, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-asc:before {
  content: "";
}

/* line 323, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-desc:before {
  content: "";
}

/* line 324, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-up:before {
  content: "";
}

/* line 325, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-down:before {
  content: "";
}

/* line 326, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-youtube-square:before {
  content: "";
}

/* line 327, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-youtube:before {
  content: "";
}

/* line 328, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-xing:before {
  content: "";
}

/* line 329, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-xing-square:before {
  content: "";
}

/* line 330, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-youtube-play:before {
  content: "";
}

/* line 331, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dropbox:before {
  content: "";
}

/* line 332, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stack-overflow:before {
  content: "";
}

/* line 333, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-instagram:before {
  content: "";
}

/* line 334, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flickr:before {
  content: "";
}

/* line 335, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-adn:before {
  content: "";
}

/* line 336, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitbucket:before {
  content: "";
}

/* line 337, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitbucket-square:before {
  content: "";
}

/* line 338, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tumblr:before {
  content: "";
}

/* line 339, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tumblr-square:before {
  content: "";
}

/* line 340, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-down:before {
  content: "";
}

/* line 341, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-up:before {
  content: "";
}

/* line 342, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-left:before {
  content: "";
}

/* line 343, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-right:before {
  content: "";
}

/* line 344, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple:before {
  content: "";
}

/* line 345, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-windows:before {
  content: "";
}

/* line 346, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-android:before {
  content: "";
}

/* line 347, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-linux:before {
  content: "";
}

/* line 348, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dribbble:before {
  content: "";
}

/* line 349, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-skype:before {
  content: "";
}

/* line 350, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-foursquare:before {
  content: "";
}

/* line 351, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trello:before {
  content: "";
}

/* line 352, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-female:before {
  content: "";
}

/* line 353, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-male:before {
  content: "";
}

/* line 354, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

/* line 355, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sun-o:before {
  content: "";
}

/* line 356, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-moon-o:before {
  content: "";
}

/* line 357, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-archive:before {
  content: "";
}

/* line 358, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bug:before {
  content: "";
}

/* line 359, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vk:before {
  content: "";
}

/* line 360, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-weibo:before {
  content: "";
}

/* line 361, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-renren:before {
  content: "";
}

/* line 362, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pagelines:before {
  content: "";
}

/* line 363, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stack-exchange:before {
  content: "";
}

/* line 364, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: "";
}

/* line 365, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: "";
}

/* line 366, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

/* line 367, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dot-circle-o:before {
  content: "";
}

/* line 368, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair:before {
  content: "";
}

/* line 369, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vimeo-square:before {
  content: "";
}

/* line 370, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

/* line 371, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-square-o:before {
  content: "";
}

/* line 372, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-space-shuttle:before {
  content: "";
}

/* line 373, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-slack:before {
  content: "";
}

/* line 374, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-square:before {
  content: "";
}

/* line 375, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wordpress:before {
  content: "";
}

/* line 376, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-openid:before {
  content: "";
}

/* line 377, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

/* line 378, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

/* line 379, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-yahoo:before {
  content: "";
}

/* line 380, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-google:before {
  content: "";
}

/* line 381, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit:before {
  content: "";
}

/* line 382, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit-square:before {
  content: "";
}

/* line 383, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "";
}

/* line 384, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stumbleupon:before {
  content: "";
}

/* line 385, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-delicious:before {
  content: "";
}

/* line 386, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-digg:before {
  content: "";
}

/* line 387, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper-pp:before {
  content: "";
}

/* line 388, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper-alt:before {
  content: "";
}

/* line 389, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-drupal:before {
  content: "";
}

/* line 390, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-joomla:before {
  content: "";
}

/* line 391, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-language:before {
  content: "";
}

/* line 392, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fax:before {
  content: "";
}

/* line 393, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-building:before {
  content: "";
}

/* line 394, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-child:before {
  content: "";
}

/* line 395, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paw:before {
  content: "";
}

/* line 396, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-spoon:before {
  content: "";
}

/* line 397, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cube:before {
  content: "";
}

/* line 398, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cubes:before {
  content: "";
}

/* line 399, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-behance:before {
  content: "";
}

/* line 400, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-behance-square:before {
  content: "";
}

/* line 401, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-steam:before {
  content: "";
}

/* line 402, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-steam-square:before {
  content: "";
}

/* line 403, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-recycle:before {
  content: "";
}

/* line 404, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-automobile:before,
.fa-car:before {
  content: "";
}

/* line 405, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "";
}

/* line 406, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tree:before {
  content: "";
}

/* line 407, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-spotify:before {
  content: "";
}

/* line 408, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-deviantart:before {
  content: "";
}

/* line 409, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-soundcloud:before {
  content: "";
}

/* line 410, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-database:before {
  content: "";
}

/* line 411, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-pdf-o:before {
  content: "";
}

/* line 412, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-word-o:before {
  content: "";
}

/* line 413, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-excel-o:before {
  content: "";
}

/* line 414, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-powerpoint-o:before {
  content: "";
}

/* line 415, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

/* line 416, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

/* line 417, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

/* line 418, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

/* line 419, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-code-o:before {
  content: "";
}

/* line 420, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vine:before {
  content: "";
}

/* line 421, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-codepen:before {
  content: "";
}

/* line 422, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-jsfiddle:before {
  content: "";
}

/* line 423, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

/* line 424, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-o-notch:before {
  content: "";
}

/* line 425, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

/* line 426, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ge:before,
.fa-empire:before {
  content: "";
}

/* line 427, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-git-square:before {
  content: "";
}

/* line 428, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-git:before {
  content: "";
}

/* line 429, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

/* line 430, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tencent-weibo:before {
  content: "";
}

/* line 431, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-qq:before {
  content: "";
}

/* line 432, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

/* line 433, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

/* line 434, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

/* line 435, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-history:before {
  content: "";
}

/* line 436, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-thin:before {
  content: "";
}

/* line 437, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-header:before {
  content: "";
}

/* line 438, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paragraph:before {
  content: "";
}

/* line 439, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sliders:before {
  content: "";
}

/* line 440, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt:before {
  content: "";
}

/* line 441, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt-square:before {
  content: "";
}

/* line 442, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bomb:before {
  content: "";
}

/* line 443, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

/* line 444, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tty:before {
  content: "";
}

/* line 445, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-binoculars:before {
  content: "";
}

/* line 446, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug:before {
  content: "";
}

/* line 447, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-slideshare:before {
  content: "";
}

/* line 448, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitch:before {
  content: "";
}

/* line 449, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-yelp:before {
  content: "";
}

/* line 450, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-newspaper-o:before {
  content: "";
}

/* line 451, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wifi:before {
  content: "";
}

/* line 452, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calculator:before {
  content: "";
}

/* line 453, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paypal:before {
  content: "";
}

/* line 454, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-wallet:before {
  content: "";
}

/* line 455, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-visa:before {
  content: "";
}

/* line 456, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-mastercard:before {
  content: "";
}

/* line 457, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-discover:before {
  content: "";
}

/* line 458, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-amex:before {
  content: "";
}

/* line 459, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-paypal:before {
  content: "";
}

/* line 460, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-stripe:before {
  content: "";
}

/* line 461, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-slash:before {
  content: "";
}

/* line 462, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-slash-o:before {
  content: "";
}

/* line 463, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash:before {
  content: "";
}

/* line 464, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-copyright:before {
  content: "";
}

/* line 465, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-at:before {
  content: "";
}

/* line 466, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eyedropper:before {
  content: "";
}

/* line 467, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paint-brush:before {
  content: "";
}

/* line 468, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-birthday-cake:before {
  content: "";
}

/* line 469, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-area-chart:before {
  content: "";
}

/* line 470, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pie-chart:before {
  content: "";
}

/* line 471, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-line-chart:before {
  content: "";
}

/* line 472, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lastfm:before {
  content: "";
}

/* line 473, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lastfm-square:before {
  content: "";
}

/* line 474, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-off:before {
  content: "";
}

/* line 475, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-on:before {
  content: "";
}

/* line 476, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bicycle:before {
  content: "";
}

/* line 477, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus:before {
  content: "";
}

/* line 478, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ioxhost:before {
  content: "";
}

/* line 479, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angellist:before {
  content: "";
}

/* line 480, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc:before {
  content: "";
}

/* line 481, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

/* line 482, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-meanpath:before {
  content: "";
}

/* line 483, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-buysellads:before {
  content: "";
}

/* line 484, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-connectdevelop:before {
  content: "";
}

/* line 485, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dashcube:before {
  content: "";
}

/* line 486, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-forumbee:before {
  content: "";
}

/* line 487, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-leanpub:before {
  content: "";
}

/* line 488, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sellsy:before {
  content: "";
}

/* line 489, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shirtsinbulk:before {
  content: "";
}

/* line 490, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-simplybuilt:before {
  content: "";
}

/* line 491, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-skyatlas:before {
  content: "";
}

/* line 492, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-plus:before {
  content: "";
}

/* line 493, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-arrow-down:before {
  content: "";
}

/* line 494, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-diamond:before {
  content: "";
}

/* line 495, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ship:before {
  content: "";
}

/* line 496, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-secret:before {
  content: "";
}

/* line 497, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-motorcycle:before {
  content: "";
}

/* line 498, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-street-view:before {
  content: "";
}

/* line 499, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-heartbeat:before {
  content: "";
}

/* line 500, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus:before {
  content: "";
}

/* line 501, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars:before {
  content: "";
}

/* line 502, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mercury:before {
  content: "";
}

/* line 503, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

/* line 504, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-transgender-alt:before {
  content: "";
}

/* line 505, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-double:before {
  content: "";
}

/* line 506, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-double:before {
  content: "";
}

/* line 507, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-mars:before {
  content: "";
}

/* line 508, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke:before {
  content: "";
}

/* line 509, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-v:before {
  content: "";
}

/* line 510, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-h:before {
  content: "";
}

/* line 511, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-neuter:before {
  content: "";
}

/* line 512, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-genderless:before {
  content: "";
}

/* line 513, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-official:before {
  content: "";
}

/* line 514, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest-p:before {
  content: "";
}

/* line 515, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-whatsapp:before {
  content: "";
}

/* line 516, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-server:before {
  content: "";
}

/* line 517, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-plus:before {
  content: "";
}

/* line 518, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-times:before {
  content: "";
}

/* line 519, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hotel:before,
.fa-bed:before {
  content: "";
}

/* line 520, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-viacoin:before {
  content: "";
}

/* line 521, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-train:before {
  content: "";
}

/* line 522, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-subway:before {
  content: "";
}

/* line 523, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-medium:before {
  content: "";
}

/* line 524, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

/* line 525, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-optin-monster:before {
  content: "";
}

/* line 526, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-opencart:before {
  content: "";
}

/* line 527, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-expeditedssl:before {
  content: "";
}

/* line 528, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

/* line 529, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

/* line 530, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

/* line 531, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

/* line 532, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

/* line 533, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mouse-pointer:before {
  content: "";
}

/* line 534, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-i-cursor:before {
  content: "";
}

/* line 535, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-group:before {
  content: "";
}

/* line 536, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-ungroup:before {
  content: "";
}

/* line 537, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sticky-note:before {
  content: "";
}

/* line 538, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sticky-note-o:before {
  content: "";
}

/* line 539, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-jcb:before {
  content: "";
}

/* line 540, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-diners-club:before {
  content: "";
}

/* line 541, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-clone:before {
  content: "";
}

/* line 542, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale:before {
  content: "";
}

/* line 543, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-o:before {
  content: "";
}

/* line 544, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

/* line 545, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

/* line 546, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

/* line 547, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass:before {
  content: "";
}

/* line 548, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

/* line 549, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

/* line 550, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-scissors-o:before {
  content: "";
}

/* line 551, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-lizard-o:before {
  content: "";
}

/* line 552, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-spock-o:before {
  content: "";
}

/* line 553, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-pointer-o:before {
  content: "";
}

/* line 554, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-peace-o:before {
  content: "";
}

/* line 555, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trademark:before {
  content: "";
}

/* line 556, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-registered:before {
  content: "";
}

/* line 557, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons:before {
  content: "";
}

/* line 558, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gg:before {
  content: "";
}

/* line 559, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gg-circle:before {
  content: "";
}

/* line 560, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tripadvisor:before {
  content: "";
}

/* line 561, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-odnoklassniki:before {
  content: "";
}

/* line 562, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-odnoklassniki-square:before {
  content: "";
}

/* line 563, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-get-pocket:before {
  content: "";
}

/* line 564, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wikipedia-w:before {
  content: "";
}

/* line 565, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-safari:before {
  content: "";
}

/* line 566, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chrome:before {
  content: "";
}

/* line 567, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-firefox:before {
  content: "";
}

/* line 568, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-opera:before {
  content: "";
}

/* line 569, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-internet-explorer:before {
  content: "";
}

/* line 570, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tv:before,
.fa-television:before {
  content: "";
}

/* line 571, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-contao:before {
  content: "";
}

/* line 572, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-500px:before {
  content: "";
}

/* line 573, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-amazon:before {
  content: "";
}

/* line 574, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-plus-o:before {
  content: "";
}

/* line 575, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-minus-o:before {
  content: "";
}

/* line 576, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-times-o:before {
  content: "";
}

/* line 577, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-check-o:before {
  content: "";
}

/* line 578, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-industry:before {
  content: "";
}

/* line 579, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-pin:before {
  content: "";
}

/* line 580, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-signs:before {
  content: "";
}

/* line 581, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-o:before {
  content: "";
}

/* line 582, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map:before {
  content: "";
}

/* line 583, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-commenting:before {
  content: "";
}

/* line 584, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-commenting-o:before {
  content: "";
}

/* line 585, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-houzz:before {
  content: "";
}

/* line 586, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vimeo:before {
  content: "";
}

/* line 587, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-black-tie:before {
  content: "";
}

/* line 588, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fonticons:before {
  content: "";
}

/* line 589, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit-alien:before {
  content: "";
}

/* line 590, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-edge:before {
  content: "";
}

/* line 591, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-credit-card-alt:before {
  content: "";
}

/* line 592, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-codiepie:before {
  content: "";
}

/* line 593, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-modx:before {
  content: "";
}

/* line 594, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fort-awesome:before {
  content: "";
}

/* line 595, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-usb:before {
  content: "";
}

/* line 596, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-product-hunt:before {
  content: "";
}

/* line 597, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mixcloud:before {
  content: "";
}

/* line 598, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-scribd:before {
  content: "";
}

/* line 599, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause-circle:before {
  content: "";
}

/* line 600, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause-circle-o:before {
  content: "";
}

/* line 601, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop-circle:before {
  content: "";
}

/* line 602, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop-circle-o:before {
  content: "";
}

/* line 603, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-bag:before {
  content: "";
}

/* line 604, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-basket:before {
  content: "";
}

/* line 605, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hashtag:before {
  content: "";
}

/* line 606, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bluetooth:before {
  content: "";
}

/* line 607, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bluetooth-b:before {
  content: "";
}

/* line 608, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-percent:before {
  content: "";
}

/* line 609, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gitlab:before {
  content: "";
}

/* line 610, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpbeginner:before {
  content: "";
}

/* line 611, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpforms:before {
  content: "";
}

/* line 612, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-envira:before {
  content: "";
}

/* line 613, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-universal-access:before {
  content: "";
}

/* line 614, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair-alt:before {
  content: "";
}

/* line 615, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-question-circle-o:before {
  content: "";
}

/* line 616, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-blind:before {
  content: "";
}

/* line 617, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-audio-description:before {
  content: "";
}

/* line 618, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-control-phone:before {
  content: "";
}

/* line 619, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-braille:before {
  content: "";
}

/* line 620, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-assistive-listening-systems:before {
  content: "";
}

/* line 621, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

/* line 622, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

/* line 623, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-glide:before {
  content: "";
}

/* line 624, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-glide-g:before {
  content: "";
}

/* line 625, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

/* line 626, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-low-vision:before {
  content: "";
}

/* line 627, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-viadeo:before {
  content: "";
}

/* line 628, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-viadeo-square:before {
  content: "";
}

/* line 629, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-snapchat:before {
  content: "";
}

/* line 630, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-snapchat-ghost:before {
  content: "";
}

/* line 631, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-snapchat-square:before {
  content: "";
}

/* line 632, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper:before {
  content: "";
}

/* line 633, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-first-order:before {
  content: "";
}

/* line 634, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-yoast:before {
  content: "";
}

/* line 635, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-themeisle:before {
  content: "";
}

/* line 636, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

/* line 637, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

/* line 638, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-o:before {
  content: "";
}

/* line 639, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-open:before {
  content: "";
}

/* line 640, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-open-o:before {
  content: "";
}

/* line 641, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-linode:before {
  content: "";
}

/* line 642, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-address-book:before {
  content: "";
}

/* line 643, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-address-book-o:before {
  content: "";
}

/* line 644, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

/* line 645, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

/* line 646, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-circle:before {
  content: "";
}

/* line 647, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-circle-o:before {
  content: "";
}

/* line 648, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-o:before {
  content: "";
}

/* line 649, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-badge:before {
  content: "";
}

/* line 650, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

/* line 651, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

/* line 652, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-quora:before {
  content: "";
}

/* line 653, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-free-code-camp:before {
  content: "";
}

/* line 654, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-telegram:before {
  content: "";
}

/* line 655, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

/* line 656, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

/* line 657, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

/* line 658, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

/* line 659, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

/* line 660, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shower:before {
  content: "";
}

/* line 661, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

/* line 662, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-podcast:before {
  content: "";
}

/* line 663, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-maximize:before {
  content: "";
}

/* line 664, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-minimize:before {
  content: "";
}

/* line 665, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-restore:before {
  content: "";
}

/* line 666, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

/* line 667, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

/* line 668, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bandcamp:before {
  content: "";
}

/* line 669, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grav:before {
  content: "";
}

/* line 670, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-etsy:before {
  content: "";
}

/* line 671, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-imdb:before {
  content: "";
}

/* line 672, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ravelry:before {
  content: "";
}

/* line 673, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eercast:before {
  content: "";
}

/* line 674, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-microchip:before {
  content: "";
}

/* line 675, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowflake-o:before {
  content: "";
}

/* line 676, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-superpowers:before {
  content: "";
}

/* line 677, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpexplorer:before {
  content: "";
}

/* line 678, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-meetup:before {
  content: "";
}

/* line 4, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_screen-reader.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 51, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_mixins.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 6, app/assets/stylesheets/application/base/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 27, app/assets/stylesheets/application/base/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 31, app/assets/stylesheets/application/base/_reset.scss */
body {
  line-height: 1;
}

/* line 34, app/assets/stylesheets/application/base/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 37, app/assets/stylesheets/application/base/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 40, app/assets/stylesheets/application/base/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 45, app/assets/stylesheets/application/base/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 53, app/assets/stylesheets/application/base/_reset.scss */
button {
  background-color: white;
}

/* line 1, app/assets/stylesheets/application/base/_extra_reset.scss */
input, textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 5, app/assets/stylesheets/application/base/_extra_reset.scss */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 10, app/assets/stylesheets/application/base/_extra_reset.scss */
input[type="number"] {
  -moz-appearance: textfield;
}

@font-face {
  font-display: fallback;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: normal;
  src: url(/assets/poppins/Poppins-Regular-16b5ed244caeaa43c5e9c70566868cff1f8a9747b49cb7e28b155d14085136fb.woff) format("woff");
}

@font-face {
  font-display: fallback;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url(/assets/poppins/Poppins-Medium-042c6c06857911d7f350e09b6cce00350eb94fd9c8c6e4da6eea727a79c38b3f.woff) format("woff");
}

@font-face {
  font-display: fallback;
  font-family: 'PublicSans';
  font-style: normal;
  font-weight: normal;
  src: url(/assets/public-sans/PublicSans-Regular-89f78d845027695a76801e672ad0472cd81e493a33a6f0a5ac6099327480fde5.woff) format("woff");
}

/* line 3, app/assets/stylesheets/application/base/_text.scss */
body {
  color: #13311a;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.71;
}

@media (max-width: 600px) {
  /* line 3, app/assets/stylesheets/application/base/_text.scss */
  body {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

/* line 10, app/assets/stylesheets/application/base/_text.scss */
i {
  font-style: italic;
}

/* line 17, app/assets/stylesheets/application/base/_text.scss */
a {
  text-decoration: underline;
  transition: color 200ms ease-in-out;
  color: inherit;
}

/* line 22, app/assets/stylesheets/application/base/_text.scss */
a:hover {
  color: #0C6B1F;
}

/* line 26, app/assets/stylesheets/application/base/_text.scss */
a:active {
  color: #0C6B1F;
}

/* line 32, app/assets/stylesheets/application/base/_text.scss */
p.no-margin {
  margin: 0 !important;
}

/* line 38, app/assets/stylesheets/application/base/_text.scss */
ul.bullet {
  list-style: disc;
  padding-left: 3em;
}

/* line 44, app/assets/stylesheets/application/base/_text.scss */
ol {
  list-style: decimal;
  list-style-position: inside;
}

/* line 49, app/assets/stylesheets/application/base/_text.scss */
span.avoid-wrap {
  display: inline-block;
}

/* line 1, app/assets/stylesheets/application/base/_buttons.scss */
.btn-container {
  display: flex;
  margin: 10px 0 0;
  flex-wrap: wrap;
}

@media (max-width: 600px) {
  /* line 1, app/assets/stylesheets/application/base/_buttons.scss */
  .btn-container {
    flex-direction: column;
  }
  /* line 9, app/assets/stylesheets/application/base/_buttons.scss */
  .btn-container .btn {
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  /* line 16, app/assets/stylesheets/application/base/_buttons.scss */
  .btn-container .btn:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 601px) {
  /* line 1, app/assets/stylesheets/application/base/_buttons.scss */
  .btn-container {
    flex-direction: row;
  }
  /* line 25, app/assets/stylesheets/application/base/_buttons.scss */
  .btn-container .btn {
    margin-right: 16px;
    margin-bottom: 10px;
  }
  /* line 29, app/assets/stylesheets/application/base/_buttons.scss */
  .btn-container .btn:last-child {
    margin-right: 0;
  }
}

/* line 43, app/assets/stylesheets/application/base/_buttons.scss */
.btn-container.always-column {
  flex-direction: column;
}

/* line 9, app/assets/stylesheets/application/base/_buttons.scss */
.btn-container.always-column .btn {
  margin-right: 0;
  margin-bottom: 10px;
  text-align: center;
  justify-content: center;
  align-items: center;
}

/* line 16, app/assets/stylesheets/application/base/_buttons.scss */
.btn-container.always-column .btn:last-child {
  margin-bottom: 0;
}

/* line 47, app/assets/stylesheets/application/base/_buttons.scss */
.btn-container.always-row {
  flex-direction: row;
}

/* line 25, app/assets/stylesheets/application/base/_buttons.scss */
.btn-container.always-row .btn {
  margin-right: 16px;
  margin-bottom: 10px;
}

/* line 29, app/assets/stylesheets/application/base/_buttons.scss */
.btn-container.always-row .btn:last-child {
  margin-right: 0;
}

/* line 51, app/assets/stylesheets/application/base/_buttons.scss */
.btn-container.inline {
  display: inline-flex;
}

/* line 56, app/assets/stylesheets/application/base/_buttons.scss */
.btn-container.btn-group .btn {
  margin: 0;
}

/* line 66, app/assets/stylesheets/application/base/_buttons.scss */
.btn-container.align-right {
  justify-content: flex-end;
}

/* line 70, app/assets/stylesheets/application/base/_buttons.scss */
.btn-container.space-between {
  justify-content: space-between;
}

/* line 74, app/assets/stylesheets/application/base/_buttons.scss */
.btn-container.space-around {
  justify-content: space-around;
}

/* line 78, app/assets/stylesheets/application/base/_buttons.scss */
.btn-container.stretch {
  justify-content: stretch;
}

/* line 81, app/assets/stylesheets/application/base/_buttons.scss */
.btn-container.stretch .btn {
  flex-grow: 1;
  text-align: center;
}

/* line 87, app/assets/stylesheets/application/base/_buttons.scss */
.btn-container.align-center {
  justify-content: center;
}

/* line 92, app/assets/stylesheets/application/base/_buttons.scss */
.btn-container.large .btn {
  font-size: 20px;
}

/* line 97, app/assets/stylesheets/application/base/_buttons.scss */
.btn-container.x-large .btn {
  padding-left: 2em;
  padding-right: 2em;
  font-size: 24px;
}

/* line 105, app/assets/stylesheets/application/base/_buttons.scss */
.btn {
  white-space: nowrap;
  width: auto;
  padding: 5px 20px;
  text-decoration: none;
  color: #474747;
  border: 2px solid #bcbcbc;
  text-transform: uppercase;
  cursor: pointer;
  line-height: normal;
  font-weight: 500;
  transition: color 200ms, background-color 200ms, border-color 200ms;
  border-radius: 100px;
  font-size: 17px;
  font-family: "Poppins", sans-serif;
}

/* line 121, app/assets/stylesheets/application/base/_buttons.scss */
.btn:hover:not(:disabled):not(.disabled) {
  color: #2e7d28;
  border-color: #2e7d28;
}

/* line 127, app/assets/stylesheets/application/base/_buttons.scss */
.btn:active {
  color: #0C6B1F;
}

/* line 131, app/assets/stylesheets/application/base/_buttons.scss */
.btn.no-border {
  border: none;
}

/* line 135, app/assets/stylesheets/application/base/_buttons.scss */
.btn.primary {
  background-color: #0C6B1F !important;
  border-color: #0C6B1F;
  color: #fff !important;
}

/* line 141, app/assets/stylesheets/application/base/_buttons.scss */
.btn.primary:hover:not(:disabled), .btn.primary:hover:not(.disabled), .btn.primary:active:not(:disabled), .btn.primary:active:not(.disabled) {
  background-color: #2e7d28;
  border-color: #2e7d28;
}

/* line 147, app/assets/stylesheets/application/base/_buttons.scss */
.btn.primary.dark {
  background-color: #474747;
  border-color: #474747;
}

/* line 151, app/assets/stylesheets/application/base/_buttons.scss */
.btn.primary.dark:hover:not(:disabled), .btn.primary.dark:active:not(:disabled) {
  background-color: #2e7d28;
  border-color: #2e7d28;
}

/* line 158, app/assets/stylesheets/application/base/_buttons.scss */
.btn.secondary, body.profiles .btn.add {
  color: #474747;
  background-color: white;
}

/* line 163, app/assets/stylesheets/application/base/_buttons.scss */
.btn.tertiary {
  color: #bcbcbc;
  border-color: #bcbcbc;
}

/* line 168, app/assets/stylesheets/application/base/_buttons.scss */
.btn.danger {
  background-color: #cc0000 !important;
  border-color: #cc0000 !important;
  color: white;
}

/* line 174, app/assets/stylesheets/application/base/_buttons.scss */
.btn.danger:hover {
  border-color: maroon !important;
  color: white;
}

/* line 179, app/assets/stylesheets/application/base/_buttons.scss */
.btn.danger:disabled, .btn.danger.disabled {
  background-color: #666666 !important;
  border-color: #666666 !important;
  color: white;
}

/* line 184, app/assets/stylesheets/application/base/_buttons.scss */
.btn.danger:disabled:hover, .btn.danger.disabled:hover {
  border-color: #666666 !important;
  color: white;
}

/* line 191, app/assets/stylesheets/application/base/_buttons.scss */
.btn.squared {
  border-radius: 3px;
}

/* line 195, app/assets/stylesheets/application/base/_buttons.scss */
.btn.shadowed {
  border: none;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  transition: box-shadow 200ms, color 200ms;
}

/* line 200, app/assets/stylesheets/application/base/_buttons.scss */
.btn.shadowed:hover {
  box-shadow: 0 4px 4px 1px #2e7d28;
  color: #2e7d28;
}

/* line 206, app/assets/stylesheets/application/base/_buttons.scss */
.btn.green-hollow {
  border: 1px solid #0C6B1F;
  color: #0C6B1F;
}

/* line 210, app/assets/stylesheets/application/base/_buttons.scss */
.btn.green-hollow:hover {
  border-color: #2e7d28;
  color: #2e7d28;
}

/* line 215, app/assets/stylesheets/application/base/_buttons.scss */
.btn.green-hollow:active {
  border-color: #0C6B1F;
  color: #0C6B1F;
}

/* line 221, app/assets/stylesheets/application/base/_buttons.scss */
.btn.center {
  text-align: center;
  justify-content: center;
}

/* line 226, app/assets/stylesheets/application/base/_buttons.scss */
.btn.large {
  padding: 10px 20px 8px;
}

/* line 233, app/assets/stylesheets/application/base/_buttons.scss */
.btn:disabled, .btn.disabled {
  opacity: 0.6;
  cursor: default;
}

/* line 2, app/assets/stylesheets/application/base/_utility_classes.scss */
.text-left {
  text-align: left;
}

/* line 2, app/assets/stylesheets/application/base/_utility_classes.scss */
.text-center {
  text-align: center;
}

/* line 2, app/assets/stylesheets/application/base/_utility_classes.scss */
.text-right {
  text-align: right;
}

/* line 7, app/assets/stylesheets/application/base/_utility_classes.scss */
.hidden {
  display: none !important;
}

/* line 11, app/assets/stylesheets/application/base/_utility_classes.scss */
.row {
  width: 100%;
}

/* line 15, app/assets/stylesheets/application/base/_utility_classes.scss */
.row:after {
  content: '';
  display: block;
  clear: both;
}

/* line 21, app/assets/stylesheets/application/base/_utility_classes.scss */
.row .column-11, .row .column-10, .row .column-9, .row .column-8, .row .column-7, .row .column-6, .row .column-5, .row .column-4, .row .column-3, .row .column-2, .row .column-1 {
  float: left;
  margin-right: 10px;
}

/* line 24, app/assets/stylesheets/application/base/_utility_classes.scss */
.row .column-11:last-child, .row .column-10:last-child, .row .column-9:last-child, .row .column-8:last-child, .row .column-7:last-child, .row .column-6:last-child, .row .column-5:last-child, .row .column-4:last-child, .row .column-3:last-child, .row .column-2:last-child, .row .column-1:last-child {
  margin-right: 0;
}

/* line 31, app/assets/stylesheets/application/base/_utility_classes.scss */
.row .column-1 {
  width: calc((100% - 110px) / 12);
}

/* line 31, app/assets/stylesheets/application/base/_utility_classes.scss */
.row .column-2 {
  width: calc((100% - 50px) / 6);
}

/* line 31, app/assets/stylesheets/application/base/_utility_classes.scss */
.row .column-3 {
  width: calc((100% - 30px) / 4);
}

/* line 31, app/assets/stylesheets/application/base/_utility_classes.scss */
.row .column-4 {
  width: calc((100% - 20px) / 3);
}

/* line 31, app/assets/stylesheets/application/base/_utility_classes.scss */
.row .column-5 {
  width: calc((100% - 14px) / 2.4);
}

/* line 31, app/assets/stylesheets/application/base/_utility_classes.scss */
.row .column-6 {
  width: calc((100% - 10px) / 2);
}

/* line 31, app/assets/stylesheets/application/base/_utility_classes.scss */
.row .column-7 {
  width: calc((100% - 7.1428571429px) / 1.7142857143);
}

/* line 31, app/assets/stylesheets/application/base/_utility_classes.scss */
.row .column-8 {
  width: calc((100% - 5px) / 1.5);
}

/* line 31, app/assets/stylesheets/application/base/_utility_classes.scss */
.row .column-9 {
  width: calc((100% - 3.3333333333px) / 1.3333333333);
}

/* line 31, app/assets/stylesheets/application/base/_utility_classes.scss */
.row .column-10 {
  width: calc((100% - 2px) / 1.2);
}

/* line 31, app/assets/stylesheets/application/base/_utility_classes.scss */
.row .column-11 {
  width: calc((100% - 0.9090909091px) / 1.0909090909);
}

/* line 1, app/assets/stylesheets/application/base/_tables.scss */
table, .table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}

/* line 9, app/assets/stylesheets/application/base/_tables.scss */
table th, table td, .table th, .table td {
  padding: 5px 15px;
}

@media (max-width: 600px) {
  /* line 9, app/assets/stylesheets/application/base/_tables.scss */
  table th, table td, .table th, .table td {
    padding: 3px 10px;
  }
}

/* line 16, app/assets/stylesheets/application/base/_tables.scss */
table th.expand, table td.expand, .table th.expand, .table td.expand {
  width: 100%;
}

/* line 10, app/assets/stylesheets/application/base/_base.scss */
* {
  box-sizing: border-box;
}

/* line 14, app/assets/stylesheets/application/base/_base.scss */
body {
  background: #f5f5f5;
}

/* line 6, app/assets/stylesheets/application/layouts/application/_layout.scss */
html {
  height: 100%;
  font-size: 16px;
}

/* line 11, app/assets/stylesheets/application/layouts/application/_layout.scss */
body.application {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  width: 100%;
  overflow-x: hidden;
  position: relative;
}

/* line 23, app/assets/stylesheets/application/layouts/application/_layout.scss */
body.application.full-width .main-content-wrap {
  max-width: none;
}

/* line 26, app/assets/stylesheets/application/layouts/application/_layout.scss */
body.application.full-width .main-content-wrap .main-content {
  padding-top: 0px;
}

/* line 32, app/assets/stylesheets/application/layouts/application/_layout.scss */
body.application .main-content-wrap {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  flex-grow: 1;
}

/* line 37, app/assets/stylesheets/application/layouts/application/_layout.scss */
body.application .main-content-wrap:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

/* line 44, app/assets/stylesheets/application/layouts/application/_layout.scss */
body.application .main-content-wrap .main-content {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-top: 10px;
}

/* line 1, app/assets/stylesheets/application/layouts/application/_footer.scss */
body > footer {
  background-color: #f5f5f5;
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.12);
  margin-top: 0.5em;
  padding: 0.75rem 0;
}

/* line 6, app/assets/stylesheets/application/layouts/application/_footer.scss */
body > footer .links-and-info {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
  display: grid;
  grid-gap: 0.5em;
  grid-template-areas: "logo social" "copyright links";
  justify-content: space-between;
}

/* line 16, app/assets/stylesheets/application/layouts/application/_footer.scss */
body > footer .links-and-info .skibby-logo {
  height: 36px;
  grid-area: logo;
  display: flex;
  margin-left: -8px;
  opacity: 0.8;
}

/* line 23, app/assets/stylesheets/application/layouts/application/_footer.scss */
body > footer .links-and-info .skibby-logo > img {
  height: 44px;
}

/* line 28, app/assets/stylesheets/application/layouts/application/_footer.scss */
body > footer .links-and-info .copyright {
  grid-area: copyright;
}

/* line 32, app/assets/stylesheets/application/layouts/application/_footer.scss */
body > footer .links-and-info .footer-links {
  grid-area: links;
  display: flex;
  gap: 16px;
}

/* line 37, app/assets/stylesheets/application/layouts/application/_footer.scss */
body > footer .links-and-info .footer-links a {
  font-size: 16px;
  color: #000;
  text-decoration: none;
}

/* line 42, app/assets/stylesheets/application/layouts/application/_footer.scss */
body > footer .links-and-info .footer-links a:hover {
  color: #0C6B1F;
}

/* line 48, app/assets/stylesheets/application/layouts/application/_footer.scss */
body > footer .links-and-info .icons {
  justify-self: end;
  align-self: end;
  grid-area: social;
  display: flex;
  gap: 0.5em;
  flex-direction: row;
}

/* line 56, app/assets/stylesheets/application/layouts/application/_footer.scss */
body > footer .links-and-info .icons > a {
  background-color: #474747;
  padding: 4px;
  display: flex;
  justify-content: center;
  align-self: center;
  border-radius: 6px;
  box-sizing: border-box;
  height: 1.6em;
  width: 1.6em;
  transition: background-color 0.3s ease-in-out;
}

/* line 68, app/assets/stylesheets/application/layouts/application/_footer.scss */
body > footer .links-and-info .icons > a > svg {
  fill: white;
}

/* line 72, app/assets/stylesheets/application/layouts/application/_footer.scss */
body > footer .links-and-info .icons > a:hover {
  background-color: #2e7d28;
}

/* line 77, app/assets/stylesheets/application/layouts/application/_footer.scss */
body > footer .links-and-info .icons .language-selector {
  font-size: 0.9em;
}

/* line 80, app/assets/stylesheets/application/layouts/application/_footer.scss */
body > footer .links-and-info .icons .language-selector .flag {
  width: 2em;
  height: 2em;
}

/* line 85, app/assets/stylesheets/application/layouts/application/_footer.scss */
body > footer .links-and-info .icons .language-selector .nav-dropdown {
  position: absolute;
  display: none;
  bottom: calc(100% + 0.5em);
  background-color: white;
  right: -14px !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 0.5em;
  z-index: 1000;
}

/* line 96, app/assets/stylesheets/application/layouts/application/_footer.scss */
body > footer .links-and-info .icons .language-selector .nav-dropdown .dropdown-entry a {
  display: block;
  padding: 1em;
}

@media (max-width: 990px) {
  /* line 6, app/assets/stylesheets/application/layouts/application/_footer.scss */
  body > footer .links-and-info {
    justify-items: center;
    grid-template-columns: 1fr;
    grid-template-areas: "logo" "links" "social" "copyright";
  }
  /* line 114, app/assets/stylesheets/application/layouts/application/_footer.scss */
  body > footer .links-and-info .icons {
    justify-self: unset;
    margin-top: 16px;
  }
  /* line 119, app/assets/stylesheets/application/layouts/application/_footer.scss */
  body > footer .links-and-info .skibby-logo {
    margin: 0;
  }
  /* line 123, app/assets/stylesheets/application/layouts/application/_footer.scss */
  body > footer .links-and-info .copyright {
    font-size: 12px;
    margin-top: 16px;
  }
}

/* line 132, app/assets/stylesheets/application/layouts/application/_footer.scss */
body.gonative > footer .links-and-info {
  display: none;
}

/* line 6, app/assets/stylesheets/application/components/navigation/_common.scss */
.dropdown-toggle {
  cursor: pointer;
}

/* line 14, app/assets/stylesheets/application/components/navigation/_common.scss */
body nav.navmenu a.dropdown-toggle {
  border-radius: 20px;
  transition: all 200ms;
  cursor: pointer;
  background-color: transparent;
}

/* line 20, app/assets/stylesheets/application/components/navigation/_common.scss */
body nav.navmenu a.dropdown-toggle:after {
  transform: translateY(-25%) translateX(3px) rotate(-45deg) scale(-1, 1);
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  transition: transform 200ms ease-in-out, border-color 200ms ease-in-out;
  padding: 3px;
  content: '';
  transform-origin: center center;
  vertical-align: middle;
  margin: 4px;
}

/* line 24, app/assets/stylesheets/application/components/navigation/_common.scss */
body nav.navmenu a.dropdown-toggle.open {
  background-color: #f2f2f2;
}

/* line 27, app/assets/stylesheets/application/components/navigation/_common.scss */
body nav.navmenu a.dropdown-toggle.open:after {
  transform: translateY(25%) translateX(3px) rotate(-135deg);
}

/* line 33, app/assets/stylesheets/application/components/navigation/_common.scss */
body nav.navmenu ul.nav-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  min-width: 208px;
  z-index: 800;
  border-radius: 20px;
  box-shadow: 0 3px 6px 0 rgba(45, 69, 45, 0.5);
  background-color: #f2f2f2;
  padding: 5px;
}

/* line 45, app/assets/stylesheets/application/components/navigation/_common.scss */
body nav.navmenu ul.nav-dropdown.active {
  display: block;
}

/* line 49, app/assets/stylesheets/application/components/navigation/_common.scss */
body nav.navmenu ul.nav-dropdown a.dropdown-toggle.open {
  background-color: white;
}

/* line 53, app/assets/stylesheets/application/components/navigation/_common.scss */
body nav.navmenu ul.nav-dropdown ul.nav-dropdown {
  position: relative;
  box-shadow: none;
  padding: 0;
  min-width: auto;
}

/* line 59, app/assets/stylesheets/application/components/navigation/_common.scss */
body nav.navmenu ul.nav-dropdown ul.nav-dropdown li > a {
  padding: 10px 18px;
  font-size: 0.95em;
  line-height: 1;
}

/* line 69, app/assets/stylesheets/application/components/navigation/_common.scss */
body nav.navmenu .switch-org-dropdown ul.nav-dropdown {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 75, app/assets/stylesheets/application/components/navigation/_common.scss */
body nav.navmenu .switch-org-dropdown ul.nav-dropdown::-webkit-scrollbar {
  width: 8px;
}

/* line 79, app/assets/stylesheets/application/components/navigation/_common.scss */
body nav.navmenu .switch-org-dropdown ul.nav-dropdown::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

/* line 84, app/assets/stylesheets/application/components/navigation/_common.scss */
body nav.navmenu .switch-org-dropdown ul.nav-dropdown::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

/* line 88, app/assets/stylesheets/application/components/navigation/_common.scss */
body nav.navmenu .switch-org-dropdown ul.nav-dropdown::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

/* line 95, app/assets/stylesheets/application/components/navigation/_common.scss */
body nav.navmenu li.dropdown-entry {
  width: 100%;
  display: block;
}

/* line 99, app/assets/stylesheets/application/components/navigation/_common.scss */
body nav.navmenu li.dropdown-entry > a {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  height: 100%;
  padding: 10px 18px;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: 100%;
  border-radius: 20px;
  text-align: center;
  text-transform: uppercase;
  background: #fff;
  margin: 2px 0;
}

/* line 115, app/assets/stylesheets/application/components/navigation/_common.scss */
body nav.navmenu li.dropdown-entry > a:hover, body nav.navmenu li.dropdown-entry > a:active {
  background-color: #f5f5f5;
}

/* line 119, app/assets/stylesheets/application/components/navigation/_common.scss */
body nav.navmenu li.dropdown-entry > a.external:after {
  content: "\f08e";
  font-weight: 900;
  font-size: 1.2em;
  float: right;
}

/* line 127, app/assets/stylesheets/application/components/navigation/_common.scss */
body nav.navmenu li.dropdown-entry:after {
  content: '';
  width: calc(100% - 36px);
  margin: auto;
  display: block;
}

/* line 134, app/assets/stylesheets/application/components/navigation/_common.scss */
body nav.navmenu li.dropdown-entry:last-child:after {
  content: none;
}

/* line 139, app/assets/stylesheets/application/components/navigation/_common.scss */
body nav.navmenu li.dropdown-entry.admin a {
  color: #ff0000;
  border: 1px solid #ff0000;
}

/* line 144, app/assets/stylesheets/application/components/navigation/_common.scss */
body nav.navmenu li.dropdown-entry.admin a.linked-user .email {
  font-size: 12px;
}

@media (max-width: 990px) {
  /* line 144, app/assets/stylesheets/application/components/navigation/_common.scss */
  body nav.navmenu li.dropdown-entry.admin a.linked-user .email {
    margin-top: 6px;
  }
}

/* line 156, app/assets/stylesheets/application/components/navigation/_common.scss */
body nav.navmenu .footer {
  display: block;
  line-height: 1;
  padding: 22px 18px 10px;
  width: 100%;
}

/* line 162, app/assets/stylesheets/application/components/navigation/_common.scss */
body nav.navmenu .footer .social {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
  line-height: 30px;
}

/* line 169, app/assets/stylesheets/application/components/navigation/_common.scss */
body nav.navmenu .footer .social a.icon {
  display: flex;
  padding: 6px;
  transition: all 200ms ease-in-out;
  height: 26px;
  width: 26px;
}

/* line 176, app/assets/stylesheets/application/components/navigation/_common.scss */
body nav.navmenu .footer .social a.icon svg {
  transition: all 200ms ease-in-out;
  fill: white;
  height: 100%;
}

/* line 183, app/assets/stylesheets/application/components/navigation/_common.scss */
body nav.navmenu .footer .social a.icon:hover svg, body nav.navmenu .footer .social a.icon:active svg {
  fill: lightgrey;
}

/* line 190, app/assets/stylesheets/application/components/navigation/_common.scss */
body nav.navmenu .footer a.blog {
  transition: all 200ms ease-in-out;
}

/* line 197, app/assets/stylesheets/application/components/navigation/_common.scss */
body nav.navmenu .footer .sales a {
  display: inline-block;
  line-height: 30px;
  transition: all 200ms ease-in-out;
  white-space: nowrap;
}

/* line 1, app/assets/stylesheets/application/components/navigation/_main.scss */
[data-shy-navigation] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

/* line 9, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation {
  --nav-color-dark: #13311a;
  --nav-color-light: #89D19A;
}

/* line 18, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation .main-nav {
  height: 64px;
  background-color: white;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
  padding: 0 16px;
}

@media (min-width: 1100px) {
  /* line 18, app/assets/stylesheets/application/components/navigation/_main.scss */
  nav.navmenu.main-navigation .main-nav {
    padding: 0 24px;
  }
}

/* line 35, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation .solutions-dropdown {
  right: 0 !important;
  left: auto !important;
  min-width: 16em;
}

/* line 40, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation .solutions-dropdown li > a {
  text-align: right !important;
}

/* line 45, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation .menu-container {
  grid-area: right;
  justify-self: end;
  display: grid;
  grid-template-areas: 'featured actions';
  align-items: center;
  margin-right: 15px;
}

@media (max-width: 990px) {
  /* line 45, app/assets/stylesheets/application/components/navigation/_main.scss */
  nav.navmenu.main-navigation .menu-container {
    display: flex;
    margin-right: 0;
  }
  /* line 57, app/assets/stylesheets/application/components/navigation/_main.scss */
  nav.navmenu.main-navigation .menu-container .featured {
    display: none;
  }
}

/* line 63, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation .left {
  display: flex;
  align-items: center;
  flex: 1;
}

/* line 69, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation a.root-link {
  display: inline-flex;
  margin: 5px 15px;
  transition: all 200ms ease-in-out;
  font-size: 1.6em;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  position: relative;
  text-transform: none;
  align-items: center;
}

/* line 80, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation a.root-link .org-name {
  padding-bottom: 0.3em;
}

@media (max-width: 990px) {
  /* line 80, app/assets/stylesheets/application/components/navigation/_main.scss */
  nav.navmenu.main-navigation a.root-link .org-name {
    padding: 0;
    line-height: 1;
    margin-left: 0.5em;
  }
}

@media (max-width: 600px) {
  /* line 80, app/assets/stylesheets/application/components/navigation/_main.scss */
  nav.navmenu.main-navigation a.root-link .org-name {
    font-size: 0.75em;
  }
}

/* line 94, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation a.root-link .org-name + .skibby-logo {
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  bottom: 3px;
  right: 0;
  white-space: nowrap;
  font-size: 0.5em;
}

/* line 107, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation a.root-link .org-name + .skibby-logo:before {
  content: 'by ';
}

/* line 111, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation a.root-link .org-name + .skibby-logo svg {
  height: 100%;
}

@media (max-width: 990px) {
  /* line 94, app/assets/stylesheets/application/components/navigation/_main.scss */
  nav.navmenu.main-navigation a.root-link .org-name + .skibby-logo {
    display: none;
  }
}

/* line 120, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation a.root-link:hover {
  fill: #2e7d28;
}

/* line 124, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation a.root-link:active {
  fill: #0C6B1F;
}

/* line 128, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation a.root-link .skibby-logo {
  display: inline-flex;
  width: 210px;
  height: 54px;
}

/* line 134, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation a.root-link .skibby-icon {
  display: none;
}

/* line 139, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation .account-dropdown {
  white-space: nowrap;
}

/* line 142, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation .account-dropdown .profile-picture-wrapper, nav.navmenu.main-navigation .account-dropdown span {
  vertical-align: middle;
}

/* line 146, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation .account-dropdown .profile-picture-wrapper {
  display: inline-block;
  width: 1.5em;
  margin-right: 0.3em;
}

/* line 156, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation ul.actions, nav.navmenu.main-navigation ul.featured {
  list-style: none;
  height: initial;
  order: 3;
  text-align: left;
}

/* line 162, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation ul.actions .job-link, nav.navmenu.main-navigation ul.featured .job-link {
  position: relative;
}

/* line 166, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation ul.actions .search-link, nav.navmenu.main-navigation ul.featured .search-link {
  position: relative;
}

/* line 171, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation ul.actions .account-dropdown:after, nav.navmenu.main-navigation ul.featured .account-dropdown:after {
  content: initial;
}

/* line 176, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation ul.actions .mobile, nav.navmenu.main-navigation ul.featured .mobile {
  display: inline;
}

@media (min-width: 1100px) {
  /* line 176, app/assets/stylesheets/application/components/navigation/_main.scss */
  nav.navmenu.main-navigation ul.actions .mobile, nav.navmenu.main-navigation ul.featured .mobile {
    display: none;
  }
}

/* line 183, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation ul.actions .non-mobile, nav.navmenu.main-navigation ul.featured .non-mobile {
  display: none;
}

@media (min-width: 1100px) {
  /* line 183, app/assets/stylesheets/application/components/navigation/_main.scss */
  nav.navmenu.main-navigation ul.actions .non-mobile, nav.navmenu.main-navigation ul.featured .non-mobile {
    display: inline;
  }
}

/* line 191, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation ul.actions > li, nav.navmenu.main-navigation ul.featured > li {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  height: initial;
  margin-left: 15px;
}

/* line 200, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation ul.actions > li > a, nav.navmenu.main-navigation ul.featured > li > a {
  font-size: 18px;
  text-decoration: none;
}

/* line 205, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation ul.actions > li > a.btn, nav.navmenu.main-navigation ul.featured > li > a.btn {
  padding: 1px 15px;
  display: inline-block;
  line-height: 30px;
  font-size: 18px;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: var(--nav-color-dark);
  border: 2px solid var(--nav-color-dark);
  border-radius: 25px;
  min-width: 120px;
  text-align: center;
}

@media (max-width: 990px) {
  /* line 205, app/assets/stylesheets/application/components/navigation/_main.scss */
  nav.navmenu.main-navigation ul.actions > li > a.btn, nav.navmenu.main-navigation ul.featured > li > a.btn {
    padding: 1px 10px;
  }
}

/* line 224, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation ul.actions > li > a.btn span, nav.navmenu.main-navigation ul.featured > li > a.btn span {
  vertical-align: middle;
  line-height: 32px;
}

/* line 229, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation ul.actions > li > a.btn.open, nav.navmenu.main-navigation ul.actions > li > a.btn:hover, nav.navmenu.main-navigation ul.actions > li > a.btn:active, nav.navmenu.main-navigation ul.actions > li > a.btn.active, nav.navmenu.main-navigation ul.featured > li > a.btn.open, nav.navmenu.main-navigation ul.featured > li > a.btn:hover, nav.navmenu.main-navigation ul.featured > li > a.btn:active, nav.navmenu.main-navigation ul.featured > li > a.btn.active {
  text-decoration: none;
  background: var(--nav-color-light);
  color: var(--nav-color-dark);
}

/* line 238, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation ul.actions {
  display: flex;
  flex-direction: row;
}

/* line 242, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation ul.actions > li {
  height: 100%;
}

/* line 247, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation ul.featured {
  order: 2;
  margin-right: 5px;
}

@media (max-width: 500px) {
  /* line 247, app/assets/stylesheets/application/components/navigation/_main.scss */
  nav.navmenu.main-navigation ul.featured {
    margin-right: 0px;
  }
}

/* line 257, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation ul.featured > li.label {
  vertical-align: top;
  line-height: 30px;
  height: 100%;
}

@media (max-width: 500px) {
  /* line 257, app/assets/stylesheets/application/components/navigation/_main.scss */
  nav.navmenu.main-navigation ul.featured > li.label {
    display: none;
  }
}

/* line 268, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation ul.featured ul.nav-dropdown {
  left: 0;
  right: auto;
}

/* line 272, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation ul.featured ul.nav-dropdown.right {
  right: 0;
  left: auto;
}

/* line 277, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation ul.featured ul.nav-dropdown a {
  position: relative;
}

/* line 280, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation ul.featured ul.nav-dropdown a:hover, nav.navmenu.main-navigation ul.featured ul.nav-dropdown a:active {
  background: var(--nav-color-light);
  color: var(--nav-color-dark);
}

/* line 285, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation ul.featured ul.nav-dropdown a.active:after {
  content: '';
  display: inline-block;
  height: 1px;
  bottom: 8px;
  position: absolute;
  left: 10px;
  right: 10px;
  width: initial;
  background-color: #13311a;
}

/* line 297, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation ul.featured ul.nav-dropdown a.active:before {
  left: 16px;
  right: 16px;
}

/* line 1, app/assets/stylesheets/application/components/navigation/_secondary_navigation.scss */
nav.navmenu.secondary-navigation {
  padding: 0;
  margin: 0;
  --nav-color-dark: #13311a;
  --nav-color-light: #89D19A;
  background-color: var(--nav-color-dark);
}

/* line 8, app/assets/stylesheets/application/components/navigation/_secondary_navigation.scss */
nav.navmenu.secondary-navigation .org-name {
  color: var(--nav-color-light);
  padding: 5px 20px 0 30px;
  font-size: 1.1em;
}

/* line 14, app/assets/stylesheets/application/components/navigation/_secondary_navigation.scss */
nav.navmenu.secondary-navigation ul.secondary-menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 2000px;
  padding: 0 20px;
  margin: auto;
}

/* line 22, app/assets/stylesheets/application/components/navigation/_secondary_navigation.scss */
nav.navmenu.secondary-navigation ul.secondary-menu li.secondary-entry {
  position: relative;
  display: inline-block;
}

/* line 26, app/assets/stylesheets/application/components/navigation/_secondary_navigation.scss */
nav.navmenu.secondary-navigation ul.secondary-menu li.secondary-entry.important {
  float: right;
}

/* line 29, app/assets/stylesheets/application/components/navigation/_secondary_navigation.scss */
nav.navmenu.secondary-navigation ul.secondary-menu li.secondary-entry.important:after {
  content: none;
}

/* line 34, app/assets/stylesheets/application/components/navigation/_secondary_navigation.scss */
nav.navmenu.secondary-navigation ul.secondary-menu li.secondary-entry.right {
  margin-left: auto;
}

/* line 38, app/assets/stylesheets/application/components/navigation/_secondary_navigation.scss */
nav.navmenu.secondary-navigation ul.secondary-menu li.secondary-entry > a {
  padding: 0 20px;
  display: inline-block;
  font-size: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: middle;
  line-height: 30px;
  border: 1px solid var(--nav-color-light);
  color: var(--nav-color-light);
  border-radius: 20.5px;
  text-transform: uppercase;
  text-decoration: none;
  background: var(--nav-color-dark);
  transition: all 200ms ease-in-out;
  margin: 8px 10px;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 1000px) {
  /* line 38, app/assets/stylesheets/application/components/navigation/_secondary_navigation.scss */
  nav.navmenu.secondary-navigation ul.secondary-menu li.secondary-entry > a {
    padding: 0 25px 0;
  }
}

/* line 59, app/assets/stylesheets/application/components/navigation/_secondary_navigation.scss */
nav.navmenu.secondary-navigation ul.secondary-menu li.secondary-entry > a.open, nav.navmenu.secondary-navigation ul.secondary-menu li.secondary-entry > a:hover, nav.navmenu.secondary-navigation ul.secondary-menu li.secondary-entry > a:active, nav.navmenu.secondary-navigation ul.secondary-menu li.secondary-entry > a.active {
  text-decoration: none;
  background: var(--nav-color-light);
  color: var(--nav-color-dark);
}

/* line 66, app/assets/stylesheets/application/components/navigation/_secondary_navigation.scss */
nav.navmenu.secondary-navigation ul.secondary-menu li.secondary-entry > a.dropdown-toggle:after {
  border-color: var(--nav-color-light);
}

/* line 69, app/assets/stylesheets/application/components/navigation/_secondary_navigation.scss */
nav.navmenu.secondary-navigation ul.secondary-menu li.secondary-entry > a.dropdown-toggle.active:after, nav.navmenu.secondary-navigation ul.secondary-menu li.secondary-entry > a.dropdown-toggle:hover:after, nav.navmenu.secondary-navigation ul.secondary-menu li.secondary-entry > a.dropdown-toggle.open:after {
  border-color: var(--nav-color-dark);
}

/* line 75, app/assets/stylesheets/application/components/navigation/_secondary_navigation.scss */
nav.navmenu.secondary-navigation ul.secondary-menu li.secondary-entry ul.nav-dropdown {
  left: 0;
  right: auto;
}

/* line 79, app/assets/stylesheets/application/components/navigation/_secondary_navigation.scss */
nav.navmenu.secondary-navigation ul.secondary-menu li.secondary-entry ul.nav-dropdown a {
  position: relative;
}

/* line 82, app/assets/stylesheets/application/components/navigation/_secondary_navigation.scss */
nav.navmenu.secondary-navigation ul.secondary-menu li.secondary-entry ul.nav-dropdown a:hover, nav.navmenu.secondary-navigation ul.secondary-menu li.secondary-entry ul.nav-dropdown a:active {
  background: var(--nav-color-light);
  color: var(--nav-color-dark);
}

/* line 88, app/assets/stylesheets/application/components/navigation/_secondary_navigation.scss */
nav.navmenu.secondary-navigation ul.secondary-menu li.secondary-entry ul.nav-dropdown a.active:after {
  content: none;
}

/* line 93, app/assets/stylesheets/application/components/navigation/_secondary_navigation.scss */
nav.navmenu.secondary-navigation ul.secondary-menu li.secondary-entry ul.nav-dropdown a.active:before {
  left: 16px;
  right: 16px;
}

/* line 99, app/assets/stylesheets/application/components/navigation/_secondary_navigation.scss */
nav.navmenu.secondary-navigation ul.secondary-menu li.secondary-entry ul.nav-dropdown.right {
  left: auto;
  right: 0;
}

/* line 106, app/assets/stylesheets/application/components/navigation/_secondary_navigation.scss */
nav.navmenu.secondary-navigation ul.secondary-menu li.secondary-entry.organisation-dropdown ul.nav-dropdown {
  background-color: var(--nav-color-dark);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 112, app/assets/stylesheets/application/components/navigation/_secondary_navigation.scss */
nav.navmenu.secondary-navigation ul.secondary-menu li.secondary-entry.organisation-dropdown ul.nav-dropdown .dropdown-entry a {
  padding: 0.2em 1em 0.1em;
  text-align: left;
}

/* line 116, app/assets/stylesheets/application/components/navigation/_secondary_navigation.scss */
nav.navmenu.secondary-navigation ul.secondary-menu li.secondary-entry.organisation-dropdown ul.nav-dropdown .dropdown-entry a::after {
  content: none;
}

/* line 1, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
nav.navmenu.mobile-navigation {
  background-color: white;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  text-align: left;
  overflow-y: auto;
  z-index: 701;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  transition: 0.3s all ease-in;
  transform: rotateY(90deg);
  transform-origin: right;
}

@media (max-width: 990px) {
  /* line 1, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
  nav.navmenu.mobile-navigation {
    display: flex;
  }
  /* line 23, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
  nav.navmenu.mobile-navigation.open {
    transform: rotateY(0deg);
  }
}

@media (max-width: 600px) {
  /* line 1, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
  nav.navmenu.mobile-navigation {
    width: 100%;
  }
}

/* line 32, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
nav.navmenu.mobile-navigation .close-mobile-menu {
  background: #f5f5f5;
  border-radius: 50% 50%;
  width: 50px;
  height: 50px;
  position: relative;
  margin: auto;
  cursor: pointer;
  transition: background-color 200ms ease-in-out;
}

/* line 42, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
nav.navmenu.mobile-navigation .close-mobile-menu:hover, nav.navmenu.mobile-navigation .close-mobile-menu:active {
  background-color: #0C6B1F;
}

/* line 45, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
nav.navmenu.mobile-navigation .close-mobile-menu:hover:after, nav.navmenu.mobile-navigation .close-mobile-menu:active:after {
  box-shadow: 1px 2px #0C6B1F, 2px -2px #0C6B1F;
}

/* line 50, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
nav.navmenu.mobile-navigation .close-mobile-menu:before, nav.navmenu.mobile-navigation .close-mobile-menu:after {
  height: 3px;
  width: 34px;
  background: #13311a;
  content: '';
  display: block;
  transform-origin: center;
  position: absolute;
  top: 48%;
  left: 8px;
  right: 0;
  margin: 0px;
}

/* line 64, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
nav.navmenu.mobile-navigation .close-mobile-menu:before {
  transform: rotate(-45deg);
}

/* line 68, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
nav.navmenu.mobile-navigation .close-mobile-menu:after {
  transform: rotate(45deg);
  box-shadow: 1px 2px #fff, 2px -2px #fff;
  transition: box-shadow 200ms ease-in-out;
}

/* line 75, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
nav.navmenu.mobile-navigation .mobile-menu-container {
  margin: auto 0;
  padding: 15px 0;
  width: 100%;
}

/* line 81, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
nav.navmenu.mobile-navigation .skibby-logo {
  width: 240px;
  height: 64px;
  margin: 0 auto;
}

/* line 87, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
nav.navmenu.mobile-navigation ul.mobile-menu {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* line 94, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
nav.navmenu.mobile-navigation ul.mobile-menu li.mobile-entry, nav.navmenu.mobile-navigation ul.mobile-menu li.secondary-entry, nav.navmenu.mobile-navigation ul.mobile-menu li.dropdown-entry {
  margin: 5px 0;
  text-align: center;
  background: transparent;
  margin: 0;
}

/* line 100, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
nav.navmenu.mobile-navigation ul.mobile-menu li.mobile-entry.spacer, nav.navmenu.mobile-navigation ul.mobile-menu li.secondary-entry.spacer, nav.navmenu.mobile-navigation ul.mobile-menu li.dropdown-entry.spacer {
  margin: 5vh;
}

/* line 104, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
nav.navmenu.mobile-navigation ul.mobile-menu li.mobile-entry.login, nav.navmenu.mobile-navigation ul.mobile-menu li.secondary-entry.login, nav.navmenu.mobile-navigation ul.mobile-menu li.dropdown-entry.login {
  margin-top: 5px;
}

/* line 108, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
nav.navmenu.mobile-navigation ul.mobile-menu li.mobile-entry .account-dropdown, nav.navmenu.mobile-navigation ul.mobile-menu li.secondary-entry .account-dropdown, nav.navmenu.mobile-navigation ul.mobile-menu li.dropdown-entry .account-dropdown {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

/* line 115, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
nav.navmenu.mobile-navigation ul.mobile-menu li.mobile-entry .account-dropdown .name, nav.navmenu.mobile-navigation ul.mobile-menu li.secondary-entry .account-dropdown .name, nav.navmenu.mobile-navigation ul.mobile-menu li.dropdown-entry .account-dropdown .name {
  flex: 1;
  margin: 0 32px 0 10px;
  white-space: nowrap;
  overflow: hidden;
}

/* line 122, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
nav.navmenu.mobile-navigation ul.mobile-menu li.mobile-entry .account-dropdown .profile, nav.navmenu.mobile-navigation ul.mobile-menu li.secondary-entry .account-dropdown .profile, nav.navmenu.mobile-navigation ul.mobile-menu li.dropdown-entry .account-dropdown .profile {
  border-radius: 100%;
  overflow: hidden;
  width: 3rem;
  padding-bottom: 3rem;
  margin-left: -15px;
  position: relative;
  background-color: #f5f5f5;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 132, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
nav.navmenu.mobile-navigation ul.mobile-menu li.mobile-entry .account-dropdown img, nav.navmenu.mobile-navigation ul.mobile-menu li.secondary-entry .account-dropdown img, nav.navmenu.mobile-navigation ul.mobile-menu li.dropdown-entry .account-dropdown img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  overflow: hidden;
}

/* line 143, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
nav.navmenu.mobile-navigation ul.mobile-menu li.mobile-entry > a, nav.navmenu.mobile-navigation ul.mobile-menu li.secondary-entry > a, nav.navmenu.mobile-navigation ul.mobile-menu li.dropdown-entry > a {
  width: 100%;
  text-align: center;
  font-size: 24px;
  padding: 5px 20px;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 2;
  transition: all 200ms ease-in-out;
  max-width: 450px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  margin: 0;
}

/* line 159, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
nav.navmenu.mobile-navigation ul.mobile-menu li.mobile-entry > a:hover, nav.navmenu.mobile-navigation ul.mobile-menu li.mobile-entry > a:active, nav.navmenu.mobile-navigation ul.mobile-menu li.secondary-entry > a:hover, nav.navmenu.mobile-navigation ul.mobile-menu li.secondary-entry > a:active, nav.navmenu.mobile-navigation ul.mobile-menu li.dropdown-entry > a:hover, nav.navmenu.mobile-navigation ul.mobile-menu li.dropdown-entry > a:active {
  background: #2e7d28;
  color: #fff;
}

/* line 164, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
nav.navmenu.mobile-navigation ul.mobile-menu li.mobile-entry > a.active, nav.navmenu.mobile-navigation ul.mobile-menu li.secondary-entry > a.active, nav.navmenu.mobile-navigation ul.mobile-menu li.dropdown-entry > a.active {
  position: relative;
}

/* line 167, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
nav.navmenu.mobile-navigation ul.mobile-menu li.mobile-entry > a.active:before, nav.navmenu.mobile-navigation ul.mobile-menu li.secondary-entry > a.active:before, nav.navmenu.mobile-navigation ul.mobile-menu li.dropdown-entry > a.active:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 17px;
  width: 33%;
}

/* line 179, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
nav.navmenu.mobile-navigation ul.mobile-menu .footer {
  display: none;
  padding: 18px;
}

/* line 184, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
nav.navmenu.mobile-navigation ul.mobile-menu .footer .social {
  justify-content: space-between;
}

/* line 188, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
nav.navmenu.mobile-navigation ul.mobile-menu .footer .sales {
  text-align: center;
}

/* line 193, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
nav.navmenu.mobile-navigation ul.mobile-menu li.main-nav-on-mobile {
  display: block;
}

/* line 197, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
nav.navmenu.mobile-navigation ul.mobile-menu .dropdown-toggle {
  background-color: white;
  position: relative;
}

/* line 201, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
nav.navmenu.mobile-navigation ul.mobile-menu .dropdown-toggle:after {
  position: absolute;
  right: 29px;
  height: 4px;
  width: 4px;
}

/* line 209, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
nav.navmenu.mobile-navigation ul.mobile-menu .nav-dropdown {
  display: none;
  position: relative;
  top: 0;
  box-shadow: inset 0 0px 8px 0 rgba(0, 0, 0, 0.25);
  border-radius: 0;
}

/* line 221, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
nav.navmenu.mobile-navigation ul.mobile-menu .nav-dropdown li.admin a {
  padding: 17px;
}

@media (max-width: 990px) {
  /* line 229, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
  nav.navmenu.secondary-navigation {
    display: none;
  }
}

/* line 236, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
nav.navmenu.main-navigation .mobile-menu-toggle {
  order: 4;
  display: none;
}

@media (max-width: 600px) {
  /* line 242, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
  nav.navmenu.main-navigation .main-nav {
    height: 60px;
    overflow: hidden;
  }
}

@media (max-width: 990px) {
  /* line 254, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
  nav.navmenu.main-navigation .main-nav {
    height: 60px;
    overflow: initial;
  }
  /* line 264, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
  nav.navmenu.main-navigation .main-nav:after {
    position: absolute;
    content: '';
    display: block;
    top: 52px;
    left: 0px;
    right: 0px;
    height: 52px;
    z-index: 100;
  }
  /* line 277, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
  nav.navmenu.main-navigation a.root-link .skibby-logo {
    display: none;
  }
  /* line 281, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
  nav.navmenu.main-navigation a.root-link .skibby-icon {
    display: flex;
    width: 40px;
  }
  /* line 287, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
  nav.navmenu.main-navigation .left h2 {
    margin-top: 0.1em;
  }
}

@media (max-width: 990px) and (max-width: 600px) {
  /* line 287, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
  nav.navmenu.main-navigation .left h2 {
    font-size: 1.2em;
  }
}

@media (max-width: 990px) {
  /* line 296, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
  nav.navmenu.main-navigation ul.actions li:not(.main-nav-on-mobile) {
    display: none;
  }
  /* line 301, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
  nav.navmenu.main-navigation ul.actions li.main-nav-on-mobile a {
    padding: 0 7px;
  }
  /* line 307, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
  nav.navmenu.main-navigation .mobile-menu-toggle {
    position: relative;
    float: right;
    display: block;
    height: 40px;
    width: 40px;
    min-width: 40px;
    margin: auto 6px;
    outline: none;
    cursor: pointer;
    transform: translateY(-2px);
    background: transparent;
    border: none;
  }
  /* line 321, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
  nav.navmenu.main-navigation .mobile-menu-toggle:before, nav.navmenu.main-navigation .mobile-menu-toggle:after, nav.navmenu.main-navigation .mobile-menu-toggle span {
    height: 4px;
    width: 26px;
    display: block;
    content: '';
    top: 50%;
    left: 50%;
    opacity: 1;
    content: '';
    position: absolute;
    transform-origin: 50% 50%;
    transform: translateX(-50%);
    transition: all 150ms linear;
    background-color: #13311a;
  }
  /* line 337, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
  nav.navmenu.main-navigation .mobile-menu-toggle:before {
    margin-top: -25%;
  }
  /* line 340, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
  nav.navmenu.main-navigation .mobile-menu-toggle:after {
    margin-top: 25%;
  }
  /* line 354, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
  nav.navmenu.main-navigation .mobile-menu-toggle.open:before {
    margin-top: -75%;
    opacity: 0;
  }
  /* line 358, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
  nav.navmenu.main-navigation .mobile-menu-toggle.open:after {
    margin-top: 75%;
    opacity: 0;
  }
  /* line 363, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
  nav.navmenu.main-navigation .mobile-menu-toggle.open span:first-child {
    transform: translateX(-50%) rotate(45deg);
  }
  /* line 366, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
  nav.navmenu.main-navigation .mobile-menu-toggle.open span:last-child {
    transform: translateX(-50%) rotate(-45deg);
  }
}

/* line 1, app/assets/stylesheets/application/components/navigation/_mobile_drawer.scss */
nav.sticky-mobile-nav-drawer {
  position: fixed;
  bottom: 0;
  height: 64px;
  width: 100%;
  display: flex;
  justify-content: stretch;
  z-index: 80;
  gap: 5px;
  padding: 5px 0;
  box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 0.73);
  backdrop-filter: blur(8.2px);
  -webkit-backdrop-filter: blur(8.2px);
}

/* line 16, app/assets/stylesheets/application/components/navigation/_mobile_drawer.scss */
nav.sticky-mobile-nav-drawer #feedback {
  display: contents;
}

/* line 20, app/assets/stylesheets/application/components/navigation/_mobile_drawer.scss */
nav.sticky-mobile-nav-drawer a, nav.sticky-mobile-nav-drawer #feedback a {
  font-size: 12px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  text-transform: initial;
  font-weight: initial;
  letter-spacing: initial;
  padding: 0;
  border-radius: 0;
}

/* line 34, app/assets/stylesheets/application/components/navigation/_mobile_drawer.scss */
nav.sticky-mobile-nav-drawer a:hover, nav.sticky-mobile-nav-drawer #feedback a:hover {
  background-color: transparent;
}

/* line 38, app/assets/stylesheets/application/components/navigation/_mobile_drawer.scss */
nav.sticky-mobile-nav-drawer a > span, nav.sticky-mobile-nav-drawer #feedback a > span {
  margin-bottom: 0;
}

/* line 42, app/assets/stylesheets/application/components/navigation/_mobile_drawer.scss */
nav.sticky-mobile-nav-drawer a .mobile-icon, nav.sticky-mobile-nav-drawer #feedback a .mobile-icon {
  order: -1;
  display: flex;
  flex: 1;
}

/* line 47, app/assets/stylesheets/application/components/navigation/_mobile_drawer.scss */
nav.sticky-mobile-nav-drawer a .mobile-icon svg, nav.sticky-mobile-nav-drawer #feedback a .mobile-icon svg {
  width: 30px;
}

/* line 15, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-navigation {
  position: fixed;
  top: 64px;
  bottom: 0;
  left: 0;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  width: 260px;
  background: white;
  border-right: 1px solid #e5e7eb;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.06);
  z-index: 900;
  transition: all 0.3s ease;
  overflow-y: auto;
  overflow-x: hidden;
  min-height: calc(100vh - 64px);
}

/* line 33, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-navigation::-webkit-scrollbar {
  width: 6px;
}

/* line 37, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-navigation::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}

/* line 41, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-navigation::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

/* line 45, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-navigation::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  /* line 15, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
  .sidebar-navigation {
    position: fixed;
    top: 64px;
    bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    transform: translateX(-100%);
  }
  /* line 59, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
  .sidebar-navigation.active {
    transform: translateX(0);
  }
}

/* line 66, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-nav {
  padding: 1.5rem 0;
  list-style: none;
  margin: 0;
}

/* line 73, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-item {
  margin-bottom: 0.25rem;
  padding: 0 1rem;
}

/* line 78, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-item.active .sidebar-link {
  background: linear-gradient(90deg, rgba(255, 107, 53, 0.1) 0%, transparent 100%);
  border-left: 3px solid #FF6B35;
  color: #FF6B35;
  font-weight: 600;
}

/* line 84, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-item.active .sidebar-link i {
  color: #FF6B35;
}

/* line 92, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-link {
  display: flex;
  align-items: center;
  padding: 0.875rem 1rem;
  color: #2C3E50;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.2s ease;
  font-size: 0.9375rem;
  font-weight: 500;
  border-left: 3px solid transparent;
  position: relative;
}

/* line 105, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-link .sidebar-icon,
.sidebar-link i {
  width: 24px;
  height: 24px;
  margin-right: 0.875rem;
  flex-shrink: 0;
  color: #6b7280;
  transition: color 0.2s ease;
}

/* line 115, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-link .sidebar-text {
  flex: 1;
}

/* line 119, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-link:hover {
  background: #F5F5F5;
  color: #004E89;
  text-decoration: none;
}

/* line 124, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-link:hover .sidebar-icon,
.sidebar-link:hover i {
  color: #004E89;
}

/* line 130, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-link.active {
  background: linear-gradient(90deg, rgba(255, 107, 53, 0.1) 0%, transparent 100%);
  border-left-color: #FF6B35;
  color: #FF6B35;
  font-weight: 600;
}

/* line 136, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-link.active .sidebar-icon,
.sidebar-link.active i {
  color: #FF6B35;
}

/* line 145, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-item.has-submenu .sidebar-link.submenu-toggle {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 149, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-item.has-submenu .sidebar-link.submenu-toggle .submenu-icon {
  margin-left: auto;
  margin-right: 0;
  width: auto;
  font-size: 0.75rem;
  transition: transform 0.3s ease;
}

/* line 159, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-item.has-submenu.active > .sidebar-link.submenu-toggle {
  background: linear-gradient(90deg, rgba(0, 78, 137, 0.08) 0%, transparent 100%);
  border-left-color: #004E89;
  color: #004E89;
}

/* line 164, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-item.has-submenu.active > .sidebar-link.submenu-toggle .sidebar-icon,
.sidebar-item.has-submenu.active > .sidebar-link.submenu-toggle i {
  color: #004E89;
}

/* line 169, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-item.has-submenu.active > .sidebar-link.submenu-toggle .submenu-icon {
  transform: rotate(180deg);
}

/* line 174, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-item.has-submenu.active .sidebar-submenu {
  max-height: 500px;
  opacity: 1;
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
}

/* line 184, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* line 195, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-subitem {
  padding: 0;
}

/* line 199, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-sublink {
  display: flex;
  align-items: center;
  padding: 0.625rem 1rem 0.625rem 3.25rem;
  color: #6b7280;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.2s ease;
  font-size: 0.875rem;
  font-weight: 500;
  border-left: 3px solid transparent;
  position: relative;
}

/* line 212, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-sublink:before {
  content: '';
  position: absolute;
  left: 2.25rem;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #9ca3af;
  transition: all 0.2s ease;
}

/* line 225, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-sublink:hover {
  background: #F5F5F5;
  color: #004E89;
  text-decoration: none;
}

/* line 230, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-sublink:hover:before {
  background: #004E89;
  width: 6px;
  height: 6px;
}

/* line 237, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-sublink.active {
  background: linear-gradient(90deg, rgba(255, 107, 53, 0.08) 0%, transparent 100%);
  color: #FF6B35;
  font-weight: 600;
}

/* line 242, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-sublink.active:before {
  background: #FF6B35;
  width: 6px;
  height: 6px;
}

/* line 252, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
body.with-sidebar .main-content-wrap,
body.with-sidebar .worker-dashboard {
  margin-left: 260px;
  padding-top: 64px;
  transition: margin-left 0.3s ease, padding-top 0.3s ease;
}

@media (max-width: 768px) {
  /* line 252, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
  body.with-sidebar .main-content-wrap,
body.with-sidebar .worker-dashboard {
    margin-left: 0;
    padding-top: 64px;
  }
}

/* line 266, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-overlay {
  display: none;
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 899;
  opacity: 0;
  transition: opacity 0.3s ease;
}

@media (max-width: 768px) {
  /* line 266, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
  .sidebar-overlay {
    display: block;
  }
  /* line 281, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
  .sidebar-overlay.active {
    opacity: 1;
  }
}

/* line 288, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-toggle {
  display: none;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 56px;
  height: 56px;
  background: #FF6B35;
  border-radius: 50%;
  border: none;
  box-shadow: 0 4px 12px rgba(255, 107, 53, 0.4);
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 1000;
  transition: all 0.2s ease;
}

/* line 305, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-toggle:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(255, 107, 53, 0.5);
}

/* line 310, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-toggle:active {
  transform: scale(0.95);
}

@media (max-width: 768px) {
  /* line 288, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
  .sidebar-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 992px) {
  /* line 323, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
  .sidebar-navigation {
    width: 260px;
  }
  /* line 327, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
  body.with-sidebar .main-content-wrap {
    margin-left: 0;
  }
}

@media print {
  /* line 334, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
  .sidebar-navigation {
    display: none;
  }
  /* line 338, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
  body.with-sidebar .main-content-wrap {
    margin-left: 0;
  }
}

/* line 3, app/assets/stylesheets/application/layouts/application/_impersonating.scss */
body.impersonating nav.main-navigation {
  background-color: #ff3333;
}

/* line 6, app/assets/stylesheets/application/layouts/application/_impersonating.scss */
body.impersonating nav.main-navigation .stop-impersonating {
  background-color: white;
  border: 1px solid;
  border-width: 2px 2px 1px 2px;
}

/* line 19, app/assets/stylesheets/application/layouts/application/_impersonating.scss */
body.impersonating .main-content-wrap {
  background-color: #ff3333;
}

/* line 2, app/assets/stylesheets/application/layouts/application/forms/_icons.scss */
.input-wrapper.github, .input-wrapper.linkedin, .input-wrapper.website {
  position: relative;
}

/* line 5, app/assets/stylesheets/application/layouts/application/forms/_icons.scss */
.input-wrapper.github::before, .input-wrapper.linkedin::before, .input-wrapper.website::before {
  content: '';
  position: absolute;
  top: 11px;
  right: 11px;
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
}

/* line 15, app/assets/stylesheets/application/layouts/application/forms/_icons.scss */
.input-wrapper.github.github::before, .input-wrapper.linkedin.github::before, .input-wrapper.website.github::before {
  background-image: url(/assets/misc/github_icon-2d4a83f691aec0de173cbf13eacb487c490362c3755771f909d94fcf77ffac33.svg);
}

/* line 18, app/assets/stylesheets/application/layouts/application/forms/_icons.scss */
.input-wrapper.github.linkedin::before, .input-wrapper.linkedin.linkedin::before, .input-wrapper.website.linkedin::before {
  background-image: url(/assets/misc/linkedin_icon-077bd10def6280f8706506800eefff728b73e361ff51b25d3fe679b550eb96f9.svg);
}

/* line 21, app/assets/stylesheets/application/layouts/application/forms/_icons.scss */
.input-wrapper.github.website::before, .input-wrapper.linkedin.website::before, .input-wrapper.website.website::before {
  background-image: url(/assets/misc/website_icon-b1dd74deda42ce7da74040b2801926fc09f1ca7da8f5de03119fd118d0f465d3.svg);
}

/* line 25, app/assets/stylesheets/application/layouts/application/forms/_icons.scss */
.input-wrapper.github.with-error::before, .input-wrapper.linkedin.with-error::before, .input-wrapper.website.with-error::before {
  right: 36px;
}

/* line 3, app/assets/stylesheets/application/layouts/application/_forms.scss */
body .main-content form > section.errors-summary, form .errors-summary {
  margin-bottom: 10px;
  padding: 12px 18px;
  line-height: 20px;
  text-align: center;
  opacity: 1;
}

/* line 23, app/assets/stylesheets/application/layouts/application/_forms.scss */
form > section.errors-summary {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 27, app/assets/stylesheets/application/layouts/application/_forms.scss */
form label[for]:not(.targetless) {
  cursor: pointer;
}

/* line 31, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .form-title {
  margin-bottom: 32px;
  color: #474747;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1;
}

/* line 39, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .legend {
  font-size: 12px;
  margin-bottom: 2em;
}

/* line 44, app/assets/stylesheets/application/layouts/application/_forms.scss */
form.no-padding {
  padding: 0;
}

/* line 48, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .explanation {
  display: block;
  color: #13311a;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.71;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 5px;
}

/* line 56, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .inline-explanation {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin-left: 6px;
}

/* line 63, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .label_with_errors {
  display: inline-block;
}

/* line 67, app/assets/stylesheets/application/layouts/application/_forms.scss */
form label {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
  text-align: left;
}

/* line 74, app/assets/stylesheets/application/layouts/application/_forms.scss */
form label small {
  font-size: 14px;
}

/* line 79, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .inline-fields {
  display: flex;
  flex-direction: row;
  align-items: center;
}

/* line 84, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .inline-fields .field {
  flex: 1;
  padding: 0 0.5em;
}

/* line 88, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .inline-fields .field:first-child {
  padding-left: 0;
}

/* line 92, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .inline-fields .field:last-child {
  padding-right: 0;
}

/* line 96, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .inline-fields .field.text {
  padding: 16px 0 8px;
}

/* line 99, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .inline-fields .field.text span {
  color: #bcbcbc;
  padding: 8px 1em 5px;
  display: inline-block;
  line-height: 32px;
  border: solid 1px #bcbcbc;
  border-radius: 1.3em;
}

/* line 109, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .inline-fields .field.join-right {
  padding-right: 0;
}

/* line 112, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .inline-fields .field.join-right span, form .inline-fields .field.join-right input, form .inline-fields .field.join-right .selectize-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 118, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .inline-fields .field.join-left {
  padding-left: 0;
  margin-left: -1px;
}

/* line 122, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .inline-fields .field.join-left span, form .inline-fields .field.join-left input, form .inline-fields .field.join-left .selectize-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 128, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .inline-fields .field.short {
  flex: 0;
}

/* line 132, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .inline-fields .field .input-wrapper.with-error {
  z-index: 50;
}

/* line 136, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .inline-fields .field .selectize-input .item {
  white-space: nowrap;
}

/* line 141, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .inline-fields label {
  margin: 0;
  font-size: 1rem;
}

/* line 146, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .inline-fields .expand {
  flex: 1;
}

/* line 152, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .field > label, form .field > .label_with_errors > label {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
  text-align: left;
}

/* line 159, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .field > label + .description, form .field > .label_with_errors > label + .description {
  margin-top: -8px;
  margin-bottom: 4px;
}

/* line 165, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .field.float-label {
  padding: 1em 0 0.5em;
}

/* line 168, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .field.float-label .input-wrapper {
  position: relative;
}

/* line 171, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .field.float-label .input-wrapper > label {
  display: block;
  position: absolute;
  top: 14px;
  color: #bcbcbc;
  left: 0;
  margin: 0;
  padding: 0 16px;
  background: rgba(255, 255, 255, 0);
  transition: all 200ms ease-in-out;
  cursor: text;
  overflow: hidden;
  max-width: calc(100% - 16px);
  white-space: nowrap;
}

/* line 188, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .field.float-label .input-wrapper.center > label {
  left: 50% !important;
  transform: translateX(-50%);
}

/* line 193, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .field.float-label .input-wrapper.center input {
  text-align: center;
}

/* line 198, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .field.float-label .input-wrapper .selectize-control + label {
  left: 1em;
  top: -1rem;
  font-size: 0.8em;
  color: rgba(19, 49, 26, 0.8);
  line-height: 1;
  padding: 0 5px;
  max-width: calc(100% - 20px);
  z-index: 10;
}

/* line 211, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .field.float-label .input-wrapper input::-moz-placeholder, form .field.float-label .input-wrapper textarea::-moz-placeholder {
  opacity: 0;
}
form .field.float-label .input-wrapper input::placeholder, form .field.float-label .input-wrapper textarea::placeholder {
  opacity: 0;
}

/* line 216, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .field.float-label .input-wrapper input:not(:-moz-placeholder) + label, form .field.float-label .input-wrapper textarea:not(:-moz-placeholder) + label {
  left: 1em;
  top: -1rem;
  font-size: 0.8em;
  color: rgba(19, 49, 26, 0.8);
  line-height: 1;
  padding: 0 5px;
  max-width: calc(100% - 20px);
}
form .field.float-label .input-wrapper input:focus + label, form .field.float-label .input-wrapper input:not(:placeholder-shown) + label, form .field.float-label .input-wrapper textarea:focus + label, form .field.float-label .input-wrapper textarea:not(:placeholder-shown) + label {
  left: 1em;
  top: -1rem;
  font-size: 0.8em;
  color: rgba(19, 49, 26, 0.8);
  line-height: 1;
  padding: 0 5px;
  max-width: calc(100% - 20px);
}

/* line 231, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .field .input-wrapper .prepend {
  padding: 10px 8px 0;
}

/* line 238, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .field .input-wrapper input, form .field .input-wrapper select, form .field .input-wrapper textarea, form .field .input-wrapper .selectize-control, form .field .input-wrapper .field_with_errors {
  flex: 1;
}

/* line 243, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .field .input-wrapper.with-error {
  position: relative;
}

/* line 246, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .field .input-wrapper.with-error .errors {
  font-size: 0.75em;
  line-height: 1;
  flex: 1 1 100%;
  margin-left: 20px;
  position: absolute;
  bottom: 0;
  right: 1em;
  transform: translateY(50%);
  padding: 0.3em;
  color: #cc0000;
  background-color: white;
}

/* line 260, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .field .input-wrapper.with-error label {
  color: #cc0000 !important;
}

/* line 264, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .field .input-wrapper.with-error input {
  border-color: #cc0000;
}

/* line 269, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .field .input-wrapper.with-error.select::after {
  right: 37px;
}

/* line 276, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .base-errors:not(:empty) {
  color: #cc0000 !important;
  border: 1px solid #cc0000;
  padding: 10px;
  border-radius: 10px;
}

/* line 283, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .errors {
  flex: 1 0 100%;
  padding-top: 6px;
}

/* line 288, app/assets/stylesheets/application/layouts/application/_forms.scss */
form input {
  width: 100%;
  padding: 10px;
  font-size: 1rem;
  font-family: 'Poppins', sans-serif;
}

/* line 294, app/assets/stylesheets/application/layouts/application/_forms.scss */
form input::-moz-placeholder {
  color: #bcbcbc;
  text-transform: uppercase;
}
form input::placeholder {
  color: #bcbcbc;
  text-transform: uppercase;
}

/* line 299, app/assets/stylesheets/application/layouts/application/_forms.scss */
form input[type='text'], form input[type='password'], form input[type='email'], form input[type='tel'], form input[type='url'], form input[type='number'] {
  font-size: 16px;
  line-height: 32px;
  padding: 8px 24px 5px;
  outline: none;
  border-radius: 1.3em;
  border: solid 1px #bcbcbc;
}

/* line 311, app/assets/stylesheets/application/layouts/application/_forms.scss */
form input:disabled {
  cursor: not-allowed;
}

/* line 316, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .checkbox {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* line 320, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .checkbox input[type='checkbox'] {
  display: none;
}

/* line 324, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .checkbox label {
  display: inline-grid;
  grid-auto-flow: column;
  align-items: center;
  margin-bottom: 12px;
}

/* line 330, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .checkbox label:before {
  border: 1px solid;
  content: '';
  line-height: 40px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  font-size: 35px;
  margin-right: 0.5em;
}

/* line 345, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .checkbox.with-error label {
  grid-area: label;
  margin-right: 38px;
  color: #cc0000;
}

/* line 351, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .checkbox.with-error label:before {
  border-color: #cc0000;
}

/* line 356, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .checkbox.with-error .errors {
  margin-top: -14px;
  margin-bottom: 8px;
}

/* line 361, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .checkbox.with-error.multiple::after {
  content: none;
}

/* line 366, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .checkbox input:checked + label:before {
  background-image: url(/assets/check-5d70afd63fe4bfcf65210a9b7a845bfc86dc57c61b2fcdb035bc67476dba03a8.svg);
  background-size: 75% 75%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* line 374, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .checkbox.small label:before {
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 24px;
}

/* line 383, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .visibility-checkbox {
  margin-top: -7px;
}

/* line 387, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .visibility-checkbox label:before {
  content: '\f06e';
  display: inline-block;
  font-size: 20px;
  height: 40px;
  margin-bottom: 0.2em;
  margin-left: -9px;
  margin-right: 0.5em;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  width: 40px;
}

/* line 401, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .visibility-checkbox label:after {
  content: attr(data-unchecked);
  margin-left: -18px;
}

/* line 407, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .visibility-checkbox input[type='checkbox'] {
  display: none;
}

/* line 412, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .visibility-checkbox input:checked + label:before {
  content: '\f070';
}

/* line 416, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .visibility-checkbox input:checked + label:after {
  content: attr(data-checked);
}

/* line 421, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .radios.with-error {
  color: #cc0000;
  border: 1px solid #cc0000;
  border-radius: 10px;
  padding: 0 8px;
  margin-bottom: 8px;
}

/* line 428, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .radios.with-error .errors {
  margin-top: 0;
  margin-bottom: 4px;
  color: #cc0000;
  font-size: 14px;
}

/* line 434, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .radios.with-error > label {
  color: #cc0000;
}

/* line 439, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .radio {
  position: relative;
}

/* line 442, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .radio label {
  display: inline-flex;
  margin: 0 0 10px;
  align-items: center;
}

/* line 447, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .radio label span {
  margin: 0;
}

/* line 452, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .radio label::before {
  content: '';
  display: inline-block;
  background-color: #6a7169;
  width: 20px;
  height: 20px;
  background-size: 18px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
  transition: background-color 150ms ease;
  border: 3px solid #474747;
}

/* line 467, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .radio input {
  display: none;
}

/* line 470, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .radio input:checked + label::before {
  background-color: #0C6B1F;
}

/* line 476, app/assets/stylesheets/application/layouts/application/_forms.scss */
form select {
  width: 100%;
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: white;
  background-position: calc(100% - 16px) 50%;
  background-repeat: no-repeat;
  background-image: url(/assets/misc/select_icon-3a11078447f28859674152b8462c8d0ab66f563613bb2e68588c84c0e3884306.png);
  font-size: 16px;
  line-height: 32px;
  padding: 8px 16px;
  outline: none;
  border-radius: 1.3em;
  border: solid 1px #bcbcbc;
}

/* line 493, app/assets/stylesheets/application/layouts/application/_forms.scss */
form select:disabled {
  cursor: not-allowed;
}

/* line 499, app/assets/stylesheets/application/layouts/application/_forms.scss */
textarea {
  width: 100%;
  padding: 8px 16px;
  border: 1px solid #bcbcbc;
  vertical-align: bottom;
  outline: none;
  font-size: 16px;
  line-height: 1.5em;
  resize: none;
  border-radius: 25px;
  font-family: 'Poppins', sans-serif;
}

/* line 511, app/assets/stylesheets/application/layouts/application/_forms.scss */
textarea::-moz-placeholder {
  color: #bcbcbc;
  text-transform: uppercase;
}
textarea::placeholder {
  color: #bcbcbc;
  text-transform: uppercase;
}

/* line 518, app/assets/stylesheets/application/layouts/application/_forms.scss */
textarea:disabled {
  cursor: not-allowed;
}

/* line 527, app/assets/stylesheets/application/layouts/application/_forms.scss */
.checkbox-group {
  margin-top: 1.5em;
}

/* line 536, app/assets/stylesheets/application/layouts/application/_forms.scss */
.dark-form form .input-wrapper.with-error .errors {
  padding: 4px 10px;
  color: #fff;
}

/* line 546, app/assets/stylesheets/application/layouts/application/_forms.scss */
.card-form label {
  color: #6a7169;
}

/* line 550, app/assets/stylesheets/application/layouts/application/_forms.scss */
.card-form input::-moz-placeholder {
  color: #6a7169;
}
.card-form input::placeholder {
  color: #6a7169;
}

/* line 554, app/assets/stylesheets/application/layouts/application/_forms.scss */
.card-form input[type='text'], .card-form input[type='password'], .card-form input[type='email'], .card-form input[type='tel'], .card-form input[type='url'], .card-form input[type='number'] {
  border: solid 1px #474747;
  background-color: #f5f5f5;
  color: #000;
}

/* line 562, app/assets/stylesheets/application/layouts/application/_forms.scss */
.card-form .selectize-input {
  border: solid 1px #474747;
  background-color: #f5f5f5;
  color: #000;
}

/* line 567, app/assets/stylesheets/application/layouts/application/_forms.scss */
.card-form .selectize-input.full {
  background-color: #f5f5f5;
}

/* line 571, app/assets/stylesheets/application/layouts/application/_forms.scss */
.card-form .selectize-input.disabled {
  background-color: #f5f5f5;
  opacity: 0.5;
}

/* line 7, app/assets/stylesheets/application/layouts/application/_section.scss */
.main-content article.white, .main-content section.white {
  background-color: white;
}

/* line 12, app/assets/stylesheets/application/layouts/application/_section.scss */
.main-content header.section-header {
  margin-bottom: calc(2em - 7px);
}

@media (max-width: 1200px) {
  /* line 12, app/assets/stylesheets/application/layouts/application/_section.scss */
  .main-content header.section-header {
    margin-left: 8px;
  }
}

/* line 19, app/assets/stylesheets/application/layouts/application/_section.scss */
.main-content header.section-header:after {
  content: '';
  display: inline-block;
  width: 80px;
  margin-top: 10px;
}

@media (max-width: 600px) {
  /* line 12, app/assets/stylesheets/application/layouts/application/_section.scss */
  .main-content header.section-header {
    text-align: center;
  }
}

/* line 31, app/assets/stylesheets/application/layouts/application/_section.scss */
.main-content section.basic {
  background-color: white;
  margin-bottom: 40px;
  padding: 64px;
  box-shadow: 1px 1px 3px 0 #bcbcbc;
}

/* line 42, app/assets/stylesheets/application/layouts/application/_section.scss */
.main-content section.basic header.section-header {
  margin-left: 0;
}

/* line 45, app/assets/stylesheets/application/layouts/application/_section.scss */
.main-content section.basic header.section-header h1 {
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.31;
  letter-spacing: 1px;
}

@media (max-width: 600px) {
  /* line 45, app/assets/stylesheets/application/layouts/application/_section.scss */
  .main-content section.basic header.section-header h1 {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: normal;
  }
}

/* line 49, app/assets/stylesheets/application/layouts/application/_section.scss */
.main-content section.basic header.section-header h1, .main-content section.basic header.section-header h2, .main-content section.basic header.section-header h3 {
  margin-top: 0;
}

/* line 54, app/assets/stylesheets/application/layouts/application/_section.scss */
.main-content section.basic .hard-lower {
  margin: 64px -64px -64px -64px;
}

@media (max-width: 768px) {
  /* line 54, app/assets/stylesheets/application/layouts/application/_section.scss */
  .main-content section.basic .hard-lower {
    margin: 32px -32px -32px -32px;
  }
}

@media (max-width: 600px) {
  /* line 54, app/assets/stylesheets/application/layouts/application/_section.scss */
  .main-content section.basic .hard-lower {
    margin: 16px -16px -16px -16px;
  }
}

@media (max-width: 768px) {
  /* line 31, app/assets/stylesheets/application/layouts/application/_section.scss */
  .main-content section.basic {
    padding: 32px;
  }
}

@media (max-width: 600px) {
  /* line 31, app/assets/stylesheets/application/layouts/application/_section.scss */
  .main-content section.basic {
    padding: 16px;
  }
}

/* line 74, app/assets/stylesheets/application/layouts/application/_section.scss */
.main-content section.basic:last-child {
  margin-bottom: 0;
}

/* line 79, app/assets/stylesheets/application/layouts/application/_section.scss */
.main-content p {
  margin-bottom: 2em;
}

/* line 83, app/assets/stylesheets/application/layouts/application/_section.scss */
.main-content hr.basic {
  margin: 1.5rem 0;
}

/* line 87, app/assets/stylesheets/application/layouts/application/_section.scss */
.main-content .two-col-grid {
  display: grid;
  justify-content: center;
  grid-template-areas: 'header header header' 'col-left . col-right' 'footer footer footer';
  grid-template-columns: minmax(300px, 400px) minmax(30px, 150px) minmax(300px, 400px);
}

@media (max-width: 768px) {
  /* line 87, app/assets/stylesheets/application/layouts/application/_section.scss */
  .main-content .two-col-grid {
    grid-template-columns: minmax(280px, 500px);
    grid-template-areas: 'header' 'col-left' 'col-right' 'footer';
  }
}

/* line 103, app/assets/stylesheets/application/layouts/application/_section.scss */
.main-content .two-col-grid > header {
  grid-area: header;
  grid-row: auto;
}

/* line 108, app/assets/stylesheets/application/layouts/application/_section.scss */
.main-content .two-col-grid > .legend {
  grid-area: header;
  grid-row: auto;
}

/* line 113, app/assets/stylesheets/application/layouts/application/_section.scss */
.main-content .two-col-grid .col-left {
  grid-area: col-left;
  grid-row: auto;
}

/* line 117, app/assets/stylesheets/application/layouts/application/_section.scss */
.main-content .two-col-grid .col-right {
  grid-area: col-right;
  grid-row: auto;
}

/* line 122, app/assets/stylesheets/application/layouts/application/_section.scss */
.main-content .two-col-grid > footer {
  grid-area: footer;
  grid-row: auto;
}

/* line 1, app/assets/stylesheets/application/layouts/_process.scss */
body.process {
  background-color: #74797c;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
  background-image: url(/assets/process-background-018425518f010f383784a70948aac2d6b45dfec22a1f6302de4054b7ad16b413.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
  position: relative;
}

@media (min-width: 980px) {
  /* line 1, app/assets/stylesheets/application/layouts/_process.scss */
  body.process {
    flex-direction: row;
  }
}

/* line 19, app/assets/stylesheets/application/layouts/_process.scss */
body.process .process-map {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  min-width: 300px;
  background-color: #637868;
  padding: 1em 0;
  color: white;
  text-align: initial;
  box-shadow: 1px 0 6px rgba(0, 0, 0, 0.3);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

@media (min-width: 980px) {
  /* line 19, app/assets/stylesheets/application/layouts/_process.scss */
  body.process .process-map {
    padding: 3em 2em;
    gap: 1em;
  }
}

/* line 36, app/assets/stylesheets/application/layouts/_process.scss */
body.process .process-map .root-wrapper {
  display: flex;
  gap: 1em;
  align-items: center;
}

/* line 42, app/assets/stylesheets/application/layouts/_process.scss */
body.process .process-map .back-link {
  content: '';
  background-color: #637868;
  width: 40px;
  height: 40px;
  border: solid white;
  border-width: 1px;
  vertical-align: middle;
  background-image: url(/assets/icons/arrow-left-white-65e92afdcfe43b143e961e796869866d9d0ff14c52498d1a4c4f6cd26ed40032.svg);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 25px;
}

/* line 56, app/assets/stylesheets/application/layouts/_process.scss */
body.process .process-map .root {
  display: flex;
  align-items: center;
  font-size: 1.4em;
}

@media (min-width: 980px) {
  /* line 56, app/assets/stylesheets/application/layouts/_process.scss */
  body.process .process-map .root {
    font-size: 1.8em;
  }
}

/* line 66, app/assets/stylesheets/application/layouts/_process.scss */
body.process .process-map .steps-wrapper {
  position: relative;
  overflow: hidden;
}

/* line 70, app/assets/stylesheets/application/layouts/_process.scss */
body.process .process-map .steps-wrapper:before, body.process .process-map .steps-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1em;
  background-size: 100% 100%;
  z-index: 20;
}

@media (min-width: 980px) {
  /* line 70, app/assets/stylesheets/application/layouts/_process.scss */
  body.process .process-map .steps-wrapper:before, body.process .process-map .steps-wrapper:after {
    width: 100%;
    height: 1em;
  }
}

/* line 86, app/assets/stylesheets/application/layouts/_process.scss */
body.process .process-map .steps-wrapper:before {
  left: 0;
  background-image: linear-gradient(to left, transparent, #637868);
}

@media (min-width: 980px) {
  /* line 86, app/assets/stylesheets/application/layouts/_process.scss */
  body.process .process-map .steps-wrapper:before {
    left: auto;
    top: 0;
    bottom: auto;
    background-image: linear-gradient(to top, transparent, #637868);
  }
}

/* line 98, app/assets/stylesheets/application/layouts/_process.scss */
body.process .process-map .steps-wrapper:after {
  right: 0;
  background-image: linear-gradient(to right, transparent, #637868);
}

@media (min-width: 980px) {
  /* line 98, app/assets/stylesheets/application/layouts/_process.scss */
  body.process .process-map .steps-wrapper:after {
    right: auto;
    top: auto;
    bottom: 0;
    background-image: linear-gradient(to bottom, transparent, #637868);
  }
}

/* line 111, app/assets/stylesheets/application/layouts/_process.scss */
body.process .process-map .steps {
  display: flex;
  flex-direction: row;
  gap: 1em;
  overflow: scroll;
  scroll-snap-type: x mandatory;
  padding: 0 1em;
  position: relative;
  max-height: 100%;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
  -webkit-overflow-scrolling: touch;
}

/* line 121, app/assets/stylesheets/application/layouts/_process.scss */
body.process .process-map .steps::-webkit-scrollbar {
  width: 0;
  height: 0;
}

@media (min-width: 980px) {
  /* line 111, app/assets/stylesheets/application/layouts/_process.scss */
  body.process .process-map .steps {
    flex-direction: column;
    padding: 1em 0;
  }
}

/* line 136, app/assets/stylesheets/application/layouts/_process.scss */
body.process .process-map .step {
  padding: 0 1em 0 0;
  border-radius: 1em;
  border: 1px solid rgba(245, 245, 245, 0.2);
  border-left-width: 0 !important;
  opacity: 0.5;
  position: relative;
  flex-shrink: 0;
  line-height: 1.1;
  scroll-snap-align: center;
}

@media (min-width: 980px) {
  /* line 136, app/assets/stylesheets/application/layouts/_process.scss */
  body.process .process-map .step {
    padding: 0.7em 1em 0.6em;
    width: auto;
    border-left-width: 1px !important;
  }
}

/* line 153, app/assets/stylesheets/application/layouts/_process.scss */
body.process .process-map .step.available {
  opacity: 1;
  border-color: white;
}

/* line 158, app/assets/stylesheets/application/layouts/_process.scss */
body.process .process-map .step.active {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #f5f5f5;
}

/* line 163, app/assets/stylesheets/application/layouts/_process.scss */
body.process .process-map .step.active .substep {
  opacity: 0.5;
}

/* line 168, app/assets/stylesheets/application/layouts/_process.scss */
body.process .process-map .step .step-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: background-color 0.3s ease-in-out;
}

/* line 176, app/assets/stylesheets/application/layouts/_process.scss */
body.process .process-map .step .step-link:hover {
  background-color: rgba(245, 245, 245, 0.1);
}

/* line 181, app/assets/stylesheets/application/layouts/_process.scss */
body.process .process-map .step .step-header {
  display: flex;
  gap: 0.6em;
  align-items: center;
}

/* line 187, app/assets/stylesheets/application/layouts/_process.scss */
body.process .process-map .step .counter {
  position: relative;
  width: 2em;
  height: 2em;
  border-radius: 100%;
  border: 1px solid white;
  flex-shrink: 0;
}

/* line 195, app/assets/stylesheets/application/layouts/_process.scss */
body.process .process-map .step .counter .number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
}

/* line 204, app/assets/stylesheets/application/layouts/_process.scss */
body.process .process-map .step .substeps {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  padding-left: 2em;
}

/* line 210, app/assets/stylesheets/application/layouts/_process.scss */
body.process .process-map .step .substeps .substep.available {
  opacity: 1;
}

/* line 214, app/assets/stylesheets/application/layouts/_process.scss */
body.process .process-map .step .substeps .substep.active {
  opacity: 1;
}

/* line 217, app/assets/stylesheets/application/layouts/_process.scss */
body.process .process-map .step .substeps .substep.active .counter {
  background-color: #0C6B1F;
}

/* line 225, app/assets/stylesheets/application/layouts/_process.scss */
body.process .main-content-wrapper {
  padding: 2em 0.7em 0.7em;
  height: 100%;
  overflow: auto;
  flex: 1;
}

@media (min-width: 980px) {
  /* line 225, app/assets/stylesheets/application/layouts/_process.scss */
  body.process .main-content-wrapper {
    padding: 2em;
  }
}

/* line 235, app/assets/stylesheets/application/layouts/_process.scss */
body.process .main-content-wrapper:before {
  content: '';
  height: 90%;
  display: inline-block;
  vertical-align: middle;
}

/* line 243, app/assets/stylesheets/application/layouts/_process.scss */
body.process .process-debug {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 450px;
  background-color: white;
  z-index: 8000;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
  transform: translateX(100%);
  transition: transform ease-in-out 0.3s;
  text-align: initial;
}

/* line 256, app/assets/stylesheets/application/layouts/_process.scss */
body.process .process-debug .flag {
  position: absolute;
  left: 0;
  top: 2em;
  width: 41px;
  height: 41px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
  transform: translateX(-100%);
  background-color: white;
}

/* line 271, app/assets/stylesheets/application/layouts/_process.scss */
body.process .process-debug .process-stack .process-element header {
  padding: 0.6em 2em 0.4em;
}

/* line 279, app/assets/stylesheets/application/layouts/_process.scss */
body.process.process-debug-open .main-content-wrapper:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
}

/* line 290, app/assets/stylesheets/application/layouts/_process.scss */
body.process.process-debug-open .process-debug {
  transform: translateX(0);
}

/* line 295, app/assets/stylesheets/application/layouts/_process.scss */
body.process .main-content {
  width: 100%;
  max-width: 880px;
  padding: 2.5em 2em 2em;
  display: inline-block;
  text-align: initial;
  background-color: white;
  vertical-align: middle;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  position: relative;
}

@media (min-width: 601px) {
  /* line 295, app/assets/stylesheets/application/layouts/_process.scss */
  body.process .main-content {
    padding: 4em 6em 2em;
  }
}

/* line 316, app/assets/stylesheets/application/layouts/_process.scss */
body.process .main-content .back-link {
  position: absolute;
  top: -1.25em;
  left: 1.5em;
  width: 2.5em;
  height: 2.5em;
  border-radius: 2em;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  background-color: white;
}

/* line 326, app/assets/stylesheets/application/layouts/_process.scss */
body.process .main-content .back-link:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(/assets/icons/arrow-left-8fb762c7b81d6550454ff5db03e8d71734f7a4d61de430e692fef86976cd19cf.svg);
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

/* line 339, app/assets/stylesheets/application/layouts/_process.scss */
body.process .main-content .back-link:hover, body.process .main-content .back-link:active {
  transform: translate(1px, 1px);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

@media (min-width: 601px) {
  /* line 316, app/assets/stylesheets/application/layouts/_process.scss */
  body.process .main-content .back-link {
    top: 2.5em;
    left: 2.5em;
  }
}

/* line 350, app/assets/stylesheets/application/layouts/_process.scss */
body.process .main-content .logo, body.process .main-content:before {
  position: absolute;
  top: 2.5em;
  right: 2.5em;
  width: 4em;
  height: 4em;
  background-color: white;
  padding: 0.3em;
  border-radius: 100%;
}

/* line 360, app/assets/stylesheets/application/layouts/_process.scss */
body.process .main-content .logo img, body.process .main-content:before img {
  width: 100%;
}

/* line 365, app/assets/stylesheets/application/layouts/_process.scss */
body.process .main-content:before {
  content: '';
  padding: 0;
}

/* line 371, app/assets/stylesheets/application/layouts/_process.scss */
body.process .main-content .section-header {
  padding: 0 5em 4em 0;
}

/* line 374, app/assets/stylesheets/application/layouts/_process.scss */
body.process .main-content .section-header h1 {
  color: #0C6B1F;
  font-family: 'Poppins', sans-serif;
  font-size: 1.8em;
  line-height: 1.3;
}

/* line 381, app/assets/stylesheets/application/layouts/_process.scss */
body.process .main-content .section-header:after {
  content: none;
}

@media (min-width: 601px) {
  /* line 371, app/assets/stylesheets/application/layouts/_process.scss */
  body.process .main-content .section-header {
    padding: 2em 2em 2em 0;
  }
}

/* line 390, app/assets/stylesheets/application/layouts/_process.scss */
body.process .main-content .explanation {
  color: #474747;
  margin-top: -1em;
  margin-bottom: 2em;
}

/* line 398, app/assets/stylesheets/application/layouts/_process.scss */
body.process.narrow .main-content {
  max-width: 450px;
  padding: 1em 2em;
}

/* line 402, app/assets/stylesheets/application/layouts/_process.scss */
body.process.narrow .main-content .section-header {
  padding-bottom: 1em;
  padding-top: 3em;
  text-align: center;
}

/* line 408, app/assets/stylesheets/application/layouts/_process.scss */
body.process.narrow .main-content .back-link, body.process.narrow .main-content .logo, body.process.narrow .main-content:before {
  top: 0;
  transform: translateY(-30%);
}

/* line 413, app/assets/stylesheets/application/layouts/_process.scss */
body.process.narrow .main-content:before {
  z-index: -1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

/* line 420, app/assets/stylesheets/application/layouts/_process.scss */
body.process .btn-container.actions {
  margin-top: 2em;
}

/* line 423, app/assets/stylesheets/application/layouts/_process.scss */
body.process .btn-container.actions.small-margin {
  margin-top: 0.5em;
}

/* line 428, app/assets/stylesheets/application/layouts/_process.scss */
body.process .center {
  text-align: center;
}

/* line 432, app/assets/stylesheets/application/layouts/_process.scss */
body.process section.form-section {
  margin-bottom: 2em;
}

/* line 436, app/assets/stylesheets/application/layouts/_process.scss */
body.process p {
  margin-bottom: 1em;
  line-height: 1.4;
  font-size: 16px;
}

/* line 442, app/assets/stylesheets/application/layouts/_process.scss */
body.process h2 {
  margin-bottom: 1em;
  font-size: 1.1em;
}

/* line 447, app/assets/stylesheets/application/layouts/_process.scss */
body.process.gonative {
  background-image: url(/assets/process-bg-gonative-d97c5772b08e9ad337c33f18bb3b52c59827ca918e3bafdb0197446d6070667d.svg);
  background-position: bottom;
  background-color: #ebf4fb;
  background-size: contain;
}

/* line 453, app/assets/stylesheets/application/layouts/_process.scss */
body.process.gonative .main-content {
  background: rgba(255, 255, 255, 0.55);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8.2px);
  -webkit-backdrop-filter: blur(8.2px);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

/* line 1, app/assets/stylesheets/application/layouts/_auth.scss */
body.auth {
  background-color: #74797c;
  display: block;
  height: 100%;
  text-align: center;
  background-image: url(/assets/process-background-018425518f010f383784a70948aac2d6b45dfec22a1f6302de4054b7ad16b413.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
  position: relative;
}

/* line 13, app/assets/stylesheets/application/layouts/_auth.scss */
body.auth .main-content-wrapper {
  padding: 0.7em;
  height: 100%;
  overflow: auto;
}

@media (min-width: 601px) {
  /* line 13, app/assets/stylesheets/application/layouts/_auth.scss */
  body.auth .main-content-wrapper {
    padding: 2em;
  }
}

/* line 22, app/assets/stylesheets/application/layouts/_auth.scss */
body.auth .main-content-wrapper:before {
  content: '';
  height: 90%;
  display: inline-block;
  vertical-align: middle;
}

/* line 30, app/assets/stylesheets/application/layouts/_auth.scss */
body.auth .process-debug {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 450px;
  background-color: white;
  z-index: 8000;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
  transform: translateX(100%);
  transition: transform ease-in-out 0.3s;
  text-align: initial;
}

/* line 43, app/assets/stylesheets/application/layouts/_auth.scss */
body.auth .process-debug .flag {
  position: absolute;
  left: 0;
  top: 2em;
  width: 41px;
  height: 41px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
  transform: translateX(-100%);
  background-color: white;
}

/* line 58, app/assets/stylesheets/application/layouts/_auth.scss */
body.auth .process-debug .process-stack .process-element header {
  padding: 0.6em 2em 0.4em;
}

/* line 66, app/assets/stylesheets/application/layouts/_auth.scss */
body.auth.process-debug-open .main-content-wrapper:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
}

/* line 77, app/assets/stylesheets/application/layouts/_auth.scss */
body.auth.process-debug-open .process-debug {
  transform: translateX(0);
}

/* line 82, app/assets/stylesheets/application/layouts/_auth.scss */
body.auth .main-content {
  width: 100%;
  max-width: 880px;
  padding: 0.5em 2em 2em;
  display: inline-block;
  text-align: initial;
  background-color: white;
  vertical-align: middle;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  position: relative;
}

@media (min-width: 601px) {
  /* line 82, app/assets/stylesheets/application/layouts/_auth.scss */
  body.auth .main-content {
    padding: 0.5em 6em 2em;
  }
}

/* line 98, app/assets/stylesheets/application/layouts/_auth.scss */
body.auth .main-content .logo {
  text-align: center;
  padding: 2em 0 0;
}

/* line 102, app/assets/stylesheets/application/layouts/_auth.scss */
body.auth .main-content .logo img {
  width: 175px;
}

/* line 107, app/assets/stylesheets/application/layouts/_auth.scss */
body.auth .main-content .section-header {
  text-align: center;
  margin-bottom: 2em;
}

/* line 111, app/assets/stylesheets/application/layouts/_auth.scss */
body.auth .main-content .section-header h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.4em;
  color: #474747;
  line-height: 1.3;
}

/* line 118, app/assets/stylesheets/application/layouts/_auth.scss */
body.auth .main-content .section-header:after {
  content: none;
}

/* line 123, app/assets/stylesheets/application/layouts/_auth.scss */
body.auth .main-content .explanation {
  color: #474747;
  margin-top: -1em;
  margin-bottom: 2em;
}

/* line 131, app/assets/stylesheets/application/layouts/_auth.scss */
body.auth.narrow .main-content {
  max-width: 450px;
  padding: 0.5em 2em;
}

/* line 137, app/assets/stylesheets/application/layouts/_auth.scss */
body.auth .btn-container.actions {
  margin-top: 2em;
}

/* line 140, app/assets/stylesheets/application/layouts/_auth.scss */
body.auth .btn-container.actions.small-margin {
  margin-top: 0.5em;
}

/* line 145, app/assets/stylesheets/application/layouts/_auth.scss */
body.auth .center {
  text-align: center;
}

/* line 149, app/assets/stylesheets/application/layouts/_auth.scss */
body.auth section.form-section {
  margin-bottom: 2em;
}

/* line 153, app/assets/stylesheets/application/layouts/_auth.scss */
body.auth p {
  margin-bottom: 1em;
  line-height: 1.4;
  font-size: 16px;
}

/* line 159, app/assets/stylesheets/application/layouts/_auth.scss */
body.auth h2 {
  margin-bottom: 1em;
  font-size: 1.1em;
}

/* line 1, app/assets/stylesheets/application/components/_carousel.scss */
.slider {
  font-size: 0;
}

/* line 4, app/assets/stylesheets/application/components/_carousel.scss */
.slider .js_next, .slider .js_prev, .slider .frame {
  display: inline-block;
  vertical-align: middle;
}

/* line 9, app/assets/stylesheets/application/components/_carousel.scss */
.slider .js_next, .slider .js_prev {
  width: 50px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: 19px 35px;
  cursor: pointer;
}

/* line 17, app/assets/stylesheets/application/components/_carousel.scss */
.slider .frame {
  width: calc(100% - 160px);
  position: relative;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  white-space: nowrap;
}

/* line 26, app/assets/stylesheets/application/components/_carousel.scss */
.slider ul.slides {
  display: inline-block;
  font-size: initial;
}

/* line 30, app/assets/stylesheets/application/components/_carousel.scss */
.slider ul.slides li {
  position: relative;
  display: inline-block;
}

@media (max-width: 800px) {
  /* line 37, app/assets/stylesheets/application/components/_carousel.scss */
  .slider .frame {
    width: calc(100% - 100px);
  }
  /* line 41, app/assets/stylesheets/application/components/_carousel.scss */
  .slider .js_next, .slider .js_prev {
    width: 30px;
  }
  /* line 46, app/assets/stylesheets/application/components/_carousel.scss */
  .touch .slider .js_next, .touch .slider .js_prev {
    display: none;
  }
  /* line 50, app/assets/stylesheets/application/components/_carousel.scss */
  .touch .slider .frame {
    width: 100%;
  }
}

/* line 57, app/assets/stylesheets/application/components/_carousel.scss */
.slider ul.dots {
  margin-top: 45px;
}

/* line 60, app/assets/stylesheets/application/components/_carousel.scss */
.slider ul.dots li {
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 5px;
  transition: border-color 0.6s ease-in-out;
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */
/* line 8, vendor/assets/bower_components/pikaday/css/pikaday.css */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
/* line 23, vendor/assets/bower_components/pikaday/css/pikaday.css */
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}

/* line 28, vendor/assets/bower_components/pikaday/css/pikaday.css */
.pika-single:after {
  clear: both;
}

/* line 30, vendor/assets/bower_components/pikaday/css/pikaday.css */
.pika-single.is-hidden {
  display: none;
}

/* line 34, vendor/assets/bower_components/pikaday/css/pikaday.css */
.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

/* line 39, vendor/assets/bower_components/pikaday/css/pikaday.css */
.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

/* line 45, vendor/assets/bower_components/pikaday/css/pikaday.css */
.pika-title {
  position: relative;
  text-align: center;
}

/* line 50, vendor/assets/bower_components/pikaday/css/pikaday.css */
.pika-label {
  display: inline-block;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}

/* line 62, vendor/assets/bower_components/pikaday/css/pikaday.css */
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  opacity: 0;
}

/* line 72, vendor/assets/bower_components/pikaday/css/pikaday.css */
.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
}

/* line 93, vendor/assets/bower_components/pikaday/css/pikaday.css */
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

/* line 98, vendor/assets/bower_components/pikaday/css/pikaday.css */
.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
}

/* line 104, vendor/assets/bower_components/pikaday/css/pikaday.css */
.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
}

/* line 110, vendor/assets/bower_components/pikaday/css/pikaday.css */
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2;
}

/* line 116, vendor/assets/bower_components/pikaday/css/pikaday.css */
.pika-select {
  display: inline-block;
}

/* line 120, vendor/assets/bower_components/pikaday/css/pikaday.css */
.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

/* line 127, vendor/assets/bower_components/pikaday/css/pikaday.css */
.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0;
}

/* line 133, vendor/assets/bower_components/pikaday/css/pikaday.css */
.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}

/* line 141, vendor/assets/bower_components/pikaday/css/pikaday.css */
.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
  height: initial;
}

/* line 159, vendor/assets/bower_components/pikaday/css/pikaday.css */
.pika-week {
  font-size: 11px;
  color: #999;
}

/* line 164, vendor/assets/bower_components/pikaday/css/pikaday.css */
.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}

/* line 169, vendor/assets/bower_components/pikaday/css/pikaday.css */
.is-selected .pika-button,
.has-event .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}

/* line 178, vendor/assets/bower_components/pikaday/css/pikaday.css */
.has-event .pika-button {
  background: #005da9;
  box-shadow: inset 0 1px 3px #0076c9;
}

/* line 183, vendor/assets/bower_components/pikaday/css/pikaday.css */
.is-disabled .pika-button,
.is-inrange .pika-button {
  background: #D5E9F7;
}

/* line 188, vendor/assets/bower_components/pikaday/css/pikaday.css */
.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}

/* line 195, vendor/assets/bower_components/pikaday/css/pikaday.css */
.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}

/* line 202, vendor/assets/bower_components/pikaday/css/pikaday.css */
.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3;
}

/* line 209, vendor/assets/bower_components/pikaday/css/pikaday.css */
.is-outside-current-month .pika-button {
  color: #999;
  opacity: .3;
}

/* line 214, vendor/assets/bower_components/pikaday/css/pikaday.css */
.is-selection-disabled {
  pointer-events: none;
  cursor: default;
}

/* line 219, vendor/assets/bower_components/pikaday/css/pikaday.css */
.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px;
}

/* styling for abbr */
/* line 228, vendor/assets/bower_components/pikaday/css/pikaday.css */
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

/* line 3, app/assets/stylesheets/application/components/_pikaday.scss */
.pika-months-list {
  font-size: 0;
}

/* line 5, app/assets/stylesheets/application/components/_pikaday.scss */
.pika-months-list .month {
  width: 25%;
  font-size: 12px;
  display: inline-block;
  text-align: center;
}

/* line 12, app/assets/stylesheets/application/components/_pikaday.scss */
.pika-months-list .month.is-selected:hover {
  color: inherit;
}

/* line 19, app/assets/stylesheets/application/components/_pikaday.scss */
.pika-single {
  z-index: 11001;
}

/* line 23, app/assets/stylesheets/application/components/_pikaday.scss */
.pika-single .pika-title select {
  color: inherit;
}

/* line 30, app/assets/stylesheets/application/components/_pikaday.scss */
.pika-single .pika-table td, .pika-single .pika-table th {
  text-align: center;
  color: inherit;
  font-weight: normal;
}

/* line 36, app/assets/stylesheets/application/components/_pikaday.scss */
.pika-single .pika-table th {
  font-size: 13px;
}

/* line 41, app/assets/stylesheets/application/components/_pikaday.scss */
.pika-single .pika-button {
  text-align: center;
  padding: 8px 9px;
  background-color: white;
}

/* line 47, app/assets/stylesheets/application/components/_pikaday.scss */
.pika-single .is-selected .pika-button {
  font-weight: normal;
}

/* line 52, app/assets/stylesheets/application/components/_pikaday.scss */
.input-wrapper.pickaday {
  position: relative;
}

/* line 54, app/assets/stylesheets/application/components/_pikaday.scss */
.input-wrapper.pickaday input {
  cursor: pointer;
}

/* line 58, app/assets/stylesheets/application/components/_pikaday.scss */
.input-wrapper.pickaday::before {
  content: '';
  background-image: url(/assets/icons/Cal-17100e5f679889feaac169fa49ca9e3bda641194b03c8394c09c6e75bf6376f9.svg);
  background-size: 100% 100%;
  position: absolute;
  right: 8px;
  top: 4px;
  width: 2.5em;
  height: 2.5em;
  pointer-events: none;
  background-color: transparent;
  border-radius: 25px;
  opacity: 0.6;
}

/* line 76, app/assets/stylesheets/application/components/_pikaday.scss */
.input-wrapper.pickaday.with-error::before {
  right: 35px;
}

/* line 80, app/assets/stylesheets/application/components/_pikaday.scss */
.input-wrapper.pickaday.with-error .clear {
  right: 70px;
}

/* line 85, app/assets/stylesheets/application/components/_pikaday.scss */
.input-wrapper.pickaday .clear {
  position: absolute;
  top: 6px;
  right: 50px;
  width: 36px;
  height: 36px;
  overflow: hidden;
  cursor: pointer;
  background-image: url(/assets/icons/Close-b986976fee24561becd03e431ff4ac79202e6c510aa4ff64589af639885b2341.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 25px;
  padding-top: 2em;
}

/**
 * selectize.bootstrap3.css (v0.12.2) - Bootstrap 3 Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
/* line 16, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #ffffff;
}

/* line 24, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}

/* line 28, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* line 32, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-dropdown-header {
  position: relative;
  padding: 3px 12px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 4px 4px 0 0;
}

/* line 41, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-dropdown-header-close {
  position: absolute;
  right: 12px;
  top: 50%;
  color: #333333;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

/* line 51, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-dropdown-header-close:hover {
  color: #000000;
}

/* line 54, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box;
}

/* line 62, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

/* line 65, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

/* line 68, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

/* line 71, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

/* line 75, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 1px 0 0 0;
  border-left: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}

/* line 99, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 102, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-control.plugin-remove_button .active[data-value] .remove {
  border-left-color: rgba(0, 0, 0, 0);
}

/* line 105, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

/* line 108, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: rgba(77, 77, 77, 0);
}

/* line 111, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 28px;
  top: 6px;
  font-size: 23px;
}

/* line 117, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-control {
  position: relative;
}

/* line 120, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #333333;
  font-family: inherit;
  font-size: inherit;
  line-height: 20px;
  -webkit-font-smoothing: inherit;
}

/* line 129, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}

/* line 135, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-input {
  border: 1px solid #cccccc;
  padding: 6px 12px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 4px;
}

/* line 152, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 12px 2px;
}

/* line 155, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-input.full {
  background-color: #ffffff;
}

/* line 158, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

/* line 162, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

/* line 166, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-input.dropdown-active {
  border-radius: 4px 4px 0 0;
}

/* line 171, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 178, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 1px 3px;
  background: #efefef;
  color: #333333;
  border: 0 solid rgba(0, 0, 0, 0);
}

/* line 186, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-control.multi .selectize-input > div.active {
  background: #428bca;
  color: #ffffff;
  border: 0 solid rgba(0, 0, 0, 0);
}

/* line 191, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #808080;
  background: #ffffff;
  border: 0 solid rgba(77, 77, 77, 0);
}

/* line 197, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  box-shadow: none !important;
}

/* line 212, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-input > input::-ms-clear {
  display: none;
}

/* line 215, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-input > input:focus {
  outline: none !important;
}

/* line 218, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}

/* line 223, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #ffffff;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 233, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 4px 4px;
}

/* line 249, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

/* line 253, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(255, 237, 40, 0.4);
  border-radius: 1px;
}

/* line 259, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 3px 12px;
}

/* line 263, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

/* line 266, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-dropdown .optgroup-header {
  color: #777777;
  background: #ffffff;
  cursor: default;
}

/* line 271, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-dropdown .active {
  background-color: #f5f5f5;
  color: #262626;
}

/* line 275, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-dropdown .active.create {
  color: #262626;
}

/* line 278, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-dropdown .create {
  color: rgba(51, 51, 51, 0.5);
}

/* line 281, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}

/* line 286, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

/* line 290, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

/* line 294, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #333333 transparent transparent transparent;
}

/* line 307, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #333333 transparent;
}

/* line 312, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-control.rtl.single .selectize-input:after {
  left: 17px;
  right: auto;
}

/* line 316, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

/* line 319, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #ffffff;
}

/* line 323, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-dropdown,
.selectize-dropdown.form-control {
  height: auto;
  padding: 0;
  margin: 2px 0 0 0;
  z-index: 1000;
  background: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/* line 338, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-dropdown .optgroup-header {
  font-size: 12px;
  line-height: 1.42857143;
}

/* line 342, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-dropdown .optgroup:first-child:before {
  display: none;
}

/* line 345, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-dropdown .optgroup:before {
  content: ' ';
  display: block;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  margin-left: -12px;
  margin-right: -12px;
}

/* line 355, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-dropdown-content {
  padding: 5px 0;
}

/* line 358, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-dropdown-header {
  padding: 6px 12px;
}

/* line 361, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-input {
  min-height: 34px;
}

/* line 364, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-input.dropdown-active {
  border-radius: 4px;
}

/* line 369, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-input.dropdown-active::before {
  display: none;
}

/* line 372, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-input.focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 378, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.has-error .selectize-input {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 383, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.has-error .selectize-input:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 388, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-control.multi .selectize-input.has-items {
  padding-left: 9px;
  padding-right: 9px;
}

/* line 392, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-control.multi .selectize-input > div {
  border-radius: 3px;
}

/* line 397, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.form-control.selectize-control {
  padding: 0;
  height: auto;
  border: none;
  background: none;
  box-shadow: none;
  border-radius: 0;
}

/* line 3, app/assets/stylesheets/application/components/_selects.scss */
.selectize-dropdown [data-selectable],
.selectize-dropdown .no-results {
  padding: 5px 8px;
}

/* line 7, app/assets/stylesheets/application/components/_selects.scss */
.selectize-dropdown .active.create,
.selectize-dropdown .active.no-results {
  color: #495c68;
}

/* line 11, app/assets/stylesheets/application/components/_selects.scss */
.selectize-dropdown .create,
.selectize-dropdown .no-results {
  color: rgba(48, 48, 48, 0.5);
}

/* line 16, app/assets/stylesheets/application/components/_selects.scss */
.selectize-control {
  max-width: 100%;
}

/* line 20, app/assets/stylesheets/application/components/_selects.scss */
.selectize-dropdown .optgroup:before {
  content: none;
}

/* line 24, app/assets/stylesheets/application/components/_selects.scss */
.selectize-dropdown .optgroup-header {
  padding: 9px 12px;
}

/* line 28, app/assets/stylesheets/application/components/_selects.scss */
.selectize-control::before {
  content: '';
  background-image: url(/assets/spinner-1c463dafe864f9bdd83fcf1416e197a7a9b1d76932765d9dfc0ca7fad7dc31d1.gif);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50% 0;
  pointer-events: none;
  transition: opacity 0.2s;
  z-index: 2;
  position: absolute;
  display: block;
  top: 12px;
  right: 34px;
  width: 25px;
  height: 25px;
  opacity: 0;
}

/* line 46, app/assets/stylesheets/application/components/_selects.scss */
.selectize-control.loading::before {
  opacity: 0.4;
}

/* line 53, app/assets/stylesheets/application/components/_selects.scss */
.selectize-control {
  line-height: 0;
}

/* line 56, app/assets/stylesheets/application/components/_selects.scss */
.selectize-control .selectize-input {
  line-height: 32px;
}

/* line 61, app/assets/stylesheets/application/components/_selects.scss */
.selectize-dropdown,
.selectize-input,
.selectize-input input,
form .selectize-input input {
  line-height: 32px;
  font-size: 16px;
}

/* line 68, app/assets/stylesheets/application/components/_selects.scss */
.selectize-dropdown::-moz-placeholder, .selectize-input::-moz-placeholder, .selectize-input input::-moz-placeholder, form .selectize-input input::-moz-placeholder {
  text-transform: none;
}
.selectize-dropdown::placeholder,
.selectize-input::placeholder,
.selectize-input input::placeholder,
form .selectize-input input::placeholder {
  text-transform: none;
}

/* line 73, app/assets/stylesheets/application/components/_selects.scss */
.selectize-dropdown,
.selectize-dropdown.form-control {
  z-index: 10000001;
  text-align: initial;
}

/* Selected items */
/* line 80, app/assets/stylesheets/application/components/_selects.scss */
.selectize-control.single > .selectize-input {
  padding: 0 0 0 16px;
}

/* line 83, app/assets/stylesheets/application/components/_selects.scss */
.selectize-control.single > .selectize-input.has-items {
  padding: 0 0 0 16px;
}

/* line 87, app/assets/stylesheets/application/components/_selects.scss */
.selectize-control.single > .selectize-input > div.item, .selectize-control.single > .selectize-input input {
  padding: 8px 0 5px !important;
  margin-bottom: 0;
}

/* line 92, app/assets/stylesheets/application/components/_selects.scss */
.selectize-control.single > .selectize-input > div.item {
  margin-right: 5px;
}

/* line 98, app/assets/stylesheets/application/components/_selects.scss */
.selectize-control.multi > .selectize-input.has-items {
  padding-top: 4px;
  padding-bottom: 3px;
}

/* line 103, app/assets/stylesheets/application/components/_selects.scss */
.selectize-control.multi > .selectize-input div.item {
  background-color: white;
  border: 1px solid;
  padding: 0px 30px 0px 14px;
  position: relative;
  cursor: default;
  margin: 2px 3px 2px 0;
  font-size: 16px;
  border-radius: 0.75em;
  line-height: 20px;
}

/* line 114, app/assets/stylesheets/application/components/_selects.scss */
.selectize-control.multi > .selectize-input div.item.active {
  border: inherit;
  color: inherit;
  background: white;
}

/* line 120, app/assets/stylesheets/application/components/_selects.scss */
.selectize-control.multi > .selectize-input div.item span.remove {
  position: absolute;
  background: url(/assets/cross_dark-3a9f6bf7f211d487ac9243e43371c81a1b373bc86585635a1ead199a21d8452a.svg) no-repeat 50% 50%;
  background-size: 40% 40%;
  width: 28px;
  height: 100%;
  top: 0;
  right: 0;
  cursor: pointer;
}

/* line 133, app/assets/stylesheets/application/components/_selects.scss */
.selectize-dropdown-content {
  max-height: 400px;
  padding: 0;
}

/* line 145, app/assets/stylesheets/application/components/_selects.scss */
.selectize-control.single.keyboard > .selectize-input,
.selectize-control.single.keyboard > .selectize-input.dropdown-active {
  padding-right: 2em;
}

/* line 149, app/assets/stylesheets/application/components/_selects.scss */
.selectize-control.single.keyboard > .selectize-input::before,
.selectize-control.single.keyboard > .selectize-input.dropdown-active::before {
  content: '';
  height: 40px;
  width: 40px;
  position: absolute;
  right: 3px;
  top: 3px;
  background-image: url(/assets/misc/search-1d34978d1edb59127f3db3aa664a1fdd1bb65aa1acc03de905751861ccad914e.svg);
  background-size: 100% 100%;
}

/* line 162, app/assets/stylesheets/application/components/_selects.scss */
.selectize-control.single.keyboard > .selectize-input:after,
.selectize-control.single.keyboard > .selectize-input.dropdown-active:after {
  border: none;
}

/* line 166, app/assets/stylesheets/application/components/_selects.scss */
.field_with_errors .selectize-control.single.keyboard > .selectize-input, .field_with_errors .selectize-control.single.keyboard > .selectize-input.dropdown-active {
  padding-right: 56px;
}

/* line 169, app/assets/stylesheets/application/components/_selects.scss */
.field_with_errors .selectize-control.single.keyboard > .selectize-input:before, .field_with_errors .selectize-control.single.keyboard > .selectize-input.dropdown-active:before {
  right: 25px;
}

/* line 176, app/assets/stylesheets/application/components/_selects.scss */
.selectize-control.single.nokeyboard > .selectize-input, .selectize-control.single.nokeyboard > .selectize-input.dropdown-active {
  cursor: pointer !important;
  padding-right: 2em;
}

/* line 180, app/assets/stylesheets/application/components/_selects.scss */
.selectize-control.single.nokeyboard > .selectize-input input, .selectize-control.single.nokeyboard > .selectize-input.dropdown-active input {
  width: 0 !important;
}

/* line 187, app/assets/stylesheets/application/components/_selects.scss */
.selectize-control.multi > .selectize-input.has-items {
  padding-right: 55px;
}

/* line 191, app/assets/stylesheets/application/components/_selects.scss */
.selectize-control.multi > .selectize-input::before {
  content: '';
  height: 40px;
  width: 40px;
  position: absolute;
  right: 3px;
  top: 3px;
  background-image: url(/assets/misc/plus-9ec7c97c215afea20a40362a3637c5d730b01164df46bb8b89459ca83848b5ed.svg);
  background-size: 100% 100%;
}

/* line 203, app/assets/stylesheets/application/components/_selects.scss */
.selectize-control.multi > .selectize-input::after {
  content: none;
}

/* line 207, app/assets/stylesheets/application/components/_selects.scss */
.field_with_errors .selectize-control.multi > .selectize-input {
  padding-right: 56px;
}

/* line 209, app/assets/stylesheets/application/components/_selects.scss */
.field_with_errors .selectize-control.multi > .selectize-input:before {
  right: 30px;
}

/* line 216, app/assets/stylesheets/application/components/_selects.scss */
.selectize-input {
  line-height: 32px;
  min-height: 44px;
  font-size: 16px;
  padding: 8px 24px 5px;
  outline: none;
  border-radius: 1.5em;
}

/* line 226, app/assets/stylesheets/application/components/_selects.scss */
.selectize-input.dropdown-active {
  border-radius: 1.5em;
}

/* Dropdown items */
/* line 235, app/assets/stylesheets/application/components/_selects.scss */
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

/* Selectize Loading Placeholder */
/* line 247, app/assets/stylesheets/application/components/_selects.scss */
.selectize-loading {
  margin-bottom: 10px;
}

/* Description in selectize controls */
/* line 252, app/assets/stylesheets/application/components/_selects.scss */
.selectize-control .selectize-dropdown .description {
  display: block;
  opacity: 0.5;
}

/* line 257, app/assets/stylesheets/application/components/_selects.scss */
.input-wrapper.select {
  line-height: 1;
}

/* line 261, app/assets/stylesheets/application/components/_selects.scss */
.input-wrapper.select.with-error .selectize-input {
  border-color: #cc0000;
}

/* line 265, app/assets/stylesheets/application/components/_selects.scss */
.input-wrapper.select.with-error .errors {
  z-index: 10;
}

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

/* line 13, vendor/assets/bower_components/animate.css/source/fading_entrances/fadeInDown.css */
.fadeInDown {
  animation-name: fadeInDown;
}

/* line 14, app/assets/stylesheets/application/components/_modal.scss */
body.with-modal {
  overflow: hidden;
}

/* line 18, app/assets/stylesheets/application/components/_modal.scss */
a.modal-link, body.profiles .certifications .certification .white header .controls a.delete, body.profiles .work-histories .work-history .controls a.delete {
  cursor: pointer;
}

/* line 25, app/assets/stylesheets/application/components/_modal.scss */
.modal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11000;
  display: none;
  padding: calc((10vw - 60px)) calc((10vw - 60px)) 0;
  text-align: center;
}

/* line 38, app/assets/stylesheets/application/components/_modal.scss */
.modal-overlay::before {
  content: '';
  display: inline-block;
  height: calc(100vh - (2 * (10vw - 60px)));
  vertical-align: middle;
}

@media (max-width: 600px) {
  /* line 25, app/assets/stylesheets/application/components/_modal.scss */
  .modal-overlay {
    padding: 0;
  }
  /* line 48, app/assets/stylesheets/application/components/_modal.scss */
  .modal-overlay::before {
    height: 100vh;
  }
}

@media (min-width: 1100px) {
  /* line 25, app/assets/stylesheets/application/components/_modal.scss */
  .modal-overlay {
    padding: 50px 50px;
  }
}

/* line 58, app/assets/stylesheets/application/components/_modal.scss */
.modal-overlay .modal {
  text-align: left;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: white;
  padding: 0;
  max-height: calc(100vh - (2 * (10vw - 60px)));
  border: none;
  border-radius: 45px;
  max-width: 800px;
  width: 100%;
  margin: auto;
  border: none;
}

@media (min-width: 1100px) {
  /* line 58, app/assets/stylesheets/application/components/_modal.scss */
  .modal-overlay .modal {
    max-height: calc(100vh - 100px);
  }
}

/* line 79, app/assets/stylesheets/application/components/_modal.scss */
.modal-overlay .modal .modal-load-error {
  display: flex;
  justify-content: center;
  font-size: 18px;
}

/* line 85, app/assets/stylesheets/application/components/_modal.scss */
.modal-overlay .modal > header, .modal-overlay .modal > .container-wrapper > article {
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 16px;
}

@media (max-width: 600px) {
  /* line 85, app/assets/stylesheets/application/components/_modal.scss */
  .modal-overlay .modal > header, .modal-overlay .modal > .container-wrapper > article {
    padding-left: calc(10vw - 10px);
    padding-right: calc(10vw - 10px);
  }
}

/* line 90, app/assets/stylesheets/application/components/_modal.scss */
.modal-overlay .modal.no-padding > .container-wrapper > article {
  padding: 0;
}

/* line 95, app/assets/stylesheets/application/components/_modal.scss */
.modal-overlay .modal > header {
  display: inline-block;
  width: 100%;
  position: relative;
  padding-top: 30px;
  z-index: 50;
}

/* line 102, app/assets/stylesheets/application/components/_modal.scss */
.modal-overlay .modal > header h3 {
  font-size: 26px;
  line-height: 1.31;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 10px;
  margin-top: 0;
  color: #0C6B1F;
}

@media (max-width: 600px) {
  /* line 102, app/assets/stylesheets/application/components/_modal.scss */
  .modal-overlay .modal > header h3 {
    font-size: 22px;
  }
}

/* line 112, app/assets/stylesheets/application/components/_modal.scss */
.modal-overlay .modal > header h3:after {
  content: '';
  display: block;
  width: 80px;
  margin-top: 10px;
}

/* line 121, app/assets/stylesheets/application/components/_modal.scss */
.modal-overlay .modal > .container-wrapper {
  overflow: auto;
  position: relative;
  min-height: 200px;
}

/* line 126, app/assets/stylesheets/application/components/_modal.scss */
.modal-overlay .modal > .container-wrapper > .loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  z-index: 30;
  text-align: center;
}

/* line 136, app/assets/stylesheets/application/components/_modal.scss */
.modal-overlay .modal > .container-wrapper > .loader::before {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

/* line 143, app/assets/stylesheets/application/components/_modal.scss */
.modal-overlay .modal > .container-wrapper > .loader::after {
  content: "\f110";
  display: inline-block;
  font-size: 40px;
  animation: fa-spin 1s infinite steps(8);
}

/* line 151, app/assets/stylesheets/application/components/_modal.scss */
.modal-overlay .modal > .container-wrapper > article {
  position: relative;
}

/* line 154, app/assets/stylesheets/application/components/_modal.scss */
.modal-overlay .modal > .container-wrapper > article .modal-header, .modal-overlay .modal > .container-wrapper > article .modal-footer {
  display: none;
}

/* line 158, app/assets/stylesheets/application/components/_modal.scss */
.modal-overlay .modal > .container-wrapper > article .modal-body {
  margin: 0;
}

/* line 162, app/assets/stylesheets/application/components/_modal.scss */
.modal-overlay .modal > .container-wrapper > article::after {
  content: '';
  display: table;
  clear: both;
}

/* line 170, app/assets/stylesheets/application/components/_modal.scss */
.modal-overlay .modal > .modal-close {
  position: absolute;
  z-index: 101;
  top: 30px;
  right: 30px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  background-color: #f5f5f5;
  border-radius: 25px;
  transition: all .2s ease-in-out;
}

/* line 183, app/assets/stylesheets/application/components/_modal.scss */
.modal-overlay .modal > .modal-close::after {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/assets/icons/Close-b986976fee24561becd03e431ff4ac79202e6c510aa4ff64589af639885b2341.svg) center;
}

/* line 198, app/assets/stylesheets/application/components/_modal.scss */
.modal-overlay .modal > .modal-close:hover {
  background-color: #dcffda;
  border-radius: 25px;
}

/* line 205, app/assets/stylesheets/application/components/_modal.scss */
.modal-overlay.open {
  display: flex;
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 212, app/assets/stylesheets/application/components/_modal.scss */
.modal .btn.primary {
  border-color: #3CCD5B;
}

/* line 1, app/assets/stylesheets/application/components/_image_upload.scss */
.input-wrapper.image_upload {
  text-align: center;
}

/* line 4, app/assets/stylesheets/application/components/_image_upload.scss */
.input-wrapper.image_upload .image-wrapper {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}

/* line 10, app/assets/stylesheets/application/components/_image_upload.scss */
.input-wrapper.image_upload a.button, .input-wrapper.image_upload body.profiles a.add, body.profiles .input-wrapper.image_upload a.add {
  margin-bottom: 10px;
}

/* line 14, app/assets/stylesheets/application/components/_image_upload.scss */
.input-wrapper.image_upload .errors {
  line-height: 1.33;
  margin-bottom: 15px;
}

@keyframes appear-after {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* line 8, app/assets/stylesheets/application/components/_loader.scss */
body.loading {
  overflow: hidden;
}

/* line 12, app/assets/stylesheets/application/components/_loader.scss */
body #main-loader {
  position: fixed;
  top: -100px;
  left: -100px;
  right: -100px;
  bottom: -100px;
  background-color: white;
  z-index: 90000;
  padding: 100px;
  text-align: center;
}

/* line 23, app/assets/stylesheets/application/components/_loader.scss */
body #main-loader::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 90%;
}

/* line 30, app/assets/stylesheets/application/components/_loader.scss */
body #main-loader .content {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  opacity: 1;
  animation: appear-after 2s;
}

/* line 39, app/assets/stylesheets/application/components/_loader.scss */
body #main-loader .content .logo {
  margin: 0 auto 40px;
  width: 200px;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2);
  }
  20% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.2);
  }
  40% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes col {
  0% {
    fill: #13311a;
  }
  20% {
    fill: #12b2fe;
  }
  40% {
    fill: #0C6B1F;
  }
  60% {
    fill: #ffd318;
  }
  80% {
    fill: #f2f2f2;
  }
  100% {
    fill: #13311a;
  }
}

/* line 61, app/assets/stylesheets/application/components/_loader.scss */
body #main-loader .content .logo svg {
  animation: pulse 0.85s linear infinite;
}

/* line 64, app/assets/stylesheets/application/components/_loader.scss */
body #main-loader .content .logo svg path {
  fill: #0C6B1F;
  animation: col 2s linear infinite;
}

/* line 71, app/assets/stylesheets/application/components/_loader.scss */
body #main-loader .content header {
  font-size: 40px;
}

@media (max-width: 600px) {
  /* line 30, app/assets/stylesheets/application/components/_loader.scss */
  body #main-loader .content {
    font-size: 18px;
  }
  /* line 78, app/assets/stylesheets/application/components/_loader.scss */
  body #main-loader .content .logo {
    width: 200px;
    margin-bottom: 60px;
  }
  /* line 83, app/assets/stylesheets/application/components/_loader.scss */
  body #main-loader .content header {
    font-size: 30px;
  }
}

/* line 92, app/assets/stylesheets/application/components/_loader.scss */
body.dark #main-loader header {
  color: white;
}

/* line 96, app/assets/stylesheets/application/components/_loader.scss */
body.disable-loader {
  overflow: initial;
  overflow-x: hidden;
}

/* line 100, app/assets/stylesheets/application/components/_loader.scss */
body.disable-loader #main-loader {
  display: none;
}

/* line 3, app/assets/stylesheets/application/components/_tooltip.scss */
.tooltip {
  position: relative;
  display: inline-block;
}

/* line 7, app/assets/stylesheets/application/components/_tooltip.scss */
.tooltip .info-i {
  font-size: 16px;
  width: 24px;
  height: 24px;
  border: 1px solid;
  border-radius: 50%;
  line-height: 24px;
  text-align: center;
}

/* line 16, app/assets/stylesheets/application/components/_tooltip.scss */
.tooltip .info-i:before {
  content: "i";
}

/* line 22, app/assets/stylesheets/application/components/_tooltip.scss */
.tooltip .tooltiptext {
  display: none;
  text-align: center;
  padding: 7px;
  position: absolute;
  z-index: 100;
  font-size: 12px;
}

/* line 31, app/assets/stylesheets/application/components/_tooltip.scss */
.tooltip:hover .tooltiptext {
  display: block;
}

/* line 1, app/assets/stylesheets/application/components/_dismissible_cell.scss */
.dismissible-cell {
  position: relative;
  transition: all 250ms;
  transform-origin: top;
  perspective-origin: top;
  perspective: 1000px;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

/* line 10, app/assets/stylesheets/application/components/_dismissible_cell.scss */
.dismissible-cell .dismiss-btn {
  position: absolute;
  z-index: 101;
  top: 30px;
  right: 30px;
  height: 20px;
  width: 20px;
  cursor: pointer;
  background-image: url(/assets/cross_modal-982f1caae45375453773192cec27f4b73797a5ccde364d0bce774ae6adcef070.svg);
  background-size: 100% 100%;
}

/* line 23, app/assets/stylesheets/application/components/_dismissible_cell.scss */
.dismissible-cell.dark .dismiss-btn {
  background-image: url(/assets/misc/cross_white-30f936431b5d52d425ccf6e25a882f39c1890829485bd41ff926177c236dea59.svg);
}

/* line 28, app/assets/stylesheets/application/components/_dismissible_cell.scss */
.dismissible-cell.dismissed {
  max-height: 0px !important;
  overflow: hidden !important;
  transform: rotateX(90deg);
  padding: 0 !important;
  margin: 0 !important;
}

/* line 1, app/assets/stylesheets/application/components/_editable.scss */
.editable {
  position: relative;
}

/* line 4, app/assets/stylesheets/application/components/_editable.scss */
.editable .edit-button.default {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 30px;
  height: 30px;
  border: 1px solid;
  background-color: white;
}

/* line 13, app/assets/stylesheets/application/components/_editable.scss */
.editable .edit-button.default:before {
  content: '';
  background-image: url(/assets/icons/pen_icon-0bdec3a5c176ea6d53a001b55c04140339c77092029a3b2941949e63c95ada28.svg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 100%;
}

/* line 2, app/assets/stylesheets/application/components/icons.scss */
.fa.fa-lg {
  font-size: 1.5em;
}

/* line 3, app/assets/stylesheets/application/components/_inline_editing.scss */
.show-state[data-inline-edit] .cancel-button {
  display: none;
}

/* line 9, app/assets/stylesheets/application/components/_inline_editing.scss */
.edit-state[data-inline-edit] .edit-button {
  display: none;
}

/* line 14, app/assets/stylesheets/application/components/_inline_editing.scss */
[data-inline-edit] .inline-container {
  position: relative;
  overflow: hidden;
}

/* line 18, app/assets/stylesheets/application/components/_inline_editing.scss */
[data-inline-edit] .inline-container .loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  z-index: 50;
}

/* line 1, app/assets/stylesheets/application/components/_feedback.scss */
body #feedback {
  position: fixed;
  right: 0;
  bottom: 15%;
  z-index: 7000;
  background-color: #0C6B1F;
  border-radius: 10px 10px 0 0;
  transform: rotate(270deg);
  transform-origin: bottom right;
}

@media (min-width: 601px) {
  /* line 1, app/assets/stylesheets/application/components/_feedback.scss */
  body #feedback {
    bottom: 30%;
  }
}

/* line 15, app/assets/stylesheets/application/components/_feedback.scss */
body #feedback > a {
  padding: 5px 20px;
  color: #232A23;
  display: block;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: unset;
  transition: all .2s ease-in-out;
  letter-spacing: 1px;
  border-radius: 10px 10px 0 0;
}

/* line 27, app/assets/stylesheets/application/components/_feedback.scss */
body #feedback > a .mobile-icon {
  display: none;
}

/* line 31, app/assets/stylesheets/application/components/_feedback.scss */
body #feedback > a:hover {
  background-color: #232A23;
  color: #0C6B1F;
}

/* line 39, app/assets/stylesheets/application/components/_feedback.scss */
.modal.feedback-modal p {
  margin-bottom: 1em;
}

/* line 42, app/assets/stylesheets/application/components/_feedback.scss */
.modal.feedback-modal .field-select-margin {
  margin-top: 12px;
}

/* line 1, app/assets/stylesheets/application/components/_menu_buttons.scss */
.menu-button {
  position: relative;
}

/* line 4, app/assets/stylesheets/application/components/_menu_buttons.scss */
.menu-button > a {
  cursor: pointer;
}

/* line 8, app/assets/stylesheets/application/components/_menu_buttons.scss */
.menu-button > .dropdown {
  position: absolute;
  display: none;
  right: 0;
  z-index: 1000;
  background-color: white;
  border: 1px solid;
}

/* line 14, app/assets/stylesheets/application/components/_menu_buttons.scss */
.menu-button > .dropdown > header {
  padding: 10px;
  border-bottom: 1px solid;
}

/* line 22, app/assets/stylesheets/application/components/_menu_buttons.scss */
.menu-button > .dropdown ul li {
  border-width: 1px 0 0;
}

/* line 25, app/assets/stylesheets/application/components/_menu_buttons.scss */
.menu-button > .dropdown ul li:first-child {
  border-width: 0;
}

/* line 29, app/assets/stylesheets/application/components/_menu_buttons.scss */
.menu-button > .dropdown ul li a, .menu-button > .dropdown ul li input[type='button'], .menu-button > .dropdown ul li input[type='submit'] {
  padding: 10px;
  background-color: transparent;
  text-align: left;
  margin: 0;
  border: none;
}

/* line 1, app/assets/stylesheets/application/components/_content.scss */
.data-content.blank {
  opacity: 0.7;
  font-style: italic;
}

/* line 1, app/assets/stylesheets/application/components/_tabs.scss */
.tab-contents[data-tabber-contents] {
  position: relative;
}

/* line 4, app/assets/stylesheets/application/components/_tabs.scss */
.tab-contents[data-tabber-contents] .tab-loader {
  position: absolute;
  display: none;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f5f5f5;
  z-index: 9998;
}

/* line 16, app/assets/stylesheets/application/components/_tabs.scss */
.tab-contents[data-tabber-contents] .tab-content {
  display: none;
}

/* line 19, app/assets/stylesheets/application/components/_tabs.scss */
.tab-contents[data-tabber-contents] .tab-content.active {
  display: block;
}

/* line 25, app/assets/stylesheets/application/components/_tabs.scss */
ul.tabs[data-tabber-buttons] {
  --nav-color-dark: #13311a;
  --nav-color-light: #f5f5f5;
  background-color: #fff;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  overflow-y: scroll;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  white-space: nowrap;
  margin: 16px auto 0 auto;
  padding: 10px 10px;
  box-shadow: 1px 1px 3px 0 #bcbcbc;
  display: flex;
  gap: 10px;
  border-radius: 0;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
  -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 75rem) {
  /* line 25, app/assets/stylesheets/application/components/_tabs.scss */
  ul.tabs[data-tabber-buttons] {
    border-radius: 30px;
    justify-content: space-between;
  }
  /* line 46, app/assets/stylesheets/application/components/_tabs.scss */
  ul.tabs.no-spacing[data-tabber-buttons] {
    justify-content: normal;
  }
}

/* line 52, app/assets/stylesheets/application/components/_tabs.scss */
ul.tabs[data-tabber-buttons]::-webkit-scrollbar {
  width: 0;
  height: 0;
}

/* line 60, app/assets/stylesheets/application/components/_tabs.scss */
ul.tabs[data-tabber-buttons] li {
  position: relative;
  scroll-snap-align: center;
}

/* line 64, app/assets/stylesheets/application/components/_tabs.scss */
ul.tabs[data-tabber-buttons] li.tab-button {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--nav-color-dark);
  background-color: var(--nav-color-light);
  padding: 12px 12px;
  border-radius: 20px;
  cursor: pointer;
  transition: all 200ms ease-in-out;
  width: 100%;
  text-align: center;
}

/* line 82, app/assets/stylesheets/application/components/_tabs.scss */
ul.tabs[data-tabber-buttons] li.tab-button.active, ul.tabs[data-tabber-buttons] li.tab-button:hover {
  color: var(--nav-color-light);
  background-color: var(--nav-color-dark);
}

/* line 88, app/assets/stylesheets/application/components/_tabs.scss */
ul.tabs[data-tabber-buttons] li.disabled {
  cursor: default;
}

/* line 92, app/assets/stylesheets/application/components/_tabs.scss */
ul.tabs[data-tabber-buttons] li.active {
  cursor: default;
}

/* line 98, app/assets/stylesheets/application/components/_tabs.scss */
.sticky-tabs {
  z-index: 9999;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
  transition: box-shadow 300ms ease-in-out;
}

/* line 107, app/assets/stylesheets/application/components/_tabs.scss */
.sticky-tabs.over-content {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}

/* line 1, app/assets/stylesheets/application/components/_cards.scss */
.card {
  background-color: white;
  box-shadow: 1px 1px 2px #bcbcbc;
  position: relative;
  z-index: 5;
  border-radius: 32px;
}

/* line 8, app/assets/stylesheets/application/components/_cards.scss */
.card.rounded {
  border-radius: 20px;
}

/* line 11, app/assets/stylesheets/application/components/_cards.scss */
.card.rounded .card-link {
  border-radius: 20px;
}

/* line 18, app/assets/stylesheets/application/components/_cards.scss */
.card .card-link {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  transition: all 0.05s ease-in-out;
  font-size: 0;
  box-shadow: 1px 1px 2px 0 rgba(188, 188, 188, 0);
}

/* line 31, app/assets/stylesheets/application/components/_cards.scss */
.card .card-link:hover {
  box-shadow: 0px 0px 6px 1px rgba(12, 107, 31, 0.8);
  border-radius: 24px;
}

/* line 37, app/assets/stylesheets/application/components/_cards.scss */
.card a {
  z-index: 20;
  position: relative;
}

/* line 43, app/assets/stylesheets/application/components/_cards.scss */
a.card {
  transition: all 0.05s ease-in-out;
}

/* line 2, app/assets/stylesheets/application/components/_suggestions.scss */
.selectize-dropdown .selectize-dropdown-content .suggestions {
  padding: 14px 16px 5px;
  line-height: 1;
  min-height: 45px;
  position: relative;
}

/* line 8, app/assets/stylesheets/application/components/_suggestions.scss */
.selectize-dropdown .selectize-dropdown-content .suggestions > .loader {
  text-align: center;
  padding-bottom: 8px;
}

/* line 11, app/assets/stylesheets/application/components/_suggestions.scss */
.selectize-dropdown .selectize-dropdown-content .suggestions > .loader:before {
  content: '\f110';
  animation: fa-spin 1s infinite steps(8);
  display: inline-block;
  margin-right: 0.5em;
}

/* line 19, app/assets/stylesheets/application/components/_suggestions.scss */
.selectize-dropdown .selectize-dropdown-content .suggestions header {
  margin-bottom: 10px;
}

/* line 22, app/assets/stylesheets/application/components/_suggestions.scss */
.selectize-dropdown .selectize-dropdown-content .suggestions header .dismiss {
  float: right;
  cursor: pointer;
}

/* line 28, app/assets/stylesheets/application/components/_suggestions.scss */
.selectize-dropdown .selectize-dropdown-content .suggestions span {
  background-color: white;
  border: 1px solid;
  padding: 4px 14px 2px;
  position: relative;
  cursor: pointer;
  margin-right: 8px;
  margin-bottom: 5px;
  display: inline-block;
  line-height: 1.43;
}

/* line 1, app/assets/stylesheets/application/components/_breadcrumbs.scss */
ul.breadcrumbs {
  padding-top: 1em;
  margin-left: 1em;
}

/* line 5, app/assets/stylesheets/application/components/_breadcrumbs.scss */
ul.breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  line-height: 1.75;
  color: #6a7169;
}

/* line 12, app/assets/stylesheets/application/components/_breadcrumbs.scss */
ul.breadcrumbs li:after {
  content: '>';
  padding: 0 0.4em;
}

/* line 17, app/assets/stylesheets/application/components/_breadcrumbs.scss */
ul.breadcrumbs li:last-child:after {
  content: none;
}

/* line 21, app/assets/stylesheets/application/components/_breadcrumbs.scss */
ul.breadcrumbs li a {
  text-decoration: none;
}

/* line 26, app/assets/stylesheets/application/components/_breadcrumbs.scss */
ul.breadcrumbs li > span {
  cursor: default;
}

@media (max-width: 600px) {
  /* line 5, app/assets/stylesheets/application/components/_breadcrumbs.scss */
  ul.breadcrumbs li {
    display: none;
  }
  /* line 36, app/assets/stylesheets/application/components/_breadcrumbs.scss */
  ul.breadcrumbs li:last-child {
    display: inline-block;
  }
}

/* line 1, app/assets/stylesheets/application/components/_skill_selects.scss */
.skills-wrapper {
  margin-bottom: 16px;
}

/* line 4, app/assets/stylesheets/application/components/_skill_selects.scss */
.skills-wrapper .empty {
  display: none;
}

/* line 10, app/assets/stylesheets/application/components/_skill_selects.scss */
.skills-wrapper .skills-list .skills-category:last-child {
  margin-bottom: 8px;
}

/* line 14, app/assets/stylesheets/application/components/_skill_selects.scss */
.skills-wrapper .skills-list .skills-category .name {
  margin-top: 8px;
}

/* line 18, app/assets/stylesheets/application/components/_skill_selects.scss */
.skills-wrapper .skills-list .skills-category .skill {
  background-color: white;
  border: 1px solid;
  display: inline-block;
  font-size: 12px;
  padding: 4px 30px 2px 14px;
  margin: 3px;
  position: relative;
  cursor: default;
  line-height: 1.43;
}

/* line 30, app/assets/stylesheets/application/components/_skill_selects.scss */
.skills-wrapper .skills-list .skills-category .skill .checkbox input[type='checkbox'] {
  display: none;
}

/* line 34, app/assets/stylesheets/application/components/_skill_selects.scss */
.skills-wrapper .skills-list .skills-category .skill .checkbox label {
  margin: 0 6px 0 0;
  display: initial;
}

/* line 38, app/assets/stylesheets/application/components/_skill_selects.scss */
.skills-wrapper .skills-list .skills-category .skill .checkbox label:before {
  content: '';
  line-height: 30px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: 0 0 0 -10px;
  background-image: url(/assets/check-5d70afd63fe4bfcf65210a9b7a845bfc86dc57c61b2fcdb035bc67476dba03a8.svg);
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0.2;
}

/* line 55, app/assets/stylesheets/application/components/_skill_selects.scss */
.skills-wrapper .skills-list .skills-category .skill .checkbox input:checked + label:before {
  opacity: 1;
}

/* line 60, app/assets/stylesheets/application/components/_skill_selects.scss */
.skills-wrapper .skills-list .skills-category .skill span.remove {
  position: absolute;
  background: url(/assets/cross_dark-3a9f6bf7f211d487ac9243e43371c81a1b373bc86585635a1ead199a21d8452a.svg) no-repeat 50% 50%;
  background-size: 40% 40%;
  width: 28px;
  height: 100%;
  top: 0;
  right: 0;
  cursor: pointer;
}

/* line 75, app/assets/stylesheets/application/components/_skill_selects.scss */
.skills-wrapper .selectize-control > .selectize-input::before {
  height: 25px !important;
  width: 25px !important;
  right: 9px !important;
  top: 9px !important;
  background-image: url(/assets/misc/search-1d34978d1edb59127f3db3aa664a1fdd1bb65aa1acc03de905751861ccad914e.svg) !important;
}

/* line 85, app/assets/stylesheets/application/components/_skill_selects.scss */
.skill-selects.box {
  position: relative;
  box-shadow: 1px 1px 5px 0 #bcbcbc;
  margin-top: 2em;
  border-radius: 6px;
  background-color: white;
}

/* line 92, app/assets/stylesheets/application/components/_skill_selects.scss */
.skill-selects.box h3 {
  font-size: 1.1em;
  text-align: initial;
  padding: 1em 2em;
  border-bottom: 1px solid #bcbcbc;
}

/* line 99, app/assets/stylesheets/application/components/_skill_selects.scss */
.skill-selects.box .skills-list-container {
  min-height: 4em;
  padding-left: 1em;
  padding-top: 0.5em;
  position: relative;
}

/* line 105, app/assets/stylesheets/application/components/_skill_selects.scss */
.skill-selects.box .skills-list-container .must-appear {
  position: absolute;
  top: 0;
  right: 0.5em;
  padding: 0 0.3em;
  line-height: 1;
  transform: translateY(-50%);
  font-size: 0.8em;
  background-color: white;
  opacity: 1;
  transition: opacity ease-in-out 0.3s;
}

/* line 118, app/assets/stylesheets/application/components/_skill_selects.scss */
.skill-selects.box .skills-list-container .skill {
  display: block;
  border-width: 0;
  font-size: 1rem;
  text-align: initial;
  padding: 1em 1em;
  margin: 0;
}

/* line 128, app/assets/stylesheets/application/components/_skill_selects.scss */
.skill-selects.box .search {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  min-width: 45px;
}

/* line 134, app/assets/stylesheets/application/components/_skill_selects.scss */
.skill-selects.box .search label {
  display: none !important;
}

/* line 138, app/assets/stylesheets/application/components/_skill_selects.scss */
.skill-selects.box .search .field {
  padding: 0;
}

/* line 141, app/assets/stylesheets/application/components/_skill_selects.scss */
.skill-selects.box .search .field .selectize-control:before {
  content: none;
}

/* line 145, app/assets/stylesheets/application/components/_skill_selects.scss */
.skill-selects.box .search .field .selectize-input {
  text-align: initial;
  width: 45px;
  padding: 6px 0 1px;
  transition: all ease-in-out 0.3s;
}

/* line 151, app/assets/stylesheets/application/components/_skill_selects.scss */
.skill-selects.box .search .field .selectize-input.focus, .skill-selects.box .search .field .selectize-input.active {
  width: 250px;
  padding-left: 3em;
}

/* line 156, app/assets/stylesheets/application/components/_skill_selects.scss */
.skill-selects.box .search .field .selectize-input::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  background-color: white;
  background-image: url(/assets/misc/plus-9ec7c97c215afea20a40362a3637c5d730b01164df46bb8b89459ca83848b5ed.svg);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: 45% 45%;
  z-index: 20;
  border-radius: 100%;
}

/* line 176, app/assets/stylesheets/application/components/_skill_selects.scss */
.skill-selects.box.empty .must-appear {
  opacity: 0;
}

/* line 180, app/assets/stylesheets/application/components/_skill_selects.scss */
.skill-selects.box.empty .empty {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 195, app/assets/stylesheets/application/components/_skill_selects.scss */
.selectize-dropdown.all-skills .skill-option .skill-name {
  padding-right: 6px;
}

/* line 201, app/assets/stylesheets/application/components/_skill_selects.scss */
.selectize-dropdown.all-skills .skill-option .skills-category-name:before {
  padding-right: 6px;
  content: '•';
}

/* line 209, app/assets/stylesheets/application/components/_skill_selects.scss */
.new-skill-form {
  position: relative;
  padding: 0 0 0 50px;
  margin-bottom: 16px;
}

/* line 214, app/assets/stylesheets/application/components/_skill_selects.scss */
.new-skill-form:before {
  content: '';
  display: inline-block;
  height: 100%;
  position: absolute;
  left: 20px;
  top: 0;
}

/* line 1, app/assets/stylesheets/application/components/_flash.scss */
.application-flash, .top-banners {
  position: relative;
  z-index: 700;
}

/* line 5, app/assets/stylesheets/application/components/_flash.scss */
.application-flash .flash, .top-banners .flash {
  background-color: white;
  padding: 0;
  animation: none;
  margin-bottom: 0;
}

/* line 11, app/assets/stylesheets/application/components/_flash.scss */
.application-flash .flash:empty, .top-banners .flash:empty {
  display: none;
}

/* line 15, app/assets/stylesheets/application/components/_flash.scss */
.application-flash .flash .container, .top-banners .flash .container {
  padding: 16px;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 601px) {
  /* line 15, app/assets/stylesheets/application/components/_flash.scss */
  .application-flash .flash .container, .top-banners .flash .container {
    align-items: center;
  }
}

/* line 26, app/assets/stylesheets/application/components/_flash.scss */
.application-flash .flash .close-button, .top-banners .flash .close-button {
  width: 20px;
  height: 20px;
  background: url(/assets/misc/cross_dark-2a6696b63125b665345a4a501ba76970a9c802c12ecb4919d90552b6a2f0e0d6.svg) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  order: 2;
  flex: 0 0 20px;
}

/* line 36, app/assets/stylesheets/application/components/_flash.scss */
.application-flash .flash .message, .top-banners .flash .message {
  overflow: hidden;
  text-align: left;
}

@media (min-width: 601px) {
  /* line 36, app/assets/stylesheets/application/components/_flash.scss */
  .application-flash .flash .message, .top-banners .flash .message {
    display: flex;
    order: 1;
    flex: 1;
    align-items: center;
  }
}

/* line 47, app/assets/stylesheets/application/components/_flash.scss */
.application-flash .flash .message strong, .top-banners .flash .message strong {
  margin-right: 8px;
}

/* line 51, app/assets/stylesheets/application/components/_flash.scss */
.application-flash .flash .message a:not(.btn), .top-banners .flash .message a:not(.btn) {
  text-decoration: underline;
}

@media (min-width: 601px) {
  /* line 55, app/assets/stylesheets/application/components/_flash.scss */
  .application-flash .flash .message .btn-container, .top-banners .flash .message .btn-container {
    justify-content: flex-end;
    padding: 0 15px;
    margin: 0 0 0 auto;
  }
}

@media (min-width: 601px) {
  /* line 62, app/assets/stylesheets/application/components/_flash.scss */
  .application-flash .flash .message .btn-container .btn, .top-banners .flash .message .btn-container .btn {
    margin-bottom: 0;
  }
}

/* line 1, app/assets/stylesheets/application/components/_tinymce.scss */
body .mce-tinymce {
  box-sizing: border-box;
}

/* line 7, app/assets/stylesheets/application/components/_tinymce.scss */
body .mce-tinymce .mce-panel, body .mce-tinymce .mce-toolbar, body .mce-tinymce .mce-btn {
  background-color: white;
}

/* line 20, app/assets/stylesheets/application/components/_tinymce.scss */
body .mce-tinymce .mce-branding-powered-by {
  top: 50% !important;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 27, app/assets/stylesheets/application/components/_tinymce.scss */
.tiny-mce-content {
  overflow: hidden;
}

/* line 30, app/assets/stylesheets/application/components/_tinymce.scss */
.tiny-mce-content ul {
  list-style-type: disc;
  margin-left: 1em;
}

/* line 35, app/assets/stylesheets/application/components/_tinymce.scss */
.tiny-mce-content ol {
  list-style-type: roman;
  margin-left: 1em;
}

/* line 40, app/assets/stylesheets/application/components/_tinymce.scss */
.tiny-mce-content strong {
  font-weight: normal;
}

/* line 44, app/assets/stylesheets/application/components/_tinymce.scss */
.tiny-mce-content em {
  font-style: italic;
}

/* line 48, app/assets/stylesheets/application/components/_tinymce.scss */
.tiny-mce-content > *:last-child {
  margin-bottom: 0;
}

/* line 53, app/assets/stylesheets/application/components/_tinymce.scss */
.tiny-mce-content .data-content > *:last-child {
  margin-bottom: 0;
}

/* line 60, app/assets/stylesheets/application/components/_tinymce.scss */
.tox-tinymce .tox-statusbar__branding {
  display: none;
}

@keyframes spinner-animation {
  0% {
    left: 97px;
    top: 19px;
  }
  80% {
    left: 0;
    top: 19px;
  }
  85% {
    left: 0;
    top: 0;
    width: 19px;
    height: 19px;
  }
  90% {
    width: 39px;
    height: 15px;
  }
  95% {
    left: 97px;
    top: 0;
    width: 19px;
    height: 19px;
  }
  100% {
    left: 97px;
    top: 19px;
  }
}

/* line 32, app/assets/stylesheets/application/components/_hubbado-spinner.scss */
.hubbado-spinner {
  position: relative;
  display: block;
  width: 116px;
  height: 38px;
  margin: 0 auto;
  overflow: hidden;
}

/* line 42, app/assets/stylesheets/application/components/_hubbado-spinner.scss */
.hubbado-spinner > div {
  width: 19px;
  height: 19px;
  position: absolute;
  animation: spinner-animation 2.3s linear infinite;
}

/* line 49, app/assets/stylesheets/application/components/_hubbado-spinner.scss */
.hubbado-spinner > div:nth-of-type(1) {
  animation-delay: -0.46s;
}

/* line 49, app/assets/stylesheets/application/components/_hubbado-spinner.scss */
.hubbado-spinner > div:nth-of-type(2) {
  animation-delay: -0.92s;
}

/* line 49, app/assets/stylesheets/application/components/_hubbado-spinner.scss */
.hubbado-spinner > div:nth-of-type(3) {
  animation-delay: -1.38s;
}

/* line 49, app/assets/stylesheets/application/components/_hubbado-spinner.scss */
.hubbado-spinner > div:nth-of-type(4) {
  animation-delay: -1.84s;
}

/* line 1, app/assets/stylesheets/application/components/_smalltalk.scss */
div.smalltalk {
  position: fixed;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 8px 16px;
  border: 1px solid;
  z-index: 10000;
}

/* line 9, app/assets/stylesheets/application/components/_smalltalk.scss */
div.smalltalk.hidden {
  display: none;
}

/* line 1, app/assets/stylesheets/application/components/_ui_switch.scss */
.ui-switch {
  display: inline-block;
  text-align: initial;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

/* line 8, app/assets/stylesheets/application/components/_ui_switch.scss */
.ui-switch.input-wrapper {
  display: flex;
}

@media (max-width: 600px) {
  /* line 11, app/assets/stylesheets/application/components/_ui_switch.scss */
  .ui-switch.input-wrapper > label {
    width: 100%;
  }
}

/* line 18, app/assets/stylesheets/application/components/_ui_switch.scss */
.ui-switch:not(:last-of-type) {
  margin-bottom: 6px;
}

/* line 22, app/assets/stylesheets/application/components/_ui_switch.scss */
.ui-switch .state {
  position: relative;
  display: inline-block;
  width: 72px;
  border: 1px solid #0C6B1F;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  border-radius: 100px;
}

/* line 32, app/assets/stylesheets/application/components/_ui_switch.scss */
.ui-switch .state .on, .ui-switch .state .off, .ui-switch .state .ball {
  display: inline-block;
  line-height: 36px;
  vertical-align: middle;
  border-radius: 100px;
}

/* line 39, app/assets/stylesheets/application/components/_ui_switch.scss */
.ui-switch .state .on, .ui-switch .state .off {
  width: 100%;
}

/* line 43, app/assets/stylesheets/application/components/_ui_switch.scss */
.ui-switch .state .on {
  padding: 0 11px;
}

/* line 47, app/assets/stylesheets/application/components/_ui_switch.scss */
.ui-switch .state .off {
  position: absolute;
  padding: 0 12px;
  top: 0;
  left: 0;
  text-align: right;
}

/* line 55, app/assets/stylesheets/application/components/_ui_switch.scss */
.ui-switch .state .ball {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 3px;
  right: calc(100% - 33px);
  transition: ease-in-out 0.2s;
  background: #fff;
  border: 1px solid #0C6B1F;
}

/* line 67, app/assets/stylesheets/application/components/_ui_switch.scss */
.ui-switch input {
  display: none;
}

/* line 72, app/assets/stylesheets/application/components/_ui_switch.scss */
.ui-switch input:checked + label .state {
  background: #0C6B1F;
  color: #fff;
}

/* line 76, app/assets/stylesheets/application/components/_ui_switch.scss */
.ui-switch input:checked + label .state .ball {
  right: 3px;
  background: #000;
  border-color: #000;
}

/* line 85, app/assets/stylesheets/application/components/_ui_switch.scss */
.ui-switch > label > span {
  display: grid;
  grid-template-areas: "state label" "state description";
  -moz-column-gap: 15px;
       column-gap: 15px;
  grid-auto-flow: row;
  grid-template-rows: 1fr min-content;
  grid-template-columns: min-content auto;
  margin-bottom: 8px;
}

@media (max-width: 600px) {
  /* line 85, app/assets/stylesheets/application/components/_ui_switch.scss */
  .ui-switch > label > span {
    grid-template-areas: "label state" "description state";
    width: 100%;
    grid-template-columns: auto min-content;
  }
}

/* line 104, app/assets/stylesheets/application/components/_ui_switch.scss */
.ui-switch > label > span .state {
  grid-area: state;
  align-self: flex-start;
}

/* line 108, app/assets/stylesheets/application/components/_ui_switch.scss */
.ui-switch > label > span .label {
  grid-area: label;
  align-self: center;
  font-size: 14px;
}

/* line 113, app/assets/stylesheets/application/components/_ui_switch.scss */
.ui-switch > label > span .description {
  grid-area: description;
  margin-top: 5px;
}

/* line 1, app/assets/stylesheets/application/components/_page_header.scss */
header.page-header {
  position: relative;
}

/* line 4, app/assets/stylesheets/application/components/_page_header.scss */
header.page-header .title {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 14px;
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}

@media (min-width: 601px) {
  /* line 4, app/assets/stylesheets/application/components/_page_header.scss */
  header.page-header .title {
    min-height: 118px;
    padding: 16px 30px;
    min-height: 100px;
  }
}

@media (min-width: 1240px) {
  /* line 4, app/assets/stylesheets/application/components/_page_header.scss */
  header.page-header .title {
    padding: 16px 0px;
  }
}

/* line 23, app/assets/stylesheets/application/components/_page_header.scss */
header.page-header h1 {
  font: 30px "Poppins", sans-serif;
  line-height: 1.33;
  margin: 0 15px 0 0;
  letter-spacing: normal;
  color: #0C6B1F;
}

/* line 31, app/assets/stylesheets/application/components/_page_header.scss */
.main-content > section header.page-header:after {
  display: none;
}

/* line 34, app/assets/stylesheets/application/components/_page_header.scss */
header.page-header .navbar {
  min-height: 12px;
}

/* line 37, app/assets/stylesheets/application/components/_page_header.scss */
header.page-header .navbar nav {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

/* line 41, app/assets/stylesheets/application/components/_page_header.scss */
header.page-header .navbar nav .nav-item {
  padding: 8px 20px;
  text-transform: uppercase;
  min-height: 49px;
  line-height: 2.14;
  position: relative;
  font-size: 14px;
}

/* line 49, app/assets/stylesheets/application/components/_page_header.scss */
header.page-header .navbar nav .nav-item:hover, header.page-header .navbar nav .nav-item.active {
  cursor: pointer;
}

/* line 2, app/assets/stylesheets/application/components/_approximate-location.scss */
.approximate-location .location-controls-wrapper {
  position: relative;
}

/* line 6, app/assets/stylesheets/application/components/_approximate-location.scss */
.approximate-location label {
  position: absolute;
  left: 1em;
  top: -0.3em;
  font-size: 0.8em !important;
  color: rgba(19, 49, 26, 0.8);
  line-height: 1;
  padding: 0 5px;
  max-width: calc(100% - 20px);
  z-index: 10;
}

/* line 20, app/assets/stylesheets/application/components/_approximate-location.scss */
.approximate-location .location-controls .location-select-wrapper {
  display: flex;
}

/* line 23, app/assets/stylesheets/application/components/_approximate-location.scss */
.approximate-location .location-controls .location-select-wrapper .input-wrapper {
  flex: 1;
}

/* line 32, app/assets/stylesheets/application/components/_approximate-location.scss */
.approximate-location .location-controls .hint {
  margin-top: 8px;
  font-size: 0.9em;
}

/* line 38, app/assets/stylesheets/application/components/_approximate-location.scss */
.approximate-location .location-results {
  flex: 1;
}

/* line 41, app/assets/stylesheets/application/components/_approximate-location.scss */
.approximate-location .location-results .edit-location {
  margin-left: 8px;
}

/* line 45, app/assets/stylesheets/application/components/_approximate-location.scss */
.approximate-location .location-results .selected-location {
  background-color: white;
  position: relative;
  width: 100%;
  padding: 8px 16px 5px;
  outline: none;
  border-radius: 1.3em;
  border: solid 1px #bcbcbc;
}

/* line 54, app/assets/stylesheets/application/components/_approximate-location.scss */
.approximate-location .location-results .selected-location .name {
  cursor: text;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 60, app/assets/stylesheets/application/components/_approximate-location.scss */
.approximate-location .location-results .selected-location .check {
  position: absolute;
  width: 46px;
  height: 44px;
  top: 0;
  right: 0;
}

/* line 67, app/assets/stylesheets/application/components/_approximate-location.scss */
.approximate-location .location-results .selected-location .check svg {
  margin-top: -2px;
  padding: 0 8px;
}

/* line 75, app/assets/stylesheets/application/components/_approximate-location.scss */
.approximate-location .approx-location {
  color: rgba(19, 49, 26, 0.8);
  font-size: 0.8em;
  line-height: 1.2;
  margin-top: 0.2em;
}

/* line 81, app/assets/stylesheets/application/components/_approximate-location.scss */
.approximate-location .approx-location .approx-location-name {
  display: inline;
  font-style: italic;
}

/* line 87, app/assets/stylesheets/application/components/_approximate-location.scss */
.approximate-location .selectize-input {
  max-height: 46px;
}

/* line 90, app/assets/stylesheets/application/components/_approximate-location.scss */
.approximate-location .selectize-input > div {
  white-space: nowrap;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 32px);
}

/* line 99, app/assets/stylesheets/application/components/_approximate-location.scss */
.approximate-location .errors {
  display: none;
}

/* line 104, app/assets/stylesheets/application/components/_approximate-location.scss */
.approximate-location .location-controls-wrapper.with-error .selectize-input {
  border-color: #cc0000;
}

/* line 108, app/assets/stylesheets/application/components/_approximate-location.scss */
.approximate-location .location-controls-wrapper.with-error .errors {
  display: block;
  font-size: 0.75em;
  line-height: 1;
  flex: 1 1 100%;
  margin-left: 20px;
  position: absolute;
  bottom: 0;
  right: 1em;
  padding: 0.3em;
  color: #cc0000;
  background-color: white;
  z-index: 10;
}

/* line 123, app/assets/stylesheets/application/components/_approximate-location.scss */
.approximate-location .location-controls-wrapper.with-error label {
  color: #cc0000;
}

/* line 1, app/assets/stylesheets/application/components/_cookie_banner.scss */
.cookie-overlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 0;
  position: fixed;
  z-index: 10000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 13, app/assets/stylesheets/application/components/_cookie_banner.scss */
#cookiescript_injected {
  bottom: 0;
  background-color: black;
  z-index: 10001;
  opacity: 1;
  position: fixed;
  width: 100%;
  left: 0;
  font-size: 13px;
  font-weight: normal;
  text-align: left;
  letter-spacing: normal;
  color: #FFFFFF;
  display: none;
}

/* line 29, app/assets/stylesheets/application/components/_cookie_banner.scss */
#cookiescript_buttons {
  width: 200px;
  margin: 0 auto;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  color: #FFFFFF;
}

/* line 38, app/assets/stylesheets/application/components/_cookie_banner.scss */
#cookiescript_wrapper {
  margin: 24px 64px;
  font-size: 13px;
  font-weight: normal;
  color: white;
  line-height: 23px;
  letter-spacing: normal;
  display: flex;
}

@media (max-width: 600px) {
  /* line 38, app/assets/stylesheets/application/components/_cookie_banner.scss */
  #cookiescript_wrapper {
    display: block;
    margin: 24px 32px 12px;
  }
}

/* line 52, app/assets/stylesheets/application/components/_cookie_banner.scss */
#cookiescript_wrapper p {
  margin-bottom: 0.5rem;
}

@media (max-width: 600px) {
  /* line 52, app/assets/stylesheets/application/components/_cookie_banner.scss */
  #cookiescript_wrapper p {
    margin-bottom: 1rem;
  }
}

/* line 63, app/assets/stylesheets/application/components/_cookie_banner.scss */
#cookiescript_wrapper .info {
  flex: 1 auto;
}

/* line 66, app/assets/stylesheets/application/components/_cookie_banner.scss */
#cookiescript_wrapper .info .cookie-reject {
  cursor: pointer;
}

/* line 71, app/assets/stylesheets/application/components/_cookie_banner.scss */
#cookiescript_wrapper h1 {
  color: white;
  margin-top: 0;
  font-size: 24px;
  line-height: 1.4;
}

@media (min-width: 601px) {
  /* line 71, app/assets/stylesheets/application/components/_cookie_banner.scss */
  #cookiescript_wrapper h1 {
    font-size: 36px;
  }
}

/* line 83, app/assets/stylesheets/application/components/_cookie_banner.scss */
#cookiescript_wrapper .cookie-buttons {
  margin: 6px 0 0 32px;
}

/* line 86, app/assets/stylesheets/application/components/_cookie_banner.scss */
#cookiescript_wrapper .cookie-buttons a#cookiescript_readmore {
  white-space: nowrap;
}

@media (max-width: 600px) {
  /* line 83, app/assets/stylesheets/application/components/_cookie_banner.scss */
  #cookiescript_wrapper .cookie-buttons {
    margin-left: 0;
  }
}

/* line 96, app/assets/stylesheets/application/components/_cookie_banner.scss */
#cookiescript_injected div#cookiescript_pixel {
  width: 1px;
  height: 1px;
  float: left;
}

/* line 1, app/assets/stylesheets/application/components/_toggling.scss */
[data-toggle] {
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/application/components/_unconfirmed_banner.scss */
.unconfirmed-banner {
  position: relative;
  z-index: 710;
  padding: 0;
  animation: none;
  margin-bottom: 0;
}

/* line 9, app/assets/stylesheets/application/components/_unconfirmed_banner.scss */
.unconfirmed-banner .message {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  overflow: hidden;
  text-align: left;
}

/* line 20, ../usr/local/rvm/gems/3.3.1/gems/bourbon-7.3.0/core/bourbon/library/_clearfix.scss */
.unconfirmed-banner .message::after {
  clear: both;
  content: "";
  display: block;
}

/* line 17, app/assets/stylesheets/application/components/_unconfirmed_banner.scss */
.unconfirmed-banner .message a {
  text-decoration: underline;
}

/* line 1, app/assets/stylesheets/application/components/_pagination.scss */
.pagination {
  display: flex;
  align-items: center;
}

@media (max-width: 600px) {
  /* line 1, app/assets/stylesheets/application/components/_pagination.scss */
  .pagination {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* line 10, app/assets/stylesheets/application/components/_pagination.scss */
.pagination .pagination-info {
  font-size: 14px;
  margin: 0 16px 0 0;
  order: 1;
}

@media (max-width: 600px) {
  /* line 10, app/assets/stylesheets/application/components/_pagination.scss */
  .pagination .pagination-info {
    font-size: 12px;
    margin: 8px 0 0 0;
    order: 2;
  }
}

/* line 22, app/assets/stylesheets/application/components/_pagination.scss */
.pagination .pagination-controls {
  flex: 1 0 0;
  order: 2;
  text-align: right;
  white-space: nowrap;
}

@media (max-width: 600px) {
  /* line 22, app/assets/stylesheets/application/components/_pagination.scss */
  .pagination .pagination-controls {
    order: 1;
    font-size: 14px;
  }
}

/* line 34, app/assets/stylesheets/application/components/_pagination.scss */
.pagination .first, .pagination .prev, .pagination .page, .pagination .next, .pagination .last {
  background-color: white;
  border: 1px solid #bcbcbc;
  display: inline-block;
  padding: 4px 12px;
  width: 36px;
  height: 36px;
  border-radius: 1.5em;
  text-align: center;
  margin-right: 6px;
}

@media (max-width: 600px) {
  /* line 55, app/assets/stylesheets/application/components/_pagination.scss */
  .pagination .first.desktop, .pagination .prev.desktop, .pagination .page.desktop, .pagination .next.desktop, .pagination .last.desktop {
    display: none;
  }
}

/* line 62, app/assets/stylesheets/application/components/_pagination.scss */
.pagination .first, .pagination .last {
  width: auto;
  border-radius: 1.5em;
}

/* line 67, app/assets/stylesheets/application/components/_pagination.scss */
.pagination .first {
  margin-right: 6px;
}

/* line 71, app/assets/stylesheets/application/components/_pagination.scss */
.pagination .last {
  margin-left: 6px;
}

/* line 75, app/assets/stylesheets/application/components/_pagination.scss */
.pagination .prev {
  border-radius: 1.5em;
}

/* line 82, app/assets/stylesheets/application/components/_pagination.scss */
.pagination .next {
  border-radius: 1.5em;
}

/* line 1, app/assets/stylesheets/application/components/_job_category_list.scss */
.job-category-list {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
}

/* line 6, app/assets/stylesheets/application/components/_job_category_list.scss */
.job-category-list .job-category {
  flex-wrap: nowrap;
}

/* line 9, app/assets/stylesheets/application/components/_job_category_list.scss */
.job-category-list .job-category:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  border-style: solid;
  border-right-color: transparent !important;
  border-color: currentColor;
  border-radius: 8px;
  border-radius: 12px;
  margin: 4px 0.5em 4px 0;
  border-width: 0 12px 16px 12px;
  border-color: transparent transparent currentColor transparent;
}

/* line 23, app/assets/stylesheets/application/components/_job_category_list.scss */
.job-category-list .job-category:after {
  content: attr(data-category-name);
  display: inline-block;
  margin-right: 0.5em;
  white-space: nowrap;
}

/* line 2, app/assets/stylesheets/application/components/_prototype.scss */
body .prototype-banner {
  display: block;
  position: relative;
}

/* line 6, app/assets/stylesheets/application/components/_prototype.scss */
body .prototype-banner:before {
  content: 'Prototype';
  position: absolute;
  color: #f0f0f0;
  font-size: 16px;
  left: -50px;
  padding: 10px 50px;
  text-align: center;
  top: 12px;
  transform: rotate(-45deg);
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}

/* line 4, app/assets/stylesheets/application/components/_unsupported-browser.scss */
body.unsupported-browser nav.navmenu.secondary-navigation {
  display: none;
}

/* line 7, app/assets/stylesheets/application/components/_unsupported-browser.scss */
body.unsupported-browser section[data-shy-navigation] {
  display: none;
}

/* line 10, app/assets/stylesheets/application/components/_unsupported-browser.scss */
body.unsupported-browser > footer {
  display: none;
}

/* line 13, app/assets/stylesheets/application/components/_unsupported-browser.scss */
body.unsupported-browser > #feedback {
  display: none;
}

/* line 16, app/assets/stylesheets/application/components/_unsupported-browser.scss */
body.unsupported-browser #main-loader {
  display: none;
}

/* line 19, app/assets/stylesheets/application/components/_unsupported-browser.scss */
body.unsupported-browser .unsupported-browser {
  text-align: center;
  margin: 0 auto;
  position: absolute;
  z-index: 10000002;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
}

@media (max-width: 600px) {
  /* line 19, app/assets/stylesheets/application/components/_unsupported-browser.scss */
  body.unsupported-browser .unsupported-browser {
    padding: 15px;
  }
}

/* line 34, app/assets/stylesheets/application/components/_unsupported-browser.scss */
body.unsupported-browser .unsupported-browser .title {
  font-size: 92px;
  margin: 20px auto;
  letter-spacing: normal;
}

@media (max-width: 600px) {
  /* line 34, app/assets/stylesheets/application/components/_unsupported-browser.scss */
  body.unsupported-browser .unsupported-browser .title {
    font-size: 52px;
    margin: 15px auto;
  }
}

/* line 44, app/assets/stylesheets/application/components/_unsupported-browser.scss */
body.unsupported-browser .unsupported-browser .green-line {
  width: 55px;
  height: 2px;
  margin: 20px auto;
}

@media (max-width: 600px) {
  /* line 44, app/assets/stylesheets/application/components/_unsupported-browser.scss */
  body.unsupported-browser .unsupported-browser .green-line {
    margin: 15px auto;
  }
}

/* line 53, app/assets/stylesheets/application/components/_unsupported-browser.scss */
body.unsupported-browser .unsupported-browser .sub-title {
  font-size: 22px;
  margin: 20px auto;
}

@media (max-width: 600px) {
  /* line 53, app/assets/stylesheets/application/components/_unsupported-browser.scss */
  body.unsupported-browser .unsupported-browser .sub-title {
    font-size: 18px;
    margin: 15px auto 0;
  }
}

/* line 62, app/assets/stylesheets/application/components/_unsupported-browser.scss */
body.unsupported-browser .unsupported-browser .footer {
  font-size: 16px;
  margin: 20px auto;
}

/* line 67, app/assets/stylesheets/application/components/_unsupported-browser.scss */
body.unsupported-browser .unsupported-browser .browser-list a {
  width: 80px;
  height: 120px;
  margin: 20px 30px;
  background: transparent;
  display: inline-block;
  background-image: url(/images/browsers/browser_bg.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 600px) {
  /* line 67, app/assets/stylesheets/application/components/_unsupported-browser.scss */
  body.unsupported-browser .unsupported-browser .browser-list a {
    margin-bottom: 0;
  }
}

/* line 82, app/assets/stylesheets/application/components/_unsupported-browser.scss */
body.unsupported-browser .unsupported-browser .browser-list a span {
  padding: 15px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  height: 60px;
  width: 60px;
  margin: 15px auto;
}

/* line 95, app/assets/stylesheets/application/components/_unsupported-browser.scss */
body.unsupported-browser .unsupported-browser .browser-list a.chrome span {
  background-image: url(/assets/browsers/Chrome_logo-min-c09ae8bdacf3f9ea7309162c7cd9f6c56064f6cfe0c37fbd5ce6d9eaf871b1dd.png);
}

/* line 101, app/assets/stylesheets/application/components/_unsupported-browser.scss */
body.unsupported-browser .unsupported-browser .browser-list a.safari span {
  background-image: url(/assets/browsers/Safari_logo-min-9817e4ebfcb43e5b99553c738bd5e5e8f02c145ca65b299eb8753e3a5bcc6604.png);
}

/* line 107, app/assets/stylesheets/application/components/_unsupported-browser.scss */
body.unsupported-browser .unsupported-browser .browser-list a.firefox span {
  background-image: url(/assets/browsers/Firefox_logo-min-cfaa57922396e0e62c2fd67e1c1200746218d5aea89d6ed88fd958b9eceb0f76.png);
}

/* line 113, app/assets/stylesheets/application/components/_unsupported-browser.scss */
body.unsupported-browser .unsupported-browser .browser-list a.edge span {
  background-image: url(/assets/browsers/Edge_logo-min-9bc003000b6a742319231982769bdb85e9db0a1aff4ad1d23e3c26abe3ce8843.png);
}

/* line 2, app/assets/stylesheets/application/components/_oauth.scss */
.oauth a {
  background-color: white;
  border: none;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  display: block;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  border-radius: 100px;
  margin-bottom: 1em;
}

/* line 13, app/assets/stylesheets/application/components/_oauth.scss */
.oauth a:hover {
  color: inherit;
  transform: translate(1px, 1px);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

/* line 19, app/assets/stylesheets/application/components/_oauth.scss */
.oauth a:before {
  content: '';
  width: 42px;
  height: 42px;
  display: inline-block;
  vertical-align: middle;
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-right: 0.6em;
}

/* line 31, app/assets/stylesheets/application/components/_oauth.scss */
.oauth a.google:before {
  background-image: url(/assets/icons/google-0cf576a5dab9315daac7ffe29d29ed585e0ff9850e59408d0f25f38dc1da037b.svg);
}

/* line 35, app/assets/stylesheets/application/components/_oauth.scss */
.oauth a.facebook:before {
  background-image: url(/assets/icons/facebook-2edb5899671718181fa4ed5a89cb7f9673413be9d4914c7501914e545681248b.png);
}

/* line 3, app/assets/stylesheets/application/components/_slide_transition.scss */
.slide-transition {
  animation: transition-slide-anim var(--transitionTime, 0.2s) ease-in-out;
}

@keyframes transition-slide-anim {
  0% {
    height: var(--startHeight, 0px);
    width: var(--startWidth, 0px);
  }
  99% {
    height: var(--targetHeight, 0px);
    width: var(--targetWidth, 0px);
  }
  100% {
    height: initial;
    width: initial;
  }
}

/* line 1, app/assets/stylesheets/application/components/_profile_picture.scss */
.profile-picture {
  border-radius: 100%;
  overflow: hidden;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  background-color: #f5f5f5;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 11, app/assets/stylesheets/application/components/_profile_picture.scss */
.profile-picture img {
  position: absolute;
  top: 7%;
  left: 7%;
  width: 86%;
  height: 86%;
  border-radius: 100%;
  overflow: hidden;
}

/* line 1, app/assets/stylesheets/application/components/_select_list.scss */
.select-list {
  list-style: none;
  display: flex;
  gap: 0.5em;
  flex-wrap: wrap;
  padding: 0.5em 0;
}

/* line 8, app/assets/stylesheets/application/components/_select_list.scss */
.select-list.full .select-element {
  width: 100%;
  flex: initial;
}

/* line 13, app/assets/stylesheets/application/components/_select_list.scss */
.select-list .select-element {
  min-width: 280px;
  flex: 1;
}

/* line 17, app/assets/stylesheets/application/components/_select_list.scss */
.select-list .select-element input {
  display: none;
}

/* line 21, app/assets/stylesheets/application/components/_select_list.scss */
.select-list .select-element label {
  padding: 1em;
  border-radius: 1em;
  width: 100%;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.25);
  transition: background-color 0.3s ease-in-out;
  white-space: nowrap;
  margin-bottom: 0;
}

/* line 32, app/assets/stylesheets/application/components/_select_list.scss */
.select-list .select-element input[type='radio']:checked + label, .select-list .select-element input[type='checkbox']:checked + label, .select-list .select-element label:hover {
  transform: translate(1px, 1px);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
}

/* line 37, app/assets/stylesheets/application/components/_select_list.scss */
.select-list .select-element input[type='radio']:checked + label, .select-list .select-element input[type='checkbox']:checked + label {
  background-color: rgba(12, 107, 31, 0.5);
  box-shadow: none;
}

/* line 43, app/assets/stylesheets/application/components/_select_list.scss */
.select-list .select-element input:disabled + label {
  background-color: rgba(188, 188, 188, 0.3);
  transform: translate(1px, 1px);
  box-shadow: none;
}

/* line 50, app/assets/stylesheets/application/components/_select_list.scss */
.select-list .error {
  color: #cc0000;
  font-size: 0.9em;
  margin-left: 2em;
}

/* line 56, app/assets/stylesheets/application/components/_select_list.scss */
.select-list.narrow .select-element {
  min-width: 120px;
}

@media (max-width: 700px) {
  /* line 56, app/assets/stylesheets/application/components/_select_list.scss */
  .select-list.narrow .select-element {
    min-width: 100%;
  }
  /* line 62, app/assets/stylesheets/application/components/_select_list.scss */
  .select-list.narrow .select-element label {
    padding: 0.5em;
    margin: 0;
  }
}

/* line 71, app/assets/stylesheets/application/components/_select_list.scss */
.select-list.checkboxes .select-element label {
  border-radius: 6px;
  padding-left: 3.5em;
  position: relative;
}

/* line 76, app/assets/stylesheets/application/components/_select_list.scss */
.select-list.checkboxes .select-element label::before {
  content: '';
  position: absolute;
  left: 1em;
  top: 0.9em;
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #bcbcbc;
  background-color: white;
  border-radius: 4px;
}

/* line 90, app/assets/stylesheets/application/components/_select_list.scss */
.select-list.checkboxes .select-element input:checked + label::after {
  content: '';
  position: absolute;
  left: 0.7em;
  top: 0.2em;
  width: 2.5em;
  height: 2.5em;
  background-image: url(/assets/check-5d70afd63fe4bfcf65210a9b7a845bfc86dc57c61b2fcdb035bc67476dba03a8.svg);
  background-size: contain;
}

/* line 104, app/assets/stylesheets/application/components/_select_list.scss */
.select-list.wide .select-element {
  min-width: 100%;
  position: relative;
}

/* line 1, app/assets/stylesheets/application/components/_columns.scss */
.columns {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  gap: 1em;
}

/* line 7, app/assets/stylesheets/application/components/_columns.scss */
.columns.align-middle {
  align-items: center;
}

/* line 11, app/assets/stylesheets/application/components/_columns.scss */
.columns .column {
  flex: 1;
}

/* line 14, app/assets/stylesheets/application/components/_columns.scss */
.columns .column.double {
  flex: 2;
}

/* line 1, app/assets/stylesheets/application/components/actions-dropdown.scss */
nav.actions-dropdown {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

/* line 6, app/assets/stylesheets/application/components/actions-dropdown.scss */
nav.actions-dropdown .dropdown-toggle {
  padding: 0 15px;
  line-height: 42px;
  color: #002544;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: block;
  margin: auto 0;
}

/* line 15, app/assets/stylesheets/application/components/actions-dropdown.scss */
nav.actions-dropdown .dropdown-toggle.arrow-after.open {
  background-color: #f5f5f5;
  box-shadow: 0 3px 6px 0 rgba(45, 69, 45, 0.5);
}

/* line 20, app/assets/stylesheets/application/components/actions-dropdown.scss */
nav.actions-dropdown .dropdown-toggle.arrow-after > span {
  margin-right: 15px;
  display: inline-block;
}

/* line 25, app/assets/stylesheets/application/components/actions-dropdown.scss */
nav.actions-dropdown .dropdown-toggle.arrow-after:after {
  transform: translateY(-25%) translateX(3px) rotate(-45deg) scale(-1, 1);
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  transition: transform 200ms ease-in-out, border-color 200ms ease-in-out;
  padding: 3px;
  content: '';
  transform-origin: center center;
  vertical-align: middle;
  vertical-align: middle;
}

/* line 34, app/assets/stylesheets/application/components/actions-dropdown.scss */
nav.actions-dropdown .dropdown-toggle.open.arrow-after:after {
  transform: translateY(25%) translateX(3px) rotate(-135deg);
}

/* line 41, app/assets/stylesheets/application/components/actions-dropdown.scss */
nav.actions-dropdown .nav-dropdown {
  display: none;
  position: absolute;
  top: 43px;
  right: 0px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #f5f5f5;
  border-radius: 10px 0px 10px 10px;
  padding: 6px;
  box-shadow: 0 6px 6px 0 rgba(45, 69, 45, 0.5);
}

/* line 52, app/assets/stylesheets/application/components/actions-dropdown.scss */
nav.actions-dropdown .nav-dropdown a {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  font-size: 14px;
  line-height: 2.14;
  letter-spacing: normal;
  color: #474747;
  margin: 1px;
  padding: 0 5px;
  content: attr(data-title);
  flex-wrap: wrap;
  width: 220px;
  align-items: center;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  transition: all 200ms ease-in-out;
  text-decoration: none;
}

/* line 71, app/assets/stylesheets/application/components/actions-dropdown.scss */
nav.actions-dropdown .nav-dropdown a:hover {
  background: #275e9b;
  color: #fff;
}

/* line 75, app/assets/stylesheets/application/components/actions-dropdown.scss */
nav.actions-dropdown .nav-dropdown a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
}

/* line 81, app/assets/stylesheets/application/components/actions-dropdown.scss */
nav.actions-dropdown .nav-dropdown a:last-of-type:after {
  display: none;
}

/* line 84, app/assets/stylesheets/application/components/actions-dropdown.scss */
nav.actions-dropdown .nav-dropdown a .content {
  display: inline-block;
  flex: 1 1 1px;
  padding: 5px;
  white-space: nowrap;
}

/* line 94, app/assets/stylesheets/application/components/actions-dropdown.scss */
nav.actions-dropdown .open a {
  display: flex;
}

/* line 2, app/assets/stylesheets/application/components/user_search.scss */
.user-search input {
  position: relative !important;
}

/* line 6, app/assets/stylesheets/application/components/user_search.scss */
.user-search .user-search-item {
  white-space: nowrap;
  line-height: 45px;
}

/* line 10, app/assets/stylesheets/application/components/user_search.scss */
.user-search .user-search-item .profile-picture-wrapper {
  margin-right: 0.7em;
}

/* line 14, app/assets/stylesheets/application/components/user_search.scss */
.user-search .user-search-item .profile-picture-wrapper, .user-search .user-search-item .user-name {
  display: inline-block;
  vertical-align: middle;
}

/* line 22, app/assets/stylesheets/application/components/user_search.scss */
.user-search-select .user-search-option {
  display: flex;
  flex-direction: row;
  gap: 0.7em;
}

/* line 28, app/assets/stylesheets/application/components/user_search.scss */
.user-search-select .profile-picture-wrapper {
  height: 2em;
  width: 2em;
  border-radius: 100%;
}

/* line 2, app/assets/stylesheets/application/components/company_search.scss */
.company-search input {
  position: relative !important;
}

/* line 6, app/assets/stylesheets/application/components/company_search.scss */
.company-search .company-search-item {
  white-space: nowrap;
  line-height: 45px;
}

/* line 10, app/assets/stylesheets/application/components/company_search.scss */
.company-search .company-search-item.provisional {
  font-style: italic;
}

/* line 15, app/assets/stylesheets/application/components/company_search.scss */
.company-search .company-search-item .company-search-user .profile-picture-wrapper {
  margin-right: 0.7em;
}

/* line 19, app/assets/stylesheets/application/components/company_search.scss */
.company-search .company-search-item .company-search-user .profile-picture-wrapper, .company-search .company-search-item .company-search-user .user-name {
  display: inline-block;
  vertical-align: middle;
}

/* line 26, app/assets/stylesheets/application/components/company_search.scss */
.company-search .hint {
  font-size: 0.8em;
  color: #6a7169;
  text-align: right;
  margin-top: 0.4em;
  margin-bottom: 0;
  margin-right: 1em;
}

/* line 37, app/assets/stylesheets/application/components/company_search.scss */
.company-search-select .company-search-option {
  display: flex;
  flex-direction: row;
  gap: 0.5em;
  align-items: center;
}

@media (max-width: 600px) {
  /* line 37, app/assets/stylesheets/application/components/company_search.scss */
  .company-search-select .company-search-option {
    flex-direction: column;
    gap: 0;
    align-items: stretch;
  }
}

/* line 49, app/assets/stylesheets/application/components/company_search.scss */
.company-search-select .company-search-option.provisional {
  font-style: italic;
}

/* line 54, app/assets/stylesheets/application/components/company_search.scss */
.company-search-select .company-name {
  font-size: 1.1em;
}

/* line 58, app/assets/stylesheets/application/components/company_search.scss */
.company-search-select .company-search-user {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5em;
  font-size: 0.8em;
  margin-top: -0.4em;
}

/* line 67, app/assets/stylesheets/application/components/company_search.scss */
.company-search-select .profile-picture-wrapper {
  height: 1.8em;
  width: 1.8em;
  border-radius: 100%;
}

/* line 1, app/assets/stylesheets/application/components/utilities/blur.scss */
.blur {
  filter: blur(0.25em);
}

/* line 4, app/assets/stylesheets/application/components/utilities/margin.scss */
.m-0 {
  margin: 0em !important;
}

/* line 8, app/assets/stylesheets/application/components/utilities/margin.scss */
.mx-0 {
  margin-left: 0em !important;
  margin-right: 0em !important;
}

/* line 13, app/assets/stylesheets/application/components/utilities/margin.scss */
.my-0 {
  margin-top: 0em !important;
  margin-bottom: 0em !important;
}

/* line 18, app/assets/stylesheets/application/components/utilities/margin.scss */
.mr-0 {
  margin-right: 0em !important;
}

/* line 22, app/assets/stylesheets/application/components/utilities/margin.scss */
.ml-0 {
  margin-left: 0em !important;
}

/* line 26, app/assets/stylesheets/application/components/utilities/margin.scss */
.mt-0 {
  margin-top: 0em !important;
}

/* line 30, app/assets/stylesheets/application/components/utilities/margin.scss */
.mb-0 {
  margin-bottom: 0em !important;
}

/* line 4, app/assets/stylesheets/application/components/utilities/margin.scss */
.m-1 {
  margin: 0.25em !important;
}

/* line 8, app/assets/stylesheets/application/components/utilities/margin.scss */
.mx-1 {
  margin-left: 0.25em !important;
  margin-right: 0.25em !important;
}

/* line 13, app/assets/stylesheets/application/components/utilities/margin.scss */
.my-1 {
  margin-top: 0.25em !important;
  margin-bottom: 0.25em !important;
}

/* line 18, app/assets/stylesheets/application/components/utilities/margin.scss */
.mr-1 {
  margin-right: 0.25em !important;
}

/* line 22, app/assets/stylesheets/application/components/utilities/margin.scss */
.ml-1 {
  margin-left: 0.25em !important;
}

/* line 26, app/assets/stylesheets/application/components/utilities/margin.scss */
.mt-1 {
  margin-top: 0.25em !important;
}

/* line 30, app/assets/stylesheets/application/components/utilities/margin.scss */
.mb-1 {
  margin-bottom: 0.25em !important;
}

/* line 4, app/assets/stylesheets/application/components/utilities/margin.scss */
.m-2 {
  margin: 0.5em !important;
}

/* line 8, app/assets/stylesheets/application/components/utilities/margin.scss */
.mx-2 {
  margin-left: 0.5em !important;
  margin-right: 0.5em !important;
}

/* line 13, app/assets/stylesheets/application/components/utilities/margin.scss */
.my-2 {
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
}

/* line 18, app/assets/stylesheets/application/components/utilities/margin.scss */
.mr-2 {
  margin-right: 0.5em !important;
}

/* line 22, app/assets/stylesheets/application/components/utilities/margin.scss */
.ml-2 {
  margin-left: 0.5em !important;
}

/* line 26, app/assets/stylesheets/application/components/utilities/margin.scss */
.mt-2 {
  margin-top: 0.5em !important;
}

/* line 30, app/assets/stylesheets/application/components/utilities/margin.scss */
.mb-2 {
  margin-bottom: 0.5em !important;
}

/* line 4, app/assets/stylesheets/application/components/utilities/margin.scss */
.m-3 {
  margin: 0.75em !important;
}

/* line 8, app/assets/stylesheets/application/components/utilities/margin.scss */
.mx-3 {
  margin-left: 0.75em !important;
  margin-right: 0.75em !important;
}

/* line 13, app/assets/stylesheets/application/components/utilities/margin.scss */
.my-3 {
  margin-top: 0.75em !important;
  margin-bottom: 0.75em !important;
}

/* line 18, app/assets/stylesheets/application/components/utilities/margin.scss */
.mr-3 {
  margin-right: 0.75em !important;
}

/* line 22, app/assets/stylesheets/application/components/utilities/margin.scss */
.ml-3 {
  margin-left: 0.75em !important;
}

/* line 26, app/assets/stylesheets/application/components/utilities/margin.scss */
.mt-3 {
  margin-top: 0.75em !important;
}

/* line 30, app/assets/stylesheets/application/components/utilities/margin.scss */
.mb-3 {
  margin-bottom: 0.75em !important;
}

/* line 4, app/assets/stylesheets/application/components/utilities/margin.scss */
.m-4 {
  margin: 1em !important;
}

/* line 8, app/assets/stylesheets/application/components/utilities/margin.scss */
.mx-4 {
  margin-left: 1em !important;
  margin-right: 1em !important;
}

/* line 13, app/assets/stylesheets/application/components/utilities/margin.scss */
.my-4 {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}

/* line 18, app/assets/stylesheets/application/components/utilities/margin.scss */
.mr-4 {
  margin-right: 1em !important;
}

/* line 22, app/assets/stylesheets/application/components/utilities/margin.scss */
.ml-4 {
  margin-left: 1em !important;
}

/* line 26, app/assets/stylesheets/application/components/utilities/margin.scss */
.mt-4 {
  margin-top: 1em !important;
}

/* line 30, app/assets/stylesheets/application/components/utilities/margin.scss */
.mb-4 {
  margin-bottom: 1em !important;
}

/* line 4, app/assets/stylesheets/application/components/utilities/margin.scss */
.m-5 {
  margin: 1.25em !important;
}

/* line 8, app/assets/stylesheets/application/components/utilities/margin.scss */
.mx-5 {
  margin-left: 1.25em !important;
  margin-right: 1.25em !important;
}

/* line 13, app/assets/stylesheets/application/components/utilities/margin.scss */
.my-5 {
  margin-top: 1.25em !important;
  margin-bottom: 1.25em !important;
}

/* line 18, app/assets/stylesheets/application/components/utilities/margin.scss */
.mr-5 {
  margin-right: 1.25em !important;
}

/* line 22, app/assets/stylesheets/application/components/utilities/margin.scss */
.ml-5 {
  margin-left: 1.25em !important;
}

/* line 26, app/assets/stylesheets/application/components/utilities/margin.scss */
.mt-5 {
  margin-top: 1.25em !important;
}

/* line 30, app/assets/stylesheets/application/components/utilities/margin.scss */
.mb-5 {
  margin-bottom: 1.25em !important;
}

/* line 4, app/assets/stylesheets/application/components/utilities/margin.scss */
.m-6 {
  margin: 1.5em !important;
}

/* line 8, app/assets/stylesheets/application/components/utilities/margin.scss */
.mx-6 {
  margin-left: 1.5em !important;
  margin-right: 1.5em !important;
}

/* line 13, app/assets/stylesheets/application/components/utilities/margin.scss */
.my-6 {
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important;
}

/* line 18, app/assets/stylesheets/application/components/utilities/margin.scss */
.mr-6 {
  margin-right: 1.5em !important;
}

/* line 22, app/assets/stylesheets/application/components/utilities/margin.scss */
.ml-6 {
  margin-left: 1.5em !important;
}

/* line 26, app/assets/stylesheets/application/components/utilities/margin.scss */
.mt-6 {
  margin-top: 1.5em !important;
}

/* line 30, app/assets/stylesheets/application/components/utilities/margin.scss */
.mb-6 {
  margin-bottom: 1.5em !important;
}

/* line 4, app/assets/stylesheets/application/components/utilities/margin.scss */
.m-7 {
  margin: 1.75em !important;
}

/* line 8, app/assets/stylesheets/application/components/utilities/margin.scss */
.mx-7 {
  margin-left: 1.75em !important;
  margin-right: 1.75em !important;
}

/* line 13, app/assets/stylesheets/application/components/utilities/margin.scss */
.my-7 {
  margin-top: 1.75em !important;
  margin-bottom: 1.75em !important;
}

/* line 18, app/assets/stylesheets/application/components/utilities/margin.scss */
.mr-7 {
  margin-right: 1.75em !important;
}

/* line 22, app/assets/stylesheets/application/components/utilities/margin.scss */
.ml-7 {
  margin-left: 1.75em !important;
}

/* line 26, app/assets/stylesheets/application/components/utilities/margin.scss */
.mt-7 {
  margin-top: 1.75em !important;
}

/* line 30, app/assets/stylesheets/application/components/utilities/margin.scss */
.mb-7 {
  margin-bottom: 1.75em !important;
}

/* line 4, app/assets/stylesheets/application/components/utilities/margin.scss */
.m-8 {
  margin: 2em !important;
}

/* line 8, app/assets/stylesheets/application/components/utilities/margin.scss */
.mx-8 {
  margin-left: 2em !important;
  margin-right: 2em !important;
}

/* line 13, app/assets/stylesheets/application/components/utilities/margin.scss */
.my-8 {
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}

/* line 18, app/assets/stylesheets/application/components/utilities/margin.scss */
.mr-8 {
  margin-right: 2em !important;
}

/* line 22, app/assets/stylesheets/application/components/utilities/margin.scss */
.ml-8 {
  margin-left: 2em !important;
}

/* line 26, app/assets/stylesheets/application/components/utilities/margin.scss */
.mt-8 {
  margin-top: 2em !important;
}

/* line 30, app/assets/stylesheets/application/components/utilities/margin.scss */
.mb-8 {
  margin-bottom: 2em !important;
}

/* line 4, app/assets/stylesheets/application/components/utilities/padding.scss */
.p-0 {
  margin: 0em !important;
}

/* line 8, app/assets/stylesheets/application/components/utilities/padding.scss */
.px-0 {
  margin-left: 0em !important;
  margin-right: 0em !important;
}

/* line 13, app/assets/stylesheets/application/components/utilities/padding.scss */
.py-0 {
  margin-top: 0em !important;
  margin-bottom: 0em !important;
}

/* line 18, app/assets/stylesheets/application/components/utilities/padding.scss */
.pr-0 {
  margin-right: 0em !important;
}

/* line 22, app/assets/stylesheets/application/components/utilities/padding.scss */
.pl-0 {
  margin-left: 0em !important;
}

/* line 26, app/assets/stylesheets/application/components/utilities/padding.scss */
.pt-0 {
  margin-top: 0em !important;
}

/* line 30, app/assets/stylesheets/application/components/utilities/padding.scss */
.pb-0 {
  margin-bottom: 0em !important;
}

/* line 4, app/assets/stylesheets/application/components/utilities/padding.scss */
.p-1 {
  margin: 0.25em !important;
}

/* line 8, app/assets/stylesheets/application/components/utilities/padding.scss */
.px-1 {
  margin-left: 0.25em !important;
  margin-right: 0.25em !important;
}

/* line 13, app/assets/stylesheets/application/components/utilities/padding.scss */
.py-1 {
  margin-top: 0.25em !important;
  margin-bottom: 0.25em !important;
}

/* line 18, app/assets/stylesheets/application/components/utilities/padding.scss */
.pr-1 {
  margin-right: 0.25em !important;
}

/* line 22, app/assets/stylesheets/application/components/utilities/padding.scss */
.pl-1 {
  margin-left: 0.25em !important;
}

/* line 26, app/assets/stylesheets/application/components/utilities/padding.scss */
.pt-1 {
  margin-top: 0.25em !important;
}

/* line 30, app/assets/stylesheets/application/components/utilities/padding.scss */
.pb-1 {
  margin-bottom: 0.25em !important;
}

/* line 4, app/assets/stylesheets/application/components/utilities/padding.scss */
.p-2 {
  margin: 0.5em !important;
}

/* line 8, app/assets/stylesheets/application/components/utilities/padding.scss */
.px-2 {
  margin-left: 0.5em !important;
  margin-right: 0.5em !important;
}

/* line 13, app/assets/stylesheets/application/components/utilities/padding.scss */
.py-2 {
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
}

/* line 18, app/assets/stylesheets/application/components/utilities/padding.scss */
.pr-2 {
  margin-right: 0.5em !important;
}

/* line 22, app/assets/stylesheets/application/components/utilities/padding.scss */
.pl-2 {
  margin-left: 0.5em !important;
}

/* line 26, app/assets/stylesheets/application/components/utilities/padding.scss */
.pt-2 {
  margin-top: 0.5em !important;
}

/* line 30, app/assets/stylesheets/application/components/utilities/padding.scss */
.pb-2 {
  margin-bottom: 0.5em !important;
}

/* line 4, app/assets/stylesheets/application/components/utilities/padding.scss */
.p-3 {
  margin: 0.75em !important;
}

/* line 8, app/assets/stylesheets/application/components/utilities/padding.scss */
.px-3 {
  margin-left: 0.75em !important;
  margin-right: 0.75em !important;
}

/* line 13, app/assets/stylesheets/application/components/utilities/padding.scss */
.py-3 {
  margin-top: 0.75em !important;
  margin-bottom: 0.75em !important;
}

/* line 18, app/assets/stylesheets/application/components/utilities/padding.scss */
.pr-3 {
  margin-right: 0.75em !important;
}

/* line 22, app/assets/stylesheets/application/components/utilities/padding.scss */
.pl-3 {
  margin-left: 0.75em !important;
}

/* line 26, app/assets/stylesheets/application/components/utilities/padding.scss */
.pt-3 {
  margin-top: 0.75em !important;
}

/* line 30, app/assets/stylesheets/application/components/utilities/padding.scss */
.pb-3 {
  margin-bottom: 0.75em !important;
}

/* line 4, app/assets/stylesheets/application/components/utilities/padding.scss */
.p-4 {
  margin: 1em !important;
}

/* line 8, app/assets/stylesheets/application/components/utilities/padding.scss */
.px-4 {
  margin-left: 1em !important;
  margin-right: 1em !important;
}

/* line 13, app/assets/stylesheets/application/components/utilities/padding.scss */
.py-4 {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}

/* line 18, app/assets/stylesheets/application/components/utilities/padding.scss */
.pr-4 {
  margin-right: 1em !important;
}

/* line 22, app/assets/stylesheets/application/components/utilities/padding.scss */
.pl-4 {
  margin-left: 1em !important;
}

/* line 26, app/assets/stylesheets/application/components/utilities/padding.scss */
.pt-4 {
  margin-top: 1em !important;
}

/* line 30, app/assets/stylesheets/application/components/utilities/padding.scss */
.pb-4 {
  margin-bottom: 1em !important;
}

/* line 4, app/assets/stylesheets/application/components/utilities/padding.scss */
.p-5 {
  margin: 1.25em !important;
}

/* line 8, app/assets/stylesheets/application/components/utilities/padding.scss */
.px-5 {
  margin-left: 1.25em !important;
  margin-right: 1.25em !important;
}

/* line 13, app/assets/stylesheets/application/components/utilities/padding.scss */
.py-5 {
  margin-top: 1.25em !important;
  margin-bottom: 1.25em !important;
}

/* line 18, app/assets/stylesheets/application/components/utilities/padding.scss */
.pr-5 {
  margin-right: 1.25em !important;
}

/* line 22, app/assets/stylesheets/application/components/utilities/padding.scss */
.pl-5 {
  margin-left: 1.25em !important;
}

/* line 26, app/assets/stylesheets/application/components/utilities/padding.scss */
.pt-5 {
  margin-top: 1.25em !important;
}

/* line 30, app/assets/stylesheets/application/components/utilities/padding.scss */
.pb-5 {
  margin-bottom: 1.25em !important;
}

/* line 4, app/assets/stylesheets/application/components/utilities/padding.scss */
.p-6 {
  margin: 1.5em !important;
}

/* line 8, app/assets/stylesheets/application/components/utilities/padding.scss */
.px-6 {
  margin-left: 1.5em !important;
  margin-right: 1.5em !important;
}

/* line 13, app/assets/stylesheets/application/components/utilities/padding.scss */
.py-6 {
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important;
}

/* line 18, app/assets/stylesheets/application/components/utilities/padding.scss */
.pr-6 {
  margin-right: 1.5em !important;
}

/* line 22, app/assets/stylesheets/application/components/utilities/padding.scss */
.pl-6 {
  margin-left: 1.5em !important;
}

/* line 26, app/assets/stylesheets/application/components/utilities/padding.scss */
.pt-6 {
  margin-top: 1.5em !important;
}

/* line 30, app/assets/stylesheets/application/components/utilities/padding.scss */
.pb-6 {
  margin-bottom: 1.5em !important;
}

/* line 4, app/assets/stylesheets/application/components/utilities/padding.scss */
.p-7 {
  margin: 1.75em !important;
}

/* line 8, app/assets/stylesheets/application/components/utilities/padding.scss */
.px-7 {
  margin-left: 1.75em !important;
  margin-right: 1.75em !important;
}

/* line 13, app/assets/stylesheets/application/components/utilities/padding.scss */
.py-7 {
  margin-top: 1.75em !important;
  margin-bottom: 1.75em !important;
}

/* line 18, app/assets/stylesheets/application/components/utilities/padding.scss */
.pr-7 {
  margin-right: 1.75em !important;
}

/* line 22, app/assets/stylesheets/application/components/utilities/padding.scss */
.pl-7 {
  margin-left: 1.75em !important;
}

/* line 26, app/assets/stylesheets/application/components/utilities/padding.scss */
.pt-7 {
  margin-top: 1.75em !important;
}

/* line 30, app/assets/stylesheets/application/components/utilities/padding.scss */
.pb-7 {
  margin-bottom: 1.75em !important;
}

/* line 4, app/assets/stylesheets/application/components/utilities/padding.scss */
.p-8 {
  margin: 2em !important;
}

/* line 8, app/assets/stylesheets/application/components/utilities/padding.scss */
.px-8 {
  margin-left: 2em !important;
  margin-right: 2em !important;
}

/* line 13, app/assets/stylesheets/application/components/utilities/padding.scss */
.py-8 {
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}

/* line 18, app/assets/stylesheets/application/components/utilities/padding.scss */
.pr-8 {
  margin-right: 2em !important;
}

/* line 22, app/assets/stylesheets/application/components/utilities/padding.scss */
.pl-8 {
  margin-left: 2em !important;
}

/* line 26, app/assets/stylesheets/application/components/utilities/padding.scss */
.pt-8 {
  margin-top: 2em !important;
}

/* line 30, app/assets/stylesheets/application/components/utilities/padding.scss */
.pb-8 {
  margin-bottom: 2em !important;
}

/* line 1, app/assets/stylesheets/application/components/utilities/align.scss */
.center {
  text-align: center;
}

/* line 1, app/assets/stylesheets/application/components/utilities/text.scss */
.text-gray {
  color: #6a7169;
}

/* line 5, app/assets/stylesheets/application/components/utilities/text.scss */
.text-sm {
  font-size: 0.9em !important;
}

/* line 1, app/assets/stylesheets/application/components/utilities/flex.scss */
.flex {
  display: flex;
}

/* line 5, app/assets/stylesheets/application/components/utilities/flex.scss */
.flex-col {
  flex-direction: column;
}

/* line 9, app/assets/stylesheets/application/components/utilities/flex.scss */
.flex-1 {
  flex: 1;
}

/* line 16, app/assets/stylesheets/application/components/utilities/flex.scss */
.gap-1 {
  gap: 0.25em;
}

/* line 16, app/assets/stylesheets/application/components/utilities/flex.scss */
.gap-2 {
  gap: 0.5em;
}

/* line 16, app/assets/stylesheets/application/components/utilities/flex.scss */
.gap-3 {
  gap: 0.75em;
}

/* line 16, app/assets/stylesheets/application/components/utilities/flex.scss */
.gap-4 {
  gap: 1em;
}

/* line 16, app/assets/stylesheets/application/components/utilities/flex.scss */
.gap-5 {
  gap: 1.25em;
}

/* line 16, app/assets/stylesheets/application/components/utilities/flex.scss */
.gap-6 {
  gap: 1.5em;
}

/* line 16, app/assets/stylesheets/application/components/utilities/flex.scss */
.gap-7 {
  gap: 1.75em;
}

/* line 16, app/assets/stylesheets/application/components/utilities/flex.scss */
.gap-8 {
  gap: 2em;
}

/* line 2, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
.callback-form form {
  text-align: left;
  padding: 20px;
}

/* line 8, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
.callback-form-thank-you .heading {
  font-size: 18px;
}

/* line 11, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
.callback-form-thank-you .success-message {
  margin: 40px auto 20px;
  position: relative;
}

/* line 15, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
.callback-form-thank-you .success-message .body {
  max-width: 260px;
  margin: 20px auto;
  padding: 20px;
  text-align: center;
}

/* line 21, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
.callback-form-thank-you .success-message .body h3 {
  font-size: 19px;
}

/* line 29, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
.callback-form-thank-you .success-message .tick {
  position: absolute;
  top: -26px;
  left: calc(50% - 26px);
  width: 52px;
  height: 52px;
  display: flex;
}

/* line 37, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
.callback-form-thank-you .success-message .tick img {
  padding: 11px;
  width: 100%;
  margin: auto;
}

/* line 52, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
.callback-modal form .action.btn-container {
  flex-direction: row;
}

/* line 55, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
.callback-modal form .action.btn-container .btn {
  margin-bottom: 10px;
}

/* line 58, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
.callback-modal form .action.btn-container .btn.primary {
  width: 100%;
}

@media (min-width: 799px) {
  /* line 58, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
  .callback-modal form .action.btn-container .btn.primary {
    font-size: 0;
    background-image: url(/assets/icons/submit_arrow-d48d351ab069ece59c66cd01320b8fb62ab1c3a579b3c7632dcc1b69866faf78.svg);
    background-repeat: no-repeat;
    background-position: center;
  }
}

/* line 77, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
.callback-form .form-title, .callback-modal .form-title {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: normal;
  margin: 0 0 10px;
}

/* line 83, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
.callback-form .form-intro, .callback-modal .form-intro {
  font-size: 14px;
  line-height: 1.29;
  margin: 0 0 10px;
}

/* line 88, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
.callback-form .modal-intro, .callback-modal .modal-intro {
  margin-bottom: 15px;
}

/* line 91, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
.callback-form .modal-intro .skills-and-showcase, .callback-modal .modal-intro .skills-and-showcase {
  display: flex;
  flex-wrap: wrap;
}

/* line 95, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
.callback-form .modal-intro .skills-and-showcase ul.top-skills, .callback-modal .modal-intro .skills-and-showcase ul.top-skills {
  flex: 0 0 1px;
  min-width: 300px;
  list-style: disc;
  margin-left: 1rem;
}

/* line 101, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
.callback-form .modal-intro .skills-and-showcase .showcase-profile, .callback-modal .modal-intro .skills-and-showcase .showcase-profile {
  flex: 0 0 1px;
  min-width: 300px;
}

/* line 107, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
.callback-form.horizontal, .callback-form .horizontal-form, .callback-modal.horizontal, .callback-modal .horizontal-form {
  border-width: 1px 0px;
  margin-left: calc(-10vw + 10px);
  margin-right: calc(-10vw + 10px);
  padding: 26px calc(10vw - 10px) 10px;
}

@media (min-width: 601px) {
  /* line 107, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
  .callback-form.horizontal, .callback-form .horizontal-form, .callback-modal.horizontal, .callback-modal .horizontal-form {
    margin-left: -50px;
    margin-right: -50px;
    padding: 10px 50px;
  }
}

/* line 119, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
.callback-form.horizontal .callback-form-thank-you, .callback-form .horizontal-form .callback-form-thank-you, .callback-modal.horizontal .callback-form-thank-you, .callback-modal .horizontal-form .callback-form-thank-you {
  padding: 35px 15px 15px;
}

@media (min-width: 799px) {
  /* line 119, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
  .callback-form.horizontal .callback-form-thank-you, .callback-form .horizontal-form .callback-form-thank-you, .callback-modal.horizontal .callback-form-thank-you, .callback-modal .horizontal-form .callback-form-thank-you {
    padding: 15px 15px 15px 35px;
  }
}

/* line 126, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
.callback-form.horizontal .callback-form-thank-you .success-message, .callback-form .horizontal-form .callback-form-thank-you .success-message, .callback-modal.horizontal .callback-form-thank-you .success-message, .callback-modal .horizontal-form .callback-form-thank-you .success-message {
  margin: 0;
}

@media (min-width: 799px) {
  /* line 130, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
  .callback-form.horizontal .callback-form-thank-you .success-message .tick, .callback-form .horizontal-form .callback-form-thank-you .success-message .tick, .callback-modal.horizontal .callback-form-thank-you .success-message .tick, .callback-modal .horizontal-form .callback-form-thank-you .success-message .tick {
    top: calc(50% - 26px);
    left: -26px;
  }
  /* line 134, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
  .callback-form.horizontal .callback-form-thank-you .success-message .body, .callback-form .horizontal-form .callback-form-thank-you .success-message .body, .callback-modal.horizontal .callback-form-thank-you .success-message .body, .callback-modal .horizontal-form .callback-form-thank-you .success-message .body {
    max-width: initial;
    margin: 0;
    padding: 5px 40px;
    text-align: left;
  }
  /* line 140, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
  .callback-form.horizontal .callback-form-thank-you .success-message .body h3, .callback-form .horizontal-form .callback-form-thank-you .success-message .body h3, .callback-modal.horizontal .callback-form-thank-you .success-message .body h3, .callback-modal .horizontal-form .callback-form-thank-you .success-message .body h3 {
    margin: 5px 0;
  }
  /* line 143, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
  .callback-form.horizontal .callback-form-thank-you .success-message .body p, .callback-form .horizontal-form .callback-form-thank-you .success-message .body p, .callback-modal.horizontal .callback-form-thank-you .success-message .body p, .callback-modal .horizontal-form .callback-form-thank-you .success-message .body p {
    margin-bottom: 5px;
  }
}

@media (min-width: 799px) {
  /* line 150, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
  .callback-form.horizontal .form-body, .callback-form .horizontal-form .form-body, .callback-modal.horizontal .form-body, .callback-modal .horizontal-form .form-body {
    display: flex;
  }
}

@media (min-width: 799px) {
  /* line 154, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
  .callback-form.horizontal .form-body .row, .callback-form .horizontal-form .form-body .row, .callback-modal.horizontal .form-body .row, .callback-modal .horizontal-form .form-body .row {
    display: flex;
    width: initial;
    flex: 2 1 auto;
  }
  /* line 160, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
  .callback-form.horizontal .form-body .row:after, .callback-form .horizontal-form .form-body .row:after, .callback-modal.horizontal .form-body .row:after, .callback-modal .horizontal-form .form-body .row:after {
    display: none;
  }
}

/* line 164, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
.callback-form.horizontal .form-body .row.form-footer, .callback-form .horizontal-form .form-body .row.form-footer, .callback-modal.horizontal .form-body .row.form-footer, .callback-modal .horizontal-form .form-body .row.form-footer {
  flex: 1 1 0px;
}

/* line 167, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
.callback-form.horizontal .form-body .row.form-footer .btn-container, .callback-form .horizontal-form .form-body .row.form-footer .btn-container, .callback-modal.horizontal .form-body .row.form-footer .btn-container, .callback-modal .horizontal-form .form-body .row.form-footer .btn-container {
  margin: 0;
}

@media (min-width: 799px) {
  /* line 172, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
  .callback-form.horizontal .form-body .row .col, .callback-form .horizontal-form .form-body .row .col, .callback-modal.horizontal .form-body .row .col, .callback-modal .horizontal-form .form-body .row .col {
    flex: 1 0 1px;
    margin-right: 11px;
  }
}

/* line 181, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
.callback-form .job-title-citation, .callback-modal .job-title-citation {
  margin-top: 10px;
}

/* line 8, app/assets/stylesheets/application/shared/skill_strengths.scss */
.key .strong-match {
  background-color: black;
}

/* line 12, app/assets/stylesheets/application/shared/skill_strengths.scss */
.key .medium-match {
  background-color: darkgrey;
}

/* line 16, app/assets/stylesheets/application/shared/skill_strengths.scss */
.key .low-match {
  background-color: lightgrey;
}

/* line 20, app/assets/stylesheets/application/shared/skill_strengths.scss */
.key .no-match {
  border: 1px solid;
}

/* line 25, app/assets/stylesheets/application/shared/skill_strengths.scss */
.skill-with-strength {
  position: relative;
  margin: 6px 6px 0 0;
  white-space: nowrap;
  display: inline-flex;
  white-space: nowrap;
  font-size: 12px;
  line-height: 2;
  border: 1px solid;
  overflow: visible;
  text-overflow: ellipsis;
  background-color: white;
}

/* line 38, app/assets/stylesheets/application/shared/skill_strengths.scss */
.skill-with-strength:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: calc(100% + 2px);
  margin: -1px 10px -1px -1px;
}

/* line 46, app/assets/stylesheets/application/shared/skill_strengths.scss */
.skill-with-strength:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 100%;
}

@media (max-width: 600px) {
  /* line 25, app/assets/stylesheets/application/shared/skill_strengths.scss */
  .skill-with-strength {
    white-space: normal;
  }
}

/* line 58, app/assets/stylesheets/application/shared/skill_strengths.scss */
.skill-with-strength.strong-match:before {
  background-color: black;
}

/* line 64, app/assets/stylesheets/application/shared/skill_strengths.scss */
.skill-with-strength.medium-match:before {
  background-color: darkgrey;
}

/* line 70, app/assets/stylesheets/application/shared/skill_strengths.scss */
.skill-with-strength.low-match:before {
  background-color: lightgrey;
}

/* line 75, app/assets/stylesheets/application/shared/skill_strengths.scss */
.skill-with-strength.no-match {
  border: 1px solid;
}

/* line 1, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page {
  color: #637868;
}

/* line 4, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page .constrained-width {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

/* line 10, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page .constrained-width-1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

/* line 16, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page .main-content {
  position: relative;
}

/* line 20, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.top-nav {
  position: absolute;
}

/* line 24, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page nav.navmenu.main-navigation .main-nav {
  background-color: transparent;
  box-shadow: none;
}

/* line 29, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page h2 {
  color: #0C6B1F;
  font-size: 1.4em;
  line-height: 1.33;
  margin-bottom: 1em;
}

@media (min-width: 601px) {
  /* line 29, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page h2 {
    font-size: 1.75em;
  }
}

@media (min-width: 980px) {
  /* line 29, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page h2 {
    font-size: 2em;
  }
}

@media (min-width: 601px) {
  /* line 44, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page p {
    font-size: 1.3em;
    line-height: 1.4;
  }
}

@media (min-width: 980px) {
  /* line 44, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page p {
    font-size: 1.5em;
    line-height: 1.4;
  }
}

/* line 56, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page .cta-wrapper {
  margin-top: 3em;
}

/* line 59, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page .cta-wrapper .btn {
  display: inline-block;
  font-size: 1.3em;
  padding: 0.4em;
  width: 100%;
}

@media (min-width: 601px) {
  /* line 59, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page .cta-wrapper .btn {
    width: auto;
    padding: 0.4em 7em;
  }
}

/* line 72, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page .reasons {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1em;
  margin: 0 auto;
  max-width: 1000px;
}

@media (min-width: 601px) {
  /* line 72, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page .reasons {
    flex-direction: row;
    margin-top: 1.5em;
  }
}

@media (min-width: 980px) {
  /* line 72, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page .reasons {
    gap: 2.5em;
  }
}

/* line 89, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page .reasons .reason {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  align-items: center;
}

/* line 96, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page .reasons .reason .check {
  width: 1.5em;
  height: 1.5em;
  position: relative;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: contain;
}

/* line 105, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page .reasons .reason p {
  font-size: 0.75em;
  margin: 0;
}

@media (min-width: 601px) {
  /* line 105, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page .reasons .reason p {
    font-size: 1.1em;
  }
}

@media (min-width: 980px) {
  /* line 105, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page .reasons .reason p {
    font-size: 1.3em;
  }
}

/* line 120, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.hero-wrapper {
  background-image: linear-gradient(to bottom, #ebf4fb 12%, white);
  overflow: hidden;
}

/* line 125, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.hero {
  min-height: 400px;
  padding: 100px 30px 80px;
}

@media (min-width: 980px) {
  /* line 125, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page section.hero {
    padding: 160px 60px 100px;
  }
}

/* line 133, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.hero h1.main-logo {
  color: #0C6B1F;
  font-size: 3em;
  line-height: 1.1;
  margin: 0 auto 0.3em;
  max-width: 1000px;
  font-weight: 800;
  letter-spacing: 0.05em;
}

@media (min-width: 601px) {
  /* line 133, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page section.hero h1.main-logo {
    font-size: 5em;
    letter-spacing: 0.08em;
  }
}

@media (min-width: 980px) {
  /* line 133, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page section.hero h1.main-logo {
    font-size: 6em;
    letter-spacing: 0.1em;
  }
}

/* line 153, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.hero h2.tagline {
  color: #13311a;
  font-size: 1.3em;
  line-height: 1.3;
  margin: 0 auto 0.8em;
  max-width: 1000px;
  font-weight: 700;
}

@media (min-width: 601px) {
  /* line 153, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page section.hero h2.tagline {
    font-size: 2em;
  }
}

@media (min-width: 980px) {
  /* line 153, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page section.hero h2.tagline {
    font-size: 2.5em;
  }
}

/* line 170, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.hero p.subtitle {
  line-height: 1.4;
  max-width: 1000px;
  color: #0C6B1F;
  margin: 0 auto 1.5em;
  font-size: 1em;
  font-weight: 600;
}

@media (min-width: 601px) {
  /* line 170, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page section.hero p.subtitle {
    font-size: 1.4em;
  }
}

@media (min-width: 980px) {
  /* line 170, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page section.hero p.subtitle {
    font-size: 1.6em;
  }
}

/* line 187, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.hero .spacer {
  height: 2em;
}

@media (min-width: 601px) {
  /* line 187, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page section.hero .spacer {
    height: 1.5em;
  }
}

/* line 195, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.hero .cta-wrapper {
  margin-top: 0;
  margin-bottom: 1em;
}

/* line 200, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.hero .hero-spacer {
  height: 3em;
}

@media (min-width: 601px) {
  /* line 200, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page section.hero .hero-spacer {
    height: 2em;
  }
}

/* line 209, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.ai-features {
  background-color: white;
  padding: 5em 2em;
}

@media (min-width: 601px) {
  /* line 209, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page section.ai-features {
    padding: 6em 3em;
  }
}

@media (min-width: 980px) {
  /* line 209, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page section.ai-features {
    padding: 8em 3em;
  }
}

/* line 221, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.ai-features h2 {
  margin-bottom: 2em;
  font-size: 1.6em;
}

@media (min-width: 601px) {
  /* line 221, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page section.ai-features h2 {
    font-size: 2em;
    margin-bottom: 2.5em;
  }
}

@media (min-width: 980px) {
  /* line 221, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page section.ai-features h2 {
    font-size: 2.4em;
    margin-bottom: 3em;
  }
}

/* line 236, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.ai-features .feature-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2em;
  max-width: 1200px;
  margin: 0 auto;
}

@media (min-width: 601px) {
  /* line 236, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page section.ai-features .feature-cards {
    grid-template-columns: 1fr 1fr;
    gap: 2.5em;
  }
}

@media (min-width: 980px) {
  /* line 236, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page section.ai-features .feature-cards {
    grid-template-columns: repeat(4, 1fr);
    gap: 2em;
  }
}

/* line 253, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.ai-features .feature-cards .feature-card {
  background: linear-gradient(135deg, #f0f9f4 0%, #ffffff 100%);
  border: 2px solid #89D19A;
  border-radius: 12px;
  padding: 2em 1.5em;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(12, 107, 31, 0.08);
}

/* line 262, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.ai-features .feature-cards .feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(12, 107, 31, 0.15);
  border-color: #0C6B1F;
}

@media (min-width: 601px) {
  /* line 253, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page section.ai-features .feature-cards .feature-card {
    padding: 2.5em 2em;
  }
}

/* line 272, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.ai-features .feature-cards .feature-card .card-icon {
  font-size: 3em;
  margin-bottom: 0.5em;
  line-height: 1;
}

@media (min-width: 601px) {
  /* line 272, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page section.ai-features .feature-cards .feature-card .card-icon {
    font-size: 3.5em;
  }
}

/* line 282, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.ai-features .feature-cards .feature-card h3 {
  color: #0C6B1F;
  font-size: 1.2em;
  margin-bottom: 0.6em;
  line-height: 1.3;
  font-weight: 700;
}

@media (min-width: 601px) {
  /* line 282, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page section.ai-features .feature-cards .feature-card h3 {
    font-size: 1.3em;
  }
}

@media (min-width: 980px) {
  /* line 282, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page section.ai-features .feature-cards .feature-card h3 {
    font-size: 1.4em;
  }
}

/* line 298, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.ai-features .feature-cards .feature-card p {
  color: #13311a;
  font-size: 0.9em;
  line-height: 1.5;
  margin: 0;
}

@media (min-width: 601px) {
  /* line 298, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page section.ai-features .feature-cards .feature-card p {
    font-size: 1em;
  }
}

@media (min-width: 980px) {
  /* line 298, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page section.ai-features .feature-cards .feature-card p {
    font-size: 1.05em;
  }
}

/* line 316, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.clients {
  min-height: 220px;
  background-color: white;
  padding: 1.5em 1em;
}

@media (min-width: 601px) {
  /* line 316, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page section.clients {
    padding: 4em 1em 6em;
  }
}

/* line 325, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.clients h2 {
  text-transform: none;
  letter-spacing: 0.3px;
  font-size: 1.4em;
}

@media (min-width: 601px) {
  /* line 325, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page section.clients h2 {
    font-size: 1.8em;
  }
}

@media (min-width: 980px) {
  /* line 325, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page section.clients h2 {
    font-size: 2em;
  }
}

/* line 339, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.clients .companies {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em;
  justify-items: center;
  align-items: center;
  margin-top: 2em;
}

@media (min-width: 601px) {
  /* line 339, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page section.clients .companies {
    grid-template-columns: repeat(5, 1fr);
    gap: 2.5em;
    margin-top: 3em;
  }
}

@media (min-width: 980px) {
  /* line 339, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page section.clients .companies {
    gap: 3em;
  }
}

/* line 357, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.clients .companies .company {
  text-align: center;
  padding: 0.5em;
  width: 100%;
  max-width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 601px) {
  /* line 357, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page section.clients .companies .company {
    max-width: 180px;
  }
}

/* line 370, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.clients .companies .company img {
  width: 100%;
  height: auto;
  max-height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}

/* line 379, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.clients .companies .company img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

@media (min-width: 601px) {
  /* line 370, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page section.clients .companies .company img {
    max-height: 80px;
  }
}

/* line 393, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.the-skibby-way {
  background: linear-gradient(to bottom, #f9f9f9 0%, #ffffff 100%);
  padding: 5em 1em;
}

@media (min-width: 601px) {
  /* line 393, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page section.the-skibby-way {
    padding: 6em 2em;
  }
}

@media (min-width: 980px) {
  /* line 393, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page section.the-skibby-way {
    padding: 7em 3em;
  }
}

/* line 405, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.the-skibby-way h2 {
  margin-bottom: 2em;
  font-size: 1.4em;
  line-height: 1.3;
}

@media (min-width: 601px) {
  /* line 405, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page section.the-skibby-way h2 {
    margin-bottom: 2.5em;
    font-size: 1.6em;
  }
}

@media (min-width: 980px) {
  /* line 405, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page section.the-skibby-way h2 {
    margin-bottom: 3em;
    font-size: 1.8em;
  }
}

/* line 421, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.the-skibby-way .comparison-table {
  max-width: 1200px;
  margin: 0 auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 427, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.the-skibby-way .comparison-table table {
  width: 100%;
  border-collapse: collapse;
  background-color: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  font-size: 0.85em;
}

@media (min-width: 601px) {
  /* line 427, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page section.the-skibby-way .comparison-table table {
    font-size: 0.95em;
  }
}

@media (min-width: 980px) {
  /* line 427, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page section.the-skibby-way .comparison-table table {
    font-size: 1em;
  }
}

/* line 446, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.the-skibby-way .comparison-table thead th {
  padding: 1.5em 1em;
  font-weight: 700;
  font-size: 1.1em;
  text-align: center;
  border-bottom: 2px solid #e0e0e0;
}

@media (min-width: 601px) {
  /* line 446, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page section.the-skibby-way .comparison-table thead th {
    padding: 2em 1.5em;
    font-size: 1.2em;
  }
}

/* line 458, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.the-skibby-way .comparison-table thead th.category-col {
  background-color: #f8f8f8;
  text-align: left;
  width: 15%;
}

/* line 464, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.the-skibby-way .comparison-table thead th.skibby-col {
  background-color: #e8f5e9;
  color: #0C6B1F;
  width: 30%;
}

/* line 470, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.the-skibby-way .comparison-table thead th.agency-col {
  background-color: #fff3e0;
  color: #e65100;
  width: 27.5%;
}

/* line 476, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.the-skibby-way .comparison-table thead th.linkedin-col {
  background-color: #fce4ec;
  color: #c2185b;
  width: 27.5%;
}

/* line 485, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.the-skibby-way .comparison-table tbody tr {
  border-bottom: 1px solid #e0e0e0;
}

/* line 488, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.the-skibby-way .comparison-table tbody tr:last-child {
  border-bottom: none;
}

/* line 493, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.the-skibby-way .comparison-table tbody td {
  padding: 1.2em 1em;
  vertical-align: top;
  line-height: 1.5;
}

@media (min-width: 601px) {
  /* line 493, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page section.the-skibby-way .comparison-table tbody td {
    padding: 1.5em 1.5em;
  }
}

/* line 502, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.the-skibby-way .comparison-table tbody td.category {
  background-color: #f8f8f8;
  font-weight: 600;
  color: #333;
  text-align: left;
  font-size: 0.9em;
}

@media (min-width: 601px) {
  /* line 502, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page section.the-skibby-way .comparison-table tbody td.category {
    font-size: 1em;
  }
}

/* line 514, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.the-skibby-way .comparison-table tbody td.skibby-cell {
  background-color: #f1f8f4;
  color: #13311a;
  font-weight: 600;
  text-align: center;
}

/* line 521, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.the-skibby-way .comparison-table tbody td.agency-cell {
  background-color: #fffaf0;
  color: #5d4037;
  text-align: center;
}

/* line 527, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.the-skibby-way .comparison-table tbody td.linkedin-cell {
  background-color: #fef5f8;
  color: #6d4c41;
  text-align: center;
}

@media (min-width: 980px) {
  /* line 537, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page section.steps {
    padding-top: 4em;
  }
}

/* line 542, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.steps .step {
  display: flex;
  flex-direction: column;
  padding-bottom: 8em;
}

@media (min-width: 980px) {
  /* line 542, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page section.steps .step {
    flex-direction: row;
    align-items: center;
  }
  /* line 551, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page section.steps .step:nth-child(2n) {
    flex-direction: row-reverse;
  }
}

/* line 556, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.steps .step .text, body.home-page section.steps .step .image {
  flex: 1;
}

/* line 560, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.steps .step .text {
  padding: 4em 2em 0;
  text-align: center;
}

/* line 564, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.steps .step .text p {
  padding: 0 1em;
}

@media (min-width: 980px) {
  /* line 560, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page section.steps .step .text {
    text-align: initial;
    padding: 0 2em;
  }
  /* line 572, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page section.steps .step .text p {
    padding: 0;
  }
}

/* line 578, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.steps .step .image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  padding-bottom: 80%;
  filter: drop-shadow(0.6rem 0.6rem 1.8rem rgba(0, 0, 0, 0.2));
}

@media (min-width: 980px) {
  /* line 578, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page section.steps .step .image {
    padding-bottom: calc(400px + 5%);
  }
}

/* line 592, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.steps .step:nth-child(1) .image {
  background-image: url(/assets/home/new/step_1-c5544e06d6e93c5cd0e1ec7293434f64c3dea636fee304516e208ed4faffab5f.png);
}

/* line 592, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.steps .step:nth-child(2) .image {
  background-image: url(/assets/home/new/step_2-9df81d3489dcedd6528bf515dcd6ee9e1e96347408ccff8a0d3eed7d0e40c952.png);
}

/* line 592, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.steps .step:nth-child(3) .image {
  background-image: url(/assets/home/new/step_3-ee1489a882de87e1343d00561ea2edb9e8bb41a70c20b37300bae4b3e2ce417d.png);
}

/* line 599, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.steps .step-text-wrapper {
  margin-bottom: 0.8em;
}

/* line 603, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.steps .step-text {
  display: inline-block;
  color: #0C6B1F;
  font-size: 1.1em;
  border: 2px solid #0C6B1F;
  border-radius: 100px;
  padding: 3px 1em;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

/* line 615, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.steps h3 {
  font-size: 1.2em;
  color: #13311a;
  margin-bottom: 0.6em;
  line-height: 1.3;
}

@media (min-width: 601px) {
  /* line 615, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page section.steps h3 {
    font-size: 1.75em;
  }
}

/* line 626, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.steps p {
  color: #337a42;
}

/* line 631, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.testimonials {
  padding: 6em 2em;
  background-color: white;
}

@media (min-width: 601px) {
  /* line 631, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page section.testimonials {
    padding: 8em 3em;
  }
}

/* line 639, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.testimonials .quotes {
  display: flex;
  flex-direction: column;
  gap: 6em;
  align-items: center;
  margin-top: 4em;
}

@media (min-width: 980px) {
  /* line 639, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page section.testimonials .quotes {
    flex-direction: row;
    gap: 3em;
  }
}

/* line 651, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.testimonials .quotes .quote {
  text-align: center;
}

@media (min-width: 601px) {
  /* line 651, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page section.testimonials .quotes .quote {
    text-align: initial;
    padding: 0 2em;
  }
}

@media (min-width: 980px) {
  /* line 651, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page section.testimonials .quotes .quote {
    padding: 0;
  }
}

/* line 663, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.testimonials .quotes .quote .logo {
  max-width: 180px;
  width: 50%;
  white-space: nowrap;
  margin: 0 auto 1em;
}

@media (min-width: 601px) {
  /* line 663, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page section.testimonials .quotes .quote .logo {
    margin: 0 0 1em;
  }
}

/* line 674, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.testimonials .quotes .quote .logo img {
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
}

/* line 681, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.testimonials .quotes .quote .text {
  margin-bottom: 1.5em;
}

/* line 684, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.testimonials .quotes .quote .text p {
  margin-bottom: 0.5em;
}

@media (min-width: 601px) {
  /* line 684, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page section.testimonials .quotes .quote .text p {
    font-size: 1.3em;
  }
}

/* line 692, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.testimonials .quotes .quote .signature {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 601px) {
  /* line 692, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page section.testimonials .quotes .quote .signature {
    flex-direction: row;
    gap: 1em;
  }
}

/* line 702, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.testimonials .quotes .quote .signature .pic {
  max-width: 3em;
}

/* line 705, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.testimonials .quotes .quote .signature .pic img {
  width: 100%;
}

/* line 710, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.testimonials .quotes .quote .signature .details {
  line-height: 1.1;
}

/* line 714, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.testimonials .quotes .quote .signature .name {
  text-transform: uppercase;
  font-weight: 600;
}

/* line 719, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.testimonials .quotes .quote .signature .role {
  font-size: 0.95em;
}

/* line 727, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.clients.bis {
  background-color: #ebf4fb;
}

/* line 731, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.cta {
  background-color: #ebf4fb;
  padding: 6em 2em;
}

@media (min-width: 601px) {
  /* line 731, app/assets/stylesheets/application/pages/static_pages/home.scss */
  body.home-page section.cta {
    padding-top: 0;
  }
}

/* line 740, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page section.footer {
  padding: 2em 0;
  background-color: #ebf4fb;
}

/* line 745, app/assets/stylesheets/application/pages/static_pages/home.scss */
body.home-page > footer {
  margin: 0;
}

/*!
 *  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/font-awesome/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?v=4.7.0);
  src: url(/assets/font-awesome/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?v=4.7.0#iefix) format("embedded-opentype"), url(/assets/font-awesome/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2?v=4.7.0) format("woff2"), url(/assets/font-awesome/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff?v=4.7.0) format("woff"), url(/assets/font-awesome/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf?v=4.7.0) format("truetype"), url(/assets/font-awesome/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg?v=4.7.0#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 4, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_core.scss */
.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 5, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_larger.scss */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 10, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 11, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 12, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 13, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_larger.scss */
.fa-5x {
  font-size: 5em;
}

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

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

/* line 8, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 10, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_list.scss */
.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}

/* line 16, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_list.scss */
.fa-li.fa-lg {
  left: -1.8571428571em;
}

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

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

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

/* line 14, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 15, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 19, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.pull-right {
  float: right;
}

/* line 20, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.pull-left {
  float: left;
}

/* line 23, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em;
}

/* line 24, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em;
}

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

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

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

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

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

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

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

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

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

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

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

/* line 18, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 19, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 20, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_stacked.scss */
.fa-inverse {
  color: #fff;
}

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

/* line 5, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-music:before {
  content: "";
}

/* line 6, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-search:before {
  content: "";
}

/* line 7, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-o:before {
  content: "";
}

/* line 8, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart:before {
  content: "";
}

/* line 9, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-star:before {
  content: "";
}

/* line 10, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-o:before {
  content: "";
}

/* line 11, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user:before {
  content: "";
}

/* line 12, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-film:before {
  content: "";
}

/* line 13, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-large:before {
  content: "";
}

/* line 14, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-th:before {
  content: "";
}

/* line 15, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-list:before {
  content: "";
}

/* line 16, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-check:before {
  content: "";
}

/* line 17, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

/* line 18, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-plus:before {
  content: "";
}

/* line 19, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-minus:before {
  content: "";
}

/* line 20, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-power-off:before {
  content: "";
}

/* line 21, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-signal:before {
  content: "";
}

/* line 22, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: "";
}

/* line 23, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-o:before {
  content: "";
}

/* line 24, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-home:before {
  content: "";
}

/* line 25, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-o:before {
  content: "";
}

/* line 26, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-clock-o:before {
  content: "";
}

/* line 27, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-road:before {
  content: "";
}

/* line 28, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-download:before {
  content: "";
}

/* line 29, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: "";
}

/* line 30, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: "";
}

/* line 31, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-inbox:before {
  content: "";
}

/* line 32, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-play-circle-o:before {
  content: "";
}

/* line 33, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

/* line 34, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-refresh:before {
  content: "";
}

/* line 35, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-alt:before {
  content: "";
}

/* line 36, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lock:before {
  content: "";
}

/* line 37, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag:before {
  content: "";
}

/* line 38, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones:before {
  content: "";
}

/* line 39, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-off:before {
  content: "";
}

/* line 40, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-down:before {
  content: "";
}

/* line 41, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-up:before {
  content: "";
}

/* line 42, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-qrcode:before {
  content: "";
}

/* line 43, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-barcode:before {
  content: "";
}

/* line 44, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tag:before {
  content: "";
}

/* line 45, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tags:before {
  content: "";
}

/* line 46, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-book:before {
  content: "";
}

/* line 47, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bookmark:before {
  content: "";
}

/* line 48, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-print:before {
  content: "";
}

/* line 49, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera:before {
  content: "";
}

/* line 50, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-font:before {
  content: "";
}

/* line 51, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bold:before {
  content: "";
}

/* line 52, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-italic:before {
  content: "";
}

/* line 53, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-height:before {
  content: "";
}

/* line 54, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-width:before {
  content: "";
}

/* line 55, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-left:before {
  content: "";
}

/* line 56, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-center:before {
  content: "";
}

/* line 57, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-right:before {
  content: "";
}

/* line 58, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-justify:before {
  content: "";
}

/* line 59, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-list:before {
  content: "";
}

/* line 60, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

/* line 61, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-indent:before {
  content: "";
}

/* line 62, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-video-camera:before {
  content: "";
}

/* line 63, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

/* line 64, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil:before {
  content: "";
}

/* line 65, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marker:before {
  content: "";
}

/* line 66, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-adjust:before {
  content: "";
}

/* line 67, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tint:before {
  content: "";
}

/* line 68, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

/* line 69, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-square-o:before {
  content: "";
}

/* line 70, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-square-o:before {
  content: "";
}

/* line 71, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows:before {
  content: "";
}

/* line 72, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-backward:before {
  content: "";
}

/* line 73, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-backward:before {
  content: "";
}

/* line 74, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-backward:before {
  content: "";
}

/* line 75, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-play:before {
  content: "";
}

/* line 76, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause:before {
  content: "";
}

/* line 77, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop:before {
  content: "";
}

/* line 78, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-forward:before {
  content: "";
}

/* line 79, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-forward:before {
  content: "";
}

/* line 80, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-forward:before {
  content: "";
}

/* line 81, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eject:before {
  content: "";
}

/* line 82, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-left:before {
  content: "";
}

/* line 83, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-right:before {
  content: "";
}

/* line 84, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-circle:before {
  content: "";
}

/* line 85, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-circle:before {
  content: "";
}

/* line 86, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-circle:before {
  content: "";
}

/* line 87, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-circle:before {
  content: "";
}

/* line 88, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-question-circle:before {
  content: "";
}

/* line 89, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-info-circle:before {
  content: "";
}

/* line 90, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-crosshairs:before {
  content: "";
}

/* line 91, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-circle-o:before {
  content: "";
}

/* line 92, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-circle-o:before {
  content: "";
}

/* line 93, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ban:before {
  content: "";
}

/* line 94, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-left:before {
  content: "";
}

/* line 95, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right:before {
  content: "";
}

/* line 96, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up:before {
  content: "";
}

/* line 97, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down:before {
  content: "";
}

/* line 98, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

/* line 99, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand:before {
  content: "";
}

/* line 100, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress:before {
  content: "";
}

/* line 101, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus:before {
  content: "";
}

/* line 102, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus:before {
  content: "";
}

/* line 103, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-asterisk:before {
  content: "";
}

/* line 104, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation-circle:before {
  content: "";
}

/* line 105, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gift:before {
  content: "";
}

/* line 106, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-leaf:before {
  content: "";
}

/* line 107, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire:before {
  content: "";
}

/* line 108, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye:before {
  content: "";
}

/* line 109, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-slash:before {
  content: "";
}

/* line 110, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

/* line 111, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane:before {
  content: "";
}

/* line 112, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar:before {
  content: "";
}

/* line 113, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-random:before {
  content: "";
}

/* line 114, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment:before {
  content: "";
}

/* line 115, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnet:before {
  content: "";
}

/* line 116, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-up:before {
  content: "";
}

/* line 117, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-down:before {
  content: "";
}

/* line 118, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-retweet:before {
  content: "";
}

/* line 119, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-cart:before {
  content: "";
}

/* line 120, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder:before {
  content: "";
}

/* line 121, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-open:before {
  content: "";
}

/* line 122, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-v:before {
  content: "";
}

/* line 123, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-h:before {
  content: "";
}

/* line 124, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

/* line 125, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitter-square:before {
  content: "";
}

/* line 126, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-square:before {
  content: "";
}

/* line 127, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera-retro:before {
  content: "";
}

/* line 128, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-key:before {
  content: "";
}

/* line 129, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "";
}

/* line 130, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments:before {
  content: "";
}

/* line 131, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-o-up:before {
  content: "";
}

/* line 132, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-o-down:before {
  content: "";
}

/* line 133, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half:before {
  content: "";
}

/* line 134, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-o:before {
  content: "";
}

/* line 135, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-out:before {
  content: "";
}

/* line 136, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-linkedin-square:before {
  content: "";
}

/* line 137, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumb-tack:before {
  content: "";
}

/* line 138, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link:before {
  content: "";
}

/* line 139, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-in:before {
  content: "";
}

/* line 140, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trophy:before {
  content: "";
}

/* line 141, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-github-square:before {
  content: "";
}

/* line 142, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-upload:before {
  content: "";
}

/* line 143, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lemon-o:before {
  content: "";
}

/* line 144, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone:before {
  content: "";
}

/* line 145, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-o:before {
  content: "";
}

/* line 146, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bookmark-o:before {
  content: "";
}

/* line 147, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-square:before {
  content: "";
}

/* line 148, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitter:before {
  content: "";
}

/* line 149, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

/* line 150, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-github:before {
  content: "";
}

/* line 151, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock:before {
  content: "";
}

/* line 152, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-credit-card:before {
  content: "";
}

/* line 153, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-feed:before,
.fa-rss:before {
  content: "";
}

/* line 154, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hdd-o:before {
  content: "";
}

/* line 155, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullhorn:before {
  content: "";
}

/* line 156, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell:before {
  content: "";
}

/* line 157, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-certificate:before {
  content: "";
}

/* line 158, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-o-right:before {
  content: "";
}

/* line 159, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-o-left:before {
  content: "";
}

/* line 160, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-o-up:before {
  content: "";
}

/* line 161, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-o-down:before {
  content: "";
}

/* line 162, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-left:before {
  content: "";
}

/* line 163, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-right:before {
  content: "";
}

/* line 164, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-up:before {
  content: "";
}

/* line 165, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-down:before {
  content: "";
}

/* line 166, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe:before {
  content: "";
}

/* line 167, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wrench:before {
  content: "";
}

/* line 168, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tasks:before {
  content: "";
}

/* line 169, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-filter:before {
  content: "";
}

/* line 170, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase:before {
  content: "";
}

/* line 171, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt:before {
  content: "";
}

/* line 172, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-group:before,
.fa-users:before {
  content: "";
}

/* line 173, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: "";
}

/* line 174, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud:before {
  content: "";
}

/* line 175, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flask:before {
  content: "";
}

/* line 176, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "";
}

/* line 177, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "";
}

/* line 178, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paperclip:before {
  content: "";
}

/* line 179, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

/* line 180, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square:before {
  content: "";
}

/* line 181, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

/* line 182, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ul:before {
  content: "";
}

/* line 183, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ol:before {
  content: "";
}

/* line 184, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-strikethrough:before {
  content: "";
}

/* line 185, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-underline:before {
  content: "";
}

/* line 186, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-table:before {
  content: "";
}

/* line 187, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-magic:before {
  content: "";
}

/* line 188, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck:before {
  content: "";
}

/* line 189, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest:before {
  content: "";
}

/* line 190, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest-square:before {
  content: "";
}

/* line 191, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus-square:before {
  content: "";
}

/* line 192, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus:before {
  content: "";
}

/* line 193, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-money:before {
  content: "";
}

/* line 194, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-down:before {
  content: "";
}

/* line 195, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-up:before {
  content: "";
}

/* line 196, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-left:before {
  content: "";
}

/* line 197, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-right:before {
  content: "";
}

/* line 198, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-columns:before {
  content: "";
}

/* line 199, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

/* line 200, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

/* line 201, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

/* line 202, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope:before {
  content: "";
}

/* line 203, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-linkedin:before {
  content: "";
}

/* line 204, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

/* line 205, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "";
}

/* line 206, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

/* line 207, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-o:before {
  content: "";
}

/* line 208, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments-o:before {
  content: "";
}

/* line 209, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "";
}

/* line 210, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sitemap:before {
  content: "";
}

/* line 211, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-umbrella:before {
  content: "";
}

/* line 212, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

/* line 213, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lightbulb-o:before {
  content: "";
}

/* line 214, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-exchange:before {
  content: "";
}

/* line 215, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-download:before {
  content: "";
}

/* line 216, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-upload:before {
  content: "";
}

/* line 217, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-md:before {
  content: "";
}

/* line 218, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stethoscope:before {
  content: "";
}

/* line 219, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase:before {
  content: "";
}

/* line 220, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-o:before {
  content: "";
}

/* line 221, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-coffee:before {
  content: "";
}

/* line 222, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cutlery:before {
  content: "";
}

/* line 223, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-text-o:before {
  content: "";
}

/* line 224, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-o:before {
  content: "";
}

/* line 225, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-o:before {
  content: "";
}

/* line 226, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ambulance:before {
  content: "";
}

/* line 227, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-medkit:before {
  content: "";
}

/* line 228, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fighter-jet:before {
  content: "";
}

/* line 229, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-beer:before {
  content: "";
}

/* line 230, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-h-square:before {
  content: "";
}

/* line 231, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-square:before {
  content: "";
}

/* line 232, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-left:before {
  content: "";
}

/* line 233, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-right:before {
  content: "";
}

/* line 234, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-up:before {
  content: "";
}

/* line 235, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-down:before {
  content: "";
}

/* line 236, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-left:before {
  content: "";
}

/* line 237, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-right:before {
  content: "";
}

/* line 238, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-up:before {
  content: "";
}

/* line 239, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-down:before {
  content: "";
}

/* line 240, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-desktop:before {
  content: "";
}

/* line 241, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop:before {
  content: "";
}

/* line 242, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet:before {
  content: "";
}

/* line 243, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

/* line 244, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-o:before {
  content: "";
}

/* line 245, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-left:before {
  content: "";
}

/* line 246, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-right:before {
  content: "";
}

/* line 247, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-spinner:before {
  content: "";
}

/* line 248, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle:before {
  content: "";
}

/* line 249, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

/* line 250, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-github-alt:before {
  content: "";
}

/* line 251, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-o:before {
  content: "";
}

/* line 252, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-open-o:before {
  content: "";
}

/* line 253, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile-o:before {
  content: "";
}

/* line 254, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-frown-o:before {
  content: "";
}

/* line 255, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh-o:before {
  content: "";
}

/* line 256, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gamepad:before {
  content: "";
}

/* line 257, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-keyboard-o:before {
  content: "";
}

/* line 258, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag-o:before {
  content: "";
}

/* line 259, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag-checkered:before {
  content: "";
}

/* line 260, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-terminal:before {
  content: "";
}

/* line 261, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-code:before {
  content: "";
}

/* line 262, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

/* line 263, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

/* line 264, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-arrow:before {
  content: "";
}

/* line 265, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop:before {
  content: "";
}

/* line 266, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-fork:before {
  content: "";
}

/* line 267, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

/* line 268, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-question:before {
  content: "";
}

/* line 269, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-info:before {
  content: "";
}

/* line 270, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation:before {
  content: "";
}

/* line 271, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-superscript:before {
  content: "";
}

/* line 272, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-subscript:before {
  content: "";
}

/* line 273, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eraser:before {
  content: "";
}

/* line 274, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-puzzle-piece:before {
  content: "";
}

/* line 275, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone:before {
  content: "";
}

/* line 276, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-slash:before {
  content: "";
}

/* line 277, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield:before {
  content: "";
}

/* line 278, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-o:before {
  content: "";
}

/* line 279, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-extinguisher:before {
  content: "";
}

/* line 280, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rocket:before {
  content: "";
}

/* line 281, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-maxcdn:before {
  content: "";
}

/* line 282, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-left:before {
  content: "";
}

/* line 283, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-right:before {
  content: "";
}

/* line 284, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-up:before {
  content: "";
}

/* line 285, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-down:before {
  content: "";
}

/* line 286, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-html5:before {
  content: "";
}

/* line 287, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-css3:before {
  content: "";
}

/* line 288, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor:before {
  content: "";
}

/* line 289, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock-alt:before {
  content: "";
}

/* line 290, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullseye:before {
  content: "";
}

/* line 291, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-h:before {
  content: "";
}

/* line 292, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-v:before {
  content: "";
}

/* line 293, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rss-square:before {
  content: "";
}

/* line 294, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-play-circle:before {
  content: "";
}

/* line 295, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ticket:before {
  content: "";
}

/* line 296, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-square:before {
  content: "";
}

/* line 297, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-square-o:before {
  content: "";
}

/* line 298, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-up:before {
  content: "";
}

/* line 299, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-down:before {
  content: "";
}

/* line 300, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-square:before {
  content: "";
}

/* line 301, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-square:before {
  content: "";
}

/* line 302, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-square:before {
  content: "";
}

/* line 303, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-square:before {
  content: "";
}

/* line 304, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-compass:before {
  content: "";
}

/* line 305, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

/* line 306, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

/* line 307, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

/* line 308, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: "";
}

/* line 309, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gbp:before {
  content: "";
}

/* line 310, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "";
}

/* line 311, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "";
}

/* line 312, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

/* line 313, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

/* line 314, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: "";
}

/* line 315, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

/* line 316, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file:before {
  content: "";
}

/* line 317, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-text:before {
  content: "";
}

/* line 318, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-asc:before {
  content: "";
}

/* line 319, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-desc:before {
  content: "";
}

/* line 320, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-asc:before {
  content: "";
}

/* line 321, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-desc:before {
  content: "";
}

/* line 322, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-asc:before {
  content: "";
}

/* line 323, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-desc:before {
  content: "";
}

/* line 324, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-up:before {
  content: "";
}

/* line 325, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-down:before {
  content: "";
}

/* line 326, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-youtube-square:before {
  content: "";
}

/* line 327, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-youtube:before {
  content: "";
}

/* line 328, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-xing:before {
  content: "";
}

/* line 329, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-xing-square:before {
  content: "";
}

/* line 330, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-youtube-play:before {
  content: "";
}

/* line 331, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dropbox:before {
  content: "";
}

/* line 332, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stack-overflow:before {
  content: "";
}

/* line 333, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-instagram:before {
  content: "";
}

/* line 334, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flickr:before {
  content: "";
}

/* line 335, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-adn:before {
  content: "";
}

/* line 336, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitbucket:before {
  content: "";
}

/* line 337, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitbucket-square:before {
  content: "";
}

/* line 338, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tumblr:before {
  content: "";
}

/* line 339, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tumblr-square:before {
  content: "";
}

/* line 340, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-down:before {
  content: "";
}

/* line 341, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-up:before {
  content: "";
}

/* line 342, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-left:before {
  content: "";
}

/* line 343, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-right:before {
  content: "";
}

/* line 344, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple:before {
  content: "";
}

/* line 345, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-windows:before {
  content: "";
}

/* line 346, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-android:before {
  content: "";
}

/* line 347, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-linux:before {
  content: "";
}

/* line 348, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dribbble:before {
  content: "";
}

/* line 349, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-skype:before {
  content: "";
}

/* line 350, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-foursquare:before {
  content: "";
}

/* line 351, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trello:before {
  content: "";
}

/* line 352, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-female:before {
  content: "";
}

/* line 353, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-male:before {
  content: "";
}

/* line 354, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

/* line 355, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sun-o:before {
  content: "";
}

/* line 356, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-moon-o:before {
  content: "";
}

/* line 357, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-archive:before {
  content: "";
}

/* line 358, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bug:before {
  content: "";
}

/* line 359, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vk:before {
  content: "";
}

/* line 360, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-weibo:before {
  content: "";
}

/* line 361, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-renren:before {
  content: "";
}

/* line 362, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pagelines:before {
  content: "";
}

/* line 363, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stack-exchange:before {
  content: "";
}

/* line 364, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: "";
}

/* line 365, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: "";
}

/* line 366, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

/* line 367, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dot-circle-o:before {
  content: "";
}

/* line 368, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair:before {
  content: "";
}

/* line 369, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vimeo-square:before {
  content: "";
}

/* line 370, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

/* line 371, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-square-o:before {
  content: "";
}

/* line 372, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-space-shuttle:before {
  content: "";
}

/* line 373, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-slack:before {
  content: "";
}

/* line 374, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-square:before {
  content: "";
}

/* line 375, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wordpress:before {
  content: "";
}

/* line 376, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-openid:before {
  content: "";
}

/* line 377, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

/* line 378, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

/* line 379, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-yahoo:before {
  content: "";
}

/* line 380, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-google:before {
  content: "";
}

/* line 381, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit:before {
  content: "";
}

/* line 382, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit-square:before {
  content: "";
}

/* line 383, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "";
}

/* line 384, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stumbleupon:before {
  content: "";
}

/* line 385, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-delicious:before {
  content: "";
}

/* line 386, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-digg:before {
  content: "";
}

/* line 387, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper-pp:before {
  content: "";
}

/* line 388, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper-alt:before {
  content: "";
}

/* line 389, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-drupal:before {
  content: "";
}

/* line 390, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-joomla:before {
  content: "";
}

/* line 391, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-language:before {
  content: "";
}

/* line 392, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fax:before {
  content: "";
}

/* line 393, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-building:before {
  content: "";
}

/* line 394, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-child:before {
  content: "";
}

/* line 395, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paw:before {
  content: "";
}

/* line 396, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-spoon:before {
  content: "";
}

/* line 397, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cube:before {
  content: "";
}

/* line 398, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cubes:before {
  content: "";
}

/* line 399, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-behance:before {
  content: "";
}

/* line 400, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-behance-square:before {
  content: "";
}

/* line 401, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-steam:before {
  content: "";
}

/* line 402, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-steam-square:before {
  content: "";
}

/* line 403, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-recycle:before {
  content: "";
}

/* line 404, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-automobile:before,
.fa-car:before {
  content: "";
}

/* line 405, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "";
}

/* line 406, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tree:before {
  content: "";
}

/* line 407, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-spotify:before {
  content: "";
}

/* line 408, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-deviantart:before {
  content: "";
}

/* line 409, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-soundcloud:before {
  content: "";
}

/* line 410, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-database:before {
  content: "";
}

/* line 411, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-pdf-o:before {
  content: "";
}

/* line 412, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-word-o:before {
  content: "";
}

/* line 413, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-excel-o:before {
  content: "";
}

/* line 414, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-powerpoint-o:before {
  content: "";
}

/* line 415, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

/* line 416, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

/* line 417, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

/* line 418, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

/* line 419, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-code-o:before {
  content: "";
}

/* line 420, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vine:before {
  content: "";
}

/* line 421, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-codepen:before {
  content: "";
}

/* line 422, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-jsfiddle:before {
  content: "";
}

/* line 423, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

/* line 424, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-o-notch:before {
  content: "";
}

/* line 425, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

/* line 426, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ge:before,
.fa-empire:before {
  content: "";
}

/* line 427, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-git-square:before {
  content: "";
}

/* line 428, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-git:before {
  content: "";
}

/* line 429, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

/* line 430, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tencent-weibo:before {
  content: "";
}

/* line 431, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-qq:before {
  content: "";
}

/* line 432, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

/* line 433, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

/* line 434, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

/* line 435, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-history:before {
  content: "";
}

/* line 436, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-thin:before {
  content: "";
}

/* line 437, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-header:before {
  content: "";
}

/* line 438, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paragraph:before {
  content: "";
}

/* line 439, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sliders:before {
  content: "";
}

/* line 440, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt:before {
  content: "";
}

/* line 441, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt-square:before {
  content: "";
}

/* line 442, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bomb:before {
  content: "";
}

/* line 443, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

/* line 444, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tty:before {
  content: "";
}

/* line 445, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-binoculars:before {
  content: "";
}

/* line 446, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug:before {
  content: "";
}

/* line 447, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-slideshare:before {
  content: "";
}

/* line 448, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitch:before {
  content: "";
}

/* line 449, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-yelp:before {
  content: "";
}

/* line 450, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-newspaper-o:before {
  content: "";
}

/* line 451, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wifi:before {
  content: "";
}

/* line 452, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calculator:before {
  content: "";
}

/* line 453, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paypal:before {
  content: "";
}

/* line 454, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-wallet:before {
  content: "";
}

/* line 455, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-visa:before {
  content: "";
}

/* line 456, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-mastercard:before {
  content: "";
}

/* line 457, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-discover:before {
  content: "";
}

/* line 458, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-amex:before {
  content: "";
}

/* line 459, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-paypal:before {
  content: "";
}

/* line 460, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-stripe:before {
  content: "";
}

/* line 461, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-slash:before {
  content: "";
}

/* line 462, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-slash-o:before {
  content: "";
}

/* line 463, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash:before {
  content: "";
}

/* line 464, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-copyright:before {
  content: "";
}

/* line 465, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-at:before {
  content: "";
}

/* line 466, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eyedropper:before {
  content: "";
}

/* line 467, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paint-brush:before {
  content: "";
}

/* line 468, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-birthday-cake:before {
  content: "";
}

/* line 469, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-area-chart:before {
  content: "";
}

/* line 470, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pie-chart:before {
  content: "";
}

/* line 471, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-line-chart:before {
  content: "";
}

/* line 472, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lastfm:before {
  content: "";
}

/* line 473, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lastfm-square:before {
  content: "";
}

/* line 474, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-off:before {
  content: "";
}

/* line 475, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-on:before {
  content: "";
}

/* line 476, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bicycle:before {
  content: "";
}

/* line 477, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus:before {
  content: "";
}

/* line 478, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ioxhost:before {
  content: "";
}

/* line 479, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angellist:before {
  content: "";
}

/* line 480, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc:before {
  content: "";
}

/* line 481, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

/* line 482, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-meanpath:before {
  content: "";
}

/* line 483, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-buysellads:before {
  content: "";
}

/* line 484, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-connectdevelop:before {
  content: "";
}

/* line 485, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dashcube:before {
  content: "";
}

/* line 486, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-forumbee:before {
  content: "";
}

/* line 487, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-leanpub:before {
  content: "";
}

/* line 488, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sellsy:before {
  content: "";
}

/* line 489, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shirtsinbulk:before {
  content: "";
}

/* line 490, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-simplybuilt:before {
  content: "";
}

/* line 491, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-skyatlas:before {
  content: "";
}

/* line 492, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-plus:before {
  content: "";
}

/* line 493, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-arrow-down:before {
  content: "";
}

/* line 494, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-diamond:before {
  content: "";
}

/* line 495, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ship:before {
  content: "";
}

/* line 496, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-secret:before {
  content: "";
}

/* line 497, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-motorcycle:before {
  content: "";
}

/* line 498, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-street-view:before {
  content: "";
}

/* line 499, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-heartbeat:before {
  content: "";
}

/* line 500, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus:before {
  content: "";
}

/* line 501, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars:before {
  content: "";
}

/* line 502, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mercury:before {
  content: "";
}

/* line 503, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

/* line 504, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-transgender-alt:before {
  content: "";
}

/* line 505, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-double:before {
  content: "";
}

/* line 506, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-double:before {
  content: "";
}

/* line 507, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-mars:before {
  content: "";
}

/* line 508, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke:before {
  content: "";
}

/* line 509, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-v:before {
  content: "";
}

/* line 510, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-h:before {
  content: "";
}

/* line 511, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-neuter:before {
  content: "";
}

/* line 512, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-genderless:before {
  content: "";
}

/* line 513, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-official:before {
  content: "";
}

/* line 514, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest-p:before {
  content: "";
}

/* line 515, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-whatsapp:before {
  content: "";
}

/* line 516, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-server:before {
  content: "";
}

/* line 517, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-plus:before {
  content: "";
}

/* line 518, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-times:before {
  content: "";
}

/* line 519, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hotel:before,
.fa-bed:before {
  content: "";
}

/* line 520, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-viacoin:before {
  content: "";
}

/* line 521, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-train:before {
  content: "";
}

/* line 522, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-subway:before {
  content: "";
}

/* line 523, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-medium:before {
  content: "";
}

/* line 524, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

/* line 525, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-optin-monster:before {
  content: "";
}

/* line 526, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-opencart:before {
  content: "";
}

/* line 527, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-expeditedssl:before {
  content: "";
}

/* line 528, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

/* line 529, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

/* line 530, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

/* line 531, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

/* line 532, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

/* line 533, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mouse-pointer:before {
  content: "";
}

/* line 534, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-i-cursor:before {
  content: "";
}

/* line 535, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-group:before {
  content: "";
}

/* line 536, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-ungroup:before {
  content: "";
}

/* line 537, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sticky-note:before {
  content: "";
}

/* line 538, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sticky-note-o:before {
  content: "";
}

/* line 539, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-jcb:before {
  content: "";
}

/* line 540, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-diners-club:before {
  content: "";
}

/* line 541, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-clone:before {
  content: "";
}

/* line 542, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale:before {
  content: "";
}

/* line 543, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-o:before {
  content: "";
}

/* line 544, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

/* line 545, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

/* line 546, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

/* line 547, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass:before {
  content: "";
}

/* line 548, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

/* line 549, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

/* line 550, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-scissors-o:before {
  content: "";
}

/* line 551, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-lizard-o:before {
  content: "";
}

/* line 552, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-spock-o:before {
  content: "";
}

/* line 553, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-pointer-o:before {
  content: "";
}

/* line 554, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-peace-o:before {
  content: "";
}

/* line 555, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trademark:before {
  content: "";
}

/* line 556, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-registered:before {
  content: "";
}

/* line 557, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons:before {
  content: "";
}

/* line 558, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gg:before {
  content: "";
}

/* line 559, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gg-circle:before {
  content: "";
}

/* line 560, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tripadvisor:before {
  content: "";
}

/* line 561, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-odnoklassniki:before {
  content: "";
}

/* line 562, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-odnoklassniki-square:before {
  content: "";
}

/* line 563, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-get-pocket:before {
  content: "";
}

/* line 564, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wikipedia-w:before {
  content: "";
}

/* line 565, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-safari:before {
  content: "";
}

/* line 566, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chrome:before {
  content: "";
}

/* line 567, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-firefox:before {
  content: "";
}

/* line 568, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-opera:before {
  content: "";
}

/* line 569, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-internet-explorer:before {
  content: "";
}

/* line 570, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tv:before,
.fa-television:before {
  content: "";
}

/* line 571, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-contao:before {
  content: "";
}

/* line 572, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-500px:before {
  content: "";
}

/* line 573, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-amazon:before {
  content: "";
}

/* line 574, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-plus-o:before {
  content: "";
}

/* line 575, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-minus-o:before {
  content: "";
}

/* line 576, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-times-o:before {
  content: "";
}

/* line 577, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-check-o:before {
  content: "";
}

/* line 578, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-industry:before {
  content: "";
}

/* line 579, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-pin:before {
  content: "";
}

/* line 580, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-signs:before {
  content: "";
}

/* line 581, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-o:before {
  content: "";
}

/* line 582, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map:before {
  content: "";
}

/* line 583, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-commenting:before {
  content: "";
}

/* line 584, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-commenting-o:before {
  content: "";
}

/* line 585, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-houzz:before {
  content: "";
}

/* line 586, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vimeo:before {
  content: "";
}

/* line 587, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-black-tie:before {
  content: "";
}

/* line 588, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fonticons:before {
  content: "";
}

/* line 589, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit-alien:before {
  content: "";
}

/* line 590, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-edge:before {
  content: "";
}

/* line 591, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-credit-card-alt:before {
  content: "";
}

/* line 592, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-codiepie:before {
  content: "";
}

/* line 593, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-modx:before {
  content: "";
}

/* line 594, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fort-awesome:before {
  content: "";
}

/* line 595, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-usb:before {
  content: "";
}

/* line 596, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-product-hunt:before {
  content: "";
}

/* line 597, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mixcloud:before {
  content: "";
}

/* line 598, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-scribd:before {
  content: "";
}

/* line 599, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause-circle:before {
  content: "";
}

/* line 600, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause-circle-o:before {
  content: "";
}

/* line 601, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop-circle:before {
  content: "";
}

/* line 602, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop-circle-o:before {
  content: "";
}

/* line 603, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-bag:before {
  content: "";
}

/* line 604, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-basket:before {
  content: "";
}

/* line 605, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hashtag:before {
  content: "";
}

/* line 606, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bluetooth:before {
  content: "";
}

/* line 607, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bluetooth-b:before {
  content: "";
}

/* line 608, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-percent:before {
  content: "";
}

/* line 609, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gitlab:before {
  content: "";
}

/* line 610, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpbeginner:before {
  content: "";
}

/* line 611, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpforms:before {
  content: "";
}

/* line 612, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-envira:before {
  content: "";
}

/* line 613, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-universal-access:before {
  content: "";
}

/* line 614, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair-alt:before {
  content: "";
}

/* line 615, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-question-circle-o:before {
  content: "";
}

/* line 616, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-blind:before {
  content: "";
}

/* line 617, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-audio-description:before {
  content: "";
}

/* line 618, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-control-phone:before {
  content: "";
}

/* line 619, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-braille:before {
  content: "";
}

/* line 620, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-assistive-listening-systems:before {
  content: "";
}

/* line 621, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

/* line 622, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

/* line 623, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-glide:before {
  content: "";
}

/* line 624, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-glide-g:before {
  content: "";
}

/* line 625, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

/* line 626, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-low-vision:before {
  content: "";
}

/* line 627, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-viadeo:before {
  content: "";
}

/* line 628, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-viadeo-square:before {
  content: "";
}

/* line 629, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-snapchat:before {
  content: "";
}

/* line 630, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-snapchat-ghost:before {
  content: "";
}

/* line 631, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-snapchat-square:before {
  content: "";
}

/* line 632, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper:before {
  content: "";
}

/* line 633, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-first-order:before {
  content: "";
}

/* line 634, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-yoast:before {
  content: "";
}

/* line 635, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-themeisle:before {
  content: "";
}

/* line 636, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

/* line 637, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

/* line 638, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-o:before {
  content: "";
}

/* line 639, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-open:before {
  content: "";
}

/* line 640, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-open-o:before {
  content: "";
}

/* line 641, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-linode:before {
  content: "";
}

/* line 642, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-address-book:before {
  content: "";
}

/* line 643, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-address-book-o:before {
  content: "";
}

/* line 644, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

/* line 645, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

/* line 646, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-circle:before {
  content: "";
}

/* line 647, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-circle-o:before {
  content: "";
}

/* line 648, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-o:before {
  content: "";
}

/* line 649, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-badge:before {
  content: "";
}

/* line 650, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

/* line 651, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

/* line 652, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-quora:before {
  content: "";
}

/* line 653, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-free-code-camp:before {
  content: "";
}

/* line 654, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-telegram:before {
  content: "";
}

/* line 655, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

/* line 656, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

/* line 657, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

/* line 658, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

/* line 659, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

/* line 660, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shower:before {
  content: "";
}

/* line 661, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

/* line 662, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-podcast:before {
  content: "";
}

/* line 663, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-maximize:before {
  content: "";
}

/* line 664, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-minimize:before {
  content: "";
}

/* line 665, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-restore:before {
  content: "";
}

/* line 666, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

/* line 667, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

/* line 668, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bandcamp:before {
  content: "";
}

/* line 669, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grav:before {
  content: "";
}

/* line 670, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-etsy:before {
  content: "";
}

/* line 671, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-imdb:before {
  content: "";
}

/* line 672, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ravelry:before {
  content: "";
}

/* line 673, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eercast:before {
  content: "";
}

/* line 674, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-microchip:before {
  content: "";
}

/* line 675, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowflake-o:before {
  content: "";
}

/* line 676, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-superpowers:before {
  content: "";
}

/* line 677, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpexplorer:before {
  content: "";
}

/* line 678, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-meetup:before {
  content: "";
}

/* line 4, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_screen-reader.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 51, ../usr/local/rvm/gems/3.3.1/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_mixins.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 6, app/assets/stylesheets/application/base/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 27, app/assets/stylesheets/application/base/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 31, app/assets/stylesheets/application/base/_reset.scss */
body {
  line-height: 1;
}

/* line 34, app/assets/stylesheets/application/base/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 37, app/assets/stylesheets/application/base/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 40, app/assets/stylesheets/application/base/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 45, app/assets/stylesheets/application/base/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 53, app/assets/stylesheets/application/base/_reset.scss */
button {
  background-color: white;
}

/* line 1, app/assets/stylesheets/application/base/_extra_reset.scss */
input, textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 5, app/assets/stylesheets/application/base/_extra_reset.scss */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 10, app/assets/stylesheets/application/base/_extra_reset.scss */
input[type="number"] {
  -moz-appearance: textfield;
}

@font-face {
  font-display: fallback;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: normal;
  src: url(/assets/poppins/Poppins-Regular-16b5ed244caeaa43c5e9c70566868cff1f8a9747b49cb7e28b155d14085136fb.woff) format("woff");
}

@font-face {
  font-display: fallback;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url(/assets/poppins/Poppins-Medium-042c6c06857911d7f350e09b6cce00350eb94fd9c8c6e4da6eea727a79c38b3f.woff) format("woff");
}

@font-face {
  font-display: fallback;
  font-family: 'PublicSans';
  font-style: normal;
  font-weight: normal;
  src: url(/assets/public-sans/PublicSans-Regular-89f78d845027695a76801e672ad0472cd81e493a33a6f0a5ac6099327480fde5.woff) format("woff");
}

/* line 3, app/assets/stylesheets/application/base/_text.scss */
body {
  color: #13311a;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.71;
}

@media (max-width: 600px) {
  /* line 3, app/assets/stylesheets/application/base/_text.scss */
  body {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

/* line 10, app/assets/stylesheets/application/base/_text.scss */
i {
  font-style: italic;
}

/* line 17, app/assets/stylesheets/application/base/_text.scss */
a {
  text-decoration: underline;
  transition: color 200ms ease-in-out;
  color: inherit;
}

/* line 22, app/assets/stylesheets/application/base/_text.scss */
a:hover {
  color: #0C6B1F;
}

/* line 26, app/assets/stylesheets/application/base/_text.scss */
a:active {
  color: #0C6B1F;
}

/* line 32, app/assets/stylesheets/application/base/_text.scss */
p.no-margin {
  margin: 0 !important;
}

/* line 38, app/assets/stylesheets/application/base/_text.scss */
ul.bullet {
  list-style: disc;
  padding-left: 3em;
}

/* line 44, app/assets/stylesheets/application/base/_text.scss */
ol {
  list-style: decimal;
  list-style-position: inside;
}

/* line 49, app/assets/stylesheets/application/base/_text.scss */
span.avoid-wrap {
  display: inline-block;
}

/* line 1, app/assets/stylesheets/application/base/_buttons.scss */
.btn-container {
  display: flex;
  margin: 10px 0 0;
  flex-wrap: wrap;
}

@media (max-width: 600px) {
  /* line 1, app/assets/stylesheets/application/base/_buttons.scss */
  .btn-container {
    flex-direction: column;
  }
  /* line 9, app/assets/stylesheets/application/base/_buttons.scss */
  .btn-container .btn {
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  /* line 16, app/assets/stylesheets/application/base/_buttons.scss */
  .btn-container .btn:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 601px) {
  /* line 1, app/assets/stylesheets/application/base/_buttons.scss */
  .btn-container {
    flex-direction: row;
  }
  /* line 25, app/assets/stylesheets/application/base/_buttons.scss */
  .btn-container .btn {
    margin-right: 16px;
    margin-bottom: 10px;
  }
  /* line 29, app/assets/stylesheets/application/base/_buttons.scss */
  .btn-container .btn:last-child {
    margin-right: 0;
  }
}

/* line 43, app/assets/stylesheets/application/base/_buttons.scss */
.btn-container.always-column {
  flex-direction: column;
}

/* line 9, app/assets/stylesheets/application/base/_buttons.scss */
.btn-container.always-column .btn {
  margin-right: 0;
  margin-bottom: 10px;
  text-align: center;
  justify-content: center;
  align-items: center;
}

/* line 16, app/assets/stylesheets/application/base/_buttons.scss */
.btn-container.always-column .btn:last-child {
  margin-bottom: 0;
}

/* line 47, app/assets/stylesheets/application/base/_buttons.scss */
.btn-container.always-row {
  flex-direction: row;
}

/* line 25, app/assets/stylesheets/application/base/_buttons.scss */
.btn-container.always-row .btn {
  margin-right: 16px;
  margin-bottom: 10px;
}

/* line 29, app/assets/stylesheets/application/base/_buttons.scss */
.btn-container.always-row .btn:last-child {
  margin-right: 0;
}

/* line 51, app/assets/stylesheets/application/base/_buttons.scss */
.btn-container.inline {
  display: inline-flex;
}

/* line 56, app/assets/stylesheets/application/base/_buttons.scss */
.btn-container.btn-group .btn {
  margin: 0;
}

/* line 66, app/assets/stylesheets/application/base/_buttons.scss */
.btn-container.align-right {
  justify-content: flex-end;
}

/* line 70, app/assets/stylesheets/application/base/_buttons.scss */
.btn-container.space-between {
  justify-content: space-between;
}

/* line 74, app/assets/stylesheets/application/base/_buttons.scss */
.btn-container.space-around {
  justify-content: space-around;
}

/* line 78, app/assets/stylesheets/application/base/_buttons.scss */
.btn-container.stretch {
  justify-content: stretch;
}

/* line 81, app/assets/stylesheets/application/base/_buttons.scss */
.btn-container.stretch .btn {
  flex-grow: 1;
  text-align: center;
}

/* line 87, app/assets/stylesheets/application/base/_buttons.scss */
.btn-container.align-center {
  justify-content: center;
}

/* line 92, app/assets/stylesheets/application/base/_buttons.scss */
.btn-container.large .btn {
  font-size: 20px;
}

/* line 97, app/assets/stylesheets/application/base/_buttons.scss */
.btn-container.x-large .btn {
  padding-left: 2em;
  padding-right: 2em;
  font-size: 24px;
}

/* line 105, app/assets/stylesheets/application/base/_buttons.scss */
.btn {
  white-space: nowrap;
  width: auto;
  padding: 5px 20px;
  text-decoration: none;
  color: #474747;
  border: 2px solid #bcbcbc;
  text-transform: uppercase;
  cursor: pointer;
  line-height: normal;
  font-weight: 500;
  transition: color 200ms, background-color 200ms, border-color 200ms;
  border-radius: 100px;
  font-size: 17px;
  font-family: "Poppins", sans-serif;
}

/* line 121, app/assets/stylesheets/application/base/_buttons.scss */
.btn:hover:not(:disabled):not(.disabled) {
  color: #2e7d28;
  border-color: #2e7d28;
}

/* line 127, app/assets/stylesheets/application/base/_buttons.scss */
.btn:active {
  color: #0C6B1F;
}

/* line 131, app/assets/stylesheets/application/base/_buttons.scss */
.btn.no-border {
  border: none;
}

/* line 135, app/assets/stylesheets/application/base/_buttons.scss */
.btn.primary {
  background-color: #0C6B1F !important;
  border-color: #0C6B1F;
  color: #fff !important;
}

/* line 141, app/assets/stylesheets/application/base/_buttons.scss */
.btn.primary:hover:not(:disabled), .btn.primary:hover:not(.disabled), .btn.primary:active:not(:disabled), .btn.primary:active:not(.disabled) {
  background-color: #2e7d28;
  border-color: #2e7d28;
}

/* line 147, app/assets/stylesheets/application/base/_buttons.scss */
.btn.primary.dark {
  background-color: #474747;
  border-color: #474747;
}

/* line 151, app/assets/stylesheets/application/base/_buttons.scss */
.btn.primary.dark:hover:not(:disabled), .btn.primary.dark:active:not(:disabled) {
  background-color: #2e7d28;
  border-color: #2e7d28;
}

/* line 158, app/assets/stylesheets/application/base/_buttons.scss */
.btn.secondary, body.profiles .btn.add {
  color: #474747;
  background-color: white;
}

/* line 163, app/assets/stylesheets/application/base/_buttons.scss */
.btn.tertiary {
  color: #bcbcbc;
  border-color: #bcbcbc;
}

/* line 168, app/assets/stylesheets/application/base/_buttons.scss */
.btn.danger {
  background-color: #cc0000 !important;
  border-color: #cc0000 !important;
  color: white;
}

/* line 174, app/assets/stylesheets/application/base/_buttons.scss */
.btn.danger:hover {
  border-color: maroon !important;
  color: white;
}

/* line 179, app/assets/stylesheets/application/base/_buttons.scss */
.btn.danger:disabled, .btn.danger.disabled {
  background-color: #666666 !important;
  border-color: #666666 !important;
  color: white;
}

/* line 184, app/assets/stylesheets/application/base/_buttons.scss */
.btn.danger:disabled:hover, .btn.danger.disabled:hover {
  border-color: #666666 !important;
  color: white;
}

/* line 191, app/assets/stylesheets/application/base/_buttons.scss */
.btn.squared {
  border-radius: 3px;
}

/* line 195, app/assets/stylesheets/application/base/_buttons.scss */
.btn.shadowed {
  border: none;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  transition: box-shadow 200ms, color 200ms;
}

/* line 200, app/assets/stylesheets/application/base/_buttons.scss */
.btn.shadowed:hover {
  box-shadow: 0 4px 4px 1px #2e7d28;
  color: #2e7d28;
}

/* line 206, app/assets/stylesheets/application/base/_buttons.scss */
.btn.green-hollow {
  border: 1px solid #0C6B1F;
  color: #0C6B1F;
}

/* line 210, app/assets/stylesheets/application/base/_buttons.scss */
.btn.green-hollow:hover {
  border-color: #2e7d28;
  color: #2e7d28;
}

/* line 215, app/assets/stylesheets/application/base/_buttons.scss */
.btn.green-hollow:active {
  border-color: #0C6B1F;
  color: #0C6B1F;
}

/* line 221, app/assets/stylesheets/application/base/_buttons.scss */
.btn.center {
  text-align: center;
  justify-content: center;
}

/* line 226, app/assets/stylesheets/application/base/_buttons.scss */
.btn.large {
  padding: 10px 20px 8px;
}

/* line 233, app/assets/stylesheets/application/base/_buttons.scss */
.btn:disabled, .btn.disabled {
  opacity: 0.6;
  cursor: default;
}

/* line 2, app/assets/stylesheets/application/base/_utility_classes.scss */
.text-left {
  text-align: left;
}

/* line 2, app/assets/stylesheets/application/base/_utility_classes.scss */
.text-center {
  text-align: center;
}

/* line 2, app/assets/stylesheets/application/base/_utility_classes.scss */
.text-right {
  text-align: right;
}

/* line 7, app/assets/stylesheets/application/base/_utility_classes.scss */
.hidden {
  display: none !important;
}

/* line 11, app/assets/stylesheets/application/base/_utility_classes.scss */
.row {
  width: 100%;
}

/* line 15, app/assets/stylesheets/application/base/_utility_classes.scss */
.row:after {
  content: '';
  display: block;
  clear: both;
}

/* line 21, app/assets/stylesheets/application/base/_utility_classes.scss */
.row .column-1, .row .column-2, .row .column-3, .row .column-4, .row .column-5, .row .column-6, .row .column-7, .row .column-8, .row .column-9, .row .column-10, .row .column-11 {
  float: left;
  margin-right: 10px;
}

/* line 24, app/assets/stylesheets/application/base/_utility_classes.scss */
.row .column-1:last-child, .row .column-2:last-child, .row .column-3:last-child, .row .column-4:last-child, .row .column-5:last-child, .row .column-6:last-child, .row .column-7:last-child, .row .column-8:last-child, .row .column-9:last-child, .row .column-10:last-child, .row .column-11:last-child {
  margin-right: 0;
}

/* line 31, app/assets/stylesheets/application/base/_utility_classes.scss */
.row .column-1 {
  width: calc((100% - 110px) / 12);
}

/* line 31, app/assets/stylesheets/application/base/_utility_classes.scss */
.row .column-2 {
  width: calc((100% - 50px) / 6);
}

/* line 31, app/assets/stylesheets/application/base/_utility_classes.scss */
.row .column-3 {
  width: calc((100% - 30px) / 4);
}

/* line 31, app/assets/stylesheets/application/base/_utility_classes.scss */
.row .column-4 {
  width: calc((100% - 20px) / 3);
}

/* line 31, app/assets/stylesheets/application/base/_utility_classes.scss */
.row .column-5 {
  width: calc((100% - 14px) / 2.4);
}

/* line 31, app/assets/stylesheets/application/base/_utility_classes.scss */
.row .column-6 {
  width: calc((100% - 10px) / 2);
}

/* line 31, app/assets/stylesheets/application/base/_utility_classes.scss */
.row .column-7 {
  width: calc((100% - 7.1428571429px) / 1.7142857143);
}

/* line 31, app/assets/stylesheets/application/base/_utility_classes.scss */
.row .column-8 {
  width: calc((100% - 5px) / 1.5);
}

/* line 31, app/assets/stylesheets/application/base/_utility_classes.scss */
.row .column-9 {
  width: calc((100% - 3.3333333333px) / 1.3333333333);
}

/* line 31, app/assets/stylesheets/application/base/_utility_classes.scss */
.row .column-10 {
  width: calc((100% - 2px) / 1.2);
}

/* line 31, app/assets/stylesheets/application/base/_utility_classes.scss */
.row .column-11 {
  width: calc((100% - 0.9090909091px) / 1.0909090909);
}

/* line 1, app/assets/stylesheets/application/base/_tables.scss */
table, .table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}

/* line 9, app/assets/stylesheets/application/base/_tables.scss */
table th, table td, .table th, .table td {
  padding: 5px 15px;
}

@media (max-width: 600px) {
  /* line 9, app/assets/stylesheets/application/base/_tables.scss */
  table th, table td, .table th, .table td {
    padding: 3px 10px;
  }
}

/* line 16, app/assets/stylesheets/application/base/_tables.scss */
table th.expand, table td.expand, .table th.expand, .table td.expand {
  width: 100%;
}

/* line 10, app/assets/stylesheets/application/base/_base.scss */
* {
  box-sizing: border-box;
}

/* line 14, app/assets/stylesheets/application/base/_base.scss */
body {
  background: #f5f5f5;
}

/* line 6, app/assets/stylesheets/application/layouts/application/_layout.scss */
html {
  height: 100%;
  font-size: 16px;
}

/* line 11, app/assets/stylesheets/application/layouts/application/_layout.scss */
body.application {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  width: 100%;
  overflow-x: hidden;
  position: relative;
}

/* line 23, app/assets/stylesheets/application/layouts/application/_layout.scss */
body.application.full-width .main-content-wrap {
  max-width: none;
}

/* line 26, app/assets/stylesheets/application/layouts/application/_layout.scss */
body.application.full-width .main-content-wrap .main-content {
  padding-top: 0px;
}

/* line 32, app/assets/stylesheets/application/layouts/application/_layout.scss */
body.application .main-content-wrap {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  flex-grow: 1;
}

/* line 37, app/assets/stylesheets/application/layouts/application/_layout.scss */
body.application .main-content-wrap:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

/* line 44, app/assets/stylesheets/application/layouts/application/_layout.scss */
body.application .main-content-wrap .main-content {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-top: 10px;
}

/* line 1, app/assets/stylesheets/application/layouts/application/_footer.scss */
body > footer {
  background-color: #f5f5f5;
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.12);
  margin-top: 0.5em;
  padding: 0.75rem 0;
}

/* line 6, app/assets/stylesheets/application/layouts/application/_footer.scss */
body > footer .links-and-info {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
  display: grid;
  grid-gap: 0.5em;
  grid-template-areas: "logo social" "copyright links";
  justify-content: space-between;
}

/* line 16, app/assets/stylesheets/application/layouts/application/_footer.scss */
body > footer .links-and-info .skibby-logo {
  height: 36px;
  grid-area: logo;
  display: flex;
  margin-left: -8px;
  opacity: 0.8;
}

/* line 23, app/assets/stylesheets/application/layouts/application/_footer.scss */
body > footer .links-and-info .skibby-logo > img {
  height: 44px;
}

/* line 28, app/assets/stylesheets/application/layouts/application/_footer.scss */
body > footer .links-and-info .copyright {
  grid-area: copyright;
}

/* line 32, app/assets/stylesheets/application/layouts/application/_footer.scss */
body > footer .links-and-info .footer-links {
  grid-area: links;
  display: flex;
  gap: 16px;
}

/* line 37, app/assets/stylesheets/application/layouts/application/_footer.scss */
body > footer .links-and-info .footer-links a {
  font-size: 16px;
  color: #000;
  text-decoration: none;
}

/* line 42, app/assets/stylesheets/application/layouts/application/_footer.scss */
body > footer .links-and-info .footer-links a:hover {
  color: #0C6B1F;
}

/* line 48, app/assets/stylesheets/application/layouts/application/_footer.scss */
body > footer .links-and-info .icons {
  justify-self: end;
  align-self: end;
  grid-area: social;
  display: flex;
  gap: 0.5em;
  flex-direction: row;
}

/* line 56, app/assets/stylesheets/application/layouts/application/_footer.scss */
body > footer .links-and-info .icons > a {
  background-color: #474747;
  padding: 4px;
  display: flex;
  justify-content: center;
  align-self: center;
  border-radius: 6px;
  box-sizing: border-box;
  height: 1.6em;
  width: 1.6em;
  transition: background-color 0.3s ease-in-out;
}

/* line 68, app/assets/stylesheets/application/layouts/application/_footer.scss */
body > footer .links-and-info .icons > a > svg {
  fill: white;
}

/* line 72, app/assets/stylesheets/application/layouts/application/_footer.scss */
body > footer .links-and-info .icons > a:hover {
  background-color: #2e7d28;
}

/* line 77, app/assets/stylesheets/application/layouts/application/_footer.scss */
body > footer .links-and-info .icons .language-selector {
  font-size: 0.9em;
}

/* line 80, app/assets/stylesheets/application/layouts/application/_footer.scss */
body > footer .links-and-info .icons .language-selector .flag {
  width: 2em;
  height: 2em;
}

/* line 85, app/assets/stylesheets/application/layouts/application/_footer.scss */
body > footer .links-and-info .icons .language-selector .nav-dropdown {
  position: absolute;
  display: none;
  bottom: calc(100% + 0.5em);
  background-color: white;
  right: -14px !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 0.5em;
  z-index: 1000;
}

/* line 96, app/assets/stylesheets/application/layouts/application/_footer.scss */
body > footer .links-and-info .icons .language-selector .nav-dropdown .dropdown-entry a {
  display: block;
  padding: 1em;
}

@media (max-width: 990px) {
  /* line 6, app/assets/stylesheets/application/layouts/application/_footer.scss */
  body > footer .links-and-info {
    justify-items: center;
    grid-template-columns: 1fr;
    grid-template-areas: "logo" "links" "social" "copyright";
  }
  /* line 114, app/assets/stylesheets/application/layouts/application/_footer.scss */
  body > footer .links-and-info .icons {
    justify-self: unset;
    margin-top: 16px;
  }
  /* line 119, app/assets/stylesheets/application/layouts/application/_footer.scss */
  body > footer .links-and-info .skibby-logo {
    margin: 0;
  }
  /* line 123, app/assets/stylesheets/application/layouts/application/_footer.scss */
  body > footer .links-and-info .copyright {
    font-size: 12px;
    margin-top: 16px;
  }
}

/* line 132, app/assets/stylesheets/application/layouts/application/_footer.scss */
body.gonative > footer .links-and-info {
  display: none;
}

/* line 6, app/assets/stylesheets/application/components/navigation/_common.scss */
.dropdown-toggle {
  cursor: pointer;
}

/* line 14, app/assets/stylesheets/application/components/navigation/_common.scss */
body nav.navmenu a.dropdown-toggle {
  border-radius: 20px;
  transition: all 200ms;
  cursor: pointer;
  background-color: transparent;
}

/* line 20, app/assets/stylesheets/application/components/navigation/_common.scss */
body nav.navmenu a.dropdown-toggle:after {
  transform: translateY(-25%) translateX(3px) rotate(-45deg) scale(-1, 1);
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  transition: transform 200ms ease-in-out, border-color 200ms ease-in-out;
  padding: 3px;
  content: '';
  transform-origin: center center;
  vertical-align: middle;
  margin: 4px;
}

/* line 24, app/assets/stylesheets/application/components/navigation/_common.scss */
body nav.navmenu a.dropdown-toggle.open {
  background-color: #f2f2f2;
}

/* line 27, app/assets/stylesheets/application/components/navigation/_common.scss */
body nav.navmenu a.dropdown-toggle.open:after {
  transform: translateY(25%) translateX(3px) rotate(-135deg);
}

/* line 33, app/assets/stylesheets/application/components/navigation/_common.scss */
body nav.navmenu ul.nav-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  min-width: 208px;
  z-index: 800;
  border-radius: 20px;
  box-shadow: 0 3px 6px 0 rgba(45, 69, 45, 0.5);
  background-color: #f2f2f2;
  padding: 5px;
}

/* line 45, app/assets/stylesheets/application/components/navigation/_common.scss */
body nav.navmenu ul.nav-dropdown.active {
  display: block;
}

/* line 49, app/assets/stylesheets/application/components/navigation/_common.scss */
body nav.navmenu ul.nav-dropdown a.dropdown-toggle.open {
  background-color: white;
}

/* line 53, app/assets/stylesheets/application/components/navigation/_common.scss */
body nav.navmenu ul.nav-dropdown ul.nav-dropdown {
  position: relative;
  box-shadow: none;
  padding: 0;
  min-width: auto;
}

/* line 59, app/assets/stylesheets/application/components/navigation/_common.scss */
body nav.navmenu ul.nav-dropdown ul.nav-dropdown li > a {
  padding: 10px 18px;
  font-size: 0.95em;
  line-height: 1;
}

/* line 69, app/assets/stylesheets/application/components/navigation/_common.scss */
body nav.navmenu .switch-org-dropdown ul.nav-dropdown {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 75, app/assets/stylesheets/application/components/navigation/_common.scss */
body nav.navmenu .switch-org-dropdown ul.nav-dropdown::-webkit-scrollbar {
  width: 8px;
}

/* line 79, app/assets/stylesheets/application/components/navigation/_common.scss */
body nav.navmenu .switch-org-dropdown ul.nav-dropdown::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

/* line 84, app/assets/stylesheets/application/components/navigation/_common.scss */
body nav.navmenu .switch-org-dropdown ul.nav-dropdown::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

/* line 88, app/assets/stylesheets/application/components/navigation/_common.scss */
body nav.navmenu .switch-org-dropdown ul.nav-dropdown::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

/* line 95, app/assets/stylesheets/application/components/navigation/_common.scss */
body nav.navmenu li.dropdown-entry {
  width: 100%;
  display: block;
}

/* line 99, app/assets/stylesheets/application/components/navigation/_common.scss */
body nav.navmenu li.dropdown-entry > a {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  height: 100%;
  padding: 10px 18px;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: 100%;
  border-radius: 20px;
  text-align: center;
  text-transform: uppercase;
  background: #fff;
  margin: 2px 0;
}

/* line 115, app/assets/stylesheets/application/components/navigation/_common.scss */
body nav.navmenu li.dropdown-entry > a:hover, body nav.navmenu li.dropdown-entry > a:active {
  background-color: #f5f5f5;
}

/* line 119, app/assets/stylesheets/application/components/navigation/_common.scss */
body nav.navmenu li.dropdown-entry > a.external:after {
  content: "\f08e";
  font-weight: 900;
  font-size: 1.2em;
  float: right;
}

/* line 127, app/assets/stylesheets/application/components/navigation/_common.scss */
body nav.navmenu li.dropdown-entry:after {
  content: '';
  width: calc(100% - 36px);
  margin: auto;
  display: block;
}

/* line 134, app/assets/stylesheets/application/components/navigation/_common.scss */
body nav.navmenu li.dropdown-entry:last-child:after {
  content: none;
}

/* line 139, app/assets/stylesheets/application/components/navigation/_common.scss */
body nav.navmenu li.dropdown-entry.admin a {
  color: #ff0000;
  border: 1px solid #ff0000;
}

/* line 144, app/assets/stylesheets/application/components/navigation/_common.scss */
body nav.navmenu li.dropdown-entry.admin a.linked-user .email {
  font-size: 12px;
}

@media (max-width: 990px) {
  /* line 144, app/assets/stylesheets/application/components/navigation/_common.scss */
  body nav.navmenu li.dropdown-entry.admin a.linked-user .email {
    margin-top: 6px;
  }
}

/* line 156, app/assets/stylesheets/application/components/navigation/_common.scss */
body nav.navmenu .footer {
  display: block;
  line-height: 1;
  padding: 22px 18px 10px;
  width: 100%;
}

/* line 162, app/assets/stylesheets/application/components/navigation/_common.scss */
body nav.navmenu .footer .social {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
  line-height: 30px;
}

/* line 169, app/assets/stylesheets/application/components/navigation/_common.scss */
body nav.navmenu .footer .social a.icon {
  display: flex;
  padding: 6px;
  transition: all 200ms ease-in-out;
  height: 26px;
  width: 26px;
}

/* line 176, app/assets/stylesheets/application/components/navigation/_common.scss */
body nav.navmenu .footer .social a.icon svg {
  transition: all 200ms ease-in-out;
  fill: white;
  height: 100%;
}

/* line 183, app/assets/stylesheets/application/components/navigation/_common.scss */
body nav.navmenu .footer .social a.icon:hover svg, body nav.navmenu .footer .social a.icon:active svg {
  fill: lightgrey;
}

/* line 190, app/assets/stylesheets/application/components/navigation/_common.scss */
body nav.navmenu .footer a.blog {
  transition: all 200ms ease-in-out;
}

/* line 197, app/assets/stylesheets/application/components/navigation/_common.scss */
body nav.navmenu .footer .sales a {
  display: inline-block;
  line-height: 30px;
  transition: all 200ms ease-in-out;
  white-space: nowrap;
}

/* line 1, app/assets/stylesheets/application/components/navigation/_main.scss */
[data-shy-navigation] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

/* line 9, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation {
  --nav-color-dark: #13311a;
  --nav-color-light: #89D19A;
}

/* line 18, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation .main-nav {
  height: 64px;
  background-color: white;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
  padding: 0 16px;
}

@media (min-width: 1100px) {
  /* line 18, app/assets/stylesheets/application/components/navigation/_main.scss */
  nav.navmenu.main-navigation .main-nav {
    padding: 0 24px;
  }
}

/* line 35, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation .solutions-dropdown {
  right: 0 !important;
  left: auto !important;
  min-width: 16em;
}

/* line 40, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation .solutions-dropdown li > a {
  text-align: right !important;
}

/* line 45, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation .menu-container {
  grid-area: right;
  justify-self: end;
  display: grid;
  grid-template-areas: 'featured actions';
  align-items: center;
  margin-right: 15px;
}

@media (max-width: 990px) {
  /* line 45, app/assets/stylesheets/application/components/navigation/_main.scss */
  nav.navmenu.main-navigation .menu-container {
    display: flex;
    margin-right: 0;
  }
  /* line 57, app/assets/stylesheets/application/components/navigation/_main.scss */
  nav.navmenu.main-navigation .menu-container .featured {
    display: none;
  }
}

/* line 63, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation .left {
  display: flex;
  align-items: center;
  flex: 1;
}

/* line 69, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation a.root-link {
  display: inline-flex;
  margin: 5px 15px;
  transition: all 200ms ease-in-out;
  font-size: 1.6em;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  position: relative;
  text-transform: none;
  align-items: center;
}

/* line 80, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation a.root-link .org-name {
  padding-bottom: 0.3em;
}

@media (max-width: 990px) {
  /* line 80, app/assets/stylesheets/application/components/navigation/_main.scss */
  nav.navmenu.main-navigation a.root-link .org-name {
    padding: 0;
    line-height: 1;
    margin-left: 0.5em;
  }
}

@media (max-width: 600px) {
  /* line 80, app/assets/stylesheets/application/components/navigation/_main.scss */
  nav.navmenu.main-navigation a.root-link .org-name {
    font-size: 0.75em;
  }
}

/* line 94, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation a.root-link .org-name + .skibby-logo {
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  bottom: 3px;
  right: 0;
  white-space: nowrap;
  font-size: 0.5em;
}

/* line 107, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation a.root-link .org-name + .skibby-logo:before {
  content: 'by ';
}

/* line 111, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation a.root-link .org-name + .skibby-logo svg {
  height: 100%;
}

@media (max-width: 990px) {
  /* line 94, app/assets/stylesheets/application/components/navigation/_main.scss */
  nav.navmenu.main-navigation a.root-link .org-name + .skibby-logo {
    display: none;
  }
}

/* line 120, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation a.root-link:hover {
  fill: #2e7d28;
}

/* line 124, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation a.root-link:active {
  fill: #0C6B1F;
}

/* line 128, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation a.root-link .skibby-logo {
  display: inline-flex;
  width: 210px;
  height: 54px;
}

/* line 134, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation a.root-link .skibby-icon {
  display: none;
}

/* line 139, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation .account-dropdown {
  white-space: nowrap;
}

/* line 142, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation .account-dropdown .profile-picture-wrapper, nav.navmenu.main-navigation .account-dropdown span {
  vertical-align: middle;
}

/* line 146, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation .account-dropdown .profile-picture-wrapper {
  display: inline-block;
  width: 1.5em;
  margin-right: 0.3em;
}

/* line 156, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation ul.actions, nav.navmenu.main-navigation ul.featured {
  list-style: none;
  height: initial;
  order: 3;
  text-align: left;
}

/* line 162, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation ul.actions .job-link, nav.navmenu.main-navigation ul.featured .job-link {
  position: relative;
}

/* line 166, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation ul.actions .search-link, nav.navmenu.main-navigation ul.featured .search-link {
  position: relative;
}

/* line 171, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation ul.actions .account-dropdown:after, nav.navmenu.main-navigation ul.featured .account-dropdown:after {
  content: initial;
}

/* line 176, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation ul.actions .mobile, nav.navmenu.main-navigation ul.featured .mobile {
  display: inline;
}

@media (min-width: 1100px) {
  /* line 176, app/assets/stylesheets/application/components/navigation/_main.scss */
  nav.navmenu.main-navigation ul.actions .mobile, nav.navmenu.main-navigation ul.featured .mobile {
    display: none;
  }
}

/* line 183, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation ul.actions .non-mobile, nav.navmenu.main-navigation ul.featured .non-mobile {
  display: none;
}

@media (min-width: 1100px) {
  /* line 183, app/assets/stylesheets/application/components/navigation/_main.scss */
  nav.navmenu.main-navigation ul.actions .non-mobile, nav.navmenu.main-navigation ul.featured .non-mobile {
    display: inline;
  }
}

/* line 191, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation ul.actions > li, nav.navmenu.main-navigation ul.featured > li {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  height: initial;
  margin-left: 15px;
}

/* line 200, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation ul.actions > li > a, nav.navmenu.main-navigation ul.featured > li > a {
  font-size: 18px;
  text-decoration: none;
}

/* line 205, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation ul.actions > li > a.btn, nav.navmenu.main-navigation ul.featured > li > a.btn {
  padding: 1px 15px;
  display: inline-block;
  line-height: 30px;
  font-size: 18px;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: var(--nav-color-dark);
  border: 2px solid var(--nav-color-dark);
  border-radius: 25px;
  min-width: 120px;
  text-align: center;
}

@media (max-width: 990px) {
  /* line 205, app/assets/stylesheets/application/components/navigation/_main.scss */
  nav.navmenu.main-navigation ul.actions > li > a.btn, nav.navmenu.main-navigation ul.featured > li > a.btn {
    padding: 1px 10px;
  }
}

/* line 224, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation ul.actions > li > a.btn span, nav.navmenu.main-navigation ul.featured > li > a.btn span {
  vertical-align: middle;
  line-height: 32px;
}

/* line 229, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation ul.actions > li > a.btn.open, nav.navmenu.main-navigation ul.actions > li > a.btn:hover, nav.navmenu.main-navigation ul.actions > li > a.btn:active, nav.navmenu.main-navigation ul.actions > li > a.btn.active, nav.navmenu.main-navigation ul.featured > li > a.btn.open, nav.navmenu.main-navigation ul.featured > li > a.btn:hover, nav.navmenu.main-navigation ul.featured > li > a.btn:active, nav.navmenu.main-navigation ul.featured > li > a.btn.active {
  text-decoration: none;
  background: var(--nav-color-light);
  color: var(--nav-color-dark);
}

/* line 238, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation ul.actions {
  display: flex;
  flex-direction: row;
}

/* line 242, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation ul.actions > li {
  height: 100%;
}

/* line 247, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation ul.featured {
  order: 2;
  margin-right: 5px;
}

@media (max-width: 500px) {
  /* line 247, app/assets/stylesheets/application/components/navigation/_main.scss */
  nav.navmenu.main-navigation ul.featured {
    margin-right: 0px;
  }
}

/* line 257, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation ul.featured > li.label {
  vertical-align: top;
  line-height: 30px;
  height: 100%;
}

@media (max-width: 500px) {
  /* line 257, app/assets/stylesheets/application/components/navigation/_main.scss */
  nav.navmenu.main-navigation ul.featured > li.label {
    display: none;
  }
}

/* line 268, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation ul.featured ul.nav-dropdown {
  left: 0;
  right: auto;
}

/* line 272, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation ul.featured ul.nav-dropdown.right {
  right: 0;
  left: auto;
}

/* line 277, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation ul.featured ul.nav-dropdown a {
  position: relative;
}

/* line 280, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation ul.featured ul.nav-dropdown a:hover, nav.navmenu.main-navigation ul.featured ul.nav-dropdown a:active {
  background: var(--nav-color-light);
  color: var(--nav-color-dark);
}

/* line 285, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation ul.featured ul.nav-dropdown a.active:after {
  content: '';
  display: inline-block;
  height: 1px;
  bottom: 8px;
  position: absolute;
  left: 10px;
  right: 10px;
  width: initial;
  background-color: #13311a;
}

/* line 297, app/assets/stylesheets/application/components/navigation/_main.scss */
nav.navmenu.main-navigation ul.featured ul.nav-dropdown a.active:before {
  left: 16px;
  right: 16px;
}

/* line 1, app/assets/stylesheets/application/components/navigation/_secondary_navigation.scss */
nav.navmenu.secondary-navigation {
  padding: 0;
  margin: 0;
  --nav-color-dark: #13311a;
  --nav-color-light: #89D19A;
  background-color: var(--nav-color-dark);
}

/* line 8, app/assets/stylesheets/application/components/navigation/_secondary_navigation.scss */
nav.navmenu.secondary-navigation .org-name {
  color: var(--nav-color-light);
  padding: 5px 20px 0 30px;
  font-size: 1.1em;
}

/* line 14, app/assets/stylesheets/application/components/navigation/_secondary_navigation.scss */
nav.navmenu.secondary-navigation ul.secondary-menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 2000px;
  padding: 0 20px;
  margin: auto;
}

/* line 22, app/assets/stylesheets/application/components/navigation/_secondary_navigation.scss */
nav.navmenu.secondary-navigation ul.secondary-menu li.secondary-entry {
  position: relative;
  display: inline-block;
}

/* line 26, app/assets/stylesheets/application/components/navigation/_secondary_navigation.scss */
nav.navmenu.secondary-navigation ul.secondary-menu li.secondary-entry.important {
  float: right;
}

/* line 29, app/assets/stylesheets/application/components/navigation/_secondary_navigation.scss */
nav.navmenu.secondary-navigation ul.secondary-menu li.secondary-entry.important:after {
  content: none;
}

/* line 34, app/assets/stylesheets/application/components/navigation/_secondary_navigation.scss */
nav.navmenu.secondary-navigation ul.secondary-menu li.secondary-entry.right {
  margin-left: auto;
}

/* line 38, app/assets/stylesheets/application/components/navigation/_secondary_navigation.scss */
nav.navmenu.secondary-navigation ul.secondary-menu li.secondary-entry > a {
  padding: 0 20px;
  display: inline-block;
  font-size: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: middle;
  line-height: 30px;
  border: 1px solid var(--nav-color-light);
  color: var(--nav-color-light);
  border-radius: 20.5px;
  text-transform: uppercase;
  text-decoration: none;
  background: var(--nav-color-dark);
  transition: all 200ms ease-in-out;
  margin: 8px 10px;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 1000px) {
  /* line 38, app/assets/stylesheets/application/components/navigation/_secondary_navigation.scss */
  nav.navmenu.secondary-navigation ul.secondary-menu li.secondary-entry > a {
    padding: 0 25px 0;
  }
}

/* line 59, app/assets/stylesheets/application/components/navigation/_secondary_navigation.scss */
nav.navmenu.secondary-navigation ul.secondary-menu li.secondary-entry > a.open, nav.navmenu.secondary-navigation ul.secondary-menu li.secondary-entry > a:hover, nav.navmenu.secondary-navigation ul.secondary-menu li.secondary-entry > a:active, nav.navmenu.secondary-navigation ul.secondary-menu li.secondary-entry > a.active {
  text-decoration: none;
  background: var(--nav-color-light);
  color: var(--nav-color-dark);
}

/* line 66, app/assets/stylesheets/application/components/navigation/_secondary_navigation.scss */
nav.navmenu.secondary-navigation ul.secondary-menu li.secondary-entry > a.dropdown-toggle:after {
  border-color: var(--nav-color-light);
}

/* line 69, app/assets/stylesheets/application/components/navigation/_secondary_navigation.scss */
nav.navmenu.secondary-navigation ul.secondary-menu li.secondary-entry > a.dropdown-toggle.active:after, nav.navmenu.secondary-navigation ul.secondary-menu li.secondary-entry > a.dropdown-toggle:hover:after, nav.navmenu.secondary-navigation ul.secondary-menu li.secondary-entry > a.dropdown-toggle.open:after {
  border-color: var(--nav-color-dark);
}

/* line 75, app/assets/stylesheets/application/components/navigation/_secondary_navigation.scss */
nav.navmenu.secondary-navigation ul.secondary-menu li.secondary-entry ul.nav-dropdown {
  left: 0;
  right: auto;
}

/* line 79, app/assets/stylesheets/application/components/navigation/_secondary_navigation.scss */
nav.navmenu.secondary-navigation ul.secondary-menu li.secondary-entry ul.nav-dropdown a {
  position: relative;
}

/* line 82, app/assets/stylesheets/application/components/navigation/_secondary_navigation.scss */
nav.navmenu.secondary-navigation ul.secondary-menu li.secondary-entry ul.nav-dropdown a:hover, nav.navmenu.secondary-navigation ul.secondary-menu li.secondary-entry ul.nav-dropdown a:active {
  background: var(--nav-color-light);
  color: var(--nav-color-dark);
}

/* line 88, app/assets/stylesheets/application/components/navigation/_secondary_navigation.scss */
nav.navmenu.secondary-navigation ul.secondary-menu li.secondary-entry ul.nav-dropdown a.active:after {
  content: none;
}

/* line 93, app/assets/stylesheets/application/components/navigation/_secondary_navigation.scss */
nav.navmenu.secondary-navigation ul.secondary-menu li.secondary-entry ul.nav-dropdown a.active:before {
  left: 16px;
  right: 16px;
}

/* line 99, app/assets/stylesheets/application/components/navigation/_secondary_navigation.scss */
nav.navmenu.secondary-navigation ul.secondary-menu li.secondary-entry ul.nav-dropdown.right {
  left: auto;
  right: 0;
}

/* line 106, app/assets/stylesheets/application/components/navigation/_secondary_navigation.scss */
nav.navmenu.secondary-navigation ul.secondary-menu li.secondary-entry.organisation-dropdown ul.nav-dropdown {
  background-color: var(--nav-color-dark);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 112, app/assets/stylesheets/application/components/navigation/_secondary_navigation.scss */
nav.navmenu.secondary-navigation ul.secondary-menu li.secondary-entry.organisation-dropdown ul.nav-dropdown .dropdown-entry a {
  padding: 0.2em 1em 0.1em;
  text-align: left;
}

/* line 116, app/assets/stylesheets/application/components/navigation/_secondary_navigation.scss */
nav.navmenu.secondary-navigation ul.secondary-menu li.secondary-entry.organisation-dropdown ul.nav-dropdown .dropdown-entry a::after {
  content: none;
}

/* line 1, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
nav.navmenu.mobile-navigation {
  background-color: white;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  text-align: left;
  overflow-y: auto;
  z-index: 701;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  transition: 0.3s all ease-in;
  transform: rotateY(90deg);
  transform-origin: right;
}

@media (max-width: 990px) {
  /* line 1, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
  nav.navmenu.mobile-navigation {
    display: flex;
  }
  /* line 23, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
  nav.navmenu.mobile-navigation.open {
    transform: rotateY(0deg);
  }
}

@media (max-width: 600px) {
  /* line 1, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
  nav.navmenu.mobile-navigation {
    width: 100%;
  }
}

/* line 32, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
nav.navmenu.mobile-navigation .close-mobile-menu {
  background: #f5f5f5;
  border-radius: 50% 50%;
  width: 50px;
  height: 50px;
  position: relative;
  margin: auto;
  cursor: pointer;
  transition: background-color 200ms ease-in-out;
}

/* line 42, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
nav.navmenu.mobile-navigation .close-mobile-menu:hover, nav.navmenu.mobile-navigation .close-mobile-menu:active {
  background-color: #0C6B1F;
}

/* line 45, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
nav.navmenu.mobile-navigation .close-mobile-menu:hover:after, nav.navmenu.mobile-navigation .close-mobile-menu:active:after {
  box-shadow: 1px 2px #0C6B1F, 2px -2px #0C6B1F;
}

/* line 50, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
nav.navmenu.mobile-navigation .close-mobile-menu:before, nav.navmenu.mobile-navigation .close-mobile-menu:after {
  height: 3px;
  width: 34px;
  background: #13311a;
  content: '';
  display: block;
  transform-origin: center;
  position: absolute;
  top: 48%;
  left: 8px;
  right: 0;
  margin: 0px;
}

/* line 64, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
nav.navmenu.mobile-navigation .close-mobile-menu:before {
  transform: rotate(-45deg);
}

/* line 68, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
nav.navmenu.mobile-navigation .close-mobile-menu:after {
  transform: rotate(45deg);
  box-shadow: 1px 2px #fff, 2px -2px #fff;
  transition: box-shadow 200ms ease-in-out;
}

/* line 75, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
nav.navmenu.mobile-navigation .mobile-menu-container {
  margin: auto 0;
  padding: 15px 0;
  width: 100%;
}

/* line 81, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
nav.navmenu.mobile-navigation .skibby-logo {
  width: 240px;
  height: 64px;
  margin: 0 auto;
}

/* line 87, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
nav.navmenu.mobile-navigation ul.mobile-menu {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* line 94, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
nav.navmenu.mobile-navigation ul.mobile-menu li.mobile-entry, nav.navmenu.mobile-navigation ul.mobile-menu li.secondary-entry, nav.navmenu.mobile-navigation ul.mobile-menu li.dropdown-entry {
  margin: 5px 0;
  text-align: center;
  background: transparent;
  margin: 0;
}

/* line 100, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
nav.navmenu.mobile-navigation ul.mobile-menu li.mobile-entry.spacer, nav.navmenu.mobile-navigation ul.mobile-menu li.secondary-entry.spacer, nav.navmenu.mobile-navigation ul.mobile-menu li.dropdown-entry.spacer {
  margin: 5vh;
}

/* line 104, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
nav.navmenu.mobile-navigation ul.mobile-menu li.mobile-entry.login, nav.navmenu.mobile-navigation ul.mobile-menu li.secondary-entry.login, nav.navmenu.mobile-navigation ul.mobile-menu li.dropdown-entry.login {
  margin-top: 5px;
}

/* line 108, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
nav.navmenu.mobile-navigation ul.mobile-menu li.mobile-entry .account-dropdown, nav.navmenu.mobile-navigation ul.mobile-menu li.secondary-entry .account-dropdown, nav.navmenu.mobile-navigation ul.mobile-menu li.dropdown-entry .account-dropdown {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

/* line 115, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
nav.navmenu.mobile-navigation ul.mobile-menu li.mobile-entry .account-dropdown .name, nav.navmenu.mobile-navigation ul.mobile-menu li.secondary-entry .account-dropdown .name, nav.navmenu.mobile-navigation ul.mobile-menu li.dropdown-entry .account-dropdown .name {
  flex: 1;
  margin: 0 32px 0 10px;
  white-space: nowrap;
  overflow: hidden;
}

/* line 122, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
nav.navmenu.mobile-navigation ul.mobile-menu li.mobile-entry .account-dropdown .profile, nav.navmenu.mobile-navigation ul.mobile-menu li.secondary-entry .account-dropdown .profile, nav.navmenu.mobile-navigation ul.mobile-menu li.dropdown-entry .account-dropdown .profile {
  border-radius: 100%;
  overflow: hidden;
  width: 3rem;
  padding-bottom: 3rem;
  margin-left: -15px;
  position: relative;
  background-color: #f5f5f5;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 132, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
nav.navmenu.mobile-navigation ul.mobile-menu li.mobile-entry .account-dropdown img, nav.navmenu.mobile-navigation ul.mobile-menu li.secondary-entry .account-dropdown img, nav.navmenu.mobile-navigation ul.mobile-menu li.dropdown-entry .account-dropdown img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  overflow: hidden;
}

/* line 143, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
nav.navmenu.mobile-navigation ul.mobile-menu li.mobile-entry > a, nav.navmenu.mobile-navigation ul.mobile-menu li.secondary-entry > a, nav.navmenu.mobile-navigation ul.mobile-menu li.dropdown-entry > a {
  width: 100%;
  text-align: center;
  font-size: 24px;
  padding: 5px 20px;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 2;
  transition: all 200ms ease-in-out;
  max-width: 450px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  margin: 0;
}

/* line 159, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
nav.navmenu.mobile-navigation ul.mobile-menu li.mobile-entry > a:hover, nav.navmenu.mobile-navigation ul.mobile-menu li.mobile-entry > a:active, nav.navmenu.mobile-navigation ul.mobile-menu li.secondary-entry > a:hover, nav.navmenu.mobile-navigation ul.mobile-menu li.secondary-entry > a:active, nav.navmenu.mobile-navigation ul.mobile-menu li.dropdown-entry > a:hover, nav.navmenu.mobile-navigation ul.mobile-menu li.dropdown-entry > a:active {
  background: #2e7d28;
  color: #fff;
}

/* line 164, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
nav.navmenu.mobile-navigation ul.mobile-menu li.mobile-entry > a.active, nav.navmenu.mobile-navigation ul.mobile-menu li.secondary-entry > a.active, nav.navmenu.mobile-navigation ul.mobile-menu li.dropdown-entry > a.active {
  position: relative;
}

/* line 167, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
nav.navmenu.mobile-navigation ul.mobile-menu li.mobile-entry > a.active:before, nav.navmenu.mobile-navigation ul.mobile-menu li.secondary-entry > a.active:before, nav.navmenu.mobile-navigation ul.mobile-menu li.dropdown-entry > a.active:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 17px;
  width: 33%;
}

/* line 179, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
nav.navmenu.mobile-navigation ul.mobile-menu .footer {
  display: none;
  padding: 18px;
}

/* line 184, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
nav.navmenu.mobile-navigation ul.mobile-menu .footer .social {
  justify-content: space-between;
}

/* line 188, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
nav.navmenu.mobile-navigation ul.mobile-menu .footer .sales {
  text-align: center;
}

/* line 193, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
nav.navmenu.mobile-navigation ul.mobile-menu li.main-nav-on-mobile {
  display: block;
}

/* line 197, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
nav.navmenu.mobile-navigation ul.mobile-menu .dropdown-toggle {
  background-color: white;
  position: relative;
}

/* line 201, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
nav.navmenu.mobile-navigation ul.mobile-menu .dropdown-toggle:after {
  position: absolute;
  right: 29px;
  height: 4px;
  width: 4px;
}

/* line 209, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
nav.navmenu.mobile-navigation ul.mobile-menu .nav-dropdown {
  display: none;
  position: relative;
  top: 0;
  box-shadow: inset 0 0px 8px 0 rgba(0, 0, 0, 0.25);
  border-radius: 0;
}

/* line 221, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
nav.navmenu.mobile-navigation ul.mobile-menu .nav-dropdown li.admin a {
  padding: 17px;
}

@media (max-width: 990px) {
  /* line 229, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
  nav.navmenu.secondary-navigation {
    display: none;
  }
}

/* line 236, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
nav.navmenu.main-navigation .mobile-menu-toggle {
  order: 4;
  display: none;
}

@media (max-width: 600px) {
  /* line 242, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
  nav.navmenu.main-navigation .main-nav {
    height: 60px;
    overflow: hidden;
  }
}

@media (max-width: 990px) {
  /* line 254, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
  nav.navmenu.main-navigation .main-nav {
    height: 60px;
    overflow: initial;
  }
  /* line 264, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
  nav.navmenu.main-navigation .main-nav:after {
    position: absolute;
    content: '';
    display: block;
    top: 52px;
    left: 0px;
    right: 0px;
    height: 52px;
    z-index: 100;
  }
  /* line 277, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
  nav.navmenu.main-navigation a.root-link .skibby-logo {
    display: none;
  }
  /* line 281, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
  nav.navmenu.main-navigation a.root-link .skibby-icon {
    display: flex;
    width: 40px;
  }
  /* line 287, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
  nav.navmenu.main-navigation .left h2 {
    margin-top: 0.1em;
  }
}

@media (max-width: 990px) and (max-width: 600px) {
  /* line 287, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
  nav.navmenu.main-navigation .left h2 {
    font-size: 1.2em;
  }
}

@media (max-width: 990px) {
  /* line 296, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
  nav.navmenu.main-navigation ul.actions li:not(.main-nav-on-mobile) {
    display: none;
  }
  /* line 301, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
  nav.navmenu.main-navigation ul.actions li.main-nav-on-mobile a {
    padding: 0 7px;
  }
  /* line 307, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
  nav.navmenu.main-navigation .mobile-menu-toggle {
    position: relative;
    float: right;
    display: block;
    height: 40px;
    width: 40px;
    min-width: 40px;
    margin: auto 6px;
    outline: none;
    cursor: pointer;
    transform: translateY(-2px);
    background: transparent;
    border: none;
  }
  /* line 321, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
  nav.navmenu.main-navigation .mobile-menu-toggle:before, nav.navmenu.main-navigation .mobile-menu-toggle:after, nav.navmenu.main-navigation .mobile-menu-toggle span {
    height: 4px;
    width: 26px;
    display: block;
    content: '';
    top: 50%;
    left: 50%;
    opacity: 1;
    content: '';
    position: absolute;
    transform-origin: 50% 50%;
    transform: translateX(-50%);
    transition: all 150ms linear;
    background-color: #13311a;
  }
  /* line 337, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
  nav.navmenu.main-navigation .mobile-menu-toggle:before {
    margin-top: -25%;
  }
  /* line 340, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
  nav.navmenu.main-navigation .mobile-menu-toggle:after {
    margin-top: 25%;
  }
  /* line 354, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
  nav.navmenu.main-navigation .mobile-menu-toggle.open:before {
    margin-top: -75%;
    opacity: 0;
  }
  /* line 358, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
  nav.navmenu.main-navigation .mobile-menu-toggle.open:after {
    margin-top: 75%;
    opacity: 0;
  }
  /* line 363, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
  nav.navmenu.main-navigation .mobile-menu-toggle.open span:first-child {
    transform: translateX(-50%) rotate(45deg);
  }
  /* line 366, app/assets/stylesheets/application/components/navigation/_mobile_navigation.scss */
  nav.navmenu.main-navigation .mobile-menu-toggle.open span:last-child {
    transform: translateX(-50%) rotate(-45deg);
  }
}

/* line 1, app/assets/stylesheets/application/components/navigation/_mobile_drawer.scss */
nav.sticky-mobile-nav-drawer {
  position: fixed;
  bottom: 0;
  height: 64px;
  width: 100%;
  display: flex;
  justify-content: stretch;
  z-index: 80;
  gap: 5px;
  padding: 5px 0;
  box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 0.73);
  backdrop-filter: blur(8.2px);
  -webkit-backdrop-filter: blur(8.2px);
}

/* line 16, app/assets/stylesheets/application/components/navigation/_mobile_drawer.scss */
nav.sticky-mobile-nav-drawer #feedback {
  display: contents;
}

/* line 20, app/assets/stylesheets/application/components/navigation/_mobile_drawer.scss */
nav.sticky-mobile-nav-drawer a, nav.sticky-mobile-nav-drawer #feedback a {
  font-size: 12px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  text-transform: initial;
  font-weight: initial;
  letter-spacing: initial;
  padding: 0;
  border-radius: 0;
}

/* line 34, app/assets/stylesheets/application/components/navigation/_mobile_drawer.scss */
nav.sticky-mobile-nav-drawer a:hover, nav.sticky-mobile-nav-drawer #feedback a:hover {
  background-color: transparent;
}

/* line 38, app/assets/stylesheets/application/components/navigation/_mobile_drawer.scss */
nav.sticky-mobile-nav-drawer a > span, nav.sticky-mobile-nav-drawer #feedback a > span {
  margin-bottom: 0;
}

/* line 42, app/assets/stylesheets/application/components/navigation/_mobile_drawer.scss */
nav.sticky-mobile-nav-drawer a .mobile-icon, nav.sticky-mobile-nav-drawer #feedback a .mobile-icon {
  order: -1;
  display: flex;
  flex: 1;
}

/* line 47, app/assets/stylesheets/application/components/navigation/_mobile_drawer.scss */
nav.sticky-mobile-nav-drawer a .mobile-icon svg, nav.sticky-mobile-nav-drawer #feedback a .mobile-icon svg {
  width: 30px;
}

/* line 15, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-navigation {
  position: fixed;
  top: 64px;
  bottom: 0;
  left: 0;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  width: 260px;
  background: white;
  border-right: 1px solid #e5e7eb;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.06);
  z-index: 900;
  transition: all 0.3s ease;
  overflow-y: auto;
  overflow-x: hidden;
  min-height: calc(100vh - 64px);
}

/* line 33, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-navigation::-webkit-scrollbar {
  width: 6px;
}

/* line 37, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-navigation::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}

/* line 41, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-navigation::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

/* line 45, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-navigation::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  /* line 15, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
  .sidebar-navigation {
    position: fixed;
    top: 64px;
    bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    transform: translateX(-100%);
  }
  /* line 59, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
  .sidebar-navigation.active {
    transform: translateX(0);
  }
}

/* line 66, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-nav {
  padding: 1.5rem 0;
  list-style: none;
  margin: 0;
}

/* line 73, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-item {
  margin-bottom: 0.25rem;
  padding: 0 1rem;
}

/* line 78, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-item.active .sidebar-link {
  background: linear-gradient(90deg, rgba(255, 107, 53, 0.1) 0%, transparent 100%);
  border-left: 3px solid #FF6B35;
  color: #FF6B35;
  font-weight: 600;
}

/* line 84, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-item.active .sidebar-link i {
  color: #FF6B35;
}

/* line 92, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-link {
  display: flex;
  align-items: center;
  padding: 0.875rem 1rem;
  color: #2C3E50;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.2s ease;
  font-size: 0.9375rem;
  font-weight: 500;
  border-left: 3px solid transparent;
  position: relative;
}

/* line 105, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-link .sidebar-icon,
.sidebar-link i {
  width: 24px;
  height: 24px;
  margin-right: 0.875rem;
  flex-shrink: 0;
  color: #6b7280;
  transition: color 0.2s ease;
}

/* line 115, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-link .sidebar-text {
  flex: 1;
}

/* line 119, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-link:hover {
  background: #F5F5F5;
  color: #004E89;
  text-decoration: none;
}

/* line 124, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-link:hover .sidebar-icon,
.sidebar-link:hover i {
  color: #004E89;
}

/* line 130, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-link.active {
  background: linear-gradient(90deg, rgba(255, 107, 53, 0.1) 0%, transparent 100%);
  border-left-color: #FF6B35;
  color: #FF6B35;
  font-weight: 600;
}

/* line 136, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-link.active .sidebar-icon,
.sidebar-link.active i {
  color: #FF6B35;
}

/* line 145, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-item.has-submenu .sidebar-link.submenu-toggle {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 149, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-item.has-submenu .sidebar-link.submenu-toggle .submenu-icon {
  margin-left: auto;
  margin-right: 0;
  width: auto;
  font-size: 0.75rem;
  transition: transform 0.3s ease;
}

/* line 159, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-item.has-submenu.active > .sidebar-link.submenu-toggle {
  background: linear-gradient(90deg, rgba(0, 78, 137, 0.08) 0%, transparent 100%);
  border-left-color: #004E89;
  color: #004E89;
}

/* line 164, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-item.has-submenu.active > .sidebar-link.submenu-toggle .sidebar-icon,
.sidebar-item.has-submenu.active > .sidebar-link.submenu-toggle i {
  color: #004E89;
}

/* line 169, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-item.has-submenu.active > .sidebar-link.submenu-toggle .submenu-icon {
  transform: rotate(180deg);
}

/* line 174, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-item.has-submenu.active .sidebar-submenu {
  max-height: 500px;
  opacity: 1;
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
}

/* line 184, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* line 195, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-subitem {
  padding: 0;
}

/* line 199, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-sublink {
  display: flex;
  align-items: center;
  padding: 0.625rem 1rem 0.625rem 3.25rem;
  color: #6b7280;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.2s ease;
  font-size: 0.875rem;
  font-weight: 500;
  border-left: 3px solid transparent;
  position: relative;
}

/* line 212, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-sublink:before {
  content: '';
  position: absolute;
  left: 2.25rem;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #9ca3af;
  transition: all 0.2s ease;
}

/* line 225, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-sublink:hover {
  background: #F5F5F5;
  color: #004E89;
  text-decoration: none;
}

/* line 230, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-sublink:hover:before {
  background: #004E89;
  width: 6px;
  height: 6px;
}

/* line 237, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-sublink.active {
  background: linear-gradient(90deg, rgba(255, 107, 53, 0.08) 0%, transparent 100%);
  color: #FF6B35;
  font-weight: 600;
}

/* line 242, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-sublink.active:before {
  background: #FF6B35;
  width: 6px;
  height: 6px;
}

/* line 252, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
body.with-sidebar .main-content-wrap,
body.with-sidebar .worker-dashboard {
  margin-left: 260px;
  padding-top: 64px;
  transition: margin-left 0.3s ease, padding-top 0.3s ease;
}

@media (max-width: 768px) {
  /* line 252, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
  body.with-sidebar .main-content-wrap,
body.with-sidebar .worker-dashboard {
    margin-left: 0;
    padding-top: 64px;
  }
}

/* line 266, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-overlay {
  display: none;
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 899;
  opacity: 0;
  transition: opacity 0.3s ease;
}

@media (max-width: 768px) {
  /* line 266, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
  .sidebar-overlay {
    display: block;
  }
  /* line 281, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
  .sidebar-overlay.active {
    opacity: 1;
  }
}

/* line 288, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-toggle {
  display: none;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 56px;
  height: 56px;
  background: #FF6B35;
  border-radius: 50%;
  border: none;
  box-shadow: 0 4px 12px rgba(255, 107, 53, 0.4);
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 1000;
  transition: all 0.2s ease;
}

/* line 305, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-toggle:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(255, 107, 53, 0.5);
}

/* line 310, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
.sidebar-toggle:active {
  transform: scale(0.95);
}

@media (max-width: 768px) {
  /* line 288, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
  .sidebar-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 992px) {
  /* line 323, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
  .sidebar-navigation {
    width: 260px;
  }
  /* line 327, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
  body.with-sidebar .main-content-wrap {
    margin-left: 0;
  }
}

@media print {
  /* line 334, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
  .sidebar-navigation {
    display: none;
  }
  /* line 338, app/assets/stylesheets/application/components/navigation/_sidebar.scss */
  body.with-sidebar .main-content-wrap {
    margin-left: 0;
  }
}

/* line 3, app/assets/stylesheets/application/layouts/application/_impersonating.scss */
body.impersonating nav.main-navigation {
  background-color: #ff3333;
}

/* line 6, app/assets/stylesheets/application/layouts/application/_impersonating.scss */
body.impersonating nav.main-navigation .stop-impersonating {
  background-color: white;
  border: 1px solid;
  border-width: 2px 2px 1px 2px;
}

/* line 19, app/assets/stylesheets/application/layouts/application/_impersonating.scss */
body.impersonating .main-content-wrap {
  background-color: #ff3333;
}

/* line 2, app/assets/stylesheets/application/layouts/application/forms/_icons.scss */
.input-wrapper.github, .input-wrapper.linkedin, .input-wrapper.website {
  position: relative;
}

/* line 5, app/assets/stylesheets/application/layouts/application/forms/_icons.scss */
.input-wrapper.github::before, .input-wrapper.linkedin::before, .input-wrapper.website::before {
  content: '';
  position: absolute;
  top: 11px;
  right: 11px;
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
}

/* line 15, app/assets/stylesheets/application/layouts/application/forms/_icons.scss */
.input-wrapper.github.github::before, .input-wrapper.linkedin.github::before, .input-wrapper.website.github::before {
  background-image: url(/assets/misc/github_icon-2d4a83f691aec0de173cbf13eacb487c490362c3755771f909d94fcf77ffac33.svg);
}

/* line 18, app/assets/stylesheets/application/layouts/application/forms/_icons.scss */
.input-wrapper.github.linkedin::before, .input-wrapper.linkedin.linkedin::before, .input-wrapper.website.linkedin::before {
  background-image: url(/assets/misc/linkedin_icon-077bd10def6280f8706506800eefff728b73e361ff51b25d3fe679b550eb96f9.svg);
}

/* line 21, app/assets/stylesheets/application/layouts/application/forms/_icons.scss */
.input-wrapper.github.website::before, .input-wrapper.linkedin.website::before, .input-wrapper.website.website::before {
  background-image: url(/assets/misc/website_icon-b1dd74deda42ce7da74040b2801926fc09f1ca7da8f5de03119fd118d0f465d3.svg);
}

/* line 25, app/assets/stylesheets/application/layouts/application/forms/_icons.scss */
.input-wrapper.github.with-error::before, .input-wrapper.linkedin.with-error::before, .input-wrapper.website.with-error::before {
  right: 36px;
}

/* line 3, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .errors-summary, body .main-content form > section.errors-summary {
  margin-bottom: 10px;
  padding: 12px 18px;
  line-height: 20px;
  text-align: center;
  opacity: 1;
}

/* line 23, app/assets/stylesheets/application/layouts/application/_forms.scss */
form > section.errors-summary {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 27, app/assets/stylesheets/application/layouts/application/_forms.scss */
form label[for]:not(.targetless) {
  cursor: pointer;
}

/* line 31, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .form-title {
  margin-bottom: 32px;
  color: #474747;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1;
}

/* line 39, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .legend {
  font-size: 12px;
  margin-bottom: 2em;
}

/* line 44, app/assets/stylesheets/application/layouts/application/_forms.scss */
form.no-padding {
  padding: 0;
}

/* line 48, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .explanation {
  display: block;
  color: #13311a;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.71;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 5px;
}

/* line 56, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .inline-explanation {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin-left: 6px;
}

/* line 63, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .label_with_errors {
  display: inline-block;
}

/* line 67, app/assets/stylesheets/application/layouts/application/_forms.scss */
form label {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
  text-align: left;
}

/* line 74, app/assets/stylesheets/application/layouts/application/_forms.scss */
form label small {
  font-size: 14px;
}

/* line 79, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .inline-fields {
  display: flex;
  flex-direction: row;
  align-items: center;
}

/* line 84, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .inline-fields .field {
  flex: 1;
  padding: 0 0.5em;
}

/* line 88, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .inline-fields .field:first-child {
  padding-left: 0;
}

/* line 92, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .inline-fields .field:last-child {
  padding-right: 0;
}

/* line 96, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .inline-fields .field.text {
  padding: 16px 0 8px;
}

/* line 99, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .inline-fields .field.text span {
  color: #bcbcbc;
  padding: 8px 1em 5px;
  display: inline-block;
  line-height: 32px;
  border: solid 1px #bcbcbc;
  border-radius: 1.3em;
}

/* line 109, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .inline-fields .field.join-right {
  padding-right: 0;
}

/* line 112, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .inline-fields .field.join-right span, form .inline-fields .field.join-right input, form .inline-fields .field.join-right .selectize-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 118, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .inline-fields .field.join-left {
  padding-left: 0;
  margin-left: -1px;
}

/* line 122, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .inline-fields .field.join-left span, form .inline-fields .field.join-left input, form .inline-fields .field.join-left .selectize-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 128, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .inline-fields .field.short {
  flex: 0;
}

/* line 132, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .inline-fields .field .input-wrapper.with-error {
  z-index: 50;
}

/* line 136, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .inline-fields .field .selectize-input .item {
  white-space: nowrap;
}

/* line 141, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .inline-fields label {
  margin: 0;
  font-size: 1rem;
}

/* line 146, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .inline-fields .expand {
  flex: 1;
}

/* line 152, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .field > label, form .field > .label_with_errors > label {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
  text-align: left;
}

/* line 159, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .field > label + .description, form .field > .label_with_errors > label + .description {
  margin-top: -8px;
  margin-bottom: 4px;
}

/* line 165, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .field.float-label {
  padding: 1em 0 0.5em;
}

/* line 168, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .field.float-label .input-wrapper {
  position: relative;
}

/* line 171, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .field.float-label .input-wrapper > label {
  display: block;
  position: absolute;
  top: 14px;
  color: #bcbcbc;
  left: 0;
  margin: 0;
  padding: 0 16px;
  background: rgba(255, 255, 255, 0);
  transition: all 200ms ease-in-out;
  cursor: text;
  overflow: hidden;
  max-width: calc(100% - 16px);
  white-space: nowrap;
}

/* line 188, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .field.float-label .input-wrapper.center > label {
  left: 50% !important;
  transform: translateX(-50%);
}

/* line 193, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .field.float-label .input-wrapper.center input {
  text-align: center;
}

/* line 198, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .field.float-label .input-wrapper .selectize-control + label {
  left: 1em;
  top: -1rem;
  font-size: 0.8em;
  color: rgba(19, 49, 26, 0.8);
  line-height: 1;
  padding: 0 5px;
  max-width: calc(100% - 20px);
  z-index: 10;
}

/* line 211, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .field.float-label .input-wrapper input::-moz-placeholder, form .field.float-label .input-wrapper textarea::-moz-placeholder {
  opacity: 0;
}
form .field.float-label .input-wrapper input::placeholder, form .field.float-label .input-wrapper textarea::placeholder {
  opacity: 0;
}

/* line 216, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .field.float-label .input-wrapper input:not(:-moz-placeholder) + label, form .field.float-label .input-wrapper textarea:not(:-moz-placeholder) + label {
  left: 1em;
  top: -1rem;
  font-size: 0.8em;
  color: rgba(19, 49, 26, 0.8);
  line-height: 1;
  padding: 0 5px;
  max-width: calc(100% - 20px);
}
form .field.float-label .input-wrapper input:focus + label, form .field.float-label .input-wrapper input:not(:placeholder-shown) + label, form .field.float-label .input-wrapper textarea:focus + label, form .field.float-label .input-wrapper textarea:not(:placeholder-shown) + label {
  left: 1em;
  top: -1rem;
  font-size: 0.8em;
  color: rgba(19, 49, 26, 0.8);
  line-height: 1;
  padding: 0 5px;
  max-width: calc(100% - 20px);
}

/* line 231, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .field .input-wrapper .prepend {
  padding: 10px 8px 0;
}

/* line 238, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .field .input-wrapper input, form .field .input-wrapper select, form .field .input-wrapper textarea, form .field .input-wrapper .selectize-control, form .field .input-wrapper .field_with_errors {
  flex: 1;
}

/* line 243, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .field .input-wrapper.with-error {
  position: relative;
}

/* line 246, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .field .input-wrapper.with-error .errors {
  font-size: 0.75em;
  line-height: 1;
  flex: 1 1 100%;
  margin-left: 20px;
  position: absolute;
  bottom: 0;
  right: 1em;
  transform: translateY(50%);
  padding: 0.3em;
  color: #cc0000;
  background-color: white;
}

/* line 260, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .field .input-wrapper.with-error label {
  color: #cc0000 !important;
}

/* line 264, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .field .input-wrapper.with-error input {
  border-color: #cc0000;
}

/* line 269, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .field .input-wrapper.with-error.select::after {
  right: 37px;
}

/* line 276, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .base-errors:not(:empty) {
  color: #cc0000 !important;
  border: 1px solid #cc0000;
  padding: 10px;
  border-radius: 10px;
}

/* line 283, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .errors {
  flex: 1 0 100%;
  padding-top: 6px;
}

/* line 288, app/assets/stylesheets/application/layouts/application/_forms.scss */
form input {
  width: 100%;
  padding: 10px;
  font-size: 1rem;
  font-family: 'Poppins', sans-serif;
}

/* line 294, app/assets/stylesheets/application/layouts/application/_forms.scss */
form input::-moz-placeholder {
  color: #bcbcbc;
  text-transform: uppercase;
}
form input::placeholder {
  color: #bcbcbc;
  text-transform: uppercase;
}

/* line 299, app/assets/stylesheets/application/layouts/application/_forms.scss */
form input[type='text'], form input[type='password'], form input[type='email'], form input[type='tel'], form input[type='url'], form input[type='number'] {
  font-size: 16px;
  line-height: 32px;
  padding: 8px 24px 5px;
  outline: none;
  border-radius: 1.3em;
  border: solid 1px #bcbcbc;
}

/* line 311, app/assets/stylesheets/application/layouts/application/_forms.scss */
form input:disabled {
  cursor: not-allowed;
}

/* line 316, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .checkbox {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* line 320, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .checkbox input[type='checkbox'] {
  display: none;
}

/* line 324, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .checkbox label {
  display: inline-grid;
  grid-auto-flow: column;
  align-items: center;
  margin-bottom: 12px;
}

/* line 330, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .checkbox label:before {
  border: 1px solid;
  content: '';
  line-height: 40px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  font-size: 35px;
  margin-right: 0.5em;
}

/* line 345, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .checkbox.with-error label {
  grid-area: label;
  margin-right: 38px;
  color: #cc0000;
}

/* line 351, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .checkbox.with-error label:before {
  border-color: #cc0000;
}

/* line 356, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .checkbox.with-error .errors {
  margin-top: -14px;
  margin-bottom: 8px;
}

/* line 361, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .checkbox.with-error.multiple::after {
  content: none;
}

/* line 366, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .checkbox input:checked + label:before {
  background-image: url(/assets/check-5d70afd63fe4bfcf65210a9b7a845bfc86dc57c61b2fcdb035bc67476dba03a8.svg);
  background-size: 75% 75%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* line 374, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .checkbox.small label:before {
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 24px;
}

/* line 383, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .visibility-checkbox {
  margin-top: -7px;
}

/* line 387, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .visibility-checkbox label:before {
  content: '\f06e';
  display: inline-block;
  font-size: 20px;
  height: 40px;
  margin-bottom: 0.2em;
  margin-left: -9px;
  margin-right: 0.5em;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  width: 40px;
}

/* line 401, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .visibility-checkbox label:after {
  content: attr(data-unchecked);
  margin-left: -18px;
}

/* line 407, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .visibility-checkbox input[type='checkbox'] {
  display: none;
}

/* line 412, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .visibility-checkbox input:checked + label:before {
  content: '\f070';
}

/* line 416, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .visibility-checkbox input:checked + label:after {
  content: attr(data-checked);
}

/* line 421, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .radios.with-error {
  color: #cc0000;
  border: 1px solid #cc0000;
  border-radius: 10px;
  padding: 0 8px;
  margin-bottom: 8px;
}

/* line 428, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .radios.with-error .errors {
  margin-top: 0;
  margin-bottom: 4px;
  color: #cc0000;
  font-size: 14px;
}

/* line 434, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .radios.with-error > label {
  color: #cc0000;
}

/* line 439, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .radio {
  position: relative;
}

/* line 442, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .radio label {
  display: inline-flex;
  margin: 0 0 10px;
  align-items: center;
}

/* line 447, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .radio label span {
  margin: 0;
}

/* line 452, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .radio label::before {
  content: '';
  display: inline-block;
  background-color: #6a7169;
  width: 20px;
  height: 20px;
  background-size: 18px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
  transition: background-color 150ms ease;
  border: 3px solid #474747;
}

/* line 467, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .radio input {
  display: none;
}

/* line 470, app/assets/stylesheets/application/layouts/application/_forms.scss */
form .radio input:checked + label::before {
  background-color: #0C6B1F;
}

/* line 476, app/assets/stylesheets/application/layouts/application/_forms.scss */
form select {
  width: 100%;
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: white;
  background-position: calc(100% - 16px) 50%;
  background-repeat: no-repeat;
  background-image: url(/assets/misc/select_icon-3a11078447f28859674152b8462c8d0ab66f563613bb2e68588c84c0e3884306.png);
  font-size: 16px;
  line-height: 32px;
  padding: 8px 16px;
  outline: none;
  border-radius: 1.3em;
  border: solid 1px #bcbcbc;
}

/* line 493, app/assets/stylesheets/application/layouts/application/_forms.scss */
form select:disabled {
  cursor: not-allowed;
}

/* line 499, app/assets/stylesheets/application/layouts/application/_forms.scss */
textarea {
  width: 100%;
  padding: 8px 16px;
  border: 1px solid #bcbcbc;
  vertical-align: bottom;
  outline: none;
  font-size: 16px;
  line-height: 1.5em;
  resize: none;
  border-radius: 25px;
  font-family: 'Poppins', sans-serif;
}

/* line 511, app/assets/stylesheets/application/layouts/application/_forms.scss */
textarea::-moz-placeholder {
  color: #bcbcbc;
  text-transform: uppercase;
}
textarea::placeholder {
  color: #bcbcbc;
  text-transform: uppercase;
}

/* line 518, app/assets/stylesheets/application/layouts/application/_forms.scss */
textarea:disabled {
  cursor: not-allowed;
}

/* line 527, app/assets/stylesheets/application/layouts/application/_forms.scss */
.checkbox-group {
  margin-top: 1.5em;
}

/* line 536, app/assets/stylesheets/application/layouts/application/_forms.scss */
.dark-form form .input-wrapper.with-error .errors {
  padding: 4px 10px;
  color: #fff;
}

/* line 546, app/assets/stylesheets/application/layouts/application/_forms.scss */
.card-form label {
  color: #6a7169;
}

/* line 550, app/assets/stylesheets/application/layouts/application/_forms.scss */
.card-form input::-moz-placeholder {
  color: #6a7169;
}
.card-form input::placeholder {
  color: #6a7169;
}

/* line 554, app/assets/stylesheets/application/layouts/application/_forms.scss */
.card-form input[type='text'], .card-form input[type='password'], .card-form input[type='email'], .card-form input[type='tel'], .card-form input[type='url'], .card-form input[type='number'] {
  border: solid 1px #474747;
  background-color: #f5f5f5;
  color: #000;
}

/* line 562, app/assets/stylesheets/application/layouts/application/_forms.scss */
.card-form .selectize-input {
  border: solid 1px #474747;
  background-color: #f5f5f5;
  color: #000;
}

/* line 567, app/assets/stylesheets/application/layouts/application/_forms.scss */
.card-form .selectize-input.full {
  background-color: #f5f5f5;
}

/* line 571, app/assets/stylesheets/application/layouts/application/_forms.scss */
.card-form .selectize-input.disabled {
  background-color: #f5f5f5;
  opacity: 0.5;
}

/* line 7, app/assets/stylesheets/application/layouts/application/_section.scss */
.main-content article.white, .main-content section.white {
  background-color: white;
}

/* line 12, app/assets/stylesheets/application/layouts/application/_section.scss */
.main-content header.section-header {
  margin-bottom: calc(2em - 7px);
}

@media (max-width: 1200px) {
  /* line 12, app/assets/stylesheets/application/layouts/application/_section.scss */
  .main-content header.section-header {
    margin-left: 8px;
  }
}

/* line 19, app/assets/stylesheets/application/layouts/application/_section.scss */
.main-content header.section-header:after {
  content: '';
  display: inline-block;
  width: 80px;
  margin-top: 10px;
}

@media (max-width: 600px) {
  /* line 12, app/assets/stylesheets/application/layouts/application/_section.scss */
  .main-content header.section-header {
    text-align: center;
  }
}

/* line 31, app/assets/stylesheets/application/layouts/application/_section.scss */
.main-content section.basic {
  background-color: white;
  margin-bottom: 40px;
  padding: 64px;
  box-shadow: 1px 1px 3px 0 #bcbcbc;
}

/* line 42, app/assets/stylesheets/application/layouts/application/_section.scss */
.main-content section.basic header.section-header {
  margin-left: 0;
}

/* line 45, app/assets/stylesheets/application/layouts/application/_section.scss */
.main-content section.basic header.section-header h1 {
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.31;
  letter-spacing: 1px;
}

@media (max-width: 600px) {
  /* line 45, app/assets/stylesheets/application/layouts/application/_section.scss */
  .main-content section.basic header.section-header h1 {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: normal;
  }
}

/* line 49, app/assets/stylesheets/application/layouts/application/_section.scss */
.main-content section.basic header.section-header h1, .main-content section.basic header.section-header h2, .main-content section.basic header.section-header h3 {
  margin-top: 0;
}

/* line 54, app/assets/stylesheets/application/layouts/application/_section.scss */
.main-content section.basic .hard-lower {
  margin: 64px -64px -64px -64px;
}

@media (max-width: 768px) {
  /* line 54, app/assets/stylesheets/application/layouts/application/_section.scss */
  .main-content section.basic .hard-lower {
    margin: 32px -32px -32px -32px;
  }
}

@media (max-width: 600px) {
  /* line 54, app/assets/stylesheets/application/layouts/application/_section.scss */
  .main-content section.basic .hard-lower {
    margin: 16px -16px -16px -16px;
  }
}

@media (max-width: 768px) {
  /* line 31, app/assets/stylesheets/application/layouts/application/_section.scss */
  .main-content section.basic {
    padding: 32px;
  }
}

@media (max-width: 600px) {
  /* line 31, app/assets/stylesheets/application/layouts/application/_section.scss */
  .main-content section.basic {
    padding: 16px;
  }
}

/* line 74, app/assets/stylesheets/application/layouts/application/_section.scss */
.main-content section.basic:last-child {
  margin-bottom: 0;
}

/* line 79, app/assets/stylesheets/application/layouts/application/_section.scss */
.main-content p {
  margin-bottom: 2em;
}

/* line 83, app/assets/stylesheets/application/layouts/application/_section.scss */
.main-content hr.basic {
  margin: 1.5rem 0;
}

/* line 87, app/assets/stylesheets/application/layouts/application/_section.scss */
.main-content .two-col-grid {
  display: grid;
  justify-content: center;
  grid-template-areas: 'header header header' 'col-left . col-right' 'footer footer footer';
  grid-template-columns: minmax(300px, 400px) minmax(30px, 150px) minmax(300px, 400px);
}

@media (max-width: 768px) {
  /* line 87, app/assets/stylesheets/application/layouts/application/_section.scss */
  .main-content .two-col-grid {
    grid-template-columns: minmax(280px, 500px);
    grid-template-areas: 'header' 'col-left' 'col-right' 'footer';
  }
}

/* line 103, app/assets/stylesheets/application/layouts/application/_section.scss */
.main-content .two-col-grid > header {
  grid-area: header;
  grid-row: auto;
}

/* line 108, app/assets/stylesheets/application/layouts/application/_section.scss */
.main-content .two-col-grid > .legend {
  grid-area: header;
  grid-row: auto;
}

/* line 113, app/assets/stylesheets/application/layouts/application/_section.scss */
.main-content .two-col-grid .col-left {
  grid-area: col-left;
  grid-row: auto;
}

/* line 117, app/assets/stylesheets/application/layouts/application/_section.scss */
.main-content .two-col-grid .col-right {
  grid-area: col-right;
  grid-row: auto;
}

/* line 122, app/assets/stylesheets/application/layouts/application/_section.scss */
.main-content .two-col-grid > footer {
  grid-area: footer;
  grid-row: auto;
}

/* line 1, app/assets/stylesheets/application/components/_flash.scss */
.application-flash, .top-banners {
  position: relative;
  z-index: 700;
}

/* line 5, app/assets/stylesheets/application/components/_flash.scss */
.application-flash .flash, .top-banners .flash {
  background-color: white;
  padding: 0;
  animation: none;
  margin-bottom: 0;
}

/* line 11, app/assets/stylesheets/application/components/_flash.scss */
.application-flash .flash:empty, .top-banners .flash:empty {
  display: none;
}

/* line 15, app/assets/stylesheets/application/components/_flash.scss */
.application-flash .flash .container, .top-banners .flash .container {
  padding: 16px;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 601px) {
  /* line 15, app/assets/stylesheets/application/components/_flash.scss */
  .application-flash .flash .container, .top-banners .flash .container {
    align-items: center;
  }
}

/* line 26, app/assets/stylesheets/application/components/_flash.scss */
.application-flash .flash .close-button, .top-banners .flash .close-button {
  width: 20px;
  height: 20px;
  background: url(/assets/misc/cross_dark-2a6696b63125b665345a4a501ba76970a9c802c12ecb4919d90552b6a2f0e0d6.svg) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  order: 2;
  flex: 0 0 20px;
}

/* line 36, app/assets/stylesheets/application/components/_flash.scss */
.application-flash .flash .message, .top-banners .flash .message {
  overflow: hidden;
  text-align: left;
}

@media (min-width: 601px) {
  /* line 36, app/assets/stylesheets/application/components/_flash.scss */
  .application-flash .flash .message, .top-banners .flash .message {
    display: flex;
    order: 1;
    flex: 1;
    align-items: center;
  }
}

/* line 47, app/assets/stylesheets/application/components/_flash.scss */
.application-flash .flash .message strong, .top-banners .flash .message strong {
  margin-right: 8px;
}

/* line 51, app/assets/stylesheets/application/components/_flash.scss */
.application-flash .flash .message a:not(.btn), .top-banners .flash .message a:not(.btn) {
  text-decoration: underline;
}

@media (min-width: 601px) {
  /* line 55, app/assets/stylesheets/application/components/_flash.scss */
  .application-flash .flash .message .btn-container, .top-banners .flash .message .btn-container {
    justify-content: flex-end;
    padding: 0 15px;
    margin: 0 0 0 auto;
  }
}

@media (min-width: 601px) {
  /* line 62, app/assets/stylesheets/application/components/_flash.scss */
  .application-flash .flash .message .btn-container .btn, .top-banners .flash .message .btn-container .btn {
    margin-bottom: 0;
  }
}

/**
 * selectize.bootstrap3.css (v0.12.2) - Bootstrap 3 Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
/* line 16, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #ffffff;
}

/* line 24, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}

/* line 28, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* line 32, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-dropdown-header {
  position: relative;
  padding: 3px 12px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 4px 4px 0 0;
}

/* line 41, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-dropdown-header-close {
  position: absolute;
  right: 12px;
  top: 50%;
  color: #333333;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

/* line 51, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-dropdown-header-close:hover {
  color: #000000;
}

/* line 54, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box;
}

/* line 62, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

/* line 65, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

/* line 68, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

/* line 71, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

/* line 75, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 1px 0 0 0;
  border-left: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}

/* line 99, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 102, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-control.plugin-remove_button .active[data-value] .remove {
  border-left-color: rgba(0, 0, 0, 0);
}

/* line 105, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

/* line 108, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: rgba(77, 77, 77, 0);
}

/* line 111, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 28px;
  top: 6px;
  font-size: 23px;
}

/* line 117, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-control {
  position: relative;
}

/* line 120, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #333333;
  font-family: inherit;
  font-size: inherit;
  line-height: 20px;
  -webkit-font-smoothing: inherit;
}

/* line 129, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}

/* line 135, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-input {
  border: 1px solid #cccccc;
  padding: 6px 12px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 4px;
}

/* line 152, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 12px 2px;
}

/* line 155, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-input.full {
  background-color: #ffffff;
}

/* line 158, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

/* line 162, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

/* line 166, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-input.dropdown-active {
  border-radius: 4px 4px 0 0;
}

/* line 171, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 178, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 1px 3px;
  background: #efefef;
  color: #333333;
  border: 0 solid rgba(0, 0, 0, 0);
}

/* line 186, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-control.multi .selectize-input > div.active {
  background: #428bca;
  color: #ffffff;
  border: 0 solid rgba(0, 0, 0, 0);
}

/* line 191, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #808080;
  background: #ffffff;
  border: 0 solid rgba(77, 77, 77, 0);
}

/* line 197, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  box-shadow: none !important;
}

/* line 212, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-input > input::-ms-clear {
  display: none;
}

/* line 215, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-input > input:focus {
  outline: none !important;
}

/* line 218, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}

/* line 223, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #ffffff;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 233, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 4px 4px;
}

/* line 249, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

/* line 253, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(255, 237, 40, 0.4);
  border-radius: 1px;
}

/* line 259, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 3px 12px;
}

/* line 263, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

/* line 266, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-dropdown .optgroup-header {
  color: #777777;
  background: #ffffff;
  cursor: default;
}

/* line 271, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-dropdown .active {
  background-color: #f5f5f5;
  color: #262626;
}

/* line 275, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-dropdown .active.create {
  color: #262626;
}

/* line 278, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-dropdown .create {
  color: rgba(51, 51, 51, 0.5);
}

/* line 281, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}

/* line 286, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

/* line 290, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

/* line 294, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #333333 transparent transparent transparent;
}

/* line 307, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #333333 transparent;
}

/* line 312, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-control.rtl.single .selectize-input:after {
  left: 17px;
  right: auto;
}

/* line 316, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

/* line 319, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #ffffff;
}

/* line 323, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-dropdown,
.selectize-dropdown.form-control {
  height: auto;
  padding: 0;
  margin: 2px 0 0 0;
  z-index: 1000;
  background: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/* line 338, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-dropdown .optgroup-header {
  font-size: 12px;
  line-height: 1.42857143;
}

/* line 342, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-dropdown .optgroup:first-child:before {
  display: none;
}

/* line 345, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-dropdown .optgroup:before {
  content: ' ';
  display: block;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  margin-left: -12px;
  margin-right: -12px;
}

/* line 355, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-dropdown-content {
  padding: 5px 0;
}

/* line 358, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-dropdown-header {
  padding: 6px 12px;
}

/* line 361, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-input {
  min-height: 34px;
}

/* line 364, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-input.dropdown-active {
  border-radius: 4px;
}

/* line 369, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-input.dropdown-active::before {
  display: none;
}

/* line 372, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-input.focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 378, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.has-error .selectize-input {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 383, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.has-error .selectize-input:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 388, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-control.multi .selectize-input.has-items {
  padding-left: 9px;
  padding-right: 9px;
}

/* line 392, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.selectize-control.multi .selectize-input > div {
  border-radius: 3px;
}

/* line 397, vendor/assets/bower_components/selectize/dist/css/selectize.bootstrap3.css */
.form-control.selectize-control {
  padding: 0;
  height: auto;
  border: none;
  background: none;
  box-shadow: none;
  border-radius: 0;
}

/* line 3, app/assets/stylesheets/application/components/_selects.scss */
.selectize-dropdown [data-selectable],
.selectize-dropdown .no-results {
  padding: 5px 8px;
}

/* line 7, app/assets/stylesheets/application/components/_selects.scss */
.selectize-dropdown .active.create,
.selectize-dropdown .active.no-results {
  color: #495c68;
}

/* line 11, app/assets/stylesheets/application/components/_selects.scss */
.selectize-dropdown .create,
.selectize-dropdown .no-results {
  color: rgba(48, 48, 48, 0.5);
}

/* line 16, app/assets/stylesheets/application/components/_selects.scss */
.selectize-control {
  max-width: 100%;
}

/* line 20, app/assets/stylesheets/application/components/_selects.scss */
.selectize-dropdown .optgroup:before {
  content: none;
}

/* line 24, app/assets/stylesheets/application/components/_selects.scss */
.selectize-dropdown .optgroup-header {
  padding: 9px 12px;
}

/* line 28, app/assets/stylesheets/application/components/_selects.scss */
.selectize-control::before {
  content: '';
  background-image: url(/assets/spinner-1c463dafe864f9bdd83fcf1416e197a7a9b1d76932765d9dfc0ca7fad7dc31d1.gif);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50% 0;
  pointer-events: none;
  transition: opacity 0.2s;
  z-index: 2;
  position: absolute;
  display: block;
  top: 12px;
  right: 34px;
  width: 25px;
  height: 25px;
  opacity: 0;
}

/* line 46, app/assets/stylesheets/application/components/_selects.scss */
.selectize-control.loading::before {
  opacity: 0.4;
}

/* line 53, app/assets/stylesheets/application/components/_selects.scss */
.selectize-control {
  line-height: 0;
}

/* line 56, app/assets/stylesheets/application/components/_selects.scss */
.selectize-control .selectize-input {
  line-height: 32px;
}

/* line 61, app/assets/stylesheets/application/components/_selects.scss */
.selectize-dropdown,
.selectize-input,
.selectize-input input,
form .selectize-input input {
  line-height: 32px;
  font-size: 16px;
}

/* line 68, app/assets/stylesheets/application/components/_selects.scss */
.selectize-dropdown::-moz-placeholder, .selectize-input::-moz-placeholder, .selectize-input input::-moz-placeholder, form .selectize-input input::-moz-placeholder {
  text-transform: none;
}
.selectize-dropdown::placeholder,
.selectize-input::placeholder,
.selectize-input input::placeholder,
form .selectize-input input::placeholder {
  text-transform: none;
}

/* line 73, app/assets/stylesheets/application/components/_selects.scss */
.selectize-dropdown,
.selectize-dropdown.form-control {
  z-index: 10000001;
  text-align: initial;
}

/* Selected items */
/* line 80, app/assets/stylesheets/application/components/_selects.scss */
.selectize-control.single > .selectize-input {
  padding: 0 0 0 16px;
}

/* line 83, app/assets/stylesheets/application/components/_selects.scss */
.selectize-control.single > .selectize-input.has-items {
  padding: 0 0 0 16px;
}

/* line 87, app/assets/stylesheets/application/components/_selects.scss */
.selectize-control.single > .selectize-input > div.item, .selectize-control.single > .selectize-input input {
  padding: 8px 0 5px !important;
  margin-bottom: 0;
}

/* line 92, app/assets/stylesheets/application/components/_selects.scss */
.selectize-control.single > .selectize-input > div.item {
  margin-right: 5px;
}

/* line 98, app/assets/stylesheets/application/components/_selects.scss */
.selectize-control.multi > .selectize-input.has-items {
  padding-top: 4px;
  padding-bottom: 3px;
}

/* line 103, app/assets/stylesheets/application/components/_selects.scss */
.selectize-control.multi > .selectize-input div.item {
  background-color: white;
  border: 1px solid;
  padding: 0px 30px 0px 14px;
  position: relative;
  cursor: default;
  margin: 2px 3px 2px 0;
  font-size: 16px;
  border-radius: 0.75em;
  line-height: 20px;
}

/* line 114, app/assets/stylesheets/application/components/_selects.scss */
.selectize-control.multi > .selectize-input div.item.active {
  border: inherit;
  color: inherit;
  background: white;
}

/* line 120, app/assets/stylesheets/application/components/_selects.scss */
.selectize-control.multi > .selectize-input div.item span.remove {
  position: absolute;
  background: url(/assets/cross_dark-3a9f6bf7f211d487ac9243e43371c81a1b373bc86585635a1ead199a21d8452a.svg) no-repeat 50% 50%;
  background-size: 40% 40%;
  width: 28px;
  height: 100%;
  top: 0;
  right: 0;
  cursor: pointer;
}

/* line 133, app/assets/stylesheets/application/components/_selects.scss */
.selectize-dropdown-content {
  max-height: 400px;
  padding: 0;
}

/* line 145, app/assets/stylesheets/application/components/_selects.scss */
.selectize-control.single.keyboard > .selectize-input,
.selectize-control.single.keyboard > .selectize-input.dropdown-active {
  padding-right: 2em;
}

/* line 149, app/assets/stylesheets/application/components/_selects.scss */
.selectize-control.single.keyboard > .selectize-input::before,
.selectize-control.single.keyboard > .selectize-input.dropdown-active::before {
  content: '';
  height: 40px;
  width: 40px;
  position: absolute;
  right: 3px;
  top: 3px;
  background-image: url(/assets/misc/search-1d34978d1edb59127f3db3aa664a1fdd1bb65aa1acc03de905751861ccad914e.svg);
  background-size: 100% 100%;
}

/* line 162, app/assets/stylesheets/application/components/_selects.scss */
.selectize-control.single.keyboard > .selectize-input:after,
.selectize-control.single.keyboard > .selectize-input.dropdown-active:after {
  border: none;
}

/* line 166, app/assets/stylesheets/application/components/_selects.scss */
.field_with_errors .selectize-control.single.keyboard > .selectize-input, .field_with_errors .selectize-control.single.keyboard > .selectize-input.dropdown-active {
  padding-right: 56px;
}

/* line 169, app/assets/stylesheets/application/components/_selects.scss */
.field_with_errors .selectize-control.single.keyboard > .selectize-input:before, .field_with_errors .selectize-control.single.keyboard > .selectize-input.dropdown-active:before {
  right: 25px;
}

/* line 176, app/assets/stylesheets/application/components/_selects.scss */
.selectize-control.single.nokeyboard > .selectize-input, .selectize-control.single.nokeyboard > .selectize-input.dropdown-active {
  cursor: pointer !important;
  padding-right: 2em;
}

/* line 180, app/assets/stylesheets/application/components/_selects.scss */
.selectize-control.single.nokeyboard > .selectize-input input, .selectize-control.single.nokeyboard > .selectize-input.dropdown-active input {
  width: 0 !important;
}

/* line 187, app/assets/stylesheets/application/components/_selects.scss */
.selectize-control.multi > .selectize-input.has-items {
  padding-right: 55px;
}

/* line 191, app/assets/stylesheets/application/components/_selects.scss */
.selectize-control.multi > .selectize-input::before {
  content: '';
  height: 40px;
  width: 40px;
  position: absolute;
  right: 3px;
  top: 3px;
  background-image: url(/assets/misc/plus-9ec7c97c215afea20a40362a3637c5d730b01164df46bb8b89459ca83848b5ed.svg);
  background-size: 100% 100%;
}

/* line 203, app/assets/stylesheets/application/components/_selects.scss */
.selectize-control.multi > .selectize-input::after {
  content: none;
}

/* line 207, app/assets/stylesheets/application/components/_selects.scss */
.field_with_errors .selectize-control.multi > .selectize-input {
  padding-right: 56px;
}

/* line 209, app/assets/stylesheets/application/components/_selects.scss */
.field_with_errors .selectize-control.multi > .selectize-input:before {
  right: 30px;
}

/* line 216, app/assets/stylesheets/application/components/_selects.scss */
.selectize-input {
  line-height: 32px;
  min-height: 44px;
  font-size: 16px;
  padding: 8px 24px 5px;
  outline: none;
  border-radius: 1.5em;
}

/* line 226, app/assets/stylesheets/application/components/_selects.scss */
.selectize-input.dropdown-active {
  border-radius: 1.5em;
}

/* Dropdown items */
/* line 235, app/assets/stylesheets/application/components/_selects.scss */
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

/* Selectize Loading Placeholder */
/* line 247, app/assets/stylesheets/application/components/_selects.scss */
.selectize-loading {
  margin-bottom: 10px;
}

/* Description in selectize controls */
/* line 252, app/assets/stylesheets/application/components/_selects.scss */
.selectize-control .selectize-dropdown .description {
  display: block;
  opacity: 0.5;
}

/* line 257, app/assets/stylesheets/application/components/_selects.scss */
.input-wrapper.select {
  line-height: 1;
}

/* line 261, app/assets/stylesheets/application/components/_selects.scss */
.input-wrapper.select.with-error .selectize-input {
  border-color: #cc0000;
}

/* line 265, app/assets/stylesheets/application/components/_selects.scss */
.input-wrapper.select.with-error .errors {
  z-index: 10;
}

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

/* line 13, vendor/assets/bower_components/animate.css/source/fading_entrances/fadeInDown.css */
.fadeInDown {
  animation-name: fadeInDown;
}

/* line 14, app/assets/stylesheets/application/components/_modal.scss */
body.with-modal {
  overflow: hidden;
}

/* line 18, app/assets/stylesheets/application/components/_modal.scss */
a.modal-link, body.profiles .certifications .certification .white header .controls a.delete, body.profiles .work-histories .work-history .controls a.delete {
  cursor: pointer;
}

/* line 25, app/assets/stylesheets/application/components/_modal.scss */
.modal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11000;
  display: none;
  padding: calc((10vw - 60px)) calc((10vw - 60px)) 0;
  text-align: center;
}

/* line 38, app/assets/stylesheets/application/components/_modal.scss */
.modal-overlay::before {
  content: '';
  display: inline-block;
  height: calc(100vh - (2 * (10vw - 60px)));
  vertical-align: middle;
}

@media (max-width: 600px) {
  /* line 25, app/assets/stylesheets/application/components/_modal.scss */
  .modal-overlay {
    padding: 0;
  }
  /* line 48, app/assets/stylesheets/application/components/_modal.scss */
  .modal-overlay::before {
    height: 100vh;
  }
}

@media (min-width: 1100px) {
  /* line 25, app/assets/stylesheets/application/components/_modal.scss */
  .modal-overlay {
    padding: 50px 50px;
  }
}

/* line 58, app/assets/stylesheets/application/components/_modal.scss */
.modal-overlay .modal {
  text-align: left;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: white;
  padding: 0;
  max-height: calc(100vh - (2 * (10vw - 60px)));
  border: none;
  border-radius: 45px;
  max-width: 800px;
  width: 100%;
  margin: auto;
  border: none;
}

@media (min-width: 1100px) {
  /* line 58, app/assets/stylesheets/application/components/_modal.scss */
  .modal-overlay .modal {
    max-height: calc(100vh - 100px);
  }
}

/* line 79, app/assets/stylesheets/application/components/_modal.scss */
.modal-overlay .modal .modal-load-error {
  display: flex;
  justify-content: center;
  font-size: 18px;
}

/* line 85, app/assets/stylesheets/application/components/_modal.scss */
.modal-overlay .modal > header, .modal-overlay .modal > .container-wrapper > article {
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 16px;
}

@media (max-width: 600px) {
  /* line 85, app/assets/stylesheets/application/components/_modal.scss */
  .modal-overlay .modal > header, .modal-overlay .modal > .container-wrapper > article {
    padding-left: calc(10vw - 10px);
    padding-right: calc(10vw - 10px);
  }
}

/* line 90, app/assets/stylesheets/application/components/_modal.scss */
.modal-overlay .modal.no-padding > .container-wrapper > article {
  padding: 0;
}

/* line 95, app/assets/stylesheets/application/components/_modal.scss */
.modal-overlay .modal > header {
  display: inline-block;
  width: 100%;
  position: relative;
  padding-top: 30px;
  z-index: 50;
}

/* line 102, app/assets/stylesheets/application/components/_modal.scss */
.modal-overlay .modal > header h3 {
  font-size: 26px;
  line-height: 1.31;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 10px;
  margin-top: 0;
  color: #0C6B1F;
}

@media (max-width: 600px) {
  /* line 102, app/assets/stylesheets/application/components/_modal.scss */
  .modal-overlay .modal > header h3 {
    font-size: 22px;
  }
}

/* line 112, app/assets/stylesheets/application/components/_modal.scss */
.modal-overlay .modal > header h3:after {
  content: '';
  display: block;
  width: 80px;
  margin-top: 10px;
}

/* line 121, app/assets/stylesheets/application/components/_modal.scss */
.modal-overlay .modal > .container-wrapper {
  overflow: auto;
  position: relative;
  min-height: 200px;
}

/* line 126, app/assets/stylesheets/application/components/_modal.scss */
.modal-overlay .modal > .container-wrapper > .loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  z-index: 30;
  text-align: center;
}

/* line 136, app/assets/stylesheets/application/components/_modal.scss */
.modal-overlay .modal > .container-wrapper > .loader::before {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

/* line 143, app/assets/stylesheets/application/components/_modal.scss */
.modal-overlay .modal > .container-wrapper > .loader::after {
  content: "\f110";
  display: inline-block;
  font-size: 40px;
  animation: fa-spin 1s infinite steps(8);
}

/* line 151, app/assets/stylesheets/application/components/_modal.scss */
.modal-overlay .modal > .container-wrapper > article {
  position: relative;
}

/* line 154, app/assets/stylesheets/application/components/_modal.scss */
.modal-overlay .modal > .container-wrapper > article .modal-header, .modal-overlay .modal > .container-wrapper > article .modal-footer {
  display: none;
}

/* line 158, app/assets/stylesheets/application/components/_modal.scss */
.modal-overlay .modal > .container-wrapper > article .modal-body {
  margin: 0;
}

/* line 162, app/assets/stylesheets/application/components/_modal.scss */
.modal-overlay .modal > .container-wrapper > article::after {
  content: '';
  display: table;
  clear: both;
}

/* line 170, app/assets/stylesheets/application/components/_modal.scss */
.modal-overlay .modal > .modal-close {
  position: absolute;
  z-index: 101;
  top: 30px;
  right: 30px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  background-color: #f5f5f5;
  border-radius: 25px;
  transition: all .2s ease-in-out;
}

/* line 183, app/assets/stylesheets/application/components/_modal.scss */
.modal-overlay .modal > .modal-close::after {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/assets/icons/Close-b986976fee24561becd03e431ff4ac79202e6c510aa4ff64589af639885b2341.svg) center;
}

/* line 198, app/assets/stylesheets/application/components/_modal.scss */
.modal-overlay .modal > .modal-close:hover {
  background-color: #dcffda;
  border-radius: 25px;
}

/* line 205, app/assets/stylesheets/application/components/_modal.scss */
.modal-overlay.open {
  display: flex;
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 212, app/assets/stylesheets/application/components/_modal.scss */
.modal .btn.primary {
  border-color: #3CCD5B;
}

@keyframes appear-after {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* line 8, app/assets/stylesheets/application/components/_loader.scss */
body.loading {
  overflow: hidden;
}

/* line 12, app/assets/stylesheets/application/components/_loader.scss */
body #main-loader {
  position: fixed;
  top: -100px;
  left: -100px;
  right: -100px;
  bottom: -100px;
  background-color: white;
  z-index: 90000;
  padding: 100px;
  text-align: center;
}

/* line 23, app/assets/stylesheets/application/components/_loader.scss */
body #main-loader::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 90%;
}

/* line 30, app/assets/stylesheets/application/components/_loader.scss */
body #main-loader .content {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  opacity: 1;
  animation: appear-after 2s;
}

/* line 39, app/assets/stylesheets/application/components/_loader.scss */
body #main-loader .content .logo {
  margin: 0 auto 40px;
  width: 200px;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2);
  }
  20% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.2);
  }
  40% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes col {
  0% {
    fill: #13311a;
  }
  20% {
    fill: #12b2fe;
  }
  40% {
    fill: #0C6B1F;
  }
  60% {
    fill: #ffd318;
  }
  80% {
    fill: #f2f2f2;
  }
  100% {
    fill: #13311a;
  }
}

/* line 61, app/assets/stylesheets/application/components/_loader.scss */
body #main-loader .content .logo svg {
  animation: pulse 0.85s linear infinite;
}

/* line 64, app/assets/stylesheets/application/components/_loader.scss */
body #main-loader .content .logo svg path {
  fill: #0C6B1F;
  animation: col 2s linear infinite;
}

/* line 71, app/assets/stylesheets/application/components/_loader.scss */
body #main-loader .content header {
  font-size: 40px;
}

@media (max-width: 600px) {
  /* line 30, app/assets/stylesheets/application/components/_loader.scss */
  body #main-loader .content {
    font-size: 18px;
  }
  /* line 78, app/assets/stylesheets/application/components/_loader.scss */
  body #main-loader .content .logo {
    width: 200px;
    margin-bottom: 60px;
  }
  /* line 83, app/assets/stylesheets/application/components/_loader.scss */
  body #main-loader .content header {
    font-size: 30px;
  }
}

/* line 92, app/assets/stylesheets/application/components/_loader.scss */
body.dark #main-loader header {
  color: white;
}

/* line 96, app/assets/stylesheets/application/components/_loader.scss */
body.disable-loader {
  overflow: initial;
  overflow-x: hidden;
}

/* line 100, app/assets/stylesheets/application/components/_loader.scss */
body.disable-loader #main-loader {
  display: none;
}

/* line 1, app/assets/stylesheets/application/components/_page_header.scss */
header.page-header {
  position: relative;
}

/* line 4, app/assets/stylesheets/application/components/_page_header.scss */
header.page-header .title {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 14px;
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}

@media (min-width: 601px) {
  /* line 4, app/assets/stylesheets/application/components/_page_header.scss */
  header.page-header .title {
    min-height: 118px;
    padding: 16px 30px;
    min-height: 100px;
  }
}

@media (min-width: 1240px) {
  /* line 4, app/assets/stylesheets/application/components/_page_header.scss */
  header.page-header .title {
    padding: 16px 0px;
  }
}

/* line 23, app/assets/stylesheets/application/components/_page_header.scss */
header.page-header h1 {
  font: 30px "Poppins", sans-serif;
  line-height: 1.33;
  margin: 0 15px 0 0;
  letter-spacing: normal;
  color: #0C6B1F;
}

/* line 31, app/assets/stylesheets/application/components/_page_header.scss */
.main-content > section header.page-header:after {
  display: none;
}

/* line 34, app/assets/stylesheets/application/components/_page_header.scss */
header.page-header .navbar {
  min-height: 12px;
}

/* line 37, app/assets/stylesheets/application/components/_page_header.scss */
header.page-header .navbar nav {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

/* line 41, app/assets/stylesheets/application/components/_page_header.scss */
header.page-header .navbar nav .nav-item {
  padding: 8px 20px;
  text-transform: uppercase;
  min-height: 49px;
  line-height: 2.14;
  position: relative;
  font-size: 14px;
}

/* line 49, app/assets/stylesheets/application/components/_page_header.scss */
header.page-header .navbar nav .nav-item:hover, header.page-header .navbar nav .nav-item.active {
  cursor: pointer;
}

/* line 2, app/assets/stylesheets/application/components/_approximate-location.scss */
.approximate-location .location-controls-wrapper {
  position: relative;
}

/* line 6, app/assets/stylesheets/application/components/_approximate-location.scss */
.approximate-location label {
  position: absolute;
  left: 1em;
  top: -0.3em;
  font-size: 0.8em !important;
  color: rgba(19, 49, 26, 0.8);
  line-height: 1;
  padding: 0 5px;
  max-width: calc(100% - 20px);
  z-index: 10;
}

/* line 20, app/assets/stylesheets/application/components/_approximate-location.scss */
.approximate-location .location-controls .location-select-wrapper {
  display: flex;
}

/* line 23, app/assets/stylesheets/application/components/_approximate-location.scss */
.approximate-location .location-controls .location-select-wrapper .input-wrapper {
  flex: 1;
}

/* line 32, app/assets/stylesheets/application/components/_approximate-location.scss */
.approximate-location .location-controls .hint {
  margin-top: 8px;
  font-size: 0.9em;
}

/* line 38, app/assets/stylesheets/application/components/_approximate-location.scss */
.approximate-location .location-results {
  flex: 1;
}

/* line 41, app/assets/stylesheets/application/components/_approximate-location.scss */
.approximate-location .location-results .edit-location {
  margin-left: 8px;
}

/* line 45, app/assets/stylesheets/application/components/_approximate-location.scss */
.approximate-location .location-results .selected-location {
  background-color: white;
  position: relative;
  width: 100%;
  padding: 8px 16px 5px;
  outline: none;
  border-radius: 1.3em;
  border: solid 1px #bcbcbc;
}

/* line 54, app/assets/stylesheets/application/components/_approximate-location.scss */
.approximate-location .location-results .selected-location .name {
  cursor: text;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 60, app/assets/stylesheets/application/components/_approximate-location.scss */
.approximate-location .location-results .selected-location .check {
  position: absolute;
  width: 46px;
  height: 44px;
  top: 0;
  right: 0;
}

/* line 67, app/assets/stylesheets/application/components/_approximate-location.scss */
.approximate-location .location-results .selected-location .check svg {
  margin-top: -2px;
  padding: 0 8px;
}

/* line 75, app/assets/stylesheets/application/components/_approximate-location.scss */
.approximate-location .approx-location {
  color: rgba(19, 49, 26, 0.8);
  font-size: 0.8em;
  line-height: 1.2;
  margin-top: 0.2em;
}

/* line 81, app/assets/stylesheets/application/components/_approximate-location.scss */
.approximate-location .approx-location .approx-location-name {
  display: inline;
  font-style: italic;
}

/* line 87, app/assets/stylesheets/application/components/_approximate-location.scss */
.approximate-location .selectize-input {
  max-height: 46px;
}

/* line 90, app/assets/stylesheets/application/components/_approximate-location.scss */
.approximate-location .selectize-input > div {
  white-space: nowrap;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 32px);
}

/* line 99, app/assets/stylesheets/application/components/_approximate-location.scss */
.approximate-location .errors {
  display: none;
}

/* line 104, app/assets/stylesheets/application/components/_approximate-location.scss */
.approximate-location .location-controls-wrapper.with-error .selectize-input {
  border-color: #cc0000;
}

/* line 108, app/assets/stylesheets/application/components/_approximate-location.scss */
.approximate-location .location-controls-wrapper.with-error .errors {
  display: block;
  font-size: 0.75em;
  line-height: 1;
  flex: 1 1 100%;
  margin-left: 20px;
  position: absolute;
  bottom: 0;
  right: 1em;
  padding: 0.3em;
  color: #cc0000;
  background-color: white;
  z-index: 10;
}

/* line 123, app/assets/stylesheets/application/components/_approximate-location.scss */
.approximate-location .location-controls-wrapper.with-error label {
  color: #cc0000;
}

/* line 1, app/assets/stylesheets/application/components/_cookie_banner.scss */
.cookie-overlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 0;
  position: fixed;
  z-index: 10000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 13, app/assets/stylesheets/application/components/_cookie_banner.scss */
#cookiescript_injected {
  bottom: 0;
  background-color: black;
  z-index: 10001;
  opacity: 1;
  position: fixed;
  width: 100%;
  left: 0;
  font-size: 13px;
  font-weight: normal;
  text-align: left;
  letter-spacing: normal;
  color: #FFFFFF;
  display: none;
}

/* line 29, app/assets/stylesheets/application/components/_cookie_banner.scss */
#cookiescript_buttons {
  width: 200px;
  margin: 0 auto;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  color: #FFFFFF;
}

/* line 38, app/assets/stylesheets/application/components/_cookie_banner.scss */
#cookiescript_wrapper {
  margin: 24px 64px;
  font-size: 13px;
  font-weight: normal;
  color: white;
  line-height: 23px;
  letter-spacing: normal;
  display: flex;
}

@media (max-width: 600px) {
  /* line 38, app/assets/stylesheets/application/components/_cookie_banner.scss */
  #cookiescript_wrapper {
    display: block;
    margin: 24px 32px 12px;
  }
}

/* line 52, app/assets/stylesheets/application/components/_cookie_banner.scss */
#cookiescript_wrapper p {
  margin-bottom: 0.5rem;
}

@media (max-width: 600px) {
  /* line 52, app/assets/stylesheets/application/components/_cookie_banner.scss */
  #cookiescript_wrapper p {
    margin-bottom: 1rem;
  }
}

/* line 63, app/assets/stylesheets/application/components/_cookie_banner.scss */
#cookiescript_wrapper .info {
  flex: 1 auto;
}

/* line 66, app/assets/stylesheets/application/components/_cookie_banner.scss */
#cookiescript_wrapper .info .cookie-reject {
  cursor: pointer;
}

/* line 71, app/assets/stylesheets/application/components/_cookie_banner.scss */
#cookiescript_wrapper h1 {
  color: white;
  margin-top: 0;
  font-size: 24px;
  line-height: 1.4;
}

@media (min-width: 601px) {
  /* line 71, app/assets/stylesheets/application/components/_cookie_banner.scss */
  #cookiescript_wrapper h1 {
    font-size: 36px;
  }
}

/* line 83, app/assets/stylesheets/application/components/_cookie_banner.scss */
#cookiescript_wrapper .cookie-buttons {
  margin: 6px 0 0 32px;
}

/* line 86, app/assets/stylesheets/application/components/_cookie_banner.scss */
#cookiescript_wrapper .cookie-buttons a#cookiescript_readmore {
  white-space: nowrap;
}

@media (max-width: 600px) {
  /* line 83, app/assets/stylesheets/application/components/_cookie_banner.scss */
  #cookiescript_wrapper .cookie-buttons {
    margin-left: 0;
  }
}

/* line 96, app/assets/stylesheets/application/components/_cookie_banner.scss */
#cookiescript_injected div#cookiescript_pixel {
  width: 1px;
  height: 1px;
  float: left;
}

/* line 1, app/assets/stylesheets/application/components/_feedback.scss */
body #feedback {
  position: fixed;
  right: 0;
  bottom: 15%;
  z-index: 7000;
  background-color: #0C6B1F;
  border-radius: 10px 10px 0 0;
  transform: rotate(270deg);
  transform-origin: bottom right;
}

@media (min-width: 601px) {
  /* line 1, app/assets/stylesheets/application/components/_feedback.scss */
  body #feedback {
    bottom: 30%;
  }
}

/* line 15, app/assets/stylesheets/application/components/_feedback.scss */
body #feedback > a {
  padding: 5px 20px;
  color: #232A23;
  display: block;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: unset;
  transition: all .2s ease-in-out;
  letter-spacing: 1px;
  border-radius: 10px 10px 0 0;
}

/* line 27, app/assets/stylesheets/application/components/_feedback.scss */
body #feedback > a .mobile-icon {
  display: none;
}

/* line 31, app/assets/stylesheets/application/components/_feedback.scss */
body #feedback > a:hover {
  background-color: #232A23;
  color: #0C6B1F;
}

/* line 39, app/assets/stylesheets/application/components/_feedback.scss */
.modal.feedback-modal p {
  margin-bottom: 1em;
}

/* line 42, app/assets/stylesheets/application/components/_feedback.scss */
.modal.feedback-modal .field-select-margin {
  margin-top: 12px;
}

/* line 1, app/assets/stylesheets/application/components/_job_category_list.scss */
.job-category-list {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
}

/* line 6, app/assets/stylesheets/application/components/_job_category_list.scss */
.job-category-list .job-category {
  flex-wrap: nowrap;
}

/* line 9, app/assets/stylesheets/application/components/_job_category_list.scss */
.job-category-list .job-category:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  border-style: solid;
  border-right-color: transparent !important;
  border-color: currentColor;
  border-radius: 8px;
  border-radius: 12px;
  margin: 4px 0.5em 4px 0;
  border-width: 0 12px 16px 12px;
  border-color: transparent transparent currentColor transparent;
}

/* line 23, app/assets/stylesheets/application/components/_job_category_list.scss */
.job-category-list .job-category:after {
  content: attr(data-category-name);
  display: inline-block;
  margin-right: 0.5em;
  white-space: nowrap;
}

/* line 2, app/assets/stylesheets/application/components/_prototype.scss */
body .prototype-banner {
  display: block;
  position: relative;
}

/* line 6, app/assets/stylesheets/application/components/_prototype.scss */
body .prototype-banner:before {
  content: 'Prototype';
  position: absolute;
  color: #f0f0f0;
  font-size: 16px;
  left: -50px;
  padding: 10px 50px;
  text-align: center;
  top: 12px;
  transform: rotate(-45deg);
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}

/* line 1, app/assets/stylesheets/application/components/_tabs.scss */
.tab-contents[data-tabber-contents] {
  position: relative;
}

/* line 4, app/assets/stylesheets/application/components/_tabs.scss */
.tab-contents[data-tabber-contents] .tab-loader {
  position: absolute;
  display: none;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f5f5f5;
  z-index: 9998;
}

/* line 16, app/assets/stylesheets/application/components/_tabs.scss */
.tab-contents[data-tabber-contents] .tab-content {
  display: none;
}

/* line 19, app/assets/stylesheets/application/components/_tabs.scss */
.tab-contents[data-tabber-contents] .tab-content.active {
  display: block;
}

/* line 25, app/assets/stylesheets/application/components/_tabs.scss */
ul.tabs[data-tabber-buttons] {
  --nav-color-dark: #13311a;
  --nav-color-light: #f5f5f5;
  background-color: #fff;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  overflow-y: scroll;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  white-space: nowrap;
  margin: 16px auto 0 auto;
  padding: 10px 10px;
  box-shadow: 1px 1px 3px 0 #bcbcbc;
  display: flex;
  gap: 10px;
  border-radius: 0;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
  -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 75rem) {
  /* line 25, app/assets/stylesheets/application/components/_tabs.scss */
  ul.tabs[data-tabber-buttons] {
    border-radius: 30px;
    justify-content: space-between;
  }
  /* line 46, app/assets/stylesheets/application/components/_tabs.scss */
  ul.tabs.no-spacing[data-tabber-buttons] {
    justify-content: normal;
  }
}

/* line 52, app/assets/stylesheets/application/components/_tabs.scss */
ul.tabs[data-tabber-buttons]::-webkit-scrollbar {
  width: 0;
  height: 0;
}

/* line 60, app/assets/stylesheets/application/components/_tabs.scss */
ul.tabs[data-tabber-buttons] li {
  position: relative;
  scroll-snap-align: center;
}

/* line 64, app/assets/stylesheets/application/components/_tabs.scss */
ul.tabs[data-tabber-buttons] li.tab-button {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--nav-color-dark);
  background-color: var(--nav-color-light);
  padding: 12px 12px;
  border-radius: 20px;
  cursor: pointer;
  transition: all 200ms ease-in-out;
  width: 100%;
  text-align: center;
}

/* line 82, app/assets/stylesheets/application/components/_tabs.scss */
ul.tabs[data-tabber-buttons] li.tab-button.active, ul.tabs[data-tabber-buttons] li.tab-button:hover {
  color: var(--nav-color-light);
  background-color: var(--nav-color-dark);
}

/* line 88, app/assets/stylesheets/application/components/_tabs.scss */
ul.tabs[data-tabber-buttons] li.disabled {
  cursor: default;
}

/* line 92, app/assets/stylesheets/application/components/_tabs.scss */
ul.tabs[data-tabber-buttons] li.active {
  cursor: default;
}

/* line 98, app/assets/stylesheets/application/components/_tabs.scss */
.sticky-tabs {
  z-index: 9999;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
  transition: box-shadow 300ms ease-in-out;
}

/* line 107, app/assets/stylesheets/application/components/_tabs.scss */
.sticky-tabs.over-content {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}

/* line 3, app/assets/stylesheets/application/components/_slide_transition.scss */
.slide-transition {
  animation: transition-slide-anim var(--transitionTime, 0.2s) ease-in-out;
}

@keyframes transition-slide-anim {
  0% {
    height: var(--startHeight, 0px);
    width: var(--startWidth, 0px);
  }
  99% {
    height: var(--targetHeight, 0px);
    width: var(--targetWidth, 0px);
  }
  100% {
    height: initial;
    width: initial;
  }
}

/* line 1, app/assets/stylesheets/application/components/_pagination.scss */
.pagination {
  display: flex;
  align-items: center;
}

@media (max-width: 600px) {
  /* line 1, app/assets/stylesheets/application/components/_pagination.scss */
  .pagination {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* line 10, app/assets/stylesheets/application/components/_pagination.scss */
.pagination .pagination-info {
  font-size: 14px;
  margin: 0 16px 0 0;
  order: 1;
}

@media (max-width: 600px) {
  /* line 10, app/assets/stylesheets/application/components/_pagination.scss */
  .pagination .pagination-info {
    font-size: 12px;
    margin: 8px 0 0 0;
    order: 2;
  }
}

/* line 22, app/assets/stylesheets/application/components/_pagination.scss */
.pagination .pagination-controls {
  flex: 1 0 0;
  order: 2;
  text-align: right;
  white-space: nowrap;
}

@media (max-width: 600px) {
  /* line 22, app/assets/stylesheets/application/components/_pagination.scss */
  .pagination .pagination-controls {
    order: 1;
    font-size: 14px;
  }
}

/* line 34, app/assets/stylesheets/application/components/_pagination.scss */
.pagination .first, .pagination .prev, .pagination .page, .pagination .next, .pagination .last {
  background-color: white;
  border: 1px solid #bcbcbc;
  display: inline-block;
  padding: 4px 12px;
  width: 36px;
  height: 36px;
  border-radius: 1.5em;
  text-align: center;
  margin-right: 6px;
}

@media (max-width: 600px) {
  /* line 55, app/assets/stylesheets/application/components/_pagination.scss */
  .pagination .first.desktop, .pagination .prev.desktop, .pagination .page.desktop, .pagination .next.desktop, .pagination .last.desktop {
    display: none;
  }
}

/* line 62, app/assets/stylesheets/application/components/_pagination.scss */
.pagination .first, .pagination .last {
  width: auto;
  border-radius: 1.5em;
}

/* line 67, app/assets/stylesheets/application/components/_pagination.scss */
.pagination .first {
  margin-right: 6px;
}

/* line 71, app/assets/stylesheets/application/components/_pagination.scss */
.pagination .last {
  margin-left: 6px;
}

/* line 75, app/assets/stylesheets/application/components/_pagination.scss */
.pagination .prev {
  border-radius: 1.5em;
}

/* line 82, app/assets/stylesheets/application/components/_pagination.scss */
.pagination .next {
  border-radius: 1.5em;
}

/* line 1, app/assets/stylesheets/application/components/utilities/blur.scss */
.blur {
  filter: blur(0.25em);
}

/* line 4, app/assets/stylesheets/application/components/utilities/margin.scss */
.m-0 {
  margin: 0em !important;
}

/* line 8, app/assets/stylesheets/application/components/utilities/margin.scss */
.mx-0 {
  margin-left: 0em !important;
  margin-right: 0em !important;
}

/* line 13, app/assets/stylesheets/application/components/utilities/margin.scss */
.my-0 {
  margin-top: 0em !important;
  margin-bottom: 0em !important;
}

/* line 18, app/assets/stylesheets/application/components/utilities/margin.scss */
.mr-0 {
  margin-right: 0em !important;
}

/* line 22, app/assets/stylesheets/application/components/utilities/margin.scss */
.ml-0 {
  margin-left: 0em !important;
}

/* line 26, app/assets/stylesheets/application/components/utilities/margin.scss */
.mt-0 {
  margin-top: 0em !important;
}

/* line 30, app/assets/stylesheets/application/components/utilities/margin.scss */
.mb-0 {
  margin-bottom: 0em !important;
}

/* line 4, app/assets/stylesheets/application/components/utilities/margin.scss */
.m-1 {
  margin: 0.25em !important;
}

/* line 8, app/assets/stylesheets/application/components/utilities/margin.scss */
.mx-1 {
  margin-left: 0.25em !important;
  margin-right: 0.25em !important;
}

/* line 13, app/assets/stylesheets/application/components/utilities/margin.scss */
.my-1 {
  margin-top: 0.25em !important;
  margin-bottom: 0.25em !important;
}

/* line 18, app/assets/stylesheets/application/components/utilities/margin.scss */
.mr-1 {
  margin-right: 0.25em !important;
}

/* line 22, app/assets/stylesheets/application/components/utilities/margin.scss */
.ml-1 {
  margin-left: 0.25em !important;
}

/* line 26, app/assets/stylesheets/application/components/utilities/margin.scss */
.mt-1 {
  margin-top: 0.25em !important;
}

/* line 30, app/assets/stylesheets/application/components/utilities/margin.scss */
.mb-1 {
  margin-bottom: 0.25em !important;
}

/* line 4, app/assets/stylesheets/application/components/utilities/margin.scss */
.m-2 {
  margin: 0.5em !important;
}

/* line 8, app/assets/stylesheets/application/components/utilities/margin.scss */
.mx-2 {
  margin-left: 0.5em !important;
  margin-right: 0.5em !important;
}

/* line 13, app/assets/stylesheets/application/components/utilities/margin.scss */
.my-2 {
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
}

/* line 18, app/assets/stylesheets/application/components/utilities/margin.scss */
.mr-2 {
  margin-right: 0.5em !important;
}

/* line 22, app/assets/stylesheets/application/components/utilities/margin.scss */
.ml-2 {
  margin-left: 0.5em !important;
}

/* line 26, app/assets/stylesheets/application/components/utilities/margin.scss */
.mt-2 {
  margin-top: 0.5em !important;
}

/* line 30, app/assets/stylesheets/application/components/utilities/margin.scss */
.mb-2 {
  margin-bottom: 0.5em !important;
}

/* line 4, app/assets/stylesheets/application/components/utilities/margin.scss */
.m-3 {
  margin: 0.75em !important;
}

/* line 8, app/assets/stylesheets/application/components/utilities/margin.scss */
.mx-3 {
  margin-left: 0.75em !important;
  margin-right: 0.75em !important;
}

/* line 13, app/assets/stylesheets/application/components/utilities/margin.scss */
.my-3 {
  margin-top: 0.75em !important;
  margin-bottom: 0.75em !important;
}

/* line 18, app/assets/stylesheets/application/components/utilities/margin.scss */
.mr-3 {
  margin-right: 0.75em !important;
}

/* line 22, app/assets/stylesheets/application/components/utilities/margin.scss */
.ml-3 {
  margin-left: 0.75em !important;
}

/* line 26, app/assets/stylesheets/application/components/utilities/margin.scss */
.mt-3 {
  margin-top: 0.75em !important;
}

/* line 30, app/assets/stylesheets/application/components/utilities/margin.scss */
.mb-3 {
  margin-bottom: 0.75em !important;
}

/* line 4, app/assets/stylesheets/application/components/utilities/margin.scss */
.m-4 {
  margin: 1em !important;
}

/* line 8, app/assets/stylesheets/application/components/utilities/margin.scss */
.mx-4 {
  margin-left: 1em !important;
  margin-right: 1em !important;
}

/* line 13, app/assets/stylesheets/application/components/utilities/margin.scss */
.my-4 {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}

/* line 18, app/assets/stylesheets/application/components/utilities/margin.scss */
.mr-4 {
  margin-right: 1em !important;
}

/* line 22, app/assets/stylesheets/application/components/utilities/margin.scss */
.ml-4 {
  margin-left: 1em !important;
}

/* line 26, app/assets/stylesheets/application/components/utilities/margin.scss */
.mt-4 {
  margin-top: 1em !important;
}

/* line 30, app/assets/stylesheets/application/components/utilities/margin.scss */
.mb-4 {
  margin-bottom: 1em !important;
}

/* line 4, app/assets/stylesheets/application/components/utilities/margin.scss */
.m-5 {
  margin: 1.25em !important;
}

/* line 8, app/assets/stylesheets/application/components/utilities/margin.scss */
.mx-5 {
  margin-left: 1.25em !important;
  margin-right: 1.25em !important;
}

/* line 13, app/assets/stylesheets/application/components/utilities/margin.scss */
.my-5 {
  margin-top: 1.25em !important;
  margin-bottom: 1.25em !important;
}

/* line 18, app/assets/stylesheets/application/components/utilities/margin.scss */
.mr-5 {
  margin-right: 1.25em !important;
}

/* line 22, app/assets/stylesheets/application/components/utilities/margin.scss */
.ml-5 {
  margin-left: 1.25em !important;
}

/* line 26, app/assets/stylesheets/application/components/utilities/margin.scss */
.mt-5 {
  margin-top: 1.25em !important;
}

/* line 30, app/assets/stylesheets/application/components/utilities/margin.scss */
.mb-5 {
  margin-bottom: 1.25em !important;
}

/* line 4, app/assets/stylesheets/application/components/utilities/margin.scss */
.m-6 {
  margin: 1.5em !important;
}

/* line 8, app/assets/stylesheets/application/components/utilities/margin.scss */
.mx-6 {
  margin-left: 1.5em !important;
  margin-right: 1.5em !important;
}

/* line 13, app/assets/stylesheets/application/components/utilities/margin.scss */
.my-6 {
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important;
}

/* line 18, app/assets/stylesheets/application/components/utilities/margin.scss */
.mr-6 {
  margin-right: 1.5em !important;
}

/* line 22, app/assets/stylesheets/application/components/utilities/margin.scss */
.ml-6 {
  margin-left: 1.5em !important;
}

/* line 26, app/assets/stylesheets/application/components/utilities/margin.scss */
.mt-6 {
  margin-top: 1.5em !important;
}

/* line 30, app/assets/stylesheets/application/components/utilities/margin.scss */
.mb-6 {
  margin-bottom: 1.5em !important;
}

/* line 4, app/assets/stylesheets/application/components/utilities/margin.scss */
.m-7 {
  margin: 1.75em !important;
}

/* line 8, app/assets/stylesheets/application/components/utilities/margin.scss */
.mx-7 {
  margin-left: 1.75em !important;
  margin-right: 1.75em !important;
}

/* line 13, app/assets/stylesheets/application/components/utilities/margin.scss */
.my-7 {
  margin-top: 1.75em !important;
  margin-bottom: 1.75em !important;
}

/* line 18, app/assets/stylesheets/application/components/utilities/margin.scss */
.mr-7 {
  margin-right: 1.75em !important;
}

/* line 22, app/assets/stylesheets/application/components/utilities/margin.scss */
.ml-7 {
  margin-left: 1.75em !important;
}

/* line 26, app/assets/stylesheets/application/components/utilities/margin.scss */
.mt-7 {
  margin-top: 1.75em !important;
}

/* line 30, app/assets/stylesheets/application/components/utilities/margin.scss */
.mb-7 {
  margin-bottom: 1.75em !important;
}

/* line 4, app/assets/stylesheets/application/components/utilities/margin.scss */
.m-8 {
  margin: 2em !important;
}

/* line 8, app/assets/stylesheets/application/components/utilities/margin.scss */
.mx-8 {
  margin-left: 2em !important;
  margin-right: 2em !important;
}

/* line 13, app/assets/stylesheets/application/components/utilities/margin.scss */
.my-8 {
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}

/* line 18, app/assets/stylesheets/application/components/utilities/margin.scss */
.mr-8 {
  margin-right: 2em !important;
}

/* line 22, app/assets/stylesheets/application/components/utilities/margin.scss */
.ml-8 {
  margin-left: 2em !important;
}

/* line 26, app/assets/stylesheets/application/components/utilities/margin.scss */
.mt-8 {
  margin-top: 2em !important;
}

/* line 30, app/assets/stylesheets/application/components/utilities/margin.scss */
.mb-8 {
  margin-bottom: 2em !important;
}

/* line 4, app/assets/stylesheets/application/components/utilities/padding.scss */
.p-0 {
  margin: 0em !important;
}

/* line 8, app/assets/stylesheets/application/components/utilities/padding.scss */
.px-0 {
  margin-left: 0em !important;
  margin-right: 0em !important;
}

/* line 13, app/assets/stylesheets/application/components/utilities/padding.scss */
.py-0 {
  margin-top: 0em !important;
  margin-bottom: 0em !important;
}

/* line 18, app/assets/stylesheets/application/components/utilities/padding.scss */
.pr-0 {
  margin-right: 0em !important;
}

/* line 22, app/assets/stylesheets/application/components/utilities/padding.scss */
.pl-0 {
  margin-left: 0em !important;
}

/* line 26, app/assets/stylesheets/application/components/utilities/padding.scss */
.pt-0 {
  margin-top: 0em !important;
}

/* line 30, app/assets/stylesheets/application/components/utilities/padding.scss */
.pb-0 {
  margin-bottom: 0em !important;
}

/* line 4, app/assets/stylesheets/application/components/utilities/padding.scss */
.p-1 {
  margin: 0.25em !important;
}

/* line 8, app/assets/stylesheets/application/components/utilities/padding.scss */
.px-1 {
  margin-left: 0.25em !important;
  margin-right: 0.25em !important;
}

/* line 13, app/assets/stylesheets/application/components/utilities/padding.scss */
.py-1 {
  margin-top: 0.25em !important;
  margin-bottom: 0.25em !important;
}

/* line 18, app/assets/stylesheets/application/components/utilities/padding.scss */
.pr-1 {
  margin-right: 0.25em !important;
}

/* line 22, app/assets/stylesheets/application/components/utilities/padding.scss */
.pl-1 {
  margin-left: 0.25em !important;
}

/* line 26, app/assets/stylesheets/application/components/utilities/padding.scss */
.pt-1 {
  margin-top: 0.25em !important;
}

/* line 30, app/assets/stylesheets/application/components/utilities/padding.scss */
.pb-1 {
  margin-bottom: 0.25em !important;
}

/* line 4, app/assets/stylesheets/application/components/utilities/padding.scss */
.p-2 {
  margin: 0.5em !important;
}

/* line 8, app/assets/stylesheets/application/components/utilities/padding.scss */
.px-2 {
  margin-left: 0.5em !important;
  margin-right: 0.5em !important;
}

/* line 13, app/assets/stylesheets/application/components/utilities/padding.scss */
.py-2 {
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
}

/* line 18, app/assets/stylesheets/application/components/utilities/padding.scss */
.pr-2 {
  margin-right: 0.5em !important;
}

/* line 22, app/assets/stylesheets/application/components/utilities/padding.scss */
.pl-2 {
  margin-left: 0.5em !important;
}

/* line 26, app/assets/stylesheets/application/components/utilities/padding.scss */
.pt-2 {
  margin-top: 0.5em !important;
}

/* line 30, app/assets/stylesheets/application/components/utilities/padding.scss */
.pb-2 {
  margin-bottom: 0.5em !important;
}

/* line 4, app/assets/stylesheets/application/components/utilities/padding.scss */
.p-3 {
  margin: 0.75em !important;
}

/* line 8, app/assets/stylesheets/application/components/utilities/padding.scss */
.px-3 {
  margin-left: 0.75em !important;
  margin-right: 0.75em !important;
}

/* line 13, app/assets/stylesheets/application/components/utilities/padding.scss */
.py-3 {
  margin-top: 0.75em !important;
  margin-bottom: 0.75em !important;
}

/* line 18, app/assets/stylesheets/application/components/utilities/padding.scss */
.pr-3 {
  margin-right: 0.75em !important;
}

/* line 22, app/assets/stylesheets/application/components/utilities/padding.scss */
.pl-3 {
  margin-left: 0.75em !important;
}

/* line 26, app/assets/stylesheets/application/components/utilities/padding.scss */
.pt-3 {
  margin-top: 0.75em !important;
}

/* line 30, app/assets/stylesheets/application/components/utilities/padding.scss */
.pb-3 {
  margin-bottom: 0.75em !important;
}

/* line 4, app/assets/stylesheets/application/components/utilities/padding.scss */
.p-4 {
  margin: 1em !important;
}

/* line 8, app/assets/stylesheets/application/components/utilities/padding.scss */
.px-4 {
  margin-left: 1em !important;
  margin-right: 1em !important;
}

/* line 13, app/assets/stylesheets/application/components/utilities/padding.scss */
.py-4 {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}

/* line 18, app/assets/stylesheets/application/components/utilities/padding.scss */
.pr-4 {
  margin-right: 1em !important;
}

/* line 22, app/assets/stylesheets/application/components/utilities/padding.scss */
.pl-4 {
  margin-left: 1em !important;
}

/* line 26, app/assets/stylesheets/application/components/utilities/padding.scss */
.pt-4 {
  margin-top: 1em !important;
}

/* line 30, app/assets/stylesheets/application/components/utilities/padding.scss */
.pb-4 {
  margin-bottom: 1em !important;
}

/* line 4, app/assets/stylesheets/application/components/utilities/padding.scss */
.p-5 {
  margin: 1.25em !important;
}

/* line 8, app/assets/stylesheets/application/components/utilities/padding.scss */
.px-5 {
  margin-left: 1.25em !important;
  margin-right: 1.25em !important;
}

/* line 13, app/assets/stylesheets/application/components/utilities/padding.scss */
.py-5 {
  margin-top: 1.25em !important;
  margin-bottom: 1.25em !important;
}

/* line 18, app/assets/stylesheets/application/components/utilities/padding.scss */
.pr-5 {
  margin-right: 1.25em !important;
}

/* line 22, app/assets/stylesheets/application/components/utilities/padding.scss */
.pl-5 {
  margin-left: 1.25em !important;
}

/* line 26, app/assets/stylesheets/application/components/utilities/padding.scss */
.pt-5 {
  margin-top: 1.25em !important;
}

/* line 30, app/assets/stylesheets/application/components/utilities/padding.scss */
.pb-5 {
  margin-bottom: 1.25em !important;
}

/* line 4, app/assets/stylesheets/application/components/utilities/padding.scss */
.p-6 {
  margin: 1.5em !important;
}

/* line 8, app/assets/stylesheets/application/components/utilities/padding.scss */
.px-6 {
  margin-left: 1.5em !important;
  margin-right: 1.5em !important;
}

/* line 13, app/assets/stylesheets/application/components/utilities/padding.scss */
.py-6 {
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important;
}

/* line 18, app/assets/stylesheets/application/components/utilities/padding.scss */
.pr-6 {
  margin-right: 1.5em !important;
}

/* line 22, app/assets/stylesheets/application/components/utilities/padding.scss */
.pl-6 {
  margin-left: 1.5em !important;
}

/* line 26, app/assets/stylesheets/application/components/utilities/padding.scss */
.pt-6 {
  margin-top: 1.5em !important;
}

/* line 30, app/assets/stylesheets/application/components/utilities/padding.scss */
.pb-6 {
  margin-bottom: 1.5em !important;
}

/* line 4, app/assets/stylesheets/application/components/utilities/padding.scss */
.p-7 {
  margin: 1.75em !important;
}

/* line 8, app/assets/stylesheets/application/components/utilities/padding.scss */
.px-7 {
  margin-left: 1.75em !important;
  margin-right: 1.75em !important;
}

/* line 13, app/assets/stylesheets/application/components/utilities/padding.scss */
.py-7 {
  margin-top: 1.75em !important;
  margin-bottom: 1.75em !important;
}

/* line 18, app/assets/stylesheets/application/components/utilities/padding.scss */
.pr-7 {
  margin-right: 1.75em !important;
}

/* line 22, app/assets/stylesheets/application/components/utilities/padding.scss */
.pl-7 {
  margin-left: 1.75em !important;
}

/* line 26, app/assets/stylesheets/application/components/utilities/padding.scss */
.pt-7 {
  margin-top: 1.75em !important;
}

/* line 30, app/assets/stylesheets/application/components/utilities/padding.scss */
.pb-7 {
  margin-bottom: 1.75em !important;
}

/* line 4, app/assets/stylesheets/application/components/utilities/padding.scss */
.p-8 {
  margin: 2em !important;
}

/* line 8, app/assets/stylesheets/application/components/utilities/padding.scss */
.px-8 {
  margin-left: 2em !important;
  margin-right: 2em !important;
}

/* line 13, app/assets/stylesheets/application/components/utilities/padding.scss */
.py-8 {
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}

/* line 18, app/assets/stylesheets/application/components/utilities/padding.scss */
.pr-8 {
  margin-right: 2em !important;
}

/* line 22, app/assets/stylesheets/application/components/utilities/padding.scss */
.pl-8 {
  margin-left: 2em !important;
}

/* line 26, app/assets/stylesheets/application/components/utilities/padding.scss */
.pt-8 {
  margin-top: 2em !important;
}

/* line 30, app/assets/stylesheets/application/components/utilities/padding.scss */
.pb-8 {
  margin-bottom: 2em !important;
}

/* line 1, app/assets/stylesheets/application/components/utilities/align.scss */
.center {
  text-align: center;
}

/* line 1, app/assets/stylesheets/application/components/utilities/text.scss */
.text-gray {
  color: #6a7169;
}

/* line 5, app/assets/stylesheets/application/components/utilities/text.scss */
.text-sm {
  font-size: 0.9em !important;
}

/* line 1, app/assets/stylesheets/application/components/utilities/flex.scss */
.flex {
  display: flex;
}

/* line 5, app/assets/stylesheets/application/components/utilities/flex.scss */
.flex-col {
  flex-direction: column;
}

/* line 9, app/assets/stylesheets/application/components/utilities/flex.scss */
.flex-1 {
  flex: 1;
}

/* line 16, app/assets/stylesheets/application/components/utilities/flex.scss */
.gap-1 {
  gap: 0.25em;
}

/* line 16, app/assets/stylesheets/application/components/utilities/flex.scss */
.gap-2 {
  gap: 0.5em;
}

/* line 16, app/assets/stylesheets/application/components/utilities/flex.scss */
.gap-3 {
  gap: 0.75em;
}

/* line 16, app/assets/stylesheets/application/components/utilities/flex.scss */
.gap-4 {
  gap: 1em;
}

/* line 16, app/assets/stylesheets/application/components/utilities/flex.scss */
.gap-5 {
  gap: 1.25em;
}

/* line 16, app/assets/stylesheets/application/components/utilities/flex.scss */
.gap-6 {
  gap: 1.5em;
}

/* line 16, app/assets/stylesheets/application/components/utilities/flex.scss */
.gap-7 {
  gap: 1.75em;
}

/* line 16, app/assets/stylesheets/application/components/utilities/flex.scss */
.gap-8 {
  gap: 2em;
}

/* line 1, app/assets/stylesheets/application/components/_carousel.scss */
.slider {
  font-size: 0;
}

/* line 4, app/assets/stylesheets/application/components/_carousel.scss */
.slider .js_next, .slider .js_prev, .slider .frame {
  display: inline-block;
  vertical-align: middle;
}

/* line 9, app/assets/stylesheets/application/components/_carousel.scss */
.slider .js_next, .slider .js_prev {
  width: 50px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: 19px 35px;
  cursor: pointer;
}

/* line 17, app/assets/stylesheets/application/components/_carousel.scss */
.slider .frame {
  width: calc(100% - 160px);
  position: relative;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  white-space: nowrap;
}

/* line 26, app/assets/stylesheets/application/components/_carousel.scss */
.slider ul.slides {
  display: inline-block;
  font-size: initial;
}

/* line 30, app/assets/stylesheets/application/components/_carousel.scss */
.slider ul.slides li {
  position: relative;
  display: inline-block;
}

@media (max-width: 800px) {
  /* line 37, app/assets/stylesheets/application/components/_carousel.scss */
  .slider .frame {
    width: calc(100% - 100px);
  }
  /* line 41, app/assets/stylesheets/application/components/_carousel.scss */
  .slider .js_next, .slider .js_prev {
    width: 30px;
  }
  /* line 46, app/assets/stylesheets/application/components/_carousel.scss */
  .touch .slider .js_next, .touch .slider .js_prev {
    display: none;
  }
  /* line 50, app/assets/stylesheets/application/components/_carousel.scss */
  .touch .slider .frame {
    width: 100%;
  }
}

/* line 57, app/assets/stylesheets/application/components/_carousel.scss */
.slider ul.dots {
  margin-top: 45px;
}

/* line 60, app/assets/stylesheets/application/components/_carousel.scss */
.slider ul.dots li {
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 5px;
  transition: border-color 0.6s ease-in-out;
}

/* line 2, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
.callback-form form {
  text-align: left;
  padding: 20px;
}

/* line 8, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
.callback-form-thank-you .heading {
  font-size: 18px;
}

/* line 11, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
.callback-form-thank-you .success-message {
  margin: 40px auto 20px;
  position: relative;
}

/* line 15, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
.callback-form-thank-you .success-message .body {
  max-width: 260px;
  margin: 20px auto;
  padding: 20px;
  text-align: center;
}

/* line 21, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
.callback-form-thank-you .success-message .body h3 {
  font-size: 19px;
}

/* line 29, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
.callback-form-thank-you .success-message .tick {
  position: absolute;
  top: -26px;
  left: calc(50% - 26px);
  width: 52px;
  height: 52px;
  display: flex;
}

/* line 37, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
.callback-form-thank-you .success-message .tick img {
  padding: 11px;
  width: 100%;
  margin: auto;
}

/* line 52, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
.callback-modal form .action.btn-container {
  flex-direction: row;
}

/* line 55, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
.callback-modal form .action.btn-container .btn {
  margin-bottom: 10px;
}

/* line 58, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
.callback-modal form .action.btn-container .btn.primary {
  width: 100%;
}

@media (min-width: 799px) {
  /* line 58, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
  .callback-modal form .action.btn-container .btn.primary {
    font-size: 0;
    background-image: url(/assets/icons/submit_arrow-d48d351ab069ece59c66cd01320b8fb62ab1c3a579b3c7632dcc1b69866faf78.svg);
    background-repeat: no-repeat;
    background-position: center;
  }
}

/* line 77, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
.callback-form .form-title, .callback-modal .form-title {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: normal;
  margin: 0 0 10px;
}

/* line 83, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
.callback-form .form-intro, .callback-modal .form-intro {
  font-size: 14px;
  line-height: 1.29;
  margin: 0 0 10px;
}

/* line 88, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
.callback-form .modal-intro, .callback-modal .modal-intro {
  margin-bottom: 15px;
}

/* line 91, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
.callback-form .modal-intro .skills-and-showcase, .callback-modal .modal-intro .skills-and-showcase {
  display: flex;
  flex-wrap: wrap;
}

/* line 95, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
.callback-form .modal-intro .skills-and-showcase ul.top-skills, .callback-modal .modal-intro .skills-and-showcase ul.top-skills {
  flex: 0 0 1px;
  min-width: 300px;
  list-style: disc;
  margin-left: 1rem;
}

/* line 101, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
.callback-form .modal-intro .skills-and-showcase .showcase-profile, .callback-modal .modal-intro .skills-and-showcase .showcase-profile {
  flex: 0 0 1px;
  min-width: 300px;
}

/* line 107, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
.callback-form.horizontal, .callback-form .horizontal-form, .callback-modal.horizontal, .callback-modal .horizontal-form {
  border-width: 1px 0px;
  margin-left: calc(-10vw + 10px);
  margin-right: calc(-10vw + 10px);
  padding: 26px calc(10vw - 10px) 10px;
}

@media (min-width: 601px) {
  /* line 107, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
  .callback-form.horizontal, .callback-form .horizontal-form, .callback-modal.horizontal, .callback-modal .horizontal-form {
    margin-left: -50px;
    margin-right: -50px;
    padding: 10px 50px;
  }
}

/* line 119, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
.callback-form.horizontal .callback-form-thank-you, .callback-form .horizontal-form .callback-form-thank-you, .callback-modal.horizontal .callback-form-thank-you, .callback-modal .horizontal-form .callback-form-thank-you {
  padding: 35px 15px 15px;
}

@media (min-width: 799px) {
  /* line 119, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
  .callback-form.horizontal .callback-form-thank-you, .callback-form .horizontal-form .callback-form-thank-you, .callback-modal.horizontal .callback-form-thank-you, .callback-modal .horizontal-form .callback-form-thank-you {
    padding: 15px 15px 15px 35px;
  }
}

/* line 126, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
.callback-form.horizontal .callback-form-thank-you .success-message, .callback-form .horizontal-form .callback-form-thank-you .success-message, .callback-modal.horizontal .callback-form-thank-you .success-message, .callback-modal .horizontal-form .callback-form-thank-you .success-message {
  margin: 0;
}

@media (min-width: 799px) {
  /* line 130, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
  .callback-form.horizontal .callback-form-thank-you .success-message .tick, .callback-form .horizontal-form .callback-form-thank-you .success-message .tick, .callback-modal.horizontal .callback-form-thank-you .success-message .tick, .callback-modal .horizontal-form .callback-form-thank-you .success-message .tick {
    top: calc(50% - 26px);
    left: -26px;
  }
  /* line 134, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
  .callback-form.horizontal .callback-form-thank-you .success-message .body, .callback-form .horizontal-form .callback-form-thank-you .success-message .body, .callback-modal.horizontal .callback-form-thank-you .success-message .body, .callback-modal .horizontal-form .callback-form-thank-you .success-message .body {
    max-width: initial;
    margin: 0;
    padding: 5px 40px;
    text-align: left;
  }
  /* line 140, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
  .callback-form.horizontal .callback-form-thank-you .success-message .body h3, .callback-form .horizontal-form .callback-form-thank-you .success-message .body h3, .callback-modal.horizontal .callback-form-thank-you .success-message .body h3, .callback-modal .horizontal-form .callback-form-thank-you .success-message .body h3 {
    margin: 5px 0;
  }
  /* line 143, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
  .callback-form.horizontal .callback-form-thank-you .success-message .body p, .callback-form .horizontal-form .callback-form-thank-you .success-message .body p, .callback-modal.horizontal .callback-form-thank-you .success-message .body p, .callback-modal .horizontal-form .callback-form-thank-you .success-message .body p {
    margin-bottom: 5px;
  }
}

@media (min-width: 799px) {
  /* line 150, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
  .callback-form.horizontal .form-body, .callback-form .horizontal-form .form-body, .callback-modal.horizontal .form-body, .callback-modal .horizontal-form .form-body {
    display: flex;
  }
}

@media (min-width: 799px) {
  /* line 154, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
  .callback-form.horizontal .form-body .row, .callback-form .horizontal-form .form-body .row, .callback-modal.horizontal .form-body .row, .callback-modal .horizontal-form .form-body .row {
    display: flex;
    width: initial;
    flex: 2 1 auto;
  }
  /* line 160, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
  .callback-form.horizontal .form-body .row:after, .callback-form .horizontal-form .form-body .row:after, .callback-modal.horizontal .form-body .row:after, .callback-modal .horizontal-form .form-body .row:after {
    display: none;
  }
}

/* line 164, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
.callback-form.horizontal .form-body .row.form-footer, .callback-form .horizontal-form .form-body .row.form-footer, .callback-modal.horizontal .form-body .row.form-footer, .callback-modal .horizontal-form .form-body .row.form-footer {
  flex: 1 1 0px;
}

/* line 167, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
.callback-form.horizontal .form-body .row.form-footer .btn-container, .callback-form .horizontal-form .form-body .row.form-footer .btn-container, .callback-modal.horizontal .form-body .row.form-footer .btn-container, .callback-modal .horizontal-form .form-body .row.form-footer .btn-container {
  margin: 0;
}

@media (min-width: 799px) {
  /* line 172, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
  .callback-form.horizontal .form-body .row .col, .callback-form .horizontal-form .form-body .row .col, .callback-modal.horizontal .form-body .row .col, .callback-modal .horizontal-form .form-body .row .col {
    flex: 1 0 1px;
    margin-right: 11px;
  }
}

/* line 181, app/assets/stylesheets/application/pages/concepts/callbacks.scss */
.callback-form .job-title-citation, .callback-modal .job-title-citation {
  margin-top: 10px;
}

/* line 1, app/assets/stylesheets/application/pages/concepts/profiles/_showcase_profiles.scss */
.showcase-profile {
  display: contents;
}

/* line 7, app/assets/stylesheets/application/pages/concepts/profiles/_showcase_profiles.scss */
.showcase-profile .card.contractor {
  display: flex;
  margin: 12px auto;
}

@media (min-width: 601px) {
  /* line 7, app/assets/stylesheets/application/pages/concepts/profiles/_showcase_profiles.scss */
  .showcase-profile .card.contractor {
    margin: 12px 15px 15px 0;
  }
}

@media (min-width: 980px) {
  /* line 7, app/assets/stylesheets/application/pages/concepts/profiles/_showcase_profiles.scss */
  .showcase-profile .card.contractor {
    margin: 12px 0;
    max-width: 440px;
  }
}

/* line 18, app/assets/stylesheets/application/pages/concepts/profiles/_showcase_profiles.scss */
.showcase-profile .card.contractor img {
  width: 80px;
  min-height: 80px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 980px) {
  /* line 18, app/assets/stylesheets/application/pages/concepts/profiles/_showcase_profiles.scss */
  .showcase-profile .card.contractor img {
    width: 124px;
    min-height: 124px;
  }
}

/* line 29, app/assets/stylesheets/application/pages/concepts/profiles/_showcase_profiles.scss */
.showcase-profile .card.contractor .details {
  padding: 10px;
  color: #fff;
  display: flex;
  flex-direction: column;
}

@media (min-width: 601px) {
  /* line 29, app/assets/stylesheets/application/pages/concepts/profiles/_showcase_profiles.scss */
  .showcase-profile .card.contractor .details {
    padding: 12px;
  }
}

/* line 39, app/assets/stylesheets/application/pages/concepts/profiles/_showcase_profiles.scss */
.showcase-profile .card.contractor .details .name, .showcase-profile .card.contractor .details .job-title {
  color: #fff;
  font-size: 13px;
  letter-spacing: normal;
  margin: 0;
}

@media (min-width: 601px) {
  /* line 39, app/assets/stylesheets/application/pages/concepts/profiles/_showcase_profiles.scss */
  .showcase-profile .card.contractor .details .name, .showcase-profile .card.contractor .details .job-title {
    font-size: 15px;
  }
}

/* line 49, app/assets/stylesheets/application/pages/concepts/profiles/_showcase_profiles.scss */
.showcase-profile .card.contractor .details .name {
  font-size: 16px;
}

@media (min-width: 601px) {
  /* line 49, app/assets/stylesheets/application/pages/concepts/profiles/_showcase_profiles.scss */
  .showcase-profile .card.contractor .details .name {
    font-size: 18px;
  }
}

/* line 56, app/assets/stylesheets/application/pages/concepts/profiles/_showcase_profiles.scss */
.showcase-profile .card.contractor .details .previous-company {
  margin: auto 0;
  font-size: 11px;
  overflow: hidden;
}

@media (min-width: 601px) {
  /* line 56, app/assets/stylesheets/application/pages/concepts/profiles/_showcase_profiles.scss */
  .showcase-profile .card.contractor .details .previous-company {
    font-size: 12px;
    height: 20px;
  }
}

/* line 65, app/assets/stylesheets/application/pages/concepts/profiles/_showcase_profiles.scss */
.showcase-profile .card.contractor .details .previous-company span {
  display: inline-block;
  margin-left: 3px;
}

/* line 69, app/assets/stylesheets/application/pages/concepts/profiles/_showcase_profiles.scss */
.showcase-profile .card.contractor .details .previous-company span:before {
  content: ' | ';
  display: inline;
}

/* line 73, app/assets/stylesheets/application/pages/concepts/profiles/_showcase_profiles.scss */
.showcase-profile .card.contractor .details .previous-company span:first-of-type:before {
  display: none;
}

/* line 78, app/assets/stylesheets/application/pages/concepts/profiles/_showcase_profiles.scss */
.showcase-profile .card.contractor .details .tags {
  margin: 5px 0 0;
  display: flex;
  flex-wrap: wrap;
  height: 20px;
  overflow: hidden;
}

/* line 85, app/assets/stylesheets/application/pages/concepts/profiles/_showcase_profiles.scss */
.showcase-profile .card.contractor .details .tags .tag {
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 1px 4px;
  font-size: 11px;
  color: #c0c0c0;
}

/* line 1, app/assets/stylesheets/application/pages/concepts/profiles/_showcase_profiles.scss */
.showcase-profile {
  display: contents;
}

/* line 7, app/assets/stylesheets/application/pages/concepts/profiles/_showcase_profiles.scss */
.showcase-profile .card.contractor {
  display: flex;
  margin: 12px auto;
}

@media (min-width: 601px) {
  /* line 7, app/assets/stylesheets/application/pages/concepts/profiles/_showcase_profiles.scss */
  .showcase-profile .card.contractor {
    margin: 12px 15px 15px 0;
  }
}

@media (min-width: 980px) {
  /* line 7, app/assets/stylesheets/application/pages/concepts/profiles/_showcase_profiles.scss */
  .showcase-profile .card.contractor {
    margin: 12px 0;
    max-width: 440px;
  }
}

/* line 18, app/assets/stylesheets/application/pages/concepts/profiles/_showcase_profiles.scss */
.showcase-profile .card.contractor img {
  width: 80px;
  min-height: 80px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 980px) {
  /* line 18, app/assets/stylesheets/application/pages/concepts/profiles/_showcase_profiles.scss */
  .showcase-profile .card.contractor img {
    width: 124px;
    min-height: 124px;
  }
}

/* line 29, app/assets/stylesheets/application/pages/concepts/profiles/_showcase_profiles.scss */
.showcase-profile .card.contractor .details {
  padding: 10px;
  color: #fff;
  display: flex;
  flex-direction: column;
}

@media (min-width: 601px) {
  /* line 29, app/assets/stylesheets/application/pages/concepts/profiles/_showcase_profiles.scss */
  .showcase-profile .card.contractor .details {
    padding: 12px;
  }
}

/* line 39, app/assets/stylesheets/application/pages/concepts/profiles/_showcase_profiles.scss */
.showcase-profile .card.contractor .details .name, .showcase-profile .card.contractor .details .job-title {
  color: #fff;
  font-size: 13px;
  letter-spacing: normal;
  margin: 0;
}

@media (min-width: 601px) {
  /* line 39, app/assets/stylesheets/application/pages/concepts/profiles/_showcase_profiles.scss */
  .showcase-profile .card.contractor .details .name, .showcase-profile .card.contractor .details .job-title {
    font-size: 15px;
  }
}

/* line 49, app/assets/stylesheets/application/pages/concepts/profiles/_showcase_profiles.scss */
.showcase-profile .card.contractor .details .name {
  font-size: 16px;
}

@media (min-width: 601px) {
  /* line 49, app/assets/stylesheets/application/pages/concepts/profiles/_showcase_profiles.scss */
  .showcase-profile .card.contractor .details .name {
    font-size: 18px;
  }
}

/* line 56, app/assets/stylesheets/application/pages/concepts/profiles/_showcase_profiles.scss */
.showcase-profile .card.contractor .details .previous-company {
  margin: auto 0;
  font-size: 11px;
  overflow: hidden;
}

@media (min-width: 601px) {
  /* line 56, app/assets/stylesheets/application/pages/concepts/profiles/_showcase_profiles.scss */
  .showcase-profile .card.contractor .details .previous-company {
    font-size: 12px;
    height: 20px;
  }
}

/* line 65, app/assets/stylesheets/application/pages/concepts/profiles/_showcase_profiles.scss */
.showcase-profile .card.contractor .details .previous-company span {
  display: inline-block;
  margin-left: 3px;
}

/* line 69, app/assets/stylesheets/application/pages/concepts/profiles/_showcase_profiles.scss */
.showcase-profile .card.contractor .details .previous-company span:before {
  content: ' | ';
  display: inline;
}

/* line 73, app/assets/stylesheets/application/pages/concepts/profiles/_showcase_profiles.scss */
.showcase-profile .card.contractor .details .previous-company span:first-of-type:before {
  display: none;
}

/* line 78, app/assets/stylesheets/application/pages/concepts/profiles/_showcase_profiles.scss */
.showcase-profile .card.contractor .details .tags {
  margin: 5px 0 0;
  display: flex;
  flex-wrap: wrap;
  height: 20px;
  overflow: hidden;
}

/* line 85, app/assets/stylesheets/application/pages/concepts/profiles/_showcase_profiles.scss */
.showcase-profile .card.contractor .details .tags .tag {
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 1px 4px;
  font-size: 11px;
  color: #c0c0c0;
}

/* line 2, app/assets/stylesheets/application/pages/static_pages/privacy_and_terms.scss */
.privacy h4, .terms_and_conditions h4, .cookies h4 {
  margin-bottom: 6px;
}

/* line 6, app/assets/stylesheets/application/pages/static_pages/privacy_and_terms.scss */
.privacy p, .terms_and_conditions p, .cookies p {
  margin-bottom: 1em;
}

/* line 10, app/assets/stylesheets/application/pages/static_pages/privacy_and_terms.scss */
.privacy ol, .terms_and_conditions ol, .cookies ol {
  list-style: decimal;
  margin-left: 16px;
  padding-left: 16px;
}

/* line 16, app/assets/stylesheets/application/pages/static_pages/privacy_and_terms.scss */
.privacy ul, .terms_and_conditions ul, .cookies ul {
  list-style: disc;
  margin-left: 16px;
  padding-left: 16px;
}

/* line 22, app/assets/stylesheets/application/pages/static_pages/privacy_and_terms.scss */
.privacy ul.links, .terms_and_conditions ul.links, .cookies ul.links {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

/* line 1, app/assets/stylesheets/application/pages/concepts/user/_join_footer.scss */
section.join-form {
  color: #fff;
  margin-bottom: -16px;
  padding: 0;
  text-align: center;
  position: relative;
}

/* line 2, app/assets/stylesheets/application/pages/concepts/user/_join_footer.scss */
section.join-form.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: initial;
}

/* line 16, app/assets/stylesheets/application/pages/concepts/user/_join_footer.scss */
section.join-form header svg {
  display: none;
}

/* line 19, app/assets/stylesheets/application/pages/concepts/user/_join_footer.scss */
section.join-form header svg:first-of-type {
  display: block;
}

/* line 22, app/assets/stylesheets/application/pages/concepts/user/_join_footer.scss */
section.join-form header svg:first-of-type polygon {
  fill: black;
}

/* line 25, app/assets/stylesheets/application/pages/concepts/user/_join_footer.scss */
section.join-form header svg:first-of-type polygon.chit {
  fill: blue;
}

/* line 33, app/assets/stylesheets/application/pages/concepts/user/_join_footer.scss */
section.join-form .content {
  padding: 10px 30px 80px;
}

/* line 37, app/assets/stylesheets/application/pages/concepts/user/_join_footer.scss */
section.join-form article {
  max-width: 500px;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0 auto;
  padding-bottom: 80px;
}

@media (max-width: 600px) {
  /* line 37, app/assets/stylesheets/application/pages/concepts/user/_join_footer.scss */
  section.join-form article {
    max-width: auto;
  }
}

/* line 49, app/assets/stylesheets/application/pages/concepts/user/_join_footer.scss */
section.join-form article header {
  text-align: center;
}

/* line 52, app/assets/stylesheets/application/pages/concepts/user/_join_footer.scss */
section.join-form article header h2 {
  font-size: 25px;
  letter-spacing: normal;
  margin-bottom: 15px;
  color: #fff;
}

@media (max-width: 600px) {
  /* line 52, app/assets/stylesheets/application/pages/concepts/user/_join_footer.scss */
  section.join-form article header h2 {
    font-size: 18px;
  }
}

/* line 63, app/assets/stylesheets/application/pages/concepts/user/_join_footer.scss */
section.join-form article header p {
  display: inline-block;
}

/* line 69, app/assets/stylesheets/application/pages/concepts/user/_join_footer.scss */
section.join-form .joining-wrapper {
  margin-top: 32px;
}

/* line 75, app/assets/stylesheets/application/pages/concepts/user/_join_footer.scss */
section.join-form .user-join-cell form label {
  color: #fff;
  text-transform: uppercase;
}

/* line 80, app/assets/stylesheets/application/pages/concepts/user/_join_footer.scss */
section.join-form .user-join-cell form .radios {
  display: flex;
  flex-wrap: wrap;
}

/* line 85, app/assets/stylesheets/application/pages/concepts/user/_join_footer.scss */
section.join-form .user-join-cell form .submit {
  margin-bottom: 16px;
  text-align: center;
}

/* line 1, app/assets/stylesheets/application/pages/concepts/marketing/_trusted_by.scss */
.trusted-clients {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 55px;
  flex-wrap: wrap;
  overflow: hidden;
}

@media (min-width: 799px) {
  /* line 1, app/assets/stylesheets/application/pages/concepts/marketing/_trusted_by.scss */
  .trusted-clients {
    height: 80px;
  }
}

/* line 17, app/assets/stylesheets/application/pages/concepts/marketing/_trusted_by.scss */
.trusted-clients header {
  padding: 10px 30px;
  display: none;
}

@media (min-width: 799px) {
  /* line 17, app/assets/stylesheets/application/pages/concepts/marketing/_trusted_by.scss */
  .trusted-clients header {
    display: block;
  }
}

/* line 25, app/assets/stylesheets/application/pages/concepts/marketing/_trusted_by.scss */
.trusted-clients header h4 {
  font-size: 18px;
  line-height: 1;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0;
}

/* line 34, app/assets/stylesheets/application/pages/concepts/marketing/_trusted_by.scss */
.trusted-clients .logo {
  padding: 10px;
  margin: auto;
}

@media (min-width: 799px) {
  /* line 34, app/assets/stylesheets/application/pages/concepts/marketing/_trusted_by.scss */
  .trusted-clients .logo {
    height: 80px;
    padding: 20px 15px;
  }
}

/* line 43, app/assets/stylesheets/application/pages/concepts/marketing/_trusted_by.scss */
.trusted-clients .logo svg {
  height: 34px;
  max-width: 65px;
}

@media (min-width: 799px) {
  /* line 43, app/assets/stylesheets/application/pages/concepts/marketing/_trusted_by.scss */
  .trusted-clients .logo svg {
    height: 40px;
    max-width: 100px;
  }
}

/* line 52, app/assets/stylesheets/application/pages/concepts/marketing/_trusted_by.scss */
.trusted-clients .logo svg path {
  fill: #fff;
}

/* line 56, app/assets/stylesheets/application/pages/concepts/marketing/_trusted_by.scss */
.trusted-clients .logo svg [stroke] {
  stroke: #fff;
}

/* line 1, app/assets/stylesheets/application/pages/concepts/language_selector.scss */
.language-selector {
  position: relative;
}

/* line 5, app/assets/stylesheets/application/pages/concepts/language_selector.scss */
.language-selector .dropdown-toggle:after {
  content: none !important;
}

/* line 10, app/assets/stylesheets/application/pages/concepts/language_selector.scss */
.language-selector .flag {
  width: 2.5em;
  height: 2.5em;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 1000px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

/* line 20, app/assets/stylesheets/application/pages/concepts/language_selector.scss */
.language-selector .flag.pl {
  background-image: url(/assets/flags/pl-608e5ed6a0820b02ac00e5ee7457a9822b5e5c1be9cba69d17c5a3e9ca4a4377.svg);
}

/* line 23, app/assets/stylesheets/application/pages/concepts/language_selector.scss */
.language-selector .flag.en {
  background-image: url(/assets/flags/en-910e4fa63fb7a23d30d59dee2feb08da51a405eb06b38a7e12d18d9b504d13b5.svg);
}

/* line 26, app/assets/stylesheets/application/pages/concepts/language_selector.scss */
.language-selector .flag.fr {
  background-image: url(/assets/flags/fr-5929d9b55117dac357f3db9e2664b9420b914e56e86a4a5f0756c7e6a6b01f41.svg);
}

/* line 29, app/assets/stylesheets/application/pages/concepts/language_selector.scss */
.language-selector .flag.debug {
  background-image: url(/assets/flags/debug-00b34c4064e4e5d5b24dc113852d4536e12f3381db5725cde72d6ec4fc563f7e.svg);
}

/* line 34, app/assets/stylesheets/application/pages/concepts/language_selector.scss */
.language-selector .nav-dropdown {
  min-width: 0 !important;
  right: -11px !important;
}

/* line 39, app/assets/stylesheets/application/pages/concepts/language_selector.scss */
.language-selector .nav-dropdown .dropdown-entry:after {
  content: none !important;
}

/* line 42, app/assets/stylesheets/application/pages/concepts/language_selector.scss */
.language-selector .nav-dropdown .dropdown-entry a {
  padding: 0.5em 1em !important;
}

/* line 38, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
.err-page {
  background-color: #0C6B1F;
}

/* line 40, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
.err-page .main-nav, .err-page .links-and-info, .err-page .navmenu, .err-page .main-navigation {
  display: none !important;
}

/* line 43, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
.err-page .main-content-wrap {
  max-width: 100% !important;
}

/* line 46, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
.err-page .main-content {
  padding-top: 0 !important;
}

/* line 49, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
.err-page #feedback {
  display: none;
}

/* line 52, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
.err-page__container {
  position: relative;
  width: 100vw;
  overflow: hidden;
  height: 100vh;
}

/* line 57, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
.err-page__container .number {
  width: 100%;
  background-size: 50% 100%;
  height: inherit;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 58, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
.err-page__container .number--404 {
  background-image: url(/assets/error/error_number_404-fb30b2d7797d2ed53410c1fd25672535d1cace8a6c39501837a4a67dea3cf44d.svg);
}

/* line 61, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
.err-page__container .number--500 {
  background-image: url(/assets/error/error_number_500-a0949c771651e6d11283269175c081ebf6624ec3b102d873b6af271451a48bd5.svg);
}

@media (max-width: 990px) {
  /* line 57, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
  .err-page__container .number {
    background-size: 80%;
    height: 80%;
  }
}

/* line 75, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
.err-page__container .banner:after {
  content: "";
  position: absolute;
  background-repeat: repeat no-repeat;
  width: 110vw;
  height: 40px;
  background-size: contain;
  left: -5vw;
}

/* line 85, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
.err-page__container .banner__404--3, .err-page__container .banner__404--4, .err-page__container .banner__404--5, .err-page__container .banner__500--3, .err-page__container .banner__500--4, .err-page__container .banner__500--5 {
  display: none;
}

@media (max-width: 990px) {
  /* line 85, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
  .err-page__container .banner__404--3, .err-page__container .banner__404--4, .err-page__container .banner__404--5, .err-page__container .banner__500--3, .err-page__container .banner__500--4, .err-page__container .banner__500--5 {
    display: block;
  }
}

/* line 93, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
.err-page__container .banner__404:after {
  background-image: url(/assets/error/error_banner_404-16b241457b74be2392a457db51c24fb2e32598aae3d355e7595635976044cb40.svg);
}

/* line 30, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
.err-page__container .banner__404--1:after {
  top: 35%;
  transform: translateY(-35%) rotate(5deg);
  background-position-x: 500px;
}

/* line 30, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
.err-page__container .banner__404--2:after {
  top: 65%;
  transform: translateY(-65%) rotate(-8deg);
  background-position-x: 50px;
}

@media (max-width: 990px) {
  /* line 30, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
  .err-page__container .banner__404--1:after {
    top: 18%;
    transform: translateY(-18%) rotate(10deg);
    background-position-x: -20px;
  }
  /* line 30, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
  .err-page__container .banner__404--2:after {
    top: 15%;
    transform: translateY(-15%) rotate(-15deg);
    background-position-x: 150px;
  }
  /* line 30, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
  .err-page__container .banner__404--3:after {
    top: 50%;
    transform: translateY(-50%) rotate(-10deg);
    background-position-x: -170px;
  }
  /* line 30, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
  .err-page__container .banner__404--4:after {
    top: 65%;
    transform: translateY(-65%) rotate(15deg);
    background-position-x: 0px;
  }
  /* line 30, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
  .err-page__container .banner__404--5:after {
    top: 70%;
    transform: translateY(-70%) rotate(-10deg);
    background-position-x: -130px;
  }
}

/* line 102, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
.err-page__container .banner__500:after {
  background-image: url(/assets/error/error_banner_500-9de465b64647564998d13d30b8c779ccfabac337d7e4ffe7dfa9af7204ec20b1.svg);
}

/* line 30, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
.err-page__container .banner__500--1:after {
  top: 50%;
  transform: translateY(-50%) rotate(10deg);
  background-position-x: 400px;
}

/* line 30, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
.err-page__container .banner__500--2:after {
  top: 60%;
  transform: translateY(-60%) rotate(-5deg);
  background-position-x: -20px;
}

@media (max-width: 990px) {
  /* line 30, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
  .err-page__container .banner__500--1:after {
    top: 10%;
    transform: translateY(-10%) rotate(8deg);
    background-position-x: -150px;
  }
  /* line 30, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
  .err-page__container .banner__500--2:after {
    top: 22%;
    transform: translateY(-22%) rotate(-15deg);
    background-position-x: 0px;
  }
  /* line 30, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
  .err-page__container .banner__500--3:after {
    top: 45%;
    transform: translateY(-45%) rotate(10deg);
    background-position-x: -80px;
  }
  /* line 30, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
  .err-page__container .banner__500--4:after {
    top: 65%;
    transform: translateY(-65%) rotate(10deg);
    background-position-x: 100px;
  }
  /* line 30, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
  .err-page__container .banner__500--5:after {
    top: 75%;
    transform: translateY(-75%) rotate(-10deg);
    background-position-x: -150px;
  }
}

/* line 111, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
.err-page__container .link {
  border-radius: 20px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  color: #ffffff;
  background-color: unset;
  position: absolute;
  bottom: 64px;
  left: 50%;
  transform: translateX(-50%);
  text-decoration: unset;
}

/* line 125, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
.err-page__container .link:hover {
  background-color: #ffffff;
  color: #0C6B1F;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 990px) {
  /* line 111, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
  .err-page__container .link {
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    bottom: 82px;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* line 1, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon {
  text-align: center;
  background-image: none;
}

/* line 30, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon .main-content-wrap {
  position: initial;
}

/* line 34, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon .main-content-wrap .main-content {
  padding-top: 0;
}

/* line 45, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon .main-content .constrained {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 49, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon .main-content a.join-community {
  font-size: 16px;
  line-height: 1.88;
  display: block;
}

@media (min-width: 601px) {
  /* line 49, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
  body.home-page.coming-soon .main-content a.join-community {
    font-size: 18px;
  }
}

/* line 59, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon .main-content a.show-more {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  display: block;
  cursor: pointer;
}

/* line 68, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon .main-content a.show-more:after {
  transform: translateY(-25%) translateX(3px) rotate(-45deg) scale(-1, 1);
  border: solid lightgrey;
  border-width: 0 2px 2px 0;
  display: inline-block;
  transition: transform 200ms ease-in-out, border-color 200ms ease-in-out;
  padding: 3px;
  content: '';
  transform-origin: center center;
  vertical-align: middle;
  margin: 4px;
}

/* line 72, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon .main-content a.show-more.open {
  opacity: 0;
}

/* line 74, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon .main-content a.show-more.open:after {
  transform: translateY(25%) translateX(3px) rotate(-135deg);
}

@media (min-width: 601px) {
  /* line 59, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
  body.home-page.coming-soon .main-content a.show-more {
    display: none;
  }
}

/* line 83, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon .main-content > section {
  padding: 0px;
  margin: 0px;
}

/* line 86, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon .main-content > section > * {
  max-width: initial;
  width: auto;
  margin: 0px;
}

/* line 92, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon .main-content > section.contain > * {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 97, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon .main-content > section header > h2 {
  letter-spacing: normal;
  font-size: 24px;
  line-height: 1.45;
  padding: 30px 15px;
  margin: 0;
}

@media (min-width: 601px) {
  /* line 97, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
  body.home-page.coming-soon .main-content > section header > h2 {
    margin: 0 15px;
    padding: 25px 0;
  }
}

@media (min-width: 799px) {
  /* line 97, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
  body.home-page.coming-soon .main-content > section header > h2 {
    padding: 50px 0;
  }
}

/* line 113, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon .main-content > section header:after {
  display: none;
}

/* line 120, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon .alert {
  position: absolute;
  top: 80px;
  z-index: 10;
  left: 0;
  right: 0;
  font-size: 1.2em;
}

@media (max-width: 600px) {
  /* line 120, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
  body.home-page.coming-soon .alert {
    top: 47px;
    font-size: 1em;
  }
}

/* line 133, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon .home-header-cover {
  margin: -64px 0 0;
  position: relative;
  z-index: 0;
  height: 100vh;
  min-height: 850px;
  overflow: hidden;
}

/* line 141, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon .home-header-cover .hidden {
  display: none;
}

/* line 145, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon .home-header-cover .sky {
  position: relative;
  background: #fff;
  display: grid;
  grid-template-areas: ". content ." "skyline skyline skyline";
  grid-template-rows: minmax(450px, 50vh) minmax(400px, 50vh);
}

/* line 154, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon .home-header-cover .sky:before {
  position: absolute;
  background: #ebf4fb;
  background: linear-gradient(180deg, #ebf4fb 85%, white 100%);
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  height: 90vh;
  content: "";
  display: block;
}

@media (min-width: 999px) {
  /* line 154, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
  body.home-page.coming-soon .home-header-cover .sky:before {
    height: 70vh;
  }
}

/* line 175, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon .home-header-cover .sky svg.clouds-one {
  transform: scale(1);
  max-width: 30vw;
  position: absolute;
  top: 2%;
  left: -30px;
}

@media (min-width: 601px) {
  /* line 175, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
  body.home-page.coming-soon .home-header-cover .sky svg.clouds-one {
    max-width: 50vw;
  }
}

/* line 186, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon .home-header-cover .sky svg.clouds-two {
  transform: scale(0.8);
  max-width: 30vw;
  position: absolute;
  top: 10%;
  right: -90px;
}

@media (min-width: 1399px) {
  /* line 186, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
  body.home-page.coming-soon .home-header-cover .sky svg.clouds-two {
    top: 8%;
    right: 10%;
  }
}

/* line 198, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon .home-header-cover .sky svg.clouds-three {
  transform: scale(0.5);
  position: absolute;
  max-width: 20vw;
  top: 30%;
  right: 20%;
}

@media (min-width: 1399px) {
  /* line 198, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
  body.home-page.coming-soon .home-header-cover .sky svg.clouds-three {
    top: 20%;
    right: 30%;
  }
}

/* line 210, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon .home-header-cover .sky .skyline {
  grid-area: skyline;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}

/* line 218, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon .home-header-cover .sky .skyline svg.skyline-top {
  fill: #fff;
  position: absolute;
  z-index: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-30%) translateY(-50%);
  width: 300vw;
  max-width: 2800px;
}

@media (min-width: 601px) {
  /* line 218, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
  body.home-page.coming-soon .home-header-cover .sky .skyline svg.skyline-top {
    width: 200vw;
    transform: translateX(-40%) translateY(-40%);
  }
}

@media (min-width: 799px) {
  /* line 218, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
  body.home-page.coming-soon .home-header-cover .sky .skyline svg.skyline-top {
    transform: translateX(-50%) translateY(-30%);
  }
}

@media (min-width: 999px) {
  /* line 218, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
  body.home-page.coming-soon .home-header-cover .sky .skyline svg.skyline-top {
    width: 150vw;
  }
}

@media (min-width: 1399px) {
  /* line 218, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
  body.home-page.coming-soon .home-header-cover .sky .skyline svg.skyline-top {
    width: 120vw;
  }
}

/* line 247, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon .home-header-cover .sky .skyline svg.skyline-level-2 {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 200vw;
  max-width: 2400px;
}

@media (min-width: 601px) {
  /* line 247, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
  body.home-page.coming-soon .home-header-cover .sky .skyline svg.skyline-level-2 {
    width: 150vw;
  }
}

@media (min-width: 799px) {
  /* line 247, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
  body.home-page.coming-soon .home-header-cover .sky .skyline svg.skyline-level-2 {
    width: 100vw;
    transform: translateX(-50%);
  }
}

@media (min-width: 1399px) {
  /* line 247, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
  body.home-page.coming-soon .home-header-cover .sky .skyline svg.skyline-level-2 {
    overflow: visible;
  }
}

@media (min-width: 1399px) {
  /* line 269, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
  body.home-page.coming-soon .home-header-cover .sky .skyline svg.skyline-level-2 .expand-land {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    transform: matrix(10, 0, 0, 1, -1000, 0);
  }
}

/* line 282, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon .home-header-cover .content {
  grid-area: content;
  position: relative;
  max-width: 310px;
  padding: 130px 20px 30px;
  text-align: center;
  margin: auto;
  z-index: 3;
}

@media (min-width: 601px) {
  /* line 282, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
  body.home-page.coming-soon .home-header-cover .content {
    padding: 180px 30px 30px;
    max-width: 500px;
  }
}

@media (min-width: 799px) {
  /* line 282, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
  body.home-page.coming-soon .home-header-cover .content {
    max-width: 800px;
  }
}

/* line 300, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon .home-header-cover .content h1 {
  font-size: 32px;
  line-height: 1.4;
}

@media (min-width: 799px) {
  /* line 300, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
  body.home-page.coming-soon .home-header-cover .content h1 {
    font-size: 56px;
  }
}

/* line 309, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon .home-header-cover .content .actions {
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 30px auto;
}

/* line 317, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon section.skibby-can .pipeline-digger {
  background: #a1a7a4;
  border-bottom: 9px solid #838885;
  height: 70px;
  position: relative;
  transform: scale(1);
}

@media (min-width: 1399px) {
  /* line 317, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
  body.home-page.coming-soon section.skibby-can .pipeline-digger {
    transform: scale(1.25);
  }
}

/* line 328, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon section.skibby-can .pipeline-digger svg.digger {
  display: block;
  height: 100px;
  bottom: -15px;
  left: 3vw;
  position: absolute;
}

@media (min-width: 601px) {
  /* line 328, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
  body.home-page.coming-soon section.skibby-can .pipeline-digger svg.digger {
    height: 120px;
    left: 10vw;
  }
}

@media (min-width: 1399px) {
  /* line 328, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
  body.home-page.coming-soon section.skibby-can .pipeline-digger svg.digger {
    left: 25vw;
  }
}

/* line 344, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon section.skibby-can .pipeline-digger .pipeline-svg {
  display: block;
  position: absolute;
  width: 180px;
  left: calc(10vw + 148px);
  bottom: -49px;
}

@media (min-width: 601px) {
  /* line 344, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
  body.home-page.coming-soon section.skibby-can .pipeline-digger .pipeline-svg {
    width: 250px;
    bottom: -63px;
  }
}

@media (min-width: 999px) {
  /* line 344, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
  body.home-page.coming-soon section.skibby-can .pipeline-digger .pipeline-svg {
    width: 350px;
    bottom: -85px;
  }
}

@media (min-width: 1399px) {
  /* line 344, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
  body.home-page.coming-soon section.skibby-can .pipeline-digger .pipeline-svg {
    left: calc(25vw + 148px);
  }
}

/* line 365, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon section.skibby-can .subway-svg {
  width: calc(80vw + 240px);
  margin-right: 0px;
  margin-left: auto;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

@media (min-width: 601px) {
  /* line 365, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
  body.home-page.coming-soon section.skibby-can .subway-svg {
    width: calc(60vw + 240px);
  }
}

/* line 377, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon section.skibby-can .subway-svg img {
  height: 100%;
  max-height: 240px;
  transform: translateX(40px);
  display: block;
}

@media (min-width: 601px) {
  /* line 377, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
  body.home-page.coming-soon section.skibby-can .subway-svg img {
    transform: translateX(240px);
  }
}

/* line 388, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon section.skibby-can .content-container {
  background-image: linear-gradient(to bottom, #2f4631, #152216 56%);
  padding: calc(1vw + 30px) 0px;
  color: #fff;
  overflow: hidden;
}

@media (min-width: 799px) {
  /* line 394, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
  body.home-page.coming-soon section.skibby-can .content-container > header {
    display: block;
  }
}

/* line 398, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon section.skibby-can .content-container > header h2 {
  color: #2e7d28;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 1.6px;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 601px) {
  /* line 398, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
  body.home-page.coming-soon section.skibby-can .content-container > header h2 {
    font-size: 56px;
    font-weight: 500;
    letter-spacing: 2.8px;
  }
}

/* line 413, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon section.skibby-can .content-container .content {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (min-width: 799px) {
  /* line 413, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
  body.home-page.coming-soon section.skibby-can .content-container .content {
    display: flex;
    justify-content: space-around;
  }
}

/* line 422, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon section.skibby-can .content-container .content p {
  padding: 0 30px 30px;
  flex: 1 1 0px;
  max-width: 350px;
  margin: 0px auto 20px;
  font-size: 18px;
  line-height: 1.44;
}

/* line 434, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon section.browse-choose {
  background: #f5f5f5;
  padding: 30px;
  display: none;
}

/* line 440, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon section.how-it-works {
  background: #152216;
}

/* line 446, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon section.how-it-works h2, body.home-page.coming-soon section.how-it-works > header h2 {
  color: #f5f5f5;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 1.6px;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 601px) {
  /* line 446, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
  body.home-page.coming-soon section.how-it-works h2, body.home-page.coming-soon section.how-it-works > header h2 {
    font-size: 56px;
    font-weight: 500;
    letter-spacing: 2.8px;
  }
}

/* line 461, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon section.how-it-works .split {
  display: flex;
  flex-direction: column;
}

@media (min-width: 999px) {
  /* line 461, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
  body.home-page.coming-soon section.how-it-works .split {
    flex-direction: row;
  }
}

/* line 469, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon section.how-it-works .split article {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
}

/* line 474, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon section.how-it-works .split article .content {
  grid-area: content;
  background: #333e33;
}

/* line 478, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon section.how-it-works .split article .content .inner {
  flex: 1 1 300px;
  max-width: 500px;
  padding: 0 30px 60px 30px;
  margin: 0 auto;
}

/* line 486, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon section.how-it-works .split article .skyline-top {
  grid-area: header;
}

/* line 489, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon section.how-it-works .split article .skyline-top svg {
  fill: #333e33;
  display: block;
}

/* line 494, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon section.how-it-works .split article .skyline-bottom {
  grid-area: footer;
  background: #333e33;
}

/* line 498, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon section.how-it-works .split article .skyline-bottom svg {
  fill: #161a16;
  display: block;
}

/* line 504, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon section.how-it-works .split article a {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.13;
  letter-spacing: 1px;
  color: #f5f5f5;
  text-transform: uppercase;
}

/* line 512, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon section.how-it-works .split article p {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.08px;
  color: #2e7d28;
  text-transform: uppercase;
}

@media (min-width: 799px) {
  /* line 512, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
  body.home-page.coming-soon section.how-it-works .split article p {
    font-size: 36px;
    line-height: 1.17;
    letter-spacing: 0.1px;
  }
}

/* line 529, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon section.how-it-works footer {
  margin-top: -4px;
  padding: 30px;
  background: #161a16;
}

/* line 534, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon section.how-it-works footer h2 {
  color: #2e7d28;
}

/* line 539, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon section.net-zero {
  background-color: #cce1c7;
  padding: 32px;
}

/* line 543, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon section.net-zero p {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
  color: #232a23;
  text-transform: uppercase;
}

/* line 553, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon section.sustainability {
  padding: 0 30px 200px;
  background-image: linear-gradient(to top, #2f4631, #152216 56%);
  position: relative;
}

@media (min-width: 601px) {
  /* line 553, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
  body.home-page.coming-soon section.sustainability {
    padding-bottom: 300px;
  }
}

@media (min-width: 799px) {
  /* line 553, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
  body.home-page.coming-soon section.sustainability {
    padding-bottom: 400px;
  }
}

/* line 566, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon section.sustainability .sustainability-bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  z-index: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

/* line 577, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon section.sustainability .sustainability-bg img {
  width: 100%;
  height: 100%;
  max-height: 880px;
  display: block;
}

/* line 584, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon section.sustainability .contain {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

/* line 590, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon section.sustainability .contain > header h2 {
  font-family: PublicSans;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.17;
  letter-spacing: 2px;
  color: #2e7d28;
  text-transform: uppercase;
  text-align: left;
}

/* line 603, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon section.sustainability .content {
  font-size: 21px;
  line-height: 1.48;
  color: #f5f5f5;
  text-align: left;
  max-width: 860px;
  padding: 0 15px;
}

@media (min-width: 799px) {
  /* line 603, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
  body.home-page.coming-soon section.sustainability .content {
    font-size: 28px;
    line-height: 1.43;
  }
}

/* line 620, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon section.community-blog-posts header h2 {
  padding: 40px 0;
}

/* line 624, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon section.community-blog-posts footer {
  font-size: 18px;
  padding: 40px 0;
}

/* line 2, app/assets/stylesheets/application/pages/static_pages/_engage_footer.scss */
body.home-page.coming-soon section.engage-footer .content {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (min-width: 601px) {
  /* line 2, app/assets/stylesheets/application/pages/static_pages/_engage_footer.scss */
  body.home-page.coming-soon section.engage-footer .content {
    display: flex;
    flex-wrap: wrap;
  }
}

/* line 11, app/assets/stylesheets/application/pages/static_pages/_engage_footer.scss */
body.home-page.coming-soon section.engage-footer .content .engage-item {
  padding: 20px;
}

@media (min-width: 601px) {
  /* line 11, app/assets/stylesheets/application/pages/static_pages/_engage_footer.scss */
  body.home-page.coming-soon section.engage-footer .content .engage-item {
    padding: 60px;
    flex: 1 1 0px;
    min-width: 400px;
  }
}

/* line 22, app/assets/stylesheets/application/pages/static_pages/_engage_footer.scss */
body.home-page.coming-soon section.engage-footer header {
  padding: 30px;
  display: block;
  margin: auto;
  width: 100px;
  height: 100px;
}

/* line 29, app/assets/stylesheets/application/pages/static_pages/_engage_footer.scss */
body.home-page.coming-soon section.engage-footer header img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}

/* line 35, app/assets/stylesheets/application/pages/static_pages/_engage_footer.scss */
body.home-page.coming-soon section.engage-footer h3 {
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: normal;
}

/* line 40, app/assets/stylesheets/application/pages/static_pages/_engage_footer.scss */
body.home-page.coming-soon section.engage-footer p {
  font-size: 14px;
  line-height: 1.29;
  max-width: 350px;
  margin: 0px auto 20px;
}

/* line 631, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon #feedback {
  display: none;
}

/* line 635, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon .home-header-cover {
  margin: 0;
}

/* line 639, app/assets/stylesheets/application/pages/static_pages/coming_soon.scss */
body.home-page.coming-soon > footer {
  display: none;
}

/* line 2, app/assets/stylesheets/application/pages/static_pages/_with_aoe.scss */
.with-aoe ul.areas-of-expertise {
  font-size: 0;
  display: block;
  margin: 0 auto;
  padding-top: 20px;
  text-align: center;
}

@media (max-width: 1000px) {
  /* line 2, app/assets/stylesheets/application/pages/static_pages/_with_aoe.scss */
  .with-aoe ul.areas-of-expertise {
    max-width: 800px;
  }
}

/* line 13, app/assets/stylesheets/application/pages/static_pages/_with_aoe.scss */
.with-aoe ul.areas-of-expertise li {
  vertical-align: top;
  display: inline-block;
  text-align: center;
  width: 16.666%;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.78;
  line-height: 1.5;
}

@media (max-width: 600px) {
  /* line 13, app/assets/stylesheets/application/pages/static_pages/_with_aoe.scss */
  .with-aoe ul.areas-of-expertise li {
    font-size: 16px;
    line-height: 2;
  }
}

/* line 21, app/assets/stylesheets/application/pages/static_pages/_with_aoe.scss */
.with-aoe ul.areas-of-expertise li article {
  padding: 30px 0;
  max-width: 200px;
  margin: 0 auto;
}

/* line 26, app/assets/stylesheets/application/pages/static_pages/_with_aoe.scss */
.with-aoe ul.areas-of-expertise li article .image-wrapper {
  height: 72px;
}

/* line 29, app/assets/stylesheets/application/pages/static_pages/_with_aoe.scss */
.with-aoe ul.areas-of-expertise li article .image-wrapper img {
  margin-bottom: 10px;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}

/* line 36, app/assets/stylesheets/application/pages/static_pages/_with_aoe.scss */
.with-aoe ul.areas-of-expertise li article .image-wrapper:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

/* line 44, app/assets/stylesheets/application/pages/static_pages/_with_aoe.scss */
.with-aoe ul.areas-of-expertise li article .avoid-wrap {
  display: block;
}

@media (max-width: 1100px) {
  /* line 13, app/assets/stylesheets/application/pages/static_pages/_with_aoe.scss */
  .with-aoe ul.areas-of-expertise li {
    padding-top: 0;
    width: 50%;
  }
  /* line 53, app/assets/stylesheets/application/pages/static_pages/_with_aoe.scss */
  .with-aoe ul.areas-of-expertise li article .avoid-wrap {
    display: inline-block;
  }
}

@media (max-width: 600px) {
  /* line 13, app/assets/stylesheets/application/pages/static_pages/_with_aoe.scss */
  .with-aoe ul.areas-of-expertise li {
    width: 100%;
  }
}

/* line 2, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners section.container {
  padding: 0 80px;
}

@media (max-width: 768px) {
  /* line 2, app/assets/stylesheets/application/pages/static_pages/partners.scss */
  .partners section.container {
    padding: 0 40px;
  }
}

@media (max-width: 600px) {
  /* line 2, app/assets/stylesheets/application/pages/static_pages/partners.scss */
  .partners section.container {
    padding: 0 16px;
  }
}

/* line 12, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners section.container.great-companies {
  margin-top: 40px;
  margin-bottom: 70px;
}

/* line 18, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners .row {
  font-size: 0;
  line-height: 0;
}

/* line 22, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners h2 {
  margin-bottom: 30px;
}

/* line 26, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners .img-responsive {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

/* line 32, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners .p-card {
  position: relative;
  padding: 24px 24px 30px;
  margin-bottom: 16px;
}

/* line 37, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners .p-card.coming-soon {
  filter: grayscale(100%);
}

/* line 40, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners .p-card.coming-soon .cert {
  position: absolute;
  top: 21px;
  right: 20px;
  height: 90px;
  width: 90px;
  background: no-repeat 100% 100%;
  background-image: url(/images/icons/certificate.svg);
  transform: rotate(15deg);
  background-size: cover;
  line-height: 1.31em;
  font-size: 16px;
  font-weight: bold;
  padding: 27px 10px;
  text-align: center;
  color: #fff;
}

/* line 59, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners .p-card .w-60pc {
  display: inline-block;
  width: calc((100% - 16px) * 0.6);
}

/* line 64, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners .p-card ul {
  list-style: disc;
  margin-left: 15px;
}

/* line 69, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners .p-card h4 {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.22;
}

/* line 75, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners .p-card p {
  font-size: 14px;
  line-height: 1.5;
}

/* line 79, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners .p-card p:last-of-type {
  margin-bottom: 0;
}

/* line 84, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners .p-card .text-sml {
  font-size: 12px;
  line-height: 1.75;
}

/* line 89, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners .p-card .footer {
  display: block;
  font-size: 16px;
  line-height: 1.31;
  padding: 13px;
}

/* line 96, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners .p-card.sm {
  color: #13311a;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.71;
  display: inline-block;
  margin-right: 16px;
  width: calc((100% - 48px) / 4 * 1);
  vertical-align: top;
  padding: 0px;
}

@media (max-width: 600px) {
  /* line 96, app/assets/stylesheets/application/pages/static_pages/partners.scss */
  .partners .p-card.sm {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

/* line 95, app/assets/stylesheets/application/base/config/_mixins.scss */
.partners .p-card.sm:nth-of-type(4n) {
  margin-right: 0;
}

@media (max-width: 600px) {
  /* line 96, app/assets/stylesheets/application/pages/static_pages/partners.scss */
  .partners .p-card.sm {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.71;
    display: inline-block;
    margin-right: 10px;
    width: calc((100% - 10px) / 2 * 1);
    vertical-align: top;
  }
}

@media (max-width: 600px) and (max-width: 600px) {
  /* line 96, app/assets/stylesheets/application/pages/static_pages/partners.scss */
  .partners .p-card.sm {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

@media (max-width: 600px) {
  /* line 95, app/assets/stylesheets/application/base/config/_mixins.scss */
  .partners .p-card.sm:nth-of-type(2n) {
    margin-right: 0;
  }
}

/* line 101, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners .p-card.sm .hdr-img {
  position: relative;
}

/* line 104, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners .p-card.sm .hdr-img::before {
  content: '';
  display: block;
  padding-bottom: 66%;
}

/* line 110, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners .p-card.sm .hdr-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  height: auto;
}

/* line 122, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners .p-card.lg {
  padding-top: 14px;
  color: #13311a;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.71;
  display: inline-block;
  margin-right: 16px;
  width: calc((100% - 16px) / 2 * 1);
  vertical-align: top;
}

@media (max-width: 600px) {
  /* line 122, app/assets/stylesheets/application/pages/static_pages/partners.scss */
  .partners .p-card.lg {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

/* line 95, app/assets/stylesheets/application/base/config/_mixins.scss */
.partners .p-card.lg:nth-of-type(2n) {
  margin-right: 0;
}

@media (max-width: 600px) {
  /* line 122, app/assets/stylesheets/application/pages/static_pages/partners.scss */
  .partners .p-card.lg {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.71;
    display: block;
    width: 100%;
  }
}

@media (max-width: 600px) and (max-width: 600px) {
  /* line 122, app/assets/stylesheets/application/pages/static_pages/partners.scss */
  .partners .p-card.lg {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

/* line 127, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners .p-card.lg .hdr-img {
  height: 90px;
  transition: all .2s ease-in-out;
  margin-bottom: 15px;
}

@media (min-width: 544px) {
  /* line 127, app/assets/stylesheets/application/pages/static_pages/partners.scss */
  .partners .p-card.lg .hdr-img {
    height: 114px;
  }
}

/* line 136, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners .p-card.lg .hdr-img img {
  max-width: 120px;
  max-height: 60px;
  -o-object-position: left;
     object-position: left;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 544px) {
  /* line 136, app/assets/stylesheets/application/pages/static_pages/partners.scss */
  .partners .p-card.lg .hdr-img img {
    max-width: 100%;
    max-height: 100%;
  }
}

/* line 150, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners .p-card.suggest-partner {
  padding-bottom: 20px;
}

@media (max-width: 600px) {
  /* line 150, app/assets/stylesheets/application/pages/static_pages/partners.scss */
  .partners .p-card.suggest-partner {
    padding-bottom: 70px;
  }
}

/* line 156, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners .p-card.suggest-partner .button, .partners .p-card.suggest-partner body.profiles .add, body.profiles .partners .p-card.suggest-partner .add {
  float: right;
  padding: 6px 16px 6px;
  font-size: 14px;
  line-height: 2.14;
}

@media (max-width: 600px) {
  /* line 156, app/assets/stylesheets/application/pages/static_pages/partners.scss */
  .partners .p-card.suggest-partner .button, .partners .p-card.suggest-partner body.profiles .add, body.profiles .partners .p-card.suggest-partner .add {
    margin-top: 10px;
  }
}

/* line 165, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners .p-card.suggest-partner .hdr-img img {
  width: 100%;
  max-width: initial;
  max-height: initial;
}

/* line 171, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners .p-card.suggest-partner::after {
  display: none;
}

/* line 177, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners .hdr-img {
  white-space: nowrap;
}

/* line 180, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners .hdr-img img {
  vertical-align: middle;
}

/* line 184, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners .hdr-img:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: '';
}

/* line 192, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners.ipse .main-content {
  padding-top: 0;
}

@media (max-width: 600px) {
  /* line 195, app/assets/stylesheets/application/pages/static_pages/partners.scss */
  .partners.ipse section.container {
    padding: 0;
  }
}

/* line 201, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners.ipse section.ipse header {
  position: relative;
  min-height: 600px;
  min-height: 75vh;
  height: 600px;
  text-align: center;
}

@media (max-width: 600px) {
  /* line 201, app/assets/stylesheets/application/pages/static_pages/partners.scss */
  .partners.ipse section.ipse header {
    height: auto;
  }
}

/* line 211, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners.ipse section.ipse header:after {
  display: none;
}

/* line 215, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners.ipse section.ipse header img.cover {
  position: absolute;
  z-index: -1;
  width: calc(100% + 160px);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  left: -80px;
  right: -80px;
  top: 0;
  opacity: 0.75;
}

@media (max-width: 600px) {
  /* line 215, app/assets/stylesheets/application/pages/static_pages/partners.scss */
  .partners.ipse section.ipse header img.cover {
    left: 0;
    right: 0;
  }
}

/* line 231, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners.ipse section.ipse header .vertical-flex {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* line 236, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners.ipse section.ipse header .text-content {
  margin: auto;
  padding: 50px;
  max-width: 900px;
  text-shadow: 0px 1px 2px #000000;
}

/* line 242, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners.ipse section.ipse header .text-content h2 {
  color: #fff;
  font-size: 47px;
}

@media (max-width: 600px) {
  /* line 242, app/assets/stylesheets/application/pages/static_pages/partners.scss */
  .partners.ipse section.ipse header .text-content h2 {
    font-size: 28px;
    line-height: 1.35;
  }
}

/* line 251, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners.ipse section.ipse header .text-content h3 {
  color: #fff;
  font-size: 30px;
  margin-top: 50px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 600px) {
  /* line 251, app/assets/stylesheets/application/pages/static_pages/partners.scss */
  .partners.ipse section.ipse header .text-content h3 {
    font-size: 22px;
    line-height: 1.35;
  }
}

/* line 265, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners.ipse section.ipse header .logos {
  width: 530px;
  display: flex;
  margin: 0 auto;
  height: 150px;
  justify-content: center;
  align-items: center;
}

@media (max-width: 600px) {
  /* line 265, app/assets/stylesheets/application/pages/static_pages/partners.scss */
  .partners.ipse section.ipse header .logos {
    width: 100%;
    height: 81px;
  }
}

/* line 278, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners.ipse section.ipse header .logos .sep {
  height: 80%;
  width: 3px;
  display: block;
  content: '';
  min-width: 3px;
}

@media (max-width: 600px) {
  /* line 278, app/assets/stylesheets/application/pages/static_pages/partners.scss */
  .partners.ipse section.ipse header .logos .sep {
    min-width: 2px;
    width: 2px;
  }
}

/* line 291, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners.ipse section.ipse header .logos img {
  padding: 15px;
  max-height: 80%;
}

/* line 298, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners.ipse section.ipse h2 {
  font-size: 35px;
}

@media (max-width: 600px) {
  /* line 298, app/assets/stylesheets/application/pages/static_pages/partners.scss */
  .partners.ipse section.ipse h2 {
    font-size: 25px;
  }
}

/* line 305, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners.ipse section.ipse p {
  font-size: 18px;
}

/* line 308, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners.ipse section.ipse h3 {
  font-size: 30px;
}

@media (max-width: 600px) {
  /* line 308, app/assets/stylesheets/application/pages/static_pages/partners.scss */
  .partners.ipse section.ipse h3 {
    font-size: 24px;
  }
}

/* line 315, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners.ipse section.ipse .intro {
  text-align: center;
  padding: 0 16px;
}

/* line 319, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners.ipse section.ipse .intro h2 {
  margin-top: 80px;
}

/* line 324, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners.ipse section.ipse .why-join {
  margin-top: 50px;
  padding: 15px 15px 35px;
}

/* line 328, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners.ipse section.ipse .why-join h3 {
  text-align: center;
}

/* line 331, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners.ipse section.ipse .why-join .points {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 600px) {
  /* line 331, app/assets/stylesheets/application/pages/static_pages/partners.scss */
  .partners.ipse section.ipse .why-join .points {
    flex-direction: column;
  }
}

/* line 339, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners.ipse section.ipse .why-join .points .item {
  width: 30%;
}

@media (max-width: 600px) {
  /* line 339, app/assets/stylesheets/application/pages/static_pages/partners.scss */
  .partners.ipse section.ipse .why-join .points .item {
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

/* line 347, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners.ipse section.ipse .why-join .points .item img {
  width: 100%;
  height: 220px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 352, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners.ipse section.ipse .why-join .points .item h4 {
  font-size: 22px;
  text-align: center;
  letter-spacing: initial;
}

/* line 360, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners.ipse section.ipse .benifits {
  margin-top: 30px;
  padding: 30px 30px 45px;
  color: #fff;
}

/* line 365, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners.ipse section.ipse .benifits h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 35px;
}

/* line 370, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners.ipse section.ipse .benifits ul {
  -moz-column-count: 3;
       column-count: 3;
  text-align: left;
  list-style: disc;
}

@media (max-width: 600px) {
  /* line 370, app/assets/stylesheets/application/pages/static_pages/partners.scss */
  .partners.ipse section.ipse .benifits ul {
    -moz-column-count: 1;
         column-count: 1;
  }
}

/* line 379, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners.ipse section.ipse .benifits ul li {
  margin-left: 30px;
  font-size: 18px;
  margin-bottom: 16px;
  line-height: 1.4;
}

/* line 387, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners.ipse section.ipse .offer {
  margin-top: 80px;
}

@media (max-width: 600px) {
  /* line 387, app/assets/stylesheets/application/pages/static_pages/partners.scss */
  .partners.ipse section.ipse .offer {
    margin-top: 30px;
    padding: 0 16px;
  }
}

/* line 395, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners.ipse section.ipse .offer h2 {
  text-align: center;
}

@media (max-width: 600px) {
  /* line 395, app/assets/stylesheets/application/pages/static_pages/partners.scss */
  .partners.ipse section.ipse .offer h2 {
    text-align: left;
  }
}

/* line 402, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners.ipse section.ipse .offer .content-and-offer {
  padding: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 600px) {
  /* line 402, app/assets/stylesheets/application/pages/static_pages/partners.scss */
  .partners.ipse section.ipse .offer .content-and-offer {
    padding: 0;
  }
}

/* line 411, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners.ipse section.ipse .offer .content-and-offer .content {
  width: 60%;
  text-align: left;
  font-size: 18px;
  margin-bottom: 30px;
  flex: 1;
  min-width: 350px;
  max-width: 550px;
}

@media (max-width: 600px) {
  /* line 411, app/assets/stylesheets/application/pages/static_pages/partners.scss */
  .partners.ipse section.ipse .offer .content-and-offer .content {
    width: auto;
    order: 2;
  }
}

/* line 428, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners.ipse section.ipse .offer .content-and-offer a.offer-disc {
  margin-left: 15px;
  margin-right: 15px;
  color: #4F5C78;
  text-align: center;
  font-size: 22px;
  padding: 40px;
  transition: all 200ms ease-in-out;
  width: 250px;
  height: 250px;
  line-height: 1.3;
}

/* line 440, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners.ipse section.ipse .offer .content-and-offer a.offer-disc:hover {
  border-color: #fff;
  color: #fff;
}

@media (max-width: 600px) {
  /* line 428, app/assets/stylesheets/application/pages/static_pages/partners.scss */
  .partners.ipse section.ipse .offer .content-and-offer a.offer-disc {
    margin-bottom: 30px;
    order: 1;
  }
}

/* line 449, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners.ipse section.ipse .offer .content-and-offer a.offer-disc .price {
  font-size: 50px;
  line-height: 1;
}

/* line 453, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners.ipse section.ipse .offer .content-and-offer a.offer-disc .was {
  color: #ff0000;
  text-decoration: line-through;
}

/* line 460, app/assets/stylesheets/application/pages/static_pages/partners.scss */
.partners.ipse section.ipse .join-ipse {
  text-align: center;
  margin-bottom: 60px;
}

/* line 1, app/assets/stylesheets/application/pages/static_pages/pricing.scss */
body.pricing-page {
  --pricing-content-contain-width: 1200px;
  background: linear-gradient(to bottom, #ebf4fb 12%, white) no-repeat;
  background-size: auto 100%;
  margin: 0 auto;
  padding: 0;
}

/* line 23, app/assets/stylesheets/application/pages/static_pages/pricing.scss */
body.pricing-page .main-content-wrap {
  max-width: 100%;
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: transparent;
}

/* line 30, app/assets/stylesheets/application/pages/static_pages/pricing.scss */
body.pricing-page .main-content-wrap .main-content {
  padding: unset;
  display: unset;
  width: unset;
  background: transparent;
}

/* line 38, app/assets/stylesheets/application/pages/static_pages/pricing.scss */
body.pricing-page > footer {
  margin: 0;
}

/* line 42, app/assets/stylesheets/application/pages/static_pages/pricing.scss */
body.pricing-page .pricing-section {
  background-image: url(/assets/landingpage/cloud-one-b27fd84643a30bccae7b3fbe4e42b45b969cd79ed3526f2c27fa81c310126baa.svg), url(/assets/landingpage/cloud-two-936c62c7264aedf44bef10134d2d896ab3ad8e3f1f94c3304818f1bd214f5e52.svg);
  background-repeat: no-repeat;
  background-size: 120px, 170px;
  background-position: left 5% top 0%, right 6% top 9%;
  min-height: 600px;
  margin: 0 auto;
  max-width: 1800px;
  width: 100%;
}

@media (min-width: 601px) {
  /* line 42, app/assets/stylesheets/application/pages/static_pages/pricing.scss */
  body.pricing-page .pricing-section {
    background-position: left 5% top 4%, right 6% top 17%;
  }
}

@media (min-width: 1200px) {
  /* line 42, app/assets/stylesheets/application/pages/static_pages/pricing.scss */
  body.pricing-page .pricing-section {
    background-position: left 5% top 8%, right 6% top 28%;
  }
}

/* line 60, app/assets/stylesheets/application/pages/static_pages/pricing.scss */
body.pricing-page .pricing-section .contain {
  padding: 16px;
  margin: 0 auto;
  max-width: var(--pricing-content-contain-width);
  width: 100%;
}

@media (min-width: 601px) {
  /* line 60, app/assets/stylesheets/application/pages/static_pages/pricing.scss */
  body.pricing-page .pricing-section .contain {
    padding: 60px;
  }
}

/* line 70, app/assets/stylesheets/application/pages/static_pages/pricing.scss */
body.pricing-page .pricing-section .contain h1 {
  display: flex;
  flex-direction: column;
  color: #2e7d28;
  line-height: 1.25;
  font-size: 2em;
  margin: 0 0 1em;
  text-align: center;
}

@media (min-width: 601px) {
  /* line 70, app/assets/stylesheets/application/pages/static_pages/pricing.scss */
  body.pricing-page .pricing-section .contain h1 {
    margin: 1em 0;
    font-size: 3em;
    text-align: initial;
  }
}

/* line 86, app/assets/stylesheets/application/pages/static_pages/pricing.scss */
body.pricing-page .pricing-section .contain .cards {
  display: flex;
  flex-direction: column;
  gap: 2em;
  justify-content: space-around;
}

@media (min-width: 601px) {
  /* line 86, app/assets/stylesheets/application/pages/static_pages/pricing.scss */
  body.pricing-page .pricing-section .contain .cards {
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
  }
}

@media (min-width: 1024px) {
  /* line 86, app/assets/stylesheets/application/pages/static_pages/pricing.scss */
  body.pricing-page .pricing-section .contain .cards {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}

/* line 104, app/assets/stylesheets/application/pages/static_pages/pricing.scss */
body.pricing-page .pricing-section .contain .cards .card {
  flex: 1;
  display: flex;
  flex-direction: column;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

/* line 111, app/assets/stylesheets/application/pages/static_pages/pricing.scss */
body.pricing-page .pricing-section .contain .cards .card .title {
  display: flex;
  flex-direction: column;
}

/* line 115, app/assets/stylesheets/application/pages/static_pages/pricing.scss */
body.pricing-page .pricing-section .contain .cards .card .title .name {
  text-align: center;
  color: #6a7169;
  font-weight: bold;
  padding: 1em 0;
}

/* line 122, app/assets/stylesheets/application/pages/static_pages/pricing.scss */
body.pricing-page .pricing-section .contain .cards .card .title h3 {
  text-align: center;
  display: flex;
  gap: 1em;
  align-items: center;
  justify-content: center;
  margin-bottom: 1em;
}

/* line 130, app/assets/stylesheets/application/pages/static_pages/pricing.scss */
body.pricing-page .pricing-section .contain .cards .card .title h3 .price {
  line-height: 1;
  font-size: 3em;
  color: #0C6B1F;
}

@media (min-width: 601px) {
  /* line 130, app/assets/stylesheets/application/pages/static_pages/pricing.scss */
  body.pricing-page .pricing-section .contain .cards .card .title h3 .price {
    font-size: 4.5em;
  }
}

/* line 140, app/assets/stylesheets/application/pages/static_pages/pricing.scss */
body.pricing-page .pricing-section .contain .cards .card .title h3 .unit {
  color: #6a7169;
}

/* line 145, app/assets/stylesheets/application/pages/static_pages/pricing.scss */
body.pricing-page .pricing-section .contain .cards .card .title .condition {
  font-size: 16px;
  color: #bcbcbc;
  padding: 1em;
  text-align: center;
}

/* line 154, app/assets/stylesheets/application/pages/static_pages/pricing.scss */
body.pricing-page .pricing-section .contain .cards .card ul.features {
  padding: 1em;
  flex: 1;
}

/* line 158, app/assets/stylesheets/application/pages/static_pages/pricing.scss */
body.pricing-page .pricing-section .contain .cards .card ul.features li {
  font-size: 18px;
  color: #79937f;
  display: flex;
  gap: 1em;
  align-items: flex-start;
  margin-bottom: 0.5em;
}

/* line 166, app/assets/stylesheets/application/pages/static_pages/pricing.scss */
body.pricing-page .pricing-section .contain .cards .card ul.features li:before {
  content: '\2713';
  flex-shrink: 0;
  color: #2e7d28;
  border: 2px solid #2e7d28;
  display: inline-block;
  border-radius: 100%;
  height: 1.5em;
  width: 1.5em;
  background-color: white;
  text-align: center;
  line-height: 1.6em;
  font-weight: 600;
}

/* line 181, app/assets/stylesheets/application/pages/static_pages/pricing.scss */
body.pricing-page .pricing-section .contain .cards .card ul.features li .text {
  line-height: 1.3;
  padding-top: 0.1em;
}

/* line 186, app/assets/stylesheets/application/pages/static_pages/pricing.scss */
body.pricing-page .pricing-section .contain .cards .card ul.features li.previous:before {
  content: '';
  background-image: url(/assets/icons/Arrow-SK-1fd9b0e66e249698073624b7fd0de2a659b1fdb56e90ccee484105224e390070.svg);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center center;
  transform: scale(-1);
}

/* line 197, app/assets/stylesheets/application/pages/static_pages/pricing.scss */
body.pricing-page .pricing-section .contain .cards .card .btn-container {
  margin-top: 20px;
  padding: 0 2em 1em;
}

/* line 201, app/assets/stylesheets/application/pages/static_pages/pricing.scss */
body.pricing-page .pricing-section .contain .cards .card .btn-container .btn {
  padding: 0.8em 0;
}

/* line 207, app/assets/stylesheets/application/pages/static_pages/pricing.scss */
body.pricing-page .pricing-section .contain .cards .card.enterprise .btn-container .btn {
  background-color: white !important;
  border: 2px solid #2e7d28;
  color: #2e7d28 !important;
}

/* line 1, app/assets/stylesheets/application/pages/static_pages/how_it_works.scss */
body.how-it-works {
  text-align: center;
  background-image: none;
}

/* line 37, app/assets/stylesheets/application/pages/static_pages/how_it_works.scss */
body.how-it-works .main-content-wrap .main-content {
  padding-top: 0;
}

/* line 42, app/assets/stylesheets/application/pages/static_pages/how_it_works.scss */
body.how-it-works .main-content > section {
  padding: 0px;
  margin: 0px;
}

/* line 45, app/assets/stylesheets/application/pages/static_pages/how_it_works.scss */
body.how-it-works .main-content > section > * {
  max-width: initial;
  width: auto;
  margin: 0px;
}

/* line 51, app/assets/stylesheets/application/pages/static_pages/how_it_works.scss */
body.how-it-works .main-content > section.contain > * {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 58, app/assets/stylesheets/application/pages/static_pages/how_it_works.scss */
body.how-it-works .main-content > section > header h2 {
  font-size: 30px;
  margin: 0 15px;
  padding: 30px 0 20px;
}

@media (max-width: 460px) {
  /* line 58, app/assets/stylesheets/application/pages/static_pages/how_it_works.scss */
  body.how-it-works .main-content > section > header h2 {
    font-size: 20px;
    line-height: 1.45;
    padding-bottom: 5px;
  }
}

/* line 71, app/assets/stylesheets/application/pages/static_pages/how_it_works.scss */
body.how-it-works .main-content .ctas {
  margin-top: 1em;
}

/* line 75, app/assets/stylesheets/application/pages/static_pages/how_it_works.scss */
body.how-it-works .main-content .join-now {
  font-size: 0;
  margin-bottom: 0;
}

/* line 79, app/assets/stylesheets/application/pages/static_pages/how_it_works.scss */
body.how-it-works .main-content .join-now article {
  padding: 40px 26px 20px;
}

@media (max-width: 850px) {
  /* line 79, app/assets/stylesheets/application/pages/static_pages/how_it_works.scss */
  body.how-it-works .main-content .join-now article {
    padding: 40px 44px 20px;
  }
}

@media (max-width: 460px) {
  /* line 79, app/assets/stylesheets/application/pages/static_pages/how_it_works.scss */
  body.how-it-works .main-content .join-now article {
    padding: 40px 20px 20px;
  }
}

/* line 90, app/assets/stylesheets/application/pages/static_pages/how_it_works.scss */
body.how-it-works .main-content .join-now p {
  display: inline-block;
  vertical-align: middle;
}

/* line 95, app/assets/stylesheets/application/pages/static_pages/how_it_works.scss */
body.how-it-works .main-content .join-now p {
  width: 75%;
  text-align: left;
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: normal;
  line-height: 1.58;
}

@media (max-width: 850px) {
  /* line 95, app/assets/stylesheets/application/pages/static_pages/how_it_works.scss */
  body.how-it-works .main-content .join-now p {
    width: auto;
    text-align: center;
    font-size: 16px;
  }
}

/* line 108, app/assets/stylesheets/application/pages/static_pages/how_it_works.scss */
body.how-it-works .main-content .join-now p strong {
  display: block;
  font-weight: normal;
}

@media (max-width: 850px) {
  /* line 108, app/assets/stylesheets/application/pages/static_pages/how_it_works.scss */
  body.how-it-works .main-content .join-now p strong {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

/* line 1, app/assets/stylesheets/application/pages/static_pages/_article_flex_content.scss */
body.how-it-works .main-content article.flex-content {
  text-align: left;
  display: flex;
  font-size: 19px;
  line-height: 1.84;
  padding: 90px 30px;
  justify-content: space-between;
  align-items: center;
}

/* line 10, app/assets/stylesheets/application/pages/static_pages/_article_flex_content.scss */
body.how-it-works .main-content article.flex-content > * {
  margin: 0 35px;
}

/* line 15, app/assets/stylesheets/application/pages/static_pages/_article_flex_content.scss */
body.how-it-works .main-content article.flex-content.content-right aside {
  order: 1;
}

/* line 18, app/assets/stylesheets/application/pages/static_pages/_article_flex_content.scss */
body.how-it-works .main-content article.flex-content.content-right .content {
  order: 2;
}

/* line 23, app/assets/stylesheets/application/pages/static_pages/_article_flex_content.scss */
body.how-it-works .main-content article.flex-content aside {
  flex: 1 1;
}

/* line 26, app/assets/stylesheets/application/pages/static_pages/_article_flex_content.scss */
body.how-it-works .main-content article.flex-content aside > img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

/* line 32, app/assets/stylesheets/application/pages/static_pages/_article_flex_content.scss */
body.how-it-works .main-content article.flex-content aside > h3 {
  display: none;
}

/* line 36, app/assets/stylesheets/application/pages/static_pages/_article_flex_content.scss */
body.how-it-works .main-content article.flex-content aside ul.tiles {
  display: flex;
  justify-content: space-around;
}

/* line 40, app/assets/stylesheets/application/pages/static_pages/_article_flex_content.scss */
body.how-it-works .main-content article.flex-content aside ul.tiles li {
  width: 248px;
  height: 256px;
  display: inline-flex;
  flex-direction: column;
  text-align: center;
  padding: 32px 18px 16px;
  z-index: 1;
  position: relative;
  justify-content: space-between;
}

/* line 53, app/assets/stylesheets/application/pages/static_pages/_article_flex_content.scss */
body.how-it-works .main-content article.flex-content aside ul.tiles.jobs li {
  width: 310px;
  height: 244px;
  text-align: left;
  padding: 18px;
}

/* line 59, app/assets/stylesheets/application/pages/static_pages/_article_flex_content.scss */
body.how-it-works .main-content article.flex-content aside ul.tiles.jobs li .title {
  font-size: 16px;
  margin-bottom: 10px;
}

/* line 63, app/assets/stylesheets/application/pages/static_pages/_article_flex_content.scss */
body.how-it-works .main-content article.flex-content aside ul.tiles.jobs li .description {
  font-size: 15px;
  line-height: 1;
}

/* line 67, app/assets/stylesheets/application/pages/static_pages/_article_flex_content.scss */
body.how-it-works .main-content article.flex-content aside ul.tiles.jobs li .pay {
  margin: 14px 0;
  font-size: 14px;
  line-height: 3.67;
}

/* line 72, app/assets/stylesheets/application/pages/static_pages/_article_flex_content.scss */
body.how-it-works .main-content article.flex-content aside ul.tiles.jobs li .footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}

/* line 78, app/assets/stylesheets/application/pages/static_pages/_article_flex_content.scss */
body.how-it-works .main-content article.flex-content aside ul.tiles.jobs li .footer .details {
  font-size: 14px;
  white-space: nowrap;
  padding-right: 5px;
}

/* line 83, app/assets/stylesheets/application/pages/static_pages/_article_flex_content.scss */
body.how-it-works .main-content article.flex-content aside ul.tiles.jobs li .footer .apply {
  cursor: auto;
}

/* line 88, app/assets/stylesheets/application/pages/static_pages/_article_flex_content.scss */
body.how-it-works .main-content article.flex-content aside ul.tiles.jobs li:first-child {
  opacity: 0.71;
  transform: scale(0.8);
  z-index: 0;
  margin-right: -140px;
}

/* line 94, app/assets/stylesheets/application/pages/static_pages/_article_flex_content.scss */
body.how-it-works .main-content article.flex-content aside ul.tiles.jobs li:last-of-type {
  opacity: 0.71;
  transform: scale(0.8);
  z-index: 0;
  margin-left: -140px;
}

/* line 104, app/assets/stylesheets/application/pages/static_pages/_article_flex_content.scss */
body.how-it-works .main-content article.flex-content .content {
  flex: 1 1;
  max-width: 441px;
}

/* line 108, app/assets/stylesheets/application/pages/static_pages/_article_flex_content.scss */
body.how-it-works .main-content article.flex-content .content ul {
  list-style: none;
  margin: 20px 0 0;
}

/* line 112, app/assets/stylesheets/application/pages/static_pages/_article_flex_content.scss */
body.how-it-works .main-content article.flex-content .content ul li {
  padding-left: 1.2em;
  text-indent: -1em;
  margin-bottom: 1em;
  line-height: 1.4em;
}

/* line 118, app/assets/stylesheets/application/pages/static_pages/_article_flex_content.scss */
body.how-it-works .main-content article.flex-content .content ul li:last-of-type {
  margin-bottom: 0;
}

/* line 122, app/assets/stylesheets/application/pages/static_pages/_article_flex_content.scss */
body.how-it-works .main-content article.flex-content .content ul li:before {
  content: '';
  display: inline-block;
  height: 6px;
  width: 6px;
  margin: 3px 12px 3px auto;
}

/* line 132, app/assets/stylesheets/application/pages/static_pages/_article_flex_content.scss */
body.how-it-works .main-content article.flex-content h3 {
  font-size: 25px;
  line-height: 1.32;
  font-weight: normal;
}

/* line 136, app/assets/stylesheets/application/pages/static_pages/_article_flex_content.scss */
body.how-it-works .main-content article.flex-content h3:after {
  content: '';
  display: block;
  width: 80px;
  margin-top: 10px;
}

@media (max-width: 460px) {
  /* line 144, app/assets/stylesheets/application/pages/static_pages/_article_flex_content.scss */
  body.how-it-works .main-content article.flex-content h3 {
    font-size: 20px;
  }
  /* line 147, app/assets/stylesheets/application/pages/static_pages/_article_flex_content.scss */
  body.how-it-works .main-content article.flex-content .content {
    font-size: 16px;
  }
}

@media (max-width: 750px) {
  /* line 1, app/assets/stylesheets/application/pages/static_pages/_article_flex_content.scss */
  body.how-it-works .main-content article.flex-content {
    padding: 30px;
    flex-direction: column;
  }
  /* line 155, app/assets/stylesheets/application/pages/static_pages/_article_flex_content.scss */
  body.how-it-works .main-content article.flex-content > aside {
    order: 1;
    width: 100% !important;
    margin: 30px 0;
    overflow: hidden;
    flex: 1 1;
  }
  /* line 162, app/assets/stylesheets/application/pages/static_pages/_article_flex_content.scss */
  body.how-it-works .main-content article.flex-content > aside > h3 {
    display: block;
    margin-bottom: 30px;
  }
  /* line 167, app/assets/stylesheets/application/pages/static_pages/_article_flex_content.scss */
  body.how-it-works .main-content article.flex-content > .content {
    order: 2;
    max-width: 100%;
    width: 100% !important;
    margin: 0 0 60px;
    flex: 1 1;
  }
  /* line 174, app/assets/stylesheets/application/pages/static_pages/_article_flex_content.scss */
  body.how-it-works .main-content article.flex-content > .content > h3 {
    display: none;
  }
}

@media (min-width: 850px) {
  /* line 123, app/assets/stylesheets/application/pages/static_pages/how_it_works.scss */
  body.how-it-works .main-content article.flex-content .content {
    min-width: 340px;
  }
}

/* line 131, app/assets/stylesheets/application/pages/static_pages/how_it_works.scss */
body.how-it-works .main-content > header .content {
  min-height: 200px;
  padding: 60px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

@media (max-width: 460px) {
  /* line 131, app/assets/stylesheets/application/pages/static_pages/how_it_works.scss */
  body.how-it-works .main-content > header .content {
    padding: 60px 16px;
  }
}

@media (max-width: 360px) {
  /* line 131, app/assets/stylesheets/application/pages/static_pages/how_it_works.scss */
  body.how-it-works .main-content > header .content {
    padding: 60px 8px;
  }
}

/* line 147, app/assets/stylesheets/application/pages/static_pages/how_it_works.scss */
body.how-it-works .main-content > header .content h1 {
  margin: 40px auto;
  font-size: 40px;
  letter-spacing: normal;
}

@media (max-width: 460px) {
  /* line 147, app/assets/stylesheets/application/pages/static_pages/how_it_works.scss */
  body.how-it-works .main-content > header .content h1 {
    font-size: 24px;
  }
}

/* line 157, app/assets/stylesheets/application/pages/static_pages/how_it_works.scss */
body.how-it-works .main-content > header .nav.tabber {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

/* line 161, app/assets/stylesheets/application/pages/static_pages/how_it_works.scss */
body.how-it-works .main-content > header .nav.tabber ul {
  margin: 0 56px;
  display: flex;
  justify-content: center;
  align-items: stretch;
}

@media (max-width: 850px) {
  /* line 161, app/assets/stylesheets/application/pages/static_pages/how_it_works.scss */
  body.how-it-works .main-content > header .nav.tabber ul {
    margin: 0 26px;
  }
}

@media (max-width: 750px) {
  /* line 161, app/assets/stylesheets/application/pages/static_pages/how_it_works.scss */
  body.how-it-works .main-content > header .nav.tabber ul {
    margin: 0 15px;
  }
}

/* line 173, app/assets/stylesheets/application/pages/static_pages/how_it_works.scss */
body.how-it-works .main-content > header .nav.tabber ul li {
  flex: 1;
  display: block;
}

/* line 177, app/assets/stylesheets/application/pages/static_pages/how_it_works.scss */
body.how-it-works .main-content > header .nav.tabber ul li a {
  text-align: center;
  font-size: 18px;
  display: block;
  padding: 12px 32px 10px;
}

@media (max-width: 750px) {
  /* line 177, app/assets/stylesheets/application/pages/static_pages/how_it_works.scss */
  body.how-it-works .main-content > header .nav.tabber ul li a {
    padding: 12px 16px 10px;
  }
}

@media (max-width: 460px) {
  /* line 177, app/assets/stylesheets/application/pages/static_pages/how_it_works.scss */
  body.how-it-works .main-content > header .nav.tabber ul li a {
    font-size: 13px;
    padding: 12px 6px;
  }
}

/* line 228, app/assets/stylesheets/application/pages/static_pages/how_it_works.scss */
body.how-it-works .back-to-top a {
  transition: all 100ms;
  font-size: 15px;
  display: inline-block;
  padding: 0 10px 30px;
  margin-top: -15px;
}

@media (max-width: 460px) {
  /* line 228, app/assets/stylesheets/application/pages/static_pages/how_it_works.scss */
  body.how-it-works .back-to-top a {
    font-size: 13px;
  }
}

/* line 237, app/assets/stylesheets/application/pages/static_pages/how_it_works.scss */
body.how-it-works .back-to-top a:hover {
  transform: scale(1.1) translateY(-5px);
}

/* line 240, app/assets/stylesheets/application/pages/static_pages/how_it_works.scss */
body.how-it-works .back-to-top a:before {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  margin: 0 auto;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%20preserveAspectRatio%3D%27xMidYmid%27%20viewBox%3D%270%200%2012%207%27%3E%20%3Cg%20stroke%3D%27lightgrey%27%20stroke-width%3D%271%27%20fill%3D%27none%27%3E%3Cpolyline%20points%3D%271%2C6%206%2C1%2011%2C6%27%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
}

@media (max-width: 460px) {
  /* line 240, app/assets/stylesheets/application/pages/static_pages/how_it_works.scss */
  body.how-it-works .back-to-top a:before {
    width: 25px;
    height: 25px;
  }
}

/* line 2, app/assets/stylesheets/application/pages/static_pages/_engage_footer.scss */
body.how-it-works section.engage-footer .content {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (min-width: 601px) {
  /* line 2, app/assets/stylesheets/application/pages/static_pages/_engage_footer.scss */
  body.how-it-works section.engage-footer .content {
    display: flex;
    flex-wrap: wrap;
  }
}

/* line 11, app/assets/stylesheets/application/pages/static_pages/_engage_footer.scss */
body.how-it-works section.engage-footer .content .engage-item {
  padding: 20px;
}

@media (min-width: 601px) {
  /* line 11, app/assets/stylesheets/application/pages/static_pages/_engage_footer.scss */
  body.how-it-works section.engage-footer .content .engage-item {
    padding: 60px;
    flex: 1 1 0px;
    min-width: 400px;
  }
}

/* line 22, app/assets/stylesheets/application/pages/static_pages/_engage_footer.scss */
body.how-it-works section.engage-footer header {
  padding: 30px;
  display: block;
  margin: auto;
  width: 100px;
  height: 100px;
}

/* line 29, app/assets/stylesheets/application/pages/static_pages/_engage_footer.scss */
body.how-it-works section.engage-footer header img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}

/* line 35, app/assets/stylesheets/application/pages/static_pages/_engage_footer.scss */
body.how-it-works section.engage-footer h3 {
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: normal;
}

/* line 40, app/assets/stylesheets/application/pages/static_pages/_engage_footer.scss */
body.how-it-works section.engage-footer p {
  font-size: 14px;
  line-height: 1.29;
  max-width: 350px;
  margin: 0px auto 20px;
}

/* line 4, app/assets/stylesheets/application/pages/static_pages/styleguide.scss */
.styleguide .main-content-wrap .main-content {
  padding-top: 0;
}

/* line 9, app/assets/stylesheets/application/pages/static_pages/styleguide.scss */
.styleguide .main-content > section {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, app/assets/stylesheets/application/pages/static_pages/styleguide.scss */
.styleguide .nav.tabber ul {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}

/* line 22, app/assets/stylesheets/application/pages/static_pages/styleguide.scss */
.styleguide .nav.tabber ul li {
  flex: 1;
  display: block;
}

/* line 26, app/assets/stylesheets/application/pages/static_pages/styleguide.scss */
.styleguide .nav.tabber ul li a {
  text-align: center;
  font-size: 18px;
  display: block;
  padding: 12px 16px 10px;
}

@media (max-width: 600px) {
  /* line 26, app/assets/stylesheets/application/pages/static_pages/styleguide.scss */
  .styleguide .nav.tabber ul li a {
    font-size: 13px;
    padding: 12px 6px;
  }
}

@media (min-width: 601px) {
  /* line 26, app/assets/stylesheets/application/pages/static_pages/styleguide.scss */
  .styleguide .nav.tabber ul li a {
    font-size: 15px;
    padding: 12px 32px 10px;
  }
}

/* line 52, app/assets/stylesheets/application/pages/static_pages/styleguide.scss */
.styleguide .advice {
  margin: 15px 0;
}

/* line 56, app/assets/stylesheets/application/pages/static_pages/styleguide.scss */
.styleguide .sg-example-code {
  border-width: 4px;
}

/* line 59, app/assets/stylesheets/application/pages/static_pages/styleguide.scss */
.styleguide .sg-example-code .example {
  padding: 20px;
}

/* line 62, app/assets/stylesheets/application/pages/static_pages/styleguide.scss */
.styleguide .sg-example-code .code {
  padding: 20px;
}

/* line 68, app/assets/stylesheets/application/pages/static_pages/styleguide.scss */
.styleguide section.colours ul.colour-list {
  border-width: 4px;
  padding: 20px;
}

/* line 72, app/assets/stylesheets/application/pages/static_pages/styleguide.scss */
.styleguide section.colours ul.colour-list li {
  display: flex;
  align-items: center;
}

/* line 76, app/assets/stylesheets/application/pages/static_pages/styleguide.scss */
.styleguide section.colours ul.colour-list li:before {
  content: '';
  display: block;
  height: 30px;
  width: 50%;
  max-width: 200px;
  margin-right: 10px;
}

/* line 84, app/assets/stylesheets/application/pages/static_pages/styleguide.scss */
.styleguide section.colours ul.colour-list li:after {
  content: '';
  display: block;
  height: 30px;
  width: 50%;
  margin-right: 10px;
}

/* line 91, app/assets/stylesheets/application/pages/static_pages/styleguide.scss */
.styleguide section.colours ul.colour-list li.hide-after:after {
  display: none;
}

/* line 96, app/assets/stylesheets/application/pages/static_pages/styleguide.scss */
.styleguide section.colours ul.colour-list li.gallery:after {
  content: "$gallery: #ececec;";
}

/* line 96, app/assets/stylesheets/application/pages/static_pages/styleguide.scss */
.styleguide section.colours ul.colour-list li.traffic-red:after {
  content: "$traffic-red: #ff0000;";
}

/* line 96, app/assets/stylesheets/application/pages/static_pages/styleguide.scss */
.styleguide section.colours ul.colour-list li.traffic-amber:after {
  content: "$traffic-amber: #ffff00;";
}

/* line 96, app/assets/stylesheets/application/pages/static_pages/styleguide.scss */
.styleguide section.colours ul.colour-list li.traffic-green:after {
  content: "$traffic-green: #00ff00;";
}

/* line 96, app/assets/stylesheets/application/pages/static_pages/styleguide.scss */
.styleguide section.colours ul.colour-list li.scrollbar-track:after {
  content: "$scrollbar-track: #f2f2f2;";
}

/* line 96, app/assets/stylesheets/application/pages/static_pages/styleguide.scss */
.styleguide section.colours ul.colour-list li.scrollbar-bar:after {
  content: "$scrollbar-bar: #888;";
}

/* line 96, app/assets/stylesheets/application/pages/static_pages/styleguide.scss */
.styleguide section.colours ul.colour-list li.scrollbar-bar-hover:after {
  content: "$scrollbar-bar-hover: #555;";
}

/* line 1, app/assets/stylesheets/application/pages/concepts/sectors.scss */
body.sectors {
  background-image: none;
}

/* line 20, app/assets/stylesheets/application/pages/concepts/sectors.scss */
body.sectors .main-content {
  padding-top: 0;
}

/* line 23, app/assets/stylesheets/application/pages/concepts/sectors.scss */
body.sectors .main-content section {
  padding: 0;
  margin: 0;
}

/* line 28, app/assets/stylesheets/application/pages/concepts/sectors.scss */
body.sectors .main-content section header h2, body.sectors .main-content section header .section-header h2, body.sectors .main-content section header h3, body.sectors .main-content section header .section-header h3 {
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: normal;
}

@media (min-width: 601px) {
  /* line 28, app/assets/stylesheets/application/pages/concepts/sectors.scss */
  body.sectors .main-content section header h2, body.sectors .main-content section header .section-header h2, body.sectors .main-content section header h3, body.sectors .main-content section header .section-header h3 {
    font-size: 24px;
  }
}

/* line 1, app/assets/stylesheets/application/pages/concepts/sectors/header.scss */
body.sectors #sectors-header {
  min-height: 411px;
  position: relative;
  display: flex;
}

/* line 6, app/assets/stylesheets/application/pages/concepts/sectors/header.scss */
body.sectors #sectors-header:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  content: '';
  display: block;
}

@media (min-width: 601px) {
  /* line 6, app/assets/stylesheets/application/pages/concepts/sectors/header.scss */
  body.sectors #sectors-header:after {
    mix-blend-mode: multiply;
    opacity: 0.81;
  }
}

/* line 25, app/assets/stylesheets/application/pages/concepts/sectors/header.scss */
body.sectors #sectors-header > img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  display: none;
}

@media (min-width: 601px) {
  /* line 25, app/assets/stylesheets/application/pages/concepts/sectors/header.scss */
  body.sectors #sectors-header > img {
    display: block;
  }
}

/* line 37, app/assets/stylesheets/application/pages/concepts/sectors/header.scss */
body.sectors #sectors-header .contain {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 30px 30px;
  z-index: 3;
  margin: 0 auto;
  display: grid;
  grid-auto-flow: row;
  grid-template-areas: "title" "cards" "actions";
}

@media (min-width: 601px) {
  /* line 37, app/assets/stylesheets/application/pages/concepts/sectors/header.scss */
  body.sectors #sectors-header .contain {
    grid-template-areas: "title" "actions" "cards";
  }
}

@media (min-width: 980px) {
  /* line 37, app/assets/stylesheets/application/pages/concepts/sectors/header.scss */
  body.sectors #sectors-header .contain {
    grid-auto-flow: column;
    justify-content: space-between;
    align-items: center;
    grid-template-areas: "title cards" "actions cards";
  }
}

/* line 61, app/assets/stylesheets/application/pages/concepts/sectors/header.scss */
body.sectors #sectors-header .contain h1 {
  font-size: 22px;
  letter-spacing: unset;
  line-height: 1.13;
  color: #ffffff;
  max-width: 540px;
  text-wrap: balance;
  display: inline-block;
  margin: 0;
  grid-area: title;
}

@media (min-width: 601px) {
  /* line 61, app/assets/stylesheets/application/pages/concepts/sectors/header.scss */
  body.sectors #sectors-header .contain h1 {
    margin-top: 20px;
    font-size: 30px;
    min-height: 70px;
  }
}

@media (min-width: 980px) {
  /* line 61, app/assets/stylesheets/application/pages/concepts/sectors/header.scss */
  body.sectors #sectors-header .contain h1 {
    align-self: flex-end;
  }
}

/* line 83, app/assets/stylesheets/application/pages/concepts/sectors/header.scss */
body.sectors #sectors-header .contain .actions {
  margin-top: 25px;
  grid-area: actions;
  display: flex;
}

@media (max-width: 600px) {
  /* line 89, app/assets/stylesheets/application/pages/concepts/sectors/header.scss */
  body.sectors #sectors-header .contain .actions .btn[data-shorttext] {
    font-size: 0;
  }
  /* line 92, app/assets/stylesheets/application/pages/concepts/sectors/header.scss */
  body.sectors #sectors-header .contain .actions .btn[data-shorttext]:after {
    font-size: 15px;
    content: attr(data-shorttext);
  }
}

@media (min-width: 980px) {
  /* line 83, app/assets/stylesheets/application/pages/concepts/sectors/header.scss */
  body.sectors #sectors-header .contain .actions {
    align-self: flex-start;
  }
}

/* line 103, app/assets/stylesheets/application/pages/concepts/sectors/header.scss */
body.sectors #sectors-header .contain .contractor-cards {
  grid-area: cards;
  margin-top: 20px;
}

@media (min-width: 601px) {
  /* line 103, app/assets/stylesheets/application/pages/concepts/sectors/header.scss */
  body.sectors #sectors-header .contain .contractor-cards {
    display: flex;
  }
}

@media (min-width: 980px) {
  /* line 103, app/assets/stylesheets/application/pages/concepts/sectors/header.scss */
  body.sectors #sectors-header .contain .contractor-cards {
    display: block;
    margin-top: initial;
    margin-left: 30px;
  }
}

/* line 1, app/assets/stylesheets/application/pages/concepts/sectors/consultants.scss */
body.sectors section.available-consultants {
  color: #fff;
}

/* line 5, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .search-result-wrapper {
  margin-bottom: 2em;
}

/* line 8, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .search-result {
  z-index: 5;
  position: relative;
  background-color: white;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

/* line 3, app/assets/stylesheets/application/pages/concepts/profiles/availability.scss */
body.sectors section.available-consultants .search-result .availability:before, body.sectors section.available-consultants .search-result .availability:after {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
}

/* line 11, app/assets/stylesheets/application/pages/concepts/profiles/availability.scss */
body.sectors section.available-consultants .search-result .availability.before:before {
  content: '';
  margin-right: 4px;
}

/* line 18, app/assets/stylesheets/application/pages/concepts/profiles/availability.scss */
body.sectors section.available-consultants .search-result .availability.after:after {
  content: '';
  margin-left: 4px;
}

/* line 20, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .search-result .search-result-inner {
  display: flex;
  flex: 1;
  flex-direction: column;
}

/* line 26, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .search-result .search-result-summary {
  flex: 1;
}

/* line 29, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .search-result .search-result-summary .container {
  padding: 20px;
  display: flex;
  white-space: nowrap;
}

@media (max-width: 100000px) {
  /* line 29, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.sectors section.available-consultants .search-result .search-result-summary .container {
    flex-wrap: wrap;
    padding: 16px 14px 10px;
  }
  /* line 37, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.sectors section.available-consultants .search-result .search-result-summary .container:before {
    content: '';
    display: block;
    flex: 1 1;
  }
}

/* line 45, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .search-result .search-result-summary .profile-picture-wrapper {
  order: 1;
  width: 72px;
  height: 72px;
  margin-right: 16px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

@media (max-width: 100000px) {
  /* line 45, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.sectors section.available-consultants .search-result .search-result-summary .profile-picture-wrapper {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -20px;
    flex: none;
  }
}

/* line 62, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .search-result .search-result-summary .profile-picture-wrapper:after {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(12, 107, 31, 0.3), rgba(12, 107, 31, 0.1));
  z-index: -1;
  opacity: 0;
  transition: opacity 300ms ease;
}

/* line 76, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .search-result .search-result-summary .profile-picture-wrapper:hover:after {
  opacity: 1;
}

/* line 80, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .search-result .search-result-summary .profile-picture-wrapper .profile-picture {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 20;
  border: 3px solid white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 300ms ease;
}

@media (max-width: 100000px) {
  /* line 80, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.sectors section.available-consultants .search-result .search-result-summary .profile-picture-wrapper .profile-picture {
    position: relative;
    top: -25px;
  }
}

/* line 95, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .search-result .search-result-summary .profile-picture-wrapper:hover .profile-picture {
  transform: scale(1.05);
}

/* line 100, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .search-result .search-result-summary .profile-info {
  flex: 1 1;
  order: 2;
  display: flex;
  vertical-align: middle;
  white-space: normal;
  font-size: 13px;
  padding-left: 8px;
  flex-wrap: wrap;
}

/* line 110, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .search-result .search-result-summary .profile-info > * {
  padding: 0 3px;
}

/* line 113, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .search-result .search-result-summary .profile-info > :empty {
  display: none;
}

@media (max-width: 100000px) {
  /* line 100, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.sectors section.available-consultants .search-result .search-result-summary .profile-info {
    order: 3;
    width: 100%;
    padding-left: 0;
    flex: 2 0 100%;
  }
}

/* line 147, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .search-result .search-result-summary .profile-info.hidden-data {
  opacity: 0.4;
}

/* line 151, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .search-result .search-result-summary .profile-info .name-and-assignments {
  align-items: center;
  display: flex;
  margin-bottom: 8px;
  order: 1;
  width: 100%;
}

@media (max-width: 100000px) {
  /* line 151, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.sectors section.available-consultants .search-result .search-result-summary .profile-info .name-and-assignments {
    display: block;
  }
}

/* line 162, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .search-result .search-result-summary .profile-info .name-and-assignments .name {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 600;
  color: #13311a;
}

@media (max-width: 100000px) {
  /* line 162, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.sectors section.available-consultants .search-result .search-result-summary .profile-info .name-and-assignments .name {
    font-size: 18px;
  }
}

/* line 172, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .search-result .search-result-summary .profile-info .name-and-assignments .name a {
  text-decoration: none;
  transition: color 200ms ease;
}

/* line 176, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .search-result .search-result-summary .profile-info .name-and-assignments .name a:hover {
  color: #0C6B1F;
}

/* line 182, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .search-result .search-result-summary .profile-info .name-and-assignments .num-assignments {
  align-items: center;
  display: flex;
  font-size: 12px;
  margin-left: 12px;
}

@media (max-width: 100000px) {
  /* line 182, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.sectors section.available-consultants .search-result .search-result-summary .profile-info .name-and-assignments .num-assignments {
    margin-left: 0;
    margin-top: 5px;
  }
}

/* line 193, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .search-result .search-result-summary .profile-info .name-and-assignments .num-assignments:before {
  content: '';
  display: inline-block;
  background-image: url(/images/icons/assignments_flag.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  margin-right: 4px;
  height: 22px;
  width: 16px;
}

/* line 207, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .search-result .search-result-summary .profile-info .current-status {
  order: 2;
  padding-right: 0px;
}

@media (max-width: 100000px) {
  /* line 207, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.sectors section.available-consultants .search-result .search-result-summary .profile-info .current-status {
    order: 5;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
  }
  /* line 215, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.sectors section.available-consultants .search-result .search-result-summary .profile-info .current-status:after {
    display: none;
  }
}

/* line 128, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .search-result .search-result-summary .profile-info .current-status:after {
  content: '|';
  display: inline-block;
  padding-left: 3px;
  padding-right: 0px;
}

@media (max-width: 100000px) {
  /* line 128, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.sectors section.available-consultants .search-result .search-result-summary .profile-info .current-status:after {
    display: none;
  }
}

/* line 224, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .search-result .search-result-summary .profile-info .location {
  order: 3;
}

@media (max-width: 100000px) {
  /* line 224, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.sectors section.available-consultants .search-result .search-result-summary .profile-info .location {
    order: 6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
  }
}

/* line 236, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .search-result .search-result-summary .profile-info .remote {
  order: 4;
  padding-left: 0px;
}

/* line 118, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .search-result .search-result-summary .profile-info .remote:before {
  content: '|';
  display: inline-block;
  padding-left: 0px;
  padding-right: 3px;
}

@media (max-width: 100000px) {
  /* line 236, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.sectors section.available-consultants .search-result .search-result-summary .profile-info .remote {
    order: 7;
  }
}

/* line 245, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .search-result .search-result-summary .profile-info .separator {
  order: 5;
  width: 100%;
  display: block;
}

@media (max-width: 100000px) {
  /* line 245, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.sectors section.available-consultants .search-result .search-result-summary .profile-info .separator {
    order: 3;
    height: 0.5px;
    border: 1px solid;
    margin: 8px -14px;
    flex: 1 2 100%;
  }
}

/* line 259, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .search-result .search-result-summary .profile-info .job-title {
  order: 5;
}

@media (max-width: 100000px) {
  /* line 259, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.sectors section.available-consultants .search-result .search-result-summary .profile-info .job-title {
    order: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    min-height: 22px;
  }
}

@media (max-width: 600px) {
  /* line 273, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.sectors section.available-consultants .search-result .search-result-summary .profile-info .job-title:empty {
    display: none;
  }
}

/* line 279, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .search-result .search-result-summary .profile-info .job-category-list {
  min-height: 26px;
  overflow: hidden;
  counter-reset: categories;
  order: 6;
  position: relative;
  padding-right: 25px;
  flex: 1;
  margin-top: 4px;
}

@media (max-width: 100000px) {
  /* line 279, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.sectors section.available-consultants .search-result .search-result-summary .profile-info .job-category-list {
    order: 4;
    flex: 1 1 100%;
  }
}

/* line 294, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .search-result .search-result-summary .profile-info .job-category-list .counter {
  content: "+" counter(categories);
  display: block;
  position: absolute;
  right: 0;
}

/* line 301, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .search-result .search-result-summary .profile-info .job-category-list .job-category {
  counter-increment: categories;
  background: rgba(12, 107, 31, 0.1);
  color: #13311a;
  border: 1px solid rgba(12, 107, 31, 0.2);
  padding: 3px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
  transition: all 200ms ease;
}

/* line 312, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .search-result .search-result-summary .profile-info .job-category-list .job-category:hover {
  background: rgba(12, 107, 31, 0.15);
  border-color: rgba(12, 107, 31, 0.3);
}

/* line 317, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .search-result .search-result-summary .profile-info .job-category-list .job-category.filter-match:after {
  background-color: white;
}

/* line 324, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .search-result .search-result-summary .enquire {
  order: 3;
}

@media (max-width: 100000px) {
  /* line 324, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.sectors section.available-consultants .search-result .search-result-summary .enquire {
    order: 2;
    flex: 1;
    text-align: right;
  }
}

/* line 333, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .search-result .search-result-summary .enquire .make-enquiry {
  z-index: 20;
  position: relative;
}

@media (max-width: 100000px) {
  /* line 338, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.sectors section.available-consultants .search-result .search-result-summary .enquire.no-availability {
    text-align: center;
  }
  /* line 342, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.sectors section.available-consultants .search-result .search-result-summary .enquire.no-availability .make-enquiry {
    float: none;
  }
}

/* line 353, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .search-result .experience {
  flex: 1;
  padding: 16px 20px;
}

@media (max-width: 100000px) {
  /* line 353, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.sectors section.available-consultants .search-result .experience {
    padding: 8px 15px;
  }
}

/* line 362, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .search-result .highlights {
  border: solid 1px;
  border-width: 1px 0;
  flex: 1;
  padding: 16px 20px;
}

@media (max-width: 100000px) {
  /* line 362, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.sectors section.available-consultants .search-result .highlights {
    padding: 8px 15px;
  }
}

/* line 373, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .search-result .highlights .highlight em {
  font-weight: normal;
}

/* line 379, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .search-result .footer {
  display: flex;
  align-items: center;
  padding: 14px 16px;
  font-size: 12px;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 100000px) {
  /* line 379, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.sectors section.available-consultants .search-result .footer {
    background: none;
  }
}

/* line 395, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .search-result .search-result-experience {
  counter-reset: skills;
  display: inline-flex;
  flex-wrap: wrap;
  max-height: 64px;
  overflow: hidden;
  padding-right: 25px;
  position: relative;
  width: 100%;
}

@media (max-width: 100000px) {
  /* line 395, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.sectors section.available-consultants .search-result .search-result-experience {
    max-height: 128px;
  }
}

/* line 409, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .search-result .search-result-experience .counter {
  content: "+" counter(skills);
  display: inline-block;
  margin-left: 5px;
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 2;
  height: 27px;
}

/* line 420, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .search-result .search-result-experience .skill-with-strength {
  counter-increment: skills;
}

/* line 424, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .search-result .search-result-experience .matches {
  display: contents;
}

/* line 429, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .search-result .search-result-experience .highlight-matches .skill-with-strength {
  background-color: white;
}

/* line 436, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .banner-to-requirements {
  background-color: white;
  padding: 15px;
  padding: 35px 35px 10px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 100000px) {
  /* line 436, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.sectors section.available-consultants .banner-to-requirements {
    padding: 15px 15px 10px;
    flex-direction: column;
    justify-content: space-evenly;
  }
}

/* line 449, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .banner-to-requirements .content {
  margin: 10px;
}

/* line 452, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .banner-to-requirements .content h3 {
  margin-top: 0px;
  font-size: 22px;
  letter-spacing: normal;
  line-height: normal;
}

/* line 458, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .banner-to-requirements .content p {
  font-size: 14px;
  margin-bottom: 0;
}

/* line 463, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .banner-to-requirements .btn-container {
  margin: 10px;
  flex: 0 0 auto;
}

/* line 472, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .missing-requirements {
  margin-top: 0.5em;
  opacity: 0.9;
  font-size: 12px;
}

/* line 477, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .missing-requirements .missing-cta {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 480, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .missing-requirements .missing-cta:before {
  content: attr(data-missed-count) " ";
}

/* line 483, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .missing-requirements .missing-cta:after {
  margin-left: 5px;
  transform: translateY(-3px) rotate(45deg);
  display: inline-block;
  transition: all 200ms ease-in-out;
  border: solid;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  content: '';
  transform-origin: center center;
}

/* line 495, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .missing-requirements .missing-cta.open:after {
  transform: rotate(-135deg);
}

/* line 500, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .missing-requirements ul.missed-matches {
  margin-right: 1.2em;
  display: none;
}

/* line 504, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .missing-requirements ul.missed-matches.open {
  display: inline-block;
}

/* line 507, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .missing-requirements ul.missed-matches:before {
  content: attr(data-content);
  display: inline-block;
  width: auto;
  height: auto;
  margin-right: 5px;
}

/* line 514, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .missing-requirements ul.missed-matches li {
  display: inline-block;
  margin-right: 0.5em;
  margin-top: 0.3em;
}

/* line 519, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .missing-requirements ul.missed-matches li a {
  font-size: 12px;
  display: inline-block;
  border: 1px solid;
  line-height: 2;
  padding: 0 10px;
}

/* line 526, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .missing-requirements ul.missed-matches li a.strike {
  text-decoration: line-through;
  cursor: default;
}

/* line 531, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .missing-requirements ul.missed-matches li a.action {
  cursor: pointer;
}

/* line 537, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .missing-requirements ul.missed-matches li a.action:active, body.sectors section.available-consultants .missing-requirements ul.missed-matches li a.action.active {
  border: 1px solid;
}

/* line 546, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .missing-requirements .missing-info ul.missed-matches:before {
  display: none;
}

/* line 552, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .missing-requirements[data-has-actions="true"] .missing-info {
  display: none;
}

/* line 566, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .invert-missing-matches[data-hide-missing-actions] .missing-requirements .missing-info {
  display: block;
}

/* line 571, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.sectors section.available-consultants .invert-missing-matches[data-hide-missing-actions] .missing-requirements .missing-actions {
  display: none;
}

/* line 7, app/assets/stylesheets/application/pages/concepts/sectors/consultants.scss */
body.sectors section.available-consultants header {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 50px 15px 0;
}

/* line 12, app/assets/stylesheets/application/pages/concepts/sectors/consultants.scss */
body.sectors section.available-consultants header h2 {
  color: #fff;
}

/* line 14, app/assets/stylesheets/application/pages/concepts/sectors/consultants.scss */
body.sectors section.available-consultants header h2:before {
  content: attr(data-count) " ";
  display: inline;
}

/* line 19, app/assets/stylesheets/application/pages/concepts/sectors/consultants.scss */
body.sectors section.available-consultants header .intro {
  max-width: 500px;
  margin: 25px auto;
}

/* line 24, app/assets/stylesheets/application/pages/concepts/sectors/consultants.scss */
body.sectors section.available-consultants .members {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 601px) {
  /* line 24, app/assets/stylesheets/application/pages/concepts/sectors/consultants.scss */
  body.sectors section.available-consultants .members {
    display: flex;
    flex-wrap: wrap;
  }
}

/* line 31, app/assets/stylesheets/application/pages/concepts/sectors/consultants.scss */
body.sectors section.available-consultants .members .search-result-wrapper {
  margin: 15px;
}

@media (min-width: 601px) {
  /* line 31, app/assets/stylesheets/application/pages/concepts/sectors/consultants.scss */
  body.sectors section.available-consultants .members .search-result-wrapper {
    margin: 11px;
    width: calc(50% - 22px);
  }
}

@media (min-width: 1210px) {
  /* line 31, app/assets/stylesheets/application/pages/concepts/sectors/consultants.scss */
  body.sectors section.available-consultants .members .search-result-wrapper {
    width: calc(25% - 22px);
  }
}

/* line 42, app/assets/stylesheets/application/pages/concepts/sectors/consultants.scss */
body.sectors section.available-consultants .members .search-result-wrapper .footer {
  display: block;
  text-align: right;
}

/* line 46, app/assets/stylesheets/application/pages/concepts/sectors/consultants.scss */
body.sectors section.available-consultants .members .search-result-wrapper .footer .looking-for {
  display: none;
}

/* line 52, app/assets/stylesheets/application/pages/concepts/sectors/consultants.scss */
body.sectors section.available-consultants > footer {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 30px 15px;
}

/* line 1, app/assets/stylesheets/application/pages/concepts/sectors/faqs.scss */
body.sectors section.faqs {
  padding: 40px 20px 30px 20px;
}

@media (min-width: 601px) {
  /* line 1, app/assets/stylesheets/application/pages/concepts/sectors/faqs.scss */
  body.sectors section.faqs {
    padding: 60px 40px 50px 20px;
  }
}

@media (min-width: 980px) {
  /* line 1, app/assets/stylesheets/application/pages/concepts/sectors/faqs.scss */
  body.sectors section.faqs {
    padding: 100px 166px 80px 20px;
  }
}

/* line 11, app/assets/stylesheets/application/pages/concepts/sectors/faqs.scss */
body.sectors section.faqs .contain {
  max-width: 950px;
  margin: 0 auto;
}

/* line 15, app/assets/stylesheets/application/pages/concepts/sectors/faqs.scss */
body.sectors section.faqs .contain header > .title {
  letter-spacing: normal;
  font-size: 20px;
}

@media (min-width: 601px) {
  /* line 15, app/assets/stylesheets/application/pages/concepts/sectors/faqs.scss */
  body.sectors section.faqs .contain header > .title {
    font-size: 24px;
    line-height: 1.42;
    margin-left: 146px;
  }
}

/* line 26, app/assets/stylesheets/application/pages/concepts/sectors/faqs.scss */
body.sectors section.faqs .contain article {
  margin-top: 35px;
}

@media (min-width: 601px) {
  /* line 26, app/assets/stylesheets/application/pages/concepts/sectors/faqs.scss */
  body.sectors section.faqs .contain article {
    display: flex;
  }
}

/* line 33, app/assets/stylesheets/application/pages/concepts/sectors/faqs.scss */
body.sectors section.faqs .contain article .icon {
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  margin-right: 15px;
  padding: 15px;
  margin-top: 10px;
}

@media (min-width: 601px) {
  /* line 33, app/assets/stylesheets/application/pages/concepts/sectors/faqs.scss */
  body.sectors section.faqs .contain article .icon {
    margin-right: 46px;
    padding: 30px;
    flex: 0 0 100px;
    width: 100px;
    height: 100px;
    margin-top: 0;
  }
}

/* line 50, app/assets/stylesheets/application/pages/concepts/sectors/faqs.scss */
body.sectors section.faqs .contain article .icon svg {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  height: 100%;
  width: 100%;
  fill: black;
}

/* line 57, app/assets/stylesheets/application/pages/concepts/sectors/faqs.scss */
body.sectors section.faqs .contain article .content {
  flex: 1 1;
}

/* line 60, app/assets/stylesheets/application/pages/concepts/sectors/faqs.scss */
body.sectors section.faqs .contain article .content .question {
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: normal;
  margin-bottom: 5px;
}

/* line 67, app/assets/stylesheets/application/pages/concepts/sectors/faqs.scss */
body.sectors section.faqs .contain article .content .answer {
  display: block;
}

/* line 69, app/assets/stylesheets/application/pages/concepts/sectors/faqs.scss */
body.sectors section.faqs .contain article .content .answer .title {
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: normal;
  margin-top: 0;
}

@media (min-width: 601px) {
  /* line 69, app/assets/stylesheets/application/pages/concepts/sectors/faqs.scss */
  body.sectors section.faqs .contain article .content .answer .title {
    font-size: 24px;
  }
}

/* line 79, app/assets/stylesheets/application/pages/concepts/sectors/faqs.scss */
body.sectors section.faqs .contain article .content .answer p {
  display: none;
}

/* line 82, app/assets/stylesheets/application/pages/concepts/sectors/faqs.scss */
body.sectors section.faqs .contain article .content .answer p:first-of-type {
  display: block;
}

@media (min-width: 980px) {
  /* line 79, app/assets/stylesheets/application/pages/concepts/sectors/faqs.scss */
  body.sectors section.faqs .contain article .content .answer p {
    display: block;
  }
}

/* line 90, app/assets/stylesheets/application/pages/concepts/sectors/faqs.scss */
body.sectors section.faqs .contain article .content .answer a.show-more {
  opacity: 1;
  transition: opacity 200ms ease-out;
  cursor: pointer;
}

@media (min-width: 980px) {
  /* line 90, app/assets/stylesheets/application/pages/concepts/sectors/faqs.scss */
  body.sectors section.faqs .contain article .content .answer a.show-more {
    display: none;
  }
}

/* line 100, app/assets/stylesheets/application/pages/concepts/sectors/faqs.scss */
body.sectors section.faqs .contain article .content .answer.open p {
  display: block;
}

/* line 103, app/assets/stylesheets/application/pages/concepts/sectors/faqs.scss */
body.sectors section.faqs .contain article .content .answer.open a.show-more {
  opacity: 0;
  cursor: default;
}

/* line 1, app/assets/stylesheets/application/pages/concepts/sectors/tabs.scss */
body.sectors .tab-content {
  padding: 20px;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 5, app/assets/stylesheets/application/pages/concepts/sectors/tabs.scss */
body.sectors .tab-content .intro {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: normal;
  color: #fff;
}

/* line 12, app/assets/stylesheets/application/pages/concepts/sectors/tabs.scss */
body.sectors .tab-content h4 {
  color: #fff;
}

@media (min-width: 601px) {
  /* line 17, app/assets/stylesheets/application/pages/concepts/sectors/tabs.scss */
  body.sectors .tab-content ul.eq-flex {
    display: flex;
  }
  /* line 21, app/assets/stylesheets/application/pages/concepts/sectors/tabs.scss */
  body.sectors .tab-content ul.eq-flex li {
    flex: 1 1 0px;
    margin-right: 20px;
  }
  /* line 25, app/assets/stylesheets/application/pages/concepts/sectors/tabs.scss */
  body.sectors .tab-content ul.eq-flex li:last-of-type {
    margin-right: 0;
  }
}

@media (min-width: 601px) {
  /* line 31, app/assets/stylesheets/application/pages/concepts/sectors/tabs.scss */
  body.sectors .tab-content ul.columns-3 {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}

@media (min-width: 601px) {
  /* line 37, app/assets/stylesheets/application/pages/concepts/sectors/tabs.scss */
  body.sectors .tab-content ul.columns-4 {
    -moz-column-count: 4;
         column-count: 4;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}

/* line 44, app/assets/stylesheets/application/pages/concepts/sectors/tabs.scss */
body.sectors .tab-content ul.pills li {
  display: block;
}

/* line 47, app/assets/stylesheets/application/pages/concepts/sectors/tabs.scss */
body.sectors .tab-content ul.pills li span, body.sectors .tab-content ul.pills li a {
  font-size: 12px;
  padding: 2px 4px;
  display: inline-block;
  margin: 2px 2px 2px 0;
  color: #fff;
  transition: all 200ms ease-in-out;
}

/* line 54, app/assets/stylesheets/application/pages/concepts/sectors/tabs.scss */
body.sectors .tab-content ul.pills li span:after, body.sectors .tab-content ul.pills li a:after {
  content: " • " attr(data-count);
  display: inline;
}

/* line 2, app/assets/stylesheets/application/pages/concepts/sectors/jobs_list.scss */
body.sectors section.available-jobs .container {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 28px;
}

@media (min-width: 601px) {
  /* line 2, app/assets/stylesheets/application/pages/concepts/sectors/jobs_list.scss */
  body.sectors section.available-jobs .container {
    padding: 80px;
  }
}

/* line 11, app/assets/stylesheets/application/pages/concepts/sectors/jobs_list.scss */
body.sectors section.available-jobs .container header {
  text-align: center;
}

@media (min-width: 601px) {
  /* line 11, app/assets/stylesheets/application/pages/concepts/sectors/jobs_list.scss */
  body.sectors section.available-jobs .container header {
    text-align: left;
  }
}

/* line 19, app/assets/stylesheets/application/pages/concepts/sectors/jobs_list.scss */
body.sectors section.available-jobs .container > footer {
  margin-top: 22px;
  text-align: center;
}

/* line 1, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.sectors section.available-jobs .job-list {
  display: flex;
  flex-wrap: wrap;
}

/* line 1, app/assets/stylesheets/application/pages/concepts/jobs/_job_highlights.scss */
body.sectors section.available-jobs .job-list ul.job-highlights {
  margin: 0;
  padding: 0 27px;
}

@media (min-width: 601px) {
  /* line 1, app/assets/stylesheets/application/pages/concepts/jobs/_job_highlights.scss */
  body.sectors section.available-jobs .job-list ul.job-highlights {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 900px) {
  /* line 1, app/assets/stylesheets/application/pages/concepts/jobs/_job_highlights.scss */
  body.sectors section.available-jobs .job-list ul.job-highlights {
    justify-content: space-between;
    align-items: flex-start;
    grid-template-columns: minmax(15%, max-content) minmax(15%, max-content) minmax(15%, max-content) minmax(15%, max-content);
  }
}

/* line 22, app/assets/stylesheets/application/pages/concepts/jobs/_job_highlights.scss */
body.sectors section.available-jobs .job-list ul.job-highlights li {
  margin: 20px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 1 25%;
}

@media (min-width: 601px) {
  /* line 22, app/assets/stylesheets/application/pages/concepts/jobs/_job_highlights.scss */
  body.sectors section.available-jobs .job-list ul.job-highlights li {
    align-items: flex-start;
    margin: 0;
  }
}

/* line 34, app/assets/stylesheets/application/pages/concepts/jobs/_job_highlights.scss */
body.sectors section.available-jobs .job-list ul.job-highlights li h5 {
  display: block;
  font-size: 14px;
  font-weight: 500;
  font-family: "PublicSans", sans-serif;
  color: #474747;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* line 44, app/assets/stylesheets/application/pages/concepts/jobs/_job_highlights.scss */
body.sectors section.available-jobs .job-list ul.job-highlights li span {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-weight: 600;
  font-family: "PublicSans", sans-serif;
  color: #13311a;
}

/* line 52, app/assets/stylesheets/application/pages/concepts/jobs/_job_highlights.scss */
body.sectors section.available-jobs .job-list ul.job-highlights li span .extra {
  margin-top: 1px;
}

/* line 56, app/assets/stylesheets/application/pages/concepts/jobs/_job_highlights.scss */
body.sectors section.available-jobs .job-list ul.job-highlights li.location {
  flex: 1 1 35%;
}

/* line 59, app/assets/stylesheets/application/pages/concepts/jobs/_job_highlights.scss */
body.sectors section.available-jobs .job-list ul.job-highlights li.start-date {
  flex: 1 1 15%;
}

/* line 64, app/assets/stylesheets/application/pages/concepts/jobs/_job_highlights.scss */
body.sectors section.available-jobs .job-list ul.job-highlights li.obfuscate span {
  filter: drop-shadow(3px 2px 6px #000) blur(5px);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 1, app/assets/stylesheets/application/pages/concepts/jobs/_sign-up-to-see-more.scss */
body.sectors section.available-jobs .job-list .banner-sign-up-see-more-job-details {
  flex: 1 1 100%;
  margin-bottom: 16px;
  border-radius: 25px;
  color: #fff;
  padding: 24px;
  font-size: 18px;
  z-index: 0;
  position: relative;
  background-color: transparent;
}

@media (min-width: 601px) {
  /* line 1, app/assets/stylesheets/application/pages/concepts/jobs/_sign-up-to-see-more.scss */
  body.sectors section.available-jobs .job-list .banner-sign-up-see-more-job-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    font-size: 24px;
    padding: 48px;
  }
}

/* line 21, app/assets/stylesheets/application/pages/concepts/jobs/_sign-up-to-see-more.scss */
body.sectors section.available-jobs .job-list .banner-sign-up-see-more-job-details:before, body.sectors section.available-jobs .job-list .banner-sign-up-see-more-job-details:after {
  border-radius: 25px;
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 32, app/assets/stylesheets/application/pages/concepts/jobs/_sign-up-to-see-more.scss */
body.sectors section.available-jobs .job-list .banner-sign-up-see-more-job-details:before {
  z-index: -2;
  background-color: #12b2fe;
}

/* line 37, app/assets/stylesheets/application/pages/concepts/jobs/_sign-up-to-see-more.scss */
body.sectors section.available-jobs .job-list .banner-sign-up-see-more-job-details:after {
  z-index: -1;
  opacity: 0.25;
  background-image: url(/assets/cloud-b27fd84643a30bccae7b3fbe4e42b45b969cd79ed3526f2c27fa81c310126baa.svg), url(/assets/cloud-b27fd84643a30bccae7b3fbe4e42b45b969cd79ed3526f2c27fa81c310126baa.svg), url(/assets/cloud-b27fd84643a30bccae7b3fbe4e42b45b969cd79ed3526f2c27fa81c310126baa.svg), url(/assets/cloud-b27fd84643a30bccae7b3fbe4e42b45b969cd79ed3526f2c27fa81c310126baa.svg);
  background-repeat: no-repeat;
  background-size: 80px, 170px, 100px, 150px;
  background-position: left 7% top 10%, left 16% top 42%, left 72% top 15%, left 94% top 20%;
}

@media (min-width: 601px) {
  /* line 37, app/assets/stylesheets/application/pages/concepts/jobs/_sign-up-to-see-more.scss */
  body.sectors section.available-jobs .job-list .banner-sign-up-see-more-job-details:after {
    opacity: 0.3;
    background-position: left 3% top 17%, left 16% top 31%, left 60% top 15%, left 66% top 20%;
  }
}

/* line 52, app/assets/stylesheets/application/pages/concepts/jobs/_sign-up-to-see-more.scss */
body.sectors section.available-jobs .job-list .banner-sign-up-see-more-job-details .content span {
  display: block;
  padding: 1px 5px;
}

/* line 57, app/assets/stylesheets/application/pages/concepts/jobs/_sign-up-to-see-more.scss */
body.sectors section.available-jobs .job-list .banner-sign-up-see-more-job-details .btn {
  background: #fff;
}

/* line 10, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.sectors section.available-jobs .job-list .job-list-item {
  flex: 1 1 100%;
  margin-bottom: 16px;
  display: grid;
  border-radius: 0;
  grid-template-areas: 'title' 'company' 'categories' 'highlights' 'actions';
}

@media (max-width: 600px) {
  /* line 10, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.sectors section.available-jobs .job-list .job-list-item {
    border-radius: 0;
  }
}

@media (min-width: 601px) {
  /* line 10, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.sectors section.available-jobs .job-list .job-list-item {
    grid-template-areas: none;
  }
}

@media (min-width: 1240px) {
  /* line 10, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.sectors section.available-jobs .job-list .job-list-item {
    border-radius: 25px;
  }
  /* line 32, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.sectors section.available-jobs .job-list .job-list-item .card-link {
    border-radius: 25px;
  }
}

/* line 37, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.sectors section.available-jobs .job-list .job-list-item.card {
  z-index: initial;
}

/* line 41, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.sectors section.available-jobs .job-list .job-list-item > header {
  padding: 14px;
  display: contents;
}

@media (min-width: 601px) {
  /* line 41, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.sectors section.available-jobs .job-list .job-list-item > header {
    display: grid;
    padding: 14px 27px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-template-areas: 'title actions' 'company categories';
  }
}

/* line 56, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.sectors section.available-jobs .job-list .job-list-item > header .job-title {
  grid-area: title;
  font: 20px "Poppins", sans-serif;
  letter-spacing: normal;
  line-height: 1.59;
  margin: 2px 0;
  padding: 14px 14px 1px;
}

@media (min-width: 601px) {
  /* line 56, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.sectors section.available-jobs .job-list .job-list-item > header .job-title {
    font-size: 24px;
  }
}

/* line 69, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.sectors section.available-jobs .job-list .job-list-item > header .company {
  grid-area: company;
  font: normal 12px "Poppins", sans-serif;
  letter-spacing: normal;
  margin: 2px 6px 2px 0;
  line-height: 1.80;
  padding: 0 14px;
}

@media (min-width: 601px) {
  /* line 69, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.sectors section.available-jobs .job-list .job-list-item > header .company {
    font-size: 14px;
    line-height: 2.83;
  }
}

/* line 83, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.sectors section.available-jobs .job-list .job-list-item > header .job-category-list {
  grid-area: categories;
  margin: 2px 0;
  font-size: 12px;
}

@media (min-width: 601px) {
  /* line 83, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.sectors section.available-jobs .job-list .job-list-item > header .job-category-list {
    line-height: 2.83;
    justify-content: flex-end;
  }
}

@media (max-width: 600px) {
  /* line 93, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.sectors section.available-jobs .job-list .job-list-item > header nav.actions {
    margin-top: 8px;
    grid-area: actions;
    justify-content: space-between;
    padding: 2px 14px 8px;
  }
}

/* line 101, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.sectors section.available-jobs .job-list .job-list-item > header nav.actions > .action {
  margin-bottom: 4px;
}

/* line 104, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.sectors section.available-jobs .job-list .job-list-item > header nav.actions .actions-dropdown {
  margin-bottom: 4px;
}

/* line 107, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.sectors section.available-jobs .job-list .job-list-item > header nav.actions .actions-dropdown .dot-burger {
  height: 44px;
}

/* line 111, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.sectors section.available-jobs .job-list .job-list-item > header nav.actions .actions-dropdown .nav-dropdown {
  z-index: 21;
}

@media (max-width: 600px) {
  /* line 114, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.sectors section.available-jobs .job-list .job-list-item > header nav.actions .actions-dropdown .nav-dropdown.state-actions {
    right: initial;
    left: 0px;
    border-top-left-radius: 0px;
  }
}

@media (max-width: 600px) {
  /* line 126, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.sectors section.available-jobs .job-list .job-list-item ul.job-highlights {
    padding: 14px;
  }
}

@media (min-width: 601px) {
  /* line 126, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.sectors section.available-jobs .job-list .job-list-item ul.job-highlights {
    background-image: none;
  }
}

/* line 135, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.sectors section.available-jobs .job-list .job-list-item ul.job-highlights li {
  display: block;
  margin: 0;
}

/* line 139, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.sectors section.available-jobs .job-list .job-list-item ul.job-highlights li h5 {
  font-size: 14px;
  display: inline;
  margin-right: 5px;
  letter-spacing: 0px;
}

@media (max-width: 600px) {
  /* line 139, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.sectors section.available-jobs .job-list .job-list-item ul.job-highlights li h5 {
    display: none;
  }
}

/* line 149, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.sectors section.available-jobs .job-list .job-list-item ul.job-highlights li span {
  font-size: 16px;
}

/* line 154, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.sectors section.available-jobs .job-list .job-list-item .job-description {
  display: none;
}

@media (min-width: 601px) {
  /* line 154, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.sectors section.available-jobs .job-list .job-list-item .job-description {
    display: block;
    padding: 14px 37px;
  }
}

/* line 162, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.sectors section.available-jobs .job-list .job-list-item .job-description p {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 24px;
  max-height: 72px;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* line 174, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.sectors section.available-jobs .job-list .job-list-item .graphic {
  display: none;
}

/* line 177, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.sectors section.available-jobs .job-list .job-list-item footer.job-summary-footer {
  padding: 2px 14px;
  min-height: 12px;
  font-size: 13px;
  line-height: 2.62;
  display: none;
}

@media (min-width: 601px) {
  /* line 177, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.sectors section.available-jobs .job-list .job-list-item footer.job-summary-footer {
    display: block;
  }
  /* line 187, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.sectors section.available-jobs .job-list .job-list-item footer.job-summary-footer:empty {
    background: none;
  }
}

/* line 193, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.sectors section.available-jobs .job-list .job-list-item.compact {
  min-width: 390px;
  display: grid;
  grid-gap: 10px;
  padding: 20px;
  margin: 8px 0;
  position: relative;
  grid-template-areas: 'header' 'toggle-btn' 'expandable';
  transition: box-shadow 300ms ease, transform 200ms ease;
}

@media (min-width: 601px) {
  /* line 193, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.sectors section.available-jobs .job-list .job-list-item.compact {
    margin: 8px;
  }
}

@media (min-width: 1000px) {
  /* line 193, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.sectors section.available-jobs .job-list .job-list-item.compact {
    max-width: calc(50% - 16px);
  }
}

/* line 212, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.sectors section.available-jobs .job-list .job-list-item.compact .card-header {
  grid-area: header;
}

/* line 216, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.sectors section.available-jobs .job-list .job-list-item.compact .toggle-expand-btn {
  grid-area: toggle-btn;
  background: #0C6B1F;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: all 200ms ease;
  z-index: 10;
  position: relative;
  transform: translateY(0);
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  display: block;
}

/* line 235, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.sectors section.available-jobs .job-list .job-list-item.compact .toggle-expand-btn:hover {
  background: #084614;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* line 241, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.sectors section.available-jobs .job-list .job-list-item.compact .toggle-expand-btn:active {
  transform: translateY(0);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* line 247, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.sectors section.available-jobs .job-list .job-list-item.compact .expandable-content {
  grid-area: expandable;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 350ms ease-in-out, opacity 300ms ease, padding 300ms ease;
}

/* line 254, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.sectors section.available-jobs .job-list .job-list-item.compact .expandable-content::-webkit-scrollbar {
  width: 8px;
}

/* line 258, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.sectors section.available-jobs .job-list .job-list-item.compact .expandable-content::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 4px;
}

/* line 263, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.sectors section.available-jobs .job-list .job-list-item.compact .expandable-content::-webkit-scrollbar-thumb {
  background: #bcbcbc;
  border-radius: 4px;
}

/* line 267, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.sectors section.available-jobs .job-list .job-list-item.compact .expandable-content::-webkit-scrollbar-thumb:hover {
  background: #6a7169;
}

/* line 273, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.sectors section.available-jobs .job-list .job-list-item.compact.expanded {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* line 276, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.sectors section.available-jobs .job-list .job-list-item.compact.expanded .expandable-content {
  max-height: 400px;
  overflow-y: auto;
  padding-top: 16px;
  opacity: 1;
}

/* line 284, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.sectors section.available-jobs .job-list .job-list-item.compact .card-header > header {
  display: grid;
  grid-template-areas: 'title actions' 'company company' 'highlights highlights';
  grid-template-columns: 1fr auto;
  gap: 10px;
}

/* line 292, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.sectors section.available-jobs .job-list .job-list-item.compact .card-header > header .job-title {
  grid-area: title;
  font-size: 18px;
  padding: 0;
  margin: 0;
  line-height: 1.3;
}

@media (min-width: 601px) {
  /* line 292, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.sectors section.available-jobs .job-list .job-list-item.compact .card-header > header .job-title {
    font-size: 20px;
  }
}

/* line 303, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.sectors section.available-jobs .job-list .job-list-item.compact .card-header > header .actions {
  grid-area: actions;
  display: flex;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-end;
}

/* line 310, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.sectors section.available-jobs .job-list .job-list-item.compact .card-header > header .company {
  grid-area: company;
  line-height: 1.4;
  padding: 0;
  margin: 0 0 12px 0;
  font-size: 13px;
  color: #6a7169;
}

@media (min-width: 601px) {
  /* line 310, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.sectors section.available-jobs .job-list .job-list-item.compact .card-header > header .company {
    font-size: 14px;
  }
}

/* line 322, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.sectors section.available-jobs .job-list .job-list-item.compact .card-header > header .job-category-list {
  grid-area: categories;
}

/* line 327, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.sectors section.available-jobs .job-list .job-list-item.compact ul.job-highlights {
  grid-area: highlights;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 12px;
}

/* line 336, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.sectors section.available-jobs .job-list .job-list-item.compact ul.job-highlights li h5 {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  color: #6a7169;
  margin: 0 0 4px 0;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* line 346, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.sectors section.available-jobs .job-list .job-list-item.compact ul.job-highlights li span {
  font-size: 14px;
  font-weight: 500;
}

/* line 354, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.sectors section.available-jobs .job-list .job-list-item.compact .expandable-content > .graphic {
  overflow: hidden;
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100px;
  pointer-events: none;
  z-index: 0;
}

/* line 365, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.sectors section.available-jobs .job-list .job-list-item.compact .expandable-content > .graphic svg {
  width: 100%;
  fill: rgba(188, 188, 188, 0.25);
}

/* line 371, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.sectors section.available-jobs .job-list .job-list-item.compact .expandable-content > .job-applications,
body.sectors section.available-jobs .job-list .job-list-item.compact .expandable-content > .job-summary-detail {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}

/* line 377, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.sectors section.available-jobs .job-list .job-list-item.compact .expandable-content > .job-applications:last-child,
body.sectors section.available-jobs .job-list .job-list-item.compact .expandable-content > .job-summary-detail:last-child {
  margin-bottom: 0;
}

/* line 382, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.sectors section.available-jobs .job-list .job-list-item.compact .expandable-content > .job-applications {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 16px;
}

/* line 389, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.sectors section.available-jobs .job-list .job-list-item.compact .graphic {
  overflow: hidden;
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100px;
}

/* line 398, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.sectors section.available-jobs .job-list .job-list-item.compact .graphic svg {
  width: 100%;
  fill: rgba(188, 188, 188, 0.25);
}

/* line 404, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.sectors section.available-jobs .job-list .job-list-item.compact .job-description {
  grid-area: description;
  padding: 10px 0;
}

/* line 3, app/assets/stylesheets/application/pages/concepts/sectors/blog-posts.scss */
body.sectors section.community-blogs .container {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
}

@media (min-width: 980px) {
  /* line 3, app/assets/stylesheets/application/pages/concepts/sectors/blog-posts.scss */
  body.sectors section.community-blogs .container {
    padding: 80px 0;
  }
}

/* line 12, app/assets/stylesheets/application/pages/concepts/sectors/blog-posts.scss */
body.sectors section.community-blogs .container header {
  margin: 0 15px;
  text-align: center;
}

/* line 16, app/assets/stylesheets/application/pages/concepts/sectors/blog-posts.scss */
body.sectors section.community-blogs .container header.section-header {
  margin-bottom: 0;
}

/* line 21, app/assets/stylesheets/application/pages/concepts/sectors/blog-posts.scss */
body.sectors section.community-blogs .container > footer {
  margin: 22px 15px 30px;
  text-align: center;
}

/* line 46, app/assets/stylesheets/application/pages/concepts/sectors.scss */
body.sectors section.services {
  position: relative;
}

/* line 49, app/assets/stylesheets/application/pages/concepts/sectors.scss */
body.sectors section.services:before {
  width: 0;
  height: 0;
  border-width: 30px 100vw 0 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
}

@media (min-width: 601px) {
  /* line 49, app/assets/stylesheets/application/pages/concepts/sectors.scss */
  body.sectors section.services:before {
    border-width: 30px 480px 0 0;
  }
}

@media (min-width: 980px) {
  /* line 49, app/assets/stylesheets/application/pages/concepts/sectors.scss */
  body.sectors section.services:before {
    border-width: 30px 30vw 0 0;
  }
}

/* line 68, app/assets/stylesheets/application/pages/concepts/sectors.scss */
body.sectors section.services .container {
  padding-bottom: 50px;
}

/* line 71, app/assets/stylesheets/application/pages/concepts/sectors.scss */
body.sectors section.services .container > header {
  text-align: center;
  padding: 20px 0 30px;
}

@media (min-width: 799px) {
  /* line 71, app/assets/stylesheets/application/pages/concepts/sectors.scss */
  body.sectors section.services .container > header {
    display: block;
    padding: 40px 0 60px;
  }
}

/* line 80, app/assets/stylesheets/application/pages/concepts/sectors.scss */
body.sectors section.services .container > header h2 {
  font-size: 24px;
}

/* line 86, app/assets/stylesheets/application/pages/concepts/sectors.scss */
body.sectors section.services .content {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (min-width: 601px) {
  /* line 86, app/assets/stylesheets/application/pages/concepts/sectors.scss */
  body.sectors section.services .content {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
}

@media (min-width: 980px) {
  /* line 86, app/assets/stylesheets/application/pages/concepts/sectors.scss */
  body.sectors section.services .content {
    flex-wrap: nowrap;
  }
}

/* line 101, app/assets/stylesheets/application/pages/concepts/sectors.scss */
body.sectors section.services .content article {
  padding: 0 30px 30px;
  max-width: 300px;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 601px) {
  /* line 101, app/assets/stylesheets/application/pages/concepts/sectors.scss */
  body.sectors section.services .content article {
    flex: 1 1 0px;
    min-width: 50%;
  }
}

@media (min-width: 980px) {
  /* line 101, app/assets/stylesheets/application/pages/concepts/sectors.scss */
  body.sectors section.services .content article {
    min-width: initial;
  }
}

/* line 116, app/assets/stylesheets/application/pages/concepts/sectors.scss */
body.sectors section.services .content article a.modal-link, body.sectors section.services .content article body.profiles .certifications .certification .white header .controls a.delete, body.profiles .certifications .certification .white header .controls body.sectors section.services .content article a.delete, body.sectors section.services .content article body.profiles .work-histories .work-history .controls a.delete, body.profiles .work-histories .work-history .controls body.sectors section.services .content article a.delete {
  font-size: 0;
  position: absolute;
  top: 0;
  bottom: 10px;
  left: 10px;
  right: 10px;
}

/* line 124, app/assets/stylesheets/application/pages/concepts/sectors.scss */
body.sectors section.services .content article a.modal-link:after, body.sectors section.services .content article body.profiles .certifications .certification .white header .controls a.delete:after, body.profiles .certifications .certification .white header .controls body.sectors section.services .content article a.delete:after, body.sectors section.services .content article body.profiles .work-histories .work-history .controls a.delete:after, body.profiles .work-histories .work-history .controls body.sectors section.services .content article a.delete:after {
  position: absolute;
  display: block;
  content: '';
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 200ms all;
  z-index: -1;
}

/* line 139, app/assets/stylesheets/application/pages/concepts/sectors.scss */
body.sectors section.services .content article header {
  padding: 30px;
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 100px;
}

/* line 146, app/assets/stylesheets/application/pages/concepts/sectors.scss */
body.sectors section.services .content article header svg {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  height: 100%;
  width: 100%;
  fill: black;
}

/* line 154, app/assets/stylesheets/application/pages/concepts/sectors.scss */
body.sectors section.services .content article h3 {
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: normal;
  margin: 15px 0;
}

/* line 160, app/assets/stylesheets/application/pages/concepts/sectors.scss */
body.sectors section.services .content article p {
  font-size: 14px;
  line-height: 1.29;
  max-width: 350px;
  margin: 0px auto 20px;
}

/* line 178, app/assets/stylesheets/application/pages/concepts/sectors.scss */
body.sectors section.info-tabber {
  position: relative;
  padding-top: 310px;
}

/* line 182, app/assets/stylesheets/application/pages/concepts/sectors.scss */
body.sectors section.info-tabber > header {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 190, app/assets/stylesheets/application/pages/concepts/sectors.scss */
body.sectors section.info-tabber > header > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  opacity: 0.5;
  min-height: 400px;
  max-height: 600px;
}

/* line 205, app/assets/stylesheets/application/pages/concepts/sectors.scss */
body.sectors section.info-tabber > header > img:first-of-type {
  display: none;
}

@media (min-width: 601px) {
  /* line 205, app/assets/stylesheets/application/pages/concepts/sectors.scss */
  body.sectors section.info-tabber > header > img:first-of-type {
    display: block;
  }
}

/* line 212, app/assets/stylesheets/application/pages/concepts/sectors.scss */
body.sectors section.info-tabber > header > img:last-of-type {
  display: block;
}

@media (min-width: 601px) {
  /* line 212, app/assets/stylesheets/application/pages/concepts/sectors.scss */
  body.sectors section.info-tabber > header > img:last-of-type {
    display: none;
  }
}

/* line 222, app/assets/stylesheets/application/pages/concepts/sectors.scss */
body.sectors section.info-tabber ul.tabs {
  background: none;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 226, app/assets/stylesheets/application/pages/concepts/sectors.scss */
body.sectors section.info-tabber ul.tabs li {
  padding: 0;
}

/* line 229, app/assets/stylesheets/application/pages/concepts/sectors.scss */
body.sectors section.info-tabber ul.tabs li .tab-button {
  display: block;
  background: black;
  padding: 11px 32px;
}

/* line 234, app/assets/stylesheets/application/pages/concepts/sectors.scss */
body.sectors section.info-tabber ul.tabs li .tab-button.active, body.sectors section.info-tabber ul.tabs li .tab-button:hover {
  background: black;
  color: #fff;
}

/* line 239, app/assets/stylesheets/application/pages/concepts/sectors.scss */
body.sectors section.info-tabber ul.tabs li:first-of-type {
  margin-left: 15px;
}

/* line 245, app/assets/stylesheets/application/pages/concepts/sectors.scss */
body.sectors section.info-tabber ul.tabs li:last-of-type {
  margin-right: 15px;
}

/* line 252, app/assets/stylesheets/application/pages/concepts/sectors.scss */
body.sectors section.info-tabber .tab-contents {
  background: white;
  padding: 15px;
}

@media (min-width: 980px) {
  /* line 258, app/assets/stylesheets/application/pages/concepts/sectors.scss */
  body.sectors section.callback-form {
    padding: 0 40px;
  }
}

/* line 264, app/assets/stylesheets/application/pages/concepts/sectors.scss */
body.sectors section.callback-form .contain {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 268, app/assets/stylesheets/application/pages/concepts/sectors.scss */
body.sectors section.callback-form header {
  color: #fff;
}

/* line 271, app/assets/stylesheets/application/pages/concepts/sectors.scss */
body.sectors section.callback-form header .title {
  color: #fff;
  margin: 0;
  font-size: 20px;
}

/* line 281, app/assets/stylesheets/application/pages/concepts/sectors.scss */
body.sectors section.our-clients .trusted-clients {
  max-width: 1750px;
  margin: 0 auto;
}

/* line 287, app/assets/stylesheets/application/pages/concepts/sectors.scss */
body.sectors section.our-clients header h4 {
  font-size: 18px;
}

/* line 292, app/assets/stylesheets/application/pages/concepts/sectors.scss */
body.sectors section.our-clients .logo svg path {
  fill: black;
}

/* line 298, app/assets/stylesheets/application/pages/concepts/sectors.scss */
body.sectors section.top-cities {
  padding-top: 0;
  color: #fff;
  position: relative;
}

/* line 303, app/assets/stylesheets/application/pages/concepts/sectors.scss */
body.sectors section.top-cities:before {
  width: 0;
  height: 0;
  border-width: 0 0 60px 100vw;
  border-color: transparent transparent black transparent;
  position: absolute;
  top: -30px;
  right: 0;
  display: block;
  content: '';
  z-index: 2;
}

/* line 316, app/assets/stylesheets/application/pages/concepts/sectors.scss */
body.sectors section.top-cities:after {
  width: 0;
  height: 0;
  border-width: 60px 0 0 calc(100vw - 20px);
  border-color: transparent transparent transparent black;
  position: absolute;
  top: -30px;
  left: 0;
  display: block;
  content: '';
  z-index: 1;
}

/* line 329, app/assets/stylesheets/application/pages/concepts/sectors.scss */
body.sectors section.top-cities .container {
  padding: 50px 40px;
}

@media (min-width: 601px) {
  /* line 329, app/assets/stylesheets/application/pages/concepts/sectors.scss */
  body.sectors section.top-cities .container {
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 70px 100px;
  }
}

@media (min-width: 980px) {
  /* line 329, app/assets/stylesheets/application/pages/concepts/sectors.scss */
  body.sectors section.top-cities .container {
    display: flex;
    padding: 70px 40px;
  }
}

@media (min-width: 980px) {
  /* line 341, app/assets/stylesheets/application/pages/concepts/sectors.scss */
  body.sectors section.top-cities .container .summary {
    flex: 1 0 1px;
    padding-right: 120px;
  }
}

/* line 347, app/assets/stylesheets/application/pages/concepts/sectors.scss */
body.sectors section.top-cities .container .summary header {
  margin-bottom: 28px;
}

/* line 350, app/assets/stylesheets/application/pages/concepts/sectors.scss */
body.sectors section.top-cities .container .summary header h3, body.sectors section.top-cities .container .summary header h4 {
  color: #fff;
  font-size: 18px;
  line-height: 1.79;
  margin: 0;
}

@media (min-width: 601px) {
  /* line 350, app/assets/stylesheets/application/pages/concepts/sectors.scss */
  body.sectors section.top-cities .container .summary header h3, body.sectors section.top-cities .container .summary header h4 {
    font-size: 24px;
  }
}

/* line 360, app/assets/stylesheets/application/pages/concepts/sectors.scss */
body.sectors section.top-cities .container .summary header h4 {
  font-size: 16px;
}

@media (min-width: 601px) {
  /* line 360, app/assets/stylesheets/application/pages/concepts/sectors.scss */
  body.sectors section.top-cities .container .summary header h4 {
    font-size: 19px;
  }
}

/* line 368, app/assets/stylesheets/application/pages/concepts/sectors.scss */
body.sectors section.top-cities .container .summary p {
  line-height: 1.29;
  font-size: 14px;
}

/* line 373, app/assets/stylesheets/application/pages/concepts/sectors.scss */
body.sectors section.top-cities .container .barchart {
  margin-top: 50px;
}

@media (min-width: 980px) {
  /* line 373, app/assets/stylesheets/application/pages/concepts/sectors.scss */
  body.sectors section.top-cities .container .barchart {
    flex: 1 0 1px;
    margin-top: 0;
  }
}

/* line 381, app/assets/stylesheets/application/pages/concepts/sectors.scss */
body.sectors section.top-cities .container .barchart .bar-item {
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  position: relative;
  display: flex;
}

/* line 393, app/assets/stylesheets/application/pages/concepts/sectors.scss */
body.sectors section.top-cities .container .barchart .bar-item .bar {
  height: 40px;
  display: inline-block;
  min-width: 2%;
  max-width: calc(100% - 40px);
}

/* line 399, app/assets/stylesheets/application/pages/concepts/sectors.scss */
body.sectors section.top-cities .container .barchart .bar-item label {
  font-size: 12px;
  margin-left: 9px;
  margin-right: 9px;
  display: inline-block;
}

/* line 405, app/assets/stylesheets/application/pages/concepts/sectors.scss */
body.sectors section.top-cities .container .barchart .bar-item label.outside {
  color: #fff;
  margin-right: 2px;
}

/* line 410, app/assets/stylesheets/application/pages/concepts/sectors.scss */
body.sectors section.top-cities .container .barchart .bar-item span.count {
  display: inline-block;
  padding-left: 8px;
  color: #fff;
  transition: 150ms width ease-in;
}

/* line 417, app/assets/stylesheets/application/pages/concepts/sectors.scss */
body.sectors section.top-cities .container .barchart > footer {
  font-size: 12px;
  line-height: 1.17;
}

@media (max-width: 600px) {
  /* line 425, app/assets/stylesheets/application/pages/concepts/sectors.scss */
  body.sectors section.top-cities .container .barchart > footer p {
    margin-bottom: 3px;
  }
}

@media (min-width: 601px) {
  /* line 417, app/assets/stylesheets/application/pages/concepts/sectors.scss */
  body.sectors section.top-cities .container .barchart > footer {
    font-size: 14px;
    line-height: 1.6;
  }
}

@media (min-width: 980px) {
  /* line 417, app/assets/stylesheets/application/pages/concepts/sectors.scss */
  body.sectors section.top-cities .container .barchart > footer {
    padding-bottom: 50px;
  }
}

/* line 446, app/assets/stylesheets/application/pages/concepts/sectors.scss */
body.sectors section.search-skills header h3 {
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: normal;
}

/* line 452, app/assets/stylesheets/application/pages/concepts/sectors.scss */
body.sectors section.search-skills .container {
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 36px 28px 0px;
  min-height: 120px;
}

/* line 459, app/assets/stylesheets/application/pages/concepts/sectors.scss */
body.sectors section.consultant-stats {
  margin-top: 0px;
}

@media (min-width: 601px) {
  /* line 459, app/assets/stylesheets/application/pages/concepts/sectors.scss */
  body.sectors section.consultant-stats {
    margin-top: 63px;
  }
}

@media (max-width: 600px) {
  /* line 465, app/assets/stylesheets/application/pages/concepts/sectors.scss */
  body.sectors section.consultant-stats header h3 {
    margin-top: 0px;
  }
}

/* line 470, app/assets/stylesheets/application/pages/concepts/sectors.scss */
body.sectors section.consultant-stats .container {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  min-height: 800px;
  padding: 36px 18px 0;
}

@media (min-width: 601px) {
  /* line 470, app/assets/stylesheets/application/pages/concepts/sectors.scss */
  body.sectors section.consultant-stats .container {
    padding: 14px 66px 0;
  }
}

/* line 483, app/assets/stylesheets/application/pages/concepts/sectors.scss */
body.sectors section.quotes-and-blog {
  min-height: 800px;
}

/* line 2, app/assets/stylesheets/application/pages/concepts/../static_pages/_engage_footer.scss */
body.sectors section.engage-footer .content {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (min-width: 601px) {
  /* line 2, app/assets/stylesheets/application/pages/concepts/../static_pages/_engage_footer.scss */
  body.sectors section.engage-footer .content {
    display: flex;
    flex-wrap: wrap;
  }
}

/* line 11, app/assets/stylesheets/application/pages/concepts/../static_pages/_engage_footer.scss */
body.sectors section.engage-footer .content .engage-item {
  padding: 20px;
}

@media (min-width: 601px) {
  /* line 11, app/assets/stylesheets/application/pages/concepts/../static_pages/_engage_footer.scss */
  body.sectors section.engage-footer .content .engage-item {
    padding: 60px;
    flex: 1 1 0px;
    min-width: 400px;
  }
}

/* line 22, app/assets/stylesheets/application/pages/concepts/../static_pages/_engage_footer.scss */
body.sectors section.engage-footer header {
  padding: 30px;
  display: block;
  margin: auto;
  width: 100px;
  height: 100px;
}

/* line 29, app/assets/stylesheets/application/pages/concepts/../static_pages/_engage_footer.scss */
body.sectors section.engage-footer header img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}

/* line 35, app/assets/stylesheets/application/pages/concepts/../static_pages/_engage_footer.scss */
body.sectors section.engage-footer h3 {
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: normal;
}

/* line 40, app/assets/stylesheets/application/pages/concepts/../static_pages/_engage_footer.scss */
body.sectors section.engage-footer p {
  font-size: 14px;
  line-height: 1.29;
  max-width: 350px;
  margin: 0px auto 20px;
}

/* line 2, app/assets/stylesheets/application/pages/static_pages/privacy_and_terms.scss */
.privacy h4, .terms_and_conditions h4, .cookies h4 {
  margin-bottom: 6px;
}

/* line 6, app/assets/stylesheets/application/pages/static_pages/privacy_and_terms.scss */
.privacy p, .terms_and_conditions p, .cookies p {
  margin-bottom: 1em;
}

/* line 10, app/assets/stylesheets/application/pages/static_pages/privacy_and_terms.scss */
.privacy ol, .terms_and_conditions ol, .cookies ol {
  list-style: decimal;
  margin-left: 16px;
  padding-left: 16px;
}

/* line 16, app/assets/stylesheets/application/pages/static_pages/privacy_and_terms.scss */
.privacy ul, .terms_and_conditions ul, .cookies ul {
  list-style: disc;
  margin-left: 16px;
  padding-left: 16px;
}

/* line 22, app/assets/stylesheets/application/pages/static_pages/privacy_and_terms.scss */
.privacy ul.links, .terms_and_conditions ul.links, .cookies ul.links {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

/* line 2, app/assets/stylesheets/application/pages/concepts/auth.scss */
body.auth .divider {
  margin: 3em 0 2.5em;
  border-bottom: 1px solid #bcbcbc;
  position: relative;
}

/* line 7, app/assets/stylesheets/application/pages/concepts/auth.scss */
body.auth .divider span {
  color: #bcbcbc;
  background-color: white;
  padding: 0 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
}

/* line 19, app/assets/stylesheets/application/pages/concepts/auth.scss */
body.auth .links {
  padding: 1em 0 0.5em;
  text-align: center;
  margin-top: 2em;
  border-top: 1px solid silver;
}

/* line 25, app/assets/stylesheets/application/pages/concepts/auth.scss */
body.auth .links .link {
  margin: 0;
}

/* line 29, app/assets/stylesheets/application/pages/concepts/auth.scss */
body.auth .links span {
  margin-right: 0.3em;
}

/* line 36, app/assets/stylesheets/application/pages/concepts/auth.scss */
body.auth.gonative a.back {
  display: none;
}

/* line 2, app/assets/stylesheets/application/pages/concepts/auth/switch_organisation.scss */
body.process.auth-switch-organisation .title {
  font-size: 1.1em;
  text-align: left;
  padding-left: 5%;
}

/* line 8, app/assets/stylesheets/application/pages/concepts/auth/switch_organisation.scss */
body.process.auth-switch-organisation .error {
  color: #ff0000;
}

/* line 12, app/assets/stylesheets/application/pages/concepts/dashboard/_modern_layout.scss */
body.dashboard .dashboard-metrics {
  margin-bottom: 2rem;
  width: 100%;
}

/* line 16, app/assets/stylesheets/application/pages/concepts/dashboard/_modern_layout.scss */
body.dashboard .dashboard-metrics .metrics-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
  margin-bottom: 1rem;
}

/* line 23, app/assets/stylesheets/application/pages/concepts/dashboard/_modern_layout.scss */
body.dashboard .dashboard-metrics .metric-card {
  background: white !important;
  border-radius: 14px;
  padding: 1.25rem;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(44, 62, 80, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  text-decoration: none !important;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  min-height: 140px;
}

/* line 37, app/assets/stylesheets/application/pages/concepts/dashboard/_modern_layout.scss */
body.dashboard .dashboard-metrics .metric-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
  text-decoration: none !important;
}

/* line 43, app/assets/stylesheets/application/pages/concepts/dashboard/_modern_layout.scss */
body.dashboard .dashboard-metrics .metric-card.is-positive {
  border-color: rgba(39, 174, 96, 0.8);
  box-shadow: 0 10px 22px rgba(39, 174, 96, 0.15);
}

/* line 47, app/assets/stylesheets/application/pages/concepts/dashboard/_modern_layout.scss */
body.dashboard .dashboard-metrics .metric-card.is-positive .metric-icon {
  background: rgba(39, 174, 96, 0.12);
  color: #27AE60;
}

/* line 53, app/assets/stylesheets/application/pages/concepts/dashboard/_modern_layout.scss */
body.dashboard .dashboard-metrics .metric-card.is-info {
  border-color: rgba(0, 78, 137, 0.35);
}

/* line 56, app/assets/stylesheets/application/pages/concepts/dashboard/_modern_layout.scss */
body.dashboard .dashboard-metrics .metric-card.is-info .metric-icon {
  background: rgba(0, 78, 137, 0.1);
  color: #004E89;
}

/* line 62, app/assets/stylesheets/application/pages/concepts/dashboard/_modern_layout.scss */
body.dashboard .dashboard-metrics .metric-card .metric-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(44, 62, 80, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2C3E50;
}

/* line 72, app/assets/stylesheets/application/pages/concepts/dashboard/_modern_layout.scss */
body.dashboard .dashboard-metrics .metric-card .metric-icon svg {
  width: 22px;
  height: 22px;
}

/* line 78, app/assets/stylesheets/application/pages/concepts/dashboard/_modern_layout.scss */
body.dashboard .dashboard-metrics .metric-card .metric-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

/* line 85, app/assets/stylesheets/application/pages/concepts/dashboard/_modern_layout.scss */
body.dashboard .dashboard-metrics .metric-card .metric-count {
  font-size: 2rem;
  font-weight: 700;
  color: #2C3E50;
  line-height: 1;
}

/* line 92, app/assets/stylesheets/application/pages/concepts/dashboard/_modern_layout.scss */
body.dashboard .dashboard-metrics .metric-card .metric-label {
  font-size: 0.75rem;
  color: rgba(44, 62, 80, 0.65);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* line 103, app/assets/stylesheets/application/pages/concepts/dashboard/_modern_layout.scss */
body.dashboard .dashboard-quick-actions {
  margin-bottom: 2rem;
  width: 100%;
}

/* line 107, app/assets/stylesheets/application/pages/concepts/dashboard/_modern_layout.scss */
body.dashboard .dashboard-quick-actions .quick-actions-container {
  display: flex !important;
  gap: 1rem;
  flex-wrap: wrap;
}

/* line 113, app/assets/stylesheets/application/pages/concepts/dashboard/_modern_layout.scss */
body.dashboard .dashboard-quick-actions .quick-action-btn {
  display: inline-flex !important;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none !important;
  transition: all 0.2s;
  border: 2px solid transparent;
  min-height: 54px;
}

/* line 126, app/assets/stylesheets/application/pages/concepts/dashboard/_modern_layout.scss */
body.dashboard .dashboard-quick-actions .quick-action-btn i {
  font-size: 1.25rem;
}

/* line 130, app/assets/stylesheets/application/pages/concepts/dashboard/_modern_layout.scss */
body.dashboard .dashboard-quick-actions .quick-action-btn.btn-primary {
  background: #FF6B35 !important;
  color: white !important;
}

/* line 134, app/assets/stylesheets/application/pages/concepts/dashboard/_modern_layout.scss */
body.dashboard .dashboard-quick-actions .quick-action-btn.btn-primary:hover {
  background: #ff4602 !important;
  transform: scale(1.05);
  text-decoration: none !important;
}

/* line 141, app/assets/stylesheets/application/pages/concepts/dashboard/_modern_layout.scss */
body.dashboard .dashboard-quick-actions .quick-action-btn.btn-orange {
  background: #FF6B35 !important;
  color: white !important;
}

/* line 145, app/assets/stylesheets/application/pages/concepts/dashboard/_modern_layout.scss */
body.dashboard .dashboard-quick-actions .quick-action-btn.btn-orange:hover {
  background: #ff4602 !important;
  text-decoration: none !important;
}

/* line 151, app/assets/stylesheets/application/pages/concepts/dashboard/_modern_layout.scss */
body.dashboard .dashboard-quick-actions .quick-action-btn.btn-blue {
  background: white !important;
  color: #004E89 !important;
  border-color: #004E89;
}

/* line 156, app/assets/stylesheets/application/pages/concepts/dashboard/_modern_layout.scss */
body.dashboard .dashboard-quick-actions .quick-action-btn.btn-blue:hover {
  background: #004E89 !important;
  color: white !important;
  text-decoration: none !important;
}

/* line 163, app/assets/stylesheets/application/pages/concepts/dashboard/_modern_layout.scss */
body.dashboard .dashboard-quick-actions .quick-action-btn.btn-gray {
  background: white !important;
  color: #666 !important;
  border-color: #ddd;
}

/* line 168, app/assets/stylesheets/application/pages/concepts/dashboard/_modern_layout.scss */
body.dashboard .dashboard-quick-actions .quick-action-btn.btn-gray:hover {
  background: #F5F5F5 !important;
  text-decoration: none !important;
}

/* line 177, app/assets/stylesheets/application/pages/concepts/dashboard/_modern_layout.scss */
body.dashboard .dashboard-pipeline {
  background: white !important;
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 2rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  width: 100%;
}

/* line 185, app/assets/stylesheets/application/pages/concepts/dashboard/_modern_layout.scss */
body.dashboard .dashboard-pipeline .pipeline-header {
  margin-bottom: 2rem;
}

/* line 189, app/assets/stylesheets/application/pages/concepts/dashboard/_modern_layout.scss */
body.dashboard .dashboard-pipeline .pipeline-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2C3E50;
  margin-bottom: 0.5rem;
}

/* line 196, app/assets/stylesheets/application/pages/concepts/dashboard/_modern_layout.scss */
body.dashboard .dashboard-pipeline .pipeline-subtitle {
  color: #666;
  font-size: 1rem;
}

/* line 201, app/assets/stylesheets/application/pages/concepts/dashboard/_modern_layout.scss */
body.dashboard .dashboard-pipeline .pipeline-stages {
  display: flex !important;
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 1rem;
}

/* line 208, app/assets/stylesheets/application/pages/concepts/dashboard/_modern_layout.scss */
body.dashboard .dashboard-pipeline .pipeline-stage {
  flex: 1;
  min-width: 140px;
  background: #F5F5F5 !important;
  border-radius: 8px;
  padding: 1.5rem 1rem;
  text-align: center;
  position: relative;
}

/* line 217, app/assets/stylesheets/application/pages/concepts/dashboard/_modern_layout.scss */
body.dashboard .dashboard-pipeline .pipeline-stage.stage-blue {
  border-top: 3px solid #004E89;
}

/* line 218, app/assets/stylesheets/application/pages/concepts/dashboard/_modern_layout.scss */
body.dashboard .dashboard-pipeline .pipeline-stage.stage-yellow {
  border-top: 3px solid #F39C12;
}

/* line 219, app/assets/stylesheets/application/pages/concepts/dashboard/_modern_layout.scss */
body.dashboard .dashboard-pipeline .pipeline-stage.stage-purple {
  border-top: 3px solid #8E44AD;
}

/* line 220, app/assets/stylesheets/application/pages/concepts/dashboard/_modern_layout.scss */
body.dashboard .dashboard-pipeline .pipeline-stage.stage-orange {
  border-top: 3px solid #FF6B35;
}

/* line 221, app/assets/stylesheets/application/pages/concepts/dashboard/_modern_layout.scss */
body.dashboard .dashboard-pipeline .pipeline-stage.stage-green {
  border-top: 3px solid #27AE60;
}

/* line 223, app/assets/stylesheets/application/pages/concepts/dashboard/_modern_layout.scss */
body.dashboard .dashboard-pipeline .pipeline-stage .stage-icon {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  opacity: 0.5;
}

/* line 229, app/assets/stylesheets/application/pages/concepts/dashboard/_modern_layout.scss */
body.dashboard .dashboard-pipeline .pipeline-stage .stage-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #2C3E50;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.75rem;
}

/* line 238, app/assets/stylesheets/application/pages/concepts/dashboard/_modern_layout.scss */
body.dashboard .dashboard-pipeline .pipeline-stage .stage-count {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2C3E50;
}

/* line 244, app/assets/stylesheets/application/pages/concepts/dashboard/_modern_layout.scss */
body.dashboard .dashboard-pipeline .pipeline-stage .stage-arrow {
  position: absolute;
  right: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: #ccc;
}

/* line 254, app/assets/stylesheets/application/pages/concepts/dashboard/_modern_layout.scss */
body.dashboard .dashboard-pipeline .pipeline-footer {
  margin-top: 1.5rem;
  text-align: center;
}

/* line 258, app/assets/stylesheets/application/pages/concepts/dashboard/_modern_layout.scss */
body.dashboard .dashboard-pipeline .pipeline-footer a {
  color: #004E89;
  text-decoration: none;
  font-weight: 600;
}

/* line 263, app/assets/stylesheets/application/pages/concepts/dashboard/_modern_layout.scss */
body.dashboard .dashboard-pipeline .pipeline-footer a:hover {
  text-decoration: underline;
}

/* line 271, app/assets/stylesheets/application/pages/concepts/dashboard/_modern_layout.scss */
body.dashboard .modern-dashboard {
  max-width: 1400px !important;
  margin: 0 auto;
  padding: 2rem;
  width: 100%;
  display: block;
}

/* line 278, app/assets/stylesheets/application/pages/concepts/dashboard/_modern_layout.scss */
body.dashboard .modern-dashboard .dashboard-hero {
  margin-bottom: 2rem;
  width: 100%;
}

/* line 283, app/assets/stylesheets/application/pages/concepts/dashboard/_modern_layout.scss */
body.dashboard .modern-dashboard .dashboard-content {
  display: grid !important;
  grid-template-columns: 2fr 1fr;
  gap: 2rem;
  width: 100%;
}

@media (max-width: 992px) {
  /* line 283, app/assets/stylesheets/application/pages/concepts/dashboard/_modern_layout.scss */
  body.dashboard .modern-dashboard .dashboard-content {
    grid-template-columns: 1fr;
  }
}

/* line 295, app/assets/stylesheets/application/pages/concepts/dashboard/_modern_layout.scss */
body.dashboard .modern-dashboard .content-main > *, body.dashboard .modern-dashboard .content-sidebar > * {
  margin-bottom: 2rem;
}

/* line 298, app/assets/stylesheets/application/pages/concepts/dashboard/_modern_layout.scss */
body.dashboard .modern-dashboard .content-main > *:last-child, body.dashboard .modern-dashboard .content-sidebar > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  /* line 307, app/assets/stylesheets/application/pages/concepts/dashboard/_modern_layout.scss */
  .dashboard-metrics .metrics-grid {
    grid-template-columns: 1fr;
  }
  /* line 311, app/assets/stylesheets/application/pages/concepts/dashboard/_modern_layout.scss */
  .dashboard-pipeline .pipeline-stages {
    flex-direction: column;
  }
  /* line 315, app/assets/stylesheets/application/pages/concepts/dashboard/_modern_layout.scss */
  .dashboard-pipeline .pipeline-stage .stage-arrow {
    display: none;
  }
  /* line 319, app/assets/stylesheets/application/pages/concepts/dashboard/_modern_layout.scss */
  .modern-dashboard {
    padding: 1rem;
  }
}

/* line 11, app/assets/stylesheets/application/pages/concepts/dashboard/components/_layout.scss */
body.dashboard .row {
  display: flex;
  flex-direction: column;
  gap: 2em;
}

/* line 16, app/assets/stylesheets/application/pages/concepts/dashboard/components/_layout.scss */
body.dashboard .row:after {
  content: none;
}

@media (min-width: 601px) {
  /* line 11, app/assets/stylesheets/application/pages/concepts/dashboard/components/_layout.scss */
  body.dashboard .row {
    flex-direction: row;
  }
}

/* line 24, app/assets/stylesheets/application/pages/concepts/dashboard/components/_layout.scss */
body.dashboard .row > .column {
  flex: 1;
}

/* line 27, app/assets/stylesheets/application/pages/concepts/dashboard/components/_layout.scss */
body.dashboard .row > .column > * {
  height: 100%;
}

/* line 33, app/assets/stylesheets/application/pages/concepts/dashboard/components/_layout.scss */
body.dashboard .main-content-wrap {
  max-width: none;
}

/* line 37, app/assets/stylesheets/application/pages/concepts/dashboard/components/_layout.scss */
body.dashboard .main-content-wrap > .main-content {
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 1.5em;
}

/* line 44, app/assets/stylesheets/application/pages/concepts/dashboard/components/_layout.scss */
body.dashboard .main {
  min-height: 100%;
  padding: 0 0.8em 2em;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  margin-bottom: 0;
  overflow: hidden;
  vertical-align: bottom;
}

@media (min-width: 601px) {
  /* line 44, app/assets/stylesheets/application/pages/concepts/dashboard/components/_layout.scss */
  body.dashboard .main {
    padding: 0 2em 2em 2em;
  }
}

/* line 64, app/assets/stylesheets/application/pages/concepts/dashboard/components/_layout.scss */
body.dashboard .main .side-panel {
  display: inline-block;
  width: 290px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 35px;
  margin-bottom: 0;
}

/* line 73, app/assets/stylesheets/application/pages/concepts/dashboard/components/_layout.scss */
body.dashboard .main .side-panel > *:first-child {
  margin-top: 30px;
}

/* line 77, app/assets/stylesheets/application/pages/concepts/dashboard/components/_layout.scss */
body.dashboard .main .side-panel > *:last-child {
  margin-bottom: 35px;
}

@media (max-width: 800px) {
  /* line 64, app/assets/stylesheets/application/pages/concepts/dashboard/components/_layout.scss */
  body.dashboard .main .side-panel {
    position: relative;
    width: 100%;
    margin-bottom: 16px;
  }
}

/* line 88, app/assets/stylesheets/application/pages/concepts/dashboard/components/_layout.scss */
body.dashboard .main .side-panel section header {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 16px;
}

/* line 96, app/assets/stylesheets/application/pages/concepts/dashboard/components/_layout.scss */
body.dashboard .main .item-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5em;
}

@media (min-width: 601px) {
  /* line 96, app/assets/stylesheets/application/pages/concepts/dashboard/components/_layout.scss */
  body.dashboard .main .item-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 800px) {
  /* line 108, app/assets/stylesheets/application/pages/concepts/dashboard/components/_layout.scss */
  body.dashboard .main-content, body.dashboard .side-panel {
    max-width: none;
    width: 100%;
  }
  /* line 113, app/assets/stylesheets/application/pages/concepts/dashboard/components/_layout.scss */
  body.dashboard .side-panel {
    position: relative;
  }
}

/* line 2, app/assets/stylesheets/application/pages/concepts/dashboard/components/_summary_items.scss */
body.dashboard .main .summary-items {
  display: flex;
  flex-direction: column;
  padding: 2em 4em;
  background-color: white;
  gap: 0.5em;
}

/* line 9, app/assets/stylesheets/application/pages/concepts/dashboard/components/_summary_items.scss */
body.dashboard .main .summary-items h2.header {
  font-size: 1.5em;
  color: #0C6B1F;
  margin-bottom: 1em;
}

/* line 16, app/assets/stylesheets/application/pages/concepts/dashboard/components/_summary_items.scss */
body.dashboard .main .summary-items .summary-item .card {
  display: flex;
  padding: 0.5em 2em;
  gap: 2em;
  align-items: center;
  text-decoration: none;
  border-radius: 8px;
}

/* line 24, app/assets/stylesheets/application/pages/concepts/dashboard/components/_summary_items.scss */
body.dashboard .main .summary-items .summary-item .card:hover {
  box-shadow: 1px 1px 6px rgba(46, 125, 40, 0.4);
}

/* line 28, app/assets/stylesheets/application/pages/concepts/dashboard/components/_summary_items.scss */
body.dashboard .main .summary-items .summary-item .card .counter {
  font-size: 2em;
}

/* line 32, app/assets/stylesheets/application/pages/concepts/dashboard/components/_summary_items.scss */
body.dashboard .main .summary-items .summary-item .card .text .label:after {
  content: ' ';
}

/* line 2, app/assets/stylesheets/application/pages/concepts/dashboard/components/_notifications.scss */
body.application.dashboard .card.notification {
  padding: 0.1em 1em 0.1em 2.2em;
  position: relative;
}

/* line 6, app/assets/stylesheets/application/pages/concepts/dashboard/components/_notifications.scss */
body.application.dashboard .card.notification.highlighted {
  background-color: transparent;
  box-shadow: none;
}

/* line 11, app/assets/stylesheets/application/pages/concepts/dashboard/components/_notifications.scss */
body.application.dashboard .card.notification.boring {
  background-image: url(/assets/process-background-018425518f010f383784a70948aac2d6b45dfec22a1f6302de4054b7ad16b413.png);
  background-size: cover;
  background-position: center 50%;
}

/* line 16, app/assets/stylesheets/application/pages/concepts/dashboard/components/_notifications.scss */
body.application.dashboard .card.notification.boring:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.4);
}

/* line 26, app/assets/stylesheets/application/pages/concepts/dashboard/components/_notifications.scss */
body.application.dashboard .card.notification.boring .content {
  position: relative;
}

/* line 31, app/assets/stylesheets/application/pages/concepts/dashboard/components/_notifications.scss */
body.application.dashboard .card.notification p {
  margin-bottom: 1em;
}

/* line 35, app/assets/stylesheets/application/pages/concepts/dashboard/components/_notifications.scss */
body.application.dashboard .card.notification p:last-child {
  margin-bottom: 0;
}

/* line 39, app/assets/stylesheets/application/pages/concepts/dashboard/components/_notifications.scss */
body.application.dashboard .card.notification .title {
  font-size: 1.5em;
  line-height: 1.3;
  margin: 0;
  color: #0C6B1F;
}

/* line 47, app/assets/stylesheets/application/pages/concepts/dashboard/components/_notifications.scss */
body.application.dashboard .card.notification.no-organisation {
  padding-top: 5em;
}

/* line 50, app/assets/stylesheets/application/pages/concepts/dashboard/components/_notifications.scss */
body.application.dashboard .card.notification.no-organisation .actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

/* line 2, app/assets/stylesheets/application/pages/concepts/dashboard/components/_info_tile.scss */
body.dashboard .info-tile {
  display: block;
  text-align: center;
  padding: 20px;
  margin-bottom: 24px;
  color: #13311a;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.71;
  display: inline-block;
  margin-right: 17px;
  width: calc((100% - 34px) / 3 * 1);
  vertical-align: top;
}

@media (max-width: 600px) {
  /* line 2, app/assets/stylesheets/application/pages/concepts/dashboard/components/_info_tile.scss */
  body.dashboard .info-tile {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

/* line 95, app/assets/stylesheets/application/base/config/_mixins.scss */
body.dashboard .info-tile:nth-of-type(3n) {
  margin-right: 0;
}

@media (max-width: 1050px) {
  /* line 2, app/assets/stylesheets/application/pages/concepts/dashboard/components/_info_tile.scss */
  body.dashboard .info-tile {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.71;
    display: inline-block;
    margin-right: 17px;
    width: calc((100% - 17px) / 2 * 1);
    vertical-align: top;
  }
}

@media (max-width: 1050px) and (max-width: 600px) {
  /* line 2, app/assets/stylesheets/application/pages/concepts/dashboard/components/_info_tile.scss */
  body.dashboard .info-tile {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

@media (max-width: 1050px) {
  /* line 95, app/assets/stylesheets/application/base/config/_mixins.scss */
  body.dashboard .info-tile:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media (max-width: 600px) {
  /* line 2, app/assets/stylesheets/application/pages/concepts/dashboard/components/_info_tile.scss */
  body.dashboard .info-tile {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.71;
    display: block;
    width: 100%;
    margin-bottom: 12px;
  }
}

@media (max-width: 600px) and (max-width: 600px) {
  /* line 2, app/assets/stylesheets/application/pages/concepts/dashboard/components/_info_tile.scss */
  body.dashboard .info-tile {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

/* line 18, app/assets/stylesheets/application/pages/concepts/dashboard/components/_info_tile.scss */
body.dashboard .info-tile .img-wrapper {
  width: 40%;
  height: auto;
  display: block;
  margin: 0 auto 20px;
  position: relative;
}

/* line 25, app/assets/stylesheets/application/pages/concepts/dashboard/components/_info_tile.scss */
body.dashboard .info-tile .img-wrapper img {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: auto;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 37, app/assets/stylesheets/application/pages/concepts/dashboard/components/_info_tile.scss */
body.dashboard .info-tile .img-wrapper:before {
  content: '';
  display: inline-block;
  padding-bottom: 100%;
}

/* line 44, app/assets/stylesheets/application/pages/concepts/dashboard/components/_info_tile.scss */
body.dashboard .info-tile > span {
  font-size: 14px;
  line-height: 1.39;
  display: block;
}

/* line 52, app/assets/stylesheets/application/pages/concepts/dashboard/components/_info_tile.scss */
body.dashboard .info-tile > span.availability {
  margin-top: 16px;
  font-size: 12px;
}

/* line 57, app/assets/stylesheets/application/pages/concepts/dashboard/components/_info_tile.scss */
body.dashboard .info-tile > span.category {
  max-height: 1.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 3, app/assets/stylesheets/application/pages/concepts/dashboard/components/_typography.scss */
body.dashboard .main > section {
  padding: 0;
  margin-bottom: 0;
}

/* line 8, app/assets/stylesheets/application/pages/concepts/dashboard/components/_typography.scss */
body.dashboard .main .dashboard-header {
  font-size: 20px;
  margin-bottom: 0;
  color: #0C6B1F;
}

/* line 1, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
body.dashboard .side-panel {
  min-height: 100%;
}

/* line 3, app/assets/stylesheets/application/pages/concepts/profiles/availability.scss */
body.dashboard .side-panel .availability:before, body.dashboard .side-panel .availability:after {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
}

/* line 11, app/assets/stylesheets/application/pages/concepts/profiles/availability.scss */
body.dashboard .side-panel .availability.before:before {
  content: '';
  margin-right: 4px;
}

/* line 18, app/assets/stylesheets/application/pages/concepts/profiles/availability.scss */
body.dashboard .side-panel .availability.after:after {
  content: '';
  margin-left: 4px;
}

@media (max-width: 800px) {
  /* line 1, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
  body.dashboard .side-panel {
    min-height: initial;
    padding: 24px 16px;
    text-align: center;
  }
}

/* line 16, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
body.dashboard .side-panel .new-members .member {
  font-size: 0;
  margin: 0 auto 16px;
  text-align: left;
  max-width: 300px;
  width: 100%;
  color: #13311a;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.71;
  display: block;
  width: 100%;
}

@media (max-width: 600px) {
  /* line 16, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
  body.dashboard .side-panel .new-members .member {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

/* line 27, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
body.dashboard .side-panel .new-members .member .image-wrapper, body.dashboard .side-panel .new-members .member .info {
  color: #13311a;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.71;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 600px) {
  /* line 27, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
  body.dashboard .side-panel .new-members .member .image-wrapper, body.dashboard .side-panel .new-members .member .info {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

/* line 33, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
body.dashboard .side-panel .new-members .member .image-wrapper {
  display: inline-block;
  vertical-align: middle;
  width: 25%;
  overflow: hidden;
  position: relative;
}

/* line 41, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
body.dashboard .side-panel .new-members .member .image-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}

/* line 52, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
body.dashboard .side-panel .new-members .member .image-wrapper:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}

/* line 59, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
body.dashboard .side-panel .new-members .member .info {
  width: calc(100% - 25%);
  padding-left: 0.5em;
}

/* line 63, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
body.dashboard .side-panel .new-members .member .info span {
  display: block;
}

/* line 66, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
body.dashboard .side-panel .new-members .member .info span.name {
  line-height: 1.43;
}

/* line 69, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
body.dashboard .side-panel .new-members .member .info span.subtitle {
  font-size: 12px;
  line-height: 1.3;
}

/* line 76, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
body.dashboard .side-panel .new-members .member:after {
  content: '';
  display: block;
  clear: both;
}

@media (max-width: 800px) and (min-width: 601px) {
  /* line 16, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
  body.dashboard .side-panel .new-members .member {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.71;
    display: inline-block;
    margin-right: 17px;
    width: calc((100% - 34px) / 3 * 1);
    vertical-align: top;
    text-align: center;
  }
}

@media (max-width: 800px) and (min-width: 601px) and (max-width: 600px) {
  /* line 16, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
  body.dashboard .side-panel .new-members .member {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

@media (max-width: 800px) and (min-width: 601px) {
  /* line 95, app/assets/stylesheets/application/base/config/_mixins.scss */
  body.dashboard .side-panel .new-members .member:nth-of-type(3n) {
    margin-right: 0;
  }
  /* line 87, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
  body.dashboard .side-panel .new-members .member .image-wrapper, body.dashboard .side-panel .new-members .member .info {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 93, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
  body.dashboard .side-panel .new-members .member .image-wrapper {
    margin-bottom: 1em;
    width: 40%;
  }
}

/* line 107, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
body.dashboard .side-panel .refer-client {
  margin-bottom: 31px;
}

/* line 111, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
body.dashboard .side-panel .refer-client:before {
  margin-bottom: 8px;
}

/* line 115, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
body.dashboard .side-panel .refer-client:after {
  margin-top: 8px;
}

/* line 119, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
body.dashboard .side-panel .refer-client .content {
  padding: 0 14px;
  max-width: 400px;
  margin: 0 auto;
}

/* line 128, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
body.dashboard .side-panel .refer-client p {
  font-size: 15px;
  line-height: 1.43;
  margin-bottom: 1em;
}

@media (max-width: 600px) {
  /* line 128, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
  body.dashboard .side-panel .refer-client p {
    text-align: justify;
  }
}

/* line 139, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
body.dashboard .side-panel .recommend-friend {
  margin-bottom: 31px;
}

/* line 142, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
body.dashboard .side-panel .recommend-friend .content {
  padding: 0 14px;
  max-width: 400px;
  margin: 0 auto;
}

/* line 147, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
body.dashboard .side-panel .recommend-friend .image-wrapper {
  position: relative;
  margin-bottom: 12px;
}

/* line 151, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
body.dashboard .side-panel .recommend-friend .image-wrapper:after {
  content: '';
  display: block;
  padding-bottom: 60%;
}

/* line 158, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
body.dashboard .side-panel .recommend-friend p {
  font-size: 15px;
  line-height: 1.43;
  margin-bottom: 1em;
}

@media (max-width: 600px) {
  /* line 158, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
  body.dashboard .side-panel .recommend-friend p {
    text-align: justify;
  }
}

/* line 169, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
body.dashboard .side-panel .community header {
  margin-bottom: 42px !important;
  text-align: center;
}

/* line 174, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
body.dashboard .side-panel .member-group {
  padding: 15px 30px;
  text-align: center;
  margin-bottom: 20px;
  color: #13311a;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.71;
  display: block;
  width: 100%;
}

@media (max-width: 600px) {
  /* line 174, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
  body.dashboard .side-panel .member-group {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

@media (max-width: 800px) {
  /* line 174, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
  body.dashboard .side-panel .member-group {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.71;
    display: inline-block;
    margin-right: 10px;
    width: calc((100% - 20px) / 3 * 1);
    vertical-align: top;
  }
}

@media (max-width: 800px) and (max-width: 600px) {
  /* line 174, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
  body.dashboard .side-panel .member-group {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

@media (max-width: 800px) {
  /* line 95, app/assets/stylesheets/application/base/config/_mixins.scss */
  body.dashboard .side-panel .member-group:nth-of-type(3n) {
    margin-right: 0;
  }
  /* line 183, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
  body.dashboard .side-panel .member-group.total-members {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.71;
    display: block;
    width: 100%;
    padding: 0 30%;
  }
}

@media (max-width: 800px) and (max-width: 600px) {
  /* line 183, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
  body.dashboard .side-panel .member-group.total-members {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

@media (max-width: 600px) {
  /* line 174, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
  body.dashboard .side-panel .member-group {
    display: block;
    float: none;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px;
  }
  /* line 196, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
  body.dashboard .side-panel .member-group:last-child {
    margin-right: auto;
  }
  /* line 200, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
  body.dashboard .side-panel .member-group.total-members {
    margin: 0 auto 30px;
    float: none;
    padding: 0 30px;
  }
}

/* line 207, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
body.dashboard .side-panel .member-group .img-wrapper {
  position: relative;
  margin-bottom: 0.5em;
}

/* line 212, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
body.dashboard .side-panel .member-group .img-wrapper .img-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 50%;
  height: auto;
  display: block;
  margin: auto;
  overflow: hidden;
}

/* line 224, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
body.dashboard .side-panel .member-group .img-wrapper .img-container img {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  left: -5%;
}

/* line 232, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
body.dashboard .side-panel .member-group .img-wrapper .background {
  margin: auto;
  width: 50%;
}

/* line 236, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
body.dashboard .side-panel .member-group .img-wrapper .background:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}

/* line 243, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
body.dashboard .side-panel .member-group .img-wrapper .counter {
  position: absolute;
  top: 50%;
  left: 75%;
  width: 25%;
  text-align: center;
  vertical-align: middle;
  transform: translate(-50%, -50%);
}

/* line 252, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
body.dashboard .side-panel .member-group .img-wrapper .counter:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}

/* line 258, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
body.dashboard .side-panel .member-group .img-wrapper .counter span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 267, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
body.dashboard .side-panel .member-group .name {
  font-size: 14px;
  line-height: 1;
}

/* line 273, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
body.dashboard .side-panel .member-group.total-members .img-wrapper {
  position: relative;
}

/* line 276, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
body.dashboard .side-panel .member-group.total-members .img-wrapper .img-container, body.dashboard .side-panel .member-group.total-members .img-wrapper .background {
  width: 100%;
}

/* line 280, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
body.dashboard .side-panel .member-group.total-members .img-wrapper .background {
  position: relative;
  overflow: hidden;
}

/* line 284, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
body.dashboard .side-panel .member-group.total-members .img-wrapper .background:before {
  position: absolute;
  width: 100%;
}

/* line 289, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
body.dashboard .side-panel .member-group.total-members .img-wrapper .background:after {
  content: '';
  padding-bottom: 60%;
  display: block;
}

/* line 296, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
body.dashboard .side-panel .member-group.total-members .img-wrapper .counter {
  top: 10%;
  left: 85%;
}

/* line 301, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
body.dashboard .side-panel .member-group.total-members .img-wrapper .img-container {
  bottom: -67%;
}

/* line 303, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
body.dashboard .side-panel .member-group.total-members .img-wrapper .img-container:after {
  content: '';
  display: block;
  padding-bottom: 200%;
}

/* line 310, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
body.dashboard .side-panel .member-group.total-members .img-wrapper img {
  position: absolute;
  bottom: 20%;
  left: auto;
}

/* line 315, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
body.dashboard .side-panel .member-group.total-members .img-wrapper img.right-img {
  display: block;
  width: 43%;
  left: -8%;
}

/* line 321, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
body.dashboard .side-panel .member-group.total-members .img-wrapper img.left-img {
  display: block;
  width: 30%;
  right: 0;
}

/* line 327, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
body.dashboard .side-panel .member-group.total-members .img-wrapper img.center-img {
  width: 60%;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 2;
}

/* line 339, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
body.dashboard .side-panel section.side-availability {
  margin-bottom: 32px;
  position: relative;
  text-align: left;
  z-index: 10;
}

/* line 345, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
body.dashboard .side-panel section.side-availability header {
  margin-bottom: 0;
}

/* line 349, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
body.dashboard .side-panel section.side-availability a {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  height: 44px;
  justify-content: center;
  padding: 0 8px;
  text-transform: uppercase;
}

/* line 359, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
body.dashboard .side-panel section.side-availability .content {
  display: flex;
  align-items: center;
}

/* line 364, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
body.dashboard .side-panel section.side-availability .right-arrow {
  font-size: 25px;
}

/* line 368, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
body.dashboard .side-panel section.side-availability .availability {
  flex: 1 1 auto;
}

/* line 371, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
body.dashboard .side-panel section.side-availability .availability:before {
  height: 7px;
  margin-right: 6px;
  position: relative;
  top: -5px;
  width: 7px;
}

/* line 382, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
body.dashboard .side-panel section.side-requirements {
  margin-bottom: 32px;
  position: relative;
  z-index: 10;
}

/* line 387, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
body.dashboard .side-panel section.side-requirements header {
  margin-bottom: 0;
}

/* line 391, app/assets/stylesheets/application/pages/concepts/dashboard/components/_side_panel.scss */
body.dashboard .side-panel section.side-requirements .hire {
  margin-top: 6px;
  text-align: center;
}

/* line 2, app/assets/stylesheets/application/pages/concepts/dashboard/components/_ai_summary.scss */
body.dashboard .dashboard-ai-hero {
  margin-bottom: 24px;
}

@media (max-width: 600px) {
  /* line 2, app/assets/stylesheets/application/pages/concepts/dashboard/components/_ai_summary.scss */
  body.dashboard .dashboard-ai-hero {
    margin-bottom: 16px;
  }
}

/* line 10, app/assets/stylesheets/application/pages/concepts/dashboard/components/_ai_summary.scss */
body.dashboard .ai-summary-card {
  background: linear-gradient(135deg, rgba(12, 107, 31, 0.04) 0%, rgba(255, 211, 24, 0.02) 100%);
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  display: grid;
  grid-template-columns: 1fr 200px;
  gap: 40px;
  align-items: center;
  position: relative;
  overflow: hidden;
}

@media (max-width: 600px) {
  /* line 10, app/assets/stylesheets/application/pages/concepts/dashboard/components/_ai_summary.scss */
  body.dashboard .ai-summary-card {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px;
    border-radius: 16px;
  }
}

/* line 29, app/assets/stylesheets/application/pages/concepts/dashboard/components/_ai_summary.scss */
body.dashboard .ai-summary-card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #0C6B1F 0%, #ffd318 50%, #0C6B1F 100%);
}

/* line 40, app/assets/stylesheets/application/pages/concepts/dashboard/components/_ai_summary.scss */
body.dashboard .ai-summary-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* line 46, app/assets/stylesheets/application/pages/concepts/dashboard/components/_ai_summary.scss */
body.dashboard .ai-summary-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* line 52, app/assets/stylesheets/application/pages/concepts/dashboard/components/_ai_summary.scss */
body.dashboard .ai-summary-title {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #13311a;
  margin: 0;
  line-height: 1.2;
}

@media (max-width: 600px) {
  /* line 52, app/assets/stylesheets/application/pages/concepts/dashboard/components/_ai_summary.scss */
  body.dashboard .ai-summary-title {
    font-size: 26px;
  }
}

/* line 65, app/assets/stylesheets/application/pages/concepts/dashboard/components/_ai_summary.scss */
body.dashboard .ai-summary-chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

/* line 71, app/assets/stylesheets/application/pages/concepts/dashboard/components/_ai_summary.scss */
body.dashboard .ai-chip {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 12px;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 600;
  border: 2px solid;
}

/* line 81, app/assets/stylesheets/application/pages/concepts/dashboard/components/_ai_summary.scss */
body.dashboard .ai-chip.ai-chip-candidate {
  background: rgba(12, 107, 31, 0.12);
  border-color: rgba(12, 107, 31, 0.3);
  color: #13311a;
}

/* line 87, app/assets/stylesheets/application/pages/concepts/dashboard/components/_ai_summary.scss */
body.dashboard .ai-chip.ai-chip-employer {
  background: rgba(255, 211, 24, 0.15);
  border-color: rgba(255, 211, 24, 0.4);
  color: #655100;
}

/* line 93, app/assets/stylesheets/application/pages/concepts/dashboard/components/_ai_summary.scss */
body.dashboard .ai-chip span {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* line 100, app/assets/stylesheets/application/pages/concepts/dashboard/components/_ai_summary.scss */
body.dashboard .ai-summary-copy {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #474747;
  margin: 0;
}

@media (max-width: 600px) {
  /* line 100, app/assets/stylesheets/application/pages/concepts/dashboard/components/_ai_summary.scss */
  body.dashboard .ai-summary-copy {
    font-size: 15px;
  }
}

/* line 112, app/assets/stylesheets/application/pages/concepts/dashboard/components/_ai_summary.scss */
body.dashboard .ai-summary-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

@media (max-width: 600px) {
  /* line 112, app/assets/stylesheets/application/pages/concepts/dashboard/components/_ai_summary.scss */
  body.dashboard .ai-summary-actions {
    flex-direction: column;
  }
}

/* line 121, app/assets/stylesheets/application/pages/concepts/dashboard/components/_ai_summary.scss */
body.dashboard .ai-summary-actions .btn {
  padding: 12px 24px;
  border-radius: 12px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 200ms ease;
  border: 2px solid transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 600px) {
  /* line 121, app/assets/stylesheets/application/pages/concepts/dashboard/components/_ai_summary.scss */
  body.dashboard .ai-summary-actions .btn {
    width: 100%;
  }
}

/* line 139, app/assets/stylesheets/application/pages/concepts/dashboard/components/_ai_summary.scss */
body.dashboard .ai-summary-actions .btn.btn-primary, body.dashboard .ai-summary-actions .btn.btn-ai-primary {
  background: linear-gradient(135deg, #0C6B1F 0%, #084614 100%);
  color: #fff;
  box-shadow: 0 4px 12px rgba(12, 107, 31, 0.3);
}

/* line 145, app/assets/stylesheets/application/pages/concepts/dashboard/components/_ai_summary.scss */
body.dashboard .ai-summary-actions .btn.btn-primary:hover, body.dashboard .ai-summary-actions .btn.btn-ai-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(12, 107, 31, 0.4);
}

/* line 151, app/assets/stylesheets/application/pages/concepts/dashboard/components/_ai_summary.scss */
body.dashboard .ai-summary-actions .btn.btn-secondary, body.dashboard .ai-summary-actions .btn.btn-ai-secondary {
  background: #fff;
  color: #13311a;
  border-color: rgba(12, 107, 31, 0.3);
}

/* line 157, app/assets/stylesheets/application/pages/concepts/dashboard/components/_ai_summary.scss */
body.dashboard .ai-summary-actions .btn.btn-secondary:hover, body.dashboard .ai-summary-actions .btn.btn-ai-secondary:hover {
  background: rgba(12, 107, 31, 0.08);
  border-color: rgba(12, 107, 31, 0.5);
  transform: translateY(-2px);
}

/* line 166, app/assets/stylesheets/application/pages/concepts/dashboard/components/_ai_summary.scss */
body.dashboard .ai-summary-art {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media (max-width: 600px) {
  /* line 166, app/assets/stylesheets/application/pages/concepts/dashboard/components/_ai_summary.scss */
  body.dashboard .ai-summary-art {
    order: -1;
    max-width: 160px;
    margin: 0 auto;
  }
}

/* line 179, app/assets/stylesheets/application/pages/concepts/dashboard/components/_ai_summary.scss */
body.dashboard .ai-summary-illustration {
  width: 100%;
  height: auto;
  max-width: 200px;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

@media (max-width: 600px) {
  /* line 179, app/assets/stylesheets/application/pages/concepts/dashboard/components/_ai_summary.scss */
  body.dashboard .ai-summary-illustration {
    max-width: 160px;
  }
}

/* line 190, app/assets/stylesheets/application/pages/concepts/dashboard/components/_ai_summary.scss */
body.dashboard .hard-hat-image {
  width: 160px;
  height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.15));
}

@media (max-width: 600px) {
  /* line 190, app/assets/stylesheets/application/pages/concepts/dashboard/components/_ai_summary.scss */
  body.dashboard .hard-hat-image {
    width: 120px;
    height: 120px;
  }
}

/* line 41, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .applications-pipeline-modern {
  background: linear-gradient(135deg, rgba(245, 245, 245, 0.5) 0%, #fff 100%);
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 600px) {
  /* line 41, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
  body.dashboard .applications-pipeline-modern {
    padding: 24px 20px;
    border-radius: 16px;
  }
}

/* line 55, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .applications-pipeline-modern:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #0C6B1F 0%, #16c73a 100%);
}

/* line 66, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .pipeline-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 32px;
  gap: 24px;
}

@media (max-width: 600px) {
  /* line 66, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
  body.dashboard .pipeline-header {
    flex-direction: column;
    gap: 16px;
  }
}

/* line 79, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .pipeline-title-section {
  flex: 1;
}

/* line 83, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .pipeline-title {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #13311a;
  margin: 0 0 12px 0;
  line-height: 1.2;
}

@media (max-width: 600px) {
  /* line 83, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
  body.dashboard .pipeline-title {
    font-size: 24px;
  }
}

/* line 96, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .pipeline-ai-insight {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: linear-gradient(135deg, rgba(12, 107, 31, 0.12) 0%, rgba(12, 107, 31, 0.06) 100%);
  border: 2px solid rgba(12, 107, 31, 0.25);
  border-radius: 20px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #13311a;
  transition: all 200ms ease;
}

@media (max-width: 600px) {
  /* line 96, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
  body.dashboard .pipeline-ai-insight {
    font-size: 13px;
    padding: 6px 12px;
  }
}

/* line 115, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .pipeline-ai-insight i {
  color: #0C6B1F;
  font-size: 16px;
}

/* line 120, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .pipeline-ai-insight:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(12, 107, 31, 0.2);
  border-color: rgba(12, 107, 31, 0.4);
}

/* line 127, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .pipeline-stats {
  display: flex;
  gap: 16px;
}

@media (max-width: 600px) {
  /* line 127, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
  body.dashboard .pipeline-stats {
    width: 100%;
    justify-content: center;
  }
}

/* line 137, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .stat-item {
  text-align: center;
  padding: 12px 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border: 2px solid rgba(12, 107, 31, 0.15);
  transition: all 200ms ease;
}

/* line 146, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .stat-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(12, 107, 31, 0.15);
  border-color: rgba(12, 107, 31, 0.3);
}

/* line 152, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .stat-item .stat-value {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #0C6B1F;
  line-height: 1;
  margin-bottom: 4px;
}

@media (max-width: 600px) {
  /* line 152, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
  body.dashboard .stat-item .stat-value {
    font-size: 28px;
  }
}

/* line 165, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .stat-item .stat-label {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #474747;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* line 175, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .pipeline-progress-wrapper {
  position: relative;
  padding: 20px 0;
}

/* line 180, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .pipeline-stages {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

@media (max-width: 600px) {
  /* line 180, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
  body.dashboard .pipeline-stages {
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
  }
}

/* line 193, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .pipeline-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  flex: 1;
  position: relative;
  transition: all 300ms ease;
}

@media (max-width: 600px) {
  /* line 193, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
  body.dashboard .pipeline-step {
    flex-direction: row;
    justify-content: flex-start;
    gap: 16px;
  }
}

/* line 209, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .pipeline-step.active .step-circle {
  transform: scale(1.1);
}

/* line 213, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .pipeline-step.active .step-label {
  color: #13311a;
  font-weight: 700;
}

/* line 220, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .pipeline-step:hover:not(.active) .step-circle {
  transform: scale(1.05);
  border-color: rgba(12, 107, 31, 0.4);
  background: rgba(12, 107, 31, 0.08);
}

/* line 228, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .step-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid rgba(71, 71, 71, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #474747;
  transition: all 300ms ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 2;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 600px) {
  /* line 228, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
  body.dashboard .step-circle {
    width: 56px;
    height: 56px;
    font-size: 20px;
    flex-shrink: 0;
  }
}

/* line 256, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .step-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

@media (max-width: 600px) {
  /* line 256, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
  body.dashboard .step-content {
    align-items: flex-start;
    flex: 1;
  }
}

/* line 268, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .step-label {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #474747;
  text-align: center;
  transition: all 200ms ease;
  white-space: nowrap;
}

@media (max-width: 600px) {
  /* line 268, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
  body.dashboard .step-label {
    text-align: left;
    font-size: 16px;
  }
}

/* line 283, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .circle-count {
  display: block;
  line-height: 1;
  font-size: clamp(18px, 2vw, 26px);
}

/* line 289, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .step-connector {
  position: absolute;
  left: 50%;
  top: 32px;
  width: 100%;
  height: 4px;
  background: rgba(71, 71, 71, 0.12);
  transform: translateY(-50%);
  z-index: 1;
  transition: all 300ms ease;
}

@media (max-width: 600px) {
  /* line 289, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
  body.dashboard .step-connector {
    display: none;
  }
}

/* line 304, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .step-connector:before {
  content: '';
  position: absolute;
  right: -4px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid rgba(71, 71, 71, 0.12);
  transition: all 300ms ease;
}

/* line 319, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .pipeline-footer {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 2px solid rgba(12, 107, 31, 0.15);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

@media (max-width: 600px) {
  /* line 319, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
  body.dashboard .pipeline-footer {
    flex-direction: column;
    gap: 16px;
  }
}

/* line 334, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .footer-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
}

@media (max-width: 600px) {
  /* line 334, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
  body.dashboard .footer-actions {
    width: 100%;
    justify-content: center;
  }
}

/* line 345, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .footer-actions .btn-pipeline {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #0C6B1F;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 10px;
  border: 2px solid rgba(12, 107, 31, 0.25);
  background: #fff;
  transition: all 200ms ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* line 360, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .footer-actions .btn-pipeline:hover {
  background: rgba(12, 107, 31, 0.08);
  border-color: rgba(12, 107, 31, 0.4);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(12, 107, 31, 0.2);
}

/* line 367, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .footer-actions .btn-pipeline:after {
  content: '→';
  font-size: 18px;
  transition: transform 200ms ease;
}

/* line 373, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .footer-actions .btn-pipeline:hover:after {
  transform: translateX(4px);
}

/* line 379, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .completion-indicator {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* line 385, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .progress-circle {
  position: relative;
  width: 48px;
  height: 48px;
}

/* line 390, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .progress-circle svg {
  transform: rotate(-90deg);
  width: 100%;
  height: 100%;
}

/* line 396, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .progress-circle .circle-progress {
  transition: stroke-dasharray 600ms ease;
}

/* line 400, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .progress-circle .progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #0C6B1F;
}

/* line 2, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .pipeline-step.stage-applied .step-circle {
  border-color: rgba(47, 128, 237, 0.25);
  background: rgba(47, 128, 237, 0.08);
  color: #2F80ED;
}

/* line 8, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .pipeline-step.stage-applied .step-connector {
  background: rgba(47, 128, 237, 0.18);
}

/* line 11, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .pipeline-step.stage-applied .step-connector:before {
  border-left-color: rgba(47, 128, 237, 0.18);
}

/* line 15, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .pipeline-step.stage-applied .step-connector.filled {
  background: linear-gradient(90deg, #2F80ED 0%, #5e9df1 100%);
}

/* line 19, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .pipeline-step.stage-applied .step-connector.filled:before {
  border-left-color: #5e9df1;
}

/* line 25, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .pipeline-step.stage-applied.active .step-circle {
  background: linear-gradient(135deg, #2F80ED 0%, #146fe9 100%);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 8px 20px rgba(47, 128, 237, 0.35);
}

/* line 2, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .pipeline-step.stage-shortlisted .step-circle {
  border-color: rgba(155, 81, 224, 0.25);
  background: rgba(155, 81, 224, 0.08);
  color: #9B51E0;
}

/* line 8, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .pipeline-step.stage-shortlisted .step-connector {
  background: rgba(155, 81, 224, 0.18);
}

/* line 11, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .pipeline-step.stage-shortlisted .step-connector:before {
  border-left-color: rgba(155, 81, 224, 0.18);
}

/* line 15, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .pipeline-step.stage-shortlisted .step-connector.filled {
  background: linear-gradient(90deg, #9B51E0 0%, #b47ce8 100%);
}

/* line 19, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .pipeline-step.stage-shortlisted .step-connector.filled:before {
  border-left-color: #b47ce8;
}

/* line 25, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .pipeline-step.stage-shortlisted.active .step-circle {
  background: linear-gradient(135deg, #9B51E0 0%, #8c37db 100%);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 8px 20px rgba(155, 81, 224, 0.35);
}

/* line 2, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .pipeline-step.stage-interviewing .step-circle {
  border-color: rgba(242, 153, 74, 0.25);
  background: rgba(242, 153, 74, 0.08);
  color: #F2994A;
}

/* line 8, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .pipeline-step.stage-interviewing .step-connector {
  background: rgba(242, 153, 74, 0.18);
}

/* line 11, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .pipeline-step.stage-interviewing .step-connector:before {
  border-left-color: rgba(242, 153, 74, 0.18);
}

/* line 15, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .pipeline-step.stage-interviewing .step-connector.filled {
  background: linear-gradient(90deg, #F2994A 0%, #f5b47a 100%);
}

/* line 19, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .pipeline-step.stage-interviewing .step-connector.filled:before {
  border-left-color: #f5b47a;
}

/* line 25, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .pipeline-step.stage-interviewing.active .step-circle {
  background: linear-gradient(135deg, #F2994A 0%, #f0892d 100%);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 8px 20px rgba(242, 153, 74, 0.35);
}

/* line 2, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .pipeline-step.stage-negotiating .step-circle {
  border-color: rgba(242, 201, 76, 0.25);
  background: rgba(242, 201, 76, 0.08);
  color: #F2C94C;
}

/* line 8, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .pipeline-step.stage-negotiating .step-connector {
  background: rgba(242, 201, 76, 0.18);
}

/* line 11, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .pipeline-step.stage-negotiating .step-connector:before {
  border-left-color: rgba(242, 201, 76, 0.18);
}

/* line 15, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .pipeline-step.stage-negotiating .step-connector.filled {
  background: linear-gradient(90deg, #F2C94C 0%, #f5d77c 100%);
}

/* line 19, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .pipeline-step.stage-negotiating .step-connector.filled:before {
  border-left-color: #f5d77c;
}

/* line 25, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .pipeline-step.stage-negotiating.active .step-circle {
  background: linear-gradient(135deg, #F2C94C 0%, #f0c02f 100%);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 8px 20px rgba(242, 201, 76, 0.35);
}

/* line 2, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .pipeline-step.stage-won .step-circle {
  border-color: rgba(39, 174, 96, 0.25);
  background: rgba(39, 174, 96, 0.08);
  color: #27AE60;
}

/* line 8, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .pipeline-step.stage-won .step-connector {
  background: rgba(39, 174, 96, 0.18);
}

/* line 11, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .pipeline-step.stage-won .step-connector:before {
  border-left-color: rgba(39, 174, 96, 0.18);
}

/* line 15, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .pipeline-step.stage-won .step-connector.filled {
  background: linear-gradient(90deg, #27AE60 0%, #36d278 100%);
}

/* line 19, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .pipeline-step.stage-won .step-connector.filled:before {
  border-left-color: #36d278;
}

/* line 25, app/assets/stylesheets/application/pages/concepts/dashboard/components/_applications_pipeline.scss */
body.dashboard .pipeline-step.stage-won.active .step-circle {
  background: linear-gradient(135deg, #27AE60 0%, #219552 100%);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 8px 20px rgba(39, 174, 96, 0.35);
}

/* line 10, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
body.dashboard .worker-dashboard {
  max-width: 1800px;
  margin: 0 auto;
  padding: 32px 48px;
}

@media (max-width: 600px) {
  /* line 10, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
  body.dashboard .worker-dashboard {
    padding: 16px;
  }
}

/* line 20, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
body.dashboard .dashboard-metrics {
  margin-bottom: 32px;
}

/* line 24, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
body.dashboard .worker-dashboard-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 32px;
  align-items: start;
}

@media (max-width: 600px) {
  /* line 24, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
  body.dashboard .worker-dashboard-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* line 36, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
body.dashboard .worker-dashboard-main {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/* line 42, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
body.dashboard .worker-dashboard-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: sticky;
  top: 24px;
}

@media (max-width: 600px) {
  /* line 42, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
  body.dashboard .worker-dashboard-sidebar {
    position: relative;
    top: 0;
  }
}

/* line 59, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
body.dashboard .summary-metrics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}

@media (max-width: 600px) {
  /* line 59, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
  body.dashboard .summary-metrics-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

/* line 71, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
body.dashboard .metric-card {
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(71, 71, 71, 0.12);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: inherit;
  gap: 12px;
}

@media (max-width: 600px) {
  /* line 71, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
  body.dashboard .metric-card {
    padding: 14px;
  }
}

/* line 90, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
body.dashboard .metric-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
  border-color: rgba(12, 107, 31, 0.25);
}

/* line 96, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
body.dashboard .metric-card .metric-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(71, 71, 71, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #474747;
}

/* line 106, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
body.dashboard .metric-card .metric-icon svg {
  width: 22px;
  height: 22px;
}

/* line 112, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
body.dashboard .metric-card .metric-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 118, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
body.dashboard .metric-card .metric-count {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #13311a;
  line-height: 1;
}

@media (max-width: 600px) {
  /* line 118, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
  body.dashboard .metric-card .metric-count {
    font-size: 24px;
  }
}

/* line 130, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
body.dashboard .metric-card .metric-label {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #474747;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media (max-width: 600px) {
  /* line 130, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
  body.dashboard .metric-card .metric-label {
    font-size: 11px;
  }
}

/* line 143, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
body.dashboard .metric-card.is-positive {
  border-color: rgba(12, 107, 31, 0.85);
  box-shadow: 0 10px 22px rgba(12, 107, 31, 0.18);
}

/* line 147, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
body.dashboard .metric-card.is-positive .metric-icon {
  background: rgba(12, 107, 31, 0.14);
  color: #0C6B1F;
}

/* line 153, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
body.dashboard .metric-card.is-info {
  border-color: rgba(0, 78, 137, 0.35);
}

/* line 156, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
body.dashboard .metric-card.is-info .metric-icon {
  background: rgba(0, 78, 137, 0.12);
  color: #004E89;
}

/* line 167, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
body.dashboard .recommended-jobs-section {
  background: #fff;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

@media (max-width: 600px) {
  /* line 167, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
  body.dashboard .recommended-jobs-section {
    padding: 20px;
    border-radius: 16px;
  }
}

/* line 179, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
body.dashboard .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid rgba(12, 107, 31, 0.15);
}

@media (max-width: 600px) {
  /* line 179, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
  body.dashboard .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

/* line 194, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
body.dashboard .section-title {
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #13311a;
  margin: 0;
}

@media (max-width: 600px) {
  /* line 194, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
  body.dashboard .section-title {
    font-size: 22px;
  }
}

/* line 206, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
body.dashboard .view-all-link {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #0C6B1F;
  text-decoration: none;
  transition: all 200ms ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* line 217, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
body.dashboard .view-all-link:after {
  content: '→';
  font-size: 18px;
  transition: transform 200ms ease;
}

/* line 223, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
body.dashboard .view-all-link:hover {
  color: #084614;
}

/* line 226, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
body.dashboard .view-all-link:hover:after {
  transform: translateX(4px);
}

/* line 236, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
body.dashboard .jobs-feed {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* line 242, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
body.dashboard .job-card {
  background: #f5f5f5;
  border-radius: 12px;
  padding: 20px;
  border: 2px solid transparent;
  transition: all 200ms ease;
}

@media (max-width: 600px) {
  /* line 242, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
  body.dashboard .job-card {
    padding: 16px;
  }
}

/* line 253, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
body.dashboard .job-card:hover {
  border-color: rgba(12, 107, 31, 0.3);
  transform: translateX(4px);
  box-shadow: 0 4px 12px rgba(12, 107, 31, 0.15);
}

/* line 260, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
body.dashboard .job-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 12px;
}

@media (max-width: 600px) {
  /* line 260, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
  body.dashboard .job-card-header {
    flex-direction: column;
    gap: 8px;
  }
}

/* line 273, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
body.dashboard .job-title {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #13311a;
  margin: 0;
  flex: 1;
}

@media (max-width: 600px) {
  /* line 273, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
  body.dashboard .job-title {
    font-size: 18px;
  }
}

/* line 285, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
body.dashboard .job-title a {
  color: inherit;
  text-decoration: none;
  transition: color 200ms ease;
}

/* line 290, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
body.dashboard .job-title a:hover {
  color: #0C6B1F;
}

/* line 296, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
body.dashboard .ai-matched-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: linear-gradient(135deg, rgba(12, 107, 31, 0.15) 0%, rgba(12, 107, 31, 0.08) 100%);
  border: 2px solid rgba(12, 107, 31, 0.3);
  border-radius: 12px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #13311a;
  white-space: nowrap;
}

/* line 310, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
body.dashboard .ai-matched-badge i {
  color: #0C6B1F;
  font-size: 14px;
}

/* line 316, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
body.dashboard .job-card-body {
  margin-bottom: 16px;
}

/* line 320, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
body.dashboard .job-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #474747;
}

@media (max-width: 600px) {
  /* line 320, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
  body.dashboard .job-meta {
    flex-direction: column;
    gap: 8px;
  }
}

/* line 333, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
body.dashboard .job-meta > div {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 338, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
body.dashboard .job-meta > div i {
  color: #0C6B1F;
  font-size: 14px;
  width: 16px;
  text-align: center;
}

/* line 347, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
body.dashboard .job-card-footer {
  display: flex;
  gap: 12px;
  align-items: center;
}

@media (max-width: 600px) {
  /* line 347, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
  body.dashboard .job-card-footer {
    flex-direction: column;
    gap: 8px;
  }
  /* line 356, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
  body.dashboard .job-card-footer .btn {
    width: 100%;
  }
}

/* line 366, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
body.dashboard .empty-state {
  text-align: center;
  padding: 48px 24px;
  background: linear-gradient(135deg, rgba(245, 245, 245, 0.5) 0%, #fff 100%);
  border-radius: 12px;
}

@media (max-width: 600px) {
  /* line 366, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
  body.dashboard .empty-state {
    padding: 32px 16px;
  }
}

/* line 377, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
body.dashboard .empty-state-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(12, 107, 31, 0.12) 0%, rgba(12, 107, 31, 0.06) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 600px) {
  /* line 377, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
  body.dashboard .empty-state-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 16px;
  }
}

/* line 393, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
body.dashboard .empty-state-icon i {
  font-size: 40px;
  color: #0C6B1F;
}

@media (max-width: 600px) {
  /* line 393, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
  body.dashboard .empty-state-icon i {
    font-size: 32px;
  }
}

/* line 403, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
body.dashboard .empty-state-message {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #474747;
  margin: 0 0 24px 0;
  line-height: 1.5;
}

@media (max-width: 600px) {
  /* line 403, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
  body.dashboard .empty-state-message {
    font-size: 14px;
  }
}

/* line 420, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
body.dashboard .chatbot-widget {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 1000;
}

@media (max-width: 600px) {
  /* line 420, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
  body.dashboard .chatbot-widget {
    bottom: 16px;
    right: 16px;
  }
}

/* line 432, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
body.dashboard .chatbot-trigger {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #0C6B1F;
  box-shadow: 0 4px 20px rgba(12, 107, 31, 0.4);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease;
  position: relative;
  padding: 0;
  overflow: hidden;
}

@media (max-width: 600px) {
  /* line 432, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
  body.dashboard .chatbot-trigger {
    width: 56px;
    height: 56px;
  }
}

/* line 453, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
body.dashboard .chatbot-trigger .chatbot-avatar {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

/* line 460, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
body.dashboard .chatbot-trigger:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 28px rgba(12, 107, 31, 0.5);
  border-color: #084614;
}

/* line 466, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
body.dashboard .chatbot-trigger:active {
  transform: scale(0.95);
}

/* line 471, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
body.dashboard .chatbot-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  background: #F59E0B;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 6px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(245, 158, 11, 0.4);
}

/* line 489, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
body.dashboard .btn-primary {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  background: linear-gradient(135deg, #0C6B1F 0%, #084614 100%);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 12px 24px;
  font-size: 15px;
  transition: all 200ms ease;
  box-shadow: 0 4px 12px rgba(12, 107, 31, 0.25);
  text-decoration: none;
  display: inline-block;
}

/* line 503, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
body.dashboard .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(12, 107, 31, 0.35);
  background: linear-gradient(135deg, #0a591a 0%, #06340f 100%);
}

/* line 509, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
body.dashboard .btn-primary.btn-sm {
  padding: 8px 16px;
  font-size: 14px;
}

/* line 515, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
body.dashboard .btn-secondary {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  background: #fff;
  color: #0C6B1F;
  border: 2px solid rgba(12, 107, 31, 0.25);
  border-radius: 10px;
  padding: 12px 24px;
  font-size: 15px;
  transition: all 200ms ease;
  text-decoration: none;
  display: inline-block;
}

/* line 528, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
body.dashboard .btn-secondary:hover {
  background: rgba(12, 107, 31, 0.08);
  border-color: rgba(12, 107, 31, 0.4);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(12, 107, 31, 0.2);
}

/* line 535, app/assets/stylesheets/application/pages/concepts/dashboard/components/_worker_dashboard.scss */
body.dashboard .btn-secondary.btn-sm {
  padding: 8px 16px;
  font-size: 14px;
}

/* line 7, app/assets/stylesheets/application/pages/concepts/dashboard/_assignment_renew_warning.scss */
body.dashboard .assignment-renew-warning section.card {
  margin: 10px -23px 16px;
  padding: 10px 9px;
}

@media (min-width: 601px) {
  /* line 7, app/assets/stylesheets/application/pages/concepts/dashboard/_assignment_renew_warning.scss */
  body.dashboard .assignment-renew-warning section.card {
    margin: 10px 0 16px;
  }
}

/* line 15, app/assets/stylesheets/application/pages/concepts/dashboard/_assignment_renew_warning.scss */
body.dashboard .assignment-renew-warning section.card > footer {
  padding-top: 5px;
}

/* line 18, app/assets/stylesheets/application/pages/concepts/dashboard/_assignment_renew_warning.scss */
body.dashboard .assignment-renew-warning section.card > footer .show {
  display: block;
}

/* line 21, app/assets/stylesheets/application/pages/concepts/dashboard/_assignment_renew_warning.scss */
body.dashboard .assignment-renew-warning section.card > footer .show:after {
  transform: translateY(-25%) translateX(3px) rotate(-45deg) scale(-1, 1);
  border: solid lightgrey;
  border-width: 0 2px 2px 0;
  display: inline-block;
  transition: transform 200ms ease-in-out, border-color 200ms ease-in-out;
  padding: 3px;
  content: '';
  transform-origin: center center;
  vertical-align: middle;
  margin: 4px;
}

/* line 27, app/assets/stylesheets/application/pages/concepts/dashboard/_assignment_renew_warning.scss */
body.dashboard .assignment-renew-warning section.card > footer .hide {
  display: none;
}

/* line 30, app/assets/stylesheets/application/pages/concepts/dashboard/_assignment_renew_warning.scss */
body.dashboard .assignment-renew-warning section.card > footer .hide:after {
  transform: translateY(25%) translateX(3px) rotate(-135deg);
  border: solid lightgrey;
  border-width: 0 2px 2px 0;
  display: inline-block;
  transition: transform 200ms ease-in-out, border-color 200ms ease-in-out;
  padding: 3px;
  content: '';
  transform-origin: center center;
  vertical-align: middle;
  margin: 4px;
}

@media (min-width: 1100px) {
  /* line 38, app/assets/stylesheets/application/pages/concepts/dashboard/_assignment_renew_warning.scss */
  body.dashboard .assignment-renew-warning .renewal-grid {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto;
    grid-gap: 11px;
    align-items: center;
    row-gap: 11px;
    padding: 5px 0;
  }
}

/* line 49, app/assets/stylesheets/application/pages/concepts/dashboard/_assignment_renew_warning.scss */
body.dashboard .assignment-renew-warning .assignment-to-renew {
  display: none;
  grid-template-areas: 'img desc id' 'info info ribbon' 'renew renew renew' 'terms terms terms' 'hr hr hr';
  grid-template-columns: 43px auto max-content;
  grid-gap: 10px;
  padding: 10px 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.64;
  letter-spacing: normal;
  max-width: 600px;
  margin: 0 auto;
}

@media (min-width: 601px) {
  /* line 49, app/assets/stylesheets/application/pages/concepts/dashboard/_assignment_renew_warning.scss */
  body.dashboard .assignment-renew-warning .assignment-to-renew {
    grid-template-areas: 'img desc desc id' 'info info ribbon renew' 'terms terms terms terms' 'hr hr hr hr';
    grid-template-columns: 43px auto 18px max-content;
  }
}

/* line 76, app/assets/stylesheets/application/pages/concepts/dashboard/_assignment_renew_warning.scss */
body.dashboard .assignment-renew-warning .assignment-to-renew:nth-child(-n+2) {
  display: grid;
}

@media (min-width: 1100px) {
  /* line 76, app/assets/stylesheets/application/pages/concepts/dashboard/_assignment_renew_warning.scss */
  body.dashboard .assignment-renew-warning .assignment-to-renew:nth-child(-n+2) {
    display: contents;
  }
}

/* line 84, app/assets/stylesheets/application/pages/concepts/dashboard/_assignment_renew_warning.scss */
body.dashboard .assignment-renew-warning .assignment-to-renew > hr {
  grid-area: hr;
  height: 1px;
  width: 100%;
  margin: 0;
}

@media (min-width: 1100px) {
  /* line 84, app/assets/stylesheets/application/pages/concepts/dashboard/_assignment_renew_warning.scss */
  body.dashboard .assignment-renew-warning .assignment-to-renew > hr {
    grid-area: initial;
    grid-column: 1 / -1;
  }
}

/* line 96, app/assets/stylesheets/application/pages/concepts/dashboard/_assignment_renew_warning.scss */
body.dashboard .assignment-renew-warning .assignment-to-renew > .id {
  grid-area: id;
  justify-self: flex-end;
}

@media (min-width: 1100px) {
  /* line 96, app/assets/stylesheets/application/pages/concepts/dashboard/_assignment_renew_warning.scss */
  body.dashboard .assignment-renew-warning .assignment-to-renew > .id {
    grid-area: initial;
    justify-self: flex-start;
  }
}

/* line 106, app/assets/stylesheets/application/pages/concepts/dashboard/_assignment_renew_warning.scss */
body.dashboard .assignment-renew-warning .assignment-to-renew > .img {
  grid-area: img;
  width: 43px;
}

@media (min-width: 1100px) {
  /* line 106, app/assets/stylesheets/application/pages/concepts/dashboard/_assignment_renew_warning.scss */
  body.dashboard .assignment-renew-warning .assignment-to-renew > .img {
    grid-area: initial;
  }
}

/* line 114, app/assets/stylesheets/application/pages/concepts/dashboard/_assignment_renew_warning.scss */
body.dashboard .assignment-renew-warning .assignment-to-renew > .img img {
  width: 100%;
}

/* line 119, app/assets/stylesheets/application/pages/concepts/dashboard/_assignment_renew_warning.scss */
body.dashboard .assignment-renew-warning .assignment-to-renew > .description {
  grid-area: desc;
}

@media (min-width: 1100px) {
  /* line 119, app/assets/stylesheets/application/pages/concepts/dashboard/_assignment_renew_warning.scss */
  body.dashboard .assignment-renew-warning .assignment-to-renew > .description {
    grid-area: initial;
  }
}

/* line 126, app/assets/stylesheets/application/pages/concepts/dashboard/_assignment_renew_warning.scss */
body.dashboard .assignment-renew-warning .assignment-to-renew > .description .name {
  font-size: 16px;
  width: 100%;
}

/* line 132, app/assets/stylesheets/application/pages/concepts/dashboard/_assignment_renew_warning.scss */
body.dashboard .assignment-renew-warning .assignment-to-renew > .description .assigned span.for-desktop {
  margin-right: 2px;
}

/* line 141, app/assets/stylesheets/application/pages/concepts/dashboard/_assignment_renew_warning.scss */
body.dashboard .assignment-renew-warning .assignment-to-renew > .info {
  grid-area: info;
}

@media (min-width: 1100px) {
  /* line 141, app/assets/stylesheets/application/pages/concepts/dashboard/_assignment_renew_warning.scss */
  body.dashboard .assignment-renew-warning .assignment-to-renew > .info {
    grid-area: initial;
  }
}

/* line 152, app/assets/stylesheets/application/pages/concepts/dashboard/_assignment_renew_warning.scss */
body.dashboard .assignment-renew-warning .assignment-to-renew > .ribbon {
  grid-area: ribbon;
  align-self: center;
  justify-self: flex-end;
}

@media (min-width: 1100px) {
  /* line 152, app/assets/stylesheets/application/pages/concepts/dashboard/_assignment_renew_warning.scss */
  body.dashboard .assignment-renew-warning .assignment-to-renew > .ribbon {
    grid-area: initial;
  }
}

/* line 162, app/assets/stylesheets/application/pages/concepts/dashboard/_assignment_renew_warning.scss */
body.dashboard .assignment-renew-warning .assignment-to-renew > .renew {
  grid-area: renew;
}

@media (min-width: 1100px) {
  /* line 162, app/assets/stylesheets/application/pages/concepts/dashboard/_assignment_renew_warning.scss */
  body.dashboard .assignment-renew-warning .assignment-to-renew > .renew {
    grid-area: initial;
  }
}

/* line 169, app/assets/stylesheets/application/pages/concepts/dashboard/_assignment_renew_warning.scss */
body.dashboard .assignment-renew-warning .assignment-to-renew > .renew:empty {
  display: none;
}

/* line 173, app/assets/stylesheets/application/pages/concepts/dashboard/_assignment_renew_warning.scss */
body.dashboard .assignment-renew-warning .assignment-to-renew > .renew .btn {
  width: 100%;
}

/* line 178, app/assets/stylesheets/application/pages/concepts/dashboard/_assignment_renew_warning.scss */
body.dashboard .assignment-renew-warning .assignment-to-renew > .terms-links {
  grid-area: terms;
}

/* line 181, app/assets/stylesheets/application/pages/concepts/dashboard/_assignment_renew_warning.scss */
body.dashboard .assignment-renew-warning .assignment-to-renew > .terms-links a {
  display: inline-block;
}

/* line 184, app/assets/stylesheets/application/pages/concepts/dashboard/_assignment_renew_warning.scss */
body.dashboard .assignment-renew-warning .assignment-to-renew > .terms-links a:after {
  display: inline-block;
  content: "|";
  margin: 0 5px;
}

/* line 190, app/assets/stylesheets/application/pages/concepts/dashboard/_assignment_renew_warning.scss */
body.dashboard .assignment-renew-warning .assignment-to-renew > .terms-links a:last-of-type:after {
  display: none;
}

@media (min-width: 1100px) {
  /* line 178, app/assets/stylesheets/application/pages/concepts/dashboard/_assignment_renew_warning.scss */
  body.dashboard .assignment-renew-warning .assignment-to-renew > .terms-links {
    grid-area: initial;
  }
  /* line 198, app/assets/stylesheets/application/pages/concepts/dashboard/_assignment_renew_warning.scss */
  body.dashboard .assignment-renew-warning .assignment-to-renew > .terms-links a {
    display: block;
  }
  /* line 201, app/assets/stylesheets/application/pages/concepts/dashboard/_assignment_renew_warning.scss */
  body.dashboard .assignment-renew-warning .assignment-to-renew > .terms-links a:after {
    display: none;
  }
}

/* line 209, app/assets/stylesheets/application/pages/concepts/dashboard/_assignment_renew_warning.scss */
body.dashboard .assignment-renew-warning .for-desktop {
  display: none;
}

@media (min-width: 601px) {
  /* line 209, app/assets/stylesheets/application/pages/concepts/dashboard/_assignment_renew_warning.scss */
  body.dashboard .assignment-renew-warning .for-desktop {
    display: inline;
  }
}

/* line 217, app/assets/stylesheets/application/pages/concepts/dashboard/_assignment_renew_warning.scss */
body.dashboard .assignment-renew-warning .for-mobile {
  display: inline;
}

@media (min-width: 601px) {
  /* line 217, app/assets/stylesheets/application/pages/concepts/dashboard/_assignment_renew_warning.scss */
  body.dashboard .assignment-renew-warning .for-mobile {
    display: none;
  }
}

/* line 226, app/assets/stylesheets/application/pages/concepts/dashboard/_assignment_renew_warning.scss */
body.dashboard .assignment-renew-warning.open section.card .assignment-to-renew {
  display: grid;
}

@media (min-width: 1100px) {
  /* line 226, app/assets/stylesheets/application/pages/concepts/dashboard/_assignment_renew_warning.scss */
  body.dashboard .assignment-renew-warning.open section.card .assignment-to-renew {
    display: contents;
  }
}

/* line 235, app/assets/stylesheets/application/pages/concepts/dashboard/_assignment_renew_warning.scss */
body.dashboard .assignment-renew-warning.open section.card > footer .show {
  display: none;
}

/* line 239, app/assets/stylesheets/application/pages/concepts/dashboard/_assignment_renew_warning.scss */
body.dashboard .assignment-renew-warning.open section.card > footer .hide {
  display: block;
}

/* line 2, app/assets/stylesheets/application/pages/concepts/dashboard/_job_applications.scss */
body.dashboard section.job-applications {
  margin-bottom: 25px;
}

/* line 9, app/assets/stylesheets/application/pages/concepts/dashboard/_job_applications.scss */
body.dashboard section.job-applications .applications-container {
  margin: 10px -23px 16px;
}

@media (min-width: 601px) {
  /* line 9, app/assets/stylesheets/application/pages/concepts/dashboard/_job_applications.scss */
  body.dashboard section.job-applications .applications-container {
    margin: 10px 0 16px;
  }
}

/* line 1, app/assets/stylesheets/application/pages/concepts/dashboard/../jobs/_job_highlights.scss */
body.dashboard section.job-applications .applications-container ul.job-highlights {
  margin: 0;
  padding: 0 27px;
}

@media (min-width: 601px) {
  /* line 1, app/assets/stylesheets/application/pages/concepts/dashboard/../jobs/_job_highlights.scss */
  body.dashboard section.job-applications .applications-container ul.job-highlights {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 900px) {
  /* line 1, app/assets/stylesheets/application/pages/concepts/dashboard/../jobs/_job_highlights.scss */
  body.dashboard section.job-applications .applications-container ul.job-highlights {
    justify-content: space-between;
    align-items: flex-start;
    grid-template-columns: minmax(15%, max-content) minmax(15%, max-content) minmax(15%, max-content) minmax(15%, max-content);
  }
}

/* line 22, app/assets/stylesheets/application/pages/concepts/dashboard/../jobs/_job_highlights.scss */
body.dashboard section.job-applications .applications-container ul.job-highlights li {
  margin: 20px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 1 25%;
}

@media (min-width: 601px) {
  /* line 22, app/assets/stylesheets/application/pages/concepts/dashboard/../jobs/_job_highlights.scss */
  body.dashboard section.job-applications .applications-container ul.job-highlights li {
    align-items: flex-start;
    margin: 0;
  }
}

/* line 34, app/assets/stylesheets/application/pages/concepts/dashboard/../jobs/_job_highlights.scss */
body.dashboard section.job-applications .applications-container ul.job-highlights li h5 {
  display: block;
  font-size: 14px;
  font-weight: 500;
  font-family: "PublicSans", sans-serif;
  color: #474747;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* line 44, app/assets/stylesheets/application/pages/concepts/dashboard/../jobs/_job_highlights.scss */
body.dashboard section.job-applications .applications-container ul.job-highlights li span {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-weight: 600;
  font-family: "PublicSans", sans-serif;
  color: #13311a;
}

/* line 52, app/assets/stylesheets/application/pages/concepts/dashboard/../jobs/_job_highlights.scss */
body.dashboard section.job-applications .applications-container ul.job-highlights li span .extra {
  margin-top: 1px;
}

/* line 56, app/assets/stylesheets/application/pages/concepts/dashboard/../jobs/_job_highlights.scss */
body.dashboard section.job-applications .applications-container ul.job-highlights li.location {
  flex: 1 1 35%;
}

/* line 59, app/assets/stylesheets/application/pages/concepts/dashboard/../jobs/_job_highlights.scss */
body.dashboard section.job-applications .applications-container ul.job-highlights li.start-date {
  flex: 1 1 15%;
}

/* line 64, app/assets/stylesheets/application/pages/concepts/dashboard/../jobs/_job_highlights.scss */
body.dashboard section.job-applications .applications-container ul.job-highlights li.obfuscate span {
  filter: drop-shadow(3px 2px 6px #000) blur(5px);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 17, app/assets/stylesheets/application/pages/concepts/dashboard/_job_applications.scss */
body.dashboard section.job-applications .applications-container .card.job-application {
  margin-bottom: 6px;
}

@media (min-width: 1100px) {
  /* line 17, app/assets/stylesheets/application/pages/concepts/dashboard/_job_applications.scss */
  body.dashboard section.job-applications .applications-container .card.job-application {
    display: flex;
  }
}

/* line 24, app/assets/stylesheets/application/pages/concepts/dashboard/_job_applications.scss */
body.dashboard section.job-applications .applications-container .card.job-application:nth-child(n+3) {
  display: none;
}

/* line 28, app/assets/stylesheets/application/pages/concepts/dashboard/_job_applications.scss */
body.dashboard section.job-applications .applications-container .card.job-application .state {
  font-size: 16px;
  padding: 12px 15px;
  margin: 0 auto;
  align-content: center;
  justify-content: center;
  display: inline-grid;
}

@media (min-width: 1100px) {
  /* line 28, app/assets/stylesheets/application/pages/concepts/dashboard/_job_applications.scss */
  body.dashboard section.job-applications .applications-container .card.job-application .state {
    padding: 12px 20px;
    text-align: center;
    flex: 0 0 108px;
  }
}

@media (min-width: 1100px) {
  /* line 42, app/assets/stylesheets/application/pages/concepts/dashboard/_job_applications.scss */
  body.dashboard section.job-applications .applications-container .card.job-application article.job {
    padding: 18px 25px;
    flex: 1 0;
  }
}

/* line 48, app/assets/stylesheets/application/pages/concepts/dashboard/_job_applications.scss */
body.dashboard section.job-applications .applications-container .card.job-application article.job > header {
  padding: 15px;
}

/* line 51, app/assets/stylesheets/application/pages/concepts/dashboard/_job_applications.scss */
body.dashboard section.job-applications .applications-container .card.job-application article.job > header .job-title {
  font-size: 17px;
  line-height: 1.59;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
}

/* line 58, app/assets/stylesheets/application/pages/concepts/dashboard/_job_applications.scss */
body.dashboard section.job-applications .applications-container .card.job-application article.job > header .company {
  font-size: 12px;
  line-height: 1.67;
  margin: 0;
  padding: 0;
}

@media (min-width: 1100px) {
  /* line 48, app/assets/stylesheets/application/pages/concepts/dashboard/_job_applications.scss */
  body.dashboard section.job-applications .applications-container .card.job-application article.job > header {
    padding: 0;
  }
  /* line 68, app/assets/stylesheets/application/pages/concepts/dashboard/_job_applications.scss */
  body.dashboard section.job-applications .applications-container .card.job-application article.job > header .job-title, body.dashboard section.job-applications .applications-container .card.job-application article.job > header .company {
    font-size: 18px;
    line-height: 1.11;
    letter-spacing: normal;
    margin: 0;
    padding: 0;
    display: inline;
  }
  /* line 77, app/assets/stylesheets/application/pages/concepts/dashboard/_job_applications.scss */
  body.dashboard section.job-applications .applications-container .card.job-application article.job > header .company::before {
    content: ' (';
    display: inline;
  }
  /* line 81, app/assets/stylesheets/application/pages/concepts/dashboard/_job_applications.scss */
  body.dashboard section.job-applications .applications-container .card.job-application article.job > header .company::after {
    content: ')';
    display: inline;
  }
}

/* line 89, app/assets/stylesheets/application/pages/concepts/dashboard/_job_applications.scss */
body.dashboard section.job-applications .applications-container .card.job-application ul.job-highlights {
  padding: 1px 15px;
}

@media (min-width: 1100px) {
  /* line 89, app/assets/stylesheets/application/pages/concepts/dashboard/_job_applications.scss */
  body.dashboard section.job-applications .applications-container .card.job-application ul.job-highlights {
    background: none;
    padding: 0;
  }
  /* line 96, app/assets/stylesheets/application/pages/concepts/dashboard/_job_applications.scss */
  body.dashboard section.job-applications .applications-container .card.job-application ul.job-highlights li {
    margin-bottom: 0;
  }
}

/* line 103, app/assets/stylesheets/application/pages/concepts/dashboard/_job_applications.scss */
body.dashboard section.job-applications > footer {
  padding-top: 5px;
}

/* line 106, app/assets/stylesheets/application/pages/concepts/dashboard/_job_applications.scss */
body.dashboard section.job-applications > footer .show {
  display: block;
}

/* line 109, app/assets/stylesheets/application/pages/concepts/dashboard/_job_applications.scss */
body.dashboard section.job-applications > footer .show:after {
  transform: translateY(-25%) translateX(3px) rotate(-45deg) scale(-1, 1);
  border: solid lightgrey;
  border-width: 0 2px 2px 0;
  display: inline-block;
  transition: transform 200ms ease-in-out, border-color 200ms ease-in-out;
  padding: 3px;
  content: '';
  transform-origin: center center;
  vertical-align: middle;
  margin: 4px;
}

/* line 115, app/assets/stylesheets/application/pages/concepts/dashboard/_job_applications.scss */
body.dashboard section.job-applications > footer .hide {
  display: none;
}

/* line 118, app/assets/stylesheets/application/pages/concepts/dashboard/_job_applications.scss */
body.dashboard section.job-applications > footer .hide:after {
  transform: translateY(25%) translateX(3px) rotate(-135deg);
  border: solid lightgrey;
  border-width: 0 2px 2px 0;
  display: inline-block;
  transition: transform 200ms ease-in-out, border-color 200ms ease-in-out;
  padding: 3px;
  content: '';
  transform-origin: center center;
  vertical-align: middle;
  margin: 4px;
}

/* line 126, app/assets/stylesheets/application/pages/concepts/dashboard/_job_applications.scss */
body.dashboard section.job-applications.open .applications-container .card.job-application {
  display: block;
}

@media (min-width: 1100px) {
  /* line 126, app/assets/stylesheets/application/pages/concepts/dashboard/_job_applications.scss */
  body.dashboard section.job-applications.open .applications-container .card.job-application {
    display: flex;
  }
}

/* line 135, app/assets/stylesheets/application/pages/concepts/dashboard/_job_applications.scss */
body.dashboard section.job-applications.open > footer .show {
  display: none;
}

/* line 139, app/assets/stylesheets/application/pages/concepts/dashboard/_job_applications.scss */
body.dashboard section.job-applications.open > footer .hide {
  display: block;
}

/* line 4, app/assets/stylesheets/application/pages/concepts/dashboard/_contracts_and_requirements.scss */
body.dashboard .main .contract-warning, body.dashboard .main .requirements, body.dashboard .main .incomplete-requirements {
  padding: 16px;
}

/* line 8, app/assets/stylesheets/application/pages/concepts/dashboard/_contracts_and_requirements.scss */
body.dashboard .main .contract-warning, body.dashboard .main .requirements, body.dashboard .main .incomplete-requirements {
  align-items: center;
  display: flex;
  position: relative;
}

@media (max-width: 600px) {
  /* line 8, app/assets/stylesheets/application/pages/concepts/dashboard/_contracts_and_requirements.scss */
  body.dashboard .main .contract-warning, body.dashboard .main .requirements, body.dashboard .main .incomplete-requirements {
    display: block;
  }
}

/* line 17, app/assets/stylesheets/application/pages/concepts/dashboard/_contracts_and_requirements.scss */
body.dashboard .main .contract-warning .icon, body.dashboard .main .contract-warning .mobile-icon, body.dashboard .main .requirements .icon, body.dashboard .main .requirements .mobile-icon, body.dashboard .main .incomplete-requirements .icon, body.dashboard .main .incomplete-requirements .mobile-icon {
  flex: 0 0 auto;
  position: relative;
}

/* line 21, app/assets/stylesheets/application/pages/concepts/dashboard/_contracts_and_requirements.scss */
body.dashboard .main .contract-warning .icon:before, body.dashboard .main .contract-warning .mobile-icon:before, body.dashboard .main .requirements .icon:before, body.dashboard .main .requirements .mobile-icon:before, body.dashboard .main .incomplete-requirements .icon:before, body.dashboard .main .incomplete-requirements .mobile-icon:before {
  display: inline;
  content: '\f12a';
  line-height: 1;
  position: absolute;
}

/* line 29, app/assets/stylesheets/application/pages/concepts/dashboard/_contracts_and_requirements.scss */
body.dashboard .main .contract-warning .icon, body.dashboard .main .requirements .icon, body.dashboard .main .incomplete-requirements .icon {
  height: 50px;
  width: 50px;
}

@media (max-width: 600px) {
  /* line 29, app/assets/stylesheets/application/pages/concepts/dashboard/_contracts_and_requirements.scss */
  body.dashboard .main .contract-warning .icon, body.dashboard .main .requirements .icon, body.dashboard .main .incomplete-requirements .icon {
    display: none;
  }
}

/* line 37, app/assets/stylesheets/application/pages/concepts/dashboard/_contracts_and_requirements.scss */
body.dashboard .main .contract-warning .icon:before, body.dashboard .main .requirements .icon:before, body.dashboard .main .incomplete-requirements .icon:before {
  font-size: 25px;
  left: 21px;
  top: 14px;
}

/* line 44, app/assets/stylesheets/application/pages/concepts/dashboard/_contracts_and_requirements.scss */
body.dashboard .main .contract-warning .mobile-icon, body.dashboard .main .requirements .mobile-icon, body.dashboard .main .incomplete-requirements .mobile-icon {
  display: inline-block;
  margin-right: 6px;
  top: 6px;
  height: 20px;
  width: 20px;
}

@media (min-width: 601px) {
  /* line 44, app/assets/stylesheets/application/pages/concepts/dashboard/_contracts_and_requirements.scss */
  body.dashboard .main .contract-warning .mobile-icon, body.dashboard .main .requirements .mobile-icon, body.dashboard .main .incomplete-requirements .mobile-icon {
    display: none;
  }
}

/* line 56, app/assets/stylesheets/application/pages/concepts/dashboard/_contracts_and_requirements.scss */
body.dashboard .main .contract-warning .mobile-icon:before, body.dashboard .main .requirements .mobile-icon:before, body.dashboard .main .incomplete-requirements .mobile-icon:before {
  font-size: 14px;
  left: 8px;
  top: 3px;
}

/* line 63, app/assets/stylesheets/application/pages/concepts/dashboard/_contracts_and_requirements.scss */
body.dashboard .main .contract-warning .content, body.dashboard .main .requirements .content, body.dashboard .main .incomplete-requirements .content {
  padding: 0 8px;
}

@media (max-width: 600px) {
  /* line 63, app/assets/stylesheets/application/pages/concepts/dashboard/_contracts_and_requirements.scss */
  body.dashboard .main .contract-warning .content, body.dashboard .main .requirements .content, body.dashboard .main .incomplete-requirements .content {
    padding: 0 0 8px;
  }
}

/* line 70, app/assets/stylesheets/application/pages/concepts/dashboard/_contracts_and_requirements.scss */
body.dashboard .main .contract-warning .content .title, body.dashboard .main .requirements .content .title, body.dashboard .main .incomplete-requirements .content .title {
  font-size: 16px;
}

@media (max-width: 600px) {
  /* line 70, app/assets/stylesheets/application/pages/concepts/dashboard/_contracts_and_requirements.scss */
  body.dashboard .main .contract-warning .content .title, body.dashboard .main .requirements .content .title, body.dashboard .main .incomplete-requirements .content .title {
    display: inline-block;
  }
}

/* line 78, app/assets/stylesheets/application/pages/concepts/dashboard/_contracts_and_requirements.scss */
body.dashboard .main .contract-warning .content .text, body.dashboard .main .requirements .content .text, body.dashboard .main .incomplete-requirements .content .text {
  font-size: 14px;
}

/* line 83, app/assets/stylesheets/application/pages/concepts/dashboard/_contracts_and_requirements.scss */
body.dashboard .main .contract-warning .ctas, body.dashboard .main .requirements .ctas, body.dashboard .main .incomplete-requirements .ctas {
  flex: 0 0 auto;
  margin-left: auto;
}

/* line 87, app/assets/stylesheets/application/pages/concepts/dashboard/_contracts_and_requirements.scss */
body.dashboard .main .contract-warning .ctas .button, body.dashboard .main .contract-warning .ctas body.profiles .add, body.profiles body.dashboard .main .contract-warning .ctas .add, body.dashboard .main .requirements .ctas .button, body.dashboard .main .requirements .ctas body.profiles .add, body.profiles body.dashboard .main .requirements .ctas .add, body.dashboard .main .incomplete-requirements .ctas .button, body.dashboard .main .incomplete-requirements .ctas body.profiles .add, body.profiles body.dashboard .main .incomplete-requirements .ctas .add {
  line-height: 2.14;
  padding: 4px 16px;
}

/* line 91, app/assets/stylesheets/application/pages/concepts/dashboard/_contracts_and_requirements.scss */
body.dashboard .main .contract-warning .ctas .button.secondary, body.dashboard .main .contract-warning .ctas body.profiles .add, body.profiles body.dashboard .main .contract-warning .ctas .add, body.dashboard .main .requirements .ctas .button.secondary, body.dashboard .main .requirements .ctas body.profiles .add, body.profiles body.dashboard .main .requirements .ctas .add, body.dashboard .main .incomplete-requirements .ctas .button.secondary, body.dashboard .main .incomplete-requirements .ctas body.profiles .add, body.profiles body.dashboard .main .incomplete-requirements .ctas .add {
  margin-left: 8px;
}

@media (max-width: 600px) {
  /* line 87, app/assets/stylesheets/application/pages/concepts/dashboard/_contracts_and_requirements.scss */
  body.dashboard .main .contract-warning .ctas .button, body.dashboard .main .contract-warning .ctas body.profiles .add, body.profiles body.dashboard .main .contract-warning .ctas .add, body.dashboard .main .requirements .ctas .button, body.dashboard .main .requirements .ctas body.profiles .add, body.profiles body.dashboard .main .requirements .ctas .add, body.dashboard .main .incomplete-requirements .ctas .button, body.dashboard .main .incomplete-requirements .ctas body.profiles .add, body.profiles body.dashboard .main .incomplete-requirements .ctas .add {
    text-align: center;
    display: block;
  }
  /* line 99, app/assets/stylesheets/application/pages/concepts/dashboard/_contracts_and_requirements.scss */
  body.dashboard .main .contract-warning .ctas .button.secondary, body.dashboard .main .contract-warning .ctas body.profiles .add, body.profiles body.dashboard .main .contract-warning .ctas .add, body.dashboard .main .requirements .ctas .button.secondary, body.dashboard .main .requirements .ctas body.profiles .add, body.profiles body.dashboard .main .requirements .ctas .add, body.dashboard .main .incomplete-requirements .ctas .button.secondary, body.dashboard .main .incomplete-requirements .ctas body.profiles .add, body.profiles body.dashboard .main .incomplete-requirements .ctas .add {
    margin-top: 8px;
    margin-left: 0;
  }
}

/* line 108, app/assets/stylesheets/application/pages/concepts/dashboard/_contracts_and_requirements.scss */
body.dashboard .main .contract-warning + section:not(.requirements) {
  margin-top: 16px;
}

/* line 113, app/assets/stylesheets/application/pages/concepts/dashboard/_contracts_and_requirements.scss */
body.dashboard .main .contract-warning + .requirements:before {
  content: '';
  position: absolute;
  top: 0;
  left: 16px;
  height: 1px;
  width: calc(100% - 32px);
}

/* line 123, app/assets/stylesheets/application/pages/concepts/dashboard/_contracts_and_requirements.scss */
body.dashboard .main .requirements, body.dashboard .main .incomplete-requirements {
  margin-bottom: 16px;
  position: relative;
}

/* line 129, app/assets/stylesheets/application/pages/concepts/dashboard/_contracts_and_requirements.scss */
body.dashboard .main .incomplete-requirements .ctas {
  text-align: center;
}

/* line 132, app/assets/stylesheets/application/pages/concepts/dashboard/_contracts_and_requirements.scss */
body.dashboard .main .incomplete-requirements .ctas .remove {
  display: block;
  margin-top: 8px;
}

/* line 4, app/assets/stylesheets/application/pages/concepts/dashboard/_draft_jobs.scss */
body.dashboard .main .draft-jobs {
  margin-bottom: 24px;
}

/* line 1, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.dashboard .main .draft-jobs .job-list {
  display: flex;
  flex-wrap: wrap;
}

/* line 1, app/assets/stylesheets/application/pages/concepts/jobs/_job_highlights.scss */
body.dashboard .main .draft-jobs .job-list ul.job-highlights {
  margin: 0;
  padding: 0 27px;
}

@media (min-width: 601px) {
  /* line 1, app/assets/stylesheets/application/pages/concepts/jobs/_job_highlights.scss */
  body.dashboard .main .draft-jobs .job-list ul.job-highlights {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 900px) {
  /* line 1, app/assets/stylesheets/application/pages/concepts/jobs/_job_highlights.scss */
  body.dashboard .main .draft-jobs .job-list ul.job-highlights {
    justify-content: space-between;
    align-items: flex-start;
    grid-template-columns: minmax(15%, max-content) minmax(15%, max-content) minmax(15%, max-content) minmax(15%, max-content);
  }
}

/* line 22, app/assets/stylesheets/application/pages/concepts/jobs/_job_highlights.scss */
body.dashboard .main .draft-jobs .job-list ul.job-highlights li {
  margin: 20px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 1 25%;
}

@media (min-width: 601px) {
  /* line 22, app/assets/stylesheets/application/pages/concepts/jobs/_job_highlights.scss */
  body.dashboard .main .draft-jobs .job-list ul.job-highlights li {
    align-items: flex-start;
    margin: 0;
  }
}

/* line 34, app/assets/stylesheets/application/pages/concepts/jobs/_job_highlights.scss */
body.dashboard .main .draft-jobs .job-list ul.job-highlights li h5 {
  display: block;
  font-size: 14px;
  font-weight: 500;
  font-family: "PublicSans", sans-serif;
  color: #474747;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* line 44, app/assets/stylesheets/application/pages/concepts/jobs/_job_highlights.scss */
body.dashboard .main .draft-jobs .job-list ul.job-highlights li span {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-weight: 600;
  font-family: "PublicSans", sans-serif;
  color: #13311a;
}

/* line 52, app/assets/stylesheets/application/pages/concepts/jobs/_job_highlights.scss */
body.dashboard .main .draft-jobs .job-list ul.job-highlights li span .extra {
  margin-top: 1px;
}

/* line 56, app/assets/stylesheets/application/pages/concepts/jobs/_job_highlights.scss */
body.dashboard .main .draft-jobs .job-list ul.job-highlights li.location {
  flex: 1 1 35%;
}

/* line 59, app/assets/stylesheets/application/pages/concepts/jobs/_job_highlights.scss */
body.dashboard .main .draft-jobs .job-list ul.job-highlights li.start-date {
  flex: 1 1 15%;
}

/* line 64, app/assets/stylesheets/application/pages/concepts/jobs/_job_highlights.scss */
body.dashboard .main .draft-jobs .job-list ul.job-highlights li.obfuscate span {
  filter: drop-shadow(3px 2px 6px #000) blur(5px);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 1, app/assets/stylesheets/application/pages/concepts/jobs/_sign-up-to-see-more.scss */
body.dashboard .main .draft-jobs .job-list .banner-sign-up-see-more-job-details {
  flex: 1 1 100%;
  margin-bottom: 16px;
  border-radius: 25px;
  color: #fff;
  padding: 24px;
  font-size: 18px;
  z-index: 0;
  position: relative;
  background-color: transparent;
}

@media (min-width: 601px) {
  /* line 1, app/assets/stylesheets/application/pages/concepts/jobs/_sign-up-to-see-more.scss */
  body.dashboard .main .draft-jobs .job-list .banner-sign-up-see-more-job-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    font-size: 24px;
    padding: 48px;
  }
}

/* line 21, app/assets/stylesheets/application/pages/concepts/jobs/_sign-up-to-see-more.scss */
body.dashboard .main .draft-jobs .job-list .banner-sign-up-see-more-job-details:before, body.dashboard .main .draft-jobs .job-list .banner-sign-up-see-more-job-details:after {
  border-radius: 25px;
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 32, app/assets/stylesheets/application/pages/concepts/jobs/_sign-up-to-see-more.scss */
body.dashboard .main .draft-jobs .job-list .banner-sign-up-see-more-job-details:before {
  z-index: -2;
  background-color: #12b2fe;
}

/* line 37, app/assets/stylesheets/application/pages/concepts/jobs/_sign-up-to-see-more.scss */
body.dashboard .main .draft-jobs .job-list .banner-sign-up-see-more-job-details:after {
  z-index: -1;
  opacity: 0.25;
  background-image: url(/assets/cloud-b27fd84643a30bccae7b3fbe4e42b45b969cd79ed3526f2c27fa81c310126baa.svg), url(/assets/cloud-b27fd84643a30bccae7b3fbe4e42b45b969cd79ed3526f2c27fa81c310126baa.svg), url(/assets/cloud-b27fd84643a30bccae7b3fbe4e42b45b969cd79ed3526f2c27fa81c310126baa.svg), url(/assets/cloud-b27fd84643a30bccae7b3fbe4e42b45b969cd79ed3526f2c27fa81c310126baa.svg);
  background-repeat: no-repeat;
  background-size: 80px, 170px, 100px, 150px;
  background-position: left 7% top 10%, left 16% top 42%, left 72% top 15%, left 94% top 20%;
}

@media (min-width: 601px) {
  /* line 37, app/assets/stylesheets/application/pages/concepts/jobs/_sign-up-to-see-more.scss */
  body.dashboard .main .draft-jobs .job-list .banner-sign-up-see-more-job-details:after {
    opacity: 0.3;
    background-position: left 3% top 17%, left 16% top 31%, left 60% top 15%, left 66% top 20%;
  }
}

/* line 52, app/assets/stylesheets/application/pages/concepts/jobs/_sign-up-to-see-more.scss */
body.dashboard .main .draft-jobs .job-list .banner-sign-up-see-more-job-details .content span {
  display: block;
  padding: 1px 5px;
}

/* line 57, app/assets/stylesheets/application/pages/concepts/jobs/_sign-up-to-see-more.scss */
body.dashboard .main .draft-jobs .job-list .banner-sign-up-see-more-job-details .btn {
  background: #fff;
}

/* line 10, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.dashboard .main .draft-jobs .job-list .job-list-item {
  flex: 1 1 100%;
  margin-bottom: 16px;
  display: grid;
  border-radius: 0;
  grid-template-areas: 'title' 'company' 'categories' 'highlights' 'actions';
}

@media (max-width: 600px) {
  /* line 10, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.dashboard .main .draft-jobs .job-list .job-list-item {
    border-radius: 0;
  }
}

@media (min-width: 601px) {
  /* line 10, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.dashboard .main .draft-jobs .job-list .job-list-item {
    grid-template-areas: none;
  }
}

@media (min-width: 1240px) {
  /* line 10, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.dashboard .main .draft-jobs .job-list .job-list-item {
    border-radius: 25px;
  }
  /* line 32, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.dashboard .main .draft-jobs .job-list .job-list-item .card-link {
    border-radius: 25px;
  }
}

/* line 37, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.dashboard .main .draft-jobs .job-list .job-list-item.card {
  z-index: initial;
}

/* line 41, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.dashboard .main .draft-jobs .job-list .job-list-item > header {
  padding: 14px;
  display: contents;
}

@media (min-width: 601px) {
  /* line 41, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.dashboard .main .draft-jobs .job-list .job-list-item > header {
    display: grid;
    padding: 14px 27px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-template-areas: 'title actions' 'company categories';
  }
}

/* line 56, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.dashboard .main .draft-jobs .job-list .job-list-item > header .job-title {
  grid-area: title;
  font: 20px "Poppins", sans-serif;
  letter-spacing: normal;
  line-height: 1.59;
  margin: 2px 0;
  padding: 14px 14px 1px;
}

@media (min-width: 601px) {
  /* line 56, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.dashboard .main .draft-jobs .job-list .job-list-item > header .job-title {
    font-size: 24px;
  }
}

/* line 69, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.dashboard .main .draft-jobs .job-list .job-list-item > header .company {
  grid-area: company;
  font: normal 12px "Poppins", sans-serif;
  letter-spacing: normal;
  margin: 2px 6px 2px 0;
  line-height: 1.80;
  padding: 0 14px;
}

@media (min-width: 601px) {
  /* line 69, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.dashboard .main .draft-jobs .job-list .job-list-item > header .company {
    font-size: 14px;
    line-height: 2.83;
  }
}

/* line 83, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.dashboard .main .draft-jobs .job-list .job-list-item > header .job-category-list {
  grid-area: categories;
  margin: 2px 0;
  font-size: 12px;
}

@media (min-width: 601px) {
  /* line 83, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.dashboard .main .draft-jobs .job-list .job-list-item > header .job-category-list {
    line-height: 2.83;
    justify-content: flex-end;
  }
}

@media (max-width: 600px) {
  /* line 93, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.dashboard .main .draft-jobs .job-list .job-list-item > header nav.actions {
    margin-top: 8px;
    grid-area: actions;
    justify-content: space-between;
    padding: 2px 14px 8px;
  }
}

/* line 101, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.dashboard .main .draft-jobs .job-list .job-list-item > header nav.actions > .action {
  margin-bottom: 4px;
}

/* line 104, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.dashboard .main .draft-jobs .job-list .job-list-item > header nav.actions .actions-dropdown {
  margin-bottom: 4px;
}

/* line 107, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.dashboard .main .draft-jobs .job-list .job-list-item > header nav.actions .actions-dropdown .dot-burger {
  height: 44px;
}

/* line 111, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.dashboard .main .draft-jobs .job-list .job-list-item > header nav.actions .actions-dropdown .nav-dropdown {
  z-index: 21;
}

@media (max-width: 600px) {
  /* line 114, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.dashboard .main .draft-jobs .job-list .job-list-item > header nav.actions .actions-dropdown .nav-dropdown.state-actions {
    right: initial;
    left: 0px;
    border-top-left-radius: 0px;
  }
}

@media (max-width: 600px) {
  /* line 126, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.dashboard .main .draft-jobs .job-list .job-list-item ul.job-highlights {
    padding: 14px;
  }
}

@media (min-width: 601px) {
  /* line 126, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.dashboard .main .draft-jobs .job-list .job-list-item ul.job-highlights {
    background-image: none;
  }
}

/* line 135, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.dashboard .main .draft-jobs .job-list .job-list-item ul.job-highlights li {
  display: block;
  margin: 0;
}

/* line 139, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.dashboard .main .draft-jobs .job-list .job-list-item ul.job-highlights li h5 {
  font-size: 14px;
  display: inline;
  margin-right: 5px;
  letter-spacing: 0px;
}

@media (max-width: 600px) {
  /* line 139, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.dashboard .main .draft-jobs .job-list .job-list-item ul.job-highlights li h5 {
    display: none;
  }
}

/* line 149, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.dashboard .main .draft-jobs .job-list .job-list-item ul.job-highlights li span {
  font-size: 16px;
}

/* line 154, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.dashboard .main .draft-jobs .job-list .job-list-item .job-description {
  display: none;
}

@media (min-width: 601px) {
  /* line 154, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.dashboard .main .draft-jobs .job-list .job-list-item .job-description {
    display: block;
    padding: 14px 37px;
  }
}

/* line 162, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.dashboard .main .draft-jobs .job-list .job-list-item .job-description p {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 24px;
  max-height: 72px;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* line 174, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.dashboard .main .draft-jobs .job-list .job-list-item .graphic {
  display: none;
}

/* line 177, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.dashboard .main .draft-jobs .job-list .job-list-item footer.job-summary-footer {
  padding: 2px 14px;
  min-height: 12px;
  font-size: 13px;
  line-height: 2.62;
  display: none;
}

@media (min-width: 601px) {
  /* line 177, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.dashboard .main .draft-jobs .job-list .job-list-item footer.job-summary-footer {
    display: block;
  }
  /* line 187, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.dashboard .main .draft-jobs .job-list .job-list-item footer.job-summary-footer:empty {
    background: none;
  }
}

/* line 193, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.dashboard .main .draft-jobs .job-list .job-list-item.compact {
  min-width: 390px;
  display: grid;
  grid-gap: 10px;
  padding: 20px;
  margin: 8px 0;
  position: relative;
  grid-template-areas: 'header' 'toggle-btn' 'expandable';
  transition: box-shadow 300ms ease, transform 200ms ease;
}

@media (min-width: 601px) {
  /* line 193, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.dashboard .main .draft-jobs .job-list .job-list-item.compact {
    margin: 8px;
  }
}

@media (min-width: 1000px) {
  /* line 193, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.dashboard .main .draft-jobs .job-list .job-list-item.compact {
    max-width: calc(50% - 16px);
  }
}

/* line 212, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.dashboard .main .draft-jobs .job-list .job-list-item.compact .card-header {
  grid-area: header;
}

/* line 216, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.dashboard .main .draft-jobs .job-list .job-list-item.compact .toggle-expand-btn {
  grid-area: toggle-btn;
  background: #0C6B1F;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: all 200ms ease;
  z-index: 10;
  position: relative;
  transform: translateY(0);
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  display: block;
}

/* line 235, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.dashboard .main .draft-jobs .job-list .job-list-item.compact .toggle-expand-btn:hover {
  background: #084614;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* line 241, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.dashboard .main .draft-jobs .job-list .job-list-item.compact .toggle-expand-btn:active {
  transform: translateY(0);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* line 247, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.dashboard .main .draft-jobs .job-list .job-list-item.compact .expandable-content {
  grid-area: expandable;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 350ms ease-in-out, opacity 300ms ease, padding 300ms ease;
}

/* line 254, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.dashboard .main .draft-jobs .job-list .job-list-item.compact .expandable-content::-webkit-scrollbar {
  width: 8px;
}

/* line 258, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.dashboard .main .draft-jobs .job-list .job-list-item.compact .expandable-content::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 4px;
}

/* line 263, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.dashboard .main .draft-jobs .job-list .job-list-item.compact .expandable-content::-webkit-scrollbar-thumb {
  background: #bcbcbc;
  border-radius: 4px;
}

/* line 267, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.dashboard .main .draft-jobs .job-list .job-list-item.compact .expandable-content::-webkit-scrollbar-thumb:hover {
  background: #6a7169;
}

/* line 273, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.dashboard .main .draft-jobs .job-list .job-list-item.compact.expanded {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* line 276, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.dashboard .main .draft-jobs .job-list .job-list-item.compact.expanded .expandable-content {
  max-height: 400px;
  overflow-y: auto;
  padding-top: 16px;
  opacity: 1;
}

/* line 284, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.dashboard .main .draft-jobs .job-list .job-list-item.compact .card-header > header {
  display: grid;
  grid-template-areas: 'title actions' 'company company' 'highlights highlights';
  grid-template-columns: 1fr auto;
  gap: 10px;
}

/* line 292, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.dashboard .main .draft-jobs .job-list .job-list-item.compact .card-header > header .job-title {
  grid-area: title;
  font-size: 18px;
  padding: 0;
  margin: 0;
  line-height: 1.3;
}

@media (min-width: 601px) {
  /* line 292, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.dashboard .main .draft-jobs .job-list .job-list-item.compact .card-header > header .job-title {
    font-size: 20px;
  }
}

/* line 303, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.dashboard .main .draft-jobs .job-list .job-list-item.compact .card-header > header .actions {
  grid-area: actions;
  display: flex;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-end;
}

/* line 310, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.dashboard .main .draft-jobs .job-list .job-list-item.compact .card-header > header .company {
  grid-area: company;
  line-height: 1.4;
  padding: 0;
  margin: 0 0 12px 0;
  font-size: 13px;
  color: #6a7169;
}

@media (min-width: 601px) {
  /* line 310, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.dashboard .main .draft-jobs .job-list .job-list-item.compact .card-header > header .company {
    font-size: 14px;
  }
}

/* line 322, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.dashboard .main .draft-jobs .job-list .job-list-item.compact .card-header > header .job-category-list {
  grid-area: categories;
}

/* line 327, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.dashboard .main .draft-jobs .job-list .job-list-item.compact ul.job-highlights {
  grid-area: highlights;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 12px;
}

/* line 336, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.dashboard .main .draft-jobs .job-list .job-list-item.compact ul.job-highlights li h5 {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  color: #6a7169;
  margin: 0 0 4px 0;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* line 346, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.dashboard .main .draft-jobs .job-list .job-list-item.compact ul.job-highlights li span {
  font-size: 14px;
  font-weight: 500;
}

/* line 354, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.dashboard .main .draft-jobs .job-list .job-list-item.compact .expandable-content > .graphic {
  overflow: hidden;
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100px;
  pointer-events: none;
  z-index: 0;
}

/* line 365, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.dashboard .main .draft-jobs .job-list .job-list-item.compact .expandable-content > .graphic svg {
  width: 100%;
  fill: rgba(188, 188, 188, 0.25);
}

/* line 371, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.dashboard .main .draft-jobs .job-list .job-list-item.compact .expandable-content > .job-applications,
body.dashboard .main .draft-jobs .job-list .job-list-item.compact .expandable-content > .job-summary-detail {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}

/* line 377, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.dashboard .main .draft-jobs .job-list .job-list-item.compact .expandable-content > .job-applications:last-child,
body.dashboard .main .draft-jobs .job-list .job-list-item.compact .expandable-content > .job-summary-detail:last-child {
  margin-bottom: 0;
}

/* line 382, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.dashboard .main .draft-jobs .job-list .job-list-item.compact .expandable-content > .job-applications {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 16px;
}

/* line 389, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.dashboard .main .draft-jobs .job-list .job-list-item.compact .graphic {
  overflow: hidden;
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100px;
}

/* line 398, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.dashboard .main .draft-jobs .job-list .job-list-item.compact .graphic svg {
  width: 100%;
  fill: rgba(188, 188, 188, 0.25);
}

/* line 404, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.dashboard .main .draft-jobs .job-list .job-list-item.compact .job-description {
  grid-area: description;
  padding: 10px 0;
}

/* line 2, app/assets/stylesheets/application/pages/concepts/jobs/compact_cards.scss */
body.dashboard .main .draft-jobs .compact-job-card:not(:last-child) {
  margin-bottom: 16px;
}

/* line 7, app/assets/stylesheets/application/pages/concepts/jobs/compact_cards.scss */
body.dashboard .main .draft-jobs .compact-job-card .cta.desktop {
  position: absolute;
  top: 16px;
  right: 16px;
}

@media (min-width: 601px) {
  /* line 7, app/assets/stylesheets/application/pages/concepts/jobs/compact_cards.scss */
  body.dashboard .main .draft-jobs .compact-job-card .cta.desktop {
    display: block;
  }
}

@media (max-width: 600px) {
  /* line 7, app/assets/stylesheets/application/pages/concepts/jobs/compact_cards.scss */
  body.dashboard .main .draft-jobs .compact-job-card .cta.desktop {
    display: none;
  }
}

/* line 20, app/assets/stylesheets/application/pages/concepts/jobs/compact_cards.scss */
body.dashboard .main .draft-jobs .compact-job-card .cta.desktop a {
  padding: 3px 16px 4px;
}

/* line 25, app/assets/stylesheets/application/pages/concepts/jobs/compact_cards.scss */
body.dashboard .main .draft-jobs .compact-job-card .cta.mobile {
  margin-top: 8px;
}

@media (max-width: 600px) {
  /* line 25, app/assets/stylesheets/application/pages/concepts/jobs/compact_cards.scss */
  body.dashboard .main .draft-jobs .compact-job-card .cta.mobile {
    display: block;
  }
}

@media (min-width: 601px) {
  /* line 25, app/assets/stylesheets/application/pages/concepts/jobs/compact_cards.scss */
  body.dashboard .main .draft-jobs .compact-job-card .cta.mobile {
    display: none;
  }
}

/* line 36, app/assets/stylesheets/application/pages/concepts/jobs/compact_cards.scss */
body.dashboard .main .draft-jobs .compact-job-card .cta.mobile a {
  width: 100%;
  text-align: center;
}

/* line 43, app/assets/stylesheets/application/pages/concepts/jobs/compact_cards.scss */
body.dashboard .main .draft-jobs .compact-job-card .job-list-item {
  margin-bottom: 0px;
}

/* line 8, app/assets/stylesheets/application/pages/concepts/dashboard/_draft_jobs.scss */
body.dashboard .main .draft-jobs .job-list {
  margin-top: 8px;
}

/* line 12, app/assets/stylesheets/application/pages/concepts/dashboard/_draft_jobs.scss */
body.dashboard .main .draft-jobs .see-all {
  margin-top: 8px;
  text-align: center;
}

/* line 6, app/assets/stylesheets/application/pages/concepts/dashboard/_features.scss */
body.dashboard .main .features > p {
  margin: 1em 0;
}

@media (max-width: 600px) {
  /* line 4, app/assets/stylesheets/application/pages/concepts/dashboard/_features.scss */
  body.dashboard .main .features {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.71;
    display: block;
    width: 100%;
  }
}

@media (max-width: 600px) and (max-width: 600px) {
  /* line 4, app/assets/stylesheets/application/pages/concepts/dashboard/_features.scss */
  body.dashboard .main .features {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

@media (max-width: 600px) {
  /* line 13, app/assets/stylesheets/application/pages/concepts/dashboard/_features.scss */
  body.dashboard .main .features > p {
    text-align: center;
  }
}

/* line 18, app/assets/stylesheets/application/pages/concepts/dashboard/_features.scss */
body.dashboard .main .features .feature-cards {
  display: grid;
  grid-gap: 17px;
  grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
  margin-bottom: 24px;
}

/* line 25, app/assets/stylesheets/application/pages/concepts/dashboard/_features.scss */
body.dashboard .main .features .feature-item {
  display: block;
  padding: 20px;
}

/* line 29, app/assets/stylesheets/application/pages/concepts/dashboard/_features.scss */
body.dashboard .main .features .feature-item .body {
  position: relative;
}

/* line 32, app/assets/stylesheets/application/pages/concepts/dashboard/_features.scss */
body.dashboard .main .features .feature-item .body img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 39, app/assets/stylesheets/application/pages/concepts/dashboard/_features.scss */
body.dashboard .main .features .feature-item .body:after {
  content: '';
  display: block;
  padding-bottom: 50%;
}

/* line 46, app/assets/stylesheets/application/pages/concepts/dashboard/_features.scss */
body.dashboard .main .features .feature-item header {
  padding: 7px 0;
}

/* line 49, app/assets/stylesheets/application/pages/concepts/dashboard/_features.scss */
body.dashboard .main .features .feature-item header span {
  text-align: center;
  display: block;
  line-height: 1.4;
}

/* line 59, app/assets/stylesheets/application/pages/concepts/dashboard/_features.scss */
body.dashboard .main .features .feature-item:only-child {
  max-width: 423px;
}

/* line 64, app/assets/stylesheets/application/pages/concepts/dashboard/_features.scss */
body.dashboard .main .features .feature-item .partners-page img {
  top: 9%;
  right: 6%;
  width: 30%;
  left: auto;
  transform: none;
}

/* line 2, app/assets/stylesheets/application/pages/concepts/dashboard/_new_jobs.scss */
body.dashboard section.new-jobs {
  position: relative;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  background-color: #f5f5f5;
  box-shadow: none;
}

/* line 10, app/assets/stylesheets/application/pages/concepts/dashboard/_new_jobs.scss */
body.dashboard section.new-jobs > .content {
  padding: 1em;
}

/* line 14, app/assets/stylesheets/application/pages/concepts/dashboard/_new_jobs.scss */
body.dashboard section.new-jobs .dashboard-header {
  display: flex;
  align-items: center;
  padding-left: 1em;
}

/* line 19, app/assets/stylesheets/application/pages/concepts/dashboard/_new_jobs.scss */
body.dashboard section.new-jobs .dashboard-header h3 {
  flex: 1;
}

/* line 25, app/assets/stylesheets/application/pages/concepts/dashboard/_new_jobs.scss */
body.dashboard section.new-jobs p {
  margin-bottom: 0;
  margin-left: 0.5em;
}

/* line 30, app/assets/stylesheets/application/pages/concepts/dashboard/_new_jobs.scss */
body.dashboard section.new-jobs .cta {
  margin: 0;
}

/* line 33, app/assets/stylesheets/application/pages/concepts/dashboard/_new_jobs.scss */
body.dashboard section.new-jobs .cta .btn {
  margin: 0;
}

/* line 38, app/assets/stylesheets/application/pages/concepts/dashboard/_new_jobs.scss */
body.dashboard section.new-jobs .job {
  padding: 1.4em;
  margin-top: 1.5em;
  text-align: left;
  border-radius: 24px;
  background-color: #bcbcbc;
}

/* line 45, app/assets/stylesheets/application/pages/concepts/dashboard/_new_jobs.scss */
body.dashboard section.new-jobs .job:last-child {
  margin-bottom: 0;
}

/* line 49, app/assets/stylesheets/application/pages/concepts/dashboard/_new_jobs.scss */
body.dashboard section.new-jobs .job > span {
  display: block;
  margin-bottom: 0;
  color: inherit;
}

/* line 54, app/assets/stylesheets/application/pages/concepts/dashboard/_new_jobs.scss */
body.dashboard section.new-jobs .job > span.title {
  font-size: 1.3em;
  line-height: 1.43;
}

/* line 59, app/assets/stylesheets/application/pages/concepts/dashboard/_new_jobs.scss */
body.dashboard section.new-jobs .job > span.client {
  margin-bottom: 1.5em;
  line-height: 1.3;
}

/* line 64, app/assets/stylesheets/application/pages/concepts/dashboard/_new_jobs.scss */
body.dashboard section.new-jobs .job > span.rate {
  font-size: 0.75em;
}

/* line 67, app/assets/stylesheets/application/pages/concepts/dashboard/_new_jobs.scss */
body.dashboard section.new-jobs .job > span.rate span {
  vertical-align: middle;
}

/* line 74, app/assets/stylesheets/application/pages/concepts/dashboard/_new_jobs.scss */
body.dashboard section.new-jobs .job-notifications {
  padding: 1em 1em;
  background-color: #dcffda;
  color: #2e7d28;
  text-align: left;
  margin: 1em;
  border-radius: 24px;
}

/* line 82, app/assets/stylesheets/application/pages/concepts/dashboard/_new_jobs.scss */
body.dashboard section.new-jobs .job-notifications a {
  margin-left: 0.5em;
}

/* line 4, app/assets/stylesheets/application/pages/concepts/dashboard/_new_members.scss */
body.dashboard .main .new-members {
  padding-top: 24px;
}

/* line 2, app/assets/stylesheets/application/pages/concepts/dashboard/_tasks.scss */
body.dashboard .tasks-card {
  display: flex;
  flex-direction: column;
  gap: 2em;
  padding: 2em 0.6em;
}

@media (min-width: 601px) {
  /* line 2, app/assets/stylesheets/application/pages/concepts/dashboard/_tasks.scss */
  body.dashboard .tasks-card {
    padding: 2em 1em;
  }
}

/* line 12, app/assets/stylesheets/application/pages/concepts/dashboard/_tasks.scss */
body.dashboard .tasks-card p {
  margin-bottom: 2em;
  margin-left: 1.7em;
}

/* line 17, app/assets/stylesheets/application/pages/concepts/dashboard/_tasks.scss */
body.dashboard .tasks-card h2.header {
  font-size: 1.4em;
  color: #0C6B1F;
  line-height: 1.3;
  text-align: center;
}

@media (min-width: 601px) {
  /* line 17, app/assets/stylesheets/application/pages/concepts/dashboard/_tasks.scss */
  body.dashboard .tasks-card h2.header {
    text-align: initial;
    margin-left: 1.1em;
  }
}

/* line 30, app/assets/stylesheets/application/pages/concepts/dashboard/_tasks.scss */
body.dashboard .tasks-card.quick-start .tasks .task .header {
  font-weight: normal;
}

/* line 35, app/assets/stylesheets/application/pages/concepts/dashboard/_tasks.scss */
body.dashboard .tasks-card .tasks {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

/* line 40, app/assets/stylesheets/application/pages/concepts/dashboard/_tasks.scss */
body.dashboard .tasks-card .tasks .task {
  background-color: #f5f5f5;
  padding: 1em 2em;
  align-items: center;
  text-decoration: none;
  border-radius: 45px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  position: relative;
  font-size: 0.8em;
}

@media (min-width: 601px) {
  /* line 40, app/assets/stylesheets/application/pages/concepts/dashboard/_tasks.scss */
  body.dashboard .tasks-card .tasks .task {
    padding: 1.6em 2em;
  }
}

/* line 55, app/assets/stylesheets/application/pages/concepts/dashboard/_tasks.scss */
body.dashboard .tasks-card .tasks .task:hover {
  box-shadow: 1px 1px 6px rgba(12, 107, 31, 0.8);
  color: #2e7d28;
  transform: translateY(1px);
}

/* line 61, app/assets/stylesheets/application/pages/concepts/dashboard/_tasks.scss */
body.dashboard .tasks-card .tasks .task .header {
  font-size: 1.2em;
  font-weight: bold;
}

/* line 66, app/assets/stylesheets/application/pages/concepts/dashboard/_tasks.scss */
body.dashboard .tasks-card .tasks .task:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0.5em;
  width: 3.3em;
  height: 3.3em;
  transform: translateY(-50%);
  background-image: url(/assets/icons/arrow-right-ec7840e5cdcd819823694b5e577286c2c359cb5597a59ee3e84468c55b916253.svg);
  background-color: #fff;
  border-radius: 32px;
  background-size: contain;
}

@media (min-width: 601px) {
  /* line 66, app/assets/stylesheets/application/pages/concepts/dashboard/_tasks.scss */
  body.dashboard .tasks-card .tasks .task:after {
    right: 1em;
  }
}

/* line 2, app/assets/stylesheets/application/pages/concepts/dashboard/components/_item_lists.scss */
body.dashboard .main .item-list {
  display: flex;
  flex-direction: column;
  padding: 2em 0.6em;
  background-color: white;
  gap: 2em;
}

@media (min-width: 601px) {
  /* line 2, app/assets/stylesheets/application/pages/concepts/dashboard/components/_item_lists.scss */
  body.dashboard .main .item-list {
    padding: 2em 1em;
  }
}

/* line 13, app/assets/stylesheets/application/pages/concepts/dashboard/components/_item_lists.scss */
body.dashboard .main .item-list h2.header {
  font-size: 1.4em;
  color: #0C6B1F;
  line-height: 1.3;
  text-align: center;
}

@media (min-width: 601px) {
  /* line 13, app/assets/stylesheets/application/pages/concepts/dashboard/components/_item_lists.scss */
  body.dashboard .main .item-list h2.header {
    text-align: initial;
    margin-left: 1.1em;
  }
}

/* line 25, app/assets/stylesheets/application/pages/concepts/dashboard/components/_item_lists.scss */
body.dashboard .main .item-list .items {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

/* line 32, app/assets/stylesheets/application/pages/concepts/dashboard/components/_item_lists.scss */
body.dashboard .main .item-list .item .card {
  background-color: #f5f5f5;
  display: flex;
  padding: 0.3em;
  gap: 1em;
  align-items: center;
  text-decoration: none;
  border-radius: 45px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  transition: color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  font-size: 0.8em;
}

@media (min-width: 601px) {
  /* line 32, app/assets/stylesheets/application/pages/concepts/dashboard/components/_item_lists.scss */
  body.dashboard .main .item-list .item .card {
    font-size: 1em;
    padding: 0.8em;
  }
}

/* line 49, app/assets/stylesheets/application/pages/concepts/dashboard/components/_item_lists.scss */
body.dashboard .main .item-list .item .card:hover {
  box-shadow: 1px 1px 6px rgba(12, 107, 31, 0.8);
  transform: translate(0, 1px);
}

/* line 54, app/assets/stylesheets/application/pages/concepts/dashboard/components/_item_lists.scss */
body.dashboard .main .item-list .item .card.alert-item {
  box-shadow: 1px 1px 6px rgba(255, 0, 0, 0.8);
  color: rgba(255, 0, 0, 0.7);
}

/* line 58, app/assets/stylesheets/application/pages/concepts/dashboard/components/_item_lists.scss */
body.dashboard .main .item-list .item .card.alert-item:hover {
  color: #ff0000;
  box-shadow: 1px 1px 6px red;
}

/* line 64, app/assets/stylesheets/application/pages/concepts/dashboard/components/_item_lists.scss */
body.dashboard .main .item-list .item .card .counter {
  font-size: 2em;
  text-align: center;
  width: 1.8em;
  height: 1.8em;
  background-color: #fff;
  border-radius: 50px;
  padding-top: 0.05em;
}

/* line 74, app/assets/stylesheets/application/pages/concepts/dashboard/components/_item_lists.scss */
body.dashboard .main .item-list .item .card .text .label:after {
  content: ' ';
}

/* line 78, app/assets/stylesheets/application/pages/concepts/dashboard/components/_item_lists.scss */
body.dashboard .main .item-list .item .card .chevron {
  width: 3.3em;
  height: 3.3em;
  position: absolute;
  right: 0.3em;
  background-image: url(/assets/icons/arrow-right-ec7840e5cdcd819823694b5e577286c2c359cb5597a59ee3e84468c55b916253.svg);
  background-size: contain;
  background-color: #fff;
  border-radius: 32px;
}

@media (min-width: 601px) {
  /* line 78, app/assets/stylesheets/application/pages/concepts/dashboard/components/_item_lists.scss */
  body.dashboard .main .item-list .item .card .chevron {
    right: 0.8em;
  }
}

/* line 4, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search {
  background: #f5f5f5;
  min-height: 100vh;
}

/* line 12, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .modern-search-bar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid rgba(71, 71, 71, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: all .2s ease;
}

/* line 21, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .modern-search-bar .search-form {
  padding: .75rem 2rem;
  max-width: 1400px;
  margin: 0 auto;
}

@media (max-width: 600px) {
  /* line 21, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
  body.modern-search .modern-search-bar .search-form {
    padding: .75rem 1rem;
  }
}

/* line 31, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .modern-search-bar .search-inputs {
  display: flex;
  align-items: center;
  gap: .5rem;
  flex-wrap: wrap;
}

@media (max-width: 600px) {
  /* line 31, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
  body.modern-search .modern-search-bar .search-inputs {
    flex-direction: column;
    gap: .75rem;
  }
}

/* line 43, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .modern-search-bar .search-field {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  border: 1px solid rgba(71, 71, 71, 0.15);
  border-radius: 8px;
  padding: .5rem .75rem;
  flex: 1;
  min-width: 200px;
  transition: all .2s ease;
}

@media (max-width: 600px) {
  /* line 43, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
  body.modern-search .modern-search-bar .search-field {
    width: 100%;
    min-width: unset;
  }
}

/* line 59, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .modern-search-bar .search-field:focus-within {
  border-color: #0C6B1F;
  box-shadow: 0 0 0 3px rgba(12, 107, 31, 0.1);
}

/* line 64, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .modern-search-bar .search-field i {
  color: #13311a;
  margin-right: .5rem;
  font-size: .9rem;
}

/* line 70, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .modern-search-bar .search-field.skills {
  flex: 2;
}

/* line 74, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .modern-search-bar .search-field.location {
  flex: 1.5;
}

/* line 78, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .modern-search-bar .search-field.radius {
  flex: 0 0 140px;
}

@media (max-width: 600px) {
  /* line 78, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
  body.modern-search .modern-search-bar .search-field.radius {
    flex: 1;
  }
}

/* line 86, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .modern-search-bar .search-field .search-input {
  border: none;
  background: transparent;
  outline: none;
  flex: 1;
  font-size: .9rem;
  color: #474747;
  font-family: "Poppins", sans-serif;
}

/* line 95, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .modern-search-bar .search-field .search-input::-moz-placeholder {
  color: rgba(71, 71, 71, 0.5);
}
body.modern-search .modern-search-bar .search-field .search-input::placeholder {
  color: rgba(71, 71, 71, 0.5);
}

/* line 100, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .modern-search-bar .search-field .search-select {
  border: none;
  background: transparent;
  outline: none;
  flex: 1;
  font-size: .9rem;
  color: #474747;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
}

/* line 112, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .modern-search-bar .search-actions {
  display: flex;
  align-items: center;
  gap: .5rem;
}

@media (max-width: 600px) {
  /* line 112, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
  body.modern-search .modern-search-bar .search-actions {
    width: 100%;
  }
}

/* line 121, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .modern-search-bar .search-actions .search-btn {
  white-space: nowrap;
  padding: .6rem 1.5rem;
  font-size: .95rem;
  border-radius: 8px;
}

@media (max-width: 600px) {
  /* line 121, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
  body.modern-search .modern-search-bar .search-actions .search-btn {
    flex: 1;
  }
}

/* line 132, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .modern-search-bar .search-actions .ai-badge {
  display: flex;
  align-items: center;
  gap: .3rem;
  background: linear-gradient(135deg, #0C6B1F 0%, #13311a 100%);
  color: #fff;
  padding: .4rem .75rem;
  border-radius: 20px;
  font-size: .75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .5px;
}

/* line 145, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .modern-search-bar .search-actions .ai-badge i {
  color: #fff;
  margin-right: 0;
}

/* line 153, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .ai-summary-banner {
  background: linear-gradient(135deg, rgba(12, 107, 31, 0.08) 0%, rgba(19, 49, 26, 0.05) 100%);
  border-bottom: 1px solid rgba(12, 107, 31, 0.1);
  padding: .75rem 2rem;
}

@media (max-width: 600px) {
  /* line 153, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
  body.modern-search .ai-summary-banner {
    padding: .75rem 1rem;
  }
}

/* line 162, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .ai-summary-banner .summary-content {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: .75rem;
}

/* line 169, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .ai-summary-banner .summary-content .summary-icon {
  color: #13311a;
  font-size: 1.1rem;
}

/* line 174, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .ai-summary-banner .summary-content .summary-text {
  color: #13311a;
  font-size: .9rem;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

/* line 187, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .modern-search-results {
  max-width: 1400px;
  margin: 0 auto;
  padding: 2rem;
}

@media (max-width: 600px) {
  /* line 187, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
  body.modern-search .modern-search-results {
    padding: 1rem;
  }
}

/* line 197, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .results-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

@media (max-width: 600px) {
  /* line 197, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
  body.modern-search .results-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}

/* line 209, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .results-header .results-count {
  font-size: 1rem;
  color: #474747;
  font-family: "Poppins", sans-serif;
}

/* line 214, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .results-header .results-count strong {
  color: #13311a;
  font-weight: 600;
}

/* line 220, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .results-header .results-actions {
  display: flex;
  gap: .5rem;
}

/* line 224, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .results-header .results-actions button {
  font-size: .85rem;
  padding: .4rem 1rem;
}

/* line 231, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.25rem;
  margin-bottom: 2rem;
}

@media (max-width: 600px) {
  /* line 231, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
  body.modern-search .results-grid {
    grid-template-columns: 1fr;
  }
}

/* line 246, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .result-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(71, 71, 71, 0.1);
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  cursor: pointer;
  transition: all .2s ease;
  position: relative;
}

/* line 258, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .result-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

/* line 263, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .result-card.selected, body.modern-search .result-card:has(input[type="checkbox"]:checked) {
  border-color: #0C6B1F;
  background: rgba(12, 107, 31, 0.02);
  box-shadow: 0 0 0 2px rgba(12, 107, 31, 0.1);
}

/* line 270, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .result-card .card-checkbox {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

/* line 275, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .result-card .card-checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: #0C6B1F;
}

/* line 283, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .result-card .card-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
}

/* line 292, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .result-card .card-header {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

/* line 297, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .result-card .card-header .profile-picture {
  flex-shrink: 0;
  width: 60px !important;
  height: 60px !important;
  min-width: 60px;
  min-height: 60px;
  max-width: 60px;
  max-height: 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(12, 107, 31, 0.1);
  border: 2px solid rgba(12, 107, 31, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0 !important;
  padding: 0 !important;
  position: relative !important;
  box-shadow: none !important;
}

/* line 320, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .result-card .card-header .profile-picture img,
body.modern-search .result-card .card-header .profile-picture img.avatar {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 1/1;
  position: static !important;
  top: auto !important;
  left: auto !important;
}

/* line 338, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .result-card .card-header .header-info {
  flex: 1;
  padding-right: 30px;
}

/* line 342, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .result-card .card-header .header-info .name {
  font-size: 1.1rem;
  font-weight: 600;
  color: #13311a;
  margin-bottom: .25rem;
  font-family: "Poppins", sans-serif;
}

/* line 350, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .result-card .card-header .header-info .trade {
  font-size: .9rem;
  color: #474747;
  margin-bottom: .5rem;
}

/* line 356, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .result-card .card-header .header-info .location {
  display: flex;
  align-items: center;
  gap: .4rem;
  font-size: .85rem;
  color: rgba(71, 71, 71, 0.7);
}

/* line 363, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .result-card .card-header .header-info .location i {
  font-size: .75rem;
  color: #0C6B1F;
}

/* line 372, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .result-card .card-body .skills {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  margin-bottom: .75rem;
}

/* line 378, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .result-card .card-body .skills .skill-tag {
  background: rgba(12, 107, 31, 0.1);
  color: #13311a;
  border-radius: 6px;
  padding: .3rem .6rem;
  font-size: .75rem;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  white-space: nowrap;
}

/* line 390, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .result-card .card-body .availability {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .85rem;
  color: #0C6B1F;
  font-weight: 500;
}

/* line 398, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .result-card .card-body .availability i {
  font-size: .8rem;
}

/* line 404, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .result-card .card-footer {
  border-top: 1px solid rgba(71, 71, 71, 0.08);
  padding-top: .75rem;
}

/* line 408, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .result-card .card-footer .match-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 413, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .result-card .card-footer .match-info .match-label {
  font-size: .75rem;
  color: rgba(71, 71, 71, 0.6);
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: 600;
}

/* line 421, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .result-card .card-footer .match-info .match-percentage {
  display: flex;
  align-items: center;
  gap: .5rem;
}

/* line 426, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .result-card .card-footer .match-info .match-percentage .percentage {
  font-size: .9rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

/* line 432, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .result-card .card-footer .match-info .match-percentage .match-bar {
  width: 80px;
  height: 6px;
  border-radius: 3px;
  background: rgba(71, 71, 71, 0.1);
  position: relative;
  overflow: hidden;
}

/* line 440, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .result-card .card-footer .match-info .match-percentage .match-bar:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: var(--match-percent, 70%);
  border-radius: 3px;
  transition: width .3s ease;
}

/* line 453, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .result-card .card-footer .match-info .match-percentage.strong-match .percentage {
  color: #0C6B1F;
}

/* line 457, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .result-card .card-footer .match-info .match-percentage.strong-match .match-bar:before {
  background: linear-gradient(90deg, #0C6B1F 0%, #11992c 100%);
}

/* line 463, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .result-card .card-footer .match-info .match-percentage.medium-match .percentage {
  color: #ff9800;
}

/* line 467, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .result-card .card-footer .match-info .match-percentage.medium-match .match-bar:before {
  background: linear-gradient(90deg, #ff9800 0%, #ffad33 100%);
}

/* line 473, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .result-card .card-footer .match-info .match-percentage.low-match .percentage {
  color: #474747;
}

/* line 477, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .result-card .card-footer .match-info .match-percentage.low-match .match-bar:before {
  background: linear-gradient(90deg, #474747 0%, #7a7a7a 100%);
}

/* line 490, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .no-results {
  text-align: center;
  padding: 4rem 2rem;
}

/* line 494, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .no-results .no-results-icon {
  font-size: 4rem;
  color: rgba(71, 71, 71, 0.2);
  margin-bottom: 1.5rem;
}

/* line 501, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .no-results .no-results-message h3 {
  font-size: 1.5rem;
  color: #474747;
  margin-bottom: .5rem;
  font-family: "Poppins", sans-serif;
}

/* line 508, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .no-results .no-results-message p {
  font-size: 1rem;
  color: rgba(71, 71, 71, 0.6);
}

/* line 519, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .selection-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid rgba(71, 71, 71, 0.1);
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.1);
  padding: 1rem 2rem;
  z-index: 200;
  display: flex;
  justify-content: space-between;
  align-items: center;
  animation: slideUp .3s ease;
}

@media (max-width: 600px) {
  /* line 519, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
  body.modern-search .selection-bar {
    padding: 1rem;
    flex-direction: column;
    gap: 1rem;
  }
}

/* line 540, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .selection-bar .selection-info {
  font-size: 1rem;
  color: #13311a;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

/* line 547, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .selection-bar .selection-actions {
  display: flex;
  gap: .75rem;
}

@media (max-width: 600px) {
  /* line 547, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
  body.modern-search .selection-bar .selection-actions {
    width: 100%;
  }
  /* line 554, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
  body.modern-search .selection-bar .selection-actions button {
    flex: 1;
  }
}

/* line 559, app/assets/stylesheets/application/pages/concepts/member/_modern_search.scss */
body.modern-search .selection-bar .selection-actions button {
  padding: .7rem 1.5rem;
  font-size: .95rem;
  border-radius: 8px;
  white-space: nowrap;
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* line 5, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .search-result-wrapper {
  margin-bottom: 2em;
}

/* line 8, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .search-result {
  z-index: 5;
  position: relative;
  background-color: white;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

/* line 3, app/assets/stylesheets/application/pages/concepts/profiles/availability.scss */
.search .search-result .availability:before, .search .search-result .availability:after {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
}

/* line 11, app/assets/stylesheets/application/pages/concepts/profiles/availability.scss */
.search .search-result .availability.before:before {
  content: '';
  margin-right: 4px;
}

/* line 18, app/assets/stylesheets/application/pages/concepts/profiles/availability.scss */
.search .search-result .availability.after:after {
  content: '';
  margin-left: 4px;
}

/* line 20, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .search-result .search-result-inner {
  display: flex;
  flex: 1;
  flex-direction: column;
}

/* line 26, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .search-result .search-result-summary {
  flex: 1;
}

/* line 29, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .search-result .search-result-summary .container {
  padding: 20px;
  display: flex;
  white-space: nowrap;
}

@media (max-width: 950px) {
  /* line 29, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  .search .search-result .search-result-summary .container {
    flex-wrap: wrap;
    padding: 16px 14px 10px;
  }
  /* line 37, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  .search .search-result .search-result-summary .container:before {
    content: '';
    display: block;
    flex: 1 1;
  }
}

/* line 45, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .search-result .search-result-summary .profile-picture-wrapper {
  order: 1;
  width: 72px;
  height: 72px;
  margin-right: 16px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

@media (max-width: 950px) {
  /* line 45, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  .search .search-result .search-result-summary .profile-picture-wrapper {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -20px;
    flex: none;
  }
}

/* line 62, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .search-result .search-result-summary .profile-picture-wrapper:after {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(12, 107, 31, 0.3), rgba(12, 107, 31, 0.1));
  z-index: -1;
  opacity: 0;
  transition: opacity 300ms ease;
}

/* line 76, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .search-result .search-result-summary .profile-picture-wrapper:hover:after {
  opacity: 1;
}

/* line 80, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .search-result .search-result-summary .profile-picture-wrapper .profile-picture {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 20;
  border: 3px solid white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 300ms ease;
}

@media (max-width: 950px) {
  /* line 80, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  .search .search-result .search-result-summary .profile-picture-wrapper .profile-picture {
    position: relative;
    top: -25px;
  }
}

/* line 95, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .search-result .search-result-summary .profile-picture-wrapper:hover .profile-picture {
  transform: scale(1.05);
}

/* line 100, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .search-result .search-result-summary .profile-info {
  flex: 1 1;
  order: 2;
  display: flex;
  vertical-align: middle;
  white-space: normal;
  font-size: 13px;
  padding-left: 8px;
  flex-wrap: wrap;
}

/* line 110, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .search-result .search-result-summary .profile-info > * {
  padding: 0 3px;
}

/* line 113, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .search-result .search-result-summary .profile-info > :empty {
  display: none;
}

@media (max-width: 950px) {
  /* line 100, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  .search .search-result .search-result-summary .profile-info {
    order: 3;
    width: 100%;
    padding-left: 0;
    flex: 2 0 100%;
  }
}

/* line 147, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .search-result .search-result-summary .profile-info.hidden-data {
  opacity: 0.4;
}

/* line 151, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .search-result .search-result-summary .profile-info .name-and-assignments {
  align-items: center;
  display: flex;
  margin-bottom: 8px;
  order: 1;
  width: 100%;
}

@media (max-width: 950px) {
  /* line 151, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  .search .search-result .search-result-summary .profile-info .name-and-assignments {
    display: block;
  }
}

/* line 162, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .search-result .search-result-summary .profile-info .name-and-assignments .name {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 600;
  color: #13311a;
}

@media (max-width: 950px) {
  /* line 162, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  .search .search-result .search-result-summary .profile-info .name-and-assignments .name {
    font-size: 18px;
  }
}

/* line 172, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .search-result .search-result-summary .profile-info .name-and-assignments .name a {
  text-decoration: none;
  transition: color 200ms ease;
}

/* line 176, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .search-result .search-result-summary .profile-info .name-and-assignments .name a:hover {
  color: #0C6B1F;
}

/* line 182, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .search-result .search-result-summary .profile-info .name-and-assignments .num-assignments {
  align-items: center;
  display: flex;
  font-size: 12px;
  margin-left: 12px;
}

@media (max-width: 950px) {
  /* line 182, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  .search .search-result .search-result-summary .profile-info .name-and-assignments .num-assignments {
    margin-left: 0;
    margin-top: 5px;
  }
}

/* line 193, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .search-result .search-result-summary .profile-info .name-and-assignments .num-assignments:before {
  content: '';
  display: inline-block;
  background-image: url(/images/icons/assignments_flag.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  margin-right: 4px;
  height: 22px;
  width: 16px;
}

/* line 207, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .search-result .search-result-summary .profile-info .current-status {
  order: 2;
  padding-right: 0px;
}

@media (max-width: 950px) {
  /* line 207, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  .search .search-result .search-result-summary .profile-info .current-status {
    order: 5;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
  }
  /* line 215, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  .search .search-result .search-result-summary .profile-info .current-status:after {
    display: none;
  }
}

/* line 128, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .search-result .search-result-summary .profile-info .current-status:after {
  content: '|';
  display: inline-block;
  padding-left: 3px;
  padding-right: 0px;
}

@media (max-width: 950px) {
  /* line 128, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  .search .search-result .search-result-summary .profile-info .current-status:after {
    display: none;
  }
}

/* line 224, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .search-result .search-result-summary .profile-info .location {
  order: 3;
}

@media (max-width: 950px) {
  /* line 224, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  .search .search-result .search-result-summary .profile-info .location {
    order: 6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
  }
}

/* line 236, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .search-result .search-result-summary .profile-info .remote {
  order: 4;
  padding-left: 0px;
}

/* line 118, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .search-result .search-result-summary .profile-info .remote:before {
  content: '|';
  display: inline-block;
  padding-left: 0px;
  padding-right: 3px;
}

@media (max-width: 950px) {
  /* line 236, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  .search .search-result .search-result-summary .profile-info .remote {
    order: 7;
  }
}

/* line 245, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .search-result .search-result-summary .profile-info .separator {
  order: 5;
  width: 100%;
  display: block;
}

@media (max-width: 950px) {
  /* line 245, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  .search .search-result .search-result-summary .profile-info .separator {
    order: 3;
    height: 0.5px;
    border: 1px solid;
    margin: 8px -14px;
    flex: 1 2 100%;
  }
}

/* line 259, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .search-result .search-result-summary .profile-info .job-title {
  order: 5;
}

@media (max-width: 950px) {
  /* line 259, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  .search .search-result .search-result-summary .profile-info .job-title {
    order: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    min-height: 22px;
  }
}

@media (max-width: 600px) {
  /* line 273, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  .search .search-result .search-result-summary .profile-info .job-title:empty {
    display: none;
  }
}

/* line 279, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .search-result .search-result-summary .profile-info .job-category-list {
  min-height: 26px;
  overflow: hidden;
  counter-reset: categories;
  order: 6;
  position: relative;
  padding-right: 25px;
  flex: 1;
  margin-top: 4px;
}

@media (max-width: 950px) {
  /* line 279, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  .search .search-result .search-result-summary .profile-info .job-category-list {
    order: 4;
    flex: 1 1 100%;
  }
}

/* line 294, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .search-result .search-result-summary .profile-info .job-category-list .counter {
  content: "+" counter(categories);
  display: block;
  position: absolute;
  right: 0;
}

/* line 301, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .search-result .search-result-summary .profile-info .job-category-list .job-category {
  counter-increment: categories;
  background: rgba(12, 107, 31, 0.1);
  color: #13311a;
  border: 1px solid rgba(12, 107, 31, 0.2);
  padding: 3px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
  transition: all 200ms ease;
}

/* line 312, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .search-result .search-result-summary .profile-info .job-category-list .job-category:hover {
  background: rgba(12, 107, 31, 0.15);
  border-color: rgba(12, 107, 31, 0.3);
}

/* line 317, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .search-result .search-result-summary .profile-info .job-category-list .job-category.filter-match:after {
  background-color: white;
}

/* line 324, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .search-result .search-result-summary .enquire {
  order: 3;
}

@media (max-width: 950px) {
  /* line 324, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  .search .search-result .search-result-summary .enquire {
    order: 2;
    flex: 1;
    text-align: right;
  }
}

/* line 333, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .search-result .search-result-summary .enquire .make-enquiry {
  z-index: 20;
  position: relative;
}

@media (max-width: 950px) {
  /* line 338, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  .search .search-result .search-result-summary .enquire.no-availability {
    text-align: center;
  }
  /* line 342, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  .search .search-result .search-result-summary .enquire.no-availability .make-enquiry {
    float: none;
  }
}

/* line 353, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .search-result .experience {
  flex: 1;
  padding: 16px 20px;
}

@media (max-width: 950px) {
  /* line 353, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  .search .search-result .experience {
    padding: 8px 15px;
  }
}

/* line 362, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .search-result .highlights {
  border: solid 1px;
  border-width: 1px 0;
  flex: 1;
  padding: 16px 20px;
}

@media (max-width: 950px) {
  /* line 362, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  .search .search-result .highlights {
    padding: 8px 15px;
  }
}

/* line 373, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .search-result .highlights .highlight em {
  font-weight: normal;
}

/* line 379, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .search-result .footer {
  display: flex;
  align-items: center;
  padding: 14px 16px;
  font-size: 12px;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 950px) {
  /* line 379, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  .search .search-result .footer {
    background: none;
  }
}

/* line 395, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .search-result .search-result-experience {
  counter-reset: skills;
  display: inline-flex;
  flex-wrap: wrap;
  max-height: 64px;
  overflow: hidden;
  padding-right: 25px;
  position: relative;
  width: 100%;
}

@media (max-width: 950px) {
  /* line 395, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  .search .search-result .search-result-experience {
    max-height: 128px;
  }
}

/* line 409, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .search-result .search-result-experience .counter {
  content: "+" counter(skills);
  display: inline-block;
  margin-left: 5px;
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 2;
  height: 27px;
}

/* line 420, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .search-result .search-result-experience .skill-with-strength {
  counter-increment: skills;
}

/* line 424, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .search-result .search-result-experience .matches {
  display: contents;
}

/* line 429, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .search-result .search-result-experience .highlight-matches .skill-with-strength {
  background-color: white;
}

/* line 436, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .banner-to-requirements {
  background-color: white;
  padding: 15px;
  padding: 35px 35px 10px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 950px) {
  /* line 436, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  .search .banner-to-requirements {
    padding: 15px 15px 10px;
    flex-direction: column;
    justify-content: space-evenly;
  }
}

/* line 449, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .banner-to-requirements .content {
  margin: 10px;
}

/* line 452, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .banner-to-requirements .content h3 {
  margin-top: 0px;
  font-size: 22px;
  letter-spacing: normal;
  line-height: normal;
}

/* line 458, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .banner-to-requirements .content p {
  font-size: 14px;
  margin-bottom: 0;
}

/* line 463, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .banner-to-requirements .btn-container {
  margin: 10px;
  flex: 0 0 auto;
}

/* line 472, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .missing-requirements {
  margin-top: 0.5em;
  opacity: 0.9;
  font-size: 12px;
}

/* line 477, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .missing-requirements .missing-cta {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 480, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .missing-requirements .missing-cta:before {
  content: attr(data-missed-count) " ";
}

/* line 483, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .missing-requirements .missing-cta:after {
  margin-left: 5px;
  transform: translateY(-3px) rotate(45deg);
  display: inline-block;
  transition: all 200ms ease-in-out;
  border: solid;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  content: '';
  transform-origin: center center;
}

/* line 495, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .missing-requirements .missing-cta.open:after {
  transform: rotate(-135deg);
}

/* line 500, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .missing-requirements ul.missed-matches {
  margin-right: 1.2em;
  display: none;
}

/* line 504, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .missing-requirements ul.missed-matches.open {
  display: inline-block;
}

/* line 507, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .missing-requirements ul.missed-matches:before {
  content: attr(data-content);
  display: inline-block;
  width: auto;
  height: auto;
  margin-right: 5px;
}

/* line 514, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .missing-requirements ul.missed-matches li {
  display: inline-block;
  margin-right: 0.5em;
  margin-top: 0.3em;
}

/* line 519, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .missing-requirements ul.missed-matches li a {
  font-size: 12px;
  display: inline-block;
  border: 1px solid;
  line-height: 2;
  padding: 0 10px;
}

/* line 526, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .missing-requirements ul.missed-matches li a.strike {
  text-decoration: line-through;
  cursor: default;
}

/* line 531, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .missing-requirements ul.missed-matches li a.action {
  cursor: pointer;
}

/* line 537, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .missing-requirements ul.missed-matches li a.action:active, .search .missing-requirements ul.missed-matches li a.action.active {
  border: 1px solid;
}

/* line 546, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .missing-requirements .missing-info ul.missed-matches:before {
  display: none;
}

/* line 552, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .missing-requirements[data-has-actions="true"] .missing-info {
  display: none;
}

/* line 566, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .invert-missing-matches[data-hide-missing-actions] .missing-requirements .missing-info {
  display: block;
}

/* line 571, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
.search .invert-missing-matches[data-hide-missing-actions] .missing-requirements .missing-actions {
  display: none;
}

/* line 16, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search h1 {
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.31;
  letter-spacing: 1px;
  font-size: 30px;
  margin-bottom: 10px;
}

@media (max-width: 600px) {
  /* line 16, app/assets/stylesheets/application/pages/concepts/member/search.scss */
  .search h1 {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: normal;
  }
}

/* line 22, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search h2 {
  font-size: 30px;
}

/* line 26, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search h3 {
  margin-bottom: 6px;
}

/* line 31, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search form .location {
  display: flex;
}

/* line 34, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search form .location .approximate-location {
  display: flex;
  flex: 1;
}

/* line 38, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search form .location .approximate-location .field.country {
  align-self: flex-end;
  margin-right: 32px;
  width: calc((100% + 100px + 16px - 32px) / 2);
}

/* line 45, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search form .location .approximate-location .location-controls-wrapper {
  flex: 1;
}

/* line 48, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search form .location .approximate-location .location-controls-wrapper .location-controls {
  flex: 1;
}

/* line 53, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search form .location .approximate-location .approx-location {
  display: none;
}

/* line 58, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search form .location .radius {
  align-self: flex-end;
  margin-left: 16px;
}

/* line 62, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search form .location .radius .input-wrapper.select {
  width: 110px;
}

@media (max-width: 600px) {
  /* line 70, app/assets/stylesheets/application/pages/concepts/member/search.scss */
  .search form .actions .btn {
    flex: 1 1 0px;
  }
  /* line 74, app/assets/stylesheets/application/pages/concepts/member/search.scss */
  .search form .location {
    display: grid;
    grid-template-areas: 'country country' 'postcode radius';
    grid-template-columns: 70% 30%;
  }
  /* line 80, app/assets/stylesheets/application/pages/concepts/member/search.scss */
  .search form .location .approximate-location {
    display: contents;
  }
  /* line 83, app/assets/stylesheets/application/pages/concepts/member/search.scss */
  .search form .location .approximate-location .field.country {
    margin-right: 0;
    grid-area: country;
    width: initial;
  }
  /* line 90, app/assets/stylesheets/application/pages/concepts/member/search.scss */
  .search form .location .location-controls-wrapper {
    grid-area: postcode;
  }
  /* line 94, app/assets/stylesheets/application/pages/concepts/member/search.scss */
  .search form .location .radius {
    grid-area: radius;
    margin-left: 12px;
  }
  /* line 98, app/assets/stylesheets/application/pages/concepts/member/search.scss */
  .search form .location .radius .input-wrapper.select {
    width: 100%;
  }
}

/* line 106, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search .budget {
  font-size: 0;
}

/* line 110, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search .budget .description {
  float: right;
  font-size: 11px;
  margin-top: 5px;
}

/* line 116, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search .budget .budget-wrapper, .search .budget .type-wrapper {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
}

/* line 121, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search .budget .type-wrapper {
  width: 35px;
}

/* line 125, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search .budget .budget-wrapper {
  width: calc(100% - 35px);
  padding-right: 5px;
}

@media (max-width: 1100px) {
  /* line 106, app/assets/stylesheets/application/pages/concepts/member/search.scss */
  .search .budget {
    margin-top: -11px;
  }
  /* line 133, app/assets/stylesheets/application/pages/concepts/member/search.scss */
  .search .budget label {
    margin-bottom: 0;
    line-height: normal;
  }
  /* line 138, app/assets/stylesheets/application/pages/concepts/member/search.scss */
  .search .budget .description {
    float: none;
    margin-top: 0;
    margin-bottom: 5px;
    line-height: normal;
  }
}

@media (max-width: 600px) {
  /* line 106, app/assets/stylesheets/application/pages/concepts/member/search.scss */
  .search .budget {
    margin-top: 0;
  }
}

/* line 151, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search .extra-controls {
  margin-bottom: 16px;
}

/* line 154, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search .extra-controls .show, .search .extra-controls .hide {
  margin-bottom: 8px;
}

/* line 158, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search .extra-controls .show {
  display: inline-block;
}

/* line 161, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search .extra-controls .show:after {
  transform: translateY(-25%) translateX(3px) rotate(-45deg) scale(-1, 1);
  border: solid lightgrey;
  border-width: 0 2px 2px 0;
  display: inline-block;
  transition: transform 200ms ease-in-out, border-color 200ms ease-in-out;
  padding: 3px;
  content: '';
  transform-origin: center center;
  vertical-align: middle;
  margin: 4px;
}

/* line 167, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search .extra-controls .hide {
  display: none;
}

/* line 170, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search .extra-controls .hide:after {
  transform: translateY(25%) translateX(3px) rotate(-135deg);
  border: solid lightgrey;
  border-width: 0 2px 2px 0;
  display: inline-block;
  transition: transform 200ms ease-in-out, border-color 200ms ease-in-out;
  padding: 3px;
  content: '';
  transform-origin: center center;
  vertical-align: middle;
  margin: 4px;
}

/* line 176, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search .extra-controls .controls {
  display: none;
}

/* line 181, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search .extra-controls.open .show {
  display: none;
}

/* line 185, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search .extra-controls.open .controls {
  display: block;
}

/* line 189, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search .extra-controls.open .hide {
  display: inline-block;
}

/* line 195, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search .main-content-wrap .main-content {
  padding-top: 0;
}

/* line 199, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search section.container {
  padding: 0 80px;
}

@media (max-width: 950px) {
  /* line 199, app/assets/stylesheets/application/pages/concepts/member/search.scss */
  .search section.container {
    padding: 0 40px;
  }
}

@media (max-width: 600px) {
  /* line 199, app/assets/stylesheets/application/pages/concepts/member/search.scss */
  .search section.container {
    padding: 0 16px;
  }
}

/* line 210, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search section.container.search-filters {
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 600px) {
  /* line 210, app/assets/stylesheets/application/pages/concepts/member/search.scss */
  .search section.container.search-filters {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

/* line 222, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search section.container .skills-wrapper {
  display: grid;
  grid-template-areas: "search skills";
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 32px;
}

@media (max-width: 600px) {
  /* line 222, app/assets/stylesheets/application/pages/concepts/member/search.scss */
  .search section.container .skills-wrapper {
    grid-template-areas: "search" "skills";
    grid-template-columns: 1fr;
  }
}

/* line 235, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search section.container .skills-wrapper .skills-list-container {
  grid-area: skills;
}

/* line 239, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search section.container .skills-wrapper .search {
  grid-area: search;
}

/* line 249, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search .info {
  font-size: 14px;
  margin-bottom: 8px;
}

/* line 254, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search .row {
  font-size: 0;
  line-height: 0;
}

/* line 258, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search .column {
  margin-bottom: 14px;
  color: #13311a;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.71;
  display: inline-block;
  margin-right: 32px;
  width: calc((100% - 32px) / 2 * 1);
  vertical-align: top;
}

@media (max-width: 600px) {
  /* line 258, app/assets/stylesheets/application/pages/concepts/member/search.scss */
  .search .column {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

/* line 95, app/assets/stylesheets/application/base/config/_mixins.scss */
.search .column:nth-of-type(2n) {
  margin-right: 0;
}

@media (max-width: 600px) {
  /* line 258, app/assets/stylesheets/application/pages/concepts/member/search.scss */
  .search .column {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.71;
    display: block;
    width: 100%;
  }
}

@media (max-width: 600px) and (max-width: 600px) {
  /* line 258, app/assets/stylesheets/application/pages/concepts/member/search.scss */
  .search .column {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

/* line 264, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search .results {
  padding-top: 14px;
  margin-bottom: 16px;
}

/* line 268, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search .results > * {
  width: 100%;
}

/* line 272, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search .results .result-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* line 279, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search .welcome {
  position: relative;
  margin-top: 16px;
  padding: 44px;
  margin-bottom: 32px;
  min-height: 170px;
}

/* line 286, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search .welcome:before {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

/* line 293, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search .welcome .welcome-header {
  display: inline-block;
  vertical-align: middle;
  margin: 0 44px 0 0;
  line-height: 70px;
}

@media (max-width: 600px) {
  /* line 293, app/assets/stylesheets/application/pages/concepts/member/search.scss */
  .search .welcome .welcome-header {
    margin-right: 16px;
  }
}

/* line 304, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search .welcome .welcome-message {
  display: inline-block;
  vertical-align: middle;
}

/* line 309, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search .welcome .welcome-picture {
  float: right;
}

@media (max-width: 430px) {
  /* line 309, app/assets/stylesheets/application/pages/concepts/member/search.scss */
  .search .welcome .welcome-picture {
    float: none;
  }
}

/* line 318, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search .search-result-key {
  background: #fff;
}

/* line 325, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search .result-header {
  position: relative;
  margin: 10px 0;
  padding-bottom: 8px;
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 950px) {
  /* line 325, app/assets/stylesheets/application/pages/concepts/member/search.scss */
  .search .result-header {
    justify-content: space-between;
  }
}

/* line 335, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search .result-header > * {
  padding-right: 50px;
}

@media (max-width: 950px) {
  /* line 335, app/assets/stylesheets/application/pages/concepts/member/search.scss */
  .search .result-header > * {
    padding-right: 15px;
  }
}

/* line 342, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search .result-header > *:last-child {
  padding-right: 0px;
}

@media (max-width: 950px) {
  /* line 335, app/assets/stylesheets/application/pages/concepts/member/search.scss */
  .search .result-header > * {
    padding-right: 50px;
  }
  /* line 349, app/assets/stylesheets/application/pages/concepts/member/search.scss */
  .search .result-header > *:nth-last-child(2) {
    padding-right: 0px;
  }
}

@media (max-width: 950px) {
  /* line 355, app/assets/stylesheets/application/pages/concepts/member/search.scss */
  .search .result-header .tooltip {
    display: none;
  }
}

/* line 360, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search .result-header .tooltiptext {
  width: 250px;
  top: 100%;
  left: 0%;
  margin-left: -225px;
  margin-top: 10px;
  padding: 16px 20px;
  text-align: left;
}

/* line 373, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search .result-header .tooltiptext table {
  width: 250px;
  border-collapse: separate;
  border-spacing: 10px;
  margin-bottom: 8px;
}

/* line 379, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search .result-header .tooltiptext table td {
  margin: 5px;
}

/* line 383, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search .result-header .tooltiptext table td:first-child {
  width: 20px;
}

/* line 388, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search .result-header .tooltiptext ul {
  list-style-type: none;
  margin-left: 22px;
}

/* line 392, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search .result-header .tooltiptext ul li:before {
  content: '\2022';
  width: 1em;
  margin-left: -1em;
  display: inline-block;
}

/* line 402, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search .result-header .num-of-results {
  display: block;
  flex: 1 1;
}

@media (max-width: 950px) {
  /* line 402, app/assets/stylesheets/application/pages/concepts/member/search.scss */
  .search .result-header .num-of-results {
    display: none;
  }
}

/* line 411, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search .result-header .key {
  display: flex;
  font-size: 12px;
}

@media (max-width: 950px) {
  /* line 411, app/assets/stylesheets/application/pages/concepts/member/search.scss */
  .search .result-header .key {
    flex-direction: column;
  }
}

/* line 418, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search .result-header .key .header {
  display: inline-block;
  white-space: nowrap;
  margin-top: 5px;
  margin-right: 6px;
  line-height: 25px;
  vertical-align: top;
}

/* line 427, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search .result-header .key .items {
  display: flex;
}

/* line 430, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search .result-header .key .items .item {
  display: inline-block;
  margin: 0 5px;
  min-width: 36px;
  text-align: center;
}

/* line 436, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search .result-header .key .items .item .block {
  width: 25px;
  height: 25px;
  margin: auto;
}

@media (max-width: 600px) {
  /* line 430, app/assets/stylesheets/application/pages/concepts/member/search.scss */
  .search .result-header .key .items .item {
    margin: 0 5px 0 0;
    font-size: 10px;
    text-align: left;
  }
  /* line 450, app/assets/stylesheets/application/pages/concepts/member/search.scss */
  .search .result-header .key .items .item .block {
    margin: initial;
  }
}

/* line 459, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search .search-result-wrapper {
  width: 100%;
}

@media (max-width: 950px) {
  /* line 459, app/assets/stylesheets/application/pages/concepts/member/search.scss */
  .search .search-result-wrapper {
    width: calc(50% - 14px);
    margin-bottom: 28px;
  }
}

@media (max-width: 700px) {
  /* line 459, app/assets/stylesheets/application/pages/concepts/member/search.scss */
  .search .search-result-wrapper {
    width: 100%;
  }
}

/* line 472, app/assets/stylesheets/application/pages/concepts/member/search.scss */
.search .pagination {
  margin: 25px 0;
}

/* line 2, app/assets/stylesheets/application/pages/concepts/member/member_list.scss */
body.member-list .member {
  padding: 8px 0;
  font-size: 0;
  line-height: 0;
}

/* line 6, app/assets/stylesheets/application/pages/concepts/member/member_list.scss */
body.member-list .member .image {
  color: #13311a;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.71;
  display: inline-block;
  margin-right: 10px;
  width: calc((100% - 10px) / 2 * 1);
  vertical-align: top;
  text-align: right;
}

@media (max-width: 600px) {
  /* line 6, app/assets/stylesheets/application/pages/concepts/member/member_list.scss */
  body.member-list .member .image {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

/* line 95, app/assets/stylesheets/application/base/config/_mixins.scss */
body.member-list .member .image:nth-of-type(2n) {
  margin-right: 0;
}

/* line 10, app/assets/stylesheets/application/pages/concepts/member/member_list.scss */
body.member-list .member .image .small-member-pic {
  display: inline;
  margin-right: 10px;
  width: 45px;
  height: 45px;
}

/* line 18, app/assets/stylesheets/application/pages/concepts/member/member_list.scss */
body.member-list .member .name {
  color: #13311a;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.71;
  display: inline-block;
  margin-right: 10px;
  width: calc((100% - 10px) / 2 * 1);
  vertical-align: top;
  font-size: 14px;
  margin-top: 12px;
}

@media (max-width: 600px) {
  /* line 18, app/assets/stylesheets/application/pages/concepts/member/member_list.scss */
  body.member-list .member .name {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

/* line 95, app/assets/stylesheets/application/base/config/_mixins.scss */
body.member-list .member .name:nth-of-type(2n) {
  margin-right: 0;
}

/* line 1, app/assets/stylesheets/application/pages/concepts/marketing/_trusted_by.scss */
.trusted-clients {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 55px;
  flex-wrap: wrap;
  overflow: hidden;
}

@media (min-width: 799px) {
  /* line 1, app/assets/stylesheets/application/pages/concepts/marketing/_trusted_by.scss */
  .trusted-clients {
    height: 80px;
  }
}

/* line 17, app/assets/stylesheets/application/pages/concepts/marketing/_trusted_by.scss */
.trusted-clients header {
  padding: 10px 30px;
  display: none;
}

@media (min-width: 799px) {
  /* line 17, app/assets/stylesheets/application/pages/concepts/marketing/_trusted_by.scss */
  .trusted-clients header {
    display: block;
  }
}

/* line 25, app/assets/stylesheets/application/pages/concepts/marketing/_trusted_by.scss */
.trusted-clients header h4 {
  font-size: 18px;
  line-height: 1;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0;
}

/* line 34, app/assets/stylesheets/application/pages/concepts/marketing/_trusted_by.scss */
.trusted-clients .logo {
  padding: 10px;
  margin: auto;
}

@media (min-width: 799px) {
  /* line 34, app/assets/stylesheets/application/pages/concepts/marketing/_trusted_by.scss */
  .trusted-clients .logo {
    height: 80px;
    padding: 20px 15px;
  }
}

/* line 43, app/assets/stylesheets/application/pages/concepts/marketing/_trusted_by.scss */
.trusted-clients .logo svg {
  height: 34px;
  max-width: 65px;
}

@media (min-width: 799px) {
  /* line 43, app/assets/stylesheets/application/pages/concepts/marketing/_trusted_by.scss */
  .trusted-clients .logo svg {
    height: 40px;
    max-width: 100px;
  }
}

/* line 52, app/assets/stylesheets/application/pages/concepts/marketing/_trusted_by.scss */
.trusted-clients .logo svg path {
  fill: #fff;
}

/* line 56, app/assets/stylesheets/application/pages/concepts/marketing/_trusted_by.scss */
.trusted-clients .logo svg [stroke] {
  stroke: #fff;
}

/* line 2, app/assets/stylesheets/application/pages/concepts/notifications.scss */
body.notifications .main-content {
  padding-top: 0;
}

/* line 5, app/assets/stylesheets/application/pages/concepts/notifications.scss */
body.notifications .main-content form {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 9, app/assets/stylesheets/application/pages/concepts/notifications.scss */
body.notifications .main-content .desktop-half {
  color: #13311a;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.71;
  display: inline-block;
  margin-right: 36px;
  width: calc((100% - 36px) / 2 * 1);
  vertical-align: top;
}

@media (max-width: 600px) {
  /* line 9, app/assets/stylesheets/application/pages/concepts/notifications.scss */
  body.notifications .main-content .desktop-half {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

/* line 95, app/assets/stylesheets/application/base/config/_mixins.scss */
body.notifications .main-content .desktop-half:nth-of-type(2n) {
  margin-right: 0;
}

@media (max-width: 600px) {
  /* line 9, app/assets/stylesheets/application/pages/concepts/notifications.scss */
  body.notifications .main-content .desktop-half {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.71;
    display: block;
    width: 100%;
  }
}

@media (max-width: 600px) and (max-width: 600px) {
  /* line 9, app/assets/stylesheets/application/pages/concepts/notifications.scss */
  body.notifications .main-content .desktop-half {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

/* line 14, app/assets/stylesheets/application/pages/concepts/notifications.scss */
body.notifications .main-content section {
  margin-top: 27px;
}

/* line 17, app/assets/stylesheets/application/pages/concepts/notifications.scss */
body.notifications .main-content section.job_notifications {
  padding-bottom: 20px;
}

@media (max-width: 600px) {
  /* line 21, app/assets/stylesheets/application/pages/concepts/notifications.scss */
  body.notifications .main-content section.job_notifications p {
    margin-bottom: 10px;
  }
}

/* line 27, app/assets/stylesheets/application/pages/concepts/notifications.scss */
body.notifications .main-content section.job_notifications .desktop-half.subscriptions {
  margin-bottom: 30px;
}

/* line 31, app/assets/stylesheets/application/pages/concepts/notifications.scss */
body.notifications .main-content section.job_notifications .desktop-half .options {
  margin-bottom: 20px;
}

/* line 36, app/assets/stylesheets/application/pages/concepts/notifications.scss */
body.notifications .main-content section.job_notifications .desktop-half.frequency h4 {
  margin-top: 0;
}

/* line 40, app/assets/stylesheets/application/pages/concepts/notifications.scss */
body.notifications .main-content section.job_notifications .desktop-half.frequency.hidden {
  display: none;
}

@media (max-width: 600px) {
  /* line 46, app/assets/stylesheets/application/pages/concepts/notifications.scss */
  body.notifications .main-content section.job_notifications .desktop-half.subscriptions {
    display: flex;
    flex-flow: column;
  }
  /* line 50, app/assets/stylesheets/application/pages/concepts/notifications.scss */
  body.notifications .main-content section.job_notifications .desktop-half.subscriptions a {
    order: 1;
  }
  /* line 54, app/assets/stylesheets/application/pages/concepts/notifications.scss */
  body.notifications .main-content section.job_notifications .desktop-half.subscriptions .options {
    order: 2;
    margin-top: 20px;
  }
}

/* line 64, app/assets/stylesheets/application/pages/concepts/notifications.scss */
body.notifications .main-content section.general_notifications .row {
  margin-top: 4px;
  padding: 29px 64px 20px;
}

@media (max-width: 600px) {
  /* line 64, app/assets/stylesheets/application/pages/concepts/notifications.scss */
  body.notifications .main-content section.general_notifications .row {
    padding: 13px 16px 30px;
  }
}

/* line 72, app/assets/stylesheets/application/pages/concepts/notifications.scss */
body.notifications .main-content section.general_notifications .row.header {
  height: 81px;
  padding-top: 6px;
}

/* line 8, app/assets/stylesheets/application/shared/skill_strengths.scss */
.key .strong-match {
  background-color: black;
}

/* line 12, app/assets/stylesheets/application/shared/skill_strengths.scss */
.key .medium-match {
  background-color: darkgrey;
}

/* line 16, app/assets/stylesheets/application/shared/skill_strengths.scss */
.key .low-match {
  background-color: lightgrey;
}

/* line 20, app/assets/stylesheets/application/shared/skill_strengths.scss */
.key .no-match {
  border: 1px solid;
}

/* line 25, app/assets/stylesheets/application/shared/skill_strengths.scss */
.skill-with-strength {
  position: relative;
  margin: 6px 6px 0 0;
  white-space: nowrap;
  display: inline-flex;
  white-space: nowrap;
  font-size: 12px;
  line-height: 2;
  border: 1px solid;
  overflow: visible;
  text-overflow: ellipsis;
  background-color: white;
}

/* line 38, app/assets/stylesheets/application/shared/skill_strengths.scss */
.skill-with-strength:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: calc(100% + 2px);
  margin: -1px 10px -1px -1px;
}

/* line 46, app/assets/stylesheets/application/shared/skill_strengths.scss */
.skill-with-strength:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 100%;
}

@media (max-width: 600px) {
  /* line 25, app/assets/stylesheets/application/shared/skill_strengths.scss */
  .skill-with-strength {
    white-space: normal;
  }
}

/* line 58, app/assets/stylesheets/application/shared/skill_strengths.scss */
.skill-with-strength.strong-match:before {
  background-color: black;
}

/* line 64, app/assets/stylesheets/application/shared/skill_strengths.scss */
.skill-with-strength.medium-match:before {
  background-color: darkgrey;
}

/* line 70, app/assets/stylesheets/application/shared/skill_strengths.scss */
.skill-with-strength.low-match:before {
  background-color: lightgrey;
}

/* line 75, app/assets/stylesheets/application/shared/skill_strengths.scss */
.skill-with-strength.no-match {
  border: 1px solid;
}

/* line 3, app/assets/stylesheets/application/misc/_progress_bar.scss */
.progress-bar {
  width: 100%;
  border: 1px solid;
  position: relative;
}

/* line 8, app/assets/stylesheets/application/misc/_progress_bar.scss */
.progress-bar .bar-container {
  position: absolute;
  border: 5px solid;
  top: -5px;
  left: -5px;
  right: -5px;
}

/* line 16, app/assets/stylesheets/application/misc/_progress_bar.scss */
.progress-bar .bar-range {
  top: 0;
  position: absolute;
  width: 20px;
}

/* line 21, app/assets/stylesheets/application/misc/_progress_bar.scss */
.progress-bar .bar-range.level-1 {
  border-color: lightgrey;
}

/* line 25, app/assets/stylesheets/application/misc/_progress_bar.scss */
.progress-bar .bar-range.level-2 {
  border-color: darkgrey;
}

/* line 29, app/assets/stylesheets/application/misc/_progress_bar.scss */
.progress-bar .bar-range.level-3 {
  border-color: black;
}

/* line 2, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .main-content-wrap .main-content {
  padding-top: 0;
}

/* line 7, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .construction-profile-header {
  width: 100%;
  margin: 0 auto;
  background: linear-gradient(135deg, rgba(12, 107, 31, 0.05) 0%, white 100%);
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  position: relative;
}

/* line 16, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .construction-profile-header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, #0C6B1F 0%, #073d12 100%);
}

/* line 27, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .profile-banner {
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

@media (max-width: 600px) {
  /* line 27, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
  body.profiles .profile-banner {
    flex-direction: column;
    padding: 24px 20px;
    gap: 24px;
  }
}

/* line 41, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .profile-main-info {
  display: flex;
  gap: 32px;
  flex: 1;
}

@media (max-width: 600px) {
  /* line 41, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
  body.profiles .profile-main-info {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }
}

/* line 54, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .profile-avatar {
  position: relative;
  flex-shrink: 0;
}

/* line 58, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .profile-avatar .avatar-image {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 5px solid #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  transition: transform 300ms ease;
}

/* line 67, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .profile-avatar .avatar-image:hover {
  transform: scale(1.05);
}

@media (max-width: 600px) {
  /* line 58, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
  body.profiles .profile-avatar .avatar-image {
    width: 120px;
    height: 120px;
  }
}

/* line 77, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .profile-avatar .availability-badge {
  position: absolute;
  bottom: 8px;
  right: -8px;
  padding: 8px 16px;
  border-radius: 20px;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border: 2px solid #fff;
}

/* line 91, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .profile-avatar .availability-badge.available {
  background: #0C6B1F;
  color: #fff;
}

/* line 96, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .profile-avatar .availability-badge.busy {
  background: #ffa500;
  color: #fff;
}

/* line 101, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .profile-avatar .availability-badge.unavailable {
  background: #dc3545;
  color: #fff;
}

/* line 108, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .profile-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* line 115, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .profile-name-section {
  display: flex;
  align-items: baseline;
  gap: 16px;
  flex-wrap: wrap;
}

@media (max-width: 600px) {
  /* line 115, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
  body.profiles .profile-name-section {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
}

/* line 127, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .profile-name-section .profile-name {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #13311a;
  margin: 0;
  line-height: 1.2;
}

@media (max-width: 600px) {
  /* line 127, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
  body.profiles .profile-name-section .profile-name {
    font-size: 28px;
    text-align: center;
  }
}

/* line 141, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .profile-name-section .profile-assignments {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  background: rgba(12, 107, 31, 0.1);
  border-radius: 20px;
  border: 1px solid rgba(12, 107, 31, 0.2);
}

/* line 150, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .profile-name-section .profile-assignments .assignment-icon {
  font-size: 16px;
}

/* line 154, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .profile-name-section .profile-assignments .assignment-count {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #0C6B1F;
}

/* line 163, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .profile-trade {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 600px) {
  /* line 163, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
  body.profiles .profile-trade {
    width: 100%;
    justify-content: center;
  }
}

/* line 178, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .profile-trade .trade-label {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #474747;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* line 187, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .profile-trade .trade-value {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #0C6B1F;
}

/* line 195, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .profile-meta-info {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 4px;
}

@media (max-width: 600px) {
  /* line 195, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
  body.profiles .profile-meta-info {
    justify-content: center;
  }
}

/* line 205, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .profile-meta-info .meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #6a7169;
}

/* line 213, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .profile-meta-info .meta-item i.fa {
  color: #0C6B1F;
  width: 16px;
  text-align: center;
}

/* line 219, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .profile-meta-info .meta-item.location {
  font-weight: 500;
}

/* line 225, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .current-project {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  padding: 10px 16px;
  background: rgba(12, 107, 31, 0.05);
  border-left: 4px solid #0C6B1F;
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 600px) {
  /* line 225, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
  body.profiles .current-project {
    width: 100%;
  }
}

/* line 240, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .current-project .project-label {
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #474747;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* line 249, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .current-project .project-value {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #13311a;
}

/* line 257, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .profile-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end;
}

@media (max-width: 600px) {
  /* line 257, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
  body.profiles .profile-actions {
    width: 100%;
    align-items: stretch;
  }
}

/* line 268, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .profile-actions .btn {
  padding: 12px 28px;
  border-radius: 10px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 200ms ease;
  border: none;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
}

/* line 281, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .profile-actions .btn.btn-contact {
  background: #0C6B1F;
  color: #fff;
  box-shadow: 0 4px 12px rgba(12, 107, 31, 0.3);
}

/* line 286, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .profile-actions .btn.btn-contact:hover {
  background: #084614;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(12, 107, 31, 0.4);
}

/* line 293, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .profile-actions .btn.btn-edit {
  background: #fff;
  color: #0C6B1F;
  border: 2px solid #0C6B1F;
}

/* line 298, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .profile-actions .btn.btn-edit:hover {
  background: #0C6B1F;
  color: #fff;
}

/* line 304, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .profile-actions .btn.btn-share {
  background: #fff;
  color: #474747;
  border: 2px solid #bcbcbc;
}

/* line 309, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .profile-actions .btn.btn-share:hover {
  border-color: #0C6B1F;
  color: #0C6B1F;
}

/* line 316, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .profile-actions .social-links {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}

@media (max-width: 600px) {
  /* line 316, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
  body.profiles .profile-actions .social-links {
    justify-content: center;
  }
}

/* line 325, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .profile-actions .social-links .social-link {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #bcbcbc;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #474747;
  font-size: 18px;
  transition: all 200ms ease;
  text-decoration: none;
}

/* line 339, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .profile-actions .social-links .social-link:hover {
  border-color: #0C6B1F;
  color: #0C6B1F;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(12, 107, 31, 0.2);
}

/* line 348, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .profile-actions .admin-link {
  margin-top: 8px;
}

/* line 351, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .profile-actions .admin-link .admin-profile-link {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  color: #474747;
  text-decoration: underline;
}

/* line 357, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .profile-actions .admin-link .admin-profile-link:hover {
  color: #0C6B1F;
}

/* line 365, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .worker-profile {
  display: none;
  width: 100%;
  margin: 1.25rem auto 0 auto;
  background-color: #fff;
  padding: 24px;
  border-radius: 4px;
  box-shadow: 1px 1px 3px 0 #bcbcbc;
}

/* line 374, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .worker-profile .worker-profile-wrapper {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 40px;
}

@media (min-width: 980px) {
  /* line 374, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
  body.profiles .worker-profile .worker-profile-wrapper {
    gap: 60px;
  }
}

@media (max-width: 600px) {
  /* line 374, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
  body.profiles .worker-profile .worker-profile-wrapper {
    grid-template-columns: 1fr;
  }
}

/* line 389, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .worker-profile .worker-profile-wrapper .avatar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

/* line 395, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .worker-profile .worker-profile-wrapper .avatar .avatar-img-container {
  height: 144px;
  width: 144px;
  background-color: #f5f5f5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

/* line 405, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .worker-profile .worker-profile-wrapper .avatar .avatar-img-container .inset {
  height: 128px;
  width: 128px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
}

/* line 413, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .worker-profile .worker-profile-wrapper .avatar .avatar-img-container .inset > img {
  height: 128px;
  width: 128px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 421, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .worker-profile .worker-profile-wrapper .avatar .availability {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 5px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

/* line 434, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .worker-profile .worker-profile-wrapper .avatar .availability .availability-a {
  color: #0da802;
  letter-spacing: 1.22px;
  font-size: 10px;
}

/* line 440, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .worker-profile .worker-profile-wrapper .avatar .availability .availability-b {
  color: #474747;
  letter-spacing: normal;
  font-size: 12px;
}

/* line 448, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .worker-profile .worker-profile-wrapper .user-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 1rem;
}

/* line 455, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .worker-profile .worker-profile-wrapper .user-info .user-info-details {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/* line 460, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .worker-profile .worker-profile-wrapper .user-info .user-info-details .name-and-assignments {
  display: flex;
  align-items: baseline;
  gap: 20px;
}

/* line 465, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .worker-profile .worker-profile-wrapper .user-info .user-info-details .name-and-assignments .name {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #13311a;
}

/* line 476, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .worker-profile .worker-profile-wrapper .user-info .user-info-details .name-and-assignments .num-assignments {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.43;
  letter-spacing: normal;
  color: #0C6B1F;
}

/* line 489, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .worker-profile .worker-profile-wrapper .user-info .user-info-details .job-titles span {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #6a7169;
}

/* line 502, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .worker-profile .worker-profile-wrapper .user-info .user-info-details .location span {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #6a7169;
}

/* line 514, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .worker-profile .worker-profile-wrapper .user-info .user-info-details .prefered-work-type {
  display: flex;
  margin-top: 6px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.25rem;
}

/* line 522, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .worker-profile .worker-profile-wrapper .user-info .user-info-details .prefered-work-type span {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1px;
  color: #6a7169;
  text-transform: uppercase;
}

/* line 537, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .worker-profile .worker-profile-wrapper .user-info .categories .job-category-list {
  padding: 8px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 665px;
  border-radius: 15px;
  background-color: #f5f5f5;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* line 547, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .worker-profile .worker-profile-wrapper .user-info .categories .job-category-list .job-category {
  width: -moz-max-content;
  width: max-content;
  padding: 2px 8px 1px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  letter-spacing: normal;
  text-align: center;
  border-radius: 8px;
  border: solid 1px #ffd318;
  color: #ffd318;
}

/* line 563, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .worker-profile .worker-profile-wrapper .user-info .categories .job-category-list .job-category::before {
  display: none !important;
}

/* line 566, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .worker-profile .worker-profile-wrapper .user-info .categories .job-category-list .job-category::after {
  margin: 0;
}

/* line 574, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .worker-profile .worker-profile-wrapper .buttons {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

/* line 579, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .worker-profile .worker-profile-wrapper .buttons .btn {
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* line 585, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .worker-profile .worker-profile-wrapper .buttons .icons {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-top: 16px;
}

@media (max-width: 600px) {
  /* line 585, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
  body.profiles .worker-profile .worker-profile-wrapper .buttons .icons {
    margin-top: 8px;
    width: 100%;
  }
  /* line 595, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
  body.profiles .worker-profile .worker-profile-wrapper .buttons .icons a:not(:last-of-type) {
    margin-right: 8px;
  }
}

/* line 601, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .worker-profile .worker-profile-wrapper .buttons .admin {
  display: grid;
  grid-auto-flow: column;
  grid-column-gap: 16px;
  font-size: 16px;
  grid-area: admin;
  margin: 6px auto 0;
  padding: 4px 16px;
  width: -moz-fit-content;
  width: fit-content;
}

/* line 611, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
body.profiles .worker-profile .worker-profile-wrapper .buttons .admin:empty {
  display: none;
}

@media (max-width: 600px) {
  /* line 601, app/assets/stylesheets/application/pages/concepts/profiles/_header.scss */
  body.profiles .worker-profile .worker-profile-wrapper .buttons .admin {
    font-size: 14px;
  }
}

/* line 3, app/assets/stylesheets/application/pages/concepts/profiles/_desired_job_categories.scss */
.desired-job-categories .job-category-list {
  margin: 8px 0;
}

@media (max-width: 600px) {
  /* line 3, app/assets/stylesheets/application/pages/concepts/profiles/_desired_job_categories.scss */
  .desired-job-categories .job-category-list {
    margin-top: 0;
  }
}

/* line 10, app/assets/stylesheets/application/pages/concepts/profiles/_desired_job_categories.scss */
.desired-job-categories .job-category-list .edit {
  font-size: 12px;
}

/* line 2, app/assets/stylesheets/application/pages/concepts/profiles/_companies.scss */
body.profiles .companies {
  width: 100%;
  margin-top: 16px;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 4px;
}

/* line 9, app/assets/stylesheets/application/pages/concepts/profiles/_companies.scss */
body.profiles .companies.white {
  padding: 16px 28px;
  box-shadow: 1px 1px 3px 0 #bcbcbc;
}

/* line 14, app/assets/stylesheets/application/pages/concepts/profiles/_companies.scss */
body.profiles .companies .recent-companies {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 25px;
}

/* line 21, app/assets/stylesheets/application/pages/concepts/profiles/_companies.scss */
body.profiles .companies .recent-companies header {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #13311a;
}

/* line 32, app/assets/stylesheets/application/pages/concepts/profiles/_companies.scss */
body.profiles .companies .recent-companies .companies-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

/* line 38, app/assets/stylesheets/application/pages/concepts/profiles/_companies.scss */
body.profiles .companies .recent-companies .companies-list .company {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
}

/* line 44, app/assets/stylesheets/application/pages/concepts/profiles/_companies.scss */
body.profiles .companies .recent-companies .companies-list .company .company-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 15px 34px;
  border-radius: 15px;
  background-color: #f5f5f5;
}

/* line 53, app/assets/stylesheets/application/pages/concepts/profiles/_companies.scss */
body.profiles .companies .recent-companies .companies-list .company .company-info .info {
  font-family: "PublicSans", sans-serif;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}

/* line 60, app/assets/stylesheets/application/pages/concepts/profiles/_companies.scss */
body.profiles .companies .recent-companies .companies-list .company .company-info .info.company-name {
  font-size: 24px;
}

/* line 64, app/assets/stylesheets/application/pages/concepts/profiles/_companies.scss */
body.profiles .companies .recent-companies .companies-list .company .company-info .info.company-categories {
  font-size: 18px;
}

/* line 68, app/assets/stylesheets/application/pages/concepts/profiles/_companies.scss */
body.profiles .companies .recent-companies .companies-list .company .company-info .info.company-years {
  font-size: 16px;
}

/* line 76, app/assets/stylesheets/application/pages/concepts/profiles/_companies.scss */
body.profiles .companies .recent-companies .footnote {
  font-family: "PublicSans", sans-serif;
  font-size: 12px;
  color: #6a7169;
  margin-top: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}

/* line 2, app/assets/stylesheets/application/pages/concepts/profiles/_roles.scss */
body.profiles .roles {
  width: 100%;
  margin-top: 16px;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 4px;
}

/* line 9, app/assets/stylesheets/application/pages/concepts/profiles/_roles.scss */
body.profiles .roles.white {
  padding: 16px 28px;
  box-shadow: 1px 1px 3px 0 #bcbcbc;
}

/* line 14, app/assets/stylesheets/application/pages/concepts/profiles/_roles.scss */
body.profiles .roles .wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

/* line 21, app/assets/stylesheets/application/pages/concepts/profiles/_roles.scss */
body.profiles .roles .wrapper .title-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

/* line 27, app/assets/stylesheets/application/pages/concepts/profiles/_roles.scss */
body.profiles .roles .wrapper .title-container .section-title {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #13311a;
}

/* line 38, app/assets/stylesheets/application/pages/concepts/profiles/_roles.scss */
body.profiles .roles .wrapper .title-container .total-exp {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-family: "PublicSans", sans-serif;
  font-stretch: normal;
  font-style: normal;
  text-align: center;
}

/* line 47, app/assets/stylesheets/application/pages/concepts/profiles/_roles.scss */
body.profiles .roles .wrapper .title-container .total-exp .yrs {
  font-size: 28px;
  font-weight: 800;
  line-height: 0.93;
  letter-spacing: normal;
  color: #13311a;
}

/* line 55, app/assets/stylesheets/application/pages/concepts/profiles/_roles.scss */
body.profiles .roles .wrapper .title-container .total-exp .label {
  font-size: 12px;
  font-weight: 500;
  line-height: 2.17;
  letter-spacing: 1px;
  color: #6a7169;
  text-transform: uppercase;
}

/* line 66, app/assets/stylesheets/application/pages/concepts/profiles/_roles.scss */
body.profiles .roles .wrapper .skill-container {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

/* line 71, app/assets/stylesheets/application/pages/concepts/profiles/_roles.scss */
body.profiles .roles .wrapper .skill-container .skill-progress-bar {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  width: 100%;
  padding: 3px;
  border-radius: 20px;
  background-color: #f5f5f5;
}

/* line 81, app/assets/stylesheets/application/pages/concepts/profiles/_roles.scss */
body.profiles .roles .wrapper .skill-container .skill-progress-bar .skill-progress {
  height: 26px;
  border-radius: 20px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  width: 100px;
  background-color: #ffd318;
}

/* line 89, app/assets/stylesheets/application/pages/concepts/profiles/_roles.scss */
body.profiles .roles .wrapper .skill-container .skill-progress-bar .yrs-exp {
  font-family: "PublicSans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #bcbcbc;
}

/* line 100, app/assets/stylesheets/application/pages/concepts/profiles/_roles.scss */
body.profiles .roles .wrapper .skill-container .skill {
  font-family: "PublicSans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #6a7169;
  text-transform: uppercase;
  margin-left: 13px;
}

/* line 2, app/assets/stylesheets/application/pages/concepts/profiles/_skills.scss */
body.profiles .skills {
  width: 100%;
  margin-top: 16px;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 16px;
}

/* line 9, app/assets/stylesheets/application/pages/concepts/profiles/_skills.scss */
body.profiles .skills.white {
  padding: 24px 32px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

@media (max-width: 600px) {
  /* line 9, app/assets/stylesheets/application/pages/concepts/profiles/_skills.scss */
  body.profiles .skills.white {
    padding: 20px;
    border-radius: 12px;
  }
}

/* line 19, app/assets/stylesheets/application/pages/concepts/profiles/_skills.scss */
body.profiles .skills .key {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 24px;
}

@media (max-width: 600px) {
  /* line 19, app/assets/stylesheets/application/pages/concepts/profiles/_skills.scss */
  body.profiles .skills .key {
    position: relative;
  }
}

/* line 29, app/assets/stylesheets/application/pages/concepts/profiles/_skills.scss */
body.profiles .skills .key .header {
  display: inline-block;
  vertical-align: top;
  margin: 6px 8px 0 0;
}

@media (max-width: 600px) {
  /* line 29, app/assets/stylesheets/application/pages/concepts/profiles/_skills.scss */
  body.profiles .skills .key .header {
    display: block;
    margin-right: 0px;
  }
}

/* line 40, app/assets/stylesheets/application/pages/concepts/profiles/_skills.scss */
body.profiles .skills .key .items {
  display: inline-block;
}

/* line 43, app/assets/stylesheets/application/pages/concepts/profiles/_skills.scss */
body.profiles .skills .key .items .item {
  display: inline-block;
  margin: 5px;
}

/* line 47, app/assets/stylesheets/application/pages/concepts/profiles/_skills.scss */
body.profiles .skills .key .items .item .block {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 8px;
}

/* line 54, app/assets/stylesheets/application/pages/concepts/profiles/_skills.scss */
body.profiles .skills .key .items .item .caption {
  display: inline-block;
  vertical-align: top;
}

/* line 61, app/assets/stylesheets/application/pages/concepts/profiles/_skills.scss */
body.profiles .skills .key .tooltip {
  vertical-align: top;
  margin: 3px 0 0 8px;
}

/* line 65, app/assets/stylesheets/application/pages/concepts/profiles/_skills.scss */
body.profiles .skills .key .tooltip .tooltip-icon {
  font-size: 16px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}

/* line 72, app/assets/stylesheets/application/pages/concepts/profiles/_skills.scss */
body.profiles .skills .key .tooltip .tooltip-icon:before {
  content: "i";
}

/* line 77, app/assets/stylesheets/application/pages/concepts/profiles/_skills.scss */
body.profiles .skills .key .tooltip .tooltiptext {
  width: 250px;
  top: 100%;
  left: 0%;
  margin-left: -225px;
  margin-top: 10px;
  padding: 16px 20px 8px 20px;
  text-align: left;
}

/* line 87, app/assets/stylesheets/application/pages/concepts/profiles/_skills.scss */
body.profiles .skills .key .tooltip .tooltiptext .header {
  margin: 0;
}

/* line 91, app/assets/stylesheets/application/pages/concepts/profiles/_skills.scss */
body.profiles .skills .key .tooltip .tooltiptext ul {
  list-style-type: none;
  margin-left: 22px;
  margin-bottom: 8px;
  line-height: 1.71;
}

/* line 97, app/assets/stylesheets/application/pages/concepts/profiles/_skills.scss */
body.profiles .skills .key .tooltip .tooltiptext ul li:before {
  content: "\2022";
  width: 1em;
  margin-left: -1em;
  display: inline-block;
}

/* line 108, app/assets/stylesheets/application/pages/concepts/profiles/_skills.scss */
body.profiles .skills .category {
  color: #13311a;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.71;
  display: inline-block;
  margin-right: 16px;
  width: calc((100% - 32px) / 3 * 1);
  vertical-align: top;
}

/* line 109, app/assets/stylesheets/application/pages/concepts/profiles/_skills.scss */
body.profiles .skills .category .job-category {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #13311a;
}

/* line 116, app/assets/stylesheets/application/pages/concepts/profiles/_skills.scss */
body.profiles .skills .category .skills-category {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #13311a;
  padding: 12px 16px;
  background: linear-gradient(135deg, rgba(12, 107, 31, 0.08) 0%, rgba(12, 107, 31, 0.02) 100%);
  border-left: 4px solid #0C6B1F;
  border-radius: 8px;
}

/* line 127, app/assets/stylesheets/application/pages/concepts/profiles/_skills.scss */
body.profiles .skills .category .white {
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

@media (max-width: 600px) {
  /* line 108, app/assets/stylesheets/application/pages/concepts/profiles/_skills.scss */
  body.profiles .skills .category {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

/* line 95, app/assets/stylesheets/application/base/config/_mixins.scss */
body.profiles .skills .category:nth-of-type(3n) {
  margin-right: 0;
}

@media (max-width: 1100px) {
  /* line 108, app/assets/stylesheets/application/pages/concepts/profiles/_skills.scss */
  body.profiles .skills .category {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.71;
    display: inline-block;
    margin-right: 16px;
    width: calc((100% - 16px) / 2 * 1);
    vertical-align: top;
  }
}

@media (max-width: 1100px) and (max-width: 600px) {
  /* line 108, app/assets/stylesheets/application/pages/concepts/profiles/_skills.scss */
  body.profiles .skills .category {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

@media (max-width: 1100px) {
  /* line 95, app/assets/stylesheets/application/base/config/_mixins.scss */
  body.profiles .skills .category:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media (max-width: 600px) {
  /* line 108, app/assets/stylesheets/application/pages/concepts/profiles/_skills.scss */
  body.profiles .skills .category {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.71;
    display: block;
    width: 100%;
    margin-bottom: 16px;
  }
}

@media (max-width: 600px) and (max-width: 600px) {
  /* line 108, app/assets/stylesheets/application/pages/concepts/profiles/_skills.scss */
  body.profiles .skills .category {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

/* line 145, app/assets/stylesheets/application/pages/concepts/profiles/_skills.scss */
body.profiles .skills .top-skills {
  margin-bottom: 32px;
}

/* line 148, app/assets/stylesheets/application/pages/concepts/profiles/_skills.scss */
body.profiles .skills .top-skills .skill-name {
  font-weight: 600;
  color: #13311a;
  margin-bottom: 8px;
  display: block;
  font-size: 14px;
}

/* line 156, app/assets/stylesheets/application/pages/concepts/profiles/_skills.scss */
body.profiles .skills .top-skills .progress-bar {
  margin-bottom: 16px;
}

/* line 161, app/assets/stylesheets/application/pages/concepts/profiles/_skills.scss */
body.profiles .skills .additional-skills {
  padding: 16px;
  background: rgba(245, 245, 245, 0.5);
  border-radius: 8px;
  margin-top: 16px;
}

/* line 167, app/assets/stylesheets/application/pages/concepts/profiles/_skills.scss */
body.profiles .skills .additional-skills span {
  font-size: 13px;
  line-height: 1.6;
}

/* line 171, app/assets/stylesheets/application/pages/concepts/profiles/_skills.scss */
body.profiles .skills .additional-skills span.bold {
  font-weight: 700;
  color: #13311a;
  display: block;
  margin-bottom: 8px;
}

/* line 2, app/assets/stylesheets/application/pages/concepts/profiles/_featured_skills.scss */
body.profiles section.white.featured-skills {
  width: 100%;
  margin-top: 16px;
  margin-inline: auto;
  background-color: #fff;
  padding: 24px 32px;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

@media (max-width: 600px) {
  /* line 2, app/assets/stylesheets/application/pages/concepts/profiles/_featured_skills.scss */
  body.profiles section.white.featured-skills {
    padding: 20px;
    border-radius: 12px;
  }
}

/* line 16, app/assets/stylesheets/application/pages/concepts/profiles/_featured_skills.scss */
body.profiles section.white.featured-skills .featured-skills-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

/* line 23, app/assets/stylesheets/application/pages/concepts/profiles/_featured_skills.scss */
body.profiles section.white.featured-skills .featured-skills-wrapper > header {
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  color: #13311a;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 3px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #0C6B1F 0%, transparent 100%) border-box;
  border-bottom: 3px solid transparent;
}

@media (max-width: 600px) {
  /* line 23, app/assets/stylesheets/application/pages/concepts/profiles/_featured_skills.scss */
  body.profiles section.white.featured-skills .featured-skills-wrapper > header {
    font-size: 22px;
  }
}

/* line 45, app/assets/stylesheets/application/pages/concepts/profiles/_featured_skills.scss */
body.profiles section.white.featured-skills .featured-skills-wrapper > header h3 {
  margin: 0;
}

/* line 49, app/assets/stylesheets/application/pages/concepts/profiles/_featured_skills.scss */
body.profiles section.white.featured-skills .featured-skills-wrapper > header .btn-container {
  font-size: 14px;
}

@media (min-width: 601px) {
  /* line 49, app/assets/stylesheets/application/pages/concepts/profiles/_featured_skills.scss */
  body.profiles section.white.featured-skills .featured-skills-wrapper > header .btn-container {
    margin-top: 0px;
  }
}

/* line 58, app/assets/stylesheets/application/pages/concepts/profiles/_featured_skills.scss */
body.profiles section.white.featured-skills .featured-skills-wrapper .featured-skills-list {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

@media (max-width: 600px) {
  /* line 58, app/assets/stylesheets/application/pages/concepts/profiles/_featured_skills.scss */
  body.profiles section.white.featured-skills .featured-skills-wrapper .featured-skills-list {
    gap: 8px;
  }
}

/* line 68, app/assets/stylesheets/application/pages/concepts/profiles/_featured_skills.scss */
body.profiles section.white.featured-skills .featured-skills-wrapper .featured-skills-list .skill-with-strength {
  margin: 0;
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  background: linear-gradient(135deg, rgba(12, 107, 31, 0.12) 0%, rgba(12, 107, 31, 0.05) 100%);
  border: 2px solid rgba(12, 107, 31, 0.25);
  border-radius: 20px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #13311a;
  text-transform: none;
  transition: all 200ms ease;
  position: relative;
  overflow: hidden;
}

@media (max-width: 600px) {
  /* line 68, app/assets/stylesheets/application/pages/concepts/profiles/_featured_skills.scss */
  body.profiles section.white.featured-skills .featured-skills-wrapper .featured-skills-list .skill-with-strength {
    padding: 8px 14px;
    font-size: 13px;
  }
}

/* line 90, app/assets/stylesheets/application/pages/concepts/profiles/_featured_skills.scss */
body.profiles section.white.featured-skills .featured-skills-wrapper .featured-skills-list .skill-with-strength:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(12, 107, 31, 0.2);
  border-color: rgba(12, 107, 31, 0.4);
  background: linear-gradient(135deg, rgba(12, 107, 31, 0.18) 0%, rgba(12, 107, 31, 0.08) 100%);
}

/* line 97, app/assets/stylesheets/application/pages/concepts/profiles/_featured_skills.scss */
body.profiles section.white.featured-skills .featured-skills-wrapper .featured-skills-list .skill-with-strength:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #0C6B1F;
  opacity: 0.8;
}

/* line 108, app/assets/stylesheets/application/pages/concepts/profiles/_featured_skills.scss */
body.profiles section.white.featured-skills .featured-skills-wrapper .featured-skills-list .skill-with-strength:after {
  display: none;
}

/* line 113, app/assets/stylesheets/application/pages/concepts/profiles/_featured_skills.scss */
body.profiles section.white.featured-skills .featured-skills-wrapper .featured-skills-list span {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: #13311a;
  text-transform: none;
  padding: 10px 18px;
  background: linear-gradient(135deg, rgba(12, 107, 31, 0.12) 0%, rgba(12, 107, 31, 0.05) 100%);
  border: 2px solid rgba(12, 107, 31, 0.25);
  border-radius: 20px;
  transition: all 200ms ease;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
}

@media (max-width: 600px) {
  /* line 113, app/assets/stylesheets/application/pages/concepts/profiles/_featured_skills.scss */
  body.profiles section.white.featured-skills .featured-skills-wrapper .featured-skills-list span {
    padding: 8px 14px;
    font-size: 13px;
  }
}

/* line 139, app/assets/stylesheets/application/pages/concepts/profiles/_featured_skills.scss */
body.profiles section.white.featured-skills .featured-skills-wrapper .featured-skills-list span:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(12, 107, 31, 0.2);
  border-color: rgba(12, 107, 31, 0.4);
  background: linear-gradient(135deg, rgba(12, 107, 31, 0.18) 0%, rgba(12, 107, 31, 0.08) 100%);
}

/* line 146, app/assets/stylesheets/application/pages/concepts/profiles/_featured_skills.scss */
body.profiles section.white.featured-skills .featured-skills-wrapper .featured-skills-list span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #0C6B1F;
  opacity: 0.8;
}

/* line 157, app/assets/stylesheets/application/pages/concepts/profiles/_featured_skills.scss */
body.profiles section.white.featured-skills .featured-skills-wrapper .featured-skills-list span:after {
  display: none;
}

/* line 3, app/assets/stylesheets/application/pages/concepts/profiles/_work_histories.scss */
body.profiles .work-histories .btn-container {
  margin: 15px;
}

@media (max-width: 1000px) {
  /* line 6, app/assets/stylesheets/application/pages/concepts/profiles/_work_histories.scss */
  body.profiles .work-histories .details .column.half {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.71;
    display: block;
    width: 100%;
  }
}

@media (max-width: 1000px) and (max-width: 600px) {
  /* line 6, app/assets/stylesheets/application/pages/concepts/profiles/_work_histories.scss */
  body.profiles .work-histories .details .column.half {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

/* line 15, app/assets/stylesheets/application/pages/concepts/profiles/_work_histories.scss */
body.profiles .work-histories .work-history {
  margin-bottom: 16px;
}

/* line 20, app/assets/stylesheets/application/pages/concepts/profiles/_work_histories.scss */
body.profiles .work-histories .work-history .controls {
  float: right;
  vertical-align: top;
}

/* line 24, app/assets/stylesheets/application/pages/concepts/profiles/_work_histories.scss */
body.profiles .work-histories .work-history .controls .edit {
  display: inline-block;
  margin-right: 16px;
}

/* line 29, app/assets/stylesheets/application/pages/concepts/profiles/_work_histories.scss */
body.profiles .work-histories .work-history .controls .delete {
  display: inline-block;
}

/* line 35, app/assets/stylesheets/application/pages/concepts/profiles/_work_histories.scss */
body.profiles .work-histories .work-history .header {
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 25px;
}

/* line 40, app/assets/stylesheets/application/pages/concepts/profiles/_work_histories.scss */
body.profiles .work-histories .work-history .header .right {
  float: right;
}

/* line 44, app/assets/stylesheets/application/pages/concepts/profiles/_work_histories.scss */
body.profiles .work-histories .work-history .header > header {
  margin-bottom: 20px;
}

/* line 48, app/assets/stylesheets/application/pages/concepts/profiles/_work_histories.scss */
body.profiles .work-histories .work-history .header .position {
  font-size: 24px;
  line-height: 1.33;
}

/* line 53, app/assets/stylesheets/application/pages/concepts/profiles/_work_histories.scss */
body.profiles .work-histories .work-history .header .company {
  margin: 0;
}

/* line 60, app/assets/stylesheets/application/pages/concepts/profiles/_work_histories.scss */
body.profiles .work-histories .work-history .header > p {
  margin: 0;
}

/* line 65, app/assets/stylesheets/application/pages/concepts/profiles/_work_histories.scss */
body.profiles .work-histories .work-history .details {
  display: none;
  padding: 0;
  margin-top: 1px;
}

/* line 70, app/assets/stylesheets/application/pages/concepts/profiles/_work_histories.scss */
body.profiles .work-histories .work-history .details.open {
  display: block;
}

/* line 76, app/assets/stylesheets/application/pages/concepts/profiles/_work_histories.scss */
body.profiles .work-histories .work-history .toggle span {
  display: block;
  cursor: pointer;
}

/* line 81, app/assets/stylesheets/application/pages/concepts/profiles/_work_histories.scss */
body.profiles .work-histories .work-history .toggle .open {
  display: none;
}

/* line 86, app/assets/stylesheets/application/pages/concepts/profiles/_work_histories.scss */
body.profiles .work-histories .work-history .toggle.open span {
  display: none;
}

/* line 90, app/assets/stylesheets/application/pages/concepts/profiles/_work_histories.scss */
body.profiles .work-histories .work-history .toggle.open .open {
  display: block;
}

/* line 96, app/assets/stylesheets/application/pages/concepts/profiles/_work_histories.scss */
body.profiles .work-histories .work-history.hidden-work-history {
  opacity: 0.7;
}

/* line 100, app/assets/stylesheets/application/pages/concepts/profiles/_work_histories.scss */
body.profiles .work-histories .work-history .hidden-author-msg {
  opacity: 1.0;
  margin-top: 16px;
}

/* line 104, app/assets/stylesheets/application/pages/concepts/profiles/_work_histories.scss */
body.profiles .work-histories .work-history .hidden-author-msg:before {
  content: '\f070';
  display: inline-block;
  font-size: 20px;
  height: 40px;
  margin-bottom: 0.2em;
  margin-left: -9px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  width: 40px;
}

/* line 118, app/assets/stylesheets/application/pages/concepts/profiles/_work_histories.scss */
body.profiles .work-histories .work-history .row {
  margin-bottom: 0;
}

/* line 122, app/assets/stylesheets/application/pages/concepts/profiles/_work_histories.scss */
body.profiles .work-histories .work-history .skills, body.profiles .work-histories .work-history .about {
  padding: 16px 28px 25px;
}

/* line 124, app/assets/stylesheets/application/pages/concepts/profiles/_work_histories.scss */
body.profiles .work-histories .work-history .skills .head .title, body.profiles .work-histories .work-history .about .head .title {
  margin-bottom: 8px;
  display: inline-block;
  font-size: 14px;
}

/* line 135, app/assets/stylesheets/application/pages/concepts/profiles/_work_histories.scss */
body.profiles .work-histories .work-history .skills ul.skills-list {
  list-style-type: none;
  font-size: 12px;
  margin-left: 13px;
}

/* line 140, app/assets/stylesheets/application/pages/concepts/profiles/_work_histories.scss */
body.profiles .work-histories .work-history .skills ul.skills-list li:before {
  content: '\2022';
  width: 1em;
  margin-left: -1em;
  display: inline-block;
}

/* line 148, app/assets/stylesheets/application/pages/concepts/profiles/_work_histories.scss */
body.profiles .work-histories .work-history .skills .category {
  margin-bottom: 30px;
}

/* line 158, app/assets/stylesheets/application/pages/concepts/profiles/_work_histories.scss */
body.profiles .work-history-overview-form .visibility {
  margin-bottom: 0;
}

/* line 161, app/assets/stylesheets/application/pages/concepts/profiles/_work_histories.scss */
body.profiles .work-history-overview-form .visibility .visibility-checkbox {
  display: inline-flex;
  margin-left: 16px;
}

/* line 167, app/assets/stylesheets/application/pages/concepts/profiles/_work_histories.scss */
body.profiles .work-history-overview-form label {
  margin-bottom: 4px;
}

/* line 171, app/assets/stylesheets/application/pages/concepts/profiles/_work_histories.scss */
body.profiles .work-history-overview-form .button, body.profiles .work-history-overview-form .add {
  margin-top: 0;
}

/* line 2, app/assets/stylesheets/application/pages/concepts/profiles/_work_environments.scss */
body.process.work-environments .options {
  display: flex;
  flex-wrap: wrap;
  gap: 1em 1em;
  margin-bottom: 2em;
}

@media (max-width: 600px) {
  /* line 2, app/assets/stylesheets/application/pages/concepts/profiles/_work_environments.scss */
  body.process.work-environments .options {
    gap: 0.5em;
  }
}

/* line 12, app/assets/stylesheets/application/pages/concepts/profiles/_work_environments.scss */
body.process.work-environments .options .option {
  width: calc(50% - 0.5em);
}

@media (max-width: 600px) {
  /* line 12, app/assets/stylesheets/application/pages/concepts/profiles/_work_environments.scss */
  body.process.work-environments .options .option {
    width: 100%;
  }
}

/* line 19, app/assets/stylesheets/application/pages/concepts/profiles/_work_environments.scss */
body.process.work-environments .options .option input {
  display: none;
}

/* line 22, app/assets/stylesheets/application/pages/concepts/profiles/_work_environments.scss */
body.process.work-environments .options .option input:checked + .option-content {
  transform: translate(1px, 1px);
  box-shadow: 0 0 2px 0 #bcbcbc;
  background-color: rgba(12, 107, 31, 0.5);
}

/* line 29, app/assets/stylesheets/application/pages/concepts/profiles/_work_environments.scss */
body.process.work-environments .options .option .option-content {
  font-size: 1em;
  display: block;
  padding: 0.7em 1em 0.7em;
  text-align: center;
  box-shadow: 1px 1px 3px 0 #bcbcbc;
  border-radius: 15px;
  margin: 0;
  height: 100%;
}

/* line 40, app/assets/stylesheets/application/pages/concepts/profiles/_work_environments.scss */
body.process.work-environments .options .option .option-content:hover {
  transform: translate(1px, 1px);
  box-shadow: 0 0 2px 0 #bcbcbc;
}

/* line 5, app/assets/stylesheets/application/pages/concepts/profiles/_certifications.scss */
body.profiles .certifications .certification .white {
  margin-bottom: 16px;
  padding: 24px;
}

/* line 9, app/assets/stylesheets/application/pages/concepts/profiles/_certifications.scss */
body.profiles .certifications .certification .white header {
  margin-bottom: 24px;
}

/* line 12, app/assets/stylesheets/application/pages/concepts/profiles/_certifications.scss */
body.profiles .certifications .certification .white header h3 {
  margin-bottom: 0;
  display: inline-block;
}

/* line 17, app/assets/stylesheets/application/pages/concepts/profiles/_certifications.scss */
body.profiles .certifications .certification .white header .controls {
  float: right;
  vertical-align: top;
}

/* line 21, app/assets/stylesheets/application/pages/concepts/profiles/_certifications.scss */
body.profiles .certifications .certification .white header .controls .edit {
  display: inline-block;
  margin-right: 16px;
}

/* line 26, app/assets/stylesheets/application/pages/concepts/profiles/_certifications.scss */
body.profiles .certifications .certification .white header .controls .delete {
  display: inline-block;
}

/* line 33, app/assets/stylesheets/application/pages/concepts/profiles/_certifications.scss */
body.profiles .certifications .certification .white .right {
  float: right;
}

/* line 37, app/assets/stylesheets/application/pages/concepts/profiles/_certifications.scss */
body.profiles .certifications .certification .white p {
  margin-bottom: 0;
}

/* line 1, app/assets/stylesheets/application/pages/concepts/profiles/_certificates.scss */
.certificate-list {
  position: relative;
}

/* line 4, app/assets/stylesheets/application/pages/concepts/profiles/_certificates.scss */
.certificate-list header {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-inline: 8px;
  padding-bottom: 20px;
}

@media (max-width: 600px) {
  /* line 4, app/assets/stylesheets/application/pages/concepts/profiles/_certificates.scss */
  .certificate-list header {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    padding-inline: 48px;
  }
}

/* line 21, app/assets/stylesheets/application/pages/concepts/profiles/_certificates.scss */
.certificate-list header .tab-title {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #13311a;
}

/* line 32, app/assets/stylesheets/application/pages/concepts/profiles/_certificates.scss */
.certificate-list > .list-actions {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}

/* line 39, app/assets/stylesheets/application/pages/concepts/profiles/_certificates.scss */
.certificate-list .list-container {
  position: relative;
  min-height: 10em;
}

/* line 44, app/assets/stylesheets/application/pages/concepts/profiles/_certificates.scss */
.certificate-list .missing-section {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #bcbcbc;
  text-align: center;
}

/* line 54, app/assets/stylesheets/application/pages/concepts/profiles/_certificates.scss */
.certificate-list .certification {
  padding: 24px 48px;
  border-radius: 15px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  margin: 0 0 15px 0;
}

@media (max-width: 600px) {
  /* line 54, app/assets/stylesheets/application/pages/concepts/profiles/_certificates.scss */
  .certificate-list .certification {
    padding: 16px 24px;
  }
}

/* line 65, app/assets/stylesheets/application/pages/concepts/profiles/_certificates.scss */
.certificate-list .certification .certification-card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}

/* line 71, app/assets/stylesheets/application/pages/concepts/profiles/_certificates.scss */
.certificate-list .certification .certification-card-wrapper .certification-name {
  font-family: "PublicSans", sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #13311a;
}

/* line 82, app/assets/stylesheets/application/pages/concepts/profiles/_certificates.scss */
.certificate-list .certification .certification-card-wrapper .certification-info-wrapper {
  display: flex;
  flex-direction: row;
  gap: 60px;
}

/* line 87, app/assets/stylesheets/application/pages/concepts/profiles/_certificates.scss */
.certificate-list .certification .certification-card-wrapper .certification-info-wrapper .info-container {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}

@media (min-width: 980px) {
  /* line 87, app/assets/stylesheets/application/pages/concepts/profiles/_certificates.scss */
  .certificate-list .certification .certification-card-wrapper .certification-info-wrapper .info-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}

/* line 100, app/assets/stylesheets/application/pages/concepts/profiles/_certificates.scss */
.certificate-list .certification .certification-card-wrapper .certification-info-wrapper .info-container .certification-info {
  font-family: "PublicSans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2px;
  color: #6a7169;
  text-transform: uppercase;
}

@media (max-width: 600px) {
  /* line 113, app/assets/stylesheets/application/pages/concepts/profiles/_certificates.scss */
  .certificate-list .certification .certification-card-wrapper .certification-info-wrapper .info-container .btn-container {
    flex-direction: row;
    gap: 0.3em;
    justify-content: right;
  }
  /* line 118, app/assets/stylesheets/application/pages/concepts/profiles/_certificates.scss */
  .certificate-list .certification .certification-card-wrapper .certification-info-wrapper .info-container .btn-container .btn {
    margin: 0;
    font-size: 0.9em;
    flex: 0;
  }
}

/* line 133, app/assets/stylesheets/application/pages/concepts/profiles/_certificates.scss */
body.process .certificate-list {
  margin-bottom: 2em;
  margin-top: -1em;
}

@media (min-width: 601px) {
  /* line 133, app/assets/stylesheets/application/pages/concepts/profiles/_certificates.scss */
  body.process .certificate-list {
    margin-top: -5.5em;
  }
}

@media (max-width: 600px) {
  /* line 142, app/assets/stylesheets/application/pages/concepts/profiles/_certificates.scss */
  body.process .certificate-list > header {
    display: block;
    padding: 0 0 1em;
  }
  /* line 147, app/assets/stylesheets/application/pages/concepts/profiles/_certificates.scss */
  body.process .certificate-list .btn-container {
    text-align: center;
    display: flex;
  }
  /* line 151, app/assets/stylesheets/application/pages/concepts/profiles/_certificates.scss */
  body.process .certificate-list .btn-container .btn {
    flex: 1;
  }
}

@media (min-width: 601px) {
  /* line 158, app/assets/stylesheets/application/pages/concepts/profiles/_certificates.scss */
  body.application.profiles .certificate-list {
    background: #fff;
    padding: 50px 100px;
    box-shadow: 1px 1px 3px 0 #bcbcbc;
  }
}

/* line 2, app/assets/stylesheets/application/pages/concepts/profiles/_cv.scss */
body.profiles .cv {
  padding-bottom: 32px;
}

/* line 11, app/assets/stylesheets/application/pages/concepts/profiles/_cv.scss */
body.profiles .cv section.details {
  align-items: center;
  padding: 20px 32px;
}

@media (max-width: 600px) {
  /* line 11, app/assets/stylesheets/application/pages/concepts/profiles/_cv.scss */
  body.profiles .cv section.details {
    padding: 16px;
  }
}

/* line 19, app/assets/stylesheets/application/pages/concepts/profiles/_cv.scss */
body.profiles .cv section.details .info {
  display: flex;
  align-items: center;
}

@media (max-width: 600px) {
  /* line 19, app/assets/stylesheets/application/pages/concepts/profiles/_cv.scss */
  body.profiles .cv section.details .info {
    flex-flow: wrap;
  }
}

/* line 27, app/assets/stylesheets/application/pages/concepts/profiles/_cv.scss */
body.profiles .cv section.details .info .title {
  font-size: 22px;
  margin-right: 32px;
  order: 1;
}

/* line 36, app/assets/stylesheets/application/pages/concepts/profiles/_cv.scss */
body.profiles .cv section.details .info .updated-at {
  align-self: center;
  flex: 1;
  font-size: 16px;
  order: 2;
}

@media (max-width: 600px) {
  /* line 36, app/assets/stylesheets/application/pages/concepts/profiles/_cv.scss */
  body.profiles .cv section.details .info .updated-at {
    flex: none;
    order: 3;
    width: 100%;
  }
}

/* line 48, app/assets/stylesheets/application/pages/concepts/profiles/_cv.scss */
body.profiles .cv section.details .info .updated-at .label {
  display: inline;
  margin-right: 6px;
}

/* line 53, app/assets/stylesheets/application/pages/concepts/profiles/_cv.scss */
body.profiles .cv section.details .info .updated-at .date {
  display: inline;
}

/* line 58, app/assets/stylesheets/application/pages/concepts/profiles/_cv.scss */
body.profiles .cv section.details .info .cta {
  order: 3;
  align-self: center;
}

@media (max-width: 600px) {
  /* line 58, app/assets/stylesheets/application/pages/concepts/profiles/_cv.scss */
  body.profiles .cv section.details .info .cta {
    flex: 1;
    order: 2;
    text-align: right;
  }
}

/* line 71, app/assets/stylesheets/application/pages/concepts/profiles/_cv.scss */
body.profiles .cv .delete {
  display: block;
  margin-top: 12px;
  margin-right: 32px;
  text-align: right;
}

@media (max-width: 600px) {
  /* line 71, app/assets/stylesheets/application/pages/concepts/profiles/_cv.scss */
  body.profiles .cv .delete {
    margin-right: 16px;
  }
}

/* line 82, app/assets/stylesheets/application/pages/concepts/profiles/_cv.scss */
body.profiles .cv section.converting, body.profiles .cv section.missing, body.profiles .cv section.public, body.profiles .cv section.restricted {
  display: flex;
  padding: 32px;
}

@media (max-width: 750px) {
  /* line 82, app/assets/stylesheets/application/pages/concepts/profiles/_cv.scss */
  body.profiles .cv section.converting, body.profiles .cv section.missing, body.profiles .cv section.public, body.profiles .cv section.restricted {
    flex-flow: wrap;
  }
}

@media (max-width: 600px) {
  /* line 82, app/assets/stylesheets/application/pages/concepts/profiles/_cv.scss */
  body.profiles .cv section.converting, body.profiles .cv section.missing, body.profiles .cv section.public, body.profiles .cv section.restricted {
    padding: 16px;
  }
}

/* line 94, app/assets/stylesheets/application/pages/concepts/profiles/_cv.scss */
body.profiles .cv section.converting .icon, body.profiles .cv section.missing .icon, body.profiles .cv section.public .icon, body.profiles .cv section.restricted .icon {
  flex: 0 0 auto;
  position: relative;
  height: 50px;
  width: 50px;
  margin-right: 20px;
}

/* line 101, app/assets/stylesheets/application/pages/concepts/profiles/_cv.scss */
body.profiles .cv section.converting .icon:before, body.profiles .cv section.missing .icon:before, body.profiles .cv section.public .icon:before, body.profiles .cv section.restricted .icon:before {
  display: inline;
  content: '\f12a';
  line-height: 1;
  position: absolute;
  font-size: 25px;
  left: 21px;
  top: 14px;
}

@media (max-width: 600px) {
  /* line 94, app/assets/stylesheets/application/pages/concepts/profiles/_cv.scss */
  body.profiles .cv section.converting .icon, body.profiles .cv section.missing .icon, body.profiles .cv section.public .icon, body.profiles .cv section.restricted .icon {
    height: 32px;
    width: 32px;
  }
  /* line 115, app/assets/stylesheets/application/pages/concepts/profiles/_cv.scss */
  body.profiles .cv section.converting .icon:before, body.profiles .cv section.missing .icon:before, body.profiles .cv section.public .icon:before, body.profiles .cv section.restricted .icon:before {
    font-size: 24px;
    left: 12px;
    top: 4px;
  }
}

/* line 123, app/assets/stylesheets/application/pages/concepts/profiles/_cv.scss */
body.profiles .cv section.converting .content, body.profiles .cv section.missing .content, body.profiles .cv section.public .content, body.profiles .cv section.restricted .content {
  flex: 1;
}

@media (max-width: 750px) {
  /* line 123, app/assets/stylesheets/application/pages/concepts/profiles/_cv.scss */
  body.profiles .cv section.converting .content, body.profiles .cv section.missing .content, body.profiles .cv section.public .content, body.profiles .cv section.restricted .content {
    width: 100%;
  }
}

/* line 131, app/assets/stylesheets/application/pages/concepts/profiles/_cv.scss */
body.profiles .cv section.converting .title, body.profiles .cv section.missing .title, body.profiles .cv section.public .title, body.profiles .cv section.restricted .title {
  font-size: 18px;
}

@media (max-width: 600px) {
  /* line 131, app/assets/stylesheets/application/pages/concepts/profiles/_cv.scss */
  body.profiles .cv section.converting .title, body.profiles .cv section.missing .title, body.profiles .cv section.public .title, body.profiles .cv section.restricted .title {
    font-size: 14px;
  }
}

/* line 139, app/assets/stylesheets/application/pages/concepts/profiles/_cv.scss */
body.profiles .cv section.converting .subtitle, body.profiles .cv section.missing .subtitle, body.profiles .cv section.public .subtitle, body.profiles .cv section.restricted .subtitle {
  font-size: 16px;
}

@media (max-width: 600px) {
  /* line 139, app/assets/stylesheets/application/pages/concepts/profiles/_cv.scss */
  body.profiles .cv section.converting .subtitle, body.profiles .cv section.missing .subtitle, body.profiles .cv section.public .subtitle, body.profiles .cv section.restricted .subtitle {
    font-size: 14px;
  }
}

/* line 150, app/assets/stylesheets/application/pages/concepts/profiles/_cv.scss */
body.profiles .cv section.missing .ctas, body.profiles .cv section.public .ctas, body.profiles .cv section.restricted .ctas {
  align-self: center;
}

@media (max-width: 750px) {
  /* line 150, app/assets/stylesheets/application/pages/concepts/profiles/_cv.scss */
  body.profiles .cv section.missing .ctas, body.profiles .cv section.public .ctas, body.profiles .cv section.restricted .ctas {
    margin-top: 8px;
    text-align: center;
    width: 100%;
  }
}

/* line 159, app/assets/stylesheets/application/pages/concepts/profiles/_cv.scss */
body.profiles .cv section.missing .ctas .button, body.profiles .cv section.missing .ctas .add, body.profiles .cv section.public .ctas .button, body.profiles .cv section.public .ctas .add, body.profiles .cv section.restricted .ctas .button, body.profiles .cv section.restricted .ctas .add {
  text-align: center;
  display: block;
}

/* line 163, app/assets/stylesheets/application/pages/concepts/profiles/_cv.scss */
body.profiles .cv section.missing .ctas .button.primary, body.profiles .cv section.missing .ctas .primary.add, body.profiles .cv section.public .ctas .button.primary, body.profiles .cv section.public .ctas .primary.add, body.profiles .cv section.restricted .ctas .button.primary, body.profiles .cv section.restricted .ctas .primary.add {
  padding: 5px 45px;
}

/* line 167, app/assets/stylesheets/application/pages/concepts/profiles/_cv.scss */
body.profiles .cv section.missing .ctas .button:not(:first-of-type), body.profiles .cv section.missing .ctas .add:not(:first-of-type), body.profiles .cv section.public .ctas .button:not(:first-of-type), body.profiles .cv section.public .ctas .add:not(:first-of-type), body.profiles .cv section.restricted .ctas .button:not(:first-of-type), body.profiles .cv section.restricted .ctas .add:not(:first-of-type) {
  margin-top: 8px;
}

/* line 174, app/assets/stylesheets/application/pages/concepts/profiles/_cv.scss */
body.profiles .cv section.public, body.profiles .cv section.restricted {
  margin-bottom: 100px;
}

/* line 178, app/assets/stylesheets/application/pages/concepts/profiles/_cv.scss */
body.profiles .cv .download-link {
  display: none;
}

@media (max-width: 600px) {
  /* line 178, app/assets/stylesheets/application/pages/concepts/profiles/_cv.scss */
  body.profiles .cv .download-link {
    display: flex;
  }
}

/* line 185, app/assets/stylesheets/application/pages/concepts/profiles/_cv.scss */
body.profiles .cv .download-link.show {
  display: flex;
}

/* line 190, app/assets/stylesheets/application/pages/concepts/profiles/_cv.scss */
body.profiles .cv .pdfobject-container {
  height: calc(100vh - 120px);
}

@media (max-width: 600px) {
  /* line 190, app/assets/stylesheets/application/pages/concepts/profiles/_cv.scss */
  body.profiles .cv .pdfobject-container {
    display: none;
  }
}

@media (max-width: 600px) {
  /* line 200, app/assets/stylesheets/application/pages/concepts/profiles/_cv.scss */
  body.profiles .cv-form .button, body.profiles .cv-form .add {
    width: 100%;
  }
}

/* line 2, app/assets/stylesheets/application/pages/concepts/profiles/_security_clearance.scss */
body.profiles .security-clearance {
  padding-bottom: 32px;
}

/* line 5, app/assets/stylesheets/application/pages/concepts/profiles/_security_clearance.scss */
body.profiles .security-clearance section.details {
  align-items: center;
  padding: 20px 32px;
}

@media (max-width: 600px) {
  /* line 5, app/assets/stylesheets/application/pages/concepts/profiles/_security_clearance.scss */
  body.profiles .security-clearance section.details {
    padding: 16px;
  }
}

/* line 14, app/assets/stylesheets/application/pages/concepts/profiles/_security_clearance.scss */
body.profiles .security-clearance .name {
  font-size: 18px;
}

/* line 18, app/assets/stylesheets/application/pages/concepts/profiles/_security_clearance.scss */
body.profiles .security-clearance table.security-clearance {
  margin: 16px 0 32px;
}

/* line 19, app/assets/stylesheets/application/pages/concepts/profiles/_security_clearance.scss */
body.profiles .security-clearance table.security-clearance th {
  text-align: left;
}

/* line 23, app/assets/stylesheets/application/pages/concepts/profiles/_security_clearance.scss */
body.profiles .security-clearance table.security-clearance th, body.profiles .security-clearance table.security-clearance td {
  padding: 2px 8px;
}

/* line 32, app/assets/stylesheets/application/pages/concepts/profiles/_security_clearance.scss */
body.profiles form.security-clearance .toggled-fields {
  display: none;
  position: relative;
  top: -35px;
  left: 20px;
}

/* line 38, app/assets/stylesheets/application/pages/concepts/profiles/_security_clearance.scss */
body.profiles form.security-clearance .toggled-fields .container {
  padding: 10px 0 0 50px;
}

/* line 41, app/assets/stylesheets/application/pages/concepts/profiles/_security_clearance.scss */
body.profiles form.security-clearance .toggled-fields .container .field:last-child {
  margin-bottom: 0;
}

/* line 46, app/assets/stylesheets/application/pages/concepts/profiles/_security_clearance.scss */
body.profiles form.security-clearance .toggled-fields.open {
  display: block;
}

/* line 51, app/assets/stylesheets/application/pages/concepts/profiles/_security_clearance.scss */
body.profiles form.security-clearance .dates {
  font-size: 0;
  line-height: 0;
}

/* line 54, app/assets/stylesheets/application/pages/concepts/profiles/_security_clearance.scss */
body.profiles form.security-clearance .dates .date {
  color: #13311a;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.71;
  display: inline-block;
  margin-right: 10px;
  width: calc((100% - 10px) / 2 * 1);
  vertical-align: top;
}

@media (max-width: 600px) {
  /* line 54, app/assets/stylesheets/application/pages/concepts/profiles/_security_clearance.scss */
  body.profiles form.security-clearance .dates .date {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

/* line 95, app/assets/stylesheets/application/base/config/_mixins.scss */
body.profiles form.security-clearance .dates .date:nth-of-type(2n) {
  margin-right: 0;
}

@media (max-width: 600px) {
  /* line 54, app/assets/stylesheets/application/pages/concepts/profiles/_security_clearance.scss */
  body.profiles form.security-clearance .dates .date {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.71;
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) and (max-width: 600px) {
  /* line 54, app/assets/stylesheets/application/pages/concepts/profiles/_security_clearance.scss */
  body.profiles form.security-clearance .dates .date {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

@media (max-width: 600px) {
  /* line 64, app/assets/stylesheets/application/pages/concepts/profiles/_security_clearance.scss */
  body.profiles form.security-clearance .button, body.profiles form.security-clearance .add {
    width: 100%;
  }
}

/* line 1, app/assets/stylesheets/application/pages/concepts/profiles/_public_link.scss */
.button.share_profile, body.profiles .share_profile.add {
  font-size: 16px;
}

/* line 6, app/assets/stylesheets/application/pages/concepts/profiles/_public_link.scss */
.public-link .main-switch {
  padding-bottom: 16px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 16px;
  text-align: right;
  border-width: 1px 0;
}

@media (max-width: 600px) {
  /* line 6, app/assets/stylesheets/application/pages/concepts/profiles/_public_link.scss */
  .public-link .main-switch {
    padding-left: calc(10vw - 10px);
    padding-right: calc(10vw - 10px);
  }
}

@media (max-width: 600px) {
  /* line 6, app/assets/stylesheets/application/pages/concepts/profiles/_public_link.scss */
  .public-link .main-switch {
    padding-top: 16px;
  }
}

/* line 17, app/assets/stylesheets/application/pages/concepts/profiles/_public_link.scss */
.public-link .main-switch .ui-switch {
  margin-left: 0.5em;
}

/* line 21, app/assets/stylesheets/application/pages/concepts/profiles/_public_link.scss */
.public-link .main-switch .make-visible {
  display: inline;
}

@media (max-width: 600px) {
  /* line 24, app/assets/stylesheets/application/pages/concepts/profiles/_public_link.scss */
  .public-link .main-switch .make-visible .desktop {
    display: none;
  }
}

@media (min-width: 601px) {
  /* line 28, app/assets/stylesheets/application/pages/concepts/profiles/_public_link.scss */
  .public-link .main-switch .make-visible .mobile {
    display: none;
  }
}

/* line 34, app/assets/stylesheets/application/pages/concepts/profiles/_public_link.scss */
.public-link .main-content-wrapper {
  position: relative;
}

/* line 37, app/assets/stylesheets/application/pages/concepts/profiles/_public_link.scss */
.public-link .main-content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 50;
  background: #fff;
  opacity: 0.75;
  transition: opacity ease-in-out 0.2s;
}

/* line 51, app/assets/stylesheets/application/pages/concepts/profiles/_public_link.scss */
.public-link .main-content-wrapper.open::before {
  opacity: 0;
  z-index: 10;
  transition: opacity ease-in-out 0.2s, z-index 0s 0.2s;
}

/* line 58, app/assets/stylesheets/application/pages/concepts/profiles/_public_link.scss */
.public-link .main-content-wrapper .main-content {
  position: relative;
  z-index: 30;
  background: #13311a;
  color: #fff;
}

/* line 65, app/assets/stylesheets/application/pages/concepts/profiles/_public_link.scss */
.public-link .main-content-wrapper .link {
  padding: 16px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 16px;
}

@media (max-width: 600px) {
  /* line 65, app/assets/stylesheets/application/pages/concepts/profiles/_public_link.scss */
  .public-link .main-content-wrapper .link {
    padding-left: calc(10vw - 10px);
    padding-right: calc(10vw - 10px);
  }
}

/* line 69, app/assets/stylesheets/application/pages/concepts/profiles/_public_link.scss */
.public-link .main-content-wrapper .link header {
  font-size: 20px;
}

/* line 74, app/assets/stylesheets/application/pages/concepts/profiles/_public_link.scss */
.public-link .main-content-wrapper .link .inline-show span {
  line-height: 34px;
}

/* line 77, app/assets/stylesheets/application/pages/concepts/profiles/_public_link.scss */
.public-link .main-content-wrapper .link .inline-show .edit-link-container {
  margin-left: 1em;
}

/* line 80, app/assets/stylesheets/application/pages/concepts/profiles/_public_link.scss */
.public-link .main-content-wrapper .link .inline-show .edit-link-container a {
  color: inherit;
}

/* line 87, app/assets/stylesheets/application/pages/concepts/profiles/_public_link.scss */
.public-link .main-content-wrapper .link .inline-edit .field {
  margin-bottom: 5px;
}

/* line 91, app/assets/stylesheets/application/pages/concepts/profiles/_public_link.scss */
.public-link .main-content-wrapper .link .inline-edit .input-wrapper.name-field {
  display: inline-block;
  margin-left: 8px;
}

/* line 95, app/assets/stylesheets/application/pages/concepts/profiles/_public_link.scss */
.public-link .main-content-wrapper .link .inline-edit .input-wrapper.name-field input {
  padding: 5px 10px;
}

/* line 100, app/assets/stylesheets/application/pages/concepts/profiles/_public_link.scss */
.public-link .main-content-wrapper .link .inline-edit .input-wrapper.name-field.with-error .errors {
  display: none;
}

/* line 104, app/assets/stylesheets/application/pages/concepts/profiles/_public_link.scss */
.public-link .main-content-wrapper .link .inline-edit .input-wrapper.name-field.with-error::after {
  top: 7px;
  right: 10px;
  height: 18px;
}

/* line 112, app/assets/stylesheets/application/pages/concepts/profiles/_public_link.scss */
.public-link .main-content-wrapper .link .inline-edit .requirements, .public-link .main-content-wrapper .link .inline-edit .note {
  margin-bottom: 0.3em;
}

/* line 114, app/assets/stylesheets/application/pages/concepts/profiles/_public_link.scss */
.public-link .main-content-wrapper .link .inline-edit .requirements strong, .public-link .main-content-wrapper .link .inline-edit .note strong {
  margin-right: 0.3em;
}

/* line 119, app/assets/stylesheets/application/pages/concepts/profiles/_public_link.scss */
.public-link .main-content-wrapper .link .inline-edit ul > li::before {
  content: '';
  display: inline-block;
  vertical-align: text-top;
  margin-top: 0.45em;
  margin-right: 1em;
}

/* line 130, app/assets/stylesheets/application/pages/concepts/profiles/_public_link.scss */
.public-link > .actions {
  margin-left: 50px;
  margin-right: 50px;
}

/* line 1, app/assets/stylesheets/application/pages/concepts/profiles/_public_link_banner.scss */
.public-link-banner {
  margin-bottom: 20px;
  padding: 25px;
}

@media (max-width: 600px) {
  /* line 1, app/assets/stylesheets/application/pages/concepts/profiles/_public_link_banner.scss */
  .public-link-banner {
    margin-bottom: 0px;
    padding: 16px;
  }
}

/* line 10, app/assets/stylesheets/application/pages/concepts/profiles/_public_link_banner.scss */
.public-link-banner .container {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 40px;
}

/* line 19, app/assets/stylesheets/application/pages/concepts/profiles/_public_link_banner.scss */
.public-link-banner .container .content {
  color: white;
  font-size: 18px;
  margin-right: 15px;
  flex: 1 3;
}

@media (max-width: 600px) {
  /* line 19, app/assets/stylesheets/application/pages/concepts/profiles/_public_link_banner.scss */
  .public-link-banner .container .content {
    font-size: 16px;
    text-align: center;
    margin-right: 0;
    margin-bottom: 12px;
  }
}

/* line 32, app/assets/stylesheets/application/pages/concepts/profiles/_public_link_banner.scss */
.public-link-banner .container .content b {
  font-size: 20px;
}

/* line 37, app/assets/stylesheets/application/pages/concepts/profiles/_public_link_banner.scss */
.public-link-banner .container a {
  padding: 7px 45px;
}

@media (max-width: 600px) {
  /* line 37, app/assets/stylesheets/application/pages/concepts/profiles/_public_link_banner.scss */
  .public-link-banner .container a {
    padding: 3px 0;
    text-align: center;
    width: 100%;
  }
}

/* line 3, app/assets/stylesheets/application/pages/concepts/member-enquiry-form.scss */
.member-enquiry-form .thank-you .heading {
  font-size: 18px;
}

/* line 8, app/assets/stylesheets/application/pages/concepts/member-enquiry-form.scss */
.member-enquiry-form .intro {
  margin-bottom: 10px;
}

/* line 12, app/assets/stylesheets/application/pages/concepts/member-enquiry-form.scss */
.member-enquiry-form .success-message {
  margin: 40px auto 20px;
  position: relative;
}

/* line 16, app/assets/stylesheets/application/pages/concepts/member-enquiry-form.scss */
.member-enquiry-form .success-message .body {
  max-width: 260px;
  margin: 20px auto;
  padding: 20px;
  text-align: center;
}

/* line 22, app/assets/stylesheets/application/pages/concepts/member-enquiry-form.scss */
.member-enquiry-form .success-message .body h3 {
  font-size: 19px;
}

/* line 27, app/assets/stylesheets/application/pages/concepts/member-enquiry-form.scss */
.member-enquiry-form .success-message .tick {
  position: absolute;
  top: -26px;
  left: calc(50% - 26px);
  width: 52px;
  height: 52px;
  display: flex;
}

/* line 35, app/assets/stylesheets/application/pages/concepts/member-enquiry-form.scss */
.member-enquiry-form .success-message .tick img {
  padding: 11px;
  width: 100%;
  margin: auto;
}

/* line 44, app/assets/stylesheets/application/pages/concepts/member-enquiry-form.scss */
.member-enquiry-form .info .mr {
  margin-right: 5px;
}

/* line 49, app/assets/stylesheets/application/pages/concepts/member-enquiry-form.scss */
.member-enquiry-form .hidden-names {
  padding: 32px 0 16px;
  margin-top: 32px;
}

@media (max-width: 600px) {
  /* line 49, app/assets/stylesheets/application/pages/concepts/member-enquiry-form.scss */
  .member-enquiry-form .hidden-names {
    padding: 16px 0 8px;
    margin-top: 16px;
  }
}

/* line 58, app/assets/stylesheets/application/pages/concepts/member-enquiry-form.scss */
.member-enquiry-form .hidden-names .info {
  display: flex;
}

/* line 61, app/assets/stylesheets/application/pages/concepts/member-enquiry-form.scss */
.member-enquiry-form .hidden-names .info .icon {
  position: relative;
  height: 50px;
  width: 50px;
}

/* line 66, app/assets/stylesheets/application/pages/concepts/member-enquiry-form.scss */
.member-enquiry-form .hidden-names .info .icon:before {
  content: '\f12a';
  display: inline;
  font-size: 25px;
  line-height: 1;
  position: absolute;
  left: 21px;
  top: 14px;
}

/* line 77, app/assets/stylesheets/application/pages/concepts/member-enquiry-form.scss */
.member-enquiry-form .hidden-names .info .content {
  flex: 1;
  margin-left: 20px;
}

@media (max-width: 600px) {
  /* line 77, app/assets/stylesheets/application/pages/concepts/member-enquiry-form.scss */
  .member-enquiry-form .hidden-names .info .content {
    margin-left: 12px;
  }
}

/* line 85, app/assets/stylesheets/application/pages/concepts/member-enquiry-form.scss */
.member-enquiry-form .hidden-names .info .content .heading {
  font-size: 16px;
}

@media (max-width: 600px) {
  /* line 85, app/assets/stylesheets/application/pages/concepts/member-enquiry-form.scss */
  .member-enquiry-form .hidden-names .info .content .heading {
    display: inline-block;
  }
}

/* line 93, app/assets/stylesheets/application/pages/concepts/member-enquiry-form.scss */
.member-enquiry-form .hidden-names .info .content .text {
  font-size: 14px;
}

/* line 1, app/assets/stylesheets/application/pages/concepts/profiles/_availability_controls.scss */
body.profile-basic-info-form .availability-controls {
  display: contents;
}

/* line 4, app/assets/stylesheets/application/pages/concepts/profiles/_availability_controls.scss */
body.profile-basic-info-form .availability-controls .grid-item-desired-rate, body.profile-basic-info-form .availability-controls .grid-item-opportunity-types, body.profile-basic-info-form .availability-controls .grid-item-availability {
  transition: all 250ms;
  perspective: 1000px;
  transform-origin: 0 0;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: rotateX(-90deg);
}

/* line 10, app/assets/stylesheets/application/pages/concepts/profiles/_availability_controls.scss */
body.profile-basic-info-form .availability-controls.open .grid-item-desired-rate, body.profile-basic-info-form .availability-controls.open .grid-item-opportunity-types, body.profile-basic-info-form .availability-controls.open .grid-item-availability {
  opacity: 1;
  max-height: initial;
  transform: rotateX(0deg);
}

/* line 15, app/assets/stylesheets/application/pages/concepts/profiles/_availability_controls.scss */
body.profile-basic-info-form .availability-controls .toggled-fields {
  display: none;
  margin: -10px 0 20px 15px;
}

/* line 19, app/assets/stylesheets/application/pages/concepts/profiles/_availability_controls.scss */
body.profile-basic-info-form .availability-controls .toggled-fields .container {
  padding: 15px 0 15px 30px;
}

/* line 22, app/assets/stylesheets/application/pages/concepts/profiles/_availability_controls.scss */
body.profile-basic-info-form .availability-controls .toggled-fields .container .field:last-child {
  margin-bottom: 0;
}

/* line 27, app/assets/stylesheets/application/pages/concepts/profiles/_availability_controls.scss */
body.profile-basic-info-form .availability-controls .toggled-fields.open {
  display: block;
}

/* line 9, app/assets/stylesheets/application/pages/concepts/profiles/_desired_job_categories_controls.scss */
body.profile-basic-info-form .desired-job-categories-controls .notifications label {
  font-size: 16px;
}

/* line 13, app/assets/stylesheets/application/pages/concepts/profiles/_desired_job_categories_controls.scss */
body.profile-basic-info-form .desired-job-categories-controls .notifications .explanation {
  font-size: 14px;
}

/* line 17, app/assets/stylesheets/application/pages/concepts/profiles/_desired_job_categories_controls.scss */
body.profile-basic-info-form .desired-job-categories-controls .notifications .options {
  margin-top: 16px;
}

/* line 20, app/assets/stylesheets/application/pages/concepts/profiles/_desired_job_categories_controls.scss */
body.profile-basic-info-form .desired-job-categories-controls .notifications .options .option {
  display: none;
}

/* line 23, app/assets/stylesheets/application/pages/concepts/profiles/_desired_job_categories_controls.scss */
body.profile-basic-info-form .desired-job-categories-controls .notifications .options .option.open {
  display: block;
}

/* line 8, app/assets/stylesheets/application/pages/concepts/profiles/basic_info_form.scss */
body.profile-basic-info-form h1:after, body.profile-basic-info-form h2:after {
  content: '';
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 80px;
}

/* line 16, app/assets/stylesheets/application/pages/concepts/profiles/basic_info_form.scss */
body.profile-basic-info-form h1 {
  margin-bottom: 10px;
}

/* line 19, app/assets/stylesheets/application/pages/concepts/profiles/basic_info_form.scss */
body.profile-basic-info-form h2 {
  margin-bottom: 24px;
}

/* line 23, app/assets/stylesheets/application/pages/concepts/profiles/basic_info_form.scss */
body.profile-basic-info-form .required-fields {
  font-size: 12px;
  margin-bottom: 16px;
}

/* line 29, app/assets/stylesheets/application/pages/concepts/profiles/basic_info_form.scss */
body.profile-basic-info-form .basics .name {
  grid-area: col-left;
  grid-row: auto;
}

/* line 34, app/assets/stylesheets/application/pages/concepts/profiles/basic_info_form.scss */
body.profile-basic-info-form .basics .profile-picture {
  display: flex;
  align-items: center;
  flex-direction: column;
  grid-area: col-right;
  grid-row: span 5;
}

/* line 41, app/assets/stylesheets/application/pages/concepts/profiles/basic_info_form.scss */
body.profile-basic-info-form .basics .profile-picture .image_upload {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 14px 22px 22px;
  width: -moz-fit-content;
  width: fit-content;
}

/* line 53, app/assets/stylesheets/application/pages/concepts/profiles/basic_info_form.scss */
body.profile-basic-info-form .basics .visibility {
  grid-area: col-left;
  grid-row: auto;
}

/* line 57, app/assets/stylesheets/application/pages/concepts/profiles/basic_info_form.scss */
body.profile-basic-info-form .basics .visibility > label {
  margin-bottom: -8px;
}

/* line 62, app/assets/stylesheets/application/pages/concepts/profiles/basic_info_form.scss */
body.profile-basic-info-form .basics .social {
  grid-area: col-left;
  grid-row: auto;
}

/* line 69, app/assets/stylesheets/application/pages/concepts/profiles/basic_info_form.scss */
body.profile-basic-info-form .two-col-grid .desired-job-categories-controls {
  display: contents;
}

/* line 72, app/assets/stylesheets/application/pages/concepts/profiles/basic_info_form.scss */
body.profile-basic-info-form .two-col-grid .desired-job-categories-controls .field.desired-job-categories {
  grid-area: header;
  grid-row: 2;
}

/* line 76, app/assets/stylesheets/application/pages/concepts/profiles/basic_info_form.scss */
body.profile-basic-info-form .two-col-grid .desired-job-categories-controls .field.notifications {
  grid-area: col-left;
  grid-row: auto;
  display: none;
}

/* line 81, app/assets/stylesheets/application/pages/concepts/profiles/basic_info_form.scss */
body.profile-basic-info-form .two-col-grid .desired-job-categories-controls .field.frequency {
  grid-area: col-right;
  grid-row: auto;
  display: none;
}

/* line 89, app/assets/stylesheets/application/pages/concepts/profiles/basic_info_form.scss */
body.profile-basic-info-form .two-col-grid .desired-job-categories-controls.open .field.frequency, body.profile-basic-info-form .two-col-grid .desired-job-categories-controls.open .field.notifications {
  display: block;
}

/* line 97, app/assets/stylesheets/application/pages/concepts/profiles/basic_info_form.scss */
body.profile-basic-info-form .button.submit, body.profile-basic-info-form body.profiles .submit.add, body.profiles body.profile-basic-info-form .submit.add {
  display: block;
  margin: 0 auto;
  padding: 7px 100px 8px;
}

@media (max-width: 600px) {
  /* line 97, app/assets/stylesheets/application/pages/concepts/profiles/basic_info_form.scss */
  body.profile-basic-info-form .button.submit, body.profile-basic-info-form body.profiles .submit.add, body.profiles body.profile-basic-info-form .submit.add {
    padding: 7px 28px 8px;
    width: 100%;
  }
}

/* line 2, app/assets/stylesheets/application/pages/concepts/profiles/status.scss */
.profile-status table {
  border-collapse: collapse;
  margin: 16px 0;
  position: relative;
  width: 100%;
}

/* line 9, app/assets/stylesheets/application/pages/concepts/profiles/status.scss */
.profile-status table thead, .profile-status table tfoot {
  font-size: 13px;
  line-height: 1.5;
}

/* line 13, app/assets/stylesheets/application/pages/concepts/profiles/status.scss */
.profile-status table thead th, .profile-status table tfoot th {
  height: 30px;
  padding: 8px;
  position: sticky;
  text-align: left;
  top: 0;
  vertical-align: middle;
}

/* line 23, app/assets/stylesheets/application/pages/concepts/profiles/status.scss */
.profile-status table tbody {
  font-size: 12px;
  line-height: 1.71;
}

/* line 28, app/assets/stylesheets/application/pages/concepts/profiles/status.scss */
.profile-status table tbody tr td {
  padding: 8px;
}

/* line 31, app/assets/stylesheets/application/pages/concepts/profiles/status.scss */
.profile-status table tbody tr td.name {
  white-space: nowrap;
}

/* line 53, app/assets/stylesheets/application/pages/concepts/profiles/status.scss */
.profile-status form .filter {
  align-items: center;
  display: flex;
  float: right;
  margin-bottom: 16px;
}

/* line 59, app/assets/stylesheets/application/pages/concepts/profiles/status.scss */
.profile-status form .filter label {
  margin: 0 16px 0 0;
}

/* line 63, app/assets/stylesheets/application/pages/concepts/profiles/status.scss */
.profile-status form .filter .membership-status {
  align-items: center;
  display: inline-flex;
  margin-right: 16px;
}

/* line 68, app/assets/stylesheets/application/pages/concepts/profiles/status.scss */
.profile-status form .filter .membership-status .select {
  width: 300px;
}

/* line 73, app/assets/stylesheets/application/pages/concepts/profiles/status.scss */
.profile-status form .filter input[type=submit] {
  margin-top: 0;
}

@media (max-width: 600px) {
  /* line 53, app/assets/stylesheets/application/pages/concepts/profiles/status.scss */
  .profile-status form .filter {
    align-items: normal;
    flex-direction: column;
    float: none;
  }
  /* line 82, app/assets/stylesheets/application/pages/concepts/profiles/status.scss */
  .profile-status form .filter .membership-status {
    margin-right: 0;
  }
  /* line 86, app/assets/stylesheets/application/pages/concepts/profiles/status.scss */
  .profile-status form .filter .select {
    width: 100%;
  }
  /* line 90, app/assets/stylesheets/application/pages/concepts/profiles/status.scss */
  .profile-status form .filter input[type=submit] {
    margin-top: 8px;
  }
}

/* line 1, app/assets/stylesheets/application/pages/concepts/profiles/_showcase_profiles.scss */
.showcase-profile {
  display: contents;
}

/* line 7, app/assets/stylesheets/application/pages/concepts/profiles/_showcase_profiles.scss */
.showcase-profile .card.contractor {
  display: flex;
  margin: 12px auto;
}

@media (min-width: 601px) {
  /* line 7, app/assets/stylesheets/application/pages/concepts/profiles/_showcase_profiles.scss */
  .showcase-profile .card.contractor {
    margin: 12px 15px 15px 0;
  }
}

@media (min-width: 980px) {
  /* line 7, app/assets/stylesheets/application/pages/concepts/profiles/_showcase_profiles.scss */
  .showcase-profile .card.contractor {
    margin: 12px 0;
    max-width: 440px;
  }
}

/* line 18, app/assets/stylesheets/application/pages/concepts/profiles/_showcase_profiles.scss */
.showcase-profile .card.contractor img {
  width: 80px;
  min-height: 80px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 980px) {
  /* line 18, app/assets/stylesheets/application/pages/concepts/profiles/_showcase_profiles.scss */
  .showcase-profile .card.contractor img {
    width: 124px;
    min-height: 124px;
  }
}

/* line 29, app/assets/stylesheets/application/pages/concepts/profiles/_showcase_profiles.scss */
.showcase-profile .card.contractor .details {
  padding: 10px;
  color: #fff;
  display: flex;
  flex-direction: column;
}

@media (min-width: 601px) {
  /* line 29, app/assets/stylesheets/application/pages/concepts/profiles/_showcase_profiles.scss */
  .showcase-profile .card.contractor .details {
    padding: 12px;
  }
}

/* line 39, app/assets/stylesheets/application/pages/concepts/profiles/_showcase_profiles.scss */
.showcase-profile .card.contractor .details .name, .showcase-profile .card.contractor .details .job-title {
  color: #fff;
  font-size: 13px;
  letter-spacing: normal;
  margin: 0;
}

@media (min-width: 601px) {
  /* line 39, app/assets/stylesheets/application/pages/concepts/profiles/_showcase_profiles.scss */
  .showcase-profile .card.contractor .details .name, .showcase-profile .card.contractor .details .job-title {
    font-size: 15px;
  }
}

/* line 49, app/assets/stylesheets/application/pages/concepts/profiles/_showcase_profiles.scss */
.showcase-profile .card.contractor .details .name {
  font-size: 16px;
}

@media (min-width: 601px) {
  /* line 49, app/assets/stylesheets/application/pages/concepts/profiles/_showcase_profiles.scss */
  .showcase-profile .card.contractor .details .name {
    font-size: 18px;
  }
}

/* line 56, app/assets/stylesheets/application/pages/concepts/profiles/_showcase_profiles.scss */
.showcase-profile .card.contractor .details .previous-company {
  margin: auto 0;
  font-size: 11px;
  overflow: hidden;
}

@media (min-width: 601px) {
  /* line 56, app/assets/stylesheets/application/pages/concepts/profiles/_showcase_profiles.scss */
  .showcase-profile .card.contractor .details .previous-company {
    font-size: 12px;
    height: 20px;
  }
}

/* line 65, app/assets/stylesheets/application/pages/concepts/profiles/_showcase_profiles.scss */
.showcase-profile .card.contractor .details .previous-company span {
  display: inline-block;
  margin-left: 3px;
}

/* line 69, app/assets/stylesheets/application/pages/concepts/profiles/_showcase_profiles.scss */
.showcase-profile .card.contractor .details .previous-company span:before {
  content: ' | ';
  display: inline;
}

/* line 73, app/assets/stylesheets/application/pages/concepts/profiles/_showcase_profiles.scss */
.showcase-profile .card.contractor .details .previous-company span:first-of-type:before {
  display: none;
}

/* line 78, app/assets/stylesheets/application/pages/concepts/profiles/_showcase_profiles.scss */
.showcase-profile .card.contractor .details .tags {
  margin: 5px 0 0;
  display: flex;
  flex-wrap: wrap;
  height: 20px;
  overflow: hidden;
}

/* line 85, app/assets/stylesheets/application/pages/concepts/profiles/_showcase_profiles.scss */
.showcase-profile .card.contractor .details .tags .tag {
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 1px 4px;
  font-size: 11px;
  color: #c0c0c0;
}

/* line 2, app/assets/stylesheets/application/pages/concepts/profiles/_completeness.scss */
.profile-completeness .last-updated strong {
  margin-right: 10px;
}

/* line 5, app/assets/stylesheets/application/pages/concepts/profiles/_completeness.scss */
.profile-completeness ul.profile-completeness-cards {
  display: flex;
  margin: -10px -5px 0;
  flex-wrap: wrap;
}

/* line 9, app/assets/stylesheets/application/pages/concepts/profiles/_completeness.scss */
.profile-completeness ul.profile-completeness-cards li {
  flex: 1 1 40%;
  margin: 10px 5px;
  display: flex;
  padding: 10px;
  flex-direction: column;
  align-items: center;
  min-height: 100px;
  justify-content: flex-end;
  text-align: center;
}

@media (min-width: 601px) {
  /* line 9, app/assets/stylesheets/application/pages/concepts/profiles/_completeness.scss */
  .profile-completeness ul.profile-completeness-cards li {
    flex: 1 1 0px;
  }
}

/* line 24, app/assets/stylesheets/application/pages/concepts/profiles/_completeness.scss */
.profile-completeness ul.profile-completeness-cards li img {
  display: block;
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 16px;
}

/* line 2, app/assets/stylesheets/application/pages/concepts/profiles/type.scss */
body.process.profiles-type .select-list {
  max-width: 432px;
  margin: auto;
  gap: 16px;
  margin-bottom: 3em;
}

/* line 9, app/assets/stylesheets/application/pages/concepts/profiles/type.scss */
body.process.profiles-type .select-element {
  max-width: 208px;
  min-width: auto;
}

/* line 13, app/assets/stylesheets/application/pages/concepts/profiles/type.scss */
body.process.profiles-type .select-element label {
  border-radius: 10px;
  background-color: #f5f5f5;
  max-width: 208px;
  position: relative;
}

/* line 19, app/assets/stylesheets/application/pages/concepts/profiles/type.scss */
body.process.profiles-type .select-element label .image-wrapper {
  width: 60%;
  margin: 45px auto 50px;
  padding-bottom: 60%;
  border-radius: 1000px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* line 29, app/assets/stylesheets/application/pages/concepts/profiles/type.scss */
body.process.profiles-type .select-element label p {
  margin: 0;
  display: block;
  background-color: #fff;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 1000px;
  text-align: center;
  color: #79937f;
  font-size: 18px;
  letter-spacing: 2px;
}

/* line 43, app/assets/stylesheets/application/pages/concepts/profiles/type.scss */
body.process.profiles-type .select-element label.professional .image-wrapper {
  background-image: url(/assets/profile/Worker_Icon_Off-5f24b2705f7b0d95d76c3a5868ebece806e23d739d060e77b04449434fa88443.png);
}

/* line 49, app/assets/stylesheets/application/pages/concepts/profiles/type.scss */
body.process.profiles-type .select-element label.company .image-wrapper {
  background-image: url(/assets/profile/Recruiter_Icon_Off-ad71197e2e8456bbb90574d784913bdfa6a47bf4f714ce072849155f73a2ad8c.png);
}

@media (max-width: 632px) {
  /* line 9, app/assets/stylesheets/application/pages/concepts/profiles/type.scss */
  body.process.profiles-type .select-element {
    max-width: none;
    min-width: 100%;
    padding-left: 40px;
  }
  /* line 60, app/assets/stylesheets/application/pages/concepts/profiles/type.scss */
  body.process.profiles-type .select-element label {
    max-width: none;
  }
  /* line 63, app/assets/stylesheets/application/pages/concepts/profiles/type.scss */
  body.process.profiles-type .select-element label .image-wrapper {
    position: absolute;
    margin: 0;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    padding: 0;
  }
}

/* line 77, app/assets/stylesheets/application/pages/concepts/profiles/type.scss */
body.process.profiles-type section.explanation {
  max-width: 432px;
  margin: auto;
  font-size: 16px;
}

/* line 82, app/assets/stylesheets/application/pages/concepts/profiles/type.scss */
body.process.profiles-type section.explanation p {
  margin-bottom: 1em;
  font-size: 16px;
}

/* line 87, app/assets/stylesheets/application/pages/concepts/profiles/type.scss */
body.process.profiles-type section.explanation ul {
  list-style: initial;
  margin-left: 2em;
}

/* line 2, app/assets/stylesheets/application/pages/concepts/profiles/_hello.scss */
body.process.profiles-builder-hello .image-wrapper {
  width: 150px;
  position: relative;
}

/* line 6, app/assets/stylesheets/application/pages/concepts/profiles/_hello.scss */
body.process.profiles-builder-hello .image-wrapper img {
  width: 100%;
}

/* line 10, app/assets/stylesheets/application/pages/concepts/profiles/_hello.scss */
body.process.profiles-builder-hello .image-wrapper .image-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  overflow: hidden;
  transform: rotate(-5deg);
  transform-origin: right center;
}

/* line 21, app/assets/stylesheets/application/pages/concepts/profiles/_hello.scss */
body.process.profiles-builder-hello .image-wrapper .image-cover img {
  width: 200%;
  transform: rotate(5deg);
}

/* line 3, app/assets/stylesheets/application/pages/concepts/profiles/availability.scss */
body.profiles .availability:before, body.profiles .availability:after {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
}

/* line 11, app/assets/stylesheets/application/pages/concepts/profiles/availability.scss */
body.profiles .availability.before:before {
  content: '';
  margin-right: 4px;
}

/* line 18, app/assets/stylesheets/application/pages/concepts/profiles/availability.scss */
body.profiles .availability.after:after {
  content: '';
  margin-left: 4px;
}

/* line 1, app/assets/stylesheets/application/pages/concepts/profiles/_enquire.scss */
body.profiles section.header-enquire {
  padding: 10px 15px;
  margin-top: 0;
  margin-bottom: 0;
  background: #13311a;
}

@media (min-width: 601px) {
  /* line 1, app/assets/stylesheets/application/pages/concepts/profiles/_enquire.scss */
  body.profiles section.header-enquire {
    padding: 10px 38px;
  }
}

/* line 11, app/assets/stylesheets/application/pages/concepts/profiles/_enquire.scss */
body.profiles section.header-enquire .container {
  align-items: center;
  color: #fff;
  text-align: center;
}

@media (min-width: 601px) {
  /* line 11, app/assets/stylesheets/application/pages/concepts/profiles/_enquire.scss */
  body.profiles section.header-enquire .container {
    text-align: left;
  }
}

@media (min-width: 800px) {
  /* line 11, app/assets/stylesheets/application/pages/concepts/profiles/_enquire.scss */
  body.profiles section.header-enquire .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

/* line 26, app/assets/stylesheets/application/pages/concepts/profiles/_enquire.scss */
body.profiles section.header-enquire .container .content {
  margin: 0;
}

/* line 30, app/assets/stylesheets/application/pages/concepts/profiles/_enquire.scss */
body.profiles section.header-enquire .container h3 {
  color: #fff;
  font-size: 18px;
  margin: 0;
}

/* line 35, app/assets/stylesheets/application/pages/concepts/profiles/_enquire.scss */
body.profiles section.header-enquire .container p {
  font-size: 14px;
  margin: 0;
}

/* line 41, app/assets/stylesheets/application/pages/concepts/profiles/_enquire.scss */
body.profiles section.footer-enquire-form {
  background: #13311a;
  padding: 0;
  margin-bottom: 0;
  margin-top: auto;
}

/* line 47, app/assets/stylesheets/application/pages/concepts/profiles/_enquire.scss */
body.profiles section.footer-enquire-form header {
  max-width: initial;
  margin-bottom: 0px;
}

/* line 51, app/assets/stylesheets/application/pages/concepts/profiles/_enquire.scss */
body.profiles section.footer-enquire-form header:after {
  display: none;
}

/* line 55, app/assets/stylesheets/application/pages/concepts/profiles/_enquire.scss */
body.profiles section.footer-enquire-form header svg {
  display: block;
}

/* line 60, app/assets/stylesheets/application/pages/concepts/profiles/_enquire.scss */
body.profiles section.footer-enquire-form .container {
  padding: 0 18px 18px;
}

/* line 63, app/assets/stylesheets/application/pages/concepts/profiles/_enquire.scss */
body.profiles section.footer-enquire-form .container .content {
  max-width: 280px;
  margin: 20px auto 0;
}

/* line 67, app/assets/stylesheets/application/pages/concepts/profiles/_enquire.scss */
body.profiles section.footer-enquire-form .container .content h3 {
  color: #fff;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 15px;
}

/* line 73, app/assets/stylesheets/application/pages/concepts/profiles/_enquire.scss */
body.profiles section.footer-enquire-form .container .content h3:after {
  display: none;
}

/* line 78, app/assets/stylesheets/application/pages/concepts/profiles/_enquire.scss */
body.profiles section.footer-enquire-form .container .content .member-enquiry-form {
  color: #fff;
}

/* line 81, app/assets/stylesheets/application/pages/concepts/profiles/_enquire.scss */
body.profiles section.footer-enquire-form .container .content .member-enquiry-form .field {
  margin-bottom: 15px;
}

/* line 84, app/assets/stylesheets/application/pages/concepts/profiles/_enquire.scss */
body.profiles section.footer-enquire-form .container .content .member-enquiry-form label {
  color: #fff;
}

/* line 88, app/assets/stylesheets/application/pages/concepts/profiles/_enquire.scss */
body.profiles section.footer-enquire-form .container .content .member-enquiry-form .btn-container .btn {
  width: 100%;
}

/* line 92, app/assets/stylesheets/application/pages/concepts/profiles/_enquire.scss */
body.profiles section.footer-enquire-form .container .content .member-enquiry-form .info {
  margin: 15px 0;
}

/* line 102, app/assets/stylesheets/application/pages/concepts/profiles/_enquire.scss */
body.profiles section.footer-enquire-form .container .content .member-enquiry-form .intro {
  display: none;
}

/* line 1, app/assets/stylesheets/application/pages/concepts/profiles/_profile_cards.scss */
body.profiles .profile-card {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}

/* line 7, app/assets/stylesheets/application/pages/concepts/profiles/_profile_cards.scss */
body.profiles .profile-card.dismissible-cell .text {
  margin-right: 45px;
}

@media (max-width: 600px) {
  /* line 7, app/assets/stylesheets/application/pages/concepts/profiles/_profile_cards.scss */
  body.profiles .profile-card.dismissible-cell .text {
    margin-right: 15px;
    margin-top: 20px;
  }
}

@media (max-width: 600px) {
  /* line 15, app/assets/stylesheets/application/pages/concepts/profiles/_profile_cards.scss */
  body.profiles .profile-card.dismissible-cell .dismiss-btn {
    right: 10px;
    top: 10px;
  }
}

/* line 23, app/assets/stylesheets/application/pages/concepts/profiles/_profile_cards.scss */
body.profiles .profile-card .card {
  align-items: center;
  display: flex;
  font-size: 14px;
  padding: 16px 24px;
}

@media (max-width: 600px) {
  /* line 23, app/assets/stylesheets/application/pages/concepts/profiles/_profile_cards.scss */
  body.profiles .profile-card .card {
    padding: 16px;
  }
}

/* line 33, app/assets/stylesheets/application/pages/concepts/profiles/_profile_cards.scss */
body.profiles .profile-card .card .graphics {
  margin-right: 16px;
  min-width: 120px;
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 600px) {
  /* line 33, app/assets/stylesheets/application/pages/concepts/profiles/_profile_cards.scss */
  body.profiles .profile-card .card .graphics {
    min-width: 80px;
  }
}

/* line 45, app/assets/stylesheets/application/pages/concepts/profiles/_profile_cards.scss */
body.profiles .profile-card .card .graphics img {
  max-height: 80px;
  margin: auto;
}

/* line 31, app/assets/stylesheets/application/pages/concepts/profiles.scss */
body.profiles .main-content-wrap {
  display: flex;
}

/* line 34, app/assets/stylesheets/application/pages/concepts/profiles.scss */
body.profiles .main-content-wrap:before {
  content: none;
}

/* line 37, app/assets/stylesheets/application/pages/concepts/profiles.scss */
body.profiles .main-content-wrap .main-content {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

/* line 42, app/assets/stylesheets/application/pages/concepts/profiles.scss */
body.profiles .main-content-wrap .main-content > .container {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 48, app/assets/stylesheets/application/pages/concepts/profiles.scss */
body.profiles ul.tabs {
  margin-bottom: 16px;
  margin-top: 16px;
  box-shadow: 1px 1px 3px 0 #bcbcbc;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  padding: 8px;
  display: flex;
  gap: 8px;
}

@media (max-width: 600px) {
  /* line 48, app/assets/stylesheets/application/pages/concepts/profiles.scss */
  body.profiles ul.tabs {
    flex-wrap: wrap;
    padding: 6px;
    gap: 6px;
  }
}

/* line 65, app/assets/stylesheets/application/pages/concepts/profiles.scss */
body.profiles ul.tabs .tab-button {
  flex: 1;
  text-align: center;
  padding: 14px 20px;
  border-radius: 8px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #474747;
  background: transparent;
  cursor: pointer;
  transition: all 200ms ease;
  border: 2px solid transparent;
}

@media (max-width: 600px) {
  /* line 65, app/assets/stylesheets/application/pages/concepts/profiles.scss */
  body.profiles ul.tabs .tab-button {
    font-size: 13px;
    padding: 10px 12px;
  }
}

/* line 84, app/assets/stylesheets/application/pages/concepts/profiles.scss */
body.profiles ul.tabs .tab-button:hover {
  background: rgba(12, 107, 31, 0.08);
  color: #13311a;
}

/* line 89, app/assets/stylesheets/application/pages/concepts/profiles.scss */
body.profiles ul.tabs .tab-button.active {
  background: linear-gradient(135deg, #0C6B1F 0%, #084614 100%);
  color: #fff;
  box-shadow: 0 3px 10px rgba(12, 107, 31, 0.3);
  transform: translateY(-1px);
}

/* line 98, app/assets/stylesheets/application/pages/concepts/profiles.scss */
body.profiles .tab-contents {
  margin-bottom: 80px;
}

/* line 102, app/assets/stylesheets/application/pages/concepts/profiles.scss */
body.profiles .tab .row {
  font-size: 0;
  line-height: 0;
  margin-bottom: 16px;
}

/* line 107, app/assets/stylesheets/application/pages/concepts/profiles.scss */
body.profiles .tab .row .column.third {
  color: #13311a;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.71;
  display: inline-block;
  margin-right: 16px;
  width: calc((100% - 32px) / 3 * 1);
  vertical-align: top;
}

@media (max-width: 600px) {
  /* line 107, app/assets/stylesheets/application/pages/concepts/profiles.scss */
  body.profiles .tab .row .column.third {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

/* line 95, app/assets/stylesheets/application/base/config/_mixins.scss */
body.profiles .tab .row .column.third:nth-of-type(3n) {
  margin-right: 0;
}

@media (max-width: 600px) {
  /* line 107, app/assets/stylesheets/application/pages/concepts/profiles.scss */
  body.profiles .tab .row .column.third {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.71;
    display: block;
    width: 100%;
  }
}

@media (max-width: 600px) and (max-width: 600px) {
  /* line 107, app/assets/stylesheets/application/pages/concepts/profiles.scss */
  body.profiles .tab .row .column.third {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

/* line 113, app/assets/stylesheets/application/pages/concepts/profiles.scss */
body.profiles .tab .row .column.half {
  color: #13311a;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.71;
  display: inline-block;
  margin-right: 16px;
  width: calc((100% - 16px) / 2 * 1);
  vertical-align: top;
}

@media (max-width: 600px) {
  /* line 113, app/assets/stylesheets/application/pages/concepts/profiles.scss */
  body.profiles .tab .row .column.half {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

/* line 95, app/assets/stylesheets/application/base/config/_mixins.scss */
body.profiles .tab .row .column.half:nth-of-type(2n) {
  margin-right: 0;
}

@media (max-width: 600px) {
  /* line 113, app/assets/stylesheets/application/pages/concepts/profiles.scss */
  body.profiles .tab .row .column.half {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.71;
    display: block;
    width: 100%;
  }
}

@media (max-width: 600px) and (max-width: 600px) {
  /* line 113, app/assets/stylesheets/application/pages/concepts/profiles.scss */
  body.profiles .tab .row .column.half {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

/* line 119, app/assets/stylesheets/application/pages/concepts/profiles.scss */
body.profiles .tab .row .column.full {
  color: #13311a;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.71;
  display: block;
  width: 100%;
}

@media (max-width: 600px) {
  /* line 119, app/assets/stylesheets/application/pages/concepts/profiles.scss */
  body.profiles .tab .row .column.full {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

/* line 125, app/assets/stylesheets/application/pages/concepts/profiles.scss */
body.profiles .add {
  margin-bottom: 16px;
}

/* line 131, app/assets/stylesheets/application/pages/concepts/profiles.scss */
body.profiles form .row {
  font-size: 0;
  line-height: 0;
}

/* line 134, app/assets/stylesheets/application/pages/concepts/profiles.scss */
body.profiles form .row .mobile-half {
  color: #13311a;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.71;
  display: inline-block;
  margin-right: 10px;
  width: calc((100% - 10px) / 2 * 1);
  vertical-align: top;
}

@media (max-width: 600px) {
  /* line 134, app/assets/stylesheets/application/pages/concepts/profiles.scss */
  body.profiles form .row .mobile-half {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

/* line 95, app/assets/stylesheets/application/base/config/_mixins.scss */
body.profiles form .row .mobile-half:nth-of-type(2n) {
  margin-right: 0;
}

/* line 138, app/assets/stylesheets/application/pages/concepts/profiles.scss */
body.profiles form .row .desktop-half {
  color: #13311a;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.71;
  display: inline-block;
  margin-right: 10px;
  width: calc((100% - 10px) / 2 * 1);
  vertical-align: top;
}

@media (max-width: 600px) {
  /* line 138, app/assets/stylesheets/application/pages/concepts/profiles.scss */
  body.profiles form .row .desktop-half {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

/* line 95, app/assets/stylesheets/application/base/config/_mixins.scss */
body.profiles form .row .desktop-half:nth-of-type(2n) {
  margin-right: 0;
}

@media (max-width: 600px) {
  /* line 138, app/assets/stylesheets/application/pages/concepts/profiles.scss */
  body.profiles form .row .desktop-half {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.71;
    display: block;
    width: 100%;
  }
}

@media (max-width: 600px) and (max-width: 600px) {
  /* line 138, app/assets/stylesheets/application/pages/concepts/profiles.scss */
  body.profiles form .row .desktop-half {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

/* line 145, app/assets/stylesheets/application/pages/concepts/profiles.scss */
body.profiles form .row .desktop-third {
  color: #13311a;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.71;
  display: inline-block;
  margin-right: 10px;
  width: calc((100% - 20px) / 3 * 1);
  vertical-align: top;
}

@media (max-width: 600px) {
  /* line 145, app/assets/stylesheets/application/pages/concepts/profiles.scss */
  body.profiles form .row .desktop-third {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

/* line 95, app/assets/stylesheets/application/base/config/_mixins.scss */
body.profiles form .row .desktop-third:nth-of-type(3n) {
  margin-right: 0;
}

@media (max-width: 600px) {
  /* line 145, app/assets/stylesheets/application/pages/concepts/profiles.scss */
  body.profiles form .row .desktop-third {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.71;
    display: block;
    width: 100%;
  }
}

@media (max-width: 600px) and (max-width: 600px) {
  /* line 145, app/assets/stylesheets/application/pages/concepts/profiles.scss */
  body.profiles form .row .desktop-third {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

/* line 152, app/assets/stylesheets/application/pages/concepts/profiles.scss */
body.profiles form .row .desktop-two-thirds {
  color: #13311a;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.71;
  display: inline-block;
  margin-right: 10px;
  width: calc((100% - 20px) / 3 * 2);
  vertical-align: top;
}

@media (max-width: 600px) {
  /* line 152, app/assets/stylesheets/application/pages/concepts/profiles.scss */
  body.profiles form .row .desktop-two-thirds {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

/* line 95, app/assets/stylesheets/application/base/config/_mixins.scss */
body.profiles form .row .desktop-two-thirds:nth-of-type(3n) {
  margin-right: 0;
}

@media (max-width: 600px) {
  /* line 152, app/assets/stylesheets/application/pages/concepts/profiles.scss */
  body.profiles form .row .desktop-two-thirds {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.71;
    display: block;
    width: 100%;
  }
}

@media (max-width: 600px) and (max-width: 600px) {
  /* line 152, app/assets/stylesheets/application/pages/concepts/profiles.scss */
  body.profiles form .row .desktop-two-thirds {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

/* line 160, app/assets/stylesheets/application/pages/concepts/profiles.scss */
body.profiles section.white {
  padding: 24px 32px;
  position: relative;
  box-shadow: 1px 1px 3px 0 #bcbcbc;
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 16px;
}

@media (max-width: 600px) {
  /* line 160, app/assets/stylesheets/application/pages/concepts/profiles.scss */
  body.profiles section.white {
    padding: 20px;
    border-radius: 12px;
  }
}

/* line 173, app/assets/stylesheets/application/pages/concepts/profiles.scss */
body.profiles section.white.bio {
  width: 100%;
  margin-top: 16px;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 16px;
  padding: 24px 32px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

@media (max-width: 600px) {
  /* line 173, app/assets/stylesheets/application/pages/concepts/profiles.scss */
  body.profiles section.white.bio {
    padding: 20px;
  }
}

/* line 187, app/assets/stylesheets/application/pages/concepts/profiles.scss */
body.profiles section.white > header {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

@media (max-width: 600px) {
  /* line 187, app/assets/stylesheets/application/pages/concepts/profiles.scss */
  body.profiles section.white > header {
    margin-bottom: 24px;
    padding-bottom: 16px;
  }
}

/* line 202, app/assets/stylesheets/application/pages/concepts/profiles.scss */
body.profiles section.white > header > .actions {
  margin-left: auto;
}

/* line 206, app/assets/stylesheets/application/pages/concepts/profiles.scss */
body.profiles section.white > header h3 {
  margin: 0;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 700;
  color: #13311a;
  flex: 1 1 auto;
}

@media (max-width: 600px) {
  /* line 206, app/assets/stylesheets/application/pages/concepts/profiles.scss */
  body.profiles section.white > header h3 {
    font-size: 22px;
  }
}

/* line 219, app/assets/stylesheets/application/pages/concepts/profiles.scss */
body.profiles section.white > header > .about,
body.profiles section.white > header > .skills-label {
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  color: #13311a;
  flex: 1 1 auto;
}

@media (max-width: 600px) {
  /* line 219, app/assets/stylesheets/application/pages/concepts/profiles.scss */
  body.profiles section.white > header > .about,
body.profiles section.white > header > .skills-label {
    font-size: 22px;
  }
}

/* line 236, app/assets/stylesheets/application/pages/concepts/profiles.scss */
body.profiles section.white > header p {
  margin: 0;
}

/* line 240, app/assets/stylesheets/application/pages/concepts/profiles.scss */
body.profiles section.white > header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #0C6B1F 0%, transparent 100%);
  border-radius: 2px;
}

/* line 252, app/assets/stylesheets/application/pages/concepts/profiles.scss */
body.profiles section.white .content {
  padding: 0;
}

@media (min-width: 601px) {
  /* line 252, app/assets/stylesheets/application/pages/concepts/profiles.scss */
  body.profiles section.white .content {
    padding: 0 24px;
  }
}

/* line 261, app/assets/stylesheets/application/pages/concepts/profiles.scss */
body.profiles section.missing-section {
  padding-bottom: 16px;
  margin-bottom: 16px;
}

/* line 265, app/assets/stylesheets/application/pages/concepts/profiles.scss */
body.profiles section.missing-section .content {
  padding: 0 16px;
}

/* line 1, app/assets/stylesheets/application/pages/concepts/jobs/_form.scss */
body.jobs-index form.job-form {
  padding: 32px;
  margin: 16px 0;
  font-size: 0;
  line-height: 0;
}

@media (max-width: 760px) {
  /* line 1, app/assets/stylesheets/application/pages/concepts/jobs/_form.scss */
  body.jobs-index form.job-form {
    padding: 24px;
  }
}

/* line 13, app/assets/stylesheets/application/pages/concepts/jobs/_form.scss */
body.jobs-index form.job-form .base-errors {
  margin-bottom: 32px;
}

/* line 17, app/assets/stylesheets/application/pages/concepts/jobs/_form.scss */
body.jobs-index form.job-form .desktop-half {
  color: #13311a;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.71;
  display: inline-block;
  margin-right: 36px;
  width: calc((100% - 36px) / 2 * 1);
  vertical-align: top;
}

@media (max-width: 600px) {
  /* line 17, app/assets/stylesheets/application/pages/concepts/jobs/_form.scss */
  body.jobs-index form.job-form .desktop-half {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

/* line 95, app/assets/stylesheets/application/base/config/_mixins.scss */
body.jobs-index form.job-form .desktop-half:nth-of-type(2n) {
  margin-right: 0;
}

@media (max-width: 760px) {
  /* line 17, app/assets/stylesheets/application/pages/concepts/jobs/_form.scss */
  body.jobs-index form.job-form .desktop-half {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.71;
    display: block;
    width: 100%;
  }
}

@media (max-width: 760px) and (max-width: 600px) {
  /* line 17, app/assets/stylesheets/application/pages/concepts/jobs/_form.scss */
  body.jobs-index form.job-form .desktop-half {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

/* line 22, app/assets/stylesheets/application/pages/concepts/jobs/_form.scss */
body.jobs-index form.job-form .row {
  color: #13311a;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.71;
  display: block;
  width: 100%;
}

@media (max-width: 600px) {
  /* line 22, app/assets/stylesheets/application/pages/concepts/jobs/_form.scss */
  body.jobs-index form.job-form .row {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

/* line 26, app/assets/stylesheets/application/pages/concepts/jobs/_form.scss */
body.jobs-index form.job-form .base-errors {
  color: #13311a;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.71;
  display: block;
  width: 100%;
}

@media (max-width: 600px) {
  /* line 26, app/assets/stylesheets/application/pages/concepts/jobs/_form.scss */
  body.jobs-index form.job-form .base-errors {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

/* line 29, app/assets/stylesheets/application/pages/concepts/jobs/_form.scss */
body.jobs-index form.job-form .base-errors .errors {
  font-size: 16px;
}

/* line 34, app/assets/stylesheets/application/pages/concepts/jobs/_form.scss */
body.jobs-index form.job-form .toggled-fields {
  display: none;
  margin: -10px 0 20px 15px;
}

/* line 38, app/assets/stylesheets/application/pages/concepts/jobs/_form.scss */
body.jobs-index form.job-form .toggled-fields .container {
  padding: 15px 0 15px 30px;
}

/* line 41, app/assets/stylesheets/application/pages/concepts/jobs/_form.scss */
body.jobs-index form.job-form .toggled-fields .container .field:last-child {
  margin-bottom: 0;
}

/* line 46, app/assets/stylesheets/application/pages/concepts/jobs/_form.scss */
body.jobs-index form.job-form .toggled-fields.open {
  display: block;
}

/* line 52, app/assets/stylesheets/application/pages/concepts/jobs/_form.scss */
body.jobs-index form.job-form .day-rate .input-wrapper, body.jobs-index form.job-form .salary .input-wrapper, body.jobs-index form.job-form .duration .input-wrapper {
  display: inline-flex;
  width: 9em;
}

/* line 59, app/assets/stylesheets/application/pages/concepts/jobs/_form.scss */
body.jobs-index form.job-form .day-rate .spacer, body.jobs-index form.job-form .salary .spacer {
  display: inline-block;
  padding: 0 0.5em;
}

/* line 65, app/assets/stylesheets/application/pages/concepts/jobs/_form.scss */
body.jobs-index form.job-form .location-type-options {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

/* line 70, app/assets/stylesheets/application/pages/concepts/jobs/_form.scss */
body.jobs-index form.job-form .location-type-options .radio {
  padding-left: 0;
  display: inline-block;
}

/* line 74, app/assets/stylesheets/application/pages/concepts/jobs/_form.scss */
body.jobs-index form.job-form .location-type-options .radio label {
  position: relative;
  margin: 0 8px 0 0;
  line-height: 2;
  flex-direction: column;
}

/* line 80, app/assets/stylesheets/application/pages/concepts/jobs/_form.scss */
body.jobs-index form.job-form .location-type-options .radio label:before {
  position: initial;
  display: block;
  margin: 5px auto;
}

/* line 88, app/assets/stylesheets/application/pages/concepts/jobs/_form.scss */
body.jobs-index form.job-form .location-type-options .radio:last-child label {
  margin-right: 0;
}

/* line 1, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-index .job-list {
  display: flex;
  flex-wrap: wrap;
}

/* line 1, app/assets/stylesheets/application/pages/concepts/jobs/_job_highlights.scss */
body.jobs-index .job-list ul.job-highlights {
  margin: 0;
  padding: 0 27px;
}

@media (min-width: 601px) {
  /* line 1, app/assets/stylesheets/application/pages/concepts/jobs/_job_highlights.scss */
  body.jobs-index .job-list ul.job-highlights {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 900px) {
  /* line 1, app/assets/stylesheets/application/pages/concepts/jobs/_job_highlights.scss */
  body.jobs-index .job-list ul.job-highlights {
    justify-content: space-between;
    align-items: flex-start;
    grid-template-columns: minmax(15%, max-content) minmax(15%, max-content) minmax(15%, max-content) minmax(15%, max-content);
  }
}

/* line 22, app/assets/stylesheets/application/pages/concepts/jobs/_job_highlights.scss */
body.jobs-index .job-list ul.job-highlights li {
  margin: 20px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 1 25%;
}

@media (min-width: 601px) {
  /* line 22, app/assets/stylesheets/application/pages/concepts/jobs/_job_highlights.scss */
  body.jobs-index .job-list ul.job-highlights li {
    align-items: flex-start;
    margin: 0;
  }
}

/* line 34, app/assets/stylesheets/application/pages/concepts/jobs/_job_highlights.scss */
body.jobs-index .job-list ul.job-highlights li h5 {
  display: block;
  font-size: 14px;
  font-weight: 500;
  font-family: "PublicSans", sans-serif;
  color: #474747;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* line 44, app/assets/stylesheets/application/pages/concepts/jobs/_job_highlights.scss */
body.jobs-index .job-list ul.job-highlights li span {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-weight: 600;
  font-family: "PublicSans", sans-serif;
  color: #13311a;
}

/* line 52, app/assets/stylesheets/application/pages/concepts/jobs/_job_highlights.scss */
body.jobs-index .job-list ul.job-highlights li span .extra {
  margin-top: 1px;
}

/* line 56, app/assets/stylesheets/application/pages/concepts/jobs/_job_highlights.scss */
body.jobs-index .job-list ul.job-highlights li.location {
  flex: 1 1 35%;
}

/* line 59, app/assets/stylesheets/application/pages/concepts/jobs/_job_highlights.scss */
body.jobs-index .job-list ul.job-highlights li.start-date {
  flex: 1 1 15%;
}

/* line 64, app/assets/stylesheets/application/pages/concepts/jobs/_job_highlights.scss */
body.jobs-index .job-list ul.job-highlights li.obfuscate span {
  filter: drop-shadow(3px 2px 6px #000) blur(5px);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 1, app/assets/stylesheets/application/pages/concepts/jobs/_sign-up-to-see-more.scss */
body.jobs-index .job-list .banner-sign-up-see-more-job-details {
  flex: 1 1 100%;
  margin-bottom: 16px;
  border-radius: 25px;
  color: #fff;
  padding: 24px;
  font-size: 18px;
  z-index: 0;
  position: relative;
  background-color: transparent;
}

@media (min-width: 601px) {
  /* line 1, app/assets/stylesheets/application/pages/concepts/jobs/_sign-up-to-see-more.scss */
  body.jobs-index .job-list .banner-sign-up-see-more-job-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    font-size: 24px;
    padding: 48px;
  }
}

/* line 21, app/assets/stylesheets/application/pages/concepts/jobs/_sign-up-to-see-more.scss */
body.jobs-index .job-list .banner-sign-up-see-more-job-details:before, body.jobs-index .job-list .banner-sign-up-see-more-job-details:after {
  border-radius: 25px;
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 32, app/assets/stylesheets/application/pages/concepts/jobs/_sign-up-to-see-more.scss */
body.jobs-index .job-list .banner-sign-up-see-more-job-details:before {
  z-index: -2;
  background-color: #12b2fe;
}

/* line 37, app/assets/stylesheets/application/pages/concepts/jobs/_sign-up-to-see-more.scss */
body.jobs-index .job-list .banner-sign-up-see-more-job-details:after {
  z-index: -1;
  opacity: 0.25;
  background-image: url(/assets/cloud-b27fd84643a30bccae7b3fbe4e42b45b969cd79ed3526f2c27fa81c310126baa.svg), url(/assets/cloud-b27fd84643a30bccae7b3fbe4e42b45b969cd79ed3526f2c27fa81c310126baa.svg), url(/assets/cloud-b27fd84643a30bccae7b3fbe4e42b45b969cd79ed3526f2c27fa81c310126baa.svg), url(/assets/cloud-b27fd84643a30bccae7b3fbe4e42b45b969cd79ed3526f2c27fa81c310126baa.svg);
  background-repeat: no-repeat;
  background-size: 80px, 170px, 100px, 150px;
  background-position: left 7% top 10%, left 16% top 42%, left 72% top 15%, left 94% top 20%;
}

@media (min-width: 601px) {
  /* line 37, app/assets/stylesheets/application/pages/concepts/jobs/_sign-up-to-see-more.scss */
  body.jobs-index .job-list .banner-sign-up-see-more-job-details:after {
    opacity: 0.3;
    background-position: left 3% top 17%, left 16% top 31%, left 60% top 15%, left 66% top 20%;
  }
}

/* line 52, app/assets/stylesheets/application/pages/concepts/jobs/_sign-up-to-see-more.scss */
body.jobs-index .job-list .banner-sign-up-see-more-job-details .content span {
  display: block;
  padding: 1px 5px;
}

/* line 57, app/assets/stylesheets/application/pages/concepts/jobs/_sign-up-to-see-more.scss */
body.jobs-index .job-list .banner-sign-up-see-more-job-details .btn {
  background: #fff;
}

/* line 10, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-index .job-list .job-list-item {
  flex: 1 1 100%;
  margin-bottom: 16px;
  display: grid;
  border-radius: 0;
  grid-template-areas: 'title' 'company' 'categories' 'highlights' 'actions';
}

@media (max-width: 600px) {
  /* line 10, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.jobs-index .job-list .job-list-item {
    border-radius: 0;
  }
}

@media (min-width: 601px) {
  /* line 10, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.jobs-index .job-list .job-list-item {
    grid-template-areas: none;
  }
}

@media (min-width: 1240px) {
  /* line 10, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.jobs-index .job-list .job-list-item {
    border-radius: 25px;
  }
  /* line 32, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.jobs-index .job-list .job-list-item .card-link {
    border-radius: 25px;
  }
}

/* line 37, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-index .job-list .job-list-item.card {
  z-index: initial;
}

/* line 41, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-index .job-list .job-list-item > header {
  padding: 14px;
  display: contents;
}

@media (min-width: 601px) {
  /* line 41, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.jobs-index .job-list .job-list-item > header {
    display: grid;
    padding: 14px 27px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-template-areas: 'title actions' 'company categories';
  }
}

/* line 56, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-index .job-list .job-list-item > header .job-title {
  grid-area: title;
  font: 20px "Poppins", sans-serif;
  letter-spacing: normal;
  line-height: 1.59;
  margin: 2px 0;
  padding: 14px 14px 1px;
}

@media (min-width: 601px) {
  /* line 56, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.jobs-index .job-list .job-list-item > header .job-title {
    font-size: 24px;
  }
}

/* line 69, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-index .job-list .job-list-item > header .company {
  grid-area: company;
  font: normal 12px "Poppins", sans-serif;
  letter-spacing: normal;
  margin: 2px 6px 2px 0;
  line-height: 1.80;
  padding: 0 14px;
}

@media (min-width: 601px) {
  /* line 69, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.jobs-index .job-list .job-list-item > header .company {
    font-size: 14px;
    line-height: 2.83;
  }
}

/* line 83, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-index .job-list .job-list-item > header .job-category-list {
  grid-area: categories;
  margin: 2px 0;
  font-size: 12px;
}

@media (min-width: 601px) {
  /* line 83, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.jobs-index .job-list .job-list-item > header .job-category-list {
    line-height: 2.83;
    justify-content: flex-end;
  }
}

@media (max-width: 600px) {
  /* line 93, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.jobs-index .job-list .job-list-item > header nav.actions {
    margin-top: 8px;
    grid-area: actions;
    justify-content: space-between;
    padding: 2px 14px 8px;
  }
}

/* line 101, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-index .job-list .job-list-item > header nav.actions > .action {
  margin-bottom: 4px;
}

/* line 104, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-index .job-list .job-list-item > header nav.actions .actions-dropdown {
  margin-bottom: 4px;
}

/* line 107, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-index .job-list .job-list-item > header nav.actions .actions-dropdown .dot-burger {
  height: 44px;
}

/* line 111, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-index .job-list .job-list-item > header nav.actions .actions-dropdown .nav-dropdown {
  z-index: 21;
}

@media (max-width: 600px) {
  /* line 114, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.jobs-index .job-list .job-list-item > header nav.actions .actions-dropdown .nav-dropdown.state-actions {
    right: initial;
    left: 0px;
    border-top-left-radius: 0px;
  }
}

@media (max-width: 600px) {
  /* line 126, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.jobs-index .job-list .job-list-item ul.job-highlights {
    padding: 14px;
  }
}

@media (min-width: 601px) {
  /* line 126, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.jobs-index .job-list .job-list-item ul.job-highlights {
    background-image: none;
  }
}

/* line 135, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-index .job-list .job-list-item ul.job-highlights li {
  display: block;
  margin: 0;
}

/* line 139, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-index .job-list .job-list-item ul.job-highlights li h5 {
  font-size: 14px;
  display: inline;
  margin-right: 5px;
  letter-spacing: 0px;
}

@media (max-width: 600px) {
  /* line 139, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.jobs-index .job-list .job-list-item ul.job-highlights li h5 {
    display: none;
  }
}

/* line 149, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-index .job-list .job-list-item ul.job-highlights li span {
  font-size: 16px;
}

/* line 154, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-index .job-list .job-list-item .job-description {
  display: none;
}

@media (min-width: 601px) {
  /* line 154, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.jobs-index .job-list .job-list-item .job-description {
    display: block;
    padding: 14px 37px;
  }
}

/* line 162, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-index .job-list .job-list-item .job-description p {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 24px;
  max-height: 72px;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* line 174, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-index .job-list .job-list-item .graphic {
  display: none;
}

/* line 177, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-index .job-list .job-list-item footer.job-summary-footer {
  padding: 2px 14px;
  min-height: 12px;
  font-size: 13px;
  line-height: 2.62;
  display: none;
}

@media (min-width: 601px) {
  /* line 177, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.jobs-index .job-list .job-list-item footer.job-summary-footer {
    display: block;
  }
  /* line 187, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.jobs-index .job-list .job-list-item footer.job-summary-footer:empty {
    background: none;
  }
}

/* line 193, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-index .job-list .job-list-item.compact {
  min-width: 390px;
  display: grid;
  grid-gap: 10px;
  padding: 20px;
  margin: 8px 0;
  position: relative;
  grid-template-areas: 'header' 'toggle-btn' 'expandable';
  transition: box-shadow 300ms ease, transform 200ms ease;
}

@media (min-width: 601px) {
  /* line 193, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.jobs-index .job-list .job-list-item.compact {
    margin: 8px;
  }
}

@media (min-width: 1000px) {
  /* line 193, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.jobs-index .job-list .job-list-item.compact {
    max-width: calc(50% - 16px);
  }
}

/* line 212, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-index .job-list .job-list-item.compact .card-header {
  grid-area: header;
}

/* line 216, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-index .job-list .job-list-item.compact .toggle-expand-btn {
  grid-area: toggle-btn;
  background: #0C6B1F;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: all 200ms ease;
  z-index: 10;
  position: relative;
  transform: translateY(0);
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  display: block;
}

/* line 235, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-index .job-list .job-list-item.compact .toggle-expand-btn:hover {
  background: #084614;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* line 241, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-index .job-list .job-list-item.compact .toggle-expand-btn:active {
  transform: translateY(0);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* line 247, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-index .job-list .job-list-item.compact .expandable-content {
  grid-area: expandable;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 350ms ease-in-out, opacity 300ms ease, padding 300ms ease;
}

/* line 254, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-index .job-list .job-list-item.compact .expandable-content::-webkit-scrollbar {
  width: 8px;
}

/* line 258, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-index .job-list .job-list-item.compact .expandable-content::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 4px;
}

/* line 263, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-index .job-list .job-list-item.compact .expandable-content::-webkit-scrollbar-thumb {
  background: #bcbcbc;
  border-radius: 4px;
}

/* line 267, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-index .job-list .job-list-item.compact .expandable-content::-webkit-scrollbar-thumb:hover {
  background: #6a7169;
}

/* line 273, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-index .job-list .job-list-item.compact.expanded {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* line 276, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-index .job-list .job-list-item.compact.expanded .expandable-content {
  max-height: 400px;
  overflow-y: auto;
  padding-top: 16px;
  opacity: 1;
}

/* line 284, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-index .job-list .job-list-item.compact .card-header > header {
  display: grid;
  grid-template-areas: 'title actions' 'company company' 'highlights highlights';
  grid-template-columns: 1fr auto;
  gap: 10px;
}

/* line 292, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-index .job-list .job-list-item.compact .card-header > header .job-title {
  grid-area: title;
  font-size: 18px;
  padding: 0;
  margin: 0;
  line-height: 1.3;
}

@media (min-width: 601px) {
  /* line 292, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.jobs-index .job-list .job-list-item.compact .card-header > header .job-title {
    font-size: 20px;
  }
}

/* line 303, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-index .job-list .job-list-item.compact .card-header > header .actions {
  grid-area: actions;
  display: flex;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-end;
}

/* line 310, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-index .job-list .job-list-item.compact .card-header > header .company {
  grid-area: company;
  line-height: 1.4;
  padding: 0;
  margin: 0 0 12px 0;
  font-size: 13px;
  color: #6a7169;
}

@media (min-width: 601px) {
  /* line 310, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.jobs-index .job-list .job-list-item.compact .card-header > header .company {
    font-size: 14px;
  }
}

/* line 322, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-index .job-list .job-list-item.compact .card-header > header .job-category-list {
  grid-area: categories;
}

/* line 327, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-index .job-list .job-list-item.compact ul.job-highlights {
  grid-area: highlights;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 12px;
}

/* line 336, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-index .job-list .job-list-item.compact ul.job-highlights li h5 {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  color: #6a7169;
  margin: 0 0 4px 0;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* line 346, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-index .job-list .job-list-item.compact ul.job-highlights li span {
  font-size: 14px;
  font-weight: 500;
}

/* line 354, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-index .job-list .job-list-item.compact .expandable-content > .graphic {
  overflow: hidden;
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100px;
  pointer-events: none;
  z-index: 0;
}

/* line 365, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-index .job-list .job-list-item.compact .expandable-content > .graphic svg {
  width: 100%;
  fill: rgba(188, 188, 188, 0.25);
}

/* line 371, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-index .job-list .job-list-item.compact .expandable-content > .job-applications,
body.jobs-index .job-list .job-list-item.compact .expandable-content > .job-summary-detail {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}

/* line 377, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-index .job-list .job-list-item.compact .expandable-content > .job-applications:last-child,
body.jobs-index .job-list .job-list-item.compact .expandable-content > .job-summary-detail:last-child {
  margin-bottom: 0;
}

/* line 382, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-index .job-list .job-list-item.compact .expandable-content > .job-applications {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 16px;
}

/* line 389, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-index .job-list .job-list-item.compact .graphic {
  overflow: hidden;
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100px;
}

/* line 398, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-index .job-list .job-list-item.compact .graphic svg {
  width: 100%;
  fill: rgba(188, 188, 188, 0.25);
}

/* line 404, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-index .job-list .job-list-item.compact .job-description {
  grid-area: description;
  padding: 10px 0;
}

/* line 1, app/assets/stylesheets/application/pages/concepts/jobs/_job_actions.scss */
body.jobs-index nav.actions {
  grid-area: actions;
  display: flex;
  justify-content: flex-end;
  z-index: 11;
  height: -moz-fit-content;
  height: fit-content;
  flex-wrap: wrap;
}

@media (min-width: 601px) {
  /* line 1, app/assets/stylesheets/application/pages/concepts/jobs/_job_actions.scss */
  body.jobs-index nav.actions {
    flex-wrap: nowrap;
  }
}

/* line 13, app/assets/stylesheets/application/pages/concepts/jobs/_job_actions.scss */
body.jobs-index nav.actions > .action {
  margin-left: 15px;
}

/* line 17, app/assets/stylesheets/application/pages/concepts/jobs/_job_actions.scss */
body.jobs-index nav.actions > .action:not(.btn) {
  padding: 0px 10px;
  height: 40px;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #13311a;
  border-radius: 28.5px;
}

/* line 29, app/assets/stylesheets/application/pages/concepts/jobs/_job_actions.scss */
body.jobs-index nav.actions > .action:first-child {
  margin-left: 0;
}

@media (max-width: 600px) {
  /* line 36, app/assets/stylesheets/application/pages/concepts/jobs/_job_actions.scss */
  body.jobs-index nav.actions .actions-dropdown .state-actions .nav-dropdown {
    right: initial;
    left: 0;
  }
}

/* line 43, app/assets/stylesheets/application/pages/concepts/jobs/_job_actions.scss */
body.jobs-index nav.actions .actions-dropdown .dot-burger {
  min-height: 44px;
  margin-left: 5px;
  width: 47px;
  height: 100%;
  margin: 0 0 0 15px;
  padding: 7px 6px 6px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  transition: all 200ms ease-in-out;
}

/* line 56, app/assets/stylesheets/application/pages/concepts/jobs/_job_actions.scss */
body.jobs-index nav.actions .actions-dropdown .dot-burger.open {
  background-color: #f5f5f5;
  box-shadow: 0 3px 6px 0 rgba(45, 69, 45, 0.5);
}

/* line 61, app/assets/stylesheets/application/pages/concepts/jobs/_job_actions.scss */
body.jobs-index nav.actions .actions-dropdown .dot-burger:before, body.jobs-index nav.actions .actions-dropdown .dot-burger:after, body.jobs-index nav.actions .actions-dropdown .dot-burger span {
  display: block;
  content: '';
  width: 7px;
  height: 7px;
  background: #000;
  border-radius: 50%;
}

/* line 74, app/assets/stylesheets/application/pages/concepts/jobs/_job_actions.scss */
body.jobs-index nav.actions .action, body.jobs-index nav.actions-dropdown .action {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 80, app/assets/stylesheets/application/pages/concepts/jobs/_job_actions.scss */
body.jobs-index nav.actions .action:before, body.jobs-index nav.actions-dropdown .action:before {
  display: inline-block;
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
}

/* line 88, app/assets/stylesheets/application/pages/concepts/jobs/_job_actions.scss */
body.jobs-index nav.actions .action.sign_up:before, body.jobs-index nav.actions .action.apply:before, body.jobs-index nav.actions-dropdown .action.sign_up:before, body.jobs-index nav.actions-dropdown .action.apply:before {
  display: none;
}

/* line 91, app/assets/stylesheets/application/pages/concepts/jobs/_job_actions.scss */
body.jobs-index nav.actions .action.applied, body.jobs-index nav.actions-dropdown .action.applied {
  cursor: default;
}

/* line 94, app/assets/stylesheets/application/pages/concepts/jobs/_job_actions.scss */
body.jobs-index nav.actions .action.applied:before, body.jobs-index nav.actions-dropdown .action.applied:before {
  content: '\2713';
  color: #fff;
  padding: 2px;
  display: flex;
  text-align: center;
  justify-content: center;
  margin-right: 10px;
}

/* line 105, app/assets/stylesheets/application/pages/concepts/jobs/_job_actions.scss */
body.jobs-index nav.actions .action.resume_advertising:before, body.jobs-index nav.actions-dropdown .action.resume_advertising:before {
  background-image: url(/assets/icons/job_actions/open-8678f2203dc0671c3e596618b7261f6fabe15b3e6f299155d9b3e6774650d083.svg);
}

/* line 108, app/assets/stylesheets/application/pages/concepts/jobs/_job_actions.scss */
body.jobs-index nav.actions .action.close:before, body.jobs-index nav.actions-dropdown .action.close:before {
  background-image: url(/assets/icons/job_actions/close-0e9923daec44bd0c06a4eec837bf7ccb0860348e518a0405fa0ba89f740f5768.svg);
}

/* line 111, app/assets/stylesheets/application/pages/concepts/jobs/_job_actions.scss */
body.jobs-index nav.actions .action.pause_advertising:before, body.jobs-index nav.actions-dropdown .action.pause_advertising:before {
  background-image: url(/assets/icons/job_actions/pause-3ef112f7500db84e80acfa322663ebc847b8041243136f29ae2e8b9586f367e8.svg);
}

/* line 114, app/assets/stylesheets/application/pages/concepts/jobs/_job_actions.scss */
body.jobs-index nav.actions .action.archive:before, body.jobs-index nav.actions-dropdown .action.archive:before {
  background-image: url(/assets/icons/job_actions/archive-8edfacfb9412611afa82650e1b449d6a07f72a787e7f1071395b436f7cf54df3.svg);
}

/* line 117, app/assets/stylesheets/application/pages/concepts/jobs/_job_actions.scss */
body.jobs-index nav.actions .action.unarchive:before, body.jobs-index nav.actions-dropdown .action.unarchive:before {
  background-image: url(/assets/icons/job_actions/unarchive-bc2ea5497552da9f7dd1634905aa8aa9800d6dba1fb6d38a61cc50f19f98fee1.svg);
}

/* line 120, app/assets/stylesheets/application/pages/concepts/jobs/_job_actions.scss */
body.jobs-index nav.actions .action.duplicate:before, body.jobs-index nav.actions-dropdown .action.duplicate:before {
  background-image: url(/assets/icons/job_actions/duplicate-21f416f5f5f739652da677f5122672d9a134a4e25295257039432bc5a20209ee.svg);
}

/* line 123, app/assets/stylesheets/application/pages/concepts/jobs/_job_actions.scss */
body.jobs-index nav.actions .action.delete:before, body.jobs-index nav.actions-dropdown .action.delete:before {
  background-image: url(/assets/icons/job_actions/trash-b736b7b1013c077539f0f67ececf865034bc3a4e9a0ae31def6ff07fbd148042.svg);
}

/* line 126, app/assets/stylesheets/application/pages/concepts/jobs/_job_actions.scss */
body.jobs-index nav.actions .action.edit:before, body.jobs-index nav.actions-dropdown .action.edit:before {
  background-image: url(/assets/icons/job_actions/edit-3e10ca1dec50269bc232ffde8d14e5987ba9f62e8d3a18ea17b8b1719bdaace8.svg);
}

/* line 129, app/assets/stylesheets/application/pages/concepts/jobs/_job_actions.scss */
body.jobs-index nav.actions .action.recommend:before, body.jobs-index nav.actions-dropdown .action.recommend:before {
  background-image: url(/assets/icons/job_actions/recommend-0101c31cc4e2394260f33b8638e76b3198640922cc564bb90ffc3763446c4f80.svg);
}

/* line 1, app/assets/stylesheets/application/pages/concepts/jobs/_job_states.scss */
body.jobs-index footer.job-summary-footer {
  display: flex;
  justify-content: space-between;
}

/* line 7, app/assets/stylesheets/application/pages/concepts/jobs/_job_states.scss */
body.jobs-index footer.job-summary-footer > .col > span:not(:first-of-type):before {
  content: ' | ';
  display: inline-block;
  margin: auto 4px;
}

/* line 17, app/assets/stylesheets/application/pages/concepts/jobs/_job_states.scss */
body.jobs-index .job-state:before {
  width: 10px;
  height: 10px;
  content: '';
  display: inline-block;
  margin-right: 6px;
}

/* line 1, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-index .job-applications {
  background: #eefbf1;
  color: #6a7169;
  margin: 20px 0 0;
  box-shadow: 1px 1px 3px 0 #bcbcbc;
}

/* line 8, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-index .job-applications.application-stats {
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  white-space: nowrap;
  flex-wrap: nowrap;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
  -webkit-overflow-scrolling: touch;
}

/* line 17, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-index .job-applications.application-stats::-webkit-scrollbar {
  width: 0;
  height: 0;
}

/* line 26, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-index .job-applications.application-stats .stat {
  scroll-snap-align: center;
  z-index: 11;
}

/* line 32, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-index .job-applications.application-stats, body.jobs-index .job-applications ul.tabs[data-tabber-buttons] {
  background: #eefbf1;
  display: flex;
  padding: 0;
  margin: 0;
  box-shadow: none;
}

/* line 39, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-index .job-applications.application-stats a.stat-link, body.jobs-index .job-applications ul.tabs[data-tabber-buttons] a.stat-link {
  flex: 1 0;
  display: block;
  color: inherit;
  text-decoration: none;
  transition: all 150ms;
  padding: 15px 22px 15px;
  text-align: center;
}

/* line 48, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-index .job-applications.application-stats a.stat-link:hover, body.jobs-index .job-applications ul.tabs[data-tabber-buttons] a.stat-link:hover {
  text-decoration: none;
  background-color: #0C6B1F;
  color: white;
}

/* line 53, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-index .job-applications.application-stats a.stat-link:hover .circle, body.jobs-index .job-applications ul.tabs[data-tabber-buttons] a.stat-link:hover .circle {
  color: white;
}

/* line 58, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-index .job-applications.application-stats a.stat-link .stat, body.jobs-index .job-applications ul.tabs[data-tabber-buttons] a.stat-link .stat {
  border: none;
  text-transform: none;
}

/* line 64, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-index .job-applications.application-stats li.tab-button, body.jobs-index .job-applications.application-stats .stat, body.jobs-index .job-applications ul.tabs[data-tabber-buttons] li.tab-button, body.jobs-index .job-applications ul.tabs[data-tabber-buttons] .stat {
  flex: 1 0;
  padding: 15px 22px 15px;
  transition: all 150ms;
  border: none;
  text-align: center;
  text-transform: none;
}

/* line 72, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-index .job-applications.application-stats li.tab-button .circle, body.jobs-index .job-applications.application-stats .stat .circle, body.jobs-index .job-applications ul.tabs[data-tabber-buttons] li.tab-button .circle, body.jobs-index .job-applications ul.tabs[data-tabber-buttons] .stat .circle {
  font-size: 2em;
  position: relative;
  width: 2em;
  height: 2em;
  border-radius: 4em;
  border: 2px solid currentColor;
  color: #0C6B1F;
  margin: 0 auto 0.3em;
}

/* line 82, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-index .job-applications.application-stats li.tab-button .circle .circle-content, body.jobs-index .job-applications.application-stats .stat .circle .circle-content, body.jobs-index .job-applications ul.tabs[data-tabber-buttons] li.tab-button .circle .circle-content, body.jobs-index .job-applications ul.tabs[data-tabber-buttons] .stat .circle .circle-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
}

/* line 91, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-index .job-applications.application-stats li.tab-button .title, body.jobs-index .job-applications.application-stats .stat .title, body.jobs-index .job-applications ul.tabs[data-tabber-buttons] li.tab-button .title, body.jobs-index .job-applications ul.tabs[data-tabber-buttons] .stat .title {
  font-weight: bold;
}

/* line 96, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-index .job-applications.application-stats li.tab-button, body.jobs-index .job-applications ul.tabs[data-tabber-buttons] li.tab-button {
  cursor: pointer;
}

/* line 99, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-index .job-applications.application-stats li.tab-button:hover:not(.disabled), body.jobs-index .job-applications.application-stats li.tab-button.active, body.jobs-index .job-applications ul.tabs[data-tabber-buttons] li.tab-button:hover:not(.disabled), body.jobs-index .job-applications ul.tabs[data-tabber-buttons] li.tab-button.active {
  background-color: #0C6B1F;
  color: white;
}

/* line 103, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-index .job-applications.application-stats li.tab-button:hover:not(.disabled) .circle, body.jobs-index .job-applications.application-stats li.tab-button.active .circle, body.jobs-index .job-applications ul.tabs[data-tabber-buttons] li.tab-button:hover:not(.disabled) .circle, body.jobs-index .job-applications ul.tabs[data-tabber-buttons] li.tab-button.active .circle {
  color: white;
}

/* line 108, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-index .job-applications.application-stats li.tab-button.disabled, body.jobs-index .job-applications ul.tabs[data-tabber-buttons] li.tab-button.disabled {
  cursor: default;
}

/* line 111, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-index .job-applications.application-stats li.tab-button.disabled .circle-content, body.jobs-index .job-applications ul.tabs[data-tabber-buttons] li.tab-button.disabled .circle-content {
  display: none;
}

/* line 115, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-index .job-applications.application-stats li.tab-button.disabled .circle, body.jobs-index .job-applications ul.tabs[data-tabber-buttons] li.tab-button.disabled .circle {
  color: #6a7169;
}

/* line 118, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-index .job-applications.application-stats li.tab-button.disabled .circle:before, body.jobs-index .job-applications ul.tabs[data-tabber-buttons] li.tab-button.disabled .circle:before {
  content: '';
  width: 0.8em;
  border: 2px solid currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 130, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-index .job-applications.application-stats li.tab-button:hover, body.jobs-index .job-applications ul.tabs[data-tabber-buttons] li.tab-button:hover {
  color: #6a7169;
}

/* line 136, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-index .job-applications .filters {
  display: flex;
  margin: 20px 20px 10px;
  align-items: center;
}

/* line 141, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-index .job-applications .filters .label {
  margin-right: 12px;
  vertical-align: middle;
}

/* line 145, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-index .job-applications .filters .selectize-control {
  width: 200px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

/* line 153, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-index .job-applications .tab-loader {
  background: #eefbf1;
}

/* line 158, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-index .job-applications .applications .no-applications {
  margin: 20px;
  font-size: 18px;
  text-align: center;
}

/* line 164, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-index .job-applications .applications .applications-list > .header {
  display: flex;
  margin: 10px 20px;
}

/* line 168, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-index .job-applications .applications .applications-list > .header .tooltip {
  margin-left: 10px;
}

@media (max-width: 600px) {
  /* line 168, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
  body.jobs-index .job-applications .applications .applications-list > .header .tooltip {
    position: initial;
  }
}

/* line 175, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-index .job-applications .applications .applications-list > .header .tooltip .tooltiptext {
  width: 350px;
  text-align: left;
  padding: 20px 30px;
}

@media (max-width: 600px) {
  /* line 175, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
  body.jobs-index .job-applications .applications .applications-list > .header .tooltip .tooltiptext {
    left: 0px;
    right: 0px;
    padding: 15px;
    margin: 15px;
    width: initial;
  }
}

/* line 191, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-index .job-applications .applications .nonlive-list {
  margin: 10px 20px 20px;
}

/* line 193, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-index .job-applications .applications .nonlive-list .member {
  display: inline-block;
}

/* line 195, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-index .job-applications .applications .nonlive-list .member:after {
  content: '|';
  color: #fff;
  display: inline;
  margin: 0 5px;
}

/* line 201, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-index .job-applications .applications .nonlive-list .member:last-of-type:after {
  display: none;
}

/* line 206, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-index .job-applications .applications .application-list-item {
  margin: 10px 20px 20px;
  z-index: initial;
}

/* line 5, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .search-result-wrapper {
  margin-bottom: 2em;
}

/* line 8, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .search-result {
  z-index: 5;
  position: relative;
  background-color: white;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

/* line 3, app/assets/stylesheets/application/pages/concepts/profiles/availability.scss */
body.jobs-index .job-applications .applications .application-list-item .search-result .availability:before, body.jobs-index .job-applications .applications .application-list-item .search-result .availability:after {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
}

/* line 11, app/assets/stylesheets/application/pages/concepts/profiles/availability.scss */
body.jobs-index .job-applications .applications .application-list-item .search-result .availability.before:before {
  content: '';
  margin-right: 4px;
}

/* line 18, app/assets/stylesheets/application/pages/concepts/profiles/availability.scss */
body.jobs-index .job-applications .applications .application-list-item .search-result .availability.after:after {
  content: '';
  margin-left: 4px;
}

/* line 20, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .search-result .search-result-inner {
  display: flex;
  flex: 1;
  flex-direction: column;
}

/* line 26, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .search-result .search-result-summary {
  flex: 1;
}

/* line 29, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .search-result .search-result-summary .container {
  padding: 20px;
  display: flex;
  white-space: nowrap;
}

@media (max-width: 600px) {
  /* line 29, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-index .job-applications .applications .application-list-item .search-result .search-result-summary .container {
    flex-wrap: wrap;
    padding: 16px 14px 10px;
  }
  /* line 37, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-index .job-applications .applications .application-list-item .search-result .search-result-summary .container:before {
    content: '';
    display: block;
    flex: 1 1;
  }
}

/* line 45, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .search-result .search-result-summary .profile-picture-wrapper {
  order: 1;
  width: 72px;
  height: 72px;
  margin-right: 16px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

@media (max-width: 600px) {
  /* line 45, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-index .job-applications .applications .application-list-item .search-result .search-result-summary .profile-picture-wrapper {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -20px;
    flex: none;
  }
}

/* line 62, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .search-result .search-result-summary .profile-picture-wrapper:after {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(12, 107, 31, 0.3), rgba(12, 107, 31, 0.1));
  z-index: -1;
  opacity: 0;
  transition: opacity 300ms ease;
}

/* line 76, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .search-result .search-result-summary .profile-picture-wrapper:hover:after {
  opacity: 1;
}

/* line 80, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .search-result .search-result-summary .profile-picture-wrapper .profile-picture {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 20;
  border: 3px solid white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 300ms ease;
}

@media (max-width: 600px) {
  /* line 80, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-index .job-applications .applications .application-list-item .search-result .search-result-summary .profile-picture-wrapper .profile-picture {
    position: relative;
    top: -25px;
  }
}

/* line 95, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .search-result .search-result-summary .profile-picture-wrapper:hover .profile-picture {
  transform: scale(1.05);
}

/* line 100, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info {
  flex: 1 1;
  order: 2;
  display: flex;
  vertical-align: middle;
  white-space: normal;
  font-size: 13px;
  padding-left: 8px;
  flex-wrap: wrap;
}

/* line 110, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info > * {
  padding: 0 3px;
}

/* line 113, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info > :empty {
  display: none;
}

@media (max-width: 600px) {
  /* line 100, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-index .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info {
    order: 3;
    width: 100%;
    padding-left: 0;
    flex: 2 0 100%;
  }
}

/* line 147, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info.hidden-data {
  opacity: 0.4;
}

/* line 151, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info .name-and-assignments {
  align-items: center;
  display: flex;
  margin-bottom: 8px;
  order: 1;
  width: 100%;
}

@media (max-width: 600px) {
  /* line 151, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-index .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info .name-and-assignments {
    display: block;
  }
}

/* line 162, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info .name-and-assignments .name {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 600;
  color: #13311a;
}

@media (max-width: 600px) {
  /* line 162, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-index .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info .name-and-assignments .name {
    font-size: 18px;
  }
}

/* line 172, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info .name-and-assignments .name a {
  text-decoration: none;
  transition: color 200ms ease;
}

/* line 176, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info .name-and-assignments .name a:hover {
  color: #0C6B1F;
}

/* line 182, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info .name-and-assignments .num-assignments {
  align-items: center;
  display: flex;
  font-size: 12px;
  margin-left: 12px;
}

@media (max-width: 600px) {
  /* line 182, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-index .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info .name-and-assignments .num-assignments {
    margin-left: 0;
    margin-top: 5px;
  }
}

/* line 193, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info .name-and-assignments .num-assignments:before {
  content: '';
  display: inline-block;
  background-image: url(/images/icons/assignments_flag.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  margin-right: 4px;
  height: 22px;
  width: 16px;
}

/* line 207, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info .current-status {
  order: 2;
  padding-right: 0px;
}

@media (max-width: 600px) {
  /* line 207, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-index .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info .current-status {
    order: 5;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
  }
  /* line 215, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-index .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info .current-status:after {
    display: none;
  }
}

/* line 128, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info .current-status:after {
  content: '|';
  display: inline-block;
  padding-left: 3px;
  padding-right: 0px;
}

@media (max-width: 600px) {
  /* line 128, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-index .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info .current-status:after {
    display: none;
  }
}

/* line 224, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info .location {
  order: 3;
}

@media (max-width: 600px) {
  /* line 224, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-index .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info .location {
    order: 6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
  }
}

/* line 236, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info .remote {
  order: 4;
  padding-left: 0px;
}

/* line 118, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info .remote:before {
  content: '|';
  display: inline-block;
  padding-left: 0px;
  padding-right: 3px;
}

@media (max-width: 600px) {
  /* line 236, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-index .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info .remote {
    order: 7;
  }
}

/* line 245, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info .separator {
  order: 5;
  width: 100%;
  display: block;
}

@media (max-width: 600px) {
  /* line 245, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-index .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info .separator {
    order: 3;
    height: 0.5px;
    border: 1px solid;
    margin: 8px -14px;
    flex: 1 2 100%;
  }
}

/* line 259, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info .job-title {
  order: 5;
}

@media (max-width: 600px) {
  /* line 259, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-index .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info .job-title {
    order: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    min-height: 22px;
  }
}

@media (max-width: 600px) {
  /* line 273, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-index .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info .job-title:empty {
    display: none;
  }
}

/* line 279, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info .job-category-list {
  min-height: 26px;
  overflow: hidden;
  counter-reset: categories;
  order: 6;
  position: relative;
  padding-right: 25px;
  flex: 1;
  margin-top: 4px;
}

@media (max-width: 600px) {
  /* line 279, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-index .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info .job-category-list {
    order: 4;
    flex: 1 1 100%;
  }
}

/* line 294, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info .job-category-list .counter {
  content: "+" counter(categories);
  display: block;
  position: absolute;
  right: 0;
}

/* line 301, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info .job-category-list .job-category {
  counter-increment: categories;
  background: rgba(12, 107, 31, 0.1);
  color: #13311a;
  border: 1px solid rgba(12, 107, 31, 0.2);
  padding: 3px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
  transition: all 200ms ease;
}

/* line 312, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info .job-category-list .job-category:hover {
  background: rgba(12, 107, 31, 0.15);
  border-color: rgba(12, 107, 31, 0.3);
}

/* line 317, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info .job-category-list .job-category.filter-match:after {
  background-color: white;
}

/* line 324, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .search-result .search-result-summary .enquire {
  order: 3;
}

@media (max-width: 600px) {
  /* line 324, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-index .job-applications .applications .application-list-item .search-result .search-result-summary .enquire {
    order: 2;
    flex: 1;
    text-align: right;
  }
}

/* line 333, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .search-result .search-result-summary .enquire .make-enquiry {
  z-index: 20;
  position: relative;
}

@media (max-width: 600px) {
  /* line 338, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-index .job-applications .applications .application-list-item .search-result .search-result-summary .enquire.no-availability {
    text-align: center;
  }
  /* line 342, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-index .job-applications .applications .application-list-item .search-result .search-result-summary .enquire.no-availability .make-enquiry {
    float: none;
  }
}

/* line 353, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .search-result .experience {
  flex: 1;
  padding: 16px 20px;
}

@media (max-width: 600px) {
  /* line 353, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-index .job-applications .applications .application-list-item .search-result .experience {
    padding: 8px 15px;
  }
}

/* line 362, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .search-result .highlights {
  border: solid 1px;
  border-width: 1px 0;
  flex: 1;
  padding: 16px 20px;
}

@media (max-width: 600px) {
  /* line 362, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-index .job-applications .applications .application-list-item .search-result .highlights {
    padding: 8px 15px;
  }
}

/* line 373, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .search-result .highlights .highlight em {
  font-weight: normal;
}

/* line 379, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .search-result .footer {
  display: flex;
  align-items: center;
  padding: 14px 16px;
  font-size: 12px;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 600px) {
  /* line 379, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-index .job-applications .applications .application-list-item .search-result .footer {
    background: none;
  }
}

/* line 395, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .search-result .search-result-experience {
  counter-reset: skills;
  display: inline-flex;
  flex-wrap: wrap;
  max-height: 64px;
  overflow: hidden;
  padding-right: 25px;
  position: relative;
  width: 100%;
}

@media (max-width: 600px) {
  /* line 395, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-index .job-applications .applications .application-list-item .search-result .search-result-experience {
    max-height: 128px;
  }
}

/* line 409, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .search-result .search-result-experience .counter {
  content: "+" counter(skills);
  display: inline-block;
  margin-left: 5px;
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 2;
  height: 27px;
}

/* line 420, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .search-result .search-result-experience .skill-with-strength {
  counter-increment: skills;
}

/* line 424, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .search-result .search-result-experience .matches {
  display: contents;
}

/* line 429, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .search-result .search-result-experience .highlight-matches .skill-with-strength {
  background-color: white;
}

/* line 436, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .banner-to-requirements {
  background-color: white;
  padding: 15px;
  padding: 35px 35px 10px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 600px) {
  /* line 436, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-index .job-applications .applications .application-list-item .banner-to-requirements {
    padding: 15px 15px 10px;
    flex-direction: column;
    justify-content: space-evenly;
  }
}

/* line 449, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .banner-to-requirements .content {
  margin: 10px;
}

/* line 452, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .banner-to-requirements .content h3 {
  margin-top: 0px;
  font-size: 22px;
  letter-spacing: normal;
  line-height: normal;
}

/* line 458, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .banner-to-requirements .content p {
  font-size: 14px;
  margin-bottom: 0;
}

/* line 463, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .banner-to-requirements .btn-container {
  margin: 10px;
  flex: 0 0 auto;
}

/* line 472, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .missing-requirements {
  margin-top: 0.5em;
  opacity: 0.9;
  font-size: 12px;
}

/* line 477, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .missing-requirements .missing-cta {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 480, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .missing-requirements .missing-cta:before {
  content: attr(data-missed-count) " ";
}

/* line 483, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .missing-requirements .missing-cta:after {
  margin-left: 5px;
  transform: translateY(-3px) rotate(45deg);
  display: inline-block;
  transition: all 200ms ease-in-out;
  border: solid;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  content: '';
  transform-origin: center center;
}

/* line 495, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .missing-requirements .missing-cta.open:after {
  transform: rotate(-135deg);
}

/* line 500, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .missing-requirements ul.missed-matches {
  margin-right: 1.2em;
  display: none;
}

/* line 504, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .missing-requirements ul.missed-matches.open {
  display: inline-block;
}

/* line 507, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .missing-requirements ul.missed-matches:before {
  content: attr(data-content);
  display: inline-block;
  width: auto;
  height: auto;
  margin-right: 5px;
}

/* line 514, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .missing-requirements ul.missed-matches li {
  display: inline-block;
  margin-right: 0.5em;
  margin-top: 0.3em;
}

/* line 519, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .missing-requirements ul.missed-matches li a {
  font-size: 12px;
  display: inline-block;
  border: 1px solid;
  line-height: 2;
  padding: 0 10px;
}

/* line 526, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .missing-requirements ul.missed-matches li a.strike {
  text-decoration: line-through;
  cursor: default;
}

/* line 531, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .missing-requirements ul.missed-matches li a.action {
  cursor: pointer;
}

/* line 537, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .missing-requirements ul.missed-matches li a.action:active, body.jobs-index .job-applications .applications .application-list-item .missing-requirements ul.missed-matches li a.action.active {
  border: 1px solid;
}

/* line 546, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .missing-requirements .missing-info ul.missed-matches:before {
  display: none;
}

/* line 552, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .missing-requirements[data-has-actions="true"] .missing-info {
  display: none;
}

/* line 566, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .invert-missing-matches[data-hide-missing-actions] .missing-requirements .missing-info {
  display: block;
}

/* line 571, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-index .job-applications .applications .application-list-item .invert-missing-matches[data-hide-missing-actions] .missing-requirements .missing-actions {
  display: none;
}

/* line 214, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-index .job-applications .applications .application-list-item .search-result {
  z-index: initial;
}

/* line 218, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-index .job-applications .applications .application-list-item .application-note {
  padding: 20px;
  border-bottom: solid 1px;
  display: flex;
}

/* line 223, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-index .job-applications .applications .application-list-item .application-note.open {
  flex-direction: column;
}

/* line 225, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-index .job-applications .applications .application-list-item .application-note.open .content {
  overflow: initial;
  white-space: initial;
}

/* line 229, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-index .job-applications .applications .application-list-item .application-note.open .read-more {
  display: none;
}

/* line 232, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-index .job-applications .applications .application-list-item .application-note.open .read-less {
  display: inline;
}

/* line 237, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-index .job-applications .applications .application-list-item .application-note .content {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 243, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-index .job-applications .applications .application-list-item .application-note .read-more {
  white-space: nowrap;
}

/* line 246, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-index .job-applications .applications .application-list-item .application-note .read-less {
  display: none;
}

/* line 250, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-index .job-applications .applications .application-list-item .timeline-and-actions {
  display: flex;
}

/* line 253, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-index .job-applications .applications .application-list-item .timeline-and-actions .application-timeline {
  padding: 10px 20px;
  flex: 1;
}

/* line 257, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-index .job-applications .applications .application-list-item .timeline-and-actions .actions-container {
  padding: 10px 20px;
}

/* line 262, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-index .job-applications .applications .application-list-item .timeline-and-actions .actions-container a.dropdown-toggle.btn.open {
  border-radius: 20px 20px 0 0;
}

/* line 269, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-index .job-applications .applications .application-list-item .timeline-and-actions .move-state-actions {
  z-index: 21;
}

/* line 272, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-index .job-applications .applications .application-list-item .timeline-and-actions .move-state-actions a {
  display: inline-block;
  flex: 1 1 1px;
  padding: 5px 10px;
  white-space: nowrap;
  min-width: 200px;
}

/* line 280, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-index .job-applications .applications .application-list-item .timeline-and-actions .move-state-actions .active:before {
  content: '\2713';
  display: inline-block;
  color: #2e7d28;
  padding: 0 6px 0 0;
}

/* line 287, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-index .job-applications .applications .application-list-item .timeline-and-actions .move-state-actions .disabled {
  cursor: default;
}

/* line 292, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-index .job-applications .applications .application-list-item .timeline-and-actions .timeline-item {
  border-left: 1px solid #275e9b;
  position: relative;
}

/* line 296, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-index .job-applications .applications .application-list-item .timeline-and-actions .timeline-item:after {
  position: absolute;
  top: 0px;
  left: -1px;
  height: 6px;
  background: #fff;
  width: 1px;
  content: '';
  display: block;
}

/* line 307, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-index .job-applications .applications .application-list-item .timeline-and-actions .timeline-item:before {
  position: absolute;
  left: -4px;
  top: 6px;
  height: 8px;
  width: 8px;
  background: #0C6B1F;
  content: '';
  display: block;
  border-radius: 50% 50%;
}

/* line 319, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-index .job-applications .applications .application-list-item .timeline-and-actions .timeline-item .when {
  font-size: 12px;
  margin-left: 13px;
  z-index: 12;
  position: relative;
  color: #bcbcbc;
}

/* line 327, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-index .job-applications .applications .application-list-item .timeline-and-actions .timeline-item .action {
  font-size: 14px;
  line-height: 1.5;
  margin-left: 13px;
}

/* line 334, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-index .job-applications .applications .application-list-item .btn-small {
  height: 30px;
  font-size: 16px;
  padding: 3px 10px;
}

/* line 8, app/assets/stylesheets/application/pages/concepts/jobs/index.scss */
body.jobs-index .open-jobs {
  padding: 0;
}

/* line 13, app/assets/stylesheets/application/pages/concepts/jobs/index.scss */
body.jobs-index header.page-header > .title {
  display: flex;
  justify-content: space-between;
}

/* line 17, app/assets/stylesheets/application/pages/concepts/jobs/index.scss */
body.jobs-index header.page-header .filter-toggler {
  display: inline-block;
  height: 40px;
  width: 40px;
  padding: 0;
  border: 0;
  background: transparent;
}

@media (min-width: 601px) {
  /* line 17, app/assets/stylesheets/application/pages/concepts/jobs/index.scss */
  body.jobs-index header.page-header .filter-toggler {
    display: none;
  }
}

/* line 29, app/assets/stylesheets/application/pages/concepts/jobs/index.scss */
body.jobs-index header.page-header .filters {
  padding: 8px 16px;
  display: none;
}

/* line 33, app/assets/stylesheets/application/pages/concepts/jobs/index.scss */
body.jobs-index header.page-header .filters.open {
  display: block;
}

@media (min-width: 601px) {
  /* line 29, app/assets/stylesheets/application/pages/concepts/jobs/index.scss */
  body.jobs-index header.page-header .filters {
    padding: 8px 32px;
    display: block;
  }
}

@media (min-width: 1230px) {
  /* line 29, app/assets/stylesheets/application/pages/concepts/jobs/index.scss */
  body.jobs-index header.page-header .filters {
    padding: 8px 0;
  }
}

/* line 46, app/assets/stylesheets/application/pages/concepts/jobs/index.scss */
body.jobs-index header.page-header .filters form {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0;
}

@media (min-width: 601px) {
  /* line 46, app/assets/stylesheets/application/pages/concepts/jobs/index.scss */
  body.jobs-index header.page-header .filters form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-gap: 15px;
    grid-template-areas: 'categories skills' 'location location' 'actions actions';
  }
  /* line 63, app/assets/stylesheets/application/pages/concepts/jobs/index.scss */
  body.jobs-index header.page-header .filters form .categories {
    grid-area: categories;
  }
  /* line 66, app/assets/stylesheets/application/pages/concepts/jobs/index.scss */
  body.jobs-index header.page-header .filters form .location {
    grid-area: location;
    display: flex;
    gap: 15px;
  }
  /* line 71, app/assets/stylesheets/application/pages/concepts/jobs/index.scss */
  body.jobs-index header.page-header .filters form .location .approximate-location {
    display: flex;
    gap: 15px;
    flex: 1 1 calc(100% - 120px);
    flex-wrap: wrap;
  }
  /* line 77, app/assets/stylesheets/application/pages/concepts/jobs/index.scss */
  body.jobs-index header.page-header .filters form .location .approximate-location .shown-as {
    display: none;
  }
  /* line 80, app/assets/stylesheets/application/pages/concepts/jobs/index.scss */
  body.jobs-index header.page-header .filters form .location .approximate-location .approx-location-name {
    margin-left: 15px;
  }
  /* line 83, app/assets/stylesheets/application/pages/concepts/jobs/index.scss */
  body.jobs-index header.page-header .filters form .location .approximate-location .country {
    flex: 2 2;
  }
  /* line 86, app/assets/stylesheets/application/pages/concepts/jobs/index.scss */
  body.jobs-index header.page-header .filters form .location .approximate-location .location-controls-wrapper {
    flex: 2 2;
  }
  /* line 90, app/assets/stylesheets/application/pages/concepts/jobs/index.scss */
  body.jobs-index header.page-header .filters form .location .filter.radius {
    flex: 1 0 130px;
  }
  /* line 94, app/assets/stylesheets/application/pages/concepts/jobs/index.scss */
  body.jobs-index header.page-header .filters form .location .filter.radius .input-wrapper .selectize-control {
    min-width: initial;
  }
  /* line 100, app/assets/stylesheets/application/pages/concepts/jobs/index.scss */
  body.jobs-index header.page-header .filters form .skills {
    grid-area: skills;
  }
  /* line 103, app/assets/stylesheets/application/pages/concepts/jobs/index.scss */
  body.jobs-index header.page-header .filters form .actions {
    grid-area: actions;
  }
}

/* line 110, app/assets/stylesheets/application/pages/concepts/jobs/index.scss */
body.jobs-index header.page-header .filters .location {
  width: 100%;
}

/* line 117, app/assets/stylesheets/application/pages/concepts/jobs/index.scss */
body.jobs-index header.page-header .filters .location > legend {
  margin: 0 1.0em;
  margin-bottom: 0.4em;
  padding: 0 5px;
  font-size: 14px;
  color: #0C6B1F;
}

/* line 126, app/assets/stylesheets/application/pages/concepts/jobs/index.scss */
body.jobs-index header.page-header .filters .info {
  margin-right: 16px;
  white-space: nowrap;
}

/* line 131, app/assets/stylesheets/application/pages/concepts/jobs/index.scss */
body.jobs-index header.page-header .filters .filter {
  align-items: center;
  display: block;
  margin-bottom: 6px;
  width: 100%;
}

/* line 138, app/assets/stylesheets/application/pages/concepts/jobs/index.scss */
body.jobs-index header.page-header .filters label {
  margin: 0 8px 0 0;
  white-space: nowrap;
}

/* line 143, app/assets/stylesheets/application/pages/concepts/jobs/index.scss */
body.jobs-index header.page-header .filters .selectize-control {
  min-width: 300px;
}

/* line 149, app/assets/stylesheets/application/pages/concepts/jobs/index.scss */
body.jobs-index .selectize-dropdown-content .option {
  display: flex;
}

/* line 152, app/assets/stylesheets/application/pages/concepts/jobs/index.scss */
body.jobs-index .selectize-dropdown-content .option .text {
  flex: 1 0;
}

/* line 156, app/assets/stylesheets/application/pages/concepts/jobs/index.scss */
body.jobs-index .selectize-dropdown-content .option .count {
  text-align: right;
}

/* line 161, app/assets/stylesheets/application/pages/concepts/jobs/index.scss */
body.jobs-index .job-list {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 165, app/assets/stylesheets/application/pages/concepts/jobs/index.scss */
body.jobs-index .results {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 16px 8px;
}

@media (min-width: 601px) {
  /* line 165, app/assets/stylesheets/application/pages/concepts/jobs/index.scss */
  body.jobs-index .results {
    padding: 20px 32px;
    display: block;
  }
}

@media (min-width: 1230px) {
  /* line 165, app/assets/stylesheets/application/pages/concepts/jobs/index.scss */
  body.jobs-index .results {
    padding: 8px 0;
  }
}

/* line 179, app/assets/stylesheets/application/pages/concepts/jobs/index.scss */
body.jobs-index .results .count, body.jobs-index .results .other-count {
  font-size: 16px;
}

@media (min-width: 601px) {
  /* line 179, app/assets/stylesheets/application/pages/concepts/jobs/index.scss */
  body.jobs-index .results .count, body.jobs-index .results .other-count {
    font-size: 18px;
  }
}

/* line 187, app/assets/stylesheets/application/pages/concepts/jobs/index.scss */
body.jobs-index .results .no-results {
  font-size: 14px;
  margin-top: 6px;
  margin-bottom: 10px;
}

/* line 194, app/assets/stylesheets/application/pages/concepts/jobs/index.scss */
body.jobs-index .results .other-count:before {
  margin: 16px 0;
}

@media (min-width: 601px) {
  /* line 194, app/assets/stylesheets/application/pages/concepts/jobs/index.scss */
  body.jobs-index .results .other-count:before {
    margin: 24px 0;
  }
}

/* line 204, app/assets/stylesheets/application/pages/concepts/jobs/index.scss */
body.jobs-index ul.tabs {
  margin-bottom: 16px;
}

/* line 209, app/assets/stylesheets/application/pages/concepts/jobs/index.scss */
body.jobs-index .job > section.additional-info {
  padding: 8px 30px;
  white-space: nowrap;
  font-size: 0;
}

/* line 20, ../usr/local/rvm/gems/3.3.1/gems/bourbon-7.3.0/core/bourbon/library/_clearfix.scss */
body.jobs-index .job > section.additional-info::after {
  clear: both;
  content: "";
  display: block;
}

/* line 215, app/assets/stylesheets/application/pages/concepts/jobs/index.scss */
body.jobs-index .job > section.additional-info > * {
  font-size: 14px;
}

/* line 219, app/assets/stylesheets/application/pages/concepts/jobs/index.scss */
body.jobs-index .job > section.additional-info .detail {
  display: inline-block;
  padding: 0 0.5em;
}

/* line 223, app/assets/stylesheets/application/pages/concepts/jobs/index.scss */
body.jobs-index .job > section.additional-info .detail:first-of-type {
  padding-left: 0;
}

/* line 227, app/assets/stylesheets/application/pages/concepts/jobs/index.scss */
body.jobs-index .job > section.additional-info .detail:last-of-type {
  padding-right: 0;
}

/* line 232, app/assets/stylesheets/application/pages/concepts/jobs/index.scss */
body.jobs-index .job > section.additional-info > .right {
  float: right;
}

/* line 245, app/assets/stylesheets/application/pages/concepts/jobs/index.scss */
body.jobs-index .job > section.additional-info.client-draft .state {
  display: inline-block;
}

/* line 252, app/assets/stylesheets/application/pages/concepts/jobs/index.scss */
body.jobs-index section.my-jobs {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 255, app/assets/stylesheets/application/pages/concepts/jobs/index.scss */
body.jobs-index section.my-jobs .pagination {
  margin: 1em;
}

@media (min-width: 1230px) {
  /* line 255, app/assets/stylesheets/application/pages/concepts/jobs/index.scss */
  body.jobs-index section.my-jobs .pagination {
    margin: 1em 0;
  }
}

/* line 266, app/assets/stylesheets/application/pages/concepts/jobs/index.scss */
body.jobs-index .job-applications.application-stats .stat .circle, body.jobs-index .job-applications.application-stats .stat .title {
  display: inline-block;
  vertical-align: middle;
}

/* line 271, app/assets/stylesheets/application/pages/concepts/jobs/index.scss */
body.jobs-index .job-applications.application-stats .stat .circle {
  font-size: 1em;
  margin-right: 0.5em;
}

/* line 276, app/assets/stylesheets/application/pages/concepts/jobs/index.scss */
body.jobs-index .job-applications.application-stats .stat .title {
  padding-bottom: 5px;
  font-weight: normal;
}

/* line 1, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show {
  overflow-x: hidden;
}

/* line 1, app/assets/stylesheets/application/pages/concepts/jobs/_form.scss */
body.jobs-show form.job-form {
  padding: 32px;
  margin: 16px 0;
  font-size: 0;
  line-height: 0;
}

@media (max-width: 760px) {
  /* line 1, app/assets/stylesheets/application/pages/concepts/jobs/_form.scss */
  body.jobs-show form.job-form {
    padding: 24px;
  }
}

/* line 13, app/assets/stylesheets/application/pages/concepts/jobs/_form.scss */
body.jobs-show form.job-form .base-errors {
  margin-bottom: 32px;
}

/* line 17, app/assets/stylesheets/application/pages/concepts/jobs/_form.scss */
body.jobs-show form.job-form .desktop-half {
  color: #13311a;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.71;
  display: inline-block;
  margin-right: 36px;
  width: calc((100% - 36px) / 2 * 1);
  vertical-align: top;
}

@media (max-width: 600px) {
  /* line 17, app/assets/stylesheets/application/pages/concepts/jobs/_form.scss */
  body.jobs-show form.job-form .desktop-half {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

/* line 95, app/assets/stylesheets/application/base/config/_mixins.scss */
body.jobs-show form.job-form .desktop-half:nth-of-type(2n) {
  margin-right: 0;
}

@media (max-width: 760px) {
  /* line 17, app/assets/stylesheets/application/pages/concepts/jobs/_form.scss */
  body.jobs-show form.job-form .desktop-half {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.71;
    display: block;
    width: 100%;
  }
}

@media (max-width: 760px) and (max-width: 600px) {
  /* line 17, app/assets/stylesheets/application/pages/concepts/jobs/_form.scss */
  body.jobs-show form.job-form .desktop-half {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

/* line 22, app/assets/stylesheets/application/pages/concepts/jobs/_form.scss */
body.jobs-show form.job-form .row {
  color: #13311a;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.71;
  display: block;
  width: 100%;
}

@media (max-width: 600px) {
  /* line 22, app/assets/stylesheets/application/pages/concepts/jobs/_form.scss */
  body.jobs-show form.job-form .row {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

/* line 26, app/assets/stylesheets/application/pages/concepts/jobs/_form.scss */
body.jobs-show form.job-form .base-errors {
  color: #13311a;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.71;
  display: block;
  width: 100%;
}

@media (max-width: 600px) {
  /* line 26, app/assets/stylesheets/application/pages/concepts/jobs/_form.scss */
  body.jobs-show form.job-form .base-errors {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

/* line 29, app/assets/stylesheets/application/pages/concepts/jobs/_form.scss */
body.jobs-show form.job-form .base-errors .errors {
  font-size: 16px;
}

/* line 34, app/assets/stylesheets/application/pages/concepts/jobs/_form.scss */
body.jobs-show form.job-form .toggled-fields {
  display: none;
  margin: -10px 0 20px 15px;
}

/* line 38, app/assets/stylesheets/application/pages/concepts/jobs/_form.scss */
body.jobs-show form.job-form .toggled-fields .container {
  padding: 15px 0 15px 30px;
}

/* line 41, app/assets/stylesheets/application/pages/concepts/jobs/_form.scss */
body.jobs-show form.job-form .toggled-fields .container .field:last-child {
  margin-bottom: 0;
}

/* line 46, app/assets/stylesheets/application/pages/concepts/jobs/_form.scss */
body.jobs-show form.job-form .toggled-fields.open {
  display: block;
}

/* line 52, app/assets/stylesheets/application/pages/concepts/jobs/_form.scss */
body.jobs-show form.job-form .day-rate .input-wrapper, body.jobs-show form.job-form .salary .input-wrapper, body.jobs-show form.job-form .duration .input-wrapper {
  display: inline-flex;
  width: 9em;
}

/* line 59, app/assets/stylesheets/application/pages/concepts/jobs/_form.scss */
body.jobs-show form.job-form .day-rate .spacer, body.jobs-show form.job-form .salary .spacer {
  display: inline-block;
  padding: 0 0.5em;
}

/* line 65, app/assets/stylesheets/application/pages/concepts/jobs/_form.scss */
body.jobs-show form.job-form .location-type-options {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

/* line 70, app/assets/stylesheets/application/pages/concepts/jobs/_form.scss */
body.jobs-show form.job-form .location-type-options .radio {
  padding-left: 0;
  display: inline-block;
}

/* line 74, app/assets/stylesheets/application/pages/concepts/jobs/_form.scss */
body.jobs-show form.job-form .location-type-options .radio label {
  position: relative;
  margin: 0 8px 0 0;
  line-height: 2;
  flex-direction: column;
}

/* line 80, app/assets/stylesheets/application/pages/concepts/jobs/_form.scss */
body.jobs-show form.job-form .location-type-options .radio label:before {
  position: initial;
  display: block;
  margin: 5px auto;
}

/* line 88, app/assets/stylesheets/application/pages/concepts/jobs/_form.scss */
body.jobs-show form.job-form .location-type-options .radio:last-child label {
  margin-right: 0;
}

/* line 1, app/assets/stylesheets/application/pages/concepts/jobs/_job_highlights.scss */
body.jobs-show ul.job-highlights {
  margin: 0;
  padding: 0 27px;
}

@media (min-width: 601px) {
  /* line 1, app/assets/stylesheets/application/pages/concepts/jobs/_job_highlights.scss */
  body.jobs-show ul.job-highlights {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 900px) {
  /* line 1, app/assets/stylesheets/application/pages/concepts/jobs/_job_highlights.scss */
  body.jobs-show ul.job-highlights {
    justify-content: space-between;
    align-items: flex-start;
    grid-template-columns: minmax(15%, max-content) minmax(15%, max-content) minmax(15%, max-content) minmax(15%, max-content);
  }
}

/* line 22, app/assets/stylesheets/application/pages/concepts/jobs/_job_highlights.scss */
body.jobs-show ul.job-highlights li {
  margin: 20px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 1 25%;
}

@media (min-width: 601px) {
  /* line 22, app/assets/stylesheets/application/pages/concepts/jobs/_job_highlights.scss */
  body.jobs-show ul.job-highlights li {
    align-items: flex-start;
    margin: 0;
  }
}

/* line 34, app/assets/stylesheets/application/pages/concepts/jobs/_job_highlights.scss */
body.jobs-show ul.job-highlights li h5 {
  display: block;
  font-size: 14px;
  font-weight: 500;
  font-family: "PublicSans", sans-serif;
  color: #474747;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* line 44, app/assets/stylesheets/application/pages/concepts/jobs/_job_highlights.scss */
body.jobs-show ul.job-highlights li span {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-weight: 600;
  font-family: "PublicSans", sans-serif;
  color: #13311a;
}

/* line 52, app/assets/stylesheets/application/pages/concepts/jobs/_job_highlights.scss */
body.jobs-show ul.job-highlights li span .extra {
  margin-top: 1px;
}

/* line 56, app/assets/stylesheets/application/pages/concepts/jobs/_job_highlights.scss */
body.jobs-show ul.job-highlights li.location {
  flex: 1 1 35%;
}

/* line 59, app/assets/stylesheets/application/pages/concepts/jobs/_job_highlights.scss */
body.jobs-show ul.job-highlights li.start-date {
  flex: 1 1 15%;
}

/* line 64, app/assets/stylesheets/application/pages/concepts/jobs/_job_highlights.scss */
body.jobs-show ul.job-highlights li.obfuscate span {
  filter: drop-shadow(3px 2px 6px #000) blur(5px);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 1, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-show .job-list {
  display: flex;
  flex-wrap: wrap;
}

/* line 1, app/assets/stylesheets/application/pages/concepts/jobs/_job_highlights.scss */
body.jobs-show .job-list ul.job-highlights {
  margin: 0;
  padding: 0 27px;
}

@media (min-width: 601px) {
  /* line 1, app/assets/stylesheets/application/pages/concepts/jobs/_job_highlights.scss */
  body.jobs-show .job-list ul.job-highlights {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 900px) {
  /* line 1, app/assets/stylesheets/application/pages/concepts/jobs/_job_highlights.scss */
  body.jobs-show .job-list ul.job-highlights {
    justify-content: space-between;
    align-items: flex-start;
    grid-template-columns: minmax(15%, max-content) minmax(15%, max-content) minmax(15%, max-content) minmax(15%, max-content);
  }
}

/* line 22, app/assets/stylesheets/application/pages/concepts/jobs/_job_highlights.scss */
body.jobs-show .job-list ul.job-highlights li {
  margin: 20px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 1 25%;
}

@media (min-width: 601px) {
  /* line 22, app/assets/stylesheets/application/pages/concepts/jobs/_job_highlights.scss */
  body.jobs-show .job-list ul.job-highlights li {
    align-items: flex-start;
    margin: 0;
  }
}

/* line 34, app/assets/stylesheets/application/pages/concepts/jobs/_job_highlights.scss */
body.jobs-show .job-list ul.job-highlights li h5 {
  display: block;
  font-size: 14px;
  font-weight: 500;
  font-family: "PublicSans", sans-serif;
  color: #474747;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* line 44, app/assets/stylesheets/application/pages/concepts/jobs/_job_highlights.scss */
body.jobs-show .job-list ul.job-highlights li span {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-weight: 600;
  font-family: "PublicSans", sans-serif;
  color: #13311a;
}

/* line 52, app/assets/stylesheets/application/pages/concepts/jobs/_job_highlights.scss */
body.jobs-show .job-list ul.job-highlights li span .extra {
  margin-top: 1px;
}

/* line 56, app/assets/stylesheets/application/pages/concepts/jobs/_job_highlights.scss */
body.jobs-show .job-list ul.job-highlights li.location {
  flex: 1 1 35%;
}

/* line 59, app/assets/stylesheets/application/pages/concepts/jobs/_job_highlights.scss */
body.jobs-show .job-list ul.job-highlights li.start-date {
  flex: 1 1 15%;
}

/* line 64, app/assets/stylesheets/application/pages/concepts/jobs/_job_highlights.scss */
body.jobs-show .job-list ul.job-highlights li.obfuscate span {
  filter: drop-shadow(3px 2px 6px #000) blur(5px);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 1, app/assets/stylesheets/application/pages/concepts/jobs/_sign-up-to-see-more.scss */
body.jobs-show .job-list .banner-sign-up-see-more-job-details {
  flex: 1 1 100%;
  margin-bottom: 16px;
  border-radius: 25px;
  color: #fff;
  padding: 24px;
  font-size: 18px;
  z-index: 0;
  position: relative;
  background-color: transparent;
}

@media (min-width: 601px) {
  /* line 1, app/assets/stylesheets/application/pages/concepts/jobs/_sign-up-to-see-more.scss */
  body.jobs-show .job-list .banner-sign-up-see-more-job-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    font-size: 24px;
    padding: 48px;
  }
}

/* line 21, app/assets/stylesheets/application/pages/concepts/jobs/_sign-up-to-see-more.scss */
body.jobs-show .job-list .banner-sign-up-see-more-job-details:before, body.jobs-show .job-list .banner-sign-up-see-more-job-details:after {
  border-radius: 25px;
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 32, app/assets/stylesheets/application/pages/concepts/jobs/_sign-up-to-see-more.scss */
body.jobs-show .job-list .banner-sign-up-see-more-job-details:before {
  z-index: -2;
  background-color: #12b2fe;
}

/* line 37, app/assets/stylesheets/application/pages/concepts/jobs/_sign-up-to-see-more.scss */
body.jobs-show .job-list .banner-sign-up-see-more-job-details:after {
  z-index: -1;
  opacity: 0.25;
  background-image: url(/assets/cloud-b27fd84643a30bccae7b3fbe4e42b45b969cd79ed3526f2c27fa81c310126baa.svg), url(/assets/cloud-b27fd84643a30bccae7b3fbe4e42b45b969cd79ed3526f2c27fa81c310126baa.svg), url(/assets/cloud-b27fd84643a30bccae7b3fbe4e42b45b969cd79ed3526f2c27fa81c310126baa.svg), url(/assets/cloud-b27fd84643a30bccae7b3fbe4e42b45b969cd79ed3526f2c27fa81c310126baa.svg);
  background-repeat: no-repeat;
  background-size: 80px, 170px, 100px, 150px;
  background-position: left 7% top 10%, left 16% top 42%, left 72% top 15%, left 94% top 20%;
}

@media (min-width: 601px) {
  /* line 37, app/assets/stylesheets/application/pages/concepts/jobs/_sign-up-to-see-more.scss */
  body.jobs-show .job-list .banner-sign-up-see-more-job-details:after {
    opacity: 0.3;
    background-position: left 3% top 17%, left 16% top 31%, left 60% top 15%, left 66% top 20%;
  }
}

/* line 52, app/assets/stylesheets/application/pages/concepts/jobs/_sign-up-to-see-more.scss */
body.jobs-show .job-list .banner-sign-up-see-more-job-details .content span {
  display: block;
  padding: 1px 5px;
}

/* line 57, app/assets/stylesheets/application/pages/concepts/jobs/_sign-up-to-see-more.scss */
body.jobs-show .job-list .banner-sign-up-see-more-job-details .btn {
  background: #fff;
}

/* line 10, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-show .job-list .job-list-item {
  flex: 1 1 100%;
  margin-bottom: 16px;
  display: grid;
  border-radius: 0;
  grid-template-areas: 'title' 'company' 'categories' 'highlights' 'actions';
}

@media (max-width: 600px) {
  /* line 10, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.jobs-show .job-list .job-list-item {
    border-radius: 0;
  }
}

@media (min-width: 601px) {
  /* line 10, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.jobs-show .job-list .job-list-item {
    grid-template-areas: none;
  }
}

@media (min-width: 1240px) {
  /* line 10, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.jobs-show .job-list .job-list-item {
    border-radius: 25px;
  }
  /* line 32, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.jobs-show .job-list .job-list-item .card-link {
    border-radius: 25px;
  }
}

/* line 37, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-show .job-list .job-list-item.card {
  z-index: initial;
}

/* line 41, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-show .job-list .job-list-item > header {
  padding: 14px;
  display: contents;
}

@media (min-width: 601px) {
  /* line 41, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.jobs-show .job-list .job-list-item > header {
    display: grid;
    padding: 14px 27px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-template-areas: 'title actions' 'company categories';
  }
}

/* line 56, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-show .job-list .job-list-item > header .job-title {
  grid-area: title;
  font: 20px "Poppins", sans-serif;
  letter-spacing: normal;
  line-height: 1.59;
  margin: 2px 0;
  padding: 14px 14px 1px;
}

@media (min-width: 601px) {
  /* line 56, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.jobs-show .job-list .job-list-item > header .job-title {
    font-size: 24px;
  }
}

/* line 69, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-show .job-list .job-list-item > header .company {
  grid-area: company;
  font: normal 12px "Poppins", sans-serif;
  letter-spacing: normal;
  margin: 2px 6px 2px 0;
  line-height: 1.80;
  padding: 0 14px;
}

@media (min-width: 601px) {
  /* line 69, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.jobs-show .job-list .job-list-item > header .company {
    font-size: 14px;
    line-height: 2.83;
  }
}

/* line 83, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-show .job-list .job-list-item > header .job-category-list {
  grid-area: categories;
  margin: 2px 0;
  font-size: 12px;
}

@media (min-width: 601px) {
  /* line 83, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.jobs-show .job-list .job-list-item > header .job-category-list {
    line-height: 2.83;
    justify-content: flex-end;
  }
}

@media (max-width: 600px) {
  /* line 93, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.jobs-show .job-list .job-list-item > header nav.actions {
    margin-top: 8px;
    grid-area: actions;
    justify-content: space-between;
    padding: 2px 14px 8px;
  }
}

/* line 101, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-show .job-list .job-list-item > header nav.actions > .action {
  margin-bottom: 4px;
}

/* line 104, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-show .job-list .job-list-item > header nav.actions .actions-dropdown {
  margin-bottom: 4px;
}

/* line 107, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-show .job-list .job-list-item > header nav.actions .actions-dropdown .dot-burger {
  height: 44px;
}

/* line 111, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-show .job-list .job-list-item > header nav.actions .actions-dropdown .nav-dropdown {
  z-index: 21;
}

@media (max-width: 600px) {
  /* line 114, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.jobs-show .job-list .job-list-item > header nav.actions .actions-dropdown .nav-dropdown.state-actions {
    right: initial;
    left: 0px;
    border-top-left-radius: 0px;
  }
}

@media (max-width: 600px) {
  /* line 126, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.jobs-show .job-list .job-list-item ul.job-highlights {
    padding: 14px;
  }
}

@media (min-width: 601px) {
  /* line 126, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.jobs-show .job-list .job-list-item ul.job-highlights {
    background-image: none;
  }
}

/* line 135, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-show .job-list .job-list-item ul.job-highlights li {
  display: block;
  margin: 0;
}

/* line 139, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-show .job-list .job-list-item ul.job-highlights li h5 {
  font-size: 14px;
  display: inline;
  margin-right: 5px;
  letter-spacing: 0px;
}

@media (max-width: 600px) {
  /* line 139, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.jobs-show .job-list .job-list-item ul.job-highlights li h5 {
    display: none;
  }
}

/* line 149, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-show .job-list .job-list-item ul.job-highlights li span {
  font-size: 16px;
}

/* line 154, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-show .job-list .job-list-item .job-description {
  display: none;
}

@media (min-width: 601px) {
  /* line 154, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.jobs-show .job-list .job-list-item .job-description {
    display: block;
    padding: 14px 37px;
  }
}

/* line 162, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-show .job-list .job-list-item .job-description p {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 24px;
  max-height: 72px;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* line 174, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-show .job-list .job-list-item .graphic {
  display: none;
}

/* line 177, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-show .job-list .job-list-item footer.job-summary-footer {
  padding: 2px 14px;
  min-height: 12px;
  font-size: 13px;
  line-height: 2.62;
  display: none;
}

@media (min-width: 601px) {
  /* line 177, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.jobs-show .job-list .job-list-item footer.job-summary-footer {
    display: block;
  }
  /* line 187, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.jobs-show .job-list .job-list-item footer.job-summary-footer:empty {
    background: none;
  }
}

/* line 193, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-show .job-list .job-list-item.compact {
  min-width: 390px;
  display: grid;
  grid-gap: 10px;
  padding: 20px;
  margin: 8px 0;
  position: relative;
  grid-template-areas: 'header' 'toggle-btn' 'expandable';
  transition: box-shadow 300ms ease, transform 200ms ease;
}

@media (min-width: 601px) {
  /* line 193, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.jobs-show .job-list .job-list-item.compact {
    margin: 8px;
  }
}

@media (min-width: 1000px) {
  /* line 193, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.jobs-show .job-list .job-list-item.compact {
    max-width: calc(50% - 16px);
  }
}

/* line 212, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-show .job-list .job-list-item.compact .card-header {
  grid-area: header;
}

/* line 216, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-show .job-list .job-list-item.compact .toggle-expand-btn {
  grid-area: toggle-btn;
  background: #0C6B1F;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: all 200ms ease;
  z-index: 10;
  position: relative;
  transform: translateY(0);
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  display: block;
}

/* line 235, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-show .job-list .job-list-item.compact .toggle-expand-btn:hover {
  background: #084614;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* line 241, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-show .job-list .job-list-item.compact .toggle-expand-btn:active {
  transform: translateY(0);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* line 247, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-show .job-list .job-list-item.compact .expandable-content {
  grid-area: expandable;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 350ms ease-in-out, opacity 300ms ease, padding 300ms ease;
}

/* line 254, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-show .job-list .job-list-item.compact .expandable-content::-webkit-scrollbar {
  width: 8px;
}

/* line 258, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-show .job-list .job-list-item.compact .expandable-content::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 4px;
}

/* line 263, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-show .job-list .job-list-item.compact .expandable-content::-webkit-scrollbar-thumb {
  background: #bcbcbc;
  border-radius: 4px;
}

/* line 267, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-show .job-list .job-list-item.compact .expandable-content::-webkit-scrollbar-thumb:hover {
  background: #6a7169;
}

/* line 273, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-show .job-list .job-list-item.compact.expanded {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* line 276, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-show .job-list .job-list-item.compact.expanded .expandable-content {
  max-height: 400px;
  overflow-y: auto;
  padding-top: 16px;
  opacity: 1;
}

/* line 284, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-show .job-list .job-list-item.compact .card-header > header {
  display: grid;
  grid-template-areas: 'title actions' 'company company' 'highlights highlights';
  grid-template-columns: 1fr auto;
  gap: 10px;
}

/* line 292, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-show .job-list .job-list-item.compact .card-header > header .job-title {
  grid-area: title;
  font-size: 18px;
  padding: 0;
  margin: 0;
  line-height: 1.3;
}

@media (min-width: 601px) {
  /* line 292, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.jobs-show .job-list .job-list-item.compact .card-header > header .job-title {
    font-size: 20px;
  }
}

/* line 303, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-show .job-list .job-list-item.compact .card-header > header .actions {
  grid-area: actions;
  display: flex;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-end;
}

/* line 310, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-show .job-list .job-list-item.compact .card-header > header .company {
  grid-area: company;
  line-height: 1.4;
  padding: 0;
  margin: 0 0 12px 0;
  font-size: 13px;
  color: #6a7169;
}

@media (min-width: 601px) {
  /* line 310, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
  body.jobs-show .job-list .job-list-item.compact .card-header > header .company {
    font-size: 14px;
  }
}

/* line 322, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-show .job-list .job-list-item.compact .card-header > header .job-category-list {
  grid-area: categories;
}

/* line 327, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-show .job-list .job-list-item.compact ul.job-highlights {
  grid-area: highlights;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 12px;
}

/* line 336, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-show .job-list .job-list-item.compact ul.job-highlights li h5 {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  color: #6a7169;
  margin: 0 0 4px 0;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* line 346, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-show .job-list .job-list-item.compact ul.job-highlights li span {
  font-size: 14px;
  font-weight: 500;
}

/* line 354, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-show .job-list .job-list-item.compact .expandable-content > .graphic {
  overflow: hidden;
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100px;
  pointer-events: none;
  z-index: 0;
}

/* line 365, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-show .job-list .job-list-item.compact .expandable-content > .graphic svg {
  width: 100%;
  fill: rgba(188, 188, 188, 0.25);
}

/* line 371, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-show .job-list .job-list-item.compact .expandable-content > .job-applications,
body.jobs-show .job-list .job-list-item.compact .expandable-content > .job-summary-detail {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}

/* line 377, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-show .job-list .job-list-item.compact .expandable-content > .job-applications:last-child,
body.jobs-show .job-list .job-list-item.compact .expandable-content > .job-summary-detail:last-child {
  margin-bottom: 0;
}

/* line 382, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-show .job-list .job-list-item.compact .expandable-content > .job-applications {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 16px;
}

/* line 389, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-show .job-list .job-list-item.compact .graphic {
  overflow: hidden;
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100px;
}

/* line 398, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-show .job-list .job-list-item.compact .graphic svg {
  width: 100%;
  fill: rgba(188, 188, 188, 0.25);
}

/* line 404, app/assets/stylesheets/application/pages/concepts/jobs/_job_list.scss */
body.jobs-show .job-list .job-list-item.compact .job-description {
  grid-area: description;
  padding: 10px 0;
}

/* line 1, app/assets/stylesheets/application/pages/concepts/jobs/_sign-up-to-see-more.scss */
body.jobs-show .banner-sign-up-see-more-job-details {
  flex: 1 1 100%;
  margin-bottom: 16px;
  border-radius: 25px;
  color: #fff;
  padding: 24px;
  font-size: 18px;
  z-index: 0;
  position: relative;
  background-color: transparent;
}

@media (min-width: 601px) {
  /* line 1, app/assets/stylesheets/application/pages/concepts/jobs/_sign-up-to-see-more.scss */
  body.jobs-show .banner-sign-up-see-more-job-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    font-size: 24px;
    padding: 48px;
  }
}

/* line 21, app/assets/stylesheets/application/pages/concepts/jobs/_sign-up-to-see-more.scss */
body.jobs-show .banner-sign-up-see-more-job-details:before, body.jobs-show .banner-sign-up-see-more-job-details:after {
  border-radius: 25px;
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 32, app/assets/stylesheets/application/pages/concepts/jobs/_sign-up-to-see-more.scss */
body.jobs-show .banner-sign-up-see-more-job-details:before {
  z-index: -2;
  background-color: #12b2fe;
}

/* line 37, app/assets/stylesheets/application/pages/concepts/jobs/_sign-up-to-see-more.scss */
body.jobs-show .banner-sign-up-see-more-job-details:after {
  z-index: -1;
  opacity: 0.25;
  background-image: url(/assets/cloud-b27fd84643a30bccae7b3fbe4e42b45b969cd79ed3526f2c27fa81c310126baa.svg), url(/assets/cloud-b27fd84643a30bccae7b3fbe4e42b45b969cd79ed3526f2c27fa81c310126baa.svg), url(/assets/cloud-b27fd84643a30bccae7b3fbe4e42b45b969cd79ed3526f2c27fa81c310126baa.svg), url(/assets/cloud-b27fd84643a30bccae7b3fbe4e42b45b969cd79ed3526f2c27fa81c310126baa.svg);
  background-repeat: no-repeat;
  background-size: 80px, 170px, 100px, 150px;
  background-position: left 7% top 10%, left 16% top 42%, left 72% top 15%, left 94% top 20%;
}

@media (min-width: 601px) {
  /* line 37, app/assets/stylesheets/application/pages/concepts/jobs/_sign-up-to-see-more.scss */
  body.jobs-show .banner-sign-up-see-more-job-details:after {
    opacity: 0.3;
    background-position: left 3% top 17%, left 16% top 31%, left 60% top 15%, left 66% top 20%;
  }
}

/* line 52, app/assets/stylesheets/application/pages/concepts/jobs/_sign-up-to-see-more.scss */
body.jobs-show .banner-sign-up-see-more-job-details .content span {
  display: block;
  padding: 1px 5px;
}

/* line 57, app/assets/stylesheets/application/pages/concepts/jobs/_sign-up-to-see-more.scss */
body.jobs-show .banner-sign-up-see-more-job-details .btn {
  background: #fff;
}

/* line 1, app/assets/stylesheets/application/pages/concepts/jobs/_job_actions.scss */
body.jobs-show nav.actions {
  grid-area: actions;
  display: flex;
  justify-content: flex-end;
  z-index: 11;
  height: -moz-fit-content;
  height: fit-content;
  flex-wrap: wrap;
}

@media (min-width: 601px) {
  /* line 1, app/assets/stylesheets/application/pages/concepts/jobs/_job_actions.scss */
  body.jobs-show nav.actions {
    flex-wrap: nowrap;
  }
}

/* line 13, app/assets/stylesheets/application/pages/concepts/jobs/_job_actions.scss */
body.jobs-show nav.actions > .action {
  margin-left: 15px;
}

/* line 17, app/assets/stylesheets/application/pages/concepts/jobs/_job_actions.scss */
body.jobs-show nav.actions > .action:not(.btn) {
  padding: 0px 10px;
  height: 40px;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #13311a;
  border-radius: 28.5px;
}

/* line 29, app/assets/stylesheets/application/pages/concepts/jobs/_job_actions.scss */
body.jobs-show nav.actions > .action:first-child {
  margin-left: 0;
}

@media (max-width: 600px) {
  /* line 36, app/assets/stylesheets/application/pages/concepts/jobs/_job_actions.scss */
  body.jobs-show nav.actions .actions-dropdown .state-actions .nav-dropdown {
    right: initial;
    left: 0;
  }
}

/* line 43, app/assets/stylesheets/application/pages/concepts/jobs/_job_actions.scss */
body.jobs-show nav.actions .actions-dropdown .dot-burger {
  min-height: 44px;
  margin-left: 5px;
  width: 47px;
  height: 100%;
  margin: 0 0 0 15px;
  padding: 7px 6px 6px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  transition: all 200ms ease-in-out;
}

/* line 56, app/assets/stylesheets/application/pages/concepts/jobs/_job_actions.scss */
body.jobs-show nav.actions .actions-dropdown .dot-burger.open {
  background-color: #f5f5f5;
  box-shadow: 0 3px 6px 0 rgba(45, 69, 45, 0.5);
}

/* line 61, app/assets/stylesheets/application/pages/concepts/jobs/_job_actions.scss */
body.jobs-show nav.actions .actions-dropdown .dot-burger:before, body.jobs-show nav.actions .actions-dropdown .dot-burger:after, body.jobs-show nav.actions .actions-dropdown .dot-burger span {
  display: block;
  content: '';
  width: 7px;
  height: 7px;
  background: #000;
  border-radius: 50%;
}

/* line 74, app/assets/stylesheets/application/pages/concepts/jobs/_job_actions.scss */
body.jobs-show nav.actions .action, body.jobs-show nav.actions-dropdown .action {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 80, app/assets/stylesheets/application/pages/concepts/jobs/_job_actions.scss */
body.jobs-show nav.actions .action:before, body.jobs-show nav.actions-dropdown .action:before {
  display: inline-block;
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
}

/* line 88, app/assets/stylesheets/application/pages/concepts/jobs/_job_actions.scss */
body.jobs-show nav.actions .action.sign_up:before, body.jobs-show nav.actions .action.apply:before, body.jobs-show nav.actions-dropdown .action.sign_up:before, body.jobs-show nav.actions-dropdown .action.apply:before {
  display: none;
}

/* line 91, app/assets/stylesheets/application/pages/concepts/jobs/_job_actions.scss */
body.jobs-show nav.actions .action.applied, body.jobs-show nav.actions-dropdown .action.applied {
  cursor: default;
}

/* line 94, app/assets/stylesheets/application/pages/concepts/jobs/_job_actions.scss */
body.jobs-show nav.actions .action.applied:before, body.jobs-show nav.actions-dropdown .action.applied:before {
  content: '\2713';
  color: #fff;
  padding: 2px;
  display: flex;
  text-align: center;
  justify-content: center;
  margin-right: 10px;
}

/* line 105, app/assets/stylesheets/application/pages/concepts/jobs/_job_actions.scss */
body.jobs-show nav.actions .action.resume_advertising:before, body.jobs-show nav.actions-dropdown .action.resume_advertising:before {
  background-image: url(/assets/icons/job_actions/open-8678f2203dc0671c3e596618b7261f6fabe15b3e6f299155d9b3e6774650d083.svg);
}

/* line 108, app/assets/stylesheets/application/pages/concepts/jobs/_job_actions.scss */
body.jobs-show nav.actions .action.close:before, body.jobs-show nav.actions-dropdown .action.close:before {
  background-image: url(/assets/icons/job_actions/close-0e9923daec44bd0c06a4eec837bf7ccb0860348e518a0405fa0ba89f740f5768.svg);
}

/* line 111, app/assets/stylesheets/application/pages/concepts/jobs/_job_actions.scss */
body.jobs-show nav.actions .action.pause_advertising:before, body.jobs-show nav.actions-dropdown .action.pause_advertising:before {
  background-image: url(/assets/icons/job_actions/pause-3ef112f7500db84e80acfa322663ebc847b8041243136f29ae2e8b9586f367e8.svg);
}

/* line 114, app/assets/stylesheets/application/pages/concepts/jobs/_job_actions.scss */
body.jobs-show nav.actions .action.archive:before, body.jobs-show nav.actions-dropdown .action.archive:before {
  background-image: url(/assets/icons/job_actions/archive-8edfacfb9412611afa82650e1b449d6a07f72a787e7f1071395b436f7cf54df3.svg);
}

/* line 117, app/assets/stylesheets/application/pages/concepts/jobs/_job_actions.scss */
body.jobs-show nav.actions .action.unarchive:before, body.jobs-show nav.actions-dropdown .action.unarchive:before {
  background-image: url(/assets/icons/job_actions/unarchive-bc2ea5497552da9f7dd1634905aa8aa9800d6dba1fb6d38a61cc50f19f98fee1.svg);
}

/* line 120, app/assets/stylesheets/application/pages/concepts/jobs/_job_actions.scss */
body.jobs-show nav.actions .action.duplicate:before, body.jobs-show nav.actions-dropdown .action.duplicate:before {
  background-image: url(/assets/icons/job_actions/duplicate-21f416f5f5f739652da677f5122672d9a134a4e25295257039432bc5a20209ee.svg);
}

/* line 123, app/assets/stylesheets/application/pages/concepts/jobs/_job_actions.scss */
body.jobs-show nav.actions .action.delete:before, body.jobs-show nav.actions-dropdown .action.delete:before {
  background-image: url(/assets/icons/job_actions/trash-b736b7b1013c077539f0f67ececf865034bc3a4e9a0ae31def6ff07fbd148042.svg);
}

/* line 126, app/assets/stylesheets/application/pages/concepts/jobs/_job_actions.scss */
body.jobs-show nav.actions .action.edit:before, body.jobs-show nav.actions-dropdown .action.edit:before {
  background-image: url(/assets/icons/job_actions/edit-3e10ca1dec50269bc232ffde8d14e5987ba9f62e8d3a18ea17b8b1719bdaace8.svg);
}

/* line 129, app/assets/stylesheets/application/pages/concepts/jobs/_job_actions.scss */
body.jobs-show nav.actions .action.recommend:before, body.jobs-show nav.actions-dropdown .action.recommend:before {
  background-image: url(/assets/icons/job_actions/recommend-0101c31cc4e2394260f33b8638e76b3198640922cc564bb90ffc3763446c4f80.svg);
}

/* line 1, app/assets/stylesheets/application/pages/concepts/jobs/_signup_modal.scss */
body.jobs-show .signup-modal {
  margin-bottom: 16px;
}

/* line 4, app/assets/stylesheets/application/pages/concepts/jobs/_signup_modal.scss */
body.jobs-show .signup-modal h4 {
  font-size: 14px;
  margin-bottom: 0;
}

/* line 12, app/assets/stylesheets/application/pages/concepts/jobs/_signup_modal.scss */
body.jobs-show .signup-modal .field {
  margin-bottom: 12px;
}

/* line 16, app/assets/stylesheets/application/pages/concepts/jobs/_signup_modal.scss */
body.jobs-show .signup-modal .radios {
  display: none;
}

@media (min-width: 601px) {
  /* line 21, app/assets/stylesheets/application/pages/concepts/jobs/_signup_modal.scss */
  body.jobs-show .signup-modal .btn-container {
    display: inline-flex;
  }
}

/* line 27, app/assets/stylesheets/application/pages/concepts/jobs/_signup_modal.scss */
body.jobs-show .signup-modal .bottom-hint {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 16px;
  vertical-align: middle;
}

@media (max-width: 600px) {
  /* line 27, app/assets/stylesheets/application/pages/concepts/jobs/_signup_modal.scss */
  body.jobs-show .signup-modal .bottom-hint {
    margin-left: 0;
    margin-bottom: 12px;
  }
}

/* line 1, app/assets/stylesheets/application/pages/concepts/jobs/_job_states.scss */
body.jobs-show footer.job-summary-footer {
  display: flex;
  justify-content: space-between;
}

/* line 7, app/assets/stylesheets/application/pages/concepts/jobs/_job_states.scss */
body.jobs-show footer.job-summary-footer > .col > span:not(:first-of-type):before {
  content: ' | ';
  display: inline-block;
  margin: auto 4px;
}

/* line 17, app/assets/stylesheets/application/pages/concepts/jobs/_job_states.scss */
body.jobs-show .job-state:before {
  width: 10px;
  height: 10px;
  content: '';
  display: inline-block;
  margin-right: 6px;
}

/* line 1, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-show .job-applications {
  background: #eefbf1;
  color: #6a7169;
  margin: 20px 0 0;
  box-shadow: 1px 1px 3px 0 #bcbcbc;
}

/* line 8, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-show .job-applications.application-stats {
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  white-space: nowrap;
  flex-wrap: nowrap;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
  -webkit-overflow-scrolling: touch;
}

/* line 17, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-show .job-applications.application-stats::-webkit-scrollbar {
  width: 0;
  height: 0;
}

/* line 26, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-show .job-applications.application-stats .stat {
  scroll-snap-align: center;
  z-index: 11;
}

/* line 32, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-show .job-applications.application-stats, body.jobs-show .job-applications ul.tabs[data-tabber-buttons] {
  background: #eefbf1;
  display: flex;
  padding: 0;
  margin: 0;
  box-shadow: none;
}

/* line 39, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-show .job-applications.application-stats a.stat-link, body.jobs-show .job-applications ul.tabs[data-tabber-buttons] a.stat-link {
  flex: 1 0;
  display: block;
  color: inherit;
  text-decoration: none;
  transition: all 150ms;
  padding: 15px 22px 15px;
  text-align: center;
}

/* line 48, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-show .job-applications.application-stats a.stat-link:hover, body.jobs-show .job-applications ul.tabs[data-tabber-buttons] a.stat-link:hover {
  text-decoration: none;
  background-color: #0C6B1F;
  color: white;
}

/* line 53, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-show .job-applications.application-stats a.stat-link:hover .circle, body.jobs-show .job-applications ul.tabs[data-tabber-buttons] a.stat-link:hover .circle {
  color: white;
}

/* line 58, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-show .job-applications.application-stats a.stat-link .stat, body.jobs-show .job-applications ul.tabs[data-tabber-buttons] a.stat-link .stat {
  border: none;
  text-transform: none;
}

/* line 64, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-show .job-applications.application-stats li.tab-button, body.jobs-show .job-applications.application-stats .stat, body.jobs-show .job-applications ul.tabs[data-tabber-buttons] li.tab-button, body.jobs-show .job-applications ul.tabs[data-tabber-buttons] .stat {
  flex: 1 0;
  padding: 15px 22px 15px;
  transition: all 150ms;
  border: none;
  text-align: center;
  text-transform: none;
}

/* line 72, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-show .job-applications.application-stats li.tab-button .circle, body.jobs-show .job-applications.application-stats .stat .circle, body.jobs-show .job-applications ul.tabs[data-tabber-buttons] li.tab-button .circle, body.jobs-show .job-applications ul.tabs[data-tabber-buttons] .stat .circle {
  font-size: 2em;
  position: relative;
  width: 2em;
  height: 2em;
  border-radius: 4em;
  border: 2px solid currentColor;
  color: #0C6B1F;
  margin: 0 auto 0.3em;
}

/* line 82, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-show .job-applications.application-stats li.tab-button .circle .circle-content, body.jobs-show .job-applications.application-stats .stat .circle .circle-content, body.jobs-show .job-applications ul.tabs[data-tabber-buttons] li.tab-button .circle .circle-content, body.jobs-show .job-applications ul.tabs[data-tabber-buttons] .stat .circle .circle-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
}

/* line 91, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-show .job-applications.application-stats li.tab-button .title, body.jobs-show .job-applications.application-stats .stat .title, body.jobs-show .job-applications ul.tabs[data-tabber-buttons] li.tab-button .title, body.jobs-show .job-applications ul.tabs[data-tabber-buttons] .stat .title {
  font-weight: bold;
}

/* line 96, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-show .job-applications.application-stats li.tab-button, body.jobs-show .job-applications ul.tabs[data-tabber-buttons] li.tab-button {
  cursor: pointer;
}

/* line 99, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-show .job-applications.application-stats li.tab-button:hover:not(.disabled), body.jobs-show .job-applications.application-stats li.tab-button.active, body.jobs-show .job-applications ul.tabs[data-tabber-buttons] li.tab-button:hover:not(.disabled), body.jobs-show .job-applications ul.tabs[data-tabber-buttons] li.tab-button.active {
  background-color: #0C6B1F;
  color: white;
}

/* line 103, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-show .job-applications.application-stats li.tab-button:hover:not(.disabled) .circle, body.jobs-show .job-applications.application-stats li.tab-button.active .circle, body.jobs-show .job-applications ul.tabs[data-tabber-buttons] li.tab-button:hover:not(.disabled) .circle, body.jobs-show .job-applications ul.tabs[data-tabber-buttons] li.tab-button.active .circle {
  color: white;
}

/* line 108, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-show .job-applications.application-stats li.tab-button.disabled, body.jobs-show .job-applications ul.tabs[data-tabber-buttons] li.tab-button.disabled {
  cursor: default;
}

/* line 111, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-show .job-applications.application-stats li.tab-button.disabled .circle-content, body.jobs-show .job-applications ul.tabs[data-tabber-buttons] li.tab-button.disabled .circle-content {
  display: none;
}

/* line 115, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-show .job-applications.application-stats li.tab-button.disabled .circle, body.jobs-show .job-applications ul.tabs[data-tabber-buttons] li.tab-button.disabled .circle {
  color: #6a7169;
}

/* line 118, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-show .job-applications.application-stats li.tab-button.disabled .circle:before, body.jobs-show .job-applications ul.tabs[data-tabber-buttons] li.tab-button.disabled .circle:before {
  content: '';
  width: 0.8em;
  border: 2px solid currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 130, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-show .job-applications.application-stats li.tab-button:hover, body.jobs-show .job-applications ul.tabs[data-tabber-buttons] li.tab-button:hover {
  color: #6a7169;
}

/* line 136, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-show .job-applications .filters {
  display: flex;
  margin: 20px 20px 10px;
  align-items: center;
}

/* line 141, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-show .job-applications .filters .label {
  margin-right: 12px;
  vertical-align: middle;
}

/* line 145, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-show .job-applications .filters .selectize-control {
  width: 200px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

/* line 153, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-show .job-applications .tab-loader {
  background: #eefbf1;
}

/* line 158, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-show .job-applications .applications .no-applications {
  margin: 20px;
  font-size: 18px;
  text-align: center;
}

/* line 164, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-show .job-applications .applications .applications-list > .header {
  display: flex;
  margin: 10px 20px;
}

/* line 168, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-show .job-applications .applications .applications-list > .header .tooltip {
  margin-left: 10px;
}

@media (max-width: 600px) {
  /* line 168, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
  body.jobs-show .job-applications .applications .applications-list > .header .tooltip {
    position: initial;
  }
}

/* line 175, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-show .job-applications .applications .applications-list > .header .tooltip .tooltiptext {
  width: 350px;
  text-align: left;
  padding: 20px 30px;
}

@media (max-width: 600px) {
  /* line 175, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
  body.jobs-show .job-applications .applications .applications-list > .header .tooltip .tooltiptext {
    left: 0px;
    right: 0px;
    padding: 15px;
    margin: 15px;
    width: initial;
  }
}

/* line 191, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-show .job-applications .applications .nonlive-list {
  margin: 10px 20px 20px;
}

/* line 193, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-show .job-applications .applications .nonlive-list .member {
  display: inline-block;
}

/* line 195, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-show .job-applications .applications .nonlive-list .member:after {
  content: '|';
  color: #fff;
  display: inline;
  margin: 0 5px;
}

/* line 201, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-show .job-applications .applications .nonlive-list .member:last-of-type:after {
  display: none;
}

/* line 206, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-show .job-applications .applications .application-list-item {
  margin: 10px 20px 20px;
  z-index: initial;
}

/* line 5, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .search-result-wrapper {
  margin-bottom: 2em;
}

/* line 8, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .search-result {
  z-index: 5;
  position: relative;
  background-color: white;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

/* line 3, app/assets/stylesheets/application/pages/concepts/profiles/availability.scss */
body.jobs-show .job-applications .applications .application-list-item .search-result .availability:before, body.jobs-show .job-applications .applications .application-list-item .search-result .availability:after {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
}

/* line 11, app/assets/stylesheets/application/pages/concepts/profiles/availability.scss */
body.jobs-show .job-applications .applications .application-list-item .search-result .availability.before:before {
  content: '';
  margin-right: 4px;
}

/* line 18, app/assets/stylesheets/application/pages/concepts/profiles/availability.scss */
body.jobs-show .job-applications .applications .application-list-item .search-result .availability.after:after {
  content: '';
  margin-left: 4px;
}

/* line 20, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .search-result .search-result-inner {
  display: flex;
  flex: 1;
  flex-direction: column;
}

/* line 26, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .search-result .search-result-summary {
  flex: 1;
}

/* line 29, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .search-result .search-result-summary .container {
  padding: 20px;
  display: flex;
  white-space: nowrap;
}

@media (max-width: 600px) {
  /* line 29, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-show .job-applications .applications .application-list-item .search-result .search-result-summary .container {
    flex-wrap: wrap;
    padding: 16px 14px 10px;
  }
  /* line 37, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-show .job-applications .applications .application-list-item .search-result .search-result-summary .container:before {
    content: '';
    display: block;
    flex: 1 1;
  }
}

/* line 45, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .search-result .search-result-summary .profile-picture-wrapper {
  order: 1;
  width: 72px;
  height: 72px;
  margin-right: 16px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

@media (max-width: 600px) {
  /* line 45, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-show .job-applications .applications .application-list-item .search-result .search-result-summary .profile-picture-wrapper {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -20px;
    flex: none;
  }
}

/* line 62, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .search-result .search-result-summary .profile-picture-wrapper:after {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(12, 107, 31, 0.3), rgba(12, 107, 31, 0.1));
  z-index: -1;
  opacity: 0;
  transition: opacity 300ms ease;
}

/* line 76, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .search-result .search-result-summary .profile-picture-wrapper:hover:after {
  opacity: 1;
}

/* line 80, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .search-result .search-result-summary .profile-picture-wrapper .profile-picture {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 20;
  border: 3px solid white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 300ms ease;
}

@media (max-width: 600px) {
  /* line 80, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-show .job-applications .applications .application-list-item .search-result .search-result-summary .profile-picture-wrapper .profile-picture {
    position: relative;
    top: -25px;
  }
}

/* line 95, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .search-result .search-result-summary .profile-picture-wrapper:hover .profile-picture {
  transform: scale(1.05);
}

/* line 100, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info {
  flex: 1 1;
  order: 2;
  display: flex;
  vertical-align: middle;
  white-space: normal;
  font-size: 13px;
  padding-left: 8px;
  flex-wrap: wrap;
}

/* line 110, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info > * {
  padding: 0 3px;
}

/* line 113, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info > :empty {
  display: none;
}

@media (max-width: 600px) {
  /* line 100, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-show .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info {
    order: 3;
    width: 100%;
    padding-left: 0;
    flex: 2 0 100%;
  }
}

/* line 147, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info.hidden-data {
  opacity: 0.4;
}

/* line 151, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info .name-and-assignments {
  align-items: center;
  display: flex;
  margin-bottom: 8px;
  order: 1;
  width: 100%;
}

@media (max-width: 600px) {
  /* line 151, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-show .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info .name-and-assignments {
    display: block;
  }
}

/* line 162, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info .name-and-assignments .name {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 600;
  color: #13311a;
}

@media (max-width: 600px) {
  /* line 162, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-show .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info .name-and-assignments .name {
    font-size: 18px;
  }
}

/* line 172, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info .name-and-assignments .name a {
  text-decoration: none;
  transition: color 200ms ease;
}

/* line 176, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info .name-and-assignments .name a:hover {
  color: #0C6B1F;
}

/* line 182, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info .name-and-assignments .num-assignments {
  align-items: center;
  display: flex;
  font-size: 12px;
  margin-left: 12px;
}

@media (max-width: 600px) {
  /* line 182, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-show .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info .name-and-assignments .num-assignments {
    margin-left: 0;
    margin-top: 5px;
  }
}

/* line 193, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info .name-and-assignments .num-assignments:before {
  content: '';
  display: inline-block;
  background-image: url(/images/icons/assignments_flag.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  margin-right: 4px;
  height: 22px;
  width: 16px;
}

/* line 207, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info .current-status {
  order: 2;
  padding-right: 0px;
}

@media (max-width: 600px) {
  /* line 207, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-show .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info .current-status {
    order: 5;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
  }
  /* line 215, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-show .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info .current-status:after {
    display: none;
  }
}

/* line 128, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info .current-status:after {
  content: '|';
  display: inline-block;
  padding-left: 3px;
  padding-right: 0px;
}

@media (max-width: 600px) {
  /* line 128, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-show .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info .current-status:after {
    display: none;
  }
}

/* line 224, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info .location {
  order: 3;
}

@media (max-width: 600px) {
  /* line 224, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-show .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info .location {
    order: 6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
  }
}

/* line 236, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info .remote {
  order: 4;
  padding-left: 0px;
}

/* line 118, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info .remote:before {
  content: '|';
  display: inline-block;
  padding-left: 0px;
  padding-right: 3px;
}

@media (max-width: 600px) {
  /* line 236, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-show .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info .remote {
    order: 7;
  }
}

/* line 245, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info .separator {
  order: 5;
  width: 100%;
  display: block;
}

@media (max-width: 600px) {
  /* line 245, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-show .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info .separator {
    order: 3;
    height: 0.5px;
    border: 1px solid;
    margin: 8px -14px;
    flex: 1 2 100%;
  }
}

/* line 259, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info .job-title {
  order: 5;
}

@media (max-width: 600px) {
  /* line 259, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-show .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info .job-title {
    order: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    min-height: 22px;
  }
}

@media (max-width: 600px) {
  /* line 273, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-show .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info .job-title:empty {
    display: none;
  }
}

/* line 279, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info .job-category-list {
  min-height: 26px;
  overflow: hidden;
  counter-reset: categories;
  order: 6;
  position: relative;
  padding-right: 25px;
  flex: 1;
  margin-top: 4px;
}

@media (max-width: 600px) {
  /* line 279, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-show .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info .job-category-list {
    order: 4;
    flex: 1 1 100%;
  }
}

/* line 294, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info .job-category-list .counter {
  content: "+" counter(categories);
  display: block;
  position: absolute;
  right: 0;
}

/* line 301, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info .job-category-list .job-category {
  counter-increment: categories;
  background: rgba(12, 107, 31, 0.1);
  color: #13311a;
  border: 1px solid rgba(12, 107, 31, 0.2);
  padding: 3px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
  transition: all 200ms ease;
}

/* line 312, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info .job-category-list .job-category:hover {
  background: rgba(12, 107, 31, 0.15);
  border-color: rgba(12, 107, 31, 0.3);
}

/* line 317, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .search-result .search-result-summary .profile-info .job-category-list .job-category.filter-match:after {
  background-color: white;
}

/* line 324, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .search-result .search-result-summary .enquire {
  order: 3;
}

@media (max-width: 600px) {
  /* line 324, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-show .job-applications .applications .application-list-item .search-result .search-result-summary .enquire {
    order: 2;
    flex: 1;
    text-align: right;
  }
}

/* line 333, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .search-result .search-result-summary .enquire .make-enquiry {
  z-index: 20;
  position: relative;
}

@media (max-width: 600px) {
  /* line 338, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-show .job-applications .applications .application-list-item .search-result .search-result-summary .enquire.no-availability {
    text-align: center;
  }
  /* line 342, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-show .job-applications .applications .application-list-item .search-result .search-result-summary .enquire.no-availability .make-enquiry {
    float: none;
  }
}

/* line 353, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .search-result .experience {
  flex: 1;
  padding: 16px 20px;
}

@media (max-width: 600px) {
  /* line 353, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-show .job-applications .applications .application-list-item .search-result .experience {
    padding: 8px 15px;
  }
}

/* line 362, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .search-result .highlights {
  border: solid 1px;
  border-width: 1px 0;
  flex: 1;
  padding: 16px 20px;
}

@media (max-width: 600px) {
  /* line 362, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-show .job-applications .applications .application-list-item .search-result .highlights {
    padding: 8px 15px;
  }
}

/* line 373, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .search-result .highlights .highlight em {
  font-weight: normal;
}

/* line 379, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .search-result .footer {
  display: flex;
  align-items: center;
  padding: 14px 16px;
  font-size: 12px;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 600px) {
  /* line 379, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-show .job-applications .applications .application-list-item .search-result .footer {
    background: none;
  }
}

/* line 395, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .search-result .search-result-experience {
  counter-reset: skills;
  display: inline-flex;
  flex-wrap: wrap;
  max-height: 64px;
  overflow: hidden;
  padding-right: 25px;
  position: relative;
  width: 100%;
}

@media (max-width: 600px) {
  /* line 395, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-show .job-applications .applications .application-list-item .search-result .search-result-experience {
    max-height: 128px;
  }
}

/* line 409, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .search-result .search-result-experience .counter {
  content: "+" counter(skills);
  display: inline-block;
  margin-left: 5px;
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 2;
  height: 27px;
}

/* line 420, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .search-result .search-result-experience .skill-with-strength {
  counter-increment: skills;
}

/* line 424, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .search-result .search-result-experience .matches {
  display: contents;
}

/* line 429, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .search-result .search-result-experience .highlight-matches .skill-with-strength {
  background-color: white;
}

/* line 436, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .banner-to-requirements {
  background-color: white;
  padding: 15px;
  padding: 35px 35px 10px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 600px) {
  /* line 436, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-show .job-applications .applications .application-list-item .banner-to-requirements {
    padding: 15px 15px 10px;
    flex-direction: column;
    justify-content: space-evenly;
  }
}

/* line 449, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .banner-to-requirements .content {
  margin: 10px;
}

/* line 452, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .banner-to-requirements .content h3 {
  margin-top: 0px;
  font-size: 22px;
  letter-spacing: normal;
  line-height: normal;
}

/* line 458, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .banner-to-requirements .content p {
  font-size: 14px;
  margin-bottom: 0;
}

/* line 463, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .banner-to-requirements .btn-container {
  margin: 10px;
  flex: 0 0 auto;
}

/* line 472, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .missing-requirements {
  margin-top: 0.5em;
  opacity: 0.9;
  font-size: 12px;
}

/* line 477, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .missing-requirements .missing-cta {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 480, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .missing-requirements .missing-cta:before {
  content: attr(data-missed-count) " ";
}

/* line 483, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .missing-requirements .missing-cta:after {
  margin-left: 5px;
  transform: translateY(-3px) rotate(45deg);
  display: inline-block;
  transition: all 200ms ease-in-out;
  border: solid;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  content: '';
  transform-origin: center center;
}

/* line 495, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .missing-requirements .missing-cta.open:after {
  transform: rotate(-135deg);
}

/* line 500, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .missing-requirements ul.missed-matches {
  margin-right: 1.2em;
  display: none;
}

/* line 504, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .missing-requirements ul.missed-matches.open {
  display: inline-block;
}

/* line 507, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .missing-requirements ul.missed-matches:before {
  content: attr(data-content);
  display: inline-block;
  width: auto;
  height: auto;
  margin-right: 5px;
}

/* line 514, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .missing-requirements ul.missed-matches li {
  display: inline-block;
  margin-right: 0.5em;
  margin-top: 0.3em;
}

/* line 519, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .missing-requirements ul.missed-matches li a {
  font-size: 12px;
  display: inline-block;
  border: 1px solid;
  line-height: 2;
  padding: 0 10px;
}

/* line 526, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .missing-requirements ul.missed-matches li a.strike {
  text-decoration: line-through;
  cursor: default;
}

/* line 531, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .missing-requirements ul.missed-matches li a.action {
  cursor: pointer;
}

/* line 537, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .missing-requirements ul.missed-matches li a.action:active, body.jobs-show .job-applications .applications .application-list-item .missing-requirements ul.missed-matches li a.action.active {
  border: 1px solid;
}

/* line 546, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .missing-requirements .missing-info ul.missed-matches:before {
  display: none;
}

/* line 552, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .missing-requirements[data-has-actions="true"] .missing-info {
  display: none;
}

/* line 566, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .invert-missing-matches[data-hide-missing-actions] .missing-requirements .missing-info {
  display: block;
}

/* line 571, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .job-applications .applications .application-list-item .invert-missing-matches[data-hide-missing-actions] .missing-requirements .missing-actions {
  display: none;
}

/* line 214, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-show .job-applications .applications .application-list-item .search-result {
  z-index: initial;
}

/* line 218, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-show .job-applications .applications .application-list-item .application-note {
  padding: 20px;
  border-bottom: solid 1px;
  display: flex;
}

/* line 223, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-show .job-applications .applications .application-list-item .application-note.open {
  flex-direction: column;
}

/* line 225, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-show .job-applications .applications .application-list-item .application-note.open .content {
  overflow: initial;
  white-space: initial;
}

/* line 229, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-show .job-applications .applications .application-list-item .application-note.open .read-more {
  display: none;
}

/* line 232, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-show .job-applications .applications .application-list-item .application-note.open .read-less {
  display: inline;
}

/* line 237, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-show .job-applications .applications .application-list-item .application-note .content {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 243, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-show .job-applications .applications .application-list-item .application-note .read-more {
  white-space: nowrap;
}

/* line 246, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-show .job-applications .applications .application-list-item .application-note .read-less {
  display: none;
}

/* line 250, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-show .job-applications .applications .application-list-item .timeline-and-actions {
  display: flex;
}

/* line 253, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-show .job-applications .applications .application-list-item .timeline-and-actions .application-timeline {
  padding: 10px 20px;
  flex: 1;
}

/* line 257, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-show .job-applications .applications .application-list-item .timeline-and-actions .actions-container {
  padding: 10px 20px;
}

/* line 262, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-show .job-applications .applications .application-list-item .timeline-and-actions .actions-container a.dropdown-toggle.btn.open {
  border-radius: 20px 20px 0 0;
}

/* line 269, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-show .job-applications .applications .application-list-item .timeline-and-actions .move-state-actions {
  z-index: 21;
}

/* line 272, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-show .job-applications .applications .application-list-item .timeline-and-actions .move-state-actions a {
  display: inline-block;
  flex: 1 1 1px;
  padding: 5px 10px;
  white-space: nowrap;
  min-width: 200px;
}

/* line 280, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-show .job-applications .applications .application-list-item .timeline-and-actions .move-state-actions .active:before {
  content: '\2713';
  display: inline-block;
  color: #2e7d28;
  padding: 0 6px 0 0;
}

/* line 287, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-show .job-applications .applications .application-list-item .timeline-and-actions .move-state-actions .disabled {
  cursor: default;
}

/* line 292, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-show .job-applications .applications .application-list-item .timeline-and-actions .timeline-item {
  border-left: 1px solid #275e9b;
  position: relative;
}

/* line 296, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-show .job-applications .applications .application-list-item .timeline-and-actions .timeline-item:after {
  position: absolute;
  top: 0px;
  left: -1px;
  height: 6px;
  background: #fff;
  width: 1px;
  content: '';
  display: block;
}

/* line 307, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-show .job-applications .applications .application-list-item .timeline-and-actions .timeline-item:before {
  position: absolute;
  left: -4px;
  top: 6px;
  height: 8px;
  width: 8px;
  background: #0C6B1F;
  content: '';
  display: block;
  border-radius: 50% 50%;
}

/* line 319, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-show .job-applications .applications .application-list-item .timeline-and-actions .timeline-item .when {
  font-size: 12px;
  margin-left: 13px;
  z-index: 12;
  position: relative;
  color: #bcbcbc;
}

/* line 327, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-show .job-applications .applications .application-list-item .timeline-and-actions .timeline-item .action {
  font-size: 14px;
  line-height: 1.5;
  margin-left: 13px;
}

/* line 334, app/assets/stylesheets/application/pages/concepts/jobs/_job_applications.scss */
body.jobs-show .job-applications .applications .application-list-item .btn-small {
  height: 30px;
  font-size: 16px;
  padding: 3px 10px;
}

/* line 17, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .job {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
}

/* line 27, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .job > header {
  display: grid;
  grid-template-areas: 'title' 'company' 'spacer' 'highlights' 'actions';
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 1px 1px 3px 0 #bcbcbc;
}

@media (min-width: 601px) {
  /* line 27, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
  body.jobs-show .job > header {
    grid-template-areas: 'title actions' 'company company' 'spacer spacer' 'highlights highlights';
  }
}

@media (min-width: 1000px) {
  /* line 27, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
  body.jobs-show .job > header {
    grid-template-areas: 'title title title actions' 'company company company actions' 'spacer spacer spacer spacer' 'highlights highlights highlights highlights';
    padding-top: 15px;
  }
}

/* line 55, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .job > header .spacer {
  grid-area: spacer;
}

@media (min-width: 601px) {
  /* line 55, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
  body.jobs-show .job > header .spacer {
    height: 150px;
  }
}

/* line 61, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .job > header .job-title {
  grid-area: 'title';
  font: 24px "Poppins", sans-serif;
  letter-spacing: normal;
  line-height: 1.35;
  margin: 14px 14px 2px;
  color: #13311a;
}

@media (min-width: 601px) {
  /* line 61, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
  body.jobs-show .job > header .job-title {
    margin: 18px 27px 2px;
    font-size: 21px;
  }
}

@media (min-width: 1000px) {
  /* line 61, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
  body.jobs-show .job > header .job-title {
    font-size: 24px;
    margin-top: 17px;
    margin-left: 70px;
  }
}

/* line 81, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .job > header ul.job-highlights {
  grid-area: highlights;
}

@media (max-width: 600px) {
  /* line 81, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
  body.jobs-show .job > header ul.job-highlights {
    align-items: flex-start;
    padding: 0 14px;
  }
}

/* line 90, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .job > header .graphic {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100px;
}

@media (min-width: 601px) {
  /* line 90, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
  body.jobs-show .job > header .graphic {
    height: 150px;
  }
}

@media (min-width: 1000px) {
  /* line 90, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
  body.jobs-show .job > header .graphic {
    display: block;
    height: 250px;
  }
}

/* line 105, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .job > header .graphic svg {
  width: 100%;
  fill: rgba(188, 188, 188, 0.25);
}

/* line 111, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .job > header .company {
  grid-area: company;
  font: normal 12px "Poppins", sans-serif;
  letter-spacing: normal;
  line-height: 1.67;
  margin: 2px 14px;
  text-transform: uppercase;
  color: #474747;
}

@media (min-width: 601px) {
  /* line 111, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
  body.jobs-show .job > header .company {
    font-size: 18px;
    margin: 2px 27px 15px;
  }
}

@media (min-width: 1000px) {
  /* line 111, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
  body.jobs-show .job > header .company {
    margin-left: 70px;
  }
}

/* line 130, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .job > header nav.actions {
  grid-area: actions;
  padding: 14px;
  display: flex;
}

@media (max-width: 600px) {
  /* line 130, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
  body.jobs-show .job > header nav.actions {
    justify-content: space-between;
  }
}

@media (min-width: 601px) {
  /* line 130, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
  body.jobs-show .job > header nav.actions {
    justify-content: flex-end;
  }
}

@media (max-width: 600px) {
  /* line 147, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
  body.jobs-show .job > header nav.actions .actions-dropdown .state-actions.nav-dropdown {
    right: initial;
    left: 0;
  }
}

/* line 157, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .job footer.job-summary-footer {
  background-color: #fff;
  min-height: 44px;
  padding: 8px 18px;
  border-radius: 25px;
  margin: 20px 0;
  box-shadow: 1px 1px 3px 0 #bcbcbc;
}

/* line 167, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .job .details {
  display: flex;
  flex-direction: column;
  padding: 0 0 28px;
  background: #fff;
  border-radius: 25px;
  box-shadow: 1px 1px 3px 0 #bcbcbc;
}

@media (min-width: 1000px) {
  /* line 167, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
  body.jobs-show .job .details {
    flex-direction: row;
    padding: 28px 0;
  }
}

/* line 182, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .job .details:before {
  content: '';
  height: 8px;
  display: block;
}

@media (min-width: 1000px) {
  /* line 182, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
  body.jobs-show .job .details:before {
    display: none;
  }
}

/* line 192, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .job .details h4 {
  margin-top: 0;
  font: 13px "Poppins", sans-serif;
  font-weight: 500;
  line-height: 2.62;
  letter-spacing: normal;
}

/* line 200, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .job .details .intro {
  padding: 8px 15px;
  order: 1;
}

/* line 204, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .job .details .intro p {
  margin: 8px 0;
}

@media (min-width: 601px) {
  /* line 200, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
  body.jobs-show .job .details .intro {
    padding: 16px 30px;
  }
}

@media (min-width: 1000px) {
  /* line 200, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
  body.jobs-show .job .details .intro {
    display: none;
  }
}

/* line 217, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .job .details .description {
  padding: 8px 15px;
  order: 3;
}

@media (min-width: 601px) {
  /* line 217, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
  body.jobs-show .job .details .description {
    padding: 16px 30px;
  }
}

@media (min-width: 1000px) {
  /* line 217, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
  body.jobs-show .job .details .description {
    order: 2;
    border-right: 2px solid rgba(188, 188, 188, 0.25);
  }
}

/* line 231, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .job .details .description > h4 {
  display: none;
}

@media (min-width: 1000px) {
  /* line 231, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
  body.jobs-show .job .details .description > h4 {
    display: block;
  }
}

/* line 238, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .job .details .description p:first-of-type {
  display: none;
}

@media (min-width: 1000px) {
  /* line 238, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
  body.jobs-show .job .details .description p:first-of-type {
    display: inline-block;
  }
}

@media (min-width: 1000px) {
  /* line 217, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
  body.jobs-show .job .details .description {
    flex: 1 1 60%;
    padding-left: 70px;
  }
}

/* line 251, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .job .details .skills_work_environment {
  order: 2;
  margin-bottom: 15px;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%20width%3D%2740%27%20height%3D%278%27%20viewBox%3D%270%200%20100%2020%27%3E%20%3Cpath%20d%3D%27M21.184%2020c.357-.13.72-.264%201.088-.402l1.768-.661C33.64%2015.347%2039.647%2014%2050%2014c10.271%200%2015.362%201.222%2024.629%204.928.955.383%201.869.74%202.75%201.072h6.225c-2.51-.73-5.139-1.691-8.233-2.928C65.888%2013.278%2060.562%2012%2050%2012c-10.626%200-16.855%201.397-26.66%205.063l-1.767.662c-2.475.923-4.66%201.674-6.724%202.275h6.335zm0-20C13.258%202.892%208.077%204%200%204V2c5.744%200%209.951-.574%2014.85-2h6.334zM77.38%200C85.239%202.966%2090.502%204%20100%204V2c-6.842%200-11.386-.542-16.396-2h-6.225zM0%2014c8.44%200%2013.718-1.21%2022.272-4.402l1.768-.661C33.64%205.347%2039.647%204%2050%204c10.271%200%2015.362%201.222%2024.629%204.928C84.112%2012.722%2089.438%2014%20100%2014v-2c-10.271%200-15.362-1.222-24.629-4.928C65.888%203.278%2060.562%202%2050%202%2039.374%202%2033.145%203.397%2023.34%207.063l-1.767.662C13.223%2010.84%208.163%2012%200%2012v2z%27%20fill%3D%27%23bcbcbc%27%20fill-opacity%3D%270.3%27%20fill-rule%3D%27evenodd%27%2F%3E%3C%2Fsvg%3E");
  padding: 0 15px 20px;
}

@media (min-width: 601px) {
  /* line 251, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
  body.jobs-show .job .details .skills_work_environment {
    padding: 0 30px 0;
  }
}

@media (min-width: 1000px) {
  /* line 251, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
  body.jobs-show .job .details .skills_work_environment {
    background: transparent;
    order: 3;
    flex: 1 1 40%;
  }
}

/* line 268, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .job .details .skills, body.jobs-show .job .details .work_environments {
  margin: 15px 0;
}

/* line 272, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .job .details .job-category-list {
  margin: 20px 0 15px;
}

/* line 277, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .job .details .work_environments h4 {
  margin-bottom: 0;
}

/* line 283, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .job .details .skills .category {
  margin-bottom: 5px;
}

/* line 20, ../usr/local/rvm/gems/3.3.1/gems/bourbon-7.3.0/core/bourbon/library/_clearfix.scss */
body.jobs-show .job .details .skills .category::after {
  clear: both;
  content: "";
  display: block;
}

/* line 287, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .job .details .skills .category > header {
  font-size: 11px;
  margin-bottom: 4px;
}

/* line 294, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .job .details .skill-list, body.jobs-show .job .details .work_environment-list {
  overflow: hidden;
}

/* line 297, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .job .details .skill-list .skill, body.jobs-show .job .details .skill-list .work_environment, body.jobs-show .job .details .work_environment-list .skill, body.jobs-show .job .details .work_environment-list .work_environment {
  font-size: 12px;
  padding: 1px 6px;
  margin: 0 4px 6px 0;
  display: inline-block;
  background-color: white;
  border-radius: 6px;
  border: 1px solid #474747;
}

/* line 310, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .job > .job-applications {
  border-radius: 25px;
  background-color: white;
}

/* line 315, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .top-matches {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 1px 1px 3px 0 #bcbcbc;
  padding: 44px 70px;
  background-color: white;
  border-radius: 25px;
}

/* line 322, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .top-matches h2 {
  font-size: 1.5em;
  margin-bottom: 0;
}

/* line 327, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .top-matches .actions {
  text-align: right;
}

/* line 332, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .related-jobs {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 335, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .related-jobs > header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 15px 15px;
}

@media (min-width: 1230px) {
  /* line 335, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
  body.jobs-show .related-jobs > header {
    margin: 25px 0 15px;
  }
}

/* line 345, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .related-jobs > header .title {
  letter-spacing: normal;
  font-size: 18px;
  margin: 0px;
}

/* line 350, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .related-jobs > header .more {
  display: none;
  margin-bottom: 0px;
}

@media (min-width: 601px) {
  /* line 350, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
  body.jobs-show .related-jobs > header .more {
    display: block;
  }
}

/* line 362, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .related-jobs .more-jobs-footer {
  display: block;
  margin: 15px 0px;
  text-align: center;
}

@media (min-width: 601px) {
  /* line 362, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
  body.jobs-show .related-jobs .more-jobs-footer {
    display: none;
  }
}

/* line 375, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .closed-job {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 378, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .closed-job .header {
  display: flex;
  align-items: center;
  margin: 15px 30px;
}

/* line 383, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .closed-job .header .message {
  width: 75%;
  order: 1;
}

/* line 387, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .closed-job .header .message h1 {
  margin: 0;
  font-size: 50px;
  letter-spacing: unset;
  line-height: unset;
}

@media (max-width: 600px) {
  /* line 387, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
  body.jobs-show .closed-job .header .message h1 {
    font-size: 40px;
  }
}

/* line 398, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .closed-job .header .message h2 {
  margin-top: 0px;
  font-size: 28px;
}

@media (max-width: 600px) {
  /* line 398, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
  body.jobs-show .closed-job .header .message h2 {
    font-size: 16px;
  }
}

/* line 408, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .closed-job .header .image {
  order: 2;
  width: 25%;
  margin: 0 0 0 32px;
  min-width: 190px;
}

@media (max-width: 600px) {
  /* line 408, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
  body.jobs-show .closed-job .header .image {
    margin: 0;
    min-width: 150px;
  }
}

/* line 419, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .closed-job .header .image img {
  display: block;
  max-width: 100%;
  max-height: 250px;
  height: auto;
}

@media (max-width: 600px) {
  /* line 419, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
  body.jobs-show .closed-job .header .image img {
    width: 100px;
    margin: 0 auto;
  }
}

/* line 433, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .closed-job h3 {
  font-size: 28px;
  text-align: center;
}

@media (max-width: 600px) {
  /* line 433, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
  body.jobs-show .closed-job h3 {
    font-size: 19px;
    padding: 0 8px;
  }
}

/* line 443, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .closed-job .closed-job {
  opacity: 0.65;
  margin: 32px 0;
}

/* line 447, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .closed-job .closed-job .job {
  margin-bottom: 0px;
}

/* line 450, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .closed-job .closed-job .job .job-description {
  display: none;
}

/* line 456, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .closed-job .closed-job, body.jobs-show .closed-job .similar-jobs {
  padding: 0;
}

@media (min-width: 601px) {
  /* line 456, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
  body.jobs-show .closed-job .closed-job, body.jobs-show .closed-job .similar-jobs {
    margin-left: 32px;
    margin-right: 32px;
  }
}

/* line 465, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .closed-job .see-all {
  margin-top: 40px;
  margin-bottom: 32px;
  text-align: center;
}

/* line 471, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .closed-job .homepage {
  text-align: center;
}

/* line 476, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .job-header {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 0 auto 0;
  grid-template-rows: auto auto auto auto auto;
  grid-template-areas: ". breadcrumb ." ". total ." ". show-hide ." "results results results" ". button .";
}

@media (min-width: 850px) {
  /* line 476, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
  body.jobs-show .job-header {
    grid-template-columns: minmax(15px, auto) 200px minmax(auto, 770px) 200px minmax(15px, auto);
    grid-template-rows: auto auto auto;
    grid-template-areas: ". breadcrumb total button ." ". . show-hide . ." "results results results results results";
    grid-gap: 15px;
    margin-bottom: 15px;
    margin-top: 25px;
  }
}

@media (min-width: 1250px) {
  /* line 476, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
  body.jobs-show .job-header {
    grid-template-columns: auto 200px 770px 200px auto;
  }
}

/* line 509, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .job-header.prevent-toggle-animations {
  height: auto !important;
  width: auto !important;
}

/* line 513, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .job-header.prevent-toggle-animations .top-matches-results-container {
  transition: none;
}

/* line 516, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .job-header.prevent-toggle-animations .top-matches-show-hide:after {
  transition: none;
}

/* line 521, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .job-header ul.breadcrumbs {
  grid-area: breadcrumb;
  justify-self: start;
  align-self: center;
  margin: 0;
}

@media (max-width: 600px) {
  /* line 527, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
  body.jobs-show .job-header ul.breadcrumbs li {
    padding: 0 8px;
  }
}

/* line 535, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .top-matches-results-container {
  width: auto !important;
  grid-area: results;
  margin: 0;
  position: relative;
  max-width: 100vw;
}

/* line 5, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .search-result-wrapper {
  margin-bottom: 2em;
}

/* line 8, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .search-result {
  z-index: 5;
  position: relative;
  background-color: white;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

/* line 3, app/assets/stylesheets/application/pages/concepts/profiles/availability.scss */
body.jobs-show .top-matches-results-container .search-result .availability:before, body.jobs-show .top-matches-results-container .search-result .availability:after {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
}

/* line 11, app/assets/stylesheets/application/pages/concepts/profiles/availability.scss */
body.jobs-show .top-matches-results-container .search-result .availability.before:before {
  content: '';
  margin-right: 4px;
}

/* line 18, app/assets/stylesheets/application/pages/concepts/profiles/availability.scss */
body.jobs-show .top-matches-results-container .search-result .availability.after:after {
  content: '';
  margin-left: 4px;
}

/* line 20, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .search-result .search-result-inner {
  display: flex;
  flex: 1;
  flex-direction: column;
}

/* line 26, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .search-result .search-result-summary {
  flex: 1;
}

/* line 29, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .search-result .search-result-summary .container {
  padding: 20px;
  display: flex;
  white-space: nowrap;
}

@media (max-width: 100000px) {
  /* line 29, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-show .top-matches-results-container .search-result .search-result-summary .container {
    flex-wrap: wrap;
    padding: 16px 14px 10px;
  }
  /* line 37, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-show .top-matches-results-container .search-result .search-result-summary .container:before {
    content: '';
    display: block;
    flex: 1 1;
  }
}

/* line 45, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .search-result .search-result-summary .profile-picture-wrapper {
  order: 1;
  width: 72px;
  height: 72px;
  margin-right: 16px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

@media (max-width: 100000px) {
  /* line 45, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-show .top-matches-results-container .search-result .search-result-summary .profile-picture-wrapper {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -20px;
    flex: none;
  }
}

/* line 62, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .search-result .search-result-summary .profile-picture-wrapper:after {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(12, 107, 31, 0.3), rgba(12, 107, 31, 0.1));
  z-index: -1;
  opacity: 0;
  transition: opacity 300ms ease;
}

/* line 76, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .search-result .search-result-summary .profile-picture-wrapper:hover:after {
  opacity: 1;
}

/* line 80, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .search-result .search-result-summary .profile-picture-wrapper .profile-picture {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 20;
  border: 3px solid white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 300ms ease;
}

@media (max-width: 100000px) {
  /* line 80, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-show .top-matches-results-container .search-result .search-result-summary .profile-picture-wrapper .profile-picture {
    position: relative;
    top: -25px;
  }
}

/* line 95, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .search-result .search-result-summary .profile-picture-wrapper:hover .profile-picture {
  transform: scale(1.05);
}

/* line 100, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .search-result .search-result-summary .profile-info {
  flex: 1 1;
  order: 2;
  display: flex;
  vertical-align: middle;
  white-space: normal;
  font-size: 13px;
  padding-left: 8px;
  flex-wrap: wrap;
}

/* line 110, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .search-result .search-result-summary .profile-info > * {
  padding: 0 3px;
}

/* line 113, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .search-result .search-result-summary .profile-info > :empty {
  display: none;
}

@media (max-width: 100000px) {
  /* line 100, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-show .top-matches-results-container .search-result .search-result-summary .profile-info {
    order: 3;
    width: 100%;
    padding-left: 0;
    flex: 2 0 100%;
  }
}

/* line 147, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .search-result .search-result-summary .profile-info.hidden-data {
  opacity: 0.4;
}

/* line 151, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .search-result .search-result-summary .profile-info .name-and-assignments {
  align-items: center;
  display: flex;
  margin-bottom: 8px;
  order: 1;
  width: 100%;
}

@media (max-width: 100000px) {
  /* line 151, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-show .top-matches-results-container .search-result .search-result-summary .profile-info .name-and-assignments {
    display: block;
  }
}

/* line 162, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .search-result .search-result-summary .profile-info .name-and-assignments .name {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 600;
  color: #13311a;
}

@media (max-width: 100000px) {
  /* line 162, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-show .top-matches-results-container .search-result .search-result-summary .profile-info .name-and-assignments .name {
    font-size: 18px;
  }
}

/* line 172, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .search-result .search-result-summary .profile-info .name-and-assignments .name a {
  text-decoration: none;
  transition: color 200ms ease;
}

/* line 176, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .search-result .search-result-summary .profile-info .name-and-assignments .name a:hover {
  color: #0C6B1F;
}

/* line 182, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .search-result .search-result-summary .profile-info .name-and-assignments .num-assignments {
  align-items: center;
  display: flex;
  font-size: 12px;
  margin-left: 12px;
}

@media (max-width: 100000px) {
  /* line 182, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-show .top-matches-results-container .search-result .search-result-summary .profile-info .name-and-assignments .num-assignments {
    margin-left: 0;
    margin-top: 5px;
  }
}

/* line 193, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .search-result .search-result-summary .profile-info .name-and-assignments .num-assignments:before {
  content: '';
  display: inline-block;
  background-image: url(/images/icons/assignments_flag.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  margin-right: 4px;
  height: 22px;
  width: 16px;
}

/* line 207, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .search-result .search-result-summary .profile-info .current-status {
  order: 2;
  padding-right: 0px;
}

@media (max-width: 100000px) {
  /* line 207, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-show .top-matches-results-container .search-result .search-result-summary .profile-info .current-status {
    order: 5;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
  }
  /* line 215, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-show .top-matches-results-container .search-result .search-result-summary .profile-info .current-status:after {
    display: none;
  }
}

/* line 128, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .search-result .search-result-summary .profile-info .current-status:after {
  content: '|';
  display: inline-block;
  padding-left: 3px;
  padding-right: 0px;
}

@media (max-width: 100000px) {
  /* line 128, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-show .top-matches-results-container .search-result .search-result-summary .profile-info .current-status:after {
    display: none;
  }
}

/* line 224, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .search-result .search-result-summary .profile-info .location {
  order: 3;
}

@media (max-width: 100000px) {
  /* line 224, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-show .top-matches-results-container .search-result .search-result-summary .profile-info .location {
    order: 6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
  }
}

/* line 236, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .search-result .search-result-summary .profile-info .remote {
  order: 4;
  padding-left: 0px;
}

/* line 118, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .search-result .search-result-summary .profile-info .remote:before {
  content: '|';
  display: inline-block;
  padding-left: 0px;
  padding-right: 3px;
}

@media (max-width: 100000px) {
  /* line 236, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-show .top-matches-results-container .search-result .search-result-summary .profile-info .remote {
    order: 7;
  }
}

/* line 245, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .search-result .search-result-summary .profile-info .separator {
  order: 5;
  width: 100%;
  display: block;
}

@media (max-width: 100000px) {
  /* line 245, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-show .top-matches-results-container .search-result .search-result-summary .profile-info .separator {
    order: 3;
    height: 0.5px;
    border: 1px solid;
    margin: 8px -14px;
    flex: 1 2 100%;
  }
}

/* line 259, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .search-result .search-result-summary .profile-info .job-title {
  order: 5;
}

@media (max-width: 100000px) {
  /* line 259, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-show .top-matches-results-container .search-result .search-result-summary .profile-info .job-title {
    order: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    min-height: 22px;
  }
}

@media (max-width: 600px) {
  /* line 273, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-show .top-matches-results-container .search-result .search-result-summary .profile-info .job-title:empty {
    display: none;
  }
}

/* line 279, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .search-result .search-result-summary .profile-info .job-category-list {
  min-height: 26px;
  overflow: hidden;
  counter-reset: categories;
  order: 6;
  position: relative;
  padding-right: 25px;
  flex: 1;
  margin-top: 4px;
}

@media (max-width: 100000px) {
  /* line 279, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-show .top-matches-results-container .search-result .search-result-summary .profile-info .job-category-list {
    order: 4;
    flex: 1 1 100%;
  }
}

/* line 294, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .search-result .search-result-summary .profile-info .job-category-list .counter {
  content: "+" counter(categories);
  display: block;
  position: absolute;
  right: 0;
}

/* line 301, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .search-result .search-result-summary .profile-info .job-category-list .job-category {
  counter-increment: categories;
  background: rgba(12, 107, 31, 0.1);
  color: #13311a;
  border: 1px solid rgba(12, 107, 31, 0.2);
  padding: 3px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
  transition: all 200ms ease;
}

/* line 312, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .search-result .search-result-summary .profile-info .job-category-list .job-category:hover {
  background: rgba(12, 107, 31, 0.15);
  border-color: rgba(12, 107, 31, 0.3);
}

/* line 317, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .search-result .search-result-summary .profile-info .job-category-list .job-category.filter-match:after {
  background-color: white;
}

/* line 324, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .search-result .search-result-summary .enquire {
  order: 3;
}

@media (max-width: 100000px) {
  /* line 324, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-show .top-matches-results-container .search-result .search-result-summary .enquire {
    order: 2;
    flex: 1;
    text-align: right;
  }
}

/* line 333, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .search-result .search-result-summary .enquire .make-enquiry {
  z-index: 20;
  position: relative;
}

@media (max-width: 100000px) {
  /* line 338, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-show .top-matches-results-container .search-result .search-result-summary .enquire.no-availability {
    text-align: center;
  }
  /* line 342, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-show .top-matches-results-container .search-result .search-result-summary .enquire.no-availability .make-enquiry {
    float: none;
  }
}

/* line 353, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .search-result .experience {
  flex: 1;
  padding: 16px 20px;
}

@media (max-width: 100000px) {
  /* line 353, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-show .top-matches-results-container .search-result .experience {
    padding: 8px 15px;
  }
}

/* line 362, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .search-result .highlights {
  border: solid 1px;
  border-width: 1px 0;
  flex: 1;
  padding: 16px 20px;
}

@media (max-width: 100000px) {
  /* line 362, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-show .top-matches-results-container .search-result .highlights {
    padding: 8px 15px;
  }
}

/* line 373, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .search-result .highlights .highlight em {
  font-weight: normal;
}

/* line 379, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .search-result .footer {
  display: flex;
  align-items: center;
  padding: 14px 16px;
  font-size: 12px;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 100000px) {
  /* line 379, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-show .top-matches-results-container .search-result .footer {
    background: none;
  }
}

/* line 395, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .search-result .search-result-experience {
  counter-reset: skills;
  display: inline-flex;
  flex-wrap: wrap;
  max-height: 64px;
  overflow: hidden;
  padding-right: 25px;
  position: relative;
  width: 100%;
}

@media (max-width: 100000px) {
  /* line 395, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-show .top-matches-results-container .search-result .search-result-experience {
    max-height: 128px;
  }
}

/* line 409, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .search-result .search-result-experience .counter {
  content: "+" counter(skills);
  display: inline-block;
  margin-left: 5px;
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 2;
  height: 27px;
}

/* line 420, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .search-result .search-result-experience .skill-with-strength {
  counter-increment: skills;
}

/* line 424, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .search-result .search-result-experience .matches {
  display: contents;
}

/* line 429, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .search-result .search-result-experience .highlight-matches .skill-with-strength {
  background-color: white;
}

/* line 436, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .banner-to-requirements {
  background-color: white;
  padding: 15px;
  padding: 35px 35px 10px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 100000px) {
  /* line 436, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
  body.jobs-show .top-matches-results-container .banner-to-requirements {
    padding: 15px 15px 10px;
    flex-direction: column;
    justify-content: space-evenly;
  }
}

/* line 449, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .banner-to-requirements .content {
  margin: 10px;
}

/* line 452, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .banner-to-requirements .content h3 {
  margin-top: 0px;
  font-size: 22px;
  letter-spacing: normal;
  line-height: normal;
}

/* line 458, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .banner-to-requirements .content p {
  font-size: 14px;
  margin-bottom: 0;
}

/* line 463, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .banner-to-requirements .btn-container {
  margin: 10px;
  flex: 0 0 auto;
}

/* line 472, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .missing-requirements {
  margin-top: 0.5em;
  opacity: 0.9;
  font-size: 12px;
}

/* line 477, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .missing-requirements .missing-cta {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 480, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .missing-requirements .missing-cta:before {
  content: attr(data-missed-count) " ";
}

/* line 483, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .missing-requirements .missing-cta:after {
  margin-left: 5px;
  transform: translateY(-3px) rotate(45deg);
  display: inline-block;
  transition: all 200ms ease-in-out;
  border: solid;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  content: '';
  transform-origin: center center;
}

/* line 495, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .missing-requirements .missing-cta.open:after {
  transform: rotate(-135deg);
}

/* line 500, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .missing-requirements ul.missed-matches {
  margin-right: 1.2em;
  display: none;
}

/* line 504, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .missing-requirements ul.missed-matches.open {
  display: inline-block;
}

/* line 507, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .missing-requirements ul.missed-matches:before {
  content: attr(data-content);
  display: inline-block;
  width: auto;
  height: auto;
  margin-right: 5px;
}

/* line 514, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .missing-requirements ul.missed-matches li {
  display: inline-block;
  margin-right: 0.5em;
  margin-top: 0.3em;
}

/* line 519, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .missing-requirements ul.missed-matches li a {
  font-size: 12px;
  display: inline-block;
  border: 1px solid;
  line-height: 2;
  padding: 0 10px;
}

/* line 526, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .missing-requirements ul.missed-matches li a.strike {
  text-decoration: line-through;
  cursor: default;
}

/* line 531, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .missing-requirements ul.missed-matches li a.action {
  cursor: pointer;
}

/* line 537, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .missing-requirements ul.missed-matches li a.action:active, body.jobs-show .top-matches-results-container .missing-requirements ul.missed-matches li a.action.active {
  border: 1px solid;
}

/* line 546, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .missing-requirements .missing-info ul.missed-matches:before {
  display: none;
}

/* line 552, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .missing-requirements[data-has-actions="true"] .missing-info {
  display: none;
}

/* line 566, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .invert-missing-matches[data-hide-missing-actions] .missing-requirements .missing-info {
  display: block;
}

/* line 571, app/assets/stylesheets/application/pages/concepts/member/search/_search_result.scss */
body.jobs-show .top-matches-results-container .invert-missing-matches[data-hide-missing-actions] .missing-requirements .missing-actions {
  display: none;
}

/* line 551, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .top-matches-results-container:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  top: -20px;
  position: absolute;
  left: calc(50% - 20px);
}

/* line 561, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .top-matches-results-container .search-results {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 32px 15px 16px;
  gap: 20px;
  justify-content: center;
}

@media (max-width: 600px) {
  /* line 561, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
  body.jobs-show .top-matches-results-container .search-results {
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 20px 15px 16px;
  }
}

/* line 576, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .top-matches-results-container .search-results .profile-picture {
  border: none !important;
}

/* line 580, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .top-matches-results-container .search-results .search-result-wrapper {
  flex: 0 1 calc(33.333% - 20px);
  min-width: 280px;
  max-width: 380px;
  margin: 0;
}

@media (max-width: 1000px) {
  /* line 580, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
  body.jobs-show .top-matches-results-container .search-results .search-result-wrapper {
    flex: 0 1 calc(50% - 20px);
  }
  /* line 589, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
  body.jobs-show .top-matches-results-container .search-results .search-result-wrapper:nth-of-type(4) {
    display: block;
  }
}

@media (max-width: 600px) {
  /* line 580, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
  body.jobs-show .top-matches-results-container .search-results .search-result-wrapper {
    flex: 1 1 100%;
    max-width: none;
  }
}

/* line 599, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .top-matches-results-container .search-results .search-result-wrapper .search-result, body.jobs-show .top-matches-results-container .search-results .search-result-wrapper .card-link {
  border-radius: 20px;
  transition: all 250ms ease;
}

/* line 604, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .top-matches-results-container .search-results .search-result-wrapper .search-result {
  box-shadow: 1px 1px 3px 0 #bcbcbc;
  overflow: hidden;
  border: 2px solid transparent;
}

/* line 609, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .top-matches-results-container .search-results .search-result-wrapper .search-result:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border-color: rgba(12, 107, 31, 0.3);
}

/* line 616, app/assets/stylesheets/application/pages/concepts/jobs/show.scss */
body.jobs-show .top-matches-results-container .search-results .search-result-wrapper .missing-requirements {
  display: none;
}

/* line 1, app/assets/stylesheets/application/pages/concepts/jobs/requirements/_header.scss */
body.job-requirements .progress-space {
  min-height: 90px;
}

/* line 5, app/assets/stylesheets/application/pages/concepts/jobs/requirements/_header.scss */
body.job-requirements .progress {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
}

/* line 14, app/assets/stylesheets/application/pages/concepts/jobs/requirements/_header.scss */
body.job-requirements .progress ul {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  text-align: center;
  font-size: 0;
}

/* line 20, app/assets/stylesheets/application/pages/concepts/jobs/requirements/_header.scss */
body.job-requirements .progress ul li {
  position: relative;
  padding: 15px 0;
  display: inline-block;
  width: 33%;
  font-size: 12px;
  text-transform: uppercase;
  vertical-align: top;
}

@media (max-width: 600px) {
  /* line 20, app/assets/stylesheets/application/pages/concepts/jobs/requirements/_header.scss */
  body.job-requirements .progress ul li {
    padding: 15px 0;
  }
}

/* line 33, app/assets/stylesheets/application/pages/concepts/jobs/requirements/_header.scss */
body.job-requirements .progress ul li .title .desktop {
  display: block;
}

@media (max-width: 600px) {
  /* line 33, app/assets/stylesheets/application/pages/concepts/jobs/requirements/_header.scss */
  body.job-requirements .progress ul li .title .desktop {
    display: none;
  }
}

/* line 41, app/assets/stylesheets/application/pages/concepts/jobs/requirements/_header.scss */
body.job-requirements .progress ul li .title .mobile {
  display: none;
  font-size: 10px;
}

@media (max-width: 600px) {
  /* line 41, app/assets/stylesheets/application/pages/concepts/jobs/requirements/_header.scss */
  body.job-requirements .progress ul li .title .mobile {
    display: block;
  }
}

/* line 51, app/assets/stylesheets/application/pages/concepts/jobs/requirements/_header.scss */
body.job-requirements .progress ul li a {
  display: inline-block;
  color: inherit;
}

/* line 56, app/assets/stylesheets/application/pages/concepts/jobs/requirements/_header.scss */
body.job-requirements .progress ul li:before {
  content: '';
  width: 100%;
  position: absolute;
  top: 30px;
  left: -50%;
}

@media (max-width: 600px) {
  /* line 56, app/assets/stylesheets/application/pages/concepts/jobs/requirements/_header.scss */
  body.job-requirements .progress ul li:before {
    top: 30px;
  }
}

/* line 67, app/assets/stylesheets/application/pages/concepts/jobs/requirements/_header.scss */
body.job-requirements .progress ul li:first-child:before {
  content: none;
}

/* line 74, app/assets/stylesheets/application/pages/concepts/jobs/requirements/_header.scss */
body.job-requirements .progress ul li .counter {
  display: inline-block;
  width: 30px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  background-image: url(/assets/misc/progress_indicator_grey-eca57f1fdfb7d1390afce9f16d1ee4c929fbc0ec1ccaefdcc01f3968130614dd.svg);
  background-size: 100% 100%;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 5;
  vertical-align: bottom;
}

/* line 87, app/assets/stylesheets/application/pages/concepts/jobs/requirements/_header.scss */
body.job-requirements .progress ul li .counter:after {
  content: attr(data-num);
  position: relative;
  top: -2px;
}

/* line 95, app/assets/stylesheets/application/pages/concepts/jobs/requirements/_header.scss */
body.job-requirements .progress ul li.current .counter, body.job-requirements .progress ul li.completed .counter {
  background-image: url(/assets/misc/progress_indicator_green-a5207c2c9810730562488c11ce6f95b3bcd163201f9a295958ba8aed5172b168.svg);
}

/* line 102, app/assets/stylesheets/application/pages/concepts/jobs/requirements/_header.scss */
body.job-requirements .progress ul li.completed .counter:after {
  content: '';
  background-image: url(/assets/check-5d70afd63fe4bfcf65210a9b7a845bfc86dc57c61b2fcdb035bc67476dba03a8.svg);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: 50%;
  display: block;
  width: 100%;
  height: 100%;
  top: -1px;
}

/* line 119, app/assets/stylesheets/application/pages/concepts/jobs/requirements/_header.scss */
body.job-requirements section.intro {
  margin-bottom: 0;
  padding: 0;
  display: flex;
  align-items: center;
  margin-top: 24px;
}

@media (max-width: 600px) {
  /* line 119, app/assets/stylesheets/application/pages/concepts/jobs/requirements/_header.scss */
  body.job-requirements section.intro {
    display: block;
    margin-top: 0;
    padding-top: 16px;
    padding-left: 16px;
  }
}

/* line 134, app/assets/stylesheets/application/pages/concepts/jobs/requirements/_header.scss */
body.job-requirements section.intro .content h1 {
  font-size: 32px;
  text-align: center;
  margin: 0;
  letter-spacing: unset;
  line-height: unset;
}

@media (max-width: 600px) {
  /* line 134, app/assets/stylesheets/application/pages/concepts/jobs/requirements/_header.scss */
  body.job-requirements section.intro .content h1 {
    font-size: 18px;
    text-align: left;
  }
}

/* line 147, app/assets/stylesheets/application/pages/concepts/jobs/requirements/_header.scss */
body.job-requirements section.intro .content h2 {
  font-size: 18px;
  margin: 8px 32px 20px;
  text-align: center;
}

@media (max-width: 600px) {
  /* line 147, app/assets/stylesheets/application/pages/concepts/jobs/requirements/_header.scss */
  body.job-requirements section.intro .content h2 {
    font-size: 14px;
    margin: 6px 0;
    text-align: left;
  }
}

@media (max-width: 600px) {
  /* line 133, app/assets/stylesheets/application/pages/concepts/jobs/requirements/_header.scss */
  body.job-requirements section.intro .content {
    padding: 0;
  }
  /* line 162, app/assets/stylesheets/application/pages/concepts/jobs/requirements/_header.scss */
  body.job-requirements section.intro .content:after {
    content: '';
    display: inline-block;
    position: relative;
    width: 80px;
    top: -6px;
  }
}

@media (max-width: 600px) {
  /* line 174, app/assets/stylesheets/application/pages/concepts/jobs/requirements/_header.scss */
  body.job-requirements.two section.intro, body.job-requirements.three section.intro {
    display: none;
  }
}

/* line 10, app/assets/stylesheets/application/pages/concepts/jobs/requirements.scss */
body.job-requirements .main-content {
  padding-top: 12px;
}

@media (max-width: 990px) {
  /* line 10, app/assets/stylesheets/application/pages/concepts/jobs/requirements.scss */
  body.job-requirements .main-content {
    padding-top: 0px;
  }
}

/* line 18, app/assets/stylesheets/application/pages/concepts/jobs/requirements.scss */
body.job-requirements section.requirements {
  padding: 32px 50px;
  margin-bottom: 32px;
}

@media (max-width: 600px) {
  /* line 18, app/assets/stylesheets/application/pages/concepts/jobs/requirements.scss */
  body.job-requirements section.requirements {
    padding: 0 16px 32px;
  }
}

/* line 26, app/assets/stylesheets/application/pages/concepts/jobs/requirements.scss */
body.job-requirements section.requirements h2 {
  font-size: 16px;
  margin-bottom: 32px;
  margin-block-start: 0;
}

@media (max-width: 600px) {
  /* line 26, app/assets/stylesheets/application/pages/concepts/jobs/requirements.scss */
  body.job-requirements section.requirements h2 {
    font-size: 13px;
    margin-bottom: 20px;
  }
}

/* line 36, app/assets/stylesheets/application/pages/concepts/jobs/requirements.scss */
body.job-requirements section.requirements h2:after {
  content: '';
  display: block;
  position: relative;
  width: 80px;
  top: 6px;
}

@media (max-width: 600px) {
  /* line 36, app/assets/stylesheets/application/pages/concepts/jobs/requirements.scss */
  body.job-requirements section.requirements h2:after {
    display: none;
  }
}

/* line 50, app/assets/stylesheets/application/pages/concepts/jobs/requirements.scss */
body.job-requirements section.requirements form .row {
  color: #13311a;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.71;
  display: block;
  width: 100%;
}

@media (max-width: 600px) {
  /* line 50, app/assets/stylesheets/application/pages/concepts/jobs/requirements.scss */
  body.job-requirements section.requirements form .row {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

/* line 54, app/assets/stylesheets/application/pages/concepts/jobs/requirements.scss */
body.job-requirements section.requirements form .desktop-half {
  color: #13311a;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.71;
  display: inline-block;
  margin-right: 36px;
  width: calc((100% - 36px) / 2 * 1);
  vertical-align: top;
}

@media (max-width: 600px) {
  /* line 54, app/assets/stylesheets/application/pages/concepts/jobs/requirements.scss */
  body.job-requirements section.requirements form .desktop-half {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

/* line 95, app/assets/stylesheets/application/base/config/_mixins.scss */
body.job-requirements section.requirements form .desktop-half:nth-of-type(2n) {
  margin-right: 0;
}

@media (max-width: 600px) {
  /* line 54, app/assets/stylesheets/application/pages/concepts/jobs/requirements.scss */
  body.job-requirements section.requirements form .desktop-half {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.71;
    display: block;
    width: 100%;
  }
}

@media (max-width: 600px) and (max-width: 600px) {
  /* line 54, app/assets/stylesheets/application/pages/concepts/jobs/requirements.scss */
  body.job-requirements section.requirements form .desktop-half {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

/* line 59, app/assets/stylesheets/application/pages/concepts/jobs/requirements.scss */
body.job-requirements section.requirements form .input-wrapper {
  max-width: 600px;
}

/* line 63, app/assets/stylesheets/application/pages/concepts/jobs/requirements.scss */
body.job-requirements section.requirements form .client-company-name {
  display: none;
}

/* line 66, app/assets/stylesheets/application/pages/concepts/jobs/requirements.scss */
body.job-requirements section.requirements form .client-company-name.open {
  display: inline-block;
}

/* line 71, app/assets/stylesheets/application/pages/concepts/jobs/requirements.scss */
body.job-requirements section.requirements form .start-date {
  display: none;
}

/* line 74, app/assets/stylesheets/application/pages/concepts/jobs/requirements.scss */
body.job-requirements section.requirements form .start-date.open {
  display: block;
}

/* line 78, app/assets/stylesheets/application/pages/concepts/jobs/requirements.scss */
body.job-requirements section.requirements form .start-date .date_field {
  width: 200px;
  padding-left: 46px;
}

/* line 84, app/assets/stylesheets/application/pages/concepts/jobs/requirements.scss */
body.job-requirements section.requirements form .actions {
  text-align: center;
  margin-top: 32px;
}

/* line 88, app/assets/stylesheets/application/pages/concepts/jobs/requirements.scss */
body.job-requirements section.requirements form .actions .button, body.job-requirements section.requirements form .actions body.profiles .add, body.profiles body.job-requirements section.requirements form .actions .add {
  padding: 7px 100px 8px;
}

@media (max-width: 600px) {
  /* line 88, app/assets/stylesheets/application/pages/concepts/jobs/requirements.scss */
  body.job-requirements section.requirements form .actions .button, body.job-requirements section.requirements form .actions body.profiles .add, body.profiles body.job-requirements section.requirements form .actions .add {
    padding: 7px 16px 8px;
    display: block;
    width: 100%;
  }
}

/* line 98, app/assets/stylesheets/application/pages/concepts/jobs/requirements.scss */
body.job-requirements section.requirements form .actions .dashboard {
  display: block;
  width: auto;
  margin: 16px auto;
  font-size: 14px;
  cursor: pointer;
}

@media (max-width: 600px) {
  /* line 111, app/assets/stylesheets/application/pages/concepts/jobs/requirements.scss */
  body.job-requirements.two section.requirements, body.job-requirements.three section.requirements {
    padding-top: 32px;
  }
  /* line 114, app/assets/stylesheets/application/pages/concepts/jobs/requirements.scss */
  body.job-requirements.two section.requirements h2, body.job-requirements.three section.requirements h2 {
    display: none;
  }
}

/* line 2, app/assets/stylesheets/application/pages/concepts/jobs/notifications.scss */
body.process.jobs-notifications .select-element {
  text-align: initial;
}

/* line 5, app/assets/stylesheets/application/pages/concepts/jobs/notifications.scss */
body.process.jobs-notifications .select-element label {
  padding: 1.5em 2em 1em;
}

@media (max-width: 600px) {
  /* line 5, app/assets/stylesheets/application/pages/concepts/jobs/notifications.scss */
  body.process.jobs-notifications .select-element label {
    text-align: center;
  }
}

/* line 13, app/assets/stylesheets/application/pages/concepts/jobs/notifications.scss */
body.process.jobs-notifications .select-element .header {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 0.2em;
}

/* line 19, app/assets/stylesheets/application/pages/concepts/jobs/notifications.scss */
body.process.jobs-notifications .select-element .header, body.process.jobs-notifications .select-element .text {
  white-space: normal;
}

/* line 2, app/assets/stylesheets/application/pages/concepts/jobs/drafts/drafts.scss */
body.process.jobs-create-steps-drafts .last_modified {
  position: absolute;
  bottom: 7%;
  right: 5%;
  font-size: 0.6em;
}

/* line 9, app/assets/stylesheets/application/pages/concepts/jobs/drafts/drafts.scss */
body.process.jobs-create-steps-drafts .company_name {
  text-align: left;
  font-size: 0.7em;
}

/* line 14, app/assets/stylesheets/application/pages/concepts/jobs/drafts/drafts.scss */
body.process.jobs-create-steps-drafts .title {
  font-size: 1.1em;
  text-align: left;
  padding-left: 5%;
}

/* line 20, app/assets/stylesheets/application/pages/concepts/jobs/drafts/drafts.scss */
body.process.jobs-create-steps-drafts .error {
  color: #ff0000;
}

/* line 2, app/assets/stylesheets/application/pages/concepts/client/onboarding/thank_you.scss */
.join-client-thanks section.thanks {
  margin-top: 91px;
  padding: 42px 60px 60px 50px;
  margin-bottom: 155px;
  max-width: 895px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 600px) {
  /* line 2, app/assets/stylesheets/application/pages/concepts/client/onboarding/thank_you.scss */
  .join-client-thanks section.thanks {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* line 16, app/assets/stylesheets/application/pages/concepts/client/onboarding/thank_you.scss */
.join-client-thanks section.thanks .hands {
  height: 115px;
  margin-bottom: 34px;
}

/* line 20, app/assets/stylesheets/application/pages/concepts/client/onboarding/thank_you.scss */
.join-client-thanks section.thanks .hands:before, .join-client-thanks section.thanks .hands:after {
  position: absolute;
  display: block;
  width: 110px;
  height: 110px;
  content: '';
}

/* line 1, app/assets/stylesheets/application/pages/concepts/companies/documents.scss */
body.companies .documents {
  /*
 * jQuery File Upload Plugin CSS
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
  /* Fixes for IE < 8 */
  /*
 * jQuery File Upload UI Plugin CSS
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2010, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
}

/* line 14, app/assets/stylesheets/application/pages/concepts/companies/jquery.fileupload.scss */
body.companies .documents #fileupload .btn > .fa {
  margin: 0 4px 0 0;
}

/* line 18, app/assets/stylesheets/application/pages/concepts/companies/jquery.fileupload.scss */
body.companies .documents .fileinput-button {
  position: relative;
  overflow: hidden;
}

/* line 22, app/assets/stylesheets/application/pages/concepts/companies/jquery.fileupload.scss */
body.companies .documents .fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}

@media screen\9 {
  /* line 36, app/assets/stylesheets/application/pages/concepts/companies/jquery.fileupload.scss */
  body.companies .documents .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}

/* line 14, app/assets/stylesheets/application/pages/concepts/companies/jquery.fileupload-ui.scss */
body.companies .documents .fileupload-buttonbar .btn,
body.companies .documents .fileupload-buttonbar .toggle {
  margin-bottom: 5px;
}

/* line 18, app/assets/stylesheets/application/pages/concepts/companies/jquery.fileupload-ui.scss */
body.companies .documents .progress-animated .progress-bar,
body.companies .documents .progress-animated .bar {
  background: url(/assets/progressbar-a45ab53b619988cefd45f49cfacc604dd499b93f53a96927cf7b2d965f421f48.gif) !important;
  filter: none;
}

/* line 23, app/assets/stylesheets/application/pages/concepts/companies/jquery.fileupload-ui.scss */
body.companies .documents .fileupload-process {
  float: right;
  display: none;
}

/* line 27, app/assets/stylesheets/application/pages/concepts/companies/jquery.fileupload-ui.scss */
body.companies .documents .fileupload-processing .fileupload-process,
body.companies .documents .files .processing .preview {
  display: block;
  width: 32px;
  height: 32px;
  background: url(/assets/loading-b84750cc5a395288fcfd0cf42e3a60d6135e2f14db83fce05e97e5abacc2f9b4.gif) center no-repeat;
  background-size: contain;
}

/* line 35, app/assets/stylesheets/application/pages/concepts/companies/jquery.fileupload-ui.scss */
body.companies .documents .files audio,
body.companies .documents .files video {
  max-width: 300px;
}

@media (max-width: 767px) {
  /* line 41, app/assets/stylesheets/application/pages/concepts/companies/jquery.fileupload-ui.scss */
  body.companies .documents .fileupload-buttonbar .toggle,
body.companies .documents .files .toggle,
body.companies .documents .files .btn span {
    display: none;
  }
  /* line 46, app/assets/stylesheets/application/pages/concepts/companies/jquery.fileupload-ui.scss */
  body.companies .documents .files .name {
    width: 80px;
    word-wrap: break-word;
  }
  /* line 50, app/assets/stylesheets/application/pages/concepts/companies/jquery.fileupload-ui.scss */
  body.companies .documents .files audio,
body.companies .documents .files video {
    max-width: 80px;
  }
  /* line 54, app/assets/stylesheets/application/pages/concepts/companies/jquery.fileupload-ui.scss */
  body.companies .documents .files img,
body.companies .documents .files canvas {
    max-width: 100%;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 38, app/assets/stylesheets/application/pages/concepts/companies/_progress-bars.scss */
body.companies .documents .progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
}

/* line 45, app/assets/stylesheets/application/pages/concepts/companies/_progress-bars.scss */
body.companies .documents .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: white;
  text-align: center;
  transition: width .6s ease;
}

/* line 66, app/assets/stylesheets/application/pages/concepts/companies/_progress-bars.scss */
body.companies .documents .progress-striped .progress-bar,
body.companies .documents .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

/* line 76, app/assets/stylesheets/application/pages/concepts/companies/_progress-bars.scss */
body.companies .documents .progress.active .progress-bar,
body.companies .documents .progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 13, app/assets/stylesheets/application/pages/concepts/companies/_progress-bars.scss */
.progress-striped body.companies .documents .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 13, app/assets/stylesheets/application/pages/concepts/companies/_progress-bars.scss */
.progress-striped body.companies .documents .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 13, app/assets/stylesheets/application/pages/concepts/companies/_progress-bars.scss */
.progress-striped body.companies .documents .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 13, app/assets/stylesheets/application/pages/concepts/companies/_progress-bars.scss */
.progress-striped body.companies .documents .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 101, app/assets/stylesheets/application/pages/concepts/companies/_progress-bars.scss */
body.companies .documents .fade {
  opacity: 0;
  transition: opacity .15s linear;
}

/* line 105, app/assets/stylesheets/application/pages/concepts/companies/_progress-bars.scss */
body.companies .documents .fade.in {
  opacity: 1;
}

/* line 6, app/assets/stylesheets/application/pages/concepts/companies/documents.scss */
body.companies .documents .fileupload-progress {
  margin-top: 8px;
}

/* line 11, app/assets/stylesheets/application/pages/concepts/companies/documents.scss */
body.companies .documents #files {
  width: auto;
}

/* line 16, app/assets/stylesheets/application/pages/concepts/companies/documents.scss */
body.companies .documents .template-upload .file {
  display: flex;
  align-items: flex-end;
  margin-bottom: 8px;
  flex-wrap: wrap;
}

/* line 22, app/assets/stylesheets/application/pages/concepts/companies/documents.scss */
body.companies .documents .template-upload .file .info {
  flex: 1;
  margin-right: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 29, app/assets/stylesheets/application/pages/concepts/companies/documents.scss */
body.companies .documents .template-upload .file .controls {
  margin-bottom: 20px;
}

/* line 33, app/assets/stylesheets/application/pages/concepts/companies/documents.scss */
body.companies .documents .template-upload .file .error {
  color: #ff0000;
  flex: 1 1 100%;
}

/* line 40, app/assets/stylesheets/application/pages/concepts/companies/documents.scss */
body.companies .documents .template-download {
  display: flex;
  margin-bottom: 16px;
}

/* line 44, app/assets/stylesheets/application/pages/concepts/companies/documents.scss */
body.companies .documents .template-download .info {
  flex: 1;
  margin-right: 16px;
}

/* line 53, app/assets/stylesheets/application/pages/concepts/companies/documents.scss */
body.companies .documents .progress {
  width: auto;
}

/* line 56, app/assets/stylesheets/application/pages/concepts/companies/documents.scss */
body.companies .documents .progress .bar {
  height: 100%;
}

/* line 2, app/assets/stylesheets/application/pages/concepts/companies/members.scss */
body.companies .section.members .member-list, body.companies .section.pending-invitations .member-list {
  padding: 2em 0;
  display: grid;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

@media (min-width: 980px) {
  /* line 2, app/assets/stylesheets/application/pages/concepts/companies/members.scss */
  body.companies .section.members .member-list, body.companies .section.pending-invitations .member-list {
    display: block;
  }
}

/* line 14, app/assets/stylesheets/application/pages/concepts/companies/members.scss */
body.companies .section.members .member-list .cell, body.companies .section.pending-invitations .member-list .cell {
  padding: 0.75em 0em;
}

/* line 17, app/assets/stylesheets/application/pages/concepts/companies/members.scss */
body.companies .section.members .member-list .cell .label, body.companies .section.pending-invitations .member-list .cell .label {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}

/* line 24, app/assets/stylesheets/application/pages/concepts/companies/members.scss */
body.companies .section.members .member-list .cell .label[data-append-text]::after, body.companies .section.pending-invitations .member-list .cell .label[data-append-text]::after {
  content: attr(data-append-text);
  display: inline;
  font-weight: normal;
  margin-left: 5px;
  font-style: oblique;
}

/* line 34, app/assets/stylesheets/application/pages/concepts/companies/members.scss */
body.companies .section.members .member-list .member, body.companies .section.pending-invitations .member-list .member {
  display: grid;
  background-color: #fff;
  border-radius: 25px;
  width: 100%;
  grid-auto-flow: column;
  margin: 0 0 15px;
  grid-column-gap: 10px;
  max-width: initial;
  grid-template-areas: 'image details' 'image email' 'image roles' 'image actions';
  grid-template-columns: min-content auto;
}

@media (min-width: 980px) {
  /* line 34, app/assets/stylesheets/application/pages/concepts/companies/members.scss */
  body.companies .section.members .member-list .member, body.companies .section.pending-invitations .member-list .member {
    grid-template-areas: none;
    grid-template-columns: auto 1fr 1fr 1fr auto;
  }
}

/* line 55, app/assets/stylesheets/application/pages/concepts/companies/members.scss */
body.companies .section.members .member-list .member .cell.profile-picture-wrapper, body.companies .section.pending-invitations .member-list .member .cell.profile-picture-wrapper {
  height: 3em;
  width: 3em;
  padding: 0.5em;
  grid-area: image;
}

@media (min-width: 980px) {
  /* line 55, app/assets/stylesheets/application/pages/concepts/companies/members.scss */
  body.companies .section.members .member-list .member .cell.profile-picture-wrapper, body.companies .section.pending-invitations .member-list .member .cell.profile-picture-wrapper {
    grid-area: initial;
    height: 7em;
    width: 7em;
    padding: 0.5em;
  }
}

/* line 67, app/assets/stylesheets/application/pages/concepts/companies/members.scss */
body.companies .section.members .member-list .member .cell.details, body.companies .section.pending-invitations .member-list .member .cell.details {
  grid-area: details;
}

@media (min-width: 980px) {
  /* line 67, app/assets/stylesheets/application/pages/concepts/companies/members.scss */
  body.companies .section.members .member-list .member .cell.details, body.companies .section.pending-invitations .member-list .member .cell.details {
    grid-area: initial;
  }
}

/* line 73, app/assets/stylesheets/application/pages/concepts/companies/members.scss */
body.companies .section.members .member-list .member .cell.email, body.companies .section.pending-invitations .member-list .member .cell.email {
  grid-area: email;
}

@media (min-width: 980px) {
  /* line 73, app/assets/stylesheets/application/pages/concepts/companies/members.scss */
  body.companies .section.members .member-list .member .cell.email, body.companies .section.pending-invitations .member-list .member .cell.email {
    grid-area: initial;
  }
}

/* line 79, app/assets/stylesheets/application/pages/concepts/companies/members.scss */
body.companies .section.members .member-list .member .cell.roles, body.companies .section.pending-invitations .member-list .member .cell.roles {
  grid-area: roles;
}

@media (min-width: 980px) {
  /* line 79, app/assets/stylesheets/application/pages/concepts/companies/members.scss */
  body.companies .section.members .member-list .member .cell.roles, body.companies .section.pending-invitations .member-list .member .cell.roles {
    grid-area: initial;
  }
}

/* line 85, app/assets/stylesheets/application/pages/concepts/companies/members.scss */
body.companies .section.members .member-list .member .cell.actions, body.companies .section.pending-invitations .member-list .member .cell.actions {
  grid-area: actions;
  font-size: 0.9em;
  margin-top: 0;
}

@media (min-width: 601px) {
  /* line 85, app/assets/stylesheets/application/pages/concepts/companies/members.scss */
  body.companies .section.members .member-list .member .cell.actions, body.companies .section.pending-invitations .member-list .member .cell.actions {
    font-size: 1em;
    padding-right: 1em;
  }
}

@media (min-width: 980px) {
  /* line 85, app/assets/stylesheets/application/pages/concepts/companies/members.scss */
  body.companies .section.members .member-list .member .cell.actions, body.companies .section.pending-invitations .member-list .member .cell.actions {
    margin-top: 10px;
    grid-area: initial;
  }
}

/* line 101, app/assets/stylesheets/application/pages/concepts/companies/members.scss */
body.companies .section.members .member-list .member span, body.companies .section.pending-invitations .member-list .member span {
  display: block;
  line-height: 1.25;
}

/* line 105, app/assets/stylesheets/application/pages/concepts/companies/members.scss */
body.companies .section.members .member-list .member span.position, body.companies .section.pending-invitations .member-list .member span.position {
  margin-top: 0.3em;
  font-size: 0.9em;
  font-weight: 500;
  text-transform: uppercase;
}

/* line 112, app/assets/stylesheets/application/pages/concepts/companies/members.scss */
body.companies .section.members .member-list .member span.content, body.companies .section.pending-invitations .member-list .member span.content {
  font-weight: 500;
}

@media (min-width: 601px) {
  /* line 112, app/assets/stylesheets/application/pages/concepts/companies/members.scss */
  body.companies .section.members .member-list .member span.content, body.companies .section.pending-invitations .member-list .member span.content {
    font-size: 1.1em;
  }
}

/* line 8, app/assets/stylesheets/application/pages/concepts/companies.scss */
body.companies .section.header {
  margin-bottom: 0.3em;
}

/* line 12, app/assets/stylesheets/application/pages/concepts/companies.scss */
body.companies .section header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 0 20px;
  align-items: center;
}

/* line 19, app/assets/stylesheets/application/pages/concepts/companies.scss */
body.companies .section header h2, body.companies .section header h3 {
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

/* line 26, app/assets/stylesheets/application/pages/concepts/companies.scss */
body.companies .section.tabs {
  margin-top: 0;
  padding: 0;
  box-shadow: none;
  justify-content: flex-start;
}

/* line 32, app/assets/stylesheets/application/pages/concepts/companies.scss */
body.companies .section.tabs .tab-button {
  text-align: center;
}

/* line 38, app/assets/stylesheets/application/pages/concepts/companies.scss */
body.companies .section h1 {
  font-size: 1.5em;
}

/* line 42, app/assets/stylesheets/application/pages/concepts/companies.scss */
body.companies .section h2 {
  font-size: 1.1em;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

/* line 49, app/assets/stylesheets/application/pages/concepts/companies.scss */
body.companies .tab-content .section {
  margin-top: 16px;
  background-color: #f5f5f5;
  border-radius: 25px;
  padding: 10px;
}

/* line 56, app/assets/stylesheets/application/pages/concepts/companies.scss */
body.companies .company-container {
  padding: 20px;
  margin-bottom: 40px;
  background-color: white;
  padding: 1em;
  margin-bottom: 1em;
  border-radius: 25px;
  box-shadow: 1px 1px 3px 0 #bcbcbc;
}

/* line 65, app/assets/stylesheets/application/pages/concepts/companies.scss */
body.companies .company-container .section.header {
  padding: 0.5em;
}

/* line 69, app/assets/stylesheets/application/pages/concepts/companies.scss */
body.companies .company-container article {
  margin: 0 auto;
  max-width: 800px;
}

/* line 74, app/assets/stylesheets/application/pages/concepts/companies.scss */
body.companies .company-container h3 {
  margin-bottom: 0px;
}

/* line 78, app/assets/stylesheets/application/pages/concepts/companies.scss */
body.companies .company-container .edit-description {
  margin-bottom: 8px;
  padding: 0 20px;
}

/* line 88, app/assets/stylesheets/application/pages/concepts/companies.scss */
body.companies .company-container .type {
  margin-bottom: 16px;
}

/* line 92, app/assets/stylesheets/application/pages/concepts/companies.scss */
body.companies .company-container .data {
  padding: 0 20px;
}

/* line 96, app/assets/stylesheets/application/pages/concepts/companies.scss */
body.companies .company-container .data .row .name {
  display: inline-block;
  vertical-align: top;
  width: 250px;
}

/* line 103, app/assets/stylesheets/application/pages/concepts/companies.scss */
body.companies .company-container .data .row .value {
  display: inline-block;
  vertical-align: top;
}

/* line 107, app/assets/stylesheets/application/pages/concepts/companies.scss */
body.companies .company-container .data .row .value p {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 115, app/assets/stylesheets/application/pages/concepts/companies.scss */
body.companies .company-container .actions {
  margin-top: 16px;
}

/* line 120, app/assets/stylesheets/application/pages/concepts/companies.scss */
body.companies .companies-container {
  border-radius: 25px;
  padding: 40px 30px;
}

/* line 125, app/assets/stylesheets/application/pages/concepts/companies.scss */
body.companies .companies-list {
  display: grid;
  grid-gap: 8px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

/* line 131, app/assets/stylesheets/application/pages/concepts/companies.scss */
body.companies a.card.company {
  align-items: center;
  display: flex;
  min-height: 100px;
  justify-content: center;
  border-radius: 25px;
  background-color: #f5f5f5;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  font-size: 24px;
  margin: 20px 12px;
  text-align: center;
  color: #13311a;
  text-transform: uppercase;
}

/* line 146, app/assets/stylesheets/application/pages/concepts/companies.scss */
body.companies a.card.company:only-child {
  max-width: 500px;
}

/* line 150, app/assets/stylesheets/application/pages/concepts/companies.scss */
body.companies a.card.company:hover {
  background: #dcffda;
  box-shadow: 0 3px 8px 0 rgba(60, 205, 91, 0.4);
}

/* line 158, app/assets/stylesheets/application/pages/concepts/companies.scss */
body.companies form.company-form h3 {
  margin: 0 0 6px;
}

/* line 162, app/assets/stylesheets/application/pages/concepts/companies.scss */
body.companies form.company-form .row {
  font-size: 0;
  line-height: 0;
}

/* line 165, app/assets/stylesheets/application/pages/concepts/companies.scss */
body.companies form.company-form .row .desktop-half {
  color: #13311a;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.71;
  display: inline-block;
  margin-right: 10px;
  width: calc((100% - 10px) / 2 * 1);
  vertical-align: top;
}

@media (max-width: 600px) {
  /* line 165, app/assets/stylesheets/application/pages/concepts/companies.scss */
  body.companies form.company-form .row .desktop-half {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

/* line 95, app/assets/stylesheets/application/base/config/_mixins.scss */
body.companies form.company-form .row .desktop-half:nth-of-type(2n) {
  margin-right: 0;
}

@media (max-width: 600px) {
  /* line 165, app/assets/stylesheets/application/pages/concepts/companies.scss */
  body.companies form.company-form .row .desktop-half {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.71;
    display: block;
    width: 100%;
  }
}

@media (max-width: 600px) and (max-width: 600px) {
  /* line 165, app/assets/stylesheets/application/pages/concepts/companies.scss */
  body.companies form.company-form .row .desktop-half {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

/* line 171, app/assets/stylesheets/application/pages/concepts/companies.scss */
body.companies form.company-form .client_supplier_checkboxes {
  display: flex;
}

/* line 175, app/assets/stylesheets/application/pages/concepts/companies.scss */
body.companies form.company-form .client_supplier_checkboxes .input-wrapper:not(:last-of-type) {
  margin-right: 16px;
}

@media (max-width: 600px) {
  /* line 171, app/assets/stylesheets/application/pages/concepts/companies.scss */
  body.companies form.company-form .client_supplier_checkboxes {
    display: block;
  }
  /* line 183, app/assets/stylesheets/application/pages/concepts/companies.scss */
  body.companies form.company-form .client_supplier_checkboxes .input-wrapper {
    margin-right: 16px;
  }
}

/* line 189, app/assets/stylesheets/application/pages/concepts/companies.scss */
body.companies form.company-form .number, body.companies form.company-form .vat, body.companies form.company-form .vat-number {
  display: none;
}

/* line 192, app/assets/stylesheets/application/pages/concepts/companies.scss */
body.companies form.company-form .number.open, body.companies form.company-form .vat.open, body.companies form.company-form .vat-number.open {
  display: block;
}

/* line 2, app/assets/stylesheets/application/pages/concepts/companies/select.scss */
body.process.companies-select .company-list-wrapper {
  max-height: 400px;
  padding: 8px 5px;
  overflow: auto;
  margin: 0 -5px;
  margin-bottom: 8px;
}

/* line 2, app/assets/stylesheets/application/pages/concepts/companies/search.scss */
body.process.companies-create-steps-search .field {
  padding-bottom: 0;
  position: relative;
  z-index: 100;
}

/* line 7, app/assets/stylesheets/application/pages/concepts/companies/search.scss */
body.process.companies-create-steps-search .field input {
  background-color: white;
}

/* line 12, app/assets/stylesheets/application/pages/concepts/companies/search.scss */
body.process.companies-create-steps-search #company-options {
  background-color: #ececec;
  z-index: 50;
  padding: 2em 1em 1em;
  margin-top: -1.5em;
  max-height: 400px;
  min-height: 100px;
  overflow: auto;
  position: relative;
  border-bottom-left-radius: 1.5em;
  border-bottom-right-radius: 1.5em;
}

/* line 24, app/assets/stylesheets/application/pages/concepts/companies/search.scss */
body.process.companies-create-steps-search #company-options .blank {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  font-style: italic;
}

/* line 34, app/assets/stylesheets/application/pages/concepts/companies/search.scss */
body.process.companies-create-steps-search #company-options.empty .blank {
  display: block;
}

/* line 39, app/assets/stylesheets/application/pages/concepts/companies/search.scss */
body.process.companies-create-steps-search #company-options .select-element {
  min-width: 100%;
}

/* line 42, app/assets/stylesheets/application/pages/concepts/companies/search.scss */
body.process.companies-create-steps-search #company-options .select-element label {
  position: relative;
  background-color: white;
}

/* line 46, app/assets/stylesheets/application/pages/concepts/companies/search.scss */
body.process.companies-create-steps-search #company-options .select-element label span.number {
  position: absolute;
  right: 1em;
}

/* line 52, app/assets/stylesheets/application/pages/concepts/companies/search.scss */
body.process.companies-create-steps-search #company-options .select-element input:checked + label {
  background-color: #99dd94;
}

/* line 2, app/assets/stylesheets/application/pages/concepts/appointments.scss */
body.appointments section.top {
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
}

/* line 7, app/assets/stylesheets/application/pages/concepts/appointments.scss */
body.appointments section.top .heading {
  display: flex;
  align-items: center;
  margin-top: 24px;
}

@media (max-width: 600px) {
  /* line 7, app/assets/stylesheets/application/pages/concepts/appointments.scss */
  body.appointments section.top .heading {
    background-color: white;
    display: block;
    margin-top: 0;
    padding-top: 16px;
    padding-left: 16px;
  }
}

/* line 20, app/assets/stylesheets/application/pages/concepts/appointments.scss */
body.appointments section.top .heading .content {
  flex: 1;
}

/* line 23, app/assets/stylesheets/application/pages/concepts/appointments.scss */
body.appointments section.top .heading .content h1 {
  font-size: 32px;
  text-align: center;
  margin: 0 auto;
  max-width: 630px;
  letter-spacing: unset;
  line-height: unset;
}

@media (max-width: 600px) {
  /* line 23, app/assets/stylesheets/application/pages/concepts/appointments.scss */
  body.appointments section.top .heading .content h1 {
    font-size: 18px;
    text-align: left;
  }
}

@media (max-width: 600px) {
  /* line 20, app/assets/stylesheets/application/pages/concepts/appointments.scss */
  body.appointments section.top .heading .content {
    padding: 0;
  }
  /* line 40, app/assets/stylesheets/application/pages/concepts/appointments.scss */
  body.appointments section.top .heading .content:after {
    content: '';
    display: inline-block;
    position: relative;
    width: 80px;
    top: -6px;
  }
}

/* line 51, app/assets/stylesheets/application/pages/concepts/appointments.scss */
body.appointments section.top .subheading {
  padding: 32px 0 0;
  background-color: white;
}

@media (max-width: 600px) {
  /* line 51, app/assets/stylesheets/application/pages/concepts/appointments.scss */
  body.appointments section.top .subheading {
    padding: 0 16px;
  }
}

/* line 59, app/assets/stylesheets/application/pages/concepts/appointments.scss */
body.appointments section.top .subheading .content {
  font-size: 22px;
  margin: 0 auto;
  max-width: 600px;
  text-align: center;
}

@media (max-width: 600px) {
  /* line 59, app/assets/stylesheets/application/pages/concepts/appointments.scss */
  body.appointments section.top .subheading .content {
    font-size: 14px;
    text-align: left;
  }
}

/* line 6, app/assets/stylesheets/application/pages/concepts/user/account.scss */
body.users .modern-account-settings {
  max-width: 1000px;
  margin: 0 auto;
  padding: 32px 48px;
}

@media (max-width: 600px) {
  /* line 6, app/assets/stylesheets/application/pages/concepts/user/account.scss */
  body.users .modern-account-settings {
    padding: 16px;
  }
}

/* line 16, app/assets/stylesheets/application/pages/concepts/user/account.scss */
body.users .account-settings-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* line 23, app/assets/stylesheets/application/pages/concepts/user/account.scss */
body.users .deactivation-warning {
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.1) 0%, rgba(220, 38, 38, 0.05) 100%);
  border: 2px solid rgba(239, 68, 68, 0.3);
  border-radius: 12px;
  padding: 16px 24px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #B91C1C;
  text-align: center;
}

/* line 36, app/assets/stylesheets/application/pages/concepts/user/account.scss */
body.users .account-card {
  background: #fff;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 2px solid rgba(12, 107, 31, 0.15);
}

@media (max-width: 600px) {
  /* line 36, app/assets/stylesheets/application/pages/concepts/user/account.scss */
  body.users .account-card {
    padding: 20px;
    border-radius: 16px;
  }
}

/* line 49, app/assets/stylesheets/application/pages/concepts/user/account.scss */
body.users .account-card-header {
  margin-bottom: 28px;
  padding-bottom: 16px;
  border-bottom: 2px solid rgba(12, 107, 31, 0.15);
}

/* line 55, app/assets/stylesheets/application/pages/concepts/user/account.scss */
body.users .account-title {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #13311a;
  margin: 0;
}

@media (max-width: 600px) {
  /* line 55, app/assets/stylesheets/application/pages/concepts/user/account.scss */
  body.users .account-title {
    font-size: 24px;
  }
}

/* line 67, app/assets/stylesheets/application/pages/concepts/user/account.scss */
body.users .account-card-body {
  margin-bottom: 24px;
}

/* line 71, app/assets/stylesheets/application/pages/concepts/user/account.scss */
body.users .account-info-grid {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 32px;
  align-items: start;
}

@media (max-width: 600px) {
  /* line 71, app/assets/stylesheets/application/pages/concepts/user/account.scss */
  body.users .account-info-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* line 84, app/assets/stylesheets/application/pages/concepts/user/account.scss */
body.users .profile-avatar-section {
  display: flex;
  justify-content: center;
}

@media (max-width: 600px) {
  /* line 84, app/assets/stylesheets/application/pages/concepts/user/account.scss */
  body.users .profile-avatar-section {
    justify-content: center;
  }
}

/* line 93, app/assets/stylesheets/application/pages/concepts/user/account.scss */
body.users .profile-avatar {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid rgba(12, 107, 31, 0.2);
  box-shadow: 0 4px 16px rgba(12, 107, 31, 0.15);
  background: #f5f5f5;
}

@media (max-width: 600px) {
  /* line 93, app/assets/stylesheets/application/pages/concepts/user/account.scss */
  body.users .profile-avatar {
    width: 120px;
    height: 120px;
  }
}

/* line 107, app/assets/stylesheets/application/pages/concepts/user/account.scss */
body.users .profile-avatar .avatar-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 115, app/assets/stylesheets/application/pages/concepts/user/account.scss */
body.users .account-details-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* line 121, app/assets/stylesheets/application/pages/concepts/user/account.scss */
body.users .detail-row {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(12, 107, 31, 0.1);
}

/* line 128, app/assets/stylesheets/application/pages/concepts/user/account.scss */
body.users .detail-row:last-child {
  border-bottom: none;
}

/* line 133, app/assets/stylesheets/application/pages/concepts/user/account.scss */
body.users .detail-label {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #474747;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* line 142, app/assets/stylesheets/application/pages/concepts/user/account.scss */
body.users .detail-value {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #13311a;
}

@media (max-width: 600px) {
  /* line 142, app/assets/stylesheets/application/pages/concepts/user/account.scss */
  body.users .detail-value {
    font-size: 15px;
  }
}

/* line 154, app/assets/stylesheets/application/pages/concepts/user/account.scss */
body.users .account-card-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

@media (max-width: 600px) {
  /* line 154, app/assets/stylesheets/application/pages/concepts/user/account.scss */
  body.users .account-card-actions {
    flex-direction: column;
  }
}

/* line 163, app/assets/stylesheets/application/pages/concepts/user/account.scss */
body.users .account-card-actions .btn {
  padding: 12px 24px;
  border-radius: 12px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 200ms ease;
  border: 2px solid transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

@media (max-width: 600px) {
  /* line 163, app/assets/stylesheets/application/pages/concepts/user/account.scss */
  body.users .account-card-actions .btn {
    width: 100%;
  }
}

/* line 182, app/assets/stylesheets/application/pages/concepts/user/account.scss */
body.users .account-card-actions .btn.btn-primary {
  background: linear-gradient(135deg, #0C6B1F 0%, #084614 100%);
  color: #fff;
  box-shadow: 0 4px 12px rgba(12, 107, 31, 0.3);
}

/* line 187, app/assets/stylesheets/application/pages/concepts/user/account.scss */
body.users .account-card-actions .btn.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(12, 107, 31, 0.4);
}

/* line 193, app/assets/stylesheets/application/pages/concepts/user/account.scss */
body.users .account-card-actions .btn.btn-secondary {
  background: #fff;
  color: #13311a;
  border-color: rgba(12, 107, 31, 0.3);
}

/* line 198, app/assets/stylesheets/application/pages/concepts/user/account.scss */
body.users .account-card-actions .btn.btn-secondary:hover {
  background: rgba(12, 107, 31, 0.08);
  border-color: rgba(12, 107, 31, 0.5);
  transform: translateY(-2px);
}

/* line 208, app/assets/stylesheets/application/pages/concepts/user/account.scss */
body.users .account-additional-options {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: start;
}

@media (max-width: 600px) {
  /* line 208, app/assets/stylesheets/application/pages/concepts/user/account.scss */
  body.users .account-additional-options {
    grid-template-columns: 1fr;
  }
}

/* line 219, app/assets/stylesheets/application/pages/concepts/user/account.scss */
body.users .profile-link-card {
  background: linear-gradient(135deg, rgba(12, 107, 31, 0.04) 0%, rgba(12, 107, 31, 0.02) 100%);
  border: 2px solid rgba(12, 107, 31, 0.15);
  border-radius: 16px;
  padding: 20px;
}

@media (max-width: 600px) {
  /* line 219, app/assets/stylesheets/application/pages/concepts/user/account.scss */
  body.users .profile-link-card {
    padding: 16px;
  }
}

/* line 229, app/assets/stylesheets/application/pages/concepts/user/account.scss */
body.users .profile-link-card .card-note {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #474747;
  margin-bottom: 12px;
}

/* line 237, app/assets/stylesheets/application/pages/concepts/user/account.scss */
body.users .profile-link-card .profile-update-link {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #0C6B1F;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 200ms ease;
}

/* line 248, app/assets/stylesheets/application/pages/concepts/user/account.scss */
body.users .profile-link-card .profile-update-link:after {
  content: '→';
  font-size: 18px;
  transition: transform 200ms ease;
}

/* line 254, app/assets/stylesheets/application/pages/concepts/user/account.scss */
body.users .profile-link-card .profile-update-link:hover {
  color: #084614;
}

/* line 257, app/assets/stylesheets/application/pages/concepts/user/account.scss */
body.users .profile-link-card .profile-update-link:hover:after {
  transform: translateX(4px);
}

/* line 265, app/assets/stylesheets/application/pages/concepts/user/account.scss */
body.users .deactivate-section .btn-deactivate {
  padding: 12px 24px;
  border-radius: 12px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 200ms ease;
  border: 2px solid rgba(239, 68, 68, 0.3);
  background: #fff;
  color: #EF4444;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

@media (max-width: 600px) {
  /* line 265, app/assets/stylesheets/application/pages/concepts/user/account.scss */
  body.users .deactivate-section .btn-deactivate {
    width: 100%;
  }
}

/* line 286, app/assets/stylesheets/application/pages/concepts/user/account.scss */
body.users .deactivate-section .btn-deactivate:hover {
  background: rgba(239, 68, 68, 0.08);
  border-color: rgba(239, 68, 68, 0.5);
  transform: translateY(-2px);
}

/* line 299, app/assets/stylesheets/application/pages/concepts/user/account.scss */
body.users form.account-settings-form .image-column {
  max-width: 200px;
  padding: 0 1em;
}

/* line 304, app/assets/stylesheets/application/pages/concepts/user/account.scss */
body.users form.account-settings-form .columns {
  flex-direction: column;
}

@media (min-width: 601px) {
  /* line 304, app/assets/stylesheets/application/pages/concepts/user/account.scss */
  body.users form.account-settings-form .columns {
    flex-direction: row;
  }
}

/* line 318, app/assets/stylesheets/application/pages/concepts/user/account.scss */
body.users .deactivate-account .heading {
  margin-bottom: 16px;
}

/* line 322, app/assets/stylesheets/application/pages/concepts/user/account.scss */
body.users .deactivate-account .note {
  margin-top: 32px;
  margin-bottom: 16px;
}

/* line 327, app/assets/stylesheets/application/pages/concepts/user/account.scss */
body.users .deactivate-account .other {
  display: none;
}

/* line 330, app/assets/stylesheets/application/pages/concepts/user/account.scss */
body.users .deactivate-account .other.open {
  display: block;
}

/* line 2, app/assets/stylesheets/application/pages/concepts/user/welcome.scss */
body.welcome-page h1 {
  opacity: 0.9;
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: normal;
  text-align: center;
  color: #0C6B1F;
  margin: .75em 0;
}

@media (min-width: 601px) {
  /* line 2, app/assets/stylesheets/application/pages/concepts/user/welcome.scss */
  body.welcome-page h1 {
    font-size: 36px;
  }
}

/* line 19, app/assets/stylesheets/application/pages/concepts/user/welcome.scss */
body.welcome-page h1 span {
  display: block;
}

/* line 22, app/assets/stylesheets/application/pages/concepts/user/welcome.scss */
body.welcome-page h1 span.small {
  font-size: 0.6em;
}

/* line 28, app/assets/stylesheets/application/pages/concepts/user/welcome.scss */
body.welcome-page p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  text-align: center;
}

/* line 35, app/assets/stylesheets/application/pages/concepts/user/welcome.scss */
body.welcome-page.process .main-content > .btn-container {
  margin: 2em -1em 0;
}

@media (min-width: 601px) {
  /* line 35, app/assets/stylesheets/application/pages/concepts/user/welcome.scss */
  body.welcome-page.process .main-content > .btn-container {
    margin: 2em 1em 0;
  }
}

@media (min-width: 601px) {
  /* line 41, app/assets/stylesheets/application/pages/concepts/user/welcome.scss */
  body.welcome-page.process .main-content > .btn-container .cta {
    padding: 0.6em 3em 0.5em;
    font-size: 1.2em;
  }
}

/* line 1, app/assets/stylesheets/application/pages/concepts/user/_join_footer.scss */
section.join-form {
  color: #fff;
  margin-bottom: -16px;
  padding: 0;
  text-align: center;
  position: relative;
}

/* line 2, app/assets/stylesheets/application/pages/concepts/user/_join_footer.scss */
section.join-form.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: initial;
}

/* line 16, app/assets/stylesheets/application/pages/concepts/user/_join_footer.scss */
section.join-form header svg {
  display: none;
}

/* line 19, app/assets/stylesheets/application/pages/concepts/user/_join_footer.scss */
section.join-form header svg:first-of-type {
  display: block;
}

/* line 22, app/assets/stylesheets/application/pages/concepts/user/_join_footer.scss */
section.join-form header svg:first-of-type polygon {
  fill: black;
}

/* line 25, app/assets/stylesheets/application/pages/concepts/user/_join_footer.scss */
section.join-form header svg:first-of-type polygon.chit {
  fill: blue;
}

/* line 33, app/assets/stylesheets/application/pages/concepts/user/_join_footer.scss */
section.join-form .content {
  padding: 10px 30px 80px;
}

/* line 37, app/assets/stylesheets/application/pages/concepts/user/_join_footer.scss */
section.join-form article {
  max-width: 500px;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0 auto;
  padding-bottom: 80px;
}

@media (max-width: 600px) {
  /* line 37, app/assets/stylesheets/application/pages/concepts/user/_join_footer.scss */
  section.join-form article {
    max-width: auto;
  }
}

/* line 49, app/assets/stylesheets/application/pages/concepts/user/_join_footer.scss */
section.join-form article header {
  text-align: center;
}

/* line 52, app/assets/stylesheets/application/pages/concepts/user/_join_footer.scss */
section.join-form article header h2 {
  font-size: 25px;
  letter-spacing: normal;
  margin-bottom: 15px;
  color: #fff;
}

@media (max-width: 600px) {
  /* line 52, app/assets/stylesheets/application/pages/concepts/user/_join_footer.scss */
  section.join-form article header h2 {
    font-size: 18px;
  }
}

/* line 63, app/assets/stylesheets/application/pages/concepts/user/_join_footer.scss */
section.join-form article header p {
  display: inline-block;
}

/* line 69, app/assets/stylesheets/application/pages/concepts/user/_join_footer.scss */
section.join-form .joining-wrapper {
  margin-top: 32px;
}

/* line 75, app/assets/stylesheets/application/pages/concepts/user/_join_footer.scss */
section.join-form .user-join-cell form label {
  color: #fff;
  text-transform: uppercase;
}

/* line 80, app/assets/stylesheets/application/pages/concepts/user/_join_footer.scss */
section.join-form .user-join-cell form .radios {
  display: flex;
  flex-wrap: wrap;
}

/* line 85, app/assets/stylesheets/application/pages/concepts/user/_join_footer.scss */
section.join-form .user-join-cell form .submit {
  margin-bottom: 16px;
  text-align: center;
}

/* line 2, app/assets/stylesheets/application/pages/concepts/user/_unconfirmed.scss */
body.unconfirmed .welcome {
  font-size: 14px;
  margin: 0 0 24px 16px;
}

@media (max-width: 600px) {
  /* line 2, app/assets/stylesheets/application/pages/concepts/user/_unconfirmed.scss */
  body.unconfirmed .welcome {
    margin-bottom: 15px;
  }
}

/* line 2, app/assets/stylesheets/application/pages/concepts/user/invite.scss */
body.user-invite .row {
  font-size: 0;
  line-height: 0;
}

/* line 5, app/assets/stylesheets/application/pages/concepts/user/invite.scss */
body.user-invite .row .desktop-half {
  color: #13311a;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.71;
  display: inline-block;
  margin-right: 60px;
  width: calc((100% - 60px) / 2 * 1);
  vertical-align: top;
}

@media (max-width: 600px) {
  /* line 5, app/assets/stylesheets/application/pages/concepts/user/invite.scss */
  body.user-invite .row .desktop-half {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

/* line 95, app/assets/stylesheets/application/base/config/_mixins.scss */
body.user-invite .row .desktop-half:nth-of-type(2n) {
  margin-right: 0;
}

@media (max-width: 600px) {
  /* line 5, app/assets/stylesheets/application/pages/concepts/user/invite.scss */
  body.user-invite .row .desktop-half {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.71;
    display: block;
    width: 100%;
  }
}

@media (max-width: 600px) and (max-width: 600px) {
  /* line 5, app/assets/stylesheets/application/pages/concepts/user/invite.scss */
  body.user-invite .row .desktop-half {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

/* line 11, app/assets/stylesheets/application/pages/concepts/user/invite.scss */
body.user-invite #contractor-fields {
  display: none;
}

/* line 14, app/assets/stylesheets/application/pages/concepts/user/invite.scss */
body.user-invite #contractor-fields.open {
  display: block;
}

/* line 19, app/assets/stylesheets/application/pages/concepts/user/invite.scss */
body.user-invite #client-fields {
  display: none;
}

/* line 22, app/assets/stylesheets/application/pages/concepts/user/invite.scss */
body.user-invite #client-fields.open {
  display: block;
}

/* line 1, app/assets/stylesheets/application/pages/concepts/profiles/_availability_controls.scss */
.onboarding .availability-controls {
  display: contents;
}

/* line 4, app/assets/stylesheets/application/pages/concepts/profiles/_availability_controls.scss */
.onboarding .availability-controls .grid-item-desired-rate, .onboarding .availability-controls .grid-item-opportunity-types, .onboarding .availability-controls .grid-item-availability {
  transition: all 250ms;
  perspective: 1000px;
  transform-origin: 0 0;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: rotateX(-90deg);
}

/* line 10, app/assets/stylesheets/application/pages/concepts/profiles/_availability_controls.scss */
.onboarding .availability-controls.open .grid-item-desired-rate, .onboarding .availability-controls.open .grid-item-opportunity-types, .onboarding .availability-controls.open .grid-item-availability {
  opacity: 1;
  max-height: initial;
  transform: rotateX(0deg);
}

/* line 15, app/assets/stylesheets/application/pages/concepts/profiles/_availability_controls.scss */
.onboarding .availability-controls .toggled-fields {
  display: none;
  margin: -10px 0 20px 15px;
}

/* line 19, app/assets/stylesheets/application/pages/concepts/profiles/_availability_controls.scss */
.onboarding .availability-controls .toggled-fields .container {
  padding: 15px 0 15px 30px;
}

/* line 22, app/assets/stylesheets/application/pages/concepts/profiles/_availability_controls.scss */
.onboarding .availability-controls .toggled-fields .container .field:last-child {
  margin-bottom: 0;
}

/* line 27, app/assets/stylesheets/application/pages/concepts/profiles/_availability_controls.scss */
.onboarding .availability-controls .toggled-fields.open {
  display: block;
}

/* line 9, app/assets/stylesheets/application/pages/concepts/profiles/_desired_job_categories_controls.scss */
.onboarding .desired-job-categories-controls .notifications label {
  font-size: 16px;
}

/* line 13, app/assets/stylesheets/application/pages/concepts/profiles/_desired_job_categories_controls.scss */
.onboarding .desired-job-categories-controls .notifications .explanation {
  font-size: 14px;
}

/* line 17, app/assets/stylesheets/application/pages/concepts/profiles/_desired_job_categories_controls.scss */
.onboarding .desired-job-categories-controls .notifications .options {
  margin-top: 16px;
}

/* line 20, app/assets/stylesheets/application/pages/concepts/profiles/_desired_job_categories_controls.scss */
.onboarding .desired-job-categories-controls .notifications .options .option {
  display: none;
}

/* line 23, app/assets/stylesheets/application/pages/concepts/profiles/_desired_job_categories_controls.scss */
.onboarding .desired-job-categories-controls .notifications .options .option.open {
  display: block;
}

/* line 5, app/assets/stylesheets/application/pages/concepts/user/_onboarding.scss */
.onboarding hr {
  display: block;
  height: 8px;
  width: 100%;
  margin: 20px 0;
}

/* line 12, app/assets/stylesheets/application/pages/concepts/user/_onboarding.scss */
.onboarding .row {
  font-size: 0;
  line-height: 0;
}

/* line 15, app/assets/stylesheets/application/pages/concepts/user/_onboarding.scss */
.onboarding .row .desktop-half {
  color: #13311a;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.71;
  display: inline-block;
  margin-right: 60px;
  width: calc((100% - 60px) / 2 * 1);
  vertical-align: top;
}

@media (max-width: 600px) {
  /* line 15, app/assets/stylesheets/application/pages/concepts/user/_onboarding.scss */
  .onboarding .row .desktop-half {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

/* line 95, app/assets/stylesheets/application/base/config/_mixins.scss */
.onboarding .row .desktop-half:nth-of-type(2n) {
  margin-right: 0;
}

@media (max-width: 600px) {
  /* line 15, app/assets/stylesheets/application/pages/concepts/user/_onboarding.scss */
  .onboarding .row .desktop-half {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.71;
    display: block;
    width: 100%;
  }
}

@media (max-width: 600px) and (max-width: 600px) {
  /* line 15, app/assets/stylesheets/application/pages/concepts/user/_onboarding.scss */
  .onboarding .row .desktop-half {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

/* line 20, app/assets/stylesheets/application/pages/concepts/user/_onboarding.scss */
.onboarding .row .desktop-third {
  color: #13311a;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.71;
  display: inline-block;
  margin-right: 10px;
  width: calc((100% - 20px) / 3 * 1);
  vertical-align: top;
}

@media (max-width: 600px) {
  /* line 20, app/assets/stylesheets/application/pages/concepts/user/_onboarding.scss */
  .onboarding .row .desktop-third {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

/* line 95, app/assets/stylesheets/application/base/config/_mixins.scss */
.onboarding .row .desktop-third:nth-of-type(3n) {
  margin-right: 0;
}

@media (max-width: 600px) {
  /* line 20, app/assets/stylesheets/application/pages/concepts/user/_onboarding.scss */
  .onboarding .row .desktop-third {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.71;
    display: block;
    width: 100%;
  }
}

@media (max-width: 600px) and (max-width: 600px) {
  /* line 20, app/assets/stylesheets/application/pages/concepts/user/_onboarding.scss */
  .onboarding .row .desktop-third {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

/* line 25, app/assets/stylesheets/application/pages/concepts/user/_onboarding.scss */
.onboarding .row .desktop-two-thirds {
  color: #13311a;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.71;
  display: inline-block;
  margin-right: 10px;
  width: calc((100% - 20px) / 3 * 2);
  vertical-align: top;
}

@media (max-width: 600px) {
  /* line 25, app/assets/stylesheets/application/pages/concepts/user/_onboarding.scss */
  .onboarding .row .desktop-two-thirds {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

/* line 95, app/assets/stylesheets/application/base/config/_mixins.scss */
.onboarding .row .desktop-two-thirds:nth-of-type(3n) {
  margin-right: 0;
}

@media (max-width: 600px) {
  /* line 25, app/assets/stylesheets/application/pages/concepts/user/_onboarding.scss */
  .onboarding .row .desktop-two-thirds {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.71;
    display: block;
    width: 100%;
  }
}

@media (max-width: 600px) and (max-width: 600px) {
  /* line 25, app/assets/stylesheets/application/pages/concepts/user/_onboarding.scss */
  .onboarding .row .desktop-two-thirds {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

@media (max-width: 990px) {
  /* line 31, app/assets/stylesheets/application/pages/concepts/user/_onboarding.scss */
  .onboarding .client-onboarding-form {
    margin-bottom: -200px !important;
    padding-bottom: 175px !important;
  }
}

@media (min-width: 800px) {
  /* line 36, app/assets/stylesheets/application/pages/concepts/user/_onboarding.scss */
  .onboarding .client-onboarding-form .form-grid {
    display: grid;
    grid-template-columns: 45% 10% 45%;
    grid-template-areas: "intro . ." "form-left . form-right" "actions actions actions" "footer footer footer";
  }
}

/* line 47, app/assets/stylesheets/application/pages/concepts/user/_onboarding.scss */
.onboarding .client-onboarding-form .form-grid .intro {
  grid-area: intro;
}

/* line 51, app/assets/stylesheets/application/pages/concepts/user/_onboarding.scss */
.onboarding .client-onboarding-form .form-grid .form-left {
  grid-area: form-left;
}

/* line 55, app/assets/stylesheets/application/pages/concepts/user/_onboarding.scss */
.onboarding .client-onboarding-form .form-grid .form-right {
  grid-area: form-right;
}

/* line 59, app/assets/stylesheets/application/pages/concepts/user/_onboarding.scss */
.onboarding .client-onboarding-form .form-grid .btn-container {
  grid-area: actions;
}

/* line 63, app/assets/stylesheets/application/pages/concepts/user/_onboarding.scss */
.onboarding .client-onboarding-form .form-grid .input-wrapper.client_other_requirements {
  display: none;
}

/* line 66, app/assets/stylesheets/application/pages/concepts/user/_onboarding.scss */
.onboarding .client-onboarding-form .form-grid .input-wrapper.client_other_requirements.open {
  display: block;
}

/* line 73, app/assets/stylesheets/application/pages/concepts/user/_onboarding.scss */
.onboarding .main-content {
  margin-top: 11px;
  margin-bottom: 16px;
}

/* line 78, app/assets/stylesheets/application/pages/concepts/user/_onboarding.scss */
.onboarding .main-content > section.intro {
  margin-bottom: 0px;
  text-align: center;
  position: relative;
}

@media (max-width: 600px) {
  /* line 78, app/assets/stylesheets/application/pages/concepts/user/_onboarding.scss */
  .onboarding .main-content > section.intro {
    padding-top: 10px;
  }
}

/* line 88, app/assets/stylesheets/application/pages/concepts/user/_onboarding.scss */
.onboarding .main-content > section.intro header h1 {
  font-size: 30px;
}

@media (max-width: 600px) {
  /* line 88, app/assets/stylesheets/application/pages/concepts/user/_onboarding.scss */
  .onboarding .main-content > section.intro header h1 {
    font-size: 20px;
    margin-top: 0px;
  }
}

@media (max-width: 600px) {
  /* line 87, app/assets/stylesheets/application/pages/concepts/user/_onboarding.scss */
  .onboarding .main-content > section.intro header {
    margin-bottom: 0px;
  }
}

/* line 105, app/assets/stylesheets/application/pages/concepts/user/_onboarding.scss */
.onboarding .main-content > section.intro .content {
  position: relative;
  padding: 0 20% 50px;
}

@media (max-width: 600px) {
  /* line 105, app/assets/stylesheets/application/pages/concepts/user/_onboarding.scss */
  .onboarding .main-content > section.intro .content {
    padding: 0 15px 100px;
  }
}

@media (max-width: 600px) {
  /* line 114, app/assets/stylesheets/application/pages/concepts/user/_onboarding.scss */
  .onboarding .main-content > section.intro h3 {
    font-size: 16px;
    line-height: 1.5;
    margin: 10px 0;
  }
}

/* line 125, app/assets/stylesheets/application/pages/concepts/user/_onboarding.scss */
.onboarding .main-content .two-col-grid .grid-item-remote-relocate {
  grid-row: 5;
  transition: all 250ms;
  perspective: 1000px;
  transform-origin: 0 0;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: rotateX(-90deg);
}

/* line 131, app/assets/stylesheets/application/pages/concepts/user/_onboarding.scss */
.onboarding .main-content .two-col-grid .availability-controls.open ~ .grid-item-remote-relocate {
  opacity: 1;
  max-height: initial;
  transform: rotateX(0deg);
}

/* line 135, app/assets/stylesheets/application/pages/concepts/user/_onboarding.scss */
.onboarding .main-content .two-col-grid .desired-job-categories-controls {
  display: contents;
}

/* line 138, app/assets/stylesheets/application/pages/concepts/user/_onboarding.scss */
.onboarding .main-content .two-col-grid .desired-job-categories-controls .field.desired-job-categories {
  grid-area: header;
  grid-row: 2;
}

/* line 142, app/assets/stylesheets/application/pages/concepts/user/_onboarding.scss */
.onboarding .main-content .two-col-grid .desired-job-categories-controls .field.notifications {
  grid-area: col-right;
  grid-row: auto;
  display: none;
}

/* line 147, app/assets/stylesheets/application/pages/concepts/user/_onboarding.scss */
.onboarding .main-content .two-col-grid .desired-job-categories-controls .field.frequency {
  grid-area: col-right;
  grid-row: auto;
  display: none;
}

/* line 155, app/assets/stylesheets/application/pages/concepts/user/_onboarding.scss */
.onboarding .main-content .two-col-grid .desired-job-categories-controls.open .field.frequency, .onboarding .main-content .two-col-grid .desired-job-categories-controls.open .field.notifications {
  display: block;
}

/* line 159, app/assets/stylesheets/application/pages/concepts/user/_onboarding.scss */
.onboarding .main-content .two-col-grid .desired-job-categories-controls.open + .field.skills {
  display: block;
  grid-row: 3 / span 2;
}

/* line 165, app/assets/stylesheets/application/pages/concepts/user/_onboarding.scss */
.onboarding .main-content .two-col-grid .field.skills {
  display: none;
}

/* line 171, app/assets/stylesheets/application/pages/concepts/user/_onboarding.scss */
.onboarding .main-content .two-col-grid .field.frequency > label, .onboarding .main-content .two-col-grid .field.notifications > label, .onboarding .main-content .two-col-grid .field.skills > label {
  letter-spacing: normal;
  font-size: 16px;
}

/* line 179, app/assets/stylesheets/application/pages/concepts/user/_onboarding.scss */
.onboarding .main-content .capacity.open .field.skills {
  display: block;
}

/* line 184, app/assets/stylesheets/application/pages/concepts/user/_onboarding.scss */
.onboarding .main-content form {
  padding: 0;
}

/* line 189, app/assets/stylesheets/application/pages/concepts/user/_onboarding.scss */
.onboarding .main-content form > section header + .description {
  margin-top: -8px;
  margin-bottom: 41px;
}

/* line 195, app/assets/stylesheets/application/pages/concepts/user/_onboarding.scss */
.onboarding .main-content form > section .explanation {
  margin-top: 0;
  font-size: 14px;
}

/* line 7, app/assets/stylesheets/application/pages/concepts/user/recommendation.scss */
body.recommendation header h2 {
  font-size: 16px;
}

/* line 11, app/assets/stylesheets/application/pages/concepts/user/recommendation.scss */
body.recommendation header .btn-container {
  float: right;
  position: relative;
  z-index: 10;
}

@media (max-width: 1200px) {
  /* line 11, app/assets/stylesheets/application/pages/concepts/user/recommendation.scss */
  body.recommendation header .btn-container {
    margin-right: 8px;
  }
}

@media (max-width: 600px) {
  /* line 11, app/assets/stylesheets/application/pages/concepts/user/recommendation.scss */
  body.recommendation header .btn-container {
    display: none;
  }
}

/* line 27, app/assets/stylesheets/application/pages/concepts/user/recommendation.scss */
body.recommendation .member-form form, body.recommendation .client-form form {
  margin-top: 16px;
  position: relative;
  z-index: 10;
}

/* line 38, app/assets/stylesheets/application/pages/concepts/user/recommendation.scss */
body.recommendation .member-form .job-link {
  display: block;
  margin-bottom: 6px;
  text-transform: uppercase;
}

/* line 43, app/assets/stylesheets/application/pages/concepts/user/recommendation.scss */
body.recommendation .member-form .job-link:before {
  content: '< ';
}

/* line 48, app/assets/stylesheets/application/pages/concepts/user/recommendation.scss */
body.recommendation .member-form .grid {
  display: grid;
  -moz-column-gap: 60px;
       column-gap: 60px;
  grid-template-areas: "left-column right-column" "actions     right-column";
  grid-template-columns: 1fr 1fr;
  grid-template-rows: max-content;
}

@media (max-width: 600px) {
  /* line 48, app/assets/stylesheets/application/pages/concepts/user/recommendation.scss */
  body.recommendation .member-form .grid {
    display: block;
  }
}

/* line 61, app/assets/stylesheets/application/pages/concepts/user/recommendation.scss */
body.recommendation .member-form .grid .left-column {
  grid-area: left-column;
}

/* line 65, app/assets/stylesheets/application/pages/concepts/user/recommendation.scss */
body.recommendation .member-form .grid .right-column {
  grid-area: right-column;
}

/* line 69, app/assets/stylesheets/application/pages/concepts/user/recommendation.scss */
body.recommendation .member-form .grid .actions {
  grid-area: actions;
}

/* line 76, app/assets/stylesheets/application/pages/concepts/user/recommendation.scss */
body.recommendation .client-form .row {
  font-size: 0;
  line-height: 0;
}

/* line 79, app/assets/stylesheets/application/pages/concepts/user/recommendation.scss */
body.recommendation .client-form .row .desktop-half {
  color: #13311a;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.71;
  display: inline-block;
  margin-right: 60px;
  width: calc((100% - 60px) / 2 * 1);
  vertical-align: top;
}

@media (max-width: 600px) {
  /* line 79, app/assets/stylesheets/application/pages/concepts/user/recommendation.scss */
  body.recommendation .client-form .row .desktop-half {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

/* line 95, app/assets/stylesheets/application/base/config/_mixins.scss */
body.recommendation .client-form .row .desktop-half:nth-of-type(2n) {
  margin-right: 0;
}

@media (max-width: 600px) {
  /* line 79, app/assets/stylesheets/application/pages/concepts/user/recommendation.scss */
  body.recommendation .client-form .row .desktop-half {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.71;
    display: block;
    width: 100%;
  }
}

@media (max-width: 600px) and (max-width: 600px) {
  /* line 79, app/assets/stylesheets/application/pages/concepts/user/recommendation.scss */
  body.recommendation .client-form .row .desktop-half {
    color: #13311a;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.69;
  }
}

/* line 85, app/assets/stylesheets/application/pages/concepts/user/recommendation.scss */
body.recommendation .client-form .why {
  margin-bottom: 24px;
}

/* line 88, app/assets/stylesheets/application/pages/concepts/user/recommendation.scss */
body.recommendation .client-form .why .explanation {
  font-size: 14px;
}

/* line 92, app/assets/stylesheets/application/pages/concepts/user/recommendation.scss */
body.recommendation .client-form .why textarea {
  height: 250px;
  margin: 8px 0;
}

@media (max-width: 600px) {
  /* line 92, app/assets/stylesheets/application/pages/concepts/user/recommendation.scss */
  body.recommendation .client-form .why textarea {
    height: 400px;
  }
}

/* line 101, app/assets/stylesheets/application/pages/concepts/user/recommendation.scss */
body.recommendation .client-form .why .greeting, body.recommendation .client-form .why .sign-off, body.recommendation .client-form .why textarea {
  margin-left: 32px;
}

@media (max-width: 600px) {
  /* line 101, app/assets/stylesheets/application/pages/concepts/user/recommendation.scss */
  body.recommendation .client-form .why .greeting, body.recommendation .client-form .why .sign-off, body.recommendation .client-form .why textarea {
    margin-left: 0;
  }
}

/* line 109, app/assets/stylesheets/application/pages/concepts/user/recommendation.scss */
body.recommendation .client-form .why .greeting {
  margin-top: 12px;
}

/* line 119, app/assets/stylesheets/application/pages/concepts/user/recommendation.scss */
body.recommendation .thank-you .job-title {
  display: inline;
  text-transform: uppercase;
}

/* line 124, app/assets/stylesheets/application/pages/concepts/user/recommendation.scss */
body.recommendation .thank-you p.body {
  margin: 20px 0;
}

/* line 128, app/assets/stylesheets/application/pages/concepts/user/recommendation.scss */
body.recommendation .thank-you .details {
  position: relative;
  z-index: 10;
}

@media (max-width: 600px) {
  /* line 128, app/assets/stylesheets/application/pages/concepts/user/recommendation.scss */
  body.recommendation .thank-you .details {
    display: none;
  }
}

/* line 137, app/assets/stylesheets/application/pages/concepts/user/recommendation.scss */
body.recommendation .thank-you .btn-container {
  margin-top: 32px;
  position: relative;
  z-index: 10;
}

/* line 1, app/assets/stylesheets/application/pages/concepts/language_selector.scss */
.language-selector {
  position: relative;
}

/* line 5, app/assets/stylesheets/application/pages/concepts/language_selector.scss */
.language-selector .dropdown-toggle:after {
  content: none !important;
}

/* line 10, app/assets/stylesheets/application/pages/concepts/language_selector.scss */
.language-selector .flag {
  width: 2.5em;
  height: 2.5em;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 1000px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

/* line 20, app/assets/stylesheets/application/pages/concepts/language_selector.scss */
.language-selector .flag.pl {
  background-image: url(/assets/flags/pl-608e5ed6a0820b02ac00e5ee7457a9822b5e5c1be9cba69d17c5a3e9ca4a4377.svg);
}

/* line 23, app/assets/stylesheets/application/pages/concepts/language_selector.scss */
.language-selector .flag.en {
  background-image: url(/assets/flags/en-910e4fa63fb7a23d30d59dee2feb08da51a405eb06b38a7e12d18d9b504d13b5.svg);
}

/* line 26, app/assets/stylesheets/application/pages/concepts/language_selector.scss */
.language-selector .flag.fr {
  background-image: url(/assets/flags/fr-5929d9b55117dac357f3db9e2664b9420b914e56e86a4a5f0756c7e6a6b01f41.svg);
}

/* line 29, app/assets/stylesheets/application/pages/concepts/language_selector.scss */
.language-selector .flag.debug {
  background-image: url(/assets/flags/debug-00b34c4064e4e5d5b24dc113852d4536e12f3381db5725cde72d6ec4fc563f7e.svg);
}

/* line 34, app/assets/stylesheets/application/pages/concepts/language_selector.scss */
.language-selector .nav-dropdown {
  min-width: 0 !important;
  right: -11px !important;
}

/* line 39, app/assets/stylesheets/application/pages/concepts/language_selector.scss */
.language-selector .nav-dropdown .dropdown-entry:after {
  content: none !important;
}

/* line 42, app/assets/stylesheets/application/pages/concepts/language_selector.scss */
.language-selector .nav-dropdown .dropdown-entry a {
  padding: 0.5em 1em !important;
}

/* line 38, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
.err-page {
  background-color: #0C6B1F;
}

/* line 40, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
.err-page .main-nav, .err-page .links-and-info, .err-page .navmenu, .err-page .main-navigation {
  display: none !important;
}

/* line 43, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
.err-page .main-content-wrap {
  max-width: 100% !important;
}

/* line 46, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
.err-page .main-content {
  padding-top: 0 !important;
}

/* line 49, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
.err-page #feedback {
  display: none;
}

/* line 52, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
.err-page__container {
  position: relative;
  width: 100vw;
  overflow: hidden;
  height: 100vh;
}

/* line 57, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
.err-page__container .number {
  width: 100%;
  background-size: 50% 100%;
  height: inherit;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 58, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
.err-page__container .number--404 {
  background-image: url(/assets/error/error_number_404-fb30b2d7797d2ed53410c1fd25672535d1cace8a6c39501837a4a67dea3cf44d.svg);
}

/* line 61, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
.err-page__container .number--500 {
  background-image: url(/assets/error/error_number_500-a0949c771651e6d11283269175c081ebf6624ec3b102d873b6af271451a48bd5.svg);
}

@media (max-width: 990px) {
  /* line 57, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
  .err-page__container .number {
    background-size: 80%;
    height: 80%;
  }
}

/* line 75, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
.err-page__container .banner:after {
  content: "";
  position: absolute;
  background-repeat: repeat no-repeat;
  width: 110vw;
  height: 40px;
  background-size: contain;
  left: -5vw;
}

/* line 85, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
.err-page__container .banner__404--3, .err-page__container .banner__404--4, .err-page__container .banner__404--5, .err-page__container .banner__500--3, .err-page__container .banner__500--4, .err-page__container .banner__500--5 {
  display: none;
}

@media (max-width: 990px) {
  /* line 85, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
  .err-page__container .banner__404--3, .err-page__container .banner__404--4, .err-page__container .banner__404--5, .err-page__container .banner__500--3, .err-page__container .banner__500--4, .err-page__container .banner__500--5 {
    display: block;
  }
}

/* line 93, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
.err-page__container .banner__404:after {
  background-image: url(/assets/error/error_banner_404-16b241457b74be2392a457db51c24fb2e32598aae3d355e7595635976044cb40.svg);
}

/* line 30, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
.err-page__container .banner__404--1:after {
  top: 35%;
  transform: translateY(-35%) rotate(5deg);
  background-position-x: 500px;
}

/* line 30, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
.err-page__container .banner__404--2:after {
  top: 65%;
  transform: translateY(-65%) rotate(-8deg);
  background-position-x: 50px;
}

@media (max-width: 990px) {
  /* line 30, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
  .err-page__container .banner__404--1:after {
    top: 18%;
    transform: translateY(-18%) rotate(10deg);
    background-position-x: -20px;
  }
  /* line 30, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
  .err-page__container .banner__404--2:after {
    top: 15%;
    transform: translateY(-15%) rotate(-15deg);
    background-position-x: 150px;
  }
  /* line 30, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
  .err-page__container .banner__404--3:after {
    top: 50%;
    transform: translateY(-50%) rotate(-10deg);
    background-position-x: -170px;
  }
  /* line 30, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
  .err-page__container .banner__404--4:after {
    top: 65%;
    transform: translateY(-65%) rotate(15deg);
    background-position-x: 0px;
  }
  /* line 30, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
  .err-page__container .banner__404--5:after {
    top: 70%;
    transform: translateY(-70%) rotate(-10deg);
    background-position-x: -130px;
  }
}

/* line 102, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
.err-page__container .banner__500:after {
  background-image: url(/assets/error/error_banner_500-9de465b64647564998d13d30b8c779ccfabac337d7e4ffe7dfa9af7204ec20b1.svg);
}

/* line 30, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
.err-page__container .banner__500--1:after {
  top: 50%;
  transform: translateY(-50%) rotate(10deg);
  background-position-x: 400px;
}

/* line 30, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
.err-page__container .banner__500--2:after {
  top: 60%;
  transform: translateY(-60%) rotate(-5deg);
  background-position-x: -20px;
}

@media (max-width: 990px) {
  /* line 30, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
  .err-page__container .banner__500--1:after {
    top: 10%;
    transform: translateY(-10%) rotate(8deg);
    background-position-x: -150px;
  }
  /* line 30, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
  .err-page__container .banner__500--2:after {
    top: 22%;
    transform: translateY(-22%) rotate(-15deg);
    background-position-x: 0px;
  }
  /* line 30, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
  .err-page__container .banner__500--3:after {
    top: 45%;
    transform: translateY(-45%) rotate(10deg);
    background-position-x: -80px;
  }
  /* line 30, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
  .err-page__container .banner__500--4:after {
    top: 65%;
    transform: translateY(-65%) rotate(10deg);
    background-position-x: 100px;
  }
  /* line 30, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
  .err-page__container .banner__500--5:after {
    top: 75%;
    transform: translateY(-75%) rotate(-10deg);
    background-position-x: -150px;
  }
}

/* line 111, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
.err-page__container .link {
  border-radius: 20px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  color: #ffffff;
  background-color: unset;
  position: absolute;
  bottom: 64px;
  left: 50%;
  transform: translateX(-50%);
  text-decoration: unset;
}

/* line 125, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
.err-page__container .link:hover {
  background-color: #ffffff;
  color: #0C6B1F;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 990px) {
  /* line 111, app/assets/stylesheets/application/pages/error_pages/err_page.scss */
  .err-page__container .link {
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    bottom: 82px;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* line 1, app/assets/stylesheets/application/components/ui/actions_dropdown.scss */
.ui-actions-dropdown {
  position: relative;
}

/* line 4, app/assets/stylesheets/application/components/ui/actions_dropdown.scss */
.ui-actions-dropdown .dot-burger {
  min-height: 44px;
  width: 47px;
  height: 100%;
  padding: 7px 6px 6px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  transition: all 200ms ease-in-out;
}

/* line 15, app/assets/stylesheets/application/components/ui/actions_dropdown.scss */
.ui-actions-dropdown .dot-burger.open {
  background-color: #f5f5f5;
  box-shadow: 0 3px 6px 0 rgba(45, 69, 45, 0.5);
}

/* line 20, app/assets/stylesheets/application/components/ui/actions_dropdown.scss */
.ui-actions-dropdown .dot-burger:before, .ui-actions-dropdown .dot-burger:after, .ui-actions-dropdown .dot-burger span {
  display: block;
  content: '';
  width: 7px;
  height: 7px;
  background: #000;
  border-radius: 50%;
}

/* line 30, app/assets/stylesheets/application/components/ui/actions_dropdown.scss */
.ui-actions-dropdown .nav-dropdown {
  z-index: 100;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #f5f5f5;
  border-radius: 10px 0 10px 10px;
  padding: 6px;
  box-shadow: 0 6px 6px 0 rgba(45, 69, 45, 0.5);
}

/* line 43, app/assets/stylesheets/application/components/ui/actions_dropdown.scss */
.ui-actions-dropdown .action {
  cursor: pointer;
  display: flex;
  gap: 4px;
  justify-content: center;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 14px;
  line-height: 2.14;
  letter-spacing: normal;
  color: #474747;
  margin: 1px 1px 3px;
  padding: 2px 8px;
  content: attr(data-title);
  flex-wrap: wrap;
  width: 220px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  transition: all 200ms ease-in-out;
  text-decoration: none;
}

/* line 65, app/assets/stylesheets/application/components/ui/actions_dropdown.scss */
.ui-actions-dropdown .action:hover {
  background: #275e9b;
  color: #fff;
}

/* line 70, app/assets/stylesheets/application/components/ui/actions_dropdown.scss */
.ui-actions-dropdown .action:hover .icon-wrapper .stroke {
  fill: white;
  transition: fill 0.2s ease-in-out;
}

/* line 77, app/assets/stylesheets/application/components/ui/actions_dropdown.scss */
.ui-actions-dropdown .action:last-of-type {
  margin-bottom: 1px;
}

/* line 81, app/assets/stylesheets/application/components/ui/actions_dropdown.scss */
.ui-actions-dropdown .action .content {
  flex: 1;
  padding: 2px 0 0 5px;
}

/* line 86, app/assets/stylesheets/application/components/ui/actions_dropdown.scss */
.ui-actions-dropdown .action .icon-wrapper {
  display: flex;
  width: 24px;
  justify-content: center;
}

/* line 91, app/assets/stylesheets/application/components/ui/actions_dropdown.scss */
.ui-actions-dropdown .action .icon-wrapper svg {
  width: 100%;
  height: 100%;
}

/* line 95, app/assets/stylesheets/application/components/ui/actions_dropdown.scss */
.ui-actions-dropdown .action .icon-wrapper svg .stroke {
  fill: #8CACC2;
}

/* line 99, app/assets/stylesheets/application/components/ui/actions_dropdown.scss */
.ui-actions-dropdown .action .icon-wrapper svg .background {
  fill: rgba(255, 255, 255, 0.1);
}

/* line 105, app/assets/stylesheets/application/components/ui/actions_dropdown.scss */
.ui-actions-dropdown .action.primary:hover {
  background-color: #0C6B1F;
}

/* line 109, app/assets/stylesheets/application/components/ui/actions_dropdown.scss */
.ui-actions-dropdown .action.danger:hover {
  background-color: #ff0000;
}

/* line 112, app/assets/stylesheets/application/components/ui/actions_dropdown.scss */
.ui-actions-dropdown .action.danger:hover .background {
  fill: rgba(255, 255, 255, 0.3);
}

/* line 118, app/assets/stylesheets/application/components/ui/actions_dropdown.scss */
.ui-actions-dropdown .action.inactive {
  background-color: rgba(188, 188, 188, 0.2);
}

/* line 122, app/assets/stylesheets/application/components/ui/actions_dropdown.scss */
.ui-actions-dropdown .action.inactive:hover {
  background-color: #bcbcbc;
}

/* line 126, app/assets/stylesheets/application/components/ui/actions_dropdown.scss */
.ui-actions-dropdown .action.open:before {
  background-image: url(/assets/icons/job_actions/open-8678f2203dc0671c3e596618b7261f6fabe15b3e6f299155d9b3e6774650d083.svg);
}

/* line 130, app/assets/stylesheets/application/components/ui/actions_dropdown.scss */
.ui-actions-dropdown .action.close:before {
  background-image: url(/assets/icons/job_actions/close-0e9923daec44bd0c06a4eec837bf7ccb0860348e518a0405fa0ba89f740f5768.svg);
}

/* line 134, app/assets/stylesheets/application/components/ui/actions_dropdown.scss */
.ui-actions-dropdown .action.pause:before {
  background-image: url(/assets/icons/job_actions/pause-3ef112f7500db84e80acfa322663ebc847b8041243136f29ae2e8b9586f367e8.svg);
}

/* line 138, app/assets/stylesheets/application/components/ui/actions_dropdown.scss */
.ui-actions-dropdown .action.archive:before {
  background-image: url(/assets/icons/job_actions/archive-8edfacfb9412611afa82650e1b449d6a07f72a787e7f1071395b436f7cf54df3.svg);
}

/* line 142, app/assets/stylesheets/application/components/ui/actions_dropdown.scss */
.ui-actions-dropdown .action.unarchive:before {
  background-image: url(/assets/icons/job_actions/unarchive-bc2ea5497552da9f7dd1634905aa8aa9800d6dba1fb6d38a61cc50f19f98fee1.svg);
}

/* line 146, app/assets/stylesheets/application/components/ui/actions_dropdown.scss */
.ui-actions-dropdown .action.duplicate:before {
  background-image: url(/assets/icons/job_actions/duplicate-21f416f5f5f739652da677f5122672d9a134a4e25295257039432bc5a20209ee.svg);
}

/* line 150, app/assets/stylesheets/application/components/ui/actions_dropdown.scss */
.ui-actions-dropdown .action.trash:before {
  background-image: url(/assets/icons/job_actions/trash-b736b7b1013c077539f0f67ececf865034bc3a4e9a0ae31def6ff07fbd148042.svg);
}

/* line 154, app/assets/stylesheets/application/components/ui/actions_dropdown.scss */
.ui-actions-dropdown .action.edit:before {
  background-image: url(/assets/icons/job_actions/edit-3e10ca1dec50269bc232ffde8d14e5987ba9f62e8d3a18ea17b8b1719bdaace8.svg);
}

/* line 158, app/assets/stylesheets/application/components/ui/actions_dropdown.scss */
.ui-actions-dropdown .action.recommend:before {
  background-image: url(/assets/icons/job_actions/recommend-0101c31cc4e2394260f33b8638e76b3198640922cc564bb90ffc3763446c4f80.svg);
}

/* line 162, app/assets/stylesheets/application/components/ui/actions_dropdown.scss */
.ui-actions-dropdown .action.message:before {
  background-image: url(/assets/icons/job_actions/message-80df38fc7b4eed2ca06cac36430494ae27a5620ddc13acdd38e2f821574d8c43.svg);
}
