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

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

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

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  text-align: left;
  background-color: #252B48; }

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

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

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

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

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

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

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

input[type="radio"],
input[type="checkbox"] {
  -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-decoration {
  -webkit-appearance: none; }

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block; }

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

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

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

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

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

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

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

.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: 100%; }

.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-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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: 100%; }
  .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-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .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; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@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: 100%; }
  .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-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .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; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@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: 100%; }
  .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-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .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; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@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: 100%; }
  .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-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .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; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

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

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

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

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

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

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

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

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

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

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

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

.table-tertiary,
.table-tertiary > th,
.table-tertiary > td {
  background-color: #c2c4cc; }

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

.table-hover .table-tertiary:hover {
  background-color: #b4b7c0; }
  .table-hover .table-tertiary:hover > td,
  .table-hover .table-tertiary:hover > th {
    background-color: #b4b7c0; }

.table-white,
.table-white > th,
.table-white > td {
  background-color: white; }

.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-color: white; }

.table-hover .table-white:hover {
  background-color: #f2f2f2; }
  .table-hover .table-white:hover > td,
  .table-hover .table-white:hover > th {
    background-color: #f2f2f2; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-label-01,
.table-label-01 > th,
.table-label-01 > td {
  background-color: #caf1fe; }

.table-label-01 th,
.table-label-01 td,
.table-label-01 thead th,
.table-label-01 tbody + tbody {
  border-color: #9ce4fd; }

.table-hover .table-label-01:hover {
  background-color: #b1eafe; }
  .table-hover .table-label-01:hover > td,
  .table-hover .table-label-01:hover > th {
    background-color: #b1eafe; }

.table-label-02,
.table-label-02 > th,
.table-label-02 > td {
  background-color: #b8f6d8; }

.table-label-02 th,
.table-label-02 td,
.table-label-02 thead th,
.table-label-02 tbody + tbody {
  border-color: #7ceeb6; }

.table-hover .table-label-02:hover {
  background-color: #a1f3cc; }
  .table-hover .table-label-02:hover > td,
  .table-hover .table-label-02:hover > th {
    background-color: #a1f3cc; }

.table-label-03,
.table-label-03 > th,
.table-label-03 > td {
  background-color: #cfd9e9; }

.table-label-03 th,
.table-label-03 td,
.table-label-03 thead th,
.table-label-03 tbody + tbody {
  border-color: #a5b8d5; }

.table-hover .table-label-03:hover {
  background-color: #becbe1; }
  .table-hover .table-label-03:hover > td,
  .table-hover .table-label-03:hover > th {
    background-color: #becbe1; }

.table-label-04,
.table-label-04 > th,
.table-label-04 > td {
  background-color: #f7ecd6; }

.table-label-04 th,
.table-label-04 td,
.table-label-04 thead th,
.table-label-04 tbody + tbody {
  border-color: #efdbb3; }

.table-hover .table-label-04:hover {
  background-color: #f3e2c1; }
  .table-hover .table-label-04:hover > td,
  .table-hover .table-label-04:hover > th {
    background-color: #f3e2c1; }

.table-label-05,
.table-label-05 > th,
.table-label-05 > td {
  background-color: #ffb8e9; }

.table-label-05 th,
.table-label-05 td,
.table-label-05 thead th,
.table-label-05 tbody + tbody {
  border-color: #ff7ad7; }

.table-hover .table-label-05:hover {
  background-color: #ff9fe1; }
  .table-hover .table-label-05:hover > td,
  .table-hover .table-label-05:hover > th {
    background-color: #ff9fe1; }

.table-label-06,
.table-label-06 > th,
.table-label-06 > td {
  background-color: #e7f7fb; }

.table-label-06 th,
.table-label-06 td,
.table-label-06 thead th,
.table-label-06 tbody + tbody {
  border-color: #d2f0f8; }

.table-hover .table-label-06:hover {
  background-color: #d1f0f7; }
  .table-hover .table-label-06:hover > td,
  .table-hover .table-label-06:hover > th {
    background-color: #d1f0f7; }

.table-label-07,
.table-label-07 > th,
.table-label-07 > td {
  background-color: white; }

.table-label-07 th,
.table-label-07 td,
.table-label-07 thead th,
.table-label-07 tbody + tbody {
  border-color: white; }

.table-hover .table-label-07:hover {
  background-color: #f2f2f2; }
  .table-hover .table-label-07:hover > td,
  .table-hover .table-label-07:hover > th {
    background-color: #f2f2f2; }

.table-label-08,
.table-label-08 > th,
.table-label-08 > td {
  background-color: #ccebeb; }

.table-label-08 th,
.table-label-08 td,
.table-label-08 thead th,
.table-label-08 tbody + tbody {
  border-color: #a1dada; }

.table-hover .table-label-08:hover {
  background-color: #bae4e4; }
  .table-hover .table-label-08:hover > td,
  .table-hover .table-label-08:hover > th {
    background-color: #bae4e4; }

.table-label-10,
.table-label-10 > th,
.table-label-10 > td {
  background-color: #ffe5ca; }

.table-label-10 th,
.table-label-10 td,
.table-label-10 thead th,
.table-label-10 tbody + tbody {
  border-color: #ffcf9d; }

.table-hover .table-label-10:hover {
  background-color: #ffd8b1; }
  .table-hover .table-label-10:hover > td,
  .table-hover .table-label-10:hover > th {
    background-color: #ffd8b1; }

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

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

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

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

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

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

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

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

.btn {
  display: inline-block;
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .btn:hover {
    color: #fff;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

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

.btn-primary {
  color: #212529;
  background-color: #41CCFC;
  border-color: #41CCFC; }
  .btn-primary:hover {
    color: #212529;
    background-color: #1bc2fb;
    border-color: #0fbffb; }
  .btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(60, 179, 220, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(60, 179, 220, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #212529;
    background-color: #41CCFC;
    border-color: #41CCFC; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0fbffb;
    border-color: #04baf9; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(60, 179, 220, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(60, 179, 220, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #252B48;
  border-color: #252B48; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #181c2f;
    border-color: #141726; }
  .btn-secondary:focus, .btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(70, 75, 99, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(70, 75, 99, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #252B48;
    border-color: #252B48; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #141726;
    border-color: #0f121e; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(70, 75, 99, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(70, 75, 99, 0.5); }

.btn-tertiary {
  color: #fff;
  background-color: #252B48;
  border-color: #252B48; }
  .btn-tertiary:hover {
    color: #fff;
    background-color: #181c2f;
    border-color: #141726; }
  .btn-tertiary:focus, .btn-tertiary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(70, 75, 99, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(70, 75, 99, 0.5); }
  .btn-tertiary.disabled, .btn-tertiary:disabled {
    color: #fff;
    background-color: #252B48;
    border-color: #252B48; }
  .btn-tertiary:not(:disabled):not(.disabled):active, .btn-tertiary:not(:disabled):not(.disabled).active,
  .show > .btn-tertiary.dropdown-toggle {
    color: #fff;
    background-color: #141726;
    border-color: #0f121e; }
    .btn-tertiary:not(:disabled):not(.disabled):active:focus, .btn-tertiary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-tertiary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(70, 75, 99, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(70, 75, 99, 0.5); }

.btn-white {
  color: #212529;
  background-color: #fff;
  border-color: #fff; }
  .btn-white:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6; }
  .btn-white:focus, .btn-white.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }
  .btn-white.disabled, .btn-white:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #fff; }
  .btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active,
  .show > .btn-white.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf; }
    .btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus,
    .show > .btn-white.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-success {
  color: #fff;
  background-color: #03DE73;
  border-color: #03DE73; }
  .btn-success:hover {
    color: #fff;
    background-color: #02b85f;
    border-color: #02ac59; }
  .btn-success:focus, .btn-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(41, 227, 136, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(41, 227, 136, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #03DE73;
    border-color: #03DE73; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #02ac59;
    border-color: #029f52; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(41, 227, 136, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(41, 227, 136, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #E1BA6D;
  border-color: #E1BA6D; }
  .btn-warning:hover {
    color: #212529;
    background-color: #daab4d;
    border-color: #d8a643; }
  .btn-warning:focus, .btn-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(196, 164, 99, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(196, 164, 99, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #E1BA6D;
    border-color: #E1BA6D; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d8a643;
    border-color: #d6a138; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(196, 164, 99, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(196, 164, 99, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #F52D56;
  border-color: #F52D56; }
  .btn-danger:hover {
    color: #fff;
    background-color: #f00b3a;
    border-color: #e40b37; }
  .btn-danger:focus, .btn-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(247, 77, 111, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(247, 77, 111, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #F52D56;
    border-color: #F52D56; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #e40b37;
    border-color: #d80a34; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(247, 77, 111, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(247, 77, 111, 0.5); }

.btn-label-01 {
  color: #212529;
  background-color: #41CCFC;
  border-color: #41CCFC; }
  .btn-label-01:hover {
    color: #212529;
    background-color: #1bc2fb;
    border-color: #0fbffb; }
  .btn-label-01:focus, .btn-label-01.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(60, 179, 220, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(60, 179, 220, 0.5); }
  .btn-label-01.disabled, .btn-label-01:disabled {
    color: #212529;
    background-color: #41CCFC;
    border-color: #41CCFC; }
  .btn-label-01:not(:disabled):not(.disabled):active, .btn-label-01:not(:disabled):not(.disabled).active,
  .show > .btn-label-01.dropdown-toggle {
    color: #fff;
    background-color: #0fbffb;
    border-color: #04baf9; }
    .btn-label-01:not(:disabled):not(.disabled):active:focus, .btn-label-01:not(:disabled):not(.disabled).active:focus,
    .show > .btn-label-01.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(60, 179, 220, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(60, 179, 220, 0.5); }

.btn-label-02 {
  color: #fff;
  background-color: #03DE73;
  border-color: #03DE73; }
  .btn-label-02:hover {
    color: #fff;
    background-color: #02b85f;
    border-color: #02ac59; }
  .btn-label-02:focus, .btn-label-02.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(41, 227, 136, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(41, 227, 136, 0.5); }
  .btn-label-02.disabled, .btn-label-02:disabled {
    color: #fff;
    background-color: #03DE73;
    border-color: #03DE73; }
  .btn-label-02:not(:disabled):not(.disabled):active, .btn-label-02:not(:disabled):not(.disabled).active,
  .show > .btn-label-02.dropdown-toggle {
    color: #fff;
    background-color: #02ac59;
    border-color: #029f52; }
    .btn-label-02:not(:disabled):not(.disabled):active:focus, .btn-label-02:not(:disabled):not(.disabled).active:focus,
    .show > .btn-label-02.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(41, 227, 136, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(41, 227, 136, 0.5); }

.btn-label-03 {
  color: #fff;
  background-color: #5277AF;
  border-color: #5277AF; }
  .btn-label-03:hover {
    color: #fff;
    background-color: #456596;
    border-color: #415f8d; }
  .btn-label-03:focus, .btn-label-03.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 139, 187, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(108, 139, 187, 0.5); }
  .btn-label-03.disabled, .btn-label-03:disabled {
    color: #fff;
    background-color: #5277AF;
    border-color: #5277AF; }
  .btn-label-03:not(:disabled):not(.disabled):active, .btn-label-03:not(:disabled):not(.disabled).active,
  .show > .btn-label-03.dropdown-toggle {
    color: #fff;
    background-color: #415f8d;
    border-color: #3d5984; }
    .btn-label-03:not(:disabled):not(.disabled):active:focus, .btn-label-03:not(:disabled):not(.disabled).active:focus,
    .show > .btn-label-03.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 139, 187, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(108, 139, 187, 0.5); }

.btn-label-04 {
  color: #212529;
  background-color: #E1BA6D;
  border-color: #E1BA6D; }
  .btn-label-04:hover {
    color: #212529;
    background-color: #daab4d;
    border-color: #d8a643; }
  .btn-label-04:focus, .btn-label-04.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(196, 164, 99, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(196, 164, 99, 0.5); }
  .btn-label-04.disabled, .btn-label-04:disabled {
    color: #212529;
    background-color: #E1BA6D;
    border-color: #E1BA6D; }
  .btn-label-04:not(:disabled):not(.disabled):active, .btn-label-04:not(:disabled):not(.disabled).active,
  .show > .btn-label-04.dropdown-toggle {
    color: #212529;
    background-color: #d8a643;
    border-color: #d6a138; }
    .btn-label-04:not(:disabled):not(.disabled):active:focus, .btn-label-04:not(:disabled):not(.disabled).active:focus,
    .show > .btn-label-04.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(196, 164, 99, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(196, 164, 99, 0.5); }

.btn-label-05 {
  color: #fff;
  background-color: #FF00B2;
  border-color: #FF00B2; }
  .btn-label-05:hover {
    color: #fff;
    background-color: #d90097;
    border-color: #cc008e; }
  .btn-label-05:focus, .btn-label-05.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 38, 190, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 38, 190, 0.5); }
  .btn-label-05.disabled, .btn-label-05:disabled {
    color: #fff;
    background-color: #FF00B2;
    border-color: #FF00B2; }
  .btn-label-05:not(:disabled):not(.disabled):active, .btn-label-05:not(:disabled):not(.disabled).active,
  .show > .btn-label-05.dropdown-toggle {
    color: #fff;
    background-color: #cc008e;
    border-color: #bf0086; }
    .btn-label-05:not(:disabled):not(.disabled):active:focus, .btn-label-05:not(:disabled):not(.disabled).active:focus,
    .show > .btn-label-05.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 38, 190, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(255, 38, 190, 0.5); }

.btn-label-06 {
  color: #212529;
  background-color: #A8E2F1;
  border-color: #A8E2F1; }
  .btn-label-06:hover {
    color: #212529;
    background-color: #87d7ec;
    border-color: #7cd3ea; }
  .btn-label-06:focus, .btn-label-06.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(148, 198, 211, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(148, 198, 211, 0.5); }
  .btn-label-06.disabled, .btn-label-06:disabled {
    color: #212529;
    background-color: #A8E2F1;
    border-color: #A8E2F1; }
  .btn-label-06:not(:disabled):not(.disabled):active, .btn-label-06:not(:disabled):not(.disabled).active,
  .show > .btn-label-06.dropdown-toggle {
    color: #212529;
    background-color: #7cd3ea;
    border-color: #71d0e8; }
    .btn-label-06:not(:disabled):not(.disabled):active:focus, .btn-label-06:not(:disabled):not(.disabled).active:focus,
    .show > .btn-label-06.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(148, 198, 211, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(148, 198, 211, 0.5); }

.btn-label-07 {
  color: #212529;
  background-color: #fff;
  border-color: #fff; }
  .btn-label-07:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6; }
  .btn-label-07:focus, .btn-label-07.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }
  .btn-label-07.disabled, .btn-label-07:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #fff; }
  .btn-label-07:not(:disabled):not(.disabled):active, .btn-label-07:not(:disabled):not(.disabled).active,
  .show > .btn-label-07.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf; }
    .btn-label-07:not(:disabled):not(.disabled):active:focus, .btn-label-07:not(:disabled):not(.disabled).active:focus,
    .show > .btn-label-07.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }

.btn-label-08 {
  color: #212529;
  background-color: #4AB8B8;
  border-color: #4AB8B8; }
  .btn-label-08:hover {
    color: #fff;
    background-color: #3e9e9e;
    border-color: #3a9595; }
  .btn-label-08:focus, .btn-label-08.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(68, 162, 163, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(68, 162, 163, 0.5); }
  .btn-label-08.disabled, .btn-label-08:disabled {
    color: #212529;
    background-color: #4AB8B8;
    border-color: #4AB8B8; }
  .btn-label-08:not(:disabled):not(.disabled):active, .btn-label-08:not(:disabled):not(.disabled).active,
  .show > .btn-label-08.dropdown-toggle {
    color: #fff;
    background-color: #3a9595;
    border-color: #378c8c; }
    .btn-label-08:not(:disabled):not(.disabled):active:focus, .btn-label-08:not(:disabled):not(.disabled).active:focus,
    .show > .btn-label-08.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(68, 162, 163, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(68, 162, 163, 0.5); }

.btn-label-10 {
  color: #212529;
  background-color: #FFA342;
  border-color: #FFA342; }
  .btn-label-10:hover {
    color: #212529;
    background-color: #ff901c;
    border-color: #ff8a0f; }
  .btn-label-10:focus, .btn-label-10.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 144, 62, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(222, 144, 62, 0.5); }
  .btn-label-10.disabled, .btn-label-10:disabled {
    color: #212529;
    background-color: #FFA342;
    border-color: #FFA342; }
  .btn-label-10:not(:disabled):not(.disabled):active, .btn-label-10:not(:disabled):not(.disabled).active,
  .show > .btn-label-10.dropdown-toggle {
    color: #212529;
    background-color: #ff8a0f;
    border-color: #ff8402; }
    .btn-label-10:not(:disabled):not(.disabled):active:focus, .btn-label-10:not(:disabled):not(.disabled).active:focus,
    .show > .btn-label-10.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 144, 62, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(222, 144, 62, 0.5); }

.btn-outline-primary {
  color: #41CCFC;
  border-color: #41CCFC; }
  .btn-outline-primary:hover {
    color: #212529;
    background-color: #41CCFC;
    border-color: #41CCFC; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(65, 204, 252, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(65, 204, 252, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #41CCFC;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #212529;
    background-color: #41CCFC;
    border-color: #41CCFC; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(65, 204, 252, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(65, 204, 252, 0.5); }

.btn-outline-secondary {
  color: #252B48;
  border-color: #252B48; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #252B48;
    border-color: #252B48; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(37, 43, 72, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(37, 43, 72, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #252B48;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #252B48;
    border-color: #252B48; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(37, 43, 72, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(37, 43, 72, 0.5); }

.btn-outline-tertiary {
  color: #252B48;
  border-color: #252B48; }
  .btn-outline-tertiary:hover {
    color: #fff;
    background-color: #252B48;
    border-color: #252B48; }
  .btn-outline-tertiary:focus, .btn-outline-tertiary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(37, 43, 72, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(37, 43, 72, 0.5); }
  .btn-outline-tertiary.disabled, .btn-outline-tertiary:disabled {
    color: #252B48;
    background-color: transparent; }
  .btn-outline-tertiary:not(:disabled):not(.disabled):active, .btn-outline-tertiary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-tertiary.dropdown-toggle {
    color: #fff;
    background-color: #252B48;
    border-color: #252B48; }
    .btn-outline-tertiary:not(:disabled):not(.disabled):active:focus, .btn-outline-tertiary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-tertiary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(37, 43, 72, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(37, 43, 72, 0.5); }

.btn-outline-white {
  color: #fff;
  border-color: #fff; }
  .btn-outline-white:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff; }
  .btn-outline-white:focus, .btn-outline-white.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-outline-white.disabled, .btn-outline-white:disabled {
    color: #fff;
    background-color: transparent; }
  .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active,
  .show > .btn-outline-white.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #fff; }
    .btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-white.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

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

.btn-outline-success {
  color: #03DE73;
  border-color: #03DE73; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #03DE73;
    border-color: #03DE73; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(3, 222, 115, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(3, 222, 115, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #03DE73;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #03DE73;
    border-color: #03DE73; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(3, 222, 115, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(3, 222, 115, 0.5); }

.btn-outline-warning {
  color: #E1BA6D;
  border-color: #E1BA6D; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #E1BA6D;
    border-color: #E1BA6D; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 186, 109, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(225, 186, 109, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #E1BA6D;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #E1BA6D;
    border-color: #E1BA6D; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 186, 109, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(225, 186, 109, 0.5); }

.btn-outline-danger {
  color: #F52D56;
  border-color: #F52D56; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #F52D56;
    border-color: #F52D56; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 45, 86, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(245, 45, 86, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #F52D56;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #F52D56;
    border-color: #F52D56; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 45, 86, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(245, 45, 86, 0.5); }

.btn-outline-label-01 {
  color: #41CCFC;
  border-color: #41CCFC; }
  .btn-outline-label-01:hover {
    color: #212529;
    background-color: #41CCFC;
    border-color: #41CCFC; }
  .btn-outline-label-01:focus, .btn-outline-label-01.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(65, 204, 252, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(65, 204, 252, 0.5); }
  .btn-outline-label-01.disabled, .btn-outline-label-01:disabled {
    color: #41CCFC;
    background-color: transparent; }
  .btn-outline-label-01:not(:disabled):not(.disabled):active, .btn-outline-label-01:not(:disabled):not(.disabled).active,
  .show > .btn-outline-label-01.dropdown-toggle {
    color: #212529;
    background-color: #41CCFC;
    border-color: #41CCFC; }
    .btn-outline-label-01:not(:disabled):not(.disabled):active:focus, .btn-outline-label-01:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-label-01.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(65, 204, 252, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(65, 204, 252, 0.5); }

.btn-outline-label-02 {
  color: #03DE73;
  border-color: #03DE73; }
  .btn-outline-label-02:hover {
    color: #fff;
    background-color: #03DE73;
    border-color: #03DE73; }
  .btn-outline-label-02:focus, .btn-outline-label-02.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(3, 222, 115, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(3, 222, 115, 0.5); }
  .btn-outline-label-02.disabled, .btn-outline-label-02:disabled {
    color: #03DE73;
    background-color: transparent; }
  .btn-outline-label-02:not(:disabled):not(.disabled):active, .btn-outline-label-02:not(:disabled):not(.disabled).active,
  .show > .btn-outline-label-02.dropdown-toggle {
    color: #fff;
    background-color: #03DE73;
    border-color: #03DE73; }
    .btn-outline-label-02:not(:disabled):not(.disabled):active:focus, .btn-outline-label-02:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-label-02.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(3, 222, 115, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(3, 222, 115, 0.5); }

.btn-outline-label-03 {
  color: #5277AF;
  border-color: #5277AF; }
  .btn-outline-label-03:hover {
    color: #fff;
    background-color: #5277AF;
    border-color: #5277AF; }
  .btn-outline-label-03:focus, .btn-outline-label-03.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 119, 175, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(82, 119, 175, 0.5); }
  .btn-outline-label-03.disabled, .btn-outline-label-03:disabled {
    color: #5277AF;
    background-color: transparent; }
  .btn-outline-label-03:not(:disabled):not(.disabled):active, .btn-outline-label-03:not(:disabled):not(.disabled).active,
  .show > .btn-outline-label-03.dropdown-toggle {
    color: #fff;
    background-color: #5277AF;
    border-color: #5277AF; }
    .btn-outline-label-03:not(:disabled):not(.disabled):active:focus, .btn-outline-label-03:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-label-03.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 119, 175, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(82, 119, 175, 0.5); }

.btn-outline-label-04 {
  color: #E1BA6D;
  border-color: #E1BA6D; }
  .btn-outline-label-04:hover {
    color: #212529;
    background-color: #E1BA6D;
    border-color: #E1BA6D; }
  .btn-outline-label-04:focus, .btn-outline-label-04.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 186, 109, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(225, 186, 109, 0.5); }
  .btn-outline-label-04.disabled, .btn-outline-label-04:disabled {
    color: #E1BA6D;
    background-color: transparent; }
  .btn-outline-label-04:not(:disabled):not(.disabled):active, .btn-outline-label-04:not(:disabled):not(.disabled).active,
  .show > .btn-outline-label-04.dropdown-toggle {
    color: #212529;
    background-color: #E1BA6D;
    border-color: #E1BA6D; }
    .btn-outline-label-04:not(:disabled):not(.disabled):active:focus, .btn-outline-label-04:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-label-04.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 186, 109, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(225, 186, 109, 0.5); }

.btn-outline-label-05 {
  color: #FF00B2;
  border-color: #FF00B2; }
  .btn-outline-label-05:hover {
    color: #fff;
    background-color: #FF00B2;
    border-color: #FF00B2; }
  .btn-outline-label-05:focus, .btn-outline-label-05.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 178, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 178, 0.5); }
  .btn-outline-label-05.disabled, .btn-outline-label-05:disabled {
    color: #FF00B2;
    background-color: transparent; }
  .btn-outline-label-05:not(:disabled):not(.disabled):active, .btn-outline-label-05:not(:disabled):not(.disabled).active,
  .show > .btn-outline-label-05.dropdown-toggle {
    color: #fff;
    background-color: #FF00B2;
    border-color: #FF00B2; }
    .btn-outline-label-05:not(:disabled):not(.disabled):active:focus, .btn-outline-label-05:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-label-05.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 178, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(255, 0, 178, 0.5); }

.btn-outline-label-06 {
  color: #A8E2F1;
  border-color: #A8E2F1; }
  .btn-outline-label-06:hover {
    color: #212529;
    background-color: #A8E2F1;
    border-color: #A8E2F1; }
  .btn-outline-label-06:focus, .btn-outline-label-06.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(168, 226, 241, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(168, 226, 241, 0.5); }
  .btn-outline-label-06.disabled, .btn-outline-label-06:disabled {
    color: #A8E2F1;
    background-color: transparent; }
  .btn-outline-label-06:not(:disabled):not(.disabled):active, .btn-outline-label-06:not(:disabled):not(.disabled).active,
  .show > .btn-outline-label-06.dropdown-toggle {
    color: #212529;
    background-color: #A8E2F1;
    border-color: #A8E2F1; }
    .btn-outline-label-06:not(:disabled):not(.disabled):active:focus, .btn-outline-label-06:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-label-06.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(168, 226, 241, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(168, 226, 241, 0.5); }

.btn-outline-label-07 {
  color: #fff;
  border-color: #fff; }
  .btn-outline-label-07:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff; }
  .btn-outline-label-07:focus, .btn-outline-label-07.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-outline-label-07.disabled, .btn-outline-label-07:disabled {
    color: #fff;
    background-color: transparent; }
  .btn-outline-label-07:not(:disabled):not(.disabled):active, .btn-outline-label-07:not(:disabled):not(.disabled).active,
  .show > .btn-outline-label-07.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #fff; }
    .btn-outline-label-07:not(:disabled):not(.disabled):active:focus, .btn-outline-label-07:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-label-07.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-outline-label-08 {
  color: #4AB8B8;
  border-color: #4AB8B8; }
  .btn-outline-label-08:hover {
    color: #212529;
    background-color: #4AB8B8;
    border-color: #4AB8B8; }
  .btn-outline-label-08:focus, .btn-outline-label-08.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(74, 184, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(74, 184, 184, 0.5); }
  .btn-outline-label-08.disabled, .btn-outline-label-08:disabled {
    color: #4AB8B8;
    background-color: transparent; }
  .btn-outline-label-08:not(:disabled):not(.disabled):active, .btn-outline-label-08:not(:disabled):not(.disabled).active,
  .show > .btn-outline-label-08.dropdown-toggle {
    color: #212529;
    background-color: #4AB8B8;
    border-color: #4AB8B8; }
    .btn-outline-label-08:not(:disabled):not(.disabled):active:focus, .btn-outline-label-08:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-label-08.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(74, 184, 184, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(74, 184, 184, 0.5); }

.btn-outline-label-10 {
  color: #FFA342;
  border-color: #FFA342; }
  .btn-outline-label-10:hover {
    color: #212529;
    background-color: #FFA342;
    border-color: #FFA342; }
  .btn-outline-label-10:focus, .btn-outline-label-10.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 163, 66, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 163, 66, 0.5); }
  .btn-outline-label-10.disabled, .btn-outline-label-10:disabled {
    color: #FFA342;
    background-color: transparent; }
  .btn-outline-label-10:not(:disabled):not(.disabled):active, .btn-outline-label-10:not(:disabled):not(.disabled).active,
  .show > .btn-outline-label-10.dropdown-toggle {
    color: #212529;
    background-color: #FFA342;
    border-color: #FFA342; }
    .btn-outline-label-10:not(:disabled):not(.disabled):active:focus, .btn-outline-label-10:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-label-10.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 163, 66, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(255, 163, 66, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

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

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

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

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

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

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

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

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

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

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

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

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

.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: 0.5rem 1rem; }
  .navbar > .container,
  .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: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    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-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -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-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row 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 .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

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

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row 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 .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

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

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row 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 .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

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

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row 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 .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -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 .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

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

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

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

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

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

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

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

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

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

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

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

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.bg-primary {
  background-color: #41CCFC !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0fbffb !important; }

.bg-secondary {
  background-color: #252B48 !important; }

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

.bg-tertiary {
  background-color: #252B48 !important; }

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

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

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

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

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

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

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

.bg-success {
  background-color: #03DE73 !important; }

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

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

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

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

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

.bg-label-01 {
  background-color: #41CCFC !important; }

a.bg-label-01:hover, a.bg-label-01:focus,
button.bg-label-01:hover,
button.bg-label-01:focus {
  background-color: #0fbffb !important; }

.bg-label-02 {
  background-color: #03DE73 !important; }

a.bg-label-02:hover, a.bg-label-02:focus,
button.bg-label-02:hover,
button.bg-label-02:focus {
  background-color: #02ac59 !important; }

.bg-label-03 {
  background-color: #5277AF !important; }

a.bg-label-03:hover, a.bg-label-03:focus,
button.bg-label-03:hover,
button.bg-label-03:focus {
  background-color: #415f8d !important; }

.bg-label-04 {
  background-color: #E1BA6D !important; }

a.bg-label-04:hover, a.bg-label-04:focus,
button.bg-label-04:hover,
button.bg-label-04:focus {
  background-color: #d8a643 !important; }

.bg-label-05 {
  background-color: #FF00B2 !important; }

a.bg-label-05:hover, a.bg-label-05:focus,
button.bg-label-05:hover,
button.bg-label-05:focus {
  background-color: #cc008e !important; }

.bg-label-06 {
  background-color: #A8E2F1 !important; }

a.bg-label-06:hover, a.bg-label-06:focus,
button.bg-label-06:hover,
button.bg-label-06:focus {
  background-color: #7cd3ea !important; }

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

a.bg-label-07:hover, a.bg-label-07:focus,
button.bg-label-07:hover,
button.bg-label-07:focus {
  background-color: #e6e6e6 !important; }

.bg-label-08 {
  background-color: #4AB8B8 !important; }

a.bg-label-08:hover, a.bg-label-08:focus,
button.bg-label-08:hover,
button.bg-label-08:focus {
  background-color: #3a9595 !important; }

.bg-label-10 {
  background-color: #FFA342 !important; }

a.bg-label-10:hover, a.bg-label-10:focus,
button.bg-label-10:hover,
button.bg-label-10:focus {
  background-color: #ff8a0f !important; }

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

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

.border {
  border: 1px solid rgba(255, 255, 255, 0.1) !important; }

.border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important; }

.border-right {
  border-right: 1px solid rgba(255, 255, 255, 0.1) !important; }

.border-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important; }

.border-left {
  border-left: 1px solid rgba(255, 255, 255, 0.1) !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: #41CCFC !important; }

.border-secondary {
  border-color: #252B48 !important; }

.border-tertiary {
  border-color: #252B48 !important; }

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

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

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

.border-success {
  border-color: #03DE73 !important; }

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

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

.border-label-01 {
  border-color: #41CCFC !important; }

.border-label-02 {
  border-color: #03DE73 !important; }

.border-label-03 {
  border-color: #5277AF !important; }

.border-label-04 {
  border-color: #E1BA6D !important; }

.border-label-05 {
  border-color: #FF00B2 !important; }

.border-label-06 {
  border-color: #A8E2F1 !important; }

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

.border-label-08 {
  border-color: #4AB8B8 !important; }

.border-label-10 {
  border-color: #FFA342 !important; }

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

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

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

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

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

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

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

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

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

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

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

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -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-row {
    display: table-row !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-row {
    display: table-row !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-row {
    display: table-row !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-row {
    display: table-row !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; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.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; }

.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

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

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

.justify-content-start {
  -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;
  -ms-grid-row-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;
  -ms-grid-row-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;
  -ms-grid-row-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; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-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; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    -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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-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; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-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; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

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

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

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

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

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

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

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

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

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

.w-auto {
  width: auto !important; }

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

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

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

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

.h-auto {
  height: auto !important; }

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

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

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

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

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

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

.m--45 {
  margin: -45px !important; }

.mt--45,
.my--45 {
  margin-top: -45px !important; }

.mr--45,
.mx--45 {
  margin-right: -45px !important; }

.mb--45,
.my--45 {
  margin-bottom: -45px !important; }

.ml--45,
.mx--45 {
  margin-left: -45px !important; }

.m--30 {
  margin: -30px !important; }

.mt--30,
.my--30 {
  margin-top: -30px !important; }

.mr--30,
.mx--30 {
  margin-right: -30px !important; }

.mb--30,
.my--30 {
  margin-bottom: -30px !important; }

.ml--30,
.mx--30 {
  margin-left: -30px !important; }

.m--20 {
  margin: -20px !important; }

.mt--20,
.my--20 {
  margin-top: -20px !important; }

.mr--20,
.mx--20 {
  margin-right: -20px !important; }

.mb--20,
.my--20 {
  margin-bottom: -20px !important; }

.ml--20,
.mx--20 {
  margin-left: -20px !important; }

.m--15 {
  margin: -15px !important; }

.mt--15,
.my--15 {
  margin-top: -15px !important; }

.mr--15,
.mx--15 {
  margin-right: -15px !important; }

.mb--15,
.my--15 {
  margin-bottom: -15px !important; }

.ml--15,
.mx--15 {
  margin-left: -15px !important; }

.m--10 {
  margin: -10px !important; }

.mt--10,
.my--10 {
  margin-top: -10px !important; }

.mr--10,
.mx--10 {
  margin-right: -10px !important; }

.mb--10,
.my--10 {
  margin-bottom: -10px !important; }

.ml--10,
.mx--10 {
  margin-left: -10px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-10 {
  margin: 10px !important; }

.mt-10,
.my-10 {
  margin-top: 10px !important; }

.mr-10,
.mx-10 {
  margin-right: 10px !important; }

.mb-10,
.my-10 {
  margin-bottom: 10px !important; }

.ml-10,
.mx-10 {
  margin-left: 10px !important; }

.m-15 {
  margin: 15px !important; }

.mt-15,
.my-15 {
  margin-top: 15px !important; }

.mr-15,
.mx-15 {
  margin-right: 15px !important; }

.mb-15,
.my-15 {
  margin-bottom: 15px !important; }

.ml-15,
.mx-15 {
  margin-left: 15px !important; }

.m-20 {
  margin: 20px !important; }

.mt-20,
.my-20 {
  margin-top: 20px !important; }

.mr-20,
.mx-20 {
  margin-right: 20px !important; }

.mb-20,
.my-20 {
  margin-bottom: 20px !important; }

.ml-20,
.mx-20 {
  margin-left: 20px !important; }

.m-25 {
  margin: 25px !important; }

.mt-25,
.my-25 {
  margin-top: 25px !important; }

.mr-25,
.mx-25 {
  margin-right: 25px !important; }

.mb-25,
.my-25 {
  margin-bottom: 25px !important; }

.ml-25,
.mx-25 {
  margin-left: 25px !important; }

.m-30 {
  margin: 30px !important; }

.mt-30,
.my-30 {
  margin-top: 30px !important; }

.mr-30,
.mx-30 {
  margin-right: 30px !important; }

.mb-30,
.my-30 {
  margin-bottom: 30px !important; }

.ml-30,
.mx-30 {
  margin-left: 30px !important; }

.m-35 {
  margin: 35px !important; }

.mt-35,
.my-35 {
  margin-top: 35px !important; }

.mr-35,
.mx-35 {
  margin-right: 35px !important; }

.mb-35,
.my-35 {
  margin-bottom: 35px !important; }

.ml-35,
.mx-35 {
  margin-left: 35px !important; }

.m-40 {
  margin: 40px !important; }

.mt-40,
.my-40 {
  margin-top: 40px !important; }

.mr-40,
.mx-40 {
  margin-right: 40px !important; }

.mb-40,
.my-40 {
  margin-bottom: 40px !important; }

.ml-40,
.mx-40 {
  margin-left: 40px !important; }

.m-45 {
  margin: 45px !important; }

.mt-45,
.my-45 {
  margin-top: 45px !important; }

.mr-45,
.mx-45 {
  margin-right: 45px !important; }

.mb-45,
.my-45 {
  margin-bottom: 45px !important; }

.ml-45,
.mx-45 {
  margin-left: 45px !important; }

.m-50 {
  margin: 50px !important; }

.mt-50,
.my-50 {
  margin-top: 50px !important; }

.mr-50,
.mx-50 {
  margin-right: 50px !important; }

.mb-50,
.my-50 {
  margin-bottom: 50px !important; }

.ml-50,
.mx-50 {
  margin-left: 50px !important; }

.m-60 {
  margin: 60px !important; }

.mt-60,
.my-60 {
  margin-top: 60px !important; }

.mr-60,
.mx-60 {
  margin-right: 60px !important; }

.mb-60,
.my-60 {
  margin-bottom: 60px !important; }

.ml-60,
.mx-60 {
  margin-left: 60px !important; }

.m-70 {
  margin: 70px !important; }

.mt-70,
.my-70 {
  margin-top: 70px !important; }

.mr-70,
.mx-70 {
  margin-right: 70px !important; }

.mb-70,
.my-70 {
  margin-bottom: 70px !important; }

.ml-70,
.mx-70 {
  margin-left: 70px !important; }

.m-75 {
  margin: 75px !important; }

.mt-75,
.my-75 {
  margin-top: 75px !important; }

.mr-75,
.mx-75 {
  margin-right: 75px !important; }

.mb-75,
.my-75 {
  margin-bottom: 75px !important; }

.ml-75,
.mx-75 {
  margin-left: 75px !important; }

.m-80 {
  margin: 80px !important; }

.mt-80,
.my-80 {
  margin-top: 80px !important; }

.mr-80,
.mx-80 {
  margin-right: 80px !important; }

.mb-80,
.my-80 {
  margin-bottom: 80px !important; }

.ml-80,
.mx-80 {
  margin-left: 80px !important; }

.m-90 {
  margin: 90px !important; }

.mt-90,
.my-90 {
  margin-top: 90px !important; }

.mr-90,
.mx-90 {
  margin-right: 90px !important; }

.mb-90,
.my-90 {
  margin-bottom: 90px !important; }

.ml-90,
.mx-90 {
  margin-left: 90px !important; }

.m-100 {
  margin: 10px !important; }

.mt-100,
.my-100 {
  margin-top: 10px !important; }

.mr-100,
.mx-100 {
  margin-right: 10px !important; }

.mb-100,
.my-100 {
  margin-bottom: 10px !important; }

.ml-100,
.mx-100 {
  margin-left: 10px !important; }

.p--45 {
  padding: -45px !important; }

.pt--45,
.py--45 {
  padding-top: -45px !important; }

.pr--45,
.px--45 {
  padding-right: -45px !important; }

.pb--45,
.py--45 {
  padding-bottom: -45px !important; }

.pl--45,
.px--45 {
  padding-left: -45px !important; }

.p--30 {
  padding: -30px !important; }

.pt--30,
.py--30 {
  padding-top: -30px !important; }

.pr--30,
.px--30 {
  padding-right: -30px !important; }

.pb--30,
.py--30 {
  padding-bottom: -30px !important; }

.pl--30,
.px--30 {
  padding-left: -30px !important; }

.p--20 {
  padding: -20px !important; }

.pt--20,
.py--20 {
  padding-top: -20px !important; }

.pr--20,
.px--20 {
  padding-right: -20px !important; }

.pb--20,
.py--20 {
  padding-bottom: -20px !important; }

.pl--20,
.px--20 {
  padding-left: -20px !important; }

.p--15 {
  padding: -15px !important; }

.pt--15,
.py--15 {
  padding-top: -15px !important; }

.pr--15,
.px--15 {
  padding-right: -15px !important; }

.pb--15,
.py--15 {
  padding-bottom: -15px !important; }

.pl--15,
.px--15 {
  padding-left: -15px !important; }

.p--10 {
  padding: -10px !important; }

.pt--10,
.py--10 {
  padding-top: -10px !important; }

.pr--10,
.px--10 {
  padding-right: -10px !important; }

.pb--10,
.py--10 {
  padding-bottom: -10px !important; }

.pl--10,
.px--10 {
  padding-left: -10px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-10 {
  padding: 10px !important; }

.pt-10,
.py-10 {
  padding-top: 10px !important; }

.pr-10,
.px-10 {
  padding-right: 10px !important; }

.pb-10,
.py-10 {
  padding-bottom: 10px !important; }

.pl-10,
.px-10 {
  padding-left: 10px !important; }

.p-15 {
  padding: 15px !important; }

.pt-15,
.py-15 {
  padding-top: 15px !important; }

.pr-15,
.px-15 {
  padding-right: 15px !important; }

.pb-15,
.py-15 {
  padding-bottom: 15px !important; }

.pl-15,
.px-15 {
  padding-left: 15px !important; }

.p-20 {
  padding: 20px !important; }

.pt-20,
.py-20 {
  padding-top: 20px !important; }

.pr-20,
.px-20 {
  padding-right: 20px !important; }

.pb-20,
.py-20 {
  padding-bottom: 20px !important; }

.pl-20,
.px-20 {
  padding-left: 20px !important; }

.p-25 {
  padding: 25px !important; }

.pt-25,
.py-25 {
  padding-top: 25px !important; }

.pr-25,
.px-25 {
  padding-right: 25px !important; }

.pb-25,
.py-25 {
  padding-bottom: 25px !important; }

.pl-25,
.px-25 {
  padding-left: 25px !important; }

.p-30 {
  padding: 30px !important; }

.pt-30,
.py-30 {
  padding-top: 30px !important; }

.pr-30,
.px-30 {
  padding-right: 30px !important; }

.pb-30,
.py-30 {
  padding-bottom: 30px !important; }

.pl-30,
.px-30 {
  padding-left: 30px !important; }

.p-35 {
  padding: 35px !important; }

.pt-35,
.py-35 {
  padding-top: 35px !important; }

.pr-35,
.px-35 {
  padding-right: 35px !important; }

.pb-35,
.py-35 {
  padding-bottom: 35px !important; }

.pl-35,
.px-35 {
  padding-left: 35px !important; }

.p-40 {
  padding: 40px !important; }

.pt-40,
.py-40 {
  padding-top: 40px !important; }

.pr-40,
.px-40 {
  padding-right: 40px !important; }

.pb-40,
.py-40 {
  padding-bottom: 40px !important; }

.pl-40,
.px-40 {
  padding-left: 40px !important; }

.p-45 {
  padding: 45px !important; }

.pt-45,
.py-45 {
  padding-top: 45px !important; }

.pr-45,
.px-45 {
  padding-right: 45px !important; }

.pb-45,
.py-45 {
  padding-bottom: 45px !important; }

.pl-45,
.px-45 {
  padding-left: 45px !important; }

.p-50 {
  padding: 50px !important; }

.pt-50,
.py-50 {
  padding-top: 50px !important; }

.pr-50,
.px-50 {
  padding-right: 50px !important; }

.pb-50,
.py-50 {
  padding-bottom: 50px !important; }

.pl-50,
.px-50 {
  padding-left: 50px !important; }

.p-60 {
  padding: 60px !important; }

.pt-60,
.py-60 {
  padding-top: 60px !important; }

.pr-60,
.px-60 {
  padding-right: 60px !important; }

.pb-60,
.py-60 {
  padding-bottom: 60px !important; }

.pl-60,
.px-60 {
  padding-left: 60px !important; }

.p-70 {
  padding: 70px !important; }

.pt-70,
.py-70 {
  padding-top: 70px !important; }

.pr-70,
.px-70 {
  padding-right: 70px !important; }

.pb-70,
.py-70 {
  padding-bottom: 70px !important; }

.pl-70,
.px-70 {
  padding-left: 70px !important; }

.p-75 {
  padding: 75px !important; }

.pt-75,
.py-75 {
  padding-top: 75px !important; }

.pr-75,
.px-75 {
  padding-right: 75px !important; }

.pb-75,
.py-75 {
  padding-bottom: 75px !important; }

.pl-75,
.px-75 {
  padding-left: 75px !important; }

.p-80 {
  padding: 80px !important; }

.pt-80,
.py-80 {
  padding-top: 80px !important; }

.pr-80,
.px-80 {
  padding-right: 80px !important; }

.pb-80,
.py-80 {
  padding-bottom: 80px !important; }

.pl-80,
.px-80 {
  padding-left: 80px !important; }

.p-90 {
  padding: 90px !important; }

.pt-90,
.py-90 {
  padding-top: 90px !important; }

.pr-90,
.px-90 {
  padding-right: 90px !important; }

.pb-90,
.py-90 {
  padding-bottom: 90px !important; }

.pl-90,
.px-90 {
  padding-left: 90px !important; }

.p-100 {
  padding: 10px !important; }

.pt-100,
.py-100 {
  padding-top: 10px !important; }

.pr-100,
.px-100 {
  padding-right: 10px !important; }

.pb-100,
.py-100 {
  padding-bottom: 10px !important; }

.pl-100,
.px-100 {
  padding-left: 10px !important; }

.m-n-45 {
  margin: 45px !important; }

.mt-n-45,
.my-n-45 {
  margin-top: 45px !important; }

.mr-n-45,
.mx-n-45 {
  margin-right: 45px !important; }

.mb-n-45,
.my-n-45 {
  margin-bottom: 45px !important; }

.ml-n-45,
.mx-n-45 {
  margin-left: 45px !important; }

.m-n-30 {
  margin: 30px !important; }

.mt-n-30,
.my-n-30 {
  margin-top: 30px !important; }

.mr-n-30,
.mx-n-30 {
  margin-right: 30px !important; }

.mb-n-30,
.my-n-30 {
  margin-bottom: 30px !important; }

.ml-n-30,
.mx-n-30 {
  margin-left: 30px !important; }

.m-n-20 {
  margin: 20px !important; }

.mt-n-20,
.my-n-20 {
  margin-top: 20px !important; }

.mr-n-20,
.mx-n-20 {
  margin-right: 20px !important; }

.mb-n-20,
.my-n-20 {
  margin-bottom: 20px !important; }

.ml-n-20,
.mx-n-20 {
  margin-left: 20px !important; }

.m-n-15 {
  margin: 15px !important; }

.mt-n-15,
.my-n-15 {
  margin-top: 15px !important; }

.mr-n-15,
.mx-n-15 {
  margin-right: 15px !important; }

.mb-n-15,
.my-n-15 {
  margin-bottom: 15px !important; }

.ml-n-15,
.mx-n-15 {
  margin-left: 15px !important; }

.m-n-10 {
  margin: 10px !important; }

.mt-n-10,
.my-n-10 {
  margin-top: 10px !important; }

.mr-n-10,
.mx-n-10 {
  margin-right: 10px !important; }

.mb-n-10,
.my-n-10 {
  margin-bottom: 10px !important; }

.ml-n-10,
.mx-n-10 {
  margin-left: 10px !important; }

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

.mt-n-5,
.my-n-5 {
  margin-top: 5px !important; }

.mr-n-5,
.mx-n-5 {
  margin-right: 5px !important; }

.mb-n-5,
.my-n-5 {
  margin-bottom: 5px !important; }

.ml-n-5,
.mx-n-5 {
  margin-left: 5px !important; }

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

.mt-n5,
.my-n5 {
  margin-top: -5px !important; }

.mr-n5,
.mx-n5 {
  margin-right: -5px !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -5px !important; }

.ml-n5,
.mx-n5 {
  margin-left: -5px !important; }

.m-n10 {
  margin: -10px !important; }

.mt-n10,
.my-n10 {
  margin-top: -10px !important; }

.mr-n10,
.mx-n10 {
  margin-right: -10px !important; }

.mb-n10,
.my-n10 {
  margin-bottom: -10px !important; }

.ml-n10,
.mx-n10 {
  margin-left: -10px !important; }

.m-n15 {
  margin: -15px !important; }

.mt-n15,
.my-n15 {
  margin-top: -15px !important; }

.mr-n15,
.mx-n15 {
  margin-right: -15px !important; }

.mb-n15,
.my-n15 {
  margin-bottom: -15px !important; }

.ml-n15,
.mx-n15 {
  margin-left: -15px !important; }

.m-n20 {
  margin: -20px !important; }

.mt-n20,
.my-n20 {
  margin-top: -20px !important; }

.mr-n20,
.mx-n20 {
  margin-right: -20px !important; }

.mb-n20,
.my-n20 {
  margin-bottom: -20px !important; }

.ml-n20,
.mx-n20 {
  margin-left: -20px !important; }

.m-n25 {
  margin: -25px !important; }

.mt-n25,
.my-n25 {
  margin-top: -25px !important; }

.mr-n25,
.mx-n25 {
  margin-right: -25px !important; }

.mb-n25,
.my-n25 {
  margin-bottom: -25px !important; }

.ml-n25,
.mx-n25 {
  margin-left: -25px !important; }

.m-n30 {
  margin: -30px !important; }

.mt-n30,
.my-n30 {
  margin-top: -30px !important; }

.mr-n30,
.mx-n30 {
  margin-right: -30px !important; }

.mb-n30,
.my-n30 {
  margin-bottom: -30px !important; }

.ml-n30,
.mx-n30 {
  margin-left: -30px !important; }

.m-n35 {
  margin: -35px !important; }

.mt-n35,
.my-n35 {
  margin-top: -35px !important; }

.mr-n35,
.mx-n35 {
  margin-right: -35px !important; }

.mb-n35,
.my-n35 {
  margin-bottom: -35px !important; }

.ml-n35,
.mx-n35 {
  margin-left: -35px !important; }

.m-n40 {
  margin: -40px !important; }

.mt-n40,
.my-n40 {
  margin-top: -40px !important; }

.mr-n40,
.mx-n40 {
  margin-right: -40px !important; }

.mb-n40,
.my-n40 {
  margin-bottom: -40px !important; }

.ml-n40,
.mx-n40 {
  margin-left: -40px !important; }

.m-n45 {
  margin: -45px !important; }

.mt-n45,
.my-n45 {
  margin-top: -45px !important; }

.mr-n45,
.mx-n45 {
  margin-right: -45px !important; }

.mb-n45,
.my-n45 {
  margin-bottom: -45px !important; }

.ml-n45,
.mx-n45 {
  margin-left: -45px !important; }

.m-n50 {
  margin: -50px !important; }

.mt-n50,
.my-n50 {
  margin-top: -50px !important; }

.mr-n50,
.mx-n50 {
  margin-right: -50px !important; }

.mb-n50,
.my-n50 {
  margin-bottom: -50px !important; }

.ml-n50,
.mx-n50 {
  margin-left: -50px !important; }

.m-n60 {
  margin: -60px !important; }

.mt-n60,
.my-n60 {
  margin-top: -60px !important; }

.mr-n60,
.mx-n60 {
  margin-right: -60px !important; }

.mb-n60,
.my-n60 {
  margin-bottom: -60px !important; }

.ml-n60,
.mx-n60 {
  margin-left: -60px !important; }

.m-n70 {
  margin: -70px !important; }

.mt-n70,
.my-n70 {
  margin-top: -70px !important; }

.mr-n70,
.mx-n70 {
  margin-right: -70px !important; }

.mb-n70,
.my-n70 {
  margin-bottom: -70px !important; }

.ml-n70,
.mx-n70 {
  margin-left: -70px !important; }

.m-n75 {
  margin: -75px !important; }

.mt-n75,
.my-n75 {
  margin-top: -75px !important; }

.mr-n75,
.mx-n75 {
  margin-right: -75px !important; }

.mb-n75,
.my-n75 {
  margin-bottom: -75px !important; }

.ml-n75,
.mx-n75 {
  margin-left: -75px !important; }

.m-n80 {
  margin: -80px !important; }

.mt-n80,
.my-n80 {
  margin-top: -80px !important; }

.mr-n80,
.mx-n80 {
  margin-right: -80px !important; }

.mb-n80,
.my-n80 {
  margin-bottom: -80px !important; }

.ml-n80,
.mx-n80 {
  margin-left: -80px !important; }

.m-n90 {
  margin: -90px !important; }

.mt-n90,
.my-n90 {
  margin-top: -90px !important; }

.mr-n90,
.mx-n90 {
  margin-right: -90px !important; }

.mb-n90,
.my-n90 {
  margin-bottom: -90px !important; }

.ml-n90,
.mx-n90 {
  margin-left: -90px !important; }

.m-n100 {
  margin: -10px !important; }

.mt-n100,
.my-n100 {
  margin-top: -10px !important; }

.mr-n100,
.mx-n100 {
  margin-right: -10px !important; }

.mb-n100,
.my-n100 {
  margin-bottom: -10px !important; }

.ml-n100,
.mx-n100 {
  margin-left: -10px !important; }

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm--45 {
    margin: -45px !important; }
  .mt-sm--45,
  .my-sm--45 {
    margin-top: -45px !important; }
  .mr-sm--45,
  .mx-sm--45 {
    margin-right: -45px !important; }
  .mb-sm--45,
  .my-sm--45 {
    margin-bottom: -45px !important; }
  .ml-sm--45,
  .mx-sm--45 {
    margin-left: -45px !important; }
  .m-sm--30 {
    margin: -30px !important; }
  .mt-sm--30,
  .my-sm--30 {
    margin-top: -30px !important; }
  .mr-sm--30,
  .mx-sm--30 {
    margin-right: -30px !important; }
  .mb-sm--30,
  .my-sm--30 {
    margin-bottom: -30px !important; }
  .ml-sm--30,
  .mx-sm--30 {
    margin-left: -30px !important; }
  .m-sm--20 {
    margin: -20px !important; }
  .mt-sm--20,
  .my-sm--20 {
    margin-top: -20px !important; }
  .mr-sm--20,
  .mx-sm--20 {
    margin-right: -20px !important; }
  .mb-sm--20,
  .my-sm--20 {
    margin-bottom: -20px !important; }
  .ml-sm--20,
  .mx-sm--20 {
    margin-left: -20px !important; }
  .m-sm--15 {
    margin: -15px !important; }
  .mt-sm--15,
  .my-sm--15 {
    margin-top: -15px !important; }
  .mr-sm--15,
  .mx-sm--15 {
    margin-right: -15px !important; }
  .mb-sm--15,
  .my-sm--15 {
    margin-bottom: -15px !important; }
  .ml-sm--15,
  .mx-sm--15 {
    margin-left: -15px !important; }
  .m-sm--10 {
    margin: -10px !important; }
  .mt-sm--10,
  .my-sm--10 {
    margin-top: -10px !important; }
  .mr-sm--10,
  .mx-sm--10 {
    margin-right: -10px !important; }
  .mb-sm--10,
  .my-sm--10 {
    margin-bottom: -10px !important; }
  .ml-sm--10,
  .mx-sm--10 {
    margin-left: -10px !important; }
  .m-sm--5 {
    margin: -5px !important; }
  .mt-sm--5,
  .my-sm--5 {
    margin-top: -5px !important; }
  .mr-sm--5,
  .mx-sm--5 {
    margin-right: -5px !important; }
  .mb-sm--5,
  .my-sm--5 {
    margin-bottom: -5px !important; }
  .ml-sm--5,
  .mx-sm--5 {
    margin-left: -5px !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-5 {
    margin: 5px !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 5px !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 5px !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 5px !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 5px !important; }
  .m-sm-10 {
    margin: 10px !important; }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 10px !important; }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 10px !important; }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 10px !important; }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 10px !important; }
  .m-sm-15 {
    margin: 15px !important; }
  .mt-sm-15,
  .my-sm-15 {
    margin-top: 15px !important; }
  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 15px !important; }
  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 15px !important; }
  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 15px !important; }
  .m-sm-20 {
    margin: 20px !important; }
  .mt-sm-20,
  .my-sm-20 {
    margin-top: 20px !important; }
  .mr-sm-20,
  .mx-sm-20 {
    margin-right: 20px !important; }
  .mb-sm-20,
  .my-sm-20 {
    margin-bottom: 20px !important; }
  .ml-sm-20,
  .mx-sm-20 {
    margin-left: 20px !important; }
  .m-sm-25 {
    margin: 25px !important; }
  .mt-sm-25,
  .my-sm-25 {
    margin-top: 25px !important; }
  .mr-sm-25,
  .mx-sm-25 {
    margin-right: 25px !important; }
  .mb-sm-25,
  .my-sm-25 {
    margin-bottom: 25px !important; }
  .ml-sm-25,
  .mx-sm-25 {
    margin-left: 25px !important; }
  .m-sm-30 {
    margin: 30px !important; }
  .mt-sm-30,
  .my-sm-30 {
    margin-top: 30px !important; }
  .mr-sm-30,
  .mx-sm-30 {
    margin-right: 30px !important; }
  .mb-sm-30,
  .my-sm-30 {
    margin-bottom: 30px !important; }
  .ml-sm-30,
  .mx-sm-30 {
    margin-left: 30px !important; }
  .m-sm-35 {
    margin: 35px !important; }
  .mt-sm-35,
  .my-sm-35 {
    margin-top: 35px !important; }
  .mr-sm-35,
  .mx-sm-35 {
    margin-right: 35px !important; }
  .mb-sm-35,
  .my-sm-35 {
    margin-bottom: 35px !important; }
  .ml-sm-35,
  .mx-sm-35 {
    margin-left: 35px !important; }
  .m-sm-40 {
    margin: 40px !important; }
  .mt-sm-40,
  .my-sm-40 {
    margin-top: 40px !important; }
  .mr-sm-40,
  .mx-sm-40 {
    margin-right: 40px !important; }
  .mb-sm-40,
  .my-sm-40 {
    margin-bottom: 40px !important; }
  .ml-sm-40,
  .mx-sm-40 {
    margin-left: 40px !important; }
  .m-sm-45 {
    margin: 45px !important; }
  .mt-sm-45,
  .my-sm-45 {
    margin-top: 45px !important; }
  .mr-sm-45,
  .mx-sm-45 {
    margin-right: 45px !important; }
  .mb-sm-45,
  .my-sm-45 {
    margin-bottom: 45px !important; }
  .ml-sm-45,
  .mx-sm-45 {
    margin-left: 45px !important; }
  .m-sm-50 {
    margin: 50px !important; }
  .mt-sm-50,
  .my-sm-50 {
    margin-top: 50px !important; }
  .mr-sm-50,
  .mx-sm-50 {
    margin-right: 50px !important; }
  .mb-sm-50,
  .my-sm-50 {
    margin-bottom: 50px !important; }
  .ml-sm-50,
  .mx-sm-50 {
    margin-left: 50px !important; }
  .m-sm-60 {
    margin: 60px !important; }
  .mt-sm-60,
  .my-sm-60 {
    margin-top: 60px !important; }
  .mr-sm-60,
  .mx-sm-60 {
    margin-right: 60px !important; }
  .mb-sm-60,
  .my-sm-60 {
    margin-bottom: 60px !important; }
  .ml-sm-60,
  .mx-sm-60 {
    margin-left: 60px !important; }
  .m-sm-70 {
    margin: 70px !important; }
  .mt-sm-70,
  .my-sm-70 {
    margin-top: 70px !important; }
  .mr-sm-70,
  .mx-sm-70 {
    margin-right: 70px !important; }
  .mb-sm-70,
  .my-sm-70 {
    margin-bottom: 70px !important; }
  .ml-sm-70,
  .mx-sm-70 {
    margin-left: 70px !important; }
  .m-sm-75 {
    margin: 75px !important; }
  .mt-sm-75,
  .my-sm-75 {
    margin-top: 75px !important; }
  .mr-sm-75,
  .mx-sm-75 {
    margin-right: 75px !important; }
  .mb-sm-75,
  .my-sm-75 {
    margin-bottom: 75px !important; }
  .ml-sm-75,
  .mx-sm-75 {
    margin-left: 75px !important; }
  .m-sm-80 {
    margin: 80px !important; }
  .mt-sm-80,
  .my-sm-80 {
    margin-top: 80px !important; }
  .mr-sm-80,
  .mx-sm-80 {
    margin-right: 80px !important; }
  .mb-sm-80,
  .my-sm-80 {
    margin-bottom: 80px !important; }
  .ml-sm-80,
  .mx-sm-80 {
    margin-left: 80px !important; }
  .m-sm-90 {
    margin: 90px !important; }
  .mt-sm-90,
  .my-sm-90 {
    margin-top: 90px !important; }
  .mr-sm-90,
  .mx-sm-90 {
    margin-right: 90px !important; }
  .mb-sm-90,
  .my-sm-90 {
    margin-bottom: 90px !important; }
  .ml-sm-90,
  .mx-sm-90 {
    margin-left: 90px !important; }
  .m-sm-100 {
    margin: 10px !important; }
  .mt-sm-100,
  .my-sm-100 {
    margin-top: 10px !important; }
  .mr-sm-100,
  .mx-sm-100 {
    margin-right: 10px !important; }
  .mb-sm-100,
  .my-sm-100 {
    margin-bottom: 10px !important; }
  .ml-sm-100,
  .mx-sm-100 {
    margin-left: 10px !important; }
  .p-sm--45 {
    padding: -45px !important; }
  .pt-sm--45,
  .py-sm--45 {
    padding-top: -45px !important; }
  .pr-sm--45,
  .px-sm--45 {
    padding-right: -45px !important; }
  .pb-sm--45,
  .py-sm--45 {
    padding-bottom: -45px !important; }
  .pl-sm--45,
  .px-sm--45 {
    padding-left: -45px !important; }
  .p-sm--30 {
    padding: -30px !important; }
  .pt-sm--30,
  .py-sm--30 {
    padding-top: -30px !important; }
  .pr-sm--30,
  .px-sm--30 {
    padding-right: -30px !important; }
  .pb-sm--30,
  .py-sm--30 {
    padding-bottom: -30px !important; }
  .pl-sm--30,
  .px-sm--30 {
    padding-left: -30px !important; }
  .p-sm--20 {
    padding: -20px !important; }
  .pt-sm--20,
  .py-sm--20 {
    padding-top: -20px !important; }
  .pr-sm--20,
  .px-sm--20 {
    padding-right: -20px !important; }
  .pb-sm--20,
  .py-sm--20 {
    padding-bottom: -20px !important; }
  .pl-sm--20,
  .px-sm--20 {
    padding-left: -20px !important; }
  .p-sm--15 {
    padding: -15px !important; }
  .pt-sm--15,
  .py-sm--15 {
    padding-top: -15px !important; }
  .pr-sm--15,
  .px-sm--15 {
    padding-right: -15px !important; }
  .pb-sm--15,
  .py-sm--15 {
    padding-bottom: -15px !important; }
  .pl-sm--15,
  .px-sm--15 {
    padding-left: -15px !important; }
  .p-sm--10 {
    padding: -10px !important; }
  .pt-sm--10,
  .py-sm--10 {
    padding-top: -10px !important; }
  .pr-sm--10,
  .px-sm--10 {
    padding-right: -10px !important; }
  .pb-sm--10,
  .py-sm--10 {
    padding-bottom: -10px !important; }
  .pl-sm--10,
  .px-sm--10 {
    padding-left: -10px !important; }
  .p-sm--5 {
    padding: -5px !important; }
  .pt-sm--5,
  .py-sm--5 {
    padding-top: -5px !important; }
  .pr-sm--5,
  .px-sm--5 {
    padding-right: -5px !important; }
  .pb-sm--5,
  .py-sm--5 {
    padding-bottom: -5px !important; }
  .pl-sm--5,
  .px-sm--5 {
    padding-left: -5px !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-5 {
    padding: 5px !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 5px !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 5px !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 5px !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 5px !important; }
  .p-sm-10 {
    padding: 10px !important; }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 10px !important; }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 10px !important; }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 10px !important; }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 10px !important; }
  .p-sm-15 {
    padding: 15px !important; }
  .pt-sm-15,
  .py-sm-15 {
    padding-top: 15px !important; }
  .pr-sm-15,
  .px-sm-15 {
    padding-right: 15px !important; }
  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 15px !important; }
  .pl-sm-15,
  .px-sm-15 {
    padding-left: 15px !important; }
  .p-sm-20 {
    padding: 20px !important; }
  .pt-sm-20,
  .py-sm-20 {
    padding-top: 20px !important; }
  .pr-sm-20,
  .px-sm-20 {
    padding-right: 20px !important; }
  .pb-sm-20,
  .py-sm-20 {
    padding-bottom: 20px !important; }
  .pl-sm-20,
  .px-sm-20 {
    padding-left: 20px !important; }
  .p-sm-25 {
    padding: 25px !important; }
  .pt-sm-25,
  .py-sm-25 {
    padding-top: 25px !important; }
  .pr-sm-25,
  .px-sm-25 {
    padding-right: 25px !important; }
  .pb-sm-25,
  .py-sm-25 {
    padding-bottom: 25px !important; }
  .pl-sm-25,
  .px-sm-25 {
    padding-left: 25px !important; }
  .p-sm-30 {
    padding: 30px !important; }
  .pt-sm-30,
  .py-sm-30 {
    padding-top: 30px !important; }
  .pr-sm-30,
  .px-sm-30 {
    padding-right: 30px !important; }
  .pb-sm-30,
  .py-sm-30 {
    padding-bottom: 30px !important; }
  .pl-sm-30,
  .px-sm-30 {
    padding-left: 30px !important; }
  .p-sm-35 {
    padding: 35px !important; }
  .pt-sm-35,
  .py-sm-35 {
    padding-top: 35px !important; }
  .pr-sm-35,
  .px-sm-35 {
    padding-right: 35px !important; }
  .pb-sm-35,
  .py-sm-35 {
    padding-bottom: 35px !important; }
  .pl-sm-35,
  .px-sm-35 {
    padding-left: 35px !important; }
  .p-sm-40 {
    padding: 40px !important; }
  .pt-sm-40,
  .py-sm-40 {
    padding-top: 40px !important; }
  .pr-sm-40,
  .px-sm-40 {
    padding-right: 40px !important; }
  .pb-sm-40,
  .py-sm-40 {
    padding-bottom: 40px !important; }
  .pl-sm-40,
  .px-sm-40 {
    padding-left: 40px !important; }
  .p-sm-45 {
    padding: 45px !important; }
  .pt-sm-45,
  .py-sm-45 {
    padding-top: 45px !important; }
  .pr-sm-45,
  .px-sm-45 {
    padding-right: 45px !important; }
  .pb-sm-45,
  .py-sm-45 {
    padding-bottom: 45px !important; }
  .pl-sm-45,
  .px-sm-45 {
    padding-left: 45px !important; }
  .p-sm-50 {
    padding: 50px !important; }
  .pt-sm-50,
  .py-sm-50 {
    padding-top: 50px !important; }
  .pr-sm-50,
  .px-sm-50 {
    padding-right: 50px !important; }
  .pb-sm-50,
  .py-sm-50 {
    padding-bottom: 50px !important; }
  .pl-sm-50,
  .px-sm-50 {
    padding-left: 50px !important; }
  .p-sm-60 {
    padding: 60px !important; }
  .pt-sm-60,
  .py-sm-60 {
    padding-top: 60px !important; }
  .pr-sm-60,
  .px-sm-60 {
    padding-right: 60px !important; }
  .pb-sm-60,
  .py-sm-60 {
    padding-bottom: 60px !important; }
  .pl-sm-60,
  .px-sm-60 {
    padding-left: 60px !important; }
  .p-sm-70 {
    padding: 70px !important; }
  .pt-sm-70,
  .py-sm-70 {
    padding-top: 70px !important; }
  .pr-sm-70,
  .px-sm-70 {
    padding-right: 70px !important; }
  .pb-sm-70,
  .py-sm-70 {
    padding-bottom: 70px !important; }
  .pl-sm-70,
  .px-sm-70 {
    padding-left: 70px !important; }
  .p-sm-75 {
    padding: 75px !important; }
  .pt-sm-75,
  .py-sm-75 {
    padding-top: 75px !important; }
  .pr-sm-75,
  .px-sm-75 {
    padding-right: 75px !important; }
  .pb-sm-75,
  .py-sm-75 {
    padding-bottom: 75px !important; }
  .pl-sm-75,
  .px-sm-75 {
    padding-left: 75px !important; }
  .p-sm-80 {
    padding: 80px !important; }
  .pt-sm-80,
  .py-sm-80 {
    padding-top: 80px !important; }
  .pr-sm-80,
  .px-sm-80 {
    padding-right: 80px !important; }
  .pb-sm-80,
  .py-sm-80 {
    padding-bottom: 80px !important; }
  .pl-sm-80,
  .px-sm-80 {
    padding-left: 80px !important; }
  .p-sm-90 {
    padding: 90px !important; }
  .pt-sm-90,
  .py-sm-90 {
    padding-top: 90px !important; }
  .pr-sm-90,
  .px-sm-90 {
    padding-right: 90px !important; }
  .pb-sm-90,
  .py-sm-90 {
    padding-bottom: 90px !important; }
  .pl-sm-90,
  .px-sm-90 {
    padding-left: 90px !important; }
  .p-sm-100 {
    padding: 10px !important; }
  .pt-sm-100,
  .py-sm-100 {
    padding-top: 10px !important; }
  .pr-sm-100,
  .px-sm-100 {
    padding-right: 10px !important; }
  .pb-sm-100,
  .py-sm-100 {
    padding-bottom: 10px !important; }
  .pl-sm-100,
  .px-sm-100 {
    padding-left: 10px !important; }
  .m-sm-n-45 {
    margin: 45px !important; }
  .mt-sm-n-45,
  .my-sm-n-45 {
    margin-top: 45px !important; }
  .mr-sm-n-45,
  .mx-sm-n-45 {
    margin-right: 45px !important; }
  .mb-sm-n-45,
  .my-sm-n-45 {
    margin-bottom: 45px !important; }
  .ml-sm-n-45,
  .mx-sm-n-45 {
    margin-left: 45px !important; }
  .m-sm-n-30 {
    margin: 30px !important; }
  .mt-sm-n-30,
  .my-sm-n-30 {
    margin-top: 30px !important; }
  .mr-sm-n-30,
  .mx-sm-n-30 {
    margin-right: 30px !important; }
  .mb-sm-n-30,
  .my-sm-n-30 {
    margin-bottom: 30px !important; }
  .ml-sm-n-30,
  .mx-sm-n-30 {
    margin-left: 30px !important; }
  .m-sm-n-20 {
    margin: 20px !important; }
  .mt-sm-n-20,
  .my-sm-n-20 {
    margin-top: 20px !important; }
  .mr-sm-n-20,
  .mx-sm-n-20 {
    margin-right: 20px !important; }
  .mb-sm-n-20,
  .my-sm-n-20 {
    margin-bottom: 20px !important; }
  .ml-sm-n-20,
  .mx-sm-n-20 {
    margin-left: 20px !important; }
  .m-sm-n-15 {
    margin: 15px !important; }
  .mt-sm-n-15,
  .my-sm-n-15 {
    margin-top: 15px !important; }
  .mr-sm-n-15,
  .mx-sm-n-15 {
    margin-right: 15px !important; }
  .mb-sm-n-15,
  .my-sm-n-15 {
    margin-bottom: 15px !important; }
  .ml-sm-n-15,
  .mx-sm-n-15 {
    margin-left: 15px !important; }
  .m-sm-n-10 {
    margin: 10px !important; }
  .mt-sm-n-10,
  .my-sm-n-10 {
    margin-top: 10px !important; }
  .mr-sm-n-10,
  .mx-sm-n-10 {
    margin-right: 10px !important; }
  .mb-sm-n-10,
  .my-sm-n-10 {
    margin-bottom: 10px !important; }
  .ml-sm-n-10,
  .mx-sm-n-10 {
    margin-left: 10px !important; }
  .m-sm-n-5 {
    margin: 5px !important; }
  .mt-sm-n-5,
  .my-sm-n-5 {
    margin-top: 5px !important; }
  .mr-sm-n-5,
  .mx-sm-n-5 {
    margin-right: 5px !important; }
  .mb-sm-n-5,
  .my-sm-n-5 {
    margin-bottom: 5px !important; }
  .ml-sm-n-5,
  .mx-sm-n-5 {
    margin-left: 5px !important; }
  .m-sm-n5 {
    margin: -5px !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -5px !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -5px !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -5px !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -5px !important; }
  .m-sm-n10 {
    margin: -10px !important; }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -10px !important; }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -10px !important; }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -10px !important; }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -10px !important; }
  .m-sm-n15 {
    margin: -15px !important; }
  .mt-sm-n15,
  .my-sm-n15 {
    margin-top: -15px !important; }
  .mr-sm-n15,
  .mx-sm-n15 {
    margin-right: -15px !important; }
  .mb-sm-n15,
  .my-sm-n15 {
    margin-bottom: -15px !important; }
  .ml-sm-n15,
  .mx-sm-n15 {
    margin-left: -15px !important; }
  .m-sm-n20 {
    margin: -20px !important; }
  .mt-sm-n20,
  .my-sm-n20 {
    margin-top: -20px !important; }
  .mr-sm-n20,
  .mx-sm-n20 {
    margin-right: -20px !important; }
  .mb-sm-n20,
  .my-sm-n20 {
    margin-bottom: -20px !important; }
  .ml-sm-n20,
  .mx-sm-n20 {
    margin-left: -20px !important; }
  .m-sm-n25 {
    margin: -25px !important; }
  .mt-sm-n25,
  .my-sm-n25 {
    margin-top: -25px !important; }
  .mr-sm-n25,
  .mx-sm-n25 {
    margin-right: -25px !important; }
  .mb-sm-n25,
  .my-sm-n25 {
    margin-bottom: -25px !important; }
  .ml-sm-n25,
  .mx-sm-n25 {
    margin-left: -25px !important; }
  .m-sm-n30 {
    margin: -30px !important; }
  .mt-sm-n30,
  .my-sm-n30 {
    margin-top: -30px !important; }
  .mr-sm-n30,
  .mx-sm-n30 {
    margin-right: -30px !important; }
  .mb-sm-n30,
  .my-sm-n30 {
    margin-bottom: -30px !important; }
  .ml-sm-n30,
  .mx-sm-n30 {
    margin-left: -30px !important; }
  .m-sm-n35 {
    margin: -35px !important; }
  .mt-sm-n35,
  .my-sm-n35 {
    margin-top: -35px !important; }
  .mr-sm-n35,
  .mx-sm-n35 {
    margin-right: -35px !important; }
  .mb-sm-n35,
  .my-sm-n35 {
    margin-bottom: -35px !important; }
  .ml-sm-n35,
  .mx-sm-n35 {
    margin-left: -35px !important; }
  .m-sm-n40 {
    margin: -40px !important; }
  .mt-sm-n40,
  .my-sm-n40 {
    margin-top: -40px !important; }
  .mr-sm-n40,
  .mx-sm-n40 {
    margin-right: -40px !important; }
  .mb-sm-n40,
  .my-sm-n40 {
    margin-bottom: -40px !important; }
  .ml-sm-n40,
  .mx-sm-n40 {
    margin-left: -40px !important; }
  .m-sm-n45 {
    margin: -45px !important; }
  .mt-sm-n45,
  .my-sm-n45 {
    margin-top: -45px !important; }
  .mr-sm-n45,
  .mx-sm-n45 {
    margin-right: -45px !important; }
  .mb-sm-n45,
  .my-sm-n45 {
    margin-bottom: -45px !important; }
  .ml-sm-n45,
  .mx-sm-n45 {
    margin-left: -45px !important; }
  .m-sm-n50 {
    margin: -50px !important; }
  .mt-sm-n50,
  .my-sm-n50 {
    margin-top: -50px !important; }
  .mr-sm-n50,
  .mx-sm-n50 {
    margin-right: -50px !important; }
  .mb-sm-n50,
  .my-sm-n50 {
    margin-bottom: -50px !important; }
  .ml-sm-n50,
  .mx-sm-n50 {
    margin-left: -50px !important; }
  .m-sm-n60 {
    margin: -60px !important; }
  .mt-sm-n60,
  .my-sm-n60 {
    margin-top: -60px !important; }
  .mr-sm-n60,
  .mx-sm-n60 {
    margin-right: -60px !important; }
  .mb-sm-n60,
  .my-sm-n60 {
    margin-bottom: -60px !important; }
  .ml-sm-n60,
  .mx-sm-n60 {
    margin-left: -60px !important; }
  .m-sm-n70 {
    margin: -70px !important; }
  .mt-sm-n70,
  .my-sm-n70 {
    margin-top: -70px !important; }
  .mr-sm-n70,
  .mx-sm-n70 {
    margin-right: -70px !important; }
  .mb-sm-n70,
  .my-sm-n70 {
    margin-bottom: -70px !important; }
  .ml-sm-n70,
  .mx-sm-n70 {
    margin-left: -70px !important; }
  .m-sm-n75 {
    margin: -75px !important; }
  .mt-sm-n75,
  .my-sm-n75 {
    margin-top: -75px !important; }
  .mr-sm-n75,
  .mx-sm-n75 {
    margin-right: -75px !important; }
  .mb-sm-n75,
  .my-sm-n75 {
    margin-bottom: -75px !important; }
  .ml-sm-n75,
  .mx-sm-n75 {
    margin-left: -75px !important; }
  .m-sm-n80 {
    margin: -80px !important; }
  .mt-sm-n80,
  .my-sm-n80 {
    margin-top: -80px !important; }
  .mr-sm-n80,
  .mx-sm-n80 {
    margin-right: -80px !important; }
  .mb-sm-n80,
  .my-sm-n80 {
    margin-bottom: -80px !important; }
  .ml-sm-n80,
  .mx-sm-n80 {
    margin-left: -80px !important; }
  .m-sm-n90 {
    margin: -90px !important; }
  .mt-sm-n90,
  .my-sm-n90 {
    margin-top: -90px !important; }
  .mr-sm-n90,
  .mx-sm-n90 {
    margin-right: -90px !important; }
  .mb-sm-n90,
  .my-sm-n90 {
    margin-bottom: -90px !important; }
  .ml-sm-n90,
  .mx-sm-n90 {
    margin-left: -90px !important; }
  .m-sm-n100 {
    margin: -10px !important; }
  .mt-sm-n100,
  .my-sm-n100 {
    margin-top: -10px !important; }
  .mr-sm-n100,
  .mx-sm-n100 {
    margin-right: -10px !important; }
  .mb-sm-n100,
  .my-sm-n100 {
    margin-bottom: -10px !important; }
  .ml-sm-n100,
  .mx-sm-n100 {
    margin-left: -10px !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md--45 {
    margin: -45px !important; }
  .mt-md--45,
  .my-md--45 {
    margin-top: -45px !important; }
  .mr-md--45,
  .mx-md--45 {
    margin-right: -45px !important; }
  .mb-md--45,
  .my-md--45 {
    margin-bottom: -45px !important; }
  .ml-md--45,
  .mx-md--45 {
    margin-left: -45px !important; }
  .m-md--30 {
    margin: -30px !important; }
  .mt-md--30,
  .my-md--30 {
    margin-top: -30px !important; }
  .mr-md--30,
  .mx-md--30 {
    margin-right: -30px !important; }
  .mb-md--30,
  .my-md--30 {
    margin-bottom: -30px !important; }
  .ml-md--30,
  .mx-md--30 {
    margin-left: -30px !important; }
  .m-md--20 {
    margin: -20px !important; }
  .mt-md--20,
  .my-md--20 {
    margin-top: -20px !important; }
  .mr-md--20,
  .mx-md--20 {
    margin-right: -20px !important; }
  .mb-md--20,
  .my-md--20 {
    margin-bottom: -20px !important; }
  .ml-md--20,
  .mx-md--20 {
    margin-left: -20px !important; }
  .m-md--15 {
    margin: -15px !important; }
  .mt-md--15,
  .my-md--15 {
    margin-top: -15px !important; }
  .mr-md--15,
  .mx-md--15 {
    margin-right: -15px !important; }
  .mb-md--15,
  .my-md--15 {
    margin-bottom: -15px !important; }
  .ml-md--15,
  .mx-md--15 {
    margin-left: -15px !important; }
  .m-md--10 {
    margin: -10px !important; }
  .mt-md--10,
  .my-md--10 {
    margin-top: -10px !important; }
  .mr-md--10,
  .mx-md--10 {
    margin-right: -10px !important; }
  .mb-md--10,
  .my-md--10 {
    margin-bottom: -10px !important; }
  .ml-md--10,
  .mx-md--10 {
    margin-left: -10px !important; }
  .m-md--5 {
    margin: -5px !important; }
  .mt-md--5,
  .my-md--5 {
    margin-top: -5px !important; }
  .mr-md--5,
  .mx-md--5 {
    margin-right: -5px !important; }
  .mb-md--5,
  .my-md--5 {
    margin-bottom: -5px !important; }
  .ml-md--5,
  .mx-md--5 {
    margin-left: -5px !important; }
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-5 {
    margin: 5px !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 5px !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 5px !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 5px !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 5px !important; }
  .m-md-10 {
    margin: 10px !important; }
  .mt-md-10,
  .my-md-10 {
    margin-top: 10px !important; }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 10px !important; }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 10px !important; }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 10px !important; }
  .m-md-15 {
    margin: 15px !important; }
  .mt-md-15,
  .my-md-15 {
    margin-top: 15px !important; }
  .mr-md-15,
  .mx-md-15 {
    margin-right: 15px !important; }
  .mb-md-15,
  .my-md-15 {
    margin-bottom: 15px !important; }
  .ml-md-15,
  .mx-md-15 {
    margin-left: 15px !important; }
  .m-md-20 {
    margin: 20px !important; }
  .mt-md-20,
  .my-md-20 {
    margin-top: 20px !important; }
  .mr-md-20,
  .mx-md-20 {
    margin-right: 20px !important; }
  .mb-md-20,
  .my-md-20 {
    margin-bottom: 20px !important; }
  .ml-md-20,
  .mx-md-20 {
    margin-left: 20px !important; }
  .m-md-25 {
    margin: 25px !important; }
  .mt-md-25,
  .my-md-25 {
    margin-top: 25px !important; }
  .mr-md-25,
  .mx-md-25 {
    margin-right: 25px !important; }
  .mb-md-25,
  .my-md-25 {
    margin-bottom: 25px !important; }
  .ml-md-25,
  .mx-md-25 {
    margin-left: 25px !important; }
  .m-md-30 {
    margin: 30px !important; }
  .mt-md-30,
  .my-md-30 {
    margin-top: 30px !important; }
  .mr-md-30,
  .mx-md-30 {
    margin-right: 30px !important; }
  .mb-md-30,
  .my-md-30 {
    margin-bottom: 30px !important; }
  .ml-md-30,
  .mx-md-30 {
    margin-left: 30px !important; }
  .m-md-35 {
    margin: 35px !important; }
  .mt-md-35,
  .my-md-35 {
    margin-top: 35px !important; }
  .mr-md-35,
  .mx-md-35 {
    margin-right: 35px !important; }
  .mb-md-35,
  .my-md-35 {
    margin-bottom: 35px !important; }
  .ml-md-35,
  .mx-md-35 {
    margin-left: 35px !important; }
  .m-md-40 {
    margin: 40px !important; }
  .mt-md-40,
  .my-md-40 {
    margin-top: 40px !important; }
  .mr-md-40,
  .mx-md-40 {
    margin-right: 40px !important; }
  .mb-md-40,
  .my-md-40 {
    margin-bottom: 40px !important; }
  .ml-md-40,
  .mx-md-40 {
    margin-left: 40px !important; }
  .m-md-45 {
    margin: 45px !important; }
  .mt-md-45,
  .my-md-45 {
    margin-top: 45px !important; }
  .mr-md-45,
  .mx-md-45 {
    margin-right: 45px !important; }
  .mb-md-45,
  .my-md-45 {
    margin-bottom: 45px !important; }
  .ml-md-45,
  .mx-md-45 {
    margin-left: 45px !important; }
  .m-md-50 {
    margin: 50px !important; }
  .mt-md-50,
  .my-md-50 {
    margin-top: 50px !important; }
  .mr-md-50,
  .mx-md-50 {
    margin-right: 50px !important; }
  .mb-md-50,
  .my-md-50 {
    margin-bottom: 50px !important; }
  .ml-md-50,
  .mx-md-50 {
    margin-left: 50px !important; }
  .m-md-60 {
    margin: 60px !important; }
  .mt-md-60,
  .my-md-60 {
    margin-top: 60px !important; }
  .mr-md-60,
  .mx-md-60 {
    margin-right: 60px !important; }
  .mb-md-60,
  .my-md-60 {
    margin-bottom: 60px !important; }
  .ml-md-60,
  .mx-md-60 {
    margin-left: 60px !important; }
  .m-md-70 {
    margin: 70px !important; }
  .mt-md-70,
  .my-md-70 {
    margin-top: 70px !important; }
  .mr-md-70,
  .mx-md-70 {
    margin-right: 70px !important; }
  .mb-md-70,
  .my-md-70 {
    margin-bottom: 70px !important; }
  .ml-md-70,
  .mx-md-70 {
    margin-left: 70px !important; }
  .m-md-75 {
    margin: 75px !important; }
  .mt-md-75,
  .my-md-75 {
    margin-top: 75px !important; }
  .mr-md-75,
  .mx-md-75 {
    margin-right: 75px !important; }
  .mb-md-75,
  .my-md-75 {
    margin-bottom: 75px !important; }
  .ml-md-75,
  .mx-md-75 {
    margin-left: 75px !important; }
  .m-md-80 {
    margin: 80px !important; }
  .mt-md-80,
  .my-md-80 {
    margin-top: 80px !important; }
  .mr-md-80,
  .mx-md-80 {
    margin-right: 80px !important; }
  .mb-md-80,
  .my-md-80 {
    margin-bottom: 80px !important; }
  .ml-md-80,
  .mx-md-80 {
    margin-left: 80px !important; }
  .m-md-90 {
    margin: 90px !important; }
  .mt-md-90,
  .my-md-90 {
    margin-top: 90px !important; }
  .mr-md-90,
  .mx-md-90 {
    margin-right: 90px !important; }
  .mb-md-90,
  .my-md-90 {
    margin-bottom: 90px !important; }
  .ml-md-90,
  .mx-md-90 {
    margin-left: 90px !important; }
  .m-md-100 {
    margin: 10px !important; }
  .mt-md-100,
  .my-md-100 {
    margin-top: 10px !important; }
  .mr-md-100,
  .mx-md-100 {
    margin-right: 10px !important; }
  .mb-md-100,
  .my-md-100 {
    margin-bottom: 10px !important; }
  .ml-md-100,
  .mx-md-100 {
    margin-left: 10px !important; }
  .p-md--45 {
    padding: -45px !important; }
  .pt-md--45,
  .py-md--45 {
    padding-top: -45px !important; }
  .pr-md--45,
  .px-md--45 {
    padding-right: -45px !important; }
  .pb-md--45,
  .py-md--45 {
    padding-bottom: -45px !important; }
  .pl-md--45,
  .px-md--45 {
    padding-left: -45px !important; }
  .p-md--30 {
    padding: -30px !important; }
  .pt-md--30,
  .py-md--30 {
    padding-top: -30px !important; }
  .pr-md--30,
  .px-md--30 {
    padding-right: -30px !important; }
  .pb-md--30,
  .py-md--30 {
    padding-bottom: -30px !important; }
  .pl-md--30,
  .px-md--30 {
    padding-left: -30px !important; }
  .p-md--20 {
    padding: -20px !important; }
  .pt-md--20,
  .py-md--20 {
    padding-top: -20px !important; }
  .pr-md--20,
  .px-md--20 {
    padding-right: -20px !important; }
  .pb-md--20,
  .py-md--20 {
    padding-bottom: -20px !important; }
  .pl-md--20,
  .px-md--20 {
    padding-left: -20px !important; }
  .p-md--15 {
    padding: -15px !important; }
  .pt-md--15,
  .py-md--15 {
    padding-top: -15px !important; }
  .pr-md--15,
  .px-md--15 {
    padding-right: -15px !important; }
  .pb-md--15,
  .py-md--15 {
    padding-bottom: -15px !important; }
  .pl-md--15,
  .px-md--15 {
    padding-left: -15px !important; }
  .p-md--10 {
    padding: -10px !important; }
  .pt-md--10,
  .py-md--10 {
    padding-top: -10px !important; }
  .pr-md--10,
  .px-md--10 {
    padding-right: -10px !important; }
  .pb-md--10,
  .py-md--10 {
    padding-bottom: -10px !important; }
  .pl-md--10,
  .px-md--10 {
    padding-left: -10px !important; }
  .p-md--5 {
    padding: -5px !important; }
  .pt-md--5,
  .py-md--5 {
    padding-top: -5px !important; }
  .pr-md--5,
  .px-md--5 {
    padding-right: -5px !important; }
  .pb-md--5,
  .py-md--5 {
    padding-bottom: -5px !important; }
  .pl-md--5,
  .px-md--5 {
    padding-left: -5px !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-5 {
    padding: 5px !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 5px !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 5px !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 5px !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 5px !important; }
  .p-md-10 {
    padding: 10px !important; }
  .pt-md-10,
  .py-md-10 {
    padding-top: 10px !important; }
  .pr-md-10,
  .px-md-10 {
    padding-right: 10px !important; }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 10px !important; }
  .pl-md-10,
  .px-md-10 {
    padding-left: 10px !important; }
  .p-md-15 {
    padding: 15px !important; }
  .pt-md-15,
  .py-md-15 {
    padding-top: 15px !important; }
  .pr-md-15,
  .px-md-15 {
    padding-right: 15px !important; }
  .pb-md-15,
  .py-md-15 {
    padding-bottom: 15px !important; }
  .pl-md-15,
  .px-md-15 {
    padding-left: 15px !important; }
  .p-md-20 {
    padding: 20px !important; }
  .pt-md-20,
  .py-md-20 {
    padding-top: 20px !important; }
  .pr-md-20,
  .px-md-20 {
    padding-right: 20px !important; }
  .pb-md-20,
  .py-md-20 {
    padding-bottom: 20px !important; }
  .pl-md-20,
  .px-md-20 {
    padding-left: 20px !important; }
  .p-md-25 {
    padding: 25px !important; }
  .pt-md-25,
  .py-md-25 {
    padding-top: 25px !important; }
  .pr-md-25,
  .px-md-25 {
    padding-right: 25px !important; }
  .pb-md-25,
  .py-md-25 {
    padding-bottom: 25px !important; }
  .pl-md-25,
  .px-md-25 {
    padding-left: 25px !important; }
  .p-md-30 {
    padding: 30px !important; }
  .pt-md-30,
  .py-md-30 {
    padding-top: 30px !important; }
  .pr-md-30,
  .px-md-30 {
    padding-right: 30px !important; }
  .pb-md-30,
  .py-md-30 {
    padding-bottom: 30px !important; }
  .pl-md-30,
  .px-md-30 {
    padding-left: 30px !important; }
  .p-md-35 {
    padding: 35px !important; }
  .pt-md-35,
  .py-md-35 {
    padding-top: 35px !important; }
  .pr-md-35,
  .px-md-35 {
    padding-right: 35px !important; }
  .pb-md-35,
  .py-md-35 {
    padding-bottom: 35px !important; }
  .pl-md-35,
  .px-md-35 {
    padding-left: 35px !important; }
  .p-md-40 {
    padding: 40px !important; }
  .pt-md-40,
  .py-md-40 {
    padding-top: 40px !important; }
  .pr-md-40,
  .px-md-40 {
    padding-right: 40px !important; }
  .pb-md-40,
  .py-md-40 {
    padding-bottom: 40px !important; }
  .pl-md-40,
  .px-md-40 {
    padding-left: 40px !important; }
  .p-md-45 {
    padding: 45px !important; }
  .pt-md-45,
  .py-md-45 {
    padding-top: 45px !important; }
  .pr-md-45,
  .px-md-45 {
    padding-right: 45px !important; }
  .pb-md-45,
  .py-md-45 {
    padding-bottom: 45px !important; }
  .pl-md-45,
  .px-md-45 {
    padding-left: 45px !important; }
  .p-md-50 {
    padding: 50px !important; }
  .pt-md-50,
  .py-md-50 {
    padding-top: 50px !important; }
  .pr-md-50,
  .px-md-50 {
    padding-right: 50px !important; }
  .pb-md-50,
  .py-md-50 {
    padding-bottom: 50px !important; }
  .pl-md-50,
  .px-md-50 {
    padding-left: 50px !important; }
  .p-md-60 {
    padding: 60px !important; }
  .pt-md-60,
  .py-md-60 {
    padding-top: 60px !important; }
  .pr-md-60,
  .px-md-60 {
    padding-right: 60px !important; }
  .pb-md-60,
  .py-md-60 {
    padding-bottom: 60px !important; }
  .pl-md-60,
  .px-md-60 {
    padding-left: 60px !important; }
  .p-md-70 {
    padding: 70px !important; }
  .pt-md-70,
  .py-md-70 {
    padding-top: 70px !important; }
  .pr-md-70,
  .px-md-70 {
    padding-right: 70px !important; }
  .pb-md-70,
  .py-md-70 {
    padding-bottom: 70px !important; }
  .pl-md-70,
  .px-md-70 {
    padding-left: 70px !important; }
  .p-md-75 {
    padding: 75px !important; }
  .pt-md-75,
  .py-md-75 {
    padding-top: 75px !important; }
  .pr-md-75,
  .px-md-75 {
    padding-right: 75px !important; }
  .pb-md-75,
  .py-md-75 {
    padding-bottom: 75px !important; }
  .pl-md-75,
  .px-md-75 {
    padding-left: 75px !important; }
  .p-md-80 {
    padding: 80px !important; }
  .pt-md-80,
  .py-md-80 {
    padding-top: 80px !important; }
  .pr-md-80,
  .px-md-80 {
    padding-right: 80px !important; }
  .pb-md-80,
  .py-md-80 {
    padding-bottom: 80px !important; }
  .pl-md-80,
  .px-md-80 {
    padding-left: 80px !important; }
  .p-md-90 {
    padding: 90px !important; }
  .pt-md-90,
  .py-md-90 {
    padding-top: 90px !important; }
  .pr-md-90,
  .px-md-90 {
    padding-right: 90px !important; }
  .pb-md-90,
  .py-md-90 {
    padding-bottom: 90px !important; }
  .pl-md-90,
  .px-md-90 {
    padding-left: 90px !important; }
  .p-md-100 {
    padding: 10px !important; }
  .pt-md-100,
  .py-md-100 {
    padding-top: 10px !important; }
  .pr-md-100,
  .px-md-100 {
    padding-right: 10px !important; }
  .pb-md-100,
  .py-md-100 {
    padding-bottom: 10px !important; }
  .pl-md-100,
  .px-md-100 {
    padding-left: 10px !important; }
  .m-md-n-45 {
    margin: 45px !important; }
  .mt-md-n-45,
  .my-md-n-45 {
    margin-top: 45px !important; }
  .mr-md-n-45,
  .mx-md-n-45 {
    margin-right: 45px !important; }
  .mb-md-n-45,
  .my-md-n-45 {
    margin-bottom: 45px !important; }
  .ml-md-n-45,
  .mx-md-n-45 {
    margin-left: 45px !important; }
  .m-md-n-30 {
    margin: 30px !important; }
  .mt-md-n-30,
  .my-md-n-30 {
    margin-top: 30px !important; }
  .mr-md-n-30,
  .mx-md-n-30 {
    margin-right: 30px !important; }
  .mb-md-n-30,
  .my-md-n-30 {
    margin-bottom: 30px !important; }
  .ml-md-n-30,
  .mx-md-n-30 {
    margin-left: 30px !important; }
  .m-md-n-20 {
    margin: 20px !important; }
  .mt-md-n-20,
  .my-md-n-20 {
    margin-top: 20px !important; }
  .mr-md-n-20,
  .mx-md-n-20 {
    margin-right: 20px !important; }
  .mb-md-n-20,
  .my-md-n-20 {
    margin-bottom: 20px !important; }
  .ml-md-n-20,
  .mx-md-n-20 {
    margin-left: 20px !important; }
  .m-md-n-15 {
    margin: 15px !important; }
  .mt-md-n-15,
  .my-md-n-15 {
    margin-top: 15px !important; }
  .mr-md-n-15,
  .mx-md-n-15 {
    margin-right: 15px !important; }
  .mb-md-n-15,
  .my-md-n-15 {
    margin-bottom: 15px !important; }
  .ml-md-n-15,
  .mx-md-n-15 {
    margin-left: 15px !important; }
  .m-md-n-10 {
    margin: 10px !important; }
  .mt-md-n-10,
  .my-md-n-10 {
    margin-top: 10px !important; }
  .mr-md-n-10,
  .mx-md-n-10 {
    margin-right: 10px !important; }
  .mb-md-n-10,
  .my-md-n-10 {
    margin-bottom: 10px !important; }
  .ml-md-n-10,
  .mx-md-n-10 {
    margin-left: 10px !important; }
  .m-md-n-5 {
    margin: 5px !important; }
  .mt-md-n-5,
  .my-md-n-5 {
    margin-top: 5px !important; }
  .mr-md-n-5,
  .mx-md-n-5 {
    margin-right: 5px !important; }
  .mb-md-n-5,
  .my-md-n-5 {
    margin-bottom: 5px !important; }
  .ml-md-n-5,
  .mx-md-n-5 {
    margin-left: 5px !important; }
  .m-md-n5 {
    margin: -5px !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -5px !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -5px !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -5px !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -5px !important; }
  .m-md-n10 {
    margin: -10px !important; }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -10px !important; }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -10px !important; }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -10px !important; }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -10px !important; }
  .m-md-n15 {
    margin: -15px !important; }
  .mt-md-n15,
  .my-md-n15 {
    margin-top: -15px !important; }
  .mr-md-n15,
  .mx-md-n15 {
    margin-right: -15px !important; }
  .mb-md-n15,
  .my-md-n15 {
    margin-bottom: -15px !important; }
  .ml-md-n15,
  .mx-md-n15 {
    margin-left: -15px !important; }
  .m-md-n20 {
    margin: -20px !important; }
  .mt-md-n20,
  .my-md-n20 {
    margin-top: -20px !important; }
  .mr-md-n20,
  .mx-md-n20 {
    margin-right: -20px !important; }
  .mb-md-n20,
  .my-md-n20 {
    margin-bottom: -20px !important; }
  .ml-md-n20,
  .mx-md-n20 {
    margin-left: -20px !important; }
  .m-md-n25 {
    margin: -25px !important; }
  .mt-md-n25,
  .my-md-n25 {
    margin-top: -25px !important; }
  .mr-md-n25,
  .mx-md-n25 {
    margin-right: -25px !important; }
  .mb-md-n25,
  .my-md-n25 {
    margin-bottom: -25px !important; }
  .ml-md-n25,
  .mx-md-n25 {
    margin-left: -25px !important; }
  .m-md-n30 {
    margin: -30px !important; }
  .mt-md-n30,
  .my-md-n30 {
    margin-top: -30px !important; }
  .mr-md-n30,
  .mx-md-n30 {
    margin-right: -30px !important; }
  .mb-md-n30,
  .my-md-n30 {
    margin-bottom: -30px !important; }
  .ml-md-n30,
  .mx-md-n30 {
    margin-left: -30px !important; }
  .m-md-n35 {
    margin: -35px !important; }
  .mt-md-n35,
  .my-md-n35 {
    margin-top: -35px !important; }
  .mr-md-n35,
  .mx-md-n35 {
    margin-right: -35px !important; }
  .mb-md-n35,
  .my-md-n35 {
    margin-bottom: -35px !important; }
  .ml-md-n35,
  .mx-md-n35 {
    margin-left: -35px !important; }
  .m-md-n40 {
    margin: -40px !important; }
  .mt-md-n40,
  .my-md-n40 {
    margin-top: -40px !important; }
  .mr-md-n40,
  .mx-md-n40 {
    margin-right: -40px !important; }
  .mb-md-n40,
  .my-md-n40 {
    margin-bottom: -40px !important; }
  .ml-md-n40,
  .mx-md-n40 {
    margin-left: -40px !important; }
  .m-md-n45 {
    margin: -45px !important; }
  .mt-md-n45,
  .my-md-n45 {
    margin-top: -45px !important; }
  .mr-md-n45,
  .mx-md-n45 {
    margin-right: -45px !important; }
  .mb-md-n45,
  .my-md-n45 {
    margin-bottom: -45px !important; }
  .ml-md-n45,
  .mx-md-n45 {
    margin-left: -45px !important; }
  .m-md-n50 {
    margin: -50px !important; }
  .mt-md-n50,
  .my-md-n50 {
    margin-top: -50px !important; }
  .mr-md-n50,
  .mx-md-n50 {
    margin-right: -50px !important; }
  .mb-md-n50,
  .my-md-n50 {
    margin-bottom: -50px !important; }
  .ml-md-n50,
  .mx-md-n50 {
    margin-left: -50px !important; }
  .m-md-n60 {
    margin: -60px !important; }
  .mt-md-n60,
  .my-md-n60 {
    margin-top: -60px !important; }
  .mr-md-n60,
  .mx-md-n60 {
    margin-right: -60px !important; }
  .mb-md-n60,
  .my-md-n60 {
    margin-bottom: -60px !important; }
  .ml-md-n60,
  .mx-md-n60 {
    margin-left: -60px !important; }
  .m-md-n70 {
    margin: -70px !important; }
  .mt-md-n70,
  .my-md-n70 {
    margin-top: -70px !important; }
  .mr-md-n70,
  .mx-md-n70 {
    margin-right: -70px !important; }
  .mb-md-n70,
  .my-md-n70 {
    margin-bottom: -70px !important; }
  .ml-md-n70,
  .mx-md-n70 {
    margin-left: -70px !important; }
  .m-md-n75 {
    margin: -75px !important; }
  .mt-md-n75,
  .my-md-n75 {
    margin-top: -75px !important; }
  .mr-md-n75,
  .mx-md-n75 {
    margin-right: -75px !important; }
  .mb-md-n75,
  .my-md-n75 {
    margin-bottom: -75px !important; }
  .ml-md-n75,
  .mx-md-n75 {
    margin-left: -75px !important; }
  .m-md-n80 {
    margin: -80px !important; }
  .mt-md-n80,
  .my-md-n80 {
    margin-top: -80px !important; }
  .mr-md-n80,
  .mx-md-n80 {
    margin-right: -80px !important; }
  .mb-md-n80,
  .my-md-n80 {
    margin-bottom: -80px !important; }
  .ml-md-n80,
  .mx-md-n80 {
    margin-left: -80px !important; }
  .m-md-n90 {
    margin: -90px !important; }
  .mt-md-n90,
  .my-md-n90 {
    margin-top: -90px !important; }
  .mr-md-n90,
  .mx-md-n90 {
    margin-right: -90px !important; }
  .mb-md-n90,
  .my-md-n90 {
    margin-bottom: -90px !important; }
  .ml-md-n90,
  .mx-md-n90 {
    margin-left: -90px !important; }
  .m-md-n100 {
    margin: -10px !important; }
  .mt-md-n100,
  .my-md-n100 {
    margin-top: -10px !important; }
  .mr-md-n100,
  .mx-md-n100 {
    margin-right: -10px !important; }
  .mb-md-n100,
  .my-md-n100 {
    margin-bottom: -10px !important; }
  .ml-md-n100,
  .mx-md-n100 {
    margin-left: -10px !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg--45 {
    margin: -45px !important; }
  .mt-lg--45,
  .my-lg--45 {
    margin-top: -45px !important; }
  .mr-lg--45,
  .mx-lg--45 {
    margin-right: -45px !important; }
  .mb-lg--45,
  .my-lg--45 {
    margin-bottom: -45px !important; }
  .ml-lg--45,
  .mx-lg--45 {
    margin-left: -45px !important; }
  .m-lg--30 {
    margin: -30px !important; }
  .mt-lg--30,
  .my-lg--30 {
    margin-top: -30px !important; }
  .mr-lg--30,
  .mx-lg--30 {
    margin-right: -30px !important; }
  .mb-lg--30,
  .my-lg--30 {
    margin-bottom: -30px !important; }
  .ml-lg--30,
  .mx-lg--30 {
    margin-left: -30px !important; }
  .m-lg--20 {
    margin: -20px !important; }
  .mt-lg--20,
  .my-lg--20 {
    margin-top: -20px !important; }
  .mr-lg--20,
  .mx-lg--20 {
    margin-right: -20px !important; }
  .mb-lg--20,
  .my-lg--20 {
    margin-bottom: -20px !important; }
  .ml-lg--20,
  .mx-lg--20 {
    margin-left: -20px !important; }
  .m-lg--15 {
    margin: -15px !important; }
  .mt-lg--15,
  .my-lg--15 {
    margin-top: -15px !important; }
  .mr-lg--15,
  .mx-lg--15 {
    margin-right: -15px !important; }
  .mb-lg--15,
  .my-lg--15 {
    margin-bottom: -15px !important; }
  .ml-lg--15,
  .mx-lg--15 {
    margin-left: -15px !important; }
  .m-lg--10 {
    margin: -10px !important; }
  .mt-lg--10,
  .my-lg--10 {
    margin-top: -10px !important; }
  .mr-lg--10,
  .mx-lg--10 {
    margin-right: -10px !important; }
  .mb-lg--10,
  .my-lg--10 {
    margin-bottom: -10px !important; }
  .ml-lg--10,
  .mx-lg--10 {
    margin-left: -10px !important; }
  .m-lg--5 {
    margin: -5px !important; }
  .mt-lg--5,
  .my-lg--5 {
    margin-top: -5px !important; }
  .mr-lg--5,
  .mx-lg--5 {
    margin-right: -5px !important; }
  .mb-lg--5,
  .my-lg--5 {
    margin-bottom: -5px !important; }
  .ml-lg--5,
  .mx-lg--5 {
    margin-left: -5px !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-5 {
    margin: 5px !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 5px !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 5px !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 5px !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 5px !important; }
  .m-lg-10 {
    margin: 10px !important; }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 10px !important; }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 10px !important; }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 10px !important; }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 10px !important; }
  .m-lg-15 {
    margin: 15px !important; }
  .mt-lg-15,
  .my-lg-15 {
    margin-top: 15px !important; }
  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 15px !important; }
  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 15px !important; }
  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 15px !important; }
  .m-lg-20 {
    margin: 20px !important; }
  .mt-lg-20,
  .my-lg-20 {
    margin-top: 20px !important; }
  .mr-lg-20,
  .mx-lg-20 {
    margin-right: 20px !important; }
  .mb-lg-20,
  .my-lg-20 {
    margin-bottom: 20px !important; }
  .ml-lg-20,
  .mx-lg-20 {
    margin-left: 20px !important; }
  .m-lg-25 {
    margin: 25px !important; }
  .mt-lg-25,
  .my-lg-25 {
    margin-top: 25px !important; }
  .mr-lg-25,
  .mx-lg-25 {
    margin-right: 25px !important; }
  .mb-lg-25,
  .my-lg-25 {
    margin-bottom: 25px !important; }
  .ml-lg-25,
  .mx-lg-25 {
    margin-left: 25px !important; }
  .m-lg-30 {
    margin: 30px !important; }
  .mt-lg-30,
  .my-lg-30 {
    margin-top: 30px !important; }
  .mr-lg-30,
  .mx-lg-30 {
    margin-right: 30px !important; }
  .mb-lg-30,
  .my-lg-30 {
    margin-bottom: 30px !important; }
  .ml-lg-30,
  .mx-lg-30 {
    margin-left: 30px !important; }
  .m-lg-35 {
    margin: 35px !important; }
  .mt-lg-35,
  .my-lg-35 {
    margin-top: 35px !important; }
  .mr-lg-35,
  .mx-lg-35 {
    margin-right: 35px !important; }
  .mb-lg-35,
  .my-lg-35 {
    margin-bottom: 35px !important; }
  .ml-lg-35,
  .mx-lg-35 {
    margin-left: 35px !important; }
  .m-lg-40 {
    margin: 40px !important; }
  .mt-lg-40,
  .my-lg-40 {
    margin-top: 40px !important; }
  .mr-lg-40,
  .mx-lg-40 {
    margin-right: 40px !important; }
  .mb-lg-40,
  .my-lg-40 {
    margin-bottom: 40px !important; }
  .ml-lg-40,
  .mx-lg-40 {
    margin-left: 40px !important; }
  .m-lg-45 {
    margin: 45px !important; }
  .mt-lg-45,
  .my-lg-45 {
    margin-top: 45px !important; }
  .mr-lg-45,
  .mx-lg-45 {
    margin-right: 45px !important; }
  .mb-lg-45,
  .my-lg-45 {
    margin-bottom: 45px !important; }
  .ml-lg-45,
  .mx-lg-45 {
    margin-left: 45px !important; }
  .m-lg-50 {
    margin: 50px !important; }
  .mt-lg-50,
  .my-lg-50 {
    margin-top: 50px !important; }
  .mr-lg-50,
  .mx-lg-50 {
    margin-right: 50px !important; }
  .mb-lg-50,
  .my-lg-50 {
    margin-bottom: 50px !important; }
  .ml-lg-50,
  .mx-lg-50 {
    margin-left: 50px !important; }
  .m-lg-60 {
    margin: 60px !important; }
  .mt-lg-60,
  .my-lg-60 {
    margin-top: 60px !important; }
  .mr-lg-60,
  .mx-lg-60 {
    margin-right: 60px !important; }
  .mb-lg-60,
  .my-lg-60 {
    margin-bottom: 60px !important; }
  .ml-lg-60,
  .mx-lg-60 {
    margin-left: 60px !important; }
  .m-lg-70 {
    margin: 70px !important; }
  .mt-lg-70,
  .my-lg-70 {
    margin-top: 70px !important; }
  .mr-lg-70,
  .mx-lg-70 {
    margin-right: 70px !important; }
  .mb-lg-70,
  .my-lg-70 {
    margin-bottom: 70px !important; }
  .ml-lg-70,
  .mx-lg-70 {
    margin-left: 70px !important; }
  .m-lg-75 {
    margin: 75px !important; }
  .mt-lg-75,
  .my-lg-75 {
    margin-top: 75px !important; }
  .mr-lg-75,
  .mx-lg-75 {
    margin-right: 75px !important; }
  .mb-lg-75,
  .my-lg-75 {
    margin-bottom: 75px !important; }
  .ml-lg-75,
  .mx-lg-75 {
    margin-left: 75px !important; }
  .m-lg-80 {
    margin: 80px !important; }
  .mt-lg-80,
  .my-lg-80 {
    margin-top: 80px !important; }
  .mr-lg-80,
  .mx-lg-80 {
    margin-right: 80px !important; }
  .mb-lg-80,
  .my-lg-80 {
    margin-bottom: 80px !important; }
  .ml-lg-80,
  .mx-lg-80 {
    margin-left: 80px !important; }
  .m-lg-90 {
    margin: 90px !important; }
  .mt-lg-90,
  .my-lg-90 {
    margin-top: 90px !important; }
  .mr-lg-90,
  .mx-lg-90 {
    margin-right: 90px !important; }
  .mb-lg-90,
  .my-lg-90 {
    margin-bottom: 90px !important; }
  .ml-lg-90,
  .mx-lg-90 {
    margin-left: 90px !important; }
  .m-lg-100 {
    margin: 10px !important; }
  .mt-lg-100,
  .my-lg-100 {
    margin-top: 10px !important; }
  .mr-lg-100,
  .mx-lg-100 {
    margin-right: 10px !important; }
  .mb-lg-100,
  .my-lg-100 {
    margin-bottom: 10px !important; }
  .ml-lg-100,
  .mx-lg-100 {
    margin-left: 10px !important; }
  .p-lg--45 {
    padding: -45px !important; }
  .pt-lg--45,
  .py-lg--45 {
    padding-top: -45px !important; }
  .pr-lg--45,
  .px-lg--45 {
    padding-right: -45px !important; }
  .pb-lg--45,
  .py-lg--45 {
    padding-bottom: -45px !important; }
  .pl-lg--45,
  .px-lg--45 {
    padding-left: -45px !important; }
  .p-lg--30 {
    padding: -30px !important; }
  .pt-lg--30,
  .py-lg--30 {
    padding-top: -30px !important; }
  .pr-lg--30,
  .px-lg--30 {
    padding-right: -30px !important; }
  .pb-lg--30,
  .py-lg--30 {
    padding-bottom: -30px !important; }
  .pl-lg--30,
  .px-lg--30 {
    padding-left: -30px !important; }
  .p-lg--20 {
    padding: -20px !important; }
  .pt-lg--20,
  .py-lg--20 {
    padding-top: -20px !important; }
  .pr-lg--20,
  .px-lg--20 {
    padding-right: -20px !important; }
  .pb-lg--20,
  .py-lg--20 {
    padding-bottom: -20px !important; }
  .pl-lg--20,
  .px-lg--20 {
    padding-left: -20px !important; }
  .p-lg--15 {
    padding: -15px !important; }
  .pt-lg--15,
  .py-lg--15 {
    padding-top: -15px !important; }
  .pr-lg--15,
  .px-lg--15 {
    padding-right: -15px !important; }
  .pb-lg--15,
  .py-lg--15 {
    padding-bottom: -15px !important; }
  .pl-lg--15,
  .px-lg--15 {
    padding-left: -15px !important; }
  .p-lg--10 {
    padding: -10px !important; }
  .pt-lg--10,
  .py-lg--10 {
    padding-top: -10px !important; }
  .pr-lg--10,
  .px-lg--10 {
    padding-right: -10px !important; }
  .pb-lg--10,
  .py-lg--10 {
    padding-bottom: -10px !important; }
  .pl-lg--10,
  .px-lg--10 {
    padding-left: -10px !important; }
  .p-lg--5 {
    padding: -5px !important; }
  .pt-lg--5,
  .py-lg--5 {
    padding-top: -5px !important; }
  .pr-lg--5,
  .px-lg--5 {
    padding-right: -5px !important; }
  .pb-lg--5,
  .py-lg--5 {
    padding-bottom: -5px !important; }
  .pl-lg--5,
  .px-lg--5 {
    padding-left: -5px !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-5 {
    padding: 5px !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 5px !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 5px !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 5px !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 5px !important; }
  .p-lg-10 {
    padding: 10px !important; }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 10px !important; }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 10px !important; }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 10px !important; }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 10px !important; }
  .p-lg-15 {
    padding: 15px !important; }
  .pt-lg-15,
  .py-lg-15 {
    padding-top: 15px !important; }
  .pr-lg-15,
  .px-lg-15 {
    padding-right: 15px !important; }
  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 15px !important; }
  .pl-lg-15,
  .px-lg-15 {
    padding-left: 15px !important; }
  .p-lg-20 {
    padding: 20px !important; }
  .pt-lg-20,
  .py-lg-20 {
    padding-top: 20px !important; }
  .pr-lg-20,
  .px-lg-20 {
    padding-right: 20px !important; }
  .pb-lg-20,
  .py-lg-20 {
    padding-bottom: 20px !important; }
  .pl-lg-20,
  .px-lg-20 {
    padding-left: 20px !important; }
  .p-lg-25 {
    padding: 25px !important; }
  .pt-lg-25,
  .py-lg-25 {
    padding-top: 25px !important; }
  .pr-lg-25,
  .px-lg-25 {
    padding-right: 25px !important; }
  .pb-lg-25,
  .py-lg-25 {
    padding-bottom: 25px !important; }
  .pl-lg-25,
  .px-lg-25 {
    padding-left: 25px !important; }
  .p-lg-30 {
    padding: 30px !important; }
  .pt-lg-30,
  .py-lg-30 {
    padding-top: 30px !important; }
  .pr-lg-30,
  .px-lg-30 {
    padding-right: 30px !important; }
  .pb-lg-30,
  .py-lg-30 {
    padding-bottom: 30px !important; }
  .pl-lg-30,
  .px-lg-30 {
    padding-left: 30px !important; }
  .p-lg-35 {
    padding: 35px !important; }
  .pt-lg-35,
  .py-lg-35 {
    padding-top: 35px !important; }
  .pr-lg-35,
  .px-lg-35 {
    padding-right: 35px !important; }
  .pb-lg-35,
  .py-lg-35 {
    padding-bottom: 35px !important; }
  .pl-lg-35,
  .px-lg-35 {
    padding-left: 35px !important; }
  .p-lg-40 {
    padding: 40px !important; }
  .pt-lg-40,
  .py-lg-40 {
    padding-top: 40px !important; }
  .pr-lg-40,
  .px-lg-40 {
    padding-right: 40px !important; }
  .pb-lg-40,
  .py-lg-40 {
    padding-bottom: 40px !important; }
  .pl-lg-40,
  .px-lg-40 {
    padding-left: 40px !important; }
  .p-lg-45 {
    padding: 45px !important; }
  .pt-lg-45,
  .py-lg-45 {
    padding-top: 45px !important; }
  .pr-lg-45,
  .px-lg-45 {
    padding-right: 45px !important; }
  .pb-lg-45,
  .py-lg-45 {
    padding-bottom: 45px !important; }
  .pl-lg-45,
  .px-lg-45 {
    padding-left: 45px !important; }
  .p-lg-50 {
    padding: 50px !important; }
  .pt-lg-50,
  .py-lg-50 {
    padding-top: 50px !important; }
  .pr-lg-50,
  .px-lg-50 {
    padding-right: 50px !important; }
  .pb-lg-50,
  .py-lg-50 {
    padding-bottom: 50px !important; }
  .pl-lg-50,
  .px-lg-50 {
    padding-left: 50px !important; }
  .p-lg-60 {
    padding: 60px !important; }
  .pt-lg-60,
  .py-lg-60 {
    padding-top: 60px !important; }
  .pr-lg-60,
  .px-lg-60 {
    padding-right: 60px !important; }
  .pb-lg-60,
  .py-lg-60 {
    padding-bottom: 60px !important; }
  .pl-lg-60,
  .px-lg-60 {
    padding-left: 60px !important; }
  .p-lg-70 {
    padding: 70px !important; }
  .pt-lg-70,
  .py-lg-70 {
    padding-top: 70px !important; }
  .pr-lg-70,
  .px-lg-70 {
    padding-right: 70px !important; }
  .pb-lg-70,
  .py-lg-70 {
    padding-bottom: 70px !important; }
  .pl-lg-70,
  .px-lg-70 {
    padding-left: 70px !important; }
  .p-lg-75 {
    padding: 75px !important; }
  .pt-lg-75,
  .py-lg-75 {
    padding-top: 75px !important; }
  .pr-lg-75,
  .px-lg-75 {
    padding-right: 75px !important; }
  .pb-lg-75,
  .py-lg-75 {
    padding-bottom: 75px !important; }
  .pl-lg-75,
  .px-lg-75 {
    padding-left: 75px !important; }
  .p-lg-80 {
    padding: 80px !important; }
  .pt-lg-80,
  .py-lg-80 {
    padding-top: 80px !important; }
  .pr-lg-80,
  .px-lg-80 {
    padding-right: 80px !important; }
  .pb-lg-80,
  .py-lg-80 {
    padding-bottom: 80px !important; }
  .pl-lg-80,
  .px-lg-80 {
    padding-left: 80px !important; }
  .p-lg-90 {
    padding: 90px !important; }
  .pt-lg-90,
  .py-lg-90 {
    padding-top: 90px !important; }
  .pr-lg-90,
  .px-lg-90 {
    padding-right: 90px !important; }
  .pb-lg-90,
  .py-lg-90 {
    padding-bottom: 90px !important; }
  .pl-lg-90,
  .px-lg-90 {
    padding-left: 90px !important; }
  .p-lg-100 {
    padding: 10px !important; }
  .pt-lg-100,
  .py-lg-100 {
    padding-top: 10px !important; }
  .pr-lg-100,
  .px-lg-100 {
    padding-right: 10px !important; }
  .pb-lg-100,
  .py-lg-100 {
    padding-bottom: 10px !important; }
  .pl-lg-100,
  .px-lg-100 {
    padding-left: 10px !important; }
  .m-lg-n-45 {
    margin: 45px !important; }
  .mt-lg-n-45,
  .my-lg-n-45 {
    margin-top: 45px !important; }
  .mr-lg-n-45,
  .mx-lg-n-45 {
    margin-right: 45px !important; }
  .mb-lg-n-45,
  .my-lg-n-45 {
    margin-bottom: 45px !important; }
  .ml-lg-n-45,
  .mx-lg-n-45 {
    margin-left: 45px !important; }
  .m-lg-n-30 {
    margin: 30px !important; }
  .mt-lg-n-30,
  .my-lg-n-30 {
    margin-top: 30px !important; }
  .mr-lg-n-30,
  .mx-lg-n-30 {
    margin-right: 30px !important; }
  .mb-lg-n-30,
  .my-lg-n-30 {
    margin-bottom: 30px !important; }
  .ml-lg-n-30,
  .mx-lg-n-30 {
    margin-left: 30px !important; }
  .m-lg-n-20 {
    margin: 20px !important; }
  .mt-lg-n-20,
  .my-lg-n-20 {
    margin-top: 20px !important; }
  .mr-lg-n-20,
  .mx-lg-n-20 {
    margin-right: 20px !important; }
  .mb-lg-n-20,
  .my-lg-n-20 {
    margin-bottom: 20px !important; }
  .ml-lg-n-20,
  .mx-lg-n-20 {
    margin-left: 20px !important; }
  .m-lg-n-15 {
    margin: 15px !important; }
  .mt-lg-n-15,
  .my-lg-n-15 {
    margin-top: 15px !important; }
  .mr-lg-n-15,
  .mx-lg-n-15 {
    margin-right: 15px !important; }
  .mb-lg-n-15,
  .my-lg-n-15 {
    margin-bottom: 15px !important; }
  .ml-lg-n-15,
  .mx-lg-n-15 {
    margin-left: 15px !important; }
  .m-lg-n-10 {
    margin: 10px !important; }
  .mt-lg-n-10,
  .my-lg-n-10 {
    margin-top: 10px !important; }
  .mr-lg-n-10,
  .mx-lg-n-10 {
    margin-right: 10px !important; }
  .mb-lg-n-10,
  .my-lg-n-10 {
    margin-bottom: 10px !important; }
  .ml-lg-n-10,
  .mx-lg-n-10 {
    margin-left: 10px !important; }
  .m-lg-n-5 {
    margin: 5px !important; }
  .mt-lg-n-5,
  .my-lg-n-5 {
    margin-top: 5px !important; }
  .mr-lg-n-5,
  .mx-lg-n-5 {
    margin-right: 5px !important; }
  .mb-lg-n-5,
  .my-lg-n-5 {
    margin-bottom: 5px !important; }
  .ml-lg-n-5,
  .mx-lg-n-5 {
    margin-left: 5px !important; }
  .m-lg-n5 {
    margin: -5px !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -5px !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -5px !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -5px !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -5px !important; }
  .m-lg-n10 {
    margin: -10px !important; }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -10px !important; }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -10px !important; }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -10px !important; }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -10px !important; }
  .m-lg-n15 {
    margin: -15px !important; }
  .mt-lg-n15,
  .my-lg-n15 {
    margin-top: -15px !important; }
  .mr-lg-n15,
  .mx-lg-n15 {
    margin-right: -15px !important; }
  .mb-lg-n15,
  .my-lg-n15 {
    margin-bottom: -15px !important; }
  .ml-lg-n15,
  .mx-lg-n15 {
    margin-left: -15px !important; }
  .m-lg-n20 {
    margin: -20px !important; }
  .mt-lg-n20,
  .my-lg-n20 {
    margin-top: -20px !important; }
  .mr-lg-n20,
  .mx-lg-n20 {
    margin-right: -20px !important; }
  .mb-lg-n20,
  .my-lg-n20 {
    margin-bottom: -20px !important; }
  .ml-lg-n20,
  .mx-lg-n20 {
    margin-left: -20px !important; }
  .m-lg-n25 {
    margin: -25px !important; }
  .mt-lg-n25,
  .my-lg-n25 {
    margin-top: -25px !important; }
  .mr-lg-n25,
  .mx-lg-n25 {
    margin-right: -25px !important; }
  .mb-lg-n25,
  .my-lg-n25 {
    margin-bottom: -25px !important; }
  .ml-lg-n25,
  .mx-lg-n25 {
    margin-left: -25px !important; }
  .m-lg-n30 {
    margin: -30px !important; }
  .mt-lg-n30,
  .my-lg-n30 {
    margin-top: -30px !important; }
  .mr-lg-n30,
  .mx-lg-n30 {
    margin-right: -30px !important; }
  .mb-lg-n30,
  .my-lg-n30 {
    margin-bottom: -30px !important; }
  .ml-lg-n30,
  .mx-lg-n30 {
    margin-left: -30px !important; }
  .m-lg-n35 {
    margin: -35px !important; }
  .mt-lg-n35,
  .my-lg-n35 {
    margin-top: -35px !important; }
  .mr-lg-n35,
  .mx-lg-n35 {
    margin-right: -35px !important; }
  .mb-lg-n35,
  .my-lg-n35 {
    margin-bottom: -35px !important; }
  .ml-lg-n35,
  .mx-lg-n35 {
    margin-left: -35px !important; }
  .m-lg-n40 {
    margin: -40px !important; }
  .mt-lg-n40,
  .my-lg-n40 {
    margin-top: -40px !important; }
  .mr-lg-n40,
  .mx-lg-n40 {
    margin-right: -40px !important; }
  .mb-lg-n40,
  .my-lg-n40 {
    margin-bottom: -40px !important; }
  .ml-lg-n40,
  .mx-lg-n40 {
    margin-left: -40px !important; }
  .m-lg-n45 {
    margin: -45px !important; }
  .mt-lg-n45,
  .my-lg-n45 {
    margin-top: -45px !important; }
  .mr-lg-n45,
  .mx-lg-n45 {
    margin-right: -45px !important; }
  .mb-lg-n45,
  .my-lg-n45 {
    margin-bottom: -45px !important; }
  .ml-lg-n45,
  .mx-lg-n45 {
    margin-left: -45px !important; }
  .m-lg-n50 {
    margin: -50px !important; }
  .mt-lg-n50,
  .my-lg-n50 {
    margin-top: -50px !important; }
  .mr-lg-n50,
  .mx-lg-n50 {
    margin-right: -50px !important; }
  .mb-lg-n50,
  .my-lg-n50 {
    margin-bottom: -50px !important; }
  .ml-lg-n50,
  .mx-lg-n50 {
    margin-left: -50px !important; }
  .m-lg-n60 {
    margin: -60px !important; }
  .mt-lg-n60,
  .my-lg-n60 {
    margin-top: -60px !important; }
  .mr-lg-n60,
  .mx-lg-n60 {
    margin-right: -60px !important; }
  .mb-lg-n60,
  .my-lg-n60 {
    margin-bottom: -60px !important; }
  .ml-lg-n60,
  .mx-lg-n60 {
    margin-left: -60px !important; }
  .m-lg-n70 {
    margin: -70px !important; }
  .mt-lg-n70,
  .my-lg-n70 {
    margin-top: -70px !important; }
  .mr-lg-n70,
  .mx-lg-n70 {
    margin-right: -70px !important; }
  .mb-lg-n70,
  .my-lg-n70 {
    margin-bottom: -70px !important; }
  .ml-lg-n70,
  .mx-lg-n70 {
    margin-left: -70px !important; }
  .m-lg-n75 {
    margin: -75px !important; }
  .mt-lg-n75,
  .my-lg-n75 {
    margin-top: -75px !important; }
  .mr-lg-n75,
  .mx-lg-n75 {
    margin-right: -75px !important; }
  .mb-lg-n75,
  .my-lg-n75 {
    margin-bottom: -75px !important; }
  .ml-lg-n75,
  .mx-lg-n75 {
    margin-left: -75px !important; }
  .m-lg-n80 {
    margin: -80px !important; }
  .mt-lg-n80,
  .my-lg-n80 {
    margin-top: -80px !important; }
  .mr-lg-n80,
  .mx-lg-n80 {
    margin-right: -80px !important; }
  .mb-lg-n80,
  .my-lg-n80 {
    margin-bottom: -80px !important; }
  .ml-lg-n80,
  .mx-lg-n80 {
    margin-left: -80px !important; }
  .m-lg-n90 {
    margin: -90px !important; }
  .mt-lg-n90,
  .my-lg-n90 {
    margin-top: -90px !important; }
  .mr-lg-n90,
  .mx-lg-n90 {
    margin-right: -90px !important; }
  .mb-lg-n90,
  .my-lg-n90 {
    margin-bottom: -90px !important; }
  .ml-lg-n90,
  .mx-lg-n90 {
    margin-left: -90px !important; }
  .m-lg-n100 {
    margin: -10px !important; }
  .mt-lg-n100,
  .my-lg-n100 {
    margin-top: -10px !important; }
  .mr-lg-n100,
  .mx-lg-n100 {
    margin-right: -10px !important; }
  .mb-lg-n100,
  .my-lg-n100 {
    margin-bottom: -10px !important; }
  .ml-lg-n100,
  .mx-lg-n100 {
    margin-left: -10px !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl--45 {
    margin: -45px !important; }
  .mt-xl--45,
  .my-xl--45 {
    margin-top: -45px !important; }
  .mr-xl--45,
  .mx-xl--45 {
    margin-right: -45px !important; }
  .mb-xl--45,
  .my-xl--45 {
    margin-bottom: -45px !important; }
  .ml-xl--45,
  .mx-xl--45 {
    margin-left: -45px !important; }
  .m-xl--30 {
    margin: -30px !important; }
  .mt-xl--30,
  .my-xl--30 {
    margin-top: -30px !important; }
  .mr-xl--30,
  .mx-xl--30 {
    margin-right: -30px !important; }
  .mb-xl--30,
  .my-xl--30 {
    margin-bottom: -30px !important; }
  .ml-xl--30,
  .mx-xl--30 {
    margin-left: -30px !important; }
  .m-xl--20 {
    margin: -20px !important; }
  .mt-xl--20,
  .my-xl--20 {
    margin-top: -20px !important; }
  .mr-xl--20,
  .mx-xl--20 {
    margin-right: -20px !important; }
  .mb-xl--20,
  .my-xl--20 {
    margin-bottom: -20px !important; }
  .ml-xl--20,
  .mx-xl--20 {
    margin-left: -20px !important; }
  .m-xl--15 {
    margin: -15px !important; }
  .mt-xl--15,
  .my-xl--15 {
    margin-top: -15px !important; }
  .mr-xl--15,
  .mx-xl--15 {
    margin-right: -15px !important; }
  .mb-xl--15,
  .my-xl--15 {
    margin-bottom: -15px !important; }
  .ml-xl--15,
  .mx-xl--15 {
    margin-left: -15px !important; }
  .m-xl--10 {
    margin: -10px !important; }
  .mt-xl--10,
  .my-xl--10 {
    margin-top: -10px !important; }
  .mr-xl--10,
  .mx-xl--10 {
    margin-right: -10px !important; }
  .mb-xl--10,
  .my-xl--10 {
    margin-bottom: -10px !important; }
  .ml-xl--10,
  .mx-xl--10 {
    margin-left: -10px !important; }
  .m-xl--5 {
    margin: -5px !important; }
  .mt-xl--5,
  .my-xl--5 {
    margin-top: -5px !important; }
  .mr-xl--5,
  .mx-xl--5 {
    margin-right: -5px !important; }
  .mb-xl--5,
  .my-xl--5 {
    margin-bottom: -5px !important; }
  .ml-xl--5,
  .mx-xl--5 {
    margin-left: -5px !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-5 {
    margin: 5px !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 5px !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 5px !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 5px !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 5px !important; }
  .m-xl-10 {
    margin: 10px !important; }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 10px !important; }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 10px !important; }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 10px !important; }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 10px !important; }
  .m-xl-15 {
    margin: 15px !important; }
  .mt-xl-15,
  .my-xl-15 {
    margin-top: 15px !important; }
  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 15px !important; }
  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 15px !important; }
  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 15px !important; }
  .m-xl-20 {
    margin: 20px !important; }
  .mt-xl-20,
  .my-xl-20 {
    margin-top: 20px !important; }
  .mr-xl-20,
  .mx-xl-20 {
    margin-right: 20px !important; }
  .mb-xl-20,
  .my-xl-20 {
    margin-bottom: 20px !important; }
  .ml-xl-20,
  .mx-xl-20 {
    margin-left: 20px !important; }
  .m-xl-25 {
    margin: 25px !important; }
  .mt-xl-25,
  .my-xl-25 {
    margin-top: 25px !important; }
  .mr-xl-25,
  .mx-xl-25 {
    margin-right: 25px !important; }
  .mb-xl-25,
  .my-xl-25 {
    margin-bottom: 25px !important; }
  .ml-xl-25,
  .mx-xl-25 {
    margin-left: 25px !important; }
  .m-xl-30 {
    margin: 30px !important; }
  .mt-xl-30,
  .my-xl-30 {
    margin-top: 30px !important; }
  .mr-xl-30,
  .mx-xl-30 {
    margin-right: 30px !important; }
  .mb-xl-30,
  .my-xl-30 {
    margin-bottom: 30px !important; }
  .ml-xl-30,
  .mx-xl-30 {
    margin-left: 30px !important; }
  .m-xl-35 {
    margin: 35px !important; }
  .mt-xl-35,
  .my-xl-35 {
    margin-top: 35px !important; }
  .mr-xl-35,
  .mx-xl-35 {
    margin-right: 35px !important; }
  .mb-xl-35,
  .my-xl-35 {
    margin-bottom: 35px !important; }
  .ml-xl-35,
  .mx-xl-35 {
    margin-left: 35px !important; }
  .m-xl-40 {
    margin: 40px !important; }
  .mt-xl-40,
  .my-xl-40 {
    margin-top: 40px !important; }
  .mr-xl-40,
  .mx-xl-40 {
    margin-right: 40px !important; }
  .mb-xl-40,
  .my-xl-40 {
    margin-bottom: 40px !important; }
  .ml-xl-40,
  .mx-xl-40 {
    margin-left: 40px !important; }
  .m-xl-45 {
    margin: 45px !important; }
  .mt-xl-45,
  .my-xl-45 {
    margin-top: 45px !important; }
  .mr-xl-45,
  .mx-xl-45 {
    margin-right: 45px !important; }
  .mb-xl-45,
  .my-xl-45 {
    margin-bottom: 45px !important; }
  .ml-xl-45,
  .mx-xl-45 {
    margin-left: 45px !important; }
  .m-xl-50 {
    margin: 50px !important; }
  .mt-xl-50,
  .my-xl-50 {
    margin-top: 50px !important; }
  .mr-xl-50,
  .mx-xl-50 {
    margin-right: 50px !important; }
  .mb-xl-50,
  .my-xl-50 {
    margin-bottom: 50px !important; }
  .ml-xl-50,
  .mx-xl-50 {
    margin-left: 50px !important; }
  .m-xl-60 {
    margin: 60px !important; }
  .mt-xl-60,
  .my-xl-60 {
    margin-top: 60px !important; }
  .mr-xl-60,
  .mx-xl-60 {
    margin-right: 60px !important; }
  .mb-xl-60,
  .my-xl-60 {
    margin-bottom: 60px !important; }
  .ml-xl-60,
  .mx-xl-60 {
    margin-left: 60px !important; }
  .m-xl-70 {
    margin: 70px !important; }
  .mt-xl-70,
  .my-xl-70 {
    margin-top: 70px !important; }
  .mr-xl-70,
  .mx-xl-70 {
    margin-right: 70px !important; }
  .mb-xl-70,
  .my-xl-70 {
    margin-bottom: 70px !important; }
  .ml-xl-70,
  .mx-xl-70 {
    margin-left: 70px !important; }
  .m-xl-75 {
    margin: 75px !important; }
  .mt-xl-75,
  .my-xl-75 {
    margin-top: 75px !important; }
  .mr-xl-75,
  .mx-xl-75 {
    margin-right: 75px !important; }
  .mb-xl-75,
  .my-xl-75 {
    margin-bottom: 75px !important; }
  .ml-xl-75,
  .mx-xl-75 {
    margin-left: 75px !important; }
  .m-xl-80 {
    margin: 80px !important; }
  .mt-xl-80,
  .my-xl-80 {
    margin-top: 80px !important; }
  .mr-xl-80,
  .mx-xl-80 {
    margin-right: 80px !important; }
  .mb-xl-80,
  .my-xl-80 {
    margin-bottom: 80px !important; }
  .ml-xl-80,
  .mx-xl-80 {
    margin-left: 80px !important; }
  .m-xl-90 {
    margin: 90px !important; }
  .mt-xl-90,
  .my-xl-90 {
    margin-top: 90px !important; }
  .mr-xl-90,
  .mx-xl-90 {
    margin-right: 90px !important; }
  .mb-xl-90,
  .my-xl-90 {
    margin-bottom: 90px !important; }
  .ml-xl-90,
  .mx-xl-90 {
    margin-left: 90px !important; }
  .m-xl-100 {
    margin: 10px !important; }
  .mt-xl-100,
  .my-xl-100 {
    margin-top: 10px !important; }
  .mr-xl-100,
  .mx-xl-100 {
    margin-right: 10px !important; }
  .mb-xl-100,
  .my-xl-100 {
    margin-bottom: 10px !important; }
  .ml-xl-100,
  .mx-xl-100 {
    margin-left: 10px !important; }
  .p-xl--45 {
    padding: -45px !important; }
  .pt-xl--45,
  .py-xl--45 {
    padding-top: -45px !important; }
  .pr-xl--45,
  .px-xl--45 {
    padding-right: -45px !important; }
  .pb-xl--45,
  .py-xl--45 {
    padding-bottom: -45px !important; }
  .pl-xl--45,
  .px-xl--45 {
    padding-left: -45px !important; }
  .p-xl--30 {
    padding: -30px !important; }
  .pt-xl--30,
  .py-xl--30 {
    padding-top: -30px !important; }
  .pr-xl--30,
  .px-xl--30 {
    padding-right: -30px !important; }
  .pb-xl--30,
  .py-xl--30 {
    padding-bottom: -30px !important; }
  .pl-xl--30,
  .px-xl--30 {
    padding-left: -30px !important; }
  .p-xl--20 {
    padding: -20px !important; }
  .pt-xl--20,
  .py-xl--20 {
    padding-top: -20px !important; }
  .pr-xl--20,
  .px-xl--20 {
    padding-right: -20px !important; }
  .pb-xl--20,
  .py-xl--20 {
    padding-bottom: -20px !important; }
  .pl-xl--20,
  .px-xl--20 {
    padding-left: -20px !important; }
  .p-xl--15 {
    padding: -15px !important; }
  .pt-xl--15,
  .py-xl--15 {
    padding-top: -15px !important; }
  .pr-xl--15,
  .px-xl--15 {
    padding-right: -15px !important; }
  .pb-xl--15,
  .py-xl--15 {
    padding-bottom: -15px !important; }
  .pl-xl--15,
  .px-xl--15 {
    padding-left: -15px !important; }
  .p-xl--10 {
    padding: -10px !important; }
  .pt-xl--10,
  .py-xl--10 {
    padding-top: -10px !important; }
  .pr-xl--10,
  .px-xl--10 {
    padding-right: -10px !important; }
  .pb-xl--10,
  .py-xl--10 {
    padding-bottom: -10px !important; }
  .pl-xl--10,
  .px-xl--10 {
    padding-left: -10px !important; }
  .p-xl--5 {
    padding: -5px !important; }
  .pt-xl--5,
  .py-xl--5 {
    padding-top: -5px !important; }
  .pr-xl--5,
  .px-xl--5 {
    padding-right: -5px !important; }
  .pb-xl--5,
  .py-xl--5 {
    padding-bottom: -5px !important; }
  .pl-xl--5,
  .px-xl--5 {
    padding-left: -5px !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-5 {
    padding: 5px !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 5px !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 5px !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 5px !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 5px !important; }
  .p-xl-10 {
    padding: 10px !important; }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 10px !important; }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 10px !important; }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 10px !important; }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 10px !important; }
  .p-xl-15 {
    padding: 15px !important; }
  .pt-xl-15,
  .py-xl-15 {
    padding-top: 15px !important; }
  .pr-xl-15,
  .px-xl-15 {
    padding-right: 15px !important; }
  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 15px !important; }
  .pl-xl-15,
  .px-xl-15 {
    padding-left: 15px !important; }
  .p-xl-20 {
    padding: 20px !important; }
  .pt-xl-20,
  .py-xl-20 {
    padding-top: 20px !important; }
  .pr-xl-20,
  .px-xl-20 {
    padding-right: 20px !important; }
  .pb-xl-20,
  .py-xl-20 {
    padding-bottom: 20px !important; }
  .pl-xl-20,
  .px-xl-20 {
    padding-left: 20px !important; }
  .p-xl-25 {
    padding: 25px !important; }
  .pt-xl-25,
  .py-xl-25 {
    padding-top: 25px !important; }
  .pr-xl-25,
  .px-xl-25 {
    padding-right: 25px !important; }
  .pb-xl-25,
  .py-xl-25 {
    padding-bottom: 25px !important; }
  .pl-xl-25,
  .px-xl-25 {
    padding-left: 25px !important; }
  .p-xl-30 {
    padding: 30px !important; }
  .pt-xl-30,
  .py-xl-30 {
    padding-top: 30px !important; }
  .pr-xl-30,
  .px-xl-30 {
    padding-right: 30px !important; }
  .pb-xl-30,
  .py-xl-30 {
    padding-bottom: 30px !important; }
  .pl-xl-30,
  .px-xl-30 {
    padding-left: 30px !important; }
  .p-xl-35 {
    padding: 35px !important; }
  .pt-xl-35,
  .py-xl-35 {
    padding-top: 35px !important; }
  .pr-xl-35,
  .px-xl-35 {
    padding-right: 35px !important; }
  .pb-xl-35,
  .py-xl-35 {
    padding-bottom: 35px !important; }
  .pl-xl-35,
  .px-xl-35 {
    padding-left: 35px !important; }
  .p-xl-40 {
    padding: 40px !important; }
  .pt-xl-40,
  .py-xl-40 {
    padding-top: 40px !important; }
  .pr-xl-40,
  .px-xl-40 {
    padding-right: 40px !important; }
  .pb-xl-40,
  .py-xl-40 {
    padding-bottom: 40px !important; }
  .pl-xl-40,
  .px-xl-40 {
    padding-left: 40px !important; }
  .p-xl-45 {
    padding: 45px !important; }
  .pt-xl-45,
  .py-xl-45 {
    padding-top: 45px !important; }
  .pr-xl-45,
  .px-xl-45 {
    padding-right: 45px !important; }
  .pb-xl-45,
  .py-xl-45 {
    padding-bottom: 45px !important; }
  .pl-xl-45,
  .px-xl-45 {
    padding-left: 45px !important; }
  .p-xl-50 {
    padding: 50px !important; }
  .pt-xl-50,
  .py-xl-50 {
    padding-top: 50px !important; }
  .pr-xl-50,
  .px-xl-50 {
    padding-right: 50px !important; }
  .pb-xl-50,
  .py-xl-50 {
    padding-bottom: 50px !important; }
  .pl-xl-50,
  .px-xl-50 {
    padding-left: 50px !important; }
  .p-xl-60 {
    padding: 60px !important; }
  .pt-xl-60,
  .py-xl-60 {
    padding-top: 60px !important; }
  .pr-xl-60,
  .px-xl-60 {
    padding-right: 60px !important; }
  .pb-xl-60,
  .py-xl-60 {
    padding-bottom: 60px !important; }
  .pl-xl-60,
  .px-xl-60 {
    padding-left: 60px !important; }
  .p-xl-70 {
    padding: 70px !important; }
  .pt-xl-70,
  .py-xl-70 {
    padding-top: 70px !important; }
  .pr-xl-70,
  .px-xl-70 {
    padding-right: 70px !important; }
  .pb-xl-70,
  .py-xl-70 {
    padding-bottom: 70px !important; }
  .pl-xl-70,
  .px-xl-70 {
    padding-left: 70px !important; }
  .p-xl-75 {
    padding: 75px !important; }
  .pt-xl-75,
  .py-xl-75 {
    padding-top: 75px !important; }
  .pr-xl-75,
  .px-xl-75 {
    padding-right: 75px !important; }
  .pb-xl-75,
  .py-xl-75 {
    padding-bottom: 75px !important; }
  .pl-xl-75,
  .px-xl-75 {
    padding-left: 75px !important; }
  .p-xl-80 {
    padding: 80px !important; }
  .pt-xl-80,
  .py-xl-80 {
    padding-top: 80px !important; }
  .pr-xl-80,
  .px-xl-80 {
    padding-right: 80px !important; }
  .pb-xl-80,
  .py-xl-80 {
    padding-bottom: 80px !important; }
  .pl-xl-80,
  .px-xl-80 {
    padding-left: 80px !important; }
  .p-xl-90 {
    padding: 90px !important; }
  .pt-xl-90,
  .py-xl-90 {
    padding-top: 90px !important; }
  .pr-xl-90,
  .px-xl-90 {
    padding-right: 90px !important; }
  .pb-xl-90,
  .py-xl-90 {
    padding-bottom: 90px !important; }
  .pl-xl-90,
  .px-xl-90 {
    padding-left: 90px !important; }
  .p-xl-100 {
    padding: 10px !important; }
  .pt-xl-100,
  .py-xl-100 {
    padding-top: 10px !important; }
  .pr-xl-100,
  .px-xl-100 {
    padding-right: 10px !important; }
  .pb-xl-100,
  .py-xl-100 {
    padding-bottom: 10px !important; }
  .pl-xl-100,
  .px-xl-100 {
    padding-left: 10px !important; }
  .m-xl-n-45 {
    margin: 45px !important; }
  .mt-xl-n-45,
  .my-xl-n-45 {
    margin-top: 45px !important; }
  .mr-xl-n-45,
  .mx-xl-n-45 {
    margin-right: 45px !important; }
  .mb-xl-n-45,
  .my-xl-n-45 {
    margin-bottom: 45px !important; }
  .ml-xl-n-45,
  .mx-xl-n-45 {
    margin-left: 45px !important; }
  .m-xl-n-30 {
    margin: 30px !important; }
  .mt-xl-n-30,
  .my-xl-n-30 {
    margin-top: 30px !important; }
  .mr-xl-n-30,
  .mx-xl-n-30 {
    margin-right: 30px !important; }
  .mb-xl-n-30,
  .my-xl-n-30 {
    margin-bottom: 30px !important; }
  .ml-xl-n-30,
  .mx-xl-n-30 {
    margin-left: 30px !important; }
  .m-xl-n-20 {
    margin: 20px !important; }
  .mt-xl-n-20,
  .my-xl-n-20 {
    margin-top: 20px !important; }
  .mr-xl-n-20,
  .mx-xl-n-20 {
    margin-right: 20px !important; }
  .mb-xl-n-20,
  .my-xl-n-20 {
    margin-bottom: 20px !important; }
  .ml-xl-n-20,
  .mx-xl-n-20 {
    margin-left: 20px !important; }
  .m-xl-n-15 {
    margin: 15px !important; }
  .mt-xl-n-15,
  .my-xl-n-15 {
    margin-top: 15px !important; }
  .mr-xl-n-15,
  .mx-xl-n-15 {
    margin-right: 15px !important; }
  .mb-xl-n-15,
  .my-xl-n-15 {
    margin-bottom: 15px !important; }
  .ml-xl-n-15,
  .mx-xl-n-15 {
    margin-left: 15px !important; }
  .m-xl-n-10 {
    margin: 10px !important; }
  .mt-xl-n-10,
  .my-xl-n-10 {
    margin-top: 10px !important; }
  .mr-xl-n-10,
  .mx-xl-n-10 {
    margin-right: 10px !important; }
  .mb-xl-n-10,
  .my-xl-n-10 {
    margin-bottom: 10px !important; }
  .ml-xl-n-10,
  .mx-xl-n-10 {
    margin-left: 10px !important; }
  .m-xl-n-5 {
    margin: 5px !important; }
  .mt-xl-n-5,
  .my-xl-n-5 {
    margin-top: 5px !important; }
  .mr-xl-n-5,
  .mx-xl-n-5 {
    margin-right: 5px !important; }
  .mb-xl-n-5,
  .my-xl-n-5 {
    margin-bottom: 5px !important; }
  .ml-xl-n-5,
  .mx-xl-n-5 {
    margin-left: 5px !important; }
  .m-xl-n5 {
    margin: -5px !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -5px !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -5px !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -5px !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -5px !important; }
  .m-xl-n10 {
    margin: -10px !important; }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -10px !important; }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -10px !important; }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -10px !important; }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -10px !important; }
  .m-xl-n15 {
    margin: -15px !important; }
  .mt-xl-n15,
  .my-xl-n15 {
    margin-top: -15px !important; }
  .mr-xl-n15,
  .mx-xl-n15 {
    margin-right: -15px !important; }
  .mb-xl-n15,
  .my-xl-n15 {
    margin-bottom: -15px !important; }
  .ml-xl-n15,
  .mx-xl-n15 {
    margin-left: -15px !important; }
  .m-xl-n20 {
    margin: -20px !important; }
  .mt-xl-n20,
  .my-xl-n20 {
    margin-top: -20px !important; }
  .mr-xl-n20,
  .mx-xl-n20 {
    margin-right: -20px !important; }
  .mb-xl-n20,
  .my-xl-n20 {
    margin-bottom: -20px !important; }
  .ml-xl-n20,
  .mx-xl-n20 {
    margin-left: -20px !important; }
  .m-xl-n25 {
    margin: -25px !important; }
  .mt-xl-n25,
  .my-xl-n25 {
    margin-top: -25px !important; }
  .mr-xl-n25,
  .mx-xl-n25 {
    margin-right: -25px !important; }
  .mb-xl-n25,
  .my-xl-n25 {
    margin-bottom: -25px !important; }
  .ml-xl-n25,
  .mx-xl-n25 {
    margin-left: -25px !important; }
  .m-xl-n30 {
    margin: -30px !important; }
  .mt-xl-n30,
  .my-xl-n30 {
    margin-top: -30px !important; }
  .mr-xl-n30,
  .mx-xl-n30 {
    margin-right: -30px !important; }
  .mb-xl-n30,
  .my-xl-n30 {
    margin-bottom: -30px !important; }
  .ml-xl-n30,
  .mx-xl-n30 {
    margin-left: -30px !important; }
  .m-xl-n35 {
    margin: -35px !important; }
  .mt-xl-n35,
  .my-xl-n35 {
    margin-top: -35px !important; }
  .mr-xl-n35,
  .mx-xl-n35 {
    margin-right: -35px !important; }
  .mb-xl-n35,
  .my-xl-n35 {
    margin-bottom: -35px !important; }
  .ml-xl-n35,
  .mx-xl-n35 {
    margin-left: -35px !important; }
  .m-xl-n40 {
    margin: -40px !important; }
  .mt-xl-n40,
  .my-xl-n40 {
    margin-top: -40px !important; }
  .mr-xl-n40,
  .mx-xl-n40 {
    margin-right: -40px !important; }
  .mb-xl-n40,
  .my-xl-n40 {
    margin-bottom: -40px !important; }
  .ml-xl-n40,
  .mx-xl-n40 {
    margin-left: -40px !important; }
  .m-xl-n45 {
    margin: -45px !important; }
  .mt-xl-n45,
  .my-xl-n45 {
    margin-top: -45px !important; }
  .mr-xl-n45,
  .mx-xl-n45 {
    margin-right: -45px !important; }
  .mb-xl-n45,
  .my-xl-n45 {
    margin-bottom: -45px !important; }
  .ml-xl-n45,
  .mx-xl-n45 {
    margin-left: -45px !important; }
  .m-xl-n50 {
    margin: -50px !important; }
  .mt-xl-n50,
  .my-xl-n50 {
    margin-top: -50px !important; }
  .mr-xl-n50,
  .mx-xl-n50 {
    margin-right: -50px !important; }
  .mb-xl-n50,
  .my-xl-n50 {
    margin-bottom: -50px !important; }
  .ml-xl-n50,
  .mx-xl-n50 {
    margin-left: -50px !important; }
  .m-xl-n60 {
    margin: -60px !important; }
  .mt-xl-n60,
  .my-xl-n60 {
    margin-top: -60px !important; }
  .mr-xl-n60,
  .mx-xl-n60 {
    margin-right: -60px !important; }
  .mb-xl-n60,
  .my-xl-n60 {
    margin-bottom: -60px !important; }
  .ml-xl-n60,
  .mx-xl-n60 {
    margin-left: -60px !important; }
  .m-xl-n70 {
    margin: -70px !important; }
  .mt-xl-n70,
  .my-xl-n70 {
    margin-top: -70px !important; }
  .mr-xl-n70,
  .mx-xl-n70 {
    margin-right: -70px !important; }
  .mb-xl-n70,
  .my-xl-n70 {
    margin-bottom: -70px !important; }
  .ml-xl-n70,
  .mx-xl-n70 {
    margin-left: -70px !important; }
  .m-xl-n75 {
    margin: -75px !important; }
  .mt-xl-n75,
  .my-xl-n75 {
    margin-top: -75px !important; }
  .mr-xl-n75,
  .mx-xl-n75 {
    margin-right: -75px !important; }
  .mb-xl-n75,
  .my-xl-n75 {
    margin-bottom: -75px !important; }
  .ml-xl-n75,
  .mx-xl-n75 {
    margin-left: -75px !important; }
  .m-xl-n80 {
    margin: -80px !important; }
  .mt-xl-n80,
  .my-xl-n80 {
    margin-top: -80px !important; }
  .mr-xl-n80,
  .mx-xl-n80 {
    margin-right: -80px !important; }
  .mb-xl-n80,
  .my-xl-n80 {
    margin-bottom: -80px !important; }
  .ml-xl-n80,
  .mx-xl-n80 {
    margin-left: -80px !important; }
  .m-xl-n90 {
    margin: -90px !important; }
  .mt-xl-n90,
  .my-xl-n90 {
    margin-top: -90px !important; }
  .mr-xl-n90,
  .mx-xl-n90 {
    margin-right: -90px !important; }
  .mb-xl-n90,
  .my-xl-n90 {
    margin-bottom: -90px !important; }
  .ml-xl-n90,
  .mx-xl-n90 {
    margin-left: -90px !important; }
  .m-xl-n100 {
    margin: -10px !important; }
  .mt-xl-n100,
  .my-xl-n100 {
    margin-top: -10px !important; }
  .mr-xl-n100,
  .mx-xl-n100 {
    margin-right: -10px !important; }
  .mb-xl-n100,
  .my-xl-n100 {
    margin-bottom: -10px !important; }
  .ml-xl-n100,
  .mx-xl-n100 {
    margin-left: -10px !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

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

.text-wrap {
  white-space: normal !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-primary {
  color: #41CCFC !important; }

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

.text-secondary {
  color: #252B48 !important; }

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

.text-tertiary {
  color: #252B48 !important; }

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

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

a.text-white:hover, a.text-white:focus {
  color: #d9d9d9 !important; }

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

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

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

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

.text-success {
  color: #03DE73 !important; }

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

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

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

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

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

.text-label-01 {
  color: #41CCFC !important; }

a.text-label-01:hover, a.text-label-01:focus {
  color: #04b1ed !important; }

.text-label-02 {
  color: #03DE73 !important; }

a.text-label-02:hover, a.text-label-02:focus {
  color: #02934c !important; }

.text-label-03 {
  color: #5277AF !important; }

a.text-label-03:hover, a.text-label-03:focus {
  color: #39537b !important; }

.text-label-04 {
  color: #E1BA6D !important; }

a.text-label-04:hover, a.text-label-04:focus {
  color: #d49c2e !important; }

.text-label-05 {
  color: #FF00B2 !important; }

a.text-label-05:hover, a.text-label-05:focus {
  color: #b3007d !important; }

.text-label-06 {
  color: #A8E2F1 !important; }

a.text-label-06:hover, a.text-label-06:focus {
  color: #66cce6 !important; }

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

a.text-label-07:hover, a.text-label-07:focus {
  color: #d9d9d9 !important; }

.text-label-08 {
  color: #4AB8B8 !important; }

a.text-label-08:hover, a.text-label-08:focus {
  color: #338282 !important; }

.text-label-10 {
  color: #FFA342 !important; }

a.text-label-10:hover, a.text-label-10:focus {
  color: #f57d00 !important; }

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

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

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

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

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

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

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

.ldng-spinner {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px; }

.ldng-spinner div {
  display: inline-block;
  position: absolute;
  left: 6px;
  width: 13px;
  border-radius: 10px;
  background: -webkit-linear-gradient(315deg, #1d213a 0%, #721832 100%);
  background: -o-linear-gradient(315deg, #1d213a 0%, #721832 100%);
  background: linear-gradient(135deg, #1d213a 0%, #721832 100%);
  -webkit-animation: ldng-spinner 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  animation: ldng-spinner 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite; }

.ldng-spinner div:nth-child(1) {
  left: 6px;
  -webkit-animation-delay: -0.24s;
  animation-delay: -0.24s; }

.ldng-spinner div:nth-child(2) {
  left: 26px;
  -webkit-animation-delay: -0.12s;
  animation-delay: -0.12s; }

.ldng-spinner div:nth-child(3) {
  left: 45px;
  -webkit-animation-delay: 0;
  animation-delay: 0; }

@-webkit-keyframes ldng-spinner {
  0% {
    top: 6px;
    height: 51px; }
  50%, 100% {
    top: 19px;
    height: 26px; } }

@keyframes ldng-spinner {
  0% {
    top: 6px;
    height: 51px; }
  50%, 100% {
    top: 19px;
    height: 26px; } }

.row-vertical {
  margin: 0; }
  .row-vertical > [class*="col-"] {
    padding: 10px 0;
    max-width: none; }
    .row-vertical > [class*="col-"]:first-child {
      padding-top: 0; }
    .row-vertical > [class*="col-"]:last-child {
      padding-bottom: 0; }
  .row-vertical.no-gutters > [class*="col-"] {
    padding: 0; }
  .row-vertical > .col-8 {
    max-height: 66.666666%; }
  .row-vertical > .col-7 {
    max-height: 58.33333%; }
  .row-vertical > .col-6 {
    max-height: 50%; }
  .row-vertical > .col-5 {
    max-height: 41.66667%; }
  .row-vertical > .col-4 {
    max-height: 33.333333%; }

.gutters-30 {
  margin-right: -15px;
  margin-left: -15px; }
  .gutters-30 > .col,
  .gutters-30 > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px; }

.card {
  opacity: 0;
  background-color: rgba(28, 32, 56, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 100%; }
  .card-title {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    opacity: 0.5;
    margin-bottom: 0; }
  .card-header {
    margin-bottom: 10px; }

.values {
  display: block;
  white-space: nowrap;
  position: relative;
  line-height: 1; }

.values-10 {
  font-size: 10px; }
  .values-10 small {
    font-size: 75%; }

.values-11 {
  font-size: 11px; }
  .values-11 small {
    font-size: 75%; }

.values-14 {
  font-size: 14px; }
  .values-14 small {
    font-size: 75%; }

.values-16 {
  font-size: 16px; }
  .values-16 small {
    font-size: 75%; }

.values-18 {
  font-size: 18px; }
  .values-18 small {
    font-size: 75%; }

.values-20 {
  font-size: 20px; }
  .values-20 small {
    font-size: 75%; }

.values-24 {
  font-size: 24px; }
  .values-24 small {
    font-size: 75%; }

.values-28 {
  font-size: 28px; }
  .values-28 small {
    font-size: 65%; }

.values-32 {
  font-size: 32px; }
  .values-32 small {
    font-size: 75%; }

.values-36 {
  font-size: 36px; }
  .values-36 small {
    font-size: 75%; }

.values-40 {
  font-size: 40px; }
  .values-40 small {
    font-size: 70%; }

.values-42 {
  font-size: 42px; }
  .values-42 small {
    font-size: 70%; }

.chart-pie-item {
  position: relative; }
  .chart-pie-item-donut-40 {
    width: 40px;
    height: 40px; }
  .chart-pie-item-donut-50 {
    width: 50px;
    height: 50px; }
  .chart-pie-item-donut-60 {
    width: 60px;
    height: 60px; }
  .chart-pie-item-donut-70 {
    width: 70px;
    height: 70px; }
  .chart-pie-item-donut-100 {
    width: 100px;
    height: 100px; }
  .chart-pie-item-donut-110 {
    width: 110px;
    height: 110px; }
  .chart-pie-item-donut-120 {
    width: 120px;
    height: 120px; }
  .chart-pie-item-donut-130 {
    width: 130px;
    height: 130px; }
  .chart-pie-item-donut-140 {
    width: 140px;
    height: 140px; }
  .chart-pie-item-donut-160 {
    width: 160px;
    height: 160px; }
  .chart-pie-item-donut-200 {
    width: 200px;
    height: 200px; }
  .chart-pie-item-donut-220 {
    width: 220px;
    height: 220px; }
  .chart-pie-item-donut-330 {
    width: 330px;
    height: 330px; }
  .chart-pie-item-donut + .chart-pie-item-donut {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .chart-pie-item .chart-item,
  .chart-pie-item .chart-item .highcharts-container {
    height: 100% !important;
    width: 100% !important; }
  .chart-pie-item-values, .chart-pie-item_cont {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .chart-pie-item_cont {
    min-width: 60px; }

.chart-progress-bar-12 {
  height: 12px; }

.chart-progress-bar-20 {
  height: 20px; }

.chart-progress-bar-40 {
  height: 40px; }

.chart-map .highcharts-container .highcharts-root {
  position: absolute;
  bottom: 0; }

.chart .position-absolute {
  z-index: 1; }

.chart-sankey {
  /*Sankey*/ }
  .chart-sankey .values {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0; }
  .chart-sankey .sankey-model {
    position: relative;
    opacity: 0.5; }
    .chart-sankey .sankey-model img {
      max-width: 65px;
      position: relative;
      z-index: 1; }
    .chart-sankey .sankey-model.active {
      opacity: 1; }
      .chart-sankey .sankey-model.active:before {
        content: '';
        position: absolute;
        left: -5px;
        right: -5px;
        bottom: -10px;
        height: 15px;
        display: block;
        border-radius: 100%;
        background: -webkit-radial-gradient(center, ellipse, #9295a4 0%, #41ccfc 100%);
        background: -o-radial-gradient(center, ellipse, #9295a4 0%, #41ccfc 100%);
        background: radial-gradient(ellipse at center, #9295a4 0%, #41ccfc 100%); }
  .chart-sankey .highcharts-link {
    fill: rgba(168, 226, 241, 0.2) !important; }
  .chart-sankey .highcharts-point-select {
    fill: rgba(65, 204, 252, 0.8) !important; }

.line-stop-number {
  font-size: 25px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
  margin-left: 36%; }
  .line-stop-number-10 {
    margin-left: 18%; }

.line-stop {
  display: block;
  height: 82px;
  width: 3px;
  background-color: #278293;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
  left: 33%; }
  .line-stop-10 {
    left: 15%; }

.highcharts-null-point {
  fill: #2F3552 !important; }

.sq {
  border: 1px solid rgba(255, 255, 255, 0.1);
  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; }
  .sq-circle {
    border-radius: 100%; }
  .sq-14 {
    width: 14px;
    height: 14px; }
  .sq-36 {
    width: 36px;
    height: 36px; }
  .sq-40 {
    width: 40px;
    height: 40px; }
  .sq-50 {
    width: 50px;
    height: 50px; }
  .sq-70 {
    width: 70px;
    height: 70px; }

.flag {
  display: block; }
  .flag-24 {
    width: 24px; }
  .flag-36 {
    width: 36px; }

.c-table-grid a {
  color: #fff; }
  .c-table-grid a:hover {
    text-decoration: none; }

.c-table-grid_row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0; }
  .c-table-grid_row:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .c-table-grid_row a {
    top: 0; }

.c-table-grid_col {
  padding: 5px; }

.flex-50 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  width: 50px; }

.flex-75 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75px;
  flex: 0 0 75px;
  width: 75px; }

.flex-100 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  width: 100px; }

.flex-110 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
  width: 110px; }

.flex-130 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 130px;
  flex: 0 0 130px;
  width: 130px; }

.flex-170 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 170px;
  flex: 0 0 170px;
  width: 170px; }

.flex-220 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 220px;
  flex: 0 0 220px;
  width: 220px; }

.legend-name {
  font-size: 14px;
  color: #fff;
  opacity: .5; }

.legend-crcl {
  display: block;
  border-radius: 50px;
  display: inline-block;
  margin-left: -20px;
  margin-right: 10px; }
  .legend-crcl-6 {
    width: 6px;
    height: 6px; }
  .legend-crcl-10 {
    width: 10px;
    height: 10px; }

.chart-legend_item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .chart-legend_item:not(:first-child) {
    margin-left: 15px; }

.chart-legend_symbol {
  height: 10px;
  width: 10px;
  display: inline-block; }
  .chart-legend_symbol_primary {
    background-color: #41CCFC; }
  .chart-legend_symbol_secondary {
    background-color: #252B48; }
  .chart-legend_symbol_tertiary {
    background-color: #252B48; }
  .chart-legend_symbol_white {
    background-color: #fff; }
  .chart-legend_symbol_light {
    background-color: #f8f9fa; }
  .chart-legend_symbol_dark {
    background-color: #343a40; }
  .chart-legend_symbol_success {
    background-color: #03DE73; }
  .chart-legend_symbol_warning {
    background-color: #E1BA6D; }
  .chart-legend_symbol_danger {
    background-color: #F52D56; }
  .chart-legend_symbol_label-01 {
    background-color: #41CCFC; }
  .chart-legend_symbol_label-02 {
    background-color: #03DE73; }
  .chart-legend_symbol_label-03 {
    background-color: #5277AF; }
  .chart-legend_symbol_label-04 {
    background-color: #E1BA6D; }
  .chart-legend_symbol_label-05 {
    background-color: #FF00B2; }
  .chart-legend_symbol_label-06 {
    background-color: #A8E2F1; }
  .chart-legend_symbol_label-07 {
    background-color: #fff; }
  .chart-legend_symbol_label-08 {
    background-color: #4AB8B8; }
  .chart-legend_symbol_label-10 {
    background-color: #FFA342; }

.chart-legend_text {
  font-size: 13px;
  margin-left: 8px;
  opacity: .5; }

#cloud {
  max-height: 235px; }
  #cloud .elipse.active {
    -webkit-filter: drop-shadow(3px 3px 2px rgba(255, 255, 255, 0.7));
    filter: drop-shadow(3px 3px 2px rgba(255, 255, 255, 0.7)); }
  #cloud .text {
    font-family: Roboto; }

.st0 {
  fill: url(#elipse_12_); }

.st1 {
  fill: url(#elipse_13_); }

.st2 {
  fill: url(#elipse_14_); }

.st3 {
  fill: url(#elipse_15_); }

.st4 {
  fill: url(#elipse_16_); }

.st5 {
  fill: #FFFFFF; }

.st7 {
  font-size: 10px; }

.st8 {
  fill: url(#elipse_17_); }

.st9 {
  font-size: 12px; }

.st10 {
  fill: #52C3F1; }

.st12 {
  fill: url(#elipse_18_); }

.st13 {
  font-size: 9px; }

.st14 {
  fill: url(#elipse_19_); }

.st15 {
  font-size: 8px; }

.st16 {
  fill: url(#elipse_20_); }

.st17 {
  fill: url(#elipse_21_); }

.st18 {
  fill: url(#elipse_22_); }

.st19 {
  fill: url(#elipse_23_); }

#earnedBubbles .st0 {
  fill: #E1BA6D; }

#earnedBubbles .st1 {
  fill: #41CCFC; }

#earnedBubbles .st2 {
  fill: none;
  stroke: #35ADD0;
  stroke-width: 3.4993; }

#earnedBubbles .st3 {
  fill: none;
  stroke: #35ADD0;
  stroke-width: 3.6268; }

#earnedBubbles .st4 {
  fill: none;
  stroke: #35ADD0;
  stroke-width: 1.7497; }

#earnedBubbles .st5 {
  fill: none;
  stroke: #35ADD0;
  stroke-width: 1.8134; }

#earnedLine .st0 {
  opacity: 0.502;
  fill: none;
  stroke: #03DE73;
  stroke-width: 1.0567;
  enable-background: new; }

#earnedLine .st1 {
  opacity: 0.502;
  fill: none;
  stroke: #03DE73;
  stroke-width: 1.0814;
  enable-background: new; }

#earnedLine .st2 {
  fill: #03DE73; }

#earnedLine .st3 {
  opacity: 0.502;
  fill: none;
  stroke: #FF00B2;
  stroke-width: 0.9801;
  enable-background: new; }

#earnedLine .st4 {
  fill: #FF00B2; }

#earnedLine .st5 {
  opacity: 0.502;
  fill: none;
  stroke: #5277AF;
  stroke-width: 1.0567;
  enable-background: new; }

#earnedLine .st6 {
  opacity: 0.502;
  fill: none;
  stroke: #5277AF;
  stroke-width: 1.1646;
  enable-background: new; }

#earnedLine .st7 {
  fill: #5277AF; }

#earnedLine .st8 {
  opacity: 0.502;
  fill: none;
  stroke: #FFA342;
  stroke-width: 1.0567;
  enable-background: new; }

#earnedLine .st9 {
  fill: #FFA342; }

.line-svg {
  position: relative; }
  .line-svg:before {
    content: "";
    position: absolute;
    display: block;
    height: 50px;
    width: 5px;
    left: -22px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .line-svg-green:before {
    background-color: #03DE73; }
  .line-svg-pink:before {
    background-color: #FF00B2; }
  .line-svg-blue:before {
    background-color: #5277AF; }
  .line-svg-orange:before {
    background-color: #FFA342; }

.menu {
  position: absolute;
  top: 55px;
  right: 0;
  left: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px; }
  .menu li {
    display: inline-block;
    margin: 5px 10px; }
    .menu li a {
      color: rgba(255, 255, 255, 0.3); }
      .menu li a:hover {
        text-decoration: none;
        color: rgba(255, 255, 255, 0.4); }
    .menu li.active a {
      color: rgba(255, 255, 255, 0.8); }

.bg-gradient-primary, .btn-secondary.active, .btn-secondary:active, .btn-secondary:focus {
  background: -webkit-gradient(linear, left bottom, left top, from(#0c95c4), to(#41CCFC)) repeat-x !important;
  background: -webkit-linear-gradient(bottom, #0c95c4, #41CCFC) repeat-x !important;
  background: -o-linear-gradient(bottom, #0c95c4, #41CCFC) repeat-x !important;
  background: linear-gradient(0deg, #0c95c4, #41CCFC) repeat-x !important; }

.bg-gradient-secondary {
  background: -webkit-gradient(linear, left bottom, left top, from(#06060b), to(#252B48)) repeat-x !important;
  background: -webkit-linear-gradient(bottom, #06060b, #252B48) repeat-x !important;
  background: -o-linear-gradient(bottom, #06060b, #252B48) repeat-x !important;
  background: linear-gradient(0deg, #06060b, #252B48) repeat-x !important; }

.bg-gradient-tertiary {
  background: -webkit-gradient(linear, left bottom, left top, from(#06060b), to(#252B48)) repeat-x !important;
  background: -webkit-linear-gradient(bottom, #06060b, #252B48) repeat-x !important;
  background: -o-linear-gradient(bottom, #06060b, #252B48) repeat-x !important;
  background: linear-gradient(0deg, #06060b, #252B48) repeat-x !important; }

.bg-gradient-white {
  background: -webkit-gradient(linear, left bottom, left top, from(#c9c9c9), to(#fff)) repeat-x !important;
  background: -webkit-linear-gradient(bottom, #c9c9c9, #fff) repeat-x !important;
  background: -o-linear-gradient(bottom, #c9c9c9, #fff) repeat-x !important;
  background: linear-gradient(0deg, #c9c9c9, #fff) repeat-x !important; }

.bg-gradient-light {
  background: -webkit-gradient(linear, left bottom, left top, from(#b9c3cd), to(#f8f9fa)) repeat-x !important;
  background: -webkit-linear-gradient(bottom, #b9c3cd, #f8f9fa) repeat-x !important;
  background: -o-linear-gradient(bottom, #b9c3cd, #f8f9fa) repeat-x !important;
  background: linear-gradient(0deg, #b9c3cd, #f8f9fa) repeat-x !important; }

.bg-gradient-dark {
  background: -webkit-gradient(linear, left bottom, left top, from(#08090a), to(#343a40)) repeat-x !important;
  background: -webkit-linear-gradient(bottom, #08090a, #343a40) repeat-x !important;
  background: -o-linear-gradient(bottom, #08090a, #343a40) repeat-x !important;
  background: linear-gradient(0deg, #08090a, #343a40) repeat-x !important; }

.bg-gradient-success {
  background: -webkit-gradient(linear, left bottom, left top, from(#02733c), to(#03DE73)) repeat-x !important;
  background: -webkit-linear-gradient(bottom, #02733c, #03DE73) repeat-x !important;
  background: -o-linear-gradient(bottom, #02733c, #03DE73) repeat-x !important;
  background: linear-gradient(0deg, #02733c, #03DE73) repeat-x !important; }

.bg-gradient-warning {
  background: -webkit-gradient(linear, left bottom, left top, from(#b3872e), to(#E1BA6D)) repeat-x !important;
  background: -webkit-linear-gradient(bottom, #b3872e, #E1BA6D) repeat-x !important;
  background: -o-linear-gradient(bottom, #b3872e, #E1BA6D) repeat-x !important;
  background: linear-gradient(0deg, #b3872e, #E1BA6D) repeat-x !important; }

.bg-gradient-danger {
  background: -webkit-gradient(linear, left bottom, left top, from(#a90d2d), to(#F52D56)) repeat-x !important;
  background: -webkit-linear-gradient(bottom, #a90d2d, #F52D56) repeat-x !important;
  background: -o-linear-gradient(bottom, #a90d2d, #F52D56) repeat-x !important;
  background: linear-gradient(0deg, #a90d2d, #F52D56) repeat-x !important; }

.bg-gradient-label-01 {
  background: -webkit-gradient(linear, left bottom, left top, from(#0c95c4), to(#41CCFC)) repeat-x !important;
  background: -webkit-linear-gradient(bottom, #0c95c4, #41CCFC) repeat-x !important;
  background: -o-linear-gradient(bottom, #0c95c4, #41CCFC) repeat-x !important;
  background: linear-gradient(0deg, #0c95c4, #41CCFC) repeat-x !important; }

.bg-gradient-label-02 {
  background: -webkit-gradient(linear, left bottom, left top, from(#02733c), to(#03DE73)) repeat-x !important;
  background: -webkit-linear-gradient(bottom, #02733c, #03DE73) repeat-x !important;
  background: -o-linear-gradient(bottom, #02733c, #03DE73) repeat-x !important;
  background: linear-gradient(0deg, #02733c, #03DE73) repeat-x !important; }

.bg-gradient-label-03 {
  background: -webkit-gradient(linear, left bottom, left top, from(#2f4566), to(#5277AF)) repeat-x !important;
  background: -webkit-linear-gradient(bottom, #2f4566, #5277AF) repeat-x !important;
  background: -o-linear-gradient(bottom, #2f4566, #5277AF) repeat-x !important;
  background: linear-gradient(0deg, #2f4566, #5277AF) repeat-x !important; }

.bg-gradient-label-04 {
  background: -webkit-gradient(linear, left bottom, left top, from(#b3872e), to(#E1BA6D)) repeat-x !important;
  background: -webkit-linear-gradient(bottom, #b3872e, #E1BA6D) repeat-x !important;
  background: -o-linear-gradient(bottom, #b3872e, #E1BA6D) repeat-x !important;
  background: linear-gradient(0deg, #b3872e, #E1BA6D) repeat-x !important; }

.bg-gradient-label-05 {
  background: -webkit-gradient(linear, left bottom, left top, from(#930066), to(#FF00B2)) repeat-x !important;
  background: -webkit-linear-gradient(bottom, #930066, #FF00B2) repeat-x !important;
  background: -o-linear-gradient(bottom, #930066, #FF00B2) repeat-x !important;
  background: linear-gradient(0deg, #930066, #FF00B2) repeat-x !important; }

.bg-gradient-label-06 {
  background: -webkit-gradient(linear, left bottom, left top, from(#4bc3e2), to(#A8E2F1)) repeat-x !important;
  background: -webkit-linear-gradient(bottom, #4bc3e2, #A8E2F1) repeat-x !important;
  background: -o-linear-gradient(bottom, #4bc3e2, #A8E2F1) repeat-x !important;
  background: linear-gradient(0deg, #4bc3e2, #A8E2F1) repeat-x !important; }

.bg-gradient-label-07 {
  background: -webkit-gradient(linear, left bottom, left top, from(#c9c9c9), to(#fff)) repeat-x !important;
  background: -webkit-linear-gradient(bottom, #c9c9c9, #fff) repeat-x !important;
  background: -o-linear-gradient(bottom, #c9c9c9, #fff) repeat-x !important;
  background: linear-gradient(0deg, #c9c9c9, #fff) repeat-x !important; }

.bg-gradient-label-08 {
  background: -webkit-gradient(linear, left bottom, left top, from(#2a6b6b), to(#4AB8B8)) repeat-x !important;
  background: -webkit-linear-gradient(bottom, #2a6b6b, #4AB8B8) repeat-x !important;
  background: -o-linear-gradient(bottom, #2a6b6b, #4AB8B8) repeat-x !important;
  background: linear-gradient(0deg, #2a6b6b, #4AB8B8) repeat-x !important; }

.bg-gradient-label-10, .btn-tertiary.active, .btn-tertiary:active, .btn-tertiary:focus {
  background: -webkit-gradient(linear, left bottom, left top, from(#cb6d0a), to(#FFA342)) repeat-x !important;
  background: -webkit-linear-gradient(bottom, #cb6d0a, #FFA342) repeat-x !important;
  background: -o-linear-gradient(bottom, #cb6d0a, #FFA342) repeat-x !important;
  background: linear-gradient(0deg, #cb6d0a, #FFA342) repeat-x !important; }

[class*="bg-gradient-"] {
  border-color: transparent !important; }

.btn {
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 700;
  border-radius: 10px; }
  .btn-primary {
    color: #fff; }
    .btn-primary:active, .btn-primary:hover, .btn-primary:focus {
      color: #fff; }
  .btn-secondary, .btn-tertiary {
    opacity: 0.68; }
    .btn-secondary:hover, .btn-tertiary:hover {
      opacity: 0.85; }
    .btn-secondary.active, .btn-secondary:active, .btn-secondary:focus, .btn-tertiary.active, .btn-tertiary:active, .btn-tertiary:focus {
      opacity: 1;
      border-color: transparent !important; }
  .btn-access {
    background-color: #252B48;
    border-color: #252B48;
    color: #fff;
    border-radius: 50px; }
    .btn-access:hover, .btn-access:active, .btn-access:focus {
      background-color: transparent;
      color: #252B48; }

.btn-outline-primary {
  color: #41CCFC;
  border-color: #41CCFC; }
  .btn-outline-primary:hover {
    color: #212529;
    background-color: #41CCFC;
    border-color: #41CCFC; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(65, 204, 252, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(65, 204, 252, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #41CCFC;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #212529;
    background-color: #41CCFC;
    border-color: #41CCFC; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(65, 204, 252, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(65, 204, 252, 0.5); }

.btn-outline-secondary {
  color: #252B48;
  border-color: #252B48; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #252B48;
    border-color: #252B48; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(37, 43, 72, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(37, 43, 72, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #252B48;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #252B48;
    border-color: #252B48; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(37, 43, 72, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(37, 43, 72, 0.5); }

.btn-outline-tertiary {
  color: #252B48;
  border-color: #252B48; }
  .btn-outline-tertiary:hover {
    color: #fff;
    background-color: #252B48;
    border-color: #252B48; }
  .btn-outline-tertiary:focus, .btn-outline-tertiary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(37, 43, 72, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(37, 43, 72, 0.5); }
  .btn-outline-tertiary.disabled, .btn-outline-tertiary:disabled {
    color: #252B48;
    background-color: transparent; }
  .btn-outline-tertiary:not(:disabled):not(.disabled):active, .btn-outline-tertiary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-tertiary.dropdown-toggle {
    color: #fff;
    background-color: #252B48;
    border-color: #252B48; }
    .btn-outline-tertiary:not(:disabled):not(.disabled):active:focus, .btn-outline-tertiary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-tertiary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(37, 43, 72, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(37, 43, 72, 0.5); }

.btn-outline-white {
  color: #fff;
  border-color: #fff; }
  .btn-outline-white:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff; }
  .btn-outline-white:focus, .btn-outline-white.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-outline-white.disabled, .btn-outline-white:disabled {
    color: #fff;
    background-color: transparent; }
  .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active,
  .show > .btn-outline-white.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #fff; }
    .btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-white.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

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

.btn-outline-success {
  color: #03DE73;
  border-color: #03DE73; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #03DE73;
    border-color: #03DE73; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(3, 222, 115, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(3, 222, 115, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #03DE73;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #03DE73;
    border-color: #03DE73; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(3, 222, 115, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(3, 222, 115, 0.5); }

.btn-outline-warning {
  color: #E1BA6D;
  border-color: #E1BA6D; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #E1BA6D;
    border-color: #E1BA6D; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 186, 109, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(225, 186, 109, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #E1BA6D;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #E1BA6D;
    border-color: #E1BA6D; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 186, 109, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(225, 186, 109, 0.5); }

.btn-outline-danger {
  color: #F52D56;
  border-color: #F52D56; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #F52D56;
    border-color: #F52D56; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 45, 86, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(245, 45, 86, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #F52D56;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #F52D56;
    border-color: #F52D56; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 45, 86, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(245, 45, 86, 0.5); }

.btn-outline-label-01 {
  color: #41CCFC;
  border-color: #41CCFC; }
  .btn-outline-label-01:hover {
    color: #212529;
    background-color: #41CCFC;
    border-color: #41CCFC; }
  .btn-outline-label-01:focus, .btn-outline-label-01.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(65, 204, 252, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(65, 204, 252, 0.5); }
  .btn-outline-label-01.disabled, .btn-outline-label-01:disabled {
    color: #41CCFC;
    background-color: transparent; }
  .btn-outline-label-01:not(:disabled):not(.disabled):active, .btn-outline-label-01:not(:disabled):not(.disabled).active,
  .show > .btn-outline-label-01.dropdown-toggle {
    color: #212529;
    background-color: #41CCFC;
    border-color: #41CCFC; }
    .btn-outline-label-01:not(:disabled):not(.disabled):active:focus, .btn-outline-label-01:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-label-01.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(65, 204, 252, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(65, 204, 252, 0.5); }

.btn-outline-label-02 {
  color: #03DE73;
  border-color: #03DE73; }
  .btn-outline-label-02:hover {
    color: #fff;
    background-color: #03DE73;
    border-color: #03DE73; }
  .btn-outline-label-02:focus, .btn-outline-label-02.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(3, 222, 115, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(3, 222, 115, 0.5); }
  .btn-outline-label-02.disabled, .btn-outline-label-02:disabled {
    color: #03DE73;
    background-color: transparent; }
  .btn-outline-label-02:not(:disabled):not(.disabled):active, .btn-outline-label-02:not(:disabled):not(.disabled).active,
  .show > .btn-outline-label-02.dropdown-toggle {
    color: #fff;
    background-color: #03DE73;
    border-color: #03DE73; }
    .btn-outline-label-02:not(:disabled):not(.disabled):active:focus, .btn-outline-label-02:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-label-02.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(3, 222, 115, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(3, 222, 115, 0.5); }

.btn-outline-label-03 {
  color: #5277AF;
  border-color: #5277AF; }
  .btn-outline-label-03:hover {
    color: #fff;
    background-color: #5277AF;
    border-color: #5277AF; }
  .btn-outline-label-03:focus, .btn-outline-label-03.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 119, 175, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(82, 119, 175, 0.5); }
  .btn-outline-label-03.disabled, .btn-outline-label-03:disabled {
    color: #5277AF;
    background-color: transparent; }
  .btn-outline-label-03:not(:disabled):not(.disabled):active, .btn-outline-label-03:not(:disabled):not(.disabled).active,
  .show > .btn-outline-label-03.dropdown-toggle {
    color: #fff;
    background-color: #5277AF;
    border-color: #5277AF; }
    .btn-outline-label-03:not(:disabled):not(.disabled):active:focus, .btn-outline-label-03:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-label-03.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 119, 175, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(82, 119, 175, 0.5); }

.btn-outline-label-04 {
  color: #E1BA6D;
  border-color: #E1BA6D; }
  .btn-outline-label-04:hover {
    color: #212529;
    background-color: #E1BA6D;
    border-color: #E1BA6D; }
  .btn-outline-label-04:focus, .btn-outline-label-04.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 186, 109, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(225, 186, 109, 0.5); }
  .btn-outline-label-04.disabled, .btn-outline-label-04:disabled {
    color: #E1BA6D;
    background-color: transparent; }
  .btn-outline-label-04:not(:disabled):not(.disabled):active, .btn-outline-label-04:not(:disabled):not(.disabled).active,
  .show > .btn-outline-label-04.dropdown-toggle {
    color: #212529;
    background-color: #E1BA6D;
    border-color: #E1BA6D; }
    .btn-outline-label-04:not(:disabled):not(.disabled):active:focus, .btn-outline-label-04:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-label-04.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 186, 109, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(225, 186, 109, 0.5); }

.btn-outline-label-05 {
  color: #FF00B2;
  border-color: #FF00B2; }
  .btn-outline-label-05:hover {
    color: #fff;
    background-color: #FF00B2;
    border-color: #FF00B2; }
  .btn-outline-label-05:focus, .btn-outline-label-05.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 178, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 178, 0.5); }
  .btn-outline-label-05.disabled, .btn-outline-label-05:disabled {
    color: #FF00B2;
    background-color: transparent; }
  .btn-outline-label-05:not(:disabled):not(.disabled):active, .btn-outline-label-05:not(:disabled):not(.disabled).active,
  .show > .btn-outline-label-05.dropdown-toggle {
    color: #fff;
    background-color: #FF00B2;
    border-color: #FF00B2; }
    .btn-outline-label-05:not(:disabled):not(.disabled):active:focus, .btn-outline-label-05:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-label-05.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 178, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(255, 0, 178, 0.5); }

.btn-outline-label-06 {
  color: #A8E2F1;
  border-color: #A8E2F1; }
  .btn-outline-label-06:hover {
    color: #212529;
    background-color: #A8E2F1;
    border-color: #A8E2F1; }
  .btn-outline-label-06:focus, .btn-outline-label-06.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(168, 226, 241, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(168, 226, 241, 0.5); }
  .btn-outline-label-06.disabled, .btn-outline-label-06:disabled {
    color: #A8E2F1;
    background-color: transparent; }
  .btn-outline-label-06:not(:disabled):not(.disabled):active, .btn-outline-label-06:not(:disabled):not(.disabled).active,
  .show > .btn-outline-label-06.dropdown-toggle {
    color: #212529;
    background-color: #A8E2F1;
    border-color: #A8E2F1; }
    .btn-outline-label-06:not(:disabled):not(.disabled):active:focus, .btn-outline-label-06:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-label-06.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(168, 226, 241, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(168, 226, 241, 0.5); }

.btn-outline-label-07 {
  color: #fff;
  border-color: #fff; }
  .btn-outline-label-07:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff; }
  .btn-outline-label-07:focus, .btn-outline-label-07.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-outline-label-07.disabled, .btn-outline-label-07:disabled {
    color: #fff;
    background-color: transparent; }
  .btn-outline-label-07:not(:disabled):not(.disabled):active, .btn-outline-label-07:not(:disabled):not(.disabled).active,
  .show > .btn-outline-label-07.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #fff; }
    .btn-outline-label-07:not(:disabled):not(.disabled):active:focus, .btn-outline-label-07:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-label-07.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-outline-label-08 {
  color: #4AB8B8;
  border-color: #4AB8B8; }
  .btn-outline-label-08:hover {
    color: #212529;
    background-color: #4AB8B8;
    border-color: #4AB8B8; }
  .btn-outline-label-08:focus, .btn-outline-label-08.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(74, 184, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(74, 184, 184, 0.5); }
  .btn-outline-label-08.disabled, .btn-outline-label-08:disabled {
    color: #4AB8B8;
    background-color: transparent; }
  .btn-outline-label-08:not(:disabled):not(.disabled):active, .btn-outline-label-08:not(:disabled):not(.disabled).active,
  .show > .btn-outline-label-08.dropdown-toggle {
    color: #212529;
    background-color: #4AB8B8;
    border-color: #4AB8B8; }
    .btn-outline-label-08:not(:disabled):not(.disabled):active:focus, .btn-outline-label-08:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-label-08.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(74, 184, 184, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(74, 184, 184, 0.5); }

.btn-outline-label-10 {
  color: #FFA342;
  border-color: #FFA342; }
  .btn-outline-label-10:hover {
    color: #212529;
    background-color: #FFA342;
    border-color: #FFA342; }
  .btn-outline-label-10:focus, .btn-outline-label-10.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 163, 66, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 163, 66, 0.5); }
  .btn-outline-label-10.disabled, .btn-outline-label-10:disabled {
    color: #FFA342;
    background-color: transparent; }
  .btn-outline-label-10:not(:disabled):not(.disabled):active, .btn-outline-label-10:not(:disabled):not(.disabled).active,
  .show > .btn-outline-label-10.dropdown-toggle {
    color: #212529;
    background-color: #FFA342;
    border-color: #FFA342; }
    .btn-outline-label-10:not(:disabled):not(.disabled):active:focus, .btn-outline-label-10:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-label-10.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 163, 66, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(255, 163, 66, 0.5); }

.label-map {
  padding: 15px 10px;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 10px rgba(60, 76, 105, 0.3);
  box-shadow: 0 2px 10px rgba(60, 76, 105, 0.3);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .label-map:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 2px; }
  .label-map-crcl {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px; }

.table th,
.table td {
  border: none;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 300;
  padding: 6px 20px;
  border-left: 1px dashed rgba(255, 255, 255, 0.05); }
  .table th:last-child,
  .table td:last-child {
    border-right: 1px dashed rgba(255, 255, 255, 0.05); }

.table thead th {
  border: none;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700; }
  .table thead th:nth-child(2) {
    background-color: rgba(65, 204, 252, 0.5); }
  .table thead th:nth-child(3) {
    background-color: rgba(65, 204, 252, 0.7); }
  .table thead th:nth-child(4) {
    background-color: rgba(65, 204, 252, 0.8); }

.table tbody th {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 20px; }

.table tfoot td {
  border: none;
  text-transform: uppercase; }
  .table tfoot td:nth-child(1) {
    background-color: rgba(65, 204, 252, 0.2); }
  .table tfoot td:nth-child(2), .table tfoot td:nth-child(3), .table tfoot td:nth-child(4) {
    background-color: rgba(65, 204, 252, 0.5); }
  .table tfoot td:nth-child(5), .table tfoot td:nth-child(6), .table tfoot td:nth-child(7) {
    background-color: rgba(65, 204, 252, 0.7); }
  .table tfoot td:nth-child(8), .table tfoot td:nth-child(9), .table tfoot td:nth-child(10) {
    background-color: rgba(65, 204, 252, 0.8); }

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

.c-tooltip {
  background: white;
  padding: 10px;
  border-radius: 5px;
  color: black;
  font-family: "Roboto", sans-serif;
  -webkit-box-shadow: 0 2px 10px rgba(60, 76, 105, 0.3);
  box-shadow: 0 2px 10px rgba(60, 76, 105, 0.3); }
  .c-tooltip:before {
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 2;
    background-color: white;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-top: -4px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg); }

.c-nav {
  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; }
  .c-nav_item {
    background: #252B48;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 36px;
    width: 36px;
    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; }
    .c-nav_item:not(:first-child) {
      margin-left: 10px; }
    .c-nav_item img {
      opacity: .25; }

.c-point-map {
  position: relative;
  border-radius: 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;
  font-family: "Roboto", sans-serif; }
  .c-point-map_cloud {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .c-point-map_alert {
    position: absolute;
    bottom: 100%;
    left: 100%;
    background: #F52D56;
    margin-left: -18px;
    margin-bottom: -18px;
    border-radius: 100%;
    height: 24px;
    width: 24px;
    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;
    z-index: 100000000; }
  .c-point-map_es .c-point-map_cloud-2 img {
    margin-top: -10px; }
  .c-point-map_pt .c-point-map_cloud-1 img {
    margin-left: 15px; }
  .c-point-map_gb .c-point-map_cloud-1 img {
    margin-top: -130px;
    margin-left: -15px; }
  .c-point-map_gb .c-point-map_cloud-2 img {
    margin-top: -100px; }
  .c-point-map_it .c-point-map_cloud-1 img {
    margin-top: 40px;
    margin-left: 45px; }
  .c-point-map_it .c-point-map_cloud-2 img {
    margin-top: 40px;
    margin-left: 55px; }
  .c-point-map_fr .c-point-map_cloud-1 img {
    margin-left: 130px;
    margin-top: -35px; }
  .c-point-map_fr .c-point-map_cloud-2 img {
    margin-left: 10px; }
  .c-point-map_pl .c-point-map_cloud-1 img {
    margin-top: 75px;
    margin-left: 90px; }
  .c-point-map_pl .c-point-map_cloud-2 img {
    margin-left: 20px; }
  .c-point-map_be .c-point-map_cloud-1 img {
    margin-left: -20px;
    margin-top: 10px; }

.c-message-map {
  opacity: 0;
  position: absolute;
  bottom: 20px;
  left: 20px;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: .6s ease-in-out;
  -o-transition: .6s ease-in-out;
  transition: .6s ease-in-out; }
  .c-message-map.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
    .c-message-map.active img {
      -webkit-animation: ring 4s .7s ease-in-out;
      animation: ring 4s .7s ease-in-out;
      -webkit-transform-origin: 50% 4px;
      -ms-transform-origin: 50% 4px;
      transform-origin: 50% 4px; }

@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  1% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); }
  3% {
    -webkit-transform: rotate(-28deg);
    transform: rotate(-28deg); }
  5% {
    -webkit-transform: rotate(34deg);
    transform: rotate(34deg); }
  7% {
    -webkit-transform: rotate(-32deg);
    transform: rotate(-32deg); }
  9% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); }
  11% {
    -webkit-transform: rotate(-28deg);
    transform: rotate(-28deg); }
  13% {
    -webkit-transform: rotate(26deg);
    transform: rotate(26deg); }
  15% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg); }
  17% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg); }
  19% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg); }
  21% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg); }
  23% {
    -webkit-transform: rotate(-16deg);
    transform: rotate(-16deg); }
  25% {
    -webkit-transform: rotate(14deg);
    transform: rotate(14deg); }
  27% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg); }
  29% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  31% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg); }
  33% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg); }
  35% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg); }
  37% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg); }
  39% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg); }
  41% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg); }
  43% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes ring {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  1% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); }
  3% {
    -webkit-transform: rotate(-28deg);
    transform: rotate(-28deg); }
  5% {
    -webkit-transform: rotate(34deg);
    transform: rotate(34deg); }
  7% {
    -webkit-transform: rotate(-32deg);
    transform: rotate(-32deg); }
  9% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); }
  11% {
    -webkit-transform: rotate(-28deg);
    transform: rotate(-28deg); }
  13% {
    -webkit-transform: rotate(26deg);
    transform: rotate(26deg); }
  15% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg); }
  17% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg); }
  19% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg); }
  21% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg); }
  23% {
    -webkit-transform: rotate(-16deg);
    transform: rotate(-16deg); }
  25% {
    -webkit-transform: rotate(14deg);
    transform: rotate(14deg); }
  27% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg); }
  29% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  31% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg); }
  33% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg); }
  35% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg); }
  37% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg); }
  39% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg); }
  41% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg); }
  43% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

.c-funnel_title {
  height: 70px; }

.c-funnel_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 5px solid #9295A4;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 300;
  -webkit-transition: border-color 1s;
  -o-transition: border-color 1s;
  transition: border-color 1s; }
  .c-funnel_label_separator {
    border-color: #1e243e; }
  .c-funnel_label.active {
    border-color: #1e243e; }
    .c-funnel_label.active .c-funnel_value {
      opacity: 1;
      font-weight: 700; }
    .c-funnel_label.active .c-funnel_car:before, .c-funnel_label.active .c-funnel_car:after {
      opacity: 1; }

.c-funnel_value {
  opacity: .5; }

.c-funnel_car {
  position: absolute;
  left: 0;
  text-align: center;
  width: 100px;
  margin-left: -15px; }
  .c-funnel_car img {
    position: relative;
    z-index: 1; }
  .c-funnel_car:before, .c-funnel_car:after {
    content: "";
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s; }
  .c-funnel_car:before {
    height: 100%;
    left: -5px;
    right: -5px;
    bottom: 6px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(65, 204, 252, 0)), to(rgba(65, 204, 252, 0.5)));
    background: -webkit-linear-gradient(top, rgba(65, 204, 252, 0) 0%, rgba(65, 204, 252, 0.5) 100%);
    background: -o-linear-gradient(top, rgba(65, 204, 252, 0) 0%, rgba(65, 204, 252, 0.5) 100%);
    background: linear-gradient(to bottom, rgba(65, 204, 252, 0) 0%, rgba(65, 204, 252, 0.5) 100%); }
  .c-funnel_car:after {
    left: -5px;
    right: -5px;
    bottom: -2px;
    height: 15px;
    display: block;
    border-radius: 100%;
    background: -webkit-radial-gradient(center, ellipse, #2d84ad 0%, #41ccfc 100%);
    background: -o-radial-gradient(center, ellipse, #2d84ad 0%, #41ccfc 100%);
    background: radial-gradient(ellipse at center, #2d84ad 0%, #41ccfc 100%); }

.c-funnel_end {
  top: 70px;
  bottom: 0;
  right: 0; }
  .c-funnel_end .c-funnel_label {
    padding: 0; }
    .c-funnel_end .c-funnel_label.active {
      border-color: #41CCFC; }

.c-funnel_series {
  top: 70px;
  bottom: 0; }
  .c-funnel_series_item {
    overflow: hidden; }
    .c-funnel_series_item.active .c-funnel_series_mask,
    .c-funnel_series_item.active .c-funnel_series_mask img {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
  .c-funnel_series_mask {
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s; }
    .c-funnel_series_mask img {
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%);
      -webkit-transition: -webkit-transform 1s;
      transition: -webkit-transform 1s;
      -o-transition: transform 1s;
      transition: transform 1s;
      transition: transform 1s, -webkit-transform 1s; }

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

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

.ln-13 {
  line-height: 1.3; }

.ln-15 {
  line-height: 1.5; }

.fs-10 {
  font-size: 10px; }

.fs-11 {
  font-size: 11px; }

.fs-12 {
  font-size: 12px; }

.fs-13 {
  font-size: 13px; }

.fs-14 {
  font-size: 14px; }

.fs-16 {
  font-size: 16px; }

.fs-18 {
  font-size: 18px; }

.fs-20 {
  font-size: 20px; }

.fs-25 {
  font-size: 25px; }

.fs-28 {
  font-size: 28px; }

.fs-32 {
  font-size: 32px; }

.fs-40 {
  font-size: 40px; }

.opacity-1 {
  opacity: 0.1; }

.opacity-2 {
  opacity: 0.2; }

.opacity-3 {
  opacity: 0.3; }

.opacity-4 {
  opacity: 0.4; }

.opacity-5 {
  opacity: 0.5; }

.opacity-6 {
  opacity: 0.6; }

.opacity-7 {
  opacity: 0.7; }

.opacity-8 {
  opacity: 0.8; }

.opacity-9 {
  opacity: 0.9; }

.opacity-10 {
  opacity: 1; }

.demo-1 {
  --color-text: #fff;
  --color-bg: #000;
  --color-link: #f9d77e;
  --color-link-hover: #fff;
  --color-info: #efc453;
  --glitch-width: 750px;
  --glitch-height: 325px;
  --gap-horizontal: 10px;
  --gap-vertical: 5px;
  --time-anim: 4s;
  --delay-anim: 2s;
  --blend-mode-1: none;
  --blend-mode-2: none;
  --blend-mode-3: none;
  --blend-mode-4: none;
  --blend-mode-5: overlay;
  --blend-color-1: transparent;
  --blend-color-2: transparent;
  --blend-color-3: transparent;
  --blend-color-4: transparent;
  --blend-color-5: #af4949; }

/*.imgloaded .content__title,
.imgloaded .content__text {
	animation-name: glitch-anim-text;
	animation-duration: var(--time-anim);
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

.content__title {
	font-size: 12vw;
	margin: 35vh 0 0 0;
	position: relative;
	font-family: 'Playfair Display', serif;
	animation-delay: calc(var(--delay-anim) + var(--time-anim) * 0.2);
}

.content__text {
	font-family: 'IM Fell English', serif;
	position: absolute;
	font-size: 1.5em;
	top: 4em;
	right: 10vw;
	max-width: 500px;
	text-align: right;
	font-weight: 400;
	animation-delay: calc(var(--delay-anim) + var(--time-anim) * 0.25);
}

@media screen and (max-width: 55em) {
	.content__text {
		position: relative;
		right: auto;
		top: auto;
		font-size: 1.25em;
		padding: 0 1em;
		text-align: center;
	}
}*/
/* Glitch styles */
.glitch {
  /*position: absolute;
	top: 0;
	left: 0;
	width: var(--glitch-width);
	height: var(--glitch-height);
    overflow: hidden;*/
  position: relative;
  width: var(--glitch-width);
  max-width: 750px;
  height: var(--glitch-height);
  max-height: calc(750px * 1.25);
  overflow: hidden;
  margin: 0 auto; }

.glitch__img {
  position: absolute;
  top: calc(-1 * var(--gap-vertical));
  left: calc(-1 * var(--gap-horizontal));
  width: calc(100% + var(--gap-horizontal) * 2);
  height: calc(100% + var(--gap-vertical) * 2);
  background: url(../../app/assets/intro/car-hyundai.png) no-repeat 50% 0;
  background-color: var(--blend-color-1);
  background-size: cover;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background-blend-mode: var(--blend-mode-1); }

.glitch-01 .glitch__img {
  position: absolute;
  background: url(../../app/assets/intro/car-hyundai.png) no-repeat 50% 0; }

.glitch-02 .glitch__img {
  position: absolute;
  background: url(../../app/assets/intro/car-kia.png) no-repeat 50% 0; }

.glitch__img:nth-child(n+2) {
  opacity: 0; }

.imgloaded .glitch__img:nth-child(n+2) {
  -webkit-animation-duration: var(--time-anim);
  animation-duration: var(--time-anim);
  -webkit-animation-delay: var(--delay-anim);
  animation-delay: var(--delay-anim);
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.imgloaded .glitch__img:nth-child(2) {
  background-color: var(--blend-color-2);
  background-blend-mode: var(--blend-mode-2);
  -webkit-animation-name: glitch-anim-1;
  animation-name: glitch-anim-1; }

.imgloaded .glitch__img:nth-child(3) {
  background-color: var(--blend-color-3);
  background-blend-mode: var(--blend-mode-3);
  -webkit-animation-name: glitch-anim-2;
  animation-name: glitch-anim-2; }

.imgloaded .glitch__img:nth-child(4) {
  background-color: var(--blend-color-4);
  background-blend-mode: var(--blend-mode-4);
  -webkit-animation-name: glitch-anim-3;
  animation-name: glitch-anim-3; }

.imgloaded .glitch__img:nth-child(5) {
  background-color: var(--blend-color-5);
  background-blend-mode: var(--blend-mode-5);
  -webkit-animation-name: glitch-anim-flash;
  animation-name: glitch-anim-flash; }

/* Animations */
@-webkit-keyframes glitch-anim-1 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(var(--gap-horizontal), 0, 0);
    transform: translate3d(var(--gap-horizontal), 0, 0);
    -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
    clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%); }
  2% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
    clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%); }
  4% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
    clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%); }
  6% {
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
    clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%); }
  8% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%); }
  10% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%); }
  12% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%); }
  14% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%); }
  16% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%); }
  18% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%); }
  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%); }
  21.9% {
    opacity: 1;
    -webkit-transform: translate3d(var(--gap-horizontal), 0, 0);
    transform: translate3d(var(--gap-horizontal), 0, 0); }
  22%, 100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0); } }
@keyframes glitch-anim-1 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(var(--gap-horizontal), 0, 0);
    transform: translate3d(var(--gap-horizontal), 0, 0);
    -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
    clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%); }
  2% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
    clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%); }
  4% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
    clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%); }
  6% {
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
    clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%); }
  8% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%); }
  10% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%); }
  12% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%); }
  14% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%); }
  16% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%); }
  18% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%); }
  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%); }
  21.9% {
    opacity: 1;
    -webkit-transform: translate3d(var(--gap-horizontal), 0, 0);
    transform: translate3d(var(--gap-horizontal), 0, 0); }
  22%, 100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0); } }

@-webkit-keyframes glitch-anim-2 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
    -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
    clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%); }
  3% {
    -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
    clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%); }
  5% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
    clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%); }
  7% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%); }
  9% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
    clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%); }
  11% {
    -webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
    clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%); }
  13% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%); }
  15% {
    -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
    clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%); }
  17% {
    -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
    clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%); }
  19% {
    -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
    clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%); }
  20% {
    -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
    clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%); }
  21.9% {
    opacity: 1;
    -webkit-transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0); }
  22%, 100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0); } }

@keyframes glitch-anim-2 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
    -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
    clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%); }
  3% {
    -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
    clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%); }
  5% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
    clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%); }
  7% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%); }
  9% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
    clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%); }
  11% {
    -webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
    clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%); }
  13% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%); }
  15% {
    -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
    clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%); }
  17% {
    -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
    clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%); }
  19% {
    -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
    clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%); }
  20% {
    -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
    clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%); }
  21.9% {
    opacity: 1;
    -webkit-transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0); }
  22%, 100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0); } }

@-webkit-keyframes glitch-anim-3 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
    transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
    clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%); }
  1.5% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
    clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%); }
  2% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
    clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%); }
  2.5% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%); }
  3% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
    clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%); }
  5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
    clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%); }
  5.5% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
    clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%); }
  7% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
    clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%); }
  8% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%); }
  9% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
    clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%); }
  10.5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
    clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%); }
  11% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
    clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%); }
  13% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
    clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%); }
  14% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
    clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%); }
  14.5% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
    clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%); }
  15% {
    -webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
    clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%); }
  16% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%); }
  18% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
    clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%); }
  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
    clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%); }
  21.9% {
    opacity: 1;
    -webkit-transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
    transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1); }
  22%, 100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0); } }

@keyframes glitch-anim-3 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
    transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
    clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%); }
  1.5% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
    clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%); }
  2% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
    clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%); }
  2.5% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%); }
  3% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
    clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%); }
  5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
    clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%); }
  5.5% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
    clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%); }
  7% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
    clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%); }
  8% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%); }
  9% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
    clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%); }
  10.5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
    clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%); }
  11% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
    clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%); }
  13% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
    clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%); }
  14% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
    clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%); }
  14.5% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
    clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%); }
  15% {
    -webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
    clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%); }
  16% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%); }
  18% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
    clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%); }
  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
    clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%); }
  21.9% {
    opacity: 1;
    -webkit-transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
    transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1); }
  22%, 100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0); } }

@-webkit-keyframes glitch-anim-text {
  0% {
    -webkit-transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%); }
  2% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%); }
  4% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%); }
  5% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%); }
  6% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%); }
  7% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%); }
  8% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%); }
  9% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%); }
  9.9% {
    -webkit-transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1); }
  10%, 100% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); } }

@keyframes glitch-anim-text {
  0% {
    -webkit-transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%); }
  2% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%); }
  4% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%); }
  5% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%); }
  6% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%); }
  7% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%); }
  8% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%); }
  9% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%); }
  9.9% {
    -webkit-transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1); }
  10%, 100% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); } }

/* Flash */
@-webkit-keyframes glitch-anim-flash {
  0%, 5% {
    opacity: 0.2;
    -webkit-transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0);
    transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0); }
  5.5%, 100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes glitch-anim-flash {
  0%, 5% {
    opacity: 0.2;
    -webkit-transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0);
    transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0); }
  5.5%, 100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.header {
  height: 90px; }
  .header-title {
    font-size: 27px;
    text-transform: uppercase;
    margin-bottom: 0;
    white-space: nowrap;
    margin-bottom: 20px; }
  .header .text-center img {
    margin-bottom: 20px; }

html,
body {
  height: 100%; }
  @media screen and (max-width: 1919px), screen and (max-height: 1079px) {
    html,
    body {
      height: auto; } }

body {
  background-image: url(../assets/images/motive-grid.png); }

.main {
  height: calc(100% - 110px); }
  @media screen and (max-width: 1919px), screen and (max-height: 1079px) {
    .main {
      height: auto;
      padding-bottom: 20px; } }

.container-fluid {
  padding-right: 20px;
  padding-left: 20px; }

.pointer-event-none {
  pointer-events: none; }

.cursor-pointer {
  cursor: pointer; }

/* width */
::-webkit-scrollbar {
  width: 0; }

/* Track */
::-webkit-scrollbar-track {
  background: transparent; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: transparent; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: transparent; }

.page-command-centre .chart-map .highcharts-container {
  height: 640px !important;
  width: 930px !important; }
  .page-command-centre .chart-map .highcharts-container .highcharts-root {
    right: -55px; }

.page-digital-campaign-detail-creative .card-03 .img-creative {
  background-size: cover;
  background-position: center; }

.page-digital-campaign-detail-creative .card-03 .creative {
  background-size: cover;
  background-position: center;
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer; }
  .page-digital-campaign-detail-creative .card-03 .creative:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #2F3552;
    opacity: 0.68;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s; }
  .page-digital-campaign-detail-creative .card-03 .creative:hover:before, .page-digital-campaign-detail-creative .card-03 .creative:active:before, .page-digital-campaign-detail-creative .card-03 .creative.active:before {
    opacity: 0; }
  .page-digital-campaign-detail-creative .card-03 .creative:active, .page-digital-campaign-detail-creative .card-03 .creative.active {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    position: relative; }
  .page-digital-campaign-detail-creative .card-03 .creative:active {
    z-index: 2; }
  .page-digital-campaign-detail-creative .card-03 .creative.active {
    z-index: 1; }

.page-competitive-details .card-01 {
  position: relative;
  overflow: hidden; }
  .page-competitive-details .card-01 .chart-map {
    position: absolute;
    bottom: 0;
    right: 0; }
    .page-competitive-details .card-01 .chart-map .highcharts-container .highcharts-root {
      right: -35px; }
  .page-competitive-details .card-01 .p-20 {
    pointer-events: none; }
  .page-competitive-details .card-01 .btn {
    pointer-events: all; }

.page-competitive-general-overview .card-01 {
  position: relative;
  overflow: hidden; }

.page-competitive-general-overview .chart-map {
  position: absolute;
  top: -65px; }
  .page-competitive-general-overview .chart-map .highcharts-container {
    height: 640px !important;
    width: 930px !important; }
    .page-competitive-general-overview .chart-map .highcharts-container .highcharts-root {
      left: 100px; }

.c-data-funnel {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0; }

.page-investment .card-01 .bg-map {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.page-investment .card-04 img {
  position: absolute;
  top: 10px;
  right: 20px; }

.page-investment .card-04 .chart-pie-item .highcharts-series-group {
  -webkit-transform: translateX(-50px) !important;
  -ms-transform: translateX(-50px) !important;
  transform: translateX(-50px) !important; }

.page-remote {
  overflow: hidden;
  height: 100%; }
  .page-remote hr {
    border-color: rgba(0, 0, 0, 0.1); }
  .page-remote .icon-mobile {
    width: 60%; }

.remote-iframe {
  height: 100%;
  width: 100%;
  background-image: url("../assets/remote/motive-grid.png");
  overflow: hidden;
  border: 0; }

.connect {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 4%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("../assets/remote/bg-remote.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.block-qr {
  color: #484848;
  max-width: 360px; }
  .block-qr_img {
    height: 160px;
    width: 160px;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.03); }
  .block-qr .ldng-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.mobile-section .btn-block + .btn-block {
  margin-top: 20px; }

.mobile-sections {
  display: none; }

.page-digital-campaigns .card-02 .chart-map {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden; }

.page-digital-campaigns .card-02 .chart-map-item {
  bottom: 4%;
  left: 10%;
  position: absolute; }

.page-owned .card-02,
.page-owned .card-03 {
  position: relative;
  overflow: hidden; }

.page-owned .chart-map {
  position: absolute;
  top: -65px; }
  .page-owned .chart-map .highcharts-container {
    height: 640px !important;
    width: 930px !important; }
    .page-owned .chart-map .highcharts-container .highcharts-root {
      left: 100px; }

.page-earned .card-04 .chart-map {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden; }

.page-earned .card-04 .chart-map-item {
  bottom: 0;
  right: 0;
  position: absolute; }
  .page-earned .card-04 .chart-map-item #earnedBubbles,
  .page-earned .card-04 .chart-map-item #earnedLine {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

.page-earned .card-05 .table {
  min-height: 185px; }

.list-models {
  background-image: url("../assets/images/bg-list-models.svg");
  background-repeat: no-repeat;
  background-position: bottom; }
  .list-models a {
    position: relative; }
    .list-models a span {
      font-weight: 300;
      opacity: 0.5; }
    .list-models a span,
    .list-models a img {
      position: relative;
      z-index: 1; }
    .list-models a.active:before {
      content: '';
      position: absolute;
      left: 10px;
      right: 10px;
      bottom: -2px;
      height: 15px;
      display: block;
      border-radius: 100%;
      background: -webkit-radial-gradient(center, ellipse, #9295a4 0%, #41ccfc 100%);
      background: -o-radial-gradient(center, ellipse, #9295a4 0%, #41ccfc 100%);
      background: radial-gradient(ellipse at center, #9295a4 0%, #41ccfc 100%); }
    .list-models a.active:after {
      content: "";
      position: absolute;
      left: 10px;
      right: 10px;
      bottom: 6px;
      height: 50px;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(65, 204, 252, 0.12)));
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(65, 204, 252, 0.12) 100%);
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(65, 204, 252, 0.12) 100%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(65, 204, 252, 0.12) 100%); }
    .list-models a.active span {
      font-weight: 700;
      opacity: 1; }

.page-intro {
  overflow: hidden; }

.intro_top {
  height: 60%; }

.intro_video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .intro_video video {
    top: -30%;
    width: 100%; }

.intro_overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.85; }

.intro_bottom {
  height: 40%;
  background: #e1e3e7;
  background: -webkit-linear-gradient(315deg, #e1e3e7 0%, #aeb0b8 100%);
  background: -o-linear-gradient(315deg, #e1e3e7 0%, #aeb0b8 100%);
  background: linear-gradient(135deg, #e1e3e7 0%, #aeb0b8 100%); }

.intro_image {
  margin-top: -190px; }

.intro_btn .btn {
  min-width: 235px;
  height: 70px;
  border-radius: 70px;
  padding: 20px;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase; }

.intro_hyundai .intro {
  /*&_video {
                background-image: url("../../app/assets/intro/bg-hyundai.jpg");
            }*/ }
  .intro_hyundai .intro_overlay {
    background: -webkit-linear-gradient(315deg, #011245 0%, #034499 50%, #001739 100%);
    background: -o-linear-gradient(315deg, #011245 0%, #034499 50%, #001739 100%);
    background: linear-gradient(135deg, #011245 0%, #034499 50%, #001739 100%); }
  .intro_hyundai .intro_bottom {
    background: #e1e3e7;
    background: -webkit-linear-gradient(315deg, #e1e3e7 0%, #aeb0b8 100%);
    background: -o-linear-gradient(315deg, #e1e3e7 0%, #aeb0b8 100%);
    background: linear-gradient(135deg, #e1e3e7 0%, #aeb0b8 100%); }
  .intro_hyundai .intro_btn .btn {
    background-color: #1D213A;
    border-color: #1D213A; }
    .intro_hyundai .intro_btn .btn:hover, .intro_hyundai .intro_btn .btn:active, .intro_hyundai .intro_btn .btn:focus {
      background-color: #151729;
      border-color: #1D213A; }

.intro_kia .intro {
  /*&_video {
                background-image: url("../../app/assets/intro/bg-kia.jpg");
            }*/ }
  .intro_kia .intro_overlay {
    background: -webkit-linear-gradient(45deg, #410028 0%, #48013b 50%, #0d001e 100%);
    background: -o-linear-gradient(45deg, #410028 0%, #48013b 50%, #0d001e 100%);
    background: linear-gradient(45deg, #410028 0%, #48013b 50%, #0d001e 100%); }
  .intro_kia .intro_bottom {
    background: #eeedf0;
    background: -webkit-linear-gradient(315deg, #eeedf0 0%, #dedde2 100%);
    background: -o-linear-gradient(315deg, #eeedf0 0%, #dedde2 100%);
    background: linear-gradient(135deg, #eeedf0 0%, #dedde2 100%); }
  .intro_kia .intro_btn .btn {
    background-color: #731832;
    border-color: #731832; }
    .intro_kia .intro_btn .btn:hover, .intro_kia .intro_btn .btn:active, .intro_kia .intro_btn .btn:focus {
      background-color: #5e1429;
      border-color: #731832; }
