a.no-link {
  text-decoration: none; }
  a.no-link:hover {
    color: inherit; }

.right-aligned {
  text-align: right; }

.full-width {
  width: 100%; }
.search__bg {
  background-image: url(/assets/paar_wand-acfdc240193e1dfa9cf1d83a8b31a5cbe2f9126a85bf3a7c22a12be939d005c2.jpg);
  background-position: top;
  background-repeat: no-repeat;
  opacity: 1; }
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 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, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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 {
  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[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

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

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

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

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

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

pre,
code,
kbd,
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;
}

figure {
  margin: 0 0 1rem;
}

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

svg {
  overflow: hidden;
  vertical-align: middle;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -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: .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-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-weight: 500;
  line-height: 1.2;
}

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: "\2014\00A0";
}

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

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

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  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;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    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;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    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;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    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;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    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%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  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-sm th,
.table-sm td {
  padding: 0.3rem;
}

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

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

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

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

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

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

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

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.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 > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.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 > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.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 > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.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 > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.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 > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.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 > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.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 > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.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 > th,
.table-active > td {
  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: #343a40;
  border-color: #454d55;
}

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

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

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.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 {
  color: #fff;
  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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

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

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

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  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:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

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

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

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.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-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

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

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

.form-row {
  display: -ms-flexbox;
  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: inline-flex;
  -ms-flex-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.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

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

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%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/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

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

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

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

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

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

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

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

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

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

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

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

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  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.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

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

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%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/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

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

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

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

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

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

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

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

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

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

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

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

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

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

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

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

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-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 .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

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

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

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 {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 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 {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 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 {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 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 {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 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 {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 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 {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 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 {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 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 {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 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 {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 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 {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 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 {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 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 {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 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 {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 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 {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 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 {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 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 {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

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

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

.btn-outline-primary:focus, .btn-outline-primary.focus {
  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 {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

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

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

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  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 {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

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

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

.btn-outline-success:focus, .btn-outline-success.focus {
  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 {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

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

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

.btn-outline-info:focus, .btn-outline-info.focus {
  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 {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

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

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

.btn-outline-warning:focus, .btn-outline-warning.focus {
  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 {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

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

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

.btn-outline-danger:focus, .btn-outline-danger.focus {
  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 {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

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

.btn-outline-light:focus, .btn-outline-light.focus {
  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 {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

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

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

.btn-outline-dark:focus, .btn-outline-dark.focus {
  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 {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

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

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

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

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

.btn-sm, .btn-group-sm > .btn {
  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="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

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

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

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  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-left {
  right: auto;
  left: 0;
}

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-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;
  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;
  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;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

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

.dropleft .dropdown-toggle::before {
  display: inline-block;
  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^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  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:hover, .dropdown-item:focus {
  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;
  pointer-events: none;
  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: inline-flex;
  vertical-align: middle;
}

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

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

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

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

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

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

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

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  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,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

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

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

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

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

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

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

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

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  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="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

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

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

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

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

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

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

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

.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-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-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}

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

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

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

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

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

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-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="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

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

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

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

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.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) {
  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:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .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) {
  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: 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;
  border-color: #007bff;
  background-color: #007bff;
}

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

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-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;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

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

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%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 {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%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::after {
  background-image: url("data:image/svg+xml,%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-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 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: transform 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-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

.custom-switch .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(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%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/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.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 {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

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

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

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

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

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

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  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: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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

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

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

.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;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

.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;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

.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;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}

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

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: -ms-flexbox;
  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:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.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:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

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

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  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;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 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: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-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:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  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;
  flex-grow: 1;
  -ms-flex-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:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.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;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    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: 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;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    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: 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;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    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: 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;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    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: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-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;
  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: 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:hover, .navbar-light .navbar-brand:focus {
  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:hover, .navbar-light .navbar-nav .nav-link:focus {
  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 .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  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,%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:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

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

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

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

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  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 .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  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,%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:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  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;
  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(0.25rem - 1px) calc(0.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(0.25rem - 1px) calc(0.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(0.25rem - 1px);
}

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

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

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-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 {
  overflow: hidden;
}

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

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  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;
}

.accordion > .card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: -ms-flexbox;
  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: 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;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

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

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

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

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

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

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

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

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

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

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

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

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

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

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

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

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

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

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

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

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

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

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

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

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

.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: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    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 (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  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.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  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:hover, .list-group-item-secondary.list-group-item-action:focus {
  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:hover, .list-group-item-success.list-group-item-action:focus {
  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:hover, .list-group-item-info.list-group-item-action:focus {
  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:hover, .list-group-item-warning.list-group-item-action:focus {
  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:hover, .list-group-item-danger.list-group-item-action:focus {
  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:hover, .list-group-item-light.list-group-item-action:focus {
  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:hover, .list-group-item-dark.list-group-item-action:focus {
  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: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  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, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  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;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .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-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="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, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="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-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%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,%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: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.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:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  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-sm {
  border-radius: 0.2rem !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-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !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: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !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: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !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: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !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: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !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: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !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: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !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 iframe,
.embed-responsive embed,
.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;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-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;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 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;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-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;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-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;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-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;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 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;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-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;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-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;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-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;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 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;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-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;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-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;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-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;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 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;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-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;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-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;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-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;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 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;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-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;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-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;
  }
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  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: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    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 {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  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;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.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-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-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-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-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-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-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-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-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-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-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 !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !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-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !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;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-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;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    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 th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
/* Slider */

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/****************************************************************
 *
 * CSS Percentage Circle
 * Author: Andre Firchow
 *
*****************************************************************/

.rect-auto, .c100.p51 .slice, .c100.p52 .slice, .c100.p53 .slice, .c100.p54 .slice, .c100.p55 .slice, .c100.p56 .slice, .c100.p57 .slice, .c100.p58 .slice, .c100.p59 .slice, .c100.p60 .slice, .c100.p61 .slice, .c100.p62 .slice, .c100.p63 .slice, .c100.p64 .slice, .c100.p65 .slice, .c100.p66 .slice, .c100.p67 .slice, .c100.p68 .slice, .c100.p69 .slice, .c100.p70 .slice, .c100.p71 .slice, .c100.p72 .slice, .c100.p73 .slice, .c100.p74 .slice, .c100.p75 .slice, .c100.p76 .slice, .c100.p77 .slice, .c100.p78 .slice, .c100.p79 .slice, .c100.p80 .slice, .c100.p81 .slice, .c100.p82 .slice, .c100.p83 .slice, .c100.p84 .slice, .c100.p85 .slice, .c100.p86 .slice, .c100.p87 .slice, .c100.p88 .slice, .c100.p89 .slice, .c100.p90 .slice, .c100.p91 .slice, .c100.p92 .slice, .c100.p93 .slice, .c100.p94 .slice, .c100.p95 .slice, .c100.p96 .slice, .c100.p97 .slice, .c100.p98 .slice, .c100.p99 .slice, .c100.p100 .slice {
  clip: rect(auto, auto, auto, auto);
}

.pie, .c100 .bar, .c100.p51 .fill, .c100.p52 .fill, .c100.p53 .fill, .c100.p54 .fill, .c100.p55 .fill, .c100.p56 .fill, .c100.p57 .fill, .c100.p58 .fill, .c100.p59 .fill, .c100.p60 .fill, .c100.p61 .fill, .c100.p62 .fill, .c100.p63 .fill, .c100.p64 .fill, .c100.p65 .fill, .c100.p66 .fill, .c100.p67 .fill, .c100.p68 .fill, .c100.p69 .fill, .c100.p70 .fill, .c100.p71 .fill, .c100.p72 .fill, .c100.p73 .fill, .c100.p74 .fill, .c100.p75 .fill, .c100.p76 .fill, .c100.p77 .fill, .c100.p78 .fill, .c100.p79 .fill, .c100.p80 .fill, .c100.p81 .fill, .c100.p82 .fill, .c100.p83 .fill, .c100.p84 .fill, .c100.p85 .fill, .c100.p86 .fill, .c100.p87 .fill, .c100.p88 .fill, .c100.p89 .fill, .c100.p90 .fill, .c100.p91 .fill, .c100.p92 .fill, .c100.p93 .fill, .c100.p94 .fill, .c100.p95 .fill, .c100.p96 .fill, .c100.p97 .fill, .c100.p98 .fill, .c100.p99 .fill, .c100.p100 .fill {
  position: absolute;
  border: 0.08em solid #307bbb;
  width: 0.84em;
  height: 0.84em;
  clip: rect(0em, 0.5em, 1em, 0em);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.pie-fill, .c100.p51 .bar:after, .c100.p51 .fill, .c100.p52 .bar:after, .c100.p52 .fill, .c100.p53 .bar:after, .c100.p53 .fill, .c100.p54 .bar:after, .c100.p54 .fill, .c100.p55 .bar:after, .c100.p55 .fill, .c100.p56 .bar:after, .c100.p56 .fill, .c100.p57 .bar:after, .c100.p57 .fill, .c100.p58 .bar:after, .c100.p58 .fill, .c100.p59 .bar:after, .c100.p59 .fill, .c100.p60 .bar:after, .c100.p60 .fill, .c100.p61 .bar:after, .c100.p61 .fill, .c100.p62 .bar:after, .c100.p62 .fill, .c100.p63 .bar:after, .c100.p63 .fill, .c100.p64 .bar:after, .c100.p64 .fill, .c100.p65 .bar:after, .c100.p65 .fill, .c100.p66 .bar:after, .c100.p66 .fill, .c100.p67 .bar:after, .c100.p67 .fill, .c100.p68 .bar:after, .c100.p68 .fill, .c100.p69 .bar:after, .c100.p69 .fill, .c100.p70 .bar:after, .c100.p70 .fill, .c100.p71 .bar:after, .c100.p71 .fill, .c100.p72 .bar:after, .c100.p72 .fill, .c100.p73 .bar:after, .c100.p73 .fill, .c100.p74 .bar:after, .c100.p74 .fill, .c100.p75 .bar:after, .c100.p75 .fill, .c100.p76 .bar:after, .c100.p76 .fill, .c100.p77 .bar:after, .c100.p77 .fill, .c100.p78 .bar:after, .c100.p78 .fill, .c100.p79 .bar:after, .c100.p79 .fill, .c100.p80 .bar:after, .c100.p80 .fill, .c100.p81 .bar:after, .c100.p81 .fill, .c100.p82 .bar:after, .c100.p82 .fill, .c100.p83 .bar:after, .c100.p83 .fill, .c100.p84 .bar:after, .c100.p84 .fill, .c100.p85 .bar:after, .c100.p85 .fill, .c100.p86 .bar:after, .c100.p86 .fill, .c100.p87 .bar:after, .c100.p87 .fill, .c100.p88 .bar:after, .c100.p88 .fill, .c100.p89 .bar:after, .c100.p89 .fill, .c100.p90 .bar:after, .c100.p90 .fill, .c100.p91 .bar:after, .c100.p91 .fill, .c100.p92 .bar:after, .c100.p92 .fill, .c100.p93 .bar:after, .c100.p93 .fill, .c100.p94 .bar:after, .c100.p94 .fill, .c100.p95 .bar:after, .c100.p95 .fill, .c100.p96 .bar:after, .c100.p96 .fill, .c100.p97 .bar:after, .c100.p97 .fill, .c100.p98 .bar:after, .c100.p98 .fill, .c100.p99 .bar:after, .c100.p99 .fill, .c100.p100 .bar:after, .c100.p100 .fill {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c100 {
  position: relative;
  font-size: 120px;
  width: 1em;
  height: 1em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin: 0 0.1em 0.1em 0;
  background-color: #981a1a;
}
.c100 *, .c100 *:before, .c100 *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.c100.center {
  float: none;
  margin: 0 auto;
}
.c100.big {
  font-size: 240px;
}
.c100.small {
  font-size: 80px;
}
.c100 > span {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  width: 5em;
  line-height: 5em;
  font-size: 0.2em;
  color: #cccccc;
  display: block;
  text-align: center;
  white-space: nowrap;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.c100:after {
  position: absolute;
  top: 0.08em;
  left: 0.08em;
  display: block;
  content: " ";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: whitesmoke;
  width: 0.84em;
  height: 0.84em;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.c100 .slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0em, 1em, 1em, 0.5em);
}
.c100.p1 .bar {
  -webkit-transform: rotate(3.6deg);
  -moz-transform: rotate(3.6deg);
  -ms-transform: rotate(3.6deg);
  -o-transform: rotate(3.6deg);
  transform: rotate(3.6deg);
}
.c100.p2 .bar {
  -webkit-transform: rotate(7.2deg);
  -moz-transform: rotate(7.2deg);
  -ms-transform: rotate(7.2deg);
  -o-transform: rotate(7.2deg);
  transform: rotate(7.2deg);
}
.c100.p3 .bar {
  -webkit-transform: rotate(10.8deg);
  -moz-transform: rotate(10.8deg);
  -ms-transform: rotate(10.8deg);
  -o-transform: rotate(10.8deg);
  transform: rotate(10.8deg);
}
.c100.p4 .bar {
  -webkit-transform: rotate(14.4deg);
  -moz-transform: rotate(14.4deg);
  -ms-transform: rotate(14.4deg);
  -o-transform: rotate(14.4deg);
  transform: rotate(14.4deg);
}
.c100.p5 .bar {
  -webkit-transform: rotate(18deg);
  -moz-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  -o-transform: rotate(18deg);
  transform: rotate(18deg);
}
.c100.p6 .bar {
  -webkit-transform: rotate(21.6deg);
  -moz-transform: rotate(21.6deg);
  -ms-transform: rotate(21.6deg);
  -o-transform: rotate(21.6deg);
  transform: rotate(21.6deg);
}
.c100.p7 .bar {
  -webkit-transform: rotate(25.2deg);
  -moz-transform: rotate(25.2deg);
  -ms-transform: rotate(25.2deg);
  -o-transform: rotate(25.2deg);
  transform: rotate(25.2deg);
}
.c100.p8 .bar {
  -webkit-transform: rotate(28.8deg);
  -moz-transform: rotate(28.8deg);
  -ms-transform: rotate(28.8deg);
  -o-transform: rotate(28.8deg);
  transform: rotate(28.8deg);
}
.c100.p9 .bar {
  -webkit-transform: rotate(32.4deg);
  -moz-transform: rotate(32.4deg);
  -ms-transform: rotate(32.4deg);
  -o-transform: rotate(32.4deg);
  transform: rotate(32.4deg);
}
.c100.p10 .bar {
  -webkit-transform: rotate(36deg);
  -moz-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  -o-transform: rotate(36deg);
  transform: rotate(36deg);
}
.c100.p11 .bar {
  -webkit-transform: rotate(39.6deg);
  -moz-transform: rotate(39.6deg);
  -ms-transform: rotate(39.6deg);
  -o-transform: rotate(39.6deg);
  transform: rotate(39.6deg);
}
.c100.p12 .bar {
  -webkit-transform: rotate(43.2deg);
  -moz-transform: rotate(43.2deg);
  -ms-transform: rotate(43.2deg);
  -o-transform: rotate(43.2deg);
  transform: rotate(43.2deg);
}
.c100.p13 .bar {
  -webkit-transform: rotate(46.8deg);
  -moz-transform: rotate(46.8deg);
  -ms-transform: rotate(46.8deg);
  -o-transform: rotate(46.8deg);
  transform: rotate(46.8deg);
}
.c100.p14 .bar {
  -webkit-transform: rotate(50.4deg);
  -moz-transform: rotate(50.4deg);
  -ms-transform: rotate(50.4deg);
  -o-transform: rotate(50.4deg);
  transform: rotate(50.4deg);
}
.c100.p15 .bar {
  -webkit-transform: rotate(54deg);
  -moz-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  -o-transform: rotate(54deg);
  transform: rotate(54deg);
}
.c100.p16 .bar {
  -webkit-transform: rotate(57.6deg);
  -moz-transform: rotate(57.6deg);
  -ms-transform: rotate(57.6deg);
  -o-transform: rotate(57.6deg);
  transform: rotate(57.6deg);
}
.c100.p17 .bar {
  -webkit-transform: rotate(61.2deg);
  -moz-transform: rotate(61.2deg);
  -ms-transform: rotate(61.2deg);
  -o-transform: rotate(61.2deg);
  transform: rotate(61.2deg);
}
.c100.p18 .bar {
  -webkit-transform: rotate(64.8deg);
  -moz-transform: rotate(64.8deg);
  -ms-transform: rotate(64.8deg);
  -o-transform: rotate(64.8deg);
  transform: rotate(64.8deg);
}
.c100.p19 .bar {
  -webkit-transform: rotate(68.4deg);
  -moz-transform: rotate(68.4deg);
  -ms-transform: rotate(68.4deg);
  -o-transform: rotate(68.4deg);
  transform: rotate(68.4deg);
}
.c100.p20 .bar {
  -webkit-transform: rotate(72deg);
  -moz-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  -o-transform: rotate(72deg);
  transform: rotate(72deg);
}
.c100.p21 .bar {
  -webkit-transform: rotate(75.6deg);
  -moz-transform: rotate(75.6deg);
  -ms-transform: rotate(75.6deg);
  -o-transform: rotate(75.6deg);
  transform: rotate(75.6deg);
}
.c100.p22 .bar {
  -webkit-transform: rotate(79.2deg);
  -moz-transform: rotate(79.2deg);
  -ms-transform: rotate(79.2deg);
  -o-transform: rotate(79.2deg);
  transform: rotate(79.2deg);
}
.c100.p23 .bar {
  -webkit-transform: rotate(82.8deg);
  -moz-transform: rotate(82.8deg);
  -ms-transform: rotate(82.8deg);
  -o-transform: rotate(82.8deg);
  transform: rotate(82.8deg);
}
.c100.p24 .bar {
  -webkit-transform: rotate(86.4deg);
  -moz-transform: rotate(86.4deg);
  -ms-transform: rotate(86.4deg);
  -o-transform: rotate(86.4deg);
  transform: rotate(86.4deg);
}
.c100.p25 .bar {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.c100.p26 .bar {
  -webkit-transform: rotate(93.6deg);
  -moz-transform: rotate(93.6deg);
  -ms-transform: rotate(93.6deg);
  -o-transform: rotate(93.6deg);
  transform: rotate(93.6deg);
}
.c100.p27 .bar {
  -webkit-transform: rotate(97.2deg);
  -moz-transform: rotate(97.2deg);
  -ms-transform: rotate(97.2deg);
  -o-transform: rotate(97.2deg);
  transform: rotate(97.2deg);
}
.c100.p28 .bar {
  -webkit-transform: rotate(100.8deg);
  -moz-transform: rotate(100.8deg);
  -ms-transform: rotate(100.8deg);
  -o-transform: rotate(100.8deg);
  transform: rotate(100.8deg);
}
.c100.p29 .bar {
  -webkit-transform: rotate(104.4deg);
  -moz-transform: rotate(104.4deg);
  -ms-transform: rotate(104.4deg);
  -o-transform: rotate(104.4deg);
  transform: rotate(104.4deg);
}
.c100.p30 .bar {
  -webkit-transform: rotate(108deg);
  -moz-transform: rotate(108deg);
  -ms-transform: rotate(108deg);
  -o-transform: rotate(108deg);
  transform: rotate(108deg);
}
.c100.p31 .bar {
  -webkit-transform: rotate(111.6deg);
  -moz-transform: rotate(111.6deg);
  -ms-transform: rotate(111.6deg);
  -o-transform: rotate(111.6deg);
  transform: rotate(111.6deg);
}
.c100.p32 .bar {
  -webkit-transform: rotate(115.2deg);
  -moz-transform: rotate(115.2deg);
  -ms-transform: rotate(115.2deg);
  -o-transform: rotate(115.2deg);
  transform: rotate(115.2deg);
}
.c100.p33 .bar {
  -webkit-transform: rotate(118.8deg);
  -moz-transform: rotate(118.8deg);
  -ms-transform: rotate(118.8deg);
  -o-transform: rotate(118.8deg);
  transform: rotate(118.8deg);
}
.c100.p34 .bar {
  -webkit-transform: rotate(122.4deg);
  -moz-transform: rotate(122.4deg);
  -ms-transform: rotate(122.4deg);
  -o-transform: rotate(122.4deg);
  transform: rotate(122.4deg);
}
.c100.p35 .bar {
  -webkit-transform: rotate(126deg);
  -moz-transform: rotate(126deg);
  -ms-transform: rotate(126deg);
  -o-transform: rotate(126deg);
  transform: rotate(126deg);
}
.c100.p36 .bar {
  -webkit-transform: rotate(129.6deg);
  -moz-transform: rotate(129.6deg);
  -ms-transform: rotate(129.6deg);
  -o-transform: rotate(129.6deg);
  transform: rotate(129.6deg);
}
.c100.p37 .bar {
  -webkit-transform: rotate(133.2deg);
  -moz-transform: rotate(133.2deg);
  -ms-transform: rotate(133.2deg);
  -o-transform: rotate(133.2deg);
  transform: rotate(133.2deg);
}
.c100.p38 .bar {
  -webkit-transform: rotate(136.8deg);
  -moz-transform: rotate(136.8deg);
  -ms-transform: rotate(136.8deg);
  -o-transform: rotate(136.8deg);
  transform: rotate(136.8deg);
}
.c100.p39 .bar {
  -webkit-transform: rotate(140.4deg);
  -moz-transform: rotate(140.4deg);
  -ms-transform: rotate(140.4deg);
  -o-transform: rotate(140.4deg);
  transform: rotate(140.4deg);
}
.c100.p40 .bar {
  -webkit-transform: rotate(144deg);
  -moz-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  -o-transform: rotate(144deg);
  transform: rotate(144deg);
}
.c100.p41 .bar {
  -webkit-transform: rotate(147.6deg);
  -moz-transform: rotate(147.6deg);
  -ms-transform: rotate(147.6deg);
  -o-transform: rotate(147.6deg);
  transform: rotate(147.6deg);
}
.c100.p42 .bar {
  -webkit-transform: rotate(151.2deg);
  -moz-transform: rotate(151.2deg);
  -ms-transform: rotate(151.2deg);
  -o-transform: rotate(151.2deg);
  transform: rotate(151.2deg);
}
.c100.p43 .bar {
  -webkit-transform: rotate(154.8deg);
  -moz-transform: rotate(154.8deg);
  -ms-transform: rotate(154.8deg);
  -o-transform: rotate(154.8deg);
  transform: rotate(154.8deg);
}
.c100.p44 .bar {
  -webkit-transform: rotate(158.4deg);
  -moz-transform: rotate(158.4deg);
  -ms-transform: rotate(158.4deg);
  -o-transform: rotate(158.4deg);
  transform: rotate(158.4deg);
}
.c100.p45 .bar {
  -webkit-transform: rotate(162deg);
  -moz-transform: rotate(162deg);
  -ms-transform: rotate(162deg);
  -o-transform: rotate(162deg);
  transform: rotate(162deg);
}
.c100.p46 .bar {
  -webkit-transform: rotate(165.6deg);
  -moz-transform: rotate(165.6deg);
  -ms-transform: rotate(165.6deg);
  -o-transform: rotate(165.6deg);
  transform: rotate(165.6deg);
}
.c100.p47 .bar {
  -webkit-transform: rotate(169.2deg);
  -moz-transform: rotate(169.2deg);
  -ms-transform: rotate(169.2deg);
  -o-transform: rotate(169.2deg);
  transform: rotate(169.2deg);
}
.c100.p48 .bar {
  -webkit-transform: rotate(172.8deg);
  -moz-transform: rotate(172.8deg);
  -ms-transform: rotate(172.8deg);
  -o-transform: rotate(172.8deg);
  transform: rotate(172.8deg);
}
.c100.p49 .bar {
  -webkit-transform: rotate(176.4deg);
  -moz-transform: rotate(176.4deg);
  -ms-transform: rotate(176.4deg);
  -o-transform: rotate(176.4deg);
  transform: rotate(176.4deg);
}
.c100.p50 .bar {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c100.p51 .bar {
  -webkit-transform: rotate(183.6deg);
  -moz-transform: rotate(183.6deg);
  -ms-transform: rotate(183.6deg);
  -o-transform: rotate(183.6deg);
  transform: rotate(183.6deg);
}
.c100.p52 .bar {
  -webkit-transform: rotate(187.2deg);
  -moz-transform: rotate(187.2deg);
  -ms-transform: rotate(187.2deg);
  -o-transform: rotate(187.2deg);
  transform: rotate(187.2deg);
}
.c100.p53 .bar {
  -webkit-transform: rotate(190.8deg);
  -moz-transform: rotate(190.8deg);
  -ms-transform: rotate(190.8deg);
  -o-transform: rotate(190.8deg);
  transform: rotate(190.8deg);
}
.c100.p54 .bar {
  -webkit-transform: rotate(194.4deg);
  -moz-transform: rotate(194.4deg);
  -ms-transform: rotate(194.4deg);
  -o-transform: rotate(194.4deg);
  transform: rotate(194.4deg);
}
.c100.p55 .bar {
  -webkit-transform: rotate(198deg);
  -moz-transform: rotate(198deg);
  -ms-transform: rotate(198deg);
  -o-transform: rotate(198deg);
  transform: rotate(198deg);
}
.c100.p56 .bar {
  -webkit-transform: rotate(201.6deg);
  -moz-transform: rotate(201.6deg);
  -ms-transform: rotate(201.6deg);
  -o-transform: rotate(201.6deg);
  transform: rotate(201.6deg);
}
.c100.p57 .bar {
  -webkit-transform: rotate(205.2deg);
  -moz-transform: rotate(205.2deg);
  -ms-transform: rotate(205.2deg);
  -o-transform: rotate(205.2deg);
  transform: rotate(205.2deg);
}
.c100.p58 .bar {
  -webkit-transform: rotate(208.8deg);
  -moz-transform: rotate(208.8deg);
  -ms-transform: rotate(208.8deg);
  -o-transform: rotate(208.8deg);
  transform: rotate(208.8deg);
}
.c100.p59 .bar {
  -webkit-transform: rotate(212.4deg);
  -moz-transform: rotate(212.4deg);
  -ms-transform: rotate(212.4deg);
  -o-transform: rotate(212.4deg);
  transform: rotate(212.4deg);
}
.c100.p60 .bar {
  -webkit-transform: rotate(216deg);
  -moz-transform: rotate(216deg);
  -ms-transform: rotate(216deg);
  -o-transform: rotate(216deg);
  transform: rotate(216deg);
}
.c100.p61 .bar {
  -webkit-transform: rotate(219.6deg);
  -moz-transform: rotate(219.6deg);
  -ms-transform: rotate(219.6deg);
  -o-transform: rotate(219.6deg);
  transform: rotate(219.6deg);
}
.c100.p62 .bar {
  -webkit-transform: rotate(223.2deg);
  -moz-transform: rotate(223.2deg);
  -ms-transform: rotate(223.2deg);
  -o-transform: rotate(223.2deg);
  transform: rotate(223.2deg);
}
.c100.p63 .bar {
  -webkit-transform: rotate(226.8deg);
  -moz-transform: rotate(226.8deg);
  -ms-transform: rotate(226.8deg);
  -o-transform: rotate(226.8deg);
  transform: rotate(226.8deg);
}
.c100.p64 .bar {
  -webkit-transform: rotate(230.4deg);
  -moz-transform: rotate(230.4deg);
  -ms-transform: rotate(230.4deg);
  -o-transform: rotate(230.4deg);
  transform: rotate(230.4deg);
}
.c100.p65 .bar {
  -webkit-transform: rotate(234deg);
  -moz-transform: rotate(234deg);
  -ms-transform: rotate(234deg);
  -o-transform: rotate(234deg);
  transform: rotate(234deg);
}
.c100.p66 .bar {
  -webkit-transform: rotate(237.6deg);
  -moz-transform: rotate(237.6deg);
  -ms-transform: rotate(237.6deg);
  -o-transform: rotate(237.6deg);
  transform: rotate(237.6deg);
}
.c100.p67 .bar {
  -webkit-transform: rotate(241.2deg);
  -moz-transform: rotate(241.2deg);
  -ms-transform: rotate(241.2deg);
  -o-transform: rotate(241.2deg);
  transform: rotate(241.2deg);
}
.c100.p68 .bar {
  -webkit-transform: rotate(244.8deg);
  -moz-transform: rotate(244.8deg);
  -ms-transform: rotate(244.8deg);
  -o-transform: rotate(244.8deg);
  transform: rotate(244.8deg);
}
.c100.p69 .bar {
  -webkit-transform: rotate(248.4deg);
  -moz-transform: rotate(248.4deg);
  -ms-transform: rotate(248.4deg);
  -o-transform: rotate(248.4deg);
  transform: rotate(248.4deg);
}
.c100.p70 .bar {
  -webkit-transform: rotate(252deg);
  -moz-transform: rotate(252deg);
  -ms-transform: rotate(252deg);
  -o-transform: rotate(252deg);
  transform: rotate(252deg);
}
.c100.p71 .bar {
  -webkit-transform: rotate(255.6deg);
  -moz-transform: rotate(255.6deg);
  -ms-transform: rotate(255.6deg);
  -o-transform: rotate(255.6deg);
  transform: rotate(255.6deg);
}
.c100.p72 .bar {
  -webkit-transform: rotate(259.2deg);
  -moz-transform: rotate(259.2deg);
  -ms-transform: rotate(259.2deg);
  -o-transform: rotate(259.2deg);
  transform: rotate(259.2deg);
}
.c100.p73 .bar {
  -webkit-transform: rotate(262.8deg);
  -moz-transform: rotate(262.8deg);
  -ms-transform: rotate(262.8deg);
  -o-transform: rotate(262.8deg);
  transform: rotate(262.8deg);
}
.c100.p74 .bar {
  -webkit-transform: rotate(266.4deg);
  -moz-transform: rotate(266.4deg);
  -ms-transform: rotate(266.4deg);
  -o-transform: rotate(266.4deg);
  transform: rotate(266.4deg);
}
.c100.p75 .bar {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.c100.p76 .bar {
  -webkit-transform: rotate(273.6deg);
  -moz-transform: rotate(273.6deg);
  -ms-transform: rotate(273.6deg);
  -o-transform: rotate(273.6deg);
  transform: rotate(273.6deg);
}
.c100.p77 .bar {
  -webkit-transform: rotate(277.2deg);
  -moz-transform: rotate(277.2deg);
  -ms-transform: rotate(277.2deg);
  -o-transform: rotate(277.2deg);
  transform: rotate(277.2deg);
}
.c100.p78 .bar {
  -webkit-transform: rotate(280.8deg);
  -moz-transform: rotate(280.8deg);
  -ms-transform: rotate(280.8deg);
  -o-transform: rotate(280.8deg);
  transform: rotate(280.8deg);
}
.c100.p79 .bar {
  -webkit-transform: rotate(284.4deg);
  -moz-transform: rotate(284.4deg);
  -ms-transform: rotate(284.4deg);
  -o-transform: rotate(284.4deg);
  transform: rotate(284.4deg);
}
.c100.p80 .bar {
  -webkit-transform: rotate(288deg);
  -moz-transform: rotate(288deg);
  -ms-transform: rotate(288deg);
  -o-transform: rotate(288deg);
  transform: rotate(288deg);
}
.c100.p81 .bar {
  -webkit-transform: rotate(291.6deg);
  -moz-transform: rotate(291.6deg);
  -ms-transform: rotate(291.6deg);
  -o-transform: rotate(291.6deg);
  transform: rotate(291.6deg);
}
.c100.p82 .bar {
  -webkit-transform: rotate(295.2deg);
  -moz-transform: rotate(295.2deg);
  -ms-transform: rotate(295.2deg);
  -o-transform: rotate(295.2deg);
  transform: rotate(295.2deg);
}
.c100.p83 .bar {
  -webkit-transform: rotate(298.8deg);
  -moz-transform: rotate(298.8deg);
  -ms-transform: rotate(298.8deg);
  -o-transform: rotate(298.8deg);
  transform: rotate(298.8deg);
}
.c100.p84 .bar {
  -webkit-transform: rotate(302.4deg);
  -moz-transform: rotate(302.4deg);
  -ms-transform: rotate(302.4deg);
  -o-transform: rotate(302.4deg);
  transform: rotate(302.4deg);
}
.c100.p85 .bar {
  -webkit-transform: rotate(306deg);
  -moz-transform: rotate(306deg);
  -ms-transform: rotate(306deg);
  -o-transform: rotate(306deg);
  transform: rotate(306deg);
}
.c100.p86 .bar {
  -webkit-transform: rotate(309.6deg);
  -moz-transform: rotate(309.6deg);
  -ms-transform: rotate(309.6deg);
  -o-transform: rotate(309.6deg);
  transform: rotate(309.6deg);
}
.c100.p87 .bar {
  -webkit-transform: rotate(313.2deg);
  -moz-transform: rotate(313.2deg);
  -ms-transform: rotate(313.2deg);
  -o-transform: rotate(313.2deg);
  transform: rotate(313.2deg);
}
.c100.p88 .bar {
  -webkit-transform: rotate(316.8deg);
  -moz-transform: rotate(316.8deg);
  -ms-transform: rotate(316.8deg);
  -o-transform: rotate(316.8deg);
  transform: rotate(316.8deg);
}
.c100.p89 .bar {
  -webkit-transform: rotate(320.4deg);
  -moz-transform: rotate(320.4deg);
  -ms-transform: rotate(320.4deg);
  -o-transform: rotate(320.4deg);
  transform: rotate(320.4deg);
}
.c100.p90 .bar {
  -webkit-transform: rotate(324deg);
  -moz-transform: rotate(324deg);
  -ms-transform: rotate(324deg);
  -o-transform: rotate(324deg);
  transform: rotate(324deg);
}
.c100.p91 .bar {
  -webkit-transform: rotate(327.6deg);
  -moz-transform: rotate(327.6deg);
  -ms-transform: rotate(327.6deg);
  -o-transform: rotate(327.6deg);
  transform: rotate(327.6deg);
}
.c100.p92 .bar {
  -webkit-transform: rotate(331.2deg);
  -moz-transform: rotate(331.2deg);
  -ms-transform: rotate(331.2deg);
  -o-transform: rotate(331.2deg);
  transform: rotate(331.2deg);
}
.c100.p93 .bar {
  -webkit-transform: rotate(334.8deg);
  -moz-transform: rotate(334.8deg);
  -ms-transform: rotate(334.8deg);
  -o-transform: rotate(334.8deg);
  transform: rotate(334.8deg);
}
.c100.p94 .bar {
  -webkit-transform: rotate(338.4deg);
  -moz-transform: rotate(338.4deg);
  -ms-transform: rotate(338.4deg);
  -o-transform: rotate(338.4deg);
  transform: rotate(338.4deg);
}
.c100.p95 .bar {
  -webkit-transform: rotate(342deg);
  -moz-transform: rotate(342deg);
  -ms-transform: rotate(342deg);
  -o-transform: rotate(342deg);
  transform: rotate(342deg);
}
.c100.p96 .bar {
  -webkit-transform: rotate(345.6deg);
  -moz-transform: rotate(345.6deg);
  -ms-transform: rotate(345.6deg);
  -o-transform: rotate(345.6deg);
  transform: rotate(345.6deg);
}
.c100.p97 .bar {
  -webkit-transform: rotate(349.2deg);
  -moz-transform: rotate(349.2deg);
  -ms-transform: rotate(349.2deg);
  -o-transform: rotate(349.2deg);
  transform: rotate(349.2deg);
}
.c100.p98 .bar {
  -webkit-transform: rotate(352.8deg);
  -moz-transform: rotate(352.8deg);
  -ms-transform: rotate(352.8deg);
  -o-transform: rotate(352.8deg);
  transform: rotate(352.8deg);
}
.c100.p99 .bar {
  -webkit-transform: rotate(356.4deg);
  -moz-transform: rotate(356.4deg);
  -ms-transform: rotate(356.4deg);
  -o-transform: rotate(356.4deg);
  transform: rotate(356.4deg);
}
.c100.p100 .bar {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.c100:hover {
  cursor: default;
}
.c100:hover > span {
  width: 3.33em;
  line-height: 3.33em;
  font-size: 0.3em;
  color: #307bbb;
}
.c100:hover:after {
  top: 0.04em;
  left: 0.04em;
  width: 0.92em;
  height: 0.92em;
}
.c100.dark {
  background-color: #777777;
}
.c100.dark .bar,
.c100.dark .fill {
  border-color: #c6ff00 !important;
}
.c100.dark > span {
  color: #777777;
}
.c100.dark:after {
  background-color: #666666;
}
.c100.dark:hover > span {
  color: #c6ff00;
}
.c100.green .bar, .c100.green .fill {
  border-color: #4db53c !important;
}
.c100.green:hover > span {
  color: #4db53c;
}
.c100.green.dark .bar, .c100.green.dark .fill {
  border-color: #5fd400 !important;
}
.c100.green.dark:hover > span {
  color: #5fd400;
}
.c100.orange .bar, .c100.orange .fill {
  border-color: #dd9d22 !important;
}
.c100.orange:hover > span {
  color: #dd9d22;
}
.c100.orange.dark .bar, .c100.orange.dark .fill {
  border-color: #e08833 !important;
}
.c100.orange.dark:hover > span {
  color: #e08833;
}
/*======================================
  Selectric v1.13.0
======================================*/


.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #c4c4c4;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */

@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }

  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }

  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }

  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }

  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }

  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }

  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.dropzone,
.dropzone * {
  box-sizing: border-box;
}

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}

.dropzone.dz-clickable {
  cursor: pointer;
}

.dropzone.dz-clickable * {
  cursor: default;
}

.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

.dropzone.dz-started .dz-message {
  display: none;
}

.dropzone.dz-drag-hover {
  border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}

.dropzone .dz-message .dz-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

.dropzone .dz-preview:hover {
  z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
  background: white;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

.dropzone .dz-preview .dz-image img {
  display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}
/* ------------------------------------------------------------ *\
  Vendor
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
  border: 2px solid red;
  border-radius: 4px;
  box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.4); }

.ico-a {
  background-image: url(../images/sprite.png);
  background-position: 10.344827586206897% 98.50746268656717%;
  background-size: 1154.5454545454545% 973.913043478261%;
  width: 22px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px; }

.ico-angle-down {
  background-image: url(../images/sprite.png);
  background-position: 100% 21.296296296296298%;
  background-size: 1814.2857142857142% 2800%;
  width: 14px;
  height: 8px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px; }

.ico-angle-right {
  background-image: url(../images/sprite.png);
  background-position: 100% 0%;
  background-size: 1814.2857142857142% 1018.1818181818181%;
  width: 14px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px; }

.ico-calendar-big {
  background-image: url(../images/sprite.png);
  background-position: 92.03539823008849% 0%;
  background-size: 907.1428571428571% 700%;
  width: 28px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px; }

.ico-calendar {
  background-image: url(../images/sprite.png);
  background-position: 43.22033898305085% 98.01980198019803%;
  background-size: 1411.111111111111% 1018.1818181818181%;
  width: 18px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px; }

.ico-check {
  background-image: url(../images/sprite.png);
  background-position: 45.94594594594595% 0%;
  background-size: 368.1159420289855% 324.6376811594203%;
  width: 69px;
  height: 69px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px; }

.ico-edit {
  background-image: url(../images/sprite.png);
  background-position: 76.19047619047619% 63.23529411764706%;
  background-size: 1104.3478260869565% 1120%;
  width: 23px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px; }

.ico-enter-alt {
  background-image: url(../images/sprite.png);
  background-position: 0% 0%;
  background-size: 313.58024691358025% 276.5432098765432%;
  width: 81px;
  height: 81px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px; }

.ico-eye {
  background-image: url(../images/sprite.png);
  background-position: 92.03539823008849% 46.82926829268293%;
  background-size: 907.1428571428571% 1178.9473684210525%;
  width: 28px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px; }

.ico-facebook-alt {
  background-image: url(../images/sprite.png);
  background-position: 0% 84.4559585492228%;
  background-size: 846.6666666666666% 722.5806451612902%;
  width: 30px;
  height: 31px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px; }

.ico-facebook {
  background-image: url(../images/sprite.png);
  background-position: 91.22807017543859% 18.181818181818183%;
  background-size: 976.923076923077% 861.5384615384615%;
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px; }

.ico-flat {
  background-image: url(../images/sprite.png);
  background-position: 61.86440677966102% 97.53694581280789%;
  background-size: 1411.111111111111% 1066.6666666666665%;
  width: 18px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px; }

.ico-hat {
  background-image: url(../images/sprite.png);
  background-position: 62.89592760180995% 63.23529411764706%;
  background-size: 769.6969696969697% 1120%;
  width: 33px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px; }

.ico-home {
  background-image: url(../images/sprite.png);
  background-position: 29.43722943722944% 79.51219512195122%;
  background-size: 1104.3478260869565% 1178.9473684210525%;
  width: 23px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px; }

.ico-instagram {
  background-image: url(../images/sprite.png);
  background-position: 16.517857142857142% 66.49484536082474%;
  background-size: 846.6666666666666% 746.6666666666666%;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px; }

.ico-list {
  background-image: url(../images/sprite.png);
  background-position: 46.875% 64.5%;
  background-size: 846.6666666666666% 933.3333333333334%;
  width: 30px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px; }

.ico-mail-alt {
  background-image: url(../images/sprite.png);
  background-position: 89.65517241379311% 85.09615384615384%;
  background-size: 1154.5454545454545% 1400%;
  width: 22px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px; }

.ico-mail {
  background-image: url(../images/sprite.png);
  background-position: 0% 46.19565217391305%;
  background-size: 317.5% 560%;
  width: 80px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px; }

.ico-news {
  background-image: url(../images/sprite.png);
  background-position: 42.63959390862944% 45.94594594594595%;
  background-size: 445.6140350877193% 574.3589743589744%;
  width: 57px;
  height: 39px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px; }

.ico-pdf {
  background-image: url(../images/sprite.png);
  background-position: 91.22807017543859% 33.33333333333333%;
  background-size: 976.923076923077% 861.5384615384615%;
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px; }

.ico-pin-big {
  background-image: url(../images/sprite.png);
  background-position: 88.88888888888889% 74.24242424242425%;
  background-size: 1270% 861.5384615384615%;
  width: 20px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px; }

.ico-pin-blue {
  background-image: url(../images/sprite.png);
  background-position: 0% 100%;
  background-size: 1270% 861.5384615384615%;
  width: 20px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px; }

.ico-pin {
  background-image: url(../images/sprite.png);
  background-position: 99.17355371900827% 12.5%;
  background-size: 2116.666666666667% 1400%;
  width: 12px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px; }

.ico-radio {
  background-image: url(../images/sprite.png);
  background-position: 75.96153846153845% 0%;
  background-size: 552.1739130434783% 486.9565217391305%;
  width: 46px;
  height: 46px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px; }

.ico-search {
  background-image: url(../images/sprite.png);
  background-position: 39.91596638655462% 78.36538461538461%;
  background-size: 1587.5% 1400%;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px; }

.ico-send {
  background-image: url(../images/sprite.png);
  background-position: 21.551724137931032% 98.01980198019803%;
  background-size: 1154.5454545454545% 1018.1818181818181%;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px; }

.ico-share {
  background-image: url(../images/sprite.png);
  background-position: 52.54237288135594% 98.01980198019803%;
  background-size: 1411.111111111111% 1018.1818181818181%;
  width: 18px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px; }

.ico-star-alt {
  background-image: url(../images/sprite.png);
  background-position: 0% 66.49484536082474%;
  background-size: 769.6969696969697% 746.6666666666666%;
  width: 33px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px; }

.ico-star {
  background-image: url(../images/sprite.png);
  background-position: 48.11715481171548% 77.61904761904762%;
  background-size: 1693.3333333333333% 1600%;
  width: 15px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px; }

.ico-tel {
  background-image: url(../images/sprite.png);
  background-position: 32.758620689655174% 98.01980198019803%;
  background-size: 1154.5454545454545% 1018.1818181818181%;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px; }

.ico-triangles {
  background-image: url(../images/sprite.png);
  background-position: 99.17355371900827% 26.851851851851855%;
  background-size: 2116.666666666667% 2800%;
  width: 12px;
  height: 8px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px; }

.ico-tv {
  background-image: url(../images/sprite.png);
  background-position: 75.96153846153845% 26.595744680851062%;
  background-size: 552.1739130434783% 622.2222222222223%;
  width: 46px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px; }

.ico-twitter {
  background-image: url(../images/sprite.png);
  background-position: 31.69642857142857% 66.49484536082474%;
  background-size: 846.6666666666666% 746.6666666666666%;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px; }

.ico-user {
  background-image: url(../images/sprite.png);
  background-position: 89.65517241379311% 59.5%;
  background-size: 1154.5454545454545% 933.3333333333334%;
  width: 22px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px; }

.ico-video {
  background-image: url(../images/sprite.png);
  background-position: 15.178571428571427% 79.90196078431373%;
  background-size: 846.6666666666666% 1120%;
  width: 30px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px; }

.ico-youtube {
  background-image: url(../images/sprite.png);
  background-position: 73.83177570093457% 45.91836734693878%;
  background-size: 635% 800%;
  width: 40px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px; }

* {
  padding: 0;
  margin: 0;
  outline: 0;
  -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,
menu,
nav,
section,
summary,
main {
  display: block; }

template {
  display: none; }

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none; }

img,
iframe,
video,
audio,
object {
  max-width: 100%; }

img,
iframe {
  border: 0 none; }

img {
  height: auto;
  display: inline-block;
  vertical-align: middle; }

b,
strong {
  font-weight: bold; }

address {
  font-style: normal; }

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

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] {
  cursor: pointer; }

a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default; }

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

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

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

textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

button,
select {
  text-transform: none; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

nav ul,
nav ol,
.nav ul,
.nav ol {
  list-style: none outside none; }

input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }

input::-moz-placeholder {
  color: inherit;
  opacity: 1; }

input:-ms-input-placeholder {
  color: inherit;
  opacity: 1; }

input::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }

input::placeholder {
  color: inherit;
  opacity: 1; }

textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }

textarea::-moz-placeholder {
  color: inherit;
  opacity: 1; }

textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1; }

textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }

textarea::placeholder {
  color: inherit;
  opacity: 1; }

input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset; }

input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */
@font-face {
  font-family: 'Open Sans';
  src: url(/assets/OpenSans-Regular-408fe165dff48eb2f8cb3a2fcbc1dd92b94d56b4ab11813be55c776871c691cf.woff2) format("woff2"), url(/assets/OpenSans-Regular-4f5c5dfcbbb7f9a09d7e27232c922994a6a82227e11e4299e922e4c6d9f2119c.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Open Sans';
  src: url(/assets/OpenSans-SemiBold-7a32484e166e1337fbb0cf4f4262bb385ed9081f1ac20f9efe39e8e50490367a.woff2) format("woff2"), url(/assets/OpenSans-SemiBold-029855f6870fb95f6331f9d8510e4b36cba265a694ebd643824bcc48a219f170.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Open Sans';
  src: url(/assets/OpenSans-Bold-46b518780343f2262e168bea5146d1ff30a6253191cc61b486657c76a58fb2bb.woff2) format("woff2"), url(/assets/OpenSans-Bold-fd087c1e2bc0a222d058a24a971de8853bcc9ae41d93f3a867fb6dd3ef21c986.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
/* roboto-100 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url(/assets/roboto-v30-latin-100-db628ed78d7184461db6515a52efef537977856afe28a2afaed2fc0df0a67237.eot);
  /* IE9 Compat Modes */
  src: url(/assets/roboto-v30-latin-100-db628ed78d7184461db6515a52efef537977856afe28a2afaed2fc0df0a67237.eot?#iefix) format("embedded-opentype"), url(/assets/roboto-v30-latin-100-0f303f31706d39866cced9dcc17b61fb8423674278d7f6051d66b3a79ffbca18.woff2) format("woff2"), url(/assets/roboto-v30-latin-100-34e9582c1371a3b3a20380266dae994edc6eade192dff1a4061dd6511352c102.woff) format("woff"), url(/assets/roboto-v30-latin-100-668193fb7243399be5edd382006efa9eadc1c8751de96a43343c180699de5658.ttf) format("truetype"), url(/assets/roboto-v30-latin-100-26275512bbdd53156733b534b8a93f926663074bd15b32aebc92387ec877e30e.svg#Roboto) format("svg");
  /* Legacy iOS */ }
/* roboto-100italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: url(/assets/roboto-v30-latin-100italic-a0526b4b98ce70e5b8d855b6d8750286bb59b47d0eed30fbf6c2d2ccd94adda0.eot);
  /* IE9 Compat Modes */
  src: url(/assets/roboto-v30-latin-100italic-a0526b4b98ce70e5b8d855b6d8750286bb59b47d0eed30fbf6c2d2ccd94adda0.eot?#iefix) format("embedded-opentype"), url(/assets/roboto-v30-latin-100italic-b19ac4e57f2a56639eebd1c35319e5a7124be70d3fa155b63d878886520154fa.woff2) format("woff2"), url(/assets/roboto-v30-latin-100italic-b5d7c04543a88f1de1e14e267598531f9f7b861e82c1120d12e3a7a015b6456d.woff) format("woff"), url(/assets/roboto-v30-latin-100italic-a54a432f5def87602b17c0e2be0cc85b889093416702dfd9665b72b4ddb96580.ttf) format("truetype"), url(/assets/roboto-v30-latin-100italic-2e44a7ee51c8ba442989e53c6869fc35083f59e58102cf211b403be1661a1e5b.svg#Roboto) format("svg");
  /* Legacy iOS */ }
/* roboto-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(/assets/roboto-v30-latin-300-f947e819f126ae218bae065846c456ec6907c6939a0cccd5741b6654585d8274.eot);
  /* IE9 Compat Modes */
  src: url(/assets/roboto-v30-latin-300-f947e819f126ae218bae065846c456ec6907c6939a0cccd5741b6654585d8274.eot?#iefix) format("embedded-opentype"), url(/assets/roboto-v30-latin-300-f75911313e1c7802c23345ab57e754d87801581706780c993fb23ff4e0fe62ef.woff2) format("woff2"), url(/assets/roboto-v30-latin-300-bf14c7d7734b8f9c863b982a4e7b30d4361af8e8747f2ca8672ba58e703e96a3.woff) format("woff"), url(/assets/roboto-v30-latin-300-4501b0c41bd6ffd12d34114eed5113b9e136f5f1715d7b4348dd1ccb570470f9.ttf) format("truetype"), url(/assets/roboto-v30-latin-300-70e6369f9bd8828aac01a685fa350fea382251550bfc0de5ebe7163342061c1c.svg#Roboto) format("svg");
  /* Legacy iOS */ }
/* roboto-300italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url(/assets/roboto-v30-latin-300italic-7935ec4a46aabb386fb9c12b141fa00234de5a99254f3448d445e252bec540f5.eot);
  /* IE9 Compat Modes */
  src: url(/assets/roboto-v30-latin-300italic-7935ec4a46aabb386fb9c12b141fa00234de5a99254f3448d445e252bec540f5.eot?#iefix) format("embedded-opentype"), url(/assets/roboto-v30-latin-300italic-bb8007225d94a099cddbade7ea904667c0dd0b68d5e30778e5c6257589ab94d1.woff2) format("woff2"), url(/assets/roboto-v30-latin-300italic-4cc99d7b530d13a6dac49a845a6707464fcec9a0df12088d13c9474e3ce719e6.woff) format("woff"), url(/assets/roboto-v30-latin-300italic-91a7275ad9e2e21576cb11703583f1f3bb406aeecbba75eae5e524bc1846a70b.ttf) format("truetype"), url(/assets/roboto-v30-latin-300italic-9cf2ffae89e668261e35af3fda7b51078f731cc7e1bf797b7d73dab7c3bbc5de.svg#Roboto) format("svg");
  /* Legacy iOS */ }
/* roboto-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(/assets/roboto-v30-latin-regular-d8170a9ddcf1b455f9279db2500275bca12ede9d48a311ead5cbef84ec1c707f.eot);
  /* IE9 Compat Modes */
  src: url(/assets/roboto-v30-latin-regular-d8170a9ddcf1b455f9279db2500275bca12ede9d48a311ead5cbef84ec1c707f.eot?#iefix) format("embedded-opentype"), url(/assets/roboto-v30-latin-regular-f6734f8177112c0839b961f96d813fcb189d81b60e96c33278c1983b6f419615.woff2) format("woff2"), url(/assets/roboto-v30-latin-regular-f2abf7fbabe298e5823d257e48f5dc2138c6d5e0c210066f76b0067e8eda194f.woff) format("woff"), url(/assets/roboto-v30-latin-regular-a9ef021078603005c0b08fba881f1a7eb62ef213238021f3e8a4a00daa60b9d6.ttf) format("truetype"), url(/assets/roboto-v30-latin-regular-f23d5a8b97a1078d2c4c8ae90495010fc762986f3eb85e84476c641ee5a72a5b.svg#Roboto) format("svg");
  /* Legacy iOS */ }
/* roboto-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url(/assets/roboto-v30-latin-italic-b377f22fadee930622200065baf21ffad4a924611f20afd57d890a0afd218d3e.eot);
  /* IE9 Compat Modes */
  src: url(/assets/roboto-v30-latin-italic-b377f22fadee930622200065baf21ffad4a924611f20afd57d890a0afd218d3e.eot?#iefix) format("embedded-opentype"), url(/assets/roboto-v30-latin-italic-db0424fb67fb52e7e538490240cc7fb9c05aa076333a4968f3dee30b825dabf9.woff2) format("woff2"), url(/assets/roboto-v30-latin-italic-93e33cb4a9a337fa9f1e1eb6b64d379bee2336d847975fd83ff5c2103a3bdf60.woff) format("woff"), url(/assets/roboto-v30-latin-italic-9324593516e6cf25fa6bd406379d447a04a09269d5276cd1985e8dd933241aee.ttf) format("truetype"), url(/assets/roboto-v30-latin-italic-75c12901ed264247e6625f4353cc62136a710fe147e1e76618df7d6fed78b902.svg#Roboto) format("svg");
  /* Legacy iOS */ }
/* roboto-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(/assets/roboto-v30-latin-500-c6816a362db2c144f473a3751338ecb5449b53e802173d32c7b4d032e34e9a61.eot);
  /* IE9 Compat Modes */
  src: url(/assets/roboto-v30-latin-500-c6816a362db2c144f473a3751338ecb5449b53e802173d32c7b4d032e34e9a61.eot?#iefix) format("embedded-opentype"), url(/assets/roboto-v30-latin-500-b019538234514166ec7665359d097403358f8a4c991901983922fb4d56989f1e.woff2) format("woff2"), url(/assets/roboto-v30-latin-500-9ce7f3ac47b91743893a2d29fe511a7ebec7aef52b2ea985fa127448d1f227c1.woff) format("woff"), url(/assets/roboto-v30-latin-500-1ceb245a8f768b65c2ae250d96f5457b96e9537326da2feb2310b707736817aa.ttf) format("truetype"), url(/assets/roboto-v30-latin-500-679eb020429b65c21deb42212a49fbdda9be5d985ef55803c2ad83f8c428fbf0.svg#Roboto) format("svg");
  /* Legacy iOS */ }
/* roboto-500italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url(/assets/roboto-v30-latin-500italic-6306a51bf23a4250175017483979cc66c8d8e3ac85d0385fba1ba47f0419970c.eot);
  /* IE9 Compat Modes */
  src: url(/assets/roboto-v30-latin-500italic-6306a51bf23a4250175017483979cc66c8d8e3ac85d0385fba1ba47f0419970c.eot?#iefix) format("embedded-opentype"), url(/assets/roboto-v30-latin-500italic-661d4b208656c006e7aab58acf7784857963123675de2302279fbe6c05313547.woff2) format("woff2"), url(/assets/roboto-v30-latin-500italic-3e0a2b52b298a629a943d7b31a7654aefe8fc7f0093428782a33cca2b789797b.woff) format("woff"), url(/assets/roboto-v30-latin-500italic-1ebf795e14846e47c98aabaca48c6545cd171e08c05d1d370d5d361225a5636b.ttf) format("truetype"), url(/assets/roboto-v30-latin-500italic-61243fa2e143cf51f1535df33ae4c75d2548567a976d991f03fa87ac04761ea8.svg#Roboto) format("svg");
  /* Legacy iOS */ }
/* roboto-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(/assets/roboto-v30-latin-700-5692f63e964f30b928bc41cc2601646d04f27d278b442b1482e1fb3c8f14f8b8.eot);
  /* IE9 Compat Modes */
  src: url(/assets/roboto-v30-latin-700-5692f63e964f30b928bc41cc2601646d04f27d278b442b1482e1fb3c8f14f8b8.eot?#iefix) format("embedded-opentype"), url(/assets/roboto-v30-latin-700-f5aebdfea35d1e7656ef4acc5db1f243209755ae3300943ef8fc6280f363c860.woff2) format("woff2"), url(/assets/roboto-v30-latin-700-e0fd57c0d9537d9c9884b6a8ad8c1823800d94dcfb6a2cc988780fe65a592fe6.woff) format("woff"), url(/assets/roboto-v30-latin-700-8a9a74f4455f392ec3e7499cfda6097b536bb4b7f1e529a079c3d953c08b54ca.ttf) format("truetype"), url(/assets/roboto-v30-latin-700-90fd3ac31f8553c19f65018e385022cfae140a6341b0cc05d7701a90ad28dde2.svg#Roboto) format("svg");
  /* Legacy iOS */ }
/* roboto-700italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url(/assets/roboto-v30-latin-700italic-8e7df73924c3cbe74ac473abd51519f1ab9a0e1c4628fa08551f713c8df1b4e3.eot);
  /* IE9 Compat Modes */
  src: url(/assets/roboto-v30-latin-700italic-8e7df73924c3cbe74ac473abd51519f1ab9a0e1c4628fa08551f713c8df1b4e3.eot?#iefix) format("embedded-opentype"), url(/assets/roboto-v30-latin-700italic-6be97ca17228a69c406231d89c003194c3dfba7401eaa9fe9e9ed0ef1c18dc38.woff2) format("woff2"), url(/assets/roboto-v30-latin-700italic-4accf285e108160b36e263b6fc4be4a70a8a408fa47760f76f0e5c76c1d2af86.woff) format("woff"), url(/assets/roboto-v30-latin-700italic-9e4b10f209e73fe3fb4187fec1b7f8322499d4445ee44df01c5a76f7eba5ed29.ttf) format("truetype"), url(/assets/roboto-v30-latin-700italic-f3fa251b00cf984bad8c0224de665a2b2c3b3d6d08b64dd601d0ecaed0b3572c.svg#Roboto) format("svg");
  /* Legacy iOS */ }
/* roboto-900 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url(/assets/roboto-v30-latin-900-7028836407a8ad21bb4591f290d48ba437be38f7df144677457befa70d1ba544.eot);
  /* IE9 Compat Modes */
  src: url(/assets/roboto-v30-latin-900-7028836407a8ad21bb4591f290d48ba437be38f7df144677457befa70d1ba544.eot?#iefix) format("embedded-opentype"), url(/assets/roboto-v30-latin-900-7e262106f82cc52663e403f5b73795bbeab9ca0630c33c03579354fbcd4fae1e.woff2) format("woff2"), url(/assets/roboto-v30-latin-900-f6537e32263e6c49bf59bd6e4952b6bf06c8f09152c5b016365fef70e35856cf.woff) format("woff"), url(/assets/roboto-v30-latin-900-361a50f8a6c816ba4306c5290b7e487a726e1b4dcc3d8d7e4acf1fc2dae9f551.ttf) format("truetype"), url(/assets/roboto-v30-latin-900-1f626680217362d9a26da9eca11d46a0318b95c5d084fccce55a08ee4971a34c.svg#Roboto) format("svg");
  /* Legacy iOS */ }
/* roboto-900italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: url(/assets/roboto-v30-latin-900italic-a44fe58b54e695bf496d76c1363e824ab5160b4c9f5475f8b00e7d7a8f7cd672.eot);
  /* IE9 Compat Modes */
  src: url(/assets/roboto-v30-latin-900italic-a44fe58b54e695bf496d76c1363e824ab5160b4c9f5475f8b00e7d7a8f7cd672.eot?#iefix) format("embedded-opentype"), url(/assets/roboto-v30-latin-900italic-3cf78ad3bcd1324e10a4acdc34bfc4a159f9a045b30edbe3738a9d1b9f807a39.woff2) format("woff2"), url(/assets/roboto-v30-latin-900italic-40bfaf04af98465e052341f9741746547c7965b03719dd32d05c200a1541fdcb.woff) format("woff"), url(/assets/roboto-v30-latin-900italic-2c2018cd7f7c8cdcec75afdf9032dfbdba7b24827576033aec0cea14d444aec9.ttf) format("truetype"), url(/assets/roboto-v30-latin-900italic-fea2db367482beff05c6651eccfce3f0b049da19a82e0bfeae88221549469057.svg#Roboto) format("svg");
  /* Legacy iOS */ }
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body {
  min-width: 320px;
  background: #fff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: #1a1c1e;
  letter-spacing: 0.02em; }

a {
  color: inherit;
  text-decoration: underline; }

a:hover {
  text-decoration: none; }

a[href^="tel"] {
  text-decoration: none; }

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  margin-bottom: calc(1.25em / 2);
  font-weight: 700; }

.h1,
h1 {
  font-size: 52px;
  line-height: 1.15; }

.h2,
h2 {
  font-size: 46px;
  line-height: 1.17; }

.h3,
h3 {
  font-size: 24px;
  line-height: 1.33;
  font-weight: 600; }

.h4,
h4 {
  font-size: 20px;
  line-height: 1.1; }

.h6,
h6 {
  font-size: 16px;
  line-height: 1.2; }

@media (max-width: 767px) {
  body {
    letter-spacing: 0;
    font-size: 18px; }

  h1 {
    font-size: 32px; }

  h2 {
    font-size: 28px; }

  h4 {
    font-size: 20px; }

  h6 {
    font-size: 16px; } }
@media (max-width: 639px) {
  body {
    font-size: 16px; } }
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.25em; }

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0; }

/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: '';
  line-height: 0;
  display: table;
  clear: both; }

/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden; }

.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px; }

/*  Hidden  */
[hidden],
.hidden {
  display: none !important; }

.hide {
  display: none; }

/*  Disabled  */
[disabled],
.disabled {
  cursor: default; }

.col--offset-right {
  margin-right: 100%; }

@media (max-width: 767px) {
  .col--offset-right {
    margin-right: 0; } }
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; }

  .visible-xs-block {
    display: block !important; }

  .visible-xs-inline {
    display: inline !important; }

  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important; }

  .visible-sm-block {
    display: block !important; }

  .visible-sm-inline {
    display: inline !important; }

  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; }

  .visible-md-block {
    display: block !important; }

  .visible-md-inline {
    display: inline !important; }

  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important; }

  .visible-lg-block {
    display: block !important; }

  .visible-lg-inline {
    display: inline !important; }

  .visible-lg-inline-block {
    display: inline-block !important; } }
/* ------------------------------------------------------------ *\
	Hidden
\* ------------------------------------------------------------ */
.visible-mobile {
  display: none !important; }

@media (max-width: 767px) {
  .visible-mobile {
    display: block !important; }

  .hidden-mobile {
    display: none !important; } }
/* ------------------------------------------------------------ *\
	Title Alt
\* ------------------------------------------------------------ */
.title-alt {
  font-size: 32px;
  font-weight: 700;
  color: #002f5d;
  letter-spacing: 0; }

.title-alt span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 700;
  border: 2px solid #002f5d;
  width: 70px;
  height: 70px;
  margin-right: 20px; }

@media (max-width: 639px) {
  .title-alt {
    font-size: 23px; }

  .title-alt span {
    width: 50px;
    height: 50px;
    font-size: 23px;
    margin-right: 10px; } }
/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Accordion
\* ------------------------------------------------------------ */
.accordion {
  /*  Accordion Active  */ }

.accordion .accordion__head {
  background: #b4b4b4;
  font-weight: 600;
  letter-spacing: 0;
  font-size: 17px;
  color: #002f5d;
  padding: 7px 10px;
  position: relative;
  border-radius: 3px; }

.accordion .accordion__head:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 22px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  -ms-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
  width: 14px;
  height: 14px;
  border-top: 2px solid #002f5d;
  border-left: 2px solid #002f5d;
  margin-top: -3px;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  -o-transition: transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s; }

.accordion .accordion__head ul {
  list-style: none; }

.accordion .accordion__head ul li {
  display: inline-block;
  padding-right: 10px; }

.accordion .accordion__head ul li:nth-child(1) {
  width: 38.7%; }

.accordion .accordion__head ul li:nth-child(2) {
  width: 25.6%; }

.accordion .accordion__head ul li:nth-child(3) {
  width: 20%; }

.accordion .accordion__body {
  display: none; }

.accordion .accordion__body .accordion__actions {
  margin: 10px 0 0; }

.accordion .accordion__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 26px 0 0; }

.accordion .accordion__actions .btn--border-alt {
  letter-spacing: 0; }

.accordion + .accordion {
  margin: 41px 0 0; }

.accordion + .widget-teritary {
  margin: 42px 0 0; }

.accordion.is-active .accordion__head:after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  margin-top: 3px; }

@media (max-width: 767px) {
  .accordion .accordion__head {
    display: none; }

  .accordion .accordion__body .accordion__actions {
    margin: 32px 0 0; }

  .accordion .accordion__actions {
    margin: 81px 0 0;
    display: block; }

  .accordion .accordion__actions .btn {
    display: block;
    width: 304px;
    margin: auto;
    font-size: 17px;
    padding: 9px 10px; }

  .accordion .accordion__actions .btn + .btn {
    margin: 20px auto 0; } }
@media (max-width: 639px) {
  .accordion .accordion__actions .btn {
    display: block;
    font-size: 16px;
    padding: 6px 15px;
    min-width: 0;
    width: 100%; } }
/* ------------------------------------------------------------ *\
	Accordion Alt
\* ------------------------------------------------------------ */
.accordion-alt {
  letter-spacing: 0; }

.accordion-alt .accordion__head {
  background: #ededed;
  padding: 14px 42px;
  position: relative;
  border-radius: 20px;
  color: #cdcdcd; }

.accordion-alt .accordion__head h3 {
  font-weight: 700;
  margin: 0; }

.accordion-alt .accordion__head h3 span {
  color: #fff;
  background: #cdcdcd;
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 11px;
  text-align: center;
  line-height: 34px; }

.accordion-alt .accordion__head .btn {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-width: 1px;
  font-size: 14px;
  padding: 11px 10px;
  min-width: 170px;
  text-transform: uppercase; }

.accordion-alt .accordion__body {
  display: none;
  margin: 10px 0 0;
  border-radius: 20px;
  background: #ededed;
  padding: 25px 20px 20px;
  margin-top: 5px; }

.accordion-alt .accordion__body--primary {
  padding: 28px 44px 37px; }

.accordion-alt .accordion__body--secondary {
  padding: 32px 41px 32px; }

.accordion-alt .accordion__actions {
  position: absolute;
  top: -9999px;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 20px 0 0 42px; }

.accordion-alt .accordion__actions .checkbox {
  position: relative;
  top: -2px; }

.accordion-alt .accordion__actions .checkbox label {
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: 0.04em; }

.accordion-alt .accordion__actions .checkbox label strong {
  font-weight: 700; }

.accordion-alt .accordion__actions .btn {
  font-size: 14px;
  min-width: 170px;
  padding: 11px 10px; }

.accordion-alt .accordion__actions .btn--size13 {
  min-width: 272px; }

.accordion-alt .accordion__actions--alt {
  display: block;
  text-align: right;
  margin: 20px 0 0; }

.accordion-alt + .accordion-alt {
  margin: 30px 0 0; }

.accordion-alt.is-active .accordion__head {
  background: none;
  color: #002f5d; }

.accordion-alt.is-active .accordion__head h3 span {
  background: #002f5d; }

.accordion-alt.is-active .accordion__body {
  display: block; }

.accordion-alt.is-active .accordion__actions {
  opacity: 1;
  visibility: visible;
  position: static; }

.accordion-alt.is-active + .accordion-alt {
  margin: 57px 0 0; }

.accordion-alt.is-ready .accordion__head {
  background: none;
  color: #002f5d; }

.accordion-alt.is-ready .accordion__head h3 span {
  background: #002f5d; }

@media (max-width: 639px) {
  .accordion-alt .accordion__head .btn {
    position: static;
    margin: 10px 0 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    font-size: 14px;
    padding: 5px 15px;
    min-width: 0; }

  .accordion-alt .accordion__body {
    padding: 30px 15px; }

  .accordion-alt .accordion__actions {
    display: block; }

  .accordion-alt .accordion__actions .btn {
    margin: 20px 0 0; }

  .accordion-alt .accordion__actions .checkbox br {
    display: none; }

  .accordion-alt .accordion__actions .checkbox strong {
    display: inline; } }
/* ------------------------------------------------------------ *\
	Articles
\* ------------------------------------------------------------ */
.articles .row {
  margin-bottom: -30px; }

.articles .row > div {
  margin-bottom: 30px; }

@media (max-width: 767px) {
  .articles .row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: -40px -74px -40px -66px;
    padding: 40px 66px 40px 58px;
    overflow-x: auto; }

  .articles .row > div {
    min-width: 466px;
    margin: 0;
    padding: 0 8px; }

  .articles--grid .row {
    padding: 0 14px;
    margin: 0 -16px -20px;
    overflow: visible;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .articles--grid .row > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 0;
    padding: 0 16px 20px; }

  .articles--grid .row .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
@media (max-width: 639px) {
  .articles .row {
    margin: -40px -15px -40px -23px;
    padding: 40px 66px 40px 15px;
    overflow-x: auto; }

  .articles .row > div {
    min-width: calc(100vw - 15px);
    margin: 0;
    padding: 0 8px; }

  .articles--grid .row {
    padding: 0;
    margin: 0 -16px -20px; }

  .articles--grid .row > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 16px 20px; } }
/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */
.article {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  /*  Article Size1  */
  /*  Article Size2  */
  /*  Article Size3  */ }
  .article a.no-link {
    display: block; }

.article:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #b0253b;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s; }

.article:hover:after {
  opacity: 1; }

.article:hover .article__body {
  background: #fff; }

.article .article__title {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  margin: 0 0 18px;
  color: #b0253b;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0 12px; }

.article .article__image {
  padding-top: 67%;
  background-size: cover;
  position: relative; }

.article .article__image .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity .4s, visibility .4s;
  -o-transition: opacity .4s, visibility .4s;
  transition: opacity .4s, visibility .4s; }

.article .article__image .btn-play:after {
  content: 'Play Video';
  font-weight: 600;
  color: #b0253b;
  font-size: 14px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
  margin-top: 5px;
  opacity: 0;
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.article .article__image .btn-play:hover .ico-play {
  background-image: url(../images/temp/ico-play-red.png); }

.article .article__image .btn-play:hover:after {
  opacity: 1; }

.article .article__image .btn-play .ico-play {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.article .article__image .article__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s, visibility .4s;
  -o-transition: opacity .4s, visibility .4s;
  transition: opacity .4s, visibility .4s; }

.article .article__image.is-playing .article__video {
  opacity: 1;
  visibility: visible; }

.article .article__image.is-playing .btn-play {
  opacity: 0;
  visibility: hidden; }

.article .article__image-caption {
  position: absolute;
  bottom: 10px;
  left: 16px;
  right: 16px;
  background: rgba(0, 47, 93, 0.9);
  font-size: 18px;
  padding: 11px 10px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.02em; }

.article .article__body {
  background: #f8f8f8;
  padding: 15px 12px;
  min-height: 151px;
  -webkit-transition: background .4s;
  -o-transition: background .4s;
  transition: background .4s;
  position: relative; }

.article .article__body h4,
.article .article__body .h4 {
  color: #1a1c1e;
  margin: 0;
  letter-spacing: 0.02em;
  min-height: 44px; }

.article .article__body .article__foot {
  margin: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.article .article__body--center {
  text-align: center; }

.article--size1 .article__body {
  padding: 15px 12px 28px;
  min-height: 0; }

.article--size2 .article__body {
  min-height: 87px; }

.article--size2 .article__body h4 {
  line-height: 1.4; }

.article--size3 {
  -webkit-box-shadow: none;
  box-shadow: none; }

.article--size3 .article__image {
  padding-top: 91%; }

.article--size3 .article__image-caption {
  font-size: 16px;
  letter-spacing: 0.02em;
  padding: 12px 10px;
  left: 10px;
  right: 10px; }

.article--size3 .article__body {
  min-height: 73px;
  padding: 18px 5px;
  background: #ededed; }

.article--size3 .article__body h4 {
  font-size: 18px;
  line-height: 1.11;
  letter-spacing: 0.02em;
  min-height: 0; }

@media (max-width: 767px) {
  .article .article__image {
    padding-top: 64.8%; }

  .article .article__title {
    margin: 0 0 16px;
    padding: 0 14px; }

  .article .article__body {
    padding: 18px 20px;
    min-height: 152px; }

  .article .article__body h4 {
    min-height: 44px; }

  .article .article__body .article__foot {
    margin: 15px 14px 0 0; }

  .article .article__body .article__foot .article__logo {
    max-width: 168px; }

  .article .article__body .article__foot .article__logo--size1 {
    width: 52px; }

  .article .article__body .article__foot .article__logo--size2 {
    width: 30px; }

  .article .article__body .article__foot .btn--small-alt {
    min-width: 174px;
    padding: 10px 20px;
    font-size: 14px; }

  .article--size1 {
    margin-top: 20px; }

  .article--size1 br {
    display: none; }

  .article--size1 .article__image {
    padding-top: 67%; }

  .article--size1 .article__body {
    padding: 20px 14px;
    min-height: 108px; }

  .article--size2 .article__image {
    padding-top: 86%; }

  .article--size2 .article__body {
    padding: 6px 14px;
    min-height: 40px; }

  .article--size2 .article__body h4 {
    font-size: 17px;
    min-height: 48px;
    letter-spacing: 0; }

  .article--size2 .article__body h4 br {
    display: none; }

  .article--size2 .article__image-caption {
    font-size: 14px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 13px 20px; }

  .article--size3 .article__image {
    padding-top: 86%; }

  .article--size3 .article__body {
    padding: 6px 14px;
    min-height: 40px; }

  .article--size3 .article__body h4 {
    font-size: 17px;
    min-height: 36px; }

  .article--size3 .article__body h4 br {
    display: none; }

  .article--size3 .article__image-caption {
    font-size: 14px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px 20px; }

  .article--size4 .article__body h4 {
    font-size: 16px;
    word-break: break-all; }

  .article--size4 .article__body h4 br {
    display: none; }

  .article--size4 .article__body .article__foot {
    display: block; }

  .article--size4 .article__body .article__foot .btn {
    margin: 20px 0 0; } }
@media (max-width: 639px) {
  .article h4 {
    font-size: 16px; }

  .article .article__body {
    padding: 15px; }

  .article .article__body .article__foot {
    margin: 20px 0 0; }

  .article .article__body .article__foot .btn {
    font-size: 12px;
    padding: 6px 10px;
    min-width: 120px; }

  .article .article__body .article__foot .article__logo {
    max-width: 120px; }

  .article--size1 .article__body {
    min-height: 0; }

  .article--size2 h4 {
    min-height: 0 !important; }

  .article--size4 .article__body .article__foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .article--size4 .article__body .article__foot .btn {
    margin: 0; } }
/* ------------------------------------------------------------ *\
	Articles Alt
\* ------------------------------------------------------------ */
.articles-alt .articles__head {
  margin: 0 0 40px; }

.articles-alt .row {
  margin-bottom: -30px; }

.articles-alt .row > div {
  margin-bottom: 30px; }

@media (max-width: 767px) {
  .articles-alt .row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: -40px -74px -40px -66px;
    padding: 40px 66px 40px 58px;
    overflow-x: auto; }

  .articles-alt .row > div {
    min-width: 466px;
    margin: 0;
    padding: 0 8px; }

  .articles-alt--primary .row {
    padding: 0;
    margin: 0 -15px -30px;
    overflow: visible;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .articles-alt--primary .row > div {
    padding: 0 15px 30px;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }
@media (max-width: 639px) {
  .articles-alt .row {
    margin: -40px -15px -40px -23px;
    padding: 40px 66px 40px 15px;
    overflow-x: auto; }

  .articles-alt .row > div {
    min-width: calc(100vw - 15px);
    margin: 0;
    padding: 0 8px; }

  .articles-alt--primary .row {
    padding: 0;
    margin: 0 -15px -30px;
    overflow: visible;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .articles-alt--primary .row > div {
    padding: 0 15px 30px;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
/* ------------------------------------------------------------ *\
	Article Alt
\* ------------------------------------------------------------ */
.article-alt {
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 26px 17px 58px;
  background: #f8f8f8;
  /*  Article Alt Primary  */ }

.article-alt .article__image {
  min-height: 160px;
  text-align: center; }

.article-alt .article__body {
  margin: 46px 0 0; }

.article-alt .article__body h5 {
  letter-spacing: 0.02em;
  font-size: 18px;
  line-height: 1.3;
  margin: 0;
  min-height: 46px; }

.article-alt .article__body h4 {
  letter-spacing: 0.02em;
  line-height: 1.3;
  margin: 0;
  min-height: 46px; }

.article-alt .article__body .article__foot {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #b4b4b4;
  padding-right: 32px; }

.article-alt--primary {
  background: #f8f8f8;
  padding: 26px 17px 24px; }

.article-alt--primary .article__body {
  border-top: 1px solid #b4b4b4;
  padding: 28px 0 0;
  margin: 0; }

.article-alt--primary .article__image {
  text-align: center;
  min-height: 228px; }

@media (max-width: 767px) {
  .article-alt {
    padding: 34px 16px 58px; }

  .article-alt .article__image {
    min-height: 182px; }

  .article-alt .article__image img {
    max-height: 180px;
    width: auto;
    width: 100%; }

  .article-alt .article__body {
    margin-top: 20px; }

  .article-alt .article__body h4,
  .article-alt .article__body h5 {
    font-size: 18px;
    line-height: 1.22;
    min-height: 48px; }

  .article-alt .article__body .list-data {
    font-size: 14px; }

  .article-alt .article__body .list-data li + li {
    margin: 14px 0 0; }

  .article-alt .article__body .article__foot {
    margin-top: 12px;
    padding-top: 17px;
    padding-right: 40px; }

  .article-alt--primary {
    padding: 30px 15px; }

  .article-alt--primary .article__image {
    min-height: 180px; }

  .article-alt--primary .article__image img {
    width: initial; }

  .article-alt--primary .article__body h5 {
    font-size: 16px;
    word-break: break-all; }

  .article-alt--primary .article__body h5 br {
    display: none; } }
@media (max-width: 639px) {
  .article-alt .article__body h4,
  .article-alt .article__body h5 {
    font-size: 16px; }

  .article-alt .article__body h4 br,
  .article-alt .article__body h5 br {
    display: none; }

  .article-alt .article__image {
    min-height: 150px; } }
/* ------------------------------------------------------------ *\
	Article Primary
\* ------------------------------------------------------------ */
.article-primary-def {
  letter-spacing: 0;
  /*  Article Primary Alt  */
  /*  Article Primary Size1  */
  /*  Article Primary Size2  */ }

.article-primary-def .article__body {
  margin: 18px 0 0;
  color: #040404; }

.article-primary-def .article__body p {
  margin: 0; }

.article-primary-def .article__body p + p {
  margin: 30px 0 0; }

.article-primary-def .article__body p + h6 {
  margin: 28px 0 0; }

.article-primary-def .article__body h2 {
  font-size: 32px;
  font-weight: 700;
  color: #002f5d;
  margin: 0 0 25px;
  padding-top: 5px; }

.article-primary-def .article__body h6 {
  font-weight: 600; }

.article-primary-def .article__body h6 + ul {
  margin: 2px 0 0; }

.article-primary-def .article__body ul {
  list-style: none; }

.article-primary-def .article__body ul li {
  position: relative;
  padding-left: 10px; }

.article-primary-def .article__body ul li:after {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #040404; }

.article-primary-def .article__body--primary {
  line-height: 1.6; }

.article-primary-def .article__body--primary p {
  padding: 0 50px 0 0; }

.article-primary-def .article__body--primary p + p {
  margin: 25px 0 0; }

.article-primary-def .article__body + .article__body-alt {
  margin: 27px 0 0; }

.article-primary-def .article__body-alt + .article__body {
  margin-top: 31px; }

.article-primary-def .article__title {
  border-bottom: 1px solid #002f5d;
  font-weight: 700;
  max-width: 88%;
  padding-bottom: 7px;
  margin-bottom: 11px;
  /*+ p {
			font-size: 16px; 
		}*/ }

.article-primary-def .article__image {
  padding-top: 63.5%;
  background-size: cover; }

.article-primary-def .article__actions {
  margin: 13px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.article-primary-def .article__actions ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0; }

.article-primary-def .article__actions ul li + li {
  margin-left: 13px; }

.article-primary-def .article__actions ul li + li .btn {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1) !important; }

.article-primary-def .article__actions ul + ul li + li {
  margin-left: 22px; }

.article-primary-def .article__actions-alt {
  text-align: center;
  margin: 45px 0 0; }

.article-primary-def .list-data-alt {
  max-width: 93%; }

.article-primary-def .list-data-alt h6 {
  font-size: 16px;
  padding-right: 10px; }

.article-primary-def .list-data-alt ul {
  font-size: 16px; }

.article-primary-def + .widget-primary {
  margin: 89px 0 0; }

.article-primary-def--alt .article__title {
  border-color: #002f5d; }

.article-primary-def--size1 .article__title {
  color: #002f5d;
  border-color: #002f5d;
  max-width: 100%; }

.article-primary-def--size2 .article__body {
  margin: 0; }

.article-primary-def--size2 .article__title {
  color: #000;
  border-color: #002f5d;
  font-size: 24px;
  max-width: 93%; }

.article-primary-def--size2 .article__body--primary {
  font-size: 16px; }

.article-primary-def--size2 .article__body--primary p {
  padding-right: 0; }

.article-primary-def--size2 .article__body-alt > h6 {
  font-weight: 600;
  margin: 0 0 26px;
  font-size: 16px; }

.article-primary-def--size2 .list-data-def {
  font-size: 16px; }

.article-primary-def--size2 .list-data-def li + li {
  margin: 5px 0 0; }

.article-primary-def--size2 + .article-primary-def {
  margin-top: 29px; }

@media (max-width: 767px) {
  .article-primary-def .article__title {
    font-size: 20px;
    max-width: 100%;
    padding-bottom: 10px;
    margin: 0 0 11px; }

  .article-primary-def--alt .article__head {
    margin: 12px 0 7px; }

  .article-primary-def--alt .article__head h3 {
    font-size: 28px;
    color: #002f5d;
    letter-spacing: 0;
    font-weight: 700; }

  .article-primary-def--size2 .article__body--primary {
    font-size: 14px;
    line-height: 1.43; }

  .article-primary-def--size2 .list-data-alt {
    max-width: 100%; }

  .article-primary-def--size2 .list-data-alt > h6 {
    font-size: 14px;
    min-width: 179px; }

  .article-primary-def--size2 .list-data-alt > li + li {
    margin-top: 19px;
    padding-top: 17px; }

  .article-primary-def--size2 .list-data-alt ul {
    font-size: 14px; }

  .article-primary-def--size2 .list-data-alt ul li + li {
    margin: 8px 0 0; }

  .article-primary-def--size2 .article__body-alt > h6 {
    font-size: 14px;
    line-height: 1.43;
    margin: 0 0 16px; }

  .article-primary-def--size2 .article__body-alt .list-data-def {
    font-size: 14px; }

  .article-primary-def--size2 .article__body-alt .list-data-def strong {
    min-width: 139px; }

  .article-primary-def--size2 .article__body-alt .list-data-def li + li {
    margin: 8px 0 0; }

  .article-primary-def--size2 + .article-primary-def {
    margin-top: 44px; } }
@media (max-width: 639px) {
  .article-primary-def .article__actions {
    display: block; }

  .article-primary-def .article__actions ul {
    display: block; }

  .article-primary-def .article__actions ul li + li {
    margin: 10px 0 0; }

  .article-primary-def .article__actions ul + ul {
    margin: 20px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .article-primary-def .article__actions ul + ul li + li {
    margin: 0 0 0 20px; }

  .article-primary-def .article__title + p {
    padding-right: 0; }

  .article-primary-def .list-data-alt {
    max-width: 100%; }

  .article-primary-def .article__body h2 {
    font-size: 28px;
    padding: 0; }

  .article-primary-def .article__body p {
    padding-right: 0; } }
/* ------------------------------------------------------------ *\
	Article Primary Alt
\* ------------------------------------------------------------ */
.article-primary-alt {
  letter-spacing: 0;
  /*  Article Primary Alt  */
  /*  Article Primary Size1  */
  /*  Article Primary Size2  */ }

.article-primary-alt .article__body {
  margin: 18px 0 0;
  color: #040404; }

.article-primary-alt .article__body p {
  margin: 0; }

.article-primary-alt .article__body p + p {
  margin: 30px 0 0; }

.article-primary-alt .article__body p + h6 {
  margin: 28px 0 0; }

.article-primary-alt .article__body h2 {
  font-size: 32px;
  font-weight: 700;
  color: #002f5d;
  margin: 0 0 25px;
  padding-top: 5px; }

.article-primary-alt .article__body h6 {
  font-weight: 600; }

.article-primary-alt .article__body h6 + ul {
  margin: 2px 0 0; }

.article-primary-alt .article__body ul {
  list-style: none; }

.article-primary-alt .article__body ul li {
  position: relative;
  padding-left: 10px; }

.article-primary-alt .article__body ul li:after {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #040404; }

.article-primary-alt .article__body--primary {
  line-height: 1.6; }

.article-primary-alt .article__body--primary p {
  padding: 0 50px 0 0; }

.article-primary-alt .article__body--primary p + p {
  margin: 25px 0 0; }

.article-primary-alt .article__body + .article__body-alt {
  margin: 27px 0 0; }

.article-primary-alt .article__body-alt + .article__body {
  margin-top: 31px; }

.article-primary-alt .article__title {
  border-bottom: 1px solid #002f5d;
  font-weight: 700;
  max-width: 88%;
  padding-bottom: 7px;
  margin-bottom: 11px; }

.article-primary-alt .article__title + p {
  font-size: 16px; }

.article-primary-alt .article__image {
  padding-top: 63.5%;
  background-size: cover; }

.article-primary-alt .article__actions {
  margin: 13px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.article-primary-alt .article__actions ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0; }

.article-primary-alt .article__actions ul li + li {
  margin-left: 13px; }

.article-primary-alt .article__actions ul + ul li + li {
  margin-left: 22px; }

.article-primary-alt .article__actions-alt {
  text-align: center;
  margin: 45px 0 0; }

.article-primary-alt .list-data-alt {
  max-width: 93%; }

.article-primary-alt .list-data-alt h6 {
  font-size: 16px; }

.article-primary-alt .list-data-alt ul {
  font-size: 16px; }

.article-primary-alt .list-data-alt ul li + li {
  margin: 0; }

.article-primary-alt + .widget-primary {
  margin: 89px 0 0; }

.article-primary-alt--alt .article__title {
  border-color: #002f5d; }

.article-primary-alt--size1 .article__title {
  color: #002f5d;
  border-color: #002f5d;
  max-width: 100%; }

.article-primary-alt--size2 .article__body {
  margin: 0; }

.article-primary-alt--size2 .article__title {
  color: #002f5d;
  border-color: #002f5d;
  font-size: 24px;
  max-width: 93%; }

.article-primary-alt--size2 .article__body--primary {
  font-size: 16px; }

.article-primary-alt--size2 .article__body--primary p {
  padding-right: 0; }

.article-primary-alt--size2 .article__body-alt > h6 {
  font-weight: 600;
  margin: 0 0 26px;
  font-size: 16px; }

.article-primary-alt--size2 .list-data-def {
  font-size: 16px; }

.article-primary-alt--size2 .list-data-def li + li {
  margin: -3px 0 0; }

.article-primary-alt--size2 + .article-primary-alt {
  margin-top: 29px; }

@media (max-width: 767px) {
  .article-primary-alt {
    padding-top: 20px; }

  .article-primary-alt .article__title {
    font-size: 20px;
    max-width: 100%;
    padding-bottom: 10px;
    margin: 0 0 11px; }

  .article-primary-alt .article__title + p {
    font-size: 14px;
    line-height: 1.43; }

  .article-primary-alt--alt .article__head {
    margin: 12px 0 7px; }

  .article-primary-alt--alt .article__head h3 {
    font-size: 28px;
    color: #002f5d;
    letter-spacing: 0;
    font-weight: 700; }

  .article-primary-alt--size2 .article__body--primary {
    font-size: 14px;
    line-height: 1.43; }

  .article-primary-alt--size2 .list-data-alt {
    max-width: 100%; }

  .article-primary-alt--size2 .list-data-alt > h6 {
    font-size: 14px;
    min-width: 179px; }

  .article-primary-alt--size2 .list-data-alt > li + li {
    margin-top: 19px;
    padding-top: 17px; }

  .article-primary-alt--size2 .list-data-alt ul {
    font-size: 14px; }

  .article-primary-alt--size2 .list-data-alt ul li + li {
    margin: 8px 0 0; }

  .article-primary-alt--size2 .article__body-alt > h6 {
    font-size: 14px;
    line-height: 1.43;
    margin: 0 0 16px; }

  .article-primary-alt--size2 .article__body-alt .list-data-def {
    font-size: 14px; }

  .article-primary-alt--size2 .article__body-alt .list-data-def strong {
    min-width: 139px; }

  .article-primary-alt--size2 .article__body-alt .list-data-def li + li {
    margin: 8px 0 0; }

  .article-primary-alt--size2 + .article-primary-alt {
    margin-top: 44px; } }
@media (max-width: 767px) {
  .article-primary-alt {
    font-size: 16px; }

  .article-primary-alt .article__title {
    font-size: 28px; } }
/* ------------------------------------------------------------ *\
	Article Big
\* ------------------------------------------------------------ */
.article-big {
  letter-spacing: 0;
  font-size: 24px;
  line-height: 1.34;
  color: #000;
  /*  Article Big Primary  */ }

.article-big .article__image {
  padding-top: 50%;
  background-size: cover; }

.article-big .article__body {
  margin: 31px 0 0; }

.article-big .article__body h2 {
  color: #002f5d;
  margin: 0 0 35px; }

.article-big .article__body p {
  margin: 0; }

.article-big .article__body p + p {
  margin: 20px 0 0; }

.article-big .article__body p + h4 {
  margin-top: 45px; }

.article-big .article__body p + ul {
  margin-top: 42px; }

.article-big .article__body h4 {
  font-weight: 600;
  margin: 0 0 8px;
  font-size: 24px; }

.article-big .article__body ul {
  margin: 0;
  padding-left: 36px; }

.article-big .article__body ul li + li {
  margin: 5px 0 0; }

.article-big .article__body ul + p {
  margin: 42px 0 0; }

.article-big .article__actions {
  margin: 34px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.article-big .form-search {
  margin: 37px 0 0; }

.article-big .form-search + .article__body {
  margin: 43px -5px 0 0; }

.article-big .testimonial {
  margin: 80px 0 0; }

.article-big--primary {
  padding: 5px 0 115px;
  font-size: 16px; }

.article-big--primary .article__body {
  margin-top: 0; }

.article-big--primary .article__body h2 {
  margin: 0; }

.article-big--primary .article__content {
  margin: 43px 0 0; }

.article-big--primary .article__actions {
  margin: 38px 0 0; }

@media (max-width: 767px) {
  .article-big {
    font-size: 18px; }

  .article-big .article__body h4 {
    font-size: 18px; } }
@media (max-width: 639px) {
  .article-big {
    font-size: 16px; }

  .article-big .article__body h2 {
    font-size: 28px;
    margin: 0 0 20px; }

  .article-big .article__body h4 {
    font-size: 16px; }

  .article-big .article__actions {
    display: block; }

  .article-big .article__actions .btn {
    display: block; }

  .article-big .article__actions .btn + .btn {
    margin: 20px 0 0; } }
/* ------------------------------------------------------------ *\
	Article Secondary
\* ------------------------------------------------------------ */
.article-secondary {
  border-radius: 18px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  padding: 20px 10px 17px;
  text-align: center;
  letter-spacing: 0;
  background: #f8f8f8; }

.article-secondary .article__image {
  background: #cdcdcd;
  border-radius: 50%;
  position: relative;
  margin: auto;
  width: 150px;
  height: 150px;
  overflow: hidden; }

.article-secondary .article__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.article-secondary .article__body {
  margin: 16px 0 0; }

.article-secondary .article__body h4 {
  font-size: 17px;
  line-height: 1.6;
  color: #002f5d;
  margin: 0; }

.article-secondary .article__body h5,
.article-secondary .article__body .h5 {
  font-size: 14px;
  font-weight: 700;
  color: #002f5d;
  margin: 0;
  display: inline-block;
  position: relative; }
.article-secondary .article__body span {
  display: block;
  font-weight: 400;
  font-size: 10px;
  color: #000;
  margin: 7px 0 0; }
.article-secondary .article__body > i {
  position: absolute;
  top: 50%;
  right: -27px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
.article-secondary .article__body + h5 {
  margin: 20px 0 0; }

.article-secondary .article__body .article__data {
  list-style: none;
  font-size: 15px;
  margin: 32px 0 0;
  color: #002f5d; }

.article-secondary .article__body .article__data strong {
  font-weight: 700; }

.article-secondary .article__body .article__data li + li {
  margin: 14px 0 0; }

.article-secondary .stat {
  margin: 12px 0 0; }

.article-secondary .stat + h6 {
  margin: 6px 0 0;
  font-size: 10px;
  font-weight: 600;
  color: #002f5d; }

.article-secondary--alt {
  min-height: 395px; }

.article-secondary--alt .article__body {
  margin: 12px 0 0; }

@media (max-width: 767px) {
  .article-secondary .stat {
    margin: 5px 0 0; }

  .article-secondary .article__image {
    width: 120px;
    height: 120px; }

  .article-secondary .article__image img {
    width: 46px; }

  .article-secondary .article__body {
    margin: 6px 0 0; }

  .article-secondary--alt {
    min-height: 350px; } }
@media (max-width: 639px) {
  .article-secondary--alt {
    min-height: 0; } }
/* ------------------------------------------------------------ *\
	Articles Def
\* ------------------------------------------------------------ */
@media (max-width: 767px) {
  .articles-def .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px -20px; }

  .articles-def .row > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px 20px; } }
@media (max-width: 639px) {
  .articles-def .row > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
/* ------------------------------------------------------------ *\
	Article Def
\* ------------------------------------------------------------ */
.article-def {
  border-radius: 18px;
  background: #e2e2e2;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  letter-spacing: 0;
  padding: 18px 21px; }

.article-def h3 {
  font-weight: 700;
  color: #002f5d;
  margin: 0; }

.article-def h3 + h2 {
  margin: 14px 0 0; }

.article-def h2 {
  font-size: 52px;
  font-weight: 700;
  color: #002f5d; }

.article-def h2 + .btn {
  margin: 24px 0 0; }

.article-def .article__body {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }

.article-def--primary {
  background: none;
  padding: 20px 0; }

.article-def--primary h3 {
  margin: 0 0 20px;
  font-size: 26px;
  letter-spacing: 0.02em;
  color: #002f5d;
  line-height: 1.24; }

.article-def--primary .btn {
  margin: 0 0 41px; }

.article-def--secondary p {
  font-size: 18px;
  line-height: 1.33;
  color: #002f5d; }

.article-def--secondary h3 {
  margin: 0 0 10px; }

.article-def--secondary .article__body {
  min-height: 146px; }

@media (max-width: 767px) {
  .article-def {
    padding: 14px 18px;
    min-height: 350px; }

  .article-def h3 + h2 {
    margin: 14px 0 0; }

  .article-def h2 {
    font-size: 42px; }

  .article-def h2 + .btn {
    margin: 17px 0 0; }

  .article-def .btn {
    min-width: 0;
    width: 100%;
    font-size: 14px;
    padding: 6px 10px; }

  .article-def--primary {
    padding: 33px 0; }

  .article-def--primary h3 {
    font-size: 24px;
    line-height: 1.23;
    margin: 0 0 35px; }

  .article-def--primary .btn {
    margin: 0 0 20px;
    max-width: 200px; }

  .article-def--primary .checkbox label {
    font-size: 14px;
    line-height: 1.43;
    padding-left: 39px; }

  .article-def--primary .checkbox label:after {
    width: 15px;
    height: 15px;
    border-width: 1px;
    top: 2px;
    left: 11px; }

  .article-def--secondary h3 {
    font-size: 22px; } }
/* ------------------------------------------------------------ *\
	Article Teritary
\* ------------------------------------------------------------ */
.article-teritary .widget-stat + .article__content {
  margin-top: 31px; }

.article-teritary .widget-logo + .article__content {
  margin-top: 31px; }

.article-teritary .article__content {
  font-size: 17px;
  line-height: 1.42;
  letter-spacing: 0; }

.article-teritary .article__content h3 {
  margin: 0 0 9px;
  font-size: 32px;
  color: #002f5d;
  font-weight: 700; }

.article-teritary .article__content h2 {
  color: #002f5d;
  font-weight: 700;
  margin: 0 0 41px; }

.article-teritary .article__content + .accordion {
  margin-top: 18px; }

@media (max-width: 767px) {
  .article-teritary .widget-logo + .article__content {
    margin-top: 68px; }

  .article-teritary .article__content {
    font-size: 17px;
    line-height: 1.42; }

  .article-teritary .article__content h3 {
    font-size: 28px;
    margin: 0 0 12px; }

  .article-teritary .article__content + .accordion {
    margin-top: 42px; } }
@media (max-width: 639px) {
  .article-teritary .article__content {
    font-size: 16px; }

  .article-teritary .article__content h3 {
    font-size: 18px; } }
/* ------------------------------------------------------------ *\
	Article Quaternary
\* ------------------------------------------------------------ */
.article-quaternary {
  padding: 5px 0 74px;
  letter-spacing: 0; }

.article-quaternary .article__image {
  padding-top: 36.7%;
  background-size: cover; }

.article-quaternary .article__body {
  margin: 20px 0 0; }

.article-quaternary .article__title {
  margin: 0 0 34px;
  color: #002f5d;
  font-weight: 700; }

.article-quaternary .article__subtitle {
  margin: 0;
  font-weight: 700; }

.article-quaternary .article__subtitle + .widget-info-alt {
  margin: 24px 0 0; }

.article-quaternary .article__subtitle + .packages {
  margin: 54px 0 0; }

.article-quaternary .article__actions {
  position: relative;
  margin: 58px 0 0 49px; }

.article-quaternary .article__actions .btn--border-alt {
  border-width: 1px;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 10px;
  min-width: 272px;
  border-radius: 25px; }

.article-quaternary .article__actions .article__hint {
  position: absolute;
  top: 10px;
  right: 50px;
  font-size: 12px;
  color: #002f5d;
  letter-spacing: 0.02em; }

.article-quaternary .widget-info-alt + .article__subtitle {
  margin-top: 43px; }

@media (max-width: 767px) {
  .article-quaternary {
    padding: 5px 0 41px; }

  .article-quaternary .article__title {
    font-size: 32px;
    margin: 0 0 12px; }

  .article-quaternary .article__subtitle {
    font-size: 20px;
    margin: 0 0 12px; }

  .article-quaternary .article__subtitle + .widget-info-alt {
    margin: 15px 0 0; }

  .article-quaternary .article__subtitle + .packages {
    margin: 11px 0 0; }

  .article-quaternary .widget-info-alt + .article__subtitle {
    margin-top: 30px; }

  .article-quaternary .article__image {
    padding-top: 84.7%; }

  .article-quaternary .article__body {
    margin: 16px 0 0; }

  .article-quaternary .article__actions {
    margin: 0;
    padding: 33px 0 0;
    text-align: center; }

  .article-quaternary .article__actions .article__hint {
    top: -7px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%); } }
/* ------------------------------------------------------------ *\
	Article Senary
\* ------------------------------------------------------------ */
.article-senary {
  letter-spacing: 0.02em;
  font-size: 20px;
  line-height: 1.1;
  color: #1a1c1e;
  position: relative;
  top: 16px; }

.article-senary .article__title {
  margin: 0 0 20px;
  font-size: 32px;
  line-height: 1.14;
  font-weight: 700;
  letter-spacing: 0.02em; }

.article-senary p {
  margin: 0 0 31px; }

.article-senary--small {
  top: 11px; }

.article-senary--small .article__title {
  font-size: 26px;
  line-height: 1.23;
  margin: 0 0 15px; }

.article-senary--small p {
  margin: 0 0 27px; }

.article-senary--alt {
  top: 0;
  padding: 30px 10px 31px 17px; }

.article-senary--alt .article__title {
  margin: 0 0 7px; }

.article-senary--alt p {
  margin: 0 0 17px; }

@media (max-width: 767px) {
  .article-senary .article__title {
    font-size: 20px; }

  .article-senary p {
    font-size: 16px; }

  .article-senary .btn {
    font-size: 16px;
    min-width: 0;
    padding: 6px 15px; } }
@media (max-width: 639px) {
  .article-senary {
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0; } }
.article-interview .article__body ul {
  padding-left: 42px; }

/* ------------------------------------------------------------ *\
	Breadcrumbs
\* ------------------------------------------------------------ */
.breadcrumbs {
  padding: 38px 0;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #002f5d;
  position: relative;
  z-index: 10;
  /*  Breadcrumps Size1  */
  /*  Breadcrumps Size2  */
  /*  Breadcrumps Size3  */
  /*  Breadcrumps Size4  */ }

.breadcrumbs ul {
  list-style: none; }

.breadcrumbs li {
  position: relative;
  display: inline-block; }

.breadcrumbs li + li {
  margin-left: 0px;
  padding-left: 11px; }

.breadcrumbs li + li:before {
  content: '|';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.breadcrumbs a {
  text-decoration: none; }

.breadcrumbs .is-active {
  font-weight: 600; }

.breadcrumbs--size1 {
  padding: 20px 0; }

.breadcrumbs--size2 {
  padding: 37px 0 10px;
  font-weight: 400; }

.breadcrumbs--size3 {
  padding: 37px 0 10px;
  font-weight: 400; }

.breadcrumbs--size4 {
  padding: 17px 0 17px;
  font-weight: 400; }

@media (max-width: 767px) {
  .breadcrumbs {
    display: none; } }
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background: #b0253b;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 16px 10px;
  min-width: 170px;
  border-radius: 26px;
  text-transform: uppercase;
  -webkit-transition: background .4s, color .4s;
  -o-transition: background .4s, color .4s;
  transition: background .4s, color .4s;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.btn:hover {
  color: #fff;
  background: #961e31; }

.btn i {
  margin-right: 5px;
  vertical-align: middle; }

.btn--small {
  text-transform: none;
  letter-spacing: 0;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
  border-radius: 0 0 5px 5px;
  min-width: 110px;
  padding: 4px 11px; }

.btn--small-white {
  background: #fff !important;
  color: #b0253b;
  padding: 0;
  min-width: 0;
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s; }

.btn--small-white:hover {
  color: #b0253b;
  opacity: .7; }

.btn--small-white i {
  position: relative;
  top: -1px;
  left: 6px; }

.btn--small-size1 {
  min-width: 198px; }

.btn--gray {
  background: #dadada;
  color: #002f5d; }

.btn--gray:hover {
  color: #b0253b;
  background: #dadada; }

.btn--size1 {
  min-width: 99%; }

.btn--small-alt {
  font-size: 14px;
  background: #e8e8e8;
  color: #002f5d;
  border-radius: 15px;
  min-width: 152px;
  padding: 5px 10px; }

.btn--small-alt:hover {
  background: #e8e8e8;
  color: #b0253b; }

.btn--border {
  border: 2px solid #607295;
  color: #607295;
  border-radius: 18px;
  padding: 7px 10px;
  font-size: 16px;
  min-width: 272px;
  background: none !important;
  text-transform: none;
  letter-spacing: 0.02em;
  -webkit-transition: color .4s, border-color .4s;
  -o-transition: color .4s, border-color .4s;
  transition: color .4s, border-color .4s; }

.btn--border:hover {
  color: #b0253b;
  border-color: #b0253b; }

.btn--secondary {
  color: #002f5d;
  background: #f8f8f8;
  min-width: 240px;
  padding: 13px 10px; }

.btn--secondary:hover {
  background: #f8f8f8;
  color: #b0253b; }

.btn--white-border {
  border: 2px solid #fff;
  font-size: 20px;
  padding: 10px 10px; }

.btn--size2 {
  min-width: 230px;
  border-radius: 17px;
  font-size: 16px;
  padding: 9px 10px;
  text-transform: none; }

.btn--size3 {
  min-width: 200px;
  border-radius: 17px;
  font-size: 16px;
  padding: 9px 10px;
  text-transform: none; }

.btn--size4 {
  min-width: 250px;
  border-radius: 17px;
  font-size: 18px;
  padding: 13px 10px;
  text-transform: none; }

.btn--border-alt {
  border: 2px solid #002f5d;
  color: #002f5d;
  border-radius: 18px;
  padding: 7px 10px;
  font-size: 16px;
  min-width: 226px;
  background: none !important;
  text-transform: none;
  letter-spacing: 0.02em;
  -webkit-transition: color .4s, border-color .4s;
  -o-transition: color .4s, border-color .4s;
  transition: color .4s, border-color .4s; }

.btn--border-alt:hover {
  color: #b0253b;
  border-color: #b0253b; }

.btn--teritary {
  width: 100%;
  min-width: 0;
  background: #b3b3b3;
  color: #002f5d;
  font-size: 14px;
  border-radius: 16px;
  padding: 10px 10px; }

.btn--size5 {
  min-width: 200px;
  font-size: 14px;
  padding: 6px 10px;
  text-transform: uppercase; }

.btn--blue {
  background: #002f5d;
  color: #fff; }

.btn--blue:hover {
  background: #1d66ad; }

.btn--size6 {
  min-width: 170px;
  font-size: 14px;
  padding: 11px 10px;
  text-transform: uppercase;
  border-radius: 16px; }

.btn--size7 {
  min-width: 240px;
  font-size: 14px;
  padding: 11px 10px;
  text-transform: uppercase;
  border-radius: 16px; }

.btn--border-red {
  background: none;
  color: #b0253b;
  border: 1px solid #b0253b; }

.btn--size8 {
  min-width: 270px;
  font-size: 14px;
  padding: 11px 10px;
  text-transform: uppercase;
  border-radius: 16px; }

.btn--gray-alt {
  background: #e2e2e2;
  color: #002f5d; }

.btn--size9 {
  min-width: 272px; }

.btn--quaternary {
  background: #b4b4b4;
  color: #002f5d;
  font-size: 14px;
  letter-spacing: 0;
  min-width: 148px;
  padding: 4px 10px; }

.btn--size10 {
  min-width: 222px;
  padding: 6px 10px;
  font-size: 14px;
  letter-spacing: 0.04em;
  border-width: 1px;
  text-transform: uppercase; }

.btn--green {
  text-transform: none;
  background: #22a203;
  min-width: 182px;
  padding: 5px 19px;
  font-size: 16px;
  letter-spacing: 0.04em;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1) !important; }

.btn--size11 {
  min-width: 170px;
  padding: 11px 29px;
  font-size: 14px;
  letter-spacing: 0.04em;
  border-width: 1px;
  text-transform: uppercase; }

.btn--dark {
  background: #1a1c1e; }

.btn--size12 {
  width: 100%;
  padding: 14px 10px;
  font-size: 17px;
  letter-spacing: 0;
  font-weight: 600;
  text-transform: none; }

@media (max-width: 767px) {
  .btn {
    font-size: 20px; }

  .btn--border {
    font-size: 16px;
    padding: 6px 20px;
    min-width: 280px; }

  .btn--border-alt {
    font-size: 16px; }

  .btn--gray {
    font-size: 20px;
    padding: 6px 20px; }

  .btn--white-border {
    border-width: 2px;
    width: 100%;
    min-width: 0;
    font-size: 20px;
    padding: 12px 20px;
    margin: 20px 0 0; }

  .btn--white-border i {
    margin-right: 30px;
    position: relative;
    left: 26px; }

  .btn--size4,
  .btn--size3,
  .btn--size2 {
    font-size: 18px;
    min-width: 190px;
    padding: 7px 10px; }

  .btn--size7 {
    font-size: 14px;
    padding: 5px 10px; }

  .btn--size8 {
    font-size: 16px;
    padding: 5px 15px; } }
@media (max-width: 639px) {
  .btn--gray {
    font-size: 12px; }

  .btn--size4,
  .btn--size3,
  .btn--size2 {
    font-size: 12px; }

  .btn--size8 {
    font-size: 14px; } }
/* ------------------------------------------------------------ *\
	Button Up
\* ------------------------------------------------------------ */
.btn-up {
  display: inline-block;
  position: relative;
  width: 70px;
  height: 70px;
  background: #cdcdcd;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); }

.btn-up i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/* ------------------------------------------------------------ *\
	Button Burger
\* ------------------------------------------------------------ */
.btn-burger {
  display: none;
  width: 46px;
  height: 28px;
  position: relative; }

.btn-burger span {
  width: 100%;
  height: 6px;
  background: #002f5d;
  position: absolute;
  left: 0;
  border-radius: 4px;
  -webkit-transition: top .2s .25s, left .2s .25s, opacity .2s .25s, -webkit-transform .2s 0s;
  transition: top .2s .25s, left .2s .25s, opacity .2s .25s, -webkit-transform .2s 0s;
  -o-transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s;
  transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s;
  transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s, -webkit-transform .2s 0s; }

.btn-burger span:first-child {
  top: 0; }

.btn-burger span:nth-child(2) {
  top: 10px; }

.btn-burger span:last-child {
  top: 20px; }

.btn-burger.is-active span {
  -webkit-transition: background .2s, top .2s, left .2s, opacity .2s, -webkit-transform .2s .25s;
  transition: background .2s, top .2s, left .2s, opacity .2s, -webkit-transform .2s .25s;
  -o-transition: background .2s, top .2s, left .2s, opacity .2s, transform .2s .25s;
  transition: background .2s, top .2s, left .2s, opacity .2s, transform .2s .25s;
  transition: background .2s, top .2s, left .2s, opacity .2s, transform .2s .25s, -webkit-transform .2s .25s; }

.btn-burger.is-active span:first-child {
  top: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.btn-burger.is-active span:nth-child(2) {
  opacity: 0; }

.btn-burger.is-active span:last-child {
  top: 10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

@media (max-width: 767px) {
  .btn-burger {
    display: block; } }
@media (max-width: 639px) {
  .btn-burger {
    width: 35px;
    height: 24px; }

  .btn-burger span {
    height: 3px; }

  .btn-burger span:nth-child(2) {
    top: 10px; }

  .btn-burger span:last-child {
    top: 20px; }

  .btn-burger.is-active span:first-child {
    top: 10px; }

  .btn-burger.is-active span:last-child {
    top: 10px; } }
/* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */
.checkbox {
  /*  Checkbox Primary  */
  /*  Checkbox Primary Small  */
  /*  Checkbox Secondary  */
  /*  Checkbox Teritary  */
  /*  Checkbox Quaternary  */ }

.checkbox input {
  display: none; }

.checkbox input:checked + label:after {
  background: #002f5d; }

.checkbox label {
  display: block !important;
  position: relative;
  font-weight: 600;
  font-size: 14px;
  margin: 0;
  padding-left: 30px; }

.checkbox label:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #002f5d;
  -webkit-transition: background .4s;
  -o-transition: background .4s;
  transition: background .4s; }

.checkbox label span {
  color: #002f5d;
  padding-left: 8px; }

.checkbox .link-copy {
  position: absolute;
  bottom: -3px;
  right: 0; }

.checkbox--primary {
  position: relative; }

.checkbox--primary input:checked + label:after {
  background: #b0253b; }

.checkbox--primary label {
  font-size: 16px;
  line-height: 1.45;
  padding-left: 35px; }

.checkbox--primary label:after {
  border-width: 1px;
  border-color: #b0253b; }

.checkbox--primary-small label {
  font-size: 14px;
  padding-left: 18px; }

.checkbox--primary-small label:after {
  width: 10px;
  height: 10px;
  top: 5px; }

.checkbox--secondary input:checked + label:before {
  opacity: 1; }

.checkbox--secondary label {
  font-size: 14px;
  line-height: 1.57;
  color: #000;
  padding-left: 38px; }

.checkbox--secondary label:after {
  width: 19px;
  height: 19px;
  border: 1px solid #002f5d;
  left: 10px;
  background: none !important; }

.checkbox--secondary label:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 15px;
  width: 13px;
  height: 7px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-left: 2px solid #002f5d;
  border-bottom: 2px solid #002f5d;
  z-index: 3;
  opacity: 0;
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s; }

.checkbox--teritary label {
  font-size: 16px;
  color: #002f5d;
  padding-left: 30px;
  letter-spacing: 0;
  font-weight: 400; }

.checkbox--teritary label:after {
  width: 15px;
  height: 15px;
  border: 1px solid #002f5d;
  left: 2px; }

.checkbox--quaternary input:checked + label:before {
  opacity: 1; }

.checkbox--quaternary label {
  font-size: 14px;
  padding-left: 34px;
  letter-spacing: 0;
  font-weight: 400; }

.checkbox--quaternary label:after {
  width: 15px;
  height: 15px;
  border: 1px solid #002f5d;
  left: 2px;
  top: 3px;
  background: none !important; }

.checkbox--quaternary label:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 6px;
  width: 13px;
  height: 7px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-left: 2px solid #002f5d;
  border-bottom: 2px solid #002f5d;
  z-index: 3;
  opacity: 0;
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s; }

.checkbox--quaternary label a {
  text-decoration: underline;
  color: #008acb;
  font-weight: 600;
  text-decoration: none; }

.checkbox--quaternary label strong {
  font-size: 17px;
  display: block;
  margin: 0 0 5px;
  font-weight: 600; }

.checkbox--senary label {
  font-size: 12px;
  color: #002f5d;
  letter-spacing: 0.04em;
  padding-left: 27px; }

.checkbox--senary label:after {
  border-width: 1px;
  top: -3px; }

.checkbox--senary label strong {
  font-weight: 700; }

.checkbox--septenary label {
  font-size: 16px;
  color: #002f5d;
  letter-spacing: 0;
  padding-left: 28px;
  font-weight: 400; }

.checkbox--septenary label:after {
  border-width: 1px;
  top: 2px;
  border-color: #002f5d;
  width: 15px;
  height: 15px; }

@media (max-width: 767px) {
  .checkbox label {
    font-size: 12px;
    padding-left: 32px; }

  .checkbox label:after {
    width: 20px;
    height: 20px;
    border-width: 2px;
    left: 0;
    top: -4px; } }
@media (max-width: 639px) {
  .checkbox--quaternary label:before,
  .checkbox--quaternary label:after {
    margin-top: 5px; }

  .checkbox--quaternary label strong {
    font-size: 16px; } }
/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */
@media (max-width: 767px) {
  .container {
    padding: 0 66px;
    max-width: 100%; } }
@media (max-width: 639px) {
  .container {
    padding: 0 15px; } }
/* ------------------------------------------------------------ *\
	Feature Alt
\* ------------------------------------------------------------ */
.feature-alt {
  color: #fff;
  text-align: center; }

.feature-alt h6,
.feature-alt .h6 {
  font-weight: 600;
  letter-spacing: 0; }

.feature-alt .feature__image {
  width: 270px;
  height: 270px;
  position: relative;
  background: #fff;
  margin: auto;
  border-radius: 50%; }
  .feature-alt .feature__image a {
    width: 270px;
    height: 270px;
    display: block; }

.feature-alt .feature__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 230px;
  max-height: 130px; }

.feature-alt .feature__body {
  margin: 16px 0 0; }

@media (max-width: 767px) {
  .feature-alt .feature__body {
    margin: 20px 0 0; } }
@media (max-width: 639px) {
  .feature-alt .feature__image {
    width: 250px;
    height: 250px;
    margin: auto; }

  .feature-alt .feature__image img {
    max-width: 90%; } }
/* ------------------------------------------------------------ *\
	Feature
\* ------------------------------------------------------------ */
.feature {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  padding: 23px 20px 18px 201px;
  color: #1a1c1e;
  min-height: 220px;
  border: 3px solid #fff;
  -webkit-transition: border-color .4s;
  -o-transition: border-color .4s;
  transition: border-color .4s;
  /*  Feature Primary  */
  /*  Feaure Primary Alt  */
  /*  Feaure Secondary  */
  /*  Feature Teritary  */ }

.feature:hover {
  border-color: #b0253b; }

.feature.feature-tiny {
  min-height: 144px; }

.feature.feature-tiny .feature__image {
  top: 0px; }

.feature .feature__image {
  width: 140px;
  position: absolute;
  top: 26px;
  left: 30px;
  text-align: center; }

.feature .feature__image img {
  max-height: 131px; }

.feature .feature__content h4 {
  letter-spacing: 0.02em;
  margin: 0 0 8px; }

.feature .feature__content p {
  font-size: 20px;
  font-weight: 400;
  color: #464646;
  letter-spacing: 0.02em;
  margin: 0;
  margin-left: -4px; }

.feature .feature__content p .badge {
  margin-right: 4px;
  vertical-align: middle;
  position: relative;
  top: -2px; }

.feature .feature__foot {
  position: absolute;
  left: 200px;
  bottom: 18px;
  width: calc(100% - 220px); }

.feature .feature__foot .btn {
  position: absolute;
  bottom: 2px;
  right: 4px; }

.feature .feature__data {
  list-style: none;
  letter-spacing: 0.04em;
  margin: 0;
  max-width: 655px; }

.feature .feature__data li {
  display: inline-block;
  width: 30%;
  padding-right: 20px;
  font-weight: 700; }

.feature .feature__data span {
  display: block;
  font-weight: 400;
  margin: 0 0 6px; }

.feature .feature__hint {
  margin: 4px 0 0 -4px;
  font-weight: 600;
  font-size: 14px;
  color: #ec9000;
  letter-spacing: 0.02em; }

.feature .feature__hint--red {
  color: #fe0000; }

.feature .feature__link {
  text-decoration: none;
  font-weight: 700;
  color: #464646;
  display: inline-block;
  margin: 3px 0 0; }

.feature .feature__link i {
  position: relative;
  top: -2px;
  margin-right: 5px; }

.feature + .feature {
  margin-top: 30px; }

.feature--primary {
  padding: 24px 20px 18px 227px;
  min-height: 230px; }

.feature--primary .feature__image {
  top: 27px; }

.feature--primary .feature__content p {
  margin-left: 0; }

.feature--primary .feature__foot {
  left: 227px;
  bottom: 15px; }

.feature--primary .feature__foot .btn {
  right: 32px;
  padding: 7px 10px; }

.feature--primary .feature__data {
  max-width: 600px; }

.feature--primary .feature__data li {
  width: auto;
  padding-right: 0; }

.feature--primary .feature__data li + li {
  margin-left: 44px; }

.feature--primary-alt .feature__image {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
  margin-top: -5px; }

.feature--primary-alt .feature__data li + li {
  margin-left: 40px; }

.feature--secondary {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 230px;
  padding: 60px 20px 18px 220px; }

.feature--secondary .feature__image {
  top: 66px;
  left: 34px; }

.feature--secondary .feature__body {
  position: relative; }

.feature--secondary .feature__content h2 {
  font-size: 32px;
  color: #0084aa;
  letter-spacing: 0.02em;
  margin: 0 0 20px; }

.feature--secondary .feature__content h3 {
  color: #464646;
  font-size: 20px;
  margin: 0;
  font-weight: 700; }

.feature--secondary .feature__content h3 span {
  color: #b0253b; }

.feature--secondary .feature__content h3 + h3 {
  margin: 12px 0 0; }

.feature--secondary .feature__link-alt {
  position: absolute;
  top: -61px;
  right: -1px; }

.feature--teritary {
  position: relative;
  padding: 23px 20px 18px 28px; }

.feature--teritary .feature__aside {
  position: absolute;
  top: 21px;
  right: 27px;
  width: 200px; }

.feature--teritary .feature__content .feature__hint,
.feature--teritary .feature__content .feature__link,
.feature--teritary .feature__content p {
  margin-left: 0; }

.feature--teritary .feature__foot {
  position: relative;
  left: 0;
  bottom: 0;
  margin: 37px 0 0; }

.feature--teritary .feature__data {
  max-width: 600px; }

.feature--teritary .feature__data li {
  width: auto;
  padding-right: 0; }

.feature--teritary .feature__data li + li {
  margin-left: 44px; }

@media (max-width: 767px) {
  .feature {
    padding: 15px 20px 36px 148px;
    min-height: 207px;
    /*  Feature Primary  */
    /*  Feature Secondary  */ }

  .feature .feature__image {
    top: 20px;
    left: 11px;
    width: 120px; }

  .feature .feature__image--size1 {
    width: 72px; }

  .feature .feature__image--size2 {
    width: 72px; }

  .feature .feature__content h4 {
    font-size: 17px;
    line-height: 1.2;
    margin: 0 0 3px; }

  .feature .feature__content h4 br {
    display: none; }

  .feature .feature__content p {
    line-height: 1.42;
    font-size: 17px;
    margin-left: 0; }

  .feature .feature__content p .badge {
    margin-right: 12px; }

  .feature .feature__foot {
    left: 11px;
    bottom: 13px;
    width: calc(100% - 8px); }

  .feature .feature__foot .feature__data {
    font-size: 14px; }

  .feature .feature__foot .feature__data span {
    margin: 0 0 2px; }

  .feature .feature__foot .feature__data li {
    width: 27%; }

  .feature .feature__foot .btn {
    font-size: 17px;
    padding: 4px 10px;
    min-width: 174px;
    bottom: -2px;
    right: 17px; }

  .feature .feature__hint {
    font-size: 14px;
    margin: 0; }

  .feature + .feature {
    margin-top: 32px; }

  .feature--primary {
    padding: 13px 20px 36px 147px; }

  .feature--primary .feature__link {
    display: none; }

  .feature--primary .feature__image {
    top: 17px;
    left: 9px; }

  .feature--primary .feature__foot {
    bottom: 15px; }

  .feature--primary .feature__foot .btn {
    right: 18px; }

  .feature--primary .feature__foot .feature__data li + li {
    margin-left: 0; }

  .feature--primary .feature__foot .feature__data li:nth-child(3),
  .feature--primary .feature__foot .feature__data li:nth-child(4) {
    display: none; }

  .feature--primary .feature__foot .feature__data li:nth-child(1),
  .feature--primary .feature__foot .feature__data li:nth-child(2) {
    display: inline-block; }

  .feature--primary-alt .feature__image {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: 20px; }

  .feature--secondary {
    padding: 22px 20px 4px 146px;
    min-height: 0; }

  .feature--secondary .feature__image {
    top: 26px;
    left: 0;
    width: 104px; }

  .feature--secondary .feature__content h2 {
    font-size: 24px;
    margin: 0 0 12px; }

  .feature--secondary .feature__content h3 {
    font-size: 16px; }

  .feature--secondary .feature__content h3 + h3 {
    margin: 8px 0 0; }

  .feature--secondary .feature__link-alt {
    width: 100px;
    top: -18px;
    right: -18px;
    width: 112px; }

  .feature--teritary {
    padding: 15px 20px; }

  .feature--teritary .feature__foot {
    left: 0;
    bottom: 0; }

  .feature--teritary .feature__foot .feature__data li:nth-child(2) {
    display: inline-block; }

  .feature--teritary .feature__foot .feature__data li:nth-child(4),
  .feature--teritary .feature__foot .feature__data li:nth-child(3) {
    display: none; }

  .feature--teritary .feature__aside {
    position: static;
    width: 100%;
    margin: 0 0 30px; } }
@media (max-width: 639px) {
  .feature {
    padding: 15px; }

  .feature .feature__image {
    position: static;
    margin: 0 0 15px; }

  .feature .feature__foot {
    position: relative;
    bottom: 0;
    left: 0;
    margin: 15px 0 0; }

  .feature .feature__foot .btn {
    position: static;
    margin: 15px 0 0;
    font-size: 14px; }

  .feature .feature__foot .feature__data li {
    width: 48%; }

  .feature .feature__foot .feature__data li + li {
    margin-left: 0; }

  .feature--primary-alt h4 {
    word-break: break-all; }

  .feature--secondary .feature__link-alt {
    position: static;
    max-width: 140px;
    display: inline-block;
    margin: 15px 0 0; }

  .feature.search_result {
    min-height: 0; }

  .feature.search_result .feature__body .feature__content,
  .feature.search_result .feature__body h4,
  .feature.search_result .feature__body p,
  .feature.search_result .feature__body h6 {
    font-size: 13px; }

  .feature.search_result .feature__body h4 {
    line-height: 21px; }

  .feature.search_result .badges {
    display: block; }

  .feature.search_result h4 {
    font-size: 16px; }

  .feature.search_result .feature__header {
    margin-bottom: 9px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }

  .feature.search_result .feature__foot a {
    position: inherit !important;
    right: 0 !important; }

  .feature.search_result .feature__foot li {
    width: 100% !important;
    font-size: 13px; }

  .feature.search_result .feature__data span {
    width: 26%;
    display: inline-block; }

  .top-company-feature {
    margin-top: 61px !important;
    background: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    border: 3px solid #fff;
    -webkit-transition: border-color .4s;
    -o-transition: border-color .4s;
    transition: border-color .4s; }

  .top-company-feature .top-company-mobile-header {
    position: relative;
    top: -24px;
    font-size: 21px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -28px; }

  .top-company-feature .top-company-mobile-header .top {
    font-weight: 700; }

  .top-company-feature .feature__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: inherit !important; }

  .top-company-feature .mobile-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    margin: 0 0 15px;
    padding-right: 10px; }

  .top-company-feature .tc-body {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%; }

  .top-company-feature .tc-body h3 {
    font-size: 13px; }

  .top-company-feature .tc-company-name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }

  .top-company-feature .tc-company-name h2 {
    font-size: 16px; } }
/* ------------------------------------------------------------ *\
	Features Alt
\* ------------------------------------------------------------ */
.features-alt .row {
  margin-bottom: -30px; }

.features-alt .row > div {
  margin-bottom: 30px; }

@media (max-width: 767px) {
  .features-alt {
    padding: 0 12px; }

  .features-alt .row {
    margin: 0 -16px -20px; }

  .features-alt .row > div {
    margin-bottom: 0;
    padding: 0 16px 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; } }
@media (max-width: 639px) {
  .features-alt {
    padding: 0; }

  .features-alt .row > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; } }
/* ------------------------------------------------------------ *\
	Feature Alt
\* ------------------------------------------------------------ */
.feature-alt {
  text-align: center; }

.feature-alt > a {
  display: block;
  min-height: 160px;
  background: #ededed;
  text-decoration: none;
  position: relative;
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s; }

.feature-alt > a:hover {
  opacity: .7; }

.feature-alt h4,
.feature-alt .h4 {
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 10px;
  width: 100%; }
  .feature-alt h4 span,
  .feature-alt .h4 span {
    font-size: 14px;
    color: #b0253b;
    display: block;
    margin: 10px 0 0;
    font-weight: 600; }
.feature-alt h5,
.feature-alt .h5 {
  color: #000;
  font-size: 20px;
  padding: 31px 0 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%; }
  .feature-alt h5 i,
  .feature-alt .h5 i {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.feature-alt--size1 h4 {
  font-size: 17px;
  line-height: 1.42;
  font-weight: 700;
  letter-spacing: 0;
  min-height: 48px; }

@media (max-width: 767px) {
  .feature-alt {
    /*
		h5 {
			font-size: 10px; 
			padding: 15px 0 0; 
		}*/ }

  .feature-alt > a {
    min-height: 160px; }

  .feature-alt h4 {
    padding: 0 10px;
    font-size: 17px; }

  .feature-alt h4 span {
    font-size: 13px;
    margin: 10px 0 0; }

  .feature-alt--size1 h4 {
    font-size: 14px; } }
@media (max-width: 639px) {
  .feature-alt--primary h5 {
    font-size: 16px; } }
/* ------------------------------------------------------------ *\
	Features Def
\* ------------------------------------------------------------ */
@media (max-width: 767px) {
  .features-def .row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin: 0 -66px 0 0; }

  .features-def .row > div {
    min-width: 172px;
    margin: 0 70px 0 0;
    padding: 0; } }
@media (max-width: 639px) {
  .features-def .row {
    margin: 0 -15px; }

  .features-def .row > div {
    margin-right: 0;
    padding: 0 15px;
    min-width: 200px; } }
/* ------------------------------------------------------------ *\
	Feature Def
\* ------------------------------------------------------------ */
.feature-def {
  text-align: center;
  position: relative;
  padding: 115px 0 0;
  font-size: 14px;
  line-height: 1.22;
  font-weight: 600;
  color: #002f5d;
  letter-spacing: 0; }

.feature-def p {
  margin: 0 0 14px; }

.feature-def > img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.feature-def .btn {
  font-size: 14px;
  padding: 6px 10px;
  min-width: 172px; }

/* ------------------------------------------------------------ *\
	Feature Primary
\* ------------------------------------------------------------ */
.feature-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  letter-spacing: 0;
  font-size: 17px;
  line-height: 1.42;
  padding-left: 65px; }

.feature-primary .feature__image {
  background: #fff;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
  height: 250px;
  border-radius: 50%;
  position: relative; }

.feature-primary .feature__image i,
.feature-primary .feature__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.feature-primary .feature__body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  padding-left: 81px; }

.feature-primary .feature__body h3 {
  font-weight: 700;
  display: inline-block;
  border-bottom: 1px solid #fff;
  padding-bottom: 8px;
  margin: 0 0 23px; }

.feature-primary .feature__body p {
  margin: 0; }

.feature-primary .feature__body p + h6 {
  margin: 39px 0 0; }

.feature-primary .feature__body h6 {
  font-size: 17px;
  font-weight: 700; }

.feature-primary .feature__body h6 + p {
  margin: 7px 0 0; }

.feature-primary--alt .feature__image {
  height: 245px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px; }

.feature-primary--alt .feature__body {
  padding: 4px 0 0 85px; }

@media (max-width: 767px) {
  .feature-primary {
    display: block;
    padding: 0;
    text-align: center; }

  .feature-primary .feature__image {
    width: 222px;
    height: 222px;
    margin: auto; }

  .feature-primary .feature__body {
    padding: 24px 0 0; }

  .feature-primary .feature__body br {
    display: none; }

  .feature-primary .feature__body h3 {
    margin: 0 0 14px; }

  .feature-primary .feature__body p + h6 {
    margin: 26px 0 0; } }
/* ------------------------------------------------------------ *\
	Features Secondary
\* ------------------------------------------------------------ */
.features-secondary {
  margin-bottom: -29px; }

/* ------------------------------------------------------------ *\
	Features Secondary
\* ------------------------------------------------------------ */
.feature-secondary {
  background: #e6e6e6;
  padding: 10px 10px;
  text-align: center;
  margin-bottom: 29px;
  letter-spacing: 0; }

.feature-secondary h6 {
  font-size: 14px;
  color: #002f5d;
  font-weight: 400; }

.feature-secondary .feature__image {
  background-size: cover;
  padding-top: 64%; }

.feature-secondary .feature__body {
  margin: 10px 0 0; }

.feature-secondary--alt .feature__image {
  max-width: 210px;
  margin: auto;
  padding-top: 60%; }

.feature-secondary--alt .feature__body {
  margin: 23px 0 0; }

/* ------------------------------------------------------------ *\
	Features Teritary
\* ------------------------------------------------------------ */
.features-teritary .row {
  margin-bottom: -30px; }

.features-teritary .row > div {
  margin-bottom: 30px; }

/* ------------------------------------------------------------ *\
	Fearture Teritary
\* ------------------------------------------------------------ */
.feature-teritary {
  background: #efba00;
  border-radius: 10px;
  text-align: center;
  position: relative;
  letter-spacing: 0; }

.feature-teritary:after {
  content: '';
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 6px;
  right: 6px;
  border: 2px solid #000;
  border-radius: 7px; }

.feature-teritary h3 {
  color: #000;
  font-weight: 700;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.feature-teritary a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 182px;
  text-decoration: none; }

/* ------------------------------------------------------------ *\
	Fields
\* ------------------------------------------------------------ */
.field {
  width: 100%;
  border: none;
  background: #fff;
  color: #757575;
  font-size: 20px;
  letter-spacing: 0.04em;
  height: 62px;
  border-radius: 26px;
  padding: 0 23px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); }

.field--textarea {
  resize: none;
  height: 295px !important;
  padding: 14px 29px; }

/*  Field textarea  */
.field-textarea {
  width: 100%;
  height: 496px;
  border: 1px solid #002f5d;
  border-radius: 10px;
  padding: 14px 29px;
  font-size: 24px;
  letter-spacing: 0;
  resize: none; }

.field-textarea::-webkit-input-placeholder {
  color: #929292; }

.field-textarea::-moz-placeholder {
  color: #929292; }

.field-textarea:-moz-placeholder {
  color: #929292; }

.field-textarea:-ms-input-placeholder {
  color: #929292; }

@media (max-width: 767px) {
  .field {
    height: 60px;
    font-size: 20px; }

  .field-textarea {
    height: 200px;
    font-size: 20px; } }
@media (max-width: 639px) {
  .field-textarea {
    font-size: 16px;
    padding: 20px; } }
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  color: #fff;
  background: #002f5d;
  position: relative;
  letter-spacing: .04em;
  padding: 91px 0; }

.footer h6,
.footer .h6 {
  font-weight: 400;
  font-size: 14px;
  margin: 0 0 10px;
  text-transform: uppercase; }

.footer .footer__nav {
  font-size: 14px;
  font-weight: 600; }

.footer .footer__nav a {
  text-decoration: none; }

.footer .footer__nav li + li {
  margin: 10px 0 0; }

.footer .socials {
  margin-top: -3px; }

.footer .socials + .footer__nav {
  margin-top: 58px; }

.footer .btn-up {
  position: absolute;
  right: 44px;
  top: -54px; }

.footer .widget-legend + .footer__body {
  margin-top: 28px; }

.footer--alt {
  padding: 27px 0 91px; }

@media (max-width: 767px) {
  .footer {
    padding: 39px 0; }

  .footer .h6,
  .footer h6 {
    font-size: 14px;
    margin: 0 0 10px;
    letter-spacing: 0.04em;
    font-weight: 400; }

  .footer .btn-up {
    display: none; }

  .footer .socials + .footer__nav {
    margin-top: 60px; }

  .footer .footer__nav {
    font-size: 14px;
    letter-spacing: 0.04em; }

  .footer .footer__nav li + li {
    margin: 10px 0 0; }

  .footer .footer__body .row {
    margin: 0 -14px -32px; }

  .footer .footer__body .row > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 14px 32px; } }
@media (max-width: 639px) {
  .footer .footer__body .row > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
/* ------------------------------------------------------------ *\
	Form Primary
\* ------------------------------------------------------------ */
.form-primary {
  margin-right: -10px; }

.form-primary h1 {
  color: #002f5d;
  margin: 0; }

.form-primary h1 + .radios {
  margin-top: 21px; }

.form-primary .h3,
.form-primary h3 {
  color: #1a1c1e;
  letter-spacing: 0.04em;
  margin: 0 0 20px 20px; }

.form-primary h4,
.form-primary .h4 {
  color: #002f5d;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin: 0 0 8px 20px; }

.form-primary .form__head {
  margin: 0 0 43px; }

.form-primary .form__controls {
  position: relative; }

.form-primary .form__controls > i {
  position: absolute;
  top: 50%;
  left: 26px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.form-primary .form__row .btn {
  vertical-align: top;
  margin-left: 24px; }

.form-primary .form__row + h3 {
  margin: 66px 0 11px 24px; }

.form-primary--alt .field {
  padding-left: 75px; }

.form-primary--alt .form__row + .form__row {
  margin-top: 35px; }

.form-primary--alt .form__row + .btn {
  margin: 35px 0 0;
  min-width: 203px;
  font-size: 20px;
  padding: 12px 10px; }

.form-primary--alt .form__row + .btn i {
  margin-right: 0; }

@media (max-width: 767px) {
  .form-primary h1 + .radios {
    margin: 12px 0 0; }

  .form-primary h4 {
    font-size: 20px;
    margin: 0 0 8px 24px; }

  .form-primary h3 {
    font-size: 20px;
    margin: 0 0 8px 24px; }

  .form-primary .field {
    padding-left: 78px; }

  .form-primary .form__head {
    margin: 0 0 18px; }

  .form-primary .form__controls > i {
    left: 30px; }

  .form-primary .form__row > .btn {
    width: 100%;
    min-width: 0;
    font-size: 20px;
    padding: 12px 20px;
    margin: 20px 0 0; }

  .form-primary .form__row > .btn i {
    margin-right: 30px;
    position: relative;
    left: 26px; }

  .form-primary .form__row + h3 {
    margin: 60px 0 20px 24px; }

  .form-primary--alt .form__row + .form__row {
    margin-top: 20px; }

  .form-primary--alt .form__row + .btn {
    width: 100%;
    min-width: 0;
    font-size: 20px;
    padding: 12px 20px;
    margin: 20px 0 0; }

  .form-primary--alt .form__row + .btn i {
    margin-right: 30px;
    position: relative;
    left: 26px; } }
@media (max-width: 639px) {
  .form-primary h1 {
    font-size: 28px; }

  .form-primary h3 {
    font-size: 16px; }

  .form-primary h4 {
    font-size: 16px; }

  .form-primary .field {
    font-size: 16px;
    height: 45px; }

  .form-primary .form__row + .btn {
    font-size: 16px;
    padding: 8px 10px; }

  .form-primary .form__row + .btn i {
    margin-right: 10px;
    left: 0; }

  .form-primary .form__row > .btn {
    font-size: 16px;
    padding: 8px 10px; }

  .form-primary .form__row > .btn i {
    margin-right: 10px;
    left: 0; } }
/* ------------------------------------------------------------ *\
	Form Search
\* ------------------------------------------------------------ */
.form-search {
  position: relative;
  padding: 121px 0 20px;
  background: #000;
  padding-bottom: 50px;
  /*  Form Expanded  */
  /*  Form Search Primary  */
  /*  Form Search Primary  */ }

.form-search label {
  display: block;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #fff;
  margin: 0 0 5px;
  font-size: 20px; }

.form-search .col-md-2 {
  text-align: center; }

.form-search .field {
  padding-left: 76px; }

.form-search .container {
  position: relative;
  z-index: 10; }

.form-search .form__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: .5; }

.form-search .form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  padding: 0 20px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.form-search .form__row .form__col {
  padding: 0 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1; }

.form-search .form__row .form__col--size1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.4%;
  flex: 0 0 41.4%;
  max-width: 41.4%; }

.form-search .form__row .btn {
  position: relative;
  top: -4px; }

.form-search .form__controls {
  position: relative; }

.form-search .form__controls i {
  position: absolute;
  top: 50%;
  left: 26px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.form-search .form__bar {
  text-align: center;
  color: #fff;
  margin: 23px 0 0; }

.form-search .form__bar .link {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: #fff !important; }

.form-search .form__bar .link i {
  margin-left: 8px;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  -o-transition: transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s; }

.form-search .form__body {
  display: none;
  margin: 29px 0 0; }

.form-search .form__body .select {
  width: 100%; }

.form-search .form__body .select:after {
  right: 18px;
  border-width: 6px 5px 0 5px;
  border-color: #002f5d transparent transparent transparent; }

.form-search .form__body .select select {
  height: 45px;
  padding: 0 20px;
  font-size: 12px; }

.form-search .form__body .list-tags {
  border-top: 1px solid #fff;
  padding-top: 24px;
  margin-top: 27px;
  margin-right: -25px; }

.form-search .form__title {
  color: #002f5d;
  margin: 0 0 10px;
  font-weight: 700;
  font-size: 24px; }

.form-search.is-expanded .form__body {
  display: block; }

.form-search.is-expanded .form__bar .link i {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.form-search--primary {
  background: none;
  min-height: 0;
  padding: 0; }

.form-search--primary form {
  background: #e4e4e4;
  padding: 21px 0; }

.form-search--primary .btn {
  border: none;
  padding: 12px 10px; }

.form-search--primary .form__controls > i {
  z-index: 9999; }

.form-search--primary-alt .btn {
  padding: 13px 10px;
  font-size: 20px; }

@media (max-width: 1450px) {
  .form-search .form__body .list-tags {
    margin-right: 0; } }
@media (max-width: 767px) {
  .form-search {
    padding: 56px 0 80px;
    min-height: 0; }

  .form-search label {
    font-size: 20px;
    padding-left: 22px;
    margin: 0 0 6px; }

  .form-search .form__row {
    display: block;
    margin: 0;
    padding: 0; }

  .form-search .form__row .form__col {
    max-width: 100%;
    padding: 0; }

  .form-search .form__row .form__col + .form__col {
    margin: 28px 0 0; }

  .form-search .form__row .form__col + .form__col--size1 {
    margin: 20px 0 0; }

  .form-search .form__row .field {
    padding: 0 20px 0 74px; }

  .form-search .form__controls i {
    left: 26px; }

  .form-search .form__bar {
    margin: 17px 0 0;
    padding: 0 0 28px;
    position: relative; }

  .form-search .form__bar:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 40px;
    right: 40px;
    height: 1px;
    background: #fff; }

  .form-search .form__bar .link {
    font-size: 16px; }

  .form-search .form__bar .link i {
    margin-left: 8px; }

  .form-search .form__body {
    display: none;
    margin: 16px 0 0; }

  .form-search .form__body .row {
    margin: 0 -14px -20px; }

  .form-search .form__body .row > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    padding: 0 14px 20px; }

  .form-search .form__body .select .field {
    font-size: 12px;
    height: 44px;
    padding: 0 36px 0 16px !important; }

  .form-search .form__body .list-tags {
    padding-top: 24px;
    margin: 22px -8px -20px;
    display: block;
    text-align: left;
    border-color: transparent;
    position: relative; }

  .form-search .form__body .list-tags:after {
    content: '';
    position: absolute;
    top: 0;
    left: 40px;
    right: 40px;
    height: 1px;
    background: #fff; }

  .form-search .form__body .list-tags a {
    width: initial;
    line-height: 1;
    padding: 5px 23px; }

  .form-search--primary {
    padding: 0; }

  .form-search--primary form {
    padding: 20px; } }
@media (max-width: 639px) {
  .form-search label {
    font-size: 16px; }

  .form-search .field {
    font-size: 14px;
    height: 45px; }

  .form-search .btn {
    font-size: 16px;
    padding: 8px 10px;
    margin-top: 0; }

  .form-search .btn i {
    margin-right: 10px;
    left: 0; }

  .form-search .form__body .row > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .form-search .form__body .list-tags a {
    font-size: 10px;
    padding: 5px 14px; } }
/* ------------------------------------------------------------ *\
	Form Subscribe
\* ------------------------------------------------------------ */
.form-subscribe {
  /*  Form Subscribe Primary  */ }

.form-subscribe form {
  position: relative;
  background: #ededed;
  padding: 44px 20px 44px 220px; }

.form-subscribe h4 {
  margin: 0 0 22px;
  font-size: 19px;
  font-weight: 400; }

.form-subscribe h4 strong {
  font-size: 20px;
  display: block;
  margin: 0 0 8px;
  font-weight: 700; }

.form-subscribe label {
  display: none; }

.form-subscribe .field {
  padding: 0 19px;
  max-width: 572px; }

.form-subscribe .field::-webkit-input-placeholder {
  color: #757575; }

.form-subscribe .field::-moz-placeholder {
  color: #757575; }

.form-subscribe .field:-moz-placeholder {
  color: #757575; }

.form-subscribe .field:-ms-input-placeholder {
  color: #757575; }

.form-subscribe .btn {
  margin: 6px 0 0 23px;
  font-size: 15px;
  padding: 15px 21px;
  vertical-align: top; }

.form-subscribe .form__ico {
  position: absolute;
  top: 50%;
  right: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: 28px; }

.form-subscribe .form__body {
  margin-left: -20px;
  position: relative; }

.form-subscribe .checkbox {
  margin: 11px 0 0; }

.form-subscribe--primary form {
  padding: 12px 16px 11px 33px;
  background: #e6e6e6; }

.form-subscribe--primary h5,
.form-subscribe--primary .h5 {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 700; }

.form-subscribe--primary .field {
  font-size: 14px;
  letter-spacing: 0.04em;
  max-width: 100%;
  height: 45px;
  padding-right: 40px; }

.form-subscribe--primary .btn {
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none;
  padding: 0;
  border: none;
  margin: 0;
  min-width: 0; }

.form-subscribe--primary .checkbox {
  margin-right: -12px; }

.form-subscribe--primary .checkbox label {
  font-size: 12px;
  line-height: 1.17;
  font-weight: 400;
  padding-left: 24px;
  letter-spacing: 0.02em; }

.form-subscribe--primary .checkbox label:after {
  top: -1px;
  border-width: 1px;
  height: 15px;
  width: 15px; }

.form-subscribe--primary .checkbox label:before {
  border-width: 1px;
  margin: 2px 0 0 2px; }

.form-subscribe--primary .checkbox label a {
  color: #006E9E;
  text-decoration: none; }

@media (max-width: 767px) {
  .form-subscribe form {
    padding: 18px 16px 24px 12px;
    position: relative; }

  .form-subscribe h4 {
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0.02em;
    margin: 0 0 14px 90px; }

  .form-subscribe h4 strong {
    font-size: 18px;
    margin: 0 0 2px; }

  .form-subscribe .field {
    font-size: 17px; }

  .form-subscribe .form__body {
    margin-left: 0;
    position: static; }

  .form-subscribe .form__ico {
    top: 20px;
    left: 20px;
    right: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin: 0; }

  .form-subscribe .btn {
    margin: -22px 0 0;
    width: 10%; } }
@media (max-width: 639px) {
  .form-subscribe h4 {
    margin-left: 0; }

  .form-subscribe .field {
    font-size: 16px;
    height: 45px; }

  .form-subscribe .btn {
    font-size: 14px;
    padding: 8px 10px;
    margin: 60px 0 0; }

  .form-subscribe .checkbox {
    bottom: 80px; }

  .form-subscribe .form__ico {
    display: none; } }
/* ------------------------------------------------------------ *\
	Form Alt
\* ------------------------------------------------------------ */
.form-alt {
  letter-spacing: 0;
  /*  Form Alt Primary  */
  /*  Form Alt teritary  */
  /*  Form Alt Quaternary  */
  /*  Form Alt Quaternary Alt  */
  /*  Form Alt Senary  */
  /*  Form Alt Senary Alt  */
  /*  Form Alt Contact  */
  /*  Form Alt Contact Alt  */ }

.form-alt .field {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  height: 55px;
  border-radius: 24px; }

.form-alt .form__label {
  font-size: 20px;
  font-weight: 700;
  color: #002f5d;
  display: block;
  margin: 0 0 7px;
  padding-left: 22px; }

.form-alt .form__body .row {
  margin-bottom: -25px; }

.form-alt .form__body .col-md-6 {
  margin-bottom: 25px; }

.form-alt .form__hint {
  margin: 9px 0 0 26px;
  font-weight: 600;
  font-size: 14px;
  color: #002f5d;
  letter-spacing: 0.04em; }

.form-alt .form__title {
  margin: 0 0 19px;
  color: #002f5d;
  font-weight: 400; }

.form-alt .form__group > h6 {
  font-size: 20px;
  font-weight: 700;
  color: #002f5d;
  margin: 0 0 15px; }

.form-alt .form__group + .form__group {
  margin: 13px 0 0; }

.form-alt .form__actions {
  text-align: right;
  margin: 10px 0 0; }

.form-alt .error-container .field {
  -webkit-box-shadow: 0 0 10px 0 #f00;
  box-shadow: 0 0 10px 0 #f00; }

.form-alt .form__head {
  position: relative;
  padding-left: 20px;
  color: #002f5d;
  margin: 0 0 33px; }

.form-alt .form__head h3 {
  font-weight: 700;
  letter-spacing: 0; }

.form-alt .form__head .form__hint-def {
  font-size: 10px;
  text-align: right;
  top: 17px;
  right: 13px; }

.form-alt .form__head .form__hint-def span {
  display: block;
  margin: 7px 0 0; }

.form-alt .form__head .form__hint-def span a {
  color: #008acb;
  text-decoration: none; }

.form-alt--primary .select {
  width: 100%; }

.form-alt--primary .select:after {
  right: 32px; }

.form-alt--primary [class^="col-md-"] {
  margin: 0 0 25px; }

.form-alt--primary .field {
  color: #b0253b;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.04em; }

.form-alt--primary .list-checkboxes-alt {
  margin: 15px -38px -23px 8px; }

.form-alt--primary .form__label--small {
  font-size: 17px; }

.form-alt--primary .form__controls {
  position: relative; }

.form-alt--primary .form__controls i {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.form-alt--primary .form__controls .form__hint-alt {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin: 4px 0 -10px 29px;
  color: #002f5d; }

.form-alt--primary .form__controls--primary {
  max-width: calc(100% - 200px); }

.form-alt--primary .form__controls--primary span {
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 27px;
  font-size: 20px;
  font-weight: 600;
  color: #1a1c1e;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  letter-spacing: 0;
  white-space: nowrap; }

.form-alt--secondary .row {
  margin-bottom: 0 !important; }

.form-alt--secondary .field {
  text-align: center;
  color: #1a1c1e;
  letter-spacing: 0.04em;
  font-weight: 600; }

.form-alt--secondary .form__controls {
  position: relative; }

.form-alt--secondary .form__controls--primary {
  max-width: calc(100% - 200px); }

.form-alt--secondary .form__controls--primary span {
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 27px;
  font-size: 20px;
  font-weight: 600;
  color: #1a1c1e;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  white-space: nowrap;
  letter-spacing: 0.04em;
  font-weight: 600; }

.form-alt--secondary + .widget-quaternary {
  margin: 21px 0 0; }

.form-alt--teritary {
  letter-spacing: 0; }

.form-alt--teritary .list-checkboxes-def + .form__head {
  margin-top: 67px;
  padding-left: 37px; }

.form-alt--teritary .field {
  color: #b0253b;
  font-weight: 600;
  letter-spacing: 0.04em; }

.form-alt--teritary .form__label + .list-checkboxes-def {
  margin: 21px 0 0 28px; }

.form-alt--teritary .form__label--size1 {
  padding-top: 48px; }

.form-alt--teritary .form__head {
  padding-left: 22px;
  position: relative; }

.form-alt--teritary .form__head h3 {
  margin: 0;
  font-weight: 700;
  color: #002f5d; }

.form-alt--teritary .form__head .form__link {
  position: absolute;
  top: 2px;
  right: 2px;
  font-size: 20px; }

.form-alt--teritary .form__head + .list-checkboxes-def {
  margin: 27px 0 0 28px; }

.form-alt--teritary .form__head + .form__body {
  margin: 20px 0 0; }

.form-alt--teritary .form__body + .form__head {
  margin-top: 60px; }

.form-alt--quaternary .row {
  margin-bottom: -27px; }

.form-alt--quaternary .row > div {
  margin-bottom: 27px; }

.form-alt--quaternary .form__controls {
  position: relative; }

.form-alt--quaternary .form__controls > i {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #1a1c1e;
  font-size: 20px;
  font-weight: 700;
  font-style: normal; }

.form-alt--quaternary .form__controls--primary {
  max-width: calc(100% - 36px); }

.form-alt--quaternary .form__controls--primary span {
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 31px;
  font-size: 20px;
  font-weight: 600;
  color: #1a1c1e;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  white-space: nowrap;
  letter-spacing: 0.04em;
  font-weight: 600; }

.form-alt--quaternary .form__controls--primary .field {
  text-align: center;
  color: #1a1c1e;
  font-weight: 400;
  letter-spacing: 0.04em; }

.form-alt--quaternary .select {
  width: 100%; }

.form-alt--quaternary .select:after {
  right: 35px; }

.form-alt--quaternary-alt .field {
  font-size: 17px;
  padding: 0 28px; }

.form-alt--quaternary-alt .row {
  margin-bottom: -24px; }

.form-alt--quaternary-alt .row > div {
  margin-bottom: 24px; }

.form-alt--senary {
  position: relative; }

.form-alt--senary .field {
  font-size: 20px;
  padding: 0 28px;
  letter-spacing: 0.04em;
  color: #b0253b;
  font-weight: 600;
  height: 45px; }

.form-alt--senary .select {
  width: 100%; }

.form-alt--senary .row {
  margin-bottom: -33px; }

.form-alt--senary .row > div {
  margin-bottom: 35px; }

.form-alt--senary .row > .form__col {
  margin-bottom: 26px; }

.form-alt--senary .row > .form__col ~ div {
  margin-bottom: 33px; }

.form-alt--senary .list-radios-alt {
  margin: 24px 0 0 18px; }

.form-alt--senary .form__hint {
  font-size: 12px;
  line-height: 1.5;
  margin: 6px 0 0 20px; }

.form-alt--senary .form__hint-def {
  margin: 0;
  position: absolute;
  top: -4px;
  right: 20px;
  font-size: 14px;
  color: #002f5d; }

.form-alt--senary-alt .row {
  margin-bottom: -30px; }

.form-alt--senary-alt .row > div {
  margin-bottom: 30px; }

.form-alt--senary-alt .row + .row {
  margin-top: 27px; }

.form-alt--senary-alt .list-radios-alt {
  margin: 20px 0 0 18px; }

.form-alt--senary-alt .checkbox {
  margin: 13px 0 0 21px; }

.form-alt--senary-alt .checkbox label {
  line-height: 1.44; }

.form-alt--senary-alt .field::-webkit-input-placeholder {
  color: #b3b3b3; }

.form-alt--senary-alt .field::-moz-placeholder {
  color: #b3b3b3; }

.form-alt--senary-alt .field:-moz-placeholder {
  color: #b3b3b3; }

.form-alt--senary-alt .field:-ms-input-placeholder {
  color: #b3b3b3; }

.form-alt--senary-alt .form__content-alt p {
  font-size: 14px;
  line-height: 1.43;
  color: #002f5d;
  margin: -9px 10px 0 22px; }

.form-alt--senary-alt .form__content-def {
  display: none;
  margin: 30px 0 0; }

.form-alt--senary-alt .form__content-def p {
  font-size: 14px;
  margin: 0 0 0 22px; }

.form-alt--senary-alt .form__content-def .form__link {
  margin: 7px 0 0 22px;
  display: inline-block;
  color: #008acb;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600; }

.form-alt--senary-alt.is-changed .form__content-def {
  display: block; }

.form-alt--senary-alt.is-changed .form__content-alt {
  display: none; }

.form-alt--senary-alt.is-changed .checkbox label {
  color: #b2243a; }

.form-alt--contact .form__head {
  margin: 0 0 20px;
  padding-left: 0; }

.form-alt--contact .form__head h3 {
  font-weight: 700;
  color: #002f5d;
  font-size: 32px; }

.form-alt--contact .form__row + .form__row {
  margin-top: 21px; }

.form-alt--contact .form__row + .checkbox {
  margin: 18px 0 0 17px; }

.form-alt--contact .form__label--light {
  font-weight: 400; }

.form-alt--contact .field {
  padding: 0 20px;
  color: #b0253b; }

.form-alt--contact .form__actions {
  margin: 32px 0 0 -7px;
  text-align: left; }

.form-alt--contact .form__actions .btn {
  font-size: 18px;
  padding: 13px 10px;
  min-width: 250px;
  border-radius: 16px; }

.form-alt--contact-alt .field {
  font-size: 16px; }

.form-alt--contact-alt .field::-webkit-input-placeholder {
  color: #b4b4b4; }

.form-alt--contact-alt .field::-moz-placeholder {
  color: #b4b4b4; }

.form-alt--contact-alt .field:-moz-placeholder {
  color: #b4b4b4; }

.form-alt--contact-alt .field:-ms-input-placeholder {
  color: #b4b4b4; }

.form-alt--contact-alt .form__row + .form__row {
  margin-top: 14px; }

.form-alt--contact-alt .form__row + .checkbox {
  margin: 23px 0 0 20px; }

.form-alt--contact-alt .checkbox label {
  line-height: 1.4;
  letter-spacing: 0.04em; }

.form-alt--contact-alt .form__actions {
  margin: 22px 0 0 -1px; }

.form-alt--contact-alt .form__actions .btn {
  min-width: 373px; }

.form-alt--contact-alt .form__actions .form__links {
  list-style: none;
  font-size: 12px;
  font-weight: 600;
  color: #002f5d;
  letter-spacing: 0.04em;
  margin: 16px 0 0 20px; }

.form-alt--contact-alt .form__actions .form__links a {
  text-decoration: none; }

.form-alt--contact-alt .form__actions .form__links li + li {
  margin: 7px 0 0; }

@media (max-width: 767px) {
  .form-alt .field {
    font-size: 17px; }

  .form-alt .form__label {
    font-size: 17px;
    margin: 0px 0 11px; }

  .form-alt .form__hint {
    font-size: 12px;
    margin: 11px 0 0 29px; }

  .form-alt .form__head {
    margin: 0 0 25px; }

  .form-alt .form__head h3 {
    font-size: 28px; }

  .form-alt .form__head .form__link {
    position: static;
    font-size: 16px;
    margin: 10px 0 0;
    display: inline-block; }

  .form-alt .form__body .row {
    margin-bottom: -13px; }

  .form-alt .form__body .col-md-6 {
    margin-bottom: 13px; }

  .form-alt .form__row + .form__row {
    margin-top: 14px; }

  .form-alt--contact .checkbox:after {
    top: -2px;
    left: 6px; }

  .form-alt--contact .form__actions .btn {
    width: 100%;
    font-size: 20px;
    padding: 10px 10px; }

  .form-alt--primary .form__hint-alt {
    margin-bottom: 0 !important; }

  .form-alt--quaternary .form__controls--primary {
    max-width: calc(100% - 180px); }

  .form-alt--quaternary .form__controls--primary span {
    font-size: 16px; } }
@media (max-width: 639px) {
  .form-alt .form__label {
    font-size: 16px; }

  .form-alt .field {
    font-size: 16px;
    height: 45px; }

  .form-alt .form__hint br {
    display: none; }

  .form-alt .form__group > h6 {
    font-size: 18px; }

  .form-alt .form__group > .list-checkboxes-alt {
    display: block; }

  .form-alt .form__group > .list-checkboxes-alt li {
    max-width: 100%; }

  .form-alt--primary .form__controls .form__hint-alt {
    font-size: 10px; }

  .form-alt--primary .form__controls--primary {
    max-width: calc(100% - 85px); }

  .form-alt--primary .form__controls--primary span {
    font-size: 14px; }

  .form-alt--primary .list-checkboxes-alt {
    display: block; }

  .form-alt--primary .list-checkboxes-alt li {
    max-width: 100%; }

  .form-alt--secondary .form__controls--primary {
    max-width: calc(100% - 130px); }

  .form-alt--secondary .form__controls--primary span {
    font-size: 14px;
    margin-left: 5px; }

  .form-alt--teritary .form__head {
    padding-left: 0 !important; }

  .form-alt--teritary .form__head h3 {
    font-size: 18px; }

  .form-alt--teritary .form__head .form__link {
    font-size: 14px; }

  .form-alt--quaternary .form__controls--primary {
    max-width: 100%; }

  .form-alt--quaternary .form__controls--primary span {
    font-size: 14px;
    position: static;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    display: block;
    margin-top: 10px; }

  .form-alt--senary .form__hint-def {
    display: none; }

  .form-alt--senary .form__head h3 {
    font-size: 22px; }

  .form-alt--senary-alt .form__content-alt p {
    margin: 20px 0 0; }

  .form-alt--contact .form__actions .btn {
    font-size: 16px;
    min-width: 0;
    padding: 6px 15px;
    width: 100%; } }
/* ------------------------------------------------------------ *\
	Form Small
\* ------------------------------------------------------------ */
.form-small {
  /*  Form Small Primary  */ }

.form-small label {
  display: block;
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 700;
  color: #002f5d;
  padding-left: 30px; }

.form-small .select {
  width: 100%; }

.form-small .select select {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  font-size: 17px;
  font-weight: 600;
  color: #b0253b;
  height: 45px;
  padding: 0 25px; }

.form-small .field {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  font-size: 17px;
  font-weight: 600;
  color: #b0253b;
  height: 45px; }

.form-small .form__row i {
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.form-small .form__row + .form__row {
  margin-top: 2px; }

.form-small .form__controls {
  position: relative; }

.form-small .form__actions {
  margin: 26px 0 0; }

.form-small--primary label {
  font-size: 20px;
  padding-left: 25px;
  letter-spacing: 0; }

.form-small--primary .field {
  height: 55px !important;
  padding: 0 28px !important; }

.form-small--primary .select:after {
  right: 29px; }

.form-small--primary .form__row + .form__row {
  margin: 27px 0 0; }

@media (max-width: 767px) {
  .form-small form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px; }

  .form-small form .form__row {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 15px; }

  .form-small--primary form {
    display: block;
    margin: 0; }

  .form-small--primary form .form__row {
    padding: 0; } }
@media (max-width: 639px) {
  .form-small form {
    display: block;
    margin: 0; }

  .form-small form .form__row {
    padding: 0; }

  .form-small form .form__row + .form__row {
    margin-top: 20px; }

  .form-small--primary label {
    font-size: 16px; }

  .form-small--primary .field {
    height: 45px !important;
    font-size: 16px !important; } }
/* ------------------------------------------------------------ *\
	Form Secondary
\* ------------------------------------------------------------ */
.form-secondary .field {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  height: 55px;
  border-radius: 24px;
  color: #b0253b;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 0 26px; }

.form-secondary .field::-webkit-input-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400; }

.form-secondary .field::-moz-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400; }

.form-secondary .field:-moz-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400; }

.form-secondary .field:-ms-input-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400; }

.form-secondary .form__label {
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 600;
  color: #002f5d;
  margin: 0;
  text-decoration: underline; }

.form-secondary .form__row {
  position: relative;
  padding: 0 0 0 400px; }

.form-secondary .form__row .form__label {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 400px; }

.form-secondary .form__row + .form__row {
  margin: 20px 0 0; }

.form-secondary .form__row + .form__title {
  margin: 60px 0 0; }

.form-secondary .form__title {
  color: #002f5d;
  font-weight: 700;
  letter-spacing: 0; }

.form-secondary .form__title + .form__row {
  margin: 24px 0 0; }

.form-secondary .form__controls {
  position: relative; }

.form-secondary .form__controls--primary {
  max-width: calc(100% - 200px); }

.form-secondary .form__controls--primary span {
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 32px;
  font-size: 20px;
  font-weight: 400;
  color: #1a1c1e;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  white-space: nowrap;
  letter-spacing: 0.04em; }

.form-secondary .form__actions {
  margin: 41px 0 0;
  text-align: right; }

.form-secondary .form__actions .btn {
  font-size: 14px;
  text-transform: uppercase;
  padding: 11px 10px;
  border-width: 1px; }

.form-secondary .form__actions .btn + .btn {
  margin-left: 5px; }

.form-secondary .form__actions .btn--border-alt {
  min-width: 316px; }

@media (max-width: 767px) {
  .form-secondary .form__row {
    padding: 0; }

  .form-secondary .form__row .form__label {
    position: static;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin: 0 0 10px;
    display: block;
    font-size: 16px; } }
@media (max-width: 639px) {
  .form-secondary .field {
    height: 45px;
    font-size: 16px; }

  .form-secondary .form__row .form__label {
    font-size: 14px; }

  .form-secondary .form__controls--primary {
    max-width: calc(100% - 110px); }

  .form-secondary .form__controls--primary span {
    font-size: 14px;
    margin-left: 5px; }

  .form-secondary .form__actions .btn {
    font-size: 14px;
    width: 100%;
    min-width: 0; }

  .form-secondary .form__actions .btn + .btn {
    margin: 10px 0 0; } }
/* ------------------------------------------------------------ *\
	Gadget Stars
\* ------------------------------------------------------------ */
.gadget-stars {
  /*  Gadget Start Alt  */ }

.gadget-stars ul {
  list-style: none;
  margin: 0; }

.gadget-stars ul li {
  display: inline-block;
  vertical-align: top; }

.gadget-stars ul li + li {
  margin-left: 12px; }

.gadget-stars > p {
  font-size: 14px;
  color: #040404;
  letter-spacing: 0;
  margin: 13px 0 0; }

.gadget-stars > p img {
  margin: 1px 0 0 11px; }

.gadget-stars .gadget__bar {
  position: relative; }

.gadget-stars .gadget__bar h3 {
  margin: 0;
  position: absolute;
  top: -6px;
  right: 0;
  font-size: 32px;
  font-weight: 700;
  color: #000;
  width: 120px; }

.gadget-stars--alt {
  border-top: 1px solid #d6d6d6;
  margin-top: 16px;
  padding-top: 8px;
  position: relative; }

.gadget-stars--alt > p {
  position: absolute;
  bottom: 0;
  right: -3px; }

.gadget-stars--alt > p img {
  max-width: 82px; }

.gadget-stars--alt .ico-star-alt,
.gadget-stars--alt .ico-star-big {
  width: 19px;
  height: 18px; }

.gadget-stars--alt .ico-star-big {
  width: 19px;
  height: 17px; }

.gadget-stars--alt ul {
  line-height: 0; }

.gadget-stars--alt ul li + li {
  margin-left: 6px; }

.gadget-stars--alt .gadget__bar {
  max-width: 196px; }

.gadget-stars--alt .gadget__bar h3 {
  font-size: 20px;
  width: auto;
  top: 0; }

.gadget-stars--primary {
  letter-spacing: 0; }

.gadget-stars--primary > p {
  margin: 15px 0 0; }

.gadget-stars--primary .gadget__title {
  color: #002f5d;
  margin: 0 0 30px; }

.gadget-stars--primary .gadget__bar {
  display: inline-block;
  padding-right: 137px; }

.gadget-stars--primary .checkbox {
  margin: 30px 0 0; }

.gadget-stars--primary .checkbox label {
  font-weight: 600; }

@media (max-width: 639px) {
  .gadget-stars--primary .gadget__bar {
    padding-right: 100px; }

  .gadget-stars--primary .gadget__bar h3 {
    font-size: 20px;
    width: 83px;
    top: 0; } }
/* ------------------------------------------------------------ *\
	Gadget User
\* ------------------------------------------------------------ */
.gadget-user {
  letter-spacing: 0; }

.gadget-user h5 {
  margin: 0 0 14px;
  font-weight: 700;
  font-size: 16px;
  color: #040404; }

.gadget-user ul {
  list-style: none;
  font-weight: 600; }

.gadget-user ul strong {
  font-weight: 700;
  display: inline-block;
  min-width: 69px; }

.gadget-user ul a {
  text-decoration: none;
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s; }

.gadget-user ul a:hover {
  opacity: .7; }

.gadget-user ul li + li {
  margin: 12px 0 0; }

.gadget-user .gadget__image {
  width: 149px;
  height: 149px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 0 17px; }

.gadget-user .gadget__image img {
  width: 100%; }

/* ------------------------------------------------------------ *\
	Gadget Card
\* ------------------------------------------------------------ */
.gadget-card {
  padding-top: 68px;
  letter-spacing: 0; }

.gadget-card .gadget__link {
  text-decoration: none;
  color: #0078B3;
  font-size: 14px;
  font-weight: 600; }

.gadget-card > h6 {
  margin: 15px 0 0;
  text-align: center; }

.gadget-card > p {
  background: #e5eaee;
  color: #1a1c1e;
  font-size: 14px;
  line-height: 1.43;
  padding: 15px 22px;
  margin: 32px 0 0; }

/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  /*  Grid col 1of2  */ }

.grid .grid__col {
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1; }

.grid .grid__col--1of2 {
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  text-align: right;
  background: #fff;
  padding: 0 0 40px;
  /*  Header Primary  */
  /*  Header Secondary  */ }

.header .container {
  position: relative; }

.header .logo {
  position: absolute;
  top: 43px;
  left: 17.5px; }

.header .header__actions {
  margin: 0 0 22px; }

.header .header__actions a {
  vertical-align: middle; }

.header .header__actions a + a {
  margin-left: 27px; }

.header .header__actions .btn + .btn {
  margin-left: 17px; }

.header .header__actions-alt {
  display: none; }

.header--primary .header__actions a + a {
  margin-left: 13px; }

.header--primary .header__actions .btn + .btn {
  margin-left: 17px; }

.header--secondary {
  padding: 0 0 23px; }

.header--secondary .header__actions .btn + .link-alt {
  margin-left: 26px; }

.header--secondary .header__actions .link-alt + .btn {
  margin-left: 21px; }

.header--secondary .nav li + li {
  margin-left: 31px; }

@media (max-width: 767px) {
  .header {
    padding: 16px 0 29px;
    position: relative;
    /*  Header Active  */ }

  .header .header__actions-alt,
  .header .header__actions {
    margin: 0 75px 0 0; }

  .header .header__actions-alt .link-alt,
  .header .header__actions .link-alt {
    display: none; }

  .header .header__actions-alt .btn,
  .header .header__actions .btn {
    margin: 0;
    font-size: 15px;
    border-radius: 4px;
    min-width: 110px;
    padding: 5px 8px;
    margin: 0; }

  .header .header__actions-alt {
    display: block; }

  .header .logo {
    position: absolute;
    top: 50%;
    left: 66px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 4px; }

  .header .btn-burger {
    position: absolute;
    top: 50%;
    right: 65px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 1px; }

  .header .header__body {
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: left;
    padding: 57px 64px 56px;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    margin-top: 28px; }

  .header .header__body .header__actions {
    margin: 27px 0 0;
    padding: 22px 0 0;
    border-top: 1px solid #002f5d;
    position: relative; }

  .header .header__body .header__actions a {
    display: block;
    position: relative; }

  .header .header__body .header__actions a + a {
    margin: 54px 0 0; }

  .header .header__body .header__actions a + a:after {
    content: '';
    position: absolute;
    top: -32px;
    left: 0;
    width: calc(100vw - 128px);
    height: 1px;
    background: #002f5d; }

  .header .header__body .header__actions .link-alt {
    font-size: 20px; }

  .header .header__body .header__actions .btn {
    width: 110px; }

  .header.is-active .header__body {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg); }

  .header--primary .header__body .header__actions .btn--small {
    width: 205px; }

  .header--primary .header__body .header__actions .btn--small + .btn {
    width: 100px;
    margin-left: 0;
    text-align: left;
    padding: 0; } }
@media (max-width: 639px) {
  .header .logo {
    left: 15px; }

  .header .btn-burger {
    right: 15px; }

  .header .header__actions-alt,
  .header .header__actions {
    margin: 0px 50px 0 0; }

  .header .header__actions-alt .btn,
  .header .header__actions .btn {
    font-size: 12px;
    min-width: 80px; }

  .header .header__body {
    padding: 40px 15px; }

  .header .header__body .header__actions .link-alt {
    font-size: 12px; }

  .header .header__body .header__actions .btn {
    font-size: 12px;
    min-width: 80px; }

  .header .header__body .header__actions a + a:after {
    width: calc(100vw - 30px); } }
/* ------------------------------------------------------------ *\
	Hero Alt
\* ------------------------------------------------------------ */
.hero-alt {
  background: #002f5d;
  color: #fff;
  padding: 20px 0;
  /*  Hero Alt Blue  */ }

.hero-alt h3 {
  letter-spacing: 0;
  font-size: 28px;
  font-weight: 800;
  margin: 0; }

.hero-alt h3 + .nav-secondary {
  margin-top: 31px; }

.hero-alt .container {
  position: relative; }

.hero-alt .hero__image {
  position: absolute;
  top: 50%;
  right: 43px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.hero-alt--blue {
  background: #002f5d; }

@media (max-width: 767px) {
  .hero-alt .container {
    padding-right: 125px; }

  .hero-alt .hero__image {
    right: 15px; } }
@media (max-width: 639px) {
  .hero-alt h3 + .nav-secondary {
    margin: 15px 0 0; }

  .hero-alt .container {
    padding-right: 15px; }

  .hero-alt .hero__image {
    display: none; } }
/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */
.ico-circle {
  display: inline-block;
  width: 416px;
  height: 429px;
  border-radius: 50%;
  border: 65px solid #fff;
  opacity: .8; }

/*.ico-home {
	width: 24px; 
	height: 20px; 
}*/
.ico-question {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #e6e6e6;
  line-height: 18px;
  text-align: center;
  font-size: 10px;
  color: #002f5d;
  font-size: 14px;
  font-style: normal; }

.ico-x-alt {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px; }

.ico-x-alt:before,
.ico-x-alt:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 100%;
  height: 7px;
  border-radius: 8px;
  background: #002f5d; }

.ico-x-alt:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg); }

.ico-play {
  display: inline-block;
  background: url(../images/temp/ico-play.png) no-repeat 0 0;
  width: 55px;
  height: 55px;
  background-size: 100% 100%;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

.ico-copy {
  display: inline-block;
  background: url(../images/svg/ico-copy-alt.svg) no-repeat 0 0;
  width: 16px;
  height: 18px;
  background-size: 100% 100%; }

.ico-arrow-top {
  display: inline-block;
  background: url(../images/svg/ico-arrow-up.svg) no-repeat 0 0;
  width: 22px;
  height: 24px;
  background-size: 100% 100%; }

.ico-star-big {
  display: inline-block;
  background: url(../images/svg/ico-star.svg) no-repeat 0 0;
  width: 34px;
  height: 30px;
  background-size: 100% 100%; }

.ico-enter {
  display: inline-block;
  background: url(../images/svg/ico-enter.svg) no-repeat 0 0;
  width: 16px;
  height: 12px;
  background-size: 100% 100%; }

.ico-enter-red {
  display: inline-block;
  background: url(../images/svg/ico-enter-red.svg) no-repeat 0 0;
  width: 16px;
  height: 12px;
  background-size: 100% 100%; }

@media (max-width: 767px) {
  .ico-enter {
    width: 16px;
    height: 12px; }

  .ico-hat {
    width: 32px;
    height: 20px; }

  .ico-list {
    width: 30px;
    height: 24px; }

  .ico-search {
    width: 16px;
    height: 16px; }

  .ico-play {
    width: 54px;
    height: 54px; }

  .ico-facebook {
    width: 26px;
    height: 26px; }

  .ico-star {
    width: 16px;
    height: 14px; }

  .ico-angle-down {
    width: 14px;
    height: 8px; }

  .ico-triangles {
    width: 12px;
    height: 8px; }

  .ico-mail {
    width: 64px;
    height: 30px; } }
@media (max-width: 639px) {
  .ico-star-alt,
  .ico-star-big {
    width: 22px;
    height: 20px; } }
/* ------------------------------------------------------------ *\
	Label
\* ------------------------------------------------------------ */
.label {
  display: inline-block;
  position: relative;
  color: #0c9f01;
  font-size: 14px;
  font-weight: 600; }

.label span {
  display: inline-block;
  position: relative;
  background: #0c9f01;
  width: 23px;
  height: 17px;
  vertical-align: middle;
  top: -2px;
  border-radius: 2px; }

.label span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff; }

.label--yellow {
  color: #c2b205; }

.label--yellow span {
  background: #c2b205; }

.label--yellow span:after {
  border-color: #1a1c1e; }

.label--red {
  color: #b0253b; }

.label--red span {
  background: #b0253b; }

.label--red span:before,
.label--red span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 10px;
  height: 2px;
  background: #fff;
  border: none; }

.label--red span:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg); }

/* ------------------------------------------------------------ *\
	Link Alt
\* ------------------------------------------------------------ */
.link-alt {
  display: inline-block;
  text-decoration: none;
  color: #b0253b;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em; }

.link-alt span {
  padding-left: 4px; }

.link-alt i {
  margin-left: 5px;
  position: relative;
  top: -2px; }

/* ------------------------------------------------------------ *\
	Link Icon
\* ------------------------------------------------------------ */
.link-icon {
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s; }

.link-icon:hover {
  opacity: .5; }

/* ------------------------------------------------------------ *\
	Link Copy
\* ------------------------------------------------------------ */
.link-copy {
  text-decoration: none;
  display: inline-block;
  color: #002f5d;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0; }

.link-copy i {
  vertical-align: middle;
  margin-left: 6px; }

.link-copy .ico-copy {
  width: 18px;
  height: 22px; }

/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */
[class^="list-"] {
  list-style: none; }

/* ------------------------------------------------------------ *\
	List Tags
\* ------------------------------------------------------------ */
.list-tags {
  margin-bottom: -25px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #002f5d; }

.list-tags a {
  display: inline-block;
  text-decoration: none;
  background: #e6e6e6;
  border-radius: 10px;
  min-width: 171px;
  padding: 2px 1px;
  text-align: center;
  -webkit-transition: background .4s, color .4s;
  -o-transition: background .4s, color .4s;
  transition: background .4s, color .4s; }

.list-tags a:hover {
  color: #b0253b; }

.list-tags li {
  display: inline-block;
  margin: 0 25px 25px 0; }

.list-tags--primary {
  text-align: center; }

.list-tags--primary a {
  padding: 3px 26px;
  min-width: 130px; }

.list-tags--primary a .ico-x {
  color: #b0253b;
  font-style: normal;
  margin-left: 19px;
  font-size: 12px; }

.list-tags--secondary li {
  margin: 0; }

.list-tags--secondary li + li {
  margin-left: 16px; }

.list-tags--secondary a {
  padding: 4px 10px;
  min-width: 0; }

@media (max-width: 767px) {
  .list-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px -20px; }

  .list-tags li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    padding: 0 8px 20px; }

  .list-tags a {
    min-width: 0;
    width: 100%;
    font-size: 16px;
    padding: 4px 20px; }

  .list-tags--secondary {
    display: block; }

  .list-tags--secondary a {
    font-size: 14px; }

  .list-tags--secondary li + li {
    margin-left: 0; } }
@media (max-width: 639px) {
  .list-tags a {
    font-size: 12px; }

  .list-tags--secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
/* ------------------------------------------------------------ *\
	List Circles
\* ------------------------------------------------------------ */
.list-circles li {
  display: inline-block; }

.list-circles li + li {
  margin-left: -85px; }

/* ------------------------------------------------------------ *\
	List data
\* ------------------------------------------------------------ */
.list-data {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em; }

.list-data strong {
  font-weight: 700; }

.list-data span {
  min-width: 20px;
  display: inline-block; }

.list-data li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.list-data li + li {
  margin: 15px 0 0; }

/* ------------------------------------------------------------ *\
	List Links
\* ------------------------------------------------------------ */
.list-links {
  color: #0078B3;
  font-weight: 600;
  letter-spacing: 0; }

.list-links a {
  text-decoration: none;
  -webkit-transition: color .4s;
  -o-transition: color .4s;
  transition: color .4s; }

.list-links a:hover {
  text-decoration: underline; }

.list-links li + li {
  margin: 13px 0 0; }

.list-links--primary {
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1.13; }

.list-links--primary li + li {
  margin: 9px 0 0; }

.list-links--secondary {
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1.5; }

.list-links--secondary li + li {
  margin: 0; }

/* ------------------------------------------------------------ *\
	List Data Alt
\* ------------------------------------------------------------ */
.list-data-alt {
  letter-spacing: 0; }

.list-data-alt > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.list-data-alt > li > h6,
.list-data-alt > li > .h6 {
  min-width: 184px;
  font-weight: 600;
  margin: 0; }

.list-data-alt > li > ul {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  list-style: none; }

.list-data-alt > li > ul li + li {
  margin: 5px 0 0; }

.list-data-alt > li + li {
  border-top: 1px solid #b2b2b2;
  margin-top: 12px;
  padding-top: 17px; }

@media (max-width: 639px) {
  .list-data-alt > li {
    display: block; }

  .list-data-alt > li > h6 {
    margin: 0 0 5px; } }
/* ------------------------------------------------------------ *\
	List Contacts
\* ------------------------------------------------------------ */
.list-contacts {
  font-weight: 600;
  letter-spacing: 0; }

.list-contacts a {
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-left: 33px;
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s; }

.list-contacts a:hover {
  opacity: .5;
  color: inherit; }

.list-contacts a span {
  font-weight: 400;
  font-size: 14px; }

.list-contacts a strong {
  color: #0078B3;
  font-weight: 600; }

.list-contacts a > i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.list-contacts li + li {
  margin: 13px 0 0; }

/* ------------------------------------------------------------ *\
	List Contacts Alt
\* ------------------------------------------------------------ */
.list-contacts-alt {
  background: #f8f8f8;
  padding: 14px 21px;
  color: #000;
  letter-spacing: 0; }

.list-contacts-alt > li + li {
  border-top: 1px solid #b2b2b2;
  margin-top: 9px;
  padding-top: 16px; }

.list-contacts-alt p span {
  font-weight: 700;
  color: #0078B3;
  display: inline-block;
  margin: 7px 0 0; }

.list-contacts-alt p strong {
  margin: 7px 0 0;
  display: block; }

.list-contacts-alt p strong span {
  display: inline;
  margin: 0;
  font-weight: 400;
  color: inherit;
  font-size: 14px; }

.list-contacts-alt p em {
  display: block;
  font-style: normal;
  background: #fff;
  font-weight: 700;
  color: #002f5d;
  padding: 3px 8px;
  position: relative;
  margin: 3px 0 5px; }

.list-contacts-alt p em a {
  text-decoration: none; }

.list-contacts-alt p em i {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.list-contacts-alt p em + span {
  color: inherit;
  margin: 0;
  display: inline;
  font-size: 14px;
  font-weight: 400; }

.list-contacts-alt--size1 {
  min-height: 450px; }

.list-contacts-alt--size1 > li + li {
  margin-top: 6px;
  padding-top: 14px; }

.list-contacts-alt--size1 p span {
  margin: 3px 0 0;
  line-height: 1.7; }

.list-contacts-alt--primary p em {
  text-align: center;
  color: #0078B3;
  font-weight: 700;
  margin: 8px 0 5px;
  padding: 7px 8px; }

.list-contacts-alt--primary p em i {
  position: static;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  vertical-align: middle;
  margin-left: 10px; }

@media (max-width: 767px) {
  .list-contacts-alt {
    padding: 19px 16px; }

  .list-contacts-alt--size1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 0; }

  .list-contacts-alt--size1 p {
    font-size: 14px; }

  .list-contacts-alt--size1 p span {
    line-height: 1.4; }

  .list-contacts-alt--size1 > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 0 24px !important;
    margin: 0 0 16px !important;
    border-bottom: 1px solid #b2b2b2 !important; }

  .list-contacts-alt--size1 > li + li {
    margin-top: 0;
    padding-top: 0;
    border: none; }

  .list-contacts-alt--size1 > li:nth-last-child(2),
  .list-contacts-alt--size1 > li:nth-last-child(1) {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none !important; }

  .list-contacts-alt--primary {
    padding: 6px 15px; }

  .list-contacts-alt--primary p {
    font-size: 16px; }

  .list-contacts-alt--primary p em {
    display: inline-block;
    font-size: 16px;
    margin-left: 25px; } }
@media (max-width: 639px) {
  .list-contacts-alt--size1 {
    display: block; }

  .list-contacts-alt--size1 li {
    max-width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important; }

  .list-contacts-alt--size1 li + li {
    margin: 10px 0 0 !important;
    padding: 10px 0 0 !important;
    border-top: 1px solid #b2b2b2 !important; }

  .list-contacts-alt--primary p em {
    display: block;
    margin: 10px 0 0; } }
/* ------------------------------------------------------------ *\
	List Actions
\* ------------------------------------------------------------ */
.list-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.list-actions li + li {
  margin-left: 26px; }

/* ------------------------------------------------------------ *\
	List Checkboxes
\* ------------------------------------------------------------ */
.list-checkboxes {
  padding-left: 15px; }

.list-checkboxes > li + li {
  margin: 16px 0 0; }

.list-checkboxes ul {
  list-style: none;
  padding: 3px 0 0 37px; }

.list-checkboxes ul li + li {
  margin: 1px 0 0; }

@media (max-width: 767px) {
  .list-checkboxes ul {
    padding-top: 5px; }

  .list-checkboxes ul li + li {
    margin: 10px 0 0; } }
/* ------------------------------------------------------------ *\
	List Data Def
\* ------------------------------------------------------------ */
.list-data-def {
  letter-spacing: 0; }

.list-data-def strong {
  font-weight: 600;
  display: inline-block;
  min-width: 176px; }

.list-data-def li + li {
  margin: 5px 0 0; }

/* ------------------------------------------------------------ *\
	List Words
\* ------------------------------------------------------------ */
.list-words > li h3 {
  margin: 0 0 11px; }

.list-words > li + li {
  margin: 27px 0 0; }

.list-words ul {
  list-style: none; }

.list-words ul li + li {
  margin: 8px 0 0; }

.list-words a {
  text-decoration: none; }

.list-words a:hover {
  text-decoration: underline;
  color: inherit; }

.list-words--primary {
  position: relative;
  padding: 42px 0 0; }

.list-words--primary:after {
  content: '';
  position: absolute;
  top: -135px;
  right: 17px;
  background: url(../images/temp/ico-contacts.png) no-repeat 0 0;
  width: 318px;
  height: 196px;
  pointer-events: none; }

.list-words--primary > li + li {
  margin: 40px 0 0; }

.list-words--alt {
  font-weight: 600; }

.list-words--alt ul {
  color: #008acb; }

@media (max-width: 767px) {
  .list-words:after {
    display: none; } }
/* ------------------------------------------------------------ *\
	List Checkboxes Alt
\* ------------------------------------------------------------ */
.list-checkboxes-alt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px -20px; }

.list-checkboxes-alt li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 15px 20px; }

@media (max-width: 767px) {
  .list-checkboxes-alt li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }
/* ------------------------------------------------------------ *\
	List Info
\* ------------------------------------------------------------ */
.list-info {
  font-size: 17px;
  font-weight: 600;
  color: #585858;
  letter-spacing: 0; }

.list-info > li + li {
  margin: 30px 0 0;
  padding: 27px 0 0;
  border-top: 1px solid #002f5d; }

.list-info ul {
  list-style: none; }

.list-info ul strong {
  display: inline-block;
  min-width: 194px;
  font-weight: 700;
  color: #002f5d; }

.list-info ul li {
  position: relative;
  max-width: 510px; }

.list-info ul li .ico-x {
  position: absolute;
  top: 8px;
  right: 1px;
  color: #b0253b;
  font-size: 17px;
  font-weight: 700;
  font-style: normal; }

.list-info ul li + li {
  margin: 13px 0 0; }

@media (max-width: 639px) {
  .list-info {
    font-size: 16px; }

  .list-info ul strong {
    display: block; } }
/* ------------------------------------------------------------ *\
	List Actions Alt
\* ------------------------------------------------------------ */
.list-actions-alt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px -30px; }

.list-actions-alt li {
  padding: 0 15px 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.list-actions-alt li .btn {
  min-width: 0;
  width: 100%; }

@media (max-width: 767px) {
  .list-actions-alt li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .list-actions-alt li .btn {
    padding: 6px 10px; } }
@media (max-width: 639px) {
  .list-actions-alt li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
/* ------------------------------------------------------------ *\
	List Features
\* ------------------------------------------------------------ */
.list-features {
  border-radius: 3px;
  background: #e6e6e6;
  margin: 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 11px;
  letter-spacing: 0; }

.list-features > li {
  padding-right: 10px; }

.list-features > li:nth-child(1) {
  display: none; }

.list-features > li:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25.4%;
  flex: 0 0 25.4%; }

.list-features > li:nth-child(3) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14%;
  flex: 0 0 14%; }

.list-features > li:nth-child(4) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25.8%;
  flex: 0 0 25.8%; }

.list-features > li:nth-child(5) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%; }

.list-features > li:nth-child(7) {
  display: none; }

.list-features h5 {
  font-weight: 600;
  font-size: 14px;
  color: #3b4147; }

.list-features h5 a {
  display: inline-block;
  text-decoration: none;
  color: #002f5d;
  margin: 6px 0 0; }

.list-features h5 a i {
  margin-right: 4px; }

.list-features h6 {
  font-size: 14px;
  font-weight: 600;
  color: #002f5d; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .list-features > li:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25.4%;
    flex: 0 0 25.4%;
    max-width: 25.4%; }

  .list-features > li:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14%;
    flex: 0 0 14%;
    max-width: 14%; }

  .list-features > li:nth-child(4) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25.8%;
    flex: 0 0 25.8%;
    max-width: 25.8%; }

  .list-features > li:nth-child(5) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%; } }
@media (max-width: 767px) {
  .list-features {
    display: block;
    padding: 0;
    background: #e6e6e6;
    padding-left: 53%;
    padding-top: 1px;
    padding-bottom: 11px;
    position: relative;
    overflow: visible;
    min-height: 167px; }

  .list-features + .list-features {
    margin-top: 75px; }

  .list-features h6,
  .list-features h5 {
    font-size: 17px;
    font-weight: 400; }

  .list-features h6 i,
  .list-features h5 i {
    display: none; }

  .list-features h6 a,
  .list-features h5 a {
    margin: 19px 0 0;
    color: #002f5d; }

  .list-features .label {
    font-size: 17px;
    font-weight: 600; }

  .list-features > li {
    padding-right: 0; }

  .list-features > li + li {
    margin: 18px 0 0; }

  .list-features > li:nth-child(1) {
    display: block;
    background: #b4b4b4;
    border-radius: 3px 0 0 3px;
    position: absolute;
    top: 0;
    left: 0;
    width: 46%;
    height: 100%;
    padding: 17px 0 0 10px; }

  .list-features > li:nth-child(1) ul {
    list-style: none;
    font-size: 17px;
    font-weight: 600;
    color: #002f5d; }

  .list-features > li:nth-child(1) ul li + li {
    margin: 18px 0 0; }

  .list-features > li:nth-child(6),
  .list-features > li:nth-child(3) {
    display: none; }

  .list-features > li:nth-child(7) {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 10px; }

  .list-features > li:nth-child(7) .btn {
    margin-left: 26px;
    font-size: 14px;
    min-width: 150px;
    padding: 4px 6px; }

  .list-features > li:nth-child(7) .list-actions-primary {
    margin: 0;
    display: inline-block;
    font-size: 14px;
    color: #002f5d;
    font-weight: 600;
    min-width: 46%; }

  .list-features > li:nth-child(7) .list-actions-primary a {
    text-decoration: none; }

  .list-features > li:nth-child(7) .list-actions-primary a i {
    margin-right: 5px; }

  .list-features > li:nth-child(7) .list-actions-primary li + li {
    margin-left: 14px; } }
@media (max-width: 639px) {
  .list-features {
    min-height: 145px; }

  .list-features > li:nth-child(1) ul {
    font-size: 10px; }

  .list-features > li:nth-child(7) .list-actions-primary {
    font-size: 0;
    vertical-align: middle; }

  .list-features > li:nth-child(7) .btn {
    font-size: 12px;
    min-width: 130px;
    margin-left: 0;
    vertical-align: middle; }

  .list-features h6,
  .list-features h5 {
    font-size: 10px; }

  .list-features .label {
    font-size: 10px; }

  .list-features .label span {
    width: 19px;
    height: 14px; }

  .list-features .label span:after {
    width: 8px;
    height: 5px; } }
/* ------------------------------------------------------------ *\
	List Actions Primary
\* ------------------------------------------------------------ */
.list-actions-primary li {
  display: inline-block;
  vertical-align: middle; }

.list-actions-primary li + li {
  margin-left: 15px; }

.list-actions-primary a {
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s; }

.list-actions-primary a:hover {
  opacity: .7; }

/* ------------------------------------------------------------ *\
	List Data Primary
\* ------------------------------------------------------------ */
.list-data-primary {
  letter-spacing: 0;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 14px; }

.list-data-primary li + li {
  border-top: 1px solid #d6d6d6;
  margin-top: 19px;
  padding-top: 14px; }

.list-data-primary h5 {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 600;
  min-width: 216px;
  margin: 0; }

.list-data-primary strong {
  font-weight: 700; }

.list-data-primary div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.list-data-primary div span {
  font-weight: 600;
  line-height: 1.7; }

.list-data-primary div + div {
  margin: 5px 0 0; }

/* ------------------------------------------------------------ *\
	List Buttons
\* ------------------------------------------------------------ */
.list-buttons li + li {
  margin: 9px 0 0; }

/* ------------------------------------------------------------ *\
	Lisrt Checkboxes Def
\* ------------------------------------------------------------ */
.list-checkboxes-def li + li {
  margin: 23px 0 0; }

.list-checkboxes-def .hidden-controls {
  display: none;
  margin: 12px 0 -6px -28px; }

.list-checkboxes-def .is-active .hidden-controls {
  display: block; }

/* ------------------------------------------------------------ *\
	List Radios Alt
\* ------------------------------------------------------------ */
.list-radios-alt li {
  display: inline-block; }

.list-radios-alt li + li {
  margin-left: 28px; }

.list-radios-alt--primary li {
  display: block; }

.list-radios-alt--primary li + li {
  margin: 21px 0 0; }

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
  display: inline-block;
  background: url(../images/logo.svg) no-repeat 0 0;
  width: 201px;
  height: 47px;
  background-size: 100% 100%; }

@media (max-width: 767px) {
  .logo {
    width: 180px;
    height: 42px; } }
@media (max-width: 639px) {
  .logo {
    width: 132px;
    height: 31px; } }
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Members
\* ------------------------------------------------------------ */
.members {
  letter-spacing: 0; }

.members .members__head {
  margin: 0 0 16px;
  color: #002f5d; }

.members .members__head h4 span {
  font-weight: 400; }

/* ------------------------------------------------------------ *\
	Member
\* ------------------------------------------------------------ */
.member {
  border-top: 1px solid #002f5d;
  padding: 26px 0;
  padding-left: 200px;
  position: relative; }

.member .member__image {
  position: absolute;
  top: 29px;
  left: 6px;
  border-radius: 50%;
  overflow: hidden;
  width: 150px;
  height: 150px;
  background-size: cover; }

.member .member__title {
  margin: 0 0 6px; }

.member ul {
  list-style: none;
  font-size: 14px;
  line-height: 1.44;
  max-width: 539px; }

.member ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.member ul li + li {
  margin: 5px 0 0; }

.member ul strong {
  min-width: 143px;
  font-weight: 600; }

.member + .member {
  padding-bottom: 27px; }

.member:last-child {
  border-bottom: 1px solid #002f5d; }

@media (max-width: 767px) {
  .member {
    padding-left: 150px; }

  .member ul {
    font-size: 12px; }

  .member .member__image {
    left: 0;
    width: 120px;
    height: 120px; } }
@media (max-width: 639px) {
  .member {
    padding-left: 0; }

  .member ul li {
    display: block; }

  .member ul li strong {
    font-weight: 700;
    display: block; }

  .member .member__image {
    display: block;
    width: 120px;
    height: 120px;
    margin: auto;
    position: static; }

  .member .member__body {
    margin: 20px 0 0; } }
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #002f5d;
  letter-spacing: 0.04em; }

.nav li {
  display: inline-block; }

.nav li + li {
  margin-left: 20px; }

.nav a {
  text-decoration: none; }

.nav .is-active a {
  font-weight: 700; }

@media (max-width: 767px) {
  .nav {
    font-size: 20px;
    text-align: left; }

  .nav li {
    display: block; }

  .nav li + li {
    margin: 20px 0 0; } }
@media (max-width: 639px) {
  .nav {
    font-size: 16px; }

  .nav li + li {
    margin: 10px 0 0; } }
/* ------------------------------------------------------------ *\
	Nav Secondary
\* ------------------------------------------------------------ */
.nav-secondary {
  letter-spacing: 0; }

.nav-secondary li {
  display: inline-block; }

.nav-secondary li + li {
  margin-left: 29px; }

.nav-secondary a {
  position: relative;
  text-decoration: none;
  display: inline-block;
  padding: 0 9px; }

.nav-secondary a:hover {
  color: #fff; }

.nav-secondary a:hover:after {
  width: 100%; }

.nav-secondary a:after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #fff;
  -webkit-transition: width .4s;
  -o-transition: width .4s;
  transition: width .4s;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.nav-secondary .is-active a:after {
  width: 100%; }

@media (max-width: 767px) {
  .nav-secondary li a {
    padding: 0; }

  .nav-secondary li + li {
    margin-left: 10px; } }
@media (max-width: 639px) {
  .nav-secondary {
    white-space: nowrap;
    overflow-x: auto; }

  .nav-secondary li a {
    padding: 0; }

  .nav-secondary li a:after {
    bottom: 0; }

  .nav-secondary li + li {
    margin-left: 10px; } }
/* ------------------------------------------------------------ *\
	Packages
\* ------------------------------------------------------------ */
@media (max-width: 767px) {
  .packages .row {
    margin: 0 -30px;
    margin: 0 -66px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 40px 0; }

  .packages .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 360px;
    flex: 0 0 360px;
    padding: 0 30px; } }
/* ------------------------------------------------------------ *\
	Package
\* ------------------------------------------------------------ */
.package {
  position: relative;
  max-width: 270px;
  margin: auto;
  letter-spacing: 0;
  text-align: center;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0 0 20px 20px;
  /*  Package Primary  */ }

.package .package__title {
  position: absolute;
  top: -19px;
  left: 0;
  width: 100%;
  padding: 10px 10px 5px;
  border-radius: 20px 20px 0 0;
  background: #e2e2e2;
  color: #b0253b;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase; }

.package .package__head {
  background: #002f5d;
  color: #fff;
  border-radius: 20px 20px 0 0;
  padding: 10px 10px 22px; }

.package .package__head .h2 {
  font-size: 72px;
  font-weight: 700;
  margin: 0;
  line-height: 1; }

.package .package__head .h2 span {
  font-size: 24px; }

.package .package__head p {
  font-size: 14px;
  margin: 9px 0 0; }

.package .package__body {
  background: #e2e2e2;
  border-radius: 0 0 20px 20px;
  padding: 29px 21px 20px; }

.package .package__body .h4 {
  font-weight: 600;
  color: #002f5d;
  margin: 0 0 33px; }

.package .package__body .h4 span {
  display: block;
  font-size: 14px;
  margin: 6px 0 0; }

.package .package__body .btn {
  width: 100%;
  min-width: 0;
  padding: 11px 10px;
  font-size: 14px;
  max-width: 228px; }

.package--primary {
  max-width: 300px;
  padding: 13px 0 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(176, 37, 59, 0.5);
  box-shadow: 0 10px 40px 0 rgba(176, 37, 59, 0.5);
  border-radius: 0 0 20px 20px; }

.package--primary .package__head {
  border-radius: 0; }

@media (max-width: 767px) {
  .package {
    max-width: 100%; }

  .package--primary {
    -webkit-box-shadow: 0 10px 26px 0 rgba(176, 37, 59, 0.3);
    box-shadow: 0 10px 26px 0 rgba(176, 37, 59, 0.3); } }
/* ------------------------------------------------------------ *\
	Pagination
\* ------------------------------------------------------------ */
.pagination {
  font-size: 18px;
  color: #002f5d;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin: 36px 0 0;
  text-align: center;
  display: block;
  border-radius: 0; }

.pagination > a {
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.pagination ul {
  display: inline-block;
  margin: 0;
  padding: 0 15px; }

.pagination ul li {
  display: inline-block; }

.pagination ul li + li {
  margin-left: 8px; }

.pagination ul a {
  display: inline-block;
  text-decoration: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center; }

.pagination ul + a {
  display: inline-block;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0); }

.pagination .is-active a {
  background: #002f5d;
  color: #fff; }

@media (max-width: 767px) {
  .pagination {
    font-size: 18px;
    margin: 30px 0 0; }

  .pagination ul {
    padding: 0 16px; }

  .pagination ul li + li {
    margin-left: 16px; }

  .pagination ul span {
    margin: 0 10px; }

  .pagination ul a {
    width: 30px;
    height: 30px;
    line-height: 30px; } }
@media (max-width: 639px) {
  .pagination ul a {
    width: 20px;
    height: 20px;
    line-height: 20px; } }
/* ------------------------------------------------------------ *\
	Radios
\* ------------------------------------------------------------ */
.radios ul {
  list-style: none; }

.radios li {
  display: inline-block; }

.radios li + li {
  margin-left: 20px; }

@media (max-width: 767px) {
  .radios li + li {
    margin-left: 14px; } }
/* ------------------------------------------------------------ *\
	Radio
\* ------------------------------------------------------------ */
.radio input {
  display: none; }

.radio input:checked + label {
  background: #b0253b;
  color: #fff; }

.radio label {
  display: inline-block;
  min-width: 172px;
  border-radius: 16px;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  color: #002f5d;
  background: #fff;
  padding: 5px 10px;
  letter-spacing: 0.04em;
  -webkit-transition: background .4s, color .4s;
  -o-transition: background .4s, color .4s;
  transition: background .4s, color .4s;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); }

@media (max-width: 767px) {
  .radio label {
    font-size: 17px;
    min-width: 132px;
    margin: 0;
    padding: 6px 20px; } }
/* ------------------------------------------------------------ *\
	Radio Alt
\* ------------------------------------------------------------ */
.radio-alt input {
  display: none; }

.radio-alt input:checked + label:after {
  background: #002f5d; }

.radio-alt input:checked + label:before {
  opacity: 1; }

.radio-alt label {
  display: block;
  position: relative;
  padding-left: 26px;
  font-size: 20px;
  font-weight: 600; }

.radio-alt label:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 4px solid #fff;
  background: #fff;
  -webkit-transition: background .4s;
  -o-transition: background .4s;
  transition: background .4s;
  border-radius: 50%; }

.radio-alt--primary label {
  padding-left: 40px; }

.radio-alt--primary label:after {
  border: 1px solid #053360;
  width: 17px;
  height: 17px;
  background: #fff !important; }

.radio-alt--primary label:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #053360;
  z-index: 10;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s; }

@media (max-width: 639px) {
  .radio-alt label {
    font-size: 16px; }

  .radio-alt label:after {
    top: 1px; }

  .radio-alt label:before {
    top: 4px; } }
/* ------------------------------------------------------------ *\
	Search
\* ------------------------------------------------------------ */
.search .search__controls {
  display: inline-block;
  position: relative;
  margin: 0 28px 0 -14px;
  width: 450px;
  vertical-align: middle; }

.search .search__controls i {
  position: absolute;
  top: 50%;
  left: 35px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.search .field {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  height: 62px;
  border-radius: 24px;
  font-size: 20px;
  padding: 0 20px 0 76px; }

.search .btn {
  min-width: 166px;
  font-size: 20px;
  padding: 10px 10px;
  vertical-align: middle; }

@media (max-width: 1450px) {
  .search .search__controls {
    margin-left: 0; } }
@media (max-width: 767px) {
  .search .search__controls {
    width: 350px;
    margin: 0 20px 0 0; }

  .search .btn {
    font-size: 16px;
    min-width: 132px; } }
@media (max-width: 639px) {
  .search .search__controls {
    width: 100%;
    margin: 0 0 20px; }

  .search .field {
    height: 45px;
    font-size: 16px; }

  .search .btn {
    padding: 6px 10px;
    min-width: 132px;
    width: 100%; } }
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
  padding: 69px 0;
  /*  Section Gray  */
  /*  Section Primary  */
  /*  Section Size1  */
  /*  Section Size2  */
  /*  Section Size3  */
  /*  Section Size4  */
  /*  Section Size5  */
  /*  Section Size6  */
  /*  Section Size7  */
  /*  Section Size8  */
  /*  Section Size9  */
  /*  Section Size10  */
  /*  Section Size11  */
  /*  Section Size12  */
  /*  Section Size13  */
  /*  Section Size14  */
  /*  Section Size15  */
  /*  Section Size16  */
  /*  Section Size177  */
  /*  Section Size18  */
  /*  Section image  */
  /*  Section Size19  */
  /*  Section Contact  */
  /*  Section Size20  */
  /*  Section Size21  */
  /*  Section Size22  */
  /*  Section Size23  */
  /*  Section Size24  */ }

.section .section__head {
  margin: 0 0 42px;
  position: relative;
  letter-spacing: 0; }

.section .section__head h2,
.section .section__head .h2 {
  color: #002f5d;
  margin: 0; }

.section .section__head h3 {
  font-size: 32px;
  color: #002f5d;
  font-weight: 700; }

.section .section__head h4 {
  font-size: 26px;
  line-height: 1.24;
  color: #002f5d;
  font-weight: 700; }

.section .section__head p {
  font-size: 20px;
  color: #002f5d;
  margin: 5px 0 0;
  letter-spacing: 0; }

.section .section__head--primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.section .section__head--primary h2 {
  margin: 0;
  max-width: 480px; }

.section .section__head--primary .list-tags {
  margin: 0; }

.section .section__head--secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.section .section__head--secondary h2 {
  margin: 0;
  max-width: calc(100% - 300px); }

.section .section__head--secondary .btn {
  position: relative; }

.section .section__head--secondary .btn span {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 8px;
  width: 300px;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0;
  text-transform: none; }

.section .section__head-alt {
  margin: 0 0 12px;
  letter-spacing: 0; }

.section .section__head-alt h3 {
  font-size: 32px;
  color: #002f5d;
  font-weight: 700; }

.section .section__head-def {
  letter-spacing: 0;
  margin: 0 0 51px; }

.section .section__head-def h3 {
  color: #002f5d;
  font-weight: 700; }

.section .section__actions {
  margin: 41px 0 0;
  text-align: center; }

.section .section__actions--alt {
  text-align: left; }

.section .section__title {
  margin: 0 0 17px;
  letter-spacing: 0;
  font-weight: 700;
  color: #002f5d;
  font-size: 28px; }

.section .section__group + .section__group {
  margin-top: 95px; }

.section .section__body + .tabs {
  margin-top: 70px;
  padding: 0; }

.section .section__body + .widget-message {
  margin: 41px 0 0; }

.section .section__content {
  color: #002f5d;
  letter-spacing: 0;
  font-size: 20px;
  line-height: 1.4; }

.section .section__content h2 {
  margin: 0; }

.section .section__content h2 + p {
  margin: 14px 0 0; }

.section .section__content p + p {
  margin: 7px 0 0; }

.section .section__content-alt {
  font-size: 17px;
  line-height: 1.42;
  letter-spacing: 0; }

.section .section__content-alt h3 {
  margin: 0 0 20px;
  font-weight: 700;
  color: #002f5d;
  line-height: 1.42; }

.section .section__content-alt p {
  margin: 0; }

.section .section__content-alt p + p {
  margin: 34px 0 0; }

.section--gray {
  background: #f8f8f8; }

.section--primary {
  position: relative;
  padding: 77px 0 74px; }

.section--primary .container {
  position: relative;
  z-index: 10; }

.section--primary .section__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  opacity: .4; }

.section--primary .section__actions + .section__head {
  margin-top: 88px; }

.section--size1 {
  padding: 69px 0 73px; }

.section--size1 .section__head {
  margin: 0 0 64px; }

.section--size2 {
  padding: 70px 0 73px; }

.section--size2 .section__head {
  margin: 0 0 32px; }

.section--size3 {
  padding: 94px 0 150px; }

.section--size3 .section__head {
  margin: 0 0 64px; }

.section--size4 {
  padding: 1px 0 76px; }

.section--size4 .section__head {
  margin: 0 0 23px; }

.section--size5 {
  padding: 5px 0 76px; }

.section--size5 .section__head {
  margin: 0 0 70px; }

.section--size6 {
  padding: 5px 0 76px; }

.section--size6 .section__head {
  margin: 0 0 61px; }

.section--size7 {
  padding: 112px 0 76px; }

.section--size8 {
  padding: 8px 0 76px; }

.section--size8 .section__head {
  margin: 0 0 30px; }

.section--size9 {
  padding: 5px 0 52px; }

.section--size9 .section__title {
  font-size: 24px;
  margin: 0 0 21px; }

.section--size9 .section__head {
  margin: 0 0 33px; }

.section--size9 .section__group + .section__group {
  margin: 71px 0 0; }

.section--size10 {
  padding: 5px 0 75px; }

.section--size10 .section__head {
  margin: 0 0 69px; }

.section--size10 .section__actions {
  margin: 61px 0 0; }

.section--size10 .section__actions .btn--border-alt {
  min-width: 272px; }

.section--size11 {
  padding: 24px 0 86px; }

.section--size11 .section__head {
  margin: 0 0 75px; }

.section--size12 {
  padding: 12px 0 70px; }

.section--size12 .section__head {
  margin: 0 0 24px; }

.section--size13 {
  padding: 17px 0 86px; }

.section--size14 {
  padding: 0 0 77px; }

.section--size14 .section__head {
  margin: 0 0 25px; }

.section--size15 {
  padding: 13px 0 70px; }

.section--size16 {
  padding: 70px 0 66px; }

.section--size17 {
  padding: 12px 0 74px; }

.section--size17 .section__head {
  margin: 0 0 37px; }

.section--size17 .widget-senary {
  max-width: 1080px; }

.section--size18 {
  padding: 8px 0 84px; }

.section--size18 .section__head {
  margin: 0 0 37px; }

.section--size18 .search + .widget-legend {
  margin: 75px 0 0; }

.section--size18 .widget-legend + .section__group {
  margin-top: 46px; }

.section--size18 .section__actions {
  margin: 32px 0 0; }

.section--size18 .section__group .title-alt {
  margin: 0 0 29px; }

.section--size18 .section__group + .section__group {
  margin-top: 25px; }

.section--image {
  position: relative;
  padding: 69px 0 60px;
  overflow: hidden; }

.section--image .section__image {
  position: absolute;
  bottom: -61px;
  left: 50%;
  margin-left: -254px;
  width: 557px; }

.section--size19 {
  padding: 71px 0 75px; }

.section--size19 .section__actions {
  margin: 39px 0 0; }

.section--contact {
  padding: 66px 0 83px; }

.section--size20 {
  padding: 21px 0 75px; }

.section--size20 .section__head {
  margin: 0 0 30px; }

.section--size21 {
  padding: 21px 0 71px; }

.section--size21 .section__head {
  margin: 0 0 55px; }

.section--size22 {
  padding: 21px 0 0; }

.section--size22 .form-alt {
  max-width: 470px; }

.section--size22 .section__head {
  margin: 0 0 43px; }

.section--size23 {
  padding: 12px 0 81px; }

.section--size23 .section__head {
  margin: 0 0 29px; }

.section--size23 .section__head p {
  margin: 13px 0 0;
  font-size: 17px;
  line-height: 1.42;
  color: #002f5d; }

.section--size23 .pagination {
  margin: 46px 0 0; }

.section--size23 .section__actions {
  margin: 30px 0 0; }

.section--size23 .section__actions .btn {
  text-transform: uppercase;
  font-size: 14px;
  border-width: 1px;
  min-width: 246px;
  padding: 11px 10px; }

.section--size23 .section__aside {
  padding: 78px 0 0; }

.section--size24 {
  padding: 6px 0 74px; }

.section--size24 .section__head {
  margin: 0 0 29px; }

.section--size24 .section__head p {
  margin: 13px 0 0;
  font-size: 17px;
  line-height: 1.42;
  color: #002f5d; }

.section--size24 .section__actions {
  margin: 30px 0 0; }

.section--size24 .articles {
  margin: 39px 0 0; }

.section--size24 .widget-bar {
  margin: 67px 0 0; }

@media (max-width: 767px) {
  .section {
    padding: 26px 0;
    /*  Section Primary  */ }

  .section .section__head {
    margin: 0 0 20px; }

  .section .section__head h2 {
    font-size: 32px; }

  .section .section__head--primary {
    display: block; }

  .section .section__head--primary .list-tags {
    margin: 20px 0 0; }

  .section .section__head--secondary {
    display: block; }

  .section .section__head--secondary h2 {
    max-width: 100%; }

  .section .section__head--secondary .btn {
    margin: 20px 0 0; }

  .section .section__head-def {
    margin: 0 0 29px; }

  .section .section__head-def h3 {
    font-size: 28px; }

  .section .section__actions {
    margin: 18px 0 0; }

  .section .section__content-alt {
    font-size: 14px;
    line-height: 1.29; }

  .section .section__content-alt h3 {
    font-size: 28px;
    line-height: 1.21;
    margin: 0 0 16px; }

  .section .section__content-alt p + p {
    margin: 28px 0 0; }

  .section--primary {
    padding: 34px 0; }

  .section--primary .section__head {
    margin: 0 0 30px; }

  .section--primary .section__head h2 {
    font-size: 28px; }

  .section--primary .section__actions {
    margin: 29px 0 0; }

  .section--primary .section__actions + .section__head {
    margin: 72px 0 36px; }

  .section--size1 {
    padding: 36px 0 30px; }

  .section--size1 .section__head {
    margin: 0 0 63px; }

  .section--size1 .section__actions {
    margin: 28px 0 0; }

  .section--size2 .section__actions {
    margin: 34px 0 0; }

  .section--size2 + .section {
    padding: 68px 0 68px; }

  .section--size2 + .section .section__head {
    margin: 0 0 36px; }

  .section--size2 + .section .section__head br {
    display: none; }

  .section--size3 {
    padding: 70px 0 74px; }

  .section--size3 .section__head {
    margin: 0 0 60px; }

  .section--size3 .section__actions {
    margin: 28px 0 0; }

  .section--size4 {
    padding: 1px 0 40px; }

  .section--size4 .tabs {
    padding: 0; }

  .section--size11 {
    padding: 12px 0 39px; }

  .section--size11 .section__head {
    margin: 0 0 34px; }

  .section--size8 {
    /*padding-bottom: 0;*/ }

  .section--size8 .section__head {
    margin-bottom: 40px; }

  .section--size8 .tabs {
    padding: 20px 66px 40px !important;
    margin: 40px -66px 0 !important; }

  .section--image .section__image {
    display: none; }

  .section--size19 {
    padding: 33px 0 62px; }

  .section--contact {
    padding: 26px 0 71px; }

  .section--contact .form-alt {
    margin: 51px 0 0; }

  .section--size7 {
    padding: 50px 0; }

  .section--size15 .section__content h2 {
    font-size: 32px; }

  .section--size15 .section__content p {
    font-size: 18px; }

  .section--size22 .widget-services {
    margin-top: 50px; }

  .section--size23 .section__head p {
    font-size: 16px; } }
@media (max-width: 639px) {
  .section .section__head h2 {
    font-size: 20px; }

  .section .section__title {
    font-size: 18px;
    margin-bottom: 0; }

  .section--size3 .section__head,
  .section--size1 .section__head {
    margin-bottom: 40px; }

  .section--size9 .section__title + .list-actions-alt {
    margin-top: 20px; }

  .section--size10 .section__actions .btn--border-alt {
    min-width: 250px; }

  .section--size14 .section__head h2 {
    font-size: 32px; }

  .section--size14 .section__head p {
    font-size: 16px; }

  .section--size15 .section__content p {
    font-size: 16px; }

  .section--size23 .section__head h2 {
    font-size: 32px; }

  .section--size9 .section__title {
    margin-bottom: 20px; }

  .section--size11 .section__head h4 {
    font-size: 28px; } }
/* ------------------------------------------------------------ *\
	Section-primary
\* ------------------------------------------------------------ */
.section-primary {
  position: relative;
  background: #f8f8f8;
  padding: 57px 0 73px;
  overflow: hidden; }

.section-primary:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 10px;
  -webkit-box-shadow: 0 0 150px 150px rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 150px 150px rgba(255, 255, 255, 0.7); }

.section-primary .container {
  position: relative;
  z-index: 10; }

.section-primary .form-primary {
  margin-top: 87px; }

.section-primary .section__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.section-primary .section__image {
  margin: 0 -26px 0 26px; }

.section-primary .section__image img {
  width: 100%; }

.section-primary .section__foot {
  margin: 15px 0 0;
  position: relative; }

.section-primary .section__foot h6,
.section-primary .section__foot .h6 {
  font-weight: 400;
  color: #a4a2a2;
  letter-spacing: 0.02em;
  margin: 0 0 10px; }

.section-primary .section__foot .list-tags {
  position: relative;
  z-index: 10; }

.section-primary .section__foot .list-circles {
  position: absolute;
  top: -82px;
  right: -12px;
  pointer-events: none; }

@media (max-width: 767px) {
  .section-primary {
    padding: 24px 0 58px; }

  .section-primary .section__image {
    display: none; }

  .section-primary .section__foot {
    margin: 17px 0 0; }

  .section-primary .section__foot h6 {
    margin: 0 0 9px; }

  .section-primary .section__foot .list-circles {
    display: none; }

  .section-primary .form-primary {
    margin: 0; } }
/* ------------------------------------------------------------ *\
	Section Secondary
\* ------------------------------------------------------------ */
.section-secondary {
  background: #f8f8f8;
  padding: 74px 0;
  /*  Section Secondary Alt  */ }

.section-secondary .section__head {
  margin: 0 0 40px;
  color: #002f5d;
  position: relative; }

.section-secondary .section__head h2 {
  line-height: 1.2;
  margin: 0; }

.section-secondary .section__head .section__image {
  position: absolute;
  top: -14px;
  right: 323px; }

.section-secondary .section__content {
  letter-spacing: 0.02em;
  font-size: 14px;
  line-height: 1.29;
  color: #002f5d; }

.section-secondary .section__content p {
  margin: 0; }

.section-secondary .section__content p + p {
  margin: 28px 0 0; }

.section-secondary .section__title {
  margin: 0 0 16px; }

.section-secondary--alt {
  padding: 74px 0 50px; }

.section-secondary--alt .container {
  position: relative; }

.section-secondary--alt .section__image-alt {
  position: absolute;
  top: -113px;
  left: 2px; }

@media (max-width: 767px) {
  .section-secondary {
    padding: 33px 0 72px;
    /*  Section Secondary Alt  */ }

  .section-secondary .section__head {
    margin: 0 0 26px; }

  .section-secondary .section__head .section__image {
    top: -16px;
    right: 16px;
    max-width: 148px; }

  .section-secondary .section__content {
    font-size: 12px;
    line-height: 1.5; }

  .section-secondary .section__content p + p {
    margin: 28px 0 0; }

  .section-secondary .section__title {
    font-size: 28px;
    line-height: 1.5;
    max-width: 50%;
    margin: 0 0 16px; }

  .section-secondary--alt {
    padding: 52px 0 72px; }

  .section-secondary--alt .section__image-alt {
    top: -10px;
    left: auto;
    right: 86px;
    width: 148px; } }
@media (max-width: 639px) {
  .section-secondary .section__image-alt,
  .section-secondary .section__image {
    display: none; }

  .section-secondary .section__title {
    max-width: 100%; } }
/* ------------------------------------------------------------ *\
	Section Main
\* ------------------------------------------------------------ */
.section-main {
  padding: 0 0 105px;
  /*  Section Main Size1  */
  /*  Section Main Size2  */
  /*  Section Main Size3  */
  /*  Section Main Size4  */ }

.section-main .section__head {
  margin: -2px 0 45px;
  letter-spacing: 0; }

.section-main .section__head h2 {
  font-size: 32px;
  color: #002f5d; }

.section-main .section__head h1 {
  font-size: 46px;
  color: #002f5d; }

.section-main .section__head--teritary h1 {
  margin: 0; }

.section-main .section__head--teritary h1 + p {
  font-size: 20px;
  margin: 3px 0 0;
  letter-spacing: 0; }

.section-main .section__head--teritary p a {
  text-decoration: none;
  color: #008acb;
  font-weight: 600; }

.section-main .section__body {
  margin-right: 7px; }

.section-main .section__body--size1 {
  max-width: 670px; }

.section-main .section__aside {
  margin-left: -2px; }

.section-main--size1 {
  padding: 0 0 43px; }

.section-main--size2 {
  padding: 0 0 29px; }

.section-main--size3 {
  padding: 12px 0 55px; }

.section-main--size3 .section__head {
  margin: 0 0 41px; }

.section-main--size3 .section__body {
  margin-right: -4px; }

.section-main--size4 {
  padding: 12px 0 79px; }

.section-main--size4 .section__body {
  margin-right: -4px; }

@media (max-width: 767px) {
  .section-main {
    padding: 0 0 30px; }

  .section-main .section__head h1 {
    font-size: 32px; }

  .section-main .section__head h1 + p {
    font-size: 18px; }

  .section-main .section__head + .tabs {
    padding-top: 0; }

  .section-main .section__body {
    margin-right: 0; }

  .section-main--size3 {
    padding: 24px 0; }

  .section-main--size3 .section__head {
    margin: 0 0 20px; } }
@media (max-width: 767px) {
  .section-main {
    padding-top: 15px; }

  .section-main .section__head h1 + p {
    font-size: 16px; } }
/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
.select {
  width: 100%;
  position: relative;
  display: inline-block; }

.select.fixed-width {
  width: 272px; }

.select .form__controls:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 6px 0 6px;
  border-color: #a9a9a9 transparent transparent transparent;
  pointer-events: none; }

.select select::-ms-expand {
  display: none; }

.select select {
  width: 100%;
  border: none;
  background: #fff;
  color: #757575;
  font-size: 20px;
  letter-spacing: 0.04em;
  height: 62px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 26px;
  padding: 0 23px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); }

.select.select-selected select {
  color: #b0253b; }

@media (max-width: 767px) {
  .select select {
    height: 60px;
    font-size: 20px;
    padding-left: 30px !important; } }
/* ------------------------------------------------------------ *\
	Select Custom Alt
\* ------------------------------------------------------------ */
.select-custom-alt {
  position: relative; }

.select-custom-alt:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 6px 0 6px;
  border-color: #a9a9a9 transparent transparent transparent;
  pointer-events: none; }

.select-custom-alt .select2-container {
  width: 100% !important; }

.select-custom-alt .select2-selection--multiple {
  border: none !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  height: 55px;
  background: #fcfcfc;
  border-radius: 26px;
  padding: 0 23px; }

.select-custom-alt .select2-selection__rendered .select2-selection__choice {
  border: none;
  background: #fff;
  border-radius: 14px;
  color: #b0253b;
  position: relative;
  padding: 8px 38px 6px 18px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  margin: 9px 0 0 6px !important; }

.select-custom-alt .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  border: none;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #b0253b; }

.select-custom-alt .select2-selection__rendered .select2-selection__choice .select2-selection__choice__display {
  padding: 0 !important;
  font-size: 18px;
  font-weight: 600; }

/* ------------------------------------------------------------ *\
	Select Custom Def
\* ------------------------------------------------------------ */
.select-custom-def .selectric-open .selectric {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); }

.select-custom-def .selectric {
  border: none;
  background: none;
  border-radius: 26px; }

.select-custom-def .selectric .label {
  background: #fff;
  height: 62px;
  line-height: 62px;
  padding: 0 20px;
  padding-left: 76px;
  margin: 0;
  font-size: 20px;
  color: #757575;
  border-radius: 26px;
  letter-spacing: 0.04em;
  font-weight: 400; }

.select-custom-def .selectric .button {
  display: none; }

.select-custom-def .selectric-items {
  background: #fff;
  min-height: 770px;
  border: none;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  margin-top: -20px;
  padding-top: 49px; }

.select-custom-def .selectric-items li {
  font-size: 20px;
  line-height: 1.2;
  color: #04325f;
  letter-spacing: 0.04em;
  padding: 6px 10px 6px 27px;
  min-height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.select-custom-def .selectric-items .selected,
.select-custom-def .selectric-items .highlighted {
  background: #e6e6e6; }

.select-custom-def--red .selectric .label {
  color: #b0253b; }

@media (max-width: 639px) {
  .select-custom-def .selectric .label {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    padding-left: 74px; } }
/* ------------------------------------------------------------ *\
	Services
\* ------------------------------------------------------------ */
@media (max-width: 767px) {
  .services .row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 -84px 0 -18px;
    padding-right: 66px;
    overflow-x: auto; }

  .services .row > div {
    min-width: 404px;
    margin: 0;
    padding: 0 18px; } }
@media (max-width: 639px) {
  .services .row {
    margin: 0 -15px; }

  .services .row > div {
    min-width: 100vw;
    margin: 0;
    padding: 0 15px; } }
/* ------------------------------------------------------------ *\
	Serice
\* ------------------------------------------------------------ */
.service {
  text-align: center;
  letter-spacing: .02em; }

.service .service__head {
  background: #002f5d;
  color: #fff;
  border-radius: 40px 40px 0 0;
  text-transform: uppercase;
  padding: 32px 10px 10px;
  min-height: 87px; }

.service .service__body {
  background: #f8f8f8;
  padding: 6px 0 0;
  min-height: 330px; }

.service .service__body ul {
  list-style: none;
  font-size: 18px;
  line-height: 1.56; }

.service .service__body ul a {
  height: 80px;
  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;
  text-decoration: none;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

.service .service__body ul a:hover {
  color: #b0253b;
  font-weight: 700; }

.service .service__body ul li {
  position: relative; }

.service .service__body ul li + li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 232px;
  height: 1px;
  background: #b4b4b4;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.service .service__actions {
  margin: 23px 0 0; }

@media (max-width: 767px) {
  .service .service__head {
    padding: 32px 20px 20px;
    border-radius: 40px 40px 0 0;
    min-height: 86px; }

  .service .service__body {
    padding: 6px 0 0;
    min-height: 332px; }

  .service .service__body ul a {
    font-size: 18px;
    height: 80px; }

  .service .service__body ul li + li:after {
    width: calc(100% - 140px); }

  .service .service__actions {
    margin: 22px 0; } }
@media (max-width: 639px) {
  .service .service__body ul a {
    font-size: 14px; } }
/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc(1140px + 15px * 2);
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  width: 100%; }

@media (max-width: 767px) {
  .shell {
    padding: 0 33px; } }
/* Shell Fluid */
.shell--fluid {
  max-width: none; }

/* ------------------------------------------------------------ *\
	Slider Primary
\* ------------------------------------------------------------ */
.slider-primary {
  position: relative;
  padding: 151px 0 88px; }

.slider-primary .slick-arrow {
  position: absolute;
  top: 94px; }

.slider-primary .slick-prev {
  left: -94px; }

.slider-primary .slick-next {
  right: -94px; }

.slider-primary .slider__bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background-size: cover;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.slider-primary .slider__clip {
  position: relative;
  z-index: 10;
  margin: 0 -10px; }

@media (max-width: 767px) {
  .slider-primary .slick-arrow {
    display: none !important; } }
@media (max-width: 639px) {
  .slider-primary .slider__clip {
    left: 0; } }
/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
.slider {
  position: relative;
  max-height: 763px;
  visibility: hidden; }

.slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.5);
  margin-top: -11px; }

.slider .slick-arrow:after {
  background-image: url(../images/temp/ico-angle-right-blue.png);
  width: 20px;
  height: 35px; }

.slider .slick-prev {
  left: 0; }

.slider .slick-next {
  right: 0; }

.slider .slider__slide-image {
  padding-top: 63.5%;
  background-size: cover; }

.slider .slider__slide-video iframe {
  width: 100%;
  height: 480px; }

.slider .slick-initialized {
  visibility: visible; }

@media (max-width: 767px) {
  .slider .slider__slide-video iframe {
    height: 220px; } }
/* ------------------------------------------------------------ *\
	Slider Alt
\* ------------------------------------------------------------ */
.slider-alt {
  background: #002f5d;
  color: #fff;
  padding: 57px 0 52px;
  letter-spacing: 0; }

.slider-alt .slick-arrow {
  position: absolute;
  top: 94px; }

.slider-alt .slick-prev {
  left: -94px; }

.slider-alt .slick-next {
  right: -94px; }

.slider-alt .slick-dots {
  margin: 42px 0 0; }

.slider-alt .slick-dots li {
  width: 10px;
  height: 10px;
  background: #8097ae; }

.slider-alt .slick-dots .slick-active {
  background: #fff; }

.slider-alt .slider__head,
.slider-alt .slider__clip {
  max-width: 952px;
  margin: auto; }

.slider-alt .slider__head {
  margin-bottom: 39px; }

.slider-alt .slider__head h3 {
  font-weight: 700; }

.slider-alt--primary {
  padding: 66px 0 52px; }

.slider-alt--primary .slider__clip,
.slider-alt--primary .slider__head {
  max-width: 100%; }

.slider-alt--primary .slider__head {
  margin: 0 0 35px; }

@media (max-width: 767px) {
  .slider-alt {
    padding: 33px 0 37px; }

  .slider-alt .slick-dots {
    margin: 14px 0 0; }

  .slider-alt .slider__head {
    margin-bottom: 11px;
    text-align: center; }

  .slider-alt .slider__head h3 {
    font-size: 28px; } }
/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
.socials {
  /*  Socials Primary  */ }

.socials ul {
  list-style: none; }

.socials ul li {
  display: inline-block; }

.socials ul li + li {
  margin-left: 10px; }

.socials--primary {
  padding-left: 4px; }

.socials--primary ul li {
  vertical-align: middle; }

.socials--primary ul li + li {
  margin-left: 42px; }

/* ------------------------------------------------------------ *\
	Stat
\* ------------------------------------------------------------ */
.stat .c100.big {
  font-size: 90px;
  background: #cdcdcd; }

.stat .c100.big:after {
  background: #f8f8f8; }

.stat .c100.big > span {
  color: #002f5d;
  font-size: 24px;
  font-weight: 700;
  width: 100%;
  height: 100%;
  line-height: 90px; }

.stat .c100.orange .bar,
.stat .c100.orange .fill {
  border-color: #002f5d !important; }

.stat--size2 .c100.big {
  font-size: 156px; }

.stat--size2 .c100.big > span {
  font-size: 41px;
  line-height: 156px; }

/* ------------------------------------------------------------ *\
	Tabs
\* ------------------------------------------------------------ */
.tabs {
  padding: 3px 0 70px;
  /*  Tabs Primary  */
  /*  Tabs Secondary  */
  /*  Tabs Teritary  */ }

.tabs .tabs__title {
  border-bottom: 1px solid #002f5d;
  font-weight: 700;
  max-width: 57%;
  padding-bottom: 9px;
  margin-bottom: 35px;
  margin-top: 8px;
  letter-spacing: 0; }

.tabs .tabs__head {
  margin: 0 0 33px; }

.tabs .tabs__nav {
  color: #585858;
  font-size: 20px;
  letter-spacing: 0.02em;
  font-weight: 600; }

.tabs .tabs__nav ul {
  display: inline-block;
  border-bottom: 1px solid #b0253b; }

.tabs .tabs__nav li {
  display: inline-block; }

.tabs .tabs__nav a {
  position: relative;
  text-decoration: none;
  display: inline-block;
  padding: 0 26px 18px;
  -webkit-transition: color .4s;
  -o-transition: color .4s;
  transition: color .4s; }

.tabs .tabs__nav a:hover {
  color: #b0253b; }

.tabs .tabs__nav a:hover:after {
  width: 100%; }

.tabs .tabs__nav a:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 3px;
  background: #b0253b;
  -webkit-transition: width .4s;
  -o-transition: width .4s;
  transition: width .4s;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.tabs .tabs__nav .is-active a {
  color: #b0253b; }

.tabs .tabs__nav .is-active a:after {
  width: 100%; }

.tabs--primary .tabs__nav a {
  padding: 0 20px 18px; }

.tabs--primary .tabs__head {
  margin: 0 0 38px; }

.tabs--secondary .tabs__nav a {
  padding: 0 0 18px;
  text-align: left;
  min-width: 115px; }

.tabs--secondary .tabs__nav li + li {
  margin-left: 35px; }

.tabs--secondary .tabs__head {
  margin: 0 0 25px; }

.tabs--teritary .tabs__nav a {
  padding: 0 6px 18px;
  text-align: left;
  min-width: 115px; }

.tabs--teritary .tabs__nav li + li {
  margin-left: 18px; }

.tabs--teritary .tabs__head {
  margin: 0 0 40px; }

.tabs--overlay {
  position: relative; }

.tabs--overlay .container {
  position: relative;
  z-index: 10; }

.tabs--overlay .tabs__overlay {
  position: absolute;
  top: -95px;
  left: 0;
  width: 100%;
  height: 300px;
  background-size: cover;
  overflow: hidden;
  opacity: .4; }

.tabs--overlay .tabs__overlay:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 10px;
  -webkit-box-shadow: 0 0 96px 70px white;
  box-shadow: 0 0 96px 70px white; }

@media (max-width: 767px) {
  .tabs {
    padding: 68px 0 30px;
    /*  Tabs Secondary  */ }

  .tabs .tabs__title {
    max-width: 100%; }

  .tabs .tabs__head {
    margin: 0 0 24px; }

  .tabs .tabs__nav {
    font-size: 20px; }

  .tabs .tabs__nav ul {
    display: block;
    border-color: #002f5d;
    padding: 0 0 14px; }

  .tabs .tabs__nav li {
    display: block;
    text-align: center; }

  .tabs .tabs__nav li + li {
    margin: 20px 0 0; }

  .tabs .tabs__nav a {
    min-width: 270px;
    padding: 0 0 8px; }

  .tabs--teritary .tabs__head,
  .tabs--secondary .tabs__head {
    margin: 0 0 35px; }

  .tabs--teritary .tabs__nav,
  .tabs--secondary .tabs__nav {
    white-space: nowrap;
    overflow-x: auto;
    margin-right: -66px;
    font-size: 17px; }

  .tabs--teritary .tabs__nav ul,
  .tabs--secondary .tabs__nav ul {
    border: none;
    padding: 0; }

  .tabs--teritary .tabs__nav li,
  .tabs--secondary .tabs__nav li {
    display: inline-block; }

  .tabs--teritary .tabs__nav li + li,
  .tabs--secondary .tabs__nav li + li {
    margin: 0 0 0 24px; }

  .tabs--teritary .tabs__nav a,
  .tabs--secondary .tabs__nav a {
    min-width: 0;
    padding-bottom: 10px; }

  .tabs--teritary .tabs__nav a:after,
  .tabs--secondary .tabs__nav a:after {
    bottom: 0;
    height: 3px; }

  .tabs--teritary {
    background: #f8f8f8; }

  .tabs--teritary .tabs__head {
    margin: 0 0 25px; } }
@media (max-width: 639px) {
  .tabs {
    padding-top: 60px; }

  .tabs--teritary .tabs__nav,
  .tabs--secondary .tabs__nav {
    margin-right: -15px;
    margin-left: -12px; }

  .tabs--teritary .tabs__nav li,
  .tabs--secondary .tabs__nav li {
    padding: 0 12px; }

  .tabs--teritary .tabs__nav li + li,
  .tabs--secondary .tabs__nav li + li {
    margin-left: 0; } }
/* ------------------------------------------------------------ *\
	Tab
\* ------------------------------------------------------------ */
.tab {
  display: none; }

.tab .tab__title {
  margin: 0 0 25px;
  font-weight: 700;
  color: #002f5d;
  letter-spacing: 0; }

.tab .tab__title span {
  display: block;
  font-size: 17px;
  font-weight: 400;
  margin: 8px 0 0; }

.tab .tab__actions {
  margin: 31px 0 0;
  text-align: center; }

.tab .tab__actions p {
  margin: 5px 0 0;
  font-size: 14px;
  color: #92a7ba; }

.tab .tab__actions-alt {
  margin: 38px 0 0;
  padding: 33px 325px 0 0;
  border-top: 1px solid #002f5d;
  position: relative;
  letter-spacing: 0.04em; }

.tab .tab__actions-alt p {
  font-size: 17px;
  line-height: 1.41;
  color: #002f5d;
  margin: 0; }

.tab .tab__actions-alt p strong {
  font-weight: 700; }

.tab .tab__actions-alt .btn {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 7px; }

.tab.is-active {
  display: block; }

@media (max-width: 767px) {
  .tab .tab__title {
    text-align: center;
    font-size: 20px;
    margin: 0 0 30px; }

  .tab .tab__title span {
    font-size: 14px; }

  .tab .tab__actions {
    margin: 30px 0 0; }

  .tab .tab__actions-alt {
    padding: 30px 0 0; }

  .tab .tab__actions-alt .btn {
    position: static;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin: 30px 0 0; } }
/* ------------------------------------------------------------ *\
	Tabs Alt
\* ------------------------------------------------------------ */
.tabs-alt {
  /*  Tabs Alt Show Button  */
  /*  Tabs Alt Primary  */
  /*  Tabs Alt Secondary  */ }

.tabs-alt .tabs__title-alt {
  color: #002f5d;
  font-weight: 700;
  margin: 0 0 18px;
  letter-spacing: 0; }

.tabs-alt .tabs__nav-alt {
  letter-spacing: 0; }

.tabs-alt .tabs__nav-alt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.tabs-alt .tabs__nav-alt li {
  position: relative; }

.tabs-alt .tabs__nav-alt li + li {
  margin-left: -30px; }

.tabs-alt .tabs__nav-alt li:nth-child(1) {
  z-index: 4; }

.tabs-alt .tabs__nav-alt li:nth-child(1) a {
  background: #e2e2e2; }

.tabs-alt .tabs__nav-alt li:nth-child(2) {
  z-index: 3; }

.tabs-alt .tabs__nav-alt li:nth-child(2) a {
  background: #e2e2e2;
  padding: 10px 47px 10px 76px; }

.tabs-alt .tabs__nav-alt li:nth-child(3) {
  z-index: 2; }

.tabs-alt .tabs__nav-alt li:nth-child(3) a {
  background: #eeeeee;
  padding: 10px 64px 10px 88px; }

.tabs-alt .tabs__nav-alt li:nth-child(4) {
  z-index: 1; }

.tabs-alt .tabs__nav-alt li:nth-child(4) a {
  background: #f8f8f8;
  padding: 10px 95px 10px 102px; }

.tabs-alt .tabs__nav-alt a {
  text-decoration: none;
  display: inline-block;
  border-radius: 20px;
  font-weight: 600;
  color: rgba(0, 47, 93, 0.5);
  padding: 10px 64px;
  font-size: 20px;
  -webkit-transition: background .4s, color .4s, opacity .4s;
  -o-transition: background .4s, color .4s, opacity .4s;
  transition: background .4s, color .4s, opacity .4s; }

.tabs-alt .tabs__nav-alt .is-active a {
  background: #002f5d !important;
  color: #fff !important; }

.tabs-alt .tabs__nav-alt--disabled {
  pointer-events: none; }

.tabs-alt .tabs__head-alt {
  margin: 0 0 50px; }

.tabs-alt .tabs__actions-alt {
  text-align: right;
  margin: 48px 0 0; }

.tabs-alt .tabs__actions-alt .btn-disabled {
  opacity: 0;
  visibility: hidden; }

.tabs-alt .tabs__actions-alt .btn + .btn {
  margin-left: 18px; }

.tabs-alt.show-btn .tabs__actions-alt .btn-disabled {
  opacity: 1;
  visibility: visible; }

.tabs-alt--primary .tabs__nav-alt li + li {
  margin-left: -30px; }

.tabs-alt--primary .tabs__nav-alt li:nth-child(1) {
  z-index: 4; }

.tabs-alt--primary .tabs__nav-alt li:nth-child(1) a {
  background: #e2e2e2; }

.tabs-alt--primary .tabs__nav-alt li:nth-child(2) {
  z-index: 3; }

.tabs-alt--primary .tabs__nav-alt li:nth-child(2) a {
  background: #cdcdcd;
  padding: 10px 92px 10px 101px; }

.tabs-alt--primary .tabs__nav-alt li:nth-child(3) {
  z-index: 2; }

.tabs-alt--primary .tabs__nav-alt li:nth-child(3) a {
  background: #eeeeee;
  padding: 10px 80px 10px 99px; }

.tabs-alt--primary .tabs__nav-alt li:nth-child(4) {
  z-index: 1; }

.tabs-alt--primary .tabs__nav-alt li:nth-child(4) a {
  background: #f8f8f8;
  padding: 10px 65px 10px 69px; }

.tabs-alt--primary .tabs__nav-alt a {
  padding: 10px 19px; }

.tabs-alt--primary .tabs__head-alt {
  margin: 0 0 35px; }

.tabs-alt--primary .tabs__actions-alt {
  margin: 28px 0 0; }

.tabs-alt--primary .tabs__actions-alt .btn + .btn {
  margin-left: 7px; }

.tabs-alt--secondary .tabs__nav-alt li:nth-child(1) a {
  background: #e2e2e2; }

.tabs-alt--secondary .tabs__nav-alt li:nth-child(2) a {
  background: #cdcdcd;
  padding: 10px 29px 10px 59px; }

.tabs-alt--secondary .tabs__nav-alt li:nth-child(3) a {
  background: #b3b3b3;
  padding: 10px 55px 10px 58px; }

.tabs-alt--secondary .tabs__nav-alt li:nth-child(4) a {
  background: #cdcdcd;
  padding: 10px 27px 10px 40px; }

.tabs-alt--secondary .tabs__nav-alt a {
  padding: 10px 29px;
  color: rgba(26, 28, 30, 0.5); }

.tabs-alt--secondary .gadget-stars {
  margin: 74px 0 74px; }

.tabs-alt--secondary .tabs__actions-def {
  margin: 58px 0 0;
  text-align: right; }

.tabs-alt--secondary .tabs__actions-def .btn {
  font-size: 14px;
  min-width: 220px;
  padding: 6px 10px; }

.tabs-alt--secondary .tabs__actions-def .btn + .btn {
  margin-left: 8px; }

.tabs-alt--secondary .tabs__actions-def .btn--border-alt {
  letter-spacing: 0;
  font-weight: 600; }

@media (max-width: 767px) {
  .tabs-alt .tabs__title-alt {
    font-size: 20px;
    margin: 0 0 21px; }

  .tabs-alt .tabs__head-alt {
    margin: 0 0 31px; }

  .tabs-alt .tabs__nav-alt {
    white-space: nowrap;
    overflow-x: auto;
    margin-right: -66px;
    pointer-events: auto; }

  .tabs-alt .tabs__nav-alt a {
    font-size: 20px;
    text-align: center;
    width: 100%; }

  .tabs-alt .tabs__nav-alt li {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% - 66px);
    flex-basis: calc(100% - 66px); }

  .tabs-alt .tabs__nav-alt li + li {
    margin-left: 66px !important; }

  .tabs-alt .tabs__actions-alt {
    margin: 28px 0 0; }

  .tabs-alt .tabs__actions-alt .btn {
    font-size: 14px;
    padding: 11px 10px;
    min-width: 170px; }

  .tabs-alt--primary .tabs__actions-alt .btn {
    font-size: 12px;
    padding: 9px 20px;
    min-width: 0; }

  .tabs-alt--secondary .tabs__actions-def .btn {
    min-width: 0;
    padding: 8px 20px;
    font-size: 12px; } }
@media (max-width: 639px) {
  .tabs-alt .tabs__nav-alt {
    margin-right: -15px; }

  .tabs-alt .tabs__nav-alt a {
    font-size: 16px; }

  .tabs-alt .tabs__nav-alt li {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% - 15px);
    flex-basis: calc(100% - 15px); }

  .tabs-alt .tabs__title-alt {
    font-size: 18px; }

  .tabs-alt .tabs__actions-alt .btn {
    display: inline-block;
    min-width: 130px; }

  .tabs-alt--primary .tabs__actions-alt .btn {
    display: block;
    width: 100%; }

  .tabs-alt--primary .tabs__actions-alt .btn + .btn {
    margin: 10px 0 0; }

  .tabs-alt--secondary .tabs__actions-def .btn {
    width: 100%; }

  .tabs-alt--secondary .tabs__actions-def .btn + .btn {
    margin: 10px 0 0; } }
/* ------------------------------------------------------------ *\
	Tab Alt
\* ------------------------------------------------------------ */
.tab-alt {
  display: none; }

.tab-alt.is-active {
  display: block; }

/* ------------ tab__pill--------------- */
.tabs__pill_nav li + li {
  margin-left: 20px; }

.tabs__pill_nav li {
  display: inline-block; }

.tabs__pill_nav a {
  display: inline-block;
  min-width: 172px;
  border-radius: 16px;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  color: #002f5d;
  background: #fff;
  padding: 5px 10px;
  letter-spacing: 0.04em;
  -webkit-transition: background .4s, color .4s;
  -o-transition: background .4s, color .4s;
  transition: background .4s, color .4s;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none; }

.tabs__pill_nav li.is-active a {
  background: #b0253b;
  color: #fff; }

@media (max-width: 767px) {
  .tabs__pill_nav a {
    min-width: 120px; } }
/* ------------------------------------------------------------ *\
	Testimonial
\* ------------------------------------------------------------ */
.testimonial {
  border-top: 1px solid #002f5d;
  padding: 29px 59px 0 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  line-height: 1.4; }

.testimonial p strong {
  display: block;
  font-weight: 600; }

.testimonial .testimonial__image {
  border-radius: 50%;
  background-size: cover;
  width: 176px;
  height: 176px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 176px;
  flex: 0 0 176px; }

.testimonial .testimonial__body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  padding-left: 81px; }

@media (max-width: 767px) {
  .testimonial {
    font-size: 18px;
    display: block;
    padding: 30px 0 0;
    text-align: center; }

  .testimonial .testimonial__image {
    margin: auto; }

  .testimonial .testimonial__body {
    padding: 30px 0 0; } }
@media (max-width: 639px) {
  .testimonial {
    font-size: 16px; } }
/* ------------------------------------------------------------ *\
	Testimonials Alt
\* ------------------------------------------------------------ */
@media (max-width: 767px) {
  .testimonials-alt .row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin: 0 -66px;
    padding-left: 90px; }

  .testimonials-alt .row > div {
    min-width: 320px;
    margin: 0 77px 0 0;
    padding: 0; } }
@media (max-width: 639px) {
  .testimonials-alt .row {
    padding-left: 0;
    margin: 0 -15px; }

  .testimonials-alt .row > div {
    padding: 0 15px;
    margin: 0; } }
/* ------------------------------------------------------------ *\
	Testimonial Alt
\* ------------------------------------------------------------ */
.testimonial-alt {
  padding: 0 50px 30px 50px;
  text-align: center;
  font-size: 14px;
  line-height: 1.22;
  color: #002f5d;
  letter-spacing: 0; }

.testimonial-alt h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 2px; }

.testimonial-alt h6 {
  font-size: 12px;
  line-height: 1.5;
  color: #000;
  margin: 0 0 19px;
  font-weight: 400; }

.testimonial-alt p {
  margin: 0;
  font-weight: 600; }

.testimonial-alt p + p {
  margin: 27px 0 0; }

.testimonial-alt .testimonial__image {
  border-radius: 50%;
  margin: auto;
  width: 149px;
  height: 149px;
  overflow: hidden; }

.testimonial-alt .testimonial__image img {
  width: 100%; }

.testimonial-alt .testimonial__body {
  margin: 19px 0 0; }

@media (max-width: 767px) {
  .testimonial-alt {
    padding: 0 30px; }

  .testimonial-alt h6 {
    margin: 0 0 18px; }

  .testimonial-alt p {
    font-size: 12px;
    line-height: 1.25; }

  .testimonial-alt p + p {
    margin: 25px 0 0; } }
@media (max-width: 639px) {
  .testimonial-alt {
    padding: 0; } }
/* ------------------------------------------------------------ *\
	Upload
\* ------------------------------------------------------------ */
.upload input {
  display: none; }

.upload label {
  margin: 0;
  width: 100%;
  border: none;
  background: #fff;
  color: #757575;
  font-size: 20px;
  letter-spacing: 0.04em;
  padding: 15px 25px 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  height: 55px;
  border-radius: 24px; }

@media (max-width: 767px) {
  .upload label {
    font-size: 17px;
    padding: 16px 29px 0; } }
@media (max-width: 639px) {
  .upload label {
    font-size: 14px;
    padding: 14px 29px 0;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    height: 45px; } }
/* ------------------------------------------------------------ *\
	Widget Primary
\* ------------------------------------------------------------ */
.widget-primary {
  letter-spacing: 0; }

.widget-primary .widget__title {
  margin: 0 0 59px; }

.widget-primary ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  list-style: none;
  color: #002f5d;
  font-weight: 700;
  margin: 0 -20px -45px -3px; }

.widget-primary ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 10px 45px; }

.widget-primary ul a {
  display: inline-block;
  text-decoration: none; }

.widget-primary ul p {
  margin: 16px 0 0; }

@media (max-width: 639px) {
  .widget-primary .widget__title {
    margin: 0 0 30px; }

  .widget-primary ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%; }

  .widget-primary ul li p {
    font-size: 14px;
    margin: 10px 0 0; } }
/* ------------------------------------------------------------ *\
	Widget Secondary
\* ------------------------------------------------------------ */
.widget-secondary {
  margin-top: -12px;
  /*  Widget Secondary Alt  */ }

.widget-secondary .widget__logo {
  max-width: 332px;
  display: block;
  margin: auto; }

.widget-secondary .widget__logo + .btn {
  margin: 28px 0 0; }

.widget-secondary .form-subscribe {
  margin: 20px 0 0; }

.widget-secondary .widget__body {
  line-height: 1.75;
  margin: 20px 0 0;
  letter-spacing: 0; }

.widget-secondary .widget__body h6 {
  margin: 0 0 8px;
  font-weight: 400; }

.widget-secondary .widget__body p {
  line-height: 2; }

.widget-secondary .widget__body strong {
  font-weight: 600; }

.widget-secondary > h6 {
  margin: 23px 0 0;
  letter-spacing: 0;
  font-weight: 600; }

.widget-secondary .widget-progress {
  margin: 10px 0 0; }

.widget-secondary .list-data-primary {
  margin: 30px 0 0; }

.widget-secondary .list-buttons {
  margin: 20px 0 0; }

.widget-secondary .widget-upload {
  margin-top: 14px; }

.widget-secondary + .widgets {
  margin-top: 26px; }

.widget-secondary--alt {
  margin-top: 1px; }

.widget-secondary--alt .widget__logo {
  max-width: 100%; }

.widget-secondary--alt .form-subscribe {
  margin: 13px 0 0; }

.widget-secondary--alt .list-contacts {
  margin: 12px 0 0; }

.widget-secondary--alt .widget__bar {
  margin: 9px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.widget-secondary--alt .widget__bar .list-contacts {
  margin: 0; }

/* ------------------------------------------------------------ *\
	Widget Progress
\* ------------------------------------------------------------ */
.widget-progress {
  position: relative;
  padding-right: 70px; }

.widget-progress h6 {
  font-weight: 700;
  margin: 0;
  color: #002f5d;
  position: absolute;
  top: 0;
  right: 0;
  width: 51px; }

.widget-progress .widget__bar {
  overflow: hidden;
  position: relative;
  background: #e7e7e7;
  border-radius: 10px;
  height: 20px; }

.widget-progress .widget__bar span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 10px;
  background: #002f5d; }

/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */
.widget {
  /*  Widget Primary  */ }

.widget .widget__title {
  border-bottom: 1px solid #d6d6d6;
  margin: 0;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  color: #040404; }

.widget .widget__title + .socials {
  margin: 20px 0 0; }

.widget .widget__title + .list-links {
  margin: 26px 0 0; }

.widget .widget__title + .gadget-stars {
  margin: 26px 0 0; }

.widget .widget__title + .list-contacts {
  margin: 26px 0 0; }

.widget .widget__title + .list-contacts-alt {
  margin: 6px 0 0; }

.widget .widget__title + .gadget-user {
  margin: 20px 0 0; }

.widget .widget__image {
  text-align: center;
  margin: 31px 0 0; }

.widget + .widget {
  margin-top: 38px; }

.widget--primary .widget__title {
  font-size: 20px;
  color: #002f5d;
  border-color: #002f5d;
  letter-spacing: 0;
  padding-bottom: 13px; }

.widget--primary .widget__title + .list-checkboxes {
  margin: 18px 0 0;
  padding: 0; }

.widget--primary .widget__title + .list-checkboxes > li + li {
  margin: 4px 0 0; }

.widget--primary + .widget {
  margin-top: 21px; }

@media (max-width: 767px) {
  .widget .widget__title + .list-links {
    font-size: 16px;
    line-height: 1.13; }

  .widget .widget__title + .list-links br {
    display: none; }

  .widget .widget__title + .list-links li + li {
    margin: 7px 0 0; }

  .widget--primary .widget__title + .list-checkboxes > li + li {
    margin: 10px 0 0; } }
/* ------------------------------------------------------------ *\
	Widget Copy
\* ------------------------------------------------------------ */
.widget-copy {
  letter-spacing: 0; }

.widget-copy .widget__body h6 {
  font-weight: 400;
  margin: 0 0 30px; }

.widget-copy .widget__features {
  list-style: none;
  font-weight: 600;
  margin: 0; }

.widget-copy .widget__features li + li {
  margin: 5px 0 0; }

.widget-copy .widget__foot {
  text-align: right;
  margin: 29px 0 0; }

.widget-copy .widget__title {
  margin: 0 0 22px;
  font-weight: 700;
  line-height: 1.17; }

.widget-copy .widget__body-alt {
  border: 1px solid #002f5d;
  background: #fff;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  padding: 20px 20px 24px; }

.widget-copy .widget__body-alt ul + p {
  margin: 29px 0 0; }

.widget-copy .widget__body-alt p {
  margin: 0;
  line-height: 1.5; }

.widget-copy .widget__body-alt p strong {
  font-weight: 600; }

.widget-copy .widget__body-alt p + p {
  margin: 27px 0 0; }

.widget-copy .widget__body-alt + .widget__foot {
  margin: 10px 0 0; }

.widget-copy + .widget-copy {
  margin: 30px 0 0; }

.widget-copy + .article-primary {
  margin: 36px 0 0; }

.widget-copy + .article-primary-def {
  margin: 36px 0 0; }

/* ------------------------------------------------------------ *\
	Widget Form
\* ------------------------------------------------------------ */
.widget-form {
  padding: 60px 0 0;
  letter-spacing: 0; }

.widget-form .widget__title {
  font-weight: 700;
  margin: 0 0 25px;
  color: #002f5d; }

.widget-form .widget__body {
  padding: 1px 0 0 103px; }

@media (max-width: 767px) {
  .widget-form .widget__body {
    padding: 30px 0 0; } }
/* ------------------------------------------------------------ *\
	Widget Message
\* ------------------------------------------------------------ */
.widget-message .widget__title {
  margin: 0 0 14px;
  color: #002f5d;
  font-weight: 700; }

.widget-message .field-textarea {
  text-align: left;
  color: #002f5d;
  font-size: 24px;
  line-height: 1.33; }

.widget-message .field-textarea--size1 {
  height: 246px;
  padding: 23px 26px;
  line-height: 1.34;
  color: #929292; }

.widget-message .widget__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 36px 0 0; }

.widget-message .widget__actions .widget__link {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #002f5d;
  letter-spacing: 0.04em;
  text-decoration: none;
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s; }

.widget-message .widget__actions .widget__link:hover {
  opacity: .7; }

.widget-message + .widget-message {
  margin: 22px 0 0; }

.widget-message--primary .widget__title {
  letter-spacing: 0;
  margin: 0 0 10px 24px; }

.widget-message--secondary .widget__title {
  letter-spacing: 0;
  margin: 0 0 10px; }

.widget-message--secondary .list-checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 15px -22px -22px -2px; }

.widget-message--secondary .list-checkboxes li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin: 0 0 22px !important; }

.widget-message--secondary + .widget-message {
  margin: 63px 0 0; }

@media (max-width: 767px) {
  .widget-message .field-textarea {
    font-size: 18px;
    padding: 20px; } }
@media (max-width: 639px) {
  .widget-message .field-textarea {
    font-size: 16px; }

  .widget-message .widget__actions {
    display: block;
    text-align: center; }

  .widget-message .widget__actions a + a {
    margin: 10px 0 0; }

  .widget-message--secondary .list-checkboxes li {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; } }
/* ------------------------------------------------------------ *\
	Widget Stat
\* ------------------------------------------------------------ */
.widget-stat {
  border-radius: 20px;
  background: #ededed;
  color: #002f5d;
  letter-spacing: 0;
  padding: 37px 33px 37px 41px; }

.widget-stat > ul {
  list-style: none; }

.widget-stat > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative; }

.widget-stat > ul > li .btn {
  position: absolute;
  top: 15px;
  right: 8px;
  min-width: 250px;
  font-size: 14px;
  padding: 11px 10px;
  text-transform: uppercase; }

.widget-stat > ul > li + li {
  margin: 23px 0 0;
  padding: 27px 0 0;
  border-top: 1px solid #b3b3b3; }

.widget-stat > ul > li:nth-child(2) {
  border: none; }

.widget-stat h4 {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  min-width: 262px; }

.widget-stat h3 {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  top: -3px; }

.widget-stat h2 {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  position: relative;
  top: -7px; }

@media (max-width: 767px) {
  .widget-stat {
    padding: 27px 9px 16px 14px; }

  .widget-stat > ul > li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .widget-stat > ul > li .btn {
    min-width: 209px;
    top: 27px; }

  .widget-stat > ul > li .btn--border-alt {
    padding: 8px 10px; }

  .widget-stat > ul > li + li {
    margin-top: 2px;
    padding-top: 19px; }

  .widget-stat > ul > li:nth-child(2) {
    padding-top: 4px;
    margin-top: 52px; }

  .widget-stat > ul > li:nth-child(2) .btn {
    top: -12px; }

  .widget-stat h4 {
    font-size: 17px;
    min-width: 270px; }

  .widget-stat h3 {
    font-size: 17px; }

  .widget-stat h2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 20px 0 0;
    font-size: 28px; }

  .widget-stat .stat {
    display: none; } }
@media (max-width: 639px) {
  .widget-stat > ul > li .btn {
    position: static;
    margin: 10px 0;
    font-size: 14px;
    padding: 5px 15px; } }
/* ------------------------------------------------------------ *\
	Widget Teritary
\* ------------------------------------------------------------ */
.widget-teritary {
  background: #ededed;
  border-radius: 20px;
  padding: 25px 20px 31px 73px;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 1.72;
  color: #002f5d;
  letter-spacing: 0; }

.widget-teritary h3 {
  font-size: 26px;
  line-height: 1.23;
  margin: 0 0 14px;
  font-weight: 700; }

.widget-teritary p {
  margin: 0 0 18px; }

.widget-teritary h6 {
  font-size: 14px;
  line-height: 1.21;
  font-weight: 600;
  margin: 0 0 23px; }

.widget-teritary .btn {
  font-size: 14px;
  min-width: 200px;
  padding: 6px 10px; }

.widget-teritary .widget__body {
  padding-right: 52px; }

.widget-teritary .widget__aside {
  text-align: center;
  margin: 28px 68px 0 -13px; }

.widget-teritary + .accordion {
  margin: 74px 0 0; }

@media (max-width: 767px) {
  .widget-teritary + .accordion {
    margin: 39px 0 0; } }
/* ------------------------------------------------------------ *\
	Widget Teritary Alt
\* ------------------------------------------------------------ */
/*.widget-teritary-alt {
	letter-spacing: 0;
	font-size: 14px; 
	line-height: 1.72;
	color: #002f5d;  
	letter-spacing: 0;

	h3 {
		font-size: 26px; 
		line-height: 1.23; 
		margin: 0 0 14px; 
		font-weight: 700;
	}

	p {
		margin: 0 0 18px; 
	}

	h6 {
		font-size: 14px; 
		line-height: 1.21;
		font-weight: 600; 
		margin: 0 0 23px;  
	}

	.btn {
		font-size: 14px; 
		min-width: 200px; 
		padding: 6px 10px; 
	}

	.widget__body {
		padding-right: 52px;
	}

	.widget__aside {
		text-align: center;
		text-align: left; 
		margin: 4px 68px 0 -13px;  
	}

	+ .accordion {
		margin: 74px 0 0; 
	}
}*/
@media (max-width: 767px) {
  .widget-teritary-alt .widget__aside {
    margin: 50px 0 0; } }
/* ------------------------------------------------------------ *\
	Widget Upload
\* ------------------------------------------------------------ */
.widget-upload-container {
  background: #e6e6e6;
  display: flow-root;
  margin-bottom: 16px;
  border: 1px solid grey; }

.widget-upload {
  position: relative;
  background: #e6e6e6;
  letter-spacing: 0;
  text-align: center;
  padding: 28px 10px 34px;
  margin-top: 9px;
  margin-bottom: 9px;
  margin-left: 16px;
  margin-right: 16px;
  border: 1px dashed #002f5d;
  /*  Widget Upload Big  */ }
  .widget-upload .dz-clickable {
    cursor: pointer; }

.widget-upload h3 {
  margin: 0 0 15px;
  color: #002f5d;
  font-weight: 700; }

.widget-upload h6 {
  font-size: 12px;
  font-weight: 400;
  color: #002f5d; }

.widget-upload h6 img {
  display: block;
  margin: 0 auto 3px;
  opacity: .4; }

.dz-image {
  margin-left: auto;
  margin-right: auto; }

.dz-progress {
  display: none; }

.dropzone .dz-preview.dz-image-preview {
  background: rgba(255, 255, 255, 0); }

.widget-upload--big {
  padding: 39px 10px 29px; }

.widget-upload--big:after {
  top: 16px;
  bottom: 16px;
  left: 19px;
  right: 19px; }

.widget-upload--big h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 27px; }

.widget-upload--big h6 {
  font-size: 14px;
  margin: 0; }

.widget-upload--big h6 img {
  width: 52px;
  margin: 0 auto 28px; }

.widget-upload--big .btn {
  margin: 12px 0 0;
  font-size: 12px;
  font-weight: 600;
  min-width: 148px;
  padding: 13px 10px;
  letter-spacing: 0; }

.widget-upload--big .widget__hint {
  margin: 17px 0 0;
  font-size: 10px;
  color: #002f5d; }

.widget-upload--big + .features-secondary {
  margin: 15px 0 0; }

@media (max-width: 767px) {
  .widget-upload {
    padding: 42px 32px 29px; }

  .widget-upload br {
    display: none; }

  .widget-upload .btn {
    padding: 10px 15px; } }
/* ------------------------------------------------------------ *\
	Widget Quaternary 
\* ------------------------------------------------------------ */
.widget-quaternary {
  background: #cdcdcd;
  color: #002f5d;
  border-radius: 20px;
  font-size: 14px;
  line-height: 1.29;
  padding: 36px 42px 31px;
  letter-spacing: 0;
  position: relative; }

.widget-quaternary .widget__btn {
  position: absolute;
  top: 36px;
  right: 26px; }

.widget-quaternary .widget__head {
  margin: 0 0 22px;
  max-width: 660px; }

.widget-quaternary .widget__head h4 {
  margin: 0 0 7px; }

.widget-quaternary .widget__content {
  max-width: 620px; }

.widget-quaternary .widget__content p {
  padding-left: 34px;
  margin: 0; }

.widget-quaternary .widget__content p a {
  text-decoration: none;
  font-weight: 600; }

.widget-quaternary .widget__content p + p {
  margin: 28px 0 0; }

.widget-quaternary .widget__content .checkbox + p {
  margin: 28px 0 0; }

.widget-quaternary .widget__aside {
  margin: 0 -10px 0 14px; }

.widget-quaternary .widget__aside h4 {
  line-height: 1.2;
  margin: 0 0 10px; }

.widget-quaternary .widget__aside .checkbox label {
  line-height: 1.44; }

.widget-quaternary .widget__aside .btn {
  margin: 59px 0 0 -29px;
  font-size: 14px;
  padding: 11px 10px;
  min-width: 370px; }

.widget-quaternary + .widget-message {
  margin: 27px 0 0; }

@media (max-width: 767px) {
  .widget-quaternary .widget__btn {
    top: 15px;
    right: 15px; }

  .widget-quaternary .widget__aside {
    margin: 30px 0 0; }

  .widget-quaternary .widget__aside br {
    display: none; }

  .widget-quaternary .widget__aside .btn {
    margin-left: 0; } }
@media (max-width: 639px) {
  .widget-quaternary {
    padding: 40px 15px; }

  .widget-quaternary .widget__aside {
    margin: 30px 0 0; }

  .widget-quaternary .widget__aside br {
    display: none; }

  .widget-quaternary .widget__aside .btn {
    margin-left: 0;
    min-width: 0;
    font-size: 12px;
    width: 100%; } }
/* ------------------------------------------------------------ *\
	Widget Report
\* ------------------------------------------------------------ */
.widget-report {
  padding: 9px 20px 0 22px;
  letter-spacing: 0; }

.widget-report .widget__body ul {
  list-style: none;
  margin: 0; }

.widget-report .widget__body ul h3 {
  color: #002f5d;
  font-weight: 700; }

.widget-report .widget__body ul h3 span {
  display: block;
  margin: 6px 0 0 2px;
  font-size: 20px;
  font-weight: 600;
  color: #b0253b;
  letter-spacing: 0.04em; }

.widget-report .widget__body ul li + li {
  margin: 48px 0 0; }

.widget-report .widget__body .btn--border-alt {
  border-width: 1px;
  margin: 59px 0 0;
  text-transform: uppercase;
  padding: 11px 10px;
  font-size: 14px;
  min-width: 172px; }

.widget-report .widget__actions {
  max-width: 336px;
  margin: auto;
  position: relative;
  top: -53px;
  left: 8px; }

.widget-report .widget__actions .btn {
  display: block;
  padding: 11px 10px; }

.widget-report .widget__actions .btn + .btn {
  margin: 20px 0 0; }

@media (max-width: 767px) {
  .widget-report .widget__actions {
    margin-top: 30px;
    max-width: 100%;
    top: 0;
    left: 0; } }
@media (max-width: 639px) {
  .widget-report {
    padding: 0; }

  .widget-report .widget__body ul h3 {
    font-size: 18px; }

  .widget-report .widget__body ul h3 span {
    font-size: 14px; }

  .widget-report .widget__body ul li + li {
    margin: 20px 0 0; }

  .widget-report .widget__body .btn {
    margin: 30px 0 0;
    font-size: 14px;
    padding: 5px 15px;
    width: 100%; }

  .widget-report .widget__actions {
    margin-top: 30px; }

  .widget-report .widget__actions .btn {
    font-size: 14px;
    padding: 7px 15px; } }
/* ------------------------------------------------------------ *\
	Widget Message Alt
\* ------------------------------------------------------------ */
.widget-message-alt {
  background: #ededed;
  border-radius: 20px;
  padding: 49px 20px 32px;
  letter-spacing: 0;
  font-size: 20px;
  line-height: 1.4;
  /*  Widget Message Alt Primary  */ }

.widget-message-alt .widget__head {
  text-align: center;
  margin: 0 0 41px;
  color: #002f5d; }

.widget-message-alt .widget__head h2 {
  margin: 12px 0 0; }

.widget-message-alt .widget__head p {
  margin: 17px 0 0;
  font-size: 20px; }

.widget-message-alt .widget__title {
  text-align: center;
  margin: 0 0 25px;
  color: #002f5d;
  font-weight: 700; }

.widget-message-alt .widget__body {
  margin: auto;
  max-width: 769px;
  color: #3b4147; }

.widget-message-alt .widget__body ul {
  list-style: none; }

.widget-message-alt .widget__body ul li {
  position: relative;
  padding-left: 22px; }

.widget-message-alt .widget__body ul li:after {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #002f5d; }

.widget-message-alt .widget__body ul li a {
  color: #002f5d; }

.widget-message-alt .widget__body ul li strong {
  font-weight: 600; }

.widget-message-alt .widget__body ul li + li {
  margin: 18px 0 0; }

.widget-message-alt .widget__body .btn {
  min-width: 272px;
  padding: 11px 10px;
  border-radius: 18px; }

.widget-message-alt .widget__body > p {
  margin: 18px 0 0;
  font-size: 14px;
  line-height: 1.43; }

.widget-message-alt .widget__body > p strong {
  font-weight: 700; }

.widget-message-alt .widget__actions {
  text-align: center; }

.widget-message-alt .widget__actions .btn {
  margin: 0;
  min-width: 238px; }

.widget-message-alt--primary {
  background: none;
  padding: 0; }

.widget-message-alt--primary .widget__body {
  max-width: 100%; }

.widget-message-alt--primary .widget__body ul {
  margin: 0 0 20px; }

.widget-message-alt--primary .widget__body ul li + li {
  margin: 17px 0 0; }

.widget-message-alt--primary .widget__body .btn {
  min-width: 260px; }

@media (max-width: 767px) {
  .widget-message-alt {
    font-size: 16px; }

  .widget-message-alt .widget__head p {
    font-size: 18px; }

  .widget-message-alt .btn {
    font-size: 16px; } }
@media (max-width: 639px) {
  .widget-message-alt {
    padding: 50px 15px 30px; }

  .widget-message-alt br {
    display: none; }

  .widget-message-alt .btn {
    min-width: 0 !important;
    padding: 5px 15px;
    width: 100%; }

  .widget-message-alt--primary {
    padding: 0; } }
/* ------------------------------------------------------------ *\
	Widget Senary
\* ------------------------------------------------------------ */
.widget-senary {
  max-width: 972px;
  margin: auto;
  letter-spacing: 0;
  color: #002f5d;
  font-size: 14px;
  /*  Widget Senary Alt  */ }

.widget-senary ul {
  list-style: none;
  font-size: 20px;
  margin: 0; }

.widget-senary ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.widget-senary ul li + li {
  border-top: 1px solid #002f5d;
  margin: 16px 0 0;
  padding: 17px 0 0; }

.widget-senary ul strong {
  font-weight: 700; }

.widget-senary ul + p {
  margin: 16px 0 0; }

.widget-senary p + p {
  margin: 25px 0 0; }

.widget-senary p + h4 {
  margin: 53px 0 0; }

.widget-senary h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px; }

.widget-senary h4 + .checkbox {
  margin: 20px 0 0; }

.widget-senary .widget__actions {
  text-align: right;
  margin: 41px 0 0; }

.widget-senary .widget__actions .btn {
  padding: 11px 19px;
  border-radius: 15px;
  min-width: 246px; }

.widget-senary .widget__actions .btn + .btn {
  margin-left: 5px; }

.widget-senary--alt h4 + .checkbox {
  margin: 24px -10px 0 0; }

.widget-senary--alt p + h4 {
  margin-top: 70px; }

.widget-senary--alt p + h4 + .checkbox {
  margin: 8px 0 0; }

.widget-senary--alt .checkbox em {
  font-weight: 600;
  font-style: normal; }

.widget-senary--alt .checkbox + h4 {
  margin-top: 27px; }

.widget-senary--alt .checkbox + p {
  margin: 30px 0 0 34px; }

.widget-senary--alt .widget__actions {
  margin: 31px -17px 0 0; }

.widget-senary--alt .widget__actions .btn {
  padding: 11px 51px; }

@media (max-width: 767px) {
  .widget-senary .widget__actions .btn {
    font-size: 14px;
    width: 100%; }

  .widget-senary .widget__actions .btn + .btn {
    margin: 15px 0 0; } }
@media (max-width: 639px) {
  .widget-senary h4 {
    font-size: 18px; }

  .widget-senary .widget__actions {
    margin-right: 0; }

  .widget-senary .widget__actions .btn {
    font-size: 13px;
    padding: 6px 15px;
    min-width: 0; } }
/* ------------------------------------------------------------ *\
	Widget Septenary
\* ------------------------------------------------------------ */
.widget-septenary {
  border: 1px solid #002f5d;
  padding: 15px 32px 22px;
  border-radius: 20px;
  color: #002f5d;
  letter-spacing: 0; }

.widget-septenary .widget__title {
  margin: 0 0 18px;
  font-weight: 700; }

.widget-septenary .widget__items {
  font-size: 14px;
  line-height: 1.14;
  list-style: none; }

.widget-septenary .widget__items strong {
  font-weight: 600; }

.widget-septenary .widget__items p {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.widget-septenary .widget__items p + p {
  margin: 18px 0 0; }

.widget-septenary .widget__items li:first-child {
  border-bottom: 1px solid #002f5d;
  padding-bottom: 11px;
  margin-bottom: 18px; }

.widget-septenary .widget__items li:last-child {
  border-top: 1px solid #002f5d;
  padding-top: 17px;
  margin-top: 21px; }

.widget-septenary .widget__items li:last-child p + p {
  margin: 8px 0 0; }

/* ------------------------------------------------------------ *\
	Widget Info
\* ------------------------------------------------------------ */
.widget-info {
  color: #002f5d;
  letter-spacing: 0; }

.widget-info .widget__title {
  margin: 0 0 17px;
  font-weight: 700; }

.widget-info .widget__items {
  list-style: none;
  font-size: 20px;
  color: #585858;
  font-weight: 600;
  max-width: 513px; }

.widget-info .widget__items li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.widget-info .widget__items li span {
  display: inline-block;
  min-width: 150px; }

.widget-info .widget__items li + li {
  margin: 20px 0 0; }

@media (max-width: 639px) {
  .widget-info .widget__items {
    font-size: 14px; }

  .widget-info .widget__items li span {
    min-width: 0; } }
/* ------------------------------------------------------------ *\
	Widget Info Alt
\* ------------------------------------------------------------ */
.widget-info-alt {
  color: #002f5d;
  letter-spacing: 0;
  /*  Widget Info Alt Primary  */
  /*  Widget Info Alt Secondary  */ }

.widget-info-alt .widget__items {
  list-style: none;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 24px; }

.widget-info-alt .widget__items li span {
  display: inline-block;
  min-width: 356px; }

.widget-info-alt .widget__items li span + span {
  min-width: 0;
  font-weight: 700; }

.widget-info-alt .widget__items li strong {
  font-size: 32px;
  display: inline-block;
  vertical-align: middle; }

.widget-info-alt .widget__items li + li {
  margin: 37px 0 0; }

.widget-info-alt .widget__title {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 8px; }

.widget-info-alt .widget__tags {
  list-style: none;
  font-size: 0;
  margin: 0 -7px -10px 0; }

.widget-info-alt .widget__tags li {
  display: inline-block;
  margin: 0 7px 10px 0; }

.widget-info-alt .widget__tags p {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
  background: #002f5d;
  color: #fff;
  border-radius: 15px;
  padding: 7px 17px; }

.widget-info-alt .widget__tags p:before {
  content: '';
  position: relative;
  top: -2px;
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 3px solid #fff;
  background: #fff;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 12px; }

.widget-info-alt .widget__tags .is-active p:before {
  background: #002f5d; }

.widget-info-alt .widget__tags + .widget__title {
  margin-top: 18px; }

.widget-info-alt .widget__tags + .widget__title-big {
  margin-top: 37px; }

.widget-info-alt .widget__title-big {
  font-weight: 700;
  margin: 0 0 10px; }

.widget-info-alt > p {
  font-size: 17px;
  margin: 0 0 40px; }

.widget-info-alt .list-checkboxes {
  padding-left: 0; }

.widget-info-alt .list-checkboxes li + li {
  margin: 37px 0 0; }

.widget-info-alt--primary {
  color: #3b4147; }

.widget-info-alt--primary .widget__items {
  margin-right: -20px;
  margin-bottom: 0; }

.widget-info-alt--primary .widget__items p {
  font-size: 17px;
  line-height: 1.8;
  display: inline-block;
  min-width: 356px;
  margin: 0;
  color: #002f5d;
  vertical-align: top; }

.widget-info-alt--primary .widget__items p + p {
  color: #3b4147;
  min-width: 0; }

.widget-info-alt--primary .widget__items li + li {
  margin: 13px 0 0; }

.widget-info-alt--secondary .widget__tags {
  margin-right: -20px; }

.widget-info-alt--secondary .widget__tags p {
  font-size: 20px;
  padding: 10px 29px 10px 21px;
  border-radius: 25px; }

.widget-info-alt--secondary .widget__tags p:before {
  width: 17px;
  height: 17px; }

.widget-info-alt--secondary .widget__tags li {
  margin: 0 20px 10px 0; }

@media (max-width: 767px) {
  .widget-info-alt .widget__tags p {
    font-size: 17px; }

  .widget-info-alt .widget__tags p:before {
    width: 14px;
    height: 14px;
    margin-right: 20px; } }
@media (max-width: 639px) {
  .widget-info-alt > p {
    font-size: 16px; }

  .widget-info-alt .widget__items {
    font-size: 16px; }

  .widget-info-alt .widget__items strong {
    font-size: 20px !important; }

  .widget-info-alt .widget__title {
    font-size: 16px; }

  .widget-info-alt .widget__title-big {
    font-size: 20px; }

  .widget-info-alt .widget__tags p {
    font-size: 14px; } }
/* ------------------------------------------------------------ *\
	Widget Legend
\* ------------------------------------------------------------ */
.widget-legend {
  letter-spacing: 0; }

.widget-legend ul {
  list-style: none;
  font-size: 24px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  padding: 11px 10px;
  color: #002f5d;
  text-align: center; }

.widget-legend ul a {
  text-decoration: none;
  position: relative;
  display: inline-block; }

.widget-legend ul a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  border: 2px solid #002f5d;
  opacity: 0;
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s; }

.widget-legend ul li {
  display: inline-block; }

.widget-legend ul li + li {
  margin-left: 14px; }

.widget-legend h6 {
  font-size: 16px;
  margin: 0 0 20px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none; }

.widget-legend .is-active a:after {
  opacity: 1; }

.widget-legend + .articles-alt {
  margin-top: 49px; }

.widget-legend--primary ul {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #fff;
  padding: 9px 10px; }

@media (max-width: 767px) {
  .widget-legend ul {
    padding-bottom: 0; }

  .widget-legend li {
    margin: 0 7px 10px; }

  .widget-legend li + li {
    margin-left: 0; } }
@media (max-width: 639px) {
  .widget-legend ul {
    font-size: 14px; }

  .widget-legend ul a:after {
    width: 26px;
    height: 26px; } }
/* ------------------------------------------------------------ *\
	Widget Contact
\* ------------------------------------------------------------ */
.widget-contact {
  letter-spacing: 0; }

.widget-contact h3 {
  margin: 0;
  color: #002f5d;
  font-size: 32px;
  font-weight: 700; }

.widget-contact h3 + ul {
  margin: 18px 0 0; }

.widget-contact h3 + h6 {
  margin: 23px 0 0; }

.widget-contact ul {
  font-size: 16px;
  line-height: 1.6;
  list-style: none; }

.widget-contact ul strong {
  font-weight: 600; }

.widget-contact ul a {
  text-decoration: none; }

.widget-contact ul li + li {
  margin: 26px 0 0; }

.widget-contact ul + h3 {
  margin: 25px 0 0; }

.widget-contact h6 {
  font-weight: 600;
  font-size: 16px; }

.widget-contact .widget__link {
  display: inline-block;
  margin: 30px 0 0;
  color: #046fd7;
  text-decoration: none;
  font-weight: 600; }

@media (max-width: 767px) {
  .widget-contact h3 {
    font-size: 28px; }

  .widget-contact h3 + ul {
    margin: 4px 0 0; }

  .widget-contact h3 + h6 {
    margin: 6px 0 0; }

  .widget-contact .widget__link {
    margin: 12px 0 0;
    font-size: 16px; } }
/* ------------------------------------------------------------ *\
	Widgets Contact Alt
\* ------------------------------------------------------------ */
.widgets-contact-alt .row {
  margin-bottom: -48px; }

.widgets-contact-alt .row > div {
  margin-bottom: 48px; }

/* ------------------------------------------------------------ *\
	Widget Contact Alt
\* ------------------------------------------------------------ */
.widget-contact-alt {
  letter-spacing: 0; }

.widget-contact-alt .widget__title {
  margin: 0 0 20px;
  font-size: 15px;
  color: #002f5d;
  font-weight: 700; }

.widget-contact-alt .widget__item--primary {
  margin-top: -15px; }

.widget-contact-alt .widget__item + .widget__item {
  margin-top: 117px; }

.widget-contact-alt .widget__item + .form-alt {
  margin-top: 62px; }

.widget-contact-alt .widget__images {
  list-style: none;
  margin: 0; }

.widget-contact-alt .widget__images li + li {
  margin: 20px 0 0; }

.widget-contact-alt .widget__images + p {
  margin: 20px 0 0; }

.widget-contact-alt p {
  font-size: 16px;
  line-height: 1.57; }

.widget-contact-alt p strong {
  font-weight: 700; }

.widget-contact-alt p a {
  text-decoration: none; }

.widget-contact-alt p a span {
  color: #017DB7; }

.widget-contact-alt p + p {
  margin: 25px 0 0; }

.widget-contact-alt p + .widget__links {
  margin: 28px 0 0; }

.widget-contact-alt .widget__links {
  list-style: none; }

.widget-contact-alt .widget__links a {
  text-decoration: none;
  color: #017DB7; }

.widget-contact-alt .widget__links li + li {
  margin: 4px 0 0; }

@media (max-width: 767px) {
  .widget-contact-alt p {
    font-size: 14px; } }
@media (max-width: 639px) {
  .widget-contact-alt .widget__item + .widget__item {
    margin-top: 50px; }

  .widget-contact-alt .widget__item--primary {
    margin-top: 50px; } }
/* ------------------------------------------------------------ *\
	Widget Services
\* ------------------------------------------------------------ */
.widget-services {
  margin-top: -3px;
  letter-spacing: 0; }

.widget-services .widget__title {
  margin: 0 0 29px;
  font-weight: 700;
  color: #002f5d; }

.widget-services ul {
  font-size: 20px;
  line-height: 1.2;
  color: #000;
  font-weight: 600;
  list-style: none;
  letter-spacing: 0.04em; }

.widget-services ul li {
  position: relative;
  padding-left: 70px; }

.widget-services ul li:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: #b0253b url(../images/temp/ico-check-big.png) no-repeat center center;
  border-radius: 50%; }

.widget-services ul li + li {
  margin: 44px 0 0; }

.widget-services .widget__image {
  margin: 27px -22px 0 -83px; }

.widget-services .widget__image img {
  width: 100%; }

@media (max-width: 767px) {
  .widget-services ul {
    font-size: 18px; }

  .widget-services .widget__image {
    display: none; } }
@media (max-width: 639px) {
  .widget-services ul {
    font-size: 16px; }

  .widget-services ul li {
    padding-left: 50px; }

  .widget-services ul li:after {
    width: 40px;
    height: 40px; } }
/* ------------------------------------------------------------ *\
	Widget bar
\* ------------------------------------------------------------ */
.widget-bar {
  letter-spacing: 0; }

.widget-bar h3 {
  margin: 0 0 25px;
  color: #002f5d;
  font-weight: 700; }

.widget-bar ul {
  list-style: none; }

.widget-bar ul li {
  display: inline-block; }

.widget-bar ul li + li {
  margin-left: 20px; }

.widget-bar .btn {
  min-width: 270px; }

@media (max-width: 767px) {
  .widget-bar ul li {
    display: block; }

  .widget-bar ul li + li {
    margin: 10px 0 0; }

  .widget-bar .btn {
    min-width: 0;
    font-size: 14px;
    padding: 6px 15px; } }
/* ------------------------------------------------------------ *\
	Widget Logo
\* ------------------------------------------------------------ */
.widget-logo {
  position: relative;
  margin: 21px 0 0; }

.widget-logo .widget__logo {
  max-width: 244px;
  display: inline-block; }

.widget-logo .btn {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  min-width: 210px;
  font-size: 14px;
  padding: 8px 10px;
  text-transform: uppercase; }

@media (max-width: 639px) {
  .widget-logo .btn {
    position: static;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin: 10px 0 0;
    padding: 6px 15px; } }
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  min-height: 100vh;
  overflow: hidden; }

.wrapper--primary {
  position: relative; }

.wrapper--primary .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

@media (max-height: 900px) {
  .wrapper--primary .footer {
    position: static; } }
/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Bootstrap
\* ------------------------------------------------------------ */
@media (min-width: 1200px) {
  .container {
    max-width: 1200px; } }
.badge {
  background: #eccd00;
  color: #fff;
  padding: 7px 2px;
  min-width: 55px;
  border-radius: 5px;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase; }

.badge--blue {
  background: #002f5d; }

@media (max-width: 767px) {
  .badge {
    font-size: 12px;
    min-width: 54px;
    padding: 8px 6px; } }
/* ------------------------------------------------------------ *\
	Slick
\* ------------------------------------------------------------ */
.slick-arrow {
  position: relative;
  font-size: 0;
  border: none;
  background: rgba(0, 47, 93, 0.8);
  width: 75px;
  height: 75px;
  z-index: 10;
  outline: none !important;
  -webkit-transition: background .4s;
  -o-transition: background .4s;
  transition: background .4s; }

.slick-arrow:hover {
  background: #b0253b; }

.slick-arrow:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../images/temp/ico-angle-right.png) no-repeat 0 0;
  background-size: 100% 100%;
  width: 14px;
  height: 22px; }

.slick-prev:after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg); }

.slick-dots {
  list-style: none;
  text-align: center; }

.slick-dots button {
  display: none; }

.slick-dots li {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #d6d6d6;
  border-radius: 50%;
  -webkit-transition: background .4s;
  -o-transition: background .4s;
  transition: background .4s; }

.slick-dots li + li {
  margin-left: 11px; }

.slick-dots .slick-active {
  background: #002f5d; }

@media (max-width: 767px) {
  .slick-arrow {
    width: 40px;
    height: 40px; }

  .slick-arrow:after {
    width: 11px !important;
    height: 20px !important; } }
@charset "UTF-8";
/*!
 * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900); }

.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.fa-brands,
.fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto; }

.fas::before,
.far::before,
.fab::before,
.fa-solid::before,
.fa-regular::before,
.fa-brands::before,
.fa::before {
  content: var(--fa); }

.fa-classic,
.fas,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free'; }

.fa-brands,
.fab {
  font-family: 'Font Awesome 6 Brands'; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em; }

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em; }

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em; }

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em; }

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em; }

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit; }

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em); }

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em); }

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin-reverse {
  --fa-animation-direction: reverse; }

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8)); }

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s; } }
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1); }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25)); } }
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0); }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    transform: scale(1, 1) translateY(0); }
  100% {
    transform: scale(1, 1) translateY(0); } }
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1); }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125)); } }
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg); }
  4% {
    transform: rotate(15deg); }
  8%, 24% {
    transform: rotate(-18deg); }
  12%, 28% {
    transform: rotate(18deg); }
  16% {
    transform: rotate(-22deg); }
  20% {
    transform: rotate(22deg); }
  32% {
    transform: rotate(-12deg); }
  36% {
    transform: rotate(12deg); }
  40%, 100% {
    transform: rotate(0deg); } }
@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.fa-rotate-90 {
  transform: rotate(90deg); }

.fa-rotate-180 {
  transform: rotate(180deg); }

.fa-rotate-270 {
  transform: rotate(270deg); }

.fa-flip-horizontal {
  transform: scale(-1, 1); }

.fa-flip-vertical {
  transform: scale(1, -1); }

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1); }

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0)); }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto); }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: var(--fa-inverse, #fff); }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0 {
  --fa: "\30 "; }

.fa-1 {
  --fa: "\31 "; }

.fa-2 {
  --fa: "\32 "; }

.fa-3 {
  --fa: "\33 "; }

.fa-4 {
  --fa: "\34 "; }

.fa-5 {
  --fa: "\35 "; }

.fa-6 {
  --fa: "\36 "; }

.fa-7 {
  --fa: "\37 "; }

.fa-8 {
  --fa: "\38 "; }

.fa-9 {
  --fa: "\39 "; }

.fa-fill-drip {
  --fa: ""; }

.fa-arrows-to-circle {
  --fa: ""; }

.fa-circle-chevron-right {
  --fa: ""; }

.fa-chevron-circle-right {
  --fa: ""; }

.fa-at {
  --fa: "\@"; }

.fa-trash-can {
  --fa: ""; }

.fa-trash-alt {
  --fa: ""; }

.fa-text-height {
  --fa: ""; }

.fa-user-xmark {
  --fa: ""; }

.fa-user-times {
  --fa: ""; }

.fa-stethoscope {
  --fa: ""; }

.fa-message {
  --fa: ""; }

.fa-comment-alt {
  --fa: ""; }

.fa-info {
  --fa: ""; }

.fa-down-left-and-up-right-to-center {
  --fa: ""; }

.fa-compress-alt {
  --fa: ""; }

.fa-explosion {
  --fa: ""; }

.fa-file-lines {
  --fa: ""; }

.fa-file-alt {
  --fa: ""; }

.fa-file-text {
  --fa: ""; }

.fa-wave-square {
  --fa: ""; }

.fa-ring {
  --fa: ""; }

.fa-building-un {
  --fa: ""; }

.fa-dice-three {
  --fa: ""; }

.fa-calendar-days {
  --fa: ""; }

.fa-calendar-alt {
  --fa: ""; }

.fa-anchor-circle-check {
  --fa: ""; }

.fa-building-circle-arrow-right {
  --fa: ""; }

.fa-volleyball {
  --fa: ""; }

.fa-volleyball-ball {
  --fa: ""; }

.fa-arrows-up-to-line {
  --fa: ""; }

.fa-sort-down {
  --fa: ""; }

.fa-sort-desc {
  --fa: ""; }

.fa-circle-minus {
  --fa: ""; }

.fa-minus-circle {
  --fa: ""; }

.fa-door-open {
  --fa: ""; }

.fa-right-from-bracket {
  --fa: ""; }

.fa-sign-out-alt {
  --fa: ""; }

.fa-atom {
  --fa: ""; }

.fa-soap {
  --fa: ""; }

.fa-icons {
  --fa: ""; }

.fa-heart-music-camera-bolt {
  --fa: ""; }

.fa-microphone-lines-slash {
  --fa: ""; }

.fa-microphone-alt-slash {
  --fa: ""; }

.fa-bridge-circle-check {
  --fa: ""; }

.fa-pump-medical {
  --fa: ""; }

.fa-fingerprint {
  --fa: ""; }

.fa-hand-point-right {
  --fa: ""; }

.fa-magnifying-glass-location {
  --fa: ""; }

.fa-search-location {
  --fa: ""; }

.fa-forward-step {
  --fa: ""; }

.fa-step-forward {
  --fa: ""; }

.fa-face-smile-beam {
  --fa: ""; }

.fa-smile-beam {
  --fa: ""; }

.fa-flag-checkered {
  --fa: ""; }

.fa-football {
  --fa: ""; }

.fa-football-ball {
  --fa: ""; }

.fa-school-circle-exclamation {
  --fa: ""; }

.fa-crop {
  --fa: ""; }

.fa-angles-down {
  --fa: ""; }

.fa-angle-double-down {
  --fa: ""; }

.fa-users-rectangle {
  --fa: ""; }

.fa-people-roof {
  --fa: ""; }

.fa-people-line {
  --fa: ""; }

.fa-beer-mug-empty {
  --fa: ""; }

.fa-beer {
  --fa: ""; }

.fa-diagram-predecessor {
  --fa: ""; }

.fa-arrow-up-long {
  --fa: ""; }

.fa-long-arrow-up {
  --fa: ""; }

.fa-fire-flame-simple {
  --fa: ""; }

.fa-burn {
  --fa: ""; }

.fa-person {
  --fa: ""; }

.fa-male {
  --fa: ""; }

.fa-laptop {
  --fa: ""; }

.fa-file-csv {
  --fa: ""; }

.fa-menorah {
  --fa: ""; }

.fa-truck-plane {
  --fa: ""; }

.fa-record-vinyl {
  --fa: ""; }

.fa-face-grin-stars {
  --fa: ""; }

.fa-grin-stars {
  --fa: ""; }

.fa-bong {
  --fa: ""; }

.fa-spaghetti-monster-flying {
  --fa: ""; }

.fa-pastafarianism {
  --fa: ""; }

.fa-arrow-down-up-across-line {
  --fa: ""; }

.fa-spoon {
  --fa: ""; }

.fa-utensil-spoon {
  --fa: ""; }

.fa-jar-wheat {
  --fa: ""; }

.fa-envelopes-bulk {
  --fa: ""; }

.fa-mail-bulk {
  --fa: ""; }

.fa-file-circle-exclamation {
  --fa: ""; }

.fa-circle-h {
  --fa: ""; }

.fa-hospital-symbol {
  --fa: ""; }

.fa-pager {
  --fa: ""; }

.fa-address-book {
  --fa: ""; }

.fa-contact-book {
  --fa: ""; }

.fa-strikethrough {
  --fa: ""; }

.fa-k {
  --fa: "K"; }

.fa-landmark-flag {
  --fa: ""; }

.fa-pencil {
  --fa: ""; }

.fa-pencil-alt {
  --fa: ""; }

.fa-backward {
  --fa: ""; }

.fa-caret-right {
  --fa: ""; }

.fa-comments {
  --fa: ""; }

.fa-paste {
  --fa: ""; }

.fa-file-clipboard {
  --fa: ""; }

.fa-code-pull-request {
  --fa: ""; }

.fa-clipboard-list {
  --fa: ""; }

.fa-truck-ramp-box {
  --fa: ""; }

.fa-truck-loading {
  --fa: ""; }

.fa-user-check {
  --fa: ""; }

.fa-vial-virus {
  --fa: ""; }

.fa-sheet-plastic {
  --fa: ""; }

.fa-blog {
  --fa: ""; }

.fa-user-ninja {
  --fa: ""; }

.fa-person-arrow-up-from-line {
  --fa: ""; }

.fa-scroll-torah {
  --fa: ""; }

.fa-torah {
  --fa: ""; }

.fa-broom-ball {
  --fa: ""; }

.fa-quidditch {
  --fa: ""; }

.fa-quidditch-broom-ball {
  --fa: ""; }

.fa-toggle-off {
  --fa: ""; }

.fa-box-archive {
  --fa: ""; }

.fa-archive {
  --fa: ""; }

.fa-person-drowning {
  --fa: ""; }

.fa-arrow-down-9-1 {
  --fa: ""; }

.fa-sort-numeric-desc {
  --fa: ""; }

.fa-sort-numeric-down-alt {
  --fa: ""; }

.fa-face-grin-tongue-squint {
  --fa: ""; }

.fa-grin-tongue-squint {
  --fa: ""; }

.fa-spray-can {
  --fa: ""; }

.fa-truck-monster {
  --fa: ""; }

.fa-w {
  --fa: "W"; }

.fa-earth-africa {
  --fa: ""; }

.fa-globe-africa {
  --fa: ""; }

.fa-rainbow {
  --fa: ""; }

.fa-circle-notch {
  --fa: ""; }

.fa-tablet-screen-button {
  --fa: ""; }

.fa-tablet-alt {
  --fa: ""; }

.fa-paw {
  --fa: ""; }

.fa-cloud {
  --fa: ""; }

.fa-trowel-bricks {
  --fa: ""; }

.fa-face-flushed {
  --fa: ""; }

.fa-flushed {
  --fa: ""; }

.fa-hospital-user {
  --fa: ""; }

.fa-tent-arrow-left-right {
  --fa: ""; }

.fa-gavel {
  --fa: ""; }

.fa-legal {
  --fa: ""; }

.fa-binoculars {
  --fa: ""; }

.fa-microphone-slash {
  --fa: ""; }

.fa-box-tissue {
  --fa: ""; }

.fa-motorcycle {
  --fa: ""; }

.fa-bell-concierge {
  --fa: ""; }

.fa-concierge-bell {
  --fa: ""; }

.fa-pen-ruler {
  --fa: ""; }

.fa-pencil-ruler {
  --fa: ""; }

.fa-people-arrows {
  --fa: ""; }

.fa-people-arrows-left-right {
  --fa: ""; }

.fa-mars-and-venus-burst {
  --fa: ""; }

.fa-square-caret-right {
  --fa: ""; }

.fa-caret-square-right {
  --fa: ""; }

.fa-scissors {
  --fa: ""; }

.fa-cut {
  --fa: ""; }

.fa-sun-plant-wilt {
  --fa: ""; }

.fa-toilets-portable {
  --fa: ""; }

.fa-hockey-puck {
  --fa: ""; }

.fa-table {
  --fa: ""; }

.fa-magnifying-glass-arrow-right {
  --fa: ""; }

.fa-tachograph-digital {
  --fa: ""; }

.fa-digital-tachograph {
  --fa: ""; }

.fa-users-slash {
  --fa: ""; }

.fa-clover {
  --fa: ""; }

.fa-reply {
  --fa: ""; }

.fa-mail-reply {
  --fa: ""; }

.fa-star-and-crescent {
  --fa: ""; }

.fa-house-fire {
  --fa: ""; }

.fa-square-minus {
  --fa: ""; }

.fa-minus-square {
  --fa: ""; }

.fa-helicopter {
  --fa: ""; }

.fa-compass {
  --fa: ""; }

.fa-square-caret-down {
  --fa: ""; }

.fa-caret-square-down {
  --fa: ""; }

.fa-file-circle-question {
  --fa: ""; }

.fa-laptop-code {
  --fa: ""; }

.fa-swatchbook {
  --fa: ""; }

.fa-prescription-bottle {
  --fa: ""; }

.fa-bars {
  --fa: ""; }

.fa-navicon {
  --fa: ""; }

.fa-people-group {
  --fa: ""; }

.fa-hourglass-end {
  --fa: ""; }

.fa-hourglass-3 {
  --fa: ""; }

.fa-heart-crack {
  --fa: ""; }

.fa-heart-broken {
  --fa: ""; }

.fa-square-up-right {
  --fa: ""; }

.fa-external-link-square-alt {
  --fa: ""; }

.fa-face-kiss-beam {
  --fa: ""; }

.fa-kiss-beam {
  --fa: ""; }

.fa-film {
  --fa: ""; }

.fa-ruler-horizontal {
  --fa: ""; }

.fa-people-robbery {
  --fa: ""; }

.fa-lightbulb {
  --fa: ""; }

.fa-caret-left {
  --fa: ""; }

.fa-circle-exclamation {
  --fa: ""; }

.fa-exclamation-circle {
  --fa: ""; }

.fa-school-circle-xmark {
  --fa: ""; }

.fa-arrow-right-from-bracket {
  --fa: ""; }

.fa-sign-out {
  --fa: ""; }

.fa-circle-chevron-down {
  --fa: ""; }

.fa-chevron-circle-down {
  --fa: ""; }

.fa-unlock-keyhole {
  --fa: ""; }

.fa-unlock-alt {
  --fa: ""; }

.fa-cloud-showers-heavy {
  --fa: ""; }

.fa-headphones-simple {
  --fa: ""; }

.fa-headphones-alt {
  --fa: ""; }

.fa-sitemap {
  --fa: ""; }

.fa-circle-dollar-to-slot {
  --fa: ""; }

.fa-donate {
  --fa: ""; }

.fa-memory {
  --fa: ""; }

.fa-road-spikes {
  --fa: ""; }

.fa-fire-burner {
  --fa: ""; }

.fa-flag {
  --fa: ""; }

.fa-hanukiah {
  --fa: ""; }

.fa-feather {
  --fa: ""; }

.fa-volume-low {
  --fa: ""; }

.fa-volume-down {
  --fa: ""; }

.fa-comment-slash {
  --fa: ""; }

.fa-cloud-sun-rain {
  --fa: ""; }

.fa-compress {
  --fa: ""; }

.fa-wheat-awn {
  --fa: ""; }

.fa-wheat-alt {
  --fa: ""; }

.fa-ankh {
  --fa: ""; }

.fa-hands-holding-child {
  --fa: ""; }

.fa-asterisk {
  --fa: "\*"; }

.fa-square-check {
  --fa: ""; }

.fa-check-square {
  --fa: ""; }

.fa-peseta-sign {
  --fa: ""; }

.fa-heading {
  --fa: ""; }

.fa-header {
  --fa: ""; }

.fa-ghost {
  --fa: ""; }

.fa-list {
  --fa: ""; }

.fa-list-squares {
  --fa: ""; }

.fa-square-phone-flip {
  --fa: ""; }

.fa-phone-square-alt {
  --fa: ""; }

.fa-cart-plus {
  --fa: ""; }

.fa-gamepad {
  --fa: ""; }

.fa-circle-dot {
  --fa: ""; }

.fa-dot-circle {
  --fa: ""; }

.fa-face-dizzy {
  --fa: ""; }

.fa-dizzy {
  --fa: ""; }

.fa-egg {
  --fa: ""; }

.fa-house-medical-circle-xmark {
  --fa: ""; }

.fa-campground {
  --fa: ""; }

.fa-folder-plus {
  --fa: ""; }

.fa-futbol {
  --fa: ""; }

.fa-futbol-ball {
  --fa: ""; }

.fa-soccer-ball {
  --fa: ""; }

.fa-paintbrush {
  --fa: ""; }

.fa-paint-brush {
  --fa: ""; }

.fa-lock {
  --fa: ""; }

.fa-gas-pump {
  --fa: ""; }

.fa-hot-tub-person {
  --fa: ""; }

.fa-hot-tub {
  --fa: ""; }

.fa-map-location {
  --fa: ""; }

.fa-map-marked {
  --fa: ""; }

.fa-house-flood-water {
  --fa: ""; }

.fa-tree {
  --fa: ""; }

.fa-bridge-lock {
  --fa: ""; }

.fa-sack-dollar {
  --fa: ""; }

.fa-pen-to-square {
  --fa: ""; }

.fa-edit {
  --fa: ""; }

.fa-car-side {
  --fa: ""; }

.fa-share-nodes {
  --fa: ""; }

.fa-share-alt {
  --fa: ""; }

.fa-heart-circle-minus {
  --fa: ""; }

.fa-hourglass-half {
  --fa: ""; }

.fa-hourglass-2 {
  --fa: ""; }

.fa-microscope {
  --fa: ""; }

.fa-sink {
  --fa: ""; }

.fa-bag-shopping {
  --fa: ""; }

.fa-shopping-bag {
  --fa: ""; }

.fa-arrow-down-z-a {
  --fa: ""; }

.fa-sort-alpha-desc {
  --fa: ""; }

.fa-sort-alpha-down-alt {
  --fa: ""; }

.fa-mitten {
  --fa: ""; }

.fa-person-rays {
  --fa: ""; }

.fa-users {
  --fa: ""; }

.fa-eye-slash {
  --fa: ""; }

.fa-flask-vial {
  --fa: ""; }

.fa-hand {
  --fa: ""; }

.fa-hand-paper {
  --fa: ""; }

.fa-om {
  --fa: ""; }

.fa-worm {
  --fa: ""; }

.fa-house-circle-xmark {
  --fa: ""; }

.fa-plug {
  --fa: ""; }

.fa-chevron-up {
  --fa: ""; }

.fa-hand-spock {
  --fa: ""; }

.fa-stopwatch {
  --fa: ""; }

.fa-face-kiss {
  --fa: ""; }

.fa-kiss {
  --fa: ""; }

.fa-bridge-circle-xmark {
  --fa: ""; }

.fa-face-grin-tongue {
  --fa: ""; }

.fa-grin-tongue {
  --fa: ""; }

.fa-chess-bishop {
  --fa: ""; }

.fa-face-grin-wink {
  --fa: ""; }

.fa-grin-wink {
  --fa: ""; }

.fa-ear-deaf {
  --fa: ""; }

.fa-deaf {
  --fa: ""; }

.fa-deafness {
  --fa: ""; }

.fa-hard-of-hearing {
  --fa: ""; }

.fa-road-circle-check {
  --fa: ""; }

.fa-dice-five {
  --fa: ""; }

.fa-square-rss {
  --fa: ""; }

.fa-rss-square {
  --fa: ""; }

.fa-land-mine-on {
  --fa: ""; }

.fa-i-cursor {
  --fa: ""; }

.fa-stamp {
  --fa: ""; }

.fa-stairs {
  --fa: ""; }

.fa-i {
  --fa: "I"; }

.fa-hryvnia-sign {
  --fa: ""; }

.fa-hryvnia {
  --fa: ""; }

.fa-pills {
  --fa: ""; }

.fa-face-grin-wide {
  --fa: ""; }

.fa-grin-alt {
  --fa: ""; }

.fa-tooth {
  --fa: ""; }

.fa-v {
  --fa: "V"; }

.fa-bangladeshi-taka-sign {
  --fa: ""; }

.fa-bicycle {
  --fa: ""; }

.fa-staff-snake {
  --fa: ""; }

.fa-rod-asclepius {
  --fa: ""; }

.fa-rod-snake {
  --fa: ""; }

.fa-staff-aesculapius {
  --fa: ""; }

.fa-head-side-cough-slash {
  --fa: ""; }

.fa-truck-medical {
  --fa: ""; }

.fa-ambulance {
  --fa: ""; }

.fa-wheat-awn-circle-exclamation {
  --fa: ""; }

.fa-snowman {
  --fa: ""; }

.fa-mortar-pestle {
  --fa: ""; }

.fa-road-barrier {
  --fa: ""; }

.fa-school {
  --fa: ""; }

.fa-igloo {
  --fa: ""; }

.fa-joint {
  --fa: ""; }

.fa-angle-right {
  --fa: ""; }

.fa-horse {
  --fa: ""; }

.fa-q {
  --fa: "Q"; }

.fa-g {
  --fa: "G"; }

.fa-notes-medical {
  --fa: ""; }

.fa-temperature-half {
  --fa: ""; }

.fa-temperature-2 {
  --fa: ""; }

.fa-thermometer-2 {
  --fa: ""; }

.fa-thermometer-half {
  --fa: ""; }

.fa-dong-sign {
  --fa: ""; }

.fa-capsules {
  --fa: ""; }

.fa-poo-storm {
  --fa: ""; }

.fa-poo-bolt {
  --fa: ""; }

.fa-face-frown-open {
  --fa: ""; }

.fa-frown-open {
  --fa: ""; }

.fa-hand-point-up {
  --fa: ""; }

.fa-money-bill {
  --fa: ""; }

.fa-bookmark {
  --fa: ""; }

.fa-align-justify {
  --fa: ""; }

.fa-umbrella-beach {
  --fa: ""; }

.fa-helmet-un {
  --fa: ""; }

.fa-bullseye {
  --fa: ""; }

.fa-bacon {
  --fa: ""; }

.fa-hand-point-down {
  --fa: ""; }

.fa-arrow-up-from-bracket {
  --fa: ""; }

.fa-folder {
  --fa: ""; }

.fa-folder-blank {
  --fa: ""; }

.fa-file-waveform {
  --fa: ""; }

.fa-file-medical-alt {
  --fa: ""; }

.fa-radiation {
  --fa: ""; }

.fa-chart-simple {
  --fa: ""; }

.fa-mars-stroke {
  --fa: ""; }

.fa-vial {
  --fa: ""; }

.fa-gauge {
  --fa: ""; }

.fa-dashboard {
  --fa: ""; }

.fa-gauge-med {
  --fa: ""; }

.fa-tachometer-alt-average {
  --fa: ""; }

.fa-wand-magic-sparkles {
  --fa: ""; }

.fa-magic-wand-sparkles {
  --fa: ""; }

.fa-e {
  --fa: "E"; }

.fa-pen-clip {
  --fa: ""; }

.fa-pen-alt {
  --fa: ""; }

.fa-bridge-circle-exclamation {
  --fa: ""; }

.fa-user {
  --fa: ""; }

.fa-school-circle-check {
  --fa: ""; }

.fa-dumpster {
  --fa: ""; }

.fa-van-shuttle {
  --fa: ""; }

.fa-shuttle-van {
  --fa: ""; }

.fa-building-user {
  --fa: ""; }

.fa-square-caret-left {
  --fa: ""; }

.fa-caret-square-left {
  --fa: ""; }

.fa-highlighter {
  --fa: ""; }

.fa-key {
  --fa: ""; }

.fa-bullhorn {
  --fa: ""; }

.fa-globe {
  --fa: ""; }

.fa-synagogue {
  --fa: ""; }

.fa-person-half-dress {
  --fa: ""; }

.fa-road-bridge {
  --fa: ""; }

.fa-location-arrow {
  --fa: ""; }

.fa-c {
  --fa: "C"; }

.fa-tablet-button {
  --fa: ""; }

.fa-building-lock {
  --fa: ""; }

.fa-pizza-slice {
  --fa: ""; }

.fa-money-bill-wave {
  --fa: ""; }

.fa-chart-area {
  --fa: ""; }

.fa-area-chart {
  --fa: ""; }

.fa-house-flag {
  --fa: ""; }

.fa-person-circle-minus {
  --fa: ""; }

.fa-ban {
  --fa: ""; }

.fa-cancel {
  --fa: ""; }

.fa-camera-rotate {
  --fa: ""; }

.fa-spray-can-sparkles {
  --fa: ""; }

.fa-air-freshener {
  --fa: ""; }

.fa-star {
  --fa: ""; }

.fa-repeat {
  --fa: ""; }

.fa-cross {
  --fa: ""; }

.fa-box {
  --fa: ""; }

.fa-venus-mars {
  --fa: ""; }

.fa-arrow-pointer {
  --fa: ""; }

.fa-mouse-pointer {
  --fa: ""; }

.fa-maximize {
  --fa: ""; }

.fa-expand-arrows-alt {
  --fa: ""; }

.fa-charging-station {
  --fa: ""; }

.fa-shapes {
  --fa: ""; }

.fa-triangle-circle-square {
  --fa: ""; }

.fa-shuffle {
  --fa: ""; }

.fa-random {
  --fa: ""; }

.fa-person-running {
  --fa: ""; }

.fa-running {
  --fa: ""; }

.fa-mobile-retro {
  --fa: ""; }

.fa-grip-lines-vertical {
  --fa: ""; }

.fa-spider {
  --fa: ""; }

.fa-hands-bound {
  --fa: ""; }

.fa-file-invoice-dollar {
  --fa: ""; }

.fa-plane-circle-exclamation {
  --fa: ""; }

.fa-x-ray {
  --fa: ""; }

.fa-spell-check {
  --fa: ""; }

.fa-slash {
  --fa: ""; }

.fa-computer-mouse {
  --fa: ""; }

.fa-mouse {
  --fa: ""; }

.fa-arrow-right-to-bracket {
  --fa: ""; }

.fa-sign-in {
  --fa: ""; }

.fa-shop-slash {
  --fa: ""; }

.fa-store-alt-slash {
  --fa: ""; }

.fa-server {
  --fa: ""; }

.fa-virus-covid-slash {
  --fa: ""; }

.fa-shop-lock {
  --fa: ""; }

.fa-hourglass-start {
  --fa: ""; }

.fa-hourglass-1 {
  --fa: ""; }

.fa-blender-phone {
  --fa: ""; }

.fa-building-wheat {
  --fa: ""; }

.fa-person-breastfeeding {
  --fa: ""; }

.fa-right-to-bracket {
  --fa: ""; }

.fa-sign-in-alt {
  --fa: ""; }

.fa-venus {
  --fa: ""; }

.fa-passport {
  --fa: ""; }

.fa-thumbtack-slash {
  --fa: ""; }

.fa-thumb-tack-slash {
  --fa: ""; }

.fa-heart-pulse {
  --fa: ""; }

.fa-heartbeat {
  --fa: ""; }

.fa-people-carry-box {
  --fa: ""; }

.fa-people-carry {
  --fa: ""; }

.fa-temperature-high {
  --fa: ""; }

.fa-microchip {
  --fa: ""; }

.fa-crown {
  --fa: ""; }

.fa-weight-hanging {
  --fa: ""; }

.fa-xmarks-lines {
  --fa: ""; }

.fa-file-prescription {
  --fa: ""; }

.fa-weight-scale {
  --fa: ""; }

.fa-weight {
  --fa: ""; }

.fa-user-group {
  --fa: ""; }

.fa-user-friends {
  --fa: ""; }

.fa-arrow-up-a-z {
  --fa: ""; }

.fa-sort-alpha-up {
  --fa: ""; }

.fa-chess-knight {
  --fa: ""; }

.fa-face-laugh-squint {
  --fa: ""; }

.fa-laugh-squint {
  --fa: ""; }

.fa-wheelchair {
  --fa: ""; }

.fa-circle-arrow-up {
  --fa: ""; }

.fa-arrow-circle-up {
  --fa: ""; }

.fa-toggle-on {
  --fa: ""; }

.fa-person-walking {
  --fa: ""; }

.fa-walking {
  --fa: ""; }

.fa-l {
  --fa: "L"; }

.fa-fire {
  --fa: ""; }

.fa-bed-pulse {
  --fa: ""; }

.fa-procedures {
  --fa: ""; }

.fa-shuttle-space {
  --fa: ""; }

.fa-space-shuttle {
  --fa: ""; }

.fa-face-laugh {
  --fa: ""; }

.fa-laugh {
  --fa: ""; }

.fa-folder-open {
  --fa: ""; }

.fa-heart-circle-plus {
  --fa: ""; }

.fa-code-fork {
  --fa: ""; }

.fa-city {
  --fa: ""; }

.fa-microphone-lines {
  --fa: ""; }

.fa-microphone-alt {
  --fa: ""; }

.fa-pepper-hot {
  --fa: ""; }

.fa-unlock {
  --fa: ""; }

.fa-colon-sign {
  --fa: ""; }

.fa-headset {
  --fa: ""; }

.fa-store-slash {
  --fa: ""; }

.fa-road-circle-xmark {
  --fa: ""; }

.fa-user-minus {
  --fa: ""; }

.fa-mars-stroke-up {
  --fa: ""; }

.fa-mars-stroke-v {
  --fa: ""; }

.fa-champagne-glasses {
  --fa: ""; }

.fa-glass-cheers {
  --fa: ""; }

.fa-clipboard {
  --fa: ""; }

.fa-house-circle-exclamation {
  --fa: ""; }

.fa-file-arrow-up {
  --fa: ""; }

.fa-file-upload {
  --fa: ""; }

.fa-wifi {
  --fa: ""; }

.fa-wifi-3 {
  --fa: ""; }

.fa-wifi-strong {
  --fa: ""; }

.fa-bath {
  --fa: ""; }

.fa-bathtub {
  --fa: ""; }

.fa-underline {
  --fa: ""; }

.fa-user-pen {
  --fa: ""; }

.fa-user-edit {
  --fa: ""; }

.fa-signature {
  --fa: ""; }

.fa-stroopwafel {
  --fa: ""; }

.fa-bold {
  --fa: ""; }

.fa-anchor-lock {
  --fa: ""; }

.fa-building-ngo {
  --fa: ""; }

.fa-manat-sign {
  --fa: ""; }

.fa-not-equal {
  --fa: ""; }

.fa-border-top-left {
  --fa: ""; }

.fa-border-style {
  --fa: ""; }

.fa-map-location-dot {
  --fa: ""; }

.fa-map-marked-alt {
  --fa: ""; }

.fa-jedi {
  --fa: ""; }

.fa-square-poll-vertical {
  --fa: ""; }

.fa-poll {
  --fa: ""; }

.fa-mug-hot {
  --fa: ""; }

.fa-car-battery {
  --fa: ""; }

.fa-battery-car {
  --fa: ""; }

.fa-gift {
  --fa: ""; }

.fa-dice-two {
  --fa: ""; }

.fa-chess-queen {
  --fa: ""; }

.fa-glasses {
  --fa: ""; }

.fa-chess-board {
  --fa: ""; }

.fa-building-circle-check {
  --fa: ""; }

.fa-person-chalkboard {
  --fa: ""; }

.fa-mars-stroke-right {
  --fa: ""; }

.fa-mars-stroke-h {
  --fa: ""; }

.fa-hand-back-fist {
  --fa: ""; }

.fa-hand-rock {
  --fa: ""; }

.fa-square-caret-up {
  --fa: ""; }

.fa-caret-square-up {
  --fa: ""; }

.fa-cloud-showers-water {
  --fa: ""; }

.fa-chart-bar {
  --fa: ""; }

.fa-bar-chart {
  --fa: ""; }

.fa-hands-bubbles {
  --fa: ""; }

.fa-hands-wash {
  --fa: ""; }

.fa-less-than-equal {
  --fa: ""; }

.fa-train {
  --fa: ""; }

.fa-eye-low-vision {
  --fa: ""; }

.fa-low-vision {
  --fa: ""; }

.fa-crow {
  --fa: ""; }

.fa-sailboat {
  --fa: ""; }

.fa-window-restore {
  --fa: ""; }

.fa-square-plus {
  --fa: ""; }

.fa-plus-square {
  --fa: ""; }

.fa-torii-gate {
  --fa: ""; }

.fa-frog {
  --fa: ""; }

.fa-bucket {
  --fa: ""; }

.fa-image {
  --fa: ""; }

.fa-microphone {
  --fa: ""; }

.fa-cow {
  --fa: ""; }

.fa-caret-up {
  --fa: ""; }

.fa-screwdriver {
  --fa: ""; }

.fa-folder-closed {
  --fa: ""; }

.fa-house-tsunami {
  --fa: ""; }

.fa-square-nfi {
  --fa: ""; }

.fa-arrow-up-from-ground-water {
  --fa: ""; }

.fa-martini-glass {
  --fa: ""; }

.fa-glass-martini-alt {
  --fa: ""; }

.fa-square-binary {
  --fa: ""; }

.fa-rotate-left {
  --fa: ""; }

.fa-rotate-back {
  --fa: ""; }

.fa-rotate-backward {
  --fa: ""; }

.fa-undo-alt {
  --fa: ""; }

.fa-table-columns {
  --fa: ""; }

.fa-columns {
  --fa: ""; }

.fa-lemon {
  --fa: ""; }

.fa-head-side-mask {
  --fa: ""; }

.fa-handshake {
  --fa: ""; }

.fa-gem {
  --fa: ""; }

.fa-dolly {
  --fa: ""; }

.fa-dolly-box {
  --fa: ""; }

.fa-smoking {
  --fa: ""; }

.fa-minimize {
  --fa: ""; }

.fa-compress-arrows-alt {
  --fa: ""; }

.fa-monument {
  --fa: ""; }

.fa-snowplow {
  --fa: ""; }

.fa-angles-right {
  --fa: ""; }

.fa-angle-double-right {
  --fa: ""; }

.fa-cannabis {
  --fa: ""; }

.fa-circle-play {
  --fa: ""; }

.fa-play-circle {
  --fa: ""; }

.fa-tablets {
  --fa: ""; }

.fa-ethernet {
  --fa: ""; }

.fa-euro-sign {
  --fa: ""; }

.fa-eur {
  --fa: ""; }

.fa-euro {
  --fa: ""; }

.fa-chair {
  --fa: ""; }

.fa-circle-check {
  --fa: ""; }

.fa-check-circle {
  --fa: ""; }

.fa-circle-stop {
  --fa: ""; }

.fa-stop-circle {
  --fa: ""; }

.fa-compass-drafting {
  --fa: ""; }

.fa-drafting-compass {
  --fa: ""; }

.fa-plate-wheat {
  --fa: ""; }

.fa-icicles {
  --fa: ""; }

.fa-person-shelter {
  --fa: ""; }

.fa-neuter {
  --fa: ""; }

.fa-id-badge {
  --fa: ""; }

.fa-marker {
  --fa: ""; }

.fa-face-laugh-beam {
  --fa: ""; }

.fa-laugh-beam {
  --fa: ""; }

.fa-helicopter-symbol {
  --fa: ""; }

.fa-universal-access {
  --fa: ""; }

.fa-circle-chevron-up {
  --fa: ""; }

.fa-chevron-circle-up {
  --fa: ""; }

.fa-lari-sign {
  --fa: ""; }

.fa-volcano {
  --fa: ""; }

.fa-person-walking-dashed-line-arrow-right {
  --fa: ""; }

.fa-sterling-sign {
  --fa: ""; }

.fa-gbp {
  --fa: ""; }

.fa-pound-sign {
  --fa: ""; }

.fa-viruses {
  --fa: ""; }

.fa-square-person-confined {
  --fa: ""; }

.fa-user-tie {
  --fa: ""; }

.fa-arrow-down-long {
  --fa: ""; }

.fa-long-arrow-down {
  --fa: ""; }

.fa-tent-arrow-down-to-line {
  --fa: ""; }

.fa-certificate {
  --fa: ""; }

.fa-reply-all {
  --fa: ""; }

.fa-mail-reply-all {
  --fa: ""; }

.fa-suitcase {
  --fa: ""; }

.fa-person-skating {
  --fa: ""; }

.fa-skating {
  --fa: ""; }

.fa-filter-circle-dollar {
  --fa: ""; }

.fa-funnel-dollar {
  --fa: ""; }

.fa-camera-retro {
  --fa: ""; }

.fa-circle-arrow-down {
  --fa: ""; }

.fa-arrow-circle-down {
  --fa: ""; }

.fa-file-import {
  --fa: ""; }

.fa-arrow-right-to-file {
  --fa: ""; }

.fa-square-arrow-up-right {
  --fa: ""; }

.fa-external-link-square {
  --fa: ""; }

.fa-box-open {
  --fa: ""; }

.fa-scroll {
  --fa: ""; }

.fa-spa {
  --fa: ""; }

.fa-location-pin-lock {
  --fa: ""; }

.fa-pause {
  --fa: ""; }

.fa-hill-avalanche {
  --fa: ""; }

.fa-temperature-empty {
  --fa: ""; }

.fa-temperature-0 {
  --fa: ""; }

.fa-thermometer-0 {
  --fa: ""; }

.fa-thermometer-empty {
  --fa: ""; }

.fa-bomb {
  --fa: ""; }

.fa-registered {
  --fa: ""; }

.fa-address-card {
  --fa: ""; }

.fa-contact-card {
  --fa: ""; }

.fa-vcard {
  --fa: ""; }

.fa-scale-unbalanced-flip {
  --fa: ""; }

.fa-balance-scale-right {
  --fa: ""; }

.fa-subscript {
  --fa: ""; }

.fa-diamond-turn-right {
  --fa: ""; }

.fa-directions {
  --fa: ""; }

.fa-burst {
  --fa: ""; }

.fa-house-laptop {
  --fa: ""; }

.fa-laptop-house {
  --fa: ""; }

.fa-face-tired {
  --fa: ""; }

.fa-tired {
  --fa: ""; }

.fa-money-bills {
  --fa: ""; }

.fa-smog {
  --fa: ""; }

.fa-crutch {
  --fa: ""; }

.fa-cloud-arrow-up {
  --fa: ""; }

.fa-cloud-upload {
  --fa: ""; }

.fa-cloud-upload-alt {
  --fa: ""; }

.fa-palette {
  --fa: ""; }

.fa-arrows-turn-right {
  --fa: ""; }

.fa-vest {
  --fa: ""; }

.fa-ferry {
  --fa: ""; }

.fa-arrows-down-to-people {
  --fa: ""; }

.fa-seedling {
  --fa: ""; }

.fa-sprout {
  --fa: ""; }

.fa-left-right {
  --fa: ""; }

.fa-arrows-alt-h {
  --fa: ""; }

.fa-boxes-packing {
  --fa: ""; }

.fa-circle-arrow-left {
  --fa: ""; }

.fa-arrow-circle-left {
  --fa: ""; }

.fa-group-arrows-rotate {
  --fa: ""; }

.fa-bowl-food {
  --fa: ""; }

.fa-candy-cane {
  --fa: ""; }

.fa-arrow-down-wide-short {
  --fa: ""; }

.fa-sort-amount-asc {
  --fa: ""; }

.fa-sort-amount-down {
  --fa: ""; }

.fa-cloud-bolt {
  --fa: ""; }

.fa-thunderstorm {
  --fa: ""; }

.fa-text-slash {
  --fa: ""; }

.fa-remove-format {
  --fa: ""; }

.fa-face-smile-wink {
  --fa: ""; }

.fa-smile-wink {
  --fa: ""; }

.fa-file-word {
  --fa: ""; }

.fa-file-powerpoint {
  --fa: ""; }

.fa-arrows-left-right {
  --fa: ""; }

.fa-arrows-h {
  --fa: ""; }

.fa-house-lock {
  --fa: ""; }

.fa-cloud-arrow-down {
  --fa: ""; }

.fa-cloud-download {
  --fa: ""; }

.fa-cloud-download-alt {
  --fa: ""; }

.fa-children {
  --fa: ""; }

.fa-chalkboard {
  --fa: ""; }

.fa-blackboard {
  --fa: ""; }

.fa-user-large-slash {
  --fa: ""; }

.fa-user-alt-slash {
  --fa: ""; }

.fa-envelope-open {
  --fa: ""; }

.fa-handshake-simple-slash {
  --fa: ""; }

.fa-handshake-alt-slash {
  --fa: ""; }

.fa-mattress-pillow {
  --fa: ""; }

.fa-guarani-sign {
  --fa: ""; }

.fa-arrows-rotate {
  --fa: ""; }

.fa-refresh {
  --fa: ""; }

.fa-sync {
  --fa: ""; }

.fa-fire-extinguisher {
  --fa: ""; }

.fa-cruzeiro-sign {
  --fa: ""; }

.fa-greater-than-equal {
  --fa: ""; }

.fa-shield-halved {
  --fa: ""; }

.fa-shield-alt {
  --fa: ""; }

.fa-book-atlas {
  --fa: ""; }

.fa-atlas {
  --fa: ""; }

.fa-virus {
  --fa: ""; }

.fa-envelope-circle-check {
  --fa: ""; }

.fa-layer-group {
  --fa: ""; }

.fa-arrows-to-dot {
  --fa: ""; }

.fa-archway {
  --fa: ""; }

.fa-heart-circle-check {
  --fa: ""; }

.fa-house-chimney-crack {
  --fa: ""; }

.fa-house-damage {
  --fa: ""; }

.fa-file-zipper {
  --fa: ""; }

.fa-file-archive {
  --fa: ""; }

.fa-square {
  --fa: ""; }

.fa-martini-glass-empty {
  --fa: ""; }

.fa-glass-martini {
  --fa: ""; }

.fa-couch {
  --fa: ""; }

.fa-cedi-sign {
  --fa: ""; }

.fa-italic {
  --fa: ""; }

.fa-table-cells-column-lock {
  --fa: ""; }

.fa-church {
  --fa: ""; }

.fa-comments-dollar {
  --fa: ""; }

.fa-democrat {
  --fa: ""; }

.fa-z {
  --fa: "Z"; }

.fa-person-skiing {
  --fa: ""; }

.fa-skiing {
  --fa: ""; }

.fa-road-lock {
  --fa: ""; }

.fa-a {
  --fa: "A"; }

.fa-temperature-arrow-down {
  --fa: ""; }

.fa-temperature-down {
  --fa: ""; }

.fa-feather-pointed {
  --fa: ""; }

.fa-feather-alt {
  --fa: ""; }

.fa-p {
  --fa: "P"; }

.fa-snowflake {
  --fa: ""; }

.fa-newspaper {
  --fa: ""; }

.fa-rectangle-ad {
  --fa: ""; }

.fa-ad {
  --fa: ""; }

.fa-circle-arrow-right {
  --fa: ""; }

.fa-arrow-circle-right {
  --fa: ""; }

.fa-filter-circle-xmark {
  --fa: ""; }

.fa-locust {
  --fa: ""; }

.fa-sort {
  --fa: ""; }

.fa-unsorted {
  --fa: ""; }

.fa-list-ol {
  --fa: ""; }

.fa-list-1-2 {
  --fa: ""; }

.fa-list-numeric {
  --fa: ""; }

.fa-person-dress-burst {
  --fa: ""; }

.fa-money-check-dollar {
  --fa: ""; }

.fa-money-check-alt {
  --fa: ""; }

.fa-vector-square {
  --fa: ""; }

.fa-bread-slice {
  --fa: ""; }

.fa-language {
  --fa: ""; }

.fa-face-kiss-wink-heart {
  --fa: ""; }

.fa-kiss-wink-heart {
  --fa: ""; }

.fa-filter {
  --fa: ""; }

.fa-question {
  --fa: "\?"; }

.fa-file-signature {
  --fa: ""; }

.fa-up-down-left-right {
  --fa: ""; }

.fa-arrows-alt {
  --fa: ""; }

.fa-house-chimney-user {
  --fa: ""; }

.fa-hand-holding-heart {
  --fa: ""; }

.fa-puzzle-piece {
  --fa: ""; }

.fa-money-check {
  --fa: ""; }

.fa-star-half-stroke {
  --fa: ""; }

.fa-star-half-alt {
  --fa: ""; }

.fa-code {
  --fa: ""; }

.fa-whiskey-glass {
  --fa: ""; }

.fa-glass-whiskey {
  --fa: ""; }

.fa-building-circle-exclamation {
  --fa: ""; }

.fa-magnifying-glass-chart {
  --fa: ""; }

.fa-arrow-up-right-from-square {
  --fa: ""; }

.fa-external-link {
  --fa: ""; }

.fa-cubes-stacked {
  --fa: ""; }

.fa-won-sign {
  --fa: ""; }

.fa-krw {
  --fa: ""; }

.fa-won {
  --fa: ""; }

.fa-virus-covid {
  --fa: ""; }

.fa-austral-sign {
  --fa: ""; }

.fa-f {
  --fa: "F"; }

.fa-leaf {
  --fa: ""; }

.fa-road {
  --fa: ""; }

.fa-taxi {
  --fa: ""; }

.fa-cab {
  --fa: ""; }

.fa-person-circle-plus {
  --fa: ""; }

.fa-chart-pie {
  --fa: ""; }

.fa-pie-chart {
  --fa: ""; }

.fa-bolt-lightning {
  --fa: ""; }

.fa-sack-xmark {
  --fa: ""; }

.fa-file-excel {
  --fa: ""; }

.fa-file-contract {
  --fa: ""; }

.fa-fish-fins {
  --fa: ""; }

.fa-building-flag {
  --fa: ""; }

.fa-face-grin-beam {
  --fa: ""; }

.fa-grin-beam {
  --fa: ""; }

.fa-object-ungroup {
  --fa: ""; }

.fa-poop {
  --fa: ""; }

.fa-location-pin {
  --fa: ""; }

.fa-map-marker {
  --fa: ""; }

.fa-kaaba {
  --fa: ""; }

.fa-toilet-paper {
  --fa: ""; }

.fa-helmet-safety {
  --fa: ""; }

.fa-hard-hat {
  --fa: ""; }

.fa-hat-hard {
  --fa: ""; }

.fa-eject {
  --fa: ""; }

.fa-circle-right {
  --fa: ""; }

.fa-arrow-alt-circle-right {
  --fa: ""; }

.fa-plane-circle-check {
  --fa: ""; }

.fa-face-rolling-eyes {
  --fa: ""; }

.fa-meh-rolling-eyes {
  --fa: ""; }

.fa-object-group {
  --fa: ""; }

.fa-chart-line {
  --fa: ""; }

.fa-line-chart {
  --fa: ""; }

.fa-mask-ventilator {
  --fa: ""; }

.fa-arrow-right {
  --fa: ""; }

.fa-signs-post {
  --fa: ""; }

.fa-map-signs {
  --fa: ""; }

.fa-cash-register {
  --fa: ""; }

.fa-person-circle-question {
  --fa: ""; }

.fa-h {
  --fa: "H"; }

.fa-tarp {
  --fa: ""; }

.fa-screwdriver-wrench {
  --fa: ""; }

.fa-tools {
  --fa: ""; }

.fa-arrows-to-eye {
  --fa: ""; }

.fa-plug-circle-bolt {
  --fa: ""; }

.fa-heart {
  --fa: ""; }

.fa-mars-and-venus {
  --fa: ""; }

.fa-house-user {
  --fa: ""; }

.fa-home-user {
  --fa: ""; }

.fa-dumpster-fire {
  --fa: ""; }

.fa-house-crack {
  --fa: ""; }

.fa-martini-glass-citrus {
  --fa: ""; }

.fa-cocktail {
  --fa: ""; }

.fa-face-surprise {
  --fa: ""; }

.fa-surprise {
  --fa: ""; }

.fa-bottle-water {
  --fa: ""; }

.fa-circle-pause {
  --fa: ""; }

.fa-pause-circle {
  --fa: ""; }

.fa-toilet-paper-slash {
  --fa: ""; }

.fa-apple-whole {
  --fa: ""; }

.fa-apple-alt {
  --fa: ""; }

.fa-kitchen-set {
  --fa: ""; }

.fa-r {
  --fa: "R"; }

.fa-temperature-quarter {
  --fa: ""; }

.fa-temperature-1 {
  --fa: ""; }

.fa-thermometer-1 {
  --fa: ""; }

.fa-thermometer-quarter {
  --fa: ""; }

.fa-cube {
  --fa: ""; }

.fa-bitcoin-sign {
  --fa: ""; }

.fa-shield-dog {
  --fa: ""; }

.fa-solar-panel {
  --fa: ""; }

.fa-lock-open {
  --fa: ""; }

.fa-elevator {
  --fa: ""; }

.fa-money-bill-transfer {
  --fa: ""; }

.fa-money-bill-trend-up {
  --fa: ""; }

.fa-house-flood-water-circle-arrow-right {
  --fa: ""; }

.fa-square-poll-horizontal {
  --fa: ""; }

.fa-poll-h {
  --fa: ""; }

.fa-circle {
  --fa: ""; }

.fa-backward-fast {
  --fa: ""; }

.fa-fast-backward {
  --fa: ""; }

.fa-recycle {
  --fa: ""; }

.fa-user-astronaut {
  --fa: ""; }

.fa-plane-slash {
  --fa: ""; }

.fa-trademark {
  --fa: ""; }

.fa-basketball {
  --fa: ""; }

.fa-basketball-ball {
  --fa: ""; }

.fa-satellite-dish {
  --fa: ""; }

.fa-circle-up {
  --fa: ""; }

.fa-arrow-alt-circle-up {
  --fa: ""; }

.fa-mobile-screen-button {
  --fa: ""; }

.fa-mobile-alt {
  --fa: ""; }

.fa-volume-high {
  --fa: ""; }

.fa-volume-up {
  --fa: ""; }

.fa-users-rays {
  --fa: ""; }

.fa-wallet {
  --fa: ""; }

.fa-clipboard-check {
  --fa: ""; }

.fa-file-audio {
  --fa: ""; }

.fa-burger {
  --fa: ""; }

.fa-hamburger {
  --fa: ""; }

.fa-wrench {
  --fa: ""; }

.fa-bugs {
  --fa: ""; }

.fa-rupee-sign {
  --fa: ""; }

.fa-rupee {
  --fa: ""; }

.fa-file-image {
  --fa: ""; }

.fa-circle-question {
  --fa: ""; }

.fa-question-circle {
  --fa: ""; }

.fa-plane-departure {
  --fa: ""; }

.fa-handshake-slash {
  --fa: ""; }

.fa-book-bookmark {
  --fa: ""; }

.fa-code-branch {
  --fa: ""; }

.fa-hat-cowboy {
  --fa: ""; }

.fa-bridge {
  --fa: ""; }

.fa-phone-flip {
  --fa: ""; }

.fa-phone-alt {
  --fa: ""; }

.fa-truck-front {
  --fa: ""; }

.fa-cat {
  --fa: ""; }

.fa-anchor-circle-exclamation {
  --fa: ""; }

.fa-truck-field {
  --fa: ""; }

.fa-route {
  --fa: ""; }

.fa-clipboard-question {
  --fa: ""; }

.fa-panorama {
  --fa: ""; }

.fa-comment-medical {
  --fa: ""; }

.fa-teeth-open {
  --fa: ""; }

.fa-file-circle-minus {
  --fa: ""; }

.fa-tags {
  --fa: ""; }

.fa-wine-glass {
  --fa: ""; }

.fa-forward-fast {
  --fa: ""; }

.fa-fast-forward {
  --fa: ""; }

.fa-face-meh-blank {
  --fa: ""; }

.fa-meh-blank {
  --fa: ""; }

.fa-square-parking {
  --fa: ""; }

.fa-parking {
  --fa: ""; }

.fa-house-signal {
  --fa: ""; }

.fa-bars-progress {
  --fa: ""; }

.fa-tasks-alt {
  --fa: ""; }

.fa-faucet-drip {
  --fa: ""; }

.fa-cart-flatbed {
  --fa: ""; }

.fa-dolly-flatbed {
  --fa: ""; }

.fa-ban-smoking {
  --fa: ""; }

.fa-smoking-ban {
  --fa: ""; }

.fa-terminal {
  --fa: ""; }

.fa-mobile-button {
  --fa: ""; }

.fa-house-medical-flag {
  --fa: ""; }

.fa-basket-shopping {
  --fa: ""; }

.fa-shopping-basket {
  --fa: ""; }

.fa-tape {
  --fa: ""; }

.fa-bus-simple {
  --fa: ""; }

.fa-bus-alt {
  --fa: ""; }

.fa-eye {
  --fa: ""; }

.fa-face-sad-cry {
  --fa: ""; }

.fa-sad-cry {
  --fa: ""; }

.fa-audio-description {
  --fa: ""; }

.fa-person-military-to-person {
  --fa: ""; }

.fa-file-shield {
  --fa: ""; }

.fa-user-slash {
  --fa: ""; }

.fa-pen {
  --fa: ""; }

.fa-tower-observation {
  --fa: ""; }

.fa-file-code {
  --fa: ""; }

.fa-signal {
  --fa: ""; }

.fa-signal-5 {
  --fa: ""; }

.fa-signal-perfect {
  --fa: ""; }

.fa-bus {
  --fa: ""; }

.fa-heart-circle-xmark {
  --fa: ""; }

.fa-house-chimney {
  --fa: ""; }

.fa-home-lg {
  --fa: ""; }

.fa-window-maximize {
  --fa: ""; }

.fa-face-frown {
  --fa: ""; }

.fa-frown {
  --fa: ""; }

.fa-prescription {
  --fa: ""; }

.fa-shop {
  --fa: ""; }

.fa-store-alt {
  --fa: ""; }

.fa-floppy-disk {
  --fa: ""; }

.fa-save {
  --fa: ""; }

.fa-vihara {
  --fa: ""; }

.fa-scale-unbalanced {
  --fa: ""; }

.fa-balance-scale-left {
  --fa: ""; }

.fa-sort-up {
  --fa: ""; }

.fa-sort-asc {
  --fa: ""; }

.fa-comment-dots {
  --fa: ""; }

.fa-commenting {
  --fa: ""; }

.fa-plant-wilt {
  --fa: ""; }

.fa-diamond {
  --fa: ""; }

.fa-face-grin-squint {
  --fa: ""; }

.fa-grin-squint {
  --fa: ""; }

.fa-hand-holding-dollar {
  --fa: ""; }

.fa-hand-holding-usd {
  --fa: ""; }

.fa-chart-diagram {
  --fa: ""; }

.fa-bacterium {
  --fa: ""; }

.fa-hand-pointer {
  --fa: ""; }

.fa-drum-steelpan {
  --fa: ""; }

.fa-hand-scissors {
  --fa: ""; }

.fa-hands-praying {
  --fa: ""; }

.fa-praying-hands {
  --fa: ""; }

.fa-arrow-rotate-right {
  --fa: ""; }

.fa-arrow-right-rotate {
  --fa: ""; }

.fa-arrow-rotate-forward {
  --fa: ""; }

.fa-redo {
  --fa: ""; }

.fa-biohazard {
  --fa: ""; }

.fa-location-crosshairs {
  --fa: ""; }

.fa-location {
  --fa: ""; }

.fa-mars-double {
  --fa: ""; }

.fa-child-dress {
  --fa: ""; }

.fa-users-between-lines {
  --fa: ""; }

.fa-lungs-virus {
  --fa: ""; }

.fa-face-grin-tears {
  --fa: ""; }

.fa-grin-tears {
  --fa: ""; }

.fa-phone {
  --fa: ""; }

.fa-calendar-xmark {
  --fa: ""; }

.fa-calendar-times {
  --fa: ""; }

.fa-child-reaching {
  --fa: ""; }

.fa-head-side-virus {
  --fa: ""; }

.fa-user-gear {
  --fa: ""; }

.fa-user-cog {
  --fa: ""; }

.fa-arrow-up-1-9 {
  --fa: ""; }

.fa-sort-numeric-up {
  --fa: ""; }

.fa-door-closed {
  --fa: ""; }

.fa-shield-virus {
  --fa: ""; }

.fa-dice-six {
  --fa: ""; }

.fa-mosquito-net {
  --fa: ""; }

.fa-file-fragment {
  --fa: ""; }

.fa-bridge-water {
  --fa: ""; }

.fa-person-booth {
  --fa: ""; }

.fa-text-width {
  --fa: ""; }

.fa-hat-wizard {
  --fa: ""; }

.fa-pen-fancy {
  --fa: ""; }

.fa-person-digging {
  --fa: ""; }

.fa-digging {
  --fa: ""; }

.fa-trash {
  --fa: ""; }

.fa-gauge-simple {
  --fa: ""; }

.fa-gauge-simple-med {
  --fa: ""; }

.fa-tachometer-average {
  --fa: ""; }

.fa-book-medical {
  --fa: ""; }

.fa-poo {
  --fa: ""; }

.fa-quote-right {
  --fa: ""; }

.fa-quote-right-alt {
  --fa: ""; }

.fa-shirt {
  --fa: ""; }

.fa-t-shirt {
  --fa: ""; }

.fa-tshirt {
  --fa: ""; }

.fa-cubes {
  --fa: ""; }

.fa-divide {
  --fa: ""; }

.fa-tenge-sign {
  --fa: ""; }

.fa-tenge {
  --fa: ""; }

.fa-headphones {
  --fa: ""; }

.fa-hands-holding {
  --fa: ""; }

.fa-hands-clapping {
  --fa: ""; }

.fa-republican {
  --fa: ""; }

.fa-arrow-left {
  --fa: ""; }

.fa-person-circle-xmark {
  --fa: ""; }

.fa-ruler {
  --fa: ""; }

.fa-align-left {
  --fa: ""; }

.fa-dice-d6 {
  --fa: ""; }

.fa-restroom {
  --fa: ""; }

.fa-j {
  --fa: "J"; }

.fa-users-viewfinder {
  --fa: ""; }

.fa-file-video {
  --fa: ""; }

.fa-up-right-from-square {
  --fa: ""; }

.fa-external-link-alt {
  --fa: ""; }

.fa-table-cells {
  --fa: ""; }

.fa-th {
  --fa: ""; }

.fa-file-pdf {
  --fa: ""; }

.fa-book-bible {
  --fa: ""; }

.fa-bible {
  --fa: ""; }

.fa-o {
  --fa: "O"; }

.fa-suitcase-medical {
  --fa: ""; }

.fa-medkit {
  --fa: ""; }

.fa-user-secret {
  --fa: ""; }

.fa-otter {
  --fa: ""; }

.fa-person-dress {
  --fa: ""; }

.fa-female {
  --fa: ""; }

.fa-comment-dollar {
  --fa: ""; }

.fa-business-time {
  --fa: ""; }

.fa-briefcase-clock {
  --fa: ""; }

.fa-table-cells-large {
  --fa: ""; }

.fa-th-large {
  --fa: ""; }

.fa-book-tanakh {
  --fa: ""; }

.fa-tanakh {
  --fa: ""; }

.fa-phone-volume {
  --fa: ""; }

.fa-volume-control-phone {
  --fa: ""; }

.fa-hat-cowboy-side {
  --fa: ""; }

.fa-clipboard-user {
  --fa: ""; }

.fa-child {
  --fa: ""; }

.fa-lira-sign {
  --fa: ""; }

.fa-satellite {
  --fa: ""; }

.fa-plane-lock {
  --fa: ""; }

.fa-tag {
  --fa: ""; }

.fa-comment {
  --fa: ""; }

.fa-cake-candles {
  --fa: ""; }

.fa-birthday-cake {
  --fa: ""; }

.fa-cake {
  --fa: ""; }

.fa-envelope {
  --fa: ""; }

.fa-angles-up {
  --fa: ""; }

.fa-angle-double-up {
  --fa: ""; }

.fa-paperclip {
  --fa: ""; }

.fa-arrow-right-to-city {
  --fa: ""; }

.fa-ribbon {
  --fa: ""; }

.fa-lungs {
  --fa: ""; }

.fa-arrow-up-9-1 {
  --fa: ""; }

.fa-sort-numeric-up-alt {
  --fa: ""; }

.fa-litecoin-sign {
  --fa: ""; }

.fa-border-none {
  --fa: ""; }

.fa-circle-nodes {
  --fa: ""; }

.fa-parachute-box {
  --fa: ""; }

.fa-indent {
  --fa: ""; }

.fa-truck-field-un {
  --fa: ""; }

.fa-hourglass {
  --fa: ""; }

.fa-hourglass-empty {
  --fa: ""; }

.fa-mountain {
  --fa: ""; }

.fa-user-doctor {
  --fa: ""; }

.fa-user-md {
  --fa: ""; }

.fa-circle-info {
  --fa: ""; }

.fa-info-circle {
  --fa: ""; }

.fa-cloud-meatball {
  --fa: ""; }

.fa-camera {
  --fa: ""; }

.fa-camera-alt {
  --fa: ""; }

.fa-square-virus {
  --fa: ""; }

.fa-meteor {
  --fa: ""; }

.fa-car-on {
  --fa: ""; }

.fa-sleigh {
  --fa: ""; }

.fa-arrow-down-1-9 {
  --fa: ""; }

.fa-sort-numeric-asc {
  --fa: ""; }

.fa-sort-numeric-down {
  --fa: ""; }

.fa-hand-holding-droplet {
  --fa: ""; }

.fa-hand-holding-water {
  --fa: ""; }

.fa-water {
  --fa: ""; }

.fa-calendar-check {
  --fa: ""; }

.fa-braille {
  --fa: ""; }

.fa-prescription-bottle-medical {
  --fa: ""; }

.fa-prescription-bottle-alt {
  --fa: ""; }

.fa-landmark {
  --fa: ""; }

.fa-truck {
  --fa: ""; }

.fa-crosshairs {
  --fa: ""; }

.fa-person-cane {
  --fa: ""; }

.fa-tent {
  --fa: ""; }

.fa-vest-patches {
  --fa: ""; }

.fa-check-double {
  --fa: ""; }

.fa-arrow-down-a-z {
  --fa: ""; }

.fa-sort-alpha-asc {
  --fa: ""; }

.fa-sort-alpha-down {
  --fa: ""; }

.fa-money-bill-wheat {
  --fa: ""; }

.fa-cookie {
  --fa: ""; }

.fa-arrow-rotate-left {
  --fa: ""; }

.fa-arrow-left-rotate {
  --fa: ""; }

.fa-arrow-rotate-back {
  --fa: ""; }

.fa-arrow-rotate-backward {
  --fa: ""; }

.fa-undo {
  --fa: ""; }

.fa-hard-drive {
  --fa: ""; }

.fa-hdd {
  --fa: ""; }

.fa-face-grin-squint-tears {
  --fa: ""; }

.fa-grin-squint-tears {
  --fa: ""; }

.fa-dumbbell {
  --fa: ""; }

.fa-rectangle-list {
  --fa: ""; }

.fa-list-alt {
  --fa: ""; }

.fa-tarp-droplet {
  --fa: ""; }

.fa-house-medical-circle-check {
  --fa: ""; }

.fa-person-skiing-nordic {
  --fa: ""; }

.fa-skiing-nordic {
  --fa: ""; }

.fa-calendar-plus {
  --fa: ""; }

.fa-plane-arrival {
  --fa: ""; }

.fa-circle-left {
  --fa: ""; }

.fa-arrow-alt-circle-left {
  --fa: ""; }

.fa-train-subway {
  --fa: ""; }

.fa-subway {
  --fa: ""; }

.fa-chart-gantt {
  --fa: ""; }

.fa-indian-rupee-sign {
  --fa: ""; }

.fa-indian-rupee {
  --fa: ""; }

.fa-inr {
  --fa: ""; }

.fa-crop-simple {
  --fa: ""; }

.fa-crop-alt {
  --fa: ""; }

.fa-money-bill-1 {
  --fa: ""; }

.fa-money-bill-alt {
  --fa: ""; }

.fa-left-long {
  --fa: ""; }

.fa-long-arrow-alt-left {
  --fa: ""; }

.fa-dna {
  --fa: ""; }

.fa-virus-slash {
  --fa: ""; }

.fa-minus {
  --fa: ""; }

.fa-subtract {
  --fa: ""; }

.fa-chess {
  --fa: ""; }

.fa-arrow-left-long {
  --fa: ""; }

.fa-long-arrow-left {
  --fa: ""; }

.fa-plug-circle-check {
  --fa: ""; }

.fa-street-view {
  --fa: ""; }

.fa-franc-sign {
  --fa: ""; }

.fa-volume-off {
  --fa: ""; }

.fa-hands-asl-interpreting {
  --fa: ""; }

.fa-american-sign-language-interpreting {
  --fa: ""; }

.fa-asl-interpreting {
  --fa: ""; }

.fa-hands-american-sign-language-interpreting {
  --fa: ""; }

.fa-gear {
  --fa: ""; }

.fa-cog {
  --fa: ""; }

.fa-droplet-slash {
  --fa: ""; }

.fa-tint-slash {
  --fa: ""; }

.fa-mosque {
  --fa: ""; }

.fa-mosquito {
  --fa: ""; }

.fa-star-of-david {
  --fa: ""; }

.fa-person-military-rifle {
  --fa: ""; }

.fa-cart-shopping {
  --fa: ""; }

.fa-shopping-cart {
  --fa: ""; }

.fa-vials {
  --fa: ""; }

.fa-plug-circle-plus {
  --fa: ""; }

.fa-place-of-worship {
  --fa: ""; }

.fa-grip-vertical {
  --fa: ""; }

.fa-hexagon-nodes {
  --fa: ""; }

.fa-arrow-turn-up {
  --fa: ""; }

.fa-level-up {
  --fa: ""; }

.fa-u {
  --fa: "U"; }

.fa-square-root-variable {
  --fa: ""; }

.fa-square-root-alt {
  --fa: ""; }

.fa-clock {
  --fa: ""; }

.fa-clock-four {
  --fa: ""; }

.fa-backward-step {
  --fa: ""; }

.fa-step-backward {
  --fa: ""; }

.fa-pallet {
  --fa: ""; }

.fa-faucet {
  --fa: ""; }

.fa-baseball-bat-ball {
  --fa: ""; }

.fa-s {
  --fa: "S"; }

.fa-timeline {
  --fa: ""; }

.fa-keyboard {
  --fa: ""; }

.fa-caret-down {
  --fa: ""; }

.fa-house-chimney-medical {
  --fa: ""; }

.fa-clinic-medical {
  --fa: ""; }

.fa-temperature-three-quarters {
  --fa: ""; }

.fa-temperature-3 {
  --fa: ""; }

.fa-thermometer-3 {
  --fa: ""; }

.fa-thermometer-three-quarters {
  --fa: ""; }

.fa-mobile-screen {
  --fa: ""; }

.fa-mobile-android-alt {
  --fa: ""; }

.fa-plane-up {
  --fa: ""; }

.fa-piggy-bank {
  --fa: ""; }

.fa-battery-half {
  --fa: ""; }

.fa-battery-3 {
  --fa: ""; }

.fa-mountain-city {
  --fa: ""; }

.fa-coins {
  --fa: ""; }

.fa-khanda {
  --fa: ""; }

.fa-sliders {
  --fa: ""; }

.fa-sliders-h {
  --fa: ""; }

.fa-folder-tree {
  --fa: ""; }

.fa-network-wired {
  --fa: ""; }

.fa-map-pin {
  --fa: ""; }

.fa-hamsa {
  --fa: ""; }

.fa-cent-sign {
  --fa: ""; }

.fa-flask {
  --fa: ""; }

.fa-person-pregnant {
  --fa: ""; }

.fa-wand-sparkles {
  --fa: ""; }

.fa-ellipsis-vertical {
  --fa: ""; }

.fa-ellipsis-v {
  --fa: ""; }

.fa-ticket {
  --fa: ""; }

.fa-power-off {
  --fa: ""; }

.fa-right-long {
  --fa: ""; }

.fa-long-arrow-alt-right {
  --fa: ""; }

.fa-flag-usa {
  --fa: ""; }

.fa-laptop-file {
  --fa: ""; }

.fa-tty {
  --fa: ""; }

.fa-teletype {
  --fa: ""; }

.fa-diagram-next {
  --fa: ""; }

.fa-person-rifle {
  --fa: ""; }

.fa-house-medical-circle-exclamation {
  --fa: ""; }

.fa-closed-captioning {
  --fa: ""; }

.fa-person-hiking {
  --fa: ""; }

.fa-hiking {
  --fa: ""; }

.fa-venus-double {
  --fa: ""; }

.fa-images {
  --fa: ""; }

.fa-calculator {
  --fa: ""; }

.fa-people-pulling {
  --fa: ""; }

.fa-n {
  --fa: "N"; }

.fa-cable-car {
  --fa: ""; }

.fa-tram {
  --fa: ""; }

.fa-cloud-rain {
  --fa: ""; }

.fa-building-circle-xmark {
  --fa: ""; }

.fa-ship {
  --fa: ""; }

.fa-arrows-down-to-line {
  --fa: ""; }

.fa-download {
  --fa: ""; }

.fa-face-grin {
  --fa: ""; }

.fa-grin {
  --fa: ""; }

.fa-delete-left {
  --fa: ""; }

.fa-backspace {
  --fa: ""; }

.fa-eye-dropper {
  --fa: ""; }

.fa-eye-dropper-empty {
  --fa: ""; }

.fa-eyedropper {
  --fa: ""; }

.fa-file-circle-check {
  --fa: ""; }

.fa-forward {
  --fa: ""; }

.fa-mobile {
  --fa: ""; }

.fa-mobile-android {
  --fa: ""; }

.fa-mobile-phone {
  --fa: ""; }

.fa-face-meh {
  --fa: ""; }

.fa-meh {
  --fa: ""; }

.fa-align-center {
  --fa: ""; }

.fa-book-skull {
  --fa: ""; }

.fa-book-dead {
  --fa: ""; }

.fa-id-card {
  --fa: ""; }

.fa-drivers-license {
  --fa: ""; }

.fa-outdent {
  --fa: ""; }

.fa-dedent {
  --fa: ""; }

.fa-heart-circle-exclamation {
  --fa: ""; }

.fa-house {
  --fa: ""; }

.fa-home {
  --fa: ""; }

.fa-home-alt {
  --fa: ""; }

.fa-home-lg-alt {
  --fa: ""; }

.fa-calendar-week {
  --fa: ""; }

.fa-laptop-medical {
  --fa: ""; }

.fa-b {
  --fa: "B"; }

.fa-file-medical {
  --fa: ""; }

.fa-dice-one {
  --fa: ""; }

.fa-kiwi-bird {
  --fa: ""; }

.fa-arrow-right-arrow-left {
  --fa: ""; }

.fa-exchange {
  --fa: ""; }

.fa-rotate-right {
  --fa: ""; }

.fa-redo-alt {
  --fa: ""; }

.fa-rotate-forward {
  --fa: ""; }

.fa-utensils {
  --fa: ""; }

.fa-cutlery {
  --fa: ""; }

.fa-arrow-up-wide-short {
  --fa: ""; }

.fa-sort-amount-up {
  --fa: ""; }

.fa-mill-sign {
  --fa: ""; }

.fa-bowl-rice {
  --fa: ""; }

.fa-skull {
  --fa: ""; }

.fa-tower-broadcast {
  --fa: ""; }

.fa-broadcast-tower {
  --fa: ""; }

.fa-truck-pickup {
  --fa: ""; }

.fa-up-long {
  --fa: ""; }

.fa-long-arrow-alt-up {
  --fa: ""; }

.fa-stop {
  --fa: ""; }

.fa-code-merge {
  --fa: ""; }

.fa-upload {
  --fa: ""; }

.fa-hurricane {
  --fa: ""; }

.fa-mound {
  --fa: ""; }

.fa-toilet-portable {
  --fa: ""; }

.fa-compact-disc {
  --fa: ""; }

.fa-file-arrow-down {
  --fa: ""; }

.fa-file-download {
  --fa: ""; }

.fa-caravan {
  --fa: ""; }

.fa-shield-cat {
  --fa: ""; }

.fa-bolt {
  --fa: ""; }

.fa-zap {
  --fa: ""; }

.fa-glass-water {
  --fa: ""; }

.fa-oil-well {
  --fa: ""; }

.fa-vault {
  --fa: ""; }

.fa-mars {
  --fa: ""; }

.fa-toilet {
  --fa: ""; }

.fa-plane-circle-xmark {
  --fa: ""; }

.fa-yen-sign {
  --fa: ""; }

.fa-cny {
  --fa: ""; }

.fa-jpy {
  --fa: ""; }

.fa-rmb {
  --fa: ""; }

.fa-yen {
  --fa: ""; }

.fa-ruble-sign {
  --fa: ""; }

.fa-rouble {
  --fa: ""; }

.fa-rub {
  --fa: ""; }

.fa-ruble {
  --fa: ""; }

.fa-sun {
  --fa: ""; }

.fa-guitar {
  --fa: ""; }

.fa-face-laugh-wink {
  --fa: ""; }

.fa-laugh-wink {
  --fa: ""; }

.fa-horse-head {
  --fa: ""; }

.fa-bore-hole {
  --fa: ""; }

.fa-industry {
  --fa: ""; }

.fa-circle-down {
  --fa: ""; }

.fa-arrow-alt-circle-down {
  --fa: ""; }

.fa-arrows-turn-to-dots {
  --fa: ""; }

.fa-florin-sign {
  --fa: ""; }

.fa-arrow-down-short-wide {
  --fa: ""; }

.fa-sort-amount-desc {
  --fa: ""; }

.fa-sort-amount-down-alt {
  --fa: ""; }

.fa-less-than {
  --fa: "\<"; }

.fa-angle-down {
  --fa: ""; }

.fa-car-tunnel {
  --fa: ""; }

.fa-head-side-cough {
  --fa: ""; }

.fa-grip-lines {
  --fa: ""; }

.fa-thumbs-down {
  --fa: ""; }

.fa-user-lock {
  --fa: ""; }

.fa-arrow-right-long {
  --fa: ""; }

.fa-long-arrow-right {
  --fa: ""; }

.fa-anchor-circle-xmark {
  --fa: ""; }

.fa-ellipsis {
  --fa: ""; }

.fa-ellipsis-h {
  --fa: ""; }

.fa-chess-pawn {
  --fa: ""; }

.fa-kit-medical {
  --fa: ""; }

.fa-first-aid {
  --fa: ""; }

.fa-person-through-window {
  --fa: ""; }

.fa-toolbox {
  --fa: ""; }

.fa-hands-holding-circle {
  --fa: ""; }

.fa-bug {
  --fa: ""; }

.fa-credit-card {
  --fa: ""; }

.fa-credit-card-alt {
  --fa: ""; }

.fa-car {
  --fa: ""; }

.fa-automobile {
  --fa: ""; }

.fa-hand-holding-hand {
  --fa: ""; }

.fa-book-open-reader {
  --fa: ""; }

.fa-book-reader {
  --fa: ""; }

.fa-mountain-sun {
  --fa: ""; }

.fa-arrows-left-right-to-line {
  --fa: ""; }

.fa-dice-d20 {
  --fa: ""; }

.fa-truck-droplet {
  --fa: ""; }

.fa-file-circle-xmark {
  --fa: ""; }

.fa-temperature-arrow-up {
  --fa: ""; }

.fa-temperature-up {
  --fa: ""; }

.fa-medal {
  --fa: ""; }

.fa-bed {
  --fa: ""; }

.fa-square-h {
  --fa: ""; }

.fa-h-square {
  --fa: ""; }

.fa-podcast {
  --fa: ""; }

.fa-temperature-full {
  --fa: ""; }

.fa-temperature-4 {
  --fa: ""; }

.fa-thermometer-4 {
  --fa: ""; }

.fa-thermometer-full {
  --fa: ""; }

.fa-bell {
  --fa: ""; }

.fa-superscript {
  --fa: ""; }

.fa-plug-circle-xmark {
  --fa: ""; }

.fa-star-of-life {
  --fa: ""; }

.fa-phone-slash {
  --fa: ""; }

.fa-paint-roller {
  --fa: ""; }

.fa-handshake-angle {
  --fa: ""; }

.fa-hands-helping {
  --fa: ""; }

.fa-location-dot {
  --fa: ""; }

.fa-map-marker-alt {
  --fa: ""; }

.fa-file {
  --fa: ""; }

.fa-greater-than {
  --fa: "\>"; }

.fa-person-swimming {
  --fa: ""; }

.fa-swimmer {
  --fa: ""; }

.fa-arrow-down {
  --fa: ""; }

.fa-droplet {
  --fa: ""; }

.fa-tint {
  --fa: ""; }

.fa-eraser {
  --fa: ""; }

.fa-earth-americas {
  --fa: ""; }

.fa-earth {
  --fa: ""; }

.fa-earth-america {
  --fa: ""; }

.fa-globe-americas {
  --fa: ""; }

.fa-person-burst {
  --fa: ""; }

.fa-dove {
  --fa: ""; }

.fa-battery-empty {
  --fa: ""; }

.fa-battery-0 {
  --fa: ""; }

.fa-socks {
  --fa: ""; }

.fa-inbox {
  --fa: ""; }

.fa-section {
  --fa: ""; }

.fa-gauge-high {
  --fa: ""; }

.fa-tachometer-alt {
  --fa: ""; }

.fa-tachometer-alt-fast {
  --fa: ""; }

.fa-envelope-open-text {
  --fa: ""; }

.fa-hospital {
  --fa: ""; }

.fa-hospital-alt {
  --fa: ""; }

.fa-hospital-wide {
  --fa: ""; }

.fa-wine-bottle {
  --fa: ""; }

.fa-chess-rook {
  --fa: ""; }

.fa-bars-staggered {
  --fa: ""; }

.fa-reorder {
  --fa: ""; }

.fa-stream {
  --fa: ""; }

.fa-dharmachakra {
  --fa: ""; }

.fa-hotdog {
  --fa: ""; }

.fa-person-walking-with-cane {
  --fa: ""; }

.fa-blind {
  --fa: ""; }

.fa-drum {
  --fa: ""; }

.fa-ice-cream {
  --fa: ""; }

.fa-heart-circle-bolt {
  --fa: ""; }

.fa-fax {
  --fa: ""; }

.fa-paragraph {
  --fa: ""; }

.fa-check-to-slot {
  --fa: ""; }

.fa-vote-yea {
  --fa: ""; }

.fa-star-half {
  --fa: ""; }

.fa-boxes-stacked {
  --fa: ""; }

.fa-boxes {
  --fa: ""; }

.fa-boxes-alt {
  --fa: ""; }

.fa-link {
  --fa: ""; }

.fa-chain {
  --fa: ""; }

.fa-ear-listen {
  --fa: ""; }

.fa-assistive-listening-systems {
  --fa: ""; }

.fa-tree-city {
  --fa: ""; }

.fa-play {
  --fa: ""; }

.fa-font {
  --fa: ""; }

.fa-table-cells-row-lock {
  --fa: ""; }

.fa-rupiah-sign {
  --fa: ""; }

.fa-magnifying-glass {
  --fa: ""; }

.fa-search {
  --fa: ""; }

.fa-table-tennis-paddle-ball {
  --fa: ""; }

.fa-ping-pong-paddle-ball {
  --fa: ""; }

.fa-table-tennis {
  --fa: ""; }

.fa-person-dots-from-line {
  --fa: ""; }

.fa-diagnoses {
  --fa: ""; }

.fa-trash-can-arrow-up {
  --fa: ""; }

.fa-trash-restore-alt {
  --fa: ""; }

.fa-naira-sign {
  --fa: ""; }

.fa-cart-arrow-down {
  --fa: ""; }

.fa-walkie-talkie {
  --fa: ""; }

.fa-file-pen {
  --fa: ""; }

.fa-file-edit {
  --fa: ""; }

.fa-receipt {
  --fa: ""; }

.fa-square-pen {
  --fa: ""; }

.fa-pen-square {
  --fa: ""; }

.fa-pencil-square {
  --fa: ""; }

.fa-suitcase-rolling {
  --fa: ""; }

.fa-person-circle-exclamation {
  --fa: ""; }

.fa-chevron-down {
  --fa: ""; }

.fa-battery-full {
  --fa: ""; }

.fa-battery {
  --fa: ""; }

.fa-battery-5 {
  --fa: ""; }

.fa-skull-crossbones {
  --fa: ""; }

.fa-code-compare {
  --fa: ""; }

.fa-list-ul {
  --fa: ""; }

.fa-list-dots {
  --fa: ""; }

.fa-school-lock {
  --fa: ""; }

.fa-tower-cell {
  --fa: ""; }

.fa-down-long {
  --fa: ""; }

.fa-long-arrow-alt-down {
  --fa: ""; }

.fa-ranking-star {
  --fa: ""; }

.fa-chess-king {
  --fa: ""; }

.fa-person-harassing {
  --fa: ""; }

.fa-brazilian-real-sign {
  --fa: ""; }

.fa-landmark-dome {
  --fa: ""; }

.fa-landmark-alt {
  --fa: ""; }

.fa-arrow-up {
  --fa: ""; }

.fa-tv {
  --fa: ""; }

.fa-television {
  --fa: ""; }

.fa-tv-alt {
  --fa: ""; }

.fa-shrimp {
  --fa: ""; }

.fa-list-check {
  --fa: ""; }

.fa-tasks {
  --fa: ""; }

.fa-jug-detergent {
  --fa: ""; }

.fa-circle-user {
  --fa: ""; }

.fa-user-circle {
  --fa: ""; }

.fa-user-shield {
  --fa: ""; }

.fa-wind {
  --fa: ""; }

.fa-car-burst {
  --fa: ""; }

.fa-car-crash {
  --fa: ""; }

.fa-y {
  --fa: "Y"; }

.fa-person-snowboarding {
  --fa: ""; }

.fa-snowboarding {
  --fa: ""; }

.fa-truck-fast {
  --fa: ""; }

.fa-shipping-fast {
  --fa: ""; }

.fa-fish {
  --fa: ""; }

.fa-user-graduate {
  --fa: ""; }

.fa-circle-half-stroke {
  --fa: ""; }

.fa-adjust {
  --fa: ""; }

.fa-clapperboard {
  --fa: ""; }

.fa-circle-radiation {
  --fa: ""; }

.fa-radiation-alt {
  --fa: ""; }

.fa-baseball {
  --fa: ""; }

.fa-baseball-ball {
  --fa: ""; }

.fa-jet-fighter-up {
  --fa: ""; }

.fa-diagram-project {
  --fa: ""; }

.fa-project-diagram {
  --fa: ""; }

.fa-copy {
  --fa: ""; }

.fa-volume-xmark {
  --fa: ""; }

.fa-volume-mute {
  --fa: ""; }

.fa-volume-times {
  --fa: ""; }

.fa-hand-sparkles {
  --fa: ""; }

.fa-grip {
  --fa: ""; }

.fa-grip-horizontal {
  --fa: ""; }

.fa-share-from-square {
  --fa: ""; }

.fa-share-square {
  --fa: ""; }

.fa-child-combatant {
  --fa: ""; }

.fa-child-rifle {
  --fa: ""; }

.fa-gun {
  --fa: ""; }

.fa-square-phone {
  --fa: ""; }

.fa-phone-square {
  --fa: ""; }

.fa-plus {
  --fa: "\+"; }

.fa-add {
  --fa: "\+"; }

.fa-expand {
  --fa: ""; }

.fa-computer {
  --fa: ""; }

.fa-xmark {
  --fa: ""; }

.fa-close {
  --fa: ""; }

.fa-multiply {
  --fa: ""; }

.fa-remove {
  --fa: ""; }

.fa-times {
  --fa: ""; }

.fa-arrows-up-down-left-right {
  --fa: ""; }

.fa-arrows {
  --fa: ""; }

.fa-chalkboard-user {
  --fa: ""; }

.fa-chalkboard-teacher {
  --fa: ""; }

.fa-peso-sign {
  --fa: ""; }

.fa-building-shield {
  --fa: ""; }

.fa-baby {
  --fa: ""; }

.fa-users-line {
  --fa: ""; }

.fa-quote-left {
  --fa: ""; }

.fa-quote-left-alt {
  --fa: ""; }

.fa-tractor {
  --fa: ""; }

.fa-trash-arrow-up {
  --fa: ""; }

.fa-trash-restore {
  --fa: ""; }

.fa-arrow-down-up-lock {
  --fa: ""; }

.fa-lines-leaning {
  --fa: ""; }

.fa-ruler-combined {
  --fa: ""; }

.fa-copyright {
  --fa: ""; }

.fa-equals {
  --fa: "\="; }

.fa-blender {
  --fa: ""; }

.fa-teeth {
  --fa: ""; }

.fa-shekel-sign {
  --fa: ""; }

.fa-ils {
  --fa: ""; }

.fa-shekel {
  --fa: ""; }

.fa-sheqel {
  --fa: ""; }

.fa-sheqel-sign {
  --fa: ""; }

.fa-map {
  --fa: ""; }

.fa-rocket {
  --fa: ""; }

.fa-photo-film {
  --fa: ""; }

.fa-photo-video {
  --fa: ""; }

.fa-folder-minus {
  --fa: ""; }

.fa-hexagon-nodes-bolt {
  --fa: ""; }

.fa-store {
  --fa: ""; }

.fa-arrow-trend-up {
  --fa: ""; }

.fa-plug-circle-minus {
  --fa: ""; }

.fa-sign-hanging {
  --fa: ""; }

.fa-sign {
  --fa: ""; }

.fa-bezier-curve {
  --fa: ""; }

.fa-bell-slash {
  --fa: ""; }

.fa-tablet {
  --fa: ""; }

.fa-tablet-android {
  --fa: ""; }

.fa-school-flag {
  --fa: ""; }

.fa-fill {
  --fa: ""; }

.fa-angle-up {
  --fa: ""; }

.fa-drumstick-bite {
  --fa: ""; }

.fa-holly-berry {
  --fa: ""; }

.fa-chevron-left {
  --fa: ""; }

.fa-bacteria {
  --fa: ""; }

.fa-hand-lizard {
  --fa: ""; }

.fa-notdef {
  --fa: ""; }

.fa-disease {
  --fa: ""; }

.fa-briefcase-medical {
  --fa: ""; }

.fa-genderless {
  --fa: ""; }

.fa-chevron-right {
  --fa: ""; }

.fa-retweet {
  --fa: ""; }

.fa-car-rear {
  --fa: ""; }

.fa-car-alt {
  --fa: ""; }

.fa-pump-soap {
  --fa: ""; }

.fa-video-slash {
  --fa: ""; }

.fa-battery-quarter {
  --fa: ""; }

.fa-battery-2 {
  --fa: ""; }

.fa-radio {
  --fa: ""; }

.fa-baby-carriage {
  --fa: ""; }

.fa-carriage-baby {
  --fa: ""; }

.fa-traffic-light {
  --fa: ""; }

.fa-thermometer {
  --fa: ""; }

.fa-vr-cardboard {
  --fa: ""; }

.fa-hand-middle-finger {
  --fa: ""; }

.fa-percent {
  --fa: "\%"; }

.fa-percentage {
  --fa: "\%"; }

.fa-truck-moving {
  --fa: ""; }

.fa-glass-water-droplet {
  --fa: ""; }

.fa-display {
  --fa: ""; }

.fa-face-smile {
  --fa: ""; }

.fa-smile {
  --fa: ""; }

.fa-thumbtack {
  --fa: ""; }

.fa-thumb-tack {
  --fa: ""; }

.fa-trophy {
  --fa: ""; }

.fa-person-praying {
  --fa: ""; }

.fa-pray {
  --fa: ""; }

.fa-hammer {
  --fa: ""; }

.fa-hand-peace {
  --fa: ""; }

.fa-rotate {
  --fa: ""; }

.fa-sync-alt {
  --fa: ""; }

.fa-spinner {
  --fa: ""; }

.fa-robot {
  --fa: ""; }

.fa-peace {
  --fa: ""; }

.fa-gears {
  --fa: ""; }

.fa-cogs {
  --fa: ""; }

.fa-warehouse {
  --fa: ""; }

.fa-arrow-up-right-dots {
  --fa: ""; }

.fa-splotch {
  --fa: ""; }

.fa-face-grin-hearts {
  --fa: ""; }

.fa-grin-hearts {
  --fa: ""; }

.fa-dice-four {
  --fa: ""; }

.fa-sim-card {
  --fa: ""; }

.fa-transgender {
  --fa: ""; }

.fa-transgender-alt {
  --fa: ""; }

.fa-mercury {
  --fa: ""; }

.fa-arrow-turn-down {
  --fa: ""; }

.fa-level-down {
  --fa: ""; }

.fa-person-falling-burst {
  --fa: ""; }

.fa-award {
  --fa: ""; }

.fa-ticket-simple {
  --fa: ""; }

.fa-ticket-alt {
  --fa: ""; }

.fa-building {
  --fa: ""; }

.fa-angles-left {
  --fa: ""; }

.fa-angle-double-left {
  --fa: ""; }

.fa-qrcode {
  --fa: ""; }

.fa-clock-rotate-left {
  --fa: ""; }

.fa-history {
  --fa: ""; }

.fa-face-grin-beam-sweat {
  --fa: ""; }

.fa-grin-beam-sweat {
  --fa: ""; }

.fa-file-export {
  --fa: ""; }

.fa-arrow-right-from-file {
  --fa: ""; }

.fa-shield {
  --fa: ""; }

.fa-shield-blank {
  --fa: ""; }

.fa-arrow-up-short-wide {
  --fa: ""; }

.fa-sort-amount-up-alt {
  --fa: ""; }

.fa-comment-nodes {
  --fa: ""; }

.fa-house-medical {
  --fa: ""; }

.fa-golf-ball-tee {
  --fa: ""; }

.fa-golf-ball {
  --fa: ""; }

.fa-circle-chevron-left {
  --fa: ""; }

.fa-chevron-circle-left {
  --fa: ""; }

.fa-house-chimney-window {
  --fa: ""; }

.fa-pen-nib {
  --fa: ""; }

.fa-tent-arrow-turn-left {
  --fa: ""; }

.fa-tents {
  --fa: ""; }

.fa-wand-magic {
  --fa: ""; }

.fa-magic {
  --fa: ""; }

.fa-dog {
  --fa: ""; }

.fa-carrot {
  --fa: ""; }

.fa-moon {
  --fa: ""; }

.fa-wine-glass-empty {
  --fa: ""; }

.fa-wine-glass-alt {
  --fa: ""; }

.fa-cheese {
  --fa: ""; }

.fa-yin-yang {
  --fa: ""; }

.fa-music {
  --fa: ""; }

.fa-code-commit {
  --fa: ""; }

.fa-temperature-low {
  --fa: ""; }

.fa-person-biking {
  --fa: ""; }

.fa-biking {
  --fa: ""; }

.fa-broom {
  --fa: ""; }

.fa-shield-heart {
  --fa: ""; }

.fa-gopuram {
  --fa: ""; }

.fa-earth-oceania {
  --fa: ""; }

.fa-globe-oceania {
  --fa: ""; }

.fa-square-xmark {
  --fa: ""; }

.fa-times-square {
  --fa: ""; }

.fa-xmark-square {
  --fa: ""; }

.fa-hashtag {
  --fa: "\#"; }

.fa-up-right-and-down-left-from-center {
  --fa: ""; }

.fa-expand-alt {
  --fa: ""; }

.fa-oil-can {
  --fa: ""; }

.fa-t {
  --fa: "T"; }

.fa-hippo {
  --fa: ""; }

.fa-chart-column {
  --fa: ""; }

.fa-infinity {
  --fa: ""; }

.fa-vial-circle-check {
  --fa: ""; }

.fa-person-arrow-down-to-line {
  --fa: ""; }

.fa-voicemail {
  --fa: ""; }

.fa-fan {
  --fa: ""; }

.fa-person-walking-luggage {
  --fa: ""; }

.fa-up-down {
  --fa: ""; }

.fa-arrows-alt-v {
  --fa: ""; }

.fa-cloud-moon-rain {
  --fa: ""; }

.fa-calendar {
  --fa: ""; }

.fa-trailer {
  --fa: ""; }

.fa-bahai {
  --fa: ""; }

.fa-haykal {
  --fa: ""; }

.fa-sd-card {
  --fa: ""; }

.fa-dragon {
  --fa: ""; }

.fa-shoe-prints {
  --fa: ""; }

.fa-circle-plus {
  --fa: ""; }

.fa-plus-circle {
  --fa: ""; }

.fa-face-grin-tongue-wink {
  --fa: ""; }

.fa-grin-tongue-wink {
  --fa: ""; }

.fa-hand-holding {
  --fa: ""; }

.fa-plug-circle-exclamation {
  --fa: ""; }

.fa-link-slash {
  --fa: ""; }

.fa-chain-broken {
  --fa: ""; }

.fa-chain-slash {
  --fa: ""; }

.fa-unlink {
  --fa: ""; }

.fa-clone {
  --fa: ""; }

.fa-person-walking-arrow-loop-left {
  --fa: ""; }

.fa-arrow-up-z-a {
  --fa: ""; }

.fa-sort-alpha-up-alt {
  --fa: ""; }

.fa-fire-flame-curved {
  --fa: ""; }

.fa-fire-alt {
  --fa: ""; }

.fa-tornado {
  --fa: ""; }

.fa-file-circle-plus {
  --fa: ""; }

.fa-book-quran {
  --fa: ""; }

.fa-quran {
  --fa: ""; }

.fa-anchor {
  --fa: ""; }

.fa-border-all {
  --fa: ""; }

.fa-face-angry {
  --fa: ""; }

.fa-angry {
  --fa: ""; }

.fa-cookie-bite {
  --fa: ""; }

.fa-arrow-trend-down {
  --fa: ""; }

.fa-rss {
  --fa: ""; }

.fa-feed {
  --fa: ""; }

.fa-draw-polygon {
  --fa: ""; }

.fa-scale-balanced {
  --fa: ""; }

.fa-balance-scale {
  --fa: ""; }

.fa-gauge-simple-high {
  --fa: ""; }

.fa-tachometer {
  --fa: ""; }

.fa-tachometer-fast {
  --fa: ""; }

.fa-shower {
  --fa: ""; }

.fa-desktop {
  --fa: ""; }

.fa-desktop-alt {
  --fa: ""; }

.fa-m {
  --fa: "M"; }

.fa-table-list {
  --fa: ""; }

.fa-th-list {
  --fa: ""; }

.fa-comment-sms {
  --fa: ""; }

.fa-sms {
  --fa: ""; }

.fa-book {
  --fa: ""; }

.fa-user-plus {
  --fa: ""; }

.fa-check {
  --fa: ""; }

.fa-battery-three-quarters {
  --fa: ""; }

.fa-battery-4 {
  --fa: ""; }

.fa-house-circle-check {
  --fa: ""; }

.fa-angle-left {
  --fa: ""; }

.fa-diagram-successor {
  --fa: ""; }

.fa-truck-arrow-right {
  --fa: ""; }

.fa-arrows-split-up-and-left {
  --fa: ""; }

.fa-hand-fist {
  --fa: ""; }

.fa-fist-raised {
  --fa: ""; }

.fa-cloud-moon {
  --fa: ""; }

.fa-briefcase {
  --fa: ""; }

.fa-person-falling {
  --fa: ""; }

.fa-image-portrait {
  --fa: ""; }

.fa-portrait {
  --fa: ""; }

.fa-user-tag {
  --fa: ""; }

.fa-rug {
  --fa: ""; }

.fa-earth-europe {
  --fa: ""; }

.fa-globe-europe {
  --fa: ""; }

.fa-cart-flatbed-suitcase {
  --fa: ""; }

.fa-luggage-cart {
  --fa: ""; }

.fa-rectangle-xmark {
  --fa: ""; }

.fa-rectangle-times {
  --fa: ""; }

.fa-times-rectangle {
  --fa: ""; }

.fa-window-close {
  --fa: ""; }

.fa-baht-sign {
  --fa: ""; }

.fa-book-open {
  --fa: ""; }

.fa-book-journal-whills {
  --fa: ""; }

.fa-journal-whills {
  --fa: ""; }

.fa-handcuffs {
  --fa: ""; }

.fa-triangle-exclamation {
  --fa: ""; }

.fa-exclamation-triangle {
  --fa: ""; }

.fa-warning {
  --fa: ""; }

.fa-database {
  --fa: ""; }

.fa-share {
  --fa: ""; }

.fa-mail-forward {
  --fa: ""; }

.fa-bottle-droplet {
  --fa: ""; }

.fa-mask-face {
  --fa: ""; }

.fa-hill-rockslide {
  --fa: ""; }

.fa-right-left {
  --fa: ""; }

.fa-exchange-alt {
  --fa: ""; }

.fa-paper-plane {
  --fa: ""; }

.fa-road-circle-exclamation {
  --fa: ""; }

.fa-dungeon {
  --fa: ""; }

.fa-align-right {
  --fa: ""; }

.fa-money-bill-1-wave {
  --fa: ""; }

.fa-money-bill-wave-alt {
  --fa: ""; }

.fa-life-ring {
  --fa: ""; }

.fa-hands {
  --fa: ""; }

.fa-sign-language {
  --fa: ""; }

.fa-signing {
  --fa: ""; }

.fa-calendar-day {
  --fa: ""; }

.fa-water-ladder {
  --fa: ""; }

.fa-ladder-water {
  --fa: ""; }

.fa-swimming-pool {
  --fa: ""; }

.fa-arrows-up-down {
  --fa: ""; }

.fa-arrows-v {
  --fa: ""; }

.fa-face-grimace {
  --fa: ""; }

.fa-grimace {
  --fa: ""; }

.fa-wheelchair-move {
  --fa: ""; }

.fa-wheelchair-alt {
  --fa: ""; }

.fa-turn-down {
  --fa: ""; }

.fa-level-down-alt {
  --fa: ""; }

.fa-person-walking-arrow-right {
  --fa: ""; }

.fa-square-envelope {
  --fa: ""; }

.fa-envelope-square {
  --fa: ""; }

.fa-dice {
  --fa: ""; }

.fa-bowling-ball {
  --fa: ""; }

.fa-brain {
  --fa: ""; }

.fa-bandage {
  --fa: ""; }

.fa-band-aid {
  --fa: ""; }

.fa-calendar-minus {
  --fa: ""; }

.fa-circle-xmark {
  --fa: ""; }

.fa-times-circle {
  --fa: ""; }

.fa-xmark-circle {
  --fa: ""; }

.fa-gifts {
  --fa: ""; }

.fa-hotel {
  --fa: ""; }

.fa-earth-asia {
  --fa: ""; }

.fa-globe-asia {
  --fa: ""; }

.fa-id-card-clip {
  --fa: ""; }

.fa-id-card-alt {
  --fa: ""; }

.fa-magnifying-glass-plus {
  --fa: ""; }

.fa-search-plus {
  --fa: ""; }

.fa-thumbs-up {
  --fa: ""; }

.fa-user-clock {
  --fa: ""; }

.fa-hand-dots {
  --fa: ""; }

.fa-allergies {
  --fa: ""; }

.fa-file-invoice {
  --fa: ""; }

.fa-window-minimize {
  --fa: ""; }

.fa-mug-saucer {
  --fa: ""; }

.fa-coffee {
  --fa: ""; }

.fa-brush {
  --fa: ""; }

.fa-file-half-dashed {
  --fa: ""; }

.fa-mask {
  --fa: ""; }

.fa-magnifying-glass-minus {
  --fa: ""; }

.fa-search-minus {
  --fa: ""; }

.fa-ruler-vertical {
  --fa: ""; }

.fa-user-large {
  --fa: ""; }

.fa-user-alt {
  --fa: ""; }

.fa-train-tram {
  --fa: ""; }

.fa-user-nurse {
  --fa: ""; }

.fa-syringe {
  --fa: ""; }

.fa-cloud-sun {
  --fa: ""; }

.fa-stopwatch-20 {
  --fa: ""; }

.fa-square-full {
  --fa: ""; }

.fa-magnet {
  --fa: ""; }

.fa-jar {
  --fa: ""; }

.fa-note-sticky {
  --fa: ""; }

.fa-sticky-note {
  --fa: ""; }

.fa-bug-slash {
  --fa: ""; }

.fa-arrow-up-from-water-pump {
  --fa: ""; }

.fa-bone {
  --fa: ""; }

.fa-table-cells-row-unlock {
  --fa: ""; }

.fa-user-injured {
  --fa: ""; }

.fa-face-sad-tear {
  --fa: ""; }

.fa-sad-tear {
  --fa: ""; }

.fa-plane {
  --fa: ""; }

.fa-tent-arrows-down {
  --fa: ""; }

.fa-exclamation {
  --fa: "\!"; }

.fa-arrows-spin {
  --fa: ""; }

.fa-print {
  --fa: ""; }

.fa-turkish-lira-sign {
  --fa: ""; }

.fa-try {
  --fa: ""; }

.fa-turkish-lira {
  --fa: ""; }

.fa-dollar-sign {
  --fa: "\$"; }

.fa-dollar {
  --fa: "\$"; }

.fa-usd {
  --fa: "\$"; }

.fa-x {
  --fa: "X"; }

.fa-magnifying-glass-dollar {
  --fa: ""; }

.fa-search-dollar {
  --fa: ""; }

.fa-users-gear {
  --fa: ""; }

.fa-users-cog {
  --fa: ""; }

.fa-person-military-pointing {
  --fa: ""; }

.fa-building-columns {
  --fa: ""; }

.fa-bank {
  --fa: ""; }

.fa-institution {
  --fa: ""; }

.fa-museum {
  --fa: ""; }

.fa-university {
  --fa: ""; }

.fa-umbrella {
  --fa: ""; }

.fa-trowel {
  --fa: ""; }

.fa-d {
  --fa: "D"; }

.fa-stapler {
  --fa: ""; }

.fa-masks-theater {
  --fa: ""; }

.fa-theater-masks {
  --fa: ""; }

.fa-kip-sign {
  --fa: ""; }

.fa-hand-point-left {
  --fa: ""; }

.fa-handshake-simple {
  --fa: ""; }

.fa-handshake-alt {
  --fa: ""; }

.fa-jet-fighter {
  --fa: ""; }

.fa-fighter-jet {
  --fa: ""; }

.fa-square-share-nodes {
  --fa: ""; }

.fa-share-alt-square {
  --fa: ""; }

.fa-barcode {
  --fa: ""; }

.fa-plus-minus {
  --fa: ""; }

.fa-video {
  --fa: ""; }

.fa-video-camera {
  --fa: ""; }

.fa-graduation-cap {
  --fa: ""; }

.fa-mortar-board {
  --fa: ""; }

.fa-hand-holding-medical {
  --fa: ""; }

.fa-person-circle-check {
  --fa: ""; }

.fa-turn-up {
  --fa: ""; }

.fa-level-up-alt {
  --fa: ""; }

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; }

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/assets/font-awesome/fa-solid-900-aa75998623a391e61c6901794ace832e3ecdd288b56d608f21bea0411acc0b8e.woff2") format("woff2"), url("/assets/font-awesome/fa-solid-900-d2f0593540b0e33ba6de255a54f272d466e31144806956bea8cfdbf7edffc9bd.ttf") format("truetype"); }
.fas,
.fa-solid {
  font-weight: 900; }

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free'; }

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/assets/font-awesome/fa-regular-400-e3456d1283b9d75337a773dfd147bf908fd02c01b4bf48576d8603a69b13cbe5.woff2") format("woff2"), url("/assets/font-awesome/fa-regular-400-54cf6086f7bb21f9d072ad494a19b4681fa516dd0a14cee52da01d3651a913a3.ttf") format("truetype"); }
.far,
.fa-regular {
  font-weight: 400; }

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; }

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/assets/font-awesome/fa-brands-400-d7236a19bf23cbb2027280e8f51dc99d6c45976a2ed60de73382b034b18a2b68.woff2") format("woff2"), url("/assets/font-awesome/fa-brands-400-808443ae6c8204395add8543da8a90a60b9376fb0f87ed8e8ea37d109596d805.ttf") format("truetype"); }
.fab,
.fa-brands {
  font-weight: 400; }

.fa-monero {
  --fa: ""; }

.fa-hooli {
  --fa: ""; }

.fa-yelp {
  --fa: ""; }

.fa-cc-visa {
  --fa: ""; }

.fa-lastfm {
  --fa: ""; }

.fa-shopware {
  --fa: ""; }

.fa-creative-commons-nc {
  --fa: ""; }

.fa-aws {
  --fa: ""; }

.fa-redhat {
  --fa: ""; }

.fa-yoast {
  --fa: ""; }

.fa-cloudflare {
  --fa: ""; }

.fa-ups {
  --fa: ""; }

.fa-pixiv {
  --fa: ""; }

.fa-wpexplorer {
  --fa: ""; }

.fa-dyalog {
  --fa: ""; }

.fa-bity {
  --fa: ""; }

.fa-stackpath {
  --fa: ""; }

.fa-buysellads {
  --fa: ""; }

.fa-first-order {
  --fa: ""; }

.fa-modx {
  --fa: ""; }

.fa-guilded {
  --fa: ""; }

.fa-vnv {
  --fa: ""; }

.fa-square-js {
  --fa: ""; }

.fa-js-square {
  --fa: ""; }

.fa-microsoft {
  --fa: ""; }

.fa-qq {
  --fa: ""; }

.fa-orcid {
  --fa: ""; }

.fa-java {
  --fa: ""; }

.fa-invision {
  --fa: ""; }

.fa-creative-commons-pd-alt {
  --fa: ""; }

.fa-centercode {
  --fa: ""; }

.fa-glide-g {
  --fa: ""; }

.fa-drupal {
  --fa: ""; }

.fa-jxl {
  --fa: ""; }

.fa-dart-lang {
  --fa: ""; }

.fa-hire-a-helper {
  --fa: ""; }

.fa-creative-commons-by {
  --fa: ""; }

.fa-unity {
  --fa: ""; }

.fa-whmcs {
  --fa: ""; }

.fa-rocketchat {
  --fa: ""; }

.fa-vk {
  --fa: ""; }

.fa-untappd {
  --fa: ""; }

.fa-mailchimp {
  --fa: ""; }

.fa-css3-alt {
  --fa: ""; }

.fa-square-reddit {
  --fa: ""; }

.fa-reddit-square {
  --fa: ""; }

.fa-vimeo-v {
  --fa: ""; }

.fa-contao {
  --fa: ""; }

.fa-square-font-awesome {
  --fa: ""; }

.fa-deskpro {
  --fa: ""; }

.fa-brave {
  --fa: ""; }

.fa-sistrix {
  --fa: ""; }

.fa-square-instagram {
  --fa: ""; }

.fa-instagram-square {
  --fa: ""; }

.fa-battle-net {
  --fa: ""; }

.fa-the-red-yeti {
  --fa: ""; }

.fa-square-hacker-news {
  --fa: ""; }

.fa-hacker-news-square {
  --fa: ""; }

.fa-edge {
  --fa: ""; }

.fa-threads {
  --fa: ""; }

.fa-napster {
  --fa: ""; }

.fa-square-snapchat {
  --fa: ""; }

.fa-snapchat-square {
  --fa: ""; }

.fa-google-plus-g {
  --fa: ""; }

.fa-artstation {
  --fa: ""; }

.fa-markdown {
  --fa: ""; }

.fa-sourcetree {
  --fa: ""; }

.fa-google-plus {
  --fa: ""; }

.fa-diaspora {
  --fa: ""; }

.fa-foursquare {
  --fa: ""; }

.fa-stack-overflow {
  --fa: ""; }

.fa-github-alt {
  --fa: ""; }

.fa-phoenix-squadron {
  --fa: ""; }

.fa-pagelines {
  --fa: ""; }

.fa-algolia {
  --fa: ""; }

.fa-red-river {
  --fa: ""; }

.fa-creative-commons-sa {
  --fa: ""; }

.fa-safari {
  --fa: ""; }

.fa-google {
  --fa: ""; }

.fa-square-font-awesome-stroke {
  --fa: ""; }

.fa-font-awesome-alt {
  --fa: ""; }

.fa-atlassian {
  --fa: ""; }

.fa-linkedin-in {
  --fa: ""; }

.fa-digital-ocean {
  --fa: ""; }

.fa-nimblr {
  --fa: ""; }

.fa-chromecast {
  --fa: ""; }

.fa-evernote {
  --fa: ""; }

.fa-hacker-news {
  --fa: ""; }

.fa-creative-commons-sampling {
  --fa: ""; }

.fa-adversal {
  --fa: ""; }

.fa-creative-commons {
  --fa: ""; }

.fa-watchman-monitoring {
  --fa: ""; }

.fa-fonticons {
  --fa: ""; }

.fa-weixin {
  --fa: ""; }

.fa-shirtsinbulk {
  --fa: ""; }

.fa-codepen {
  --fa: ""; }

.fa-git-alt {
  --fa: ""; }

.fa-lyft {
  --fa: ""; }

.fa-rev {
  --fa: ""; }

.fa-windows {
  --fa: ""; }

.fa-wizards-of-the-coast {
  --fa: ""; }

.fa-square-viadeo {
  --fa: ""; }

.fa-viadeo-square {
  --fa: ""; }

.fa-meetup {
  --fa: ""; }

.fa-centos {
  --fa: ""; }

.fa-adn {
  --fa: ""; }

.fa-cloudsmith {
  --fa: ""; }

.fa-opensuse {
  --fa: ""; }

.fa-pied-piper-alt {
  --fa: ""; }

.fa-square-dribbble {
  --fa: ""; }

.fa-dribbble-square {
  --fa: ""; }

.fa-codiepie {
  --fa: ""; }

.fa-node {
  --fa: ""; }

.fa-mix {
  --fa: ""; }

.fa-steam {
  --fa: ""; }

.fa-cc-apple-pay {
  --fa: ""; }

.fa-scribd {
  --fa: ""; }

.fa-debian {
  --fa: ""; }

.fa-openid {
  --fa: ""; }

.fa-instalod {
  --fa: ""; }

.fa-files-pinwheel {
  --fa: ""; }

.fa-expeditedssl {
  --fa: ""; }

.fa-sellcast {
  --fa: ""; }

.fa-square-twitter {
  --fa: ""; }

.fa-twitter-square {
  --fa: ""; }

.fa-r-project {
  --fa: ""; }

.fa-delicious {
  --fa: ""; }

.fa-freebsd {
  --fa: ""; }

.fa-vuejs {
  --fa: ""; }

.fa-accusoft {
  --fa: ""; }

.fa-ioxhost {
  --fa: ""; }

.fa-fonticons-fi {
  --fa: ""; }

.fa-app-store {
  --fa: ""; }

.fa-cc-mastercard {
  --fa: ""; }

.fa-itunes-note {
  --fa: ""; }

.fa-golang {
  --fa: ""; }

.fa-kickstarter {
  --fa: ""; }

.fa-square-kickstarter {
  --fa: ""; }

.fa-grav {
  --fa: ""; }

.fa-weibo {
  --fa: ""; }

.fa-uncharted {
  --fa: ""; }

.fa-firstdraft {
  --fa: ""; }

.fa-square-youtube {
  --fa: ""; }

.fa-youtube-square {
  --fa: ""; }

.fa-wikipedia-w {
  --fa: ""; }

.fa-wpressr {
  --fa: ""; }

.fa-rendact {
  --fa: ""; }

.fa-angellist {
  --fa: ""; }

.fa-galactic-republic {
  --fa: ""; }

.fa-nfc-directional {
  --fa: ""; }

.fa-skype {
  --fa: ""; }

.fa-joget {
  --fa: ""; }

.fa-fedora {
  --fa: ""; }

.fa-stripe-s {
  --fa: ""; }

.fa-meta {
  --fa: ""; }

.fa-laravel {
  --fa: ""; }

.fa-hotjar {
  --fa: ""; }

.fa-bluetooth-b {
  --fa: ""; }

.fa-square-letterboxd {
  --fa: ""; }

.fa-sticker-mule {
  --fa: ""; }

.fa-creative-commons-zero {
  --fa: ""; }

.fa-hips {
  --fa: ""; }

.fa-css {
  --fa: ""; }

.fa-behance {
  --fa: ""; }

.fa-reddit {
  --fa: ""; }

.fa-discord {
  --fa: ""; }

.fa-chrome {
  --fa: ""; }

.fa-app-store-ios {
  --fa: ""; }

.fa-cc-discover {
  --fa: ""; }

.fa-wpbeginner {
  --fa: ""; }

.fa-confluence {
  --fa: ""; }

.fa-shoelace {
  --fa: ""; }

.fa-mdb {
  --fa: ""; }

.fa-dochub {
  --fa: ""; }

.fa-accessible-icon {
  --fa: ""; }

.fa-ebay {
  --fa: ""; }

.fa-amazon {
  --fa: ""; }

.fa-unsplash {
  --fa: ""; }

.fa-yarn {
  --fa: ""; }

.fa-square-steam {
  --fa: ""; }

.fa-steam-square {
  --fa: ""; }

.fa-500px {
  --fa: ""; }

.fa-square-vimeo {
  --fa: ""; }

.fa-vimeo-square {
  --fa: ""; }

.fa-asymmetrik {
  --fa: ""; }

.fa-font-awesome {
  --fa: ""; }

.fa-font-awesome-flag {
  --fa: ""; }

.fa-font-awesome-logo-full {
  --fa: ""; }

.fa-gratipay {
  --fa: ""; }

.fa-apple {
  --fa: ""; }

.fa-hive {
  --fa: ""; }

.fa-gitkraken {
  --fa: ""; }

.fa-keybase {
  --fa: ""; }

.fa-apple-pay {
  --fa: ""; }

.fa-padlet {
  --fa: ""; }

.fa-amazon-pay {
  --fa: ""; }

.fa-square-github {
  --fa: ""; }

.fa-github-square {
  --fa: ""; }

.fa-stumbleupon {
  --fa: ""; }

.fa-fedex {
  --fa: ""; }

.fa-phoenix-framework {
  --fa: ""; }

.fa-shopify {
  --fa: ""; }

.fa-neos {
  --fa: ""; }

.fa-square-threads {
  --fa: ""; }

.fa-hackerrank {
  --fa: ""; }

.fa-researchgate {
  --fa: ""; }

.fa-swift {
  --fa: ""; }

.fa-angular {
  --fa: ""; }

.fa-speakap {
  --fa: ""; }

.fa-angrycreative {
  --fa: ""; }

.fa-y-combinator {
  --fa: ""; }

.fa-empire {
  --fa: ""; }

.fa-envira {
  --fa: ""; }

.fa-google-scholar {
  --fa: ""; }

.fa-square-gitlab {
  --fa: ""; }

.fa-gitlab-square {
  --fa: ""; }

.fa-studiovinari {
  --fa: ""; }

.fa-pied-piper {
  --fa: ""; }

.fa-wordpress {
  --fa: ""; }

.fa-product-hunt {
  --fa: ""; }

.fa-firefox {
  --fa: ""; }

.fa-linode {
  --fa: ""; }

.fa-goodreads {
  --fa: ""; }

.fa-square-odnoklassniki {
  --fa: ""; }

.fa-odnoklassniki-square {
  --fa: ""; }

.fa-jsfiddle {
  --fa: ""; }

.fa-sith {
  --fa: ""; }

.fa-themeisle {
  --fa: ""; }

.fa-page4 {
  --fa: ""; }

.fa-hashnode {
  --fa: ""; }

.fa-react {
  --fa: ""; }

.fa-cc-paypal {
  --fa: ""; }

.fa-squarespace {
  --fa: ""; }

.fa-cc-stripe {
  --fa: ""; }

.fa-creative-commons-share {
  --fa: ""; }

.fa-bitcoin {
  --fa: ""; }

.fa-keycdn {
  --fa: ""; }

.fa-opera {
  --fa: ""; }

.fa-itch-io {
  --fa: ""; }

.fa-umbraco {
  --fa: ""; }

.fa-galactic-senate {
  --fa: ""; }

.fa-ubuntu {
  --fa: ""; }

.fa-draft2digital {
  --fa: ""; }

.fa-stripe {
  --fa: ""; }

.fa-houzz {
  --fa: ""; }

.fa-gg {
  --fa: ""; }

.fa-dhl {
  --fa: ""; }

.fa-square-pinterest {
  --fa: ""; }

.fa-pinterest-square {
  --fa: ""; }

.fa-xing {
  --fa: ""; }

.fa-blackberry {
  --fa: ""; }

.fa-creative-commons-pd {
  --fa: ""; }

.fa-playstation {
  --fa: ""; }

.fa-quinscape {
  --fa: ""; }

.fa-less {
  --fa: ""; }

.fa-blogger-b {
  --fa: ""; }

.fa-opencart {
  --fa: ""; }

.fa-vine {
  --fa: ""; }

.fa-signal-messenger {
  --fa: ""; }

.fa-paypal {
  --fa: ""; }

.fa-gitlab {
  --fa: ""; }

.fa-typo3 {
  --fa: ""; }

.fa-reddit-alien {
  --fa: ""; }

.fa-yahoo {
  --fa: ""; }

.fa-dailymotion {
  --fa: ""; }

.fa-affiliatetheme {
  --fa: ""; }

.fa-pied-piper-pp {
  --fa: ""; }

.fa-bootstrap {
  --fa: ""; }

.fa-odnoklassniki {
  --fa: ""; }

.fa-nfc-symbol {
  --fa: ""; }

.fa-mintbit {
  --fa: ""; }

.fa-ethereum {
  --fa: ""; }

.fa-speaker-deck {
  --fa: ""; }

.fa-creative-commons-nc-eu {
  --fa: ""; }

.fa-patreon {
  --fa: ""; }

.fa-avianex {
  --fa: ""; }

.fa-ello {
  --fa: ""; }

.fa-gofore {
  --fa: ""; }

.fa-bimobject {
  --fa: ""; }

.fa-brave-reverse {
  --fa: ""; }

.fa-facebook-f {
  --fa: ""; }

.fa-square-google-plus {
  --fa: ""; }

.fa-google-plus-square {
  --fa: ""; }

.fa-web-awesome {
  --fa: ""; }

.fa-mandalorian {
  --fa: ""; }

.fa-first-order-alt {
  --fa: ""; }

.fa-osi {
  --fa: ""; }

.fa-google-wallet {
  --fa: ""; }

.fa-d-and-d-beyond {
  --fa: ""; }

.fa-periscope {
  --fa: ""; }

.fa-fulcrum {
  --fa: ""; }

.fa-cloudscale {
  --fa: ""; }

.fa-forumbee {
  --fa: ""; }

.fa-mizuni {
  --fa: ""; }

.fa-schlix {
  --fa: ""; }

.fa-square-xing {
  --fa: ""; }

.fa-xing-square {
  --fa: ""; }

.fa-bandcamp {
  --fa: ""; }

.fa-wpforms {
  --fa: ""; }

.fa-cloudversify {
  --fa: ""; }

.fa-usps {
  --fa: ""; }

.fa-megaport {
  --fa: ""; }

.fa-magento {
  --fa: ""; }

.fa-spotify {
  --fa: ""; }

.fa-optin-monster {
  --fa: ""; }

.fa-fly {
  --fa: ""; }

.fa-square-bluesky {
  --fa: ""; }

.fa-aviato {
  --fa: ""; }

.fa-itunes {
  --fa: ""; }

.fa-cuttlefish {
  --fa: ""; }

.fa-blogger {
  --fa: ""; }

.fa-flickr {
  --fa: ""; }

.fa-viber {
  --fa: ""; }

.fa-soundcloud {
  --fa: ""; }

.fa-digg {
  --fa: ""; }

.fa-tencent-weibo {
  --fa: ""; }

.fa-letterboxd {
  --fa: ""; }

.fa-symfony {
  --fa: ""; }

.fa-maxcdn {
  --fa: ""; }

.fa-etsy {
  --fa: ""; }

.fa-facebook-messenger {
  --fa: ""; }

.fa-audible {
  --fa: ""; }

.fa-think-peaks {
  --fa: ""; }

.fa-bilibili {
  --fa: ""; }

.fa-erlang {
  --fa: ""; }

.fa-x-twitter {
  --fa: ""; }

.fa-cotton-bureau {
  --fa: ""; }

.fa-dashcube {
  --fa: ""; }

.fa-42-group {
  --fa: ""; }

.fa-innosoft {
  --fa: ""; }

.fa-stack-exchange {
  --fa: ""; }

.fa-elementor {
  --fa: ""; }

.fa-square-pied-piper {
  --fa: ""; }

.fa-pied-piper-square {
  --fa: ""; }

.fa-creative-commons-nd {
  --fa: ""; }

.fa-palfed {
  --fa: ""; }

.fa-superpowers {
  --fa: ""; }

.fa-resolving {
  --fa: ""; }

.fa-xbox {
  --fa: ""; }

.fa-square-web-awesome-stroke {
  --fa: ""; }

.fa-searchengin {
  --fa: ""; }

.fa-tiktok {
  --fa: ""; }

.fa-square-facebook {
  --fa: ""; }

.fa-facebook-square {
  --fa: ""; }

.fa-renren {
  --fa: ""; }

.fa-linux {
  --fa: ""; }

.fa-glide {
  --fa: ""; }

.fa-linkedin {
  --fa: ""; }

.fa-hubspot {
  --fa: ""; }

.fa-deploydog {
  --fa: ""; }

.fa-twitch {
  --fa: ""; }

.fa-flutter {
  --fa: ""; }

.fa-ravelry {
  --fa: ""; }

.fa-mixer {
  --fa: ""; }

.fa-square-lastfm {
  --fa: ""; }

.fa-lastfm-square {
  --fa: ""; }

.fa-vimeo {
  --fa: ""; }

.fa-mendeley {
  --fa: ""; }

.fa-uniregistry {
  --fa: ""; }

.fa-figma {
  --fa: ""; }

.fa-creative-commons-remix {
  --fa: ""; }

.fa-cc-amazon-pay {
  --fa: ""; }

.fa-dropbox {
  --fa: ""; }

.fa-instagram {
  --fa: ""; }

.fa-cmplid {
  --fa: ""; }

.fa-upwork {
  --fa: ""; }

.fa-facebook {
  --fa: ""; }

.fa-gripfire {
  --fa: ""; }

.fa-jedi-order {
  --fa: ""; }

.fa-uikit {
  --fa: ""; }

.fa-fort-awesome-alt {
  --fa: ""; }

.fa-phabricator {
  --fa: ""; }

.fa-ussunnah {
  --fa: ""; }

.fa-earlybirds {
  --fa: ""; }

.fa-trade-federation {
  --fa: ""; }

.fa-autoprefixer {
  --fa: ""; }

.fa-whatsapp {
  --fa: ""; }

.fa-square-upwork {
  --fa: ""; }

.fa-slideshare {
  --fa: ""; }

.fa-google-play {
  --fa: ""; }

.fa-viadeo {
  --fa: ""; }

.fa-line {
  --fa: ""; }

.fa-google-drive {
  --fa: ""; }

.fa-servicestack {
  --fa: ""; }

.fa-simplybuilt {
  --fa: ""; }

.fa-bitbucket {
  --fa: ""; }

.fa-imdb {
  --fa: ""; }

.fa-deezer {
  --fa: ""; }

.fa-raspberry-pi {
  --fa: ""; }

.fa-jira {
  --fa: ""; }

.fa-docker {
  --fa: ""; }

.fa-screenpal {
  --fa: ""; }

.fa-bluetooth {
  --fa: ""; }

.fa-gitter {
  --fa: ""; }

.fa-d-and-d {
  --fa: ""; }

.fa-microblog {
  --fa: ""; }

.fa-cc-diners-club {
  --fa: ""; }

.fa-gg-circle {
  --fa: ""; }

.fa-pied-piper-hat {
  --fa: ""; }

.fa-kickstarter-k {
  --fa: ""; }

.fa-yandex {
  --fa: ""; }

.fa-readme {
  --fa: ""; }

.fa-html5 {
  --fa: ""; }

.fa-sellsy {
  --fa: ""; }

.fa-square-web-awesome {
  --fa: ""; }

.fa-sass {
  --fa: ""; }

.fa-wirsindhandwerk {
  --fa: ""; }

.fa-wsh {
  --fa: ""; }

.fa-buromobelexperte {
  --fa: ""; }

.fa-salesforce {
  --fa: ""; }

.fa-octopus-deploy {
  --fa: ""; }

.fa-medapps {
  --fa: ""; }

.fa-ns8 {
  --fa: ""; }

.fa-pinterest-p {
  --fa: ""; }

.fa-apper {
  --fa: ""; }

.fa-fort-awesome {
  --fa: ""; }

.fa-waze {
  --fa: ""; }

.fa-bluesky {
  --fa: ""; }

.fa-cc-jcb {
  --fa: ""; }

.fa-snapchat {
  --fa: ""; }

.fa-snapchat-ghost {
  --fa: ""; }

.fa-fantasy-flight-games {
  --fa: ""; }

.fa-rust {
  --fa: ""; }

.fa-wix {
  --fa: ""; }

.fa-square-behance {
  --fa: ""; }

.fa-behance-square {
  --fa: ""; }

.fa-supple {
  --fa: ""; }

.fa-webflow {
  --fa: ""; }

.fa-rebel {
  --fa: ""; }

.fa-css3 {
  --fa: ""; }

.fa-staylinked {
  --fa: ""; }

.fa-kaggle {
  --fa: ""; }

.fa-space-awesome {
  --fa: ""; }

.fa-deviantart {
  --fa: ""; }

.fa-cpanel {
  --fa: ""; }

.fa-goodreads-g {
  --fa: ""; }

.fa-square-git {
  --fa: ""; }

.fa-git-square {
  --fa: ""; }

.fa-square-tumblr {
  --fa: ""; }

.fa-tumblr-square {
  --fa: ""; }

.fa-trello {
  --fa: ""; }

.fa-creative-commons-nc-jp {
  --fa: ""; }

.fa-get-pocket {
  --fa: ""; }

.fa-perbyte {
  --fa: ""; }

.fa-grunt {
  --fa: ""; }

.fa-weebly {
  --fa: ""; }

.fa-connectdevelop {
  --fa: ""; }

.fa-leanpub {
  --fa: ""; }

.fa-black-tie {
  --fa: ""; }

.fa-themeco {
  --fa: ""; }

.fa-python {
  --fa: ""; }

.fa-android {
  --fa: ""; }

.fa-bots {
  --fa: ""; }

.fa-free-code-camp {
  --fa: ""; }

.fa-hornbill {
  --fa: ""; }

.fa-js {
  --fa: ""; }

.fa-ideal {
  --fa: ""; }

.fa-git {
  --fa: ""; }

.fa-dev {
  --fa: ""; }

.fa-sketch {
  --fa: ""; }

.fa-yandex-international {
  --fa: ""; }

.fa-cc-amex {
  --fa: ""; }

.fa-uber {
  --fa: ""; }

.fa-github {
  --fa: ""; }

.fa-php {
  --fa: ""; }

.fa-alipay {
  --fa: ""; }

.fa-youtube {
  --fa: ""; }

.fa-skyatlas {
  --fa: ""; }

.fa-firefox-browser {
  --fa: ""; }

.fa-replyd {
  --fa: ""; }

.fa-suse {
  --fa: ""; }

.fa-jenkins {
  --fa: ""; }

.fa-twitter {
  --fa: ""; }

.fa-rockrms {
  --fa: ""; }

.fa-pinterest {
  --fa: ""; }

.fa-buffer {
  --fa: ""; }

.fa-npm {
  --fa: ""; }

.fa-yammer {
  --fa: ""; }

.fa-btc {
  --fa: ""; }

.fa-dribbble {
  --fa: ""; }

.fa-stumbleupon-circle {
  --fa: ""; }

.fa-internet-explorer {
  --fa: ""; }

.fa-stubber {
  --fa: ""; }

.fa-telegram {
  --fa: ""; }

.fa-telegram-plane {
  --fa: ""; }

.fa-old-republic {
  --fa: ""; }

.fa-odysee {
  --fa: ""; }

.fa-square-whatsapp {
  --fa: ""; }

.fa-whatsapp-square {
  --fa: ""; }

.fa-node-js {
  --fa: ""; }

.fa-edge-legacy {
  --fa: ""; }

.fa-slack {
  --fa: ""; }

.fa-slack-hash {
  --fa: ""; }

.fa-medrt {
  --fa: ""; }

.fa-usb {
  --fa: ""; }

.fa-tumblr {
  --fa: ""; }

.fa-vaadin {
  --fa: ""; }

.fa-quora {
  --fa: ""; }

.fa-square-x-twitter {
  --fa: ""; }

.fa-reacteurope {
  --fa: ""; }

.fa-medium {
  --fa: ""; }

.fa-medium-m {
  --fa: ""; }

.fa-amilia {
  --fa: ""; }

.fa-mixcloud {
  --fa: ""; }

.fa-flipboard {
  --fa: ""; }

.fa-viacoin {
  --fa: ""; }

.fa-critical-role {
  --fa: ""; }

.fa-sitrox {
  --fa: ""; }

.fa-discourse {
  --fa: ""; }

.fa-joomla {
  --fa: ""; }

.fa-mastodon {
  --fa: ""; }

.fa-airbnb {
  --fa: ""; }

.fa-wolf-pack-battalion {
  --fa: ""; }

.fa-buy-n-large {
  --fa: ""; }

.fa-gulp {
  --fa: ""; }

.fa-creative-commons-sampling-plus {
  --fa: ""; }

.fa-strava {
  --fa: ""; }

.fa-ember {
  --fa: ""; }

.fa-canadian-maple-leaf {
  --fa: ""; }

.fa-teamspeak {
  --fa: ""; }

.fa-pushed {
  --fa: ""; }

.fa-wordpress-simple {
  --fa: ""; }

.fa-nutritionix {
  --fa: ""; }

.fa-wodu {
  --fa: ""; }

.fa-google-pay {
  --fa: ""; }

.fa-intercom {
  --fa: ""; }

.fa-zhihu {
  --fa: ""; }

.fa-korvue {
  --fa: ""; }

.fa-pix {
  --fa: ""; }

.fa-steam-symbol {
  --fa: ""; }

@media (max-width: 767px) {
  .quantity-item {
    width: 100%; } }
.quantity-item {
  margin: 0 20px 10px 0;
  font-size: 20px;
  padding: 10px 29px 10px 21px;
  border-radius: 25px;
  display: inline-block;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
  background: #002f5d;
  color: #fff; }
  .quantity-item.small {
    font-size: 14px;
    padding: 7px 29px 7px 21px;
    margin-right: 0px; }
    .quantity-item.small input[type="radio"] {
      width: 13px;
      height: 13px; }
  .quantity-item label {
    margin: 0;
    padding-left: 7px; }
  .quantity-item input[type="radio"] {
    width: 17px;
    height: 17px; }

.package .package__body span.total {
  display: block;
  font-size: 14px;
  margin: 6px 0 0; }

.testimonial__image img {
  max-width: 149px;
  max-height: 149px; }

.form-alt--contact .field {
  border: 1px solid; }

input#accept_tos {
  display: inline;
  height: 1px;
  opacity: 0; }

.error-block {
  display: block;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
  padding-left: 20px; }

.error-tab .error-box {
  display: block !important; }

.error-tab button {
  cursor: not-allowed;
  pointer-events: none;
  background-color: lightgrey; }

.error-box {
  box-shadow: 0 0 10px 0 #f00;
  border-radius: 24px;
  padding: 10px;
  width: fit-content;
  margin-bottom: 20px; }

.cke_notifications_area {
  display: none; }

.widget-stat > ul > li {
  padding-top: 27px; }

.accordion-alt .accordion__head a {
  display: none; }
.accordion-alt.is-active .accordion-collapse-info {
  display: none; }
.accordion-alt.is-ready .accordion-collapse-info {
  display: block; }
.accordion-alt.is-ready .accordion__head a {
  display: block; }

#billing-address {
  margin-top: 18px; }

.pseudofileinput {
  padding-top: 0.8em; }

.previous_page {
  transform: rotate(180deg); }

@media (min-width: 767px) {
  .feature .feature__image img {
    display: inline-block;
    position: absolute;
    top: 70px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0; }

  .form-search .form__body label {
    font-size: inherit; } }
.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.tt-hint {
  color: #999; }

.tt-menu {
  width: 422px;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px; }

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf; }

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf; }

.tt-suggestion p {
  margin: 0; }

.twitter-typeahead {
  width: 100%; }

.field.pseudofileinput input[type=file] {
  filter: opacity(0);
  position: absolute;
  top: 0;
  left: 0; }

.header__actions .dropdown-menu {
  background-color: #b0253b; }
  .header__actions .dropdown-menu a {
    margin-left: 0px !important;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.04em; }
    .header__actions .dropdown-menu a:hover {
      background-color: #961e31; }

.small-font {
  font-size: 80%; }

.top-company {
  position: relative;
  padding: 0px;
  height: 230px;
  width: 230px; }
  .top-company--small {
    width: 110px;
    height: 110px; }
    .top-company--small .circle {
      background: #fff; }
      .top-company--small .circle .text {
        color: #002f5d; }
        .top-company--small .circle .text .top {
          font-size: 35px; }
        .top-company--small .circle .text .company {
          font-size: 10px; }
  .top-company .circle {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    border-radius: 50%; }
    .top-company .circle .top {
      font-size: 41px;
      font-weight: 900; }
    .top-company .circle .company {
      font-size: 12px; }

.article-alt {
  transition: border-color .4s;
  border: 3px solid rgba(255, 255, 255, 0); }
  .article-alt:hover {
    border-color: #b0253b; }

.article__image {
  position: relative; }
  .article__image img {
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    left: 50%; }

.ico-home.ico-home-big {
  width: 30px;
  height: 30px; }

.benefit-svg {
  width: 61px;
  height: 61px;
  background: #002f5d;
  border-radius: 10px; }

.benefit-svg path {
  fill: white; }

.roadsign .feature-teritary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 182px;
  text-decoration: none; }

.no-interaction {
  pointer-events: none; }

.highlight--red {
  color: #b0253b;
  font-weight: 700; }

.form__title-alt {
  margin-left: 21px;
  font-weight: 800;
  color: #002f5d;
  margin-top: 30px; }

.raw-content ul {
  list-style: none; }
  .raw-content ul li {
    position: relative;
    padding-left: 10px; }
    .raw-content ul li:after {
      content: '';
      position: absolute;
      top: 11px;
      left: 0;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: #040404; }

.hint {
  color: #ec9000 !important; }
  .hint--red {
    color: #fe0000 !important; }

.two-column-text {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2; }

.article--jobs-watermarked {
  background-position-x: right;
  min-height: 300px;
  position: relative; }
  .article--jobs-watermarked .job-index-svg {
    position: absolute;
    top: 0;
    right: 0;
    width: 292px; }
    .article--jobs-watermarked .job-index-svg path {
      fill: #f2f2f2; }

.search_result h4 {
  color: #002f5d; }

.last-breadcrumb {
  font-size: 16px;
  font-weight: 400; }

@media (max-width: 767px) {
  .mobile-teaser-width {
    min-width: calc(100vw - 20%) !important; } }
@media (max-width: 767px) {
  .slick-slider .feature-alt {
    margin: 0 20px; }

  .search_results .feature--secondary .feature__content {
    max-width: 269px; }

  .search_result {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .search_result .feature__image {
      flex: 0 0 25%;
      max-width: 25%;
      padding-right: 10px; }
    .search_result .feature__body {
      flex: 0 0 75%;
      max-width: 75%; }
      .search_result .feature__body .feature__content,
      .search_result .feature__body h4,
      .search_result .feature__body p {
        font-size: 16px; }
      .search_result .feature__body .feature__link {
        display: none; }
    .search_result .feature__foot li {
      width: 25%;
      font-size: 14px; }
    .search_result .feature__foot a {
      position: absolute;
      right: 22px; }

  .top-company {
    width: 135px;
    height: 135px; }
    .top-company .circle .top {
      font-size: 36px; }
    .top-company .circle .company {
      font-size: 11px; }

  .company-header .nav-secondary {
    margin-top: 0 !important; }

  .logo-header {
    padding: 20px 30px; }

  .mobile-full-width {
    margin: 0 -8%;
    padding: 0; }

  .mobile-container {
    padding: 0 20px; }

  .mobile-steckbrief {
    margin: 0 -66px !important;
    padding: 12px 66px; }

  .search__bg {
    background-image: none !important; } }
.video-item .article__logo img {
  max-height: 57px; }

.news-item .article__body {
  min-height: 108px; }

.industry-svg {
  position: absolute;
  width: 72px;
  height: 78px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

@media (max-width: 639px) {
  .form-subscribe--primary .btn {
    right: 2px; }

  .ico-send {
    width: 20px;
    height: 20px; } }
