@charset "UTF-8";
/* line 1, app/assets/stylesheets/new_campaign.scss */
#post_message {
  height: 200px;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
/* line 9, vendor/assets/stylesheets/normalize.css */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, vendor/assets/stylesheets/normalize.css */
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, vendor/assets/stylesheets/normalize.css */
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, vendor/assets/stylesheets/normalize.css */
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, vendor/assets/stylesheets/normalize.css */
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/10/11, Safari, and Firefox < 22.
 */
/* line 77, vendor/assets/stylesheets/normalize.css */
[hidden],
template {
  display: none;
}

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 98, vendor/assets/stylesheets/normalize.css */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 110, vendor/assets/stylesheets/normalize.css */
abbr[title] {
  border-bottom: 1px dotted;
}

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

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 127, vendor/assets/stylesheets/normalize.css */
dfn {
  font-style: italic;
}

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

/**
 * Address styling not present in IE 8/9.
 */
/* line 145, vendor/assets/stylesheets/normalize.css */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 154, vendor/assets/stylesheets/normalize.css */
small {
  font-size: 80%;
}

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

/* line 170, vendor/assets/stylesheets/normalize.css */
sup {
  top: -0.5em;
}

/* line 174, vendor/assets/stylesheets/normalize.css */
sub {
  bottom: -0.25em;
}

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

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 193, vendor/assets/stylesheets/normalize.css */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Address differences between Firefox and other browsers.
 */
/* line 212, vendor/assets/stylesheets/normalize.css */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, vendor/assets/stylesheets/normalize.css */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, vendor/assets/stylesheets/normalize.css */
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 252, vendor/assets/stylesheets/normalize.css */
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 266, vendor/assets/stylesheets/normalize.css */
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 277, vendor/assets/stylesheets/normalize.css */
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 290, vendor/assets/stylesheets/normalize.css */
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 302, vendor/assets/stylesheets/normalize.css */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, vendor/assets/stylesheets/normalize.css */
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 322, vendor/assets/stylesheets/normalize.css */
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 334, vendor/assets/stylesheets/normalize.css */
input[type="checkbox"],
input[type="radio"] {
  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 346, vendor/assets/stylesheets/normalize.css */
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.
 */
/* line 356, vendor/assets/stylesheets/normalize.css */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * 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 367, vendor/assets/stylesheets/normalize.css */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 376, vendor/assets/stylesheets/normalize.css */
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 387, vendor/assets/stylesheets/normalize.css */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 396, vendor/assets/stylesheets/normalize.css */
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 405, vendor/assets/stylesheets/normalize.css */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 416, vendor/assets/stylesheets/normalize.css */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 421, vendor/assets/stylesheets/normalize.css */
td,
th {
  padding: 0;
}

/* line 17, app/assets/stylesheets/base/_grid-settings.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  /* line 24, app/assets/stylesheets/base/_grid-settings.scss */
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  /* line 29, app/assets/stylesheets/base/_grid-settings.scss */
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  /* line 34, app/assets/stylesheets/base/_grid-settings.scss */
  .container {
    width: 1170px;
  }
}

/* line 38, app/assets/stylesheets/base/_grid-settings.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 44, app/assets/stylesheets/base/_grid-settings.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 48, app/assets/stylesheets/base/_grid-settings.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 54, app/assets/stylesheets/base/_grid-settings.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 57, app/assets/stylesheets/base/_grid-settings.scss */
.col-xs-12 {
  width: 100%;
}

/* line 60, app/assets/stylesheets/base/_grid-settings.scss */
.col-xs-11 {
  width: 91.66666667%;
}

/* line 63, app/assets/stylesheets/base/_grid-settings.scss */
.col-xs-10 {
  width: 83.33333333%;
}

/* line 66, app/assets/stylesheets/base/_grid-settings.scss */
.col-xs-9 {
  width: 75%;
}

/* line 69, app/assets/stylesheets/base/_grid-settings.scss */
.col-xs-8 {
  width: 66.66666667%;
}

/* line 72, app/assets/stylesheets/base/_grid-settings.scss */
.col-xs-7 {
  width: 58.33333333%;
}

/* line 75, app/assets/stylesheets/base/_grid-settings.scss */
.col-xs-6 {
  width: 50%;
}

/* line 78, app/assets/stylesheets/base/_grid-settings.scss */
.col-xs-5 {
  width: 41.66666667%;
}

/* line 81, app/assets/stylesheets/base/_grid-settings.scss */
.col-xs-4 {
  width: 33.33333333%;
}

/* line 84, app/assets/stylesheets/base/_grid-settings.scss */
.col-xs-3 {
  width: 25%;
}

/* line 87, app/assets/stylesheets/base/_grid-settings.scss */
.col-xs-2 {
  width: 16.66666667%;
}

/* line 90, app/assets/stylesheets/base/_grid-settings.scss */
.col-xs-1 {
  width: 8.33333333%;
}

/* line 93, app/assets/stylesheets/base/_grid-settings.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 96, app/assets/stylesheets/base/_grid-settings.scss */
.col-xs-pull-11 {
  right: 91.66666667%;
}

/* line 99, app/assets/stylesheets/base/_grid-settings.scss */
.col-xs-pull-10 {
  right: 83.33333333%;
}

/* line 102, app/assets/stylesheets/base/_grid-settings.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 105, app/assets/stylesheets/base/_grid-settings.scss */
.col-xs-pull-8 {
  right: 66.66666667%;
}

/* line 108, app/assets/stylesheets/base/_grid-settings.scss */
.col-xs-pull-7 {
  right: 58.33333333%;
}

/* line 111, app/assets/stylesheets/base/_grid-settings.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 114, app/assets/stylesheets/base/_grid-settings.scss */
.col-xs-pull-5 {
  right: 41.66666667%;
}

/* line 117, app/assets/stylesheets/base/_grid-settings.scss */
.col-xs-pull-4 {
  right: 33.33333333%;
}

/* line 120, app/assets/stylesheets/base/_grid-settings.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 123, app/assets/stylesheets/base/_grid-settings.scss */
.col-xs-pull-2 {
  right: 16.66666667%;
}

/* line 126, app/assets/stylesheets/base/_grid-settings.scss */
.col-xs-pull-1 {
  right: 8.33333333%;
}

/* line 129, app/assets/stylesheets/base/_grid-settings.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 132, app/assets/stylesheets/base/_grid-settings.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 135, app/assets/stylesheets/base/_grid-settings.scss */
.col-xs-push-11 {
  left: 91.66666667%;
}

/* line 138, app/assets/stylesheets/base/_grid-settings.scss */
.col-xs-push-10 {
  left: 83.33333333%;
}

/* line 141, app/assets/stylesheets/base/_grid-settings.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 144, app/assets/stylesheets/base/_grid-settings.scss */
.col-xs-push-8 {
  left: 66.66666667%;
}

/* line 147, app/assets/stylesheets/base/_grid-settings.scss */
.col-xs-push-7 {
  left: 58.33333333%;
}

/* line 150, app/assets/stylesheets/base/_grid-settings.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 153, app/assets/stylesheets/base/_grid-settings.scss */
.col-xs-push-5 {
  left: 41.66666667%;
}

/* line 156, app/assets/stylesheets/base/_grid-settings.scss */
.col-xs-push-4 {
  left: 33.33333333%;
}

/* line 159, app/assets/stylesheets/base/_grid-settings.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 162, app/assets/stylesheets/base/_grid-settings.scss */
.col-xs-push-2 {
  left: 16.66666667%;
}

/* line 165, app/assets/stylesheets/base/_grid-settings.scss */
.col-xs-push-1 {
  left: 8.33333333%;
}

/* line 168, app/assets/stylesheets/base/_grid-settings.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 171, app/assets/stylesheets/base/_grid-settings.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

/* line 174, app/assets/stylesheets/base/_grid-settings.scss */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

/* line 177, app/assets/stylesheets/base/_grid-settings.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

/* line 180, app/assets/stylesheets/base/_grid-settings.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 183, app/assets/stylesheets/base/_grid-settings.scss */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

/* line 186, app/assets/stylesheets/base/_grid-settings.scss */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

/* line 189, app/assets/stylesheets/base/_grid-settings.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 192, app/assets/stylesheets/base/_grid-settings.scss */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

/* line 195, app/assets/stylesheets/base/_grid-settings.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

/* line 198, app/assets/stylesheets/base/_grid-settings.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 201, app/assets/stylesheets/base/_grid-settings.scss */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

/* line 204, app/assets/stylesheets/base/_grid-settings.scss */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

/* line 207, app/assets/stylesheets/base/_grid-settings.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  /* line 211, app/assets/stylesheets/base/_grid-settings.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  /* line 214, app/assets/stylesheets/base/_grid-settings.scss */
  .col-sm-12 {
    width: 100%;
  }
  /* line 217, app/assets/stylesheets/base/_grid-settings.scss */
  .col-sm-11 {
    width: 91.66666667%;
  }
  /* line 220, app/assets/stylesheets/base/_grid-settings.scss */
  .col-sm-10 {
    width: 83.33333333%;
  }
  /* line 223, app/assets/stylesheets/base/_grid-settings.scss */
  .col-sm-9 {
    width: 75%;
  }
  /* line 226, app/assets/stylesheets/base/_grid-settings.scss */
  .col-sm-8 {
    width: 66.66666667%;
  }
  /* line 229, app/assets/stylesheets/base/_grid-settings.scss */
  .col-sm-7 {
    width: 58.33333333%;
  }
  /* line 232, app/assets/stylesheets/base/_grid-settings.scss */
  .col-sm-6 {
    width: 50%;
  }
  /* line 235, app/assets/stylesheets/base/_grid-settings.scss */
  .col-sm-5 {
    width: 41.66666667%;
  }
  /* line 238, app/assets/stylesheets/base/_grid-settings.scss */
  .col-sm-4 {
    width: 33.33333333%;
  }
  /* line 241, app/assets/stylesheets/base/_grid-settings.scss */
  .col-sm-3 {
    width: 25%;
  }
  /* line 244, app/assets/stylesheets/base/_grid-settings.scss */
  .col-sm-2 {
    width: 16.66666667%;
  }
  /* line 247, app/assets/stylesheets/base/_grid-settings.scss */
  .col-sm-1 {
    width: 8.33333333%;
  }
  /* line 250, app/assets/stylesheets/base/_grid-settings.scss */
  .col-sm-pull-12 {
    right: 100%;
  }
  /* line 253, app/assets/stylesheets/base/_grid-settings.scss */
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  /* line 256, app/assets/stylesheets/base/_grid-settings.scss */
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  /* line 259, app/assets/stylesheets/base/_grid-settings.scss */
  .col-sm-pull-9 {
    right: 75%;
  }
  /* line 262, app/assets/stylesheets/base/_grid-settings.scss */
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  /* line 265, app/assets/stylesheets/base/_grid-settings.scss */
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  /* line 268, app/assets/stylesheets/base/_grid-settings.scss */
  .col-sm-pull-6 {
    right: 50%;
  }
  /* line 271, app/assets/stylesheets/base/_grid-settings.scss */
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  /* line 274, app/assets/stylesheets/base/_grid-settings.scss */
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  /* line 277, app/assets/stylesheets/base/_grid-settings.scss */
  .col-sm-pull-3 {
    right: 25%;
  }
  /* line 280, app/assets/stylesheets/base/_grid-settings.scss */
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  /* line 283, app/assets/stylesheets/base/_grid-settings.scss */
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  /* line 286, app/assets/stylesheets/base/_grid-settings.scss */
  .col-sm-pull-0 {
    right: auto;
  }
  /* line 289, app/assets/stylesheets/base/_grid-settings.scss */
  .col-sm-push-12 {
    left: 100%;
  }
  /* line 292, app/assets/stylesheets/base/_grid-settings.scss */
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  /* line 295, app/assets/stylesheets/base/_grid-settings.scss */
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  /* line 298, app/assets/stylesheets/base/_grid-settings.scss */
  .col-sm-push-9 {
    left: 75%;
  }
  /* line 301, app/assets/stylesheets/base/_grid-settings.scss */
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  /* line 304, app/assets/stylesheets/base/_grid-settings.scss */
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  /* line 307, app/assets/stylesheets/base/_grid-settings.scss */
  .col-sm-push-6 {
    left: 50%;
  }
  /* line 310, app/assets/stylesheets/base/_grid-settings.scss */
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  /* line 313, app/assets/stylesheets/base/_grid-settings.scss */
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  /* line 316, app/assets/stylesheets/base/_grid-settings.scss */
  .col-sm-push-3 {
    left: 25%;
  }
  /* line 319, app/assets/stylesheets/base/_grid-settings.scss */
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  /* line 322, app/assets/stylesheets/base/_grid-settings.scss */
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  /* line 325, app/assets/stylesheets/base/_grid-settings.scss */
  .col-sm-push-0 {
    left: auto;
  }
  /* line 328, app/assets/stylesheets/base/_grid-settings.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  /* line 331, app/assets/stylesheets/base/_grid-settings.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 334, app/assets/stylesheets/base/_grid-settings.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 337, app/assets/stylesheets/base/_grid-settings.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 340, app/assets/stylesheets/base/_grid-settings.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 343, app/assets/stylesheets/base/_grid-settings.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 346, app/assets/stylesheets/base/_grid-settings.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 349, app/assets/stylesheets/base/_grid-settings.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 352, app/assets/stylesheets/base/_grid-settings.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 355, app/assets/stylesheets/base/_grid-settings.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 358, app/assets/stylesheets/base/_grid-settings.scss */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 361, app/assets/stylesheets/base/_grid-settings.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 364, app/assets/stylesheets/base/_grid-settings.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  /* line 369, app/assets/stylesheets/base/_grid-settings.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  /* line 372, app/assets/stylesheets/base/_grid-settings.scss */
  .col-md-12 {
    width: 100%;
  }
  /* line 375, app/assets/stylesheets/base/_grid-settings.scss */
  .col-md-11 {
    width: 91.66666667%;
  }
  /* line 378, app/assets/stylesheets/base/_grid-settings.scss */
  .col-md-10 {
    width: 83.33333333%;
  }
  /* line 381, app/assets/stylesheets/base/_grid-settings.scss */
  .col-md-9 {
    width: 75%;
  }
  /* line 384, app/assets/stylesheets/base/_grid-settings.scss */
  .col-md-8 {
    width: 66.66666667%;
  }
  /* line 387, app/assets/stylesheets/base/_grid-settings.scss */
  .col-md-7 {
    width: 58.33333333%;
  }
  /* line 390, app/assets/stylesheets/base/_grid-settings.scss */
  .col-md-6 {
    width: 50%;
  }
  /* line 393, app/assets/stylesheets/base/_grid-settings.scss */
  .col-md-5 {
    width: 41.66666667%;
  }
  /* line 396, app/assets/stylesheets/base/_grid-settings.scss */
  .col-md-4 {
    width: 33.33333333%;
  }
  /* line 399, app/assets/stylesheets/base/_grid-settings.scss */
  .col-md-3 {
    width: 25%;
  }
  /* line 402, app/assets/stylesheets/base/_grid-settings.scss */
  .col-md-2 {
    width: 16.66666667%;
  }
  /* line 405, app/assets/stylesheets/base/_grid-settings.scss */
  .col-md-1 {
    width: 8.33333333%;
  }
  /* line 408, app/assets/stylesheets/base/_grid-settings.scss */
  .col-md-pull-12 {
    right: 100%;
  }
  /* line 411, app/assets/stylesheets/base/_grid-settings.scss */
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  /* line 414, app/assets/stylesheets/base/_grid-settings.scss */
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  /* line 417, app/assets/stylesheets/base/_grid-settings.scss */
  .col-md-pull-9 {
    right: 75%;
  }
  /* line 420, app/assets/stylesheets/base/_grid-settings.scss */
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  /* line 423, app/assets/stylesheets/base/_grid-settings.scss */
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  /* line 426, app/assets/stylesheets/base/_grid-settings.scss */
  .col-md-pull-6 {
    right: 50%;
  }
  /* line 429, app/assets/stylesheets/base/_grid-settings.scss */
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  /* line 432, app/assets/stylesheets/base/_grid-settings.scss */
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  /* line 435, app/assets/stylesheets/base/_grid-settings.scss */
  .col-md-pull-3 {
    right: 25%;
  }
  /* line 438, app/assets/stylesheets/base/_grid-settings.scss */
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  /* line 441, app/assets/stylesheets/base/_grid-settings.scss */
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  /* line 444, app/assets/stylesheets/base/_grid-settings.scss */
  .col-md-pull-0 {
    right: auto;
  }
  /* line 447, app/assets/stylesheets/base/_grid-settings.scss */
  .col-md-push-12 {
    left: 100%;
  }
  /* line 450, app/assets/stylesheets/base/_grid-settings.scss */
  .col-md-push-11 {
    left: 91.66666667%;
  }
  /* line 453, app/assets/stylesheets/base/_grid-settings.scss */
  .col-md-push-10 {
    left: 83.33333333%;
  }
  /* line 456, app/assets/stylesheets/base/_grid-settings.scss */
  .col-md-push-9 {
    left: 75%;
  }
  /* line 459, app/assets/stylesheets/base/_grid-settings.scss */
  .col-md-push-8 {
    left: 66.66666667%;
  }
  /* line 462, app/assets/stylesheets/base/_grid-settings.scss */
  .col-md-push-7 {
    left: 58.33333333%;
  }
  /* line 465, app/assets/stylesheets/base/_grid-settings.scss */
  .col-md-push-6 {
    left: 50%;
  }
  /* line 468, app/assets/stylesheets/base/_grid-settings.scss */
  .col-md-push-5 {
    left: 41.66666667%;
  }
  /* line 471, app/assets/stylesheets/base/_grid-settings.scss */
  .col-md-push-4 {
    left: 33.33333333%;
  }
  /* line 474, app/assets/stylesheets/base/_grid-settings.scss */
  .col-md-push-3 {
    left: 25%;
  }
  /* line 477, app/assets/stylesheets/base/_grid-settings.scss */
  .col-md-push-2 {
    left: 16.66666667%;
  }
  /* line 480, app/assets/stylesheets/base/_grid-settings.scss */
  .col-md-push-1 {
    left: 8.33333333%;
  }
  /* line 483, app/assets/stylesheets/base/_grid-settings.scss */
  .col-md-push-0 {
    left: auto;
  }
  /* line 486, app/assets/stylesheets/base/_grid-settings.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
  /* line 489, app/assets/stylesheets/base/_grid-settings.scss */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 492, app/assets/stylesheets/base/_grid-settings.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 495, app/assets/stylesheets/base/_grid-settings.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }
  /* line 498, app/assets/stylesheets/base/_grid-settings.scss */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 501, app/assets/stylesheets/base/_grid-settings.scss */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 504, app/assets/stylesheets/base/_grid-settings.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }
  /* line 507, app/assets/stylesheets/base/_grid-settings.scss */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 510, app/assets/stylesheets/base/_grid-settings.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 513, app/assets/stylesheets/base/_grid-settings.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }
  /* line 516, app/assets/stylesheets/base/_grid-settings.scss */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 519, app/assets/stylesheets/base/_grid-settings.scss */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 522, app/assets/stylesheets/base/_grid-settings.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  /* line 527, app/assets/stylesheets/base/_grid-settings.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  /* line 530, app/assets/stylesheets/base/_grid-settings.scss */
  .col-lg-12 {
    width: 100%;
  }
  /* line 533, app/assets/stylesheets/base/_grid-settings.scss */
  .col-lg-11 {
    width: 91.66666667%;
  }
  /* line 536, app/assets/stylesheets/base/_grid-settings.scss */
  .col-lg-10 {
    width: 83.33333333%;
  }
  /* line 539, app/assets/stylesheets/base/_grid-settings.scss */
  .col-lg-9 {
    width: 75%;
  }
  /* line 542, app/assets/stylesheets/base/_grid-settings.scss */
  .col-lg-8 {
    width: 66.66666667%;
  }
  /* line 545, app/assets/stylesheets/base/_grid-settings.scss */
  .col-lg-7 {
    width: 58.33333333%;
  }
  /* line 548, app/assets/stylesheets/base/_grid-settings.scss */
  .col-lg-6 {
    width: 50%;
  }
  /* line 551, app/assets/stylesheets/base/_grid-settings.scss */
  .col-lg-5 {
    width: 41.66666667%;
  }
  /* line 554, app/assets/stylesheets/base/_grid-settings.scss */
  .col-lg-4 {
    width: 33.33333333%;
  }
  /* line 557, app/assets/stylesheets/base/_grid-settings.scss */
  .col-lg-3 {
    width: 25%;
  }
  /* line 560, app/assets/stylesheets/base/_grid-settings.scss */
  .col-lg-2 {
    width: 16.66666667%;
  }
  /* line 563, app/assets/stylesheets/base/_grid-settings.scss */
  .col-lg-1 {
    width: 8.33333333%;
  }
  /* line 566, app/assets/stylesheets/base/_grid-settings.scss */
  .col-lg-pull-12 {
    right: 100%;
  }
  /* line 569, app/assets/stylesheets/base/_grid-settings.scss */
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  /* line 572, app/assets/stylesheets/base/_grid-settings.scss */
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  /* line 575, app/assets/stylesheets/base/_grid-settings.scss */
  .col-lg-pull-9 {
    right: 75%;
  }
  /* line 578, app/assets/stylesheets/base/_grid-settings.scss */
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  /* line 581, app/assets/stylesheets/base/_grid-settings.scss */
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  /* line 584, app/assets/stylesheets/base/_grid-settings.scss */
  .col-lg-pull-6 {
    right: 50%;
  }
  /* line 587, app/assets/stylesheets/base/_grid-settings.scss */
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  /* line 590, app/assets/stylesheets/base/_grid-settings.scss */
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  /* line 593, app/assets/stylesheets/base/_grid-settings.scss */
  .col-lg-pull-3 {
    right: 25%;
  }
  /* line 596, app/assets/stylesheets/base/_grid-settings.scss */
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  /* line 599, app/assets/stylesheets/base/_grid-settings.scss */
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  /* line 602, app/assets/stylesheets/base/_grid-settings.scss */
  .col-lg-pull-0 {
    right: auto;
  }
  /* line 605, app/assets/stylesheets/base/_grid-settings.scss */
  .col-lg-push-12 {
    left: 100%;
  }
  /* line 608, app/assets/stylesheets/base/_grid-settings.scss */
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  /* line 611, app/assets/stylesheets/base/_grid-settings.scss */
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  /* line 614, app/assets/stylesheets/base/_grid-settings.scss */
  .col-lg-push-9 {
    left: 75%;
  }
  /* line 617, app/assets/stylesheets/base/_grid-settings.scss */
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  /* line 620, app/assets/stylesheets/base/_grid-settings.scss */
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  /* line 623, app/assets/stylesheets/base/_grid-settings.scss */
  .col-lg-push-6 {
    left: 50%;
  }
  /* line 626, app/assets/stylesheets/base/_grid-settings.scss */
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  /* line 629, app/assets/stylesheets/base/_grid-settings.scss */
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  /* line 632, app/assets/stylesheets/base/_grid-settings.scss */
  .col-lg-push-3 {
    left: 25%;
  }
  /* line 635, app/assets/stylesheets/base/_grid-settings.scss */
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  /* line 638, app/assets/stylesheets/base/_grid-settings.scss */
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  /* line 641, app/assets/stylesheets/base/_grid-settings.scss */
  .col-lg-push-0 {
    left: auto;
  }
  /* line 644, app/assets/stylesheets/base/_grid-settings.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  /* line 647, app/assets/stylesheets/base/_grid-settings.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 650, app/assets/stylesheets/base/_grid-settings.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 653, app/assets/stylesheets/base/_grid-settings.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  /* line 656, app/assets/stylesheets/base/_grid-settings.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 659, app/assets/stylesheets/base/_grid-settings.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 662, app/assets/stylesheets/base/_grid-settings.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  /* line 665, app/assets/stylesheets/base/_grid-settings.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 668, app/assets/stylesheets/base/_grid-settings.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 671, app/assets/stylesheets/base/_grid-settings.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  /* line 674, app/assets/stylesheets/base/_grid-settings.scss */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 677, app/assets/stylesheets/base/_grid-settings.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 680, app/assets/stylesheets/base/_grid-settings.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

/* line 684, app/assets/stylesheets/base/_grid-settings.scss */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

/* line 695, app/assets/stylesheets/base/_grid-settings.scss */
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

/* line 701, app/assets/stylesheets/base/_grid-settings.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 706, app/assets/stylesheets/base/_grid-settings.scss */
.pull-right {
  float: right !important;
}

/* line 709, app/assets/stylesheets/base/_grid-settings.scss */
.pull-left {
  float: left !important;
}

/* line 712, app/assets/stylesheets/base/_grid-settings.scss */
.hide {
  display: none !important;
}

/* line 715, app/assets/stylesheets/base/_grid-settings.scss */
.show {
  display: block !important;
}

/* line 718, app/assets/stylesheets/base/_grid-settings.scss */
.invisible {
  visibility: hidden;
}

/* line 721, app/assets/stylesheets/base/_grid-settings.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 728, app/assets/stylesheets/base/_grid-settings.scss */
.hidden {
  display: none !important;
}

/* line 731, app/assets/stylesheets/base/_grid-settings.scss */
.affix {
  position: fixed;
}

/* line 4, ../usr/local/bundle/ruby/3.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_box-sizing.scss */
html {
  box-sizing: border-box;
}

/* line 9, ../usr/local/bundle/ruby/3.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_box-sizing.scss */
*, *::after, *::before {
  box-sizing: inherit;
}

/* line 1, app/assets/stylesheets/base/_buttons.scss */
button, [type='button'], [type='reset'], [type='submit'],
button {
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #00b6ea;
  border-radius: 2px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  transition: all .1s linear;
  box-shadow: 0 1px 1px 0 #c3cbbf;
}

/* line 23, app/assets/stylesheets/base/_buttons.scss */
button:hover, button:focus, [type='button']:hover, [type='button']:focus, [type='reset']:hover, [type='reset']:focus, [type='submit']:hover, [type='submit']:focus,
button:hover,
button:focus {
  background-color: #007b9e;
  color: #fff;
  box-shadow: 0 1px 2px 1px #c3cbbf;
}

/* line 30, app/assets/stylesheets/base/_buttons.scss */
button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled,
button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

/* line 1, app/assets/stylesheets/base/_forms.scss */
fieldset {
  background-color: #e6e6e6;
  border: 1px solid #ccc;
  margin: 0 0 0.75em;
  padding: 1.5em;
}

/* line 8, app/assets/stylesheets/base/_forms.scss */
input,
label,
select {
  display: block;
  font-family: "Raleway", sans-serif;
  font-size: 1em;
}

/* line 16, app/assets/stylesheets/base/_forms.scss */
label {
  font-weight: 400;
  margin-bottom: 0.375em;
}

/* line 20, app/assets/stylesheets/base/_forms.scss */
label.required::after {
  content: "*";
}

/* line 24, app/assets/stylesheets/base/_forms.scss */
label abbr {
  display: none;
}

/* line 29, app/assets/stylesheets/base/_forms.scss */
[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea,
select[multiple=multiple],
textarea {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Raleway", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color;
  width: 100%;
}

/* line 44, app/assets/stylesheets/base/_forms.scss */
[type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover,
select[multiple=multiple]:hover,
textarea:hover {
  border-color: #b3b3b3;
}

/* line 48, app/assets/stylesheets/base/_forms.scss */
[type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus,
select[multiple=multiple]:focus,
textarea:focus {
  border-color: #00b6ea;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 162, 209, 0.7);
  outline: none;
}

/* line 55, app/assets/stylesheets/base/_forms.scss */
textarea {
  resize: vertical;
}

/* line 59, app/assets/stylesheets/base/_forms.scss */
input[type="search"] {
  appearance: none;
}

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

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

/* line 75, app/assets/stylesheets/base/_forms.scss */
.form-inline select.date {
  display: inline;
}

/* line 81, app/assets/stylesheets/base/_forms.scss */
.has-error input, .has-error input:hover {
  border-color: #de191a;
}

/* line 84, app/assets/stylesheets/base/_forms.scss */
.has-error .help-block {
  color: #de191a;
}

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

/* line 13, app/assets/stylesheets/base/_lists.scss */
ul.default-ol,
ol.default-ol {
  list-style-type: decimal;
  margin-bottom: 0.75em;
  padding-left: 1.5em;
}

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

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

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

/* line 34, app/assets/stylesheets/base/_lists.scss */
.wrapper--regulation ul, .wrapper--regulation ol {
  padding-left: 40px;
}

/* line 37, app/assets/stylesheets/base/_lists.scss */
.wrapper--regulation ol {
  list-style-type: decimal;
}

/* line 1, app/assets/stylesheets/base/_project_settings.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 9, app/assets/stylesheets/base/_project_settings.scss */
.wrapper {
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

/* line 20, ../usr/local/bundle/ruby/3.3.0/gems/bourbon-7.3.0/core/bourbon/library/_clearfix.scss */
.wrapper::after {
  clear: both;
  content: "";
  display: block;
}

/* line 14, app/assets/stylesheets/base/_project_settings.scss */
.wrapper:after {
  content: "";
  display: block;
}

/* line 19, app/assets/stylesheets/base/_project_settings.scss */
.wrapper--blur {
  min-height: 800px;
  padding: 5px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 0 1px 0 rgba(255, 255, 255, 0.9);
}

/* line 26, app/assets/stylesheets/base/_project_settings.scss */
.wrapper--buttons {
  overflow: initial;
  top: 32px;
  z-index: 10;
  text-align: right;
  padding-right: 15px;
  margin-top: -62px;
}

@media screen and (min-width: 62em) {
  /* line 9, app/assets/stylesheets/base/_project_settings.scss */
  .wrapper {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 20, ../usr/local/bundle/ruby/3.3.0/gems/bourbon-7.3.0/core/bourbon/library/_clearfix.scss */
  .wrapper::after {
    clear: both;
    content: "";
    display: block;
  }
}

/* line 39, app/assets/stylesheets/base/_project_settings.scss */
body {
  background: url(/assets/campaigns/background-a947dd7537ddda6d47f83a205f5abd1213329998cee71026d5bdc06d31215970.png) 0 0 no-repeat fixed;
  background-size: cover;
}

/* line 1, app/assets/stylesheets/base/_tables.scss */
table {
  font-feature-settings: "kern" 1, "liga" 1, "tnum" 1;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

/* line 8, app/assets/stylesheets/base/_tables.scss */
th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 1em 0;
}

/* line 14, app/assets/stylesheets/base/_tables.scss */
td {
  border-bottom: 1px solid #ccc;
  padding: 1em 0;
}

/* line 19, app/assets/stylesheets/base/_tables.scss */
tr,
td,
th {
  vertical-align: middle;
  text-align: center;
}

/* line 1, app/assets/stylesheets/base/_typography.scss */
body {
  font-feature-settings: "kern" 1, "liga" 1, "pnum" 1;
  -webkit-font-smoothing: antialiased;
  color: #333;
  font-family: "Raleway", sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

/* line 10, app/assets/stylesheets/base/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em;
}

/* line 22, app/assets/stylesheets/base/_typography.scss */
p {
  margin: 0 0 0.75em;
}

/* line 26, app/assets/stylesheets/base/_typography.scss */
a {
  color: #00b6ea;
  text-decoration: none;
  transition: color 0.1s linear;
}

/* line 31, app/assets/stylesheets/base/_typography.scss */
a:active, a:focus, a:hover {
  color: #007b9e;
}

/* line 37, app/assets/stylesheets/base/_typography.scss */
a:active, a:focus {
  outline: none;
}

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

/* line 51, app/assets/stylesheets/base/_typography.scss */
img,
picture {
  margin: 0;
  max-width: 100%;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container .select2-search--inline {
  float: left;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-results {
  display: block;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
/* line 7, node_modules/pickadate/lib/themes/default.css */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}

/**
 * The picker input element.
 */
/* line 23, node_modules/pickadate/lib/themes/default.css */
.picker__input {
  cursor: default;
}

/**
 * When the picker is opened, the input element is “activated”.
 */
/* line 29, node_modules/pickadate/lib/themes/default.css */
.picker__input.picker__input--active {
  border-color: #0089ec;
}

/**
 * The holder is the only “scrollable” top-level container element.
 */
/* line 35, node_modules/pickadate/lib/themes/default.css */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
/**
 * Make the holder and frame fullscreen.
 */
/* line 51, node_modules/pickadate/lib/themes/default.css */
.picker__holder,
.picker__frame {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

/**
 * The holder should overlay the entire screen.
 */
/* line 63, node_modules/pickadate/lib/themes/default.css */
.picker__holder {
  position: fixed;
  transition: background 0.15s ease-out, transform 0s 0.15s;
  -webkit-backface-visibility: hidden;
}

/**
 * The frame that bounds the box contents of the picker.
 */
/* line 71, node_modules/pickadate/lib/themes/default.css */
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 666px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all 0.15s ease-out;
}

@media (min-height: 33.875em) {
  /* line 84, node_modules/pickadate/lib/themes/default.css */
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}

@media (min-height: 40.125em) {
  /* line 92, node_modules/pickadate/lib/themes/default.css */
  .picker__frame {
    margin-bottom: 7.5%;
  }
}

/**
 * The wrapper sets the stage to vertically align the box contents.
 */
/* line 99, node_modules/pickadate/lib/themes/default.css */
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}

@media (min-height: 33.875em) {
  /* line 105, node_modules/pickadate/lib/themes/default.css */
  .picker__wrap {
    display: block;
  }
}

/**
 * The box contains all the picker contents.
 */
/* line 112, node_modules/pickadate/lib/themes/default.css */
.picker__box {
  background: #fff;
  display: table-cell;
  vertical-align: middle;
}

@media (min-height: 26.5em) {
  /* line 118, node_modules/pickadate/lib/themes/default.css */
  .picker__box {
    font-size: 1.25em;
  }
}

@media (min-height: 33.875em) {
  /* line 123, node_modules/pickadate/lib/themes/default.css */
  .picker__box {
    display: block;
    font-size: 1.33em;
    border: 1px solid #777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}

@media (min-height: 40.125em) {
  /* line 134, node_modules/pickadate/lib/themes/default.css */
  .picker__box {
    font-size: 1.5em;
    border-bottom-width: 1px;
    border-radius: 5px;
  }
}

/**
 * When the picker opens...
 */
/* line 143, node_modules/pickadate/lib/themes/default.css */
.picker--opened .picker__holder {
  -ms-transform: translateY(0);
  transform: translateY(0);
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  transition: background 0.15s ease-out;
}

/* line 152, node_modules/pickadate/lib/themes/default.css */
.picker--opened .picker__frame {
  -ms-transform: translateY(0);
  transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

@media (min-height: 33.875em) {
  /* line 161, node_modules/pickadate/lib/themes/default.css */
  .picker--opened .picker__frame {
    top: auto;
    bottom: 0;
  }
}

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
/* line 7, node_modules/pickadate/lib/themes/default.date.css */
.picker__box {
  padding: 0 1em;
}

/**
 * The header containing the month and year stuff.
 */
/* line 13, node_modules/pickadate/lib/themes/default.date.css */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}

/**
 * The month and year labels.
 */
/* line 21, node_modules/pickadate/lib/themes/default.date.css */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}

/* line 28, node_modules/pickadate/lib/themes/default.date.css */
.picker__year {
  color: #999;
  font-size: .8em;
  font-style: italic;
}

/**
 * The month and year selectors.
 */
/* line 36, node_modules/pickadate/lib/themes/default.date.css */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em;
}

@media (min-width: 24.5em) {
  /* line 45, node_modules/pickadate/lib/themes/default.date.css */
  .picker__select--month,
.picker__select--year {
    margin-top: -0.5em;
  }
}

/* line 50, node_modules/pickadate/lib/themes/default.date.css */
.picker__select--month {
  width: 35%;
}

/* line 53, node_modules/pickadate/lib/themes/default.date.css */
.picker__select--year {
  width: 22.5%;
}

/* line 56, node_modules/pickadate/lib/themes/default.date.css */
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}

/**
 * The month navigation buttons.
 */
/* line 63, node_modules/pickadate/lib/themes/default.date.css */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}

@media (min-width: 24.5em) {
  /* line 73, node_modules/pickadate/lib/themes/default.date.css */
  .picker__nav--prev,
.picker__nav--next {
    top: -0.33em;
  }
}

/* line 78, node_modules/pickadate/lib/themes/default.date.css */
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}

@media (min-width: 24.5em) {
  /* line 83, node_modules/pickadate/lib/themes/default.date.css */
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}

/* line 87, node_modules/pickadate/lib/themes/default.date.css */
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}

@media (min-width: 24.5em) {
  /* line 92, node_modules/pickadate/lib/themes/default.date.css */
  .picker__nav--next {
    padding-left: 1.5em;
  }
}

/* line 96, node_modules/pickadate/lib/themes/default.date.css */
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}

/* line 107, node_modules/pickadate/lib/themes/default.date.css */
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000;
}

/* line 111, node_modules/pickadate/lib/themes/default.date.css */
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}

/* line 117, node_modules/pickadate/lib/themes/default.date.css */
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}

/**
 * The calendar table of dates
 */
/* line 129, node_modules/pickadate/lib/themes/default.date.css */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}

@media (min-height: 33.875em) {
  /* line 140, node_modules/pickadate/lib/themes/default.date.css */
  .picker__table {
    margin-bottom: .75em;
  }
}

/* line 144, node_modules/pickadate/lib/themes/default.date.css */
.picker__table td {
  margin: 0;
  padding: 0;
}

/**
 * The weekday labels
 */
/* line 151, node_modules/pickadate/lib/themes/default.date.css */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999;
  font-weight: 500;
  /* Increase the spacing a tad */
}

@media (min-height: 33.875em) {
  /* line 160, node_modules/pickadate/lib/themes/default.date.css */
  .picker__weekday {
    padding-bottom: .5em;
  }
}

/**
 * The days on the calendar
 */
/* line 167, node_modules/pickadate/lib/themes/default.date.css */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}

/* line 172, node_modules/pickadate/lib/themes/default.date.css */
.picker__day--today {
  position: relative;
}

/* line 175, node_modules/pickadate/lib/themes/default.date.css */
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent;
}

/* line 185, node_modules/pickadate/lib/themes/default.date.css */
.picker__day--disabled:before {
  border-top-color: #aaa;
}

/* line 188, node_modules/pickadate/lib/themes/default.date.css */
.picker__day--outfocus {
  color: #ddd;
}

/* line 191, node_modules/pickadate/lib/themes/default.date.css */
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}

/* line 197, node_modules/pickadate/lib/themes/default.date.css */
.picker__day--highlighted {
  border-color: #0089ec;
}

/* line 200, node_modules/pickadate/lib/themes/default.date.css */
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}

/* line 206, node_modules/pickadate/lib/themes/default.date.css */
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #fff;
}

/* line 212, node_modules/pickadate/lib/themes/default.date.css */
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}

/* line 220, node_modules/pickadate/lib/themes/default.date.css */
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbb;
}

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
/* line 227, node_modules/pickadate/lib/themes/default.date.css */
.picker__footer {
  text-align: center;
}

/* line 230, node_modules/pickadate/lib/themes/default.date.css */
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #fff;
  background: #fff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}

/* line 242, node_modules/pickadate/lib/themes/default.date.css */
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}

/* line 250, node_modules/pickadate/lib/themes/default.date.css */
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}

/* line 257, node_modules/pickadate/lib/themes/default.date.css */
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}

/* line 264, node_modules/pickadate/lib/themes/default.date.css */
.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}

/* line 269, node_modules/pickadate/lib/themes/default.date.css */
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}

/* line 275, node_modules/pickadate/lib/themes/default.date.css */
.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #e20;
}

/* line 280, node_modules/pickadate/lib/themes/default.date.css */
.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777;
}

/* line 288, node_modules/pickadate/lib/themes/default.date.css */
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}

/* line 295, node_modules/pickadate/lib/themes/default.date.css */
.picker__button--today[disabled]:before {
  border-top-color: #aaa;
}

/* ==========================================================================
   $DEFAULT-DATE-PICKER
   ========================================================================== */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
/* line 9, node_modules/owl.carousel/dist/assets/owl.carousel.css */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

/* line 16, node_modules/owl.carousel/dist/assets/owl.carousel.css */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

/* line 22, node_modules/owl.carousel/dist/assets/owl.carousel.css */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 29, node_modules/owl.carousel/dist/assets/owl.carousel.css */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/* line 34, node_modules/owl.carousel/dist/assets/owl.carousel.css */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* line 42, node_modules/owl.carousel/dist/assets/owl.carousel.css */
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

/* line 49, node_modules/owl.carousel/dist/assets/owl.carousel.css */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

/* line 52, node_modules/owl.carousel/dist/assets/owl.carousel.css */
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

/* line 55, node_modules/owl.carousel/dist/assets/owl.carousel.css */
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 64, node_modules/owl.carousel/dist/assets/owl.carousel.css */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

/* line 72, node_modules/owl.carousel/dist/assets/owl.carousel.css */
.owl-carousel.owl-loaded {
  display: block;
}

/* line 74, node_modules/owl.carousel/dist/assets/owl.carousel.css */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

/* line 77, node_modules/owl.carousel/dist/assets/owl.carousel.css */
.owl-carousel.owl-hidden {
  opacity: 0;
}

/* line 79, node_modules/owl.carousel/dist/assets/owl.carousel.css */
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

/* line 81, node_modules/owl.carousel/dist/assets/owl.carousel.css */
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 88, node_modules/owl.carousel/dist/assets/owl.carousel.css */
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

/* line 91, node_modules/owl.carousel/dist/assets/owl.carousel.css */
.owl-carousel.owl-rtl {
  direction: rtl;
}

/* line 93, node_modules/owl.carousel/dist/assets/owl.carousel.css */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
/* line 97, node_modules/owl.carousel/dist/assets/owl.carousel.css */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
/* line 103, node_modules/owl.carousel/dist/assets/owl.carousel.css */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

/* line 107, node_modules/owl.carousel/dist/assets/owl.carousel.css */
.owl-carousel .owl-animated-in {
  z-index: 0;
}

/* line 110, node_modules/owl.carousel/dist/assets/owl.carousel.css */
.owl-carousel .owl-animated-out {
  z-index: 1;
}

/* line 113, node_modules/owl.carousel/dist/assets/owl.carousel.css */
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
/* line 125, node_modules/owl.carousel/dist/assets/owl.carousel.css */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
/* line 131, node_modules/owl.carousel/dist/assets/owl.carousel.css */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

/* line 136, node_modules/owl.carousel/dist/assets/owl.carousel.css */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

/* line 139, node_modules/owl.carousel/dist/assets/owl.carousel.css */
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

/* line 141, node_modules/owl.carousel/dist/assets/owl.carousel.css */
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
/* line 147, node_modules/owl.carousel/dist/assets/owl.carousel.css */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

/* line 152, node_modules/owl.carousel/dist/assets/owl.carousel.css */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

/* line 166, node_modules/owl.carousel/dist/assets/owl.carousel.css */
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

/* line 170, node_modules/owl.carousel/dist/assets/owl.carousel.css */
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

/* line 174, node_modules/owl.carousel/dist/assets/owl.carousel.css */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

/* line 182, node_modules/owl.carousel/dist/assets/owl.carousel.css */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
Ion.RangeSlider, 2.3.1
© Denis Ineshin, 2010 - 2019, IonDen.com
Build date: 2019-12-19 16:51:02
*/
/* line 6, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
}

/* line 18, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}

/* line 24, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}

/* line 30, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

/* line 36, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}

/* line 43, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs-handle.type_last {
  z-index: 2;
}

/* line 46, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
}

/* line 52, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs-min {
  left: 0;
}

/* line 55, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs-max {
  right: 0;
}

/* line 58, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}

/* line 68, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

/* line 76, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs-with-grid .irs-grid {
  display: block;
}

/* line 79, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}

/* line 87, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs-grid-pol.small {
  height: 4px;
}

/* line 90, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}

/* line 101, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}

/* line 112, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}

/* line 117, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs-disabled {
  opacity: 0.4;
}

/* line 120, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

/* line 138, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--flat {
  height: 40px;
}

/* line 141, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--flat.irs-with-grid {
  height: 60px;
}

/* line 144, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px;
}

/* line 150, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565;
}

/* line 155, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

/* line 158, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}

/* line 163, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}

/* line 169, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453;
}

/* line 179, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}

/* line 183, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}

/* line 194, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px;
}

/* line 205, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}

/* line 220, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}

/* line 223, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--flat .irs-grid-text {
  color: #999;
}

/* line 226, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--big {
  height: 55px;
}

/* line 229, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--big.irs-with-grid {
  height: 70px;
}

/* line 232, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}

/* line 240, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}

/* line 248, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}

/* line 251, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}

/* line 256, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px;
}

/* line 266, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%);
}

/* line 272, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}

/* line 281, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px;
}

/* line 291, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--big .irs-grid-pol {
  background-color: #428bca;
}

/* line 294, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--big .irs-grid-text {
  color: #428bca;
}

/* line 297, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--modern {
  height: 55px;
}

/* line 300, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--modern.irs-with-grid {
  height: 55px;
}

/* line 303, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}

/* line 312, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}

/* line 318, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}

/* line 321, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}

/* line 326, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

/* line 335, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  transform: rotate(45deg);
}

/* line 346, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}

/* line 358, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}

/* line 369, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}

/* line 375, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}

/* line 379, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}

/* line 383, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px;
}

/* line 394, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px;
}

/* line 405, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}

/* line 420, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--modern .irs-grid {
  height: 25px;
}

/* line 423, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--modern .irs-grid-pol {
  background-color: #dedede;
}

/* line 426, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}

/* line 430, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}

/* line 435, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--sharp.irs-with-grid {
  height: 57px;
}

/* line 438, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px;
}

/* line 444, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}

/* line 449, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}

/* line 452, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 457, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}

/* line 463, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}

/* line 473, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black;
}

/* line 477, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black;
}

/* line 481, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}

/* line 492, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px;
}

/* line 503, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}

/* line 518, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--sharp .irs-grid {
  height: 25px;
}

/* line 521, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}

/* line 524, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}

/* line 528, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--round {
  height: 50px;
}

/* line 531, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--round.irs-with-grid {
  height: 65px;
}

/* line 534, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}

/* line 540, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}

/* line 545, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

/* line 548, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}

/* line 553, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}

/* line 562, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}

/* line 566, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

/* line 576, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px;
}

/* line 587, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}

/* line 602, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--round .irs-grid {
  height: 25px;
}

/* line 605, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--round .irs-grid-pol {
  background-color: #dedede;
}

/* line 608, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}

/* line 612, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--square {
  height: 50px;
}

/* line 615, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--square.irs-with-grid {
  height: 60px;
}

/* line 618, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}

/* line 623, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black;
}

/* line 628, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}

/* line 633, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 643, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}

/* line 647, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 656, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white;
}

/* line 666, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--square .irs-grid {
  height: 25px;
}

/* line 669, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--square .irs-grid-pol {
  background-color: #dedede;
}

/* line 672, node_modules/ion-rangeslider/css/ion.rangeSlider.css */
.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}

/* line 16, app/assets/stylesheets/sprites/_campaign.scss */
.button__label--wish-list:before, .button__label--shopping-cart:before, .category-awards__right-arrow, .slide-awards .owl-next, .expand-table-item__icon:before, .check-amount__plus-icon:before, .expand-table-item__icon--open:before, .check-amount__minus-icon:before, .post-list__item__like--active, .post-list__item__like, .slide-awards .owl-prev, .post-list__item__comment--active, .post-list__item__comment, .flash-message__close--danger:before, .remove-table-item__icon:before, .flash-message__close--warning:before, .modal__header__close-icon:before, .flash-message__close--success:before, .flash-message__close--info:before, .contact-campaign__attachment, .listing-awards__item__button--added, .listing-awards__item__button {
  background-image: url(/assets/sprites/campaign-cc3a7c4e63ed55534ca5ce9a0a50877664579545405df65c01040d4450c296bf.png);
  background-repeat: no-repeat;
}

/* line 21, app/assets/stylesheets/sprites/_campaign.scss */
.listing-awards__item__button {
  background-position: 0px 0px;
}

/* line 26, app/assets/stylesheets/sprites/_campaign.scss */
.listing-awards__item__button--added {
  background-position: 0px -14px;
}

/* line 31, app/assets/stylesheets/sprites/_campaign.scss */
.contact-campaign__attachment {
  background-position: 0px -28px;
}

/* line 36, app/assets/stylesheets/sprites/_campaign.scss */
.flash-message__close--info:before {
  background-position: 0px -48px;
}

/* line 41, app/assets/stylesheets/sprites/_campaign.scss */
.flash-message__close--success:before {
  background-position: 0px -58px;
}

/* line 46, app/assets/stylesheets/sprites/_campaign.scss */
.modal__header__close-icon:before {
  background-position: 0px -68px;
}

/* line 51, app/assets/stylesheets/sprites/_campaign.scss */
.flash-message__close--warning:before {
  background-position: 0px -78px;
}

/* line 56, app/assets/stylesheets/sprites/_campaign.scss */
.flash-message__close--danger:before, .remove-table-item__icon:before {
  background-position: 0px -88px;
}

/* line 61, app/assets/stylesheets/sprites/_campaign.scss */
.post-list__item__comment {
  background-position: 0px -98px;
}

/* line 66, app/assets/stylesheets/sprites/_campaign.scss */
.post-list__item__comment--active {
  background-position: 0px -111px;
}

/* line 71, app/assets/stylesheets/sprites/_campaign.scss */
.slide-awards .owl-prev {
  background-position: 0px -124px;
}

/* line 76, app/assets/stylesheets/sprites/_campaign.scss */
.post-list__item__like {
  background-position: 0px -148px;
}

/* line 81, app/assets/stylesheets/sprites/_campaign.scss */
.post-list__item__like--active {
  background-position: 0px -164px;
}

/* line 86, app/assets/stylesheets/sprites/_campaign.scss */
.expand-table-item__icon--open:before, .check-amount__minus-icon:before {
  background-position: 0px -189px;
}

/* line 91, app/assets/stylesheets/sprites/_campaign.scss */
.expand-table-item__icon:before, .check-amount__plus-icon:before {
  background-position: 0px -193px;
}

/* line 96, app/assets/stylesheets/sprites/_campaign.scss */
.slide-awards .owl-next {
  background-position: 0px -203px;
}

/* line 101, app/assets/stylesheets/sprites/_campaign.scss */
.category-awards__right-arrow {
  background-position: 0px -227px;
}

/* line 106, app/assets/stylesheets/sprites/_campaign.scss */
.button__label--shopping-cart:before {
  background-position: 0px -236px;
}

/* line 111, app/assets/stylesheets/sprites/_campaign.scss */
.button__label--wish-list:before {
  background-position: 0px -258px;
}

/* line 1, app/assets/stylesheets/components/_titles.scss */
.title {
  font-weight: 300;
  color: #c74545;
}

/* line 5, app/assets/stylesheets/components/_titles.scss */
.title--1 {
  font-size: 2.2em;
}

/* line 9, app/assets/stylesheets/components/_titles.scss */
.title--2 {
  font-size: 1.8em;
}

/* line 12, app/assets/stylesheets/components/_titles.scss */
.title--2 a {
  font-weight: bold;
  font-size: 12px;
  margin-left: -10px;
}

/* line 19, app/assets/stylesheets/components/_titles.scss */
.title--3 {
  font-size: 1.5em;
}

/* line 23, app/assets/stylesheets/components/_titles.scss */
.title--4 {
  font-size: 1.2em;
}

/* line 27, app/assets/stylesheets/components/_titles.scss */
.title--5 {
  font-size: 1em;
}

/* line 31, app/assets/stylesheets/components/_titles.scss */
.title--6 {
  font-size: 0.8em;
}

/* line 35, app/assets/stylesheets/components/_titles.scss */
.title--1, .title--2, .title--3 {
  text-transform: uppercase;
}

/* line 40, app/assets/stylesheets/components/_titles.scss */
.subtitle {
  font-weight: 400;
  font-size: 1em;
  color: #595959;
}

/* line 1, app/assets/stylesheets/components/_inputs.scss */
.input,
.text-area {
  display: block;
  padding-left: 5px;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-family: "Raleway", sans-serif;
  font-size: 1.2em;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.1);
}

/* line 11, app/assets/stylesheets/components/_inputs.scss */
.input:disabled, .input--disabled,
.text-area:disabled,
.text-area--disabled {
  background: #f4f4f4;
}

/* line 16, app/assets/stylesheets/components/_inputs.scss */
.input:hover:disabled,
.text-area:hover:disabled {
  border-color: #ccc;
}

/* line 21, app/assets/stylesheets/components/_inputs.scss */
.input {
  height: 35px;
}

/* line 25, app/assets/stylesheets/components/_inputs.scss */
.file-input {
  position: relative;
  height: 35px;
}

/* line 29, app/assets/stylesheets/components/_inputs.scss */
.file-input__file {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  display: inline;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

/* line 43, app/assets/stylesheets/components/_inputs.scss */
.file-input__show {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* line 50, app/assets/stylesheets/components/_inputs.scss */
.file-input__button,
.file-input .input {
  display: inline;
}

/* line 55, app/assets/stylesheets/components/_inputs.scss */
.file-input .input {
  width: calc(100% - 42px);
  margin: 0;
}

/* line 60, app/assets/stylesheets/components/_inputs.scss */
.file-input__button {
  appearance: none;
  width: 37px;
  height: 35px;
  line-height: 35px;
  margin: 0;
  padding: 0;
  border-radius: 2px;
  border: none;
  color: #fff;
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  text-decoration: none;
  vertical-align: bottom;
  white-space: nowrap;
  transition: all .1s linear;
  box-shadow: 0 1px 1px 0 #c3cbbf;
}

/* line 80, app/assets/stylesheets/components/_inputs.scss */
.file-input__button:hover, .file-input__button:focus {
  background-color: #007b9e;
  color: #fff;
  box-shadow: 0 1px 2px 1px #c3cbbf;
}

/* line 87, app/assets/stylesheets/components/_inputs.scss */
.file-input__button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

/* line 94, app/assets/stylesheets/components/_inputs.scss */
.label {
  width: auto;
  height: 18px;
  line-height: 18px;
  margin: 3px;
  padding-left: 25px;
  display: inline-block;
  position: relative;
}

/* line 104, app/assets/stylesheets/components/_inputs.scss */
.radio-button {
  opacity: 0;
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

/* line 113, app/assets/stylesheets/components/_inputs.scss */
.radio-button + .label:before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  outline: none;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
}

/* line 129, app/assets/stylesheets/components/_inputs.scss */
.radio-button:checked + .label:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 4px;
  left: 4px;
  background: #45b600;
  border-radius: 50%;
}

/* line 140, app/assets/stylesheets/components/_inputs.scss */
.radio-button:disabled + .label:before {
  background: #f4f4f4;
}

/* line 144, app/assets/stylesheets/components/_inputs.scss */
.checkbox {
  opacity: 0;
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

/* line 153, app/assets/stylesheets/components/_inputs.scss */
.checkbox + .label:before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  outline: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
}

/* line 167, app/assets/stylesheets/components/_inputs.scss */
.checkbox + .label:before:disabled, .checkbox + .label:before--disabled {
  background-color: #f4f4f4;
}

/* line 173, app/assets/stylesheets/components/_inputs.scss */
.checkbox:checked + .label:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 4px;
  left: 4px;
  background: #45b600;
  border-radius: 2px;
}

/* line 184, app/assets/stylesheets/components/_inputs.scss */
.checkbox:disabled + .label:before {
  background: #f4f4f4;
}

/* line 1, app/assets/stylesheets/components/_buttons.scss */
.button {
  text-transform: uppercase;
  padding: 1em 2.5em;
  position: relative;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #00b6ea;
  border-radius: 2px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  padding: 0.75em 1em;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  transition: all .1s linear;
  box-shadow: 0 1px 1px 0 #c3cbbf;
}

/* line 26, app/assets/stylesheets/components/_buttons.scss */
.button--confirm {
  background: #45b600;
}

/* line 29, app/assets/stylesheets/components/_buttons.scss */
.button--confirm:hover, .button--confirm:focus {
  background-color: #286a00;
  color: #fff;
}

/* line 36, app/assets/stylesheets/components/_buttons.scss */
.button--alert {
  background: #de191a;
}

/* line 39, app/assets/stylesheets/components/_buttons.scss */
.button--alert:hover, .button--alert:focus {
  background-color: #991112;
  color: #fff;
}

/* line 46, app/assets/stylesheets/components/_buttons.scss */
.button--cancel {
  background: white;
  color: #991112;
}

/* line 50, app/assets/stylesheets/components/_buttons.scss */
.button--cancel:hover, .button--cancel:focus {
  background: white;
  color: #991112;
}

/* line 57, app/assets/stylesheets/components/_buttons.scss */
.button--rounded {
  border-radius: 40%/100%;
}

/* line 61, app/assets/stylesheets/components/_buttons.scss */
.button--cycle {
  border-radius: 50%;
  height: 57px;
  width: 57px;
  padding: 0;
  margin: 0 5px;
  text-align: left;
}

/* line 70, app/assets/stylesheets/components/_buttons.scss */
.button__notification {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 23px;
  height: 23px;
  background: white;
  color: #00b6ea;
  border: solid 1px;
  border-radius: 50%;
  text-align: center;
  font-size: .75em;
  line-height: 19px;
  font-weight: bold;
}

/* line 85, app/assets/stylesheets/components/_buttons.scss */
.button__notification--alert {
  color: #de191a;
}

/* line 91, app/assets/stylesheets/components/_buttons.scss */
.button:hover .button__label--shopping-cart {
  animation: cart .5s linear 1;
}

/* line 95, app/assets/stylesheets/components/_buttons.scss */
.button:hover .button__label--wish-list {
  animation: heart 1s linear infinite;
}

/* line 99, app/assets/stylesheets/components/_buttons.scss */
.button:hover .button__label--freight {
  animation: freight .5s linear 1;
}

/* line 104, app/assets/stylesheets/components/_buttons.scss */
.button__label {
  display: block;
  line-height: 80px;
  height: 100%;
  overflow: hidden;
  font: 0/0 a;
  color: transparent;
}

/* line 112, app/assets/stylesheets/components/_buttons.scss */
.button__label:before {
  content: "";
  display: inline-block;
  margin: 17px 15px;
}

/* line 120, app/assets/stylesheets/components/_buttons.scss */
.button__label--shopping-cart:before {
  width: 25px;
  height: 22px;
}

/* line 129, app/assets/stylesheets/components/_buttons.scss */
.button__label--wish-list:before {
  width: 27px;
  height: 24px;
}

/* line 136, app/assets/stylesheets/components/_buttons.scss */
.button__label--freight {
  color: #fff;
}

/* line 142, app/assets/stylesheets/components/_buttons.scss */
.button__freight:hover {
  background-color: #007b9e;
  overflow: hidden;
}

@keyframes heart {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.2);
  }
  60% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes cart {
  from {
    margin-left: 15px;
  }
  to {
    margin-left: 200px;
  }
}

@keyframes freight {
  from {
    margin-left: 15px;
  }
  to {
    margin-left: 200px;
  }
}

/* line 1, app/assets/stylesheets/components/_nav.scss */
.header-campaign {
  min-height: 50px;
  background: rgba(0, 0, 0, 0.96);
  line-height: 50px;
  font-weight: 600;
}

/* line 7, app/assets/stylesheets/components/_nav.scss */
.header-campaign__link {
  text-transform: uppercase;
  color: white;
  font-size: .75em;
  position: relative;
  display: block;
}

/* line 14, app/assets/stylesheets/components/_nav.scss */
.header-campaign__link:hover {
  color: #f18200;
}

/* line 18, app/assets/stylesheets/components/_nav.scss */
.header-campaign__link--icon {
  padding-right: 12px;
}

/* line 21, app/assets/stylesheets/components/_nav.scss */
.header-campaign__link--icon:after {
  content: '';
  position: absolute;
  bottom: 23px;
  margin-left: 3px;
  border-style: solid;
  height: 0;
  width: 0;
  border-color: white transparent transparent;
  border-width: 8px 4px 0;
}

/* line 31, app/assets/stylesheets/components/_nav.scss */
.header-campaign__list {
  display: none;
  text-align: left;
}

/* line 35, app/assets/stylesheets/components/_nav.scss */
.header-campaign__list--expanded {
  display: block;
}

/* line 41, app/assets/stylesheets/components/_nav.scss */
.header-campaign__list__item:hover .dropdown-menu__list {
  display: block;
  z-index: 9999;
}

/* line 49, app/assets/stylesheets/components/_nav.scss */
.header-campaign__company {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  display: block;
  margin-right: 0.1925683544%;
  width: 83.3012386076%;
}

/* line 89, ../usr/local/bundle/ruby/3.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.header-campaign__company:last-child {
  margin-right: 0;
}

/* line 56, app/assets/stylesheets/components/_nav.scss */
.header-campaign__user {
  margin-right: 0;
  display: none;
}

/* line 60, app/assets/stylesheets/components/_nav.scss */
.header-campaign__user--expanded {
  display: block;
}

/* line 64, app/assets/stylesheets/components/_nav.scss */
.header-campaign__user__image, .header-campaign__user__name, .header-campaign__user__link-logout {
  display: inline-block;
  vertical-align: middle;
}

/* line 71, app/assets/stylesheets/components/_nav.scss */
.header-campaign__user__info {
  cursor: pointer;
}

/* line 75, app/assets/stylesheets/components/_nav.scss */
.header-campaign__user__image {
  height: 21px;
  width: 21px;
  border-radius: 50%;
  border: solid 2px;
}

/* line 82, app/assets/stylesheets/components/_nav.scss */
.header-campaign__user__name {
  color: white;
  font-size: .75em;
}

/* line 89, app/assets/stylesheets/components/_nav.scss */
.header-campaign__dropdown__list {
  display: none;
}

/* line 92, app/assets/stylesheets/components/_nav.scss */
.header-campaign__dropdown__list--expanded {
  display: block;
}

/* line 98, app/assets/stylesheets/components/_nav.scss */
.header-campaign__menu-toggler {
  padding-top: 10px;
  cursor: pointer;
}

@media screen and (min-width: 62em) {
  /* line 104, app/assets/stylesheets/components/_nav.scss */
  .header-campaign__menu-toggler {
    display: none;
  }
  /* line 108, app/assets/stylesheets/components/_nav.scss */
  .header-campaign__company {
    float: left;
    display: block;
    margin-right: 0.1925683544%;
    width: 24.8555737342%;
  }
  /* line 89, ../usr/local/bundle/ruby/3.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
  .header-campaign__company:last-child {
    margin-right: 0;
  }
  /* line 112, app/assets/stylesheets/components/_nav.scss */
  .header-campaign__nav {
    float: left;
    display: block;
    margin-right: 0.1925683544%;
    width: 49.9037158228%;
  }
  /* line 89, ../usr/local/bundle/ruby/3.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
  .header-campaign__nav:last-child {
    margin-right: 0;
  }
  /* line 116, app/assets/stylesheets/components/_nav.scss */
  .header-campaign__list {
    display: block;
    text-align: right;
  }
  /* line 120, app/assets/stylesheets/components/_nav.scss */
  .header-campaign__list__item {
    display: inline-block;
    vertical-align: top;
    padding: 0 8px;
    height: 100%;
  }
  /* line 126, app/assets/stylesheets/components/_nav.scss */
  .header-campaign__list__item:hover {
    background: rgba(255, 255, 255, 0.95);
  }
  /* line 129, app/assets/stylesheets/components/_nav.scss */
  .header-campaign__list__item:hover .header-campaign__link {
    color: #f18200;
  }
  /* line 132, app/assets/stylesheets/components/_nav.scss */
  .header-campaign__list__item:hover .header-campaign__link--icon:after {
    border-style: solid;
    height: 0;
    width: 0;
    border-color: #f18200 transparent transparent;
    border-width: 8px 4px 0;
  }
  /* line 137, app/assets/stylesheets/components/_nav.scss */
  .header-campaign__list__item:hover .dropdown-menu__list {
    display: block;
    z-index: 9999;
  }
  /* line 145, app/assets/stylesheets/components/_nav.scss */
  .header-campaign__user {
    float: left;
    display: block;
    margin-right: 0.1925683544%;
    width: 24.8555737342%;
    color: #f18200;
    position: relative;
  }
  /* line 89, ../usr/local/bundle/ruby/3.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
  .header-campaign__user:last-child {
    margin-right: 0;
  }
  /* line 150, app/assets/stylesheets/components/_nav.scss */
  .header-campaign__user__image, .header-campaign__user__name, .header-campaign__user__link-logout {
    display: inline-block;
    vertical-align: middle;
  }
  /* line 157, app/assets/stylesheets/components/_nav.scss */
  .header-campaign__user__info, .header-campaign__user__links {
    z-index: 4;
    position: relative;
  }
  /* line 164, app/assets/stylesheets/components/_nav.scss */
  .header-campaign__user__info {
    float: left;
    display: block;
    margin-right: 0.7747491827%;
    width: 66.4084169391%;
    padding: 0 0 0 15px;
  }
  /* line 89, ../usr/local/bundle/ruby/3.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
  .header-campaign__user__info:last-child {
    margin-right: 0;
  }
  /* line 169, app/assets/stylesheets/components/_nav.scss */
  .header-campaign__user__links {
    text-align: right;
    padding: 0 15px 0 0;
    float: left;
    display: block;
    margin-right: 0.7747491827%;
    width: 32.8168338782%;
  }
  /* line 89, ../usr/local/bundle/ruby/3.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
  .header-campaign__user__links:last-child {
    margin-right: 0;
  }
  /* line 175, app/assets/stylesheets/components/_nav.scss */
  .header-campaign__user__name {
    font-size: .75em;
    margin: 0 0 0 10px;
    color: #f18200;
  }
  /* line 179, app/assets/stylesheets/components/_nav.scss */
  .header-campaign__user__name:hover {
    color: #f18200;
  }
  /* line 184, app/assets/stylesheets/components/_nav.scss */
  .header-campaign__user__link-logout {
    font-size: .75em;
    color: #f18200;
  }
  /* line 187, app/assets/stylesheets/components/_nav.scss */
  .header-campaign__user__link-logout:hover {
    color: #f18200;
  }
  /* line 193, app/assets/stylesheets/components/_nav.scss */
  .header-campaign__user:hover .header-campaign__dropdown__list {
    display: block;
    z-index: 9999;
    margin-top: 51px;
  }
  /* line 201, app/assets/stylesheets/components/_nav.scss */
  .header-campaign__link {
    display: inline;
  }
  /* line 204, app/assets/stylesheets/components/_nav.scss */
  .header-campaign__link--icon:after {
    bottom: 5px;
  }
  /* line 212, app/assets/stylesheets/components/_nav.scss */
  .header-campaign__dropdown__list {
    width: 100%;
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    z-index: 3;
    padding: 0 15px 0 15px;
  }
  /* line 219, app/assets/stylesheets/components/_nav.scss */
  .header-campaign__dropdown__list--expanded {
    display: none;
  }
  /* line 223, app/assets/stylesheets/components/_nav.scss */
  .header-campaign__dropdown__list__item {
    border-top: 1px solid #e7e7e7;
  }
  /* line 226, app/assets/stylesheets/components/_nav.scss */
  .header-campaign__dropdown__list__item--first {
    border-top-color: #f18200;
  }
  /* line 232, app/assets/stylesheets/components/_nav.scss */
  .header-campaign__dropdown__link {
    font-size: .75em;
    color: black;
    font-weight: 400;
  }
  /* line 237, app/assets/stylesheets/components/_nav.scss */
  .header-campaign__dropdown__link:hover {
    color: #f18200;
  }
}

@media screen and (min-width: 48em) and (max-width: 61em) {
  /* line 245, app/assets/stylesheets/components/_nav.scss */
  .header-campaign__company {
    float: left;
    display: block;
    margin-right: 0.1925683544%;
    width: 91.6506193038%;
  }
  /* line 89, ../usr/local/bundle/ruby/3.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
  .header-campaign__company:last-child {
    margin-right: 0;
  }
}

/* line 252, app/assets/stylesheets/components/_nav.scss */
.dropdown-menu__list {
  display: none;
}

/* line 255, app/assets/stylesheets/components/_nav.scss */
.dropdown-menu__list__item {
  margin-left: 2em;
}

/* line 260, app/assets/stylesheets/components/_nav.scss */
.dropdown-menu__link {
  text-transform: uppercase;
  color: white;
  font-size: .75em;
  position: relative;
}

/* line 266, app/assets/stylesheets/components/_nav.scss */
.dropdown-menu__link:hover {
  color: #f18200;
}

@media screen and (min-width: 62em) {
  /* line 272, app/assets/stylesheets/components/_nav.scss */
  .dropdown-menu__list {
    position: absolute;
    top: 51px;
    padding: 0 15px;
    z-index: 12;
    background: rgba(255, 255, 255, 0.95);
    margin-left: -8px;
  }
  /* line 280, app/assets/stylesheets/components/_nav.scss */
  .dropdown-menu__list__item {
    border-top: 1px solid #e7e7e7;
    text-align: left;
    margin-left: 0px;
  }
  /* line 287, app/assets/stylesheets/components/_nav.scss */
  .dropdown-menu__link {
    font-size: .75em;
    color: black;
    font-weight: 400;
  }
  /* line 292, app/assets/stylesheets/components/_nav.scss */
  .dropdown-menu__link:hover {
    color: #f18200;
  }
}

@media screen and (min-width: 48em) and (max-width: 61em) {
  /* line 300, app/assets/stylesheets/components/_nav.scss */
  .dropdown-menu__list--expanded {
    display: block;
  }
}

@media screen and (max-width: 47em) {
  /* line 308, app/assets/stylesheets/components/_nav.scss */
  .dropdown-menu__list--expanded {
    display: block;
  }
}

/* line 315, app/assets/stylesheets/components/_nav.scss */
.wrapper--header {
  overflow: initial;
  margin-bottom: 0;
}

/* line 1, app/assets/stylesheets/components/_selects.scss */
.select2-select {
  opacity: 0;
}

/* line 5, app/assets/stylesheets/components/_selects.scss */
.select2-container {
  width: 100% !important;
  min-height: 35px;
  margin-bottom: 0.75em;
}

/* line 10, app/assets/stylesheets/components/_selects.scss */
.select2-container .select2-selection--single {
  height: 37px;
}

/* line 13, app/assets/stylesheets/components/_selects.scss */
.select2-container .select2-selection--single span {
  font-size: 1rem;
  color: #333;
  height: inherit;
  padding-top: 4px;
}

/* line 20, app/assets/stylesheets/components/_selects.scss */
.select2-container .select2-selection--single .select2-selection__arrow {
  height: 100%;
}

/* line 25, app/assets/stylesheets/components/_selects.scss */
.select2-container .select2-dropdown {
  box-shadow: none;
  border-radius: 0;
  padding-top: 3px;
  border-radius: 0 0 2px 2px;
  border-top: solid gray 1px;
  padding-top: 0;
}

/* line 37, app/assets/stylesheets/components/_selects.scss */
.field-error .select2-container .select2-selection--single,
.field-error .select2-container .select2-dropdown {
  border-color: #de191a;
}

/* line 1, app/assets/stylesheets/components/_table.scss */
.table {
  font-size: .75em;
  color: #595959;
}

/* line 5, app/assets/stylesheets/components/_table.scss */
.table__head {
  text-transform: uppercase;
  text-align: right;
  font-weight: bold;
}

/* line 10, app/assets/stylesheets/components/_table.scss */
.table__head--left {
  text-align: left;
}

/* line 13, app/assets/stylesheets/components/_table.scss */
.table__head--left--date {
  width: 75px;
}

/* line 17, app/assets/stylesheets/components/_table.scss */
.table__head--left--number {
  width: 45px;
}

/* line 21, app/assets/stylesheets/components/_table.scss */
.table__head--left--url {
  width: 75px;
}

/* line 25, app/assets/stylesheets/components/_table.scss */
.table__head--left--shielding {
  width: 45px;
}

/* line 29, app/assets/stylesheets/components/_table.scss */
.table__head--left--status {
  width: 45px;
}

/* line 33, app/assets/stylesheets/components/_table.scss */
.table__head--left--reason {
  width: 100px;
}

/* line 38, app/assets/stylesheets/components/_table.scss */
.table__head--center {
  text-align: center;
}

/* line 43, app/assets/stylesheets/components/_table.scss */
.table__data {
  border-bottom: solid 1px #e7e7e7;
  text-align: right;
}

/* line 47, app/assets/stylesheets/components/_table.scss */
.table__data--left {
  text-align: left;
}

/* line 51, app/assets/stylesheets/components/_table.scss */
.table__data--center {
  text-align: center;
}

/* line 55, app/assets/stylesheets/components/_table.scss */
.table__data--no-border {
  border: none;
}

/* line 60, app/assets/stylesheets/components/_table.scss */
.table__label {
  text-transform: uppercase;
  color: #00b6ea;
  font-weight: bold;
  cursor: pointer;
}

/* line 66, app/assets/stylesheets/components/_table.scss */
.table__label--danger, .table__label--pending {
  color: #de191a;
}

/* line 71, app/assets/stylesheets/components/_table.scss */
.table__label--warning {
  color: #f18200;
}

/* line 75, app/assets/stylesheets/components/_table.scss */
.table__label--success, .table__label--closed {
  color: #45b600;
}

/* line 80, app/assets/stylesheets/components/_table.scss */
.table__label--default {
  color: #595959;
  margin: 0 10px;
}

/* line 85, app/assets/stylesheets/components/_table.scss */
.table__label--downcase {
  text-transform: initial;
}

/* line 90, app/assets/stylesheets/components/_table.scss */
.table__foot {
  border: 2px solid #00b6ea;
  border-radius: 2px;
  background-color: white;
  color: #00b6ea;
  font-weight: 900;
}

/* line 97, app/assets/stylesheets/components/_table.scss */
.table__foot td {
  padding: 14px;
  text-transform: uppercase;
}

/* line 102, app/assets/stylesheets/components/_table.scss */
.table__foot .data_right {
  text-align: right;
}

/* line 106, app/assets/stylesheets/components/_table.scss */
.table__foot .data_left {
  text-align: left;
}

@media screen and (max-width: 47em) {
  /* line 1, app/assets/stylesheets/components/_table.scss */
  .table {
    overflow-x: auto;
    display: block;
  }
}

/* line 1, app/assets/stylesheets/components/_grid.scss */
.grid_left {
  grid-area: table_list;
}

/* line 5, app/assets/stylesheets/components/_grid.scss */
.grid_right {
  grid-area: photo_display;
}

/* line 9, app/assets/stylesheets/components/_grid.scss */
.grid-container {
  display: grid;
  grid-template-areas: 'table_list photo_display';
  gap: 10px;
  padding: 0 0;
}

/* line 17, app/assets/stylesheets/components/_grid.scss */
.grid-container > div {
  text-align: center;
  padding: 0 0;
}

/* line 1, app/assets/stylesheets/components/_awards_card.scss */
.awards-card {
  position: relative;
  display: inline-block;
  width: 240px;
  min-height: 207px;
  margin: 5px;
  text-align: center;
}

/* line 11, app/assets/stylesheets/components/_awards_card.scss */
.awards-card__image input {
  display: none;
}

/* line 15, app/assets/stylesheets/components/_awards_card.scss */
.awards-card__image__container {
  position: absolute;
  top: 4px;
  left: 58px;
  margin: 0;
  text-align: center;
  width: 124px;
  height: 124px;
  background: white;
  border-radius: 50%;
}

/* line 27, app/assets/stylesheets/components/_awards_card.scss */
.awards-card__image__thumb {
  display: inline-block;
  max-height: 60%;
  max-width: 95px;
  margin: 22px 0;
}

/* line 35, app/assets/stylesheets/components/_awards_card.scss */
.awards-card__description {
  position: absolute;
  top: 135px;
  left: 0;
  padding: 0 15px;
  width: 100%;
}

/* line 42, app/assets/stylesheets/components/_awards_card.scss */
.awards-card__description__text {
  font-size: .8125em;
  font-weight: 300;
  color: #333;
}

/* line 47, app/assets/stylesheets/components/_awards_card.scss */
.awards-card__description__text strong {
  color: #00b6ea;
}

/* line 49, app/assets/stylesheets/components/_awards_card.scss */
.awards-card__description__text strong .through {
  color: #999;
  text-decoration: line-through;
  font-weight: normal;
}

/* line 58, app/assets/stylesheets/components/_awards_card.scss */
.awards-card--big {
  margin: auto;
}

/* line 61, app/assets/stylesheets/components/_awards_card.scss */
.awards-card--big .awards-card__description {
  top: 20px;
  left: 201px;
  width: 225px;
}

/* line 67, app/assets/stylesheets/components/_awards_card.scss */
.awards-card--big .awards-card__description__text {
  font-size: .875em;
  text-align: left;
  margin: 24px 0 0 8px;
}

/* line 72, app/assets/stylesheets/components/_awards_card.scss */
.awards-card--big .awards-card__description__text strong {
  font-size: 1.7857em;
  font-weight: normal;
  display: block;
}

/* line 79, app/assets/stylesheets/components/_awards_card.scss */
.awards-card--big .awards-card__image__container {
  left: 73px;
}

/* line 83, app/assets/stylesheets/components/_awards_card.scss */
.awards-card--big .awards-card__image {
  padding-left: 30px;
}

/* line 89, app/assets/stylesheets/components/_awards_card.scss */
.awards-card--show .awards-card__image__container {
  width: 174px;
  height: 174px;
  left: 47px;
  top: 4px;
}

/* line 96, app/assets/stylesheets/components/_awards_card.scss */
.awards-card--show .awards-card__description {
  top: 30px;
  left: 250px;
  width: 450px;
}

/* line 102, app/assets/stylesheets/components/_awards_card.scss */
.awards-card--show .awards-card__description__text {
  font-size: 1.25em;
  color: #333;
}

/* line 107, app/assets/stylesheets/components/_awards_card.scss */
.awards-card--show .awards-card__image__thumb {
  margin: 35px 0;
}

/* line 111, app/assets/stylesheets/components/_awards_card.scss */
.awards-card--show .awards-card__voltage {
  vertical-align: middle;
  border-radius: 25px;
  padding: 6px 12px;
  background-color: #ddd;
  color: #999;
  font-weight: 400;
  font-size: 14px;
}

/* line 122, app/assets/stylesheets/components/_awards_card.scss */
.awards-card .promotion {
  color: black;
  font-size: 10px bold;
  color: #00b6ea;
  display: block;
  position: absolute;
  margin: 0;
  padding: 10px;
  width: 100%;
  top: 40px;
  background-color: rgba(255, 255, 255, 0.7);
}

/* line 3, app/assets/stylesheets/components/_listing_awards.scss */
.listing-awards__item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
}

/* line 9, app/assets/stylesheets/components/_listing_awards.scss */
.listing-awards__item__wish-list {
  position: absolute;
  top: 10px;
  right: 35px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  z-index: 30;
}

/* line 18, app/assets/stylesheets/components/_listing_awards.scss */
.listing-awards__item__wish-list:hover {
  background: rgba(222, 25, 26, 0.1);
}

/* line 24, app/assets/stylesheets/components/_listing_awards.scss */
.listing-awards__item__voltage-list {
  position: absolute;
  top: 17px;
  right: 70px;
  z-index: 30;
  vertical-align: middle;
  line-height: 18px;
  border-radius: 25px;
  padding: 0 6px;
  background-color: #ddd;
  color: #000;
  font-weight: 400;
  text-align: center;
  font-size: 12px;
}

/* line 40, app/assets/stylesheets/components/_listing_awards.scss */
.listing-awards__item__model {
  position: absolute;
  top: 17px;
  right: 5px;
  z-index: 30;
  vertical-align: middle;
  line-height: 18px;
  border-radius: 25px;
  padding: 3px 13px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
}

/* line 54, app/assets/stylesheets/components/_listing_awards.scss */
.listing-awards__item__model--virtual {
  background-color: #dd1516;
}

/* line 58, app/assets/stylesheets/components/_listing_awards.scss */
.listing-awards__item__model--physical {
  background-color: #46b304;
}

/* line 63, app/assets/stylesheets/components/_listing_awards.scss */
.listing-awards__item__button {
  display: inline-block;
  width: 16px;
  height: 14px;
  margin: 9px 0;
}

/* line 1, app/assets/stylesheets/components/_datepicker.scss */
.picker.picker--opened button {
  color: #333;
}

/* line 5, app/assets/stylesheets/components/_datepicker.scss */
.picker__footer {
  margin-bottom: 18px;
}

/* line 9, app/assets/stylesheets/components/_datepicker.scss */
.picker__box {
  border-radius: 2px;
  border: 1px solid #ccc;
}

/* line 2, app/assets/stylesheets/components/_category_awards.scss */
.category-awards__button {
  cursor: pointer;
  font-size: .75em;
  padding: 10px 10px 0 0;
  text-align: center;
  margin-bottom: 11px;
  float: left;
  display: block;
  margin-right: 0.3858797911%;
  width: 33.0760801393%;
}

/* line 89, ../usr/local/bundle/ruby/3.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.category-awards__button:last-child {
  margin-right: 0;
}

/* line 10, app/assets/stylesheets/components/_category_awards.scss */
.category-awards__button--big {
  float: left;
  display: block;
  margin-right: 0.1925683544%;
  width: 16.506193038%;
}

/* line 89, ../usr/local/bundle/ruby/3.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.category-awards__button--big:last-child {
  margin-right: 0;
}

/* line 14, app/assets/stylesheets/components/_category_awards.scss */
.category-awards__button--shift {
  margin-left: 33.3975227848%;
}

/* line 18, app/assets/stylesheets/components/_category_awards.scss */
.category-awards__button--filter {
  float: left;
  display: block;
  margin-right: 0.1925683544%;
  width: 24.8555737342%;
  margin-left: 25.0481420886%;
}

/* line 89, ../usr/local/bundle/ruby/3.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.category-awards__button--filter:last-child {
  margin-right: 0;
}

/* line 24, app/assets/stylesheets/components/_category_awards.scss */
.category-awards__label {
  color: #595959;
  display: inline-block;
  vertical-align: middle;
  float: right;
}

/* line 30, app/assets/stylesheets/components/_category_awards.scss */
.category-awards__label--menu {
  text-transform: uppercase;
}

/* line 34, app/assets/stylesheets/components/_category_awards.scss */
.category-awards__label--filter {
  margin-left: 0;
  margin-right: 0;
}

/* line 39, app/assets/stylesheets/components/_category_awards.scss */
.category-awards__label--white {
  position: relative;
  z-index: 110;
  color: white;
  font-weight: bold;
}

/* line 47, app/assets/stylesheets/components/_category_awards.scss */
.category-awards__link {
  display: inline-block;
  vertical-align: middle;
  width: 186px;
  color: white;
  text-align: left;
}

/* line 55, app/assets/stylesheets/components/_category_awards.scss */
.category-awards__bullet {
  display: inline-block;
  vertical-align: middle;
  min-width: 28px;
  height: 18px;
  line-height: 18px;
  border-radius: 25px;
  padding: 0 6px;
  background-color: white;
  color: #f18200;
  font-weight: 400;
  text-align: center;
}

/* line 68, app/assets/stylesheets/components/_category_awards.scss */
.category-awards__bullet--orange {
  background-color: #f18200;
  color: white;
  position: relative;
}

/* line 74, app/assets/stylesheets/components/_category_awards.scss */
.category-awards__bullet--red {
  background-color: #de191a;
  color: white;
  position: relative;
}

/* line 80, app/assets/stylesheets/components/_category_awards.scss */
.category-awards__bullet--filter {
  font-size: 1.25rem;
  min-width: 18px;
  margin-right: 4px;
}

/* line 86, app/assets/stylesheets/components/_category_awards.scss */
.category-awards__bullet--to-front {
  z-index: 110;
}

/* line 91, app/assets/stylesheets/components/_category_awards.scss */
.category-awards__right-arrow {
  width: 9px;
  height: 9px;
  position: absolute;
  top: 19px;
  left: 14px;
  color: transparent;
  cursor: pointer;
}

/* line 102, app/assets/stylesheets/components/_category_awards.scss */
.category-awards__menu {
  float: left;
  display: block;
  margin-right: 0.3858797911%;
  width: 49.8070601044%;
  margin-right: 0;
  height: 94%;
  position: absolute;
  top: 0;
  right: -50%;
  visibility: hidden;
  background: rgba(241, 130, 0, 0.9);
  color: white;
  font-weight: 700;
  z-index: 100;
  overflow: auto;
  transition: all 0.4s;
}

/* line 89, ../usr/local/bundle/ruby/3.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.category-awards__menu:last-child {
  margin-right: 0;
}

/* line 117, app/assets/stylesheets/components/_category_awards.scss */
.category-awards__menu--small {
  float: left;
  display: block;
  margin-right: 0.1925683544%;
  width: 24.8555737342%;
  right: -24.8555737342%;
  top: 87px;
}

/* line 89, ../usr/local/bundle/ruby/3.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.category-awards__menu--small:last-child {
  margin-right: 0;
}

/* line 124, app/assets/stylesheets/components/_category_awards.scss */
.category-awards__effect.category-awards__menu {
  visibility: hidden;
  transform: translate3d(0, 0, 0);
}

/* line 128, app/assets/stylesheets/components/_category_awards.scss */
.category-awards__effect.category-awards__menu::after {
  display: none;
}

/* line 133, app/assets/stylesheets/components/_category_awards.scss */
.category-awards__effect.category-awards__menu--open .category-awards__effect.category-awards__menu {
  visibility: visible;
  transform: translate3d(-100%, 0, 0);
}

/* line 138, app/assets/stylesheets/components/_category_awards.scss */
.category-awards__categories {
  position: relative;
  margin-top: 48px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 11px;
  font-size: .75em;
}

/* line 146, app/assets/stylesheets/components/_category_awards.scss */
.category-awards__category {
  padding: 4px 15px;
  min-height: 22px;
}

/* line 150, app/assets/stylesheets/components/_category_awards.scss */
.category-awards__category input {
  color: black;
  font-weight: 600;
}

/* line 155, app/assets/stylesheets/components/_category_awards.scss */
.category-awards__category__title {
  text-align: left;
  text-transform: uppercase;
}

/* line 160, app/assets/stylesheets/components/_category_awards.scss */
.category-awards__category--divider {
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  margin-top: 15px;
  padding-top: 10px;
}

/* line 167, app/assets/stylesheets/components/_category_awards.scss */
.category-awards__category--item .category-awards__link {
  float: left;
  width: auto;
}

/* line 171, app/assets/stylesheets/components/_category_awards.scss */
.category-awards__category--item .category-awards__bullet {
  float: right;
}

/* line 1, app/assets/stylesheets/components/_post.scss */
.post-list {
  padding: 0 0 0 30px;
}

/* line 4, app/assets/stylesheets/components/_post.scss */
.post-list__item {
  margin-bottom: 10px;
}

/* line 7, app/assets/stylesheets/components/_post.scss */
.post-list__item__image-container, .post-list__item__content {
  display: inline-block;
  vertical-align: top;
}

/* line 13, app/assets/stylesheets/components/_post.scss */
.post-list__item__image-container, .post-list__item__image {
  border-radius: 50%;
}

/* line 18, app/assets/stylesheets/components/_post.scss */
.post-list__item__image-container {
  height: 50px;
  width: 50px;
  border: solid 1px #0dd7b8;
  margin: 0 15px 0 0;
}

/* line 24, app/assets/stylesheets/components/_post.scss */
.post-list__item__image-container--mini {
  height: 33px;
  width: 33px;
}

/* line 30, app/assets/stylesheets/components/_post.scss */
.post-list__item__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 36, app/assets/stylesheets/components/_post.scss */
.post-list__item__name-content, .post-list__item__text-content {
  margin: 0 30px 0 0;
  word-wrap: break-word;
}

/* line 42, app/assets/stylesheets/components/_post.scss */
.post-list__item__name-content {
  color: #595959;
  font-size: .875em;
  font-weight: 600;
  margin-bottom: 10px;
}

/* line 49, app/assets/stylesheets/components/_post.scss */
.post-list__item__text-content,
.post-list__item small {
  font-weight: 400;
  color: #666666;
  font-size: .75em;
}

/* line 56, app/assets/stylesheets/components/_post.scss */
.post-list__item__like, .post-list__item__comment {
  display: inline-block;
  cursor: pointer;
  margin: 10px 5px 0 0;
}

/* line 63, app/assets/stylesheets/components/_post.scss */
.post-list__item__like {
  width: 17px;
  height: 16px;
}

/* line 73, app/assets/stylesheets/components/_post.scss */
.post-list__item__comment {
  width: 14px;
  height: 13px;
}

/* line 83, app/assets/stylesheets/components/_post.scss */
.post-list__item__comment-area {
  display: block;
  height: 0;
  overflow: hidden;
  transition: height .5 linear;
}

/* line 89, app/assets/stylesheets/components/_post.scss */
.post-list__item__comment-area--open {
  height: auto;
}

/* line 93, app/assets/stylesheets/components/_post.scss */
.post-list__item__comment-area__text-area {
  font-size: .75em;
}

/* line 97, app/assets/stylesheets/components/_post.scss */
.post-list__item__comment-area__button {
  padding: 1em 2em;
  font-size: .875em;
}

/* line 104, app/assets/stylesheets/components/_post.scss */
.post-list__comments {
  padding: 20px 0 0 65px;
}

/* line 1, app/assets/stylesheets/components/_graph.scss */
.graph {
  height: 230px;
  padding: 50px 0;
  background: #64a90b;
}

/* line 6, app/assets/stylesheets/components/_graph.scss */
.graph__row {
  display: block;
}

/* line 20, ../usr/local/bundle/ruby/3.3.0/gems/bourbon-7.3.0/core/bourbon/library/_clearfix.scss */
.graph__row::after {
  clear: both;
  content: "";
  display: block;
}

/* line 10, app/assets/stylesheets/components/_graph.scss */
.graph__info {
  float: left;
  display: block;
  margin-right: 0.1925683544%;
  width: 20.6808833861%;
  text-align: center;
  color: white;
}

/* line 89, ../usr/local/bundle/ruby/3.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.graph__info:last-child {
  margin-right: 0;
}

/* line 15, app/assets/stylesheets/components/_graph.scss */
.graph__info__label, .graph__info__balance, .graph__info__points {
  margin: 0;
  line-height: 1;
}

/* line 22, app/assets/stylesheets/components/_graph.scss */
.graph__info__label {
  text-transform: uppercase;
  margin: 18px 0 12px 0;
}

/* line 26, app/assets/stylesheets/components/_graph.scss */
.graph__info__label:before, .graph__info__label:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 1px;
  margin: 0 5px;
  background: none;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
}

/* line 39, app/assets/stylesheets/components/_graph.scss */
.graph__info__label, .graph__info__points {
  font-size: .75em;
  font-weight: 600;
}

/* line 45, app/assets/stylesheets/components/_graph.scss */
.graph__info__balance {
  font-size: 3.4375em;
  font-weight: 300;
  margin-bottom: 20px;
}

/* line 52, app/assets/stylesheets/components/_graph.scss */
.graph__content {
  float: left;
  display: block;
  margin-right: 0.1925683544%;
  width: 49.9037158228%;
  margin-right: 0;
}

/* line 89, ../usr/local/bundle/ruby/3.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.graph__content:last-child {
  margin-right: 0;
}

/* line 56, app/assets/stylesheets/components/_graph.scss */
.graph__content__canvas {
  width: 100%;
  height: 130px;
}

/* line 62, app/assets/stylesheets/components/_graph.scss */
.graph__content, .graph__info {
  display: inline-block;
  vertical-align: middle;
}

/* line 68, app/assets/stylesheets/components/_graph.scss */
.graph--mini {
  background: linear-gradient(to right, transparent 0%, transparent 50%, #64a90b 51%, #64a90b 100%);
}

/* line 77, app/assets/stylesheets/components/_graph.scss */
.graph--mini .graph__content,
.graph--mini .graph__info {
  float: left;
  display: block;
  margin-right: 0.3858797911%;
  width: 49.8070601044%;
  padding: 0 15px;
}

/* line 89, ../usr/local/bundle/ruby/3.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.graph--mini .graph__content:last-child,
.graph--mini .graph__info:last-child {
  margin-right: 0;
}

/* line 83, app/assets/stylesheets/components/_graph.scss */
.graph--mini .graph__info {
  color: #64a90b;
  background: transparent;
}

/* line 88, app/assets/stylesheets/components/_graph.scss */
.graph--mini .graph__content__canvas {
  margin-top: -100px;
}

/* line 1, app/assets/stylesheets/components/_check_amount.scss */
.check-amount {
  position: relative;
  display: inline-block;
}

/* line 5, app/assets/stylesheets/components/_check_amount.scss */
.check-amount__plus-icon, .check-amount__minus-icon, .check-amount__text-amount {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px 0 6px;
  position: relative;
  text-align: left;
}

/* line 15, app/assets/stylesheets/components/_check_amount.scss */
.check-amount__plus-icon, .check-amount__minus-icon {
  width: 9px;
  cursor: pointer;
}

/* line 20, app/assets/stylesheets/components/_check_amount.scss */
.check-amount__plus-icon:before, .check-amount__minus-icon:before {
  content: "";
  width: 9px;
  position: absolute;
  color: transparent;
}

/* line 28, app/assets/stylesheets/components/_check_amount.scss */
.check-amount__plus-icon {
  height: 10px;
}

/* line 31, app/assets/stylesheets/components/_check_amount.scss */
.check-amount__plus-icon:before {
  height: 10px;
}

/* line 37, app/assets/stylesheets/components/_check_amount.scss */
.check-amount__minus-icon {
  height: 4px;
}

/* line 40, app/assets/stylesheets/components/_check_amount.scss */
.check-amount__minus-icon:before {
  height: 4px;
}

/* line 46, app/assets/stylesheets/components/_check_amount.scss */
.check-amount__text-amount {
  text-align: center;
  padding: 0;
  font-size: 0.9em;
}

/* line 1, app/assets/stylesheets/components/_banner.scss */
.wrapper--banner {
  margin: 44px auto;
  line-height: 0;
}

/* line 6, app/assets/stylesheets/components/_banner.scss */
.banner__image {
  margin-bottom: 20px;
  width: 1200px;
}

/* line 1, app/assets/stylesheets/components/_alert.scss */
.alert {
  padding: 8px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 7, app/assets/stylesheets/components/_alert.scss */
.alert__heading {
  font-size: 18px;
  font-weight: bold;
}

/* line 12, app/assets/stylesheets/components/_alert.scss */
.alert--danger {
  color: #a94442;
  background-color: #fef2f2;
  border-color: #ebccd1;
}

/* line 1, app/assets/stylesheets/components/_modal.scss */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.4);
}

/* line 12, app/assets/stylesheets/components/_modal.scss */
.modal {
  width: 492px;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  transform: translate(-50%, -50%);
  border: 1px solid #ccc;
  border-radius: 2px;
  text-align: center;
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

/* line 28, app/assets/stylesheets/components/_modal.scss */
.modal__header {
  width: 100%;
  height: 75px;
  line-height: 75px;
  padding-left: 30px;
  text-align: left;
  border-bottom: 1px solid #ccc;
}

/* line 36, app/assets/stylesheets/components/_modal.scss */
.modal__header__close-icon {
  width: 9px;
  height: 10px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  position: relative;
  text-align: left;
  margin: 30px 30px 6px 6px;
  float: right;
}

/* line 11, app/assets/stylesheets/helpers/_close_icon.scss */
.modal__header__close-icon:before {
  content: "";
  width: 9px;
  height: 10px;
  position: absolute;
  color: transparent;
}

/* line 42, app/assets/stylesheets/components/_modal.scss */
.modal__header h4 {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.25rem;
}

/* line 49, app/assets/stylesheets/components/_modal.scss */
.modal__content {
  position: relative;
  width: 100%;
  height: auto;
  padding: 28px 0 28px 18px;
}

/* line 56, app/assets/stylesheets/components/_modal.scss */
.modal .button {
  width: 100%;
  font-weight: 600;
  padding: 18px 0;
}

/* line 62, app/assets/stylesheets/components/_modal.scss */
.modal__row {
  display: block;
  text-align: left;
  font-size: .8125rem;
  color: #595959;
  margin-bottom: 16px;
}

/* line 20, ../usr/local/bundle/ruby/3.3.0/gems/bourbon-7.3.0/core/bourbon/library/_clearfix.scss */
.modal__row::after {
  clear: both;
  content: "";
  display: block;
}

/* line 70, app/assets/stylesheets/components/_modal.scss */
.modal__col {
  float: left;
  display: block;
  margin-right: 0.1925683544%;
  width: 100%;
  padding-left: 10px;
  padding-right: 28px;
}

/* line 89, ../usr/local/bundle/ruby/3.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.modal__col:last-child {
  margin-right: 0;
}

/* line 75, app/assets/stylesheets/components/_modal.scss */
.modal__col--half {
  float: left;
  display: block;
  margin-right: 0.1925683544%;
  width: 49.9037158228%;
  padding-left: 10px;
  padding-right: 28px;
}

/* line 89, ../usr/local/bundle/ruby/3.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.modal__col--half:last-child {
  margin-right: 0;
}

/* line 82, app/assets/stylesheets/components/_modal.scss */
.modal__input-hidden {
  display: none;
}

/* line 86, app/assets/stylesheets/components/_modal.scss */
.modal .input {
  width: 100%;
}

/* line 91, app/assets/stylesheets/components/_modal.scss */
.overlay .modal {
  display: block;
}

/* line 1, app/assets/stylesheets/components/_breadcrumb.scss */
.breadcrumb {
  padding-left: 15px;
  margin: 10px 0;
  color: white;
  position: relative;
  z-index: 20;
}

/* line 8, app/assets/stylesheets/components/_breadcrumb.scss */
.breadcrumb li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
  font-size: .8125em;
}

/* line 14, app/assets/stylesheets/components/_breadcrumb.scss */
.breadcrumb li a {
  color: white;
  font-weight: 300;
}

/* line 1, app/assets/stylesheets/components/_tabs.scss */
.tabs {
  padding: 25px;
}

/* line 4, app/assets/stylesheets/components/_tabs.scss */
.tabs__items {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #d5d5d5;
  background: transparent;
}

/* line 11, app/assets/stylesheets/components/_tabs.scss */
.tabs__item {
  background: transparent;
  color: #595959;
  font-weight: 700;
  font-size: .75em;
  text-transform: uppercase;
  cursor: pointer;
  margin-right: 48px;
}

/* line 20, app/assets/stylesheets/components/_tabs.scss */
.tabs__item--active {
  padding-bottom: 11px;
  border-bottom: 3px solid #c74545;
  color: #c74545;
}

/* line 27, app/assets/stylesheets/components/_tabs.scss */
.tabs__container {
  padding-top: 26px;
  overflow: auto;
}

/* line 31, app/assets/stylesheets/components/_tabs.scss */
.tabs__container__content {
  display: none;
}

/* line 34, app/assets/stylesheets/components/_tabs.scss */
.tabs__container__content--active {
  display: block;
}

/* line 1, app/assets/stylesheets/components/_remove_table_item.scss */
.remove-table-item {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

/* line 7, app/assets/stylesheets/components/_remove_table_item.scss */
.remove-table-item__icon {
  width: 9px;
  height: 10px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  position: relative;
  text-align: left;
  margin: 0 6px 0 6px;
}

/* line 11, app/assets/stylesheets/helpers/_close_icon.scss */
.remove-table-item__icon:before {
  content: "";
  width: 9px;
  height: 10px;
  position: absolute;
  color: transparent;
}

/* line 1, app/assets/stylesheets/components/_expand_table_item.scss */
.expand-table-item {
  width: 100%;
  height: 10px;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

/* line 9, app/assets/stylesheets/components/_expand_table_item.scss */
.expand-table-item__icon {
  width: 30px;
  height: 10px;
  cursor: pointer;
}

/* line 14, app/assets/stylesheets/components/_expand_table_item.scss */
.expand-table-item__icon:before {
  height: 10px;
}

/* line 19, app/assets/stylesheets/components/_expand_table_item.scss */
.expand-table-item__icon--open {
  height: 4px;
}

/* line 22, app/assets/stylesheets/components/_expand_table_item.scss */
.expand-table-item__icon--open:before {
  height: 4px;
}

/* line 28, app/assets/stylesheets/components/_expand_table_item.scss */
.expand-table-item__icon:before, .expand-table-item__icon--open:before {
  content: "";
  width: 9px;
  position: absolute;
  top: 1px;
  color: transparent;
}

/* line 1, app/assets/stylesheets/components/_range_slider.scss */
.irs-slider {
  z-index: 200;
}

/* line 5, app/assets/stylesheets/components/_range_slider.scss */
.irs-slider.type_last,
.irs-disable-mask {
  z-index: 300;
}

/* line 10, app/assets/stylesheets/components/_range_slider.scss */
.irs {
  height: 20px;
}

/* line 13, app/assets/stylesheets/components/_range_slider.scss */
.irs-with-grid {
  height: 60px;
}

/* line 16, app/assets/stylesheets/components/_range_slider.scss */
.irs-line {
  height: 8px;
  top: 25px;
}

/* line 21, app/assets/stylesheets/components/_range_slider.scss */
.irs-line-left,
.irs-line-mid,
.irs-bar,
.irs-line-right,
.irs-bar-edge {
  height: 8px;
  background: #F8C68C;
}

/* line 30, app/assets/stylesheets/components/_range_slider.scss */
.irs-bar {
  background: white;
}

/* line 34, app/assets/stylesheets/components/_range_slider.scss */
.irs-line-left {
  border-radius: 4px 0 0 4px;
}

/* line 38, app/assets/stylesheets/components/_range_slider.scss */
.irs-line-right {
  border-radius: 0 4px 4px 0;
}

/* line 42, app/assets/stylesheets/components/_range_slider.scss */
.irs-bar,
.irs-bar-edge {
  top: 25px;
}

/* line 47, app/assets/stylesheets/components/_range_slider.scss */
.irs-shadow {
  height: 3px;
  top: 34px;
  background: #000;
  opacity: 0.25;
}

/* line 52, app/assets/stylesheets/components/_range_slider.scss */
.lt-ie9 .irs-shadow {
  filter: alpha(opacity=25);
}

/* line 56, app/assets/stylesheets/components/_range_slider.scss */
.irs-slider {
  width: 18px;
  height: 18px;
  top: 20px;
  border-radius: 50%;
  background: white;
}

/* line 63, app/assets/stylesheets/components/_range_slider.scss */
.irs-slider.state_hover, .irs-slider:hover {
  background: white;
}

/* line 67, app/assets/stylesheets/components/_range_slider.scss */
.irs-min, .irs-max {
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: #e1e4e9;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 77, app/assets/stylesheets/components/_range_slider.scss */
.irs-from, .irs-to, .irs-single {
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #ed5565;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 86, app/assets/stylesheets/components/_range_slider.scss */
.irs-from:after, .irs-to:after, .irs-single:after {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}

/* line 96, app/assets/stylesheets/components/_range_slider.scss */
.irs-grid-pol {
  background: #e1e4e9;
}

/* line 99, app/assets/stylesheets/components/_range_slider.scss */
.irs-grid-text {
  color: white;
}

/* line 103, app/assets/stylesheets/components/_range_slider.scss */
.range-slider-labels {
  margin-top: 30px;
}

/* line 1, app/assets/stylesheets/components/_lightbox.scss */
body:after {
  content: url(/assets/lightbox2/dist/images/close-5d62e6c90005bfb71f6abb440f9e4753681cb23bbd5e60477ab6f442d2f0e69c.png) url(/assets/lightbox2/dist/images/loading-225aa88b6ab02c06222ec9468d62e15fa188e39cdb9431d1f55401ad380753ed.gif) url(/assets/lightbox2/dist/images/prev-7fd9273f20fdb1229c224341271a119020a5eee74ccf6b4605730917c864caf2.png) url(/assets/lightbox2/dist/images/next-15b869b02c6fbaa8c6c26445a2dd2d9bad80fd27b1409f8179e5dd89dc89d90a.png);
  display: none;
}

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

/* line 20, app/assets/stylesheets/components/_lightbox.scss */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

/* line 30, app/assets/stylesheets/components/_lightbox.scss */
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

/* line 41, app/assets/stylesheets/components/_lightbox.scss */
.lightbox a img {
  border: none;
}

/* line 45, app/assets/stylesheets/components/_lightbox.scss */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/* line 59, app/assets/stylesheets/components/_lightbox.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 65, app/assets/stylesheets/components/_lightbox.scss */
.lb-container {
  padding: 4px;
}

/* line 69, app/assets/stylesheets/components/_lightbox.scss */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 79, app/assets/stylesheets/components/_lightbox.scss */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/assets/lightbox2/dist/images/loading-225aa88b6ab02c06222ec9468d62e15fa188e39cdb9431d1f55401ad380753ed.gif) no-repeat;
}

/* line 87, app/assets/stylesheets/components/_lightbox.scss */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 96, app/assets/stylesheets/components/_lightbox.scss */
.lb-container > .nav {
  left: 0;
}

/* line 100, app/assets/stylesheets/components/_lightbox.scss */
.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

/* line 105, app/assets/stylesheets/components/_lightbox.scss */
.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

/* line 111, app/assets/stylesheets/components/_lightbox.scss */
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/assets/lightbox2/dist/images/prev-7fd9273f20fdb1229c224341271a119020a5eee74ccf6b4605730917c864caf2.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

/* line 124, app/assets/stylesheets/components/_lightbox.scss */
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 129, app/assets/stylesheets/components/_lightbox.scss */
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/assets/lightbox2/dist/images/next-15b869b02c6fbaa8c6c26445a2dd2d9bad80fd27b1409f8179e5dd89dc89d90a.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

/* line 142, app/assets/stylesheets/components/_lightbox.scss */
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 147, app/assets/stylesheets/components/_lightbox.scss */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 160, app/assets/stylesheets/components/_lightbox.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 166, app/assets/stylesheets/components/_lightbox.scss */
.lb-data {
  padding: 0 4px;
  color: #ccc;
}

/* line 171, app/assets/stylesheets/components/_lightbox.scss */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

/* line 178, app/assets/stylesheets/components/_lightbox.scss */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

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

/* line 192, app/assets/stylesheets/components/_lightbox.scss */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/assets/lightbox2/dist/images/close-5d62e6c90005bfb71f6abb440f9e4753681cb23bbd5e60477ab6f442d2f0e69c.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

/* line 208, app/assets/stylesheets/components/_lightbox.scss */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 1, app/assets/stylesheets/components/_icons_menu.scss */
.icons-menu {
  display: none;
}

/* line 4, app/assets/stylesheets/components/_icons_menu.scss */
.icons-menu__list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* line 10, app/assets/stylesheets/components/_icons_menu.scss */
.icons-menu__item {
  padding: 10px;
  display: block;
  max-width: 13%;
  width: 100px;
}

/* line 17, app/assets/stylesheets/components/_icons_menu.scss */
.icons-menu__item-image {
  width: 100%;
}

@media screen and (max-width: 47em) {
  /* line 1, app/assets/stylesheets/components/_icons_menu.scss */
  .icons-menu {
    display: block;
  }
}

/* line 1, app/assets/stylesheets/components/_popover.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 18, app/assets/stylesheets/components/_popover.scss */
.popover.top {
  margin-top: -10px;
}

/* line 21, app/assets/stylesheets/components/_popover.scss */
.popover.right {
  margin-left: 10px;
}

/* line 24, app/assets/stylesheets/components/_popover.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 27, app/assets/stylesheets/components/_popover.scss */
.popover.left {
  margin-left: -10px;
}

/* line 32, app/assets/stylesheets/components/_popover.scss */
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 43, app/assets/stylesheets/components/_popover.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 48, app/assets/stylesheets/components/_popover.scss */
.popover > .arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 11px;
}

/* line 55, app/assets/stylesheets/components/_popover.scss */
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  content: "";
  border-width: 10px;
}

/* line 67, app/assets/stylesheets/components/_popover.scss */
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

/* line 74, app/assets/stylesheets/components/_popover.scss */
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

/* line 82, app/assets/stylesheets/components/_popover.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

/* line 89, app/assets/stylesheets/components/_popover.scss */
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

/* line 97, app/assets/stylesheets/components/_popover.scss */
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 104, app/assets/stylesheets/components/_popover.scss */
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 112, app/assets/stylesheets/components/_popover.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 119, app/assets/stylesheets/components/_popover.scss */
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

/* line 1, app/assets/stylesheets/components/_accordion.scss */
.cd-accordion-menu .data-block {
  display: block;
  float: right;
  padding: 18px 0;
}

/* line 6, app/assets/stylesheets/components/_accordion.scss */
.cd-accordion-menu ul {
  /* by default hide all sub menus */
  display: none;
}

/* line 10, app/assets/stylesheets/components/_accordion.scss */
.cd-accordion-menu li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 16, app/assets/stylesheets/components/_accordion.scss */
.cd-accordion-menu input[type=checkbox] {
  /* hide native checkbox */
  position: absolute;
  opacity: 0;
}

/* line 21, app/assets/stylesheets/components/_accordion.scss */
.cd-accordion-menu label, .cd-accordion-menu a {
  position: relative;
  display: block;
  padding: 0 0 0 64px;
  margin: 0;
  border-bottom: solid 1px #e7e7e7;
  min-height: 55px;
  clear: both;
}

/* line 30, app/assets/stylesheets/components/_accordion.scss */
.cd-accordion-menu label::before {
  /* icons */
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 18px;
}

/* line 38, app/assets/stylesheets/components/_accordion.scss */
.cd-accordion-menu label {
  cursor: pointer;
}

/* line 41, app/assets/stylesheets/components/_accordion.scss */
.cd-accordion-menu input[type=checkbox] + label::before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" enable-background="new 0 0 64 16" viewBox="0 0 64 16" height="16px" width="64px" y="0px" x="0px" id="Layer_1" version="1.1"><metadata id="metadata25"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs id="defs23" /><g style="fill:#6c7079;fill-opacity:1" id="g4" transform="translate(0, 0)"><polygon style="fill:#6c7079;fill-opacity:1" id="polygon2" points="8,12.6000004 0.3,4.9000001 1.7,3.4000001 8,9.6999998 14.3000002,3.4000001 15.6999998,4.9000001 " fill="#FFFFFF" /></g><g id="g18" transform="translate(48, 0)"><path id="path16" d="M15,0H1C0.4,0,0,0.4,0,1v14c0,0.6000004,0.4,1,1,1h14c0.6000004,0,1-0.3999996,1-1V1 C16,0.4,15.6000004,0,15,0z M6,4c0.5999999,0,1,0.4000001,1,1S6.5999999,6,6,6S5,5.5999999,5,5S5.4000001,4,6,4z M3,12l2-4l2,2l3-4 l3,6H3z" fill="#6C7079" /></g><path id="rect4537" d="M 32.00213,10.02359 V 5.9764094 H 48.006888 V 10.02359 Z" style="opacity:1;fill:#6c7079;fill-opacity:1;stroke:none;stroke-width:1.01169634;stroke-opacity:1" /><path id="rect4537-0" d="M 21.976562 -0.001953125 L 21.976562 5.9765625 L 15.998047 5.9765625 L 15.998047 10.023438 L 21.976562 10.023438 L 21.976562 16.001953 L 26.023438 16.001953 L 26.023438 10.023438 L 32.001953 10.023438 L 32.001953 5.9765625 L 26.023438 5.9765625 L 26.023438 -0.001953125 L 21.976562 -0.001953125 z " style="opacity:1;fill:#6c7079;fill-opacity:1;stroke:none;stroke-width:1.01169634;stroke-opacity:1" /></svg>');
  background-repeat: no-repeat;
}

/* line 45, app/assets/stylesheets/components/_accordion.scss */
.cd-accordion-menu input[type=checkbox] + label::before {
  left: 18px;
  background-position: -16px 0;
}

/* line 49, app/assets/stylesheets/components/_accordion.scss */
.cd-accordion-menu input[type=checkbox]:checked + label::before {
  background-position: -32px 0;
}

/* line 52, app/assets/stylesheets/components/_accordion.scss */
.cd-accordion-menu input[type=checkbox]:checked + label + ul,
.cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
  /* use label:nth-of-type(n) to fix a bug on safari (<= 8.0.8) with multiple adjacent-sibling selectors*/
  /* show children when item is checked */
  display: block;
}

/* line 58, app/assets/stylesheets/components/_accordion.scss */
.cd-accordion-menu ul label,
.cd-accordion-menu ul a {
  padding-left: 82px;
}

/* line 62, app/assets/stylesheets/components/_accordion.scss */
.cd-accordion-menu ul label::before {
  left: 36px;
}

/* line 65, app/assets/stylesheets/components/_accordion.scss */
.cd-accordion-menu ul label::after,
.cd-accordion-menu ul a::after {
  left: 59px;
}

/* line 69, app/assets/stylesheets/components/_accordion.scss */
.cd-accordion-menu ul ul label,
.cd-accordion-menu ul ul a {
  padding-left: 100px;
}

/* line 73, app/assets/stylesheets/components/_accordion.scss */
.cd-accordion-menu ul ul label::before {
  left: 54px;
}

/* line 76, app/assets/stylesheets/components/_accordion.scss */
.cd-accordion-menu ul ul label::after,
.cd-accordion-menu ul ul a::after {
  left: 77px;
}

/* line 80, app/assets/stylesheets/components/_accordion.scss */
.cd-accordion-menu ul ul ul label,
.cd-accordion-menu ul ul ul a {
  padding-left: 118px;
}

/* line 84, app/assets/stylesheets/components/_accordion.scss */
.cd-accordion-menu ul ul ul label::before {
  left: 72px;
}

/* line 87, app/assets/stylesheets/components/_accordion.scss */
.cd-accordion-menu ul ul ul label::after,
.cd-accordion-menu ul ul ul a::after {
  left: 95px;
}

/* line 2, app/assets/stylesheets/components/_address.scss */
.address__zip {
  border: 1px solid #ccc;
}

/* line 5, app/assets/stylesheets/components/_address.scss */
.address__zip--error {
  border: 1px solid red !important;
}

/* line 10, app/assets/stylesheets/components/_address.scss */
.address__zip-spinner {
  width: 16px;
  height: 16px;
  display: none;
}

/* line 15, app/assets/stylesheets/components/_address.scss */
.address__zip-spinner--active {
  display: inline;
}

/* line 21, app/assets/stylesheets/components/_address.scss */
.address__number--error {
  border: 1px solid red !important;
}

/* line 28, app/assets/stylesheets/components/_address.scss */
.zip__span {
  font-size: 14px;
  display: none;
}

/* line 32, app/assets/stylesheets/components/_address.scss */
.zip__span--error {
  color: red;
  display: block;
}

/* line 2, app/assets/stylesheets/components/new_goals.scss */
.new-participant-goals-table__collapse-container {
  align-items: center;
  text-align: center;
  float: left;
  width: 20px;
  height: auto;
}

/* line 12, app/assets/stylesheets/components/new_goals.scss */
.new-participant-goals-table__collapse-link--gray, .new-participant-goals-table__collapse-link:focus--gray {
  color: gray;
}

/* line 19, app/assets/stylesheets/components/new_goals.scss */
.new-participant-milestones-table__tooltip-container {
  display: inline-block;
  width: 20px;
  height: auto;
  color: gray;
}

/* line 2, app/assets/stylesheets/components/_product.scss */
.product__price-spinner {
  width: 20px;
  height: 20px;
  display: none;
}

/* line 7, app/assets/stylesheets/components/_product.scss */
.product__price-spinner--active {
  display: inline;
}

/* line 1, app/assets/stylesheets/components/_ranking.scss */
.ranking {
  height: 230px;
  padding: 40px 0px;
}

/* line 5, app/assets/stylesheets/components/_ranking.scss */
.ranking__link {
  float: left;
  display: block;
  margin-right: 0.1925683544%;
  width: 49.9037158228%;
  position: relative;
  overflow: hidden;
  margin-right: 0;
  display: block;
  text-align: center;
  background: white;
  font-size: .625em;
  font-weight: 600;
  text-transform: uppercase;
  height: 20px;
  width: 100%;
  line-height: 20px;
  color: blue;
}

/* line 89, ../usr/local/bundle/ruby/3.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.ranking__link:last-child {
  margin-right: 0;
}

/* line 22, app/assets/stylesheets/components/_ranking.scss */
.ranking__row {
  display: block;
}

/* line 20, ../usr/local/bundle/ruby/3.3.0/gems/bourbon-7.3.0/core/bourbon/library/_clearfix.scss */
.ranking__row::after {
  clear: both;
  content: "";
  display: block;
}

/* line 26, app/assets/stylesheets/components/_ranking.scss */
.ranking__info {
  float: left;
  display: block;
  margin-right: 0.1925683544%;
  width: 24.8555737342%;
  text-align: center;
  color: white;
}

/* line 89, ../usr/local/bundle/ruby/3.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.ranking__info:last-child {
  margin-right: 0;
}

/* line 31, app/assets/stylesheets/components/_ranking.scss */
.ranking__info__day, .ranking__info__position, .ranking__info__points {
  margin: 0;
  line-height: 1;
}

/* line 38, app/assets/stylesheets/components/_ranking.scss */
.ranking__info__evolution {
  text-transform: uppercase;
  color: green;
}

/* line 43, app/assets/stylesheets/components/_ranking.scss */
.ranking__info__day {
  text-transform: uppercase;
  margin: 18px 0 12px 0;
}

/* line 47, app/assets/stylesheets/components/_ranking.scss */
.ranking__info__day:before, .ranking__info__day:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 1px;
  margin: 0 5px;
  background: none;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
}

/* line 60, app/assets/stylesheets/components/_ranking.scss */
.ranking__info__day, .ranking__info__points {
  font-size: .75em;
  font-weight: 600;
  margin: 0;
}

/* line 67, app/assets/stylesheets/components/_ranking.scss */
.ranking__info__position {
  font-size: 3.4375em;
  font-weight: 300;
}

/* line 73, app/assets/stylesheets/components/_ranking.scss */
.ranking__content {
  float: left;
  display: block;
  margin-right: 0.1925683544%;
  width: 66.6024772152%;
  margin-right: 0;
}

/* line 89, ../usr/local/bundle/ruby/3.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.ranking__content:last-child {
  margin-right: 0;
}

/* line 78, app/assets/stylesheets/components/_ranking.scss */
.ranking__content, .ranking__info {
  display: inline-block;
  vertical-align: middle;
  padding: 0px 15px;
  text-transform: uppercase;
}

/* line 85, app/assets/stylesheets/components/_ranking.scss */
.ranking__content__position_today, .ranking__info__position_today {
  font-size: 3.4375em;
  color: blue;
  margin: 0;
}

/* line 92, app/assets/stylesheets/components/_ranking.scss */
.ranking__points {
  font-size: .8333em;
  color: black;
}

/* line 97, app/assets/stylesheets/components/_ranking.scss */
.ranking__grid {
  display: grid;
  padding: 0;
  margin: 0;
  grid-template-columns: 70% 30%;
  align-items: center;
}

/* line 105, app/assets/stylesheets/components/_ranking.scss */
.ranking__item_day {
  padding: 0;
  text-align: center;
}

/* line 110, app/assets/stylesheets/components/_ranking.scss */
.ranking__item_position {
  padding: 0;
  text-align: center;
  font-size: 2.25em;
  color: green;
}

/* line 117, app/assets/stylesheets/components/_ranking.scss */
.ranking__list {
  display: grid;
  padding: 50px 50px 15px 15px;
  grid-template-columns: 30% 20% 30% 20%;
  grid-gap: 11px 10px;
}

/* line 125, app/assets/stylesheets/components/_ranking.scss */
.ranking__list_participant {
  padding: 0;
  text-align: left;
  color: blue;
  font-size: .625em;
  font-weight: 500;
  text-transform: uppercase;
}

/* line 134, app/assets/stylesheets/components/_ranking.scss */
.ranking__list_point {
  padding: 0;
  text-align: right;
  font-size: .75em;
  color: green;
}

/* line 141, app/assets/stylesheets/components/_ranking.scss */
.ranking--mini {
  background: linear-gradient(to right, transparent 0%, transparent 100%);
}

/* line 148, app/assets/stylesheets/components/_ranking.scss */
.ranking--mini .ranking__content {
  float: left;
  display: block;
  margin-right: 0.3858797911%;
  width: 49.8070601044%;
  padding: 0px 15px 10px;
  color: blue;
  margin-top: 0;
  height: 100%;
}

/* line 89, ../usr/local/bundle/ruby/3.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.ranking--mini .ranking__content:last-child {
  margin-right: 0;
}

/* line 156, app/assets/stylesheets/components/_ranking.scss */
.ranking--mini .ranking__info {
  float: left;
  display: block;
  margin-right: 0.3858797911%;
  width: 49.8070601044%;
  padding: 30px 15px 0px;
  margin-top: 0;
  color: blue;
}

/* line 89, ../usr/local/bundle/ruby/3.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.ranking--mini .ranking__info:last-child {
  margin-right: 0;
}

/* line 163, app/assets/stylesheets/components/_ranking.scss */
.ranking--mini .ranking__info {
  background: transparent;
}

/* line 1, app/assets/stylesheets/components/_form.scss */
.form-select {
  display: block;
  width: 100%;
  height: 37px;
  font-size: 14px;
  border-color: #cccccc;
  border-radius: 2px;
  transition: all 150ms ease-in-out;
  color: #757575;
}

/* line 12, app/assets/stylesheets/components/_form.scss */
.form-select:focus {
  border-color: #00b6ea;
}

/* line 1, app/assets/stylesheets/campaign/shared/_footer.scss */
.footer {
  width: 100%;
  height: 44px;
  line-height: 44px;
  margin-top: 100px;
  background: rgba(0, 0, 0, 0.95);
}

/* line 8, app/assets/stylesheets/campaign/shared/_footer.scss */
.footer__row {
  display: block;
  float: left;
  display: block;
  margin-right: 0.1925683544%;
  width: 100%;
}

/* line 20, ../usr/local/bundle/ruby/3.3.0/gems/bourbon-7.3.0/core/bourbon/library/_clearfix.scss */
.footer__row::after {
  clear: both;
  content: "";
  display: block;
}

/* line 89, ../usr/local/bundle/ruby/3.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.footer__row:last-child {
  margin-right: 0;
}

/* line 20, ../usr/local/bundle/ruby/3.3.0/gems/bourbon-7.3.0/core/bourbon/library/_clearfix.scss */
.footer__row::after {
  clear: both;
  content: "";
  display: block;
}

/* line 14, app/assets/stylesheets/campaign/shared/_footer.scss */
.footer__column {
  float: left;
  display: block;
  margin-right: 0.1925683544%;
  width: 100%;
  text-align: center;
}

/* line 89, ../usr/local/bundle/ruby/3.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.footer__column:last-child {
  margin-right: 0;
}

/* line 19, app/assets/stylesheets/campaign/shared/_footer.scss */
.footer__text {
  text-transform: uppercase;
  color: white;
  font-size: 0.75em;
  margin: 0;
  vertical-align: middle;
}

/* line 27, app/assets/stylesheets/campaign/shared/_footer.scss */
.footer__link {
  color: white;
  font-weight: 600;
}

/* line 31, app/assets/stylesheets/campaign/shared/_footer.scss */
.footer__link:hover {
  color: #f18200;
}

/* line 2, app/assets/stylesheets/components/_slide_awards.scss */
.slide-awards__counter {
  position: absolute;
  top: 60px;
  left: 225px;
  font-size: .875em;
  color: #595959;
  padding-bottom: 10px;
  border-bottom: 1px solid #00b6ea;
}

/* line 12, app/assets/stylesheets/components/_slide_awards.scss */
.slide-awards .owl-prev,
.slide-awards .owl-next {
  position: absolute;
  top: 50px;
  font: 0/0 a;
  width: 13px;
  height: 24px;
}

/* line 21, app/assets/stylesheets/components/_slide_awards.scss */
.slide-awards .owl-next {
  right: 15px;
}

/* line 26, app/assets/stylesheets/components/_slide_awards.scss */
.slide-awards .owl-prev {
  left: 15px;
}

/* line 32, app/assets/stylesheets/components/_slide_awards.scss */
.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}

/* line 1, app/assets/stylesheets/components/_flash_message.scss */
.flash-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/* line 20, ../usr/local/bundle/ruby/3.3.0/gems/bourbon-7.3.0/core/bourbon/library/_clearfix.scss */
.flash-container::after {
  clear: both;
  content: "";
  display: block;
}

/* line 6, app/assets/stylesheets/components/_flash_message.scss */
.flash-message {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 0 1px 0;
  padding: 12px 0 12px 28px;
  overflow: hidden;
  z-index: 2;
  animation: scale 0.3s ease-in;
}

/* line 17, app/assets/stylesheets/components/_flash_message.scss */
.flash-message--success {
  background: rgba(238, 255, 217, 0.96);
  color: #64a90b;
}

/* line 22, app/assets/stylesheets/components/_flash_message.scss */
.flash-message--danger {
  background: rgba(242, 222, 222, 0.96);
  color: #de191a;
}

/* line 27, app/assets/stylesheets/components/_flash_message.scss */
.flash-message--info {
  background: rgba(217, 237, 247, 0.96);
  color: #31708f;
}

/* line 32, app/assets/stylesheets/components/_flash_message.scss */
.flash-message--warning {
  background: rgba(252, 248, 227, 0.96);
  color: #f18200;
}

/* line 37, app/assets/stylesheets/components/_flash_message.scss */
.flash-message__text {
  text-transform: uppercase;
  font-size: .75em;
  font-weight: 700;
  margin: 0;
  padding: 0;
  display: inline-block;
}

/* line 46, app/assets/stylesheets/components/_flash_message.scss */
.flash-message__close {
  margin: 6px 15px 6px 6px;
  float: right;
}

/* line 50, app/assets/stylesheets/components/_flash_message.scss */
.flash-message__close--success {
  width: 9px;
  height: 10px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  position: relative;
  text-align: left;
}

/* line 11, app/assets/stylesheets/helpers/_close_icon.scss */
.flash-message__close--success:before {
  content: "";
  width: 9px;
  height: 10px;
  position: absolute;
  color: transparent;
}

/* line 54, app/assets/stylesheets/components/_flash_message.scss */
.flash-message__close--danger {
  width: 9px;
  height: 10px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  position: relative;
  text-align: left;
}

/* line 11, app/assets/stylesheets/helpers/_close_icon.scss */
.flash-message__close--danger:before {
  content: "";
  width: 9px;
  height: 10px;
  position: absolute;
  color: transparent;
}

/* line 58, app/assets/stylesheets/components/_flash_message.scss */
.flash-message__close--info {
  width: 9px;
  height: 10px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  position: relative;
  text-align: left;
}

/* line 11, app/assets/stylesheets/helpers/_close_icon.scss */
.flash-message__close--info:before {
  content: "";
  width: 9px;
  height: 10px;
  position: absolute;
  color: transparent;
}

/* line 62, app/assets/stylesheets/components/_flash_message.scss */
.flash-message__close--warning {
  width: 9px;
  height: 10px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  position: relative;
  text-align: left;
}

/* line 11, app/assets/stylesheets/helpers/_close_icon.scss */
.flash-message__close--warning:before {
  content: "";
  width: 9px;
  height: 10px;
  position: absolute;
  color: transparent;
}

@keyframes scale {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* line 1, app/assets/stylesheets/campaign/shared/_pagination.scss */
.pagination {
  display: inline-block;
  box-shadow: 0 0 1px 0 #c3cbbf;
  font-size: 0;
  margin: 20px;
}

/* line 7, app/assets/stylesheets/campaign/shared/_pagination.scss */
.pagination li {
  display: inline-block;
  vertical-align: top;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-right: 1px solid #ebede9;
  font-size: 16px;
  transition: all .5 linear;
  background: white;
}

/* line 18, app/assets/stylesheets/campaign/shared/_pagination.scss */
.pagination li:hover {
  transform: scale(1.5);
  border: 1px solid #ebede9;
}

/* line 23, app/assets/stylesheets/campaign/shared/_pagination.scss */
.pagination li a {
  display: block;
  color: #999;
  text-align: center;
}

/* line 30, app/assets/stylesheets/campaign/shared/_pagination.scss */
.pagination li.active a {
  color: #00b6ea;
}

/* line 1, app/assets/stylesheets/common/_alert_box.scss */
.info-box {
  background-color: #d1ecf1;
  border: solid 1px #bee5eb;
  padding: 0.5em;
  margin-bottom: 28px;
  font-size: 0.8em;
}

/* line 1, app/assets/stylesheets/common/_autocomplete_menu.scss */
.twitter-typeahead {
  display: block !important;
}

/* line 4, app/assets/stylesheets/common/_autocomplete_menu.scss */
.tt-dropdown-menu, .gist {
  text-align: left;
}

/* line 8, app/assets/stylesheets/common/_autocomplete_menu.scss */
.typeahead {
  background-color: #fff;
}

/* line 12, app/assets/stylesheets/common/_autocomplete_menu.scss */
.typeahead:focus {
  border: 2px solid #0097cf;
}

/* line 16, app/assets/stylesheets/common/_autocomplete_menu.scss */
.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 22, app/assets/stylesheets/common/_autocomplete_menu.scss */
.tt-hint {
  color: #999;
}

/* line 26, app/assets/stylesheets/common/_autocomplete_menu.scss */
.tt-dropdown-menu {
  margin-top: 12px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 40, app/assets/stylesheets/common/_autocomplete_menu.scss */
.tt-suggestion {
  display: block;
  width: inherit;
  padding: 3px 20px;
  line-height: 24px;
}

/* line 47, app/assets/stylesheets/common/_autocomplete_menu.scss */
.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;
}

/* line 52, app/assets/stylesheets/common/_autocomplete_menu.scss */
.tt-suggestion p {
  margin: 0;
}

/* line 1, app/assets/stylesheets/common/_catalog_slider.scss */
.list-group-item .slider {
  width: 100%;
}

/* line 5, app/assets/stylesheets/common/_catalog_slider.scss */
.price-label-min {
  text-align: left;
}

/* line 9, app/assets/stylesheets/common/_catalog_slider.scss */
.price-label-max {
  text-align: right;
}

/* line 1, app/assets/stylesheets/common/_colors.scss */
.green {
  color: green;
}

/* line 5, app/assets/stylesheets/common/_colors.scss */
.red {
  color: red;
}

/* line 1, app/assets/stylesheets/common/_comment_area.scss */
.comment_area {
  padding: 20px;
  background: rgba(0, 0, 0, 0.1);
}

/* line 3, app/assets/stylesheets/common/_drill_down.scss */
.drill-down table a:hover, .drill-down table a:visited, .drill-down table a:focus {
  text-decoration: none;
}

/* line 7, app/assets/stylesheets/common/_drill_down.scss */
.drill-down table .red {
  color: red;
}

/* line 11, app/assets/stylesheets/common/_drill_down.scss */
.drill-down table .green {
  color: green;
}

/* line 15, app/assets/stylesheets/common/_drill_down.scss */
.drill-down table .bold {
  font-weight: bold;
}

/* line 19, app/assets/stylesheets/common/_drill_down.scss */
.drill-down table td {
  color: #6C6C6C;
}

/* line 23, app/assets/stylesheets/common/_drill_down.scss */
.drill-down table tr {
  color: #000;
}

/* line 28, app/assets/stylesheets/common/_drill_down.scss */
.drill-down .modal-spinner {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

/* line 37, app/assets/stylesheets/common/_drill_down.scss */
.drill-down .modal-spinner .loading {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
}

/* line 4, app/assets/stylesheets/common/_participant.scss */
.participant-photo-mini {
  width: 30px;
  height: 30px;
}

/* line 4, app/assets/stylesheets/common/_participant.scss */
.participant-photo-small {
  width: 80px;
  height: 80px;
}

/* line 4, app/assets/stylesheets/common/_participant.scss */
.participant-photo-medium {
  width: 160px;
  height: 160px;
}

/* line 4, app/assets/stylesheets/common/_participant.scss */
.participant-photo-large {
  width: 300px;
  height: 300px;
}

/* line 10, app/assets/stylesheets/common/_participant.scss */
.focus-participant {
  font-weight: bold;
}

/* line 2, app/assets/stylesheets/common/_simple_form_date.scss */
.simple_form.form-horizontal .date select {
  float: left;
  width: auto;
  overflow: hidden;
  margin-left: 5px;
}

/* line 1, app/assets/stylesheets/common/_user_impersionate_header.scss */
#impersonating {
  background: #c70000;
  box-shadow: 0 0px 10px 0px;
  line-height: 1.9;
  margin: 0;
  padding: 12px 0;
  width: 100%;
  z-index: 5;
}

/* line 10, app/assets/stylesheets/common/_user_impersionate_header.scss */
#impersonating .impersonate-controls .user_data {
  font-weight: bold;
}

/* line 13, app/assets/stylesheets/common/_user_impersionate_header.scss */
#impersonating .impersonate-controls {
  color: white;
  font-weight: normal;
  font-size: 15px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

/* line 22, app/assets/stylesheets/common/_user_impersionate_header.scss */
#impersonating .impersonate-controls .impersonate-info {
  margin-bottom: 6px;
  padding-bottom: 2px;
  border-bottom: 1px solid #dd0000;
}

/* line 27, app/assets/stylesheets/common/_user_impersionate_header.scss */
#impersonating .impersonate-controls form {
  display: inline;
  margin-right: 16px;
}

/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fontawesome-webfont-a9595e5bf3b6dbbc076902b9abdea356053d69a2fe66506706de9bb39a126b8f.eot?v=3.2.1);
  src: url(/assets/fontawesome-webfont-a9595e5bf3b6dbbc076902b9abdea356053d69a2fe66506706de9bb39a126b8f.eot?#iefix&v=3.2.1) format("embedded-opentype"), url(/assets/fontawesome-webfont-18e6b5ff511b90edf098e62ac45ed9d6673a3eee10165d0de4164d4d02a3a77f.woff?v=3.2.1) format("woff"), url(/fontawesome-webfont.ttf?v=3.2.1) format("truetype"), url(/assets/fontawesome-webfont-61c90f78333473c40f9512789708cdcd8206dd269401103f33d438cd838bb1f0.svg#fontawesomeregular?v=3.2.1) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* FONT AWESOME CORE
 * -------------------------- */
/* line 37, app/assets/stylesheets/common/font-awesome.scss */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}

/* line 46, app/assets/stylesheets/common/font-awesome.scss */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

/* makes the font 33% larger relative to the icon container */
/* line 53, app/assets/stylesheets/common/font-awesome.scss */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}

/* makes sure icons active on rollover in links */
/* line 58, app/assets/stylesheets/common/font-awesome.scss */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}

/* increased font size for icon-large */
/* line 63, app/assets/stylesheets/common/font-awesome.scss */
.icon-fixed-width[class^="icon-"],
.icon-fixed-width[class*=" icon-"] {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em;
}

/* line 70, app/assets/stylesheets/common/font-awesome.scss */
.icon-fixed-width.icon-large[class^="icon-"],
.icon-fixed-width.icon-large[class*=" icon-"] {
  width: 1.4285714285714286em;
}

/* line 74, app/assets/stylesheets/common/font-awesome.scss */
.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none;
}

/* line 78, app/assets/stylesheets/common/font-awesome.scss */
.icons-ul > li {
  position: relative;
}

/* line 81, app/assets/stylesheets/common/font-awesome.scss */
.icons-ul .icon-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit;
}

/* line 88, app/assets/stylesheets/common/font-awesome.scss */
.hide[class^="icon-"],
.hide[class*=" icon-"] {
  display: none;
}

/* line 92, app/assets/stylesheets/common/font-awesome.scss */
.icon-muted {
  color: #eeeeee;
}

/* line 95, app/assets/stylesheets/common/font-awesome.scss */
.icon-light {
  color: #ffffff;
}

/* line 98, app/assets/stylesheets/common/font-awesome.scss */
.icon-dark {
  color: #333333;
}

/* line 101, app/assets/stylesheets/common/font-awesome.scss */
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 108, app/assets/stylesheets/common/font-awesome.scss */
.icon-2x {
  font-size: 2em;
}

/* line 111, app/assets/stylesheets/common/font-awesome.scss */
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 117, app/assets/stylesheets/common/font-awesome.scss */
.icon-3x {
  font-size: 3em;
}

/* line 120, app/assets/stylesheets/common/font-awesome.scss */
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 126, app/assets/stylesheets/common/font-awesome.scss */
.icon-4x {
  font-size: 4em;
}

/* line 129, app/assets/stylesheets/common/font-awesome.scss */
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 135, app/assets/stylesheets/common/font-awesome.scss */
.icon-5x {
  font-size: 5em;
}

/* line 138, app/assets/stylesheets/common/font-awesome.scss */
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* line 144, app/assets/stylesheets/common/font-awesome.scss */
.pull-right {
  float: right;
}

/* line 147, app/assets/stylesheets/common/font-awesome.scss */
.pull-left {
  float: left;
}

/* line 150, app/assets/stylesheets/common/font-awesome.scss */
.pull-left[class^="icon-"],
.pull-left[class*=" icon-"] {
  margin-right: .3em;
}

/* line 154, app/assets/stylesheets/common/font-awesome.scss */
.pull-right[class^="icon-"],
.pull-right[class*=" icon-"] {
  margin-left: .3em;
}

/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
/* line 161, app/assets/stylesheets/common/font-awesome.scss */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

/* more sprites.less reset */
/* line 174, app/assets/stylesheets/common/font-awesome.scss */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}

/* keeps Bootstrap styles with and without icons the same */
/* line 190, app/assets/stylesheets/common/font-awesome.scss */
.btn .icon-large[class^="icon-"],
.nav .icon-large[class^="icon-"],
.btn .icon-large[class*=" icon-"],
.nav .icon-large[class*=" icon-"] {
  line-height: .9em;
}

/* line 196, app/assets/stylesheets/common/font-awesome.scss */
.btn .icon-spin[class^="icon-"],
.nav .icon-spin[class^="icon-"],
.btn .icon-spin[class*=" icon-"],
.nav .icon-spin[class*=" icon-"] {
  display: inline-block;
}

/* line 202, app/assets/stylesheets/common/font-awesome.scss */
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs .icon-large[class^="icon-"],
.nav-pills .icon-large[class^="icon-"],
.nav-tabs .icon-large[class*=" icon-"],
.nav-pills .icon-large[class*=" icon-"] {
  line-height: .9em;
}

/* line 212, app/assets/stylesheets/common/font-awesome.scss */
.btn .pull-left.icon-2x[class^="icon-"],
.btn .pull-left.icon-2x[class*=" icon-"],
.btn .pull-right.icon-2x[class^="icon-"],
.btn .pull-right.icon-2x[class*=" icon-"] {
  margin-top: .18em;
}

/* line 218, app/assets/stylesheets/common/font-awesome.scss */
.btn .icon-spin.icon-large[class^="icon-"],
.btn .icon-spin.icon-large[class*=" icon-"] {
  line-height: .8em;
}

/* line 222, app/assets/stylesheets/common/font-awesome.scss */
.btn.btn-small .pull-left.icon-2x[class^="icon-"],
.btn.btn-small .pull-left.icon-2x[class*=" icon-"],
.btn.btn-small .pull-right.icon-2x[class^="icon-"],
.btn.btn-small .pull-right.icon-2x[class*=" icon-"] {
  margin-top: .25em;
}

/* line 228, app/assets/stylesheets/common/font-awesome.scss */
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}

/* line 232, app/assets/stylesheets/common/font-awesome.scss */
.btn.btn-large .pull-left.icon-2x[class^="icon-"],
.btn.btn-large .pull-left.icon-2x[class*=" icon-"],
.btn.btn-large .pull-right.icon-2x[class^="icon-"],
.btn.btn-large .pull-right.icon-2x[class*=" icon-"] {
  margin-top: .05em;
}

/* line 238, app/assets/stylesheets/common/font-awesome.scss */
.btn.btn-large .pull-left.icon-2x[class^="icon-"],
.btn.btn-large .pull-left.icon-2x[class*=" icon-"] {
  margin-right: .2em;
}

/* line 242, app/assets/stylesheets/common/font-awesome.scss */
.btn.btn-large .pull-right.icon-2x[class^="icon-"],
.btn.btn-large .pull-right.icon-2x[class*=" icon-"] {
  margin-left: .2em;
}

/* Fixes alignment in nav lists */
/* line 247, app/assets/stylesheets/common/font-awesome.scss */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}

/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
/* line 254, app/assets/stylesheets/common/font-awesome.scss */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}

/* line 262, app/assets/stylesheets/common/font-awesome.scss */
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}

/* line 273, app/assets/stylesheets/common/font-awesome.scss */
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}

/* Animated rotating icon */
/* line 278, app/assets/stylesheets/common/font-awesome.scss */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

/* Prevent stack and spinners from being taken inline when inside a link */
/* line 286, app/assets/stylesheets/common/font-awesome.scss */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}

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

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

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

@-ms-keyframes spin {
  /* line 316, app/assets/stylesheets/common/font-awesome.scss */
  0% {
    -ms-transform: rotate(0deg);
  }
  /* line 319, app/assets/stylesheets/common/font-awesome.scss */
  100% {
    -ms-transform: rotate(359deg);
  }
}

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

/* Icon rotations and mirroring */
/* line 332, app/assets/stylesheets/common/font-awesome.scss */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

/* line 340, app/assets/stylesheets/common/font-awesome.scss */
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

/* line 348, app/assets/stylesheets/common/font-awesome.scss */
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/* line 356, app/assets/stylesheets/common/font-awesome.scss */
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 363, app/assets/stylesheets/common/font-awesome.scss */
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* ensure rotation occurs inside anchor tags */
/* line 371, app/assets/stylesheets/common/font-awesome.scss */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 380, app/assets/stylesheets/common/font-awesome.scss */
.icon-glass:before {
  content: "\f000";
}

/* line 383, app/assets/stylesheets/common/font-awesome.scss */
.icon-music:before {
  content: "\f001";
}

/* line 386, app/assets/stylesheets/common/font-awesome.scss */
.icon-search:before {
  content: "\f002";
}

/* line 389, app/assets/stylesheets/common/font-awesome.scss */
.icon-envelope-alt:before {
  content: "\f003";
}

/* line 392, app/assets/stylesheets/common/font-awesome.scss */
.icon-heart:before {
  content: "\f004";
}

/* line 395, app/assets/stylesheets/common/font-awesome.scss */
.icon-star:before {
  content: "\f005";
}

/* line 398, app/assets/stylesheets/common/font-awesome.scss */
.icon-star-empty:before {
  content: "\f006";
}

/* line 401, app/assets/stylesheets/common/font-awesome.scss */
.icon-user:before {
  content: "\f007";
}

/* line 404, app/assets/stylesheets/common/font-awesome.scss */
.icon-film:before {
  content: "\f008";
}

/* line 407, app/assets/stylesheets/common/font-awesome.scss */
.icon-th-large:before {
  content: "\f009";
}

/* line 410, app/assets/stylesheets/common/font-awesome.scss */
.icon-th:before {
  content: "\f00a";
}

/* line 413, app/assets/stylesheets/common/font-awesome.scss */
.icon-th-list:before {
  content: "\f00b";
}

/* line 416, app/assets/stylesheets/common/font-awesome.scss */
.icon-ok:before {
  content: "\f00c";
}

/* line 419, app/assets/stylesheets/common/font-awesome.scss */
.icon-remove:before {
  content: "\f00d";
}

/* line 422, app/assets/stylesheets/common/font-awesome.scss */
.icon-zoom-in:before {
  content: "\f00e";
}

/* line 425, app/assets/stylesheets/common/font-awesome.scss */
.icon-zoom-out:before {
  content: "\f010";
}

/* line 428, app/assets/stylesheets/common/font-awesome.scss */
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}

/* line 432, app/assets/stylesheets/common/font-awesome.scss */
.icon-signal:before {
  content: "\f012";
}

/* line 435, app/assets/stylesheets/common/font-awesome.scss */
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}

/* line 439, app/assets/stylesheets/common/font-awesome.scss */
.icon-trash:before {
  content: "\f014";
}

/* line 442, app/assets/stylesheets/common/font-awesome.scss */
.icon-home:before {
  content: "\f015";
}

/* line 445, app/assets/stylesheets/common/font-awesome.scss */
.icon-file-alt:before {
  content: "\f016";
}

/* line 448, app/assets/stylesheets/common/font-awesome.scss */
.icon-time:before {
  content: "\f017";
}

/* line 451, app/assets/stylesheets/common/font-awesome.scss */
.icon-road:before {
  content: "\f018";
}

/* line 454, app/assets/stylesheets/common/font-awesome.scss */
.icon-download-alt:before {
  content: "\f019";
}

/* line 457, app/assets/stylesheets/common/font-awesome.scss */
.icon-download:before {
  content: "\f01a";
}

/* line 460, app/assets/stylesheets/common/font-awesome.scss */
.icon-upload:before {
  content: "\f01b";
}

/* line 463, app/assets/stylesheets/common/font-awesome.scss */
.icon-inbox:before {
  content: "\f01c";
}

/* line 466, app/assets/stylesheets/common/font-awesome.scss */
.icon-play-circle:before {
  content: "\f01d";
}

/* line 469, app/assets/stylesheets/common/font-awesome.scss */
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}

/* line 473, app/assets/stylesheets/common/font-awesome.scss */
.icon-refresh:before {
  content: "\f021";
}

/* line 476, app/assets/stylesheets/common/font-awesome.scss */
.icon-list-alt:before {
  content: "\f022";
}

/* line 479, app/assets/stylesheets/common/font-awesome.scss */
.icon-lock:before {
  content: "\f023";
}

/* line 482, app/assets/stylesheets/common/font-awesome.scss */
.icon-flag:before {
  content: "\f024";
}

/* line 485, app/assets/stylesheets/common/font-awesome.scss */
.icon-headphones:before {
  content: "\f025";
}

/* line 488, app/assets/stylesheets/common/font-awesome.scss */
.icon-volume-off:before {
  content: "\f026";
}

/* line 491, app/assets/stylesheets/common/font-awesome.scss */
.icon-volume-down:before {
  content: "\f027";
}

/* line 494, app/assets/stylesheets/common/font-awesome.scss */
.icon-volume-up:before {
  content: "\f028";
}

/* line 497, app/assets/stylesheets/common/font-awesome.scss */
.icon-qrcode:before {
  content: "\f029";
}

/* line 500, app/assets/stylesheets/common/font-awesome.scss */
.icon-barcode:before {
  content: "\f02a";
}

/* line 503, app/assets/stylesheets/common/font-awesome.scss */
.icon-tag:before {
  content: "\f02b";
}

/* line 506, app/assets/stylesheets/common/font-awesome.scss */
.icon-tags:before {
  content: "\f02c";
}

/* line 509, app/assets/stylesheets/common/font-awesome.scss */
.icon-book:before {
  content: "\f02d";
}

/* line 512, app/assets/stylesheets/common/font-awesome.scss */
.icon-bookmark:before {
  content: "\f02e";
}

/* line 515, app/assets/stylesheets/common/font-awesome.scss */
.icon-print:before {
  content: "\f02f";
}

/* line 518, app/assets/stylesheets/common/font-awesome.scss */
.icon-camera:before {
  content: "\f030";
}

/* line 521, app/assets/stylesheets/common/font-awesome.scss */
.icon-font:before {
  content: "\f031";
}

/* line 524, app/assets/stylesheets/common/font-awesome.scss */
.icon-bold:before {
  content: "\f032";
}

/* line 527, app/assets/stylesheets/common/font-awesome.scss */
.icon-italic:before {
  content: "\f033";
}

/* line 530, app/assets/stylesheets/common/font-awesome.scss */
.icon-text-height:before {
  content: "\f034";
}

/* line 533, app/assets/stylesheets/common/font-awesome.scss */
.icon-text-width:before {
  content: "\f035";
}

/* line 536, app/assets/stylesheets/common/font-awesome.scss */
.icon-align-left:before {
  content: "\f036";
}

/* line 539, app/assets/stylesheets/common/font-awesome.scss */
.icon-align-center:before {
  content: "\f037";
}

/* line 542, app/assets/stylesheets/common/font-awesome.scss */
.icon-align-right:before {
  content: "\f038";
}

/* line 545, app/assets/stylesheets/common/font-awesome.scss */
.icon-align-justify:before {
  content: "\f039";
}

/* line 548, app/assets/stylesheets/common/font-awesome.scss */
.icon-list:before {
  content: "\f03a";
}

/* line 551, app/assets/stylesheets/common/font-awesome.scss */
.icon-indent-left:before {
  content: "\f03b";
}

/* line 554, app/assets/stylesheets/common/font-awesome.scss */
.icon-indent-right:before {
  content: "\f03c";
}

/* line 557, app/assets/stylesheets/common/font-awesome.scss */
.icon-facetime-video:before {
  content: "\f03d";
}

/* line 560, app/assets/stylesheets/common/font-awesome.scss */
.icon-picture:before {
  content: "\f03e";
}

/* line 563, app/assets/stylesheets/common/font-awesome.scss */
.icon-pencil:before {
  content: "\f040";
}

/* line 566, app/assets/stylesheets/common/font-awesome.scss */
.icon-map-marker:before {
  content: "\f041";
}

/* line 569, app/assets/stylesheets/common/font-awesome.scss */
.icon-adjust:before {
  content: "\f042";
}

/* line 572, app/assets/stylesheets/common/font-awesome.scss */
.icon-tint:before {
  content: "\f043";
}

/* line 575, app/assets/stylesheets/common/font-awesome.scss */
.icon-edit:before {
  content: "\f044";
}

/* line 578, app/assets/stylesheets/common/font-awesome.scss */
.icon-share:before {
  content: "\f045";
}

/* line 581, app/assets/stylesheets/common/font-awesome.scss */
.icon-check:before {
  content: "\f046";
}

/* line 584, app/assets/stylesheets/common/font-awesome.scss */
.icon-move:before {
  content: "\f047";
}

/* line 587, app/assets/stylesheets/common/font-awesome.scss */
.icon-step-backward:before {
  content: "\f048";
}

/* line 590, app/assets/stylesheets/common/font-awesome.scss */
.icon-fast-backward:before {
  content: "\f049";
}

/* line 593, app/assets/stylesheets/common/font-awesome.scss */
.icon-backward:before {
  content: "\f04a";
}

/* line 596, app/assets/stylesheets/common/font-awesome.scss */
.icon-play:before {
  content: "\f04b";
}

/* line 599, app/assets/stylesheets/common/font-awesome.scss */
.icon-pause:before {
  content: "\f04c";
}

/* line 602, app/assets/stylesheets/common/font-awesome.scss */
.icon-stop:before {
  content: "\f04d";
}

/* line 605, app/assets/stylesheets/common/font-awesome.scss */
.icon-forward:before {
  content: "\f04e";
}

/* line 608, app/assets/stylesheets/common/font-awesome.scss */
.icon-fast-forward:before {
  content: "\f050";
}

/* line 611, app/assets/stylesheets/common/font-awesome.scss */
.icon-step-forward:before {
  content: "\f051";
}

/* line 614, app/assets/stylesheets/common/font-awesome.scss */
.icon-eject:before {
  content: "\f052";
}

/* line 617, app/assets/stylesheets/common/font-awesome.scss */
.icon-chevron-left:before {
  content: "\f053";
}

/* line 620, app/assets/stylesheets/common/font-awesome.scss */
.icon-chevron-right:before {
  content: "\f054";
}

/* line 623, app/assets/stylesheets/common/font-awesome.scss */
.icon-plus-sign:before {
  content: "\f055";
}

/* line 626, app/assets/stylesheets/common/font-awesome.scss */
.icon-minus-sign:before {
  content: "\f056";
}

/* line 629, app/assets/stylesheets/common/font-awesome.scss */
.icon-remove-sign:before {
  content: "\f057";
}

/* line 632, app/assets/stylesheets/common/font-awesome.scss */
.icon-ok-sign:before {
  content: "\f058";
}

/* line 635, app/assets/stylesheets/common/font-awesome.scss */
.icon-question-sign:before {
  content: "\f059";
}

/* line 638, app/assets/stylesheets/common/font-awesome.scss */
.icon-info-sign:before {
  content: "\f05a";
}

/* line 641, app/assets/stylesheets/common/font-awesome.scss */
.icon-screenshot:before {
  content: "\f05b";
}

/* line 644, app/assets/stylesheets/common/font-awesome.scss */
.icon-remove-circle:before {
  content: "\f05c";
}

/* line 647, app/assets/stylesheets/common/font-awesome.scss */
.icon-ok-circle:before {
  content: "\f05d";
}

/* line 650, app/assets/stylesheets/common/font-awesome.scss */
.icon-ban-circle:before {
  content: "\f05e";
}

/* line 653, app/assets/stylesheets/common/font-awesome.scss */
.icon-arrow-left:before {
  content: "\f060";
}

/* line 656, app/assets/stylesheets/common/font-awesome.scss */
.icon-arrow-right:before {
  content: "\f061";
}

/* line 659, app/assets/stylesheets/common/font-awesome.scss */
.icon-arrow-up:before {
  content: "\f062";
}

/* line 662, app/assets/stylesheets/common/font-awesome.scss */
.icon-arrow-down:before {
  content: "\f063";
}

/* line 665, app/assets/stylesheets/common/font-awesome.scss */
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}

/* line 669, app/assets/stylesheets/common/font-awesome.scss */
.icon-resize-full:before {
  content: "\f065";
}

/* line 672, app/assets/stylesheets/common/font-awesome.scss */
.icon-resize-small:before {
  content: "\f066";
}

/* line 675, app/assets/stylesheets/common/font-awesome.scss */
.icon-plus:before {
  content: "\f067";
}

/* line 678, app/assets/stylesheets/common/font-awesome.scss */
.icon-minus:before {
  content: "\f068";
}

/* line 681, app/assets/stylesheets/common/font-awesome.scss */
.icon-asterisk:before {
  content: "\f069";
}

/* line 684, app/assets/stylesheets/common/font-awesome.scss */
.icon-exclamation-sign:before {
  content: "\f06a";
}

/* line 687, app/assets/stylesheets/common/font-awesome.scss */
.icon-gift:before {
  content: "\f06b";
}

/* line 690, app/assets/stylesheets/common/font-awesome.scss */
.icon-leaf:before {
  content: "\f06c";
}

/* line 693, app/assets/stylesheets/common/font-awesome.scss */
.icon-fire:before {
  content: "\f06d";
}

/* line 696, app/assets/stylesheets/common/font-awesome.scss */
.icon-eye-open:before {
  content: "\f06e";
}

/* line 699, app/assets/stylesheets/common/font-awesome.scss */
.icon-eye-close:before {
  content: "\f070";
}

/* line 702, app/assets/stylesheets/common/font-awesome.scss */
.icon-warning-sign:before {
  content: "\f071";
}

/* line 705, app/assets/stylesheets/common/font-awesome.scss */
.icon-plane:before {
  content: "\f072";
}

/* line 708, app/assets/stylesheets/common/font-awesome.scss */
.icon-calendar:before {
  content: "\f073";
}

/* line 711, app/assets/stylesheets/common/font-awesome.scss */
.icon-random:before {
  content: "\f074";
}

/* line 714, app/assets/stylesheets/common/font-awesome.scss */
.icon-comment:before {
  content: "\f075";
}

/* line 717, app/assets/stylesheets/common/font-awesome.scss */
.icon-magnet:before {
  content: "\f076";
}

/* line 720, app/assets/stylesheets/common/font-awesome.scss */
.icon-chevron-up:before {
  content: "\f077";
}

/* line 723, app/assets/stylesheets/common/font-awesome.scss */
.icon-chevron-down:before {
  content: "\f078";
}

/* line 726, app/assets/stylesheets/common/font-awesome.scss */
.icon-retweet:before {
  content: "\f079";
}

/* line 729, app/assets/stylesheets/common/font-awesome.scss */
.icon-shopping-cart:before {
  content: "\f07a";
}

/* line 732, app/assets/stylesheets/common/font-awesome.scss */
.icon-folder-close:before {
  content: "\f07b";
}

/* line 735, app/assets/stylesheets/common/font-awesome.scss */
.icon-folder-open:before {
  content: "\f07c";
}

/* line 738, app/assets/stylesheets/common/font-awesome.scss */
.icon-resize-vertical:before {
  content: "\f07d";
}

/* line 741, app/assets/stylesheets/common/font-awesome.scss */
.icon-resize-horizontal:before {
  content: "\f07e";
}

/* line 744, app/assets/stylesheets/common/font-awesome.scss */
.icon-bar-chart:before {
  content: "\f080";
}

/* line 747, app/assets/stylesheets/common/font-awesome.scss */
.icon-twitter-sign:before {
  content: "\f081";
}

/* line 750, app/assets/stylesheets/common/font-awesome.scss */
.icon-facebook-sign:before {
  content: "\f082";
}

/* line 753, app/assets/stylesheets/common/font-awesome.scss */
.icon-camera-retro:before {
  content: "\f083";
}

/* line 756, app/assets/stylesheets/common/font-awesome.scss */
.icon-key:before {
  content: "\f084";
}

/* line 759, app/assets/stylesheets/common/font-awesome.scss */
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}

/* line 763, app/assets/stylesheets/common/font-awesome.scss */
.icon-comments:before {
  content: "\f086";
}

/* line 766, app/assets/stylesheets/common/font-awesome.scss */
.icon-thumbs-up-alt:before {
  content: "\f087";
}

/* line 769, app/assets/stylesheets/common/font-awesome.scss */
.icon-thumbs-down-alt:before {
  content: "\f088";
}

/* line 772, app/assets/stylesheets/common/font-awesome.scss */
.icon-star-half:before {
  content: "\f089";
}

/* line 775, app/assets/stylesheets/common/font-awesome.scss */
.icon-heart-empty:before {
  content: "\f08a";
}

/* line 778, app/assets/stylesheets/common/font-awesome.scss */
.icon-signout:before {
  content: "\f08b";
}

/* line 781, app/assets/stylesheets/common/font-awesome.scss */
.icon-linkedin-sign:before {
  content: "\f08c";
}

/* line 784, app/assets/stylesheets/common/font-awesome.scss */
.icon-pushpin:before {
  content: "\f08d";
}

/* line 787, app/assets/stylesheets/common/font-awesome.scss */
.icon-external-link:before {
  content: "\f08e";
}

/* line 790, app/assets/stylesheets/common/font-awesome.scss */
.icon-signin:before {
  content: "\f090";
}

/* line 793, app/assets/stylesheets/common/font-awesome.scss */
.icon-trophy:before {
  content: "\f091";
}

/* line 796, app/assets/stylesheets/common/font-awesome.scss */
.icon-github-sign:before {
  content: "\f092";
}

/* line 799, app/assets/stylesheets/common/font-awesome.scss */
.icon-upload-alt:before {
  content: "\f093";
}

/* line 802, app/assets/stylesheets/common/font-awesome.scss */
.icon-lemon:before {
  content: "\f094";
}

/* line 805, app/assets/stylesheets/common/font-awesome.scss */
.icon-phone:before {
  content: "\f095";
}

/* line 808, app/assets/stylesheets/common/font-awesome.scss */
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}

/* line 812, app/assets/stylesheets/common/font-awesome.scss */
.icon-bookmark-empty:before {
  content: "\f097";
}

/* line 815, app/assets/stylesheets/common/font-awesome.scss */
.icon-phone-sign:before {
  content: "\f098";
}

/* line 818, app/assets/stylesheets/common/font-awesome.scss */
.icon-twitter:before {
  content: "\f099";
}

/* line 821, app/assets/stylesheets/common/font-awesome.scss */
.icon-facebook:before {
  content: "\f09a";
}

/* line 824, app/assets/stylesheets/common/font-awesome.scss */
.icon-github:before {
  content: "\f09b";
}

/* line 827, app/assets/stylesheets/common/font-awesome.scss */
.icon-unlock:before {
  content: "\f09c";
}

/* line 830, app/assets/stylesheets/common/font-awesome.scss */
.icon-credit-card:before {
  content: "\f09d";
}

/* line 833, app/assets/stylesheets/common/font-awesome.scss */
.icon-rss:before {
  content: "\f09e";
}

/* line 836, app/assets/stylesheets/common/font-awesome.scss */
.icon-hdd:before {
  content: "\f0a0";
}

/* line 839, app/assets/stylesheets/common/font-awesome.scss */
.icon-bullhorn:before {
  content: "\f0a1";
}

/* line 842, app/assets/stylesheets/common/font-awesome.scss */
.icon-bell:before {
  content: "\f0a2";
}

/* line 845, app/assets/stylesheets/common/font-awesome.scss */
.icon-certificate:before {
  content: "\f0a3";
}

/* line 848, app/assets/stylesheets/common/font-awesome.scss */
.icon-hand-right:before {
  content: "\f0a4";
}

/* line 851, app/assets/stylesheets/common/font-awesome.scss */
.icon-hand-left:before {
  content: "\f0a5";
}

/* line 854, app/assets/stylesheets/common/font-awesome.scss */
.icon-hand-up:before {
  content: "\f0a6";
}

/* line 857, app/assets/stylesheets/common/font-awesome.scss */
.icon-hand-down:before {
  content: "\f0a7";
}

/* line 860, app/assets/stylesheets/common/font-awesome.scss */
.icon-circle-arrow-left:before {
  content: "\f0a8";
}

/* line 863, app/assets/stylesheets/common/font-awesome.scss */
.icon-circle-arrow-right:before {
  content: "\f0a9";
}

/* line 866, app/assets/stylesheets/common/font-awesome.scss */
.icon-circle-arrow-up:before {
  content: "\f0aa";
}

/* line 869, app/assets/stylesheets/common/font-awesome.scss */
.icon-circle-arrow-down:before {
  content: "\f0ab";
}

/* line 872, app/assets/stylesheets/common/font-awesome.scss */
.icon-globe:before {
  content: "\f0ac";
}

/* line 875, app/assets/stylesheets/common/font-awesome.scss */
.icon-wrench:before {
  content: "\f0ad";
}

/* line 878, app/assets/stylesheets/common/font-awesome.scss */
.icon-tasks:before {
  content: "\f0ae";
}

/* line 881, app/assets/stylesheets/common/font-awesome.scss */
.icon-filter:before {
  content: "\f0b0";
}

/* line 884, app/assets/stylesheets/common/font-awesome.scss */
.icon-briefcase:before {
  content: "\f0b1";
}

/* line 887, app/assets/stylesheets/common/font-awesome.scss */
.icon-fullscreen:before {
  content: "\f0b2";
}

/* line 890, app/assets/stylesheets/common/font-awesome.scss */
.icon-group:before {
  content: "\f0c0";
}

/* line 893, app/assets/stylesheets/common/font-awesome.scss */
.icon-link:before {
  content: "\f0c1";
}

/* line 896, app/assets/stylesheets/common/font-awesome.scss */
.icon-cloud:before {
  content: "\f0c2";
}

/* line 899, app/assets/stylesheets/common/font-awesome.scss */
.icon-beaker:before {
  content: "\f0c3";
}

/* line 902, app/assets/stylesheets/common/font-awesome.scss */
.icon-cut:before {
  content: "\f0c4";
}

/* line 905, app/assets/stylesheets/common/font-awesome.scss */
.icon-copy:before {
  content: "\f0c5";
}

/* line 908, app/assets/stylesheets/common/font-awesome.scss */
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}

/* line 912, app/assets/stylesheets/common/font-awesome.scss */
.icon-save:before {
  content: "\f0c7";
}

/* line 915, app/assets/stylesheets/common/font-awesome.scss */
.icon-sign-blank:before {
  content: "\f0c8";
}

/* line 918, app/assets/stylesheets/common/font-awesome.scss */
.icon-reorder:before {
  content: "\f0c9";
}

/* line 921, app/assets/stylesheets/common/font-awesome.scss */
.icon-list-ul:before {
  content: "\f0ca";
}

/* line 924, app/assets/stylesheets/common/font-awesome.scss */
.icon-list-ol:before {
  content: "\f0cb";
}

/* line 927, app/assets/stylesheets/common/font-awesome.scss */
.icon-strikethrough:before {
  content: "\f0cc";
}

/* line 930, app/assets/stylesheets/common/font-awesome.scss */
.icon-underline:before {
  content: "\f0cd";
}

/* line 933, app/assets/stylesheets/common/font-awesome.scss */
.icon-table:before {
  content: "\f0ce";
}

/* line 936, app/assets/stylesheets/common/font-awesome.scss */
.icon-magic:before {
  content: "\f0d0";
}

/* line 939, app/assets/stylesheets/common/font-awesome.scss */
.icon-truck:before {
  content: "\f0d1";
}

/* line 942, app/assets/stylesheets/common/font-awesome.scss */
.icon-pinterest:before {
  content: "\f0d2";
}

/* line 945, app/assets/stylesheets/common/font-awesome.scss */
.icon-pinterest-sign:before {
  content: "\f0d3";
}

/* line 948, app/assets/stylesheets/common/font-awesome.scss */
.icon-google-plus-sign:before {
  content: "\f0d4";
}

/* line 951, app/assets/stylesheets/common/font-awesome.scss */
.icon-google-plus:before {
  content: "\f0d5";
}

/* line 954, app/assets/stylesheets/common/font-awesome.scss */
.icon-money:before {
  content: "\f0d6";
}

/* line 957, app/assets/stylesheets/common/font-awesome.scss */
.icon-caret-down:before {
  content: "\f0d7";
}

/* line 960, app/assets/stylesheets/common/font-awesome.scss */
.icon-caret-up:before {
  content: "\f0d8";
}

/* line 963, app/assets/stylesheets/common/font-awesome.scss */
.icon-caret-left:before {
  content: "\f0d9";
}

/* line 966, app/assets/stylesheets/common/font-awesome.scss */
.icon-caret-right:before {
  content: "\f0da";
}

/* line 969, app/assets/stylesheets/common/font-awesome.scss */
.icon-columns:before {
  content: "\f0db";
}

/* line 972, app/assets/stylesheets/common/font-awesome.scss */
.icon-sort:before {
  content: "\f0dc";
}

/* line 975, app/assets/stylesheets/common/font-awesome.scss */
.icon-sort-down:before {
  content: "\f0dd";
}

/* line 978, app/assets/stylesheets/common/font-awesome.scss */
.icon-sort-up:before {
  content: "\f0de";
}

/* line 981, app/assets/stylesheets/common/font-awesome.scss */
.icon-envelope:before {
  content: "\f0e0";
}

/* line 984, app/assets/stylesheets/common/font-awesome.scss */
.icon-linkedin:before {
  content: "\f0e1";
}

/* line 987, app/assets/stylesheets/common/font-awesome.scss */
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}

/* line 991, app/assets/stylesheets/common/font-awesome.scss */
.icon-legal:before {
  content: "\f0e3";
}

/* line 994, app/assets/stylesheets/common/font-awesome.scss */
.icon-dashboard:before {
  content: "\f0e4";
}

/* line 997, app/assets/stylesheets/common/font-awesome.scss */
.icon-comment-alt:before {
  content: "\f0e5";
}

/* line 1000, app/assets/stylesheets/common/font-awesome.scss */
.icon-comments-alt:before {
  content: "\f0e6";
}

/* line 1003, app/assets/stylesheets/common/font-awesome.scss */
.icon-bolt:before {
  content: "\f0e7";
}

/* line 1006, app/assets/stylesheets/common/font-awesome.scss */
.icon-sitemap:before {
  content: "\f0e8";
}

/* line 1009, app/assets/stylesheets/common/font-awesome.scss */
.icon-umbrella:before {
  content: "\f0e9";
}

/* line 1012, app/assets/stylesheets/common/font-awesome.scss */
.icon-paste:before {
  content: "\f0ea";
}

/* line 1015, app/assets/stylesheets/common/font-awesome.scss */
.icon-lightbulb:before {
  content: "\f0eb";
}

/* line 1018, app/assets/stylesheets/common/font-awesome.scss */
.icon-exchange:before {
  content: "\f0ec";
}

/* line 1021, app/assets/stylesheets/common/font-awesome.scss */
.icon-cloud-download:before {
  content: "\f0ed";
}

/* line 1024, app/assets/stylesheets/common/font-awesome.scss */
.icon-cloud-upload:before {
  content: "\f0ee";
}

/* line 1027, app/assets/stylesheets/common/font-awesome.scss */
.icon-user-md:before {
  content: "\f0f0";
}

/* line 1030, app/assets/stylesheets/common/font-awesome.scss */
.icon-stethoscope:before {
  content: "\f0f1";
}

/* line 1033, app/assets/stylesheets/common/font-awesome.scss */
.icon-suitcase:before {
  content: "\f0f2";
}

/* line 1036, app/assets/stylesheets/common/font-awesome.scss */
.icon-bell-alt:before {
  content: "\f0f3";
}

/* line 1039, app/assets/stylesheets/common/font-awesome.scss */
.icon-coffee:before {
  content: "\f0f4";
}

/* line 1042, app/assets/stylesheets/common/font-awesome.scss */
.icon-food:before {
  content: "\f0f5";
}

/* line 1045, app/assets/stylesheets/common/font-awesome.scss */
.icon-file-text-alt:before {
  content: "\f0f6";
}

/* line 1048, app/assets/stylesheets/common/font-awesome.scss */
.icon-building:before {
  content: "\f0f7";
}

/* line 1051, app/assets/stylesheets/common/font-awesome.scss */
.icon-hospital:before {
  content: "\f0f8";
}

/* line 1054, app/assets/stylesheets/common/font-awesome.scss */
.icon-ambulance:before {
  content: "\f0f9";
}

/* line 1057, app/assets/stylesheets/common/font-awesome.scss */
.icon-medkit:before {
  content: "\f0fa";
}

/* line 1060, app/assets/stylesheets/common/font-awesome.scss */
.icon-fighter-jet:before {
  content: "\f0fb";
}

/* line 1063, app/assets/stylesheets/common/font-awesome.scss */
.icon-beer:before {
  content: "\f0fc";
}

/* line 1066, app/assets/stylesheets/common/font-awesome.scss */
.icon-h-sign:before {
  content: "\f0fd";
}

/* line 1069, app/assets/stylesheets/common/font-awesome.scss */
.icon-plus-sign-alt:before {
  content: "\f0fe";
}

/* line 1072, app/assets/stylesheets/common/font-awesome.scss */
.icon-double-angle-left:before {
  content: "\f100";
}

/* line 1075, app/assets/stylesheets/common/font-awesome.scss */
.icon-double-angle-right:before {
  content: "\f101";
}

/* line 1078, app/assets/stylesheets/common/font-awesome.scss */
.icon-double-angle-up:before {
  content: "\f102";
}

/* line 1081, app/assets/stylesheets/common/font-awesome.scss */
.icon-double-angle-down:before {
  content: "\f103";
}

/* line 1084, app/assets/stylesheets/common/font-awesome.scss */
.icon-angle-left:before {
  content: "\f104";
}

/* line 1087, app/assets/stylesheets/common/font-awesome.scss */
.icon-angle-right:before {
  content: "\f105";
}

/* line 1090, app/assets/stylesheets/common/font-awesome.scss */
.icon-angle-up:before {
  content: "\f106";
}

/* line 1093, app/assets/stylesheets/common/font-awesome.scss */
.icon-angle-down:before {
  content: "\f107";
}

/* line 1096, app/assets/stylesheets/common/font-awesome.scss */
.icon-desktop:before {
  content: "\f108";
}

/* line 1099, app/assets/stylesheets/common/font-awesome.scss */
.icon-laptop:before {
  content: "\f109";
}

/* line 1102, app/assets/stylesheets/common/font-awesome.scss */
.icon-tablet:before {
  content: "\f10a";
}

/* line 1105, app/assets/stylesheets/common/font-awesome.scss */
.icon-mobile-phone:before {
  content: "\f10b";
}

/* line 1108, app/assets/stylesheets/common/font-awesome.scss */
.icon-circle-blank:before {
  content: "\f10c";
}

/* line 1111, app/assets/stylesheets/common/font-awesome.scss */
.icon-quote-left:before {
  content: "\f10d";
}

/* line 1114, app/assets/stylesheets/common/font-awesome.scss */
.icon-quote-right:before {
  content: "\f10e";
}

/* line 1117, app/assets/stylesheets/common/font-awesome.scss */
.icon-spinner:before {
  content: "\f110";
}

/* line 1120, app/assets/stylesheets/common/font-awesome.scss */
.icon-circle:before {
  content: "\f111";
}

/* line 1123, app/assets/stylesheets/common/font-awesome.scss */
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}

/* line 1127, app/assets/stylesheets/common/font-awesome.scss */
.icon-github-alt:before {
  content: "\f113";
}

/* line 1130, app/assets/stylesheets/common/font-awesome.scss */
.icon-folder-close-alt:before {
  content: "\f114";
}

/* line 1133, app/assets/stylesheets/common/font-awesome.scss */
.icon-folder-open-alt:before {
  content: "\f115";
}

/* line 1136, app/assets/stylesheets/common/font-awesome.scss */
.icon-expand-alt:before {
  content: "\f116";
}

/* line 1139, app/assets/stylesheets/common/font-awesome.scss */
.icon-collapse-alt:before {
  content: "\f117";
}

/* line 1142, app/assets/stylesheets/common/font-awesome.scss */
.icon-smile:before {
  content: "\f118";
}

/* line 1145, app/assets/stylesheets/common/font-awesome.scss */
.icon-frown:before {
  content: "\f119";
}

/* line 1148, app/assets/stylesheets/common/font-awesome.scss */
.icon-meh:before {
  content: "\f11a";
}

/* line 1151, app/assets/stylesheets/common/font-awesome.scss */
.icon-gamepad:before {
  content: "\f11b";
}

/* line 1154, app/assets/stylesheets/common/font-awesome.scss */
.icon-keyboard:before {
  content: "\f11c";
}

/* line 1157, app/assets/stylesheets/common/font-awesome.scss */
.icon-flag-alt:before {
  content: "\f11d";
}

/* line 1160, app/assets/stylesheets/common/font-awesome.scss */
.icon-flag-checkered:before {
  content: "\f11e";
}

/* line 1163, app/assets/stylesheets/common/font-awesome.scss */
.icon-terminal:before {
  content: "\f120";
}

/* line 1166, app/assets/stylesheets/common/font-awesome.scss */
.icon-code:before {
  content: "\f121";
}

/* line 1169, app/assets/stylesheets/common/font-awesome.scss */
.icon-reply-all:before {
  content: "\f122";
}

/* line 1172, app/assets/stylesheets/common/font-awesome.scss */
.icon-mail-reply-all:before {
  content: "\f122";
}

/* line 1175, app/assets/stylesheets/common/font-awesome.scss */
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}

/* line 1179, app/assets/stylesheets/common/font-awesome.scss */
.icon-location-arrow:before {
  content: "\f124";
}

/* line 1182, app/assets/stylesheets/common/font-awesome.scss */
.icon-crop:before {
  content: "\f125";
}

/* line 1185, app/assets/stylesheets/common/font-awesome.scss */
.icon-code-fork:before {
  content: "\f126";
}

/* line 1188, app/assets/stylesheets/common/font-awesome.scss */
.icon-unlink:before {
  content: "\f127";
}

/* line 1191, app/assets/stylesheets/common/font-awesome.scss */
.icon-question:before {
  content: "\f128";
}

/* line 1194, app/assets/stylesheets/common/font-awesome.scss */
.icon-info:before {
  content: "\f129";
}

/* line 1197, app/assets/stylesheets/common/font-awesome.scss */
.icon-exclamation:before {
  content: "\f12a";
}

/* line 1200, app/assets/stylesheets/common/font-awesome.scss */
.icon-superscript:before {
  content: "\f12b";
}

/* line 1203, app/assets/stylesheets/common/font-awesome.scss */
.icon-subscript:before {
  content: "\f12c";
}

/* line 1206, app/assets/stylesheets/common/font-awesome.scss */
.icon-eraser:before {
  content: "\f12d";
}

/* line 1209, app/assets/stylesheets/common/font-awesome.scss */
.icon-puzzle-piece:before {
  content: "\f12e";
}

/* line 1212, app/assets/stylesheets/common/font-awesome.scss */
.icon-microphone:before {
  content: "\f130";
}

/* line 1215, app/assets/stylesheets/common/font-awesome.scss */
.icon-microphone-off:before {
  content: "\f131";
}

/* line 1218, app/assets/stylesheets/common/font-awesome.scss */
.icon-shield:before {
  content: "\f132";
}

/* line 1221, app/assets/stylesheets/common/font-awesome.scss */
.icon-calendar-empty:before {
  content: "\f133";
}

/* line 1224, app/assets/stylesheets/common/font-awesome.scss */
.icon-fire-extinguisher:before {
  content: "\f134";
}

/* line 1227, app/assets/stylesheets/common/font-awesome.scss */
.icon-rocket:before {
  content: "\f135";
}

/* line 1230, app/assets/stylesheets/common/font-awesome.scss */
.icon-maxcdn:before {
  content: "\f136";
}

/* line 1233, app/assets/stylesheets/common/font-awesome.scss */
.icon-chevron-sign-left:before {
  content: "\f137";
}

/* line 1236, app/assets/stylesheets/common/font-awesome.scss */
.icon-chevron-sign-right:before {
  content: "\f138";
}

/* line 1239, app/assets/stylesheets/common/font-awesome.scss */
.icon-chevron-sign-up:before {
  content: "\f139";
}

/* line 1242, app/assets/stylesheets/common/font-awesome.scss */
.icon-chevron-sign-down:before {
  content: "\f13a";
}

/* line 1245, app/assets/stylesheets/common/font-awesome.scss */
.icon-html5:before {
  content: "\f13b";
}

/* line 1248, app/assets/stylesheets/common/font-awesome.scss */
.icon-css3:before {
  content: "\f13c";
}

/* line 1251, app/assets/stylesheets/common/font-awesome.scss */
.icon-anchor:before {
  content: "\f13d";
}

/* line 1254, app/assets/stylesheets/common/font-awesome.scss */
.icon-unlock-alt:before {
  content: "\f13e";
}

/* line 1257, app/assets/stylesheets/common/font-awesome.scss */
.icon-bullseye:before {
  content: "\f140";
}

/* line 1260, app/assets/stylesheets/common/font-awesome.scss */
.icon-ellipsis-horizontal:before {
  content: "\f141";
}

/* line 1263, app/assets/stylesheets/common/font-awesome.scss */
.icon-ellipsis-vertical:before {
  content: "\f142";
}

/* line 1266, app/assets/stylesheets/common/font-awesome.scss */
.icon-rss-sign:before {
  content: "\f143";
}

/* line 1269, app/assets/stylesheets/common/font-awesome.scss */
.icon-play-sign:before {
  content: "\f144";
}

/* line 1272, app/assets/stylesheets/common/font-awesome.scss */
.icon-ticket:before {
  content: "\f145";
}

/* line 1275, app/assets/stylesheets/common/font-awesome.scss */
.icon-minus-sign-alt:before {
  content: "\f146";
}

/* line 1278, app/assets/stylesheets/common/font-awesome.scss */
.icon-check-minus:before {
  content: "\f147";
}

/* line 1281, app/assets/stylesheets/common/font-awesome.scss */
.icon-level-up:before {
  content: "\f148";
}

/* line 1284, app/assets/stylesheets/common/font-awesome.scss */
.icon-level-down:before {
  content: "\f149";
}

/* line 1287, app/assets/stylesheets/common/font-awesome.scss */
.icon-check-sign:before {
  content: "\f14a";
  color: #337ab7;
}

/* line 1291, app/assets/stylesheets/common/font-awesome.scss */
.icon-edit-sign:before {
  content: "\f14b";
}

/* line 1294, app/assets/stylesheets/common/font-awesome.scss */
.icon-external-link-sign:before {
  content: "\f14c";
}

/* line 1297, app/assets/stylesheets/common/font-awesome.scss */
.icon-share-sign:before {
  content: "\f14d";
}

/* line 1300, app/assets/stylesheets/common/font-awesome.scss */
.icon-compass:before {
  content: "\f14e";
}

/* line 1303, app/assets/stylesheets/common/font-awesome.scss */
.icon-collapse:before {
  content: "\f150";
}

/* line 1306, app/assets/stylesheets/common/font-awesome.scss */
.icon-collapse-top:before {
  content: "\f151";
}

/* line 1309, app/assets/stylesheets/common/font-awesome.scss */
.icon-expand:before {
  content: "\f152";
}

/* line 1312, app/assets/stylesheets/common/font-awesome.scss */
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}

/* line 1316, app/assets/stylesheets/common/font-awesome.scss */
.icon-gbp:before {
  content: "\f154";
}

/* line 1319, app/assets/stylesheets/common/font-awesome.scss */
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}

/* line 1323, app/assets/stylesheets/common/font-awesome.scss */
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}

/* line 1327, app/assets/stylesheets/common/font-awesome.scss */
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}

/* line 1331, app/assets/stylesheets/common/font-awesome.scss */
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}

/* line 1335, app/assets/stylesheets/common/font-awesome.scss */
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}

/* line 1339, app/assets/stylesheets/common/font-awesome.scss */
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}

/* line 1343, app/assets/stylesheets/common/font-awesome.scss */
.icon-file:before {
  content: "\f15b";
}

/* line 1346, app/assets/stylesheets/common/font-awesome.scss */
.icon-file-text:before {
  content: "\f15c";
}

/* line 1349, app/assets/stylesheets/common/font-awesome.scss */
.icon-sort-by-alphabet:before {
  content: "\f15d";
}

/* line 1352, app/assets/stylesheets/common/font-awesome.scss */
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}

/* line 1355, app/assets/stylesheets/common/font-awesome.scss */
.icon-sort-by-attributes:before {
  content: "\f160";
}

/* line 1358, app/assets/stylesheets/common/font-awesome.scss */
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}

/* line 1361, app/assets/stylesheets/common/font-awesome.scss */
.icon-sort-by-order:before {
  content: "\f162";
}

/* line 1364, app/assets/stylesheets/common/font-awesome.scss */
.icon-sort-by-order-alt:before {
  content: "\f163";
}

/* line 1367, app/assets/stylesheets/common/font-awesome.scss */
.icon-thumbs-up:before {
  content: "\f164";
}

/* line 1370, app/assets/stylesheets/common/font-awesome.scss */
.icon-thumbs-down:before {
  content: "\f165";
}

/* line 1373, app/assets/stylesheets/common/font-awesome.scss */
.icon-youtube-sign:before {
  content: "\f166";
}

/* line 1376, app/assets/stylesheets/common/font-awesome.scss */
.icon-youtube:before {
  content: "\f167";
}

/* line 1379, app/assets/stylesheets/common/font-awesome.scss */
.icon-xing:before {
  content: "\f168";
}

/* line 1382, app/assets/stylesheets/common/font-awesome.scss */
.icon-xing-sign:before {
  content: "\f169";
}

/* line 1385, app/assets/stylesheets/common/font-awesome.scss */
.icon-youtube-play:before {
  content: "\f16a";
}

/* line 1388, app/assets/stylesheets/common/font-awesome.scss */
.icon-dropbox:before {
  content: "\f16b";
}

/* line 1391, app/assets/stylesheets/common/font-awesome.scss */
.icon-stackexchange:before {
  content: "\f16c";
}

/* line 1394, app/assets/stylesheets/common/font-awesome.scss */
.icon-instagram:before {
  content: "\f16d";
}

/* line 1397, app/assets/stylesheets/common/font-awesome.scss */
.icon-flickr:before {
  content: "\f16e";
}

/* line 1400, app/assets/stylesheets/common/font-awesome.scss */
.icon-adn:before {
  content: "\f170";
}

/* line 1403, app/assets/stylesheets/common/font-awesome.scss */
.icon-bitbucket:before {
  content: "\f171";
}

/* line 1406, app/assets/stylesheets/common/font-awesome.scss */
.icon-bitbucket-sign:before {
  content: "\f172";
}

/* line 1409, app/assets/stylesheets/common/font-awesome.scss */
.icon-tumblr:before {
  content: "\f173";
}

/* line 1412, app/assets/stylesheets/common/font-awesome.scss */
.icon-tumblr-sign:before {
  content: "\f174";
}

/* line 1415, app/assets/stylesheets/common/font-awesome.scss */
.icon-long-arrow-down:before {
  content: "\f175";
}

/* line 1418, app/assets/stylesheets/common/font-awesome.scss */
.icon-long-arrow-up:before {
  content: "\f176";
}

/* line 1421, app/assets/stylesheets/common/font-awesome.scss */
.icon-long-arrow-left:before {
  content: "\f177";
}

/* line 1424, app/assets/stylesheets/common/font-awesome.scss */
.icon-long-arrow-right:before {
  content: "\f178";
}

/* line 1427, app/assets/stylesheets/common/font-awesome.scss */
.icon-apple:before {
  content: "\f179";
}

/* line 1430, app/assets/stylesheets/common/font-awesome.scss */
.icon-windows:before {
  content: "\f17a";
}

/* line 1433, app/assets/stylesheets/common/font-awesome.scss */
.icon-android:before {
  content: "\f17b";
}

/* line 1436, app/assets/stylesheets/common/font-awesome.scss */
.icon-linux:before {
  content: "\f17c";
}

/* line 1439, app/assets/stylesheets/common/font-awesome.scss */
.icon-dribbble:before {
  content: "\f17d";
}

/* line 1442, app/assets/stylesheets/common/font-awesome.scss */
.icon-skype:before {
  content: "\f17e";
}

/* line 1445, app/assets/stylesheets/common/font-awesome.scss */
.icon-foursquare:before {
  content: "\f180";
}

/* line 1448, app/assets/stylesheets/common/font-awesome.scss */
.icon-trello:before {
  content: "\f181";
}

/* line 1451, app/assets/stylesheets/common/font-awesome.scss */
.icon-female:before {
  content: "\f182";
}

/* line 1454, app/assets/stylesheets/common/font-awesome.scss */
.icon-male:before {
  content: "\f183";
}

/* line 1457, app/assets/stylesheets/common/font-awesome.scss */
.icon-gittip:before {
  content: "\f184";
}

/* line 1460, app/assets/stylesheets/common/font-awesome.scss */
.icon-sun:before {
  content: "\f185";
}

/* line 1463, app/assets/stylesheets/common/font-awesome.scss */
.icon-moon:before {
  content: "\f186";
}

/* line 1466, app/assets/stylesheets/common/font-awesome.scss */
.icon-archive:before {
  content: "\f187";
}

/* line 1469, app/assets/stylesheets/common/font-awesome.scss */
.icon-bug:before {
  content: "\f188";
}

/* line 1472, app/assets/stylesheets/common/font-awesome.scss */
.icon-vk:before {
  content: "\f189";
}

/* line 1475, app/assets/stylesheets/common/font-awesome.scss */
.icon-weibo:before {
  content: "\f18a";
}

/* line 1478, app/assets/stylesheets/common/font-awesome.scss */
.icon-renren:before {
  content: "\f18b";
}

/* line 1, app/assets/stylesheets/campaign/pages/_regulation.scss */
.wrapper--regulation {
  min-height: 100%;
  margin-bottom: 44px;
  padding: 30px;
}

/* line 6, app/assets/stylesheets/campaign/pages/_regulation.scss */
.wrapper--regulation .title {
  text-transform: uppercase;
}

/* line 10, app/assets/stylesheets/campaign/pages/_regulation.scss */
.wrapper--regulation p {
  color: #595959;
  font-size: .8125em;
}

/* line 15, app/assets/stylesheets/campaign/pages/_regulation.scss */
.wrapper--regulation .button {
  float: right;
}

/* line 19, app/assets/stylesheets/campaign/pages/_regulation.scss */
.wrapper--regulation .label {
  float: left;
  margin-left: 0;
}

/* line 25, app/assets/stylesheets/campaign/pages/_regulation.scss */
.wrapper--regulation .form__row {
  display: block;
  float: left;
  display: block;
  margin-right: 0.1925683544%;
  width: 100%;
  display: inline-block;
  font-size: 0;
}

/* line 20, ../usr/local/bundle/ruby/3.3.0/gems/bourbon-7.3.0/core/bourbon/library/_clearfix.scss */
.wrapper--regulation .form__row::after {
  clear: both;
  content: "";
  display: block;
}

/* line 89, ../usr/local/bundle/ruby/3.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.wrapper--regulation .form__row:last-child {
  margin-right: 0;
}

/* line 20, ../usr/local/bundle/ruby/3.3.0/gems/bourbon-7.3.0/core/bourbon/library/_clearfix.scss */
.wrapper--regulation .form__row::after {
  clear: both;
  content: "";
  display: block;
}

/* line 33, app/assets/stylesheets/campaign/pages/_regulation.scss */
.wrapper--regulation .form__column {
  font-size: 1rem;
}

/* line 36, app/assets/stylesheets/campaign/pages/_regulation.scss */
.wrapper--regulation .form__column--8 {
  float: left;
  display: block;
  margin-right: 0.1925683544%;
  width: 66.6024772152%;
}

/* line 89, ../usr/local/bundle/ruby/3.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.wrapper--regulation .form__column--8:last-child {
  margin-right: 0;
}

/* line 40, app/assets/stylesheets/campaign/pages/_regulation.scss */
.wrapper--regulation .form__column--4 {
  float: left;
  display: block;
  margin-right: 0.1925683544%;
  width: 33.2049544304%;
}

/* line 89, ../usr/local/bundle/ruby/3.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.wrapper--regulation .form__column--4:last-child {
  margin-right: 0;
}

/* line 2, app/assets/stylesheets/campaign/pages/_home.scss */
.home-campaign__link {
  float: left;
  display: block;
  margin-right: 0.1925683544%;
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0.96);
  height: 500px;
  overflow: hidden;
  margin-top: -20px;
  margin-right: 0;
}

/* line 89, ../usr/local/bundle/ruby/3.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.home-campaign__link:last-child {
  margin-right: 0;
}

/* line 12, app/assets/stylesheets/campaign/pages/_home.scss */
.home-campaign__video {
  background: rgba(255, 255, 255, 0.96);
  height: 750px;
  overflow: auto;
}

/* line 18, app/assets/stylesheets/campaign/pages/_home.scss */
.home-campaign__banner_no_link {
  background: rgba(255, 255, 255, 0.96);
  height: 750px;
  overflow: auto;
}

/* line 24, app/assets/stylesheets/campaign/pages/_home.scss */
.home-campaign__banner {
  background: rgba(255, 255, 255, 0.96);
  height: 750px;
  overflow: auto;
}

/* line 30, app/assets/stylesheets/campaign/pages/_home.scss */
.home-campaign__banner:hover span {
  display: block;
  position: absolute;
  vertical-align: middle;
  text-align: center;
  top: 45%;
  width: 100%;
}

/* line 39, app/assets/stylesheets/campaign/pages/_home.scss */
.home-campaign__banner:hover h1 {
  filter: blur(4px);
}

/* line 45, app/assets/stylesheets/campaign/pages/_home.scss */
.home-campaign__access {
  display: none;
}

/* line 49, app/assets/stylesheets/campaign/pages/_home.scss */
.home-campaign__access a {
  padding: 10px 20px;
  font-size: 22px;
  text-shadow: none;
  font-weight: normal;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #2dc76e;
  color: white;
}

/* line 61, app/assets/stylesheets/campaign/pages/_home.scss */
.home-campaign__row {
  display: block;
  margin-bottom: 2px;
}

/* line 20, ../usr/local/bundle/ruby/3.3.0/gems/bourbon-7.3.0/core/bourbon/library/_clearfix.scss */
.home-campaign__row::after {
  clear: both;
  content: "";
  display: block;
}

/* line 66, app/assets/stylesheets/campaign/pages/_home.scss */
.home-campaign__title {
  font-size: .75em;
  font-weight: 900;
  text-transform: uppercase;
  margin: 20px 10px 25px 20px;
}

/* line 72, app/assets/stylesheets/campaign/pages/_home.scss */
.home-campaign__title--messages {
  color: #0dd7b8;
}

/* line 76, app/assets/stylesheets/campaign/pages/_home.scss */
.home-campaign__title--balance {
  color: #64a90b;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 83, app/assets/stylesheets/campaign/pages/_home.scss */
.home-campaign__title--ranking {
  color: blue;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 90, app/assets/stylesheets/campaign/pages/_home.scss */
.home-campaign__title--wish-list {
  color: #de191a;
}

/* line 95, app/assets/stylesheets/campaign/pages/_home.scss */
.home-campaign__link {
  display: block;
  text-align: center;
  background: white;
  font-size: .625em;
  font-weight: 600;
  text-transform: uppercase;
  height: 20px;
  line-height: 20px;
}

/* line 105, app/assets/stylesheets/campaign/pages/_home.scss */
.home-campaign__link--balance {
  color: #64a90b;
}

/* line 109, app/assets/stylesheets/campaign/pages/_home.scss */
.home-campaign__link--categories {
  color: #f18200;
}

/* line 114, app/assets/stylesheets/campaign/pages/_home.scss */
.home-campaign__balance, .home-campaign__post, .home-campaign__video, .home-campaign__banner, .home-campaign__profile, .home-campaign__awards-slide, .home-campaign__awards, .home-campaign__profile {
  float: left;
  display: block;
  margin-right: 0.1925683544%;
  width: 49.9037158228%;
  position: relative;
  background: rgba(255, 255, 255, 0.96);
}

/* line 89, ../usr/local/bundle/ruby/3.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.home-campaign__balance:last-child, .home-campaign__post:last-child, .home-campaign__video:last-child, .home-campaign__banner:last-child, .home-campaign__profile:last-child, .home-campaign__awards-slide:last-child, .home-campaign__awards:last-child, .home-campaign__profile:last-child {
  margin-right: 0;
}

/* line 127, app/assets/stylesheets/campaign/pages/_home.scss */
.home-campaign__awards-slide, .home-campaign__balance {
  height: 250px;
}

/* line 132, app/assets/stylesheets/campaign/pages/_home.scss */
.home-campaign__awards-slide, .home-campaign__awards {
  margin-right: 0;
}

/* line 137, app/assets/stylesheets/campaign/pages/_home.scss */
.home-campaign__awards {
  margin-top: 2px;
  height: 498px;
  overflow: hidden;
}

/* line 141, app/assets/stylesheets/campaign/pages/_home.scss */
.home-campaign__awards.cloud_loyalty_background {
  height: 748px;
}

/* line 147, app/assets/stylesheets/campaign/pages/_home.scss */
.home-campaign__profile__info {
  float: left;
  display: block;
  margin-right: 0.3858797911%;
  width: 100%;
  height: 250px;
  position: relative;
  z-index: 10;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2));
}

/* line 89, ../usr/local/bundle/ruby/3.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.home-campaign__profile__info:last-child {
  margin-right: 0;
}

/* line 159, app/assets/stylesheets/campaign/pages/_home.scss */
.home-campaign__profile__image {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
  max-width: 100%;
}

/* line 169, app/assets/stylesheets/campaign/pages/_home.scss */
.home-campaign__profile__info-content {
  float: left;
  display: block;
  margin-right: 0.3858797911%;
  width: 49.8070601044%;
  margin-left: 50.1929398956%;
  text-align: center;
  position: relative;
  z-index: 15;
  padding: 58px 0;
}

/* line 89, ../usr/local/bundle/ruby/3.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.home-campaign__profile__info-content:last-child {
  margin-right: 0;
}

/* line 178, app/assets/stylesheets/campaign/pages/_home.scss */
.home-campaign__profile__text {
  font-size: .75em;
  line-height: 1;
  margin: 8px 0;
}

/* line 183, app/assets/stylesheets/campaign/pages/_home.scss */
.home-campaign__profile__text--strong {
  font-weight: 600;
}

/* line 187, app/assets/stylesheets/campaign/pages/_home.scss */
.home-campaign__profile__text--alert {
  color: #de191a;
  margin-bottom: 15px;
}

/* line 192, app/assets/stylesheets/campaign/pages/_home.scss */
.home-campaign__profile__text--highlight {
  font-size: .875em;
}

/* line 198, app/assets/stylesheets/campaign/pages/_home.scss */
.home-campaign__post {
  height: 750px;
  overflow: auto;
}

/* line 203, app/assets/stylesheets/campaign/pages/_home.scss */
.home-campaign__date, .home-campaign__button {
  float: left;
  display: block;
  margin-right: 0.1925683544%;
  width: 24.8555737342%;
  padding: 15px;
}

/* line 89, ../usr/local/bundle/ruby/3.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.home-campaign__date:last-child, .home-campaign__button:last-child {
  margin-right: 0;
}

/* line 209, app/assets/stylesheets/campaign/pages/_home.scss */
.home-campaign__submit {
  width: 100%;
  margin-top: 25px;
}

/* line 214, app/assets/stylesheets/campaign/pages/_home.scss */
.home-campaign__date {
  display: none;
}

/* line 217, app/assets/stylesheets/campaign/pages/_home.scss */
.home-campaign__date--open {
  display: block;
}

/* line 1, app/assets/stylesheets/campaign/pages/_products.scss */
.products-campaign {
  text-align: center;
}

/* line 4, app/assets/stylesheets/campaign/pages/_products.scss */
.products-campaign__row {
  display: block;
  margin-bottom: 20px;
}

/* line 20, ../usr/local/bundle/ruby/3.3.0/gems/bourbon-7.3.0/core/bourbon/library/_clearfix.scss */
.products-campaign__row::after {
  clear: both;
  content: "";
  display: block;
}

/* line 9, app/assets/stylesheets/campaign/pages/_products.scss */
.products-campaign__title {
  text-align: left;
  margin: 20px 0 0 10px;
  text-transform: uppercase;
}

/* line 15, app/assets/stylesheets/campaign/pages/_products.scss */
.products-campaign__button-balance {
  font-weight: 300;
  font-size: 1.5625em;
  text-transform: initial;
}

/* line 3, app/assets/stylesheets/campaign/pages/_product.scss */
.product-campaign__row {
  display: block;
  background: rgba(255, 255, 255, 0.96);
  margin-bottom: 1px;
}

/* line 20, ../usr/local/bundle/ruby/3.3.0/gems/bourbon-7.3.0/core/bourbon/library/_clearfix.scss */
.product-campaign__row::after {
  clear: both;
  content: "";
  display: block;
}

/* line 9, app/assets/stylesheets/campaign/pages/_product.scss */
.product-campaign__title {
  margin: 10px 20px;
  padding-top: 15px;
  text-transform: uppercase;
}

/* line 15, app/assets/stylesheets/campaign/pages/_product.scss */
.product-campaign__product {
  padding: 50px 0;
}

/* line 18, app/assets/stylesheets/campaign/pages/_product.scss */
.product-campaign__product__buttons {
  position: absolute;
  top: 200px;
  left: 70%;
}

/* line 23, app/assets/stylesheets/campaign/pages/_product.scss */
.product-campaign__product__buttons__text {
  display: inline-block;
  vertical-align: middle;
  width: 125px;
  font-size: .75em;
  font-weight: 900;
  text-transform: uppercase;
}

/* line 32, app/assets/stylesheets/campaign/pages/_product.scss */
.product-campaign__product__buttons__wish-list {
  margin-top: 15px;
  color: #de191a;
}

/* line 37, app/assets/stylesheets/campaign/pages/_product.scss */
.product-campaign__product__buttons__shopping-cart {
  color: #00b6ea;
}

/* line 41, app/assets/stylesheets/campaign/pages/_product.scss */
.product-campaign__product__buttons__estimate-freight {
  margin-top: 15px;
  color: #00b6ea;
}

/* line 48, app/assets/stylesheets/campaign/pages/_product.scss */
.product-campaign #freight {
  display: none;
  border-radius: 5px;
  background-color: #bee8fa;
  padding: 10px;
}

/* line 55, app/assets/stylesheets/campaign/pages/_product.scss */
.product-campaign #freight > p {
  text-align: left;
  margin-bottom: 0px !important;
}

/* line 61, app/assets/stylesheets/campaign/pages/_product.scss */
.product-campaign .information__label {
  color: #fff;
  font-size: 12px;
  border-radius: 10px 0px 0px 10px;
  padding: 4px 12px;
  font-weight: bold;
}

/* line 68, app/assets/stylesheets/campaign/pages/_product.scss */
.product-campaign .information__label--type {
  background-color: #03b4ec;
}

/* line 72, app/assets/stylesheets/campaign/pages/_product.scss */
.product-campaign .information__label--time {
  background-color: #44b500;
  margin-left: 5px;
}

/* line 77, app/assets/stylesheets/campaign/pages/_product.scss */
.product-campaign .information__label--info {
  border-radius: 0px 10px 10px 0px;
  margin-left: -5px;
  background-color: #b9b8b8;
}

/* line 3, app/assets/stylesheets/campaign/pages/_participant_authentication.scss */
.auth__row {
  min-height: 100%;
  margin-bottom: -44px;
}

/* line 8, app/assets/stylesheets/campaign/pages/_participant_authentication.scss */
.auth__row + .footer, .auth__row .auth__row:after {
  height: 44px;
  margin-top: 0;
}

/* line 13, app/assets/stylesheets/campaign/pages/_participant_authentication.scss */
.auth__row:after {
  content: "";
  display: block;
}

/* line 19, app/assets/stylesheets/campaign/pages/_participant_authentication.scss */
.auth__column {
  position: relative;
  text-align: center;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}

/* line 27, app/assets/stylesheets/campaign/pages/_participant_authentication.scss */
.auth__content {
  background: rgba(255, 255, 255, 0.96);
  padding: 30px;
  text-align: left;
}

/* line 32, app/assets/stylesheets/campaign/pages/_participant_authentication.scss */
.auth__content a {
  font-size: .8125em;
  color: #595959;
  text-decoration: underline;
}

/* line 37, app/assets/stylesheets/campaign/pages/_participant_authentication.scss */
.auth__content a:hover {
  color: #333;
}

/* line 44, app/assets/stylesheets/campaign/pages/_participant_authentication.scss */
.auth__form__group {
  position: relative;
  margin: 24px 0;
}

/* line 48, app/assets/stylesheets/campaign/pages/_participant_authentication.scss */
.auth__form__group label, .auth__form__group p {
  color: #595959;
  font-size: .875em;
}

/* line 53, app/assets/stylesheets/campaign/pages/_participant_authentication.scss */
.auth__form__group .button {
  width: 100%;
  background-color: #45b600;
}

/* line 57, app/assets/stylesheets/campaign/pages/_participant_authentication.scss */
.auth__form__group .button:hover, .auth__form__group .button:focus {
  background-color: #286a00;
  color: #fff;
}

/* line 67, app/assets/stylesheets/campaign/pages/_participant_authentication.scss */
html, body {
  height: 100%;
}

/* line 1, app/assets/stylesheets/campaign/pages/_orders.scss */
.wrapper--orders {
  padding: 30px;
  color: #595959;
}

/* line 5, app/assets/stylesheets/campaign/pages/_orders.scss */
.wrapper--orders .table {
  font-size: .8125rem;
}

/* line 11, app/assets/stylesheets/campaign/pages/_orders.scss */
.wrapper--orders .table__label--processing {
  color: #00b6ea;
}

/* line 15, app/assets/stylesheets/campaign/pages/_orders.scss */
.wrapper--orders .table__label--done {
  color: #45b600;
}

/* line 19, app/assets/stylesheets/campaign/pages/_orders.scss */
.wrapper--orders .table__label--canceled, .wrapper--orders .table__label--failed {
  color: #de191a;
}

/* line 24, app/assets/stylesheets/campaign/pages/_orders.scss */
.wrapper--orders .subtitle {
  margin-bottom: 2em;
  font-size: .875rem;
}

/* line 29, app/assets/stylesheets/campaign/pages/_orders.scss */
.wrapper--orders hr {
  margin: 1em 0;
}

/* line 33, app/assets/stylesheets/campaign/pages/_orders.scss */
.wrapper--orders .button {
  font-size: .8125rem;
  font-weight: 900;
  padding: 18px 36px;
}

/* line 38, app/assets/stylesheets/campaign/pages/_orders.scss */
.wrapper--orders .button--edit {
  background-color: white;
  color: #00b6ea;
}

/* line 44, app/assets/stylesheets/campaign/pages/_orders.scss */
.wrapper--orders strong {
  text-transform: uppercase;
}

/* line 51, app/assets/stylesheets/campaign/pages/_orders.scss */
.orders__well {
  width: 100%;
  height: auto;
  padding: 28px;
  background-color: white;
  border: 1px solid #00b6ea;
}

/* line 58, app/assets/stylesheets/campaign/pages/_orders.scss */
.orders__well__title {
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 900;
}

/* line 63, app/assets/stylesheets/campaign/pages/_orders.scss */
.orders__well__title--processing, .orders__well__title--processed {
  color: #00b6ea;
}

/* line 67, app/assets/stylesheets/campaign/pages/_orders.scss */
.orders__well__title--done {
  color: #45b600;
}

/* line 71, app/assets/stylesheets/campaign/pages/_orders.scss */
.orders__well__title--canceled, .orders__well__title--failed {
  color: #de191a;
}

/* line 77, app/assets/stylesheets/campaign/pages/_orders.scss */
.orders__row {
  display: block;
  font-size: .8125rem;
}

/* line 20, ../usr/local/bundle/ruby/3.3.0/gems/bourbon-7.3.0/core/bourbon/library/_clearfix.scss */
.orders__row::after {
  clear: both;
  content: "";
  display: block;
}

/* line 81, app/assets/stylesheets/campaign/pages/_orders.scss */
.orders__row--center {
  margin-top: 2.5em;
  text-align: center;
}

/* line 86, app/assets/stylesheets/campaign/pages/_orders.scss */
.orders__row--bold {
  margin-top: 2.5em;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 93, app/assets/stylesheets/campaign/pages/_orders.scss */
.orders__row--blue {
  color: #00b6ea;
}

/* line 97, app/assets/stylesheets/campaign/pages/_orders.scss */
.orders__row--back-gray {
  color: black;
  background-color: gray;
}

/* line 103, app/assets/stylesheets/campaign/pages/_orders.scss */
.orders__col {
  float: left;
  display: block;
  margin-right: 0.1925683544%;
  width: 49.9037158228%;
}

/* line 89, ../usr/local/bundle/ruby/3.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.orders__col:last-child {
  margin-right: 0;
}

/* line 106, app/assets/stylesheets/campaign/pages/_orders.scss */
.orders__col--button {
  float: left;
  display: block;
  margin-right: 0.1925683544%;
  width: 24.8555737342%;
  margin-left: 25.0481420886%;
  margin-right: 0;
  text-align: right;
  margin-top: 22px;
  font-size: .875rem;
}

/* line 89, ../usr/local/bundle/ruby/3.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.orders__col--button:last-child {
  margin-right: 0;
}

/* line 115, app/assets/stylesheets/campaign/pages/_orders.scss */
.orders__col--content {
  float: left;
  display: block;
  margin-right: 0.3858797911%;
  width: 49.8070601044%;
}

/* line 89, ../usr/local/bundle/ruby/3.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.orders__col--content:last-child {
  margin-right: 0;
}

/* line 120, app/assets/stylesheets/campaign/pages/_orders.scss */
.orders__data-container {
  margin-bottom: 3.5em;
}

/* line 124, app/assets/stylesheets/campaign/pages/_orders.scss */
.orders ol {
  padding: 0px;
}

/* line 126, app/assets/stylesheets/campaign/pages/_orders.scss */
.orders ol li {
  padding: 2px;
  margin: 0 0 0 1em;
}

@font-face {
  font-family: 'Share Tech Mono';
  font-style: normal;
  font-weight: 400;
  src: local("Share Tech Mono"), local("ShareTechMono-Regular"), url(https://fonts.gstatic.com/s/sharetechmono/v6/RQxK-3RA0Lnf3gnnnNrAsYdJ2JT0J65PSe7wdxAnx_I.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/* line 141, app/assets/stylesheets/campaign/pages/_orders.scss */
.virtual-card {
  text-align: center;
  font-family: 'Share Tech Mono';
  width: 320px;
  height: 6.5em;
  margin: 0 0.5em 0 0.5em;
  display: inline-block !important;
  display: block;
  font-size: 32px;
  color: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  border-radius: 0.25em;
  background-color: #424242;
  background-position: center, bottom 0.5em right 0.5em;
  background-size: cover, 4em auto;
  background-repeat: no-repeat;
  background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(255, 255, 255, 0.1) 5.00000001%, rgba(255, 255, 255, 0) 100%);
  transition: all 0.2s;
}

/* line 160, app/assets/stylesheets/campaign/pages/_orders.scss */
.virtual-card table {
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}

/* line 165, app/assets/stylesheets/campaign/pages/_orders.scss */
.virtual-card table td {
  padding: 0;
  border: none;
  line-height: 0;
}

/* line 170, app/assets/stylesheets/campaign/pages/_orders.scss */
.virtual-card input {
  font-size: 0.5em;
  font-family: 'Share Tech Mono';
  background: rgba(0, 0, 0, 0.1);
  border: 0;
  color: #fff;
  text-align: left;
  display: inline;
}

/* line 179, app/assets/stylesheets/campaign/pages/_orders.scss */
.virtual-card input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}

/* line 182, app/assets/stylesheets/campaign/pages/_orders.scss */
.virtual-card #number {
  font-size: 0.7em;
  width: 100%;
}

/* line 186, app/assets/stylesheets/campaign/pages/_orders.scss */
.virtual-card #expiration-date {
  width: 5.5em;
}

/* line 189, app/assets/stylesheets/campaign/pages/_orders.scss */
.virtual-card #cardholder {
  width: 200px;
  text-align: left;
}

/* line 193, app/assets/stylesheets/campaign/pages/_orders.scss */
.virtual-card label {
  font-size: 0.35em;
  display: inline;
}

/* line 197, app/assets/stylesheets/campaign/pages/_orders.scss */
.virtual-card .title {
  font-size: 0.45em;
  color: #fff;
}

/* line 201, app/assets/stylesheets/campaign/pages/_orders.scss */
.virtual-card .flag {
  display: block;
  border: 1px solid #fff;
  width: 2.5em;
  height: 1.5em;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2.5em;
}

/* line 3, app/assets/stylesheets/campaign/pages/_balance.scss */
.balance-campaign__row {
  display: block;
  background: rgba(255, 255, 255, 0.96);
  margin-bottom: 1px;
}

/* line 20, ../usr/local/bundle/ruby/3.3.0/gems/bourbon-7.3.0/core/bourbon/library/_clearfix.scss */
.balance-campaign__row::after {
  clear: both;
  content: "";
  display: block;
}

/* line 8, app/assets/stylesheets/campaign/pages/_balance.scss */
.balance-campaign__row--table {
  padding: 30px;
}

/* line 13, app/assets/stylesheets/campaign/pages/_balance.scss */
.balance-campaign__title {
  text-transform: uppercase;
  margin: 0;
  padding: 30px;
}

/* line 3, app/assets/stylesheets/campaign/pages/_contact.scss */
.contact-campaign__row {
  display: block;
  background: rgba(255, 255, 255, 0.96);
  margin-bottom: 1px;
  padding: 30px;
}

/* line 20, ../usr/local/bundle/ruby/3.3.0/gems/bourbon-7.3.0/core/bourbon/library/_clearfix.scss */
.contact-campaign__row::after {
  clear: both;
  content: "";
  display: block;
}

/* line 9, app/assets/stylesheets/campaign/pages/_contact.scss */
.contact-campaign__row--form {
  margin: 0;
  padding: 0;
  background: none;
}

/* line 16, app/assets/stylesheets/campaign/pages/_contact.scss */
.contact-campaign__title {
  text-transform: uppercase;
}

/* line 20, app/assets/stylesheets/campaign/pages/_contact.scss */
.contact-campaign__subtitle {
  font-size: .75em;
}

/* line 24, app/assets/stylesheets/campaign/pages/_contact.scss */
.contact-campaign__input {
  margin-bottom: 20px;
  padding: 0 30px 0 0;
}

/* line 28, app/assets/stylesheets/campaign/pages/_contact.scss */
.contact-campaign__input--subject {
  float: left;
  display: block;
  margin-right: 0.1925683544%;
  width: 49.9037158228%;
}

/* line 89, ../usr/local/bundle/ruby/3.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.contact-campaign__input--subject:last-child {
  margin-right: 0;
}

/* line 32, app/assets/stylesheets/campaign/pages/_contact.scss */
.contact-campaign__input--priority, .contact-campaign__input--attachment {
  float: left;
  display: block;
  margin-right: 0.1925683544%;
  width: 24.8555737342%;
}

/* line 89, ../usr/local/bundle/ruby/3.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.contact-campaign__input--priority:last-child, .contact-campaign__input--attachment:last-child {
  margin-right: 0;
}

/* line 37, app/assets/stylesheets/campaign/pages/_contact.scss */
.contact-campaign__input--attachment {
  height: 65px;
}

/* line 41, app/assets/stylesheets/campaign/pages/_contact.scss */
.contact-campaign__input:last-child {
  padding: 0;
}

/* line 46, app/assets/stylesheets/campaign/pages/_contact.scss */
.contact-campaign__submit {
  font-size: .75em;
  padding: 1.5em 2.5em;
  font-weight: bold;
}

/* line 52, app/assets/stylesheets/campaign/pages/_contact.scss */
.contact-campaign__square-priority {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  height: 35px;
  width: 35px;
  font-weight: bold;
  padding: 10px 0;
  color: white;
}

/* line 62, app/assets/stylesheets/campaign/pages/_contact.scss */
.contact-campaign__square-priority--low {
  background: #e9de32;
}

/* line 66, app/assets/stylesheets/campaign/pages/_contact.scss */
.contact-campaign__square-priority--medium {
  background: #f18200;
}

/* line 70, app/assets/stylesheets/campaign/pages/_contact.scss */
.contact-campaign__square-priority--high {
  background: #de191a;
}

/* line 74, app/assets/stylesheets/campaign/pages/_contact.scss */
.contact-campaign__square-priority--big {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 15px;
  right: 30px;
  padding: 15px 0;
}

/* line 84, app/assets/stylesheets/campaign/pages/_contact.scss */
.contact-campaign__attachment {
  display: inline-block;
  height: 20px;
  width: 17px;
  font-size: 0;
}

/* line 92, app/assets/stylesheets/campaign/pages/_contact.scss */
.contact-campaign__issue-modal {
  position: absolute;
  top: 5%;
  text-align: left;
  left: calc(50% - 250px);
  z-index: 100;
}

/* line 100, app/assets/stylesheets/campaign/pages/_contact.scss */
.contact-campaign__issue-show {
  background: rgba(255, 255, 255, 0.96);
  width: 500px;
  margin: auto;
  overflow: auto;
  max-height: 600px;
}

/* line 107, app/assets/stylesheets/campaign/pages/_contact.scss */
.contact-campaign__issue-show__header, .contact-campaign__issue-show__body {
  position: relative;
  padding: 30px;
}

/* line 113, app/assets/stylesheets/campaign/pages/_contact.scss */
.contact-campaign__issue-show__header {
  border-bottom: solid 1px #999;
}

/* line 116, app/assets/stylesheets/campaign/pages/_contact.scss */
.contact-campaign__issue-show__header__title {
  margin: 0;
}

/* line 121, app/assets/stylesheets/campaign/pages/_contact.scss */
.contact-campaign__issue-show__body {
  font-size: .75em;
}

/* line 125, app/assets/stylesheets/campaign/pages/_contact.scss */
.contact-campaign__issue-show__title {
  color: #595959;
  font-size: 1.25em;
}

/* line 129, app/assets/stylesheets/campaign/pages/_contact.scss */
.contact-campaign__issue-show__title strong {
  float: right;
  font-weight: 600;
}

/* line 135, app/assets/stylesheets/campaign/pages/_contact.scss */
.contact-campaign__issue-show__messages {
  margin: 30px 0;
  border-top: solid 1px #ddd;
}

/* line 140, app/assets/stylesheets/campaign/pages/_contact.scss */
.contact-campaign__issue-show__message {
  border-bottom: solid 1px #ddd;
  padding: 20px 0;
}

/* line 144, app/assets/stylesheets/campaign/pages/_contact.scss */
.contact-campaign__issue-show__message__image, .contact-campaign__issue-show__message__info {
  display: inline-block;
  vertical-align: middle;
}

/* line 150, app/assets/stylesheets/campaign/pages/_contact.scss */
.contact-campaign__issue-show__message__info {
  max-width: 75%;
  margin-left: 10px;
}

/* line 155, app/assets/stylesheets/campaign/pages/_contact.scss */
.contact-campaign__issue-show__message__image {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: solid 2px #de191a;
}

/* line 161, app/assets/stylesheets/campaign/pages/_contact.scss */
.contact-campaign__issue-show__message__image img {
  min-width: 100%;
  min-height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

/* line 168, app/assets/stylesheets/campaign/pages/_contact.scss */
.contact-campaign__issue-show__message__image.Admin {
  margin-left: 15px;
}

/* line 173, app/assets/stylesheets/campaign/pages/_contact.scss */
.contact-campaign__issue-show__message__name {
  font-size: 1.1667em;
  font-weight: 600;
  margin-bottom: 5px;
}

/* line 178, app/assets/stylesheets/campaign/pages/_contact.scss */
.contact-campaign__issue-show__message__name small {
  font-weight: 300;
}

/* line 183, app/assets/stylesheets/campaign/pages/_contact.scss */
.contact-campaign__issue-show__message__text {
  margin: 0;
}

/* line 188, app/assets/stylesheets/campaign/pages/_contact.scss */
.contact-campaign__issue-show__button {
  margin-top: 30px;
  padding: 1.5em 2.75em;
  font-weight: bold;
}

/* line 194, app/assets/stylesheets/campaign/pages/_contact.scss */
.contact-campaign__issue-show textarea {
  resize: none;
  height: 100px;
  font-size: 1.0833em;
}

/* line 1, app/assets/stylesheets/campaign/pages/_current_participant.scss */
.wrapper--participant {
  padding: 28px 0;
  color: #595959;
}

/* line 5, app/assets/stylesheets/campaign/pages/_current_participant.scss */
.wrapper--participant .title--3 {
  padding-left: 28px;
}

/* line 9, app/assets/stylesheets/campaign/pages/_current_participant.scss */
.wrapper--participant .title--6 {
  padding-left: 20px;
}

/* line 15, app/assets/stylesheets/campaign/pages/_current_participant.scss */
.participant__row {
  display: block;
  padding-left: 18px;
  margin-bottom: 16px;
}

/* line 20, ../usr/local/bundle/ruby/3.3.0/gems/bourbon-7.3.0/core/bourbon/library/_clearfix.scss */
.participant__row::after {
  clear: both;
  content: "";
  display: block;
}

/* line 21, app/assets/stylesheets/campaign/pages/_current_participant.scss */
.participant__col {
  float: left;
  display: block;
  margin-right: 0.1925683544%;
  width: 49.9037158228%;
  padding-left: 10px;
  padding-right: 28px;
  min-height: 68px;
}

/* line 89, ../usr/local/bundle/ruby/3.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.participant__col:last-child {
  margin-right: 0;
}

/* line 27, app/assets/stylesheets/campaign/pages/_current_participant.scss */
.participant__col label, .participant__col input {
  font-size: .8125rem;
}

/* line 31, app/assets/stylesheets/campaign/pages/_current_participant.scss */
.participant__col p {
  margin-bottom: 0.3em;
}

/* line 35, app/assets/stylesheets/campaign/pages/_current_participant.scss */
.participant__col--full {
  float: left;
  display: block;
  margin-right: 0.1925683544%;
  width: 100%;
}

/* line 89, ../usr/local/bundle/ruby/3.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.participant__col--full:last-child {
  margin-right: 0;
}

/* line 39, app/assets/stylesheets/campaign/pages/_current_participant.scss */
.participant__col--half {
  float: left;
  display: block;
  margin-right: 0.1925683544%;
  width: 24.8555737342%;
}

/* line 89, ../usr/local/bundle/ruby/3.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.participant__col--half:last-child {
  margin-right: 0;
}

/* line 42, app/assets/stylesheets/campaign/pages/_current_participant.scss */
.participant__col--half .button {
  font-size: .8125rem;
  font-weight: 900;
  padding: 18px 0;
  width: 100%;
}

/* line 49, app/assets/stylesheets/campaign/pages/_current_participant.scss */
.participant__col--half .hidden {
  display: none;
}

/* line 54, app/assets/stylesheets/campaign/pages/_current_participant.scss */
.participant__col--fiscal-note-select {
  width: 20%;
  padding-right: 3px;
}

/* line 59, app/assets/stylesheets/campaign/pages/_current_participant.scss */
.participant__col--fiscal-note-text-field {
  width: 18%;
  padding-right: 3px;
}

/* line 64, app/assets/stylesheets/campaign/pages/_current_participant.scss */
.participant__col--four-half {
  float: left;
  display: block;
  margin-right: 0.1925683544%;
  width: 33.2049544304%;
}

/* line 89, ../usr/local/bundle/ruby/3.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.participant__col--four-half:last-child {
  margin-right: 0;
}

/* line 67, app/assets/stylesheets/campaign/pages/_current_participant.scss */
.participant__col--four-half .button {
  font-size: .8125rem;
  font-weight: 900;
  padding: 18px 0;
  width: 100%;
}

/* line 74, app/assets/stylesheets/campaign/pages/_current_participant.scss */
.participant__col--four-half .hidden {
  display: none;
}

/* line 79, app/assets/stylesheets/campaign/pages/_current_participant.scss */
.participant__col--input-number {
  float: left;
  display: block;
  margin-right: 0.1925683544%;
  width: 16.506193038%;
}

/* line 89, ../usr/local/bundle/ruby/3.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.participant__col--input-number:last-child {
  margin-right: 0;
}

/* line 82, app/assets/stylesheets/campaign/pages/_current_participant.scss */
.participant__col--input-number div {
  display: inline-block;
}

/* line 86, app/assets/stylesheets/campaign/pages/_current_participant.scss */
.participant__col--input-number .input--ddd {
  width: 35px;
  display: inline-block;
}

/* line 91, app/assets/stylesheets/campaign/pages/_current_participant.scss */
.participant__col--input-number .input--number {
  width: 99px;
  display: inline-block;
}

/* line 97, app/assets/stylesheets/campaign/pages/_current_participant.scss */
.participant__col--shift3 {
  margin-left: 25.0481420886%;
}

/* line 101, app/assets/stylesheets/campaign/pages/_current_participant.scss */
.participant__col--shift6 {
  margin-left: 50.0962841772%;
}

/* line 106, app/assets/stylesheets/campaign/pages/_current_participant.scss */
.participant__col .input__city span {
  display: block !important;
}

/* line 111, app/assets/stylesheets/campaign/pages/_current_participant.scss */
.participant__col .abbr_div {
  display: inline-flex !important;
}

/* line 115, app/assets/stylesheets/campaign/pages/_current_participant.scss */
.participant__col abbr {
  text-decoration: none;
  border: none !important;
  line-height: 1px;
  padding-top: 1.2px;
  margin-left: 4px;
}

/* line 124, app/assets/stylesheets/campaign/pages/_current_participant.scss */
.participant__list {
  list-style-type: initial;
  color: #595959;
  font-size: .8125rem;
  padding-left: 18px;
}

/* line 131, app/assets/stylesheets/campaign/pages/_current_participant.scss */
.participant__list__item--green {
  color: #45b600;
}

/* line 137, app/assets/stylesheets/campaign/pages/_current_participant.scss */
.participant__photo-container {
  width: 100%;
  position: relative;
  margin-top: 24px;
  padding: 9px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 2px;
}

/* line 146, app/assets/stylesheets/campaign/pages/_current_participant.scss */
.participant__photo-container--info {
  width: 50%;
  margin-left: 50%;
  text-align: center;
  position: absolute;
  top: 10%;
  left: 0;
  z-index: 15;
}

/* line 156, app/assets/stylesheets/campaign/pages/_current_participant.scss */
.participant__photo-container--text {
  margin-bottom: 24px;
}

/* line 161, app/assets/stylesheets/campaign/pages/_current_participant.scss */
.participant__button-container {
  position: relative;
  width: 57px;
  display: inline-block;
}

/* line 166, app/assets/stylesheets/campaign/pages/_current_participant.scss */
.participant__button-container .button--cycle {
  margin: 0;
}

/* line 171, app/assets/stylesheets/campaign/pages/_current_participant.scss */
.participant__button__label {
  height: 100%;
}

/* line 177, app/assets/stylesheets/campaign/pages/_current_participant.scss */
.participant__col--four-half .select2-container .select2-selection--single {
  height: 37px;
}

/* line 182, app/assets/stylesheets/campaign/pages/_current_participant.scss */
input.code_error {
  border-color: red;
}

/* line 186, app/assets/stylesheets/campaign/pages/_current_participant.scss */
.code_error {
  color: red;
}

/* line 190, app/assets/stylesheets/campaign/pages/_current_participant.scss */
.select-border-error {
  border: 1px solid red;
  height: 39px;
}

/* line 195, app/assets/stylesheets/campaign/pages/_current_participant.scss */
.address-error {
  border: 1px solid red !important;
}

/* line 199, app/assets/stylesheets/campaign/pages/_current_participant.scss */
#select-border-error .fields {
  border: 1px solid red;
  height: 37px;
}

/* line 204, app/assets/stylesheets/campaign/pages/_current_participant.scss */
.text-sm {
  font-size: small;
}

/* line 208, app/assets/stylesheets/campaign/pages/_current_participant.scss */
.error-color {
  color: red;
}

/* line 1, app/assets/stylesheets/campaign/pages/_shopping_cart.scss */
.shopping-cart {
  padding: 30px;
}

/* line 4, app/assets/stylesheets/campaign/pages/_shopping_cart.scss */
.shopping-cart__row {
  display: block;
}

/* line 20, ../usr/local/bundle/ruby/3.3.0/gems/bourbon-7.3.0/core/bourbon/library/_clearfix.scss */
.shopping-cart__row::after {
  clear: both;
  content: "";
  display: block;
}

/* line 7, app/assets/stylesheets/campaign/pages/_shopping_cart.scss */
.shopping-cart__row .check-amount {
  margin-right: -21px;
}

/* line 11, app/assets/stylesheets/campaign/pages/_shopping_cart.scss */
.shopping-cart__row .table {
  font-size: .8125rem;
}

/* line 14, app/assets/stylesheets/campaign/pages/_shopping_cart.scss */
.shopping-cart__row .table__head, .shopping-cart__row .table__data {
  padding-right: 16px;
}

/* line 17, app/assets/stylesheets/campaign/pages/_shopping_cart.scss */
.shopping-cart__row .table__head--remove, .shopping-cart__row .table__data--remove {
  border-left: 1px solid #ccc;
  padding: 0;
  text-align: center;
}

/* line 26, app/assets/stylesheets/campaign/pages/_shopping_cart.scss */
.shopping-cart__col {
  padding-top: 24px;
}

/* line 29, app/assets/stylesheets/campaign/pages/_shopping_cart.scss */
.shopping-cart__col--half {
  float: left;
  display: block;
  margin-right: 0.1925683544%;
  width: 24.8555737342%;
  text-align: center;
}

/* line 89, ../usr/local/bundle/ruby/3.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.shopping-cart__col--half:last-child {
  margin-right: 0;
}

/* line 33, app/assets/stylesheets/campaign/pages/_shopping_cart.scss */
.shopping-cart__col--half .button {
  width: 195px;
  font-size: .8125rem;
  font-weight: 900;
  padding: 18px 0;
}

/* line 41, app/assets/stylesheets/campaign/pages/_shopping_cart.scss */
.shopping-cart__col--shift3 {
  margin-left: 25.0481420886%;
}

/* line 45, app/assets/stylesheets/campaign/pages/_shopping_cart.scss */
.shopping-cart__col p {
  padding-top: 8px;
  font-size: .75rem;
  color: #595959;
}

/* line 53, app/assets/stylesheets/campaign/pages/_shopping_cart.scss */
.shopping-cart__align--right {
  float: right;
}

/* line 57, app/assets/stylesheets/campaign/pages/_shopping_cart.scss */
.shopping-cart__align--left {
  float: left;
}

/* line 1, app/assets/stylesheets/campaign/pages/_admin.scss */
.admin {
  padding: 30px 20px 30px 10px;
}

/* line 4, app/assets/stylesheets/campaign/pages/_admin.scss */
.admin__row {
  display: block;
}

/* line 20, ../usr/local/bundle/ruby/3.3.0/gems/bourbon-7.3.0/core/bourbon/library/_clearfix.scss */
.admin__row::after {
  clear: both;
  content: "";
  display: block;
}

/* line 7, app/assets/stylesheets/campaign/pages/_admin.scss */
.admin__row--right {
  text-align: right;
}

/* line 12, app/assets/stylesheets/campaign/pages/_admin.scss */
.admin__col {
  float: left;
  display: block;
  margin-right: 0.1925683544%;
  width: 49.9037158228%;
  padding-left: 20px;
  padding-right: 10px;
}

/* line 89, ../usr/local/bundle/ruby/3.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.admin__col:last-child {
  margin-right: 0;
}

/* line 17, app/assets/stylesheets/campaign/pages/_admin.scss */
.admin__col--half {
  float: left;
  display: block;
  margin-right: 0.1925683544%;
  width: 24.8555737342%;
  text-align: left;
}

/* line 89, ../usr/local/bundle/ruby/3.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.admin__col--half:last-child {
  margin-right: 0;
}

/* line 23, app/assets/stylesheets/campaign/pages/_admin.scss */
.admin__col--phone .participant_residential_phone_number, .admin__col--phone .participant_residential_phone_ddd {
  display: inline-block;
}

/* line 28, app/assets/stylesheets/campaign/pages/_admin.scss */
.admin__col--phone .input--ddd {
  width: 35px;
  display: inline-block;
}

/* line 33, app/assets/stylesheets/campaign/pages/_admin.scss */
.admin__col--phone .input--number {
  width: auto;
  display: inline-block;
}

/* line 40, app/assets/stylesheets/campaign/pages/_admin.scss */
.admin__col--button {
  margin-left: 50.0962841772%;
  text-align: right;
}

/* line 45, app/assets/stylesheets/campaign/pages/_admin.scss */
.admin__col--table {
  float: left;
  display: block;
  margin-right: 0.1925683544%;
  width: 100%;
  margin-top: 16px;
}

/* line 89, ../usr/local/bundle/ruby/3.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.admin__col--table:last-child {
  margin-right: 0;
}

/* line 49, app/assets/stylesheets/campaign/pages/_admin.scss */
.admin__col--table .button--small {
  font-size: .625rem;
}

/* line 54, app/assets/stylesheets/campaign/pages/_admin.scss */
.admin__col .label {
  margin-left: -3px;
}

/* line 1, app/assets/stylesheets/campaign/pages/_registration.scss */
.wrapper--registration {
  padding: 28px 0;
  color: #595959;
}

/* line 5, app/assets/stylesheets/campaign/pages/_registration.scss */
.wrapper--registration .title--3 {
  padding-left: 28px;
}

/* line 11, app/assets/stylesheets/campaign/pages/_registration.scss */
.registration__row {
  display: block;
  padding-left: 18px;
  margin-bottom: 16px;
}

/* line 20, ../usr/local/bundle/ruby/3.3.0/gems/bourbon-7.3.0/core/bourbon/library/_clearfix.scss */
.registration__row::after {
  clear: both;
  content: "";
  display: block;
}

/* line 17, app/assets/stylesheets/campaign/pages/_registration.scss */
.registration__col {
  float: left;
  display: block;
  margin-right: 0.1925683544%;
  width: 49.9037158228%;
  padding-left: 10px;
  padding-right: 28px;
}

/* line 89, ../usr/local/bundle/ruby/3.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.registration__col:last-child {
  margin-right: 0;
}

/* line 22, app/assets/stylesheets/campaign/pages/_registration.scss */
.registration__col label, .registration__col input {
  font-size: .8125rem;
}

/* line 26, app/assets/stylesheets/campaign/pages/_registration.scss */
.registration__col p {
  margin-bottom: 0.3em;
}

/* line 30, app/assets/stylesheets/campaign/pages/_registration.scss */
.registration__col--half {
  float: left;
  display: block;
  margin-right: 0.1925683544%;
  width: 24.8555737342%;
}

/* line 89, ../usr/local/bundle/ruby/3.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.registration__col--half:last-child {
  margin-right: 0;
}

/* line 33, app/assets/stylesheets/campaign/pages/_registration.scss */
.registration__col--half .button {
  font-size: .8125rem;
  font-weight: 900;
  padding: 18px 0;
  width: 100%;
}

/* line 40, app/assets/stylesheets/campaign/pages/_registration.scss */
.registration__col--half .hidden {
  display: none;
}

/* line 45, app/assets/stylesheets/campaign/pages/_registration.scss */
.registration__col--input-number {
  float: left;
  display: block;
  margin-right: 0.1925683544%;
  width: 16.506193038%;
}

/* line 89, ../usr/local/bundle/ruby/3.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.registration__col--input-number:last-child {
  margin-right: 0;
}

/* line 48, app/assets/stylesheets/campaign/pages/_registration.scss */
.registration__col--input-number div {
  display: inline-block;
}

/* line 52, app/assets/stylesheets/campaign/pages/_registration.scss */
.registration__col--input-number .input--ddd {
  width: 35px;
  display: inline-block;
}

/* line 57, app/assets/stylesheets/campaign/pages/_registration.scss */
.registration__col--input-number .input--number {
  width: 99px;
  display: inline-block;
}

/* line 63, app/assets/stylesheets/campaign/pages/_registration.scss */
.registration__col--shift3 {
  margin-left: 25.0481420886%;
}

/* line 67, app/assets/stylesheets/campaign/pages/_registration.scss */
.registration__col--shift6 {
  margin-left: 50.0962841772%;
}

/* line 72, app/assets/stylesheets/campaign/pages/_registration.scss */
.registration__col .input__city span {
  display: block !important;
}

/* line 78, app/assets/stylesheets/campaign/pages/_registration.scss */
.registration__list {
  list-style-type: initial;
  color: #595959;
  font-size: .8125rem;
  padding-left: 18px;
}

/* line 85, app/assets/stylesheets/campaign/pages/_registration.scss */
.registration__list__item--green {
  color: #45b600;
}

/* line 91, app/assets/stylesheets/campaign/pages/_registration.scss */
.registration__photo-container {
  width: 100%;
  position: relative;
  margin-top: 24px;
  padding: 9px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 2px;
}

/* line 100, app/assets/stylesheets/campaign/pages/_registration.scss */
.registration__photo-container--info {
  width: 50%;
  margin-left: 50%;
  text-align: center;
  position: absolute;
  top: 10%;
  left: 0;
  z-index: 15;
}

/* line 110, app/assets/stylesheets/campaign/pages/_registration.scss */
.registration__photo-container--text {
  margin-bottom: 24px;
}

/* line 115, app/assets/stylesheets/campaign/pages/_registration.scss */
.registration__button-container {
  position: relative;
  width: 57px;
  display: inline-block;
}

/* line 120, app/assets/stylesheets/campaign/pages/_registration.scss */
.registration__button-container .button--cycle {
  margin: 0;
}

/* line 125, app/assets/stylesheets/campaign/pages/_registration.scss */
.registration__button__label {
  height: 100%;
}

/* line 2, app/assets/stylesheets/campaign/pages/_current_raffle.scss */
.current-raffle__content-box {
  display: block;
  background: rgba(255, 255, 255, 0.96);
  padding: 30px;
  margin-bottom: 1px;
}

/* line 20, ../usr/local/bundle/ruby/3.3.0/gems/bourbon-7.3.0/core/bourbon/library/_clearfix.scss */
.current-raffle__content-box::after {
  clear: both;
  content: "";
  display: block;
}

/* line 8, app/assets/stylesheets/campaign/pages/_current_raffle.scss */
.current-raffle__row {
  display: block;
  padding-bottom: 10px;
}

/* line 20, ../usr/local/bundle/ruby/3.3.0/gems/bourbon-7.3.0/core/bourbon/library/_clearfix.scss */
.current-raffle__row::after {
  clear: both;
  content: "";
  display: block;
}

/* line 12, app/assets/stylesheets/campaign/pages/_current_raffle.scss */
.current-raffle__col {
  float: left;
  display: block;
  margin-right: 0.7747491827%;
  width: 32.8168338782%;
  padding-right: 10px;
}

/* line 89, ../usr/local/bundle/ruby/3.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.current-raffle__col:last-child {
  margin-right: 0;
}

/* line 16, app/assets/stylesheets/campaign/pages/_current_raffle.scss */
.current-raffle__double-col {
  float: left;
  display: block;
  margin-right: 0.7747491827%;
  width: 66.4084169391%;
}

/* line 89, ../usr/local/bundle/ruby/3.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.current-raffle__double-col:last-child {
  margin-right: 0;
}

/* line 19, app/assets/stylesheets/campaign/pages/_current_raffle.scss */
.current-raffle__position-col {
  width: 10%;
}

/* line 23, app/assets/stylesheets/campaign/pages/_current_raffle.scss */
.current-raffle__current-user-position {
  color: #c74545;
}

/* line 28, app/assets/stylesheets/campaign/pages/_current_raffle.scss */
#raffle-question-modal {
  padding: 1rem;
}

/* line 2, app/assets/stylesheets/campaign/pages/_wish_list.scss */
.wish-list__content-box {
  display: block;
  background: rgba(255, 255, 255, 0.96);
  padding: 30px;
  margin-bottom: 1px;
}

/* line 20, ../usr/local/bundle/ruby/3.3.0/gems/bourbon-7.3.0/core/bourbon/library/_clearfix.scss */
.wish-list__content-box::after {
  clear: both;
  content: "";
  display: block;
}

/* line 2, components/cnp/app/assets/stylesheets/cnp/campaign/pages/sales.scss */
.sales__content-box {
  background: rgba(255, 255, 255, 0.96);
  padding: 30px;
  margin-bottom: 10px;
}

/* line 7, components/cnp/app/assets/stylesheets/cnp/campaign/pages/sales.scss */
.sales__content-box__divider {
  border-top-width: 1px;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-color: black;
  border-style: solid;
}

/* line 18, components/cnp/app/assets/stylesheets/cnp/campaign/pages/sales.scss */
.mt-4 {
  margin-top: 16px;
}

/* line 2, components/intercity/app/assets/stylesheets/intercity/campaign/pages/booking.scss */
.intercity-booking__row {
  display: block;
  background: rgba(255, 255, 255, 0.96);
  padding: 30px;
  margin-bottom: 1px;
}

/* line 20, ../usr/local/bundle/ruby/3.3.0/gems/bourbon-7.3.0/core/bourbon/library/_clearfix.scss */
.intercity-booking__row::after {
  clear: both;
  content: "";
  display: block;
}

/* line 8, components/intercity/app/assets/stylesheets/intercity/campaign/pages/booking.scss */
.intercity-booking__row--table {
  padding: 30px;
}

/* line 12, components/intercity/app/assets/stylesheets/intercity/campaign/pages/booking.scss */
.intercity-booking__id-col {
  width: 130px;
}

/* line 15, components/intercity/app/assets/stylesheets/intercity/campaign/pages/booking.scss */
.intercity-booking h2 {
  margin: 0;
}

/* line 18, components/intercity/app/assets/stylesheets/intercity/campaign/pages/booking.scss */
.intercity-booking .form-col {
  float: left;
  display: block;
  margin-right: 1.1666430529%;
  width: 49.4166784736%;
}

/* line 89, ../usr/local/bundle/ruby/3.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.intercity-booking .form-col:last-child {
  margin-right: 0;
}
