@charset "UTF-8";
/* Core variables */
/**
 * Variables
*/
/* Typography */
/* Breakpoints */
/* Paths */
/* Grid setup */
/* Colour palette */
/* CSS Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: none;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
main {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

body {
  margin: 0;
}

ul {
  list-style-type: none;
}

a {
  background: transparent;
  text-decoration: none;
}

button,
input {
  line-height: normal;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

textarea:focus,
input:focus {
  outline: 0;
}

input {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* Fonts */
/**
 * Fonts
*/
@font-face {
  font-family: "Euclid Circular A";
  src: url(../fonts/EuclidCircularA-Regular.311f9c.woff2) format("woff2"), url(../fonts/EuclidCircularA-Regular.1bde52.woff) format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Euclid Circular A";
  src: url(../fonts/EuclidCircularA-Light.903140.woff2) format("woff2"), url(../fonts/EuclidCircularA-Light.ca8c2f.woff) format("woff");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Euclid Circular A";
  src: url(../fonts/EuclidCircularA-Medium.758670.woff2) format("woff2"), url(../fonts/EuclidCircularA-Medium.f6498d.woff) format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Euclid Circular A";
  src: url(../fonts/EuclidCircularA-SemiBold.b992e0.woff2) format("woff2"), url(../fonts/EuclidCircularA-SemiBold.99fe10.woff) format("woff");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Euclid Circular A";
  src: url(../fonts/EuclidCircularA-Bold.96ee0f.woff2) format("woff2"), url(../fonts/EuclidCircularA-Bold.1b5119.woff) format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
/* Mixins, helpers and functions */
/* Basic typography */
/* Basic grid */
/* Vendor */
/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue:#007bff;
  --indigo:#6610f2;
  --purple:#6f42c1;
  --pink:#e83e8c;
  --red:#dc3545;
  --orange:#fd7e14;
  --yellow:#ffc107;
  --green:#28a745;
  --teal:#20c997;
  --cyan:#17a2b8;
  --white:#fff;
  --gray:#6c757d;
  --gray-dark:#343a40;
  --primary:#007bff;
  --secondary:#6c757d;
  --success:#28a745;
  --info:#17a2b8;
  --warning:#ffc107;
  --danger:#dc3545;
  --light:#f8f9fa;
  --dark:#343a40;
  --breakpoint-xs:0;
  --breakpoint-sm:576px;
  --breakpoint-md:768px;
  --breakpoint-lg:992px;
  --breakpoint-xl:1200px;
  --font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

code, kbd, pre, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

.h1, h1 {
  font-size: 2.5rem;
}

.h2, h2 {
  font-size: 2rem;
}

.h3, h3 {
  font-size: 1.75rem;
}

.h4, h4 {
  font-size: 1.5rem;
}

.h5, h5 {
  font-size: 1.25rem;
}

.h6, h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.small, small {
  font-size: 80%;
  font-weight: 400;
}

.mark, mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1;
}

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
          order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }

  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }

  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }

  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }

  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }

  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table td, .table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

.table-sm td, .table-sm th {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered td, .table-bordered th {
  border: 1px solid #dee2e6;
}

.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 2px;
}

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary, .table-primary > td, .table-primary > th {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary, .table-secondary > td, .table-secondary > th {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success, .table-success > td, .table-success > th {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info, .table-info > td, .table-info > th {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning, .table-warning > td, .table-warning > th {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger, .table-danger > td, .table-danger > th {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light, .table-light > td, .table-light > th {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark, .table-dark > td, .table-dark > th {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active, .table-active > td, .table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark td, .table-dark th, .table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file, .form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm, .input-group-lg > .form-control-plaintext.form-control, .input-group-lg > .input-group-append > .form-control-plaintext.btn, .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text, .input-group-lg > .input-group-prepend > .form-control-plaintext.btn, .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text, .input-group-sm > .form-control-plaintext.form-control, .input-group-sm > .input-group-append > .form-control-plaintext.btn, .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text, .input-group-sm > .input-group-prepend > .form-control-plaintext.btn, .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col, .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: 0.2rem;
}

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
  border-color: #28a745;
}

.custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}

.form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip, .was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip {
  display: block;
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}

.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}

.custom-file-input.is-valid ~ .custom-file-label::before, .was-validated .custom-file-input:valid ~ .custom-file-label::before {
  border-color: inherit;
}

.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem;
}

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
  border-color: #dc3545;
}

.custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}

.form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip, .was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip {
  display: block;
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}

.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.custom-file-input.is-invalid ~ .custom-file-label::before, .was-validated .custom-file-input:invalid ~ .custom-file-label::before {
  border-color: inherit;
}

.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .custom-select, .form-inline .input-group {
    width: auto;
  }

  .form-inline .form-check {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:focus, .btn:hover {
  text-decoration: none;
}

.btn.focus, .btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
  background-image: none;
}

a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary.focus, .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary.focus, .btn-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success.focus, .btn-success:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info.focus, .btn-info:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning.focus, .btn-warning:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger.focus, .btn-danger:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light.focus, .btn-light:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark.focus, .btn-dark:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success.focus, .btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info.focus, .btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light.focus, .btn-outline-light:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link.focus, .btn-link:focus {
  text-decoration: underline;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link.disabled, .btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-group-lg > .btn, .btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-group-sm > .btn, .btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.dropdown, .dropleft, .dropright, .dropup {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group, .btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
}

.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
  z-index: 1;
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
  z-index: 1;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.btn-group-vertical .btn, .btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  width: 100%;
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .custom-file:focus, .input-group > .custom-select:focus, .input-group > .form-control:focus {
  z-index: 3;
}

.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control {
  margin-left: -1px;
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-append, .input-group-prepend {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.input-group-append .btn, .input-group-prepend .btn {
  position: relative;
  z-index: 2;
}

.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
  margin-top: 0;
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-appearance: none;
  appearance: none;
}

.custom-range::-webkit-slider-thumb:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-appearance: none;
  appearance: none;
}

.custom-range::-moz-range-thumb:focus {
  outline: 0;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}

.custom-range::-ms-thumb:focus {
  outline: 0;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container, .navbar > .container-fluid {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fff;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 1 0 0%;
    -webkit-box-flex: 1;
            flex: 1 0 0%;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
  }

  .card-group > .card {
    -ms-flex: 1 0 0%;
    -webkit-box-flex: 1;
            flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:first-child .card-header, .card-group > .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }

  .card-group > .card:first-child .card-footer, .card-group > .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:last-child .card-header, .card-group > .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }

  .card-group > .card:last-child .card-footer, .card-group > .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }

  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }

  .card-group > .card:only-child .card-header, .card-group > .card:only-child .card-img-top {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .card-group > .card:only-child .card-footer, .card-group > .card:only-child .card-img-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.breadcrumb {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

.badge-primary[href]:focus, .badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:focus, .badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:focus, .badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.badge-warning[href]:focus, .badge-warning[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:focus, .badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge-light[href]:focus, .badge-light[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:focus, .badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:focus, .list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:focus, .list-group-item:hover {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  min-height: calc(100% - (.5rem * 2));
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
  bottom: 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
  top: 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::after, .popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
  margin-bottom: 0.5rem;
}

.bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow {
  bottom: calc((.5rem + 1px) * -1);
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-top .arrow::before {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
  margin-left: 0.5rem;
}

.bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow {
  left: calc((.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-right .arrow::before {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
  margin-top: 0.5rem;
}

.bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow {
  top: calc((.5rem + 1px) * -1);
}

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-bottom .arrow::before {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-auto[x-placement^=left], .bs-popover-left {
  margin-right: 0.5rem;
}

.bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow {
  right: calc((.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-left .arrow::before {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
}

.carousel-item-next, .carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.active.carousel-item-right, .carousel-item-next {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports (transform-style: preserve-3d) {
  .active.carousel-item-right, .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.active.carousel-item-left, .carousel-item-prev {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports (transform-style: preserve-3d) {
  .active.carousel-item-left, .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0, .my-0 {
  margin-top: 0 !important;
}

.mr-0, .mx-0 {
  margin-right: 0 !important;
}

.mb-0, .my-0 {
  margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}

.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}

.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3, .my-3 {
  margin-top: 1rem !important;
}

.mr-3, .mx-3 {
  margin-right: 1rem !important;
}

.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5, .my-5 {
  margin-top: 3rem !important;
}

.mr-5, .mx-5 {
  margin-right: 3rem !important;
}

.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}

.ml-5, .mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0, .py-0 {
  padding-top: 0 !important;
}

.pr-0, .px-0 {
  padding-right: 0 !important;
}

.pb-0, .py-0 {
  padding-bottom: 0 !important;
}

.pl-0, .px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}

.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}

.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}

.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}

.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3, .py-3 {
  padding-top: 1rem !important;
}

.pr-3, .px-3 {
  padding-right: 1rem !important;
}

.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5, .py-5 {
  padding-top: 3rem !important;
}

.pr-5, .px-5 {
  padding-right: 3rem !important;
}

.pb-5, .py-5 {
  padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto, .my-auto {
  margin-top: auto !important;
}

.mr-auto, .mx-auto {
  margin-right: auto !important;
}

.mb-auto, .my-auto {
  margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:focus, a.text-secondary:hover {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:focus, a.text-success:hover {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:focus, a.text-info:hover {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:focus, a.text-light:hover {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:focus, a.text-dark:hover {
  color: #1d2124 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *, ::after, ::before {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  blockquote, pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img, tr {
    page-break-inside: avoid;
  }

  h2, h3, p {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td, .table th {
    background-color: #fff !important;
  }

  .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*# sourceMappingURL=bootstrap.min.css.map */
/* Overrides */
@media (min-width: 1440px) {
  .container {
    max-width: 1206px;
  }
}

/* Global */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  font-size: 26px;
  line-height: 1.295;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  font-family: "Euclid Circular A", Arial, sans-serif;
  font-weight: 400;
  font-variant-numeric: lining-nums;
  color: #000000;
  background-color: #FFFFFF;
}
@media (max-width: 991px) {
  body {
    font-size: 16px;
    line-height: 1.4;
  }
}
body.scrolling {
  padding-top: 90px;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}

a {
  text-decoration: none;
  color: #287DF8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
  opacity: 0.75;
}

*:focus {
  outline: none;
}

@media (min-width: 1199px) {
  .utilityfocus *:focus {
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 125, 248, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 125, 248, 0.5);
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  color: #FFFFFF;
  -webkit-box-shadow: 0 0 0 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

@media (max-width: 767px) {
  .is-hidden-mobile {
    display: none !important;
  }
}

.is-mobile {
  display: none;
}
@media (max-width: 767px) {
  .is-mobile {
    display: initial;
  }
}

.h1 {
  margin-bottom: 0.8em;
  font-weight: 400;
  font-size: 78px;
  line-height: 1;
}
@media (max-width: 1199px) {
  .h1 {
    margin-bottom: 0.8em;
    font-weight: 400;
    font-size: 58px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .h1 {
    margin-bottom: 0.8em;
    font-weight: 400;
    font-size: 34px;
    line-height: 1;
  }
}
@media (max-width: 389px) {
  .h1 {
    font-size: 30px;
  }
}

.h2 {
  margin-bottom: 0.8em;
  font-weight: 500;
  font-size: 42px;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .h2 {
    margin-bottom: 0.8em;
    font-weight: 500;
    font-size: 38px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .h2 {
    margin-bottom: 0.8em;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
  }
}

.hide-on-scroll {
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.scrolling .hide-on-scroll {
  padding-top: 0;
  padding-bottom: 0;
  max-height: 0;
  overflow: hidden;
}

/* Components */
/* Blocks */
.btn {
  font-family: inherit;
  font-weight: 400;
}

.btn_primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 20px 19px;
  font-size: 18px;
  line-height: 1.4;
  color: #FFFFFF;
  background-color: rgba(31, 120, 247, 0.8);
  -webkit-backdrop-filter: blur(8.32911px);
          backdrop-filter: blur(8.32911px);
  border-radius: 170px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .btn_primary {
    font-size: 16px;
  }
}
.btn_primary svg {
  display: block;
}
@media (max-width: 991px) {
  .btn_primary svg {
    width: 13px;
    height: 13px;
  }
}
@media (max-width: 767px) {
  .btn_primary svg {
    width: 9px;
    height: 9px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
.btn_primary svg:first-child {
  margin-right: 10px;
}
.btn_primary svg:last-child {
  margin-left: 10px;
}
.btn_primary:hover {
  color: #FFFFFF;
  background-color: #1F78F7;
  background-image: none;
  opacity: 1;
}
@media (max-width: 767px) {
  .btn_primary .is-hidden-mobile + svg {
    margin-left: 0;
    width: 16px;
    height: 16px;
  }
}

.btn_small {
  padding: 10px 25px;
}
@media (max-width: 991px) {
  .btn_small {
    padding: 6px 20px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .btn_small {
    padding: 3px 10px;
    min-height: 26px;
    font-size: 16px;
  }
}

.btn_inversed {
  color: #287DF8;
  background-color: rgba(255, 255, 255, 0.9);
}
.btn_inversed:hover {
  color: #287DF8;
  background-color: white;
}

.page-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px 0 3px;
  min-height: 69px;
  background-color: #FFFFFF;
  border-bottom: 1px solid rgba(171, 171, 171, 0.5);
  z-index: 1000;
}
@media (max-width: 991px) {
  .page-header {
    min-height: 58px;
  }
}
@media (max-width: 767px) {
  .page-header {
    padding: 7px 0;
    min-height: 48px;
  }
}
@media (max-width: 767px) {
  .page-header .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.scrolling .page-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
  z-index: 10;
}

.page-header__logo {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  width: 189px;
  -webkit-transform: translateY(8%);
          transform: translateY(8%);
}
.page-header__logo:hover {
  opacity: 0.75;
}
@media (max-width: 991px) {
  .page-header__logo {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 140px;
  }
}
@media (max-width: 767px) {
  .page-header__logo {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
    width: 120px;
  }
}
.page-header__logo svg {
  display: block;
  width: 100%;
}

.page-header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .page-header__links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.page-header__link {
  margin: 0 8px 8px 0;
}
@media (max-width: 767px) {
  .page-header__link {
    margin: 0 0 0 5px;
  }
}

.page-header__headline {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-transform: translateX(-10%) translateY(-4px);
          transform: translateX(-10%) translateY(-4px);
  margin: 0 auto;
  text-align: left;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 18px;
  line-height: 1;
}
@media (max-width: 1199px) {
  .page-header__headline {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media (max-width: 991px) {
  .page-header__headline {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .page-header__headline {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
}

.page-header_main,
.scrolling .page-header_main {
  color: #FFFFFF;
  background-color: rgba(97, 215, 123, 0.9);
  border-bottom-color: transparent;
}
.page-header_main .page-header__link,
.scrolling .page-header_main .page-header__link {
  color: rgba(97, 215, 123, 0.9);
}

.page-content {
  padding-top: 69px;
}
@media (max-width: 991px) {
  .page-content {
    padding-top: 58px;
  }
}
@media (max-width: 767px) {
  .page-content {
    padding-top: 48px;
  }
}

.page-content__header {
  padding: 60px 0 30px;
}
@media (max-width: 767px) {
  .page-content__header {
    padding-top: 13px;
    padding-bottom: 23px;
  }
}
@media (max-width: 767px) {
  .page-content__header + .slogan-section {
    margin-top: 30px;
  }
}

.page-content__headline {
  margin-bottom: 12px;
  color: #287DF8;
}
@media (max-width: 767px) {
  .page-content__headline {
    margin-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .page-content__subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
  }
}

.page-content__lead {
  padding-top: 20px;
  font-size: 18px;
  line-height: 1.255;
}
@media (max-width: 991px) {
  .page-content__lead {
    margin-bottom: 28px;
    font-size: 24px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .page-content__lead {
    padding-top: 10px;
    font-size: 16px;
  }
}
.page-content__lead p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 65px;
}
@media (max-width: 991px) {
  .page-content__lead p {
    margin-bottom: 1em;
  }
}
@media (max-width: 767px) {
  .page-content__lead p {
    margin-bottom: 0;
  }
}
.page-content__lead p:last-child {
  margin-bottom: 0;
}
.page-content__lead p b {
  margin-right: 0.3em;
  font-weight: 400;
  font-size: 42px;
  line-height: 1.2;
  color: #287DF8;
}

@media (max-width: 991px) {
  .page-content__title {
    margin-bottom: 8px;
  }
}

.page-content__text-block {
  padding-top: 153px;
}
@media (max-width: 767px) {
  .page-content__text-block {
    padding-top: 80px;
  }
}

.page-content__candidate-info {
  padding-top: 19px;
}

.comparison {
  padding-bottom: 83px;
}
@media (max-width: 767px) {
  .comparison {
    padding-top: 0;
    padding-bottom: 35px;
  }
}

@media (max-width: 991px) {
  .comparison__header {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: -37px;
    padding-right: 37px;
  }
}

.comparison__headline {
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  .comparison__headline {
    display: none;
  }
}

.comparison__item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 991px) {
  .comparison__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .comparison__item {
    margin-bottom: 21px;
    font-size: 16px;
    line-height: 1.2;
  }
}
.comparison__item p {
  margin-bottom: 6px;
  max-width: 260px;
}
@media (max-width: 767px) {
  .comparison__item p {
    margin-bottom: 0;
  }
}
.comparison__item p.comparison__year {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1.29;
  color: #B1B1B1;
}
@media (max-width: 991px) {
  .comparison__item p.comparison__year {
    margin-bottom: 6px;
  }
}
@media (max-width: 767px) {
  .comparison__item p.comparison__year {
    display: none;
  }
}

.comparison__item-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: auto;
}
@media (max-width: 991px) {
  .comparison__item-footer {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .comparison__item-footer {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 50%;
    z-index: -1;
  }
}
.comparison__item-footer b {
  margin-right: auto;
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .comparison__item-footer b {
    margin-right: 0;
    font-size: 32px;
  }
}

.comparison__result,
.comparison__base {
  margin-right: 5px;
  width: 26px;
  border-radius: 2px;
}
@media (max-width: 991px) {
  .comparison__result,
.comparison__base {
    display: inline-block;
    vertical-align: bottom;
  }
}

.comparison__base {
  height: 56px;
  background-color: #EAF0FE;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#EAF0FE), to(#EAF0FE));
  background-image: linear-gradient(0deg, #EAF0FE, #EAF0FE);
}

.comparison__summary {
  margin-bottom: 15px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .comparison__summary {
    width: auto;
  }
}

.comparison__graph {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 8px;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .comparison__graph {
    display: block;
    min-width: 100px;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .comparison__graph {
    display: none;
  }
}
.comparison__graph_plus .comparison__summary {
  color: #FF2A3B;
}
.comparison__graph_plus .comparison__result {
  background-image: radial-gradient(75.28% 75.28% at 88.61% 10%, #F38D8D 0%, #B92828 100%);
  -webkit-box-shadow: inset 5.63636px -5.63636px 11.2727px rgba(255, 255, 255, 0.24);
          box-shadow: inset 5.63636px -5.63636px 11.2727px rgba(255, 255, 255, 0.24);
}
.comparison__graph_minus .comparison__summary {
  color: #5EC875;
}
.comparison__graph_minus .comparison__result {
  background-image: radial-gradient(75.28% 75.28% at 88.61% 10%, #91E3A3 0%, rgba(6, 166, 41, 0.7) 100%);
  -webkit-box-shadow: inset 5.63636px -5.63636px 11.2727px rgba(255, 255, 255, 0.24);
          box-shadow: inset 5.63636px -5.63636px 11.2727px rgba(255, 255, 255, 0.24);
}

.banner {
  position: relative;
}
@media (max-width: 767px) {
  .banner {
    position: static;
  }
}
.banner img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.banner .container {
  position: relative;
}

.banner__map {
  height: 652px;
  background-color: rgba(31, 120, 247, 0.8);
}
@media (max-width: 767px) {
  .banner__map {
    height: 340px;
  }
}
.banner__map img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.banner__popup {
  position: absolute;
  bottom: 0;
  width: 320px;
  max-width: calc(100% - 30px);
  z-index: 100;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .banner__popup {
    position: fixed;
  }
}
.banner__popup.show {
  opacity: 1;
  pointer-events: auto;
}

.banner__caption {
  padding: 1em 0 0;
  color: #B1B1B1;
  font-size: 18px;
}
@media (max-width: 767px) {
  .banner__caption {
    font-size: 12px;
  }
}
.banner__caption a {
  color: inherit;
}

.chapters {
  counter-reset: chapter;
}
@media (max-width: 767px) {
  .chapters {
    overflow: hidden;
  }
}

.chapter {
  padding-top: 132px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .chapter {
    padding-top: 80px;
    padding-bottom: 0;
  }
}
.chapter:last-of-type {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .chapter:last-of-type {
    padding-bottom: 50px;
  }
}
.chapter p {
  margin-bottom: 1.3em;
}
@media (max-width: 767px) {
  .chapter p {
    margin-bottom: 1.6em;
  }
}
.chapter p:last-child {
  margin-bottom: 0;
}

.chapter__wrapper {
  position: relative;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .chapter__wrapper {
    padding-top: 30px;
  }
}
.chapter__wrapper::before {
  content: "0" counter(chapter);
  counter-increment: chapter;
  position: absolute;
  left: 0;
  bottom: 100%;
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .chapter__wrapper::before {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .chapter__wrapper .h1 {
    margin-bottom: 32px;
  }
}

.chapter__flag.chapter__flag {
  display: inline-block;
  vertical-align: top;
  margin-top: -10px;
  margin-right: -30px;
  margin-bottom: 10px;
  padding: 8px 25px;
  font-size: 26px;
  line-height: 1.295;
  color: #FFFFFF;
  background-color: rgba(58, 213, 92, 0.7);
  border-radius: 10px;
}
@media (max-width: 767px) {
  .chapter__flag.chapter__flag {
    font-size: 22px;
  }
}
.chapter__flag.chapter__flag:last-child {
  margin-bottom: 10px;
}

.chapter__general-info {
  padding-bottom: 12px;
}

.tooltip-box {
  position: relative;
}
.tooltip-box:hover .tooltip-box__content {
  opacity: 1;
  pointer-events: auto;
}
.tooltip-box:focus-within .tooltip-box__content {
  opacity: 1;
  pointer-events: auto;
}

.tooltip-box__toggle, .tooltip-box_small .tooltip-box__toggle-blue {
  position: relative;
  margin: 0;
  padding: 0 2px;
  background-color: rgba(164, 201, 255, 0.8);
  border: 1px solid rgba(31, 120, 247, 0.8);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  cursor: pointer;
}
.tooltip-box__toggle:focus + .tooltip-box__content, .tooltip-box_small .tooltip-box__toggle-blue:focus + .tooltip-box__content {
  opacity: 1;
  pointer-events: auto;
}
.tooltip-box__toggle::after, .tooltip-box_small .tooltip-box__toggle-blue::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 10px;
}

.tooltip-box__content {
  font-size: 18px;
  line-height: 1.4;
  position: absolute;
  display: block;
  margin-top: 5px;
  padding: 12px 13px 15px;
  width: 447px;
  max-height: 60vh;
  background-color: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(31, 120, 247, 0.8);
  border-radius: 4px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 1;
  overflow-y: auto;
}
@media (max-width: 991px) and (hover: none) and (pointer: coarse) {
  .tooltip-box__content {
    top: 50%;
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    margin-top: 0;
    width: 280px;
  }
}
.tooltip-box__content:hover {
  opacity: 1;
  pointer-events: auto;
}
.tooltip-box__content.onscroll {
  opacity: 0 !important;
  pointer-events: none !important;
}

.tooltip-box__content-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
  padding: 0;
  width: 32px;
  height: 32px;
  font-size: 0;
  background-color: #dedede;
  border: 0;
  border-radius: 50%;
}
@media (hover: none) and (pointer: coarse) {
  .tooltip-box__content-close {
    display: block;
  }
}
.tooltip-box__content-close::before, .tooltip-box__content-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 2px;
  height: 20px;
  background-color: #FFFFFF;
}
.tooltip-box__content-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.tooltip-box_small {
  position: static;
  margin-right: -32px;
}
.tooltip-box_small .tooltip-box__toggle, .tooltip-box_small .tooltip-box__toggle-blue {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -2px;
  margin-left: 5px;
  padding: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #FFFFFF;
  background-color: #E5E5E5;
  border: 0;
  border-radius: 50%;
}
.tooltip-box_small .tooltip-box__toggle-blue {
  color: #FFFFFF;
  background-color: rgba(31, 120, 247, 0.8);
}
@media (min-width: 1199px) {
  .tooltip-box_small .tooltip-box__toggle, .tooltip-box_small .tooltip-box__toggle-blue {
    width: 32px;
    height: 32px;
    font-size: 21px;
    line-height: 27px;
  }
}
@media (max-width: 991px) {
  .tooltip-box_small .tooltip-box__toggle, .tooltip-box_small .tooltip-box__toggle-blue {
    margin-left: 0;
  }
}
.tooltip-box_small .tooltip-box__content {
  width: calc(100% - 30px);
  max-width: 320px;
}
@media (hover: none) and (pointer: coarse) {
  .tooltip-box_small .tooltip-box__content {
    padding-right: 40px;
  }
}

.side-text {
  font-size: 18px;
  line-height: 1.4;
  position: relative;
  padding-bottom: 78px;
}
@media (max-width: 991px) {
  .side-text {
    margin-top: 40px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .side-text {
    font-size: 12px;
    line-height: 1.4;
  }
}
.side-text_linked {
  position: relative;
  padding-left: 70px;
}
@media (max-width: 991px) {
  .side-text_linked {
    padding-left: 50px;
  }
}
.side-text_linked::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 3px;
  width: 37px;
  height: 38px;
  background-image: url(data:image/png;base64,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);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .side-text_linked::before {
    background-image: url(data:image/png;base64,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);
  }
}
@media (max-width: 991px) {
  .side-text_linked::before {
    left: 0;
  }
}
.side-text a {
  word-break: break-word;
}
.side-text p {
  max-width: 300px;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .side-text p {
    max-width: 181px;
  }
}
.side-text em {
  font-style: normal;
  font-size: 79px;
  line-height: 1;
  color: #287DF8;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .side-text em {
    font-size: 68px;
  }
}
@media (max-width: 767px) {
  .side-text em {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .people-portrait {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 30px;
  }
}

.people-portrait__list {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-gap: 33px 10px;
  margin-top: 86px;
  margin-bottom: 84px;
}
@media (max-width: 991px) {
  .people-portrait__list {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 767px) {
  .people-portrait__list {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px 10px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

.people-portrait__legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 11px;
}
@media (max-width: 767px) {
  .people-portrait__legend {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 4px;
  }
}

.people-portrait__legend-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
}
@media (max-width: 767px) {
  .people-portrait__legend-icon {
    top: 3px;
    width: 15px;
    height: 15px;
  }
}

.people-portrait__legend-item {
  position: relative;
  margin: 0 58px 30px 0;
  padding-left: 45px;
}
@media (max-width: 991px) {
  .people-portrait__legend-item {
    margin-right: 20px;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .people-portrait__legend-item {
    margin: 0 26px 11px 0;
    padding-left: 20px;
    font-size: 16px;
    line-height: 1.4;
  }
}

.infographics-note {
  font-size: 22px;
  line-height: 1.29;
  color: #ABABAB;
}
@media (max-width: 767px) {
  .infographics-note {
    font-size: 11px;
  }
}

.person-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .person-item {
    font-size: 13px;
    line-height: 1.4;
  }
}
.person-item * {
  pointer-events: none;
}
.info-table .person-item {
  font: inherit;
  white-space: nowrap;
  max-width: 220px;
}
@media (max-width: 1199px) {
  .info-table .person-item {
    white-space: normal;
  }
}
@media (max-width: 767px) {
  .info-table .person-item {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
  }
}
.person-item.highlighted {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.75;
}
.info-table .person-item {
  white-space: normal;
}
.person-item.hidden {
  display: none;
}
@media (max-width: 767px) {
  .person-item span {
    display: block;
    margin-bottom: 13px;
  }
}
.person-item__icon {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  margin-bottom: 17px;
  width: 30px;
  height: 48px;
}
@media (max-width: 767px) {
  .person-item__icon {
    margin-bottom: 11px;
    width: 20px;
    height: 29px;
  }
}
@media (max-width: 767px) {
  .results-table .person-item__icon {
    margin-right: auto;
  }
}
.person-item__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.person-item_row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: left;
}
@media (max-width: 767px) {
  .person-item_row {
    display: block;
  }
}
.person-item_row.highlighted {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.person-item_row.highlighted .person-item__icon {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.person-item_row .person-item__icon {
  margin-bottom: 0;
  margin-right: 5px;
  width: 31px;
  background-position: top left;
}
@media (max-width: 767px) {
  .person-item_row .person-item__icon {
    display: none;
  }
}
.person-item:hover {
  opacity: 0.8;
}
.person-item:hover .person-item__tooltip {
  opacity: 1;
  pointer-events: auto;
}

.person-item__tooltip {
  position: absolute;
  bottom: 100%;
  width: 200px;
  left: 0;
  text-align: left;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.person-item__party {
  display: none;
  font-weight: 400;
}
@media (max-width: 767px) {
  .person-item__party {
    display: block;
  }
}

.person-item__icon {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.person-summary {
  font-size: 18px;
  line-height: 1.4;
  display: block;
  padding: 12px 13px 15px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(31, 120, 247, 0.8);
  border-radius: 4px;
}

.summary {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
@media (max-width: 1199px) {
  .summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-gap: 0;
  }
}

.summary__item {
  font-size: 18px;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 165px;
}
@media (max-width: 1199px) {
  .summary__item {
    margin-right: 30px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 200px;
  }
}
@media (max-width: 991px) {
  .summary__item {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .summary__item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-bottom: 20px;
    min-width: 115px;
    width: calc(50% - 31px);
    font-size: 16px;
    line-height: 1.4;
  }
}
.summary__item b {
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 86px;
  line-height: 1;
  color: #287DF8;
}
@media (max-width: 991px) {
  .summary__item b {
    font-size: 78px;
  }
}
@media (max-width: 767px) {
  .summary__item b {
    font-size: 42px;
  }
}
@media (max-width: 389px) {
  .summary__item b {
    font-size: 36px;
  }
}

.summary_candidates .summary__item b {
  color: #5EC875;
}

.lead {
  font-size: 58px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .lead {
    font-size: 34px;
    line-height: 1;
  }
}
@media (max-width: 389px) {
  .lead {
    font-size: 30px;
  }
}
.lead em {
  font-style: normal;
  color: #287DF8;
}

.info-table__el {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 46px;
  border-collapse: collapse;
  width: 100%;
}
@media (max-width: 767px) {
  .info-table__el {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .info-table__el thead {
    display: none;
  }
}
.info-table__el tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .info-table__el tr {
    display: block;
    padding: 14px 0;
  }
}
@media (max-width: 767px) {
  .info-table__el tr:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 767px) {
  .info-table__el tr:last-child {
    border-bottom: 0;
  }
}
.info-table__el th {
  padding: 14px 14px 14px 0;
  text-align: left;
  font-weight: 400;
}
.info-table__el th:last-child {
  padding-right: 48px;
}
.info-table__el td {
  vertical-align: middle;
  padding: 22px 20px 22px 0;
  width: 10px;
  min-height: 86px;
}
@media (max-width: 767px) {
  .info-table__el td {
    display: block;
    padding: 0;
    width: auto;
    min-height: auto;
  }
  .info-table__el td.is-hidden-mobile {
    display: none;
  }
}
.info-table__el td:last-child {
  padding-right: 48px;
}
@media (max-width: 767px) {
  .info-table__el td:last-child {
    text-align: left;
  }
}
.info-table__el .hidden {
  display: none;
}
.info-table__el .status-message {
  margin-left: auto;
}
@media (max-width: 767px) {
  .info-table__el .status-message {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .info-table__el_candidates thead {
    display: block;
  }
  .info-table__el_candidates thead tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .info-table__el_candidates thead th {
    padding-top: 0;
    padding-bottom: 0;
    pointer-events: none;
    font-weight: 500;
    font-size: 14px;
  }
  .info-table__el_candidates thead th:last-child {
    padding-right: 0;
    text-align: right;
  }
  .info-table__el_candidates thead th::after {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .info-table__el_candidates tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .info-table__el_candidates tbody td {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .info-table__el_candidates tbody td:last-child {
    padding-right: 0;
  }
  .info-table__el_candidates tbody td .status-message {
    margin-left: auto;
    width: 100%;
    min-height: 100%;
  }
}
@media (max-width: 767px) {
  .info-table__el_candidates .person-item_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -11px;
  }
}
@media (max-width: 767px) {
  .info-table__el_candidates .person-item_row .person-item__party {
    display: block;
    margin-left: 36px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .info-table__el_candidates .person-item_row .person-item__icon {
    display: block;
  }
  .info-table__el_candidates .person-item_row .person-item__icon + span {
    display: block;
    max-width: calc(100% - 40px);
  }
}
.info-table__el_candidates .status-message {
  margin-left: 0;
}

.info-table__button {
  min-width: 223px;
}
@media (max-width: 767px) {
  .info-table__button {
    padding: 12px;
    width: 100%;
  }
  .info-table__button svg {
    width: 16px;
    height: 16px;
  }
}
.info-table__button.hidden {
  display: none;
}

.info-table__headline b {
  font-weight: 500;
}
@media (max-width: 767px) {
  .info-table__headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 18px;
    margin-bottom: 24px;
    font-weight: 500;
  }
  .info-table__headline b {
    margin-bottom: 4px;
    font-size: 24px;
  }
  .info-table__headline span {
    margin-bottom: 4px;
  }
}

.info-table__link-with-icon {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 40px;
  width: 100%;
}
.info-table__link-with-icon img {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 5px;
  margin-right: -35px;
  width: 30px;
  height: auto;
}
@media (max-width: 767px) {
  .info-table__link-with-icon img {
    margin-left: 5px;
    width: 15px;
  }
}

.info-table__link-with-icon_series {
  position: relative;
  margin-left: -44px;
  padding-left: 44px;
}
@media (max-width: 1060px) {
  .info-table__link-with-icon_series {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .info-table__link-with-icon_series {
    padding-left: 26px;
  }
}
@media (max-width: 539px) {
  .info-table__link-with-icon_series {
    margin-left: -26px;
    padding-right: 0;
  }
}
.info-table__link-with-icon_series::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25 12.5C25 19.4036 19.4036 25 12.5 25C5.59644 25 0 19.4036 0 12.5C0 5.59644 5.59644 0 12.5 0C19.4036 0 25 5.59644 25 12.5Z' fill='%23287EF8'/%3E%3Cpath d='M11.4609 15.294L10.8199 11.4846V6.08105H14.1793V11.4846L13.5163 15.294H11.4609ZM14.1572 20.3041C13.7005 20.732 13.1479 20.9459 12.4996 20.9459C11.8513 20.9459 11.2914 20.732 10.8199 20.3041C10.3631 19.8625 10.1348 19.338 10.1348 18.7307C10.1348 18.1234 10.3631 17.6058 10.8199 17.1779C11.2914 16.7363 11.8513 16.5154 12.4996 16.5154C13.1479 16.5154 13.7005 16.7363 14.1572 17.1779C14.6287 17.6058 14.8645 18.1234 14.8645 18.7307C14.8645 19.338 14.6287 19.8625 14.1572 20.3041Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 767px) {
  .info-table__link-with-icon_series::before {
    top: 4px;
    width: 20px;
    height: 20px;
  }
}

.info-table__party {
  position: relative;
  padding-left: 14px;
  font-size: 18px;
  line-height: 1.4;
}
.info-table__party > i {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 7px;
  height: 26px;
  background-color: #E5E5E5;
}

@media (max-width: 991px) {
  .info-table__el_candidate {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .info-table__el_candidate {
    margin-top: 0;
  }
}
.info-table__el_candidate .simple-progress__bar {
  background-color: unset;
}
@media (max-width: 991px) {
  .info-table__el_candidate thead {
    display: block;
  }
  .info-table__el_candidate thead tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .info-table__el_candidate thead th {
    padding-top: 5px;
    padding-bottom: 5px;
    pointer-events: none;
    font-weight: 500;
    font-size: 14px;
  }
  .info-table__el_candidate thead th:last-child {
    padding-right: 0;
    text-align: right;
  }
  .info-table__el_candidate thead th::after {
    display: none !important;
  }
}
@media (max-width: 539px) {
  .info-table__el_candidate thead {
    display: none;
  }
}
.info-table__el_candidate tbody td {
  vertical-align: top;
}
.info-table__el_candidate tbody td:last-child {
  padding-right: 0;
}
.info-table__el_candidate tbody .simple-progress {
  margin-top: 0;
}
@media (max-width: 991px) {
  .info-table__el_candidate tbody tr {
    display: grid;
    grid-template-columns: 2fr 1fr;
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .info-table__el_candidate tbody tr {
    grid-gap: 10px 0;
  }
}
@media (max-width: 991px) {
  .info-table__el_candidate tbody td {
    padding-bottom: 0;
    width: auto;
    min-height: auto;
  }
  .info-table__el_candidate tbody td:nth-child(2) {
    grid-row-start: 2;
  }
  .info-table__el_candidate tbody td:nth-child(3) {
    grid-row-start: 3;
  }
  .info-table__el_candidate tbody td a br {
    display: none;
  }
  .info-table__el_candidate tbody td .info-table__party br {
    display: none;
  }
  .info-table__el_candidate tbody td .status-message {
    margin-left: auto;
  }
}
@media (max-width: 539px) {
  .info-table__el_candidate tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    grid-gap: 0;
    padding-left: 26px;
  }
  .info-table__el_candidate tbody td {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-bottom: 20px;
    width: 100%;
  }
  .info-table__el_candidate tbody td:nth-last-child(2) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .info-table__el_candidate tbody .status-message {
    margin-left: 0;
    min-width: 100%;
  }
}
.info-table__el_candidate .status-message {
  margin-left: 0;
}

.sortable-table thead th {
  position: relative;
}

.sortable-table thead th::after {
  content: "↕";
  display: inline-block;
  vertical-align: top;
  margin-left: 4px;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.sortable-table thead th[data-sort-direction="0"]:after {
  content: "↕" !important;
}

.sortable-table thead th[data-sort-direction="1"]:after {
  content: "↑" !important;
}

.sortable-table thead th[data-sort-direction="-1"]:after {
  content: "↓" !important;
}

.sortable-table thead th.not-sortable {
  pointer-events: none;
}
.sortable-table thead th.not-sortable:after {
  display: none;
}

.simple-progress {
  font-size: 18px;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 600;
}
@media (max-width: 767px) {
  .simple-progress {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    line-height: 1.4;
  }
}
.simple-progress_neutral .simple-progress__bar {
  background-color: #E5E5E5;
}
.simple-progress_negative {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
}
@media (max-width: 767px) {
  .simple-progress_negative {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.simple-progress_negative .simple-progress__bar {
  background-color: #FF2A3B;
  left: auto;
  right: 0;
}
.info-table .simple-progress {
  margin-top: -25px;
}
@media (max-width: 767px) {
  .info-table .simple-progress {
    margin-top: 13px;
  }
}

.simple-progress__legend {
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .simple-progress__legend {
    margin-bottom: 0;
    margin-left: 10px;
  }
}

.simple-progress__container {
  position: relative;
  width: 142px;
  max-width: 100%;
  height: 10px;
}
@media (max-width: 991px) {
  .simple-progress__container {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .simple-progress__container {
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: 8px;
  }
}

.simple-progress__bar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  max-width: 100%;
  background-color: rgba(31, 120, 247, 0.8);
}
@media (max-width: 767px) {
  .simple-progress__bar {
    position: static;
    height: 100%;
  }
}

.progress-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 47px;
}
@media (max-width: 767px) {
  .progress-table {
    display: block;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .progress-table tbody {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .progress-table tr {
    display: block;
    margin-bottom: 14px;
    width: 100%;
  }
}
.progress-table th {
  vertical-align: middle;
  padding-right: 20px;
  min-width: 296px;
  max-width: 296px;
  text-align: left;
  font-weight: 400;
  table-layout: fixed;
}
@media (max-width: 991px) {
  .progress-table th {
    min-width: 190px;
    max-width: 190px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .progress-table th {
    display: block;
    margin-bottom: 6px;
    padding: 0;
    font-size: 16px;
    line-height: 1.4;
    max-width: 100%;
  }
}
.progress-table th a {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.progress-table th a img {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 5px;
  margin-right: -35px;
  width: 30px;
  height: auto;
}
@media (max-width: 767px) {
  .progress-table th a img {
    margin-left: 5px;
    width: 15px;
  }
}
.progress-table td {
  vertical-align: middle;
  padding: 10px 0;
  width: 100%;
}
@media (max-width: 767px) {
  .progress-table td {
    display: block;
    padding: 0;
  }
}

.progress {
  position: relative;
  background-color: #E5E5E5;
  height: 39px;
  border-radius: 0;
}
@media (max-width: 767px) {
  .progress {
    height: 22px;
  }
}
.progress_blue .progress__bar {
  background-color: rgba(31, 120, 247, 0.8);
}
.progress_green .progress__bar {
  background-color: rgba(58, 213, 92, 0.7);
}

.progress__bar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-size: 32px;
  line-height: 1.2;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .progress__bar {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .progress__bar {
    font-size: 16px;
    line-height: 1.2;
  }
}
.progress__bar span {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: 0 5px 0 auto;
  padding-left: 5px;
  white-space: nowrap;
}

.doc-link {
  font-size: 18px;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 44px;
  padding-left: 44px;
  color: inherit;
  background-image: url(data:image/png;base64,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);
  background-repeat: no-repeat;
  background-size: 34px auto;
  background-position: left center;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .doc-link {
    background-image: url(data:image/png;base64,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);
  }
}

.results-table {
  margin-bottom: 120px;
  width: 100%;
  border-collapse: collapse;
}
@media (max-width: 767px) {
  .results-table {
    display: block;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .results-table tbody {
    display: block;
  }
}
@media (max-width: 767px) {
  .results-table tr {
    display: block;
    margin-bottom: 15px;
  }
}
.results-table th {
  vertical-align: top;
  text-align: left;
  padding-right: 50px;
  min-width: 250px;
}
@media (max-width: 767px) {
  .results-table th {
    display: block;
    margin-bottom: 18px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .results-table th p {
    font-size: 12px;
  }
}
.results-table td {
  vertical-align: top;
  width: 100%;
}
@media (max-width: 767px) {
  .results-table td {
    display: block;
  }
}
.results-table h3 {
  font-size: 26px;
  line-height: 1.295;
  margin-bottom: 0;
  font-weight: 600;
}
@media (max-width: 991px) {
  .results-table h3 {
    font-size: 16px;
    line-height: 1.4;
  }
}
.results-table__visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .results-table__visual {
    padding-bottom: 0;
  }
}
.results-table__visual > * {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: 0 0 20px 0;
  width: 95px;
}
@media (max-width: 767px) {
  .results-table__visual > * {
    margin: 0 66px 12px 0;
    width: 14px;
  }
}

.results-table__button {
  margin-left: 32px;
  padding: 12px;
  min-width: 223px;
}
@media (max-width: 767px) {
  .results-table__button {
    margin-left: 0;
    width: 100%;
  }
}
.results-table__button.hidden {
  display: none;
}

.status {
  font-size: 18px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .status {
    font-size: 26px;
    line-height: 1.295;
    padding-top: 10px;
  }
}
@media (max-width: 767px) and (max-width: 991px) {
  .status {
    font-size: 16px;
    line-height: 1.4;
  }
}
.status_yes {
  color: #5EC875;
}
.status_no {
  color: #FF2A3B;
}
@media (max-width: 767px) {
  .status::before {
    content: attr(data-label);
    color: #000000;
    margin-right: 5px;
  }
}

.best-candidates {
  display: inline-grid;
  grid-template-columns: repeat(4, 73px);
  grid-gap: 30px 0;
  padding: 90px 0;
  font-size: 20px;
  line-height: 28px;
  text-align: left;
}
@media (max-width: 991px) {
  .best-candidates {
    padding: 20px 0;
  }
}
.best-candidates > *:last-child {
  grid-column-start: 1;
  grid-column-end: 4;
  padding: 0 0 0 17px;
}

.candidate {
  position: relative;
  padding: 0 10px;
  cursor: pointer;
}
.candidate:hover .candidate__info {
  opacity: 1;
  pointer-events: auto;
}

.candidate__image {
  width: 53px;
  height: 134px;
}
.candidate__image svg {
  display: block;
  width: 100%;
  height: 100%;
}

.candidate__info {
  position: absolute;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 1;
}
@media (max-width: 1199px) {
  .candidate__info {
    left: 100%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.question {
  margin-bottom: 0.8em;
  font-weight: 500;
  font-size: 42px;
  line-height: 1.2;
  margin-top: 0.5em;
  padding: 25px 0 27px 43px;
  font-weight: 400;
  color: #FFFFFF;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOUAAABGCAYAAAAzQVNWAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAABVFSURBVHgB7VxNklzHcf6qOeBPWAvIJ0DoAqR9AUIMLxwSHKZPIGrpCJAEfAAT8AEMgvDe4gUkLAiFdhidgOAJCJ1AWCAEEpjp0uvued3Z2d+Xma8HXOElo/HqVeVfZeWXWT0YsOFIunHvxXWctPeBdr13fNAargJ9+LRhtWPzrJLnt+/94pnpG2WYLpg1BLaYDBKdkQ/drKl5OB6vj80rHuV3FF8kuqNzyfaf6QamnSsQx3eqnoyiPDiIzTNg8XR4PsVy+R2WOP3m9nunOIKmIAcf3+tXz05efj4Mbw2fq9M26Ck74IhPJXskC0wvFhFNLRwsqaye8MBxHIjU+jFF76eiSh4cW+Sz4onivF0Harm6Hj1dAqdXzpZ3H95+7ymKVNrpCoznb736orflrZ2YqlxZAKpgjCgKzutIsikVX8kf48OxyTeOgbyTAYfnMc5lxcLyA3EXzrpYBJyfolBkN6gqSKec0c7GMPpdFZyp9hsPVp1xeWdgvYoSva4qXE24KV0WmBbQNmFs3zOfgMNiBkzvmFOukAoEU/cwtahmPgJxQYDhyexkvCwfqjKKv96Ihpnvl63dfXTz7a8RULjTf/vq5b3e+q195QDvjpWERMn53RjIN2+pBX4yu1WweZ2MsgOvAAoFvkjuGFteJtv7lJvPlAKj7KGgzwOyWoAQ6EfRNibq6+gN9x7dfPe/lBTVvPnu+OoPg4Lr2kC1SgJ5JcnWjgFRpjcrIpUic5lDrhCLX1YcIvkoSS8DoKjTVQpPRpXuP6WQKdAqfjsP8P2C6Iri3b59fnblo9Pb7ZkzggUInV15+TgGJHNUzbWAj1H1sJoY98AXJm/962bM1iuk9t4LMqzDNiffhCyjhsOEaMK/KJ5Zgipd6lwaavGMQNCTeTh/mL0GfkYVfuYjcLhPFe/+Tz87efV7EDoA5erKOsh8EAfRB54lk316h6xMD8befpQc3g57rybwlApYSS4vm/kM8MNldlWSVGyA6ENRLkrcqh7lq5dhRaMF/FYny0W7rnQqf6s5FMlu9/XLX//fy//1nHug/NVXLz7Z/w4ZGY/eWbB9FWMBaMirbOaL6pRZwCq6mZzvZEh0VaotwAtXJWmYvOKxc1kcKzoyObuu9spoyl5Y92Q8mS5/pvamEd0GVO77rnwh3futX3/1wy3q3cf3Xlw7P1k8HtivHXazKJkzPn/N6MiTPbJVtf067LAxO3D1jmR+ii9qrsLj16wvkb5e4Dv2XDP+6GZ0zLmOsgDCjnoZW1W82PH6+dfnZ2//Yvx+ue2Ur05wZwNIYD/IURXzfIrHP30VYePqu6pUah6BTlbd/NgXAtW9OniHy2yrbtfJ3Piu5Jh+5rOKG4huOL4MkN19vDzjZfMI9Gd2gThPWbwAXuzYOVn9gN4HA+Safv4PV1799x7XqkuenSy+P1QSBfsYvkimoiOqylklj3iA4/agdFT1ZpWV2ZjqU5XXgz6KGTA91iDzU84cE2Qwkf+y+etjZ8fluPTnZ+/846pbrjvlqkvqyho5BeeAryKRDlXxEcj6rhvJNzLPuoLvZtm+mU/qIMY5S94+S3g7Zr75s/IyxxQX5UsL+KI9sq4xJc4s0QENdBB7TJ4R4+mJDS9vxy1YZ7SOS/vZYvPdcrH5Y/Ehv9aohAHiw2qJA1tHcHjNsPqyQGUdiFEDP2gFiEqhamTcEvtMX9SxEIzVHItfJYaRj6zgVsCpbEyJqcoVb28KKNT+ssITYQNCxue85RveF4vP1m+bf+2xeAzpcLah6BoTdTvGb+c9r5rvyJMh2wejyt48iKqyjKciCxwfEyVT9aNCkV629yge1XMF4iLH7FX31gNdEL5lecHmtnLDH8uPhiaJ6/sCVUezbmTH9qP0gchEusdqw7ptC2QU+X2pSsmeUfIxmciupybGXdgHap0l8ylLWtV1VdKrjoyEn3SUAx5vX+lqQk8Uo8o+mO4W+Kfle28fDKBcvL+/qKqDn7MO+A2xxI42zZJNJWkXfvg5CHsQttiBTQExiLySYfyRfZZA2V6ZjSn83l7Gw8ZT7PXEni/CVtbzAXzPUW5HBVPpquQHkDewbl8+XH2nvKad9U6pJAambVhV8KgqMj1eJtLHeKM9jPMsHlNAzPak/PB8vhurCsxseb3Wdiv4Cmfb87BYALUzirqmjzfbd6UgddTyUJ2x52d+MZuWPwI8iO7ha2XD+wMo+7W4TVvFPlkAnSg2oD3Qn9mMgOnHzC8QvwDtL6B9Y+sZqNQVxvL0wD9WwHyBgJMBeNGIkszzgthjhSKKIxIfmB2m2+dFJhvNeb8sr9qP4lEFuQn5jPrwX7u66pRXFcN+8iiDLRlHOixo/YEoe8eQ8t+uq4QEYrtRkmX+MJDbmIzvDMiZbuVj1j1aIm/tVEAS6ajY8esMBMw2A1im28rbp7I/pZCXaQXKShWqVBoPSOU808F8YB2C8UVg8nKtuF45eLauiomXUfu1sqyT9UQvwCt9BlQkOqs3nSxJlW42n62p4tLFk+lT876h+LWpoK/uaUOLfWPMuAeHB5uqJqpTRlcxn9ReFogTjB0as+PnFVUSrHLQGbgjvgjoCgSs00b2omIVAS16Z+cc2WDvCnhWPyvKbM+dyIPojagTH7Pi4n1UONutLeKkqlQK1bbVHAt0VnV8F2a+VrqlAu/Ujmh9scXLr1kbbAzUkkP5nXWrKFE8n+Kt3B66kIv2jWBNvau4KjsWEBEYIlLn08izkvde52FhWWjnmAO+UlQ2BeKMT4YoKey72mClG1hi+/HrrNJ18D20RH/kF9sTk+0Bj9pjS9bUu5LpCc/IF617PkUsLyogjwoRoAsyy8VDwOzzgujsAZ+1a/XbuW2njALEqioOFO3zR+/WGf/pxB6zFdnwQc5IJbYNFg/eIZ/XkyWOTwoEslHHakW5DDBKJ+t+9rwYYFVuVM7E2sq6fjbn9XjeqOOps/V+qbNnhTHHzyKvgKyiRkFHIG/nFHjYRrz+lvhnx+owvC9RYVKAjHgzniyOquJauSxO3iZb813B81rQsbNiY+Cw4yi+KrXk3edGT9ZVXnr+Dp53lgdifeRpCc++jsUh0rPq7udYwNmVQeluqAfIJ0vEqypyA09wJV+t7Iqy4qLGlnyM/DgqqozYeVfOplJgrZzqOIyOibPKPVu0AH3GTBcDmip+4zqEHSDf82HxWORBj7pTQ55AWVW3zqkN2EoN5H6yJO3Cjgoi6xoQetk8EBeijLcV7LFupG4H0TkyOyB6x6cqilECIrAVnT3j9XbtewY+KxfpzGKjZFm+RX4c5sJCGwUxNsUgM5qBgdmAkPGbacIum8+AxJ5RwYh8VCBivJYPBftqn9VqX7GT2UVBZ0atwO+LArPbAxkk61lHY/nG4trIuu/iEbURlFGnYo57YyCb8ONK5VFVfpTPOi2gDywCSwQO5Q+bY2u+KKlixOY6aiBRtr1vat/q7FHQicC/TGcUC/WMdLECNcpmxSKaU+DNikMWHz6/2E+WiuMMSNoAwmtYg058VhlZxclAxIhVPoj3TN76kNlmiTbtaqN1ItATxRqoA9IXCgYiz8/kI36vm/ldPWOrUxUgVfymFCqWo37M3jmJ75TR4Sl+T6o6ZUniK3kX8z4QzBcWKPbOqEEfVGTLvnfio088po91Tq8b0Pv3xYsVDVYYWJHwcWf2o6RmBTQqROy9Cg6Ag4zFyfpYKVQqD/2ckoniuv9O/w/pmirKx7kIwCzYPlG9nixwrOP7pPA+wvGzd88Lwcv0NEwrCD4uvcAX6VdxU51HJe04Zn5E+2FgVHHpuDxF9uy6klXnXgFilJ8V0O/yZ8ErZSVx7LsywDaadRkWADj/QPibkFN7ybqTr/DetgJjVgSm8LJqb+UqvjOqxMeu2a7Hzk/56XlVgfDjrPMoHtUIond127D8rSCbUcaz1ykbdJfyQtaRaoCmVtKMWiBbASxbU4Um6joMjF7OAxuCvxOfmO5O/OvQXToC/BTygGzCRy+jqCd8U7qRbyjROsgYgX1F7Jzsswn+aLyTWV1fn+0YoiRq4sl4ETjFZKLEjQ6wkvT2veJXhfyhsGKmQKfi15F3e5asLfCx0tVUIfPvCjysq7ACoXRlxVHdLFShALGfgXtqZ47OJsvDCDfr92eL3legVFU+oqzyRBWqCgZ/UP5QvL8sSQBtT/GjIGt1AHlyZpQVtohXxTXbG+vqPm6qEEbnGp0ZkBcVBipf/Oyapyj2zFe1R/ue+dlx2LW70Kf1DKOni9bwpFZNEKy3YN1fs/yaqiQRkKYSAzdwCGS1Po59lQbyxLdrKln8AQLaJyVn7fhxRQ+TUVXfxpOdL+uUbD+VYml1VEnFcNRlnwh8iHgZUFl+20+haPb+l6FTnv/5YCElVgFYBRWG0wNSYIkAywCu9PtAqW4HIhMBAcma9dPys0NjPvXALxXfrGMA9bNhBYrJeD6fI8xnoB5XQJ+V74BR/KqFn+V2FrOKXsLR+3dDp2xP9hUxwCnlvjIzR1W17URXJYGYTs/D+FVAmhgrgLPKp5IPOPQrSuCGuPBUqRX05Qmy42vJnIpvI5/MliUPgug9ytXK2SuKiojSxYrsqCsqvH312+in69kbD37468Ag/gdakaMqcRm/daSLJxKdfi2TjzpfxtsDf5H4AEzbE4gtJD5PjQWCuQop/cBx+pT+6vxldVfPp6KPvQN57jitHd8/+uydX2x+eWDZ73NUs/cKn+pU7WLFd9pmJHYVZqMpqiwNcQeoVGfF23DYxauVkvmhumrDoS3Gp+xggo9Kvtpx7HMcNyGn9DDbDOjWRjUXrT673oic30fmn5X3Y5aXhznOde5osWin6+fqj5PlD1/GyPfK2xosG9VtL30GtO+Pe9/x9o3uzbz/9KE2rOrD5tm3Stq+jr3t2KtFvOHdGlBPGKuPVVrG59d8YozjFshbngxkERhawGfnL9MxFKhUvFTBhpPz+1CAsn5YfZUz7oU55ltUjJguxnN4dX316vx/VqM1KB/e/vnqr0Xu7wvwJBvBseW7QFsfPyuQroGEHWhH4I2AHOaXF3qWDqToBOgXOrFFtu+4MH62JEB2fwAI1Dm/0mk7lOomXl9kKyLmU1blLX8P9BxDtnBke/K3jopuq8vGmelswjcFZvauAF+9Ifm9qTM6LIKtLX73p9vvPV2Nt7/7enL2zh1sf5FgFAySbAu08dl2nXHd7cbOZz/t4rMB4va5BeZFl1z27doO7NgBcSwEsIGzQWEHHx1cJegexEpOJadPoKgrdqEr6z4t8LcjBnIvvvdgLiuKPhZeH3u3/FMKiALZqIcBVPF6vfbJ1hRvByuUq++SY5dc0RaUD2+3Z0Py30VA3Qx2TXe8mo5Aw/b6uVyBa/2x4/HdfSx4Mc5dgNTo7wcAHMejh6wi28SEWGeAZfysugI84dh7RAzAdp7xRYnHnkwfiD3VVSq2vK7x3d/AgJpfPVnP5D1Pn7jO/G2C3+7Rnw/baxt+4trujl3Sc61p+Ens8P0Sn7MD7xd/7AC5AUnv9n2fx+rphaDtHWsz22nje1s/x7lNj46Sk1FW0RkYKglrD+JYOcWDgh47B+IDirqyWPp9KvutwOt1VvyYwhsR0+PXR2pH2MrjOPSeL//46bu34Swd0I0HLx8PAtet0jWgeiMdEvvX2BGg2I2nur0F3Xq8AmFfjxcXwFz9sb1sXKztJKzWKYer5o457ApFvk0Fi0ouVhxQ0FNJvorfGTE7fYK/TEcGfiVblalSBfCLb7/59O1/9pL031OenF35j+HxZH9257wH4frKaa6g56vP0owv3sfPmXiuP6PsVt/uCrscPaig3fm8Hwxg/0B6IBMlA4x8T/j8nOqMbE75ktls7pklXxPPiNfaZMWg4t84N+o4KNPQ5+jj2MDP1csBtX16mepaE+MtPX5+duWjTPKANlfZ9vloenc93f21xd53SN81nd8VKI1X1vG6ujDPhXtf98vmN3FMVd1ax+Up6iAKjFWdlQ43kgJi5SYwhafSmZkfFar4gWRddeEpZzCV19qAed+ssysrCKekX3314pOGxRcD57XdT0N3ADxXwHwNoBwB+NbCgHIxzo9X2L4ex4lfPUyVBFFyVICWJWt7DXpRtIHEPlDrHKo4APm1bcoepxA7JwQ+vQ675aK3+r73rC/63Uc3370faSx59K/3XlwbgHGnt8VvuumSa0CO19SlAyaw9/3ywF/RpCwgx88Iyi04F5suufvhD1wQjMJ07TJdC7jcAUcJknXFjM+uj1QBQLQ/oF5UIh4IXRWasv+s4GW6q+thI1hvePhrv/t/O3/n7umt9gwJTYrKCpzDYwBn+3AA4zX7/fF8edgx1x71Q/cjR+y1dQ3ECzBaQO6usW3vh0JxAkZVeWonVN3FJ3Tki12LiN0AQPwFagkYxYHZ/amocg5qvhq/YwFcpaArbv58hra8//z83fsVMI50dNT/5d6L68szXB+6578PP4z54OX57gc0K4+2vyoHG0KziW7e2w5UK6Btr60GkOvPGpSr9dVf7dhOyRI3StqMjk2Ciq6IJwO75wVyoFpiIFByCtTKbyAoZP1QP1A/q8sCJgNnlDfFQr66mqI/G/LyyfA8HSa+++bT9/6MI+jSpfDGgx//MDw+Hj3LO4wyy/j63WFjdzDTTG8QneDydH03tGCzFZStQ6xtwLm6g/9xBuRMbyBN/P++7tON4Qo7gMj9O8yO/Y540P0Erx0v7w4/Mr6FmWZ6A+lSnbKf4JOW/oBkpOae43j/Sttbv/3o5ntfYqaZ3lA6+jvlx8NPYs9O2rfD8Kr+AQIzwb80Dz8Uetpa/+3wHfIUM830BtPR19eXb62+S7ar+idn46dX1J2en/dfzoCcaaYjO+WqS56ftMfDX2Bc28xkPzIW491vOMzX1ZlmuqCjvlOenSx+Mzyu7QDG/i7HzlFwnp6d99/+6bPdvyObaaaZjuiUF98lv89/k2JU7/5uct0d261HN9/+GjPNNNMBTeqUH9/rV89Pfnyc/7YFv6pe/MrRl6ef1X/laKaZ3jSaBMrzt1590dfXVkvZr4Gt/6nK6pdx75zensE400wZlUF548GPAyD7rfjX6ID9ztjvPz8bOuMMxplmKlPpO+UKkMPjjuaw19Q+g3GmmS5BKSgPAUl+k763Z23RHvZ+/vX8d40zzXQ5CkG5+r8OLNri/+kPc4br6QjEoSs+mbviTDO9Hgq/Uy4anvben16MV/9O7C/L3p+8fQWnD/9z/vvFmWb6Kejv9QU0d4cQOVIAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-size: 229px auto;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .question {
    background-image: url(data:image/png;base64,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);
  }
}
@media (max-width: 767px) {
  .question {
    margin-bottom: 0;
    padding: 27px 0 14px 16px;
    font-size: 24px;
    line-height: 1.2;
    background-image: url(data:image/png;base64,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);
    background-size: 154px auto;
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), (max-width: 767px) and (min-resolution: 144dpi), (max-width: 767px) and (min-resolution: 1.5dppx) {
  .question {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAATQAAABYCAYAAAB7wAsKAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAB/MSURBVHgB7V1dll3HVf7qSthkwYOHIJhAwgiANxKcFcMEbPOaOMQjsMMAcBLzHjyCeC0Sh0cxAjyDmBHED2E5ciwVt9U6t/f57vftvc+VYtS9zvZqnVNV+6/2z1d1u1vygKA3PpivfXX/0ZvA+Js557fGGA9uVufxa0DTspbxZHJqPJ89K33OdpRXupSvzJfpzHyYYc3Ng3hYn5p3PM7vLL4odGd5qfZf6Qa25RXI47tVT0VZHVwSU1cfo1jr6IxjJLJVfzxP7fyx+398ehx/Nsf4+Fc/eOUjpenM6rc/fPTGPeDnR8HX6oBsKY5KTxWk+O6AIpMFtgc6o61x2FI4LwqA3PqLyuGLoE4dXNog1cGD5nxcB3q16nxB4VMGOJmdjFztZbY7Mfr/6//jn795Mg4/ZmA7xMF3f/blB0cw+8Xx9bV1Emb4ioaAcz7lEAq5LCDDvMcxJ3sW/BVl+3F+OR8Uj9pTFo8s2epdjeP8Fn1K7yzWFV/H1iBZ0HyXYky5+ZZ5tQfV6EpvZRfG5jB8ML5d0mOd2svqBtA2X67+P0r+xZjz569/+Oi9yH0CtKuFOeaPcmUcGE5QJ1jDvDN1kgTkyat0OHK3mOydxxlocAFMxNNH61NjkL2BHpC5WHZuEmwrO2SqU1cVN2ium7eK18WmiinniGUynZ2cRFts2/WYi7mzkfWOsqH0vpT9f/xjvv/3//blv65mv/OzL946jMPPdYEqI7GY3bNDzKuabhjeyAPBy34qu9Poz2xVTRp5kfjh4lTxZXKX2GKZau9Vzi5Zy/xCQx8DQ9wLkOfV6UfTNjbqe15fO7nM1pz9TLfT89L0/3yM8Y+/fufVj59yfPfDR785Lj3AxcYzGSAvzMpOnNsCQJXeKgGdBD1Pg3RIxS8r3Eo+K5LnAR+Xm61NiQ02OvPVeGt9OmBnkFD8md6MtgIEsN3GJX68dP3/29999cpfHq5uZ2swm1gnyBmJa9ncSPgUdZMxzLvyPZOP/s3wrtY75PY+GzJT+DhI3p5SggbOC2AY/7J4Vs3tdLm8DPTimQHILOZB/ih7AzpHHX7lI3C+TxdvpaNbYxVvV5/r3VvZ/6/92b1Hbx2OHzW/p5OQFSAX7TTGsuaJQXfvbD9rLLajxt3md8XJerqNybKVz0CeE35Xch0bEPrQlMuavqunarwMcEfCH3WqWozrTqfzt1tDmayqUQZmIAcSt9fMB8Ufx1HHrev/q8W/vvqhwAM8N4p2mopPT7XZgfp0r3xxp19VbB3dSm4JdhU7tceoBziPCSe603BK3vHEuSqOHR2VXFx3e1W0ZS8OHJin0sU5XXSyfndYOVlnKzuklL5pZLFBD4jvdvf/YYxvHgFtfksjNjdqdcJOaAerJqtA41Lbmd+Z/lm8T8GvTjX2tZcUv541A/NVe1fNxmuuSeLaJfnkGnNyM5GLcyOxwe+qntVhgWJc8Tp+FdsXBSJV/DK+u9H/xz8fHLRALNisUZnP8fCzAo0t46pgeR6JTtfofLJEG1XzqGaJPPzuCsABzUjk3Kk9Et6seEByUT7bY/xiecWr5pHor+wCeZ2qeAF582e16PahACPOD+Gvsp+BK9th+WjH5fz29v8hdyQrcsXXJaVbJTADixhEFVhVyFURsk5lW/nC+lSSK1Abia0tRYwL7KuYse2qWYEcQFUOFIBwHDKwBPL6HU2+qimdzoVmopfX+XB0cVX12vEx2nC11NF3O/v/sGbKio0puxHMhg4VXKefeQa0DxlvtKlOKqWzQwMaAFwxsH1OFL87wFF+dgrQkfNlJHzZHlWjbokzxzTad7xsT8krcoddZoPl43vWmIpig6omrvId3zu9F3XD2Lid/X9YT2SJyZLI/FkCubgndMI6RZbdOhypm4K7OXSTrIqwc3PI9hzBkXXzu5tT8evEMPNRFWsH2JyNLTF1tcL2tgCK218F2llvwMhwzUe+rNbVnlh/dptRMtXt73b2/wEpZQjK63GsTky+CQ0xZpktNjPqoH18Rt9iAcQgO9AD+nHJEg9hTzVXZt8VnTpNsUFH1BXnYt6yXHNRxzmYMYRdVSeqQaZ5Ar4OHL/Km5NRe1B1xeud2mBb7IvLjfMr0x/1uHXnz9fb//fXC90gKvSM5E4Lpy+Td2ux4arTjEHJ+ZEBWQaASk8mm9llyk7eUchkBdnxKSMFeFmcKz87OXNAqWxUTa7ANPMBhgeFbjRkWT6Sq49p/HQx7eTz9vf/ITdQJXRRVt0Q3KkwcN6UCuUz3fG9Cp4qluWpmiRLmuPJku1iUNlXJ16n+NjGFn62V/Go9y32Ojcb1Uwup2rPWW07YM90deoDqJt/JnKutoeZy3zu0O3u/8O5sHKCHVeB3lIsE3kgok0IvU4m06d4sz0s8yoeWwBQ7cn5wXyD/MhuZSj0Rtuj4SvINvOoWAC9HGW3F4632ncHzCd6dehyzPzKL2Uz8ju7TFtBWdVQRapG1dzt7v+DbxLlFDca4OVjMc5Ef2Uz2xS/K78g/AK8v4D3Ta1XgORO1sgzE/9cAWfFCGjAzRqUeSHsKZDN4ojCB2VH6VZNk8lmc+xX5HX7cTzuMBtGviLlQ+whjk/kifL8Dvh6uFv9n/xQIDqaJasKZqZjS7KAbcUBI+dAzjUzkNvNGrTyhxsWWMdkGSsQrHQ7H1XRON5sjkFWrVc6OnZ4XQGIsq2arNId5ePT2ec6VzovqQ/2Q4E788S1qp47Pt3O/j+cF7iizgnngukQOsopH3ijMHxZ4lhuNNc7TaPWXSJYxu03ykaeKWSVXkAXfAVyKHR2T9iqwZ1uNV+tOWCe5qn0uXluRl7bCpjdPUHYUrYznjiXgR/z3o3+P5wzMyMrnonBKOcQmmUYnUFyA3VRuo3C2OF5R53m7DRJBYwZXwaSDkCyE4/lgbzYMpDKxirPmQ01dqAV9bsmz2IF5LXiaAofFXDyvNoThK7qoGP5Wdidxu8MLFDwvtz9f8gbsnNCZSeEmlNFmjUdy7ibQQUa7iQYDVkHhDHgU6xFG+od6DWW87u6JVXFPmiseIeQheFluWzfSNbc2MXV2YlgkgFJRi4/Qzw7dc86FShnNeL0M2ipmHHfZjG4nf1/8JsaRuEy7oCIMsz6HNKrsSuOLCA5oq/HcV2dsOo0cc0S9Wd+qT0p2ZnwuD2OYs2NncwseBa+bJ35HFW3iG6+p3kuOtSNQ+Ve+QahcyZ80W7UH+dYzyjWWA8SnVE28t6d/j/oRmFFjPIQiiHW1Zid4NOC7SlbmQ0u0IocKMTgZYXnTh7Fyza5oZDIsv5uo7uTOvOL9ajmivlSYJefpDXFugD6dVXpYd4hnsOsqThkvRHrGoYHwq+qvkcyRrLm/Lk7/X/IA86KouHOZmD41MmobDj9o/AvvrtCZl+ypDowy3grniqO7qSPclWc2KZa49sI80bAUrlS7yDeqgk6NIqxOv2zdVeXzD+h6y7ywKwvPKPgYR3DyHT7K65VAHO3+v9wjr4Z2qs5VaxTPJ3ugX5xcaNlvMrfhVeBg5N3erpUJca9R3IFznLOHoS+hbdq8KoZuTijHOvOmu+SOLvai4AP+BwrXaqhXYMt6zB2gHrPFeCw7goQWU8Wl6iX350+nnu5+v9QF2yGisoZF7CsKLINA+sbAlD7qRp8GjuuANVtBUavmgfyJFa8o2FP3YIG8ttSN98QepenK6hus7HuLPeKl+3GcQVcUS7TWcXGyap6y/yo6ivyZn6wTRcbrpm71f8HNVkr7CRrkXPoP5o2YGS4EIaxq+YrEFLPLNiZjw6AFG/kQ8O+2+c0fJ19Z/thfYpcs2U0GvwMqMruTGRQrGeAOqHrTcV1iHV3s1Ck8gn0YjmQH4QMLl0bt6f/D2thV7zsHCeKqduQzJclxBXywjOFTtYNoysDlk7SM9ucUJdINedOWiQ+ZL65fbvco6ETiX+VziwW7pnpysCgAtpszgFfBaxVfLJ51uPiqsBarQ/kdX43+v9wjtqsSAuunWDKilo1mOJRJ7I66SoAUqROXJhxJR99qGyrJs1OReej0olETxZroA9mXPgKgJhfyWf8rFv53c1x1OnA2zVzt5air0B9C7mEVG9y7VQNz+8qPre//w8e7Z2jjh/CKYfU1WZAvGqeN6p8UZtWY0UDPtCZrTiewkdOltI3hS+sG/D758QrwFWgyjkDzuOu7GdFqYovA3E13gIECqBUnKKPVVNGHVk8kMhkceXxNP6oemIe5UMXZG9//9/HJtKoqPlc4FyDuabLitnxqlMnAyd1InQKfxR6Kp/dWqewgLoRnS1X5CPhq3Lq7AD1fqq1LlX2Kvsw/A7EqlhzTSHhz+onO0iZR82pvV0S65e//w/6hO4qWcYuOYzSUd6dSKp4QP5B8LtkVcCiTgC2NVCfOEoOgn8Lryscjm3mu6JuYXMRMsApHa75mU/xu/1kvCB72d5cnbIs+zsashVVPN18se2uzQzI707/H9YOZacAo323uLLgcEFsSZKSzTfr11yShpiLY44ByzEowvBP4ZPSPYV/U/AP+KLvxJiJwWwYH1nG0Sz4xgad3IzZOsQ7EvuOVJ7icxj+7P2SvSk9SPxh8Frs3p3+F/8bO9eAwzwVL5PbMIxz7BMa6w4w4rjjV4e4oFUhOMBy8ZvwMWWZqhHYluPPDgEeO+BRtxkFrk5XdbBM468DWQj7FTC6OuiAT9YXQC+vcTwbOp0sDJ8DL/bz9vd/+LUNRtSq2SuEzpC8CyRc5LwB9lc1GODtOX40ZKMOoG7siqqiyHhdXKu9cfzUIVAVPqBPfeYH+oCsAIkPjrjGlMU+u6FEHt5f5SffftQYhU+LP4qc/c7B1QGcu9H/h3MgiMoqYxkvn5zu5HEnWAZCW0kFBvB75/XlnW8HQA0acc01Ghc/4H1yctEOv3f0KBl32+CTnvPIPrkYZzlWOrqUNQ7XIBIfMl4Fcqq+49eWA8cBQvzqAnxW33er/w/9BEfigMT3TtKq4q6C7ApVFZnSz0U2El9ZJgMRFGvRz8ivCl75NBO/XHxdYTg/s9wocFcyzKcaSIFUN66AzxWf4Fn8uk2jaruKWUdvRqovXdyUHM9No/tu9f9h7ZBzVgnH5/KunFbFMcS6a1jAb8zxKH6XsGHeHTgyGC68KrmAPmFZX7SXJa1Lo6GvW8AqdupmUMWqakSgBrhsnNVqJ/eOMgB2urg+oq7s0HJ1k9mr+BSgq7jdjf6n76GxgVEYUE2vNhsbfiBHYOcL4NE/Ft2Ev0nAyDtel+zMX9XsM1lXpxPgi8bFfgp51TyORsHXBeiKKv3Mm+1hiHdVt6q5OmDIMh3+ZZ1rnA8YZSPz3dnJgK0CD1VLt7v/D/lp4oQrPuXoSBx1Tcv6eWMuKGy3QyOR5UA7+cwPPvkcyA3D5+xgg49OvtPcLldVsVUUC13JZbU5E31xfQg5BYaZf1Ge31VdZjWu8gqhY3l2Y5npiPPRx7vV/+Z/klIhr0J9RxO9hnEBG/AFcIPM3l7HRkbccHFe8fGaitMw+lzBVf658Uj44vwQ7x3ik3eZY9tx3hU7SI734cAo+hH1dXI8G3PKtwzIlS7FMwxPVmdZb1Q5rOJxN/r/4INdNSigbxOuQJ2eqsB5LgZbJd8FOGsQFTAHDMoe77tq0MxWRsqn6nYR+Wei5xLacsJvvXGoBuP8KoBh3xwQqrEDy9H0k/fmctSp5cjbiZnr1zhWvXi3+v9QBxKJgxDzM1ljndlpMjfYmULnlkB1CpYB0MlVxaQKlP3Ikq10T9Kj/K2aZzbHWVFWB0rWWG4c+bM8OXvD6FPg5nhZb3yqNcfLdd05CCIv80e/+UvxZLF19pjn5e5/+vfQnJKKXNKruQ5YsG8MXqxniHW1v+z05vU45mJRfrGeLinwi/OKL2ta9VT6IOyppmA9zhbrWsZ88gM9v2axXskzz9y4rvwdhj/ukfOj9qrilPmn6h7Gl4qf5W5//9P30JQBRy457jRwhatOGaeT9XRACYVuAOWNwQEI688AtGqibN6BS6avExcH8DD8EHLORxfHAX8qqzhG3dnpzPsc0ADr6mCadWdL2VH1kNXkFPNAnt8J3+xOlg+SCLaR5/b3/2HNpIpTObGMzxFSF4mSr/SPJp/zTT1Zd+WTCyLM2AGokkPwwTWsKjBl3xUISB5GPxLfFI3CTtbkSj83KUi2WxsLb5VXJaPINVMVt0VnVmcqlyD+S+oz43X7uDv9T385PQtMhug8F0/jS5Liglf5qHRnYBd9dTKdosuaKCtm3s80c86XyuaWglX8VT2wzayBmZd1xL1XoM06+FBQeWU5oA8I84K16jDj2wUu8KvDw6CS1czt7/+DL3J3G6iIC3vgfHNDOAp4X/ik5JNgCJssm/kD9EAMgkfZZ76qcJWviqeS7wDcbMhs4WHdmQ/d/LKNqB9CxzD8WY6rWHZJ+ZwddnygRh1V8zPvFO9sp6qnu9X/h/w24Ao5K9y4AXXiT+Nop2lYLuNRRaT8cb5t1e2SoWRGoYv1DiG3rM1C/5aidKdgVuxK31aAyWopG1eU5cbVXMcPtuHAcSR2B/LDr+OTO1SBPC9u7vb3/+Gc0Y2ncWIWxqP8hA8g80X7WUEpHrajkF3xjg26XfM7HwdyYHC6lIzyL7Ohnkq/O715nOXQxR1CVye/ELJu7OIXG4bfM92VbdbB+eR1lnFrXVDbQlV/Lrbd+Hb0P30PTSnOkq8aaOHNUJX5uLizRsioukl1fZ3inRuCkzqIl+PnwCH6ocZOnv1360AOdBC87r0C3NHU6fhmYz7u1+XU+ZCBTEeXi2EVFxg5l9uBHCDcwez4oz/ZAaZs3K7+F99Dm4WzN87MZ/8tUms9I5hZnpNafW1nChtYaelstLohbC0+VVyuQdWNCYlMBVqxuIfwaRY+M8ACax9dY2SxZl7AA2qnGStwVqTiq+y429I0vFtAgnOi9Lv4DCOv1hyP6lf2D8mcq+l+/yM9mN2hwePMzvb+P9RJWUbn/11zj9PbCrDmDKAVta0Ty+A2g621fYQ53ig/1ToXrEuuC1yngRSNZM01LydaAeOAv3VkzQYjA9Kr9GTFqwCXD4O4L97bNPajPl/IPZrIwcvdIGB4Ve0B/oBzukfiXwVMKvaAz23Fl4EGf7GeDDAhxhlgZfv2/Z/8b+yuAWo8Ex6nW9Q68ZNkbibHFaqd6czsXcfkKDPGjRqSnZTwBVBHplcGgps2A4EKLNDQ5Xidrx1+lnPgkxWOA6+oV+npkgIudZsYxp8J3TRbDheVx6wW4nsGDO6pfHG5AdlzoDiR22EeN9+JH6Bjn9lgnaqWi/5P9au6wBnvfZwB1A3ijWegduaoAap5klv+VI3kgjtPw5H20NqXmSYoFiUHAlgXbKdItiQTRqYDdtV61MPNXvlRNXXG73zguS380fZI5i5pLFX8WT66QM+UAfIo7Kg8LmuAjo0DfjUeiU7WBaNnC1Apu07fTHQ6cr5cz5995BzhvzMwm+ysdnqmm84aajyTX1I9r21OoU7qw5kvujBGIVfpm8Q7hew0ehmAeHNc7Dzvxm7N+RHf1dMVGfO4OUDXwBZ/nJ5FVyUXG0g1pyNXo86nqvFdPFX/xGcF2Op9iPfoA/sxjE8O/JmnYwPY0v9rfa4fdf+vfsqpv8m/LD9zdmqJuVL+TMfyfbQZv+YKo67A75pvio1cg+PJo0XJyR9NUxYbUDeMKvhhnhkPEp5q7Wbv54WxBUCV31ljqaezC+SAN8w8g6ADgXUd1cR7jDbj08UZicwsdM3CrwkdVxfT5eniC6HD6Va+MG+UyQDExUr54PpMzQ2hh3tA+af9vB8V2xTN9WbmmbGFTcyvbnXBmQmsEhimhgj4fDZ3Wrn6Ptvp+2033++brYRUoLXwMw/vT51Ozjbg7bo5BtoKnFTBqUJ2py4Se0p/5I1+ZQeDA2ugBjjmq+wAPifdvTD/MPZH4pvypbKT7RFCf8YL4TuQ94SzFccuL92+iH5lY8fDtbT654PYMe3IFMrjzzwjkq5/TYN/ZeOc41rZ+ielkk7unftx7QUX0vWs3qczsMisA+YpA8mY5Mqm0suyqhC5iLqFpAqTdWXyIN4MrAANsF0bGTA7Hp6v4s8142opPlGsuZgselUeHODB2OzkW8ktPrBPmT4XW5eryv/IP8Uc2n6c/r+c9vfJZmRfvz2Foxv0Oa1MCFeeTZ4+Nc6zJZxufstn0jM99NF0dhtBJVydoDGR1cnPxHDNvFmCp5ifyEFSzXfGE72iyUBnoi7YzIdBerqNmAElhK7q1tQBqWnmYfiYhnlnvzLqxKeyE9dmw4fqxhafTl7VUAaSVTzq2j3d0AYHZK6dlmU0B5m6QaHJX8KVOcca4KYCNwbZsfaFflAxbEGz9yqxXXINnN2aOreJit/JZ+uZDR5Po0P5popUHRCsl31SehxoTfhDCdB7cf6pW5OKuYtPBwDcvp1fLJflVwHzRG7HkYrjFh/4PR5UqgZVfl1P8Tg7cI4fOY948NmZM6dvvGsl8wR461+xfbo2vbvnX/OcZ3U7myd/GFZPNpePnacb4vq5Ll6EzfMzvmcNxR5DrKmxkhkNuaywKpDMCkDpjwXYOTEdKaBgv9gHBWxR3unNfGCZafzp7i87cFRTjkLe1dWW2HPtuloHen6pGq34nU8zkVf96fbremB9IB5XPz2MMT5dgwA3O4c7As4Nw/LTy0X2dCu7waSzr9M8BFScbNwA1nkrsjDfNEFau+PYXBwT9Q70ku4KTjWDIhUpNOzG8boI1oUH41umczTmuTkn1nupQLdD2QGiwI3fM13T6I1U1d1IZKrD9kXTNH65OmDZSLyvaZ5Oh+obrqmmL3P+z/GG9vi/4l9feso0Ipix0FjNxhvZqUwnPeHdOfEJcJvPFmewvdYVgjluAjFXFlwwskA6HmF3ZYvXXDM7nfGpdLt1FDqdPgVYmZxaU0UX982HQKdpHE1hw9kH6py6WI/ChwrE2QfV8Ms7f8HwOl+6xDXkQHTrATbhYxpvXbOY7+w1u+mN408EDh8f/uTxN/79OPp8RKZ5/lHyqcq5qF5uTbR2AqV5Wlc3s/XXWH3CPekJ24jP9b7njS+rZXVTUyAE+CJS8/Gr0yiuoaoiiTaH0QPUN4s4z0DCDZcBdEd/Rlz8KsYOtLPG6cRla9MP5Pvk3FYHlPMfQle3Zll+0b8V8J1OJ8d8kZ91q1wpniH4YXQw3cT06ltnv/rBKx8dPn53fH4cv803HwaEGb5n9vQZgGv1LTcEsArr8uuZ3gmc3dCu3wfpX2yLBpzrTU7ZPC45EDwuYaOhB9Cg5YrEzSvbGSm9DFyKN+6pKmTW7xo3K8aR6IHhdTHrvldrmS+ZDwqgZ0M2rmd+dknFvHsQVrqQ+KYOmlnIqphtJbrZHMaPr16e/pTzl++8+vERAn4afw1i9Q378CsZ1+Mblfwef5H/DKSefT159qU+mq51zJW+Gx+WW91Ye3qaQwBkB0zAeYE7Hi6OuBuY9+zmw/xZgTFgdEiBaXwqHqXD6VnW+YbB8kjks9OZ4wPkBwTPOxoFX3Xriv5FHe4Z9U6zxvlXAFH5kc2rGu3oc+/V4aTm1N5dTbp8w9h5iij/cnU7Y214/cMv3p/z8N4kJ9YfI4PZuX7OIMbgF+fYpafPQc/k/eqPp3fIsWi93thpM2OUZ9CNR6OxVhVdV38GEJncJTZGwru1uTKdmV8IcpVfbq1jp4qj20c137WT2QV6tePq7ZKcxLVurjMd2XrHTpyfTZ6o19f3E8yffPLOn74L0nCi7/zsi7eOF7f3jq8PTuIn4Lr5eBjVr25luHmP5kEyN+ATHmMNcCsgE2sRuMaieYyoFueBP/OAaEsTZGAFoYflKj9gZABf5JcUbhfYnDywHYxetM9ONxI7W0jVUbTlxsqfzKcq10j40eCrAHFLb1S2lnegBvFMl5CfT377eBz+6dfHT5dx2mr7uw++eOtw7/C9IzA9OA6/dQ1c88bEvAGzNeg9mz8xBpATdiJILWMGsRsAo/FpbgGxecMUxykIZfMVVcXBvBlP5gM3JoDWae7m4nynUS8tZOcvkNt2ulDo3ioP9BpbyQN1LXX3UMmxrQ49D5B06z/yQ9ir8qv4fR6O+PPZYeDT48zD33316kcPr7//v6KtUVrR6z/9/U+O34z757z5smZDujYOT97+j+8//SnsTjvttFNJBzwPHQ7fvBnw/SuePA55F9rBbKeddnp+uviG9sYH87Wv7n/52+vRlo896gYXnnN8Pu49eXcHs5122mkr3ceF9OW9379xuPkO2LPnNNwRtNT3PpbPyPhsPv7DP3zywz//FDvttNNOG+nij5yHMd7UAOW+CRlJfeNwPnz8eP7tJ+/uYLbTTjtdRhd95Hzjgy8efHV//CZXkf0UZ83zBPOnn7zzpz/CTjvttNNz0EUfOf9wH++P8kf6/HEUxH/1EXN8NsaTtz955xsPsdNOO+30nLT5I+fVL94OHN68mZEfH2lO3c6e/Ph/H7/yV7/cwWynnXZ6QbTpI+fVTzYf33/03xPjwfmvXXR/WW8+/Oqr+fZ/vvuNz7DTTjvt9AJp00fOP9z//U+Ot7MH1yP3m8wW2B5e3cr2G9lOO+30x6I2oL3+4aP3jo8361+SXcY3v4px/JHo+7/6wasfYaeddtrpj0itj5zf/vDRG/eAX1yPun+3bD48fu03sp122ulro9YN7R6Wv6+Z/SXfq+H8fBzGx3M++WgHsp122unrphagzTkfjOWfu9D/8sDD49fHv3v86kcPf3j+N+B32mmnnb4OagHaON64MJ7+G2nXNPH5EeAeZv+Mx0477bTT103tX9u4/ocfj3Tv8aeffH//60k77bTTy0f/B4WJcMh87HnpAAAAAElFTkSuQmCC);
  }
}

.question__bubble {
  position: relative;
  padding: 21px 29px;
  background-color: rgba(97, 215, 123, 0.7);
  -webkit-backdrop-filter: blur(8.32911px);
          backdrop-filter: blur(8.32911px);
  border: 1px solid #FFFFFF;
  border-radius: 35px;
}
@media (max-width: 767px) {
  .question__bubble {
    padding: 8px 16px 14px;
    border-radius: 12px;
  }
}
.question__bubble::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 20px;
  margin-top: -2px;
  width: 48px;
  height: 27px;
  background-image: url("data:image/svg+xml,%3Csvg width='41' height='26' viewBox='0 0 41 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_b)'%3E%3Cpath d='M37.5001 25.5734C20.6706 21.7036 1.3669 7.79134 0 0L33 0.5C33 8.63379 36.2969 15.1298 40.0072 19.6636C41.9223 22.0038 40.4471 26.2511 37.5001 25.5734Z' fill='%2361D77B' fill-opacity='0.7'/%3E%3Cpath d='M37.5934 25.1676C29.2419 23.2472 20.257 18.8283 13.1893 13.9153C9.65676 11.4598 6.61481 8.88883 4.37581 6.45657C2.32463 4.22835 0.984872 2.15657 0.520745 0.424393L32.5863 0.910235C32.6949 8.97012 35.9915 15.4142 39.6849 19.9273C40.532 20.9625 40.6413 22.4452 40.1892 23.5982C39.9652 24.1697 39.6131 24.633 39.1776 24.9157C38.7501 25.1933 38.221 25.3119 37.5934 25.1676Z' stroke='url(%23paint0_linear)' stroke-width='0.832911'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_b' x='-8.32911' y='-8.32911' width='57.5262' height='42.304' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImage' stdDeviation='4.16456'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur' result='shape'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear' x1='24' y1='2.73732' x2='24' y2='26.597' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  mix-blend-mode: darken;
}
@media (max-width: 767px) {
  .question__bubble::after {
    right: 5px;
    width: 27px;
    height: 14px;
  }
}

.info-list {
  padding: 15px 0 30px;
}

.info-list__item {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 0;
  max-width: 300px;
}
.info-list__item h4 {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 1em;
  font-weight: 600;
}
@media (max-width: 767px) {
  .info-list__item h4 {
    font-size: 26px;
    line-height: 1.295;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) and (max-width: 991px) {
  .info-list__item h4 {
    font-size: 16px;
    line-height: 1.4;
  }
}
.info-list__item p {
  font-size: 26px;
  line-height: 1.295;
}
@media (max-width: 991px) {
  .info-list__item p {
    font-size: 16px;
    line-height: 1.4;
  }
}

.subscription {
  padding: 80px 0;
  color: #FFFFFF;
  background-color: rgba(31, 120, 247, 0.8);
  background-image: url("data:image/svg+xml,%3Csvg width='545' height='311' viewBox='0 0 545 311' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M128.903 214.368V290.006L127.143 291.179V292.351H121.276L118.342 287.661L117.169 282.97L114.235 280.038V278.279L104.848 268.898L100.154 270.07H95.4603L89.0065 273.588L83.1394 281.211H80.2058V279.452H81.3793V275.934L80.2058 272.416L82.5527 268.898L83.7261 263.034L81.966 260.689L82.5527 258.93L81.3793 258.344L79.6191 260.103L77.2723 257.757L75.2188 259.809H73.752L72.5786 257.171V255.998L70.2318 251.894H64.3647V249.549L66.1248 244.858L61.4311 237.822V236.063L59.0843 233.717V230.786L57.3242 228.44H53.2172L51.1637 226.388V220.818L53.0412 218.942H57.2655V219.645H61.3725L63.1326 222.577H64.8927H65.4794V220.818L62.5459 217.886H59.6123L59.0256 216.127V214.368L62.8392 210.557H64.306V207.919L67.8263 203.814H68.413L68.9997 204.401L72.5199 202.055L75.4535 203.814H81.3206L83.6674 200.883L85.4276 196.778L86.0143 191.501L85.4276 189.156L87.7744 185.638L87.1877 184.465L87.7744 182.706L84.8409 181.533L86.0143 178.602L84.2541 179.188L83.0807 177.429L81.3206 176.256L80.1472 178.602H77.8003L73.6934 175.67V178.602H71.3465L70.1731 176.256H68.413V173.325L66.3595 171.272L65.1861 172.445V173.911H60.7857L57.8522 175.084V176.843H54.3319L50.8117 179.188V180.361H48.4648V183.879H47.2914V187.397H44.9446L44.0645 186.517H42.5977L41.8937 185.814L40.2509 187.455L34.1491 181.24H32.0956V180.361H29.1621L27.9887 176.256L30.9222 174.497L32.6823 176.256H35.0292L36.2026 175.084L30.3355 166.875V163.357L26.2285 159.253V157.494L23.295 154.562H17.4279L15.081 152.217V156.321H13.3209L10.6807 153.682V144.594L1 140.49L5.69368 129.349L9.21394 126.418V124.659L5.69368 121.727L7.45381 110L10.3874 108.241H12.1475L13.3209 105.309L10.9741 102.964L16.8412 97.1008L23.8817 105.309V108.828L27.4019 112.346L34.4425 107.069L31.8023 104.43V94.1691H34.4425L38.2561 90.3579H40.8963V88.892L39.1361 87.133L41.7763 84.4945H46.1767L48.6408 82.0319H52.0438H53.2172V78.3966H54.3906V73.7059H57.9109V70.7742H60.8444V72.5332H66.7115L67.8849 73.7059V77.2239H70.8185L71.9919 76.6376V73.7059L73.4587 72.24L76.0989 72.5332L79.0324 70.7742H80.2058L83.1394 77.8102H93.7002L97.2204 80.7419V83.6736L101.327 84.26L104.261 86.6053V88.9507L107.781 90.7097L106.608 97.1594L108.368 99.5047L110.715 97.7457L108.368 94.814L109.541 91.296L108.368 89.537L111.008 86.8985L119.222 95.1072L120.689 93.6414L124.796 97.7457L128.609 93.9345V90.1233H132.423V87.778H136.53V86.6053H142.984L147.091 91.8824L148.851 90.1233L150.611 90.7097V87.1917H153.545L156.478 88.3643L158.825 85.4326L162.932 89.537V93.055L168.212 97.1594H175.253L176.426 99.5047H178.186L179.36 97.1594V93.6414L182.88 92.4687H184.053V94.814L186.694 97.4526H191.094L197.548 94.814H199.308L200.481 93.055V86.019L201.361 85.1395L199.895 81.3283H195.201L192.267 78.3966H186.987L185.227 76.6376L186.694 75.1717L184.64 73.1195H180.533L179.947 70.1879V69.0152H184.053L187.574 65.4972H189.921L192.267 64.3245L194.614 63.1518L192.854 61.3928L193.441 60.2201L191.094 59.6338V57.2884H188.747V53.7704L193.441 51.425L194.614 47.907H198.721L206.935 49.666H208.695L209.282 47.3207L195.201 42.63L195.788 39.112L195.201 37.9393H192.267V33.8349H194.028L195.788 32.0759L195.201 31.4896H192.854V28.5579H194.614L199.895 25.6262H201.655V26.7989H204.588L206.935 29.1442L208.695 27.3852H212.216L213.976 30.9032L216.323 25.6262L221.603 26.2125L222.776 24.4535H225.71L230.99 22.1082L232.75 23.8672L233.337 21.5218H243.898L246.245 19.1765L249.178 22.6945H249.765L249.178 18.5901L253.285 15.0721H255.045L256.219 16.8311H257.392V13.8994H260.912L261.499 15.0721L267.953 13.3131L275.58 12.7268L278.514 10.9677L282.621 11.5541L284.968 9.20873L288.488 9.79507L290.248 8.62239L288.488 6.86338V5.10436H294.355V1H309.609L316.65 6.27704L319.583 2.75901H325.451V5.6907L327.797 8.62239V15.0721H331.318V18.0038L328.971 20.3491L330.438 21.815V23.8672H326.037L330.144 27.9715V25.6262H333.665V27.3852H335.425V24.4535H339.532V22.1082H343.052L345.985 25.0398V27.3852H354.199V31.4896L358.893 32.6622L360.066 30.9032V28.5579H364.173V33.2486L362.413 35.5939H359.48L357.72 39.112L358.893 40.2846L365.347 37.3529L370.627 39.112V37.3529H374.148V35.5939L376.201 33.5417H378.841L380.015 33.8349L383.535 32.0759V29.1442H388.815L394.682 26.7989V23.8672L397.616 23.2808L399.376 24.4535L400.549 22.1082H404.07L405.243 24.4535L405.83 27.3852L402.896 30.9032H400.549V32.0759L416.977 46.148L428.712 64.3245L439.859 84.26L446.313 99.5047H446.9V97.1594L451.593 96.5731V93.6414H451.007V90.1233L453.353 89.537V88.3643H457.46L459.22 90.7097H462.741V93.6414L460.981 96.5731H465.674V101.264H468.608L470.955 99.5047H472.128L475.062 101.85L476.235 100.677H481.515V97.1594H486.796V95.4004H493.836L498.53 98.9184V102.436L502.05 105.954V111.818H507.917L513.784 115.922L513.198 117.095L512.024 118.854L512.611 119.44L514.371 120.027L516.131 124.717H523.172L527.279 127.649L528.159 128.528V125.304H529.626L533.733 120.613H536.666V124.717L534.906 127.063H537.253V129.994L541.36 133.512H543.12L544 134.392V137.617H542.533L541.36 137.03H537.253L535.199 139.083L536.666 141.721V145.239L533.146 148.757H529.626V151.102H524.345L522.585 152.861V154.62L520.825 156.38V164.002L521.412 168.693V169.865L522.585 171.624V176.315H520.238V179.247H516.718L511.438 183.937H507.331V182.765H509.091L507.917 179.833L500.877 181.006L495.01 179.247L490.316 177.488L486.796 175.142L485.622 180.419L484.449 184.524L483.276 189.801L479.755 198.009V202.114L477.995 206.805L477.408 208.564L477.995 209.736L478.582 210.323L482.102 211.495V218.531H478.582L476.528 216.479L473.888 219.118H470.368L469.781 215.6V214.427L468.608 213.254L463.327 216.186L458.047 217.945L453.353 218.531L452.18 219.704L447.486 220.29L445.726 222.049V224.395H448.66L449.246 222.636H451.007L454.527 226.154V227.913H452.18V237.294L454.527 246.676L456.287 251.953L456.874 254.298V259.575H455.113L452.18 262.507H455.7V266.025H450.42L449.246 269.543L450.42 271.302V280.683H447.486L444.553 273.647H438.099V270.715L435.752 270.129V267.197H429.885L426.365 264.266L420.498 264.852L418.737 263.679H408.177L407.59 261.92H405.243L402.896 263.679H397.616L395.269 262.507H391.749V265.438H388.229L387.642 264.852H381.775L377.668 260.748H375.321L372.094 257.523H367.694L361.827 260.161L361.24 264.852L360.653 268.956L361.533 269.836V273.647H357.72V270.715H351.853L350.092 267.784L342.465 264.852L337.771 263.679L335.425 265.438L331.904 264.852L328.971 268.37L327.797 271.302L327.211 273.647V275.992C327.211 275.992 323.69 275.406 323.69 275.992C323.69 276.579 323.69 280.683 323.69 280.683H320.757L319.583 279.51L314.303 285.96L310.196 287.133L306.089 291.237H304.329L301.982 293.583V298.273L298.462 298.86L296.702 302.378V305.896L297.875 307.655V310H293.182L286.728 304.137V302.378H288.488L289.075 300.619L287.314 300.032V297.101H270.3L267.953 285.374V278.924H260.912V269.543H262.086V258.989L259.739 261.92H257.979L254.459 251.366L248.592 246.676L246.831 243.158L242.138 246.676L230.404 245.503L221.603 244.917L210.455 247.848H207.522L191.094 226.74V224.395L198.135 216.186L192.854 205.046V196.837L195.201 194.491L192.854 192.146L198.721 186.283V184.524H192.267V181.006L186.987 183.937L184.347 181.299L181.12 184.524L183.173 186.576L185.227 184.524L188.454 187.749H192.267V193.319H186.987V191.56H182.293V193.905H177.6V199.769H170.559V196.25H168.212L167.626 195.664L164.692 196.837V203.873L128.903 214.368Z' stroke='white' stroke-width='0.749834' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 543px auto;
  background-position: top 111px left 50.5vw;
}
@media (max-width: 767px) {
  .subscription {
    padding: 32px 0 38px;
    background-image: none;
  }
}

.subscription__headline {
  margin-bottom: 40px;
}

.subscription__text {
  margin-bottom: 60px;
  max-width: 760px;
}
@media (max-width: 767px) {
  .subscription__text {
    margin-bottom: 23px;
  }
}

.subscription__form .form-control {
  padding: 12px 0;
  font: inherit;
  font-size: 26px;
  line-height: 34px;
  color: inherit;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #FFFFFF;
}
@media (max-width: 767px) {
  .subscription__form .form-control {
    margin-bottom: 8px;
    padding: 4px 0;
    font-size: 16px;
    line-height: 1.3;
  }
}
.subscription__form .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.subscription__form .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.subscription__form .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.subscription__form .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.subscription__form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
@media (max-width: 767px) {
  .subscription__form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.subscription__form-note {
  font-size: 14px;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .subscription__form-note {
    margin-bottom: 28px;
    font-size: 12px;
    line-height: 1.25;
  }
}
.subscription__form-note a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.subscription__form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .subscription__form-row {
    display: contents;
  }
}

.subscription__form-btn {
  margin-left: 30px;
  min-width: 273px;
}
@media (max-width: 767px) {
  .subscription__form-btn {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    margin-left: 0;
    padding: 16px;
    width: 100%;
  }
}

.support {
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.support h2 {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .support h2 {
    margin-bottom: 24px;
  }
}

.support__option {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 50px 0 70px;
  min-height: 495px;
}
@media (max-width: 991px) {
  .support__option {
    min-height: 100%;
  }
}
@media (max-width: 767px) {
  .support__option {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 30px 16px 40px;
    width: 100vw;
    min-height: 318px;
  }
}
.support__option > * {
  position: relative;
  z-index: 1;
}
.support__option::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50vw;
}
@media (max-width: 767px) {
  .support__option::before {
    display: none;
  }
}
.support__option_left {
  padding-right: 70px;
}
@media (max-width: 1199px) {
  .support__option_left {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .support__option_left {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.support__option_left::before {
  right: 100%;
}
.support__option_right {
  padding-left: 70px;
}
@media (max-width: 1199px) {
  .support__option_right {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .support__option_right {
    padding-left: 16px;
  }
}
.support__option_right::before {
  left: 100%;
}
.support__option_color {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .support__option_color {
    background-color: rgba(58, 213, 92, 0.7);
  }
}
.support__option_color::before {
  background-color: rgba(58, 213, 92, 0.7);
}
.support__option_blue {
  color: #FFFFFF;
  background-color: rgba(31, 120, 247, 0.8);
}
.support__option_blue::before {
  background-color: rgba(31, 120, 247, 0.8);
}

.support__option-wrapper {
  display: contents;
}
@media (max-width: 767px) {
  .support__option-wrapper {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    max-width: 510px;
  }
}
.support__option-wrapper > * {
  position: relative;
  z-index: 1;
}

.support__text {
  font-size: 18px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .support__text {
    font-size: 26px;
    line-height: 1.295;
  }
}
@media (max-width: 767px) and (max-width: 991px) {
  .support__text {
    font-size: 16px;
    line-height: 1.4;
  }
}

.support__link {
  margin-top: auto;
  min-width: 273px;
}
@media (max-width: 767px) {
  .support__link {
    width: 100%;
  }
}

.support__option-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: auto;
  width: 100%;
}

.support__option-link {
  margin-top: 20px;
  margin-left: 20px;
  width: 118px;
}
@media (max-width: 1199px) {
  .support__option-link {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.support__option-link img {
  display: block;
  width: 100%;
  height: auto;
}

.support + .map-section {
  padding-top: 120px;
}
@media (max-width: 767px) {
  .support + .map-section {
    padding-top: 60px;
  }
}

.map-section__headline {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .map-section__headline {
    margin-bottom: 30px;
  }
}

.map-container {
  position: relative;
  height: 100%;
}
.map-container .container {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.map-container img,
.map-container canvas,
.map-container iframe {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.map-container__controls {
  position: absolute;
  top: 25px;
  left: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #f1f1f1;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .map-container__controls {
    position: static;
    margin-top: 25px;
    width: 100%;
    background-color: transparent;
    border: 0;
    border-radius: 0;
  }
}

.map-container__control {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 14px 15px;
  font-family: inherit;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  color: inherit;
  background-color: #FFFFFF;
  border: 0;
  border-right: 1px solid #f1f1f1;
  border-radius: 0;
  cursor: pointer;
}
.map-container__control:hover {
  opacity: 0.75;
}
@media (max-width: 991px) {
  .map-container__control {
    display: block;
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #f1f1f1;
  }
}
.map-container__control.active {
  color: #FFFFFF;
  background-color: rgba(31, 120, 247, 0.8);
}
.map-container__control:first-child {
  border-radius: 20px 0 0 20px;
}
@media (max-width: 991px) {
  .map-container__control:first-child {
    border-radius: 0;
  }
}
.map-container__control:last-child {
  border-right: 0;
  border-radius: 0 20px 20px 0;
}
@media (max-width: 991px) {
  .map-container__control:last-child {
    border-radius: 0;
  }
}

.map-container__current {
  display: none;
  padding: 14px 30px 14px 20px;
  width: 100%;
  font-size: 14px;
  line-height: 1;
  background-color: #FFFFFF;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.7041L4.70422 5.40832L8.40843 1.7041' stroke='%231F78F7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 8px auto;
  background-position: center right 17px;
  border: 1px solid #F1F1F1;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .map-container__current {
    display: block;
  }
}
@media (max-width: 767px) {
  .map-container__current {
    font-size: 16px;
  }
}

.map-container__dropdown {
  display: contents;
  width: 100%;
  height: 0;
  border: 1px solid #f1f1f1;
  border-radius: 20px;
  opacity: 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .map-container__dropdown {
    display: block;
  }
}
.opened .map-container__dropdown {
  height: auto;
  opacity: 1;
}

.donate {
  padding: 65px 0 82px;
}
@media (max-width: 767px) {
  .donate {
    padding-top: 58px;
    padding-bottom: 54px;
  }
}
.donate h2 {
  font-weight: 400;
}
@media (max-width: 767px) {
  .donate h2 {
    margin-bottom: 32px;
  }
}

.donate__text {
  font-size: 18px;
  line-height: 1.4;
  padding-left: 40px;
  margin-bottom: 44px;
  max-width: 480px;
}
@media (max-width: 1199px) {
  .donate__text {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .donate__text {
    font-size: 26px;
    line-height: 1.295;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) and (max-width: 991px) {
  .donate__text {
    font-size: 16px;
    line-height: 1.4;
  }
}

.donate__link {
  display: inline-block;
  vertical-align: top;
  margin-left: 40px;
  min-width: 298px;
}
@media (max-width: 1199px) {
  .donate__link {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .donate__link {
    min-width: auto;
    width: 100%;
  }
}

.page-footer {
  margin-top: auto;
  padding-top: 74px;
  color: #FFFFFF;
  background-color: rgba(31, 120, 247, 0.8);
}
@media (max-width: 767px) {
  .page-footer {
    padding-top: 30px;
  }
}

.page-footer__share {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .page-footer__share {
    margin-bottom: 10px;
  }
}
.page-footer__share h2 {
  font-weight: 400;
}
@media (max-width: 767px) {
  .page-footer__share h2 {
    margin-bottom: 33px;
    font-size: 34px;
    line-height: 1.02;
  }
}

.page-footer__content {
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 13px;
  line-height: 1.2;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 1199px) {
  .page-footer__content {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .page-footer__content {
    padding-top: 26px;
    font-size: 10px;
    line-height: 1.4;
  }
}
.page-footer__content p {
  margin-bottom: 0;
}
.page-footer__content a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  text-decoration: none;
  color: inherit;
}
.page-footer__content a:hover {
  opacity: 0.75;
}
.page-footer__content a.page-footer__logo, .page-footer__content a.page-footer__logo-link {
  display: block;
  border: 0;
}
.page-footer__content a.page-footer__logo svg, .page-footer__content a.page-footer__logo-link svg {
  display: block;
  width: 100%;
  height: 100%;
}
.page-footer__content a.page-footer__logo {
  width: 145px;
  height: 31px;
}
@media (max-width: 991px) {
  .page-footer__content a.page-footer__logo {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 20px;
    width: 158px;
    height: 27px;
  }
}
@media (max-width: 767px) {
  .page-footer__content a.page-footer__logo {
    margin-bottom: 8px;
    width: 128px;
    height: 22px;
  }
}
.page-footer__content a.page-footer__logo-link {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-bottom: 0;
  width: 45px;
  height: 45px;
}
@media (max-width: 767px) {
  .page-footer__content a.page-footer__logo-link {
    width: 38px;
    height: 38px;
  }
}

.page-footer__credits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.page-footer__credits p {
  margin-left: 12px;
  margin-bottom: 0;
}

.page-footer__info p {
  max-width: 670px;
}
@media (max-width: 991px) {
  .page-footer__info p {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .page-footer__copyright {
    display: none;
  }
}

.share-block .likely {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .share-block .likely {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.share-block .likely__widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 17px 17px 0;
  padding: 14px 30px;
  font-family: inherit;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #287DF8;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 170px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
@media (max-width: 767px) {
  .share-block .likely__widget {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 20px 20px 0;
    padding: 0;
    width: 42px;
    height: 42px;
    border-radius: 50%;
  }
}
.share-block .likely__widget:hover {
  background-color: #FFFFFF;
}
@media (max-width: 767px) {
  .share-block .likely__widget:last-child {
    margin-right: 0;
  }
}
.share-block .likely__icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 15px;
  width: 28px;
  height: 32px;
}
@media (max-width: 767px) {
  .share-block .likely__icon {
    margin: 0;
    width: 18px;
    height: 18px;
  }
}
.share-block .likely__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #287DF8;
}
@media (max-width: 767px) {
  .share-block .likely__button {
    display: none;
  }
}
.share-block .likely__counter {
  position: absolute !important;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0 !important;
  pointer-events: none;
}

.ratio-table {
  font-size: 26px;
  line-height: 1.295;
  margin-bottom: 40px;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
@media (max-width: 991px) {
  .ratio-table {
    font-size: 16px;
    line-height: 1.4;
  }
}
.ratio-table th {
  padding-bottom: 13px;
  text-align: left;
  font-weight: 500;
}
.ratio-table td {
  vertical-align: bottom;
  padding-bottom: 17px;
}
@media (max-width: 767px) {
  .ratio-table td {
    padding-bottom: 13px;
  }
}
.ratio-table p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .ratio-table {
    margin-bottom: 20px;
  }
}

p.ratio-table__label {
  margin-bottom: 0.3em;
}
@media (max-width: 767px) {
  p.ratio-table__label {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 1.4;
  }
}

.quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 33px;
  color: #FFFFFF;
}
.quantity span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 5px 0 auto;
  padding-left: 5px;
  white-space: nowrap;
}
.ratio-table td:first-child:not(:last-child) .quantity {
  opacity: 0.4;
}

.quantity_tiny {
  position: relative;
  color: #828282;
}
.quantity_tiny span {
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
}

.popup {
  position: relative;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  max-height: calc(100vh - 60px);
  overflow-y: auto;
  overflow-x: hidden;
}

.popup__close {
  position: absolute;
  top: 24px;
  right: 18px;
  display: block;
  padding: 0;
  width: 33px;
  height: 33px;
  background-color: transparent;
  border: 0;
  border-radius: 50%;
  z-index: 1;
}
.popup__close svg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.dep-card__header {
  padding: 21px 60px 0 13px;
}

.dep-card__subtitle {
  margin-bottom: 3px;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.36;
  color: #959292;
}

.dep-card__headline {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.22;
}

.dep-card__content {
  padding: 0 18px 19px 13px;
}

.dep-card__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.36;
}
.dep-card__data:last-child {
  margin-bottom: 0;
}
.dep-card__data b {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.36;
  color: #287DF8;
}

.dep-card__text {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.36;
  color: #287DF8;
}
.dep-card__text p {
  margin-bottom: 15px;
}
.dep-card__text p:last-child {
  margin-bottom: 0;
}

.person-popup {
  position: absolute;
  top: 0;
  width: 811px;
  max-width: calc(100% - 30px);
  opacity: 0;
  pointer-events: none;
  z-index: 100;
}
@media (max-width: 991px) {
  .person-popup {
    width: 690px;
  }
}
@media (max-width: 767px) {
  .person-popup {
    width: 510px;
  }
}
.person-popup.show {
  opacity: 1;
  pointer-events: auto;
}

.map-info {
  position: relative;
  padding: 32px 60px 55px;
}
@media (max-width: 767px) {
  .map-info {
    padding: 60px 13px 30px;
  }
}

.map-info__party {
  content: "";
  position: absolute;
  top: 32px;
  left: 23px;
  width: 10px;
  height: 30px;
  background-color: #3464A9;
}
@media (max-width: 767px) {
  .map-info__party {
    top: 39px;
    left: 13px;
    width: 30px;
    height: 10px;
  }
}

.map-info__headline {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.22;
}
@media (max-width: 767px) {
  .map-info__headline {
    margin-bottom: 15px;
    font-size: 16px;
  }
}

.map-info__stats {
  margin-bottom: 14px;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.36;
}
@media (max-width: 767px) {
  .map-info__stats {
    margin-bottom: 8px;
    font-size: 16px;
  }
}
.map-info__stats p {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .map-info__stats p {
    margin-bottom: 7px;
  }
}

.map-info__description {
  margin-bottom: 34px;
  font-size: 18px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .map-info__description {
    margin-bottom: 10px;
    font-size: 11px;
  }
}
.map-info__description p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .map-info__description p:last-child {
    margin-bottom: 7px;
  }
}

.map-info__list {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .map-info__list {
    font-size: 11px;
  }
}
.map-info__list p {
  margin-bottom: 9px;
}
@media (max-width: 767px) {
  .map-info__list p {
    margin-bottom: 4px;
  }
}

.map-info__table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .map-info__table table {
    font-size: 10px;
  }
}
.map-info__table th {
  padding-bottom: 6px;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .map-info__table th {
    padding-bottom: 14px;
    font-size: 10px;
  }
}
.map-info__table td {
  padding-right: 20px;
  padding-bottom: 10px;
}
@media (max-width: 539px) {
  .map-info__table td {
    padding-right: 5px;
  }
}
.map-info__table a {
  display: inline-block;
  vertical-align: top;
  max-width: 160px;
  text-decoration: underline;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 767px) {
  .map-info__table a {
    max-width: 110px;
  }
}
@media (max-width: 539px) {
  .map-info__table a {
    max-width: 50px;
  }
}

.text-block {
  line-height: 1.295;
}
.text-block em {
  font-weight: 500;
  font-style: normal;
  color: #287DF8;
}
.text-block p {
  margin-bottom: 1.3em;
}
.text-block p:last-child {
  margin-bottom: 0;
}
.text-block h2 {
  margin-bottom: 0.8em;
  font-weight: 500;
  font-size: 42px;
  line-height: 1.2;
  margin: 1.5em 0 1em;
  font-weight: 500;
}
@media (max-width: 991px) {
  .text-block h2 {
    margin-bottom: 0.8em;
    font-weight: 500;
    font-size: 38px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .text-block h2 {
    margin-bottom: 0.8em;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
  }
}

.text-block__headline {
  margin-bottom: 1em;
  color: #287DF8;
}

.text-block__lead {
  margin-bottom: 65px;
  font-size: 36px;
}
@media (max-width: 991px) {
  .text-block__lead {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .text-block__lead {
    margin-bottom: 40px;
    font-size: 24px;
  }
}

.text-block__note {
  margin-bottom: 145px;
  font-size: 20px;
}
@media (max-width: 991px) {
  .text-block__note {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .text-block__note {
    font-size: 12px;
    line-height: 1.255;
    margin-bottom: 70px;
  }
}
.text-block__note a {
  color: inherit;
}
.text-block__note a:hover {
  color: #287DF8;
  opacity: 1;
}

.text-block__video {
  margin-top: 47px;
  margin-bottom: 30px;
  width: 100%;
  max-width: 1155px;
}
@media (max-width: 991px) {
  .text-block__video {
    margin-bottom: 0;
  }
}
@media (max-width: 540px) {
  .text-block__video {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
}

.text-block__links-list {
  margin-bottom: 105px;
  max-width: 740px;
}
@media (max-width: 991px) {
  .text-block__links-list {
    margin-bottom: 50px;
  }
}
.text-block__links-list li {
  margin-bottom: 17px;
}
.text-block__links-list a {
  border-bottom: 2px solid #287DF8;
}
@media (max-width: 767px) {
  .text-block__links-list a {
    border-bottom-width: 1px;
  }
}

.text-block__btn {
  margin-bottom: 50px;
  width: 100%;
  max-width: 288px;
}
@media (max-width: 991px) {
  .text-block__btn {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .text-block__btn {
    margin-bottom: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: none;
  }
}

.team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.team__item {
  margin-right: 135px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .team__item {
    margin-right: 50px;
  }
}

.team-member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.team-member__avatar {
  margin-bottom: 15px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .team-member__avatar {
    width: 90px;
    height: 90px;
  }
}
.team-member__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.team-member__name {
  padding: 0 10px;
  width: 180px;
}
@media (max-width: 767px) {
  .team-member__name {
    width: 90px;
  }
}

.team-list {
  display: grid;
  grid-template-columns: 425px 520px;
  grid-gap: 1px 20px;
  margin-bottom: 65px;
  width: 100%;
}
@media (max-width: 1199px) {
  .team-list {
    grid-template-columns: repeat(2, calc(50% - 10px));
  }
}
@media (max-width: 767px) {
  .team-list {
    margin-bottom: 30px;
  }
}
@media (max-width: 539px) {
  .team-list {
    display: block;
  }
}
.team-list li {
  display: contents;
}
@media (max-width: 539px) {
  .team-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
  }
}

.feedback-form {
  padding-bottom: 53px;
  max-width: 1155px;
}
@media (max-width: 991px) {
  .feedback-form {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .feedback-form {
    padding-bottom: 60px;
  }
}

.feedback-form__row {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .feedback-form__row {
    margin-bottom: 20px;
  }
}

.feedback-form__label {
  display: block;
  margin-bottom: 6px;
  font-size: 26px;
  line-height: 1.295;
}
@media (max-width: 767px) {
  .feedback-form__label {
    font-size: 20px;
  }
}

.feedback-form__multiline {
  height: 380px;
  min-height: 200px;
  border-color: #545454;
  border-radius: 0;
}
@media (max-width: 767px) {
  .feedback-form__multiline {
    height: 180px;
    min-height: 100px;
  }
}

.feedback-form__field {
  height: 52px;
  border-color: #545454;
  border-radius: 0;
}
@media (max-width: 767px) {
  .feedback-form__field {
    height: 40px;
  }
}

.feedback-form__submit {
  margin-top: 70px;
  width: 100%;
  max-width: 288px;
}
@media (max-width: 767px) {
  .feedback-form__submit {
    margin-top: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: 100%;
    font-size: 16px;
  }
}

.disclaimer {
  padding: 65px 0 100px;
  font-size: 22px;
  line-height: 1.4;
}
.disclaimer p {
  max-width: 495px;
}

.disclaimer__text {
  margin-bottom: 33px;
  font-size: 18px;
}

.disclaimer__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  min-width: 235px;
}
.disclaimer__link svg:first-child {
  margin-right: 25px;
  width: 24px;
  height: 21px;
}

.refresh-button {
  display: block;
  margin-bottom: 20px;
  padding: 0;
  width: 23px;
  height: 23px;
  border: 0;
  background-color: transparent;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  cursor: pointer;
}
.refresh-button svg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.refresh-button:hover {
  color: #5EC875;
}

.status-message {
  margin-bottom: 0;
  padding: 2px 10px;
  max-width: 180px;
  text-align: left;
  font-size: 18px;
  line-height: 1.4;
  border-radius: 10px;
}
.status-message_ok {
  background-color: rgba(58, 213, 92, 0.7);
}
.status-message_declined {
  background-color: rgba(247, 119, 119, 0.8);
}

.error-message {
  padding: 11vw 0;
  font-size: 36px;
  line-height: 1.29;
  overflow: hidden;
}
@media (max-width: 1700px) {
  .error-message {
    padding: 80px 0;
  }
}
@media (max-width: 1440px) {
  .error-message {
    font-size: 26px;
    line-height: 1.295;
    padding: 80px 0;
  }
}
@media (max-width: 1440px) and (max-width: 991px) {
  .error-message {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 991px) {
  .error-message {
    padding-top: 30px;
  }
}

.error-message__image {
  -webkit-transform: translate(36%, -7%);
          transform: translate(36%, -7%);
}
@media (max-width: 1440px) {
  .error-message__image {
    -webkit-transform: translateY(-7%);
            transform: translateY(-7%);
  }
}
@media (max-width: 991px) {
  .error-message__image {
    display: block;
    margin: 0 auto;
    width: 400px;
    max-width: 100%;
  }
}
.error-message__image svg {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .error-message__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  .error-message__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.error-message__content h1 {
  margin-bottom: 0.8em;
  font-weight: 400;
  font-size: 78px;
  line-height: 1;
  margin-bottom: 1.8em;
  color: #287DF8;
}
@media (max-width: 1440px) {
  .error-message__content h1 {
    margin-bottom: 0.8em;
    font-weight: 500;
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 1em;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .error-message__content h1 {
    margin-bottom: 0.8em;
    font-weight: 400;
    font-size: 34px;
    line-height: 1;
  }
}

.error-message__subtitle {
  margin: 0;
}

.ratio-list__legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ratio-list__legend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 30px 20px 0;
}
@media (min-width: 767px) {
  .ratio-list__legend-item {
    margin-right: 40px;
  }
}
.ratio-list__legend-item .icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  margin-right: 5px;
  width: 15px;
  height: 15px;
}
@media (min-width: 767px) {
  .ratio-list__legend-item .icon {
    margin-right: 15px;
    width: 30px;
    height: 30px;
  }
}

.ratio-list__item {
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .ratio-list__item {
    margin-bottom: 13px;
  }
}

.ratio-list__item p {
  margin-bottom: 0.3em;
}
@media (max-width: 767px) {
  .ratio-list__item p {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 1.4;
  }
}

.ratio-graph {
  position: relative;
  height: 33px;
  text-align: right;
  color: #FFFFFF;
}

.ratio-graph__succeeded {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.ratio-graph,
.ratio-graph__succeeded {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.ratio-graph::after,
.ratio-graph__succeeded::after {
  content: attr(data-number);
  padding: 0 5px;
}
.ratio-graph_small::after,
.ratio-graph__succeeded_small::after {
  position: absolute;
  left: 100%;
  color: #828282;
}
.ratio-graph_tiny,
.ratio-graph__succeeded_tiny {
  font-size: 0;
}

.ratio-graph__succeeded_small::after {
  color: #FFFFFF;
}

.fulltext-tooltip {
  font-size: 18px;
  line-height: 1.4;
  position: absolute;
  display: block;
  margin-top: 5px;
  padding: 12px 13px 15px;
  width: 447px;
  max-height: 60vh;
  background-color: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(31, 120, 247, 0.8);
  border-radius: 4px;
  z-index: 1;
  overflow-y: auto;
}
td:last-child .fulltext-tooltip, td:nth-last-child(2) .fulltext-tooltip {
  right: 0;
}
@media (max-width: 767px) {
  .fulltext-tooltip {
    width: 290px;
  }
}

.slogan-section {
  font-size: 58px;
  line-height: 1.2;
  margin: 90px 0 50px;
  padding: 95px 0;
  color: #FFFFFF;
  background-color: #287EF8;
}
@media (max-width: 767px) {
  .slogan-section {
    font-size: 34px;
    line-height: 1;
  }
}
@media (max-width: 389px) {
  .slogan-section {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .slogan-section {
    margin: 40px 0 20px;
    padding: 40px 0 30px;
    line-height: 1.2;
  }
}
.slogan-section h2 {
  font-weight: 500;
  font-size: 58px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .slogan-section h2 {
    margin-bottom: 0.8em;
    font-weight: 500;
    font-size: 38px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .slogan-section h2 {
    margin-bottom: 0.8em;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
  }
}

.slogan-section_announce {
  color: #FFFFFF;
  background-color: rgba(58, 213, 92, 0.7);
}
@media (max-width: 991px) {
  .slogan-section_announce {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .slogan-section_announce {
    margin: 50px 0 0;
    padding: 40px 0;
  }
}

.video-container {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.video-container iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.candidate-info {
  font-size: 42px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .candidate-info {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .candidate-info {
    font-size: 18px;
  }
}

.candidate-info__item {
  margin-bottom: 55px;
  max-width: 550px;
}
@media (max-width: 991px) {
  .candidate-info__item {
    margin-bottom: 30px;
  }
  .candidate-info__item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .candidate-info__item {
    margin-bottom: 22px;
  }
}

.candidate-info__party {
  position: relative;
  padding-left: 25px;
}
@media (max-width: 767px) {
  .candidate-info__party {
    padding-left: 14px;
  }
}

.candidate-info__party-sign {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 15px;
  height: 41px;
  background-color: #E5E5E5;
}
@media (max-width: 767px) {
  .candidate-info__party-sign {
    width: 7px;
    height: 26px;
  }
}

.candidate-info__series {
  position: relative;
  padding-left: 49px;
  color: #287DF8;
}
@media (max-width: 991px) {
  .candidate-info__series {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .candidate-info__series {
    padding-left: 32px;
  }
}

.candidate-info__qty {
  position: absolute;
  left: 0;
  top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 37px;
  height: 37px;
  font-size: 28px;
  line-height: 1.2;
  color: #FFFFFF;
  background-color: #287DF8;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .candidate-info__qty {
    top: 8px;
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .candidate-info__qty {
    top: 0;
    width: 20px;
    height: 20px;
    font-size: 14px;
  }
}

.candidate-info__col:nth-child(even) .tooltip-box__content {
  left: auto;
  right: 0;
}
.candidate-info__col .tooltip-box_small {
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
}

.general-info h3 {
  margin-bottom: 12px;
  font-weight: 300;
  font-size: inherit;
}
.general-info .hidden {
  display: none !important;
}
.general-info li {
  margin-bottom: 20px;
}

.general-info__item {
  margin-bottom: 53px;
  max-width: 920px;
}
@media (max-width: 767px) {
  .general-info__item {
    margin-bottom: 30px;
  }
}
.general-info__item:last-child {
  margin-bottom: 0;
}
.general-info__item .general-info__item-date {
  margin: 24px 0 3px;
  font-size: 22px;
  color: #B1B1B1;
}
@media (max-width: 767px) {
  .general-info__item .general-info__item-date {
    margin-top: 10px;
    font-size: 14px;
  }
}

.candidate-summary__misc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 47px;
  margin-bottom: 19px;
  margin-left: -90px;
  font-size: 22px;
  line-height: 1.295;
}
@media (max-width: 767px) {
  .candidate-summary__misc {
    margin-top: 25px;
    margin-bottom: 0;
    font-size: inherit;
  }
}

.candidate-summary__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 20px;
  margin-left: 90px;
}

.candidate-summary__linked-text {
  position: relative;
  padding-left: 70px;
  padding-left: 40px;
  color: inherit;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 991px) {
  .candidate-summary__linked-text {
    padding-left: 50px;
  }
}
.candidate-summary__linked-text::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 3px;
  width: 37px;
  height: 38px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAAmCAYAAABDClKtAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAXxSURBVHgBzVjLblxFEK2687CdDMEmipB4rJCFQXxAFrBwDDuzRGIHC5DYkMCaRcweKTj+AYj4ACRYYisrEF+AWQQLISFhbMaM44ln5k4X1VXV3bfHc8dCSpS0fWe6+/bj1KlHVw/CjPLzHt18bpFuIMFS7ERuEeHUCeHdrDE18xzRv3928aurL+GnteN+vDe+NSxpWnHOpbo9NQPPtifmZnW/30/3xhu10uwduO4LS/i0l4MfAquANmIfEcuJUg992oosgKcMEyk6Biv16r5/dOmoWQdqUNJifxgW4tlRHZMYpR32taHaxgDPI7eXRaGA+BsaKF3SEZBx92ItqPunAL12EI8qJMlntBsF4dckZUA6IAMuO3O7UZAHAi3+aDbAP+SBNYqcxVpQR32QRQIbiQGyNkmVIPRFYdFeABYeuN/McZWBFAIE5lpEc01A/7SbOq2BtizvUwtq/5hgNA4GQMqGGVAiLCAA3d1Uq7SRDRVv9AISg8KFFsBCG6EzBzBuG+1NTxcDI9W0gFrfGt0EcJ9wddG3n72EXn10fEpoW+nysoHojijhqapQtYiBNVW7F63JVM0xoIttoM48IAsscxrMpldf4XE1vSTM5tu3h7dIAWXl7xOC05EaIVWR2WbBcdibTWXRLrzspHYHYncFqv3MM6in5hBPSxK1txhNm/uaBaFXrXMo0jaZi/fPKo+g9wCwNwh6Ey4Qg/VEBEQXmogvXpZxiCkqGCrl1YPi/fFkAHB4okPZnqDTJmB14jyrbuzU3nxpBpXlBaE/Aur1HVKMPJTij/FypQP4xTutjKnzyufflXg8ZBUOAAclQDkGGjNyp0vM8j6CYYnYH4XjgnL1mDoPT+B/l8sdgC4LOygLYlBYMhrPkvcMC2dQAwo9nVQ6NQyZYUaikAUd9R4QfnhnBFcuaVu6WQjWjvcQvLaCsLbSyFb2ALxX89oy1Dn1mhBwqR6UnQQWBHW3QliLNmV1Hzr2jzVexQjL7958tXEGkC9OQ5g4gzMBrK1sgET16UwZtIgBKYaHDL0uGEWR9torBVy/lgBt/zLOV1ZdoYQWR1n4mAFKt0HMz1adamcOBh/Iy9pKATfWkgI2t8ew86vLB2EyAxS1Y8ZADSidgWQqMQDabxJRcHnPvGqVAWEOqISd3TFQHkfsM6grOVLIHOrVhwLJzlZN3Mhmk4IINiSh+SxDJfyw68wnMFs6mJW4EMWjXABJBgF1NElcIghAjDV0ADGrDF741iRDO2PY3hVjEUOeoMp2MKfBIB2FDKfe0A0MhoXJFkY77AwUrb2MeH2CITbsaG4oLFfRkJ1YGI1dHjMBH4XqbQqS4QlLVRWEpI3/P3i9kQMKDIXMFC2BmCa6OBKppROcrz5LHVXlPrEPm4QwYO9+OwDwZ5p42a4ezuahwSFw7zChOuhDsk09V2NUIdJGbUTXFMlhDCIaVaLHodnVZ9+OpshElayLs1gG/dE3I/BK5awTn+mY0YrOKvZpcsw29ADRADiIJqsGjDj9HkU0eXZL5D8ZgmUd6Q6iTKF964v6kEAxwabAjNkVhagcvBArj8WtuKurSpdQhmxVH13Hok1tnII4M3N/m0zxcDRsELhFyhwCINhmdUU9fMWo5Y/CXcMPm+19mH1l5yBUWSmSCkXNVNk9qVexx1M3rWo2Fck/J3gmMJVseAKyBBuEas6p2YK6lAXfwLDeQCZFVPIxTK8D5V283cgQ2J0q2IfaWQwZlIeiysEaARpriEkkhHT70UCqInangvIu3GpMaJASA6jebHk7VmhLuM4YevaDR7yvk90uJFvg3xLw90O6U3vv+6tH8NrzBez3XLrRxewSYpiOhhyTebtoYAyOohl/TfeXhYt83+vMIfAllDgLRX+RKDkc3h9Q958Tuv3GcmMD17cGBDPK0gW/ADyUEn4zCN/vXsXV1eXW3clx527X7RM8qrK63L47rb+AJ7A8saCO4PGU2n0LvsBvwmMo7NNf172T2LG+dfol+/t73FqER12IGUK3+f3HCxt1Q/4D1J/CFjVhc4IAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .candidate-summary__linked-text::before {
    background-image: url(data:image/png;base64,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);
  }
}
@media (max-width: 991px) {
  .candidate-summary__linked-text::before {
    left: 0;
  }
}
@media (max-width: 767px) {
  .candidate-summary__linked-text {
    padding-left: 30px;
  }
}
.candidate-summary__linked-text:hover {
  color: #287DF8;
}
.candidate-summary__linked-text::before {
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
}
@media (max-width: 767px) {
  .candidate-summary__linked-text::before {
    width: 20px;
    height: 20px;
  }
}

.candidate-summary__series {
  position: relative;
  padding-left: 42px;
}
@media (max-width: 767px) {
  .candidate-summary__series {
    padding-left: 26px;
  }
}
.candidate-summary__series::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25 12.5C25 19.4036 19.4036 25 12.5 25C5.59644 25 0 19.4036 0 12.5C0 5.59644 5.59644 0 12.5 0C19.4036 0 25 5.59644 25 12.5Z' fill='%23287EF8'/%3E%3Cpath d='M11.4609 15.294L10.8199 11.4846V6.08105H14.1793V11.4846L13.5163 15.294H11.4609ZM14.1572 20.3041C13.7005 20.732 13.1479 20.9459 12.4996 20.9459C11.8513 20.9459 11.2914 20.732 10.8199 20.3041C10.3631 19.8625 10.1348 19.338 10.1348 18.7307C10.1348 18.1234 10.3631 17.6058 10.8199 17.1779C11.2914 16.7363 11.8513 16.5154 12.4996 16.5154C13.1479 16.5154 13.7005 16.7363 14.1572 17.1779C14.6287 17.6058 14.8645 18.1234 14.8645 18.7307C14.8645 19.338 14.6287 19.8625 14.1572 20.3041Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 767px) {
  .candidate-summary__series::before {
    width: 20px;
    height: 20px;
  }
}

/* Browser specific styles */
/**
 * Dirty hacks, yes internet explorer & safari, we are looking at you
*/
@charset "UTF-8";
.sortable-table thead th {
  cursor: pointer;
}

.sortable-table thead th:after {
  padding-left: 7px;
}

.sortable-table thead th[data-sort-direction="0"]:after {
  content: "⇕";
}

.sortable-table thead th[data-sort-direction="1"]:after {
  content: "▴";
}

.sortable-table thead th[data-sort-direction="-1"]:after {
  content: "▾";
}

.sortable-table.sortable-fa-icons thead th:after {
  font-family: FontAwesome;
}

.sortable-table.sortable-fa-icons thead th[data-sort-direction="0"]:after {
  content: "";
}

.sortable-table.sortable-fa-icons thead th[data-sort-direction="1"]:after {
  content: "";
}

.sortable-table.sortable-fa-icons thead th[data-sort-direction="-1"]:after {
  content: "";
}
