@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, app/assets/stylesheets/shared/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, app/assets/stylesheets/shared/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 33, app/assets/stylesheets/shared/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, app/assets/stylesheets/shared/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 67, app/assets/stylesheets/shared/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 77, app/assets/stylesheets/shared/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, app/assets/stylesheets/shared/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * OLD: Improve readability when focused and also mouse hovered in all browsers.
 * Improve accessibility by keeping outline 
 */
/* 
a:active,
a:hover {
  outline: 0;
} */
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 110, app/assets/stylesheets/shared/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 118, app/assets/stylesheets/shared/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 127, app/assets/stylesheets/shared/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 136, app/assets/stylesheets/shared/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 145, app/assets/stylesheets/shared/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 154, app/assets/stylesheets/shared/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 162, app/assets/stylesheets/shared/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 170, app/assets/stylesheets/shared/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 174, app/assets/stylesheets/shared/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 185, app/assets/stylesheets/shared/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 193, app/assets/stylesheets/shared/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 204, app/assets/stylesheets/shared/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 212, app/assets/stylesheets/shared/_normalize.scss */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 222, app/assets/stylesheets/shared/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 230, app/assets/stylesheets/shared/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 253, app/assets/stylesheets/shared/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 267, app/assets/stylesheets/shared/_normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 278, app/assets/stylesheets/shared/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 291, app/assets/stylesheets/shared/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 303, app/assets/stylesheets/shared/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 312, app/assets/stylesheets/shared/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 323, app/assets/stylesheets/shared/_normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 335, app/assets/stylesheets/shared/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 347, app/assets/stylesheets/shared/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 358, app/assets/stylesheets/shared/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 371, app/assets/stylesheets/shared/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 380, app/assets/stylesheets/shared/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 391, app/assets/stylesheets/shared/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 400, app/assets/stylesheets/shared/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 409, app/assets/stylesheets/shared/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 420, app/assets/stylesheets/shared/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 425, app/assets/stylesheets/shared/_normalize.scss */
td,
th {
  padding: 0;
}

@font-face {
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  src: url(//assets-aws.teamtailor-cdn.com/assets/fonts/icomoon-9ce6992829f2cf2df978d4f2bd7a72a2b3cba23420c3cc312bd13f83570a050b.eot), url(//assets-aws.teamtailor-cdn.com/assets/fonts/icomoon-4f5c09d5f9a6d2db2746556699d7686978986c067c85c2d987367a585dd2e5b5.woff?-d73umv) format("woff"), url(//assets-aws.teamtailor-cdn.com/assets/fonts/icomoon-4b5f462015af646804d808e8ae4a9eb07dc14782a22b5c08aa8485a6836ba97d.ttf?-d73umv) format("truetype"), url(//assets-aws.teamtailor-cdn.com/assets/fonts/icomoon-e1b5d4dd6e3e47f92a392682bcad3c25b022204500849485bd2fd7a571196996.svg?-d73umv#icomoon) format("svg");
  font-display: swap;
}

/* line 12, app/assets/stylesheets/shared/icomoon.scss */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* misc */
/* line 28, app/assets/stylesheets/shared/icomoon.scss */
.icon-team2:before {
  content: "\ea91";
}

/* line 34, app/assets/stylesheets/shared/icomoon.scss */
.icon-application:before {
  content: "\ea8a";
}

/* line 40, app/assets/stylesheets/shared/icomoon.scss */
.icon-stages:before {
  content: "\ea8b";
}

/* line 46, app/assets/stylesheets/shared/icomoon.scss */
.icon-text1:before {
  content: "\ea8c";
}

/* line 52, app/assets/stylesheets/shared/icomoon.scss */
.icon-text22:before {
  content: "\ea8d";
}

/* line 58, app/assets/stylesheets/shared/icomoon.scss */
.icon-activity:before {
  content: "\ea8e";
}

/* line 64, app/assets/stylesheets/shared/icomoon.scss */
.icon-team:before {
  content: "\ea8f";
}

/* line 70, app/assets/stylesheets/shared/icomoon.scss */
.icon-bulk:before {
  content: "\ea90";
}

/* icomoon */
/* line 79, app/assets/stylesheets/shared/icomoon.scss */
.icon-bug:before {
  content: "\ea81";
}

/* line 85, app/assets/stylesheets/shared/icomoon.scss */
.icon-crop:before {
  content: "\ea82";
}

/* line 91, app/assets/stylesheets/shared/icomoon.scss */
.icon-fingerprint:before {
  content: "\ea83";
}

/* line 97, app/assets/stylesheets/shared/icomoon.scss */
.icon-mail-with-circle:before {
  content: "\ea84";
}

/* line 103, app/assets/stylesheets/shared/icomoon.scss */
.icon-mouse-pointer:before {
  content: "\ea85";
}

/* line 109, app/assets/stylesheets/shared/icomoon.scss */
.icon-newsletter:before {
  content: "\ea86";
}

/* line 115, app/assets/stylesheets/shared/icomoon.scss */
.icon-notifications-off:before {
  content: "\ea87";
}

/* line 121, app/assets/stylesheets/shared/icomoon.scss */
.icon-video-camera:before {
  content: "\ea88";
}

/* line 127, app/assets/stylesheets/shared/icomoon.scss */
.icon-tablet-mobile-combo:before {
  content: "\ea89";
}

/* line 133, app/assets/stylesheets/shared/icomoon.scss */
.icon-add-to-list:before {
  content: "\e900";
}

/* line 139, app/assets/stylesheets/shared/icomoon.scss */
.icon-classic-computer:before {
  content: "\e901";
}

/* line 145, app/assets/stylesheets/shared/icomoon.scss */
.icon-controller-fast-backward:before {
  content: "\e902";
}

/* line 151, app/assets/stylesheets/shared/icomoon.scss */
.icon-creative-commons-attribution:before {
  content: "\e903";
}

/* line 157, app/assets/stylesheets/shared/icomoon.scss */
.icon-creative-commons-noderivs:before {
  content: "\e904";
}

/* line 163, app/assets/stylesheets/shared/icomoon.scss */
.icon-creative-commons-noncommercial-eu:before {
  content: "\e905";
}

/* line 169, app/assets/stylesheets/shared/icomoon.scss */
.icon-creative-commons-noncommercial-us:before {
  content: "\e906";
}

/* line 175, app/assets/stylesheets/shared/icomoon.scss */
.icon-creative-commons-public-domain:before {
  content: "\e907";
}

/* line 181, app/assets/stylesheets/shared/icomoon.scss */
.icon-creative-commons-remix:before {
  content: "\e908";
}

/* line 187, app/assets/stylesheets/shared/icomoon.scss */
.icon-creative-commons-share:before {
  content: "\e909";
}

/* line 193, app/assets/stylesheets/shared/icomoon.scss */
.icon-creative-commons-sharealike:before {
  content: "\e90a";
}

/* line 199, app/assets/stylesheets/shared/icomoon.scss */
.icon-creative-commons:before {
  content: "\e90b";
}

/* line 205, app/assets/stylesheets/shared/icomoon.scss */
.icon-document-landscape:before {
  content: "\e90c";
}

/* line 211, app/assets/stylesheets/shared/icomoon.scss */
.icon-remove-user:before {
  content: "\e90d";
}

/* line 217, app/assets/stylesheets/shared/icomoon.scss */
.icon-warning:before, .chat__message.chat__message--error:before {
  content: "\e90e";
}

/* line 223, app/assets/stylesheets/shared/icomoon.scss */
.icon-arrow-bold-down:before {
  content: "\e90f";
}

/* line 229, app/assets/stylesheets/shared/icomoon.scss */
.icon-arrow-bold-left:before {
  content: "\e910";
}

/* line 235, app/assets/stylesheets/shared/icomoon.scss */
.icon-arrow-bold-right:before {
  content: "\e911";
}

/* line 241, app/assets/stylesheets/shared/icomoon.scss */
.icon-arrow-bold-up:before {
  content: "\e912";
}

/* line 247, app/assets/stylesheets/shared/icomoon.scss */
.icon-arrow-down:before {
  content: "\e913";
}

/* line 253, app/assets/stylesheets/shared/icomoon.scss */
.icon-arrow-left:before {
  content: "\e914";
}

/* line 259, app/assets/stylesheets/shared/icomoon.scss */
.icon-arrow-long-down:before {
  content: "\e915";
}

/* line 265, app/assets/stylesheets/shared/icomoon.scss */
.icon-arrow-long-left:before {
  content: "\e916";
}

/* line 271, app/assets/stylesheets/shared/icomoon.scss */
.icon-arrow-long-right:before {
  content: "\e917";
}

/* line 277, app/assets/stylesheets/shared/icomoon.scss */
.icon-arrow-long-up:before {
  content: "\e918";
}

/* line 283, app/assets/stylesheets/shared/icomoon.scss */
.icon-arrow-right:before {
  content: "\e919";
}

/* line 289, app/assets/stylesheets/shared/icomoon.scss */
.icon-arrow-up:before {
  content: "\e91a";
}

/* line 295, app/assets/stylesheets/shared/icomoon.scss */
.icon-arrow-with-circle-down:before {
  content: "\e91b";
}

/* line 301, app/assets/stylesheets/shared/icomoon.scss */
.icon-arrow-with-circle-left:before {
  content: "\e91c";
}

/* line 307, app/assets/stylesheets/shared/icomoon.scss */
.icon-arrow-with-circle-right:before {
  content: "\e91d";
}

/* line 313, app/assets/stylesheets/shared/icomoon.scss */
.icon-arrow-with-circle-up:before {
  content: "\e91e";
}

/* line 319, app/assets/stylesheets/shared/icomoon.scss */
.icon-bookmark:before {
  content: "\e91f";
}

/* line 325, app/assets/stylesheets/shared/icomoon.scss */
.icon-bookmarks:before {
  content: "\e920";
}

/* line 331, app/assets/stylesheets/shared/icomoon.scss */
.icon-chevron-down:before,
.icon-chevron-down:after {
  content: "\e921";
}

/* line 339, app/assets/stylesheets/shared/icomoon.scss */
.icon-chevron-left:before {
  content: "\e922";
}

/* line 345, app/assets/stylesheets/shared/icomoon.scss */
.icon-chevron-right:after {
  content: "\e923";
}

/* line 352, app/assets/stylesheets/shared/icomoon.scss */
.icon-chevron-small-down:before {
  content: "\e924";
}

/* line 358, app/assets/stylesheets/shared/icomoon.scss */
.icon-chevron-small-left:before {
  content: "\e925";
}

/* line 364, app/assets/stylesheets/shared/icomoon.scss */
.icon-chevron-small-right:before {
  content: "\e926";
}

/* line 370, app/assets/stylesheets/shared/icomoon.scss */
.icon-chevron-small-up:before {
  content: "\e927";
}

/* line 376, app/assets/stylesheets/shared/icomoon.scss */
.icon-chevron-thin-down:before {
  content: "\e928";
}

/* line 382, app/assets/stylesheets/shared/icomoon.scss */
.icon-chevron-thin-left:before {
  content: "\e929";
}

/* line 388, app/assets/stylesheets/shared/icomoon.scss */
.icon-chevron-thin-right:before {
  content: "\e92a";
}

/* line 394, app/assets/stylesheets/shared/icomoon.scss */
.icon-chevron-thin-up:before {
  content: "\e92b";
}

/* line 400, app/assets/stylesheets/shared/icomoon.scss */
.icon-chevron-up:before,
.icon-chevron-up:after {
  content: "\e92c";
}

/* line 408, app/assets/stylesheets/shared/icomoon.scss */
.icon-chevron-with-circle-down:before {
  content: "\e92d";
}

/* line 414, app/assets/stylesheets/shared/icomoon.scss */
.icon-chevron-with-circle-left:before {
  content: "\e92e";
}

/* line 420, app/assets/stylesheets/shared/icomoon.scss */
.icon-chevron-with-circle-right:before {
  content: "\e92f";
}

/* line 426, app/assets/stylesheets/shared/icomoon.scss */
.icon-chevron-with-circle-up:before {
  content: "\e930";
}

/* line 432, app/assets/stylesheets/shared/icomoon.scss */
.icon-cloud:before {
  content: "\e931";
}

/* line 438, app/assets/stylesheets/shared/icomoon.scss */
.icon-controller-fast-forward:before {
  content: "\e932";
}

/* line 444, app/assets/stylesheets/shared/icomoon.scss */
.icon-controller-jump-to-start:before {
  content: "\e933";
}

/* line 450, app/assets/stylesheets/shared/icomoon.scss */
.icon-controller-next:before {
  content: "\e934";
}

/* line 456, app/assets/stylesheets/shared/icomoon.scss */
.icon-controller-paus:before {
  content: "\e935";
}

/* line 462, app/assets/stylesheets/shared/icomoon.scss */
.icon-controller-play:before {
  content: "\e936";
}

/* line 468, app/assets/stylesheets/shared/icomoon.scss */
.icon-controller-record:before {
  content: "\e937";
}

/* line 474, app/assets/stylesheets/shared/icomoon.scss */
.icon-controller-stop:before {
  content: "\e938";
}

/* line 480, app/assets/stylesheets/shared/icomoon.scss */
.icon-controller-volume:before {
  content: "\e939";
}

/* line 486, app/assets/stylesheets/shared/icomoon.scss */
.icon-dot-single:before {
  content: "\e93a";
}

/* line 492, app/assets/stylesheets/shared/icomoon.scss */
.icon-dots-three-horizontal:before {
  content: "\e93b";
}

/* line 498, app/assets/stylesheets/shared/icomoon.scss */
.icon-dots-three-vertical:before {
  content: "\e93c";
}

/* line 504, app/assets/stylesheets/shared/icomoon.scss */
.icon-dots-two-horizontal:before {
  content: "\e93d";
}

/* line 510, app/assets/stylesheets/shared/icomoon.scss */
.icon-dots-two-vertical:before {
  content: "\e93e";
}

/* line 516, app/assets/stylesheets/shared/icomoon.scss */
.icon-download:before {
  content: "\e93f";
}

/* line 522, app/assets/stylesheets/shared/icomoon.scss */
.icon-emoji-flirt:before {
  content: "\e940";
}

/* line 528, app/assets/stylesheets/shared/icomoon.scss */
.icon-flow-branch:before {
  content: "\e941";
}

/* line 534, app/assets/stylesheets/shared/icomoon.scss */
.icon-flow-cascade:before {
  content: "\e942";
}

/* line 540, app/assets/stylesheets/shared/icomoon.scss */
.icon-flow-line:before {
  content: "\e943";
}

/* line 546, app/assets/stylesheets/shared/icomoon.scss */
.icon-flow-parallel:before {
  content: "\e944";
}

/* line 552, app/assets/stylesheets/shared/icomoon.scss */
.icon-flow-tree:before {
  content: "\e945";
}

/* line 558, app/assets/stylesheets/shared/icomoon.scss */
.icon-install:before {
  content: "\e946";
}

/* line 564, app/assets/stylesheets/shared/icomoon.scss */
.icon-layers:before {
  content: "\e947";
}

/* line 570, app/assets/stylesheets/shared/icomoon.scss */
.icon-open-book:before {
  content: "\e948";
}

/* line 576, app/assets/stylesheets/shared/icomoon.scss */
.icon-resize-100:before {
  content: "\e949";
}

/* line 582, app/assets/stylesheets/shared/icomoon.scss */
.icon-resize-full-screen:before {
  content: "\e94a";
}

/* line 588, app/assets/stylesheets/shared/icomoon.scss */
.icon-save:before {
  content: "\e94b";
}

/* line 594, app/assets/stylesheets/shared/icomoon.scss */
.icon-select-arrows:before {
  content: "\e94c";
}

/* line 600, app/assets/stylesheets/shared/icomoon.scss */
.icon-sound-mute:before {
  content: "\e94d";
}

/* line 606, app/assets/stylesheets/shared/icomoon.scss */
.icon-sound:before {
  content: "\e94e";
}

/* line 612, app/assets/stylesheets/shared/icomoon.scss */
.icon-trash:before {
  content: "\e94f";
}

/* line 618, app/assets/stylesheets/shared/icomoon.scss */
.icon-triangle-down:before,
.icon-triangle-down:after {
  content: "\e950";
}

/* line 626, app/assets/stylesheets/shared/icomoon.scss */
.icon-triangle-left:before {
  content: "\e951";
}

/* line 632, app/assets/stylesheets/shared/icomoon.scss */
.icon-triangle-right:before {
  content: "\e952";
}

/* line 638, app/assets/stylesheets/shared/icomoon.scss */
.icon-triangle-up:before,
.icon-triangle-up:after {
  content: "\e953";
}

/* line 646, app/assets/stylesheets/shared/icomoon.scss */
.icon-uninstall:before {
  content: "\e954";
}

/* line 652, app/assets/stylesheets/shared/icomoon.scss */
.icon-upload-to-cloud:before {
  content: "\e955";
}

/* line 658, app/assets/stylesheets/shared/icomoon.scss */
.icon-upload:before {
  content: "\e956";
}

/* line 664, app/assets/stylesheets/shared/icomoon.scss */
.icon-add-user:before {
  content: "\e957";
}

/* line 670, app/assets/stylesheets/shared/icomoon.scss */
.icon-address:before {
  content: "\e958";
}

/* line 676, app/assets/stylesheets/shared/icomoon.scss */
.icon-adjust:before {
  content: "\e959";
}

/* line 682, app/assets/stylesheets/shared/icomoon.scss */
.icon-air:before {
  content: "\e95a";
}

/* line 688, app/assets/stylesheets/shared/icomoon.scss */
.icon-aircraft-landing:before {
  content: "\e95b";
}

/* line 694, app/assets/stylesheets/shared/icomoon.scss */
.icon-aircraft-take-off:before {
  content: "\e95c";
}

/* line 700, app/assets/stylesheets/shared/icomoon.scss */
.icon-aircraft:before {
  content: "\e95d";
}

/* line 706, app/assets/stylesheets/shared/icomoon.scss */
.icon-align-bottom:before {
  content: "\e95e";
}

/* line 712, app/assets/stylesheets/shared/icomoon.scss */
.icon-align-horizontal-middle:before {
  content: "\e95f";
}

/* line 718, app/assets/stylesheets/shared/icomoon.scss */
.icon-align-left:before {
  content: "\e960";
}

/* line 724, app/assets/stylesheets/shared/icomoon.scss */
.icon-align-right:before {
  content: "\e961";
}

/* line 730, app/assets/stylesheets/shared/icomoon.scss */
.icon-align-top:before {
  content: "\e962";
}

/* line 736, app/assets/stylesheets/shared/icomoon.scss */
.icon-align-vertical-middle:before {
  content: "\e963";
}

/* line 742, app/assets/stylesheets/shared/icomoon.scss */
.icon-archive:before {
  content: "\e964";
}

/* line 748, app/assets/stylesheets/shared/icomoon.scss */
.icon-area-graph:before {
  content: "\e965";
}

/* line 754, app/assets/stylesheets/shared/icomoon.scss */
.icon-attachment:before {
  content: "\e966";
}

/* line 760, app/assets/stylesheets/shared/icomoon.scss */
.icon-awareness-ribbon:before {
  content: "\e967";
}

/* line 766, app/assets/stylesheets/shared/icomoon.scss */
.icon-back-in-time:before {
  content: "\e968";
}

/* line 772, app/assets/stylesheets/shared/icomoon.scss */
.icon-back:before {
  content: "\e969";
}

/* line 778, app/assets/stylesheets/shared/icomoon.scss */
.icon-bar-graph:before {
  content: "\e96a";
}

/* line 784, app/assets/stylesheets/shared/icomoon.scss */
.icon-battery:before {
  content: "\e96b";
}

/* line 790, app/assets/stylesheets/shared/icomoon.scss */
.icon-beamed-note:before {
  content: "\e96c";
}

/* line 796, app/assets/stylesheets/shared/icomoon.scss */
.icon-bell:before {
  content: "\e96d";
}

/* line 802, app/assets/stylesheets/shared/icomoon.scss */
.icon-blackboard:before {
  content: "\e96e";
}

/* line 808, app/assets/stylesheets/shared/icomoon.scss */
.icon-block:before {
  content: "\e96f";
}

/* line 814, app/assets/stylesheets/shared/icomoon.scss */
.icon-book:before {
  content: "\e970";
}

/* line 820, app/assets/stylesheets/shared/icomoon.scss */
.icon-bowl:before {
  content: "\e971";
}

/* line 826, app/assets/stylesheets/shared/icomoon.scss */
.icon-box:before {
  content: "\e972";
}

/* line 832, app/assets/stylesheets/shared/icomoon.scss */
.icon-briefcase:before {
  content: "\e973";
}

/* line 838, app/assets/stylesheets/shared/icomoon.scss */
.icon-browser:before {
  content: "\e974";
}

/* line 844, app/assets/stylesheets/shared/icomoon.scss */
.icon-brush:before {
  content: "\e975";
}

/* line 850, app/assets/stylesheets/shared/icomoon.scss */
.icon-bucket:before {
  content: "\e976";
}

/* line 856, app/assets/stylesheets/shared/icomoon.scss */
.icon-cake:before {
  content: "\e977";
}

/* line 862, app/assets/stylesheets/shared/icomoon.scss */
.icon-calculator:before {
  content: "\e978";
}

/* line 868, app/assets/stylesheets/shared/icomoon.scss */
.icon-calendar:before {
  content: "\e979";
}

/* line 874, app/assets/stylesheets/shared/icomoon.scss */
.icon-camera:before {
  content: "\e97a";
}

/* line 880, app/assets/stylesheets/shared/icomoon.scss */
.icon-ccw:before {
  content: "\e97b";
}

/* line 886, app/assets/stylesheets/shared/icomoon.scss */
.icon-chat:before {
  content: "\e97c";
}

/* line 892, app/assets/stylesheets/shared/icomoon.scss */
.icon-check:before {
  content: "\e97d";
}

/* line 898, app/assets/stylesheets/shared/icomoon.scss */
.icon-circle-with-cross:before {
  content: "\e97e";
}

/* line 904, app/assets/stylesheets/shared/icomoon.scss */
.icon-circle-with-minus:before {
  content: "\e97f";
}

/* line 910, app/assets/stylesheets/shared/icomoon.scss */
.icon-circle-with-plus:before {
  content: "\e980";
}

/* line 916, app/assets/stylesheets/shared/icomoon.scss */
.icon-circle:before {
  content: "\e981";
}

/* line 922, app/assets/stylesheets/shared/icomoon.scss */
.icon-circular-graph:before {
  content: "\e982";
}

/* line 928, app/assets/stylesheets/shared/icomoon.scss */
.icon-clapperboard:before {
  content: "\e983";
}

/* line 934, app/assets/stylesheets/shared/icomoon.scss */
.icon-clipboard:before {
  content: "\e984";
}

/* line 940, app/assets/stylesheets/shared/icomoon.scss */
.icon-clock:before {
  content: "\e985";
}

/* line 946, app/assets/stylesheets/shared/icomoon.scss */
.icon-code:before {
  content: "\e986";
}

/* line 952, app/assets/stylesheets/shared/icomoon.scss */
.icon-cog:before {
  content: "\e987";
}

/* line 958, app/assets/stylesheets/shared/icomoon.scss */
.icon-colours:before {
  content: "\e988";
}

/* line 964, app/assets/stylesheets/shared/icomoon.scss */
.icon-compass:before {
  content: "\e989";
}

/* line 970, app/assets/stylesheets/shared/icomoon.scss */
.icon-copy:before {
  content: "\e98a";
}

/* line 976, app/assets/stylesheets/shared/icomoon.scss */
.icon-credit-card:before {
  content: "\e98b";
}

/* line 982, app/assets/stylesheets/shared/icomoon.scss */
.icon-credit:before {
  content: "\e98c";
}

/* line 988, app/assets/stylesheets/shared/icomoon.scss */
.icon-cross:before {
  content: "\e98d";
}

/* line 994, app/assets/stylesheets/shared/icomoon.scss */
.icon-cup:before {
  content: "\e98e";
}

/* line 1000, app/assets/stylesheets/shared/icomoon.scss */
.icon-cw:before {
  content: "\e98f";
}

/* line 1006, app/assets/stylesheets/shared/icomoon.scss */
.icon-cycle:before {
  content: "\e990";
}

/* line 1012, app/assets/stylesheets/shared/icomoon.scss */
.icon-database:before {
  content: "\e991";
}

/* line 1018, app/assets/stylesheets/shared/icomoon.scss */
.icon-dial-pad:before {
  content: "\e992";
}

/* line 1024, app/assets/stylesheets/shared/icomoon.scss */
.icon-direction:before {
  content: "\e993";
}

/* line 1030, app/assets/stylesheets/shared/icomoon.scss */
.icon-document:before {
  content: "\ea26";
}

/* line 1036, app/assets/stylesheets/shared/icomoon.scss */
.icon-documents:before {
  content: "\e995";
}

/* line 1042, app/assets/stylesheets/shared/icomoon.scss */
.icon-drink:before {
  content: "\e996";
}

/* line 1048, app/assets/stylesheets/shared/icomoon.scss */
.icon-drive:before {
  content: "\e997";
}

/* line 1054, app/assets/stylesheets/shared/icomoon.scss */
.icon-drop:before {
  content: "\e998";
}

/* line 1060, app/assets/stylesheets/shared/icomoon.scss */
.icon-edit:before {
  content: "\e999";
}

/* line 1066, app/assets/stylesheets/shared/icomoon.scss */
.icon-email:before {
  content: "\e99a";
}

/* line 1072, app/assets/stylesheets/shared/icomoon.scss */
.icon-emoji-happy:before {
  content: "\e99b";
}

/* line 1078, app/assets/stylesheets/shared/icomoon.scss */
.icon-emoji-neutral:before {
  content: "\e99c";
}

/* line 1084, app/assets/stylesheets/shared/icomoon.scss */
.icon-emoji-sad:before {
  content: "\e99d";
}

/* line 1090, app/assets/stylesheets/shared/icomoon.scss */
.icon-erase:before {
  content: "\e99e";
}

/* line 1096, app/assets/stylesheets/shared/icomoon.scss */
.icon-eraser:before {
  content: "\e99f";
}

/* line 1102, app/assets/stylesheets/shared/icomoon.scss */
.icon-export:before {
  content: "\e9a0";
}

/* line 1108, app/assets/stylesheets/shared/icomoon.scss */
.icon-eye:before {
  content: "\e9a1";
}

/* line 1114, app/assets/stylesheets/shared/icomoon.scss */
.icon-feather:before {
  content: "\e9a2";
}

/* line 1120, app/assets/stylesheets/shared/icomoon.scss */
.icon-flag:before {
  content: "\e9a3";
}

/* line 1126, app/assets/stylesheets/shared/icomoon.scss */
.icon-flash:before {
  content: "\e9a4";
}

/* line 1132, app/assets/stylesheets/shared/icomoon.scss */
.icon-flashlight:before {
  content: "\e9a5";
}

/* line 1138, app/assets/stylesheets/shared/icomoon.scss */
.icon-flat-brush:before {
  content: "\e9a6";
}

/* line 1144, app/assets/stylesheets/shared/icomoon.scss */
.icon-folder-images:before {
  content: "\e9a7";
}

/* line 1150, app/assets/stylesheets/shared/icomoon.scss */
.icon-folder-music:before {
  content: "\e9a8";
}

/* line 1156, app/assets/stylesheets/shared/icomoon.scss */
.icon-folder-video:before {
  content: "\e9a9";
}

/* line 1162, app/assets/stylesheets/shared/icomoon.scss */
.icon-folder:before {
  content: "\e9aa";
}

/* line 1168, app/assets/stylesheets/shared/icomoon.scss */
.icon-forward:before {
  content: "\e9ab";
}

/* line 1174, app/assets/stylesheets/shared/icomoon.scss */
.icon-funnel:before {
  content: "\e9ac";
}

/* line 1180, app/assets/stylesheets/shared/icomoon.scss */
.icon-game-controller:before {
  content: "\e9ad";
}

/* line 1186, app/assets/stylesheets/shared/icomoon.scss */
.icon-gauge:before {
  content: "\e9ae";
}

/* line 1192, app/assets/stylesheets/shared/icomoon.scss */
.icon-globe:before {
  content: "\e9af";
}

/* line 1198, app/assets/stylesheets/shared/icomoon.scss */
.icon-graduation-cap:before {
  content: "\e9b0";
}

/* line 1204, app/assets/stylesheets/shared/icomoon.scss */
.icon-grid:before {
  content: "\e9b1";
}

/* line 1210, app/assets/stylesheets/shared/icomoon.scss */
.icon-hair-cross:before {
  content: "\e9b2";
}

/* line 1216, app/assets/stylesheets/shared/icomoon.scss */
.icon-hand:before {
  content: "\e9b3";
}

/* line 1222, app/assets/stylesheets/shared/icomoon.scss */
.icon-heart-outlined:before {
  content: "\e9b4";
}

/* line 1228, app/assets/stylesheets/shared/icomoon.scss */
.icon-heart:before {
  content: "\e9b5";
}

/* line 1234, app/assets/stylesheets/shared/icomoon.scss */
.icon-help-with-circle:before {
  content: "\e9b6";
}

/* line 1240, app/assets/stylesheets/shared/icomoon.scss */
.icon-help:before {
  content: "\e9b7";
}

/* line 1246, app/assets/stylesheets/shared/icomoon.scss */
.icon-home:before {
  content: "\e9b8";
}

/* line 1252, app/assets/stylesheets/shared/icomoon.scss */
.icon-hour-glass:before {
  content: "\e9b9";
}

/* line 1258, app/assets/stylesheets/shared/icomoon.scss */
.icon-image-inverted:before {
  content: "\e9ba";
}

/* line 1264, app/assets/stylesheets/shared/icomoon.scss */
.icon-image:before {
  content: "\e9bb";
}

/* line 1270, app/assets/stylesheets/shared/icomoon.scss */
.icon-images:before {
  content: "\e9bc";
}

/* line 1276, app/assets/stylesheets/shared/icomoon.scss */
.icon-inbox:before {
  content: "\e9bd";
}

/* line 1282, app/assets/stylesheets/shared/icomoon.scss */
.icon-infinity:before {
  content: "\e9be";
}

/* line 1288, app/assets/stylesheets/shared/icomoon.scss */
.icon-info-with-circle:before {
  content: "\e9bf";
}

/* line 1294, app/assets/stylesheets/shared/icomoon.scss */
.icon-info:before {
  content: "\e9c0";
}

/* line 1300, app/assets/stylesheets/shared/icomoon.scss */
.icon-key:before {
  content: "\e9c1";
}

/* line 1306, app/assets/stylesheets/shared/icomoon.scss */
.icon-keyboard:before {
  content: "\e9c2";
}

/* line 1312, app/assets/stylesheets/shared/icomoon.scss */
.icon-lab-flask:before {
  content: "\e9c3";
}

/* line 1318, app/assets/stylesheets/shared/icomoon.scss */
.icon-landline:before {
  content: "\e9c4";
}

/* line 1324, app/assets/stylesheets/shared/icomoon.scss */
.icon-language:before {
  content: "\e9c5";
}

/* line 1330, app/assets/stylesheets/shared/icomoon.scss */
.icon-laptop:before {
  content: "\e9c6";
}

/* line 1336, app/assets/stylesheets/shared/icomoon.scss */
.icon-leaf:before {
  content: "\e9c7";
}

/* line 1342, app/assets/stylesheets/shared/icomoon.scss */
.icon-level-down:before {
  content: "\e9c8";
}

/* line 1348, app/assets/stylesheets/shared/icomoon.scss */
.icon-level-up:before {
  content: "\e9c9";
}

/* line 1354, app/assets/stylesheets/shared/icomoon.scss */
.icon-lifebuoy:before {
  content: "\e9ca";
}

/* line 1360, app/assets/stylesheets/shared/icomoon.scss */
.icon-light-bulb:before {
  content: "\e9cb";
}

/* line 1366, app/assets/stylesheets/shared/icomoon.scss */
.icon-light-down:before {
  content: "\e9cc";
}

/* line 1372, app/assets/stylesheets/shared/icomoon.scss */
.icon-light-up:before {
  content: "\e9cd";
}

/* line 1378, app/assets/stylesheets/shared/icomoon.scss */
.icon-line-graph:before {
  content: "\e9ce";
}

/* line 1384, app/assets/stylesheets/shared/icomoon.scss */
.icon-link:before {
  content: "\e9cf";
}

/* line 1387, app/assets/stylesheets/shared/icomoon.scss */
.icon-link-with-circle:before {
  content: "\e9cf";
}

/* line 1396, app/assets/stylesheets/shared/icomoon.scss */
.icon-list:before {
  content: "\e9d0";
}

/* line 1402, app/assets/stylesheets/shared/icomoon.scss */
.icon-location-pin:before {
  content: "\e9d1";
}

/* line 1408, app/assets/stylesheets/shared/icomoon.scss */
.icon-location:before {
  content: "\e9d2";
}

/* line 1414, app/assets/stylesheets/shared/icomoon.scss */
.icon-lock-open:before {
  content: "\e9d3";
}

/* line 1420, app/assets/stylesheets/shared/icomoon.scss */
.icon-lock:before {
  content: "\e9d4";
}

/* line 1426, app/assets/stylesheets/shared/icomoon.scss */
.icon-log-out:before {
  content: "\e9d5";
}

/* line 1432, app/assets/stylesheets/shared/icomoon.scss */
.icon-login:before {
  content: "\e9d6";
}

/* line 1438, app/assets/stylesheets/shared/icomoon.scss */
.icon-loop:before {
  content: "\e9d7";
}

/* line 1444, app/assets/stylesheets/shared/icomoon.scss */
.icon-magnet:before {
  content: "\e9d8";
}

/* line 1450, app/assets/stylesheets/shared/icomoon.scss */
.icon-magnifying-glass:before {
  content: "\e9d9";
}

/* line 1456, app/assets/stylesheets/shared/icomoon.scss */
.icon-mail:before {
  content: "\e9da";
}

/* line 1462, app/assets/stylesheets/shared/icomoon.scss */
.icon-man:before {
  content: "\e9db";
}

/* line 1468, app/assets/stylesheets/shared/icomoon.scss */
.icon-map:before {
  content: "\e9dc";
}

/* line 1474, app/assets/stylesheets/shared/icomoon.scss */
.icon-mask:before {
  content: "\e9dd";
}

/* line 1480, app/assets/stylesheets/shared/icomoon.scss */
.icon-medal:before {
  content: "\e9de";
}

/* line 1486, app/assets/stylesheets/shared/icomoon.scss */
.icon-megaphone:before {
  content: "\e9df";
}

/* line 1492, app/assets/stylesheets/shared/icomoon.scss */
.icon-menu:before {
  content: "\e9e0";
}

/* line 1498, app/assets/stylesheets/shared/icomoon.scss */
.icon-message:before {
  content: "\e9e1";
}

/* line 1504, app/assets/stylesheets/shared/icomoon.scss */
.icon-mic:before {
  content: "\e9e2";
}

/* line 1510, app/assets/stylesheets/shared/icomoon.scss */
.icon-minus:before {
  content: "\e9e3";
}

/* line 1516, app/assets/stylesheets/shared/icomoon.scss */
.icon-mobile:before {
  content: "\e9e4";
}

/* line 1522, app/assets/stylesheets/shared/icomoon.scss */
.icon-modern-mic:before {
  content: "\e9e5";
}

/* line 1528, app/assets/stylesheets/shared/icomoon.scss */
.icon-moon:before {
  content: "\e9e6";
}

/* line 1534, app/assets/stylesheets/shared/icomoon.scss */
.icon-mouse:before {
  content: "\e9e7";
}

/* line 1540, app/assets/stylesheets/shared/icomoon.scss */
.icon-music:before {
  content: "\e9e8";
}

/* line 1546, app/assets/stylesheets/shared/icomoon.scss */
.icon-network:before {
  content: "\e9e9";
}

/* line 1552, app/assets/stylesheets/shared/icomoon.scss */
.icon-new-message:before {
  content: "\e9ea";
}

/* line 1558, app/assets/stylesheets/shared/icomoon.scss */
.icon-new:before {
  content: "\e9eb";
}

/* line 1564, app/assets/stylesheets/shared/icomoon.scss */
.icon-news:before {
  content: "\e9ec";
}

/* line 1570, app/assets/stylesheets/shared/icomoon.scss */
.icon-note:before {
  content: "\e9ed";
}

/* line 1576, app/assets/stylesheets/shared/icomoon.scss */
.icon-notification:before {
  content: "\e9ee";
}

/* line 1582, app/assets/stylesheets/shared/icomoon.scss */
.icon-old-mobile:before {
  content: "\e9ef";
}

/* line 1588, app/assets/stylesheets/shared/icomoon.scss */
.icon-old-phone:before {
  content: "\e9f0";
}

/* line 1594, app/assets/stylesheets/shared/icomoon.scss */
.icon-palette:before {
  content: "\e9f1";
}

/* line 1600, app/assets/stylesheets/shared/icomoon.scss */
.icon-paper-plane:before {
  content: "\e9f2";
}

/* line 1606, app/assets/stylesheets/shared/icomoon.scss */
.icon-pencil:before {
  content: "\e9f3";
}

/* line 1612, app/assets/stylesheets/shared/icomoon.scss */
.icon-phone:before {
  content: "\e9f4";
}

/* line 1618, app/assets/stylesheets/shared/icomoon.scss */
.icon-pie-chart:before {
  content: "\e9f5";
}

/* line 1624, app/assets/stylesheets/shared/icomoon.scss */
.icon-pin:before {
  content: "\e9f6";
}

/* line 1630, app/assets/stylesheets/shared/icomoon.scss */
.icon-plus:before {
  content: "\e9f7";
}

/* line 1636, app/assets/stylesheets/shared/icomoon.scss */
.icon-popup:before {
  content: "\e9f8";
}

/* line 1642, app/assets/stylesheets/shared/icomoon.scss */
.icon-power-plug:before {
  content: "\e9f9";
}

/* line 1648, app/assets/stylesheets/shared/icomoon.scss */
.icon-price-ribbon:before {
  content: "\e9fa";
}

/* line 1654, app/assets/stylesheets/shared/icomoon.scss */
.icon-price-tag:before {
  content: "\e9fb";
}

/* line 1660, app/assets/stylesheets/shared/icomoon.scss */
.icon-print:before {
  content: "\e9fc";
}

/* line 1666, app/assets/stylesheets/shared/icomoon.scss */
.icon-progress-empty:before {
  content: "\e9fd";
}

/* line 1672, app/assets/stylesheets/shared/icomoon.scss */
.icon-progress-full:before {
  content: "\e9fe";
}

/* line 1678, app/assets/stylesheets/shared/icomoon.scss */
.icon-progress-one:before {
  content: "\e9ff";
}

/* line 1684, app/assets/stylesheets/shared/icomoon.scss */
.icon-progress-two:before {
  content: "\ea00";
}

/* line 1690, app/assets/stylesheets/shared/icomoon.scss */
.icon-publish:before {
  content: "\ea01";
}

/* line 1696, app/assets/stylesheets/shared/icomoon.scss */
.icon-quote:before {
  content: "\ea02";
}

/* line 1702, app/assets/stylesheets/shared/icomoon.scss */
.icon-radio:before {
  content: "\ea03";
}

/* line 1708, app/assets/stylesheets/shared/icomoon.scss */
.icon-reply-all:before {
  content: "\ea04";
}

/* line 1714, app/assets/stylesheets/shared/icomoon.scss */
.icon-reply:before {
  content: "\ea05";
}

/* line 1720, app/assets/stylesheets/shared/icomoon.scss */
.icon-retweet:before {
  content: "\ea06";
}

/* line 1726, app/assets/stylesheets/shared/icomoon.scss */
.icon-rocket:before {
  content: "\ea07";
}

/* line 1732, app/assets/stylesheets/shared/icomoon.scss */
.icon-round-brush:before {
  content: "\ea08";
}

/* line 1738, app/assets/stylesheets/shared/icomoon.scss */
.icon-rss:before {
  content: "\ea09";
}

/* line 1744, app/assets/stylesheets/shared/icomoon.scss */
.icon-ruler:before {
  content: "\ea0a";
}

/* line 1750, app/assets/stylesheets/shared/icomoon.scss */
.icon-scissors:before {
  content: "\ea0b";
}

/* line 1756, app/assets/stylesheets/shared/icomoon.scss */
.icon-share-alternitive:before {
  content: "\ea0c";
}

/* line 1762, app/assets/stylesheets/shared/icomoon.scss */
.icon-share:before {
  content: "\ea0d";
}

/* line 1768, app/assets/stylesheets/shared/icomoon.scss */
.icon-shareable:before {
  content: "\ea0e";
}

/* line 1774, app/assets/stylesheets/shared/icomoon.scss */
.icon-shield:before {
  content: "\ea0f";
}

/* line 1780, app/assets/stylesheets/shared/icomoon.scss */
.icon-shop:before {
  content: "\ea10";
}

/* line 1786, app/assets/stylesheets/shared/icomoon.scss */
.icon-shopping-bag:before {
  content: "\ea11";
}

/* line 1792, app/assets/stylesheets/shared/icomoon.scss */
.icon-shopping-basket:before {
  content: "\ea12";
}

/* line 1798, app/assets/stylesheets/shared/icomoon.scss */
.icon-shopping-cart:before {
  content: "\ea13";
}

/* line 1804, app/assets/stylesheets/shared/icomoon.scss */
.icon-shuffle:before {
  content: "\ea14";
}

/* line 1810, app/assets/stylesheets/shared/icomoon.scss */
.icon-signal:before {
  content: "\ea15";
}

/* line 1816, app/assets/stylesheets/shared/icomoon.scss */
.icon-sound-mix:before {
  content: "\ea16";
}

/* line 1822, app/assets/stylesheets/shared/icomoon.scss */
.icon-sports-club:before {
  content: "\ea17";
}

/* line 1828, app/assets/stylesheets/shared/icomoon.scss */
.icon-spreadsheet:before {
  content: "\ea18";
}

/* line 1834, app/assets/stylesheets/shared/icomoon.scss */
.icon-squared-cross:before {
  content: "\ea19";
}

/* line 1840, app/assets/stylesheets/shared/icomoon.scss */
.icon-squared-minus:before {
  content: "\ea1a";
}

/* line 1846, app/assets/stylesheets/shared/icomoon.scss */
.icon-squared-plus:before {
  content: "\ea1b";
}

/* line 1852, app/assets/stylesheets/shared/icomoon.scss */
.icon-star-outlined:before {
  content: "\ea1c";
}

/* line 1858, app/assets/stylesheets/shared/icomoon.scss */
.icon-star:before {
  content: "\ea1d";
}

/* line 1864, app/assets/stylesheets/shared/icomoon.scss */
.icon-stopwatch:before {
  content: "\ea1e";
}

/* line 1870, app/assets/stylesheets/shared/icomoon.scss */
.icon-suitcase:before {
  content: "\ea1f";
}

/* line 1876, app/assets/stylesheets/shared/icomoon.scss */
.icon-swap:before {
  content: "\ea20";
}

/* line 1882, app/assets/stylesheets/shared/icomoon.scss */
.icon-sweden:before {
  content: "\ea21";
}

/* line 1888, app/assets/stylesheets/shared/icomoon.scss */
.icon-switch:before {
  content: "\ea22";
}

/* line 1894, app/assets/stylesheets/shared/icomoon.scss */
.icon-tablet:before {
  content: "\ea23";
}

/* line 1900, app/assets/stylesheets/shared/icomoon.scss */
.icon-tag:before {
  content: "\ea24";
}

/* line 1906, app/assets/stylesheets/shared/icomoon.scss */
.icon-text-document-inverted:before {
  content: "\ea25";
}

/* line 1912, app/assets/stylesheets/shared/icomoon.scss */
.icon-text-document:before {
  content: "\ea26";
}

/* line 1918, app/assets/stylesheets/shared/icomoon.scss */
.icon-text:before {
  content: "\ea27";
}

/* line 1924, app/assets/stylesheets/shared/icomoon.scss */
.icon-thermometer:before {
  content: "\ea28";
}

/* line 1930, app/assets/stylesheets/shared/icomoon.scss */
.icon-thumbs-down:before {
  content: "\ea29";
}

/* line 1936, app/assets/stylesheets/shared/icomoon.scss */
.icon-thumbs-up:before {
  content: "\ea2a";
}

/* line 1942, app/assets/stylesheets/shared/icomoon.scss */
.icon-thunder-cloud:before {
  content: "\ea2b";
}

/* line 1948, app/assets/stylesheets/shared/icomoon.scss */
.icon-ticket:before {
  content: "\ea2c";
}

/* line 1954, app/assets/stylesheets/shared/icomoon.scss */
.icon-time-slot:before {
  content: "\ea2d";
}

/* line 1960, app/assets/stylesheets/shared/icomoon.scss */
.icon-tools:before {
  content: "\ea2e";
}

/* line 1966, app/assets/stylesheets/shared/icomoon.scss */
.icon-traffic-cone:before {
  content: "\ea2f";
}

/* line 1972, app/assets/stylesheets/shared/icomoon.scss */
.icon-tree:before {
  content: "\ea30";
}

/* line 1978, app/assets/stylesheets/shared/icomoon.scss */
.icon-trophy:before {
  content: "\ea31";
}

/* line 1984, app/assets/stylesheets/shared/icomoon.scss */
.icon-tv:before {
  content: "\ea32";
}

/* line 1990, app/assets/stylesheets/shared/icomoon.scss */
.icon-typing:before {
  content: "\ea33";
}

/* line 1996, app/assets/stylesheets/shared/icomoon.scss */
.icon-unread:before {
  content: "\ea34";
}

/* line 2002, app/assets/stylesheets/shared/icomoon.scss */
.icon-untag:before {
  content: "\ea35";
}

/* line 2008, app/assets/stylesheets/shared/icomoon.scss */
.icon-user:before {
  content: "\ea36";
}

/* line 2014, app/assets/stylesheets/shared/icomoon.scss */
.icon-users:before {
  content: "\ea37";
}

/* line 2020, app/assets/stylesheets/shared/icomoon.scss */
.icon-v-card:before {
  content: "\ea38";
}

/* line 2026, app/assets/stylesheets/shared/icomoon.scss */
.icon-video:before {
  content: "\ea39";
}

/* line 2032, app/assets/stylesheets/shared/icomoon.scss */
.icon-vinyl:before {
  content: "\ea3a";
}

/* line 2038, app/assets/stylesheets/shared/icomoon.scss */
.icon-voicemail:before {
  content: "\ea3b";
}

/* line 2044, app/assets/stylesheets/shared/icomoon.scss */
.icon-wallet:before {
  content: "\ea3c";
}

/* line 2050, app/assets/stylesheets/shared/icomoon.scss */
.icon-water:before {
  content: "\ea3d";
}

/* line 2056, app/assets/stylesheets/shared/icomoon.scss */
.icon-500px-with-circle:before {
  content: "\ea3e";
}

/* line 2062, app/assets/stylesheets/shared/icomoon.scss */
.icon-500px:before {
  content: "\ea3f";
}

/* line 2068, app/assets/stylesheets/shared/icomoon.scss */
.icon-basecamp:before {
  content: "\ea40";
}

/* line 2074, app/assets/stylesheets/shared/icomoon.scss */
.icon-behance:before {
  content: "\ea41";
}

/* line 2080, app/assets/stylesheets/shared/icomoon.scss */
.icon-creative-cloud:before {
  content: "\ea42";
}

/* line 2086, app/assets/stylesheets/shared/icomoon.scss */
.icon-dropbox:before {
  content: "\ea43";
}

/* line 2092, app/assets/stylesheets/shared/icomoon.scss */
.icon-evernote:before {
  content: "\ea44";
}

/* line 2098, app/assets/stylesheets/shared/icomoon.scss */
.icon-flattr:before {
  content: "\ea45";
}

/* line 2104, app/assets/stylesheets/shared/icomoon.scss */
.icon-foursquare:before {
  content: "\ea46";
}

/* line 2110, app/assets/stylesheets/shared/icomoon.scss */
.icon-google-drive:before {
  content: "\ea47";
}

/* line 2116, app/assets/stylesheets/shared/icomoon.scss */
.icon-google-hangouts:before {
  content: "\ea48";
}

/* line 2122, app/assets/stylesheets/shared/icomoon.scss */
.icon-grooveshark:before {
  content: "\ea49";
}

/* line 2128, app/assets/stylesheets/shared/icomoon.scss */
.icon-icloud:before {
  content: "\ea4a";
}

/* line 2134, app/assets/stylesheets/shared/icomoon.scss */
.icon-mixi:before {
  content: "\ea4b";
}

/* line 2140, app/assets/stylesheets/shared/icomoon.scss */
.icon-onedrive:before {
  content: "\ea4c";
}

/* line 2146, app/assets/stylesheets/shared/icomoon.scss */
.icon-paypal:before {
  content: "\ea4d";
}

/* line 2152, app/assets/stylesheets/shared/icomoon.scss */
.icon-picasa:before {
  content: "\ea4e";
}

/* line 2158, app/assets/stylesheets/shared/icomoon.scss */
.icon-qq:before {
  content: "\ea4f";
}

/* line 2164, app/assets/stylesheets/shared/icomoon.scss */
.icon-rdio-with-circle:before {
  content: "\ea50";
}

/* line 2170, app/assets/stylesheets/shared/icomoon.scss */
.icon-renren:before {
  content: "\ea51";
}

/* line 2176, app/assets/stylesheets/shared/icomoon.scss */
.icon-scribd:before {
  content: "\ea52";
}

/* line 2182, app/assets/stylesheets/shared/icomoon.scss */
.icon-sina-weibo:before {
  content: "\ea53";
}

/* line 2188, app/assets/stylesheets/shared/icomoon.scss */
.icon-skype-with-circle:before {
  content: "\ea54";
}

/* line 2194, app/assets/stylesheets/shared/icomoon.scss */
.icon-skype:before {
  content: "\ea55";
}

/* line 2200, app/assets/stylesheets/shared/icomoon.scss */
.icon-slideshare:before {
  content: "\ea56";
}

/* line 2206, app/assets/stylesheets/shared/icomoon.scss */
.icon-smashing:before {
  content: "\ea57";
}

/* line 2212, app/assets/stylesheets/shared/icomoon.scss */
.icon-soundcloud:before {
  content: "\ea58";
}

/* line 2218, app/assets/stylesheets/shared/icomoon.scss */
.icon-spotify-with-circle:before {
  content: "\ea59";
}

/* line 2224, app/assets/stylesheets/shared/icomoon.scss */
.icon-spotify:before {
  content: "\ea5a";
}

/* line 2230, app/assets/stylesheets/shared/icomoon.scss */
.icon-swarm:before {
  content: "\ea5b";
}

/* line 2236, app/assets/stylesheets/shared/icomoon.scss */
.icon-vine-with-circle:before {
  content: "\ea5c";
}

/* line 2242, app/assets/stylesheets/shared/icomoon.scss */
.icon-vine:before {
  content: "\ea5d";
}

/* line 2248, app/assets/stylesheets/shared/icomoon.scss */
.icon-vk-alternitive:before {
  content: "\ea5e";
}

/* line 2254, app/assets/stylesheets/shared/icomoon.scss */
.icon-vk-with-circle:before {
  content: "\ea5f";
}

/* line 2260, app/assets/stylesheets/shared/icomoon.scss */
.icon-vk:before {
  content: "\ea60";
}

/* line 2266, app/assets/stylesheets/shared/icomoon.scss */
.icon-xing-with-circle:before {
  content: "\ea61";
}

/* line 2272, app/assets/stylesheets/shared/icomoon.scss */
.icon-xing:before {
  content: "\ea62";
}

/* line 2278, app/assets/stylesheets/shared/icomoon.scss */
.icon-yelp:before {
  content: "\ea63";
}

/* line 2284, app/assets/stylesheets/shared/icomoon.scss */
.icon-dribbble-with-circle:before {
  content: "\ea64";
}

/* line 2290, app/assets/stylesheets/shared/icomoon.scss */
.icon-dribbble:before {
  content: "\ea65";
}

/* line 2296, app/assets/stylesheets/shared/icomoon.scss */
.icon-facebook-with-circle:before {
  content: "\ea66";
}

/* line 2302, app/assets/stylesheets/shared/icomoon.scss */
.icon-facebook:before {
  content: "\ea67";
}

/* line 2308, app/assets/stylesheets/shared/icomoon.scss */
.icon-flickr-with-circle:before {
  content: "\ea68";
}

/* line 2314, app/assets/stylesheets/shared/icomoon.scss */
.icon-flickr:before {
  content: "\ea69";
}

/* line 2320, app/assets/stylesheets/shared/icomoon.scss */
.icon-github-with-circle:before {
  content: "\ea6a";
}

/* line 2326, app/assets/stylesheets/shared/icomoon.scss */
.icon-github:before {
  content: "\ea6b";
}

/* line 2332, app/assets/stylesheets/shared/icomoon.scss */
.icon-google-with-circle:before {
  content: "\ea6c";
}

/* line 2338, app/assets/stylesheets/shared/icomoon.scss */
.icon-google:before {
  content: "\ea6d";
}

/* line 2344, app/assets/stylesheets/shared/icomoon.scss */
.icon-instagram-with-circle:before {
  content: "\ea6e";
}

/* line 2350, app/assets/stylesheets/shared/icomoon.scss */
.icon-instagram:before {
  content: "\ea6f";
}

/* line 2356, app/assets/stylesheets/shared/icomoon.scss */
.icon-lastfm-with-circle:before {
  content: "\ea70";
}

/* line 2362, app/assets/stylesheets/shared/icomoon.scss */
.icon-lastfm:before {
  content: "\ea71";
}

/* line 2368, app/assets/stylesheets/shared/icomoon.scss */
.icon-linkedin-with-circle:before {
  content: "\ea72";
}

/* line 2374, app/assets/stylesheets/shared/icomoon.scss */
.icon-linkedin:before {
  content: "\ea73";
}

/* line 2380, app/assets/stylesheets/shared/icomoon.scss */
.icon-pinterest-with-circle:before {
  content: "\ea74";
}

/* line 2386, app/assets/stylesheets/shared/icomoon.scss */
.icon-pinterest:before {
  content: "\ea75";
}

/* line 2392, app/assets/stylesheets/shared/icomoon.scss */
.icon-rdio:before {
  content: "\ea76";
}

/* line 2398, app/assets/stylesheets/shared/icomoon.scss */
.icon-stumbleupon-with-circle:before {
  content: "\ea77";
}

/* line 2404, app/assets/stylesheets/shared/icomoon.scss */
.icon-stumbleupon:before {
  content: "\ea78";
}

/* line 2410, app/assets/stylesheets/shared/icomoon.scss */
.icon-tumblr-with-circle:before {
  content: "\ea79";
}

/* line 2416, app/assets/stylesheets/shared/icomoon.scss */
.icon-tumblr:before {
  content: "\ea7a";
}

/* line 2422, app/assets/stylesheets/shared/icomoon.scss */
.icon-twitter-with-circle:before {
  content: "\ea7b";
}

/* line 2428, app/assets/stylesheets/shared/icomoon.scss */
.icon-twitter:before {
  content: "\ea7c";
}

/* line 2434, app/assets/stylesheets/shared/icomoon.scss */
.icon-vimeo-with-circle:before {
  content: "\ea7d";
}

/* line 2440, app/assets/stylesheets/shared/icomoon.scss */
.icon-vimeo:before {
  content: "\ea7e";
}

/* line 2446, app/assets/stylesheets/shared/icomoon.scss */
.icon-youtube-with-circle:before {
  content: "\ea7f";
}

/* line 2452, app/assets/stylesheets/shared/icomoon.scss */
.icon-youtube:before {
  content: "\ea80";
}

@font-face {
  font-family: "extends";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url(//assets-aws.teamtailor-cdn.com/assets/fonts/extends-452e2713bdf4e2d310b07c30db9b6c272d560f61266bd44fe58f7b5de9aa26ba.eot?-d73umv);
  src: url(//assets-aws.teamtailor-cdn.com/assets/fonts/extends-452e2713bdf4e2d310b07c30db9b6c272d560f61266bd44fe58f7b5de9aa26ba.eot?#iefix-d73umv) format("embedded-opentype"), url(//assets-aws.teamtailor-cdn.com/assets/fonts/extends-db232b71bf8d70945e0a7db28ac631ebdff65c4f8d95b57c146de63c2fd0daae.woff?-d73umv) format("woff"), url(//assets-aws.teamtailor-cdn.com/assets/fonts/extends-c02693019428ab77bd491fad058f58aae28262c64fcdab6e90360e2be2e90e8e.ttf?-d73umv) format("truetype"), url(//assets-aws.teamtailor-cdn.com/assets/fonts/extends-4f5a614fa3ab233519ca9e5f339505389ff3c6cf794a5eff15ea6901883d71b6.svg?-d73umv#extends) format("svg");
}

/* line 14, app/assets/stylesheets/shared/icons-extends.scss */
[class^="icon-extend"],
[class*=" icon-extend"] {
  font-family: 'extends';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 28, app/assets/stylesheets/shared/icons-extends.scss */
.iconextend-cards:before {
  content: "\e900";
}

/* line 33, app/assets/stylesheets/shared/icons-extends.scss */
.icon-extend-actitivy:before {
  content: "\e901";
}

/* line 38, app/assets/stylesheets/shared/icons-extends.scss */
.icon-extend-add:before {
  content: "\e902";
}

/* line 43, app/assets/stylesheets/shared/icons-extends.scss */
.icon-extend-emailreject:before {
  content: "\e903";
}

/* line 48, app/assets/stylesheets/shared/icons-extends.scss */
.iconextend-stack:before {
  content: "\e904";
}

/* line 53, app/assets/stylesheets/shared/icons-extends.scss */
.icon-extend-signal-stream-solid:before {
  content: "\e900";
}

/* Bitters 0.10.0
 * http://bitters.bourbon.io
 * Copyright 2013–2014 thoughtbot, inc.
 * MIT License */
/* line 1, app/assets/stylesheets/jobsite/bitters/extends/_button.scss */
button,
.btn,
.btn-link,
.btn-apply {
  -webkit-font-smoothing: antialiased;
  border-radius: 3px;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  padding: 15px 35px;
  text-decoration: none;
  text-transform: uppercase;
  border-width: 2px;
  border-style: solid;
  border-radius: 40px;
  font-size: 14px;
  letter-spacing: 2px;
}

/* line 16, app/assets/stylesheets/jobsite/bitters/extends/_button.scss */
button:disabled,
.btn:disabled,
.btn-link:disabled,
.btn-apply:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

/* line 1, app/assets/stylesheets/jobsite/bitters/_typography.scss */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Nunito", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.5;
}

@media screen and (min-width: 768px) and (14: 8) {
  /* line 1, app/assets/stylesheets/jobsite/bitters/_typography.scss */
  body {
    font-size: 21px;
  }
}

/* line 19, app/assets/stylesheets/jobsite/bitters/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  text-align: center;
  text-rendering: optimizeLegibility;
  line-height: 1.25;
  font-family: "Nunito", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: normal;
  word-break: break-word;
  -ms-word-break: break-word;
}

/* line 35, app/assets/stylesheets/jobsite/bitters/_typography.scss */
h1 {
  font-size: 35px;
  line-height: 1.25;
  word-wrap: break-word;
}

@media screen and (min-width: 768px) and (14: 8) {
  /* line 35, app/assets/stylesheets/jobsite/bitters/_typography.scss */
  h1 {
    font-size: 55px;
  }
}

/* line 45, app/assets/stylesheets/jobsite/bitters/_typography.scss */
h2 {
  font-size: 30px;
  margin-bottom: 0.375em;
}

@media screen and (min-width: 768px) and (14: 8) {
  /* line 45, app/assets/stylesheets/jobsite/bitters/_typography.scss */
  h2 {
    font-size: 40px;
  }
}

/* line 54, app/assets/stylesheets/jobsite/bitters/_typography.scss */
h3 {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 0.75em;
  line-height: 29px;
}

@media screen and (min-width: 768px) and (14: 8) {
  /* line 54, app/assets/stylesheets/jobsite/bitters/_typography.scss */
  h3 {
    font-size: 24px;
  }
}

/* line 65, app/assets/stylesheets/jobsite/bitters/_typography.scss */
h4 {
  font-size: 26.25px;
}

/* line 69, app/assets/stylesheets/jobsite/bitters/_typography.scss */
h5 {
  font-size: 21px;
}

/* line 73, app/assets/stylesheets/jobsite/bitters/_typography.scss */
h6 {
  font-size: 16.1532px;
  font-weight: normal;
  text-transform: uppercase;
}

/* line 79, app/assets/stylesheets/jobsite/bitters/_typography.scss */
p {
  margin: 0 0 0.75em;
}

/* line 83, app/assets/stylesheets/jobsite/bitters/_typography.scss */
b,
strong {
  font-weight: bold;
}

/* line 88, app/assets/stylesheets/jobsite/bitters/_typography.scss */
a {
  text-decoration: none;
  -webkit-transition: color .1s linear;
  transition: color .1s linear;
}

/* line 93, app/assets/stylesheets/jobsite/bitters/_typography.scss */
hr {
  border-bottom: 1px solid #dce0e4;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}

/* line 101, app/assets/stylesheets/jobsite/bitters/_typography.scss */
img,
picture {
  margin: 0;
  max-width: 100%;
  height: auto !important;
}

/* line 108, app/assets/stylesheets/jobsite/bitters/_typography.scss */
blockquote {
  border-left: 2px solid #dce0e4;
  margin: 1.5em 0;
  padding-left: 0.75em;
}

/* line 114, app/assets/stylesheets/jobsite/bitters/_typography.scss */
cite {
  font-style: italic;
}

/* line 117, app/assets/stylesheets/jobsite/bitters/_typography.scss */
cite:before {
  content: "\2014 \00A0";
}

/* line 122, app/assets/stylesheets/jobsite/bitters/_typography.scss */
address {
  font-style: normal;
}

/* line 126, app/assets/stylesheets/jobsite/bitters/_typography.scss */
figcaption {
  font-style: italic;
}

/* line 1, app/assets/stylesheets/jobsite/bitters/_forms.scss */
fieldset {
  border: none;
  padding: 0;
  margin: 0 0 1.5em 0;
}

/* line 7, app/assets/stylesheets/jobsite/bitters/_forms.scss */
input,
label,
select {
  display: block;
  font-size: 21px;
}

/* line 14, app/assets/stylesheets/jobsite/bitters/_forms.scss */
label {
  margin-bottom: 0.375em;
  font-weight: bold;
}

/* line 18, app/assets/stylesheets/jobsite/bitters/_forms.scss */
label abbr {
  display: none;
}

/* line 23, app/assets/stylesheets/jobsite/bitters/_forms.scss */
textarea,
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input:not([type]),
select[multiple=multiple] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-bottom: 1.5em;
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  background-color: #fff;
  padding: 0.75em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: rgba(0, 0, 0, 0.8);
  font-size: 21px;
  width: 100%;
  -webkit-transition: border-color;
  transition: border-color;
}

/* line 52, app/assets/stylesheets/jobsite/bitters/_forms.scss */
textarea::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, select[multiple=multiple]::-webkit-input-placeholder {
  color: rgba(38, 38, 38, 0.8);
  opacity: 1;
}
textarea::-moz-placeholder, input[type="color"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input:not([type])::-moz-placeholder, select[multiple=multiple]::-moz-placeholder {
  color: rgba(38, 38, 38, 0.8);
  opacity: 1;
}
textarea:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, select[multiple=multiple]:-ms-input-placeholder {
  color: rgba(38, 38, 38, 0.8);
  opacity: 1;
}
textarea::-ms-input-placeholder, input[type="color"]::-ms-input-placeholder, input[type="date"]::-ms-input-placeholder, input[type="datetime"]::-ms-input-placeholder, input[type="datetime-local"]::-ms-input-placeholder, input[type="email"]::-ms-input-placeholder, input[type="month"]::-ms-input-placeholder, input[type="number"]::-ms-input-placeholder, input[type="password"]::-ms-input-placeholder, input[type="search"]::-ms-input-placeholder, input[type="tel"]::-ms-input-placeholder, input[type="text"]::-ms-input-placeholder, input[type="time"]::-ms-input-placeholder, input[type="url"]::-ms-input-placeholder, input[type="week"]::-ms-input-placeholder, input:not([type])::-ms-input-placeholder, select[multiple=multiple]::-ms-input-placeholder {
  color: rgba(38, 38, 38, 0.8);
  opacity: 1;
}
textarea::placeholder,
input[type="color"]::placeholder,
input[type="date"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="email"]::placeholder,
input[type="month"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="text"]::placeholder,
input[type="time"]::placeholder,
input[type="url"]::placeholder,
input[type="week"]::placeholder,
input:not([type])::placeholder,
select[multiple=multiple]::placeholder {
  color: rgba(38, 38, 38, 0.8);
  opacity: 1;
}

/* line 58, app/assets/stylesheets/jobsite/bitters/_forms.scss */
textarea {
  resize: vertical;
}

/* line 62, app/assets/stylesheets/jobsite/bitters/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 66, app/assets/stylesheets/jobsite/bitters/_forms.scss */
input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

/* line 72, app/assets/stylesheets/jobsite/bitters/_forms.scss */
input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%;
}

/* line 78, app/assets/stylesheets/jobsite/bitters/_forms.scss */
.input.file {
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  height: 58px;
}

/* line 84, app/assets/stylesheets/jobsite/bitters/_forms.scss */
.input.file input[type="file"] {
  opacity: 0;
  cursor: pointer;
  height: 100%;
}

/* line 91, app/assets/stylesheets/jobsite/bitters/_forms.scss */
.input.file label {
  margin-bottom: 0;
  text-align: center;
  line-height: 56px;
}

/* line 99, app/assets/stylesheets/jobsite/bitters/_forms.scss */
select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}

/* line 105, app/assets/stylesheets/jobsite/bitters/_forms.scss */
.error_notification {
  text-align: center;
  color: #6b010e;
  border-top: 5px solid #d0021b;
  background-color: #fea0ab;
  width: 100%;
  padding: 1em;
  margin-bottom: 2em;
}

/* line 114, app/assets/stylesheets/jobsite/bitters/_forms.scss */
.error_notification__error-list {
  padding-left: 1.5em;
  text-align: left;
  list-style-type: initial;
}

/* line 121, app/assets/stylesheets/jobsite/bitters/_forms.scss */
.label-optional {
  font-size: 14px;
}

/* line 125, app/assets/stylesheets/jobsite/bitters/_forms.scss */
.field-with-errors {
  margin-bottom: 1.5em;
}

/* line 128, app/assets/stylesheets/jobsite/bitters/_forms.scss */
.field-with-errors input, .field-with-errors textarea {
  margin-bottom: 0;
  border-color: #d0021b;
}

/* line 132, app/assets/stylesheets/jobsite/bitters/_forms.scss */
.field-with-errors input:hover, .field-with-errors input:active, .field-with-errors input:focus, .field-with-errors textarea:hover, .field-with-errors textarea:active, .field-with-errors textarea:focus {
  border-color: #d0021b;
}

/* line 137, app/assets/stylesheets/jobsite/bitters/_forms.scss */
.field-with-errors .error {
  color: #d0021b;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: bold;
}

/* line 1, app/assets/stylesheets/jobsite/bitters/_tables.scss */
table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

/* line 8, app/assets/stylesheets/jobsite/bitters/_tables.scss */
th {
  border-bottom: 1px solid #b1bac3;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left;
}

/* line 15, app/assets/stylesheets/jobsite/bitters/_tables.scss */
td {
  border-bottom: 1px solid #dce0e4;
  padding: 0.75em 0;
}

/* line 20, app/assets/stylesheets/jobsite/bitters/_tables.scss */
tr,
td,
th {
  vertical-align: middle;
}

/* line 1, app/assets/stylesheets/jobsite/bitters/_lists.scss */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* line 20, app/assets/stylesheets/jobsite/bitters/_lists.scss */
dl {
  margin-bottom: 0.75em;
}

/* line 23, app/assets/stylesheets/jobsite/bitters/_lists.scss */
dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}

/* line 28, app/assets/stylesheets/jobsite/bitters/_lists.scss */
dl dd {
  margin: 0;
}

/* line 1, app/assets/stylesheets/jobsite/bitters/_buttons.scss */
button,
.btn,
.btn-link,
.btn-apply {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

/* line 13, app/assets/stylesheets/jobsite/bitters/_buttons.scss */
.btn-link {
  max-width: 90%;
  padding: 18px 50px 18px 30px;
  position: relative;
}

/* line 18, app/assets/stylesheets/jobsite/bitters/_buttons.scss */
.btn-link span {
  display: block;
  line-height: normal;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
}

/* line 27, app/assets/stylesheets/jobsite/bitters/_buttons.scss */
.btn-link:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  content: '\e923';
  font-size: 24px;
  line-height: 0;
  position: absolute;
  right: 15px;
  top: 28px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* line 38, app/assets/stylesheets/jobsite/bitters/_buttons.scss */
.btn-link:hover:after {
  right: 10px;
}

/* line 43, app/assets/stylesheets/jobsite/bitters/_buttons.scss */
.btn-apply,
.btn-apply[type="submit"] {
  border: none;
  border-radius: 3px;
  font-size: 14px;
  padding: 20px 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  width: 100%;
}

/* line 18, app/assets/stylesheets/shared/_chat.scss */
body.mobile,
html.mobile {
  height: 100%;
}

/* line 23, app/assets/stylesheets/shared/_chat.scss */
.hidden {
  display: none;
}

/* line 27, app/assets/stylesheets/shared/_chat.scss */
#messenger-frame {
  position: fixed;
  right: 0;
  bottom: 45px;
  left: 0;
  z-index: 97;
  margin-top: 0;
  width: 100%;
  max-width: 100%;
  height: 600px;
  min-height: 0;
}

@media screen and (min-width: 768px) and (14: 8) {
  /* line 27, app/assets/stylesheets/shared/_chat.scss */
  #messenger-frame {
    right: 10px;
    left: auto;
    max-width: 410px;
  }
}

/* line 46, app/assets/stylesheets/shared/_chat.scss */
.chat {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-align: space-between;
      align-items: space-between;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.29);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.29);
  width: 100vw;
  max-width: 600px;
  height: 100vh;
  max-height: 100vh;
  font-size: 16px;
}

/* line 59, app/assets/stylesheets/shared/_chat.scss */
.chat__nav {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
  z-index: 10;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.34);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.34);
  background-color: #314253;
  padding: 20px;
  line-height: 18px;
  color: #fff;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 600;
}

/* line 74, app/assets/stylesheets/shared/_chat.scss */
.chat__nav__picture {
  border: 2px solid #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

/* line 81, app/assets/stylesheets/shared/_chat.scss */
.chat__nav__header {
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding-right: 10px;
  padding-left: 10px;
}

/* line 87, app/assets/stylesheets/shared/_chat.scss */
.chat__nav__header__title {
  margin-top: 2px;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
}

/* line 94, app/assets/stylesheets/shared/_chat.scss */
.chat__nav__signout {
  position: relative;
}

/* line 97, app/assets/stylesheets/shared/_chat.scss */
.chat__nav__signout a {
  color: #fff;
  font-size: 12px;
}

/* line 103, app/assets/stylesheets/shared/_chat.scss */
.chat__nav__signout__dropdown {
  position: absolute;
  top: 25px;
  right: 0;
  width: 100px;
  text-align: right;
}

/* line 111, app/assets/stylesheets/shared/_chat.scss */
.chat__nav__signout__dropdown-trigger {
  cursor: pointer;
}

/* line 115, app/assets/stylesheets/shared/_chat.scss */
.chat__dialog {
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: column;
      flex-flow: column;
  background-color: #fff;
  padding: 20px;
  overflow: auto;
  font-weight: 400;
}

/* line 124, app/assets/stylesheets/shared/_chat.scss */
.chat__dialog > .chat__dialog__divider {
  display: none;
}

/* line 128, app/assets/stylesheets/shared/_chat.scss */
.chat__dialog > .chat__dialog__divider ~ .chat__dialog__divider {
  display: -ms-flexbox;
  display: flex;
}

/* line 132, app/assets/stylesheets/shared/_chat.scss */
.chat__dialog ul,
.chat__dialog ol {
  margin-bottom: 5px;
  padding-left: 20px;
}

/* line 138, app/assets/stylesheets/shared/_chat.scss */
.chat__dialog ul {
  list-style-type: initial;
}

/* line 142, app/assets/stylesheets/shared/_chat.scss */
.chat__dialog ol {
  list-style-type: decimal;
}

/* line 147, app/assets/stylesheets/shared/_chat.scss */
.chat__dialog__divider {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  clear: both;
  margin-top: 20px;
  margin-right: -20px;
  margin-bottom: 20px;
  margin-left: -20px;
  min-width: 100%;
}

/* line 158, app/assets/stylesheets/shared/_chat.scss */
.chat__dialog__divider .chat__dialog__divider__line {
  -ms-flex: 1;
      flex: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  border-bottom: 1px solid #f3f4f5;
}

/* line 164, app/assets/stylesheets/shared/_chat.scss */
.chat__dialog__divider .chat__dialog__divider__text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 10px;
  padding-left: 10px;
  color: #314253;
  font-size: 14px;
  font-weight: 600;
}

/* line 174, app/assets/stylesheets/shared/_chat.scss */
.chat__message {
  position: relative;
  float: left;
  clear: both;
  z-index: 1;
  margin-bottom: 32px;
  padding: 15px;
  min-width: 50%;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 16px;
  word-break: break-word;
}

/* line 186, app/assets/stylesheets/shared/_chat.scss */
.chat__message.chat__message--received {
  float: left;
  margin-right: 10%;
  border-radius: 8px;
  border-bottom-left-radius: 0;
  background: #eeeeee;
  color: rgba(0, 0, 0, 0.8);
}

/* line 195, app/assets/stylesheets/shared/_chat.scss */
.chat__message.chat__message--sent {
  float: right;
  margin-left: 10%;
  border-radius: 8px;
  border-bottom-right-radius: 0;
  background-color: #314253;
  color: #fff;
}

/* line 203, app/assets/stylesheets/shared/_chat.scss */
.chat__message.chat__message--sent a {
  text-decoration: underline;
  color: #fff;
}

/* line 209, app/assets/stylesheets/shared/_chat.scss */
.chat__message.chat__message--auto {
  float: left;
  margin-right: 10%;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  border-bottom-left-radius: 0;
  background: transparent;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.8);
}

/* line 220, app/assets/stylesheets/shared/_chat.scss */
.chat__message.chat__message--error {
  border: 1px solid #ad7313;
}

/* line 223, app/assets/stylesheets/shared/_chat.scss */
.chat__message.chat__message--error:before {
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  color: #ad7313;
  font-family: "icomoon";
}

/* line 236, app/assets/stylesheets/shared/_chat.scss */
.chat__message.chat__message--emoji-only {
  background: none !important;
  line-height: 64px;
  font-size: 64px;
}

/* line 241, app/assets/stylesheets/shared/_chat.scss */
.chat__message.chat__message--emoji-only p {
  margin: 0;
}

/* line 246, app/assets/stylesheets/shared/_chat.scss */
.chat__message img {
  display: block;
  max-height: 200px;
}

/* line 251, app/assets/stylesheets/shared/_chat.scss */
.chat__message strong {
  color: inherit;
  font-weight: 600;
}

/* line 256, app/assets/stylesheets/shared/_chat.scss */
.chat__message a {
  text-decoration: underline;
  color: #477dca;
}

/* line 261, app/assets/stylesheets/shared/_chat.scss */
.chat__message a:not(.smart-link):before {
  display: inline-block;
  margin-right: 3px;
  font-family: "icomoon";
  content: "\e9cf";
}

/* line 269, app/assets/stylesheets/shared/_chat.scss */
.chat__message a.smart-link {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 8px;
  background-color: #fff;
  padding: 10px 32px 10px 10px;
  min-width: 280px;
  text-decoration: none;
  color: #34353a !important;
}

/* line 280, app/assets/stylesheets/shared/_chat.scss */
.chat__message a.smart-link:after {
  position: absolute;
  right: 8px;
  font-family: "icomoon";
  font-size: 16px;
  font-weight: 600;
  content: "\e92a";
}

/* line 289, app/assets/stylesheets/shared/_chat.scss */
.chat__message a.smart-link .smart-link__img {
  margin-right: 8px;
  border-radius: 8px;
  width: 40px;
  height: 40px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 301, app/assets/stylesheets/shared/_chat.scss */
.chat__message p:last-of-type {
  margin-bottom: 0;
}

/* line 306, app/assets/stylesheets/shared/_chat.scss */
.chat__message figure {
  margin: 8px 0;
}

/* line 311, app/assets/stylesheets/shared/_chat.scss */
.chat__message__subject {
  margin-bottom: 8px;
  text-align: left;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

/* line 319, app/assets/stylesheets/shared/_chat.scss */
.chat__message__author {
  position: absolute;
  bottom: -22px;
  left: 0;
  width: 100%;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
}

/* line 328, app/assets/stylesheets/shared/_chat.scss */
.chat__message__form {
  margin-top: 10px;
}

/* line 332, app/assets/stylesheets/shared/_chat.scss */
.chat__message__form-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 338, app/assets/stylesheets/shared/_chat.scss */
input.chat__message__input {
  display: inline-block;
  margin-bottom: 10px;
  border: 1px solid #dce0e4;
  border-right: none;
  border-radius: 4px 0 0 4px;
  background-color: transparent;
  padding: 5px 10px;
  height: 40px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
}

/* line 350, app/assets/stylesheets/shared/_chat.scss */
input.chat__message__input:focus {
  border-color: #566775;
}

/* line 354, app/assets/stylesheets/shared/_chat.scss */
input.chat__message__input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ccc;
}
input.chat__message__input::-moz-placeholder {
  /* WebKit, Blink, Edge */
  color: #ccc;
}
input.chat__message__input:-ms-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ccc;
}
input.chat__message__input::-ms-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ccc;
}
input.chat__message__input::placeholder {
  /* WebKit, Blink, Edge */
  color: #ccc;
}

/* line 358, app/assets/stylesheets/shared/_chat.scss */
input.chat__message__input ::-moz-placeholder {
  opacity: 1;
}

/* line 363, app/assets/stylesheets/shared/_chat.scss */
.chat__message__btn {
  display: inline-block;
  border: 1px solid #566775;
  border-left: none;
  border-radius: 0 4px 4px 0;
  background: #566775;
  padding: 5px 20px;
  height: 40px;
  line-height: 12px;
  color: #fff;
  font-size: 24px;
}

/* line 376, app/assets/stylesheets/shared/_chat.scss */
.chat__message__feedback {
  font-size: 12px;
}

/* line 381, app/assets/stylesheets/shared/_chat.scss */
.chat__compose .chat__compose__input {
  margin: 0;
  border: 0;
  border-radius: 0;
  background-color: #f3f4f5;
  padding: 20px;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 16px;
  font-weight: normal;
}

/* line 392, app/assets/stylesheets/shared/_chat.scss */
.chat__compose .chat__compose__input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a0a8af;
}
.chat__compose .chat__compose__input::-moz-placeholder {
  /* Chrome/Opera/Safari */
  color: #a0a8af;
}
.chat__compose .chat__compose__input:-ms-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a0a8af;
}
.chat__compose .chat__compose__input::-ms-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a0a8af;
}
.chat__compose .chat__compose__input::placeholder {
  /* Chrome/Opera/Safari */
  color: #a0a8af;
}

/* line 396, app/assets/stylesheets/shared/_chat.scss */
.chat__compose .chat__compose__input ::-moz-placeholder {
  opacity: 1;
}

/* line 402, app/assets/stylesheets/shared/_chat.scss */
.error__retry {
  float: right;
  clear: both;
  margin-top: -30px;
  color: #d0021b;
  font-size: 12px;
}

/* line 409, app/assets/stylesheets/shared/_chat.scss */
.error__retry a {
  text-decoration: underline;
  color: #d0021b;
}

/* line 413, app/assets/stylesheets/shared/_chat.scss */
.error__retry a.disabled {
  color: #999;
}

/* line 425, app/assets/stylesheets/shared/_chat.scss */
.messenger .chat__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  height: 100vh;
  max-height: 100vh;
}

/* line 433, app/assets/stylesheets/shared/_chat.scss */
.messenger .chat-brand {
  position: absolute;
  top: 45%;
  background: url(//assets-aws.teamtailor-cdn.com/assets/tt-logo-chat-mobile@3x-b3f84e2355b88e73a50a7d54f54266a9ae7f6785d563b66dce67bc6df298832e.png) center 20px/126px 31px no-repeat;
  width: 100%;
  height: 55px;
  text-align: center;
  color: #dadada;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 11px;
  font-weight: 500;
}

/* line 445, app/assets/stylesheets/shared/_chat.scss */
.messenger .chat-brand--hidden {
  position: absolute;
  text-indent: -99999px;
}

/* line 451, app/assets/stylesheets/shared/_chat.scss */
.messenger__iframed {
  background-color: transparent;
}

/* line 454, app/assets/stylesheets/shared/_chat.scss */
.messenger__iframed .chat {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 457, app/assets/stylesheets/shared/_chat.scss */
.messenger__iframed .chat__wrapper {
  margin: 20px 20px 80px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.18), 0 7px 22px 0 rgba(0, 0, 0, 0.22);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.18), 0 7px 22px 0 rgba(0, 0, 0, 0.22);
  overflow: hidden;
}

/* line 465, app/assets/stylesheets/shared/_chat.scss */
.messenger__iframed .chat-brand {
  position: absolute;
  top: auto;
  right: calc(50% - 148px / 2);
  bottom: 30px;
  opacity: 0.8;
  z-index: 97;
  border-radius: 100px;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.18), 0 7px 22px 0 rgba(0, 0, 0, 0.22);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.18), 0 7px 22px 0 rgba(0, 0, 0, 0.22);
  background: #fff url(//assets-aws.teamtailor-cdn.com/assets/tt-logo-chat@2x-cd55ba7b1f9c2e8584c3a9b6f3fe25b9da45fa91af2e26426f350931008c2b52.png) 78px 4px/55px 14px no-repeat;
  padding: 4px 12px;
  width: 148px;
  height: auto;
  text-align: left;
  text-shadow: 0 1px 0 white;
  color: #566775;
}

/* line 11, app/assets/stylesheets/shared/_messenger_launcher.scss */
#messenger-launcher-frame {
  position: fixed;
  right: 0;
  bottom: 10px;
  z-index: 98;
  margin-top: 0;
  max-width: 600px;
  height: 0;
  min-height: 0;
}

@media screen and (min-width: 768px) and (14: 8) {
  /* line 11, app/assets/stylesheets/shared/_messenger_launcher.scss */
  #messenger-launcher-frame {
    right: 10px;
  }
}

/* line 38, app/assets/stylesheets/shared/_messenger_launcher.scss */
.messenger-launcher {
  background: transparent;
  font-size: 16px;
  min-height: 100%;
}

/* line 44, app/assets/stylesheets/shared/_messenger_launcher.scss */
.launcher-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

/* line 56, app/assets/stylesheets/shared/_messenger_launcher.scss */
.launcher-container.launcher-container--with-greeting {
  width: 300px;
}

/* line 60, app/assets/stylesheets/shared/_messenger_launcher.scss */
.video-expanded--mobile .launcher-container {
  padding: 0;
}

/* line 65, app/assets/stylesheets/shared/_messenger_launcher.scss */
.video-container {
  position: relative;
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 69, app/assets/stylesheets/shared/_messenger_launcher.scss */
.video-container.slide-in {
  -webkit-animation: slide-in 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
          animation: slide-in 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}

/* line 73, app/assets/stylesheets/shared/_messenger_launcher.scss */
.messenger-launcher:not(.video-expanded--mobile) .video-container {
  margin-bottom: 20px;
  margin-top: 10px;
  border-radius: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

/* line 81, app/assets/stylesheets/shared/_messenger_launcher.scss */
.video-expanded--mobile .video-container {
  position: fixed;
  top: 0;
  bottom: 0;
  overflow: hidden;
  max-width: 100%;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
}

/* line 92, app/assets/stylesheets/shared/_messenger_launcher.scss */
.video-container .video-wrapper {
  cursor: pointer;
  width: calc(100% * 9 / 16);
  min-width: 100px;
  height: 100%;
  position: relative;
}

/* line 99, app/assets/stylesheets/shared/_messenger_launcher.scss */
.messenger-launcher:not(.mobile) .video-container .video-wrapper {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* line 103, app/assets/stylesheets/shared/_messenger_launcher.scss */
.landscape .video-container .video-wrapper {
  padding-top: unset !important;
  overflow: unset !important;
}

/* line 108, app/assets/stylesheets/shared/_messenger_launcher.scss */
.landscape.video-expanded--mobile .video-container .video-wrapper {
  width: calc(100dvh * 9 / 16) !important;
  height: 100dvh !important;
}

/* line 114, app/assets/stylesheets/shared/_messenger_launcher.scss */
.messenger-launcher:not(.mobile):not(.video-expanded) .video-container .video-wrapper:hover {
  width: 160px !important;
  height: 284px !important;
}

/* line 119, app/assets/stylesheets/shared/_messenger_launcher.scss */
.video-container .video-wrapper:hover .video-controls-left-side {
  display: -ms-flexbox !important;
  display: flex !important;
}

/* line 124, app/assets/stylesheets/shared/_messenger_launcher.scss */
.video-container .video-wrapper .video-controls {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  left: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

/* line 136, app/assets/stylesheets/shared/_messenger_launcher.scss */
.messenger-launcher.video-expanded--mobile .video-container .video-wrapper .video-controls {
  height: 80px;
}

/* line 141, app/assets/stylesheets/shared/_messenger_launcher.scss */
.messenger-launcher.mobile:not(.video-expanded--mobile) .video-container .video-wrapper .video-controls {
  display: none;
}

/* line 145, app/assets/stylesheets/shared/_messenger_launcher.scss */
.messenger-launcher:not(.video-expanded--mobile) .video-container .video-wrapper .video-controls {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  left: 4px;
  top: 4px;
  width: calc(100% - 8px);
}

/* line 154, app/assets/stylesheets/shared/_messenger_launcher.scss */
.video-container .video-wrapper .video-controls .ctrl-btn {
  cursor: pointer;
  border: none;
  background: transparent;
  width: 40px;
  height: 40px;
  z-index: 1;
  padding: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

/* line 166, app/assets/stylesheets/shared/_messenger_launcher.scss */
.messenger-launcher:not(.mobile) .video-container .video-wrapper .video-controls .ctrl-btn {
  opacity: 0.9;
}

/* line 171, app/assets/stylesheets/shared/_messenger_launcher.scss */
.messenger-launcher:not(.mobile) .video-container .video-wrapper .video-controls .ctrl-btn:hover {
  opacity: 1;
}

/* line 177, app/assets/stylesheets/shared/_messenger_launcher.scss */
.video-container .video-wrapper .video-controls .ctrl-btn--sound {
  padding-right: 0px;
}

/* line 180, app/assets/stylesheets/shared/_messenger_launcher.scss */
.video-container .video-wrapper .video-controls .ctrl-btn--sound .video-muted-icon {
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  width: 20px;
}

/* line 186, app/assets/stylesheets/shared/_messenger_launcher.scss */
.video-container .video-wrapper .video-controls .ctrl-btn--sound .video-sound-icon {
  height: 22px;
  width: 22px;
  display: none;
}

/* line 193, app/assets/stylesheets/shared/_messenger_launcher.scss */
.video-container .video-wrapper .video-controls .ctrl-btn--restart {
  padding-left: 0px;
}

/* line 196, app/assets/stylesheets/shared/_messenger_launcher.scss */
.video-container .video-wrapper .video-controls .ctrl-btn--restart svg {
  width: 17px;
  height: 17px;
}

/* line 202, app/assets/stylesheets/shared/_messenger_launcher.scss */
.video-container .video-wrapper .video-controls .ctrl-btn--close-mobile {
  display: none;
  padding: 10px;
}

/* line 206, app/assets/stylesheets/shared/_messenger_launcher.scss */
.video-container .video-wrapper .video-controls .ctrl-btn--close-mobile svg {
  width: 20px;
  height: 20px;
}

/* line 213, app/assets/stylesheets/shared/_messenger_launcher.scss */
.video-container .video-wrapper .video-controls .video-controls-left-side {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

/* line 217, app/assets/stylesheets/shared/_messenger_launcher.scss */
.messenger-launcher:not(.mobile) .video-container .video-wrapper .video-controls .video-controls-left-side {
  display: none;
}

/* line 221, app/assets/stylesheets/shared/_messenger_launcher.scss */
.video-expanded--mobile:not(.landscape) .video-container .video-wrapper .video-controls .video-controls-left-side {
  gap: 10px;
  padding-left: 8px;
  padding-top: 4px;
}

/* line 229, app/assets/stylesheets/shared/_messenger_launcher.scss */
.video-expanded--mobile:not(.landscape) .video-container .video-wrapper .video-controls .video-controls-right-side {
  padding-right: 8px;
  padding-top: 4px;
}

/* line 236, app/assets/stylesheets/shared/_messenger_launcher.scss */
.portrait.video-expanded--mobile .video-container .video-wrapper {
  position: relative;
  width: 100dvh !important;
  height: 100dvh !important;
  overflow: hidden;
}

/* line 243, app/assets/stylesheets/shared/_messenger_launcher.scss */
.video-container .video-wrapper .progress-bar {
  background: rgba(128, 128, 128, 0.3);
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
}

/* line 250, app/assets/stylesheets/shared/_messenger_launcher.scss */
.video-container .video-wrapper .progress-bar .progress {
  height: 100%;
  background: white;
}

/* line 256, app/assets/stylesheets/shared/_messenger_launcher.scss */
.video-container .video-wrapper .video-player {
  overflow: hidden;
  position: relative;
  height: 100%;
}

/* line 261, app/assets/stylesheets/shared/_messenger_launcher.scss */
.messenger-launcher:not(.video-expanded--mobile) .video-container .video-wrapper .video-player {
  background-color: white;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.28), 0 7px 22px 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.28), 0 7px 22px 0 rgba(0, 0, 0, 0);
  border: 4px solid white;
  border-radius: 10px;
}

/* line 269, app/assets/stylesheets/shared/_messenger_launcher.scss */
.video-container .video-wrapper .video-tag {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 275, app/assets/stylesheets/shared/_messenger_launcher.scss */
.video-expanded--mobile .video-container .video-wrapper .video-tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 284, app/assets/stylesheets/shared/_messenger_launcher.scss */
.landscape .video-container .video-wrapper .video-tag {
  position: unset !important;
  top: unset !important;
  left: unset !important;
}

/* line 290, app/assets/stylesheets/shared/_messenger_launcher.scss */
.video-container .video-wrapper .video-tag::-internal-media-controls-overlay-cast-button {
  display: none;
}

/* line 295, app/assets/stylesheets/shared/_messenger_launcher.scss */
.video-container .video-wrapper .button-wrapper {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 303, app/assets/stylesheets/shared/_messenger_launcher.scss */
.video-container .video-wrapper .button-wrapper .question-button {
  width: 95%;
  background-color: #ff79c6;
  color: white;
  font-size: 9px;
  font-family: 'Inter', sans-serif;
  padding: 6px 10px;
  border: none;
  z-index: 10;
  font-weight: 500;
  margin-bottom: 20px;
}

/* line 317, app/assets/stylesheets/shared/_messenger_launcher.scss */
.video-container .video-wrapper .video-close-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: -7px;
  right: -7px;
  border-radius: 50%;
  padding: 0;
  border: 0;
  font-size: 24px;
  letter-spacing: 0;
  background: #28282B;
  height: 28px;
  width: 28px;
  color: #fff;
  -webkit-box-shadow: -1px 1px 1px 0px rgba(0, 0, 0, 0.25);
          box-shadow: -1px 1px 1px 0px rgba(0, 0, 0, 0.25);
}

/* line 333, app/assets/stylesheets/shared/_messenger_launcher.scss */
.video-container .video-wrapper .video-close-button svg {
  width: 18px;
  height: 18px;
}

/* line 338, app/assets/stylesheets/shared/_messenger_launcher.scss */
.video-container .video-wrapper .video-close-button:hover {
  background: #000000;
}

/* line 342, app/assets/stylesheets/shared/_messenger_launcher.scss */
.video-expanded--mobile .video-container .video-wrapper .video-close-button {
  display: none;
}

/* line 347, app/assets/stylesheets/shared/_messenger_launcher.scss */
.video-container .video-wrapper .video-play-status {
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  opacity: 0;
  z-index: 1;
}

/* line 362, app/assets/stylesheets/shared/_messenger_launcher.scss */
.video-container .video-wrapper .video-play-status svg {
  width: 28px;
  height: 28px;
}

/* line 369, app/assets/stylesheets/shared/_messenger_launcher.scss */
.video-container .video-wrapper .quick-show {
  -webkit-animation: pulse 0.8s ease-in-out;
          animation: pulse 0.8s ease-in-out;
}

/* line 375, app/assets/stylesheets/shared/_messenger_launcher.scss */
.messenger-btn,
.messenger-close {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.28), 0 7px 22px 0 rgba(0, 0, 0, 0.28);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.28), 0 7px 22px 0 rgba(0, 0, 0, 0.28);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  width: 70px;
  height: 70px;
  color: #fff;
}

/* line 391, app/assets/stylesheets/shared/_messenger_launcher.scss */
.messenger-btn .messenger-btn-icon,
.messenger-close .messenger-btn-icon {
  font-size: 25px;
}

/* line 395, app/assets/stylesheets/shared/_messenger_launcher.scss */
.messenger-btn.hidden,
.messenger-close.hidden {
  display: none;
}

/* line 399, app/assets/stylesheets/shared/_messenger_launcher.scss */
.messenger-btn .messenger-unread,
.messenger-close .messenger-unread {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  width: 18px;
  height: 18px;
}

/* line 408, app/assets/stylesheets/shared/_messenger_launcher.scss */
.messenger-btn .messenger-pulse,
.messenger-close .messenger-pulse {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

/* line 417, app/assets/stylesheets/shared/_messenger_launcher.scss */
.messenger-btn .messenger-pulse--bg,
.messenger-close .messenger-pulse--bg {
  top: 1px;
  left: 1px;
  -webkit-animation: pulse-bg 2s infinite;
          animation: pulse-bg 2s infinite;
  z-index: 5;
  -webkit-box-shadow: 0 0 0 0 rgba(var(--company-button-bg-color), 1);
          box-shadow: 0 0 0 0 rgba(var(--company-button-bg-color), 1);
  background: rgba(var(--company-button-bg-color), 1);
  width: 16px;
  height: 16px;
}

/* line 428, app/assets/stylesheets/shared/_messenger_launcher.scss */
.messenger-btn .messenger-pulse--text,
.messenger-close .messenger-pulse--text {
  -webkit-animation: pulse-text 2s infinite;
          animation: pulse-text 2s infinite;
  z-index: 10;
  -webkit-box-shadow: 0 0 0 0 rgba(var(--company-button-text-color), 1);
          box-shadow: 0 0 0 0 rgba(var(--company-button-text-color), 1);
  background: rgba(var(--company-button-text-color), 1);
}

/* line 439, app/assets/stylesheets/shared/_messenger_launcher.scss */
.messenger-greeting:hover .messenger-greeting__dismiss {
  opacity: 1;
}

/* line 444, app/assets/stylesheets/shared/_messenger_launcher.scss */
.messenger-greeting__message {
  font-weight: normal;
  border-radius: 3px;
  background: #fff;
  max-width: 100%;
  padding: 10px 20px;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 20px;
  clear: both;
  cursor: pointer;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.28), 0 7px 22px 0 rgba(0, 0, 0, 0.28);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.28), 0 7px 22px 0 rgba(0, 0, 0, 0.28);
  min-width: 140px;
}

/* line 458, app/assets/stylesheets/shared/_messenger_launcher.scss */
.messenger-greeting__message p {
  margin-bottom: 10px;
}

/* line 460, app/assets/stylesheets/shared/_messenger_launcher.scss */
.messenger-greeting__message p:last-child {
  margin-bottom: 0;
}

/* line 465, app/assets/stylesheets/shared/_messenger_launcher.scss */
.messenger-greeting__message.hidden {
  display: none;
}

/* line 470, app/assets/stylesheets/shared/_messenger_launcher.scss */
.mobile .messenger-greeting__dismiss {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgba(0, 0, 0, 0.8);
  font-size: 24px;
  opacity: 1;
  right: 3px;
  top: 38px;
}

/* line 480, app/assets/stylesheets/shared/_messenger_launcher.scss */
.messenger-greeting__dismiss {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  right: -5px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  height: 30px;
  width: 30px;
  color: #fff;
  margin-bottom: 5px;
  float: right;
  opacity: 0;
  -webkit-transition: opacity ease-in .1s;
  transition: opacity ease-in .1s;
  cursor: pointer;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.28), 0 7px 22px 0 rgba(0, 0, 0, 0.28);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.28), 0 7px 22px 0 rgba(0, 0, 0, 0.28);
}

/* line 496, app/assets/stylesheets/shared/_messenger_launcher.scss */
.messenger-greeting__dismiss:hover {
  background: black;
}

@-webkit-keyframes pulse-text {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--company-button-text-color), 0.7);
            box-shadow: 0 0 0 0 rgba(var(--company-button-text-color), 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(var(--company-button-text-color), 0);
            box-shadow: 0 0 0 10px rgba(var(--company-button-text-color), 0);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--company-button-text-color), 0);
            box-shadow: 0 0 0 0 rgba(var(--company-button-text-color), 0);
  }
}

@keyframes pulse-text {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--company-button-text-color), 0.7);
            box-shadow: 0 0 0 0 rgba(var(--company-button-text-color), 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(var(--company-button-text-color), 0);
            box-shadow: 0 0 0 10px rgba(var(--company-button-text-color), 0);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--company-button-text-color), 0);
            box-shadow: 0 0 0 0 rgba(var(--company-button-text-color), 0);
  }
}

@-webkit-keyframes pulse-bg {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--company-button-bg-color), 0.7);
            box-shadow: 0 0 0 0 rgba(var(--company-button-bg-color), 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(var(--company-button-bg-color), 0);
            box-shadow: 0 0 0 10px rgba(var(--company-button-bg-color), 0);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--company-button-bg-color), 0);
            box-shadow: 0 0 0 0 rgba(var(--company-button-bg-color), 0);
  }
}

@keyframes pulse-bg {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--company-button-bg-color), 0.7);
            box-shadow: 0 0 0 0 rgba(var(--company-button-bg-color), 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(var(--company-button-bg-color), 0);
            box-shadow: 0 0 0 10px rgba(var(--company-button-bg-color), 0);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--company-button-bg-color), 0);
            box-shadow: 0 0 0 0 rgba(var(--company-button-bg-color), 0);
  }
}

@-webkit-keyframes slide-in {
  0% {
    right: -500px;
  }
  100% {
    right: 0px;
  }
}

@keyframes slide-in {
  0% {
    right: -500px;
  }
  100% {
    right: 0px;
  }
}

@-webkit-keyframes pulse {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@keyframes pulse {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

/* line 1, app/assets/stylesheets/shared/_spinner.scss */
.spinner {
  width: 100%;
  text-align: center;
  padding-top: 130px;
}

/* line 7, app/assets/stylesheets/shared/_spinner.scss */
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #477dca;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 22, app/assets/stylesheets/shared/_spinner.scss */
.spinner--medium > div {
  width: 6px;
  height: 6px;
}

/* line 28, app/assets/stylesheets/shared/_spinner.scss */
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

/* line 33, app/assets/stylesheets/shared/_spinner.scss */
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
