@charset "UTF-8";
/* style.scss
    ========================================================================== */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.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;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.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);
}

.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;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.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;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.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;
}
.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;
}
.select2-container--default .select2-results__option--group {
  padding: 0;
}
.select2-container--default .select2-results__option--disabled {
  color: #999;
}
.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.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;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.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: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.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;
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option--group {
  padding: 0;
}
.select2-container--classic .select2-results__option--disabled {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.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;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.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;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.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: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.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;
}

.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: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.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;
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  box-sizing: border-box;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* _global-variables.scss
    ========================================================================== */
/* _color-variables.scss
    ========================================================================== */
/* _mixins.scss
    ========================================================================== */
/* _placeholders.scss
========================================================================== */
.title {
  font-size: 1.625em;
  margin: 0;
  color: #007292;
  line-height: 1.25;
  font-weight: 700;
}

.select2-container::before, .btn::before {
  background: linear-gradient(160deg, #8ACA3A 10%, #284D6D 100%);
  position: absolute;
  left: -2px;
  top: -2px;
  display: block;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: 16px;
}

.select2-container::after, .btn::after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 14px;
}

.select2-container, .form__field_textarea, .form__field_input {
  border: 1px solid rgba(86, 94, 106, 0.2);
  border-radius: 8px;
}

.form__field_textarea, .form__field_input {
  font-size: 0.875em;
  background-color: #ffffff;
  width: 100%;
  min-width: 300px;
  min-height: 40px;
  padding: 12px 16px;
  color: #565E6A;
}

.modal__close_text, .pager__btn--icon .pager__text {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
  clip: rect(1px, 1px, 1px, 1px);
}

/* _base.scss
    ========================================================================== */
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  background-color: #ffffff;
  position: relative;
  min-width: 1024px;
  max-width: 1920px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #565E6A;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.6rem;
}
body.modal-open {
  overflow: hidden;
}

a {
  color: #284D6D;
}

ul,
ol {
  padding-left: 10px;
}

img {
  vertical-align: middle;
}

blockquote,
figure {
  margin-right: 0;
  margin-left: 0;
}

button, button[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

button,
input,
optgroup,
select,
textarea,
a {
  font-family: "Roboto", Arial, sans-serif;
  outline-color: #284D6D;
}

p,
ul,
ol,
dl,
blockquote,
pre,
td,
th,
caption,
details,
figure {
  margin-top: 1rem;
  margin-bottom: 0;
  line-height: 1.2;
}

p:first-child,
ul:first-child,
ol:first-child,
dl:first-child,
blockquote:first-child,
pre:first-child,
figure:first-child {
  margin-top: 0;
}

li p,
li ul,
li ol {
  margin-top: 0;
}

img,
table,
td,
blockquote,
code,
pre,
textarea,
input,
video,
svg {
  max-width: 100%;
}

/* _btn.scss
    ========================================================================== */
.btn {
  transition: border-color 500ms ease 0ms;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #007292;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 8px 24px;
  border: 0;
  border-radius: 16px;
  text-align: center;
  text-decoration: none;
}
.btn:hover::before, .btn:focus::before {
  opacity: 1;
}
.btn:hover::after, .btn:focus::after {
  background-color: #ffffff;
}
.btn:hover .btn__text, .btn:focus .btn__text {
  color: #007292;
}
.btn::before {
  transition: opacity 500ms ease 0ms;
  content: "";
  opacity: 0;
}
.btn::after {
  transition: background 500ms ease 0ms;
  content: "";
  background-color: #007292;
}
.btn--small {
  transition: all 500ms ease 0ms;
  font-size: 0.875em;
  background-color: #8ACA3A;
  min-height: 32px;
  padding: 4px 8px;
  border-radius: 8px;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
}
.btn--small:hover, .btn--small:focus {
  opacity: 0.7;
}
.btn--small::before, .btn--small::after {
  display: none;
}
.btn--tertiary {
  background-color: #007292;
}
.btn--big.btn {
  background-color: #ffffff;
  padding-top: 24px;
  padding-bottom: 24px;
  max-width: 280px;
  border: 2px solid rgba(86, 94, 106, 0.2);
  border-radius: 16px;
}
@media (min-width: 75em) {
  .btn--big.btn {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
.btn--big:hover, .btn--big:focus {
  border-color: transparent;
}
.btn--big::after {
  background-color: #ffffff;
}
.btn--big .btn__text {
  display: block;
  width: 100%;
  color: #284D6D;
  text-align: center;
}
.btn--with-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}
.btn__icon {
  position: relative;
  z-index: 1;
}
.btn--with-icon .btn__icon {
  display: block;
  width: 33px;
  height: 33px;
  margin-bottom: 12px;
}
.btn__text {
  transition: color 500ms ease 0ms;
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-weight: 500;
}

/* _container.scss
    ========================================================================== */
.container {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
}
.container--pan {
  padding: 0;
}

/* _title.scss
    ========================================================================== */
.title--welcome {
  font-size: 2em;
  max-width: 700px;
  margin: 0 auto;
  color: #284D6D;
  text-align: center;
}
.title--center {
  text-align: center;
}

/* _paragraph.scss
    ========================================================================== */
.paragraph {
  display: block;
  margin-top: 25px;
  line-height: 1.5;
}
.paragraph--margin-sm {
  margin-top: 5px;
}
.paragraph--center {
  text-align: center;
}

/* _page.scss
    ========================================================================== */
.page {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.page:not(.page--welcome)::after {
  content: "";
  background: linear-gradient(90deg, #8ACA3A 20%, #284D6D 100%);
  display: block;
  height: 5px;
}
.page--welcome {
  background: url("../assets/img/home-background.jpg") scroll no-repeat center transparent;
  background-size: cover;
}
.page__main {
  padding: 50px 0;
}
.page--welcome .page__main {
  padding-top: 70px;
}
.page__heading {
  padding-bottom: 35px;
}
.page--welcome .page__content {
  background-color: #ffffff;
  padding: 110px 50px 150px;
  border-radius: 24px;
}
.page__icon {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto 20px;
}
.page__choice {
  display: flex;
  justify-content: center;
  gap: 35px;
  margin-top: 35px;
}

/* _header.scss
    ========================================================================== */
.header {
  background-color: #ffffff;
  width: 100%;
  box-shadow: 0px 5px 16px 0px rgba(86, 94, 106, 0.1);
}
.header::before {
  content: "";
  background: linear-gradient(90deg, #8ACA3A 20%, #284D6D 100%);
  display: block;
  height: 5px;
}
.header__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 25px;
}
.header__logo {
  display: block;
  width: 240px;
}
.header__logo_img {
  width: 100%;
}
.header__aside {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  padding-left: 30px;
  margin-top: 10px;
}
.header__text {
  color: #284D6D;
  line-height: 1;
  text-align: right;
}
.header__link {
  text-decoration: none;
  font-weight: 700;
}
.header__logout {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  vertical-align: middle;
  padding: 0 0 3px;
  border: 0;
  margin-left: 10px;
}
.header__sub {
  background-color: #E3F4F9;
}
.header__sub_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__menu {
  display: flex;
}
.header__menu_btn {
  transition: color 500ms ease 0ms;
  display: block;
  height: 48px;
  padding: 12px 0;
  margin-right: 50px;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  color: #284D6D;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
}
.header__menu_btn:hover:not(.active), .header__menu_btn:focus:not(.active) {
  color: #8ACA3A;
}
.header__menu_btn.active {
  color: #007292;
  border-bottom: 2px solid #007292;
}

/* _form.scss
    ========================================================================== */
.form {
  display: flex;
  align-items: flex-start;
}
.form__group {
  display: flex;
  align-items: center;
  margin-left: 35px;
}
.form__group:first-child {
  margin-left: 0;
}
.form__label {
  font-size: 0.875em;
  margin-right: 10px;
  text-align: right;
}
.form__field {
  position: relative;
}
.form__field--with-icon .form__field_input  {
  padding-left: 60px;
}
.form__field_textarea {
  font-size: 1em;
  min-height: 125px;
  max-width: 470px;
}
.form__select {
  position: relative;
}
.form__select .custom-select__option--value::before {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 24px;
  margin-top: -4px;
  margin-right: 10px;
}
.form__select_reset {
  transition: background-color 500ms ease 0ms;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #EFF0F6;
  position: absolute;
  z-index: 1;
  right: 32px;
  top: 9px;
  display: none;
  width: 24px;
  height: 24px;
  padding: 3px;
  border: 0;
  border-radius: 4px;
}
.form__select_reset:hover {
  background-color: #A1A1B2;
}
.form__select--selected .form__select_reset {
  display: block;
}
.form__select_reset_img {
  width: 16px;
  height: 16px;
}

/* _filters.scss
    ========================================================================== */
.filters {
  display: flex;
  align-items: center;
}
.filters--fullwidth {
  width: 100%;
  justify-content: space-between;
}
.filters__icon {
  width: 16px;
  height: 16px;
}
.filters__form {
  margin-left: 20px;
}

/* _tabs.scss
    ========================================================================== */
.tabs {
  background-color: #F7F6FB;
  display: flex;
  padding: 2px;
  border-radius: 8px;
}
.tabs__btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 8px 12px;
  border: 0;
  border-radius: 6px;
  color: #A1A1B2;
  font-weight: 500;
  text-align: center;
}
.tabs__btn--active {
  background-color: #007292;
  color: #ffffff;
}

/* _table.scss
    ========================================================================== */
.table {
  border: 1px solid rgba(86, 94, 106, 0.3);
  padding: 8px;
  border-radius: 12px;
  margin-top: 35px;
}
.table--modal {
  padding: 0;
  border: 0;
}
.table--modal .table__heading::after {
  left: 0;
  right: 0;
}
.table__heading {
  position: relative;
  display: flex;
  align-items: center;
  padding: 16px 20px;
}
.table__heading::after {
  content: "";
  background-color: rgba(86, 94, 106, 0.3);
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  display: block;
  height: 1px;
}
.table__heading_buttons {
  display: flex;
  align-items: center;
  margin-left: 5px;
}
.table__body {
  margin-top: 15px;
}
.table__row {
  display: flex;
  padding: 8px 20px;
  border-radius: 12px;
}
.table__row:nth-child(odd) {
  background-color: #F7F6FB;
}
.table__row--clickable {
  transition: background-color 500ms ease 0ms;
  color: #565E6A;
  text-decoration: none;
}
.table__row--clickable:hover {
  background-color: #E3F4F9;
}
.table__cell {
  font-size: 0.875em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 10px;
}
.table__body .table__cell {
  min-height: 44px;
}
.table__cell--title {
  flex: 1 1 auto;
  color: #007292;
  font-weight: 500;
  text-transform: uppercase;
}
.table__cell--strong {
  font-weight: 500;
}
.table__cell--italic {
  font-style: italic;
}
.table__cell--action {
  font-size: 1em;
}
.table__cell[data-size="1"] {
  flex: 1;
}
.table__cell[data-size="2"] {
  flex: 2;
}
.table__cell[data-size="3"] {
  flex: 3;
}
.table__cell[data-size="4"] {
  flex: 4;
}
.table__sort {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  padding: 5px 0;
  border: 0;
  margin-right: -2px;
}
.table__sort_img {
  width: 20px;
  height: 20px;
}
.table__sort_img--up {
  transform: rotate(180deg);
}

/* _pager.scss
    ========================================================================== */
.pager {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  padding-left: 0;
  margin-top: 35px;
}
.pager__item--next, .pager__item--last {
  transform: rotate(180deg);
}
.pager__btn {
  transition: all 500ms ease 0ms;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 3px;
  border: 0;
  border-radius: 4px;
  align-items: center;
}
.pager__btn--active {
  background-color: #007292;
  color: #ffffff;
}
.pager__btn--active:hover, .pager__btn--active:focus {
  background-color: #007292;
}
.pager__text {
  font-size: 0.875em;
}
.pager button:hover, .pager button:focus {
  background-color: rgba(86, 94, 106, 0.15);
}

/* _modal.scss
    ========================================================================== */
.modal {
  background-color: rgba(40, 77, 109, 0.8);
  position: fixed;
  z-index: 11;
  left: 0;
  top: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  min-width: 1024px;
  height: 100%;
  padding: 60px 45px;
}
@media (min-width: 75em) {
  .modal {
    padding: 75px 60px;
  }
}
.modal__close {
  position: absolute;
  right: 30px;
  top: 30px;
}
@media (min-width: 75em) {
  .modal__close {
    right: 40px;
    top: 40px;
  }
}
.modal__close_icon--desk {
  display: block;
  width: 24px;
  height: 24px;
}
.modal__wrapper {
  transition: opacity 200ms ease 0ms;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 850px;
  height: 100%;
  border-radius: 20px;
  opacity: 0;
}
.open .modal__wrapper {
  opacity: 1;
}
.modal__content {
  background: #ffffff;
  overflow: auto;
  width: 100%;
  max-height: 100%;
  padding: 60px;
  border: 1px solid #ffffff;
  border-radius: 20px;
}
.modal__actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 25px;
}
.modal__actions_btn {
  display: flex;
  flex: 1;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 8px;
}

/* _select2.scss (library override)
    ========================================================================== */
.select2-container::before {
  transition: opacity 500ms ease 0ms;
  content: "";
  border-radius: 8px;
  opacity: 0;
}
.select2-container:hover::before, .select2-container--open::before {
  opacity: 1;
}
.select2-container::after {
  transition: background 500ms ease 0ms;
  content: "";
  border-radius: 6px;
  background-color: #ffffff;
}
.select2-container--open::before {
  border-radius: 8px 8px 0 0;
}
.select2-container--open::after {
  border-radius: 6px 6px 0 0;
}
.select2-container--open .select2-selection--single span.select2-selection__arrow {
  transform: translateY(-50%) rotate(180deg);
}
.select2-container .selection {
  position: relative;
  z-index: 1;
}
.select2-container .select2-selection--single {
  background: none;
  height: 40px;
  border: 0;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 0.875em;
  padding-left: 16px;
  padding-right: 35px;
  color: #A1A1B2;
  line-height: 40px;
}
.form__select--selected .select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 60px;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  background: url("../assets/img/icon-arrow-down.svg") scroll no-repeat center transparent;
  right: 9px;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  border: 0;
  transform: translateY(-50%);
}
.select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-results__option {
  font-size: 0.875em;
  padding: 8px 12px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #E3F4F9;
  color: #565E6A;
}
.select2-dropdown {
  border-color: rgba(86, 94, 106, 0.2);
}
.filters .form__select .select2-container .select2-selection--single {
  position: relative;
}
.filters .form__select .select2-container .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  right: 12px;
  left: auto;
  width: 16px;
  height: 16px;
  margin: 0;
  transform: translateY(-50%);
  background: url("../assets/img/icon-arrow-down.svg") no-repeat center;
  background-size: contain;
}
.filters .form__select .select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container .select2-dropdown .select2-search__field {
  border-radius: 4px;
  outline-offset: 0;
}