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

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

@-ms-viewport {
  width: device-width; }

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #212529;
  background-color: #fff; }

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

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .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; }

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

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

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

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

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

pre,
code,
kbd,
samp {
  font-family: monospace, 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:not(:root) {
  overflow: hidden; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

table {
  border-collapse: collapse; }

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

th {
  text-align: left; }

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

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

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

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"] {
  -webkit-box-sizing: border-box;
          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-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

output {
  display: inline-block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 6px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h2, h5 {
  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.1; }

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

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

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

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

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: 5px; }

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 6px;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #868e96; }

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

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

.row {
  display: -webkit-box;
  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%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; } }

.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 0.25rem;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
  .btn:focus, .btn:hover {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: .40; }
  .btn:active, .btn.active {
    background-image: none; }

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
            box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
     }
  .btn-primary:active, .btn-primary.active,
  .show > .btn-primary.dropdown-toggle {
    background-color: #0069d9;
    background-image: none;
    border-color: #0062cc; }

.btn-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #727b84;
    border-color: #6c757d; }
  .btn-secondary:focus, .btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
            box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #868e96;
    border-color: #868e96; }
  .btn-secondary:active, .btn-secondary.active,
  .show > .btn-secondary.dropdown-toggle {
    background-color: #727b84;
    background-image: none;
    border-color: #6c757d; }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:active, .btn-success.active,
  .show > .btn-success.dropdown-toggle {
    background-color: #218838;
    background-image: none;
    border-color: #1e7e34; }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:active, .btn-info.active,
  .show > .btn-info.dropdown-toggle {
    background-color: #138496;
    background-image: none;
    border-color: #117a8b; }

.btn-warning {
  color: #111;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #111;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:active, .btn-warning.active,
  .show > .btn-warning.dropdown-toggle {
    background-color: #e0a800;
    background-image: none;
    border-color: #d39e00; }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
            box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:active, .btn-danger.active,
  .show > .btn-danger.dropdown-toggle {
    background-color: #c82333;
    background-image: none;
    border-color: #bd2130; }

.btn-light {
  color: #111;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #111;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:active, .btn-light.active,
  .show > .btn-light.dropdown-toggle {
    background-color: #e2e6ea;
    background-image: none;
    border-color: #dae0e5; }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:active, .btn-dark.active,
  .show > .btn-dark.dropdown-toggle {
    background-color: #23272b;
    background-image: none;
    border-color: #1d2124; }

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
            box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:active, .btn-outline-primary.active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }

.btn-outline-secondary {
  color: #868e96;
  background-color: transparent;
  background-image: none;
  border-color: #868e96; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
            box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #868e96;
    background-color: transparent; }
  .btn-outline-secondary:active, .btn-outline-secondary.active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96; }

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:active, .btn-outline-success.active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:active, .btn-outline-info.active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:active, .btn-outline-warning.active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107; }

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
            box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:active, .btn-outline-danger.active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:active, .btn-outline-light.active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:active, .btn-outline-dark.active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }

.btn-link {
  font-weight: normal;
  color: #007bff;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent; }
  .btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-link:hover {
    border-color: transparent; }
  .btn-link:focus, .btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link:disabled {
    color: #868e96; }
    .btn-link:disabled:focus, .btn-link:disabled:hover {
      text-decoration: none; }

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

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

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

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

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

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

.collapse {
  display: none; }
  .collapse.show {
    display: block; }

tr.collapse.show {
  display: table-row; }

tbody.collapse.show {
  display: table-row-group; }

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

.dropup,
.dropdown {
  position: relative; }

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

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

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

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid; }

.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-divider {
  height: 0;
  margin: 6px 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: normal;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #868e96;
    background-color: transparent; }

.show > a {
  outline: 0; }

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

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

.custom-control {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-indicator {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007bff;
            box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007bff; }
  .custom-control-input:active ~ .custom-control-indicator {
    color: #fff;
    background-color: #b3d7ff; }
  .custom-control-input:disabled ~ .custom-control-indicator {
    background-color: #e9ecef; }
  .custom-control-input:disabled ~ .custom-control-description {
    color: #868e96; }

.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

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

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

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

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

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

.custom-controls-stacked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .custom-controls-stacked .custom-control {
    margin-bottom: 0.25rem; }
    .custom-controls-stacked .custom-control + .custom-control {
      margin-left: 0; }

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

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

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 0; }

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  opacity: 0; }

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }
  .custom-file-control:lang(en):empty::after {
    content: "Choose file..."; }
  .custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #e9ecef;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0 0.25rem 0.25rem 0; }
  .custom-file-control:lang(en)::before {
    content: "Browse"; }

.nav {
  display: -webkit-box;
  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:focus, .nav-link:hover {
    text-decoration: none; }
  .nav-link.disabled {
    color: #868e96; }

.nav-tabs {
  border-bottom: 1px solid #C2C8CF; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      border-color: transparent transparent #C2C8CF; }
    .nav-tabs .nav-link.disabled {
      color: #868e96;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #f70a38;
    background-color: transparent;
    border-color: #C2C8CF #C2C8CF transparent; }
  .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,
  .show > .nav-pills .nav-link {
    color: #fff;
    background-color: #007bff; }

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

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6px 12px; }
  .navbar > .container, .modal--filter .navbar > .modal-dialog,
  .navbar > .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 12px;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none; }

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -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%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:focus, .navbar-toggler:hover {
    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: 575px) {
  .navbar-expand-sm > .container, .modal--filter .navbar-expand-sm > .modal-dialog,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-expand-sm > .container, .modal--filter .navbar-expand-sm > .modal-dialog,
    .navbar-expand-sm > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767px) {
  .navbar-expand-md > .container, .modal--filter .navbar-expand-md > .modal-dialog,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-expand-md > .container, .modal--filter .navbar-expand-md > .modal-dialog,
    .navbar-expand-md > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991px) {
  .navbar-expand-lg > .container, .modal--filter .navbar-expand-lg > .modal-dialog,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-expand-lg > .container, .modal--filter .navbar-expand-lg > .modal-dialog,
    .navbar-expand-lg > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199px) {
  .navbar-expand-xl > .container, .modal--filter .navbar-expand-xl > .modal-dialog,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-expand-xl > .container, .modal--filter .navbar-expand-xl > .modal-dialog,
    .navbar-expand-xl > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .navbar-expand > .container, .modal--filter .navbar-expand > .modal-dialog,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .dropdown-menu-right {
      right: 0;
      left: auto; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .5rem; }
  .navbar-expand > .container, .modal--filter .navbar-expand > .modal-dialog,
  .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .navbar-expand .navbar-toggler {
    display: none; }

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

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

.navbar-light .navbar-nav .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;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

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

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

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

.navbar-dark .navbar-nav .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: white; }

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

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

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

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: bold; }

.alert-dismissible .close {
  position: relative;
  top: -0.75rem;
  right: -1.25rem;
  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: #464a4e;
  background-color: #e7e8ea;
  border-color: #dddfe2; }
  .alert-secondary hr {
    border-top-color: #cfd2d6; }
  .alert-secondary .alert-link {
    color: #2e3133; }

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

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75; }

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

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
            transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e9ecef; }

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

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 15px; }

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #e9ecef; }
  .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: 30px auto; }
  .modal-sm {
    max-width: 300px; } }

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

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

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

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #868e96 !important; }

a.bg-secondary:focus, a.bg-secondary:hover {
  background-color: #6c757d !important; }

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

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

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

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

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

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

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

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

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

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

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

a.bg-dark:focus, a.bg-dark:hover {
  background-color: #1d2124 !important; }

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

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #e9ecef !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: #868e96 !important; }

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

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

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

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

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

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

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

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

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

.rounded-0 {
  border-radius: 0; }

.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-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  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-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    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-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    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-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    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-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.d-print-block {
  display: none !important; }
  @media print {
    .d-print-block {
      display: block !important; } }

.d-print-inline {
  display: none !important; }
  @media print {
    .d-print-inline {
      display: inline !important; } }

.d-print-inline-block {
  display: none !important; }
  @media print {
    .d-print-inline-block {
      display: inline-block !important; } }

@media print {
  .d-print-none {
    display: none !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.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -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; }

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

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

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

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

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

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

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

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -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; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -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 {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -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; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -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 {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -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; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -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 {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -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; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -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 {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -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; } }

.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;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100, .list--row-right li > * {
  width: 100% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-1 {
  margin: 6px !important; }

.mt-1 {
  margin-top: 6px !important; }

.mr-1 {
  margin-right: 6px !important; }

.mb-1 {
  margin-bottom: 6px !important; }

.ml-1 {
  margin-left: 6px !important; }

.mx-1 {
  margin-right: 6px !important;
  margin-left: 6px !important; }

.my-1 {
  margin-top: 6px !important;
  margin-bottom: 6px !important; }

.m-2 {
  margin: 12px !important; }

.mt-2 {
  margin-top: 12px !important; }

.mr-2 {
  margin-right: 12px !important; }

.mb-2 {
  margin-bottom: 12px !important; }

.ml-2 {
  margin-left: 12px !important; }

.mx-2 {
  margin-right: 12px !important;
  margin-left: 12px !important; }

.my-2 {
  margin-top: 12px !important;
  margin-bottom: 12px !important; }

.m-3 {
  margin: 18px !important; }

.mt-3 {
  margin-top: 18px !important; }

.mr-3 {
  margin-right: 18px !important; }

.mb-3 {
  margin-bottom: 18px !important; }

.ml-3 {
  margin-left: 18px !important; }

.mx-3 {
  margin-right: 18px !important;
  margin-left: 18px !important; }

.my-3 {
  margin-top: 18px !important;
  margin-bottom: 18px !important; }

.m-4 {
  margin: 24px !important; }

.mt-4 {
  margin-top: 24px !important; }

.mr-4 {
  margin-right: 24px !important; }

.mb-4 {
  margin-bottom: 24px !important; }

.ml-4 {
  margin-left: 24px !important; }

.mx-4 {
  margin-right: 24px !important;
  margin-left: 24px !important; }

.my-4 {
  margin-top: 24px !important;
  margin-bottom: 24px !important; }

.m-5 {
  margin: 48px !important; }

.mt-5 {
  margin-top: 48px !important; }

.mr-5 {
  margin-right: 48px !important; }

.mb-5 {
  margin-bottom: 48px !important; }

.ml-5 {
  margin-left: 48px !important; }

.mx-5 {
  margin-right: 48px !important;
  margin-left: 48px !important; }

.my-5 {
  margin-top: 48px !important;
  margin-bottom: 48px !important; }

.m-6 {
  margin: 72px !important; }

.mt-6 {
  margin-top: 72px !important; }

.mr-6 {
  margin-right: 72px !important; }

.mb-6 {
  margin-bottom: 72px !important; }

.ml-6 {
  margin-left: 72px !important; }

.mx-6 {
  margin-right: 72px !important;
  margin-left: 72px !important; }

.my-6 {
  margin-top: 72px !important;
  margin-bottom: 72px !important; }

.m-7 {
  margin: 96px !important; }

.mt-7 {
  margin-top: 96px !important; }

.mr-7 {
  margin-right: 96px !important; }

.mb-7 {
  margin-bottom: 96px !important; }

.ml-7 {
  margin-left: 96px !important; }

.mx-7 {
  margin-right: 96px !important;
  margin-left: 96px !important; }

.my-7 {
  margin-top: 96px !important;
  margin-bottom: 96px !important; }

.p-0 {
  padding: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-1 {
  padding: 6px !important; }

.pt-1 {
  padding-top: 6px !important; }

.pr-1 {
  padding-right: 6px !important; }

.pb-1 {
  padding-bottom: 6px !important; }

.pl-1 {
  padding-left: 6px !important; }

.px-1 {
  padding-right: 6px !important;
  padding-left: 6px !important; }

.py-1 {
  padding-top: 6px !important;
  padding-bottom: 6px !important; }

.p-2 {
  padding: 12px !important; }

.pt-2 {
  padding-top: 12px !important; }

.pr-2 {
  padding-right: 12px !important; }

.pb-2 {
  padding-bottom: 12px !important; }

.pl-2 {
  padding-left: 12px !important; }

.px-2 {
  padding-right: 12px !important;
  padding-left: 12px !important; }

.py-2 {
  padding-top: 12px !important;
  padding-bottom: 12px !important; }

.p-3 {
  padding: 18px !important; }

.pt-3 {
  padding-top: 18px !important; }

.pr-3 {
  padding-right: 18px !important; }

.pb-3 {
  padding-bottom: 18px !important; }

.pl-3 {
  padding-left: 18px !important; }

.px-3 {
  padding-right: 18px !important;
  padding-left: 18px !important; }

.py-3 {
  padding-top: 18px !important;
  padding-bottom: 18px !important; }

.p-4 {
  padding: 24px !important; }

.pt-4 {
  padding-top: 24px !important; }

.pr-4 {
  padding-right: 24px !important; }

.pb-4 {
  padding-bottom: 24px !important; }

.pl-4 {
  padding-left: 24px !important; }

.px-4 {
  padding-right: 24px !important;
  padding-left: 24px !important; }

.py-4 {
  padding-top: 24px !important;
  padding-bottom: 24px !important; }

.p-5 {
  padding: 48px !important; }

.pt-5 {
  padding-top: 48px !important; }

.pr-5 {
  padding-right: 48px !important; }

.pb-5 {
  padding-bottom: 48px !important; }

.pl-5 {
  padding-left: 48px !important; }

.px-5 {
  padding-right: 48px !important;
  padding-left: 48px !important; }

.py-5 {
  padding-top: 48px !important;
  padding-bottom: 48px !important; }

.p-6 {
  padding: 72px !important; }

.pt-6 {
  padding-top: 72px !important; }

.pr-6 {
  padding-right: 72px !important; }

.pb-6 {
  padding-bottom: 72px !important; }

.pl-6 {
  padding-left: 72px !important; }

.px-6 {
  padding-right: 72px !important;
  padding-left: 72px !important; }

.py-6 {
  padding-top: 72px !important;
  padding-bottom: 72px !important; }

.p-7 {
  padding: 96px !important; }

.pt-7 {
  padding-top: 96px !important; }

.pr-7 {
  padding-right: 96px !important; }

.pb-7 {
  padding-bottom: 96px !important; }

.pl-7 {
  padding-left: 96px !important; }

.px-7 {
  padding-right: 96px !important;
  padding-left: 96px !important; }

.py-7 {
  padding-top: 96px !important;
  padding-bottom: 96px !important; }

.m-auto {
  margin: auto !important; }

.mt-auto {
  margin-top: auto !important; }

.mr-auto {
  margin-right: auto !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-auto {
  margin-left: auto !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0 {
    margin-left: 0 !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-sm-1 {
    margin: 6px !important; }
  .mt-sm-1 {
    margin-top: 6px !important; }
  .mr-sm-1 {
    margin-right: 6px !important; }
  .mb-sm-1 {
    margin-bottom: 6px !important; }
  .ml-sm-1 {
    margin-left: 6px !important; }
  .mx-sm-1 {
    margin-right: 6px !important;
    margin-left: 6px !important; }
  .my-sm-1 {
    margin-top: 6px !important;
    margin-bottom: 6px !important; }
  .m-sm-2 {
    margin: 12px !important; }
  .mt-sm-2 {
    margin-top: 12px !important; }
  .mr-sm-2 {
    margin-right: 12px !important; }
  .mb-sm-2 {
    margin-bottom: 12px !important; }
  .ml-sm-2 {
    margin-left: 12px !important; }
  .mx-sm-2 {
    margin-right: 12px !important;
    margin-left: 12px !important; }
  .my-sm-2 {
    margin-top: 12px !important;
    margin-bottom: 12px !important; }
  .m-sm-3 {
    margin: 18px !important; }
  .mt-sm-3 {
    margin-top: 18px !important; }
  .mr-sm-3 {
    margin-right: 18px !important; }
  .mb-sm-3 {
    margin-bottom: 18px !important; }
  .ml-sm-3 {
    margin-left: 18px !important; }
  .mx-sm-3 {
    margin-right: 18px !important;
    margin-left: 18px !important; }
  .my-sm-3 {
    margin-top: 18px !important;
    margin-bottom: 18px !important; }
  .m-sm-4 {
    margin: 24px !important; }
  .mt-sm-4 {
    margin-top: 24px !important; }
  .mr-sm-4 {
    margin-right: 24px !important; }
  .mb-sm-4 {
    margin-bottom: 24px !important; }
  .ml-sm-4 {
    margin-left: 24px !important; }
  .mx-sm-4 {
    margin-right: 24px !important;
    margin-left: 24px !important; }
  .my-sm-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important; }
  .m-sm-5 {
    margin: 48px !important; }
  .mt-sm-5 {
    margin-top: 48px !important; }
  .mr-sm-5 {
    margin-right: 48px !important; }
  .mb-sm-5 {
    margin-bottom: 48px !important; }
  .ml-sm-5 {
    margin-left: 48px !important; }
  .mx-sm-5 {
    margin-right: 48px !important;
    margin-left: 48px !important; }
  .my-sm-5 {
    margin-top: 48px !important;
    margin-bottom: 48px !important; }
  .m-sm-6 {
    margin: 72px !important; }
  .mt-sm-6 {
    margin-top: 72px !important; }
  .mr-sm-6 {
    margin-right: 72px !important; }
  .mb-sm-6 {
    margin-bottom: 72px !important; }
  .ml-sm-6 {
    margin-left: 72px !important; }
  .mx-sm-6 {
    margin-right: 72px !important;
    margin-left: 72px !important; }
  .my-sm-6 {
    margin-top: 72px !important;
    margin-bottom: 72px !important; }
  .m-sm-7 {
    margin: 96px !important; }
  .mt-sm-7 {
    margin-top: 96px !important; }
  .mr-sm-7 {
    margin-right: 96px !important; }
  .mb-sm-7 {
    margin-bottom: 96px !important; }
  .ml-sm-7 {
    margin-left: 96px !important; }
  .mx-sm-7 {
    margin-right: 96px !important;
    margin-left: 96px !important; }
  .my-sm-7 {
    margin-top: 96px !important;
    margin-bottom: 96px !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0 {
    padding-left: 0 !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-sm-1 {
    padding: 6px !important; }
  .pt-sm-1 {
    padding-top: 6px !important; }
  .pr-sm-1 {
    padding-right: 6px !important; }
  .pb-sm-1 {
    padding-bottom: 6px !important; }
  .pl-sm-1 {
    padding-left: 6px !important; }
  .px-sm-1 {
    padding-right: 6px !important;
    padding-left: 6px !important; }
  .py-sm-1 {
    padding-top: 6px !important;
    padding-bottom: 6px !important; }
  .p-sm-2 {
    padding: 12px !important; }
  .pt-sm-2 {
    padding-top: 12px !important; }
  .pr-sm-2 {
    padding-right: 12px !important; }
  .pb-sm-2 {
    padding-bottom: 12px !important; }
  .pl-sm-2 {
    padding-left: 12px !important; }
  .px-sm-2 {
    padding-right: 12px !important;
    padding-left: 12px !important; }
  .py-sm-2 {
    padding-top: 12px !important;
    padding-bottom: 12px !important; }
  .p-sm-3 {
    padding: 18px !important; }
  .pt-sm-3 {
    padding-top: 18px !important; }
  .pr-sm-3 {
    padding-right: 18px !important; }
  .pb-sm-3 {
    padding-bottom: 18px !important; }
  .pl-sm-3 {
    padding-left: 18px !important; }
  .px-sm-3 {
    padding-right: 18px !important;
    padding-left: 18px !important; }
  .py-sm-3 {
    padding-top: 18px !important;
    padding-bottom: 18px !important; }
  .p-sm-4 {
    padding: 24px !important; }
  .pt-sm-4 {
    padding-top: 24px !important; }
  .pr-sm-4 {
    padding-right: 24px !important; }
  .pb-sm-4 {
    padding-bottom: 24px !important; }
  .pl-sm-4 {
    padding-left: 24px !important; }
  .px-sm-4 {
    padding-right: 24px !important;
    padding-left: 24px !important; }
  .py-sm-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important; }
  .p-sm-5 {
    padding: 48px !important; }
  .pt-sm-5 {
    padding-top: 48px !important; }
  .pr-sm-5 {
    padding-right: 48px !important; }
  .pb-sm-5 {
    padding-bottom: 48px !important; }
  .pl-sm-5 {
    padding-left: 48px !important; }
  .px-sm-5 {
    padding-right: 48px !important;
    padding-left: 48px !important; }
  .py-sm-5 {
    padding-top: 48px !important;
    padding-bottom: 48px !important; }
  .p-sm-6 {
    padding: 72px !important; }
  .pt-sm-6 {
    padding-top: 72px !important; }
  .pr-sm-6 {
    padding-right: 72px !important; }
  .pb-sm-6 {
    padding-bottom: 72px !important; }
  .pl-sm-6 {
    padding-left: 72px !important; }
  .px-sm-6 {
    padding-right: 72px !important;
    padding-left: 72px !important; }
  .py-sm-6 {
    padding-top: 72px !important;
    padding-bottom: 72px !important; }
  .p-sm-7 {
    padding: 96px !important; }
  .pt-sm-7 {
    padding-top: 96px !important; }
  .pr-sm-7 {
    padding-right: 96px !important; }
  .pb-sm-7 {
    padding-bottom: 96px !important; }
  .pl-sm-7 {
    padding-left: 96px !important; }
  .px-sm-7 {
    padding-right: 96px !important;
    padding-left: 96px !important; }
  .py-sm-7 {
    padding-top: 96px !important;
    padding-bottom: 96px !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto {
    margin-left: auto !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mr-md-0 {
    margin-right: 0 !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0 {
    margin-left: 0 !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-md-1 {
    margin: 6px !important; }
  .mt-md-1 {
    margin-top: 6px !important; }
  .mr-md-1 {
    margin-right: 6px !important; }
  .mb-md-1 {
    margin-bottom: 6px !important; }
  .ml-md-1 {
    margin-left: 6px !important; }
  .mx-md-1 {
    margin-right: 6px !important;
    margin-left: 6px !important; }
  .my-md-1 {
    margin-top: 6px !important;
    margin-bottom: 6px !important; }
  .m-md-2 {
    margin: 12px !important; }
  .mt-md-2 {
    margin-top: 12px !important; }
  .mr-md-2 {
    margin-right: 12px !important; }
  .mb-md-2 {
    margin-bottom: 12px !important; }
  .ml-md-2 {
    margin-left: 12px !important; }
  .mx-md-2 {
    margin-right: 12px !important;
    margin-left: 12px !important; }
  .my-md-2 {
    margin-top: 12px !important;
    margin-bottom: 12px !important; }
  .m-md-3 {
    margin: 18px !important; }
  .mt-md-3 {
    margin-top: 18px !important; }
  .mr-md-3 {
    margin-right: 18px !important; }
  .mb-md-3 {
    margin-bottom: 18px !important; }
  .ml-md-3 {
    margin-left: 18px !important; }
  .mx-md-3 {
    margin-right: 18px !important;
    margin-left: 18px !important; }
  .my-md-3 {
    margin-top: 18px !important;
    margin-bottom: 18px !important; }
  .m-md-4 {
    margin: 24px !important; }
  .mt-md-4 {
    margin-top: 24px !important; }
  .mr-md-4 {
    margin-right: 24px !important; }
  .mb-md-4 {
    margin-bottom: 24px !important; }
  .ml-md-4 {
    margin-left: 24px !important; }
  .mx-md-4 {
    margin-right: 24px !important;
    margin-left: 24px !important; }
  .my-md-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important; }
  .m-md-5 {
    margin: 48px !important; }
  .mt-md-5 {
    margin-top: 48px !important; }
  .mr-md-5 {
    margin-right: 48px !important; }
  .mb-md-5 {
    margin-bottom: 48px !important; }
  .ml-md-5 {
    margin-left: 48px !important; }
  .mx-md-5 {
    margin-right: 48px !important;
    margin-left: 48px !important; }
  .my-md-5 {
    margin-top: 48px !important;
    margin-bottom: 48px !important; }
  .m-md-6 {
    margin: 72px !important; }
  .mt-md-6 {
    margin-top: 72px !important; }
  .mr-md-6 {
    margin-right: 72px !important; }
  .mb-md-6 {
    margin-bottom: 72px !important; }
  .ml-md-6 {
    margin-left: 72px !important; }
  .mx-md-6 {
    margin-right: 72px !important;
    margin-left: 72px !important; }
  .my-md-6 {
    margin-top: 72px !important;
    margin-bottom: 72px !important; }
  .m-md-7 {
    margin: 96px !important; }
  .mt-md-7 {
    margin-top: 96px !important; }
  .mr-md-7 {
    margin-right: 96px !important; }
  .mb-md-7 {
    margin-bottom: 96px !important; }
  .ml-md-7 {
    margin-left: 96px !important; }
  .mx-md-7 {
    margin-right: 96px !important;
    margin-left: 96px !important; }
  .my-md-7 {
    margin-top: 96px !important;
    margin-bottom: 96px !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pr-md-0 {
    padding-right: 0 !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0 {
    padding-left: 0 !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-md-1 {
    padding: 6px !important; }
  .pt-md-1 {
    padding-top: 6px !important; }
  .pr-md-1 {
    padding-right: 6px !important; }
  .pb-md-1 {
    padding-bottom: 6px !important; }
  .pl-md-1 {
    padding-left: 6px !important; }
  .px-md-1 {
    padding-right: 6px !important;
    padding-left: 6px !important; }
  .py-md-1 {
    padding-top: 6px !important;
    padding-bottom: 6px !important; }
  .p-md-2 {
    padding: 12px !important; }
  .pt-md-2 {
    padding-top: 12px !important; }
  .pr-md-2 {
    padding-right: 12px !important; }
  .pb-md-2 {
    padding-bottom: 12px !important; }
  .pl-md-2 {
    padding-left: 12px !important; }
  .px-md-2 {
    padding-right: 12px !important;
    padding-left: 12px !important; }
  .py-md-2 {
    padding-top: 12px !important;
    padding-bottom: 12px !important; }
  .p-md-3 {
    padding: 18px !important; }
  .pt-md-3 {
    padding-top: 18px !important; }
  .pr-md-3 {
    padding-right: 18px !important; }
  .pb-md-3 {
    padding-bottom: 18px !important; }
  .pl-md-3 {
    padding-left: 18px !important; }
  .px-md-3 {
    padding-right: 18px !important;
    padding-left: 18px !important; }
  .py-md-3 {
    padding-top: 18px !important;
    padding-bottom: 18px !important; }
  .p-md-4 {
    padding: 24px !important; }
  .pt-md-4 {
    padding-top: 24px !important; }
  .pr-md-4 {
    padding-right: 24px !important; }
  .pb-md-4 {
    padding-bottom: 24px !important; }
  .pl-md-4 {
    padding-left: 24px !important; }
  .px-md-4 {
    padding-right: 24px !important;
    padding-left: 24px !important; }
  .py-md-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important; }
  .p-md-5 {
    padding: 48px !important; }
  .pt-md-5 {
    padding-top: 48px !important; }
  .pr-md-5 {
    padding-right: 48px !important; }
  .pb-md-5 {
    padding-bottom: 48px !important; }
  .pl-md-5 {
    padding-left: 48px !important; }
  .px-md-5 {
    padding-right: 48px !important;
    padding-left: 48px !important; }
  .py-md-5 {
    padding-top: 48px !important;
    padding-bottom: 48px !important; }
  .p-md-6 {
    padding: 72px !important; }
  .pt-md-6 {
    padding-top: 72px !important; }
  .pr-md-6 {
    padding-right: 72px !important; }
  .pb-md-6 {
    padding-bottom: 72px !important; }
  .pl-md-6 {
    padding-left: 72px !important; }
  .px-md-6 {
    padding-right: 72px !important;
    padding-left: 72px !important; }
  .py-md-6 {
    padding-top: 72px !important;
    padding-bottom: 72px !important; }
  .p-md-7 {
    padding: 96px !important; }
  .pt-md-7 {
    padding-top: 96px !important; }
  .pr-md-7 {
    padding-right: 96px !important; }
  .pb-md-7 {
    padding-bottom: 96px !important; }
  .pl-md-7 {
    padding-left: 96px !important; }
  .px-md-7 {
    padding-right: 96px !important;
    padding-left: 96px !important; }
  .py-md-7 {
    padding-top: 96px !important;
    padding-bottom: 96px !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .mr-md-auto {
    margin-right: auto !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto {
    margin-left: auto !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0 {
    margin-left: 0 !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-lg-1 {
    margin: 6px !important; }
  .mt-lg-1 {
    margin-top: 6px !important; }
  .mr-lg-1 {
    margin-right: 6px !important; }
  .mb-lg-1 {
    margin-bottom: 6px !important; }
  .ml-lg-1 {
    margin-left: 6px !important; }
  .mx-lg-1 {
    margin-right: 6px !important;
    margin-left: 6px !important; }
  .my-lg-1 {
    margin-top: 6px !important;
    margin-bottom: 6px !important; }
  .m-lg-2 {
    margin: 12px !important; }
  .mt-lg-2 {
    margin-top: 12px !important; }
  .mr-lg-2 {
    margin-right: 12px !important; }
  .mb-lg-2 {
    margin-bottom: 12px !important; }
  .ml-lg-2 {
    margin-left: 12px !important; }
  .mx-lg-2 {
    margin-right: 12px !important;
    margin-left: 12px !important; }
  .my-lg-2 {
    margin-top: 12px !important;
    margin-bottom: 12px !important; }
  .m-lg-3 {
    margin: 18px !important; }
  .mt-lg-3 {
    margin-top: 18px !important; }
  .mr-lg-3 {
    margin-right: 18px !important; }
  .mb-lg-3 {
    margin-bottom: 18px !important; }
  .ml-lg-3 {
    margin-left: 18px !important; }
  .mx-lg-3 {
    margin-right: 18px !important;
    margin-left: 18px !important; }
  .my-lg-3 {
    margin-top: 18px !important;
    margin-bottom: 18px !important; }
  .m-lg-4 {
    margin: 24px !important; }
  .mt-lg-4 {
    margin-top: 24px !important; }
  .mr-lg-4 {
    margin-right: 24px !important; }
  .mb-lg-4 {
    margin-bottom: 24px !important; }
  .ml-lg-4 {
    margin-left: 24px !important; }
  .mx-lg-4 {
    margin-right: 24px !important;
    margin-left: 24px !important; }
  .my-lg-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important; }
  .m-lg-5 {
    margin: 48px !important; }
  .mt-lg-5 {
    margin-top: 48px !important; }
  .mr-lg-5 {
    margin-right: 48px !important; }
  .mb-lg-5 {
    margin-bottom: 48px !important; }
  .ml-lg-5 {
    margin-left: 48px !important; }
  .mx-lg-5 {
    margin-right: 48px !important;
    margin-left: 48px !important; }
  .my-lg-5 {
    margin-top: 48px !important;
    margin-bottom: 48px !important; }
  .m-lg-6 {
    margin: 72px !important; }
  .mt-lg-6 {
    margin-top: 72px !important; }
  .mr-lg-6 {
    margin-right: 72px !important; }
  .mb-lg-6 {
    margin-bottom: 72px !important; }
  .ml-lg-6 {
    margin-left: 72px !important; }
  .mx-lg-6 {
    margin-right: 72px !important;
    margin-left: 72px !important; }
  .my-lg-6 {
    margin-top: 72px !important;
    margin-bottom: 72px !important; }
  .m-lg-7 {
    margin: 96px !important; }
  .mt-lg-7 {
    margin-top: 96px !important; }
  .mr-lg-7 {
    margin-right: 96px !important; }
  .mb-lg-7 {
    margin-bottom: 96px !important; }
  .ml-lg-7 {
    margin-left: 96px !important; }
  .mx-lg-7 {
    margin-right: 96px !important;
    margin-left: 96px !important; }
  .my-lg-7 {
    margin-top: 96px !important;
    margin-bottom: 96px !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0 {
    padding-left: 0 !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-lg-1 {
    padding: 6px !important; }
  .pt-lg-1 {
    padding-top: 6px !important; }
  .pr-lg-1 {
    padding-right: 6px !important; }
  .pb-lg-1 {
    padding-bottom: 6px !important; }
  .pl-lg-1 {
    padding-left: 6px !important; }
  .px-lg-1 {
    padding-right: 6px !important;
    padding-left: 6px !important; }
  .py-lg-1 {
    padding-top: 6px !important;
    padding-bottom: 6px !important; }
  .p-lg-2 {
    padding: 12px !important; }
  .pt-lg-2 {
    padding-top: 12px !important; }
  .pr-lg-2 {
    padding-right: 12px !important; }
  .pb-lg-2 {
    padding-bottom: 12px !important; }
  .pl-lg-2 {
    padding-left: 12px !important; }
  .px-lg-2 {
    padding-right: 12px !important;
    padding-left: 12px !important; }
  .py-lg-2 {
    padding-top: 12px !important;
    padding-bottom: 12px !important; }
  .p-lg-3 {
    padding: 18px !important; }
  .pt-lg-3 {
    padding-top: 18px !important; }
  .pr-lg-3 {
    padding-right: 18px !important; }
  .pb-lg-3 {
    padding-bottom: 18px !important; }
  .pl-lg-3 {
    padding-left: 18px !important; }
  .px-lg-3 {
    padding-right: 18px !important;
    padding-left: 18px !important; }
  .py-lg-3 {
    padding-top: 18px !important;
    padding-bottom: 18px !important; }
  .p-lg-4 {
    padding: 24px !important; }
  .pt-lg-4 {
    padding-top: 24px !important; }
  .pr-lg-4 {
    padding-right: 24px !important; }
  .pb-lg-4 {
    padding-bottom: 24px !important; }
  .pl-lg-4 {
    padding-left: 24px !important; }
  .px-lg-4 {
    padding-right: 24px !important;
    padding-left: 24px !important; }
  .py-lg-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important; }
  .p-lg-5 {
    padding: 48px !important; }
  .pt-lg-5 {
    padding-top: 48px !important; }
  .pr-lg-5 {
    padding-right: 48px !important; }
  .pb-lg-5 {
    padding-bottom: 48px !important; }
  .pl-lg-5 {
    padding-left: 48px !important; }
  .px-lg-5 {
    padding-right: 48px !important;
    padding-left: 48px !important; }
  .py-lg-5 {
    padding-top: 48px !important;
    padding-bottom: 48px !important; }
  .p-lg-6 {
    padding: 72px !important; }
  .pt-lg-6 {
    padding-top: 72px !important; }
  .pr-lg-6 {
    padding-right: 72px !important; }
  .pb-lg-6 {
    padding-bottom: 72px !important; }
  .pl-lg-6 {
    padding-left: 72px !important; }
  .px-lg-6 {
    padding-right: 72px !important;
    padding-left: 72px !important; }
  .py-lg-6 {
    padding-top: 72px !important;
    padding-bottom: 72px !important; }
  .p-lg-7 {
    padding: 96px !important; }
  .pt-lg-7 {
    padding-top: 96px !important; }
  .pr-lg-7 {
    padding-right: 96px !important; }
  .pb-lg-7 {
    padding-bottom: 96px !important; }
  .pl-lg-7 {
    padding-left: 96px !important; }
  .px-lg-7 {
    padding-right: 96px !important;
    padding-left: 96px !important; }
  .py-lg-7 {
    padding-top: 96px !important;
    padding-bottom: 96px !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto {
    margin-left: auto !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0 {
    margin-left: 0 !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-xl-1 {
    margin: 6px !important; }
  .mt-xl-1 {
    margin-top: 6px !important; }
  .mr-xl-1 {
    margin-right: 6px !important; }
  .mb-xl-1 {
    margin-bottom: 6px !important; }
  .ml-xl-1 {
    margin-left: 6px !important; }
  .mx-xl-1 {
    margin-right: 6px !important;
    margin-left: 6px !important; }
  .my-xl-1 {
    margin-top: 6px !important;
    margin-bottom: 6px !important; }
  .m-xl-2 {
    margin: 12px !important; }
  .mt-xl-2 {
    margin-top: 12px !important; }
  .mr-xl-2 {
    margin-right: 12px !important; }
  .mb-xl-2 {
    margin-bottom: 12px !important; }
  .ml-xl-2 {
    margin-left: 12px !important; }
  .mx-xl-2 {
    margin-right: 12px !important;
    margin-left: 12px !important; }
  .my-xl-2 {
    margin-top: 12px !important;
    margin-bottom: 12px !important; }
  .m-xl-3 {
    margin: 18px !important; }
  .mt-xl-3 {
    margin-top: 18px !important; }
  .mr-xl-3 {
    margin-right: 18px !important; }
  .mb-xl-3 {
    margin-bottom: 18px !important; }
  .ml-xl-3 {
    margin-left: 18px !important; }
  .mx-xl-3 {
    margin-right: 18px !important;
    margin-left: 18px !important; }
  .my-xl-3 {
    margin-top: 18px !important;
    margin-bottom: 18px !important; }
  .m-xl-4 {
    margin: 24px !important; }
  .mt-xl-4 {
    margin-top: 24px !important; }
  .mr-xl-4 {
    margin-right: 24px !important; }
  .mb-xl-4 {
    margin-bottom: 24px !important; }
  .ml-xl-4 {
    margin-left: 24px !important; }
  .mx-xl-4 {
    margin-right: 24px !important;
    margin-left: 24px !important; }
  .my-xl-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important; }
  .m-xl-5 {
    margin: 48px !important; }
  .mt-xl-5 {
    margin-top: 48px !important; }
  .mr-xl-5 {
    margin-right: 48px !important; }
  .mb-xl-5 {
    margin-bottom: 48px !important; }
  .ml-xl-5 {
    margin-left: 48px !important; }
  .mx-xl-5 {
    margin-right: 48px !important;
    margin-left: 48px !important; }
  .my-xl-5 {
    margin-top: 48px !important;
    margin-bottom: 48px !important; }
  .m-xl-6 {
    margin: 72px !important; }
  .mt-xl-6 {
    margin-top: 72px !important; }
  .mr-xl-6 {
    margin-right: 72px !important; }
  .mb-xl-6 {
    margin-bottom: 72px !important; }
  .ml-xl-6 {
    margin-left: 72px !important; }
  .mx-xl-6 {
    margin-right: 72px !important;
    margin-left: 72px !important; }
  .my-xl-6 {
    margin-top: 72px !important;
    margin-bottom: 72px !important; }
  .m-xl-7 {
    margin: 96px !important; }
  .mt-xl-7 {
    margin-top: 96px !important; }
  .mr-xl-7 {
    margin-right: 96px !important; }
  .mb-xl-7 {
    margin-bottom: 96px !important; }
  .ml-xl-7 {
    margin-left: 96px !important; }
  .mx-xl-7 {
    margin-right: 96px !important;
    margin-left: 96px !important; }
  .my-xl-7 {
    margin-top: 96px !important;
    margin-bottom: 96px !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0 {
    padding-left: 0 !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-xl-1 {
    padding: 6px !important; }
  .pt-xl-1 {
    padding-top: 6px !important; }
  .pr-xl-1 {
    padding-right: 6px !important; }
  .pb-xl-1 {
    padding-bottom: 6px !important; }
  .pl-xl-1 {
    padding-left: 6px !important; }
  .px-xl-1 {
    padding-right: 6px !important;
    padding-left: 6px !important; }
  .py-xl-1 {
    padding-top: 6px !important;
    padding-bottom: 6px !important; }
  .p-xl-2 {
    padding: 12px !important; }
  .pt-xl-2 {
    padding-top: 12px !important; }
  .pr-xl-2 {
    padding-right: 12px !important; }
  .pb-xl-2 {
    padding-bottom: 12px !important; }
  .pl-xl-2 {
    padding-left: 12px !important; }
  .px-xl-2 {
    padding-right: 12px !important;
    padding-left: 12px !important; }
  .py-xl-2 {
    padding-top: 12px !important;
    padding-bottom: 12px !important; }
  .p-xl-3 {
    padding: 18px !important; }
  .pt-xl-3 {
    padding-top: 18px !important; }
  .pr-xl-3 {
    padding-right: 18px !important; }
  .pb-xl-3 {
    padding-bottom: 18px !important; }
  .pl-xl-3 {
    padding-left: 18px !important; }
  .px-xl-3 {
    padding-right: 18px !important;
    padding-left: 18px !important; }
  .py-xl-3 {
    padding-top: 18px !important;
    padding-bottom: 18px !important; }
  .p-xl-4 {
    padding: 24px !important; }
  .pt-xl-4 {
    padding-top: 24px !important; }
  .pr-xl-4 {
    padding-right: 24px !important; }
  .pb-xl-4 {
    padding-bottom: 24px !important; }
  .pl-xl-4 {
    padding-left: 24px !important; }
  .px-xl-4 {
    padding-right: 24px !important;
    padding-left: 24px !important; }
  .py-xl-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important; }
  .p-xl-5 {
    padding: 48px !important; }
  .pt-xl-5 {
    padding-top: 48px !important; }
  .pr-xl-5 {
    padding-right: 48px !important; }
  .pb-xl-5 {
    padding-bottom: 48px !important; }
  .pl-xl-5 {
    padding-left: 48px !important; }
  .px-xl-5 {
    padding-right: 48px !important;
    padding-left: 48px !important; }
  .py-xl-5 {
    padding-top: 48px !important;
    padding-bottom: 48px !important; }
  .p-xl-6 {
    padding: 72px !important; }
  .pt-xl-6 {
    padding-top: 72px !important; }
  .pr-xl-6 {
    padding-right: 72px !important; }
  .pb-xl-6 {
    padding-bottom: 72px !important; }
  .pl-xl-6 {
    padding-left: 72px !important; }
  .px-xl-6 {
    padding-right: 72px !important;
    padding-left: 72px !important; }
  .py-xl-6 {
    padding-top: 72px !important;
    padding-bottom: 72px !important; }
  .p-xl-7 {
    padding: 96px !important; }
  .pt-xl-7 {
    padding-top: 96px !important; }
  .pr-xl-7 {
    padding-right: 96px !important; }
  .pb-xl-7 {
    padding-bottom: 96px !important; }
  .pl-xl-7 {
    padding-left: 96px !important; }
  .px-xl-7 {
    padding-right: 96px !important;
    padding-left: 96px !important; }
  .py-xl-7 {
    padding-top: 96px !important;
    padding-bottom: 96px !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto {
    margin-left: auto !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

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

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-normal {
  font-weight: normal; }

.font-weight-bold {
  font-weight: bold; }

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

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

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

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

.text-secondary {
  color: #868e96 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

a.text-dark:focus, a.text-dark:hover {
  color: #1d2124 !important; }

.text-muted {
  color: #868e96 !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s,visibility 0s linear .25s;
  transition: opacity .25s,visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity .25s,visibility 0s;
  transition: opacity .25s,visibility 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity,-webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity,-webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable=true] {
  cursor: text; }

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc; }

.fancybox-button:focus, .fancybox-button:hover {
  color: #fff; }

.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity .25s,visibility 0s,color .25s;
  transition: opacity .25s,visibility 0s,color .25s; }

.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  -webkit-transition: stroke .1s;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--iframe .fancybox-close-small:hover svg, .fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0; }

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

.fancybox-loading {
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(99, 99, 99, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0); }

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1); }

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }

.assistant .box-left {
  display: none; }
  @media (min-width: 576px) {
    .assistant .box-left {
      display: block; } }
  @media (min-width: 992px) {
    .assistant .box-left {
      position: absolute; }
      .assistant .box-left .svg-wrap {
        max-width: 768px; } }

.assistant .svg-wrap {
  position: relative; }
  .assistant .svg-wrap .svg-links {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3; }
    .assistant .svg-wrap .svg-links > a {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: absolute;
      padding: 12px;
      color: #A1A9B3;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-size: 18px;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .assistant .svg-wrap .svg-links > a.active, .assistant .svg-wrap .svg-links > a:hover {
        color: #f70a38; }
        .assistant .svg-wrap .svg-links > a.active svg, .assistant .svg-wrap .svg-links > a:hover svg {
          stroke: #f70a38; }
    .assistant .svg-wrap .svg-links svg {
      height: 24px;
      width: 24px;
      stroke: #A1A9B3;
      margin-left: 12px;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
  .assistant .svg-wrap svg.device {
    position: relative;
    z-index: 2; }
    .assistant .svg-wrap svg.device path, .assistant .svg-wrap svg.device line, .assistant .svg-wrap svg.device polygon, .assistant .svg-wrap svg.device ellipse {
      fill: none;
      stroke: #A1A9B3;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke-miterlimit: 10; }
      .assistant .svg-wrap svg.device path.active, .assistant .svg-wrap svg.device line.active, .assistant .svg-wrap svg.device polygon.active, .assistant .svg-wrap svg.device ellipse.active {
        stroke: #f70a38; }
.vd-badge {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  border-radius: 999px;
  background-color: #A1A9B3;
  padding: 12px 18px 10px 18px; }

.vd-badge-sales {
    mask: url('../images/badges/commercial-badge.svg') no-repeat center;
    -webkit-mask: url('../images/badges/commercial-badge.svg') no-repeat center;
    mask-size: 100% 100%;
    transition: background-color 0.3s;

}


.vd-badge-sales.vd-badge--primary {
    background: linear-gradient(90deg, #ff7b91 0%, #f70a38 100%);
}
.vd-badge-sales.vd-badge--primary:hover {
    background: linear-gradient(90deg, #f70a38 0%, #f70a38 100%);
}


  .vd-badge--small {
    padding: 8px 12px; }
  .vd-badge--primary {
    background-color: #f70a38; }
  .vd-badge--dark {
    background-color: #A1A9B3; }
  .vd-badge--filter {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    color: #2D303E;
    background-color: #F0F1F2;
    padding: 10px 12px;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s; }
    .vd-badge--filter > svg {
      height: 16px;
      width: 16px;
      font-size: 0;
      stroke: #A1A9B3;
      margin-left: 12px; }
    .vd-badge--filter:hover {
      background-color: #c6c6c6; }
    .vd-badge--filter.hasSelection {
      color: #fff;
      background-color: #f70a38; }
      .vd-badge--filter.hasSelection > svg {
        stroke: #fff; }
      .vd-badge--filter.hasSelection:hover {
        background-color: #cd0028; }

.blog-preview {
  padding: 0 9px; }
  .blog-preview a:hover .blog-preview__heading, .blog-preview a:focus .blog-preview__heading {
    color: #f70a38; }
  .blog-preview__image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 3px;
    padding-bottom: 56.25%; }
  .blog-preview__heading {
    font-size: 20px;
    font-weight: 600;
    color: #2D303E; }
  .blog-preview__time {
    font-size: 14px;
    color: #A1A9B3;
    margin-bottom: 6px; }
  .blog-preview__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .blog-preview__author .image {
      height: 24px;
      width: 24px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      border-radius: 50%;
      margin: 0 12px 0 0; }
    .blog-preview__author .author {
      font-size: 16px;
      font-weight: 600;
      color: #606770; }

.blog__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .blog__author .image {
    height: 24px;
    width: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    margin: 0 12px 0 0; }
  .blog__author .author {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #fff; }

.blog__author-section {
  color: #fff; }
  .blog__author-section .social {
    position: absolute;
    top: 0;
    left: 15px; }
    .blog__author-section .social a {
      display: inline-block;
      height: 36px;
      width: 36px;
      font-size: 0; }
      .blog__author-section .social a:not(:last-child) {
        margin-right: 12px; }
      .blog__author-section .social a svg {
        height: 100%;
        width: 100%;
        fill: #fff;
        stroke: #fff;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        .blog__author-section .social a svg:hover {
          opacity: 0.6; }
  .blog__author-section .image {
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom; }
  .blog__author-section .heading {
    font-size: 24px;
    font-weight: 600; }
  .blog__author-section p {
    font-size: 16px; }
  .blog__author-section .author {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 6px;
    font-weight: 600; }
  .blog__author-section .position {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    opacity: 0.75; }

@media (min-width: 992px) {
  .blog__share {
    display: none; } }

.blog__date {
  font-size: 14px;
  line-height: 18px;
  color: #fff; }

.blog__time-to-read {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #fff; }

.blog__heading, .blog__content h2, .page__content h2 {
  font-size: 30px;
  font-weight: 600; }
  .blog__heading--h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600; }

.blog__content, .page__content {
  font-size: 18px; }
  .blog__content > p, .page__content > p, .blog__content > ul, .page__content > ul, .blog__content > blockquote, .page__content > blockquote {
    margin-bottom: 24px; }
  .blog__content > figure, .page__content > figure {
    margin: 0 -15px 48px; }
    @media (min-width: 992px) {
      .blog__content > figure, .page__content > figure {
        margin: 0 -72px 24px;
        margin-top: 48px; } }
    .blog__content > figure figcaption, .page__content > figure figcaption {
      text-align: right;
      font-size: 14px;
      line-height: 18px;
      color: #A1A9B3;
      margin-top: 12px;
      padding-right: 15px;
      padding-left: 15px; }
      @media (min-width: 992px) {
        .blog__content > figure figcaption, .page__content > figure figcaption {
          padding-right: 0;
          padding-left: 0; } }
  .blog__content h2, .page__content h2 {
    margin-bottom: 12px; }
  .blog__content a, .page__content a {
    color: #f70a38; }
    .blog__content a:hover, .page__content a:hover {
      text-decoration: underline; }
  .blog__content ul, .page__content ul {
    color: #606770; }
    .blog__content ul li, .page__content ul li {
      margin-bottom: 12px !important; }
  .blog__content blockquote, .page__content blockquote {
    position: relative;
    color: #f70a38;
    font-style: italic;
    padding: 72px 24px 0; }
    @media (min-width: 768px) {
      .blog__content blockquote, .page__content blockquote {
        padding: 24px 96px; } }
    .blog__content blockquote:after, .page__content blockquote:after {
      content: url("./../icons/quote-red.svg");
      position: absolute;
      top: 24px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      height: 48px;
      width: 48px;
      font-size: 0; }
      @media (min-width: 768px) {
        .blog__content blockquote:after, .page__content blockquote:after {
          left: 24px;
          -webkit-transform: none;
                  transform: none; } }
    .blog__content blockquote p, .page__content blockquote p {
      color: #f70a38; }

.blog__intro {
  font-size: 20px;
  color: #2D303E; }

.blog__social-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0; }
  .blog__social-list li {
    display: inline-block;
    margin-right: 12px; }
    .blog__social-list li a {
      display: inline-block; }
      .blog__social-list li a:hover svg, .blog__social-list li a:focus svg {
        opacity: 0.6; }
      .blog__social-list li a svg {
        font-size: 0;
        height: 36px;
        width: 36px;
        stroke: #f70a38;
        fill: #f70a38; }

.blog__products-list .list-item {
  position: relative;
  display: block;
  text-align: center; }
  @media (min-width: 576px) {
    .blog__products-list .list-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-align: left; } }
  .blog__products-list .list-item:not(:last-child) {
    border-bottom: 1px solid #C2C8CF; }
  .blog__products-list .list-item__image-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 204px;
    max-width: 50%; }
  .blog__products-list .list-item__image {
    padding-bottom: 56.25%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }
  .blog__products-list .list-item__link {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #2D303E; }
    .blog__products-list .list-item__link:hover {
      color: #f70a38; }
  .blog__products-list .list-item__red {
    font-size: 16px;
    font-weight: 600;
    color: #f70a38; }
  .blog__products-list .list-item__action {
    position: absolute;
    top: 12px;
    right: 0;
    display: inline-block;
    height: 36px;
    width: 36px;
    padding: 0 0 12px 12px; }
    @media (min-width: 576px) {
      .blog__products-list .list-item__action {
        position: static; } }
    .blog__products-list .list-item__action svg {
      height: 100%;
      width: 100%;
      stroke: #A1A9B3; }
    .blog__products-list .list-item__action:hover svg {
      stroke: #f70a38; }

.filter {
  margin-bottom: 0; }
  .filter__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #A1A9B3; }
    .filter__item:hover {
      color: #f70a38; }
      .filter__item:hover svg {
        stroke: #f70a38; }
    .filter__item svg {
      height: 24px;
      width: 24px;
      stroke: #A1A9B3; }

.sticky-social-wrap {
  display: none;
  position: absolute;
  top: 0;
  bottom: 48px;
  right: 48px;
  padding-top: 48px; }
  @media (min-width: 992px) {
    .sticky-social-wrap {
      display: initial; } }

.sticky-social {
  position: absolute;
  top: 48px;
  background: #fff;
  border-radius: 3px 0 0 3px; }
  @media (min-width: 1200px) {
    .sticky-social {
      background: transparent;
      -webkit-box-shadow: none;
              box-shadow: none; } }
  @supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-social {
      position: -webkit-sticky;
      position: sticky; } }
  .sticky-social a {
    display: block;
    height: 36px;
    width: 36px;
    margin-bottom: 12px; }
    .sticky-social a:hover svg, .sticky-social a:focus svg {
      stroke: #f70a38;
      fill: #f70a38; }
    .sticky-social a svg {
      font-size: 0;
      height: 36px;
      width: 36px;
      stroke: #A1A9B3;
      fill: #A1A9B3; }

.vd-breadcrumbs .crumb {
  font-size: 14px;
  font-weight: 400;
  color: #A1A9B3; }
  .vd-breadcrumbs .crumb--current {
    color: #2D303E;
    font-weight: 600; }
  .vd-breadcrumbs .crumb:not(.crumb--current):hover {
    color: #f70a38; }

.vd-breadcrumbs .separator {
  font-size: 14px;
  font-weight: 600;
  color: #A1A9B3;
  margin: 0 6px; }

.btn {
  border-radius: 3px; }
  .btn.disable {
    opacity: 0.4;
    pointer-events: none; }

.btn-primary {
  background-color: #f70a38;
  border: none; }
  .btn-primary:hover {
    background-color: #cd0028; }
  .btn-primary:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.btn-secondary {
  background-color: #A1A9B3;
  color: #fff;
  border: none; }
  .btn-secondary:hover {
    background-color: #606770; }
  .btn-secondary:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.btn-outline-primary {
  background-color: transparent;
  border: 2px solid #f70a38;
  color: #f70a38; }
  .btn-outline-primary:hover {
    background-color: #cd0028;
    border-color: #cd0028;
    color: #fff; }

.btn-outline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f70a38;
  white-space: normal;
  text-align: left;
  border: 1px solid #C2C8CF;
  padding: 10px 12px; }
  .btn-outline i {
    font-size: 0;
    margin-left: 12px; }
    .btn-outline i svg {
      height: 16px;
      width: 16px;
      stroke: #f70a38; }

.btn-light {
  background-color: #fff;
  border: 2px solid #c6c6c6;
  color: #f70a38; }
  .btn-light:hover {
    background-color: #f70a38;
    border: 2px solid #f70a38;
    color: #fff; }

.btn-lg {
  font-size: 18px;
  line-height: 30px;
  padding: 9px 36px; }

.h-42 {
  height: 42px;
  line-height: 42px;
  padding: 0; }

.h-48 {
  height: 48px;
  padding: 0;
  line-height: 48px;
  font-size: 18px !important; }

.vd-btn-filter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #2D303E; }
  .vd-btn-filter:hover {
    color: #f70a38; }
  .vd-btn-filter svg {
    stroke: #f70a38;
    height: 28px;
    width: 28px;
    margin-left: 12px; }

.vd-btn-clear {
  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;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  background-color: #f70a38;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  margin-left: 6px; }
  .vd-btn-clear:hover {
    color: #fff;
    background-color: #cd0028; }

.card {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  -webkit-transition: opacity .2s;
  transition: opacity .2s; }
  .card.disable {
    opacity: 0.4;
    pointer-events: none; }
  .card--border {
    border: 1px solid #C2C8CF; }
  .card--gray {
    background-color: #F0F1F2; }
  .card--white {
    background-color: #fff; }
  .card--shadow {
    -webkit-box-shadow: 0 1px 5px 0 rgba(45, 48, 62, 0.25);
            box-shadow: 0 1px 5px 0 rgba(45, 48, 62, 0.25); }
  .card--no-radius {
    border-radius: 0; }
  .card__action {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 20; }
    .card__action a {
      display: inline-block;
      height: 36px;
      width: 36px;
      padding: 6px; }
      .card__action a svg {
        height: 24px;
        width: 24px;
        stroke: #A1A9B3; }
      .card__action a:hover svg {
        stroke: #f70a38; }
  .card__icon {
    position: absolute;
    top: 24px;
    right: 24px;
    height: 48px;
    width: 48px;
    fill: #f70a38; }
  .card__link {
    color: #2D303E; }
    .card__link:hover {
      color: #f70a38; }
  .card__header {
    background-color: #f70a38;
    color: #fff;
    text-transform: uppercase;
    padding: 17px 24px; }
  .card__heading {
    font-size: 30px;
    font-weight: 600;
    color: #2D303E; }
    .card__heading--small {
      font-size: 24px;
      line-height: 30px; }
  .card__main-image {
    padding-bottom: 56.25%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  .card__image {
    padding-bottom: 100%;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat; }
    .card__image--gray {
      -webkit-filter: saturate(0%);
              filter: saturate(0%); }
    .card__image--profile {
      display: inline-block;
      height: 72px;
      width: 72px;
      border-radius: 50%;
      overflow: hidden;
      padding: 0;
      margin-bottom: 0; }
  .card__thumbnails {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .card__thumbnails .nav-item:not(:last-child) {
      margin-right: 24px; }
    .card__thumbnails .nav-link {
      width: 72px;
      padding: 0;
      opacity: 0.4; }
      .card__thumbnails .nav-link.active, .card__thumbnails .nav-link:hover {
        opacity: 1; }
  .card__divider {
    border-bottom: 1px solid #C2C8CF;
    margin: 12px 0; }
  .card__text {
    font-size: 16px;
    font-weight: 600; }
    .card__text--gray {
      color: #606770;
      font-weight: 400; }
    .card__text--red {
      color: #f70a38; }
    .card__text--small {
      font-size: 14px; }

@media (min-width: 992px) {
  .fixed {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    overflow-y: auto; }
    .fixed__wrap {
      min-height: 100%;
      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; } }

.fixed-item__footer {
  font-size: 24px; }
  .fixed-item__footer .original {
    font-size: 18px;
    color: #606770; }

.fixed-item__cta {
  color: #45cb67; }

.footer {
  position: relative;
  padding-top: 60px;
  padding-bottom: 0; }
  .footer .bg-lines {
    z-index: 1; }
  .footer .bg-lines ~ * {
    position: relative;
    z-index: 2; }
  .footer .footer__menu.list-unstyled {
    margin-bottom: 12px; }
  .footer .footer__menu li {
    margin-bottom: 6px; }
  .footer .footer__menu a {
    font-size: 16px;
    color: #606770; }
    .footer .footer__menu a:hover, .footer .footer__menu a:focus {
      color: #f70a38; }
  .footer__social {
    display: inline-block; }
    .footer__social a {
      display: inline-block;
      height: 36px;
      width: 36px;
      margin-left: 12px; }
      .footer__social a:hover svg, .footer__social a:focus svg {
        stroke: #f70a38;
        fill: #f70a38; }
    .footer__social svg {
      font-size: 0;
      height: 36px;
      width: 36px;
      stroke: #2D303E;
      fill: #2D303E; }
  .footer__humans .human {
    padding-bottom: 100%;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-bottom: 0; }
  .footer .col h5 {
    font-weight: 600; }

input[type="submit"] {
  cursor: pointer; }

.vd-input {
  border: 2px solid transparent;
  border-radius: 18px;
  overflow: hidden;
  background-color: #fff;
  line-height: 18px;
  padding: 12px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 16px; }
  .vd-input--dark {
    background-color: transparent;
    border: 2px solid #C2C8CF;
    color: #fff; }
    .vd-input--dark:focus {
      border: 2px solid #f70a38; }
  .vd-input--gray {
    background-color: #F0F1F2; }
    .vd-input--gray:focus {
      border: 2px solid #f70a38;
      background-color: #fff; }
  .vd-input--br3 {
    border-radius: 3px; }

textarea.vd-input {
  min-height: 120px;
  outline: none; }

.vd-select {
  border: none;
  border-radius: 3px;
  overflow: hidden;
  padding: 6px 12px;
  outline: none; }
  .vd-select--gray {
    background-color: #F0F1F2; }
  .vd-select--border {
    border: 1px solid #A1A9B3;
    background: transparent;
    color: #A1A9B3;
    height: 42px; }
    .vd-select--border option {
      color: #2D303E; }

@media (min-width: 992px) {
  .vd-form {
    max-width: 600px; } }

.vd-form label:not(.vd-checkbox-label) {
  color: #A1A9B3 !important; }
  .vd-form label:not(.vd-checkbox-label) input, .vd-form label:not(.vd-checkbox-label) textarea {
    margin-top: 6px; }

.vd-form input, .vd-form textarea {
  font-size: 16px;
  border-radius: 3px; }

.vd-form__heading {
  font-size: 24px;
  font-weight: 600; }

.vd-checkbox-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #606770;
  cursor: pointer;
  margin-bottom: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .vd-checkbox-label label {
    cursor: pointer; }
  .vd-checkbox-label--big {
    font-size: 18px;
    font-weight: 600; }
    .vd-checkbox-label--big input:checked ~ .txt {
      color: #f70a38; }
      .vd-checkbox-label--big input:checked ~ .txt svg {
        stroke: #f70a38; }
    .vd-checkbox-label--big .txt {
      width: 100%; }
      .vd-checkbox-label--big .txt svg {
        height: 48px;
        width: 48px;
        stroke: #606770;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
  .vd-checkbox-label--image img {
    opacity: 0.4; }
  .vd-checkbox-label--image input:checked ~ img {
    opacity: 1; }
  .vd-checkbox-label--text .txt {
    font-size: 14px;
    color: #A1A9B3; }
  .vd-checkbox-label--text input:checked ~ .txt {
    color: #f70a38; }
  .vd-checkbox-label--text input:hover ~ .txt {
    color: #f70a38; }
  .vd-checkbox-label input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden; }
    .vd-checkbox-label input:checked ~ .vd-checkbox:before, .vd-checkbox-label input:checked ~ .vd-checkbox:after {
      background-color: #f70a38; }
    .vd-checkbox-label input:checked ~ svg {
      stroke: #f70a38; }
  .vd-checkbox-label svg {
    height: 30px;
    width: 30px;
    stroke: #A1A9B3;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .vd-checkbox-label#remember-me {
    margin-bottom: 0; }
  .vd-checkbox-label:hover {
    color: #f70a38; }

.vd-checkbox {
  position: relative;
  display: inline-block;
  height: 24px;
  width: 24px;
  border-radius: 3px;
  background-color: #F0F1F2;
  margin-right: 12px;
  top: -2px; }
  .vd-checkbox:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 2px;
    width: 8px;
    background-color: transparent;
    -webkit-transition: all .2s;
    transition: all .2s; }
  .vd-checkbox:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 8px;
    width: 2px;
    background-color: transparent;
    -webkit-transition: all .2s;
    transition: all .2s; }

.label, .vd-form label:not(.vd-checkbox-label) {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #606770; }

.vd-search {
  display: inline-block;
  -webkit-appearance: none !important;
  position: relative; }
  .vd-search--gray .vd-input {
    background-color: #F0F1F2; }
  .vd-search__icon {
    position: absolute;
    top: 50%;
    left: 12px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 18px;
    width: 18px;
    stroke: #2D303E; }
  .vd-search .vd-input {
    padding: 7px 12px 5px 36px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .vd-search .vd-input:focus {
      outline: none !important; }

.dropdown .vd-search, .dropdown .vd-input, .dropdown .dropdown-menu {
  width: 100%; }

.dropdown .dropdown-menu {
  border-radius: 3px;
  overflow: hidden;
  min-width: 240px;
  border: none;
  margin: 12px 0 0 0;
  padding: 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .dropdown .dropdown-menu--cart {
    position: absolute !important;
    top: calc(100% + 12px);
    left: initial;
    right: -36px;
    width: calc(100vw - 24px); }
    @media (min-width: 576px) {
      .dropdown .dropdown-menu--cart {
        right: 0;
        width: 480px; } }
  .dropdown .dropdown-menu .dropdown-divider {
    margin: 0; }

.dropdown .dropdown-item {
  padding: 9px 12px; }
  .dropdown .dropdown-item:hover, .dropdown .dropdown-item:focus {
    background-color: #F0F1F2;
    color: #f70a38; }
  .dropdown .dropdown-item--small {
    font-size: 14px;
    color: #A1A9B3; }

.dropdown__footer {
  background-color: #F0F1F2; }

.custom-select {
  background-color: #fff;
  background-image: url("./../icons/down.svg");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 12px;
  padding: 6px 36px 4px 12px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: solid 2px #c6c6c6;
  cursor: pointer;
  line-height: initial; }
  .custom-select:focus {
    border: solid 2px #f70a38; }
  .custom-select:hover {
    border: solid 2px #f70a38; }

html, body {
  font-family: 'Nexa', Arial, sans-serif; }

body {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  color: #2D303E; }

.container--blog {
  max-width: 798px; }

@media (min-width: 992px) {
  .container--wide {
    max-width: 1536px; } }

.vd-bg--dark {
  background-color: #2D303E; }

.vd-bg--gray {
  background-color: #F0F1F2; }

.vd-bg--red {
  background-color: #f70a38; }

.col-center {
  margin: 0 auto; }

input {
  oultine: none; }
  input:focus {
    outline: none; }

p {
  color: #606770; }
  p a {
    color: #f70a38; }
    p a:hover {
      color: #f70a38;
      text-decoration: underline; }

a, h1, h2, h3, h4, h5, h6, label, p, q, span {
  text-rendering: optimizeLegibility; }

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

ul.row {
  list-style: none;
  margin: 0;
  padding: 0; }

.fl-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.fl-1-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.fl-0 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.fl-0-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; }

.fl-50 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%; }

.pos-r {
  position: relative; }

@media (min-width: 768px) {
  .pos-md-a {
    position: absolute; } }

.pt-60 {
  padding-top: 60px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-60 {
  margin-bottom: 60px; }

@media (min-width: 992px) {
  .min-h-1 {
    min-height: 576px; } }

.vd-close {
  font-size: 0;
  cursor: pointer; }

.svg {
  height: 42px;
  width: 42px;
  padding: 3px; }
  .svg--close, .svg--user {
    padding: 3px 0 3px 3px; }
  .svg path, .svg line {
    fill: none;
    stroke: #f70a38;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10; }

.header-svg {
  height: 58px;
  width: 58px;
  stroke: #f70a38; }

.search-result__link {
  font-size: 0; }
  .search-result__link svg {
    height: 24px;
    width: 24px;
    stroke: #A1A9B3; }
  .search-result__link:hover svg {
    stroke: #f70a38; }

.gmap {
  position: fixed !important;
  height: 100vh;
  right: 0;
  top: 0; }
  @media (min-width: 576px) and (max-width: 767px) {
    .gmap {
      display: none; } }

#googleMap {
  position: relative;
  top: 0;
  z-index: 0;
  right: 0;
  height: 100vh !important; }

.filter-clearer-wrap {
  text-align: right; }
  @media (min-width: 992px) {
    .filter-clearer-wrap {
      position: absolute;
      top: 48px;
      right: 0; } }
  .filter-clearer-wrap .filter-clearer {
    display: none;
    color: #f70a38;
    font-size: 16px;
    font-weight: 400; }
    .filter-clearer-wrap .filter-clearer.active {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
    .filter-clearer-wrap .filter-clearer:hover {
      opacity: 0.6; }
    .filter-clearer-wrap .filter-clearer svg {
      height: 24px;
      width: 24px;
      stroke: #f70a38;
      margin-left: 12px; }

.vd-scroll {
  -webkit-transform: scale(0);
          transform: scale(0);
  position: fixed;
  z-index: 600;
  bottom: 12px;
  right: 12px;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s; }
  .vd-scroll.active {
    -webkit-transform: scale(1);
            transform: scale(1); }
  .vd-scroll a {
    display: inline-block;
    height: 48px;
    width: 48px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -webkit-transition: all .2s;
    transition: all .2s; }
    .vd-scroll a:hover {
      background-color: #f70a38; }
      .vd-scroll a:hover svg {
        stroke: #fff; }
  .vd-scroll i {
    display: inline-block;
    height: 100%;
    width: 100%;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    padding: 8px; }
  .vd-scroll svg {
    stroke: #f70a38;
    -webkit-transition: all .2s;
    transition: all .2s; }

.footer .bg-lines__horizontal .bg-line--first {
  top: 33.333%; }

.footer .bg-lines__horizontal .bg-line--last {
  top: 66.666%; }

.bg-lines {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden; }
  .bg-lines > img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0.1; }
  .bg-lines__horizontal, .bg-lines__vertical {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .bg-lines__horizontal .bg-line {
    height: 1px;
    width: 100%; }
    .bg-lines__horizontal .bg-line--first {
      top: 25%; }
    .bg-lines__horizontal .bg-line--middle {
      top: 50%; }
    .bg-lines__horizontal .bg-line--last {
      top: 75%; }
  .bg-lines__vertical .bg-line {
    height: 100%;
    width: 1px; }
    .bg-lines__vertical .bg-line:after {
      -webkit-animation: line 5s infinite;
              animation: line 5s infinite; }
    .bg-lines__vertical .bg-line--first {
      left: 25%; }
      .bg-lines__vertical .bg-line--first:after {
        -webkit-animation-delay: 4s;
                animation-delay: 4s; }
    .bg-lines__vertical .bg-line--middle {
      left: 50%; }
      .bg-lines__vertical .bg-line--middle:after {
        -webkit-animation-delay: 6s;
                animation-delay: 6s; }
    .bg-lines__vertical .bg-line--last {
      left: 75%; }
      .bg-lines__vertical .bg-line--last:after {
        -webkit-animation-delay: 5s;
                animation-delay: 5s; }
    .bg-lines__vertical .bg-line:after {
      content: '';
      position: absolute;
      top: -25px;
      height: 24px;
      width: 1px;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 10, 56, 0)), to(#f70a38));
      background: linear-gradient(to bottom, rgba(247, 10, 56, 0), #f70a38); }
  .bg-lines .bg-line {
    position: absolute;
    background: rgba(96, 103, 112, 0.1); }

.firstLine {
  -webkit-animation: firstLine 5s infinite;
          animation: firstLine 5s infinite; }

@-webkit-keyframes line {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  50% {
    opacity: 0; }
  75% {
    opacity: 0.5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(calc(-100% + 100vh));
            transform: translateY(calc(-100% + 100vh)); } }

@keyframes line {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  50% {
    opacity: 0; }
  75% {
    opacity: 0.5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(calc(-100% + 100vh));
            transform: translateY(calc(-100% + 100vh)); } }

.header-search {
  display: none;
  background-color: #424551 !important; }
  .header-search.active {
    z-index: 1020;
    display: block; }
  .header-search__icon {
    height: 24px;
    width: 24px; }
    .header-search__icon svg {
      stroke: #fff; }
  .header-search__input {
    background-color: transparent;
    border: none;
    padding: 0;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    color: #fff; }
    .header-search__input::-webkit-input-placeholder {
      color: #A1A9B3; }
    .header-search__input:-ms-input-placeholder {
      color: #A1A9B3; }
    .header-search__input::-ms-input-placeholder {
      color: #A1A9B3; }
    .header-search__input::placeholder {
      color: #A1A9B3; }
  .header-search .dropdown {
    max-width: 100% !important; }
  .header-search .dropdown-menu {
    left: -36px;
    width: calc(100% + 72px);
    margin-top: 24px; }
    @media (min-width: 576px) {
      .header-search .dropdown-menu {
        left: 0;
        width: 100%;
        max-width: 480px; } }

.hero {
  position: relative;
  color: #fff;
  overflow-x: hidden;
  padding-top: 144px; }
  .hero > .container, .modal--filter .hero > .modal-dialog {
    position: relative;
    z-index: 2; }
  .hero--blog {
    padding: 72px 0 24px; }
  .hero__background {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .hero__background--blog {
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
      .hero__background--blog:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(45, 48, 62, 0.75); }
  .hero__heading {
    font-size: 48px; }
    @media (min-width: 576px) {
      .hero__heading {
        font-size: 60px; } }
    @media (min-width: 768px) {
      .hero__heading {
        font-size: 30px;
      font-weight: 300;} }
  .hero__list-heading {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 12px; }
  .hero__list li {
    margin-bottom: 6px; }
  .hero__list a {
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #A1A9B3; }
    .hero__list a:hover {
      color: #f70a38; }
    .hero__list a[data-toggle="collapse"] {
      position: relative; }
      .hero__list a[data-toggle="collapse"] svg {
        position: absolute;
        top: 50%;
        left: calc(100% + 6px);
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        height: 10px;
        width: 10px;
        stroke: #A1A9B3; }
      .hero__list a[data-toggle="collapse"]:not(.collapsed) {
        color: #f70a38; }
        .hero__list a[data-toggle="collapse"]:not(.collapsed) svg {
          stroke: #f70a38; }
      .hero__list a[data-toggle="collapse"]:hover svg {
        stroke: #f70a38; }
  .hero__list--inner {
    padding-left: 24px;
    margin-top: 6px;
    margin-bottom: 24px; }
    .hero__list--inner a {
      font-size: 16px;
      color: #fff; }
      .hero__list--inner a.active, .hero__list--inner a:hover {
        color: #f70a38; }
  .hero__scroll {
    display: inline-block;
    height: 48px;
    width: 48px;
    padding: 12px; }
    .hero__scroll svg {
      stroke: #f70a38;
      height: 100%;
      width: 100%; }
  .hero .tab-content .tab-pane .text-right p {
    max-width: 576px;
    margin-left: auto; }
  .hero .tab-content .tab-pane .desc-text p {
    color: #606770; }

.transform-container {
  position: static; }
  .transform-container.moved {
    position: fixed;
    z-index: 25;
    bottom: 0; }
    .transform-container.moved:after {
      opacity: 1;
      top: -24px;
      right: -300px;
      bottom: -36px;
      left: -300px; }
  .transform-container:after {
    content: '';
    position: absolute;
    z-index: -1;
    background-color: #2D303E;
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s; }

.info-group__image {
  height: 72px;
  width: 72px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden; }

.info-group__heading {
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  color: #fff; }

.info-group__text {
  font-size: 16px;
  color: #A1A9B3; }

.info-group__link {
  font-size: 16px;
  font-weight: 600;
  color: #f70a38; }
  .info-group__link:hover {
    text-decoration: underline;
    color: #f70a38; }

.list--bullet, .blog__content ul, .page__content ul {
  list-style: none;
  font-size: 16px;
  padding-left: 48px; }
  .list--bullet li, .blog__content ul li, .page__content ul li {
    position: relative;
    margin-bottom: 24px; }
    .list--bullet li:before, .blog__content ul li:before, .page__content ul li:before {
      content: url("./../icons/circle-small-red.svg");
      position: absolute;
      top: 0;
      left: -24px;
      height: 12px;
      width: 12px; }
    .list--bullet li a, .blog__content ul li a, .page__content ul li a {
      color: #2D303E; }
      .list--bullet li a:hover, .blog__content ul li a:hover, .page__content ul li a:hover, .list--bullet li a.active, .blog__content ul li a.active, .page__content ul li a.active {
        color: #f70a38; }

.list--filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .list--filter > li {
    margin-bottom: 6px; }
    .list--filter > li:not(:last-child) {
      margin-right: 24px; }

.list--count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .list--count > li {
    margin-bottom: 12px; }
    .list--count > li:not(:last-child) {
      margin-right: 24px; }
  .list--count .list__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    font-weight: 400;
    color: #A1A9B3;
    /*.count {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                height: 28px;
                min-width: 28px;
                border-radius: 14px;
                border: 2px solid $brand-blue-light;
                font-size: 14px;
                line-height: 1;
                color: $brand-blue-light;
                padding: 0 6px;
                margin-left: 6px;
            }*/ }
    .list--count .list__link:hover, .list--count .list__link:focus {
      color: #f70a38; }
      .list--count .list__link:hover .count, .list--count .list__link:focus .count {
        color: #f70a38;
        border-color: #f70a38; }
    .list--count .list__link .count {
      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;
      height: 24px;
      min-width: 24px;
      border-radius: 12px;
      border: 2px solid #A1A9B3;
      font-size: 14px;
      font-weight: 600;
      line-height: 1.6;
      color: #A1A9B3;
      padding: 2px 6px 0 6px;
      margin-left: 6px;
      position: relative;
      top: -1px; }

.list--row-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 576px) {
    .list--row-right {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  .list--row-right li {
    margin-bottom: 24px; }
    @media (min-width: 576px) {
      .list--row-right li:not(:first-child) {
        margin-left: 24px; } }

.list--details {
  margin-bottom: 0; }
  .list--details .list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .list--details .list__item:not(:last-child) {
      margin-bottom: 12px; }
  .list--details .list__svg-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    color: #606770; }
    .list--details .list__svg-link:hover, .list--details .list__svg-link:focus {
      color: #f70a38; }
      .list--details .list__svg-link:hover svg, .list--details .list__svg-link:focus svg {
        stroke: #f70a38;
        fill: #f70a38; }
    .list--details .list__svg-link svg {
      font-size: 0;
      height: 16px;
      width: 16px;
      stroke: #606770;
      fill: #606770;
      margin-right: 12px; }

.list__icon svg {
  height: 24px;
  width: 24px;
  stroke: #A1A9B3; }

main {
  position: relative;
  z-index: 10; }

.megamenu {
  position: relative; }
  .megamenu.active .megamenu__mist {
    opacity: 1; }
  .megamenu.active .megamenu__nav .nav-link {
    background-color: rgba(255, 255, 255, 0.25); }
    .megamenu.active .megamenu__nav .nav-link.active {
      background-color: #fff; }
      .megamenu.active .megamenu__nav .nav-link.active .caret svg {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
    .megamenu.active .megamenu__nav .nav-link:not(.active) {
      color: #fff;
      border-color: transparent; }
      .megamenu.active .megamenu__nav .nav-link:not(.active) svg {
        stroke: #fff; }
      .megamenu.active .megamenu__nav .nav-link:not(.active) .caret {
        border-left-color: #96979E; }
  .megamenu:not(.active) .megamenu__container {
    max-height: 0; }
  .megamenu:not(.active) .megamenu__mist {
    pointer-events: none; }
  .megamenu__mist {
    position: fixed;
    z-index: 60;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(45, 48, 62, 0.6);
    opacity: 0;
    -webkit-transition: all .2s;
    transition: all .2s; }
  .megamenu__nav {
    position: relative;
    z-index: 65; }
    .megamenu__nav .nav-item:not(:last-child) {
      margin-right: 12px; }
    .megamenu__nav .nav-item .nav-link {
      border: 1px solid #C2C8CF;
      padding: 0; }
      .megamenu__nav .nav-item .nav-link:hover {
        border-left-color: #C2C8CF;
        border-top-color: #C2C8CF;
        border-right-color: #C2C8CF; }
      .megamenu__nav .nav-item .nav-link > svg {
        margin: 0 18px 0 20px; }
      .megamenu__nav .nav-item .nav-link .caret {
        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;
        height: 48px;
        width: 48px;
        border: 1px solid #C2C8CF;
        border-top: none;
        border-right: none;
        margin: -1px 0 -1px 18px; }
        .megamenu__nav .nav-item .nav-link .caret:hover > svg {
          stroke: #f70a38; }
        .megamenu__nav .nav-item .nav-link .caret > svg {
          height: 10px;
          width: 10px;
          margin: 0;
          -webkit-transition: all .2s;
          transition: all .2s; }
  .megamenu__container {
    position: absolute;
    z-index: 66;
    top: 48px;
    width: 100%;
    overflow: hidden;
    -webkit-transition: max-height .2s;
    transition: max-height .2s; }
  .megamenu__content {
    border: 1px solid #C2C8CF;
    border-top: none;
    border-radius: 0 0 3px 3px;
    background-color: #fff; }
    .megamenu__content .tab-content, .megamenu__content .tab-pane, .megamenu__content .row {
      height: 100%; }
    .megamenu__content .nav-link {
      font-size: 16px;
      font-weight: 300;
      color: #606770; }
      .megamenu__content .nav-link.active {
        position: relative;
        font-weight: 600;
        color: #2D303E; }
        .megamenu__content .nav-link.active:after {
          content: '+';
          position: absolute;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          color: #f70a38;
          font-size: 18px;
          font-weight: 400; }

.border-right-1 {
  border-right: 1px solid #C2C8CF; }

.border-bottom-1 {
  border-bottom: 1px solid #C2C8CF; }

.collapsemenu {
  border: 1px solid #C2C8CF;
  border-radius: 3px; }
  .collapsemenu .card {
    border-radius: 0 !important; }
    .collapsemenu .card a {
      display: block; }
  .collapsemenu__container > .card {
    padding-left: 6px; }
    @media (min-width: 576px) {
      .collapsemenu__container > .card {
        padding-left: 12px; } }
    @media (min-width: 768px) {
      .collapsemenu__container > .card {
        padding-left: 24px; } }
    .collapsemenu__container > .card > [data-toggle=collapse] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 48px;
      font-size: 18px;
      font-weight: 600;
      color: #2D303E; }
      .collapsemenu__container > .card > [data-toggle=collapse]:not(.collapsed) {
        color: #f70a38; }
        .collapsemenu__container > .card > [data-toggle=collapse]:not(.collapsed) > svg {
          stroke: #f70a38; }
      .collapsemenu__container > .card > [data-toggle=collapse] > svg {
        height: 24px;
        width: 24px;
        stroke: #A1A9B3;
        margin-right: 18px; }
    .collapsemenu__container > .card .card {
      padding-left: 6px; }
      @media (min-width: 576px) {
        .collapsemenu__container > .card .card {
          padding-left: 12px; } }
      @media (min-width: 768px) {
        .collapsemenu__container > .card .card {
          padding-left: 24px; } }
      .collapsemenu__container > .card .card [data-toggle=collapse] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        min-height: 36px;
        font-size: 16px;
        color: #606770; }
        .collapsemenu__container > .card .card [data-toggle=collapse]:not(.collapsed) {
          font-weight: 600;
          color: #2D303E; }
      .collapsemenu__container > .card .card > li > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        min-height: 36px;
        font-size: 16px;
        color: #606770; }
        .collapsemenu__container > .card .card > li > a:hover {
          text-decoration: underline; }
  .collapsemenu .caret {
    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;
    width: 48px;
    height: 100%;
    border-left: 1px solid #C2C8CF;
    margin-left: auto; }
    .collapsemenu .caret svg {
      height: 10px;
      width: 10px;
      stroke: #A1A9B3; }

.modal--filter {
  background-color: rgba(255, 255, 255, 0.9); }

.modal__close {
  height: 36px;
  width: 36px;
  stroke: #f70a38;
  cursor: pointer; }
  .modal__close:hover {
    stroke: #cd0028; }

.modal__remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f70a38;
  cursor: pointer; }
  .modal__remove:hover {
    color: #cd0028; }
    .modal__remove:hover svg {
      stroke: #cd0028; }
  .modal__remove svg {
    height: 36px;
    width: 36px;
    stroke: #f70a38;
    margin-left: 12px; }

.modal__heading {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #2D303E; }
  .modal__heading.collapsed .modal__minus {
    display: none; }
  .modal__heading.collapsed .modal__plus {
    display: block; }
  .modal__heading:not(.collapsed) .modal__minus {
    display: block; }
  .modal__heading:not(.collapsed) .modal__plus {
    display: none; }
  .modal__heading:hover {
    color: #f70a38; }
    .modal__heading:hover .modal__minus, .modal__heading:hover .modal__plus {
      stroke: #f70a38; }

.modal__minus, .modal__plus {
  height: 18px;
  width: 18px;
  stroke: #606770; }

.navbar-toggler, .header-search__close {
  border: none;
  outline: none !important;
  cursor: pointer;
  padding: 12px 0 12px 18px;
  -webkit-transition: all .2s;
  transition: all .2s; }
  .navbar-toggler:hover, .header-search__close:hover {
    opacity: 0.6; }
  .navbar-toggler:not(.collapsed) .vd-icon .line:first-child, .navbar-toggler .active .vd-icon .line:first-child, .header-search__close:not(.collapsed) .vd-icon .line:first-child, .header-search__close .active .vd-icon .line:first-child {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .navbar-toggler:not(.collapsed) .vd-icon .line:nth-child(2), .navbar-toggler .active .vd-icon .line:nth-child(2), .header-search__close:not(.collapsed) .vd-icon .line:nth-child(2), .header-search__close .active .vd-icon .line:nth-child(2) {
    -webkit-transform: scale(0);
            transform: scale(0); }
  .navbar-toggler:not(.collapsed) .vd-icon .line:last-child, .navbar-toggler .active .vd-icon .line:last-child, .header-search__close:not(.collapsed) .vd-icon .line:last-child, .header-search__close .active .vd-icon .line:last-child {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .navbar-toggler .vd-icon, .header-search__close .vd-icon {
    position: relative;
    display: block;
    height: 24px;
    width: 24px;
    -webkit-transition: inherit;
    transition: inherit; }
    .navbar-toggler .vd-icon .line, .header-search__close .vd-icon .line {
      position: absolute;
      top: calc(50% - 1px);
      left: calc(50% - 12px);
      height: 2px;
      width: 24px;
      border-radius: 12px;
      background: #fff;
      -webkit-transform-origin: center center;
              transform-origin: center center;
      -webkit-transition: inherit;
      transition: inherit; }
      .navbar-toggler .vd-icon .line:first-child, .header-search__close .vd-icon .line:first-child {
        -webkit-transform: translateY(-7px);
                transform: translateY(-7px); }
      .navbar-toggler .vd-icon .line:nth-child(2), .header-search__close .vd-icon .line:nth-child(2) {
        -webkit-transform: scale(1);
                transform: scale(1); }
      .navbar-toggler .vd-icon .line:last-child, .header-search__close .vd-icon .line:last-child {
        -webkit-transform: translateY(7px);
                transform: translateY(7px); }

.navbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  background-color: #2D303E; }
  @media (min-width: 992px) {
    .navbar {
      background-color: transparent; } }
  .navbar--background {
    background-color: #2D303E !important; }
  .navbar__search {
    height: 24px;
    width: 24px;
    cursor: pointer; }
    .navbar__search:hover {
      opacity: 0.6; }
    .navbar__search svg {
      stroke: #fff; }
  .navbar .navbar-logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .navbar .navbar-logo svg {
      height: 24px;
      width: 24px;
      fill: #f70a38; }
      @media (min-width: 576px) {
        .navbar .navbar-logo svg {
          height: 30px;
          width: 30px; } }
    @media (min-width: 992px) {
      .navbar .navbar-logo {
        padding: 9px 0; } }
  .navbar .navbar-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    font-size: 12px;
    color: #f70a38; }
    @media (min-width: 576px) {
      .navbar .navbar-text {
        font-size: 14px; } }
    .navbar .navbar-text > * {
      color: #fff; }
    .navbar .navbar-text a {
      margin-right: 3px; }
      .navbar .navbar-text a:hover {
        color: #f70a38; }
    .navbar .navbar-text span {
      margin-left: 3px; }
  .navbar .navbar-collapse {
    text-align: center; }
    @media (min-width: 992px) {
      .navbar .navbar-collapse {
        text-align: left; } }
  .navbar .dropdown {
    display: block; }
    @media (min-width: 576px) {
      .navbar .dropdown {
        display: inline-block;
        max-width: 380px; } }
    @media (min-width: 992px) {
      .navbar .dropdown {
        width: initial;
        padding: 0; } }
    .navbar .dropdown .vd-cart {
      position: relative;
      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;
      height: 30px;
      width: 30px;
      background-color: #f70a38;
      border-radius: 50%;
      overflow: hidden;
      color: #fff;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
      .navbar .dropdown .vd-cart:hover {
        opacity: 0.6; }
      @media (min-width: 576px) {
        .navbar .dropdown .vd-cart {
          height: 42px;
          width: 42px; }
          .navbar .dropdown .vd-cart a {
            font-size: 18px; } }
  .navbar .navbar-nav {
    text-align: left;
    max-width: 480px;
    margin: 0 auto;
    padding: 48px 0 60px; }
    @media (min-width: 992px) {
      .navbar .navbar-nav {
        max-width: initial;
        margin: 0;
        padding: 0; }
        .navbar .navbar-nav .nav-item {
          margin-right: 24px; } }
    .navbar .navbar-nav .vd-w-100 {
      width: 100%; }
      @media (min-width: 992px) {
        .navbar .navbar-nav .vd-w-100 {
          width: initial; } }
    .navbar .navbar-nav .nav-link {
      font-size: 24px;
      color: #A1A9B3;
      padding: 0 12px;
      margin-bottom: 12px;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      @media (min-width: 992px) {
        .navbar .navbar-nav .nav-link {
          font-size: 14px;
          text-transform: uppercase;
          margin-bottom: 0; } }
      .navbar .navbar-nav .nav-link:not(.nav-link--cart):hover, .navbar .navbar-nav .nav-link.active {
        color: #f70a38; }
      .navbar .navbar-nav .nav-link--svg {
        font-size: 0;
        padding: 0; }
        .navbar .navbar-nav .nav-link--svg svg {
          height: 42px;
          width: 42px;
          stroke: #f70a38; }
        .navbar .navbar-nav .nav-link--svg:hover {
          opacity: 0.6; }
  .navbar .menu-accordion {
    color: #A1A9B3; }
    .navbar .menu-accordion [data-toggle=collapse]:not(.collapsed) svg {
      stroke: #f70a38;
      opacity: 1; }
    .navbar .menu-accordion [data-toggle=collapse]:not(.collapsed) ~ .nav-link {
      color: #f70a38; }
    .navbar .menu-accordion [data-toggle=collapse]:hover svg {
      stroke: #f70a38;
      opacity: 1; }
    .navbar .menu-accordion .caret {
      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;
      height: 36px;
      width: 36px; }
      .navbar .menu-accordion .caret svg {
        height: 24px;
        width: 24px;
        stroke: #A1A9B3;
        opacity: 0.6; }
    .navbar .menu-accordion .card .nav-link {
      display: inline-block;
      text-align: left;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .navbar .menu-accordion .card [data-toggle=collapse] {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .navbar .menu-accordion .card .card .nav-link {
      font-size: 22px;
      line-height: 36px; }
    .navbar .menu-accordion .card .card .card .nav-link {
      font-size: 20px; }
    .navbar .menu-accordion .card .card .card .card .nav-link {
      font-size: 18px; }
    .navbar .menu-accordion .card .card .card .card .card .nav-link {
      font-size: 16px; }

.notification-wrap {
  position: fixed;
  z-index: 1100;
  top: 24px;
  left: 0;
  right: 0; }

.page {
  position: relative; }
  .page > *:not(.page__background) {
    position: relative;
    z-index: 2; }
  .page--split .page__background {
    background-color: #2D303E; }
    @media (min-width: 992px) {
      .page--split .page__background {
        background-color: initial; }
        .page--split .page__background:before {
          content: '';
          position: absolute;
          top: 0;
          right: 50%;
          bottom: 0;
          left: 0;
          background-color: #2D303E; }
        .page--split .page__background:after {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 50%; } }
  .page--split .label, .page--split .vd-form label:not(.vd-checkbox-label), .vd-form .page--split label:not(.vd-checkbox-label) {
    color: #A1A9B3; }
    @media (min-width: 992px) {
      .page--split .label, .page--split .vd-form label:not(.vd-checkbox-label), .vd-form .page--split label:not(.vd-checkbox-label) {
        color: #2D303E; } }
  .page--split .dark {
    color: #fff; }
    @media (min-width: 992px) {
      .page--split .dark {
        color: #2D303E; } }
  .page--dark {
    background-color: #2D303E;
    color: #fff; }
  @media (min-width: 768px) {
    .page--80vh {
      min-height: 80vh;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .page__dark-side {
    color: #fff; }
  .page__background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1; }
  .page__heading {
    font-size: 48px;
    font-weight: 600; }

@media (min-width: 992px) {
  .box-left {
    position: absolute; }
    .box-left .svg-wrap {
      max-width: 600px; } }

.box-left__note {
  font-size: 14px;
  color: #A1A9B3; }
  .box-left__note svg {
    height: 24px;
    width: 24px;
    stroke: #fff;
    margin-right: 12px; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .box-left__content {
    position: -webkit-sticky;
    position: sticky; } }

.pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .pagination__prev {
    margin-right: 12px; }
  .pagination__next {
    margin-left: 12px; }
  .pagination__prev, .pagination__next {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0; }
    .pagination__prev svg, .pagination__next svg {
      height: 24px;
      width: 24px;
      stroke: #A1A9B3;
      margin: 0 12px; }
    .pagination__prev:hover svg, .pagination__next:hover svg {
      stroke: #2D303E; }
    .pagination__prev:hover .pagination__text, .pagination__next:hover .pagination__text {
      color: #2D303E; }
  .pagination__text {
    font-size: 16px;
    font-weight: 400;
    color: #A1A9B3; }
  .pagination__page {
    min-width: 36px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #A1A9B3;
    padding: 12px 2px; }
    .pagination__page.active {
      color: #f70a38;
      font-weight: 400; }
      .pagination__page.active:hover {
        color: #f70a38; }
    .pagination__page:hover {
      color: #2D303E; }

.vd-popover {
  position: absolute;
  z-index: 80;
  top: -6px;
  left: -6px; }
  .vd-popover:not(.active) {
    display: none; }
  .vd-popover.active ~ .vd-popover-underlay {
    pointer-events: all; }
  .vd-popover ul, .vd-popover .ui-slider {
    min-width: 218px;
    width: 100%;
    max-width: 336px; }

.vd-popover-underlay {
  position: fixed;
  z-index: 79;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: context-menu;
  pointer-events: none; }

.product {
  position: relative;
  padding: 0 9px; }
  .product a:hover .product__heading {
    color: #f70a38; }
  .product__text, .product__info {
    font-size: 14px;
    font-weight: 400;
    color: #606770;
    line-height: 18px; }
    .product__text--big {
      font-size: 18px;
      line-height: 24px;
      color: #2D303E;
      font-weight: 600; }
  .product__compare {
    position: absolute;
    z-index: 20;
    top: 0;
    right: 0;
    height: 36px;
    width: 36px;
    padding: 0 0 12px 12px; }
    .product__compare svg {
      stroke: #A1A9B3; }
.product__compare:hover svg {
    stroke: #f70a38; }
.product__compare.active svg {
    stroke: #f70a38; }
  .product__image {
    padding-bottom: 56.25%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  .product__heading {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #2D303E;
      overflow: hidden;
  }
  .product__price {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #f70a38; }
    .product__price--line-through {
      text-decoration: line-through;
      font-weight: 400;
      color: #A1A9B3; }
  .product__info {
    padding-bottom: 12px;
    line-height: 18px;
    border-bottom: 1px solid #C2C8CF;
    margin-bottom: 18px;
  height:54px; overflow: hidden;}
  .product__meta:not(:last-child) {
    margin-right: 24px; }

.offer__image {
  border-radius: 3px; }

.offer__heading {
  color: #f70a38;
  font-weight: 600; }
  .offer__heading a {
    color: inherit;
    line-height: 1;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .offer__heading a:hover {
      color: #cd0028; }
  .offer__heading--home a {
    font-size: 30px; }
    .offer__heading--home a:hover {
      color: #cd0028; }

.offer__text {
  color: #606770;
  font-size: 18px;
  line-height: 24px; }

.offer__date {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #A1A9B3; }

.offer__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .offer__author .image {
    height: 24px;
    width: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    margin: 0 12px 0 0; }
  .offer__author .author {
    font-size: 14px;
    font-weight: 600;
    color: #606770; }

.shop__icon-nav .nav-link {
  display: block;
  font-size: 18px;
  color: #A1A9B3;
  padding: 0;
  margin-right: 18px; }
  .shop__icon-nav .nav-link svg {
    font-size: 0;
    height: 42px;
    width: 42px;
    stroke: #A1A9B3;
    margin-right: 12px; }
  .shop__icon-nav .nav-link.active, .shop__icon-nav .nav-link:hover {
    color: #f70a38; }
    .shop__icon-nav .nav-link.active svg, .shop__icon-nav .nav-link:hover svg {
      stroke: #f70a38; }

.ui-slider {
  position: relative;
  height: 1px;
  width: 100%;
  background-color: #C2C8CF;
  margin: 18px 0; }
  .ui-slider .ui-slider-handle {
    position: absolute;
    height: 37px;
    width: 37px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    outline: none; }
    .ui-slider .ui-slider-handle:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      height: 13px;
      width: 13px;
      background-color: #f70a38;
      border-radius: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .ui-slider .ui-slider-handle:before {
      content: attr(data-value);
      color: #2D303E;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .ui-slider .ui-slider-range {
    position: absolute;
    height: 1px;
    background-color: #f70a38; }

.support__images {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .support__images .profile-image, .support__images svg {
    height: 120px;
    width: 120px; }
  .support__images .profile-image {
    position: relative;
    z-index: 2;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 0;
    -webkit-transform: translateX(12px);
            transform: translateX(12px); }
  .support__images svg {
    position: relative;
    z-index: 1;
    fill: #f70a38;
    -webkit-transform: translateX(-12px);
            transform: translateX(-12px); }

.support__big {
  font-size: 20px;
  font-weight: 600;
  color: #2D303E; }

.support__small {
  font-size: 14px;
  color: #606770; }

.support a.support__small:hover, .support a.support__small:focus {
  color: #f70a38; }

.table-wrap {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.table {
  width: 100%;
  max-width: 100%;
  /*td {
        padding: 0 0 6px;

        &:not(:last-child) {
            padding: 0 12px 6px 0;
        }
    }*/ }
  .table--responsive tr {
    position: relative;
    display: block; }
    .table--responsive tr:not(:last-child) {
      padding-bottom: 24px;
      border-bottom: 1px solid #C2C8CF;
      margin-bottom: 24px; }
      @media (min-width: 992px) {
        .table--responsive tr:not(:last-child) {
          padding-bottom: 0;
          border-bottom: none;
          margin-bottom: 0; } }
    @media (min-width: 992px) {
      .table--responsive tr {
        position: static;
        display: table-row; } }
    .table--responsive tr > * {
      display: block; }
      @media (min-width: 992px) {
        .table--responsive tr > * {
          display: table-cell; } }
  .table--responsive .table__head {
    display: none; }
    @media (min-width: 992px) {
      .table--responsive .table__head {
        display: table-row; } }
  .table--responsive .table__image {
    width: 100%;
    max-width: 280px;
    padding: 0 0 0 0;
    margin: 0 auto 24px; }
    @media (min-width: 992px) {
      .table--responsive .table__image {
        width: 84px;
        margin: 0;
        padding: 0 12px 6px 0; } }
  .table--responsive .table__link {
    text-align: center;
    font-size: 18px;
    margin-bottom: 18px; }
    @media (min-width: 992px) {
      .table--responsive .table__link {
        text-align: left;
        font-size: 16px;
        margin-bottom: 0; } }
  .table--responsive .table__amount {
    text-align: center;
    margin-bottom: 18px; }
    @media (min-width: 992px) {
      .table--responsive .table__amount {
        text-align: left;
        margin-bottom: 0; } }
  .table--responsive .table__price {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    color: #2D303E; }
    @media (min-width: 992px) {
      .table--responsive .table__price {
        text-align: right;
        font-size: 16px; } }
  .table--responsive .table__remove {
    position: absolute;
    top: 0;
    right: 0; }
    @media (min-width: 992px) {
      .table--responsive .table__remove {
        position: static; } }
  .table.compare tr {
    display: block;
    vertical-align: top;
    border-bottom: 1px solid #C2C8CF; }
    @media (min-width: 768px) {
      .table.compare tr {
        display: table-row; } }
    .table.compare tr > * {
      display: block;
      padding: 12px 24px !important; }
      @media (min-width: 768px) {
        .table.compare tr > * {
          display: table-cell; } }
      .table.compare tr > *:first-child {
        min-width: 160px; }
      .table.compare tr > *:not(:first-child) {
        min-width: 240px; }
        @media (min-width: 768px) {
          .table.compare tr > *:not(:first-child) {
            width: 50%; } }
    .table.compare tr.highlight {
      background-color: #F0F1F2; }
  .table.compare th {
    font-size: 16px;
    line-height: 1;
    color: #2D303E;
    vertical-align: middle; }
  .table.compare td {
    position: relative;
    font-weight: 600; }
  .table.compare .remove {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
    height: 36px;
    width: 36px; }
    .table.compare .remove:hover svg, .table.compare .remove:focus svg {
      stroke: #f70a38; }
    .table.compare .remove svg {
      height: 24px;
      width: 24px;
      stroke: #A1A9B3; }
  .table th {
    font-size: 14px;
    font-weight: 400;
    color: #A1A9B3;
    padding-bottom: 18px;
    padding-right: 12px; }
  .table__image {
    width: 84px;
    padding-right: 24px; }
    .table__image figure {
      min-width: 60px;
      padding-bottom: 56.25%;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      margin: 0; }
  .table__link {
    min-width: 140px; }
    .table__link a {
      line-height: 1.5;
      color: #2D303E; }
      .table__link a:hover, .table__link a:focus {
        color: #f70a38; }
  .table__remove {
    display: inline-block;
    font-size: 0;
    position: relative;
    top: 3px; }
    .table__remove:hover svg, .table__remove:focus svg {
      opacity: 0.6; }
    .table__remove svg {
      height: 22px;
      width: 22px;
      stroke: #f70a38; }

.amount {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .amount__remove, .amount__add {
    display: inline-block;
    font-size: 0; }
    .amount__remove:hover svg, .amount__remove:focus svg, .amount__add:hover svg, .amount__add:focus svg {
      stroke: #f70a38; }
    .amount__remove svg, .amount__add svg {
      height: 22px;
      width: 22px;
      stroke: #A1A9B3; }
  .amount__count {
    display: inline-block;
    min-width: 12px;
    text-align: center;
    margin: 0 12px; }

.nav-tabs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #C2C8CF;
  border-radius: 3px; }
  @media (min-width: 992px) {
    .nav-tabs {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      border: initial;
      border-bottom: 1px solid #C2C8CF;
      border-radius: initial; } }
  .nav-tabs--red-border {
    border-color: #f70a38; }
    .nav-tabs--red-border .nav-item:not(:last-child) {
      border-color: #f70a38 !important; }
    .nav-tabs--red-border .nav-item .nav-link {
      color: #A1A9B3; }
      .nav-tabs--red-border .nav-item .nav-link.active {
        color: #f70a38; }
        @media (min-width: 992px) {
          .nav-tabs--red-border .nav-item .nav-link.active {
            border: 1px solid #f70a38;
            border-bottom-color: #2D303E; } }
  .nav-tabs .nav-item {
    text-align: center; }
    .nav-tabs .nav-item:not(:last-child) {
      border-bottom: 1px solid #C2C8CF; }
      @media (min-width: 992px) {
        .nav-tabs .nav-item:not(:last-child) {
          border-bottom: none; } }
    @media (min-width: 992px) {
      .nav-tabs .nav-item {
        text-align: left;
        border-bottom: none; } }
  .nav-tabs .nav-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    color: #2D303E;
    padding: 15px 24px 13px 24px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .nav-tabs .nav-link:hover {
      border-color: transparent; }
      .nav-tabs .nav-link:hover > svg {
        stroke: #f70a38; }
    .nav-tabs .nav-link.active {
      border-color: transparent; }
      @media (min-width: 992px) {
        .nav-tabs .nav-link.active {
          border: 1px solid #C2C8CF;
          border-bottom-color: #fff; } }
      .nav-tabs .nav-link.active > svg {
        stroke: #f70a38; }
    .nav-tabs .nav-link svg {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      stroke: #A1A9B3;
      height: 24px;
      width: 24px;
      margin-left: 12px;
      position: relative;
      top: -1px;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .nav-tabs .nav-link:hover {
      color: #f70a38; }

.vd-bg--gray .nav-link.active {
  border-bottom-color: #F0F1F2; }

.vd-nav-tabs--red .nav-item {
  margin: 0 !important; }
  .vd-nav-tabs--red .nav-item .nav-link {
    font-size: 20px;
    font-weight: 400;
    background-color: #F0F1F2;
    color: #606770;
    padding: 12px 30px; }
    .vd-nav-tabs--red .nav-item .nav-link.active, .vd-nav-tabs--red .nav-item .nav-link:hover {
      background-color: #f70a38;
      color: #fff; }

.vd-nav-tabs .nav-item:not(:last-child) {
  margin-right: 24px; }

.vd-nav-tabs .nav-link {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #A1A9B3;
  padding: 6px 0; }
  .vd-nav-tabs .nav-link.active, .vd-nav-tabs .nav-link:hover {
    color: #f70a38; }

.vd-filter-tabs {
  border-bottom: 1px solid #C2C8CF;
  padding-bottom: 12px; }
  @media (min-width: 992px) {
    .vd-filter-tabs {
      border-bottom: none;
      padding-bottom: 0; } }
  .vd-filter-tabs .nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .vd-filter-tabs .nav-item:not(:last-child) {
      margin-right: 24px; }
  .vd-filter-tabs .nav-link {
    font-size: 18px;
    line-height: 1;
    color: #606770;
    padding: 0; }
    .vd-filter-tabs .nav-link.active, .vd-filter-tabs .nav-link:hover {
      color: #f70a38; }
    .vd-filter-tabs .nav-link.selected .selected-count {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
  .vd-filter-tabs .selected-count {
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 24px;
    min-width: 24px;
    border-radius: 12px;
    border: 2px solid #f70a38;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    color: #f70a38;
    padding: 2px 6px 0 6px;
    margin-left: 6px;
    position: relative;
    top: -1px; }
  .vd-filter-tabs--light .nav-link {
    color: #A1A9B3; }

.brand-description p {
  color: #fff; }

/* This stylesheet generated by Transfonter (https://transfonter.org) on November 1, 2017 4:51 PM */
@font-face {
  font-family: 'Nexa';
  src: url("../fonts/Nexa-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Nexa';
  src: url("../fonts/Nexa-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Nexa';
  src: url("../fonts/Nexa-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

h1, .h1 {
  font-size: 72px;
  line-height: 1;
  font-weight: 600; }

a:hover {
  text-decoration: none; }

.hr {
  border: none; }
  .hr--primary {
    height: 6px;
    width: 96px;
    border-radius: 5px;
    background: #f70a38;
    margin: 12px 0; }
  .hr--light {
    height: 1px;
    width: 100%;
    border-radius: 0;
    background: #F0F1F2;
    margin: 24px 0; }

.section__title {
  margin-bottom: 42px;
  text-align: center;
  font-weight: 600;
  margin-top: 72px !important; }

.list__title {
  margin-bottom: 18px;
  line-height: 36px;
  font-size: 24px; }

.lh-1 {
  line-height: 1; }

.lh-18 {
  line-height: 18px; }

.lh-2 {
  line-height: 24px; }

.fw-300 {
  font-weight: 300 !important; }

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

.fw-600 {
  font-weight: 600 !important; }

.fz12 {
  font-size: 12px !important; }

.fz14 {
  font-size: 14px !important; }

.fz16 {
  font-size: 16px !important; }

.fz18 {
  font-size: 18px !important; }

.fz20 {
  font-size: 20px !important; }

.fz24 {
  font-size: 24px !important; }

.fz30 {
  font-size: 30px !important; }

.fz36 {
  font-size: 36px !important; }

.fz48, .offer__heading a {
  font-size: 40px !important; }
  @media (min-width: 576px) {
    .fz48, .offer__heading a {
      font-size: 48px !important; } }

.fz60 {
  font-size: 60px !important; }

.fz72 {
  font-size: 72px !important; }

.c-red {
  color: #f70a38; }

.c-dark {
  color: #2D303E; }

.c-gray {
  color: #606770; }

.c-light {
  color: #c6c6c6; }

.c-blue-light {
  color: #A1A9B3; }

.c-white {
  color: #fff; }

.c-hover-red:hover {
  color: #f70a38; }

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


.product__heading {
    height: 86px;
}


.strikethrough-original {
    position: relative;
}

.strikethrough-original:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid;
    border-color: inherit;

    -webkit-transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -ms-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);
    transform:rotate(-5deg);
}


.charger {
    background-color: transparent;
    color: #000000;
    padding: 0 12px;

}


.charger-included {

}

.charger-excluded {
}

.charger-excluded > svg {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 52 72'><line x1='0' y1='0' x2='52' y2='72' style='stroke:currentColor;stroke-width:2' /></svg>");
    background-repeat:no-repeat;
    background-position:center center;
    background-size: 100% 100%, auto;

}


.charger > svg {
    border: 2px solid #000;
    border-color: inherit;
    stroke: currentColor;
    rotate: 90deg;
    height: 40px;
}


.strikethrough > svg {
    position: relative;
}




.invalid-feedback {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #f70a38;
}

.valid-feedback {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #155724;
}

.select2-container {
    width: 100% !important;
}

.extend-select-input {
    height: 48px !important;
    background-color: #F0F1F2 !important;
    font-size: 18px !important;
    width: 100%;

}

.select2-container--focus {
    border-color: #f70a38 !important;
    background-color: #fff;
    outline: auto #f70a38;
    outline-style: solid;
}

.select2-container--focus > span.selection {
    border-color: #f70a38;
    outline: auto #f70a38;
    outline-style: solid;
}
.select2-container--focus  [role=combobox] {
    outline: auto #f70a38;
    outline-style: solid;
}

.extend-select-input > [role=textbox] {
    line-height: 48px !important;
}

.extend-select-input > [role=presentation] {
    height: 48px !important;
}

.payment-method-description {
    white-space: pre-wrap;
    padding-left: 40px;
}


#checkout-shipping-address-wrap label.c-blue-light {
    min-height: 66px;
}

.search-wrapper:focus-within .dropdown-menu {
    display: block;
}

#search-indicator {
    position: absolute;
    top: 50%;
    right: 0.75rem; /* spacing inside input */
    transform: translateY(-50%);
    pointer-events: none;
}

.htmx-indicator {
    display: none;
}

.htmx-request .htmx-indicator, .htmx-request.htmx-indicator {
    display: inline-block;
}

#htmx-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;

    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);

    z-index: 1050; /* Above Bootstrap modals */

    display: flex;
    align-items: center;
    justify-content: center;
}

.checkout-indicator {
    position: absolute;
    top: 24px;
    right: 24px;

}


.footer__humans {
    min-height: 190px;
}

.blog__row {
    min-height: 523px;
}

.index-index .product-list-category-top {
    display: none !important;
}

#hero-tabs .tab-pane {
    min-height: 550px;
}
#hero-tabs .tab-pane figure {
    min-height: 420px;
}
#hero-tabs .tab-page .promotional-description {
    min-height: 24px;
}

.index-index li.be67449683bce574cd9d2d27e2fe0ace {
    display: none;
}

.view-cart-link {
    cursor: pointer;
    color: inherit;
}
.view-cart-link:hover {
    color: #f70a38 !important;
    cursor: pointer;
}
.view-cart-link > svg {
    height: 24px;
    width: 24px;
    fill: currentColor;
}

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

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


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

@keyframes spinner-border {
    100% { transform: rotate(360deg); }
}
