@charset "UTF-8";

/*!
 * Bootstrap v4.4.1 (https: //getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter,  Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #03a9f4;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #ED5564;
  --orange: #fd7e14;
  --yellow: #FCCE54;
  --green: #7dc855;
  --teal: #20c997;
  --cyan: #78BCEE;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #ff1744;
  --secondary: #6c757d;
  --success: #7dc855;
  --info: #78BCEE;
  --warning: #FCCE54;
  --danger: #ED5564;
  --light: #f8f9fa;
  --dark: #0c101b;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .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: #ff1744;
  text-decoration: none;
  background-color: transparent;
}

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

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

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

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

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

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: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .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: .5rem;
  font-weight: 300;
  line-height: 1.2;
  color: #9ca8b0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mark,
mark {
  padding: .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: .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: .25rem;
  background-color: #ecf0f5;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

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

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

a>code {
  color: inherit;
}

kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem;
}

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

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

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

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

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

@media (min-width:576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .container {
    max-width: 720px;
  }
}

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

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

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width:576px) {

  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width:768px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}

@media (min-width:992px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}

@media (min-width:1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

.row-cols-1>* {
  flex: 0 0 100%;
  max-width: 100%
}

.row-cols-2>* {
  flex: 0 0 50%;
  max-width: 50%
}

.row-cols-3>* {
  flex: 0 0 33.33333%;
  max-width: 33.33333%
}

.row-cols-4>* {
  flex: 0 0 25%;
  max-width: 25%
}

.row-cols-5>* {
  flex: 0 0 20%;
  max-width: 20%
}

.row-cols-6>* {
  flex: 0 0 16.66667%;
  max-width: 16.66667%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

  .row-cols-sm-1>* {
    flex: 0 0 100%;
    max-width: 100%
  }

  .row-cols-sm-2>* {
    flex: 0 0 50%;
    max-width: 50%
  }

  .row-cols-sm-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .row-cols-sm-4>* {
    flex: 0 0 25%;
    max-width: 25%
  }

  .row-cols-sm-5>* {
    flex: 0 0 20%;
    max-width: 20%
  }

  .row-cols-sm-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

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

  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

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

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }

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

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }

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

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

  .row-cols-md-1>* {
    flex: 0 0 100%;
    max-width: 100%
  }

  .row-cols-md-2>* {
    flex: 0 0 50%;
    max-width: 50%
  }

  .row-cols-md-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .row-cols-md-4>* {
    flex: 0 0 25%;
    max-width: 25%
  }

  .row-cols-md-5>* {
    flex: 0 0 20%;
    max-width: 20%
  }

  .row-cols-md-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

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

  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

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

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }

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

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }

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

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

  .row-cols-lg-1>* {
    flex: 0 0 100%;
    max-width: 100%
  }

  .row-cols-lg-2>* {
    flex: 0 0 50%;
    max-width: 50%
  }

  .row-cols-lg-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .row-cols-lg-4>* {
    flex: 0 0 25%;
    max-width: 25%
  }

  .row-cols-lg-5>* {
    flex: 0 0 20%;
    max-width: 20%
  }

  .row-cols-lg-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

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

  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

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

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 223.33333%
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }

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

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }

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

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

  .row-cols-xl-1>* {
    flex: 0 0 100%;
    max-width: 100%
  }

  .row-cols-xl-2>* {
    flex: 0 0 50%;
    max-width: 50%
  }

  .row-cols-xl-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .row-cols-xl-4>* {
    flex: 0 0 25%;
    max-width: 25%
  }

  .row-cols-xl-5>* {
    flex: 0 0 20%;
    max-width: 20%
  }

  .row-cols-xl-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

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

  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

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

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }

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

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }

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

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-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 td,
.table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #e1e8ee;
}

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

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

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

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

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

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

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

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f5f8fa;
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: #f5f8fa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
  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>td,
.table-dark>th {
  background-color: #bbbcbf;
}

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

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

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

.table-active,
.table-active>td,
.table-active>th {
  background-color: #f5f8fa;
}

.table-hover .table-active:hover {
  background-color: #e4ecf2;
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
  background-color: #e4ecf2;
}

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

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

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

.table-dark td,
.table-dark th,
.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, .05);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #9ca8b0;
}

.form-control:focus {
  color: #9ca8b0;
  background-color: #fff;
  border-color: #ff97ab;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(255, 23, 68, .25);
}

.form-control::placeholder {
  color: #9ca8b0;
  opacity: 1;
}

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

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

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

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

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

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

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

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem;
}

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(125, 200, 85, .9);
  border-radius: .25rem;
}

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

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

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #7dc855;
  box-shadow: 0 0 0 .2rem rgba(125, 200, 85, .25);
}

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

.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #7dc855;
  padding-right: calc(.75em + 2.3125rem);
  background: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%237dc855' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #7dc855;
  box-shadow: 0 0 0 .2rem rgba(125, 200, 85, .25);
}

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

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

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

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

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

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(125, 200, 85, .25);
}

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

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

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
  border-color: #7dc855;
  box-shadow: 0 0 0 .2rem rgba(125, 200, 85, .25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(237, 85, 100, .9);
  border-radius: .25rem;
}

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

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #ed5564;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ED5564' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ED5564' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #ed5564;
  box-shadow: 0 0 0 .2rem rgba(237, 85, 100, .25);
}

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

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #ed5564;
  padding-right: calc(.75em + 2.3125rem);
  background: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ED5564' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ED5564' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: #ed5564;
  box-shadow: 0 0 0 .2rem rgba(237, 85, 100, .25);
}

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

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

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

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

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

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(237, 85, 100, .25);
}

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

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

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
  border-color: #ed5564;
  box-shadow: 0 0 0 .2rem rgba(237, 85, 100, .25);
}

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

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

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

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

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

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

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

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

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

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 300;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 1px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

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

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

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(255, 23, 68, .25);
}

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

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

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

.btn-primary:hover {
  color: #fff;
  background-color: #f0002f;
  border-color: #e3002c;
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #f0002f;
  border-color: #e3002c;
  box-shadow: 0 0 0 .2rem rgba(255, 58, 96, .5);
}

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

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

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 58, 96, .5);
}

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

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

.btn-secondary.focus,
.btn-secondary:focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
}

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

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

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
}

.btn-success {
  color: #212529;
  background-color: #7dc855;
  border-color: #7dc855;
}

.btn-success:hover {
  color: #fff;
  background-color: #68ba3c;
  border-color: #63b139;
}

.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #68ba3c;
  border-color: #63b139;
  box-shadow: 0 0 0 .2rem rgba(111, 176, 78, .5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #212529;
  background-color: #7dc855;
  border-color: #7dc855;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #63b139;
  border-color: #5da736;
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(111, 176, 78, .5);
}

.btn-info {
  color: #212529;
  background-color: #78bcee;
  border-color: #78bcee;
}

.btn-info:hover {
  color: #212529;
  background-color: #56abea;
  border-color: #4ba6e8;
}

.btn-info.focus,
.btn-info:focus {
  color: #212529;
  background-color: #56abea;
  border-color: #4ba6e8;
  box-shadow: 0 0 0 .2rem rgba(107, 165, 208, .5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #212529;
  background-color: #78bcee;
  border-color: #78bcee;
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #4ba6e8;
  border-color: #3fa0e7;
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(107, 165, 208, .5);
}

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

.btn-warning:hover {
  color: #212529;
  background-color: #fbc32e;
  border-color: #fbc022;
}

.btn-warning.focus,
.btn-warning:focus {
  color: #212529;
  background-color: #fbc32e;
  border-color: #fbc022;
  box-shadow: 0 0 0 .2rem rgba(219, 181, 78, .5);
}

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

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

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(219, 181, 78, .5);
}

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

.btn-danger:hover {
  color: #fff;
  background-color: #e93244;
  border-color: #e8273a;
}

.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #e93244;
  border-color: #e8273a;
  box-shadow: 0 0 0 .2rem rgba(240, 111, 123, .5);
}

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

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

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(240, 111, 123, .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 {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
}

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

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

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
}

.btn-dark {
  color: #fff;
  background-color: #0c101b;
  border-color: #0c101b;
}

.btn-dark:hover {
  color: #fff;
  background-color: #000001;
  border-color: #000;
}

.btn-dark.focus,
.btn-dark:focus {
  color: #fff;
  background-color: #000001;
  border-color: #000;
  box-shadow: 0 0 0 .2rem rgba(48, 52, 61, .5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #0c101b;
  border-color: #0c101b;
}

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

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(48, 52, 61, .5);
}

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

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

.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 23, 68, .5);
}

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

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

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 23, 68, .5);
}

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

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

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

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

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

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

.btn-outline-success {
  color: #7dc855;
  border-color: #7dc855;
}

.btn-outline-success:hover {
  color: #212529;
  background-color: #7dc855;
  border-color: #7dc855;
}

.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 .2rem rgba(125, 200, 85, .5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #7dc855;
  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: #212529;
  background-color: #7dc855;
  border-color: #7dc855;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(125, 200, 85, .5);
}

.btn-outline-info {
  color: #78bcee;
  border-color: #78bcee;
}

.btn-outline-info:hover {
  color: #212529;
  background-color: #78bcee;
  border-color: #78bcee;
}

.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 .2rem rgba(120, 188, 238, .5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #78bcee;
  background-color: transparent;
}

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

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(120, 188, 238, .5);
}

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

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

.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 .2rem rgba(252, 206, 84, .5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #fcce54;
  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: #fcce54;
  border-color: #fcce54;
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(252, 206, 84, .5);
}

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

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

.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 .2rem rgba(237, 85, 100, .5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #ed5564;
  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: #ed5564;
  border-color: #ed5564;
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(237, 85, 100, .5);
}

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

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

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

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

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

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

.btn-outline-dark {
  color: #0c101b;
  border-color: #0c101b;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #0c101b;
  border-color: #0c101b;
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 .2rem rgba(12, 16, 27, .5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #0c101b;
  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: #0c101b;
  border-color: #0c101b;
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(12, 16, 27, .5);
}

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

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

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

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

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

.btn-group-sm>.btn,
.btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: 1px;
}

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

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

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

.fade {
  transition: opacity .15s linear;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-append,
.input-group-prepend {
  display: flex;
}

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

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

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

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #9ca8b0;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

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

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

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

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

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

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

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

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

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

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

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

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(255, 23, 68, .25);
}

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

.custom-control-input:not(:disabled):active~.custom-control-label::before {
  color: #fff;
  background-color: #ffcad4;
  border-color: #ffcad4;
}

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

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

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

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

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

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

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

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

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
  background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(255, 23, 68, .5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
  background-color: rgba(255, 23, 68, .5);
}

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

.custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(255, 23, 68, .5);
}

.custom-switch {
  padding-left: 2.25rem;
}

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

.custom-switch .custom-control-label::after {
  top: calc(.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: .5rem;
  transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

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

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

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(255, 23, 68, .5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #9ca8b0;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  appearance: none;
}

.custom-select:focus {
  border-color: #ff97ab;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(255, 23, 68, .25);
}

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

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

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

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #9ca8b0;
}

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

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

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

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

.custom-file-input:focus~.custom-file-label {
  border-color: #ff97ab;
  box-shadow: 0 0 0 .2rem rgba(255, 23, 68, .25);
}

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

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

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

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #9ca8b0;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + .75rem);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #9ca8b0;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 .25rem .25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}

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

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ecf0f5, 0 0 0 .2rem rgba(255, 23, 68, .25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ecf0f5, 0 0 0 .2rem rgba(255, 23, 68, .25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ecf0f5, 0 0 0 .2rem rgba(255, 23, 68, .25);
}

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

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #ff1744;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  appearance: none;
}

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

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

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

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #ff1744;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  appearance: none;
}

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

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

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

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: .2rem;
  margin-left: .2rem;
  background-color: #ff1744;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  appearance: none;
}

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

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

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion:reduce) {

  .custom-control-label: :before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: .5rem 1rem;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

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

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

.navbar-nav {
  display: flex;
  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: .5rem;
  padding-bottom: .5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

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

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

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

@media (max-width:575.98px) {

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

@media (min-width:576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

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

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

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

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

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

@media (max-width:767.98px) {

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

@media (min-width:768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

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

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

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

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

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

@media (max-width:991.98px) {

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

@media (min-width:992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

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

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

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

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

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

@media (max-width:1199.98px) {

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

@media (min-width:1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

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

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

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

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

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

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

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

.navbar-expand .navbar-nav {
  flex-direction: row;
}

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

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

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

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid #e1e8ee;
  border-radius: .25rem;
}

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

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

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

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

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

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

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

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

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

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 0 solid #e1e8ee;
}

.card-header:first-child {
  border-radius: .25rem .25rem 0 0;
}

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

.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, .03);
  border-top: 0 solid #e1e8ee;
}

.card-footer:last-child {
  border-radius: 0 0 .25rem .25rem;
}

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

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

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

.card-img,
.card-img-bottom,
.card-img-top {
  flex-shrink: 0;
  width: 100%
}

.card-img,
.card-img-top {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

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

@media (min-width:576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

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

@media (min-width:576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

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

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

  .card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-header,
  .card-group>.card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-footer,
  .card-group>.card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }

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

  .card-group>.card:not(:first-child) .card-header,
  .card-group>.card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-footer,
  .card-group>.card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: .75rem;
}

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

  .card-columns .card {
    display: inline-block;
    width: 100%
  }
}

.accordion>.card {
  overflow: hidden;
}

.accordion>.card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion>.card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion>.card>.card-header {
  border-radius: 0;
  margin-bottom: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem;
}

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

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

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

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

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

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0 0;
  margin-left: -2px;
  line-height: 1.25;
  color: #ff1744;
  background-color: none;
  border: 2px solid rgba(0, 0, 0, .2);
}

.page-link:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #ff1744;
  border-color: #ff1744;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(255, 23, 68, .25);
}

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

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

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #ff1744;
  border-color: #ff1744;
}

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

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

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem;
}

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

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem;
}

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

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

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

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

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #ff1744;
}

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

a.badge-primary.focus,
a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(255, 23, 68, .5);
}

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

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

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

.badge-success {
  color: #212529;
  background-color: #7dc855;
}

a.badge-success:focus,
a.badge-success:hover {
  color: #212529;
  background-color: #63b139;
}

a.badge-success.focus,
a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(125, 200, 85, .5);
}

.badge-info {
  color: #212529;
  background-color: #78bcee;
}

a.badge-info:focus,
a.badge-info:hover {
  color: #212529;
  background-color: #4ba6e8;
}

a.badge-info.focus,
a.badge-info:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(120, 188, 238, .5);
}

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

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

a.badge-warning.focus,
a.badge-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(252, 206, 84, .5);
}

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

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

a.badge-danger.focus,
a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(237, 85, 100, .5);
}

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

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

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

.badge-dark {
  color: #fff;
  background-color: #0c101b;
}

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

a.badge-dark.focus,
a.badge-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(12, 16, 27, .5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem;
}

@media (min-width:576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #850c23;
  background-color: #ffd1da;
  border-color: #ffbecb;
}

.alert-primary hr {
  border-top-color: #ffa5b7;
}

.alert-primary .alert-link {
  color: #560817;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #41682c;
  background-color: #e5f4dd;
  border-color: #dbf0cf;
}

.alert-success hr {
  border-top-color: #cceabc;
}

.alert-success .alert-link {
  color: #2b441d;
}

.alert-info {
  color: #3e627c;
  background-color: #e4f2fc;
  border-color: #d9ecfa;
}

.alert-info hr {
  border-top-color: #c2e1f7;
}

.alert-info .alert-link {
  color: #2d475a;
}

.alert-warning {
  color: #836b2c;
  background-color: #fef5dd;
  border-color: #fef1cf;
}

.alert-warning hr {
  border-top-color: #fdeab6;
}

.alert-warning .alert-link {
  color: #5d4c1f;
}

.alert-danger {
  color: #7b2c34;
  background-color: #fbdde0;
  border-color: #facfd4;
}

.alert-danger hr {
  border-top-color: #f8b8bf;
}

.alert-danger .alert-link {
  color: #551f24;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #06080e;
  background-color: #cecfd1;
  border-color: #bbbcbf;
}

.alert-dark hr {
  border-top-color: #aeafb3;
}

.alert-dark .alert-link {
  color: #000;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ff1744;
  transition: width .6s ease;
}

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

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion:reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

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

.media-body {
  flex: 1;
}

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

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

.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #9ca8b0;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  background-color: #fff;
  border: 1px solid #e1e8ee;
}

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

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

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

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

.list-group-item+.list-group-item {
  border-top-width: 0;
}

.list-group-item+.list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

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

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

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

.list-group-horizontal .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal .list-group-item+.list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal .list-group-item+.list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width:576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

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

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

  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm .list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-sm .list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width:768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

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

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

  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md .list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-md .list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width:992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

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

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

  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg .list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-lg .list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width:1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

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

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

  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl .list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xl .list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

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

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

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

.list-group-item-primary {
  color: #850c23;
  background-color: #ffbecb;
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #850c23;
  background-color: #ffa5b7;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #850c23;
  border-color: #850c23;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #41682c;
  background-color: #dbf0cf;
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #41682c;
  background-color: #cceabc;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #41682c;
  border-color: #41682c;
}

.list-group-item-info {
  color: #3e627c;
  background-color: #d9ecfa;
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #3e627c;
  background-color: #c2e1f7;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #3e627c;
  border-color: #3e627c;
}

.list-group-item-warning {
  color: #836b2c;
  background-color: #fef1cf;
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #836b2c;
  background-color: #fdeab6;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #836b2c;
  border-color: #836b2c;
}

.list-group-item-danger {
  color: #7b2c34;
  background-color: #facfd4;
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #7b2c34;
  background-color: #f8b8bf;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #7b2c34;
  border-color: #7b2c34;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #06080e;
  background-color: #bbbcbf;
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #06080e;
  background-color: #aeafb3;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #06080e;
  border-color: #06080e;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

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

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

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

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

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: .875rem;
  background-color: rgba(255, 255, 255, .85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .1);
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: .25rem;
}

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

.toast.showing {
  opacity: 1;
}

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

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: .25rem .75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, .85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.toast-body {
  padding: .75rem;
}

.modal-open {
  overflow: hidden;
}

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

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

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

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -50px);
}

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

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

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

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

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

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

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

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

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

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

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

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

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

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

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

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}

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

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px);
}

.modal-footer>* {
  margin: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width:576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

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

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width:992px) {

  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: .9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
  padding: .4rem 0;
}

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

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

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

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

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

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

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

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

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

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

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

.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem;
}

.popover .arrow::after,
.popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

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

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

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

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

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

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

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

.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

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

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

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

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

.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #9ca8b0;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}

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

.popover-body {
  padding: .5rem .75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion:reduce) {

  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

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

@media (prefers-reduced-motion:reduce) {

  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}

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

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

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

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

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

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

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

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

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

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

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

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

.bg-success {
  background-color: #7dc855 !important;
}

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

.bg-info {
  background-color: #78bcee !important;
}

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

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

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

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

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

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

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

.bg-dark {
  background-color: #0c101b !important;
}

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

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

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

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

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

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #ff1744 !important;
}

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

.border-success {
  border-color: #7dc855 !important;
}

.border-info {
  border-color: #78bcee !important;
}

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

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

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

.border-dark {
  border-color: #0c101b !important;
}

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

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

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

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

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

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

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

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

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

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

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

.clearfix::after {
  display: block;
  clear: both;
  content: ""
}

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

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

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

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

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

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

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

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

.d-inline-flex {
  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: flex !important;
  }

  .d-sm-inline-flex {
    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: flex !important;
  }

  .d-md-inline-flex {
    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: flex !important;
  }

  .d-lg-inline-flex {
    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: flex !important;
  }

  .d-xl-inline-flex {
    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: flex !important;
  }

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

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

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

.flex-grow-1 {
  flex-grow: 1 !important;
}

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

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

.justify-content-start {
  justify-content: flex-start !important;
}

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

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

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

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

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

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

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

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

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width:576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

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

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

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

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

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

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

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width:768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

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

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

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

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

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

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

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width:992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

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

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

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

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

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

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

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width:1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

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

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

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

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

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

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

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

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

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

.shadow-none {
  box-shadow: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-2 {
  margin: .5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-1 {
  padding: .25rem !important;
}

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

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

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

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

.p-2 {
  padding: .5rem !important;
}

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

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

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

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

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

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

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

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

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

.m-n1 {
  margin: -.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

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

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

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

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

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

@media (min-width:576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

  .m-sm-2 {
    margin: .5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: .5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: .5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: .5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: .5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

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

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

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

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

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

  .p-sm-1 {
    padding: .25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: .25rem !important;
  }

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

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: .25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: .25rem !important;
  }

  .p-sm-2 {
    padding: .5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: .5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: .5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: .5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: .5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -.25rem !important;
  }

  .m-sm-n2 {
    margin: -.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width:768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: .25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: .25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: .25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: .25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: .25rem !important;
  }

  .m-md-2 {
    margin: .5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: .5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: .5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: .5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: .5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: .25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: .25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: .25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: .25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: .25rem !important;
  }

  .p-md-2 {
    padding: .5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: .5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: .5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: .5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: .5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -.25rem !important;
  }

  .m-md-n2 {
    margin: -.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width:992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: .25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: .25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: .25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: .25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: .25rem !important;
  }

  .m-lg-2 {
    margin: .5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: .5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: .5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: .5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: .5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: .25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: .25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: .25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: .25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: .25rem !important;
  }

  .p-lg-2 {
    padding: .5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: .5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: .5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: .5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: .5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -.25rem !important;
  }

  .m-lg-n2 {
    margin: -.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width:1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: .25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: .25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: .25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: .25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: .25rem !important;
  }

  .m-xl-2 {
    margin: .5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: .5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: .5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: .5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: .5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: .25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: .25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: .25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: .25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: .25rem !important;
  }

  .p-xl-2 {
    padding: .5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: .5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: .5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: .5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: .5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -.25rem !important;
  }

  .m-xl-n2 {
    margin: -.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width:576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width:768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width:992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width:1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #ff1744 !important;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #ca0027 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:focus,
a.text-secondary:hover {
  color: #494f54 !important;
}

.text-success {
  color: #7dc855 !important;
}

a.text-success:focus,
a.text-success:hover {
  color: #589e33 !important;
}

.text-info {
  color: #78bcee !important;
}

a.text-info:focus,
a.text-info:hover {
  color: #349ae5 !important;
}

.text-warning {
  color: #fcce54 !important;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #fbb809 !important;
}

.text-danger {
  color: #ed5564 !important;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #de182b !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:focus,
a.text-light:hover {
  color: #cbd3da !important;
}

.text-dark {
  color: #0c101b !important;
}

a.text-dark:focus,
a.text-dark:hover {
  color: #000 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, .5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, .5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {

  *,
  : :after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")"
  }

  pre {
    white-space: pre-wrap !important;
  }

  blockquote,
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark tbody+tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #e1e8ee;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #e1e8ee;
  }
}

/*! lightslider - v1.1.6 - 2016-10-25
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2016 Sachin N;
   Licensed MIT */
/*! lightslider - v1.1.3 - 2015-04-14
* https: //github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N;
   Licensed MIT */
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lightSlider:after,
.lightSlider:before {
  content: " ";
  display: table;
}

.lightSlider {
  overflow: hidden;
  margin: 0;
}

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.lSSlideWrapper>.lightSlider:after {
  clear: both;
}

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform, height;
  transition-property: transform, height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade {
  position: relative;
}

.lSSlideWrapper .lSFade>* {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%
}

.lSSlideWrapper.usingCss .lSFade>* {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade>.active {
  z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade>.active {
  opacity: 1;
}

.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}

.lSSlideOuter .lSPager.lSpg>li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg>li a {
  background-color: #222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all .5s linear 0s;
  transition: all .5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg>li.active a,
.lSSlideOuter .lSPager.lSpg>li:hover a {
  background-color: #428bca;
}

.lSSlideOuter .media {
  opacity: .8;
}

.lSSlideOuter .media.active {
  opacity: 1;
}

.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius .12s linear 0s .35s linear 0s;
  transition: border-radius .12s linear 0s .35s linear 0s;
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px;
}

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%
}

.lSSlideOuter .lSPager.lSGallery:after,
.lSSlideOuter .lSPager.lSGallery:before {
  content: " ";
  display: table;
}

.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}

.lSAction>a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url(../img/controls.png);
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: .5;
  -webkit-transition: opacity .35s linear 0s;
  transition: opacity .35s linear 0s;
}

.lSAction>a:hover {
  opacity: 1;
}

.lSAction>.lSPrev {
  background-position: 0 0;
  left: 10px;
}

.lSAction>.lSNext {
  background-position: -32px 0;
  right: 10px;
}

.lSAction>a.disabled {
  pointer-events: none;
}

.cS-hidden {
  height: 1px;
  opacity: 0;
  overflow: hidden;
}

.lSSlideOuter.vertical {
  position: relative;
}

.lSSlideOuter.vertical.noPager {
  padding-right: 0 !important;
}

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}

.lSSlideOuter.vertical .lightSlider>* {
  width: 100% !important;
  max-width: none !important;
}

.lSSlideOuter.vertical .lSAction>a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}

.lSSlideOuter.vertical .lSAction>.lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}

.lSSlideOuter.vertical .lSAction>.lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}

.lSSlideOuter.lSrtl {
  direction: rtl;
}

.lSSlideOuter .lSPager,
.lSSlideOuter .lightSlider {
  padding-left: 0;
  list-style: none outside none;
}

.lSSlideOuter.lSrtl .lSPager,
.lSSlideOuter.lSrtl .lightSlider {
  padding-right: 0;
}

.lSSlideOuter .lSGallery li,
.lSSlideOuter .lightSlider>* {
  float: left;
}

.lSSlideOuter.lSrtl .lSGallery li,
.lSSlideOuter.lSrtl .lightSlider>* {
  float: right !important;
}

@-webkit-keyframes rightEnd {
  0% {
    left: 0;
  }

  50% {
    left: -15px;
  }

  100% {
    left: 0;
  }
}

@keyframes rightEnd {
  0% {
    left: 0;
  }

  50% {
    left: -15px;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes topEnd {
  0% {
    top: 0;
  }

  50% {
    top: -15px;
  }

  100% {
    top: 0;
  }
}

@keyframes topEnd {
  0% {
    top: 0;
  }

  50% {
    top: -15px;
  }

  100% {
    top: 0;
  }
}

@-webkit-keyframes leftEnd {
  0% {
    left: 0;
  }

  50% {
    left: 15px;
  }

  100% {
    left: 0;
  }
}

@keyframes leftEnd {
  0% {
    left: 0;
  }

  50% {
    left: 15px;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0;
  }

  50% {
    bottom: -15px;
  }

  100% {
    bottom: 0;
  }
}

@keyframes bottomEnd {
  0% {
    bottom: 0;
  }

  50% {
    bottom: -15px;
  }

  100% {
    bottom: 0;
  }
}

.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd .3s;
  animation: rightEnd .3s;
  position: relative;
}

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd .3s;
  animation: leftEnd .3s;
  position: relative;
}

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd .3s;
  animation: topEnd .3s;
  position: relative;
}

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd .3s;
  animation: bottomEnd .3s;
  position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd .3s;
  animation: leftEnd .3s;
  position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd .3s;
  animation: rightEnd .3s;
  position: relative;
}

.lightSlider.lsGrab>* {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lightSlider.lsGrabbing>* {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

@font-face {
  font-family: lg;
  src: url(../fonts/lg.eot?n1z373);
  src: url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../fonts/lg.woff?n1z373) format("woff"), url(../fonts/lg.ttf?n1z373) format("truetype"), url(../fonts/lg.svg?n1z373#lg) format("svg");
  font-weight: 400;
  font-style: normal;
}

.lg-icon {
  font-family: lg;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, .45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: 0;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: .5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #fff;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\e095"
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\e094"
}

@-webkit-keyframes lg-right-end {

  0%,
  100% {
    left: 0;
  }

  50% {
    left: -30px;
  }
}

@-moz-keyframes lg-right-end {

  0%,
  100% {
    left: 0;
  }

  50% {
    left: -30px;
  }
}

@-ms-keyframes lg-right-end {

  0%,
  100% {
    left: 0;
  }

  50% {
    left: -30px;
  }
}

@keyframes lg-right-end {

  0%,
  100% {
    left: 0;
  }

  50% {
    left: -30px;
  }
}

@-webkit-keyframes lg-left-end {

  0%,
  100% {
    left: 0;
  }

  50% {
    left: 30px;
  }
}

@-moz-keyframes lg-left-end {

  0%,
  100% {
    left: 0;
  }

  50% {
    left: 30px;
  }
}

@-ms-keyframes lg-left-end {

  0%,
  100% {
    left: 0;
  }

  50% {
    left: 30px;
  }
}

@keyframes lg-left-end {

  0%,
  100% {
    left: 0;
  }

  50% {
    left: 30px;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end .3s;
  -o-animation: lg-right-end .3s;
  animation: lg-right-end .3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end .3s;
  -o-animation: lg-left-end .3s;
  animation: lg-left-end .3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, .45);
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: 0;
  background: 0 0;
  border: none;
  box-shadow: none;
  -webkit-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close:after {
  content: "\e070"
}

.lg-toolbar .lg-download:after {
  content: "\e0f2"
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, .45);
  bottom: 0;
  color: #eee;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-next,
.lg-prev,
.lg-toolbar {
  opacity: 1;
  -webkit-transition: -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
  -moz-transition: -moz-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
  -o-transition: -o-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
  transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(.5, .5, .5);
  transform: scale3d(.5, .5, .5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
  -moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
  -o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
  transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width:1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color .25s ease;
    -o-transition: border-color .25s ease;
    transition: border-color .25s ease;
  }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom .25s ease;
  -o-transition: bottom .25s ease;
  transition: bottom .25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
  background-color: #0d0a0a;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
  outline: 0;
  border: none;
}

.lg-outer .lg-toogle-thumb:hover,
.lg-outer.lg-dropdown-active #lg-share {
  color: #fff;
}

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff"
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(../img/vimeo-play.png) no-repeat;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(../img/vimeo-play.png) 0 -58px no-repeat;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: url(../img/video-play.png) no-repeat;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: .8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url(../img/youtube-play.png) no-repeat;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(../img/youtube-play.png) 0 -60px no-repeat;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 80ms ease 0s;
  -moz-transition: opacity 80ms ease 0s;
  -o-transition: opacity 80ms ease 0s;
  transition: opacity 80ms ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d"
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a"
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
  -moz-transition: -moz-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
  -o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
  transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
  -moz-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
  -o-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
  transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
  -moz-transition: -moz-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
  -o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
  transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311"
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033"
}

#lg-zoom-out {
  opacity: .5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312"
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px #fff inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
  -moz-transition: opacity .15s ease 0s, -moz-transform .15s ease 0s;
  -o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
  transition: opacity .15s ease 0s, transform .15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, .5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow .3s ease 0s;
  -o-transition: box-shadow .3s ease 0s;
  transition: box-shadow .3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
  box-shadow: 0 0 0 8px #fff inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c"
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d"
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, .25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
  -o-transition: visibility 0s linear .18s, opacity .18s linear 0s;
  transition: visibility 0s linear .18s, opacity .18s linear 0s;
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
  -moz-transition: -moz-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
  -o-transition: -o-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
  transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown>li:last-child {
  margin-bottom: 0;
}

.lg-outer .lg-dropdown>li:hover .lg-icon,
.lg-outer .lg-dropdown>li:hover a {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, .07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer,
.lg-outer .lg,
.lg-outer .lg-inner {
  width: 100%;
  height: 100%
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d"
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901"
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904"
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902"
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903"
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%
}

.lg-outer .lg-inner {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url(../img/loading.gif) center center no-repeat;
  display: none !important;
}

.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block !important;
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
  -webkit-transition: opacity .1s ease 0s;
  -moz-transition: opacity .1s ease 0s;
  -o-transition: opacity .1s ease 0s;
  transition: opacity .1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  -webkit-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
}

.snackbar-container {
  transition: all .5s ease;
  transition-property: top, right, bottom, left, opacity;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  min-height: 14px;
  background-color: #070b0e;
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  line-height: 22px;
  padding: 18px 24px;
  bottom: -100px;
  top: -100px;
  opacity: 0;
  z-index: 9999;
}

.snackbar-container .action {
  background: inherit;
  display: inline-block;
  border: none;
  font-size: inherit;
  text-transform: uppercase;
  color: #4caf50;
  margin: 0 0 0 24px;
  padding: 0;
  min-width: min-content;
  cursor: pointer;
}

@media (min-width:640px) {
  .snackbar-container {
    min-width: 288px;
    max-width: 568px;
    display: inline-flex;
    border-radius: 2px;
    margin: 24px;
  }
}

@media (max-width:640px) {
  .snackbar-container {
    left: 0;
    right: 0;
    width: 100%
  }
}

.snackbar-pos.bottom-center {
  top: auto !important;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.snackbar-pos.bottom-left {
  top: auto !important;
  bottom: 0;
  left: 0;
}

.snackbar-pos.bottom-right {
  top: auto !important;
  bottom: 0;
  right: 0;
}

.snackbar-pos.top-left {
  bottom: auto !important;
  top: 0;
  left: 0;
}

.snackbar-pos.top-center {
  bottom: auto !important;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.snackbar-pos.top-right {
  bottom: auto !important;
  top: 0;
  right: 0;
}

@media (max-width:640px) {

  .snackbar-pos.bottom-center,
  .snackbar-pos.top-center {
    left: 0;
    transform: none;
  }
}

@font-face {
  font-family: lineicons;
  src: url(../fonts/lineicons.eot?lh06yo);
  src: url(../fonts/lineicons.eot?lh06yo#iefix) format("embedded-opentype"), url(../fonts/lineicons.ttf?lh06yo) format("truetype"), url(../fonts/lineicons.woff?lh06yo) format("woff"), url(../fonts/lineicons.svg?lh06yo#lineicons) format("svg");
  font-weight: 400;
  font-style: normal;
}

[class*=" icon-"],
[class^=icon-] {
  font-family: lineicons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-asterisk:before {
  content: "\f069"
}

.icon-plus1:before {
  content: "\f067"
}

.icon-question:before {
  content: "\f128"
}

.icon-minus1:before {
  content: "\f068"
}

.icon-glass:before {
  content: "\f000"
}

.icon-music:before {
  content: "\f001"
}

.icon-search1:before {
  content: "\f002"
}

.icon-envelope-o:before {
  content: "\f003"
}

.icon-heart1:before {
  content: "\f004"
}

.icon-star1:before {
  content: "\f005"
}

.icon-star-o:before {
  content: "\f006"
}

.icon-user1:before {
  content: "\f007"
}

.icon-film1:before {
  content: "\f008"
}

.icon-th-large:before {
  content: "\f009"
}

.icon-th:before {
  content: "\f00a"
}

.icon-th-list:before {
  content: "\f00b"
}

.icon-check:before {
  content: "\f00c"
}

.icon-close1:before {
  content: "\f00d"
}

.icon-remove:before {
  content: "\f00d"
}

.icon-times:before {
  content: "\f00d"
}

.icon-search-plus:before {
  content: "\f00e"
}

.icon-search-minus:before {
  content: "\f010"
}

.icon-power-off:before {
  content: "\f011"
}

.icon-signal:before {
  content: "\f012"
}

.icon-cog:before {
  content: "\f013"
}

.icon-gear:before {
  content: "\f013"
}

.icon-trash-o:before {
  content: "\f014"
}

.icon-home1:before {
  content: "\f015"
}

.icon-file-o:before {
  content: "\f016"
}

.icon-clock-o:before {
  content: "\f017"
}

.icon-road:before {
  content: "\f018"
}

.icon-download1:before {
  content: "\f019"
}

.icon-arrow-circle-o-down:before {
  content: "\f01a"
}

.icon-arrow-circle-o-up:before {
  content: "\f01b"
}

.icon-inbox:before {
  content: "\f01c"
}

.icon-play-circle-o:before {
  content: "\f01d"
}

.icon-repeat1:before {
  content: "\f01e"
}

.icon-rotate-right:before {
  content: "\f01e"
}

.icon-refresh:before {
  content: "\f021"
}

.icon-list-alt:before {
  content: "\f022"
}

.icon-lock1:before {
  content: "\f023"
}

.icon-flag1:before {
  content: "\f024"
}

.icon-headphones:before {
  content: "\f025"
}

.icon-volume-off:before {
  content: "\f026"
}

.icon-volume-down:before {
  content: "\f027"
}

.icon-volume-up:before {
  content: "\f028"
}

.icon-qrcode:before {
  content: "\f029"
}

.icon-barcode:before {
  content: "\f02a"
}

.icon-tag:before {
  content: "\f02b"
}

.icon-tags:before {
  content: "\f02c"
}

.icon-book:before {
  content: "\f02d"
}

.icon-bookmark1:before {
  content: "\f02e"
}

.icon-print1:before {
  content: "\f02f"
}

.icon-camera:before {
  content: "\f030"
}

.icon-font:before {
  content: "\f031"
}

.icon-bold:before {
  content: "\f032"
}

.icon-italic:before {
  content: "\f033"
}

.icon-text-height:before {
  content: "\f034"
}

.icon-text-width:before {
  content: "\f035"
}

.icon-align-left:before {
  content: "\f036"
}

.icon-align-center:before {
  content: "\f037"
}

.icon-align-right:before {
  content: "\f038"
}

.icon-align-justify:before {
  content: "\f039"
}

.icon-list1:before {
  content: "\f03a"
}

.icon-dedent:before {
  content: "\f03b"
}

.icon-outdent:before {
  content: "\f03b"
}

.icon-indent:before {
  content: "\f03c"
}

.icon-video-camera1:before {
  content: "\f03d"
}

.icon-image:before {
  content: "\f03e"
}

.icon-photo:before {
  content: "\f03e"
}

.icon-picture-o:before {
  content: "\f03e"
}

.icon-pencil:before {
  content: "\f040"
}

.icon-map-marker:before {
  content: "\f041"
}

.icon-adjust:before {
  content: "\f042"
}

.icon-tint:before {
  content: "\f043"
}

.icon-edit1:before {
  content: "\f044"
}

.icon-pencil-square-o:before {
  content: "\f044"
}

.icon-share-square-o:before {
  content: "\f045"
}

.icon-check-square-o:before {
  content: "\f046"
}

.icon-arrows:before {
  content: "\f047"
}

.icon-step-backward:before {
  content: "\f048"
}

.icon-fast-backward:before {
  content: "\f049"
}

.icon-backward:before {
  content: "\f04a"
}

.icon-play1:before {
  content: "\f04b"
}

.icon-pause1:before {
  content: "\f04c"
}

.icon-stop1:before {
  content: "\f04d"
}

.icon-forward:before {
  content: "\f04e"
}

.icon-fast-forward1:before {
  content: "\f050"
}

.icon-step-forward:before {
  content: "\f051"
}

.icon-eject1:before {
  content: "\f052"
}

.icon-chevron-left:before {
  content: "\f053"
}

.icon-chevron-right:before {
  content: "\f054"
}

.icon-plus-circle:before {
  content: "\f055"
}

.icon-minus-circle:before {
  content: "\f056"
}

.icon-times-circle:before {
  content: "\f057"
}

.icon-check-circle:before {
  content: "\f058"
}

.icon-question-circle:before {
  content: "\f059"
}

.icon-info-circle:before {
  content: "\f05a"
}

.icon-crosshairs:before {
  content: "\f05b"
}

.icon-times-circle-o:before {
  content: "\f05c"
}

.icon-check-circle-o:before {
  content: "\f05d"
}

.icon-ban:before {
  content: "\f05e"
}

.icon-arrow-left:before {
  content: "\f060"
}

.icon-arrow-right:before {
  content: "\f061"
}

.icon-arrow-up:before {
  content: "\f062"
}

.icon-arrow-down:before {
  content: "\f063"
}

.icon-mail-forward:before {
  content: "\f064"
}

.icon-share1:before {
  content: "\f064"
}

.icon-expand:before {
  content: "\f065"
}

.icon-compress:before {
  content: "\f066"
}

.icon-exclamation-circle:before {
  content: "\f06a"
}

.icon-gift1:before {
  content: "\f06b"
}

.icon-leaf:before {
  content: "\f06c"
}

.icon-fire:before {
  content: "\f06d"
}

.icon-eye:before {
  content: "\f06e"
}

.icon-eye-slash:before {
  content: "\f070"
}

.icon-exclamation-triangle:before {
  content: "\f071"
}

.icon-warning1:before {
  content: "\f071"
}

.icon-plane:before {
  content: "\f072"
}

.icon-calendar1:before {
  content: "\f073"
}

.icon-random:before {
  content: "\f074"
}

.icon-comment:before {
  content: "\f075"
}

.icon-magnet1:before {
  content: "\f076"
}

.icon-chevron-up:before {
  content: "\f077"
}

.icon-chevron-down:before {
  content: "\f078"
}

.icon-retweet:before {
  content: "\f079"
}

.icon-shopping-cart:before {
  content: "\f07a"
}

.icon-folder1:before {
  content: "\f07b"
}

.icon-folder-open:before {
  content: "\f07c"
}

.icon-arrows-v:before {
  content: "\f07d"
}

.icon-arrows-h:before {
  content: "\f07e"
}

.icon-bar-chart:before {
  content: "\f080"
}

.icon-bar-chart-o:before {
  content: "\f080"
}

.icon-twitter-square:before {
  content: "\f081"
}

.icon-facebook-square:before {
  content: "\f082"
}

.icon-camera-retro:before {
  content: "\f083"
}

.icon-key1:before {
  content: "\f084"
}

.icon-cogs:before {
  content: "\f085"
}

.icon-gears:before {
  content: "\f085"
}

.icon-comments:before {
  content: "\f086"
}

.icon-thumbs-o-up:before {
  content: "\f087"
}

.icon-thumbs-o-down:before {
  content: "\f088"
}

.icon-star-half:before {
  content: "\f089"
}

.icon-heart-o:before {
  content: "\f08a"
}

.icon-sign-out:before {
  content: "\f08b"
}

.icon-linkedin-square:before {
  content: "\f08c"
}

.icon-thumb-tack:before {
  content: "\f08d"
}

.icon-external-link:before {
  content: "\f08e"
}

.icon-sign-in:before {
  content: "\f090"
}

.icon-trophy:before {
  content: "\f091"
}

.icon-github-square:before {
  content: "\f092"
}

.icon-upload1:before {
  content: "\f093"
}

.icon-lemon-o:before {
  content: "\f094"
}

.icon-phone:before {
  content: "\f095"
}

.icon-square-o:before {
  content: "\f096"
}

.icon-bookmark-o:before {
  content: "\f097"
}

.icon-phone-square:before {
  content: "\f098"
}

.icon-twitter:before {
  content: "\f099"
}

.icon-facebook:before {
  content: "\f09a"
}

.icon-facebook-f:before {
  content: "\f09a"
}

.icon-github:before {
  content: "\f09b"
}

.icon-unlock:before {
  content: "\f09c"
}

.icon-credit-card:before {
  content: "\f09d"
}

.icon-feed:before {
  content: "\f09e"
}

.icon-rss:before {
  content: "\f09e"
}

.icon-hdd-o:before {
  content: "\f0a0"
}

.icon-bullhorn:before {
  content: "\f0a1"
}

.icon-bell-o:before {
  content: "\f0a2"
}

.icon-certificate:before {
  content: "\f0a3"
}

.icon-hand-o-right:before {
  content: "\f0a4"
}

.icon-hand-o-left:before {
  content: "\f0a5"
}

.icon-hand-o-up:before {
  content: "\f0a6"
}

.icon-hand-o-down:before {
  content: "\f0a7"
}

.icon-arrow-circle-left:before {
  content: "\f0a8"
}

.icon-arrow-circle-right:before {
  content: "\f0a9"
}

.icon-arrow-circle-up:before {
  content: "\f0aa"
}

.icon-arrow-circle-down:before {
  content: "\f0ab"
}

.icon-globe:before {
  content: "\f0ac"
}

.icon-wrench:before {
  content: "\f0ad"
}

.icon-tasks:before {
  content: "\f0ae"
}

.icon-filter:before {
  content: "\f0b0"
}

.icon-arrows-alt:before {
  content: "\f0b2"
}

.icon-group:before {
  content: "\f0c0"
}

.icon-users1:before {
  content: "\f0c0"
}

.icon-chain:before {
  content: "\f0c1"
}

.icon-link1:before {
  content: "\f0c1"
}

.icon-cloud1:before {
  content: "\f0c2"
}

.icon-flask:before {
  content: "\f0c3"
}

.icon-cut:before {
  content: "\f0c4"
}

.icon-scissors:before {
  content: "\f0c4"
}

.icon-copy:before {
  content: "\f0c5"
}

.icon-files-o:before {
  content: "\f0c5"
}

.icon-paperclip:before {
  content: "\f0c6"
}

.icon-floppy-o:before {
  content: "\f0c7"
}

.icon-save1:before {
  content: "\f0c7"
}

.icon-square:before {
  content: "\f0c8"
}

.icon-bars:before {
  content: "\f0c9"
}

.icon-navicon:before {
  content: "\f0c9"
}

.icon-reorder:before {
  content: "\f0c9"
}

.icon-list-ul:before {
  content: "\f0ca"
}

.icon-list-ol:before {
  content: "\f0cb"
}

.icon-strikethrough:before {
  content: "\f0cc"
}

.icon-underline:before {
  content: "\f0cd"
}

.icon-table:before {
  content: "\f0ce"
}

.icon-magic:before {
  content: "\f0d0"
}

.icon-truck:before {
  content: "\f0d1"
}

.icon-pinterest:before {
  content: "\f0d2"
}

.icon-pinterest-square:before {
  content: "\f0d3"
}

.icon-google-plus-square:before {
  content: "\f0d4"
}

.icon-google-plus:before {
  content: "\f0d5"
}

.icon-money:before {
  content: "\f0d6"
}

.icon-caret-down:before {
  content: "\f0d7"
}

.icon-caret-up:before {
  content: "\f0d8"
}

.icon-caret-left:before {
  content: "\f0d9"
}

.icon-caret-right:before {
  content: "\f0da"
}

.icon-columns:before {
  content: "\f0db"
}

.icon-sort:before {
  content: "\f0dc"
}

.icon-unsorted:before {
  content: "\f0dc"
}

.icon-sort-desc:before {
  content: "\f0dd"
}

.icon-sort-down:before {
  content: "\f0dd"
}

.icon-sort-asc:before {
  content: "\f0de"
}

.icon-sort-up:before {
  content: "\f0de"
}

.icon-envelope:before {
  content: "\f0e0"
}

.icon-linkedin:before {
  content: "\f0e1"
}

.icon-rotate-left:before {
  content: "\f0e2"
}

.icon-undo:before {
  content: "\f0e2"
}

.icon-gavel:before {
  content: "\f0e3"
}

.icon-legal:before {
  content: "\f0e3"
}

.icon-dashboard:before {
  content: "\f0e4"
}

.icon-tachometer:before {
  content: "\f0e4"
}

.icon-comment-o:before {
  content: "\f0e5"
}

.icon-comments-o:before {
  content: "\f0e6"
}

.icon-bolt:before {
  content: "\f0e7"
}

.icon-flash:before {
  content: "\f0e7"
}

.icon-sitemap:before {
  content: "\f0e8"
}

.icon-umbrella1:before {
  content: "\f0e9"
}

.icon-clipboard:before {
  content: "\f0ea"
}

.icon-paste:before {
  content: "\f0ea"
}

.icon-lightbulb-o:before {
  content: "\f0eb"
}

.icon-exchange:before {
  content: "\f0ec"
}

.icon-cloud-download:before {
  content: "\f0ed"
}

.icon-cloud-upload:before {
  content: "\f0ee"
}

.icon-user-md:before {
  content: "\f0f0"
}

.icon-stethoscope:before {
  content: "\f0f1"
}

.icon-suitcase:before {
  content: "\f0f2"
}

.icon-bell:before {
  content: "\f0f3"
}

.icon-coffee:before {
  content: "\f0f4"
}

.icon-cutlery:before {
  content: "\f0f5"
}

.icon-file-text-o:before {
  content: "\f0f6"
}

.icon-building-o:before {
  content: "\f0f7"
}

.icon-hospital-o:before {
  content: "\f0f8"
}

.icon-ambulance:before {
  content: "\f0f9"
}

.icon-medkit:before {
  content: "\f0fa"
}

.icon-fighter-jet:before {
  content: "\f0fb"
}

.icon-beer:before {
  content: "\f0fc"
}

.icon-h-square:before {
  content: "\f0fd"
}

.icon-plus-square:before {
  content: "\f0fe"
}

.icon-angle-double-left:before {
  content: "\f100"
}

.icon-angle-double-right:before {
  content: "\f101"
}

.icon-angle-double-up:before {
  content: "\f102"
}

.icon-angle-double-down:before {
  content: "\f103"
}

.icon-angle-left:before {
  content: "\f104"
}

.icon-angle-right:before {
  content: "\f105"
}

.icon-angle-up:before {
  content: "\f106"
}

.icon-angle-down:before {
  content: "\f107"
}

.icon-desktop:before {
  content: "\f108"
}

.icon-laptop:before {
  content: "\f109"
}

.icon-tablet:before {
  content: "\f10a"
}

.icon-mobile:before {
  content: "\f10b"
}

.icon-mobile-phone:before {
  content: "\f10b"
}

.icon-circle-o:before {
  content: "\f10c"
}

.icon-quote-left:before {
  content: "\f10d"
}

.icon-quote-right:before {
  content: "\f10e"
}

.icon-spinner:before {
  content: "\f110"
}

.icon-circle:before {
  content: "\f111"
}

.icon-mail-reply:before {
  content: "\f112"
}

.icon-reply:before {
  content: "\f112"
}

.icon-github-alt:before {
  content: "\f113"
}

.icon-folder-o:before {
  content: "\f114"
}

.icon-folder-open-o:before {
  content: "\f115"
}

.icon-smile-o:before {
  content: "\f118"
}

.icon-frown-o:before {
  content: "\f119"
}

.icon-meh-o:before {
  content: "\f11a"
}

.icon-gamepad:before {
  content: "\f11b"
}

.icon-keyboard-o:before {
  content: "\f11c"
}

.icon-flag-o:before {
  content: "\f11d"
}

.icon-flag-checkered:before {
  content: "\f11e"
}

.icon-terminal:before {
  content: "\f120"
}

.icon-code:before {
  content: "\f121"
}

.icon-mail-reply-all:before {
  content: "\f122"
}

.icon-reply-all:before {
  content: "\f122"
}

.icon-star-half-empty:before {
  content: "\f123"
}

.icon-star-half-full:before {
  content: "\f123"
}

.icon-star-half-o:before {
  content: "\f123"
}

.icon-location-arrow:before {
  content: "\f124"
}

.icon-crop:before {
  content: "\f125"
}

.icon-code-fork:before {
  content: "\f126"
}

.icon-chain-broken:before {
  content: "\f127"
}

.icon-unlink1:before {
  content: "\f127"
}

.icon-info1:before {
  content: "\f129"
}

.icon-exclamation:before {
  content: "\f12a"
}

.icon-superscript:before {
  content: "\f12b"
}

.icon-subscript:before {
  content: "\f12c"
}

.icon-eraser:before {
  content: "\f12d"
}

.icon-puzzle-piece:before {
  content: "\f12e"
}

.icon-microphone1:before {
  content: "\f130"
}

.icon-microphone-slash:before {
  content: "\f131"
}

.icon-shield:before {
  content: "\f132"
}

.icon-calendar-o:before {
  content: "\f133"
}

.icon-fire-extinguisher:before {
  content: "\f134"
}

.icon-rocket:before {
  content: "\f135"
}

.icon-maxcdn:before {
  content: "\f136"
}

.icon-chevron-circle-left:before {
  content: "\f137"
}

.icon-chevron-circle-right:before {
  content: "\f138"
}

.icon-chevron-circle-up:before {
  content: "\f139"
}

.icon-chevron-circle-down:before {
  content: "\f13a"
}

.icon-html5:before {
  content: "\f13b"
}

.icon-css3:before {
  content: "\f13c"
}

.icon-anchor:before {
  content: "\f13d"
}

.icon-unlock-alt:before {
  content: "\f13e"
}

.icon-bullseye:before {
  content: "\f140"
}

.icon-ellipsis-h:before {
  content: "\f141"
}

.icon-ellipsis-v:before {
  content: "\f142"
}

.icon-rss-square:before {
  content: "\f143"
}

.icon-play-circle:before {
  content: "\f144"
}

.icon-ticket:before {
  content: "\f145"
}

.icon-minus-square:before {
  content: "\f146"
}

.icon-minus-square-o:before {
  content: "\f147"
}

.icon-level-up:before {
  content: "\f148"
}

.icon-level-down:before {
  content: "\f149"
}

.icon-check-square:before {
  content: "\f14a"
}

.icon-pencil-square:before {
  content: "\f14b"
}

.icon-external-link-square:before {
  content: "\f14c"
}

.icon-share-square:before {
  content: "\f14d"
}

.icon-compass1:before {
  content: "\f14e"
}

.icon-caret-square-o-down:before {
  content: "\f150"
}

.icon-toggle-down:before {
  content: "\f150"
}

.icon-caret-square-o-up:before {
  content: "\f151"
}

.icon-toggle-up:before {
  content: "\f151"
}

.icon-caret-square-o-right:before {
  content: "\f152"
}

.icon-toggle-right:before {
  content: "\f152"
}

.icon-eur:before {
  content: "\f153"
}

.icon-euro:before {
  content: "\f153"
}

.icon-gbp:before {
  content: "\f154"
}

.icon-dollar:before {
  content: "\f155"
}

.icon-usd:before {
  content: "\f155"
}

.icon-inr:before {
  content: "\f156"
}

.icon-rupee:before {
  content: "\f156"
}

.icon-cny:before {
  content: "\f157"
}

.icon-jpy:before {
  content: "\f157"
}

.icon-rmb:before {
  content: "\f157"
}

.icon-yen:before {
  content: "\f157"
}

.icon-rouble:before {
  content: "\f158"
}

.icon-rub:before {
  content: "\f158"
}

.icon-ruble:before {
  content: "\f158"
}

.icon-krw:before {
  content: "\f159"
}

.icon-won:before {
  content: "\f159"
}

.icon-bitcoin:before {
  content: "\f15a"
}

.icon-btc:before {
  content: "\f15a"
}

.icon-file1:before {
  content: "\f15b"
}

.icon-file-text:before {
  content: "\f15c"
}

.icon-sort-alpha-asc:before {
  content: "\f15d"
}

.icon-sort-alpha-desc:before {
  content: "\f15e"
}

.icon-sort-amount-asc:before {
  content: "\f160"
}

.icon-sort-amount-desc:before {
  content: "\f161"
}

.icon-sort-numeric-asc:before {
  content: "\f162"
}

.icon-sort-numeric-desc:before {
  content: "\f163"
}

.icon-thumbs-up:before {
  content: "\f164"
}

.icon-thumbs-down:before {
  content: "\f165"
}

.icon-youtube-square:before {
  content: "\f166"
}

.icon-youtube:before {
  content: "\f167"
}

.icon-xing:before {
  content: "\f168"
}

.icon-xing-square:before {
  content: "\f169"
}

.icon-youtube-play:before {
  content: "\f16a"
}

.icon-dropbox:before {
  content: "\f16b"
}

.icon-stack-overflow:before {
  content: "\f16c"
}

.icon-instagram:before {
  content: "\f16d"
}

.icon-flickr:before {
  content: "\f16e"
}

.icon-adn:before {
  content: "\f170"
}

.icon-bitbucket:before {
  content: "\f171"
}

.icon-bitbucket-square:before {
  content: "\f172"
}

.icon-tumblr:before {
  content: "\f173"
}

.icon-tumblr-square:before {
  content: "\f174"
}

.icon-long-arrow-down:before {
  content: "\f175"
}

.icon-long-arrow-up:before {
  content: "\f176"
}

.icon-long-arrow-left:before {
  content: "\f177"
}

.icon-long-arrow-right:before {
  content: "\f178"
}

.icon-apple:before {
  content: "\f179"
}

.icon-windows1:before {
  content: "\f17a"
}

.icon-android:before {
  content: "\f17b"
}

.icon-linux:before {
  content: "\f17c"
}

.icon-dribbble:before {
  content: "\f17d"
}

.icon-skype:before {
  content: "\f17e"
}

.icon-foursquare:before {
  content: "\f180"
}

.icon-trello:before {
  content: "\f181"
}

.icon-female:before {
  content: "\f182"
}

.icon-male:before {
  content: "\f183"
}

.icon-gittip:before {
  content: "\f184"
}

.icon-gratipay:before {
  content: "\f184"
}

.icon-sun-o:before {
  content: "\f185"
}

.icon-moon-o:before {
  content: "\f186"
}

.icon-archive1:before {
  content: "\f187"
}

.icon-bug:before {
  content: "\f188"
}

.icon-vk:before {
  content: "\f189"
}

.icon-weibo:before {
  content: "\f18a"
}

.icon-renren:before {
  content: "\f18b"
}

.icon-pagelines:before {
  content: "\f18c"
}

.icon-stack-exchange:before {
  content: "\f18d"
}

.icon-arrow-circle-o-right:before {
  content: "\f18e"
}

.icon-arrow-circle-o-left:before {
  content: "\f190"
}

.icon-caret-square-o-left:before {
  content: "\f191"
}

.icon-toggle-left:before {
  content: "\f191"
}

.icon-dot-circle-o:before {
  content: "\f192"
}

.icon-wheelchair:before {
  content: "\f193"
}

.icon-vimeo-square:before {
  content: "\f194"
}

.icon-try:before {
  content: "\f195"
}

.icon-turkish-lira:before {
  content: "\f195"
}

.icon-plus-square-o:before {
  content: "\f196"
}

.icon-space-shuttle:before {
  content: "\f197"
}

.icon-slack:before {
  content: "\f198"
}

.icon-envelope-square:before {
  content: "\f199"
}

.icon-wordpress:before {
  content: "\f19a"
}

.icon-openid:before {
  content: "\f19b"
}

.icon-bank:before {
  content: "\f19c"
}

.icon-institution:before {
  content: "\f19c"
}

.icon-university:before {
  content: "\f19c"
}

.icon-graduation-cap:before {
  content: "\f19d"
}

.icon-mortar-board:before {
  content: "\f19d"
}

.icon-yahoo:before {
  content: "\f19e"
}

.icon-google:before {
  content: "\f1a0"
}

.icon-reddit:before {
  content: "\f1a1"
}

.icon-reddit-square:before {
  content: "\f1a2"
}

.icon-stumbleupon-circle:before {
  content: "\f1a3"
}

.icon-stumbleupon:before {
  content: "\f1a4"
}

.icon-delicious:before {
  content: "\f1a5"
}

.icon-digg:before {
  content: "\f1a6"
}

.icon-pied-piper-pp:before {
  content: "\f1a7"
}

.icon-pied-piper-alt:before {
  content: "\f1a8"
}

.icon-drupal:before {
  content: "\f1a9"
}

.icon-joomla:before {
  content: "\f1aa"
}

.icon-language:before {
  content: "\f1ab"
}

.icon-fax1:before {
  content: "\f1ac"
}

.icon-building:before {
  content: "\f1ad"
}

.icon-child:before {
  content: "\f1ae"
}

.icon-paw:before {
  content: "\f1b0"
}

.icon-spoon:before {
  content: "\f1b1"
}

.icon-cube:before {
  content: "\f1b2"
}

.icon-cubes:before {
  content: "\f1b3"
}

.icon-behance:before {
  content: "\f1b4"
}

.icon-behance-square:before {
  content: "\f1b5"
}

.icon-steam:before {
  content: "\f1b6"
}

.icon-steam-square:before {
  content: "\f1b7"
}

.icon-recycle:before {
  content: "\f1b8"
}

.icon-automobile:before {
  content: "\f1b9"
}

.icon-car:before {
  content: "\f1b9"
}

.icon-cab:before {
  content: "\f1ba"
}

.icon-taxi:before {
  content: "\f1ba"
}

.icon-tree:before {
  content: "\f1bb"
}

.icon-spotify:before {
  content: "\f1bc"
}

.icon-deviantart:before {
  content: "\f1bd"
}

.icon-soundcloud:before {
  content: "\f1be"
}

.icon-database1:before {
  content: "\f1c0"
}

.icon-file-pdf-o:before {
  content: "\f1c1"
}

.icon-file-word-o:before {
  content: "\f1c2"
}

.icon-file-excel-o:before {
  content: "\f1c3"
}

.icon-file-powerpoint-o:before {
  content: "\f1c4"
}

.icon-file-image-o:before {
  content: "\f1c5"
}

.icon-file-photo-o:before {
  content: "\f1c5"
}

.icon-file-picture-o:before {
  content: "\f1c5"
}

.icon-file-archive-o:before {
  content: "\f1c6"
}

.icon-file-zip-o:before {
  content: "\f1c6"
}

.icon-file-audio-o:before {
  content: "\f1c7"
}

.icon-file-sound-o:before {
  content: "\f1c7"
}

.icon-file-movie-o:before {
  content: "\f1c8"
}

.icon-file-video-o:before {
  content: "\f1c8"
}

.icon-file-code-o:before {
  content: "\f1c9"
}

.icon-vine:before {
  content: "\f1ca"
}

.icon-codepen:before {
  content: "\f1cb"
}

.icon-jsfiddle:before {
  content: "\f1cc"
}

.icon-life-bouy:before {
  content: "\f1cd"
}

.icon-life-buoy:before {
  content: "\f1cd"
}

.icon-life-ring:before {
  content: "\f1cd"
}

.icon-life-saver:before {
  content: "\f1cd"
}

.icon-support:before {
  content: "\f1cd"
}

.icon-circle-o-notch:before {
  content: "\f1ce"
}

.icon-ra:before {
  content: "\f1d0"
}

.icon-rebel:before {
  content: "\f1d0"
}

.icon-resistance:before {
  content: "\f1d0"
}

.icon-empire:before {
  content: "\f1d1"
}

.icon-ge:before {
  content: "\f1d1"
}

.icon-git-square:before {
  content: "\f1d2"
}

.icon-git:before {
  content: "\f1d3"
}

.icon-hacker-news:before {
  content: "\f1d4"
}

.icon-y-combinator-square:before {
  content: "\f1d4"
}

.icon-yc-square:before {
  content: "\f1d4"
}

.icon-tencent-weibo:before {
  content: "\f1d5"
}

.icon-qq:before {
  content: "\f1d6"
}

.icon-wechat:before {
  content: "\f1d7"
}

.icon-weixin:before {
  content: "\f1d7"
}

.icon-paper-plane1:before {
  content: "\f1d8"
}

.icon-send1:before {
  content: "\f1d8"
}

.icon-paper-plane-o:before {
  content: "\f1d9"
}

.icon-send-o:before {
  content: "\f1d9"
}

.icon-history:before {
  content: "\f1da"
}

.icon-circle-thin:before {
  content: "\f1db"
}

.icon-header:before {
  content: "\f1dc"
}

.icon-paragraph:before {
  content: "\f1dd"
}

.icon-sliders:before {
  content: "\f1de"
}

.icon-share-alt:before {
  content: "\f1e0"
}

.icon-share-alt-square:before {
  content: "\f1e1"
}

.icon-bomb:before {
  content: "\f1e2"
}

.icon-futbol-o:before {
  content: "\f1e3"
}

.icon-soccer-ball-o:before {
  content: "\f1e3"
}

.icon-tty:before {
  content: "\f1e4"
}

.icon-binoculars1:before {
  content: "\f1e5"
}

.icon-plug:before {
  content: "\f1e6"
}

.icon-slideshare:before {
  content: "\f1e7"
}

.icon-twitch:before {
  content: "\f1e8"
}

.icon-yelp:before {
  content: "\f1e9"
}

.icon-newspaper-o:before {
  content: "\f1ea"
}

.icon-wifi1:before {
  content: "\f1eb"
}

.icon-calculator1:before {
  content: "\f1ec"
}

.icon-paypal:before {
  content: "\f1ed"
}

.icon-google-wallet:before {
  content: "\f1ee"
}

.icon-cc-visa:before {
  content: "\f1f0"
}

.icon-cc-mastercard:before {
  content: "\f1f1"
}

.icon-cc-discover:before {
  content: "\f1f2"
}

.icon-cc-amex:before {
  content: "\f1f3"
}

.icon-cc-paypal:before {
  content: "\f1f4"
}

.icon-cc-stripe:before {
  content: "\f1f5"
}

.icon-bell-slash:before {
  content: "\f1f6"
}

.icon-bell-slash-o:before {
  content: "\f1f7"
}

.icon-trash1:before {
  content: "\f1f8"
}

.icon-copyright:before {
  content: "\f1f9"
}

.icon-at:before {
  content: "\f1fa"
}

.icon-eyedropper:before {
  content: "\f1fb"
}

.icon-paint-brush:before {
  content: "\f1fc"
}

.icon-birthday-cake:before {
  content: "\f1fd"
}

.icon-area-chart:before {
  content: "\f1fe"
}

.icon-pie-chart:before {
  content: "\f200"
}

.icon-line-chart:before {
  content: "\f201"
}

.icon-lastfm:before {
  content: "\f202"
}

.icon-lastfm-square:before {
  content: "\f203"
}

.icon-toggle-off:before {
  content: "\f204"
}

.icon-toggle-on:before {
  content: "\f205"
}

.icon-bicycle:before {
  content: "\f206"
}

.icon-bus:before {
  content: "\f207"
}

.icon-ioxhost:before {
  content: "\f208"
}

.icon-angellist:before {
  content: "\f209"
}

.icon-cc:before {
  content: "\f20a"
}

.icon-ils:before {
  content: "\f20b"
}

.icon-shekel:before {
  content: "\f20b"
}

.icon-sheqel:before {
  content: "\f20b"
}

.icon-meanpath:before {
  content: "\f20c"
}

.icon-buysellads:before {
  content: "\f20d"
}

.icon-connectdevelop:before {
  content: "\f20e"
}

.icon-dashcube:before {
  content: "\f210"
}

.icon-forumbee:before {
  content: "\f211"
}

.icon-leanpub:before {
  content: "\f212"
}

.icon-sellsy:before {
  content: "\f213"
}

.icon-shirtsinbulk:before {
  content: "\f214"
}

.icon-simplybuilt:before {
  content: "\f215"
}

.icon-skyatlas:before {
  content: "\f216"
}

.icon-cart-plus:before {
  content: "\f217"
}

.icon-cart-arrow-down:before {
  content: "\f218"
}

.icon-diamond1:before {
  content: "\f219"
}

.icon-ship:before {
  content: "\f21a"
}

.icon-user-secret:before {
  content: "\f21b"
}

.icon-motorcycle:before {
  content: "\f21c"
}

.icon-street-view:before {
  content: "\f21d"
}

.icon-heartbeat:before {
  content: "\f21e"
}

.icon-venus:before {
  content: "\f221"
}

.icon-mars:before {
  content: "\f222"
}

.icon-mercury:before {
  content: "\f223"
}

.icon-intersex:before {
  content: "\f224"
}

.icon-transgender:before {
  content: "\f224"
}

.icon-transgender-alt:before {
  content: "\f225"
}

.icon-venus-double:before {
  content: "\f226"
}

.icon-mars-double:before {
  content: "\f227"
}

.icon-venus-mars:before {
  content: "\f228"
}

.icon-mars-stroke:before {
  content: "\f229"
}

.icon-mars-stroke-v:before {
  content: "\f22a"
}

.icon-mars-stroke-h:before {
  content: "\f22b"
}

.icon-neuter:before {
  content: "\f22c"
}

.icon-genderless:before {
  content: "\f22d"
}

.icon-facebook-official:before {
  content: "\f230"
}

.icon-pinterest-p:before {
  content: "\f231"
}

.icon-whatsapp:before {
  content: "\f232"
}

.icon-server1:before {
  content: "\f233"
}

.icon-user-plus:before {
  content: "\f234"
}

.icon-user-times:before {
  content: "\f235"
}

.icon-bed:before {
  content: "\f236"
}

.icon-hotel:before {
  content: "\f236"
}

.icon-viacoin:before {
  content: "\f237"
}

.icon-train:before {
  content: "\f238"
}

.icon-subway:before {
  content: "\f239"
}

.icon-medium:before {
  content: "\f23a"
}

.icon-y-combinator:before {
  content: "\f23b"
}

.icon-yc:before {
  content: "\f23b"
}

.icon-optin-monster:before {
  content: "\f23c"
}

.icon-opencart:before {
  content: "\f23d"
}

.icon-expeditedssl:before {
  content: "\f23e"
}

.icon-battery1:before {
  content: "\f240"
}

.icon-battery-41:before {
  content: "\f240"
}

.icon-battery-full:before {
  content: "\f240"
}

.icon-battery-31:before {
  content: "\f241"
}

.icon-battery-three-quarters:before {
  content: "\f241"
}

.icon-battery-21:before {
  content: "\f242"
}

.icon-battery-half:before {
  content: "\f242"
}

.icon-battery-11:before {
  content: "\f243"
}

.icon-battery-quarter:before {
  content: "\f243"
}

.icon-battery-0:before {
  content: "\f244"
}

.icon-battery-empty:before {
  content: "\f244"
}

.icon-mouse-pointer:before {
  content: "\f245"
}

.icon-i-cursor:before {
  content: "\f246"
}

.icon-object-group:before {
  content: "\f247"
}

.icon-object-ungroup:before {
  content: "\f248"
}

.icon-sticky-note:before {
  content: "\f249"
}

.icon-sticky-note-o:before {
  content: "\f24a"
}

.icon-cc-jcb:before {
  content: "\f24b"
}

.icon-cc-diners-club:before {
  content: "\f24c"
}

.icon-clone:before {
  content: "\f24d"
}

.icon-balance-scale:before {
  content: "\f24e"
}

.icon-hourglass-o:before {
  content: "\f250"
}

.icon-hourglass-11:before {
  content: "\f251"
}

.icon-hourglass-start:before {
  content: "\f251"
}

.icon-hourglass-21:before {
  content: "\f252"
}

.icon-hourglass-half:before {
  content: "\f252"
}

.icon-hourglass-31:before {
  content: "\f253"
}

.icon-hourglass-end:before {
  content: "\f253"
}

.icon-hourglass1:before {
  content: "\f254"
}

.icon-hand-grab-o:before {
  content: "\f255"
}

.icon-hand-rock-o:before {
  content: "\f255"
}

.icon-hand-paper-o:before {
  content: "\f256"
}

.icon-hand-stop-o:before {
  content: "\f256"
}

.icon-hand-scissors-o:before {
  content: "\f257"
}

.icon-hand-lizard-o:before {
  content: "\f258"
}

.icon-hand-spock-o:before {
  content: "\f259"
}

.icon-hand-pointer-o:before {
  content: "\f25a"
}

.icon-hand-peace-o:before {
  content: "\f25b"
}

.icon-trademark:before {
  content: "\f25c"
}

.icon-registered:before {
  content: "\f25d"
}

.icon-creative-commons:before {
  content: "\f25e"
}

.icon-gg:before {
  content: "\f260"
}

.icon-gg-circle:before {
  content: "\f261"
}

.icon-tripadvisor:before {
  content: "\f262"
}

.icon-odnoklassniki:before {
  content: "\f263"
}

.icon-odnoklassniki-square:before {
  content: "\f264"
}

.icon-get-pocket:before {
  content: "\f265"
}

.icon-wikipedia-w:before {
  content: "\f266"
}

.icon-safari:before {
  content: "\f267"
}

.icon-chrome:before {
  content: "\f268"
}

.icon-firefox:before {
  content: "\f269"
}

.icon-opera:before {
  content: "\f26a"
}

.icon-internet-explorer:before {
  content: "\f26b"
}

.icon-television1:before {
  content: "\f26c"
}

.icon-tv:before {
  content: "\f26c"
}

.icon-contao:before {
  content: "\f26d"
}

.icon-500px:before {
  content: "\f26e"
}

.icon-amazon:before {
  content: "\f270"
}

.icon-calendar-plus-o:before {
  content: "\f271"
}

.icon-calendar-minus-o:before {
  content: "\f272"
}

.icon-calendar-times-o:before {
  content: "\f273"
}

.icon-calendar-check-o:before {
  content: "\f274"
}

.icon-industry:before {
  content: "\f275"
}

.icon-map-pin:before {
  content: "\f276"
}

.icon-map-signs:before {
  content: "\f277"
}

.icon-map-o:before {
  content: "\f278"
}

.icon-map1:before {
  content: "\f279"
}

.icon-commenting:before {
  content: "\f27a"
}

.icon-commenting-o:before {
  content: "\f27b"
}

.icon-houzz:before {
  content: "\f27c"
}

.icon-vimeo:before {
  content: "\f27d"
}

.icon-black-tie:before {
  content: "\f27e"
}

.icon-fonticons:before {
  content: "\f280"
}

.icon-reddit-alien:before {
  content: "\f281"
}

.icon-edge:before {
  content: "\f282"
}

.icon-credit-card-alt:before {
  content: "\f283"
}

.icon-codiepie:before {
  content: "\f284"
}

.icon-modx:before {
  content: "\f285"
}

.icon-fort-awesome:before {
  content: "\f286"
}

.icon-usb:before {
  content: "\f287"
}

.icon-product-hunt:before {
  content: "\f288"
}

.icon-mixcloud:before {
  content: "\f289"
}

.icon-scribd:before {
  content: "\f28a"
}

.icon-pause-circle:before {
  content: "\f28b"
}

.icon-pause-circle-o:before {
  content: "\f28c"
}

.icon-stop-circle:before {
  content: "\f28d"
}

.icon-stop-circle-o:before {
  content: "\f28e"
}

.icon-shopping-bag:before {
  content: "\f290"
}

.icon-shopping-basket:before {
  content: "\f291"
}

.icon-hashtag:before {
  content: "\f292"
}

.icon-bluetooth1:before {
  content: "\f293"
}

.icon-bluetooth-b:before {
  content: "\f294"
}

.icon-percent1:before {
  content: "\f295"
}

.icon-gitlab:before {
  content: "\f296"
}

.icon-wpbeginner:before {
  content: "\f297"
}

.icon-wpforms:before {
  content: "\f298"
}

.icon-envira:before {
  content: "\f299"
}

.icon-universal-access:before {
  content: "\f29a"
}

.icon-wheelchair-alt:before {
  content: "\f29b"
}

.icon-question-circle-o:before {
  content: "\f29c"
}

.icon-blind:before {
  content: "\f29d"
}

.icon-audio-description:before {
  content: "\f29e"
}

.icon-volume-control-phone:before {
  content: "\f2a0"
}

.icon-braille:before {
  content: "\f2a1"
}

.icon-assistive-listening-systems:before {
  content: "\f2a2"
}

.icon-american-sign-language-interpreting:before {
  content: "\f2a3"
}

.icon-asl-interpreting:before {
  content: "\f2a3"
}

.icon-deaf:before {
  content: "\f2a4"
}

.icon-deafness:before {
  content: "\f2a4"
}

.icon-hard-of-hearing:before {
  content: "\f2a4"
}

.icon-glide:before {
  content: "\f2a5"
}

.icon-glide-g:before {
  content: "\f2a6"
}

.icon-sign-language:before {
  content: "\f2a7"
}

.icon-signing:before {
  content: "\f2a7"
}

.icon-low-vision:before {
  content: "\f2a8"
}

.icon-viadeo:before {
  content: "\f2a9"
}

.icon-viadeo-square:before {
  content: "\f2aa"
}

.icon-snapchat:before {
  content: "\f2ab"
}

.icon-snapchat-ghost:before {
  content: "\f2ac"
}

.icon-snapchat-square:before {
  content: "\f2ad"
}

.icon-pied-piper:before {
  content: "\f2ae"
}

.icon-first-order:before {
  content: "\f2b0"
}

.icon-yoast:before {
  content: "\f2b1"
}

.icon-themeisle:before {
  content: "\f2b2"
}

.icon-google-plus-circle:before {
  content: "\f2b3"
}

.icon-google-plus-official:before {
  content: "\f2b3"
}

.icon-fa:before {
  content: "\f2b4"
}

.icon-font-awesome:before {
  content: "\f2b4"
}

.icon-handshake-o:before {
  content: "\f2b5"
}

.icon-envelope-open:before {
  content: "\f2b6"
}

.icon-envelope-open-o:before {
  content: "\f2b7"
}

.icon-linode:before {
  content: "\f2b8"
}

.icon-address-book:before {
  content: "\f2b9"
}

.icon-address-book-o:before {
  content: "\f2ba"
}

.icon-address-card:before {
  content: "\f2bb"
}

.icon-vcard:before {
  content: "\f2bb"
}

.icon-address-card-o:before {
  content: "\f2bc"
}

.icon-vcard-o:before {
  content: "\f2bc"
}

.icon-user-circle:before {
  content: "\f2bd"
}

.icon-user-circle-o:before {
  content: "\f2be"
}

.icon-user-o:before {
  content: "\f2c0"
}

.icon-id-badge:before {
  content: "\f2c1"
}

.icon-drivers-license:before {
  content: "\f2c2"
}

.icon-id-card1:before {
  content: "\f2c2"
}

.icon-drivers-license-o:before {
  content: "\f2c3"
}

.icon-id-card-o:before {
  content: "\f2c3"
}

.icon-quora:before {
  content: "\f2c4"
}

.icon-free-code-camp:before {
  content: "\f2c5"
}

.icon-telegram:before {
  content: "\f2c6"
}

.icon-thermometer:before {
  content: "\f2c7"
}

.icon-thermometer-4:before {
  content: "\f2c7"
}

.icon-thermometer-full:before {
  content: "\f2c7"
}

.icon-thermometer-3:before {
  content: "\f2c8"
}

.icon-thermometer-three-quarters:before {
  content: "\f2c8"
}

.icon-thermometer-2:before {
  content: "\f2c9"
}

.icon-thermometer-half:before {
  content: "\f2c9"
}

.icon-thermometer-1:before {
  content: "\f2ca"
}

.icon-thermometer-quarter:before {
  content: "\f2ca"
}

.icon-thermometer-0:before {
  content: "\f2cb"
}

.icon-thermometer-empty:before {
  content: "\f2cb"
}

.icon-shower:before {
  content: "\f2cc"
}

.icon-bath:before {
  content: "\f2cd"
}

.icon-bathtub:before {
  content: "\f2cd"
}

.icon-s15:before {
  content: "\f2cd"
}

.icon-podcast:before {
  content: "\f2ce"
}

.icon-window-maximize:before {
  content: "\f2d0"
}

.icon-window-minimize:before {
  content: "\f2d1"
}

.icon-window-restore:before {
  content: "\f2d2"
}

.icon-times-rectangle:before {
  content: "\f2d3"
}

.icon-window-close:before {
  content: "\f2d3"
}

.icon-times-rectangle-o:before {
  content: "\f2d4"
}

.icon-window-close-o:before {
  content: "\f2d4"
}

.icon-bandcamp:before {
  content: "\f2d5"
}

.icon-grav:before {
  content: "\f2d6"
}

.icon-etsy:before {
  content: "\f2d7"
}

.icon-imdb:before {
  content: "\f2d8"
}

.icon-ravelry:before {
  content: "\f2d9"
}

.icon-eercast:before {
  content: "\f2da"
}

.icon-microchip:before {
  content: "\f2db"
}

.icon-snowflake-o:before {
  content: "\f2dc"
}

.icon-superpowers:before {
  content: "\f2dd"
}

.icon-wpexplorer:before {
  content: "\f2de"
}

.icon-meetup:before {
  content: "\f2e0"
}

.icon-add-1:before {
  content: "\e900"
}

.icon-add-2:before {
  content: "\e901"
}

.icon-add-3:before {
  content: "\e902"
}

.icon-add:before {
  content: "\e903"
}

.icon-agenda:before {
  content: "\e904"
}

.icon-alarm-1:before {
  content: "\e905"
}

.icon-alarm-clock-1:before {
  content: "\e906"
}

.icon-alarm-clock:before {
  content: "\e907"
}

.icon-alarm:before {
  content: "\e908"
}

.icon-albums:before {
  content: "\e909"
}

.icon-app:before {
  content: "\e90a"
}

.icon-archive-1:before {
  content: "\e90b"
}

.icon-archive-2:before {
  content: "\e90c"
}

.icon-archive-3:before {
  content: "\e90d"
}

.icon-archive:before {
  content: "\e90e"
}

.icon-attachment:before {
  content: "\e90f"
}

.icon-back:before {
  content: "\e910"
}

.icon-battery-1:before {
  content: "\e911"
}

.icon-battery-2:before {
  content: "\e912"
}

.icon-battery-3:before {
  content: "\e913"
}

.icon-battery-4:before {
  content: "\e914"
}

.icon-battery-5:before {
  content: "\e915"
}

.icon-battery-6:before {
  content: "\e916"
}

.icon-battery-7:before {
  content: "\e917"
}

.icon-battery-8:before {
  content: "\e918"
}

.icon-battery-9:before {
  content: "\e919"
}

.icon-battery:before {
  content: "\e91a"
}

.icon-binoculars:before {
  content: "\e91b"
}

.icon-blueprint:before {
  content: "\e91c"
}

.icon-bluetooth-1:before {
  content: "\e91d"
}

.icon-bluetooth:before {
  content: "\e91e"
}

.icon-bookmark-1:before {
  content: "\e91f"
}

.icon-bookmark:before {
  content: "\e920"
}

.icon-briefcase:before {
  content: "\e921"
}

.icon-broken-link:before {
  content: "\e922"
}

.icon-calculator-1:before {
  content: "\e923"
}

.icon-calculator:before {
  content: "\e924"
}

.icon-calendar-1:before {
  content: "\e925"
}

.icon-calendar-2:before {
  content: "\e926"
}

.icon-calendar-3:before {
  content: "\e927"
}

.icon-calendar-4:before {
  content: "\e928"
}

.icon-calendar-5:before {
  content: "\e929"
}

.icon-calendar-6:before {
  content: "\e92a"
}

.icon-calendar-7:before {
  content: "\e92b"
}

.icon-calendar:before {
  content: "\e92c"
}

.icon-checked-1:before {
  content: "\e92d"
}

.icon-checked:before {
  content: "\e92e"
}

.icon-clock-1:before {
  content: "\e92f"
}

.icon-clock:before {
  content: "\e930"
}

.icon-close:before {
  content: "\e931"
}

.icon-cloud-computing-1:before {
  content: "\e932"
}

.icon-cloud-computing-2:before {
  content: "\e933"
}

.icon-cloud-computing-3:before {
  content: "\e934"
}

.icon-cloud-computing-4:before {
  content: "\e935"
}

.icon-cloud-computing-5:before {
  content: "\e936"
}

.icon-cloud-computing:before {
  content: "\e937"
}

.icon-cloud:before {
  content: "\e938"
}

.icon-command:before {
  content: "\e939"
}

.icon-compact-disc-1:before {
  content: "\e93a"
}

.icon-compact-disc-2:before {
  content: "\e93b"
}

.icon-compact-disc:before {
  content: "\e93c"
}

.icon-compass:before {
  content: "\e93d"
}

.icon-compose:before {
  content: "\e93e"
}

.icon-controls-1:before {
  content: "\e93f"
}

.icon-controls-2:before {
  content: "\e940"
}

.icon-controls-3:before {
  content: "\e941"
}

.icon-controls-4:before {
  content: "\e942"
}

.icon-controls-5:before {
  content: "\e943"
}

.icon-controls-6:before {
  content: "\e944"
}

.icon-controls-7:before {
  content: "\e945"
}

.icon-controls-8:before {
  content: "\e946"
}

.icon-controls-9:before {
  content: "\e947"
}

.icon-controls:before {
  content: "\e948"
}

.icon-database-1:before {
  content: "\e949"
}

.icon-database-2:before {
  content: "\e94a"
}

.icon-database-3:before {
  content: "\e94b"
}

.icon-database:before {
  content: "\e94c"
}

.icon-diamond:before {
  content: "\e94d"
}

.icon-diploma:before {
  content: "\e94e"
}

.icon-dislike-1:before {
  content: "\e94f"
}

.icon-dislike:before {
  content: "\e950"
}

.icon-divide-1:before {
  content: "\e951"
}

.icon-divide:before {
  content: "\e952"
}

.icon-division:before {
  content: "\e953"
}

.icon-document:before {
  content: "\e954"
}

.icon-download:before {
  content: "\e955"
}

.icon-edit-1:before {
  content: "\e956"
}

.icon-edit:before {
  content: "\e957"
}

.icon-eject-1:before {
  content: "\e958"
}

.icon-eject:before {
  content: "\e959"
}

.icon-equal-1:before {
  content: "\e95a"
}

.icon-equal-2:before {
  content: "\e95b"
}

.icon-equal:before {
  content: "\e95c"
}

.icon-error:before {
  content: "\e95d"
}

.icon-exit-1:before {
  content: "\e95e"
}

.icon-exit-2:before {
  content: "\e95f"
}

.icon-exit:before {
  content: "\e960"
}

.icon-eyeglasses:before {
  content: "\e961"
}

.icon-fast-forward-1:before {
  content: "\e962"
}

.icon-fast-forward:before {
  content: "\e963"
}

.icon-fax:before {
  content: "\e964"
}

.icon-file-1:before {
  content: "\e965"
}

.icon-file-2:before {
  content: "\e966"
}

.icon-file:before {
  content: "\e967"
}

.icon-film:before {
  content: "\e968"
}

.icon-fingerprint:before {
  content: "\e969"
}

.icon-flag-1:before {
  content: "\e96a"
}

.icon-flag-2:before {
  content: "\e96b"
}

.icon-flag-3:before {
  content: "\e96c"
}

.icon-flag-4:before {
  content: "\e96d"
}

.icon-flag:before {
  content: "\e96e"
}

.icon-focus:before {
  content: "\e96f"
}

.icon-folder-1:before {
  content: "\e970"
}

.icon-folder-2:before {
  content: "\e971"
}

.icon-folder-3:before {
  content: "\e972"
}

.icon-folder-4:before {
  content: "\e973"
}

.icon-folder-5:before {
  content: "\e974"
}

.icon-folder-6:before {
  content: "\e975"
}

.icon-folder-7:before {
  content: "\e976"
}

.icon-folder-8:before {
  content: "\e977"
}

.icon-folder-9:before {
  content: "\e978"
}

.icon-folder-10:before {
  content: "\e979"
}

.icon-folder-11:before {
  content: "\e97a"
}

.icon-folder-12:before {
  content: "\e97b"
}

.icon-folder-13:before {
  content: "\e97c"
}

.icon-folder-14:before {
  content: "\e97d"
}

.icon-folder-15:before {
  content: "\e97e"
}

.icon-folder-16:before {
  content: "\e97f"
}

.icon-folder-17:before {
  content: "\e980"
}

.icon-folder-18:before {
  content: "\e981"
}

.icon-folder-19:before {
  content: "\e982"
}

.icon-folder:before {
  content: "\e983"
}

.icon-forbidden:before {
  content: "\e984"
}

.icon-funnel:before {
  content: "\e985"
}

.icon-garbage-1:before {
  content: "\e986"
}

.icon-garbage-2:before {
  content: "\e987"
}

.icon-garbage:before {
  content: "\e988"
}

.icon-gift:before {
  content: "\e989"
}

.icon-help:before {
  content: "\e98a"
}

.icon-hide:before {
  content: "\e98b"
}

.icon-hold:before {
  content: "\e98c"
}

.icon-home-1:before {
  content: "\e98d"
}

.icon-home-2:before {
  content: "\e98e"
}

.icon-home:before {
  content: "\e98f"
}

.icon-hourglass-1:before {
  content: "\e990"
}

.icon-hourglass-2:before {
  content: "\e991"
}

.icon-hourglass-3:before {
  content: "\e992"
}

.icon-hourglass:before {
  content: "\e993"
}

.icon-house:before {
  content: "\e994"
}

.icon-id-card-1:before {
  content: "\e995"
}

.icon-id-card-2:before {
  content: "\e996"
}

.icon-id-card-3:before {
  content: "\e997"
}

.icon-id-card-4:before {
  content: "\e998"
}

.icon-id-card-5:before {
  content: "\e999"
}

.icon-id-card:before {
  content: "\e99a"
}

.icon-idea:before {
  content: "\e99b"
}

.icon-incoming:before {
  content: "\e99c"
}

.icon-infinity:before {
  content: "\e99d"
}

.icon-info:before {
  content: "\e99e"
}

.icon-internet:before {
  content: "\e99f"
}

.icon-key:before {
  content: "\e9a0"
}

.icon-lamp:before {
  content: "\e9a1"
}

.icon-layers-1:before {
  content: "\e9a2"
}

.icon-layers:before {
  content: "\e9a3"
}

.icon-heart:before {
  content: "\e9a4"
}

.icon-heart-1:before {
  content: "\e9a5"
}

.icon-like:before {
  content: "\e9a6"
}

.icon-link:before {
  content: "\e9a7"
}

.icon-list-1:before {
  content: "\e9a8"
}

.icon-list:before {
  content: "\e9a9"
}

.icon-lock-1:before {
  content: "\e9aa"
}

.icon-lock:before {
  content: "\e9ab"
}

.icon-locked-1:before {
  content: "\e9ac"
}

.icon-locked-2:before {
  content: "\e9ad"
}

.icon-locked-3:before {
  content: "\e9ae"
}

.icon-locked-4:before {
  content: "\e9af"
}

.icon-locked-5:before {
  content: "\e9b0"
}

.icon-locked-6:before {
  content: "\e9b1"
}

.icon-locked:before {
  content: "\e9b2"
}

.icon-login:before {
  content: "\e9b3"
}

.icon-magic-wand:before {
  content: "\e9b4"
}

.icon-magnet-1:before {
  content: "\e9b5"
}

.icon-magnet-2:before {
  content: "\e9b6"
}

.icon-magnet:before {
  content: "\e9b7"
}

.icon-map-1:before {
  content: "\e9b8"
}

.icon-map-2:before {
  content: "\e9b9"
}

.icon-map-location:before {
  content: "\e9ba"
}

.icon-map:before {
  content: "\e9bb"
}

.icon-megaphone-1:before {
  content: "\e9bc"
}

.icon-megaphone:before {
  content: "\e9bd"
}

.icon-menu-1:before {
  content: "\e9be"
}

.icon-menu-2:before {
  content: "\e9bf"
}

.icon-menu-3:before {
  content: "\e9c0"
}

.icon-menu-4:before {
  content: "\e9c1"
}

.icon-menu:before {
  content: "\e9c2"
}

.icon-microphone-1:before {
  content: "\e9c3"
}

.icon-microphone:before {
  content: "\e9c4"
}

.icon-minus-1:before {
  content: "\e9c5"
}

.icon-minus:before {
  content: "\e9c6"
}

.icon-more-1:before {
  content: "\e9c7"
}

.icon-more-2:before {
  content: "\e9c8"
}

.icon-more:before {
  content: "\e9c9"
}

.icon-multiply-1:before {
  content: "\e9ca"
}

.icon-multiply:before {
  content: "\e9cb"
}

.icon-music-player-1:before {
  content: "\e9cc"
}

.icon-music-player-2:before {
  content: "\e9cd"
}

.icon-music-player-3:before {
  content: "\e9ce"
}

.icon-music-player:before {
  content: "\e9cf"
}

.icon-mute:before {
  content: "\e9d0"
}

.icon-muted:before {
  content: "\e9d1"
}

.icon-navigation-1:before {
  content: "\e9d2"
}

.icon-navigation:before {
  content: "\e9d3"
}

.icon-network:before {
  content: "\e9d4"
}

.icon-newspaper:before {
  content: "\e9d5"
}

.icon-next:before {
  content: "\e9d6"
}

.icon-note:before {
  content: "\e9d7"
}

.icon-notebook-1:before {
  content: "\e9d8"
}

.icon-notebook-2:before {
  content: "\e9d9"
}

.icon-notebook-3:before {
  content: "\e9da"
}

.icon-notebook-4:before {
  content: "\e9db"
}

.icon-notebook-5:before {
  content: "\e9dc"
}

.icon-notebook:before {
  content: "\e9dd"
}

.icon-notepad-1:before {
  content: "\e9de"
}

.icon-notepad-2:before {
  content: "\e9df"
}

.icon-notepad:before {
  content: "\e9e0"
}

.icon-notification:before {
  content: "\e9e1"
}

.icon-paper-plane-1:before {
  content: "\e9e2"
}

.icon-paper-plane:before {
  content: "\e9e3"
}

.icon-pause-1:before {
  content: "\e9e4"
}

.icon-pause:before {
  content: "\e9e5"
}

.icon-percent-1:before {
  content: "\e9e6"
}

.icon-percent:before {
  content: "\e9e7"
}

.icon-perspective:before {
  content: "\e9e8"
}

.icon-photo-camera-1:before {
  content: "\e9e9"
}

.icon-photo-camera:before {
  content: "\e9ea"
}

.icon-photos:before {
  content: "\e9eb"
}

.icon-picture-1:before {
  content: "\e9ec"
}

.icon-picture-2:before {
  content: "\e9ed"
}

.icon-picture:before {
  content: "\e9ee"
}

.icon-pin:before {
  content: "\e9ef"
}

.icon-placeholder-1:before {
  content: "\e9f0"
}

.icon-placeholder-2:before {
  content: "\e9f1"
}

.icon-placeholder-3:before {
  content: "\e9f2"
}

.icon-placeholder:before {
  content: "\e9f3"
}

.icon-placeholders:before {
  content: "\e9f4"
}

.icon-play-button-1:before {
  content: "\e9f5"
}

.icon-play:before {
  content: "\e9f6"
}

.icon-plus:before {
  content: "\e9f7"
}

.icon-power:before {
  content: "\e9f8"
}

.icon-previous:before {
  content: "\e9f9"
}

.icon-price-tag:before {
  content: "\e9fa"
}

.icon-print:before {
  content: "\e9fb"
}

.icon-push-pin:before {
  content: "\e9fc"
}

.icon-radar:before {
  content: "\e9fd"
}

.icon-reading:before {
  content: "\e9fe"
}

.icon-record:before {
  content: "\e9ff"
}

.icon-repeat-1:before {
  content: "\ea00"
}

.icon-repeat:before {
  content: "\ea01"
}

.icon-restart:before {
  content: "\ea02"
}

.icon-resume:before {
  content: "\ea03"
}

.icon-rewind-1:before {
  content: "\ea04"
}

.icon-rewind:before {
  content: "\ea05"
}

.icon-route:before {
  content: "\ea06"
}

.icon-save:before {
  content: "\ea07"
}

.icon-search-1:before {
  content: "\ea08"
}

.icon-search:before {
  content: "\ea09"
}

.icon-send:before {
  content: "\ea0a"
}

.icon-server-1:before {
  content: "\ea0b"
}

.icon-server-2:before {
  content: "\ea0c"
}

.icon-server-3:before {
  content: "\ea0d"
}

.icon-server:before {
  content: "\ea0e"
}

.icon-settings-1:before {
  content: "\ea0f"
}

.icon-settings-2:before {
  content: "\ea10"
}

.icon-settings-3:before {
  content: "\ea11"
}

.icon-settings-4:before {
  content: "\ea12"
}

.icon-settings-5:before {
  content: "\ea13"
}

.icon-settings-6:before {
  content: "\ea14"
}

.icon-settings-7:before {
  content: "\ea15"
}

.icon-settings-8:before {
  content: "\ea16"
}

.icon-settings-9:before {
  content: "\ea17"
}

.icon-settings:before {
  content: "\ea18"
}

.icon-share-1:before {
  content: "\ea19"
}

.icon-share-2:before {
  content: "\ea1a"
}

.icon-share:before {
  content: "\ea1b"
}

.icon-shuffle-1:before {
  content: "\ea1c"
}

.icon-shuffle:before {
  content: "\ea1d"
}

.icon-shutdown:before {
  content: "\ea1e"
}

.icon-sign-1:before {
  content: "\ea1f"
}

.icon-sign:before {
  content: "\ea20"
}

.icon-skip:before {
  content: "\ea21"
}

.icon-smartphone-1:before {
  content: "\ea22"
}

.icon-smartphone-2:before {
  content: "\ea23"
}

.icon-smartphone-3:before {
  content: "\ea24"
}

.icon-smartphone-4:before {
  content: "\ea25"
}

.icon-smartphone-5:before {
  content: "\ea26"
}

.icon-smartphone-6:before {
  content: "\ea27"
}

.icon-smartphone-7:before {
  content: "\ea28"
}

.icon-smartphone-8:before {
  content: "\ea29"
}

.icon-smartphone-9:before {
  content: "\ea2a"
}

.icon-smartphone-10:before {
  content: "\ea2b"
}

.icon-smartphone-11:before {
  content: "\ea2c"
}

.icon-smartphone:before {
  content: "\ea2d"
}

.icon-speaker-1:before {
  content: "\ea2e"
}

.icon-speaker-2:before {
  content: "\ea2f"
}

.icon-speaker-3:before {
  content: "\ea30"
}

.icon-speaker-4:before {
  content: "\ea31"
}

.icon-speaker-5:before {
  content: "\ea32"
}

.icon-speaker-6:before {
  content: "\ea33"
}

.icon-speaker-7:before {
  content: "\ea34"
}

.icon-speaker-8:before {
  content: "\ea35"
}

.icon-speaker:before {
  content: "\ea36"
}

.icon-spotlight:before {
  content: "\ea37"
}

.icon-star-1:before {
  content: "\ea38"
}

.icon-star:before {
  content: "\ea39"
}

.icon-stop-1:before {
  content: "\ea3a"
}

.icon-stop:before {
  content: "\ea3b"
}

.icon-stopwatch-1:before {
  content: "\ea3c"
}

.icon-stopwatch-2:before {
  content: "\ea3d"
}

.icon-stopwatch-3:before {
  content: "\ea3e"
}

.icon-stopwatch-4:before {
  content: "\ea3f"
}

.icon-stopwatch:before {
  content: "\ea40"
}

.icon-street-1:before {
  content: "\ea41"
}

.icon-street:before {
  content: "\ea42"
}

.icon-substract-1:before {
  content: "\ea43"
}

.icon-substract:before {
  content: "\ea44"
}

.icon-success:before {
  content: "\ea45"
}

.icon-switch-1:before {
  content: "\ea46"
}

.icon-switch-2:before {
  content: "\ea47"
}

.icon-switch-3:before {
  content: "\ea48"
}

.icon-switch-4:before {
  content: "\ea49"
}

.icon-switch-5:before {
  content: "\ea4a"
}

.icon-switch-6:before {
  content: "\ea4b"
}

.icon-switch-7:before {
  content: "\ea4c"
}

.icon-switch:before {
  content: "\ea4d"
}

.icon-tabs-1:before {
  content: "\ea4e"
}

.icon-tabs:before {
  content: "\ea4f"
}

.icon-target:before {
  content: "\ea50"
}

.icon-television-1:before {
  content: "\ea51"
}

.icon-television:before {
  content: "\ea52"
}

.icon-time:before {
  content: "\ea53"
}

.icon-trash:before {
  content: "\ea54"
}

.icon-umbrella:before {
  content: "\ea55"
}

.icon-unlink:before {
  content: "\ea56"
}

.icon-unlocked-1:before {
  content: "\ea57"
}

.icon-unlocked-2:before {
  content: "\ea58"
}

.icon-unlocked:before {
  content: "\ea59"
}

.icon-upload:before {
  content: "\ea5a"
}

.icon-user-1:before {
  content: "\ea5b"
}

.icon-user-2:before {
  content: "\ea5c"
}

.icon-user-3:before {
  content: "\ea5d"
}

.icon-user-4:before {
  content: "\ea5e"
}

.icon-user-5:before {
  content: "\ea5f"
}

.icon-user-6:before {
  content: "\ea60"
}

.icon-user-7:before {
  content: "\ea61"
}

.icon-user:before {
  content: "\ea62"
}

.icon-users-1:before {
  content: "\ea63"
}

.icon-users:before {
  content: "\ea64"
}

.icon-video-camera-1:before {
  content: "\ea65"
}

.icon-video-camera:before {
  content: "\ea66"
}

.icon-video-player-1:before {
  content: "\ea67"
}

.icon-video-player-2:before {
  content: "\ea68"
}

.icon-video-player:before {
  content: "\ea69"
}

.icon-view-1:before {
  content: "\ea6a"
}

.icon-view-2:before {
  content: "\ea6b"
}

.icon-view:before {
  content: "\ea6c"
}

.icon-volume-control-1:before {
  content: "\ea6d"
}

.icon-volume-control:before {
  content: "\ea6e"
}

.icon-warning:before {
  content: "\ea6f"
}

.icon-wifi-1:before {
  content: "\ea70"
}

.icon-wifi:before {
  content: "\ea71"
}

.icon-windows-1:before {
  content: "\ea72"
}

.icon-windows-2:before {
  content: "\ea73"
}

.icon-windows-3:before {
  content: "\ea74"
}

.icon-windows-4:before {
  content: "\ea75"
}

.icon-windows:before {
  content: "\ea76"
}

.icon-wireless-internet:before {
  content: "\ea77"
}

.icon-worldwide-1:before {
  content: "\ea78"
}

.icon-worldwide:before {
  content: "\ea79"
}

.icon-zoom-in:before {
  content: "\ea7a"
}

.icon-zoom-out:before {
  content: "\ea7b"
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/roboto/roboto-v16-latin-100.eot);
  src: local("Roboto Thin"), local("Roboto-Thin"), url(../fonts/roboto/roboto-v16-latin-100.eot?#iefix) format("embedded-opentype"), url(../fonts/roboto/roboto-v16-latin-100.woff2) format("woff2"), url(../fonts/roboto/roboto-v16-latin-100.woff) format("woff"), url(../fonts/roboto/roboto-v16-latin-100.ttf) format("truetype"), url(../fonts/roboto/roboto-v16-latin-100.svg#Roboto) format("svg");
}

@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 100;
  src: url(../fonts/roboto/roboto-v16-latin-100italic.eot);
  src: local("Roboto Thin Italic"), local("Roboto-ThinItalic"), url(../fonts/roboto/roboto-v16-latin-100italic.eot?#iefix) format("embedded-opentype"), url(../fonts/roboto/roboto-v16-latin-100italic.woff2) format("woff2"), url(../fonts/roboto/roboto-v16-latin-100italic.woff) format("woff"), url(../fonts/roboto/roboto-v16-latin-100italic.ttf) format("truetype"), url(../fonts/roboto/roboto-v16-latin-100italic.svg#Roboto) format("svg");
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/roboto/roboto-v16-latin-300.eot);
  src: local("Roboto Light"), local("Roboto-Light"), url(../fonts/roboto/roboto-v16-latin-300.eot?#iefix) format("embedded-opentype"), url(../fonts/roboto/roboto-v16-latin-300.woff2) format("woff2"), url(../fonts/roboto/roboto-v16-latin-300.woff) format("woff"), url(../fonts/roboto/roboto-v16-latin-300.ttf) format("truetype"), url(../fonts/roboto/roboto-v16-latin-300.svg#Roboto) format("svg");
}

@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 300;
  src: url(../fonts/roboto/roboto-v16-latin-300italic.eot);
  src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url(../fonts/roboto/roboto-v16-latin-300italic.eot?#iefix) format("embedded-opentype"), url(../fonts/roboto/roboto-v16-latin-300italic.woff2) format("woff2"), url(../fonts/roboto/roboto-v16-latin-300italic.woff) format("woff"), url(../fonts/roboto/roboto-v16-latin-300italic.ttf) format("truetype"), url(../fonts/roboto/roboto-v16-latin-300italic.svg#Roboto) format("svg");
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/roboto/roboto-v16-latin-regular.eot);
  src: local("Roboto"), local("Roboto-Regular"), url(../fonts/roboto/roboto-v16-latin-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/roboto/roboto-v16-latin-regular.woff2) format("woff2"), url(../fonts/roboto/roboto-v16-latin-regular.woff) format("woff"), url(../fonts/roboto/roboto-v16-latin-regular.ttf) format("truetype"), url(../fonts/roboto/roboto-v16-latin-regular.svg#Roboto) format("svg");
}

@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/roboto/roboto-v16-latin-italic.eot);
  src: local("Roboto Italic"), local("Roboto-Italic"), url(../fonts/roboto/roboto-v16-latin-italic.eot?#iefix) format("embedded-opentype"), url(../fonts/roboto/roboto-v16-latin-italic.woff2) format("woff2"), url(../fonts/roboto/roboto-v16-latin-italic.woff) format("woff"), url(../fonts/roboto/roboto-v16-latin-italic.ttf) format("truetype"), url(../fonts/roboto/roboto-v16-latin-italic.svg#Roboto) format("svg");
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/roboto/roboto-v16-latin-500.eot);
  src: local("Roboto Medium"), local("Roboto-Medium"), url(../fonts/roboto/roboto-v16-latin-500.eot?#iefix) format("embedded-opentype"), url(../fonts/roboto/roboto-v16-latin-500.woff2) format("woff2"), url(../fonts/roboto/roboto-v16-latin-500.woff) format("woff"), url(../fonts/roboto/roboto-v16-latin-500.ttf) format("truetype"), url(../fonts/roboto/roboto-v16-latin-500.svg#Roboto) format("svg");
}

@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 500;
  src: url(../fonts/roboto/roboto-v16-latin-500italic.eot);
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url(../fonts/roboto/roboto-v16-latin-500italic.eot?#iefix) format("embedded-opentype"), url(../fonts/roboto/roboto-v16-latin-500italic.woff2) format("woff2"), url(../fonts/roboto/roboto-v16-latin-500italic.woff) format("woff"), url(../fonts/roboto/roboto-v16-latin-500italic.ttf) format("truetype"), url(../fonts/roboto/roboto-v16-latin-500italic.svg#Roboto) format("svg");
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/roboto/roboto-v16-latin-700.eot);
  src: local("Roboto Bold"), local("Roboto-Bold"), url(../fonts/roboto/roboto-v16-latin-700.eot?#iefix) format("embedded-opentype"), url(../fonts/roboto/roboto-v16-latin-700.woff2) format("woff2"), url(../fonts/roboto/roboto-v16-latin-700.woff) format("woff"), url(../fonts/roboto/roboto-v16-latin-700.ttf) format("truetype"), url(../fonts/roboto/roboto-v16-latin-700.svg#Roboto) format("svg");
}

@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 700;
  src: url(../fonts/roboto/roboto-v16-latin-700italic.eot);
  src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url(../fonts/roboto/roboto-v16-latin-700italic.eot?#iefix) format("embedded-opentype"), url(../fonts/roboto/roboto-v16-latin-700italic.woff2) format("woff2"), url(../fonts/roboto/roboto-v16-latin-700italic.woff) format("woff"), url(../fonts/roboto/roboto-v16-latin-700italic.ttf) format("truetype"), url(../fonts/roboto/roboto-v16-latin-700italic.svg#Roboto) format("svg");
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/roboto/roboto-v16-latin-900.eot);
  src: local("Roboto Black"), local("Roboto-Black"), url(../fonts/roboto/roboto-v16-latin-900.eot?#iefix) format("embedded-opentype"), url(../fonts/roboto/roboto-v16-latin-900.woff2) format("woff2"), url(../fonts/roboto/roboto-v16-latin-900.woff) format("woff"), url(../fonts/roboto/roboto-v16-latin-900.ttf) format("truetype"), url(../fonts/roboto/roboto-v16-latin-900.svg#Roboto) format("svg");
}

@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 900;
  src: url(../fonts/roboto/roboto-v16-latin-900italic.eot);
  src: local("Roboto #000 Italic"), local("Roboto-BlackItalic"), url(../fonts/roboto/roboto-v16-latin-900italic.eot?#iefix) format("embedded-opentype"), url(../fonts/roboto/roboto-v16-latin-900italic.woff2) format("woff2"), url(../fonts/roboto/roboto-v16-latin-900italic.woff) format("woff"), url(../fonts/roboto/roboto-v16-latin-900italic.ttf) format("truetype"), url(../fonts/roboto/roboto-v16-latin-900italic.svg#Roboto) format("svg");
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slow {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slower {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slowest {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.delay-250 {
  -webkit-animation-delay: .25s;
  -moz-animation-delay: .25s;
  -o-animation-delay: .25s;
  animation-delay: .25s;
}

.delay-500 {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -o-animation-delay: .5s;
  animation-delay: .5s;
}

.delay-750 {
  -webkit-animation-delay: .75s;
  -moz-animation-delay: .75s;
  -o-animation-delay: .75s;
  animation-delay: .75s;
}

.delay-1000 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.delay-1250 {
  -webkit-animation-delay: 1.25s;
  -moz-animation-delay: 1.25s;
  -o-animation-delay: 1.25s;
  animation-delay: 1.25s;
}

.delay-1500 {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.delay-1750 {
  -webkit-animation-delay: 1.75s;
  -moz-animation-delay: 1.75s;
  -o-animation-delay: 1.75s;
  animation-delay: 1.75s;
}

.delay-2000 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}

.delay-2500 {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.delay-2000 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}

.delay-2500 {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.delay-3000 {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
}

.delay-3500 {
  -webkit-animation-delay: 3.5s;
  -moz-animation-delay: 3.5s;
  -o-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

.bounceInDown,
.bounceInLeft,
.bounceInRight,
.bounceInUp {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}

.fadeInDown,
.fadeInLeft,
.fadeInRight,
.fadeInUp {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}

.flipInX,
.flipInY,
.rollIn,
.rotateDownUpRight,
.rotateIn,
.rotateInDownLeft,
.rotateInUpLeft,
.rotateInUpRight {
  opacity: 0;
}

.lightSpeedInLeft,
.lightSpeedInRight {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    transform: scale(1.05);
  }

  70% {
    transform: scale(.9);
  }

  100% {
    transform: scale(1);
  }
}

.bounceIn.go {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px);
  }

  60% {
    -webkit-transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(400px);
  }

  60% {
    transform: translateX(-30px);
  }

  80% {
    transform: translateX(10px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.bounceInRight.go {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px);
  }

  60% {
    -webkit-transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-400px);
  }

  60% {
    transform: translateX(30px);
  }

  80% {
    transform: translateX(-10px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.bounceInLeft.go {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px);
  }

  60% {
    -webkit-transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(400px);
  }

  60% {
    transform: translateY(-30px);
  }

  80% {
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.bounceInUp.go {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px);
  }

  60% {
    -webkit-transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-400px);
  }

  60% {
    transform: translateY(30px);
  }

  80% {
    transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.bounceInDown.go {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    display: block;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    display: block;
  }
}

.fadeIn {
  opacity: 0;
}

.fadeIn.go {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes growIn {
  0% {
    -webkit-transform: scale(.2);
    opacity: 0;
  }

  50% {
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

@keyframes growIn {
  0% {
    transform: scale(.2);
    opacity: 0;
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.growIn {
  -webkit-transform: scale(.2);
  transform: scale(.2);
  opacity: 0;
}

.growIn.go {
  -webkit-animation-name: growIn;
  animation-name: growIn;
}

@-webkit-keyframes shake {

  0%,
  100% {
    -webkit-transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
  }
}

@keyframes shake {

  0%,
  100% {
    transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}

.shake.go {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes shakeUp {

  0%,
  100% {
    -webkit-transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateY(-10px);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateY(10px);
  }
}

@keyframes shakeUp {

  0%,
  100% {
    transform: translateY(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateY(-10px);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translateY(10px);
  }
}

.shakeUp.go {
  -webkit-animation-name: shakeUp;
  animation-name: shakeUp;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px);
  }

  50% {
    opacity: .3;
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-400px);
  }

  50% {
    opacity: .3;
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-400px);
  transform: translateX(-400px);
}

.fadeInLeft.go {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px);
  }

  50% {
    opacity: .3;
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(400px);
  }

  50% {
    opacity: .3;
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}

.fadeInRight.go {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px);
  }

  50% {
    opacity: .3;
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(400px);
  }

  50% {
    opacity: .3;
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(400px);
  transform: translateY(400px);
}

.fadeInUp.go {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px);
  }

  50% {
    opacity: .3;
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-400px);
  }

  50% {
    opacity: .3;
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInDown {
  opacity: 0;
  -webkit-transform: translateY(-400px);
  transform: translateY(-400px);
}

.fadeInDown.go {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn.go {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft.go {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft.go {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight.go {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight.go {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    transform: translateX(0) rotate(0);
  }
}

.rollIn.go {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
  }

  10% {
    -webkit-transform: skewX(-8deg);
  }

  20% {
    -webkit-transform: skewX(7deg);
  }

  30% {
    -webkit-transform: skewX(-6deg);
  }

  40% {
    -webkit-transform: skewX(5deg);
  }

  50% {
    -webkit-transform: skewX(-4deg);
  }

  60% {
    -webkit-transform: skewX(3deg);
  }

  70% {
    -webkit-transform: skewX(-2deg);
  }

  80% {
    -webkit-transform: skewX(1deg);
  }

  90% {
    -webkit-transform: skewX(0);
  }

  100% {
    -webkit-transform: skewX(0);
  }
}

@keyframes wiggle {
  0% {
    transform: skewX(9deg);
  }

  10% {
    transform: skewX(-8deg);
  }

  20% {
    transform: skewX(7deg);
  }

  30% {
    transform: skewX(-6deg);
  }

  40% {
    transform: skewX(5deg);
  }

  50% {
    transform: skewX(-4deg);
  }

  60% {
    transform: skewX(3deg);
  }

  70% {
    transform: skewX(-2deg);
  }

  80% {
    transform: skewX(1deg);
  }

  90% {
    transform: skewX(0);
  }

  100% {
    transform: skewX(0);
  }
}

.wiggle.go {
  -webkit-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes swing {

  100%,
  20%,
  40%,
  60%,
  80% {
    -webkit-transform-origin: top center;
  }

  20% {
    -webkit-transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0);
  }
}

@keyframes swing {
  20% {
    transform: rotate(15deg);
  }

  40% {
    transform: rotate(-10deg);
  }

  60% {
    transform: rotate(5deg);
  }

  80% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0);
  }
}

.swing.go {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }

  10%,
  20% {
    -webkit-transform: scale(.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    transform: scale(1);
  }

  10%,
  20% {
    transform: scale(.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }

  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    transform: scale(1) rotate(0);
  }
}

.tada.go {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

@keyframes wobble {
  0% {
    transform: translateX(0);
  }

  15% {
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    transform: translateX(0);
  }
}

.wobble.go {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.pulse.go {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0) skewX(0);
    opacity: 1;
  }
}

@keyframes lightSpeedInRight {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    transform: translateX(0) skewX(-15deg);
    opacity: 1;
  }

  100% {
    transform: translateX(0) skewX(0);
    opacity: 1;
  }
}

.lightSpeedInRight.go {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(20%) skewX(-30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0) skewX(15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0) skewX(0);
    opacity: 1;
  }
}

@keyframes lightSpeedInLeft {
  0% {
    transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }

  60% {
    transform: translateX(20%) skewX(-30deg);
    opacity: 1;
  }

  80% {
    transform: translateX(0) skewX(15deg);
    opacity: 1;
  }

  100% {
    transform: translateX(0) skewX(0);
    opacity: 1;
  }
}

.lightSpeedInLeft.go {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) rotateY(360deg) scale(.95);
    animation-timing-function: ease-in;
  }

  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}

.flip.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
}

.flipInX.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
}

.flipInY.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
  }
}

@keyframes bounceOut {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    transform: scale(.3);
  }
}

.bounceOut.goAway {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.bounceOutUp.goAway {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

.bounceOutDown.goAway {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

.bounceOutLeft.goAway {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.bounceOutRight.goAway {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut.goAway {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.fadeOutUp.goAway {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

.fadeOutDown.goAway {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

.fadeOutLeft.goAway {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.fadeOutRight.goAway {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0);
    opacity: 1;
  }

  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX.goAway {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0);
    opacity: 1;
  }

  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedOutRight {
  0% {
    -webkit-transform: translateX(0) skewX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOutRight {
  0% {
    transform: translateX(0) skewX(0);
    opacity: 1;
  }

  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOutRight.goAway {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes lightSpeedOutLeft {
  0% {
    -webkit-transform: translateX(0) skewX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOutLeft {
  0% {
    transform: translateX(0) skewX(0);
    opacity: 1;
  }

  100% {
    transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOutLeft.goAway {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut.goAway {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft.goAway {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft.goAway {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight.goAway {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0) rotate(0);
  }

  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut.goAway {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes fadeInUpShort {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInUpShort {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUpShort {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.fadeInUpShort.go {
  -webkit-animation-name: fadeInUpShort;
  animation-name: fadeInUpShort;
}

@-webkit-keyframes fadeInDownShort {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInDownShort {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInDownShort {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.fadeInDownShort.go {
  -webkit-animation-name: fadeInDownShort;
  animation-name: fadeInDownShort;
}

@-webkit-keyframes fadeInRightShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInRightShort {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInRightShort {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

.fadeInRightShort.go {
  -webkit-animation-name: fadeInRightShort;
  animation-name: fadeInRightShort;
}

@-webkit-keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInLeftShort {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}

.fadeInLeftShort.go {
  -webkit-animation-name: fadeInLeftShort;
  animation-name: fadeInLeftShort;
}

/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N;
   Licensed MIT */
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lightSlider:after,
.lightSlider:before {
  content: " ";
  display: table;
}

.lightSlider {
  overflow: hidden;
  margin: 0;
}

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.lSSlideWrapper>.lightSlider:after {
  clear: both;
}

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform, height;
  transition-property: transform, height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade {
  position: relative;
}

.lSSlideWrapper .lSFade>* {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%
}

.lSSlideWrapper.usingCss .lSFade>* {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade>.active {
  z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade>.active {
  opacity: 1;
}

.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}

.lSSlideOuter .lSPager.lSpg>li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg>li a {
  background-color: #222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all .5s linear 0s;
  transition: all .5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg>li.active a,
.lSSlideOuter .lSPager.lSpg>li:hover a {
  background-color: #428bca;
}

.lSSlideOuter .media {
  opacity: .8;
}

.lSSlideOuter .media.active {
  opacity: 1;
}

.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius .12s linear 0s .35s linear 0s;
  transition: border-radius .12s linear 0s .35s linear 0s;
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px;
}

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%
}

.lSSlideOuter .lSPager.lSGallery:after,
.lSSlideOuter .lSPager.lSGallery:before {
  content: " ";
  display: table;
}

.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}

.lSAction>a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url(../img/controls.png);
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: .5;
  -webkit-transition: opacity .35s linear 0s;
  transition: opacity .35s linear 0s;
}

.lSAction>a:hover {
  opacity: 1;
}

.lSAction>.lSPrev {
  background-position: 0 0;
  left: 10px;
}

.lSAction>.lSNext {
  background-position: -32px 0;
  right: 10px;
}

.lSAction>a.disabled {
  pointer-events: none;
}

.cS-hidden {
  height: 1px;
  opacity: 0;
  overflow: hidden;
}

.lSSlideOuter.vertical {
  position: relative;
}

.lSSlideOuter.vertical.noPager {
  padding-right: 0 !important;
}

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}

.lSSlideOuter.vertical .lightSlider>* {
  width: 100% !important;
  max-width: none !important;
}

.lSSlideOuter.vertical .lSAction>a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}

.lSSlideOuter.vertical .lSAction>.lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}

.lSSlideOuter.vertical .lSAction>.lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}

.lSSlideOuter.lSrtl {
  direction: rtl;
}

.lSSlideOuter .lSPager,
.lSSlideOuter .lightSlider {
  padding-left: 0;
  list-style: none outside none;
}

.lSSlideOuter.lSrtl .lSPager,
.lSSlideOuter.lSrtl .lightSlider {
  padding-right: 0;
}

.lSSlideOuter .lSGallery li,
.lSSlideOuter .lightSlider>* {
  float: left;
}

.lSSlideOuter.lSrtl .lSGallery li,
.lSSlideOuter.lSrtl .lightSlider>* {
  float: right !important;
}

@-webkit-keyframes rightEnd {
  0% {
    left: 0;
  }

  50% {
    left: -15px;
  }

  100% {
    left: 0;
  }
}

@keyframes rightEnd {
  0% {
    left: 0;
  }

  50% {
    left: -15px;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes topEnd {
  0% {
    top: 0;
  }

  50% {
    top: -15px;
  }

  100% {
    top: 0;
  }
}

@keyframes topEnd {
  0% {
    top: 0;
  }

  50% {
    top: -15px;
  }

  100% {
    top: 0;
  }
}

@-webkit-keyframes leftEnd {
  0% {
    left: 0;
  }

  50% {
    left: 15px;
  }

  100% {
    left: 0;
  }
}

@keyframes leftEnd {
  0% {
    left: 0;
  }

  50% {
    left: 15px;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0;
  }

  50% {
    bottom: -15px;
  }

  100% {
    bottom: 0;
  }
}

@keyframes bottomEnd {
  0% {
    bottom: 0;
  }

  50% {
    bottom: -15px;
  }

  100% {
    bottom: 0;
  }
}

.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd .3s;
  animation: rightEnd .3s;
  position: relative;
}

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd .3s;
  animation: leftEnd .3s;
  position: relative;
}

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd .3s;
  animation: topEnd .3s;
  position: relative;
}

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd .3s;
  animation: bottomEnd .3s;
  position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd .3s;
  animation: leftEnd .3s;
  position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd .3s;
  animation: rightEnd .3s;
  position: relative;
}

.lightSlider.lsGrab>* {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lightSlider.lsGrabbing>* {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

@media (max-width:1031px) {
  .responsive {
    text-align: center !important;
  }

  .responsive .text-left,
  .responsive .text-right,
  .responsive a,
  .responsive h1,
  .responsive h2,
  .responsive h3,
  .responsive img,
  .responsive p {
    text-align: center !important;
  }
}

@media (max-width:420px) {
  .responsive-phone {
    text-align: center;
  }
}

.navbar-wrapper {
  z-index: 999 !important;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
}

.navbar-wrapper.navbar-bottom-fixed {
  bottom: 0;
  top: auto;
}

.navbar {
  margin-bottom: 0;
  background: #fff;
}

.navbar .brand img {
  padding-top: 25px;
}

.navbar .nav-title,
.navbar h1 {
  font-size: 18px;
  margin-top: 12px;
}

.navbar li a {
  color: #9ca8b0;
}

.navbar li a:focus,
.navbar li a:hover {
  opacity: .8;
  text-decoration: none;
  outline: medium none;
  color: #ff1744;
}

.navbar .nav-btn {
  border-radius: 3px;
  padding: 8px 20px !important;
}

.navbar .dropdown .dropdown-item {
  padding: .25rem 1rem;
  font-size: 12px;
  font-weight: 300;
}

.navbar .icon {
  padding-right: 5px;
}

.responsive-tab .dropdown-menu a,
.responsive-tab .dropdown-menu i {
  color: #9ca8b0 !important;
}

.dropdown-menu {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
  padding: 7px 0;
  min-width: 185px;
  line-height: 18px;
  border-radius: 0;
  border: none;
}

.dropdown-menu .dropdown-item {
  font-weight: 400;
  color: #9ca8b0;
  font-size: 13px;
  padding: 8px 20px;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #f5f8fa;
}

.navbar-expand {
  padding: 0 1rem;
}

.navbar-expand .navbar-nav .nav-link {
  padding: 1rem .7rem;
}

.custom-dropdown .dropdown-menu {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1) !important;
  border: none;
  z-index: 9999;
  border-radius: 3px;
}

.custom-dropdown .dropdown-menu>li>a>.fa,
.custom-dropdown .dropdown-menu>li>a>.glyphicon,
.custom-dropdown .dropdown-menu>li>a>.icon {
  margin-right: 10px;
}

.custom-dropdown .dropdown-menu>li>a:hover {
  background-color: #f5f8fa;
}

.custom-dropdown .dropdown-menu>.divider {
  background-color: #e1e8ee;
}

.navbar-nav>.messages-menu>.dropdown-menu,
.navbar-nav>.notifications-menu>.dropdown-menu,
.navbar-nav>.tasks-menu>.dropdown-menu {
  padding: 0;
  margin: 0;
  top: 100%
}

.navbar-nav>.messages-menu>.dropdown-menu>li,
.navbar-nav>.notifications-menu>.dropdown-menu>li,
.navbar-nav>.tasks-menu>.dropdown-menu>li {
  position: relative;
}

.navbar-nav>.messages-menu>.dropdown-menu>li.header,
.navbar-nav>.notifications-menu>.dropdown-menu>li.header,
.navbar-nav>.tasks-menu>.dropdown-menu>li.header {
  border-radius: 3px 3px 0 0;
  padding: 7px 10px;
  border-bottom: 1px solid #e1e8ee;
  font-size: 12px;
  color: #9ca8b0;
}

.navbar-nav>.messages-menu>.dropdown-menu>li.footer>a:hover,
.navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a:hover,
.navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a:hover {
  text-decoration: none;
  font-weight: 400;
  background: 0 0;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu,
.navbar-nav>.notifications-menu>.dropdown-menu>li .menu,
.navbar-nav>.tasks-menu>.dropdown-menu>li .menu {
  max-height: 300px;
  margin: 0;
  list-style: none;
  overflow-x: hidden;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a,
.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a,
.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a {
  display: block;
  white-space: nowrap;
  border-bottom: 1px solid #f4f4f4;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:hover,
.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a:hover,
.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a:hover {
  text-decoration: none;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a {
  color: #444;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a>.fa,
.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a>.glyphicon,
.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a>.ion {
  width: 20px;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a {
  margin: 0;
  padding: 15px 10px;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>div>img {
  margin: auto 10px auto auto;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>h4 {
  padding: 0;
  margin: 0 0 0 40px;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>h4>small {
  color: #999;
  font-size: 10px;
  position: absolute;
  top: 0;
  right: 0;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>p {
  margin: 0 0 0 40px;
  font-size: 12px;
  line-height: 1.5;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:before {
  content: " ";
  display: table;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:after {
  content: " ";
  display: table;
  clear: both;
}

.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a {
  padding: 10px;
}

.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a>h3 {
  font-size: 14px;
  padding: 0;
  margin: 0 0 10px 0;
  color: #666;
}

.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a>.progress {
  padding: 0;
  margin: 0;
}

.navbar-nav>.user-menu>.dropdown-menu {
  width: 280px;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer {
  background-color: #f9f9f9;
  padding: 10px;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer:before {
  content: " ";
  display: table;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer:after {
  content: " ";
  display: table;
  clear: both;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default {
  color: #666;
}

.navbar-nav>.user-menu .user-image {
  float: left;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: -2px;
}

.open:not(.dropup)>.animated-dropdown-menu {
  backface-visibility: visible !important;
  -webkit-animation: flipInX .7s both;
  -o-animation: flipInX .7s both;
  animation: flipInX .7s both;
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    transform: perspective(400px);
  }
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
  }
}

.navbar-custom-menu .nav-link {
  position: relative;
}

@media (min-width:1031px) {
  .navbar-custom-menu .nav-link {
    font-size: 18px;
  }
}

.navbar-custom-menu>.navbar-nav>li {
  position: relative;
}

.navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
  font-size: 12px;
}

@media (max-width:991px) {
  .navbar-custom-menu>.navbar-nav {
    float: right;
  }

  .navbar-custom-menu>.navbar-nav>li {
    position: static;
  }

  .navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
    position: absolute;
    right: 5%;
    left: auto;
  }
}

.navbar .nav-material>li>a::after {
  bottom: -10px;
  left: -1px;
}

.brand-wrapper {
  width: 270px;
  height: 60px;
}

body {
  color: #9ca8b0;
  font-family: Roboto, sans-serif, serif;
  font-size: 14px;
  height: 100%;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: .2px;
  padding-right: 0 !important;
}

.container,
.wrapper {
  margin: 0 auto;
  max-width: 1600px;
}

.blogSideImage {
  display: flex;
  justify-content: center;
  align-items: center;
}

a {
  color: #ff1744;
}

a:active,
a:focus,
a:hover {
  outline: 0;
  text-decoration: none;
}

h5,
h6 {
  font-weight: 400;
  color: #9ca8b0;
  line-height: 1.5;
  margin: 0;
}

.h5 {
  letter-spacing: 4px;
  text-transform: uppercase;
}

p {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: .2px;
}

img {
  max-width: 100%
}

ul li {
  list-style: none;
  font-weight: 300;
}

ul li i.icon {
  padding-right: 15px;
}

header h2 {
  line-height: 60px;
}

.overflow-hide {
  overflow: hidden;
}

.section {
  padding-bottom: 50px;
}

.section header {
  text-align: center;
  padding-bottom: 50px;
}

.section-heading {
  text-align: center;
  padding-bottom: 40px;
}

.section-title {
  font-weight: 300;
  color: #43484d;
}

@media (min-width:1031px) {
  .section-title {
    font-size: 52px;
  }
}

.section-subtitle {
  font-size: 22px;
  font-weight: 100;
  line-height: 32px;
  color: #5e6977;
  width: 55%;
  margin: 20px auto 40px;
}

.page {
  margin-bottom: 50px;
}

.block {
  font-size: 14px;
}

.block img {
  border-radius: 3px;
  margin: 15px 0 20px;
  max-width: 100%
}

ul.iconList li {
  line-height: 3;
  padding-left: 30px;
  position: relative;
}

ul.iconList li:before {
  color: #ff1744;
  content: "";
  display: inline-block;
  font-family: paperIcons;
}

ul.arrowIcon li:before {
  content: ""
}

ul li:before {
  position: absolute;
  left: 0;
  top: 0;
}

.hero-header {
  position: relative;
  width: 100%;
  background-size: cover;
  background: rgba(28, 36, 65, .93);
  background-position: center;
  background-repeat: no-repeat;
}

.hero-header .table {
  display: table;
  height: 100%
}

.hero-header .header-text {
  display: table-cell;
  vertical-align: middle;
}

.hero-header .container {
  height: 100%
}

.portfolio-masonry .masonry-post {
  padding: 0 10px;
}

@media (min-width:1400px) {
  .inside {
    margin: 0 auto;
    background: #fff;
    width: 80%
  }
}

.breadcrumbs {
  background: #fff;
  padding: 12px;
  border-bottom: 1px solid #e1e8ee;
}

.breadcrumbs ol {
  margin: 0;
  padding: 0;
}

.breadcrumbs ol li {
  display: inline-block;
  color: #5e6977;
  font-size: 14px;
}

.breadcrumbs ol li a {
  text-decoration: none;
  color: #03a9f4;
}

.breadcrumbs ol li::after {
  content: " / ";
  padding: 0 10px;
  color: #e1e8ee;
}

.breadcrumbs ol li:last-child::after {
  content: "  "
}

@media (max-width:1031px) {
  .breadcrumbs {
    display: none;
  }
}

.has-items-overlay.masonry-post-margin .masonry-post,
.masonry-container.masonry-post-margin .masonry-post {
  margin-bottom: 20px;
}

.has-items-overlay.masonry-post-margin .masonry-post .lSSlide,
.has-items-overlay.masonry-post-margin .masonry-post .lightSlider,
.masonry-container.masonry-post-margin .masonry-post .lSSlide,
.masonry-container.masonry-post-margin .masonry-post .lightSlider {
  width: 400px !important;
}

.has-items-overlay figure,
.masonry-container figure {
  margin-bottom: 20px;
}

.has-items-overlay figure .figure-title,
.masonry-container figure .figure-title {
  background: #0c101b;
}

.has-items-overlay figure .figure-title h5,
.masonry-container figure .figure-title h5 {
  color: #fff;
}

.has-items-overlay figure.figure,
.masonry-container figure.figure {
  box-shadow: none;
  margin: 0;
}

.has-items-overlay figure .img-wrapper,
.masonry-container figure .img-wrapper {
  position: relative;
  overflow: hidden;
}

.has-items-overlay figure img,
.masonry-container figure img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform .4s;
  transition: transform .4s;
}

.has-items-overlay figure:hover img,
.masonry-container figure:hover img {
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.6, 1.6, 1);
}

.has-items-overlay figure:hover .img-overlay,
.masonry-container figure:hover .img-overlay {
  opacity: 1;
}

.has-items-overlay figure:hover .img-overlay .buttons a,
.masonry-container figure:hover .img-overlay .buttons a {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.has-items-overlay figure .img-overlay,
.masonry-container figure .img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  background: rgba(255, 23, 68, .8);
  opacity: 0;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.has-items-overlay figure .buttons,
.masonry-container figure .buttons {
  text-align: center;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.has-items-overlay figure .figcaption,
.has-items-overlay figure figcaption,
.masonry-container figure .figcaption,
.masonry-container figure figcaption {
  padding: 20px 25px;
  margin-top: 0;
  color: #9ca8b0;
}

.has-items-overlay figure .figcaption h5,
.has-items-overlay figure figcaption h5,
.masonry-container figure .figcaption h5,
.masonry-container figure figcaption h5 {
  margin: 0;
}

.has-items-overlay figure .figcaption p,
.has-items-overlay figure figcaption p,
.masonry-container figure .figcaption p,
.masonry-container figure figcaption p {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 0;
}

.has-items-overlay figure .figcaption,
.masonry-container figure .figcaption {
  padding: 50px 25px;
}

.has-items-overlay figure .figcaption p,
.masonry-container figure .figcaption p {
  margin-bottom: 20px;
}

.has-items-overlay figure.style2,
.masonry-container figure.style2 {
  box-shadow: none;
}

.has-items-overlay figure.style2 figcaption,
.masonry-container figure.style2 figcaption {
  padding: 20px 0;
}

.has-items-overlay.thumb-300 .img-wrapper,
.masonry-container.thumb-300 .img-wrapper {
  height: 300px;
  overflow: hidden;
  padding: 10px;
}

#rekord-app {
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.loader-container {
  display: none;
}

.has-preloader .loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f8fa;
  z-index: 9998;
  text-align: center;
}

.has-preloader .loader-container {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%
}

.has-preloader .loaded {
  overflow: visible;
}

.has-preloader .loader-fade {
  display: none;
}

#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #ff1744;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

#nprogress .peg {
  display: block;
  position: absolute;
  right: 0;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #ff1744, 0 0 5px #ff1744;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0, -4px);
  -ms-transform: rotate(3deg) translate(0, -4px);
  transform: rotate(3deg) translate(0, -4px);
}

#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 9999;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #ff1744;
  border-left-color: #ff1744;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner .4s linear infinite;
  animation: nprogress-spinner .4s linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .bar,
.nprogress-custom-parent #nprogress .spinner {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.social {
  list-style: none;
}

.social li {
  padding: 5px 0;
}

.social li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 100%;
  color: #fff;
  margin-right: 5px;
}

.social li a:hover {
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .26);
}

.social li i {
  padding: 0;
}

.social.square li {
  border-radius: 0;
}

.social.rounded li {
  border-radius: 10px;
}

.facebook {
  background: #507cbe;
}

.twitter {
  background: #63cdf1;
}

.gplus {
  background: #f16261;
}

.instagram {
  background: #444;
}

.youtube {
  background: #ca3737;
}

.linkedin {
  background: #90cadd;
}

.dribbble {
  background: #d97aa6;
}

.behance {
  background: #0785f3;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.p-t-80 {
  padding-top: 80px !important;
}

.p-b-80 {
  padding-bottom: 80px !important;
}

.p-b-100 {
  padding-bottom: 100px !important;
}

.p-t-100 {
  padding-top: 100px !important;
}

.p-t-b-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.p-t-b-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.p-t-b-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.p-t-b-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.p-t-b-80 {
  padding: 80px 0 !important;
}

.p-t-b-100 {
  padding: 100px 0 !important;
}

.p-10 {
  padding: 10px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.m-t-150 {
  margin-top: 150px;
}

@media (max-width:1031px) {
  .m-t-150 {
    margin-top: 50px;
  }
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.m-t-b-50 {
  margin: 50px 0 !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.b-b {
  border-bottom: 1px solid #e1e8ee !important;
}

.b-b-light {
  border-bottom: 1px solid rgba(255, 255, 255, .1) !important;
}

.b-b-dashed {
  border-bottom: 1px dashed #e1e8ee !important;
}

@media (min-width:1031px) {
  .b-r {
    border-right: 1px solid #e1e8ee;
  }

  .b-l {
    border-left: 1px solid #e1e8ee;
  }

  .b-r-o {
    border-right: 1px solid rgba(0, 0, 0, .09);
  }

  .b-l-o {
    border-left: 1px solid rgba(0, 0, 0, .09);
  }
}

.b-t {
  border-top: 1px solid #e1e8ee;
}

.b-t-b {
  border-top: 1px solid #e1e8ee;
  border-bottom: 1px solid #e1e8ee;
}

.border {
  border: 1px solid #e1e8ee;
}

.section-text-white h1,
.section-text-white h2,
.section-text-white h3,
.section-text-white h4,
.section-text-white h5,
.section-text-white h6,
.section-text-white p,
.section-text-white span {
  color: #fff !important;
}

.no-p {
  padding: 0 !important;
}

.no-m {
  margin: 0 !important;
}

.b-0,
.no-b,
.no-b .mainnav,
.no-b li,
.no-b th,
.no-b-child>div,
.no-b>td {
  border: medium none !important;
}

.no-r,
.r-0 {
  border-radius: 0 !important;
}

.separator {
  border-bottom: 1px solid #edf0f2;
}

.grid img {
  border-radius: 0;
}

.r-3 {
  border-radius: 3px !important;
}

.r-5 {
  border-radius: 5px !important;
}

.r-10 {
  border-radius: 10px !important;
}

.r-15 {
  border-radius: 15px !important;
}

.r-20 {
  border-radius: 20px !important;
}

.r-30 {
  border-radius: 30px !important;
}

.circle {
  border-radius: 50% !important;
}

.paper-card {
  background: #fff;
  padding: 40px;
  box-shadow: 0 0 6px rgba(0, 0, 0, .1);
}

.shadow {
  box-shadow: 0 0 6px rgba(0, 0, 0, .1) !important;
}

.shadow1 {
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .26) !important;
}

.shadow2 {
  box-shadow: 0 0 25px 0 #e5f0fa !important;
}

.no-shadow {
  box-shadow: none !important;
}

.text-big-bold {
  font-size: 62px;
  font-weight: 800;
  line-height: 62px;
}

.font-weight-lighter,
.thin {
  font-weight: 100 !important;
}

.bolder,
.font-weight-bolder {
  font-weight: 900 !important;
}

.l-s-1 {
  letter-spacing: .2rem;
}

.l-s-2 {
  letter-spacing: .4rem;
}

.l-s-3 {
  letter-spacing: .6rem;
}

.l-s-4 {
  letter-spacing: .8rem;
}

.l-s-5 {
  letter-spacing: 1rem;
}

.s-12 {
  font-size: 12px;
}

.s-14 {
  font-size: 14px;
}

.s-18 {
  font-size: 18px;
}

.s-24 {
  font-size: 24px;
}

.s-36 {
  font-size: 36px;
}

.s-48 {
  font-size: 48px;
}

@media (min-width:1031px) {
  .s-64-lg {
    font-size: 64px;
  }
}

.s-64 {
  font-size: 64px;
}

@media (min-width:1031px) {
  .s-128 {
    font-size: 128px;
  }
}

.s-256 {
  font-size: 256px;
}

@media (max-width:420px) {
  .s-256 {
    font-size: 128px;
  }
}

.img-40 {
  width: 40px;
  height: 40px;
}

.w-10 {
  width: 10%
}

.w-15 {
  width: 15%
}

.w-30px {
  width: 30px;
}

.w-40px {
  width: 40px;
}

.img-80,
.w-80px {
  width: 80px;
}

.img-100,
.w-100px {
  width: 100px;
}

.img-150,
.w-150px {
  width: 150px;
}

.height-50 {
  height: 50px;
}

.height-90 {
  height: 90px;
}

.height-100 {
  height: 100px;
}

.hv-100 {
  min-height: 100vh;
}

.height-full {
  min-height: 100vh;
}

.width-400 {
  max-width: 400px;
}

.width-250 {
  width: 250px !important;
}

.width-900 {
  max-width: 900px;
}

.img-border {
  padding: 5px;
  border: 1px solid #e1e8ee;
}

.text-white {
  color: #fff !important;
}

.text-white a,
.text-white b,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white i,
.text-white li,
.text-white p,
.text-white span,
.text-white strong {
  color: #fff !important;
}

.text-blue {
  color: #4ea9e0 !important;
}

.text-red {
  color: #e84c3d !important;
}

.text-green {
  color: #40d17d !important;
}

.text-purple {
  color: #9b58b5 !important;
}

.text-black {
  color: #000 !important;
}

.text-yellow {
  color: #f1c40f !important;
}

.white {
  background: #fff !important;
}

.light {
  background-color: #f5f8fa;
}

.light-2 {
  background: #f6fafd;
}

.text-light-blue {
  color: #ff1744 !important;
}

.light-blue {
  background-color: #ff1744 !important;
}

.blue4 {
  background-color: #274da8 !important;
}

.blue3 {
  background-color: #375ebc !important;
}

.blue2 {
  background-color: #4ca5e8 !important;
}

.blue1 {
  background-color: #78bcee !important;
}

.success {
  background-color: #68ba3c !important;
}

.danger,
.strawberry {
  background-color: #ed5564 !important;
}

.sunfollower,
warning {
  background-color: #fcce54 !important;
}

.grey-black {
  background-color: #454545 !important;
}

.dark-grey {
  background-color: #2b2d34 !important;
}

.paper-white {
  background: #f5f8fa;
}

.mint {
  background-color: #45cfc0 !important;
}

.gradient {
  border: none;
  background: #4c88ef;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0, #4c88ef), color-stop(100%, #17e4d9));
  background: -webkit-linear-gradient(-45deg, #4c88ef 0, #17e4d9 100%);
  background: -webkit-linear-gradient(315deg, #4c88ef 0, #17e4d9 100%);
  background: linear-gradient(135deg, #4c88ef 0, #17e4d9 100%);
}

.gradient-green {
  background-image: linear-gradient(45deg, #00e3ae 0, #9be15d 100%);
}

.center {
  margin: 0 auto;
}

.center-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}

.border-list li {
  border-bottom: 1px solid #eee;
}

.border-list li:last-child {
  border: none;
}

@media (min-width:1031px) {
  .big-heading {
    font-size: 72px;
  }

  .pull-up-lg {
    margin-top: -120px;
  }
}

.parallel {
  overflow-x: hidden;
  width: 100%
}

@media (min-width:1031px) {
  .parallel {
    overflow: hidden;
    position: fixed;
  }
}

.overlay {
  z-index: -1;
  opacity: .5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.overlay-light::before {
  content: '';
  background: rgba(255, 255, 255, .78);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.overlay-light::before {
  content: '';
  background: rgba(255, 255, 255, .78);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.overlay-light::before {
  content: '';
  background: rgba(255, 255, 255, .78);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.overlay-dark::before {
  content: '';
  background: rgba(0, 0, 0, .78);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.section {
  position: relative;
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.fixed {
  position: fixed !important;
}

[data-bg-repeat=false] {
  background-repeat: no-repeat !important;
}

[data-bg-possition=bottom] {
  background-position: bottom !important;
}

[data-bg-possition=top] {
  background-position: top !important;
}

[data-bg-possition=center] {
  background-position: center !important;
}

[data-bg-possition=centerleft] {
  background-position: center left !important;
}

[data-bg-size=cover] {
  background-size: cover !important;
}

.grid [class*=col-],
.grid figure {
  padding: 0;
  margin: 0;
}

@media (min-width:1031px) {
  .grid.grid-border [class*=col-] {
    border-right: 1px solid #eee;
  }

  .grid.grid-border [class*=col-]:last-child {
    border-right: 0;
  }

  .grid.grid-border.row {
    border-top: 1px solid #eee;
  }

  .grid.grid-border.row:nth-of-type(1) {
    border-top: none !important;
  }
}

ul.list-group.list-group-striped li:nth-of-type(even) {
  background: #f5f8fa;
}

ul.list-group.list-group-hover li:hover {
  background: red;
}

.js-video {
  height: 0;
  padding-top: 25px;
  padding-bottom: 67.5%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.js-video.widescreen {
  padding-bottom: 56.34%
}

.js-video.vimeo {
  padding-top: 0;
}

.js-video embed,
.js-video iframe,
.js-video object,
.js-video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.primary-color {
  background-color: #ff1744;
}

.text-primary {
  color: #ff1744;
}

.theme-dark-bg {
  background-color: #131722;
}

.mdb-color.lighten-5 {
  background-color: #d0d6e2 !important;
}

.mdb-color.lighten-4 {
  background-color: #b1bace !important;
}

.mdb-color.lighten-3 {
  background-color: #929fba !important;
}

.mdb-color.lighten-2 {
  background-color: #7283a7 !important;
}

.mdb-color.lighten-1 {
  background-color: #59698d !important;
}

.mdb-color {
  background-color: #45526e !important;
}

.mdb-color-text {
  color: #45526e !important;
}

.mdb-color.darken-1 {
  background-color: #3b465e !important;
}

.mdb-color.darken-2 {
  background-color: #2e3951 !important;
}

.mdb-color.darken-3 {
  background-color: #1c2a48 !important;
}

.mdb-color.darken-4 {
  background-color: #1c2331 !important;
}

.red.lighten-5 {
  background-color: #ffebee !important;
}

.red.lighten-4 {
  background-color: #ffcdd2 !important;
}

.red.lighten-3 {
  background-color: #ef9a9a !important;
}

.red.lighten-2 {
  background-color: #e57373 !important;
}

.red.lighten-1 {
  background-color: #ef5350 !important;
}

.red {
  background-color: #f44336 !important;
}

.red-text {
  color: #f44336 !important;
}

.red.darken-1 {
  background-color: #e53935 !important;
}

.red.darken-2 {
  background-color: #d32f2f !important;
}

.red.darken-3 {
  background-color: #c62828 !important;
}

.red.darken-4 {
  background-color: #b71c1c !important;
}

.red.accent-1 {
  background-color: #ff8a80 !important;
}

.red.accent-2 {
  background-color: #ff5252 !important;
}

.red.accent-3 {
  background-color: #ff1744 !important;
}

.red.accent-4 {
  background-color: #d50000 !important;
}

.pink.lighten-5 {
  background-color: #fce4ec !important;
}

.pink.lighten-4 {
  background-color: #f8bbd0 !important;
}

.pink.lighten-3 {
  background-color: #f48fb1 !important;
}

.pink.lighten-2 {
  background-color: #f06292 !important;
}

.pink.lighten-1 {
  background-color: #ec407a !important;
}

.pink {
  background-color: #e91e63 !important;
}

.pink-text {
  color: #e91e63 !important;
}

.pink.darken-1 {
  background-color: #d81b60 !important;
}

.pink.darken-2 {
  background-color: #c2185b !important;
}

.pink.darken-3 {
  background-color: #ad1457 !important;
}

.pink.darken-4 {
  background-color: #880e4f !important;
}

.pink.accent-1 {
  background-color: #ff80ab !important;
}

.pink.accent-2 {
  background-color: #ff4081 !important;
}

.pink.accent-3 {
  background-color: #f50057 !important;
}

.pink.accent-4 {
  background-color: #c51162 !important;
}

.purple.lighten-5 {
  background-color: #f3e5f5 !important;
}

.purple.lighten-4 {
  background-color: #e1bee7 !important;
}

.purple.lighten-3 {
  background-color: #ce93d8 !important;
}

.purple.lighten-2 {
  background-color: #ba68c8 !important;
}

.purple.lighten-1 {
  background-color: #ab47bc !important;
}

.purple {
  background-color: #9c27b0 !important;
}

.purple-text {
  color: #9c27b0 !important;
}

.purple.darken-1 {
  background-color: #8e24aa !important;
}

.purple.darken-2 {
  background-color: #7b1fa2 !important;
}

.purple.darken-3 {
  background-color: #6a1b9a !important;
}

.purple.darken-4 {
  background-color: #4a148c !important;
}

.purple.accent-1 {
  background-color: #ea80fc !important;
}

.purple.accent-2 {
  background-color: #e040fb !important;
}

.purple.accent-3 {
  background-color: #d500f9 !important;
}

.purple.accent-4 {
  background-color: #a0f !important;
}

.deep-purple.lighten-5 {
  background-color: #ede7f6 !important;
}

.deep-purple.lighten-4 {
  background-color: #d1c4e9 !important;
}

.deep-purple.lighten-3 {
  background-color: #b39ddb !important;
}

.deep-purple.lighten-2 {
  background-color: #9575cd !important;
}

.deep-purple.lighten-1 {
  background-color: #7e57c2 !important;
}

.deep-purple {
  background-color: #673ab7 !important;
}

.deep-purple-text {
  color: #673ab7 !important;
}

.deep-purple.darken-1 {
  background-color: #5e35b1 !important;
}

.deep-purple.darken-2 {
  background-color: #512da8 !important;
}

.deep-purple.darken-3 {
  background-color: #4527a0 !important;
}

.deep-purple.darken-4 {
  background-color: #311b92 !important;
}

.deep-purple.accent-1 {
  background-color: #b388ff !important;
}

.deep-purple.accent-2 {
  background-color: #7c4dff !important;
}

.deep-purple.accent-3 {
  background-color: #651fff !important;
}

.deep-purple.accent-4 {
  background-color: #6200ea !important;
}

.indigo.lighten-5 {
  background-color: #e8eaf6 !important;
}

.indigo.lighten-4 {
  background-color: #c5cae9 !important;
}

.indigo.lighten-3 {
  background-color: #9fa8da !important;
}

.indigo.lighten-2 {
  background-color: #7986cb !important;
}

.indigo.lighten-1 {
  background-color: #5c6bc0 !important;
}

.indigo {
  background-color: #3f51b5 !important;
}

.indigo-text {
  color: #3f51b5 !important;
}

.indigo.darken-1 {
  background-color: #3949ab !important;
}

.indigo.darken-2 {
  background-color: #303f9f !important;
}

.indigo.darken-3 {
  background-color: #283593 !important;
}

.indigo.darken-4 {
  background-color: #1a237e !important;
}

.indigo.accent-1 {
  background-color: #8c9eff !important;
}

.indigo.accent-2 {
  background-color: #536dfe !important;
}

.indigo.accent-3 {
  background-color: #3d5afe !important;
}

.indigo.accent-4 {
  background-color: #304ffe !important;
}

.blue.lighten-5 {
  background-color: #e3f2fd !important;
}

.blue.lighten-4 {
  background-color: #bbdefb !important;
}

.blue.lighten-3 {
  background-color: #90caf9 !important;
}

.blue.lighten-2 {
  background-color: #64b5f6 !important;
}

.blue.lighten-1 {
  background-color: #42a5f5 !important;
}

.blue {
  background-color: #2196f3 !important;
}

.blue-text {
  color: #2196f3 !important;
}

.blue.darken-1 {
  background-color: #1e88e5 !important;
}

.blue.darken-2 {
  background-color: #1976d2 !important;
}

.blue.darken-3 {
  background-color: #1565c0 !important;
}

.blue.darken-4 {
  background-color: #0d47a1 !important;
}

.blue.accent-1 {
  background-color: #82b1ff !important;
}

.blue.accent-2 {
  background-color: #448aff !important;
}

.blue.accent-3 {
  background-color: #2979ff !important;
}

.blue.accent-4 {
  background-color: #2962ff !important;
}

.light-blue.lighten-5 {
  background-color: #e1f5fe !important;
}

.light-blue.lighten-4 {
  background-color: #b3e5fc !important;
}

.light-blue.lighten-3 {
  background-color: #81d4fa !important;
}

.light-blue.lighten-2 {
  background-color: #4fc3f7 !important;
}

.light-blue.lighten-1 {
  background-color: #29b6f6 !important;
}

.light-blue {
  background-color: #03a9f4 !important;
}

.light-blue-text {
  color: #03a9f4 !important;
}

.light-blue.darken-1 {
  background-color: #039be5 !important;
}

.light-blue.darken-2 {
  background-color: #0288d1 !important;
}

.light-blue.darken-3 {
  background-color: #0277bd !important;
}

.light-blue.darken-4 {
  background-color: #01579b !important;
}

.light-blue.accent-1 {
  background-color: #80d8ff !important;
}

.light-blue.accent-2 {
  background-color: #40c4ff !important;
}

.light-blue.accent-3 {
  background-color: #00b0ff !important;
}

.light-blue.accent-4 {
  background-color: #0091ea !important;
}

.cyan.lighten-5 {
  background-color: #e0f7fa !important;
}

.cyan.lighten-4 {
  background-color: #b2ebf2 !important;
}

.cyan.lighten-3 {
  background-color: #80deea !important;
}

.cyan.lighten-2 {
  background-color: #4dd0e1 !important;
}

.cyan.lighten-1 {
  background-color: #26c6da !important;
}

.cyan {
  background-color: #00bcd4 !important;
}

.cyan-text {
  color: #00bcd4 !important;
}

.cyan.darken-1 {
  background-color: #00acc1 !important;
}

.cyan.darken-2 {
  background-color: #0097a7 !important;
}

.cyan.darken-3 {
  background-color: #00838f !important;
}

.cyan.darken-4 {
  background-color: #006064 !important;
}

.cyan.accent-1 {
  background-color: #84ffff !important;
}

.cyan.accent-2 {
  background-color: #18ffff !important;
}

.cyan.accent-3 {
  background-color: #00e5ff !important;
}

.cyan.accent-4 {
  background-color: #00b8d4 !important;
}

.teal.lighten-5 {
  background-color: #e0f2f1 !important;
}

.teal.lighten-4 {
  background-color: #b2dfdb !important;
}

.teal.lighten-3 {
  background-color: #80cbc4 !important;
}

.teal.lighten-2 {
  background-color: #4db6ac !important;
}

.teal.lighten-1 {
  background-color: #26a69a !important;
}

.teal {
  background-color: #009688 !important;
}

.teal-text {
  color: #009688 !important;
}

.teal.darken-1 {
  background-color: #00897b !important;
}

.teal.darken-2 {
  background-color: #00796b !important;
}

.teal.darken-3 {
  background-color: #00695c !important;
}

.teal.darken-4 {
  background-color: #004d40 !important;
}

.teal.accent-1 {
  background-color: #a7ffeb !important;
}

.teal.accent-2 {
  background-color: #64ffda !important;
}

.teal.accent-3 {
  background-color: #1de9b6 !important;
}

.teal.accent-4 {
  background-color: #00bfa5 !important;
}

.green.lighten-5 {
  background-color: #e8f5e9 !important;
}

.green.lighten-4 {
  background-color: #c8e6c9 !important;
}

.green.lighten-3 {
  background-color: #a5d6a7 !important;
}

.green.lighten-2 {
  background-color: #81c784 !important;
}

.green.lighten-1 {
  background-color: #66bb6a !important;
}

.green {
  background-color: #4caf50 !important;
}

.green-text {
  color: #4caf50 !important;
}

.green.darken-1 {
  background-color: #43a047 !important;
}

.green.darken-2 {
  background-color: #388e3c !important;
}

.green.darken-3 {
  background-color: #2e7d32 !important;
}

.green.darken-4 {
  background-color: #1b5e20 !important;
}

.green.accent-1 {
  background-color: #b9f6ca !important;
}

.green.accent-2 {
  background-color: #69f0ae !important;
}

.green.accent-3 {
  background-color: #00e676 !important;
}

.green.accent-4 {
  background-color: #00c853 !important;
}

.light-green.lighten-5 {
  background-color: #f1f8e9 !important;
}

.light-green.lighten-4 {
  background-color: #dcedc8 !important;
}

.light-green.lighten-3 {
  background-color: #c5e1a5 !important;
}

.light-green.lighten-2 {
  background-color: #aed581 !important;
}

.light-green.lighten-1 {
  background-color: #9ccc65 !important;
}

.light-green {
  background-color: #8bc34a !important;
}

.light-green-text {
  color: #8bc34a !important;
}

.light-green.darken-1 {
  background-color: #7cb342 !important;
}

.light-green.darken-2 {
  background-color: #689f38 !important;
}

.light-green.darken-3 {
  background-color: #558b2f !important;
}

.light-green.darken-4 {
  background-color: #33691e !important;
}

.light-green.accent-1 {
  background-color: #ccff90 !important;
}

.light-green.accent-2 {
  background-color: #b2ff59 !important;
}

.light-green.accent-3 {
  background-color: #76ff03 !important;
}

.light-green.accent-4 {
  background-color: #64dd17 !important;
}

.lime.lighten-5 {
  background-color: #f9fbe7 !important;
}

.lime.lighten-4 {
  background-color: #f0f4c3 !important;
}

.lime.lighten-3 {
  background-color: #e6ee9c !important;
}

.lime.lighten-2 {
  background-color: #dce775 !important;
}

.lime.lighten-1 {
  background-color: #d4e157 !important;
}

.lime {
  background-color: #cddc39 !important;
}

.lime-text {
  color: #cddc39 !important;
}

.lime.darken-1 {
  background-color: #c0ca33 !important;
}

.lime.darken-2 {
  background-color: #afb42b !important;
}

.lime.darken-3 {
  background-color: #9e9d24 !important;
}

.lime.darken-4 {
  background-color: #827717 !important;
}

.lime.accent-1 {
  background-color: #f4ff81 !important;
}

.lime.accent-2 {
  background-color: #eeff41 !important;
}

.lime.accent-3 {
  background-color: #c6ff00 !important;
}

.lime.accent-4 {
  background-color: #aeea00 !important;
}

.yellow.lighten-5 {
  background-color: #fffde7 !important;
}

.yellow.lighten-4 {
  background-color: #fff9c4 !important;
}

.yellow.lighten-3 {
  background-color: #fff59d !important;
}

.yellow.lighten-2 {
  background-color: #fff176 !important;
}

.yellow.lighten-1 {
  background-color: #ffee58 !important;
}

.yellow {
  background-color: #ffeb3b !important;
}

.yellow-text {
  color: #ffeb3b !important;
}

.yellow.darken-1 {
  background-color: #fdd835 !important;
}

.yellow.darken-2 {
  background-color: #fbc02d !important;
}

.yellow.darken-3 {
  background-color: #f9a825 !important;
}

.yellow.darken-4 {
  background-color: #f57f17 !important;
}

.yellow.accent-1 {
  background-color: #ffff8d !important;
}

.yellow.accent-2 {
  background-color: #ff0 !important;
}

.yellow.accent-3 {
  background-color: #ffea00 !important;
}

.yellow.accent-4 {
  background-color: #ffd600 !important;
}

.amber.lighten-5 {
  background-color: #fff8e1 !important;
}

.amber.lighten-4 {
  background-color: #ffecb3 !important;
}

.amber.lighten-3 {
  background-color: #ffe082 !important;
}

.amber.lighten-2 {
  background-color: #ffd54f !important;
}

.amber.lighten-1 {
  background-color: #ffca28 !important;
}

.amber {
  background-color: #ffc107 !important;
}

.amber-text {
  color: #ffc107 !important;
}

.amber.darken-1 {
  background-color: #ffb300 !important;
}

.amber.darken-2 {
  background-color: #ffa000 !important;
}

.amber.darken-3 {
  background-color: #ff8f00 !important;
}

.amber.darken-4 {
  background-color: #ff6f00 !important;
}

.amber.accent-1 {
  background-color: #ffe57f !important;
}

.amber.accent-2 {
  background-color: #ffd740 !important;
}

.amber.accent-3 {
  background-color: #ffc400 !important;
}

.amber.accent-4 {
  background-color: #ffab00 !important;
}

.orange.lighten-5 {
  background-color: #fff3e0 !important;
}

.orange.lighten-4 {
  background-color: #ffe0b2 !important;
}

.orange.lighten-3 {
  background-color: #ffcc80 !important;
}

.orange.lighten-2 {
  background-color: #ffb74d !important;
}

.orange.lighten-1 {
  background-color: #ffa726 !important;
}

.orange {
  background-color: #ff9800 !important;
}

.orange-text {
  color: #ff9800 !important;
}

.orange.darken-1 {
  background-color: #fb8c00 !important;
}

.orange.darken-2 {
  background-color: #f57c00 !important;
}

.orange.darken-3 {
  background-color: #ef6c00 !important;
}

.orange.darken-4 {
  background-color: #e65100 !important;
}

.orange.accent-1 {
  background-color: #ffd180 !important;
}

.orange.accent-2 {
  background-color: #ffab40 !important;
}

.orange.accent-3 {
  background-color: #ff9100 !important;
}

.orange.accent-4 {
  background-color: #ff6d00 !important;
}

.deep-orange.lighten-5 {
  background-color: #fbe9e7 !important;
}

.deep-orange.lighten-4 {
  background-color: #ffccbc !important;
}

.deep-orange.lighten-3 {
  background-color: #ffab91 !important;
}

.deep-orange.lighten-2 {
  background-color: #ff8a65 !important;
}

.deep-orange.lighten-1 {
  background-color: #ff7043 !important;
}

.deep-orange {
  background-color: #ff5722 !important;
}

.deep-orange-text {
  color: #ff5722 !important;
}

.deep-orange.darken-1 {
  background-color: #f4511e !important;
}

.deep-orange.darken-2 {
  background-color: #e64a19 !important;
}

.deep-orange.darken-3 {
  background-color: #d84315 !important;
}

.deep-orange.darken-4 {
  background-color: #bf360c !important;
}

.deep-orange.accent-1 {
  background-color: #ff9e80 !important;
}

.deep-orange.accent-2 {
  background-color: #ff6e40 !important;
}

.deep-orange.accent-3 {
  background-color: #ff3d00 !important;
}

.deep-orange.accent-4 {
  background-color: #dd2c00 !important;
}

.brown.lighten-5 {
  background-color: #efebe9 !important;
}

.brown.lighten-4 {
  background-color: #d7ccc8 !important;
}

.brown.lighten-3 {
  background-color: #bcaaa4 !important;
}

.brown.lighten-2 {
  background-color: #a1887f !important;
}

.brown.lighten-1 {
  background-color: #8d6e63 !important;
}

.brown {
  background-color: #795548 !important;
}

.brown-text {
  color: #795548 !important;
}

.brown.darken-1 {
  background-color: #6d4c41 !important;
}

.brown.darken-2 {
  background-color: #5d4037 !important;
}

.brown.darken-3 {
  background-color: #4e342e !important;
}

.brown.darken-4 {
  background-color: #3e2723 !important;
}

.blue-grey.lighten-5 {
  background-color: #eceff1 !important;
}

.blue-grey.lighten-4 {
  background-color: #cfd8dc !important;
}

.blue-grey.lighten-3 {
  background-color: #b0bec5 !important;
}

.blue-grey.lighten-2 {
  background-color: #90a4ae !important;
}

.blue-grey.lighten-1 {
  background-color: #78909c !important;
}

.blue-grey {
  background-color: #607d8b !important;
}

.blue-grey-text {
  color: #607d8b !important;
}

.blue-grey.darken-1 {
  background-color: #546e7a !important;
}

.blue-grey.darken-2 {
  background-color: #455a64 !important;
}

.blue-grey.darken-3 {
  background-color: #37474f !important;
}

.blue-grey.darken-4 {
  background-color: #263238 !important;
}

.grey.lighten-5 {
  background-color: #fafafa !important;
}

.grey.lighten-4 {
  background-color: #f5f5f5 !important;
}

.grey.lighten-3 {
  background-color: #eee !important;
}

.grey.lighten-2 {
  background-color: #e0e0e0 !important;
}

.grey.lighten-1 {
  background-color: #bdbdbd !important;
}

.grey {
  background-color: #9e9e9e !important;
}

.grey-text {
  color: #9e9e9e !important;
}

.grey.darken-1 {
  background-color: #757575 !important;
}

.grey.darken-2 {
  background-color: #616161 !important;
}

.grey.darken-3 {
  background-color: #424242 !important;
}

.grey.darken-4 {
  background-color: #212121 !important;
}

.shades.black {
  background-color: #000 !important;
}

.shades.white {
  background-color: #fff !important;
}

.shades.transparent {
  background-color: transparent !important;
}

.black {
  background-color: #000 !important;
}

.black-text {
  color: #000 !important;
}

.white {
  background-color: #fff !important;
}

.white-text {
  color: #fff !important;
}

.transparent {
  background-color: transparent !important;
}

.transparent-text {
  color: transparent !important;
}

.light-blue-text {
  color: #82b1ff !important;
}

.dark-grey-text {
  color: #4f4f4f !important;
}

.danger-color {
  background-color: #ed5564 !important;
}

.danger-color-dark {
  background-color: #c00 !important;
}

.warning-color {
  background-color: #fcce54 !important;
}

.warning-color-dark {
  background-color: #f80 !important;
}

.success-color {
  background-color: #7dc855 !important;
}

.success-color-dark {
  background-color: #007e33 !important;
}

.info-color {
  background-color: #78bcee !important;
}

.info-color-dark {
  background-color: #09c !important;
}

.default-color {
  background-color: #2bbbad !important;
}

.default-color-dark {
  background-color: #00695c !important;
}

.primary-color {
  background-color: #ff1744 !important;
}

.primary-color-dark {
  background-color: #0d47a1 !important;
}

.secondary-color {
  background-color: #6c757d !important;
}

.secondary-color-dark {
  background-color: #93c !important;
}

.elegant-color {
  background-color: #2e2e2e !important;
}

.elegant-color-dark {
  background-color: #212121 !important;
}

.stylish-color {
  background-color: #4b515d !important;
}

.stylish-color-dark {
  background-color: #3e4551 !important;
}

.special-color {
  background-color: #37474f !important;
}

.special-color-dark {
  background-color: #263238 !important;
}

.unique-color {
  background-color: #3f729b !important;
}

.unique-color-dark {
  background-color: #1c2331 !important;
}

.mdb-color {
  background-color: #45526e !important;
}

.rgba-blue-light {
  background-color: rgba(3, 169, 244, .3) !important;
}

.rgba-red-light {
  background-color: rgba(244, 67, 54, .3) !important;
}

.rgba-pink-light {
  background-color: rgba(233, 30, 99, .3) !important;
}

.rgba-purple-light {
  background-color: rgba(156, 39, 176, .3) !important;
}

.rgba-indigo-light {
  background-color: rgba(63, 81, 181, .3) !important;
}

.rgba-cyan-light {
  background-color: rgba(0, 188, 212, .3) !important;
}

.rgba-teal-light {
  background-color: rgba(0, 150, 136, .3) !important;
}

.rgba-green-light {
  background-color: rgba(76, 175, 80, .3) !important;
}

.rgba-lime-light {
  background-color: rgba(205, 220, 57, .3) !important;
}

.rgba-yellow-light {
  background-color: rgba(255, 235, 59, .3) !important;
}

.rgba-orange-light {
  background-color: rgba(255, 152, 0, .3) !important;
}

.rgba-brown-light {
  background-color: rgba(121, 85, 72, .3) !important;
}

.rgba-grey-light {
  background-color: rgba(158, 158, 158, .3) !important;
}

.rgba-bluegrey-light {
  background-color: rgba(96, 125, 139, .3) !important;
}

.rgba-black-light {
  background-color: rgba(0, 0, 0, .3) !important;
}

.rgba-stylish-light {
  background-color: rgba(62, 69, 81, .3) !important;
}

.rgba-white-light {
  background-color: rgba(255, 255, 255, .3) !important;
}

.rgba-blue-strong {
  background-color: rgba(3, 169, 244, .7) !important;
}

.rgba-red-strong {
  background-color: rgba(244, 67, 54, .7) !important;
}

.rgba-pink-strong {
  background-color: rgba(233, 30, 99, .7) !important;
}

.rgba-purple-strong {
  background-color: rgba(156, 39, 176, .7) !important;
}

.rgba-indigo-strong {
  background-color: rgba(63, 81, 181, .7) !important;
}

.rgba-cyan-strong {
  background-color: rgba(0, 188, 212, .7) !important;
}

.rgba-teal-strong {
  background-color: rgba(0, 150, 136, .7) !important;
}

.rgba-green-strong {
  background-color: rgba(76, 175, 80, .7) !important;
}

.rgba-lime-strong {
  background-color: rgba(205, 220, 57, .7) !important;
}

.rgba-yellow-strong {
  background-color: rgba(255, 235, 59, .7) !important;
}

.rgba-orange-strong {
  background-color: rgba(255, 152, 0, .7) !important;
}

.rgba-brown-strong {
  background-color: rgba(121, 85, 72, .7) !important;
}

.rgba-grey-strong {
  background-color: rgba(158, 158, 158, .7) !important;
}

.rgba-bluegrey-strong {
  background-color: rgba(96, 125, 139, .7) !important;
}

.rgba-black-strong {
  background-color: rgba(0, 0, 0, .7) !important;
}

.rgba-stylish-strong {
  background-color: rgba(62, 69, 81, .7) !important;
}

.rgba-white-strong {
  background-color: rgba(255, 255, 255, .7) !important;
}

.rgba-blue-slight {
  background-color: rgba(3, 169, 244, .1) !important;
}

.rgba-red-slight {
  background-color: rgba(244, 67, 54, .1) !important;
}

.rgba-pink-slight {
  background-color: rgba(233, 30, 99, .1) !important;
}

.rgba-purple-slight {
  background-color: rgba(156, 39, 176, .1) !important;
}

.rgba-indigo-slight {
  background-color: rgba(63, 81, 181, .1) !important;
}

.rgba-cyan-slight {
  background-color: rgba(0, 188, 212, .1) !important;
}

.rgba-teal-slight {
  background-color: rgba(0, 150, 136, .1) !important;
}

.rgba-green-slight {
  background-color: rgba(76, 175, 80, .1) !important;
}

.rgba-lime-slight {
  background-color: rgba(205, 220, 57, .1) !important;
}

.rgba-yellow-slight {
  background-color: rgba(255, 235, 59, .1) !important;
}

.rgba-orange-slight {
  background-color: rgba(255, 152, 0, .1) !important;
}

.rgba-brown-slight {
  background-color: rgba(121, 85, 72, .1) !important;
}

.rgba-grey-slight {
  background-color: rgba(158, 158, 158, .1) !important;
}

.rgba-bluegrey-slight {
  background-color: rgba(96, 125, 139, .1) !important;
}

.rgba-black-slight {
  background-color: rgba(0, 0, 0, .1) !important;
}

.rgba-stylish-slight {
  background-color: rgba(62, 69, 81, .1) !important;
}

.rgba-white-slight {
  background-color: rgba(255, 255, 255, .1) !important;
}

.bg-primary,
.toast-primary {
  background-color: #ff1744 !important;
}

.bg-danger,
.toast-danger {
  background-color: #ed5564 !important;
}

.bg-warning,
.toast-warning {
  background-color: #f80 !important;
}

.bg-success,
.toast-success {
  background-color: #7dc855 !important;
}

.bg-info,
.toast-info {
  background-color: #78bcee !important;
}

.bg-default,
.toast-default {
  background-color: #2bbbad !important;
}

.bg-secondary,
.toast-secondary {
  background-color: #6c757d !important;
}

.bg-elegant,
.toast-elegant {
  background-color: #2e2e2e !important;
}

.bg-unique,
.toast-unique {
  background-color: #880e4f !important;
}

.bg-dark-green,
.toast-dark-green {
  background-color: #388e3c !important;
}

.bg-mdb-color,
.toast-mdb-color {
  background-color: #59698d !important;
}

.bg-red,
.toast-red {
  background-color: #d32f2f !important;
}

.bg-pink,
.toast-pink {
  background-color: #ec407a !important;
}

.bg-purple,
.toast-purple {
  background-color: #8e24aa !important;
}

.bg-deep-purple,
.toast-deep-purple {
  background-color: #512da8 !important;
}

.bg-indigo,
.toast-indigo {
  background-color: #3f51b5 !important;
}

.bg-blue,
.toast-blue {
  background-color: #1976d2 !important;
}

.bg-light-blue,
.toast-light-blue {
  background-color: #82b1ff !important;
}

.bg-cyan,
.toast-cyan {
  background-color: #00bcd4 !important;
}

.bg-teal,
.toast-teal {
  background-color: #00796b !important;
}

.bg-green,
.toast-green {
  background-color: #388e3c !important;
}

.bg-light-green,
.toast-light-green {
  background-color: #8bc34a !important;
}

.bg-lime,
.toast-lime {
  background-color: #afb42b !important;
}

.bg-yellow,
.toast-yellow {
  background-color: #fbc02d !important;
}

.bg-amber,
.toast-amber {
  background-color: #ffa000 !important;
}

.bg-orange,
.toast-orange {
  background-color: #f57c00 !important;
}

.bg-deep-orange,
.toast-deep-orange {
  background-color: #ff7043 !important;
}

.bg-brown,
.toast-brown {
  background-color: #795548 !important;
}

.bg-grey,
.toast-grey {
  background-color: #616161 !important;
}

.bg-blue-grey,
.toast-blue-grey {
  background-color: #78909c !important;
}

.bg-white,
.toast-white {
  background-color: #fff !important;
}

.bg-black,
.toast-black {
  background-color: #000 !important;
}

.zolkusowy-gradient {
  background: #00ff90;
  background: -moz-linear-gradient(top, #00ff90 0, #59ffdd 47%, #ff0 100%);
  background: -webkit-linear-gradient(top, #00ff90 0, #59ffdd 47%, #ff0 100%);
  background: linear-gradient(to bottom, #00ff90 0, #59ffdd 47%, #ff0 100%);
}

.text-dark-heading {
  color: #9ca8b0;
}

.lightSlider {
  visibility: hidden;
  opacity: 0;
}

.lightSlider .lSAction>.lSNext,
.lightSlider .lSAction>.lSPrev {
  background: 0 0 !important;
}

.lightSlider .lslide {
  position: relative;
}

.lightSlider .slide-caption {
  position: absolute;
  text-align: center;
  background: rgba(0, 0, 0, .8);
  padding: 40px;
  color: #fff;
  width: 600px;
  margin: 0 auto;
  vertical-align: middle;
  top: 30%;
  left: 0;
  right: 0;
}

.lightSlider .slide-caption p {
  margin: 20px 0;
}

@media (max-width:1031px) {
  .lightSlider .slide-caption {
    display: none;
  }
}

.lightSlider .carousel-caption {
  position: absolute;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #9ca8b0;
  text-align: center;
  text-shadow: none;
  top: 25%
}

.lightSlider .overlay {
  z-index: 0;
}

.pager-ab-top-left .lSPager.lSpg {
  position: absolute !important;
  top: 8px;
  left: 30px;
}

.showSlider {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity .5s linear;
}

.lSSlideOuter .lSPager.lSpg>li a {
  background-color: #eee;
  height: 10px;
  width: 10px;
}

.lSSlideOuter .lSPager.lSpg>li.active a,
.lSSlideOuter .lSPager.lSpg>li:hover a {
  background-color: #ff1744;
}

.lSPager.lSGallery img {
  opacity: .3;
}

.lSPager.lSGallery img:hover {
  opacity: 1;
}

.lSPager.lSGallery .active img {
  opacity: 1;
}

@media (min-width:1031px) {
  .lslide.active .typewriter {
    overflow: hidden;
    border-right: .15em solid rgba(0, 0, 0, .5);
    white-space: nowrap;
    margin: 0 auto;
    animation: typing 3.5s steps(40, end), blink-caret .75s step-end infinite;
  }

  @keyframes typing {
    from {
      width: 0;
    }

    to {
      width: 100%
    }
  }

  @keyframes blink-caret {

    from,
    to {
      border-color: transparent;
    }

    50% {
      border-color: rgba(0, 0, 0, .4);
    }
  }
}

.avatar,
.avatar-letter {
  position: relative;
  margin-bottom: 0;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
  line-height: 2rem;
  border-radius: 4rem;
  vertical-align: middle;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  color: #fff;
}

.avatar-xxl {
  width: 8rem;
  height: 8rem;
  font-size: 7rem;
  line-height: 8rem;
}

.avatar-xl {
  width: 5rem;
  height: 5rem;
  font-size: 4rem;
  line-height: 5rem;
}

.avatar-lg {
  width: 3rem;
  height: 3rem;
  font-size: 1.8rem;
  line-height: 3rem;
}

.avatar-md {
  width: 2.25rem;
  height: 2.25rem;
  font-size: 1.25rem;
  line-height: 2.25rem;
}

.avatar-sm {
  width: 1.5rem;
  height: 1.5rem;
  font-size: .5rem;
  line-height: 1.5rem;
}

.avatar-xs {
  width: 1.25rem;
  height: 1.25rem;
  font-size: .25rem;
  line-height: 1.25rem;
}

.avatar.dropdown .dropdown-menu {
  min-width: 6rem;
}

.avatar.dropdown.focus .avatar-badge>.oi:before,
.avatar.dropdown.show .avatar-badge>.oi:before,
.avatar.dropdown:focus .avatar-badge>.oi:before,
.avatar.dropdown:hover .avatar-badge>.oi:before {
  content: ""
}

.avatar.dropdown.focus .avatar-badge>.fa:before,
.avatar.dropdown.show .avatar-badge>.fa:before,
.avatar.dropdown:focus .avatar-badge>.fa:before,
.avatar.dropdown:hover .avatar-badge>.fa:before {
  content: ""
}

.avatar.dropdown.focus .offline,
.avatar.dropdown.show .offline,
.avatar.dropdown:focus .offline,
.avatar.dropdown:hover .offline {
  color: #fff;
}

.avatar>a {
  color: inherit;
  outline: 0;
}

.avatar>a:focus,
.avatar>a:hover {
  color: inherit;
  text-decoration: none;
}

.avatar .avatar-letter,
.avatar audio,
.avatar canvas,
.avatar img,
.avatar video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4rem;
}

a.avatar:focus,
a.avatar:hover {
  outline: 0;
}

a.avatar:focus {
  -webkit-box-shadow: 0 0 0 3px #346cb0;
  box-shadow: 0 0 0 3px #346cb0;
}

.avatar-lg .avatar-badge {
  right: 5px;
}

.avatar-sm .avatar-badge,
.avatar-xs .avatar-badge {
  right: -2px;
}

.avatar-floated {
  margin-top: -2.5rem;
  -webkit-box-shadow: 0 0 0 2px #fff;
  box-shadow: 0 0 0 2px #fff;
  z-index: 2;
}

.avatar-floated.avatar-lg {
  margin-top: -.5rem;
}

.avatar-group {
  display: inline-block;
}

.avatar-group .avatar {
  -webkit-box-shadow: 0 0 0 2px #fff;
  box-shadow: 0 0 0 2px #fff;
}

.avatar-group .avatar:focus,
.avatar-group .avatar:hover {
  z-index: 2;
}

.avatar-group .avatar+.avatar {
  display: inline-block;
  margin-left: -.5em;
}

.avatar-badge {
  position: absolute;
  right: 1px;
  bottom: 0;
  display: block;
  width: 8px;
  height: 8px;
  line-height: 1;
  text-align: center;
  font-size: 8px;
  color: #fff;
  background-color: #a9acb0;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 0 2px #fff;
  box-shadow: 0 0 0 2px #fff;
  z-index: 2;
}

.avatar-badge.has-indicator {
  width: 10px;
  height: 10px;
}

.avatar-badge.online {
  background-color: #7dc855;
}

.avatar-badge.away,
.avatar-badge.idle {
  background-color: #fcce54;
}

.avatar-badge.busy {
  background-color: #ed5564;
}

.avatar-badge.offline {
  color: #a9acb0;
  background-color: #a9acb0;
}

.avatar-badge .fa,
.avatar-badge .icon {
  line-height: 10px;
  padding: 0;
}

.avatar-letter-a:before {
  content: "\0061"
}

.avatar-letter-b:before {
  content: "\0062"
}

.avatar-letter-c:before {
  content: "\0063"
}

.avatar-letter-d:before {
  content: "\0064"
}

.avatar-letter-e:before {
  content: "\0065"
}

.avatar-letter-f:before {
  content: "\0066"
}

.avatar-letter-g:before {
  content: "\0067"
}

.avatar-letter-h:before {
  content: "\0068"
}

.avatar-letter-i:before {
  content: "\0069"
}

.avatar-letter-j:before {
  content: "\006A"
}

.avatar-letter-k:before {
  content: "\006B"
}

.avatar-letter-l:before {
  content: "\006C"
}

.avatar-letter-m:before {
  content: "\006D"
}

.avatar-letter-n:before {
  content: "\006E"
}

.avatar-letter-o:before {
  content: "\006F"
}

.avatar-letter-p:before {
  content: "\0070"
}

.avatar-letter-q:before {
  content: "\0071"
}

.avatar-letter-r:before {
  content: "\0072"
}

.avatar-letter-s:before {
  content: "\0073"
}

.avatar-letter-t:before {
  content: "\0074"
}

.avatar-letter-u:before {
  content: "\0075"
}

.avatar-letter-v:before {
  content: "\0076"
}

.avatar-letter-w:before {
  content: "\0077"
}

.avatar-letter-x:before {
  content: "\0078"
}

.avatar-letter-y:before {
  content: "\0079"
}

.avatar-letter-z:before {
  content: "\007A"
}

.avatar-letter-0 {
  background-color: #1abc9c;
}

.avatar-letter-a {
  background-color: #2ecc71;
}

.avatar-letter-b {
  background-color: #3498db;
}

.avatar-letter-c {
  background-color: #9b59b6;
}

.avatar-letter-d {
  background-color: #34495e;
}

.avatar-letter-e {
  background-color: #16a085;
}

.avatar-letter-f {
  background-color: #27ae60;
}

.avatar-letter-g {
  background-color: #2980b9;
}

.avatar-letter-h {
  background-color: #2c3e50;
}

.avatar-letter-i {
  background-color: #f1c40f;
}

.avatar-letter-j {
  background-color: #e67e22;
}

.avatar-letter-k {
  background-color: #e74c3c;
}

.avatar-letter-l {
  background-color: #95a5a6;
}

.avatar-letter-m {
  background-color: #f39c12;
}

.avatar-letter-n {
  background-color: #ebcb15;
}

.avatar-letter-o {
  background-color: #069;
}

.avatar-letter-p {
  background-color: #06c;
}

.avatar-letter-q {
  background-color: #f06292;
}

.avatar-letter-r {
  background-color: #090;
}

.avatar-letter-s {
  background-color: #093;
}

.avatar-letter-t {
  background-color: #096;
}

.avatar-letter-u {
  background-color: #099;
}

.avatar-letter-v {
  background-color: #09c;
}

.avatar-letter-w {
  background-color: #09f;
}

.avatar-letter-x {
  background-color: #0c0;
}

.avatar-letter-y {
  background-color: #38934f;
}

.avatar-letter-z {
  background-color: #77cc00ad;
}

.avatar-plain {
  text-shadow: none;
}

.dl-menuwrapper {
  width: 100%;
  max-width: 300px;
  float: left;
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 200%;
  perspective-origin: 50% 200%
}

.dl-menuwrapper:first-child {
  margin-top: 25px;
}

.dl-menuwrapper button {
  background: #ccc;
  border: none;
  width: 48px;
  height: 45px;
  text-indent: -900em;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  outline: 0;
}

.dl-menuwrapper button.dl-active,
.dl-menuwrapper button:hover,
.dl-menuwrapper ul {
  background: #aaa;
}

.dl-menuwrapper button:after {
  content: '';
  position: absolute;
  width: 68%;
  height: 5px;
  background: #fff;
  top: 10px;
  left: 16%;
  box-shadow: 0 10px 0 #fff, 0 20px 0 #fff;
}

.dl-menuwrapper ul {
  padding: 0;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.dl-menuwrapper li {
  position: relative;
}

.dl-menuwrapper li a {
  display: block;
  position: relative;
  padding: 15px 20px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 300;
  color: #fff;
  outline: 0;
}

.no-touch .dl-menuwrapper li a:hover {
  background: rgba(255, 248, 213, .1);
}

.dl-menuwrapper li.dl-back>a {
  padding-left: 30px;
  background: #f5f8fa;
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li>a:not(:only-child):after {
  position: absolute;
  top: 0;
  line-height: 50px;
  font-family: paperIcons;
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "";
  font-size: 18px;
  right: 22px;
}

.dl-menuwrapper li.dl-back:after {
  left: 10px;
  color: rgba(212, 204, 198, .6);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dl-menuwrapper li>a:after {
  right: 10px;
  color: rgba(0, 0, 0, .15);
}

.dl-menuwrapper .dl-menu {
  margin: 0;
  position: absolute;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
  transition: all .3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.dl-menuwrapper li .dl-submenu {
  display: none;
}

.dl-menuwrapper .dl-menu.dl-subview li,
.dl-menuwrapper .dl-menu.dl-subview li.dl-subview>a,
.dl-menuwrapper .dl-menu.dl-subview li.dl-subviewopen>a {
  display: none;
}

.dl-menuwrapper .dl-menu.dl-subview li.dl-subview,
.dl-menuwrapper .dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menuwrapper .dl-menu.dl-subview li.dl-subviewopen,
.dl-menuwrapper .dl-menu.dl-subview li.dl-subviewopen>.dl-submenu,
.dl-menuwrapper .dl-menu.dl-subview li.dl-subviewopen>.dl-submenu>li {
  display: block;
}

.dl-menuwrapper>.dl-submenu {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0;
}

.dl-menuwrapper .dl-menu.dl-animate-out-1 {
  -webkit-animation: MenuAnimOut1 .4s;
  animation: MenuAnimOut1 .4s;
}

.dl-menuwrapper .dl-menu.dl-animate-out-2 {
  -webkit-animation: MenuAnimOut2 .3s ease-in-out;
  animation: MenuAnimOut2 .3s ease-in-out;
}

.dl-menuwrapper .dl-menu.dl-animate-out-3 {
  -webkit-animation: MenuAnimOut3 .4s ease;
  animation: MenuAnimOut3 .4s ease;
}

.dl-menuwrapper .dl-menu.dl-animate-out-4 {
  -webkit-animation: MenuAnimOut4 .4s ease;
  animation: MenuAnimOut4 .4s ease;
}

.dl-menuwrapper .dl-menu.dl-animate-out-5 {
  -webkit-animation: MenuAnimOut5 .4s ease;
  animation: MenuAnimOut5 .4s ease;
}

@-webkit-keyframes MenuAnimOut1 {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
  }

  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5;
  }

  100% {
    -webkit-transform: translateZ(-500px) rotateY(0);
    opacity: 0;
  }
}

@-webkit-keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
}

@-webkit-keyframes MenuAnimOut3 {
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}

@-webkit-keyframes MenuAnimOut4 {
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}

@-webkit-keyframes MenuAnimOut5 {
  100% {
    -webkit-transform: translateY(40%);
    opacity: 0;
  }
}

@keyframes MenuAnimOut1 {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg);
  }

  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5;
  }

  100% {
    -webkit-transform: translateZ(-500px) rotateY(0);
    transform: translateZ(-500px) rotateY(0);
    opacity: 0;
  }
}

@keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}

@keyframes MenuAnimOut3 {
  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
}

@keyframes MenuAnimOut4 {
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
}

@keyframes MenuAnimOut5 {
  100% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0;
  }
}

.dl-menuwrapper .dl-menu.dl-animate-in-1 {
  -webkit-animation: MenuAnimIn1 .3s;
  animation: MenuAnimIn1 .3s;
}

.dl-menuwrapper .dl-menu.dl-animate-in-2 {
  -webkit-animation: MenuAnimIn2 .3s ease-in-out;
  animation: MenuAnimIn2 .3s ease-in-out;
}

.dl-menuwrapper .dl-menu.dl-animate-in-3 {
  -webkit-animation: MenuAnimIn3 .4s ease;
  animation: MenuAnimIn3 .4s ease;
}

.dl-menuwrapper .dl-menu.dl-animate-in-4 {
  -webkit-animation: MenuAnimIn4 .4s ease;
  animation: MenuAnimIn4 .4s ease;
}

.dl-menuwrapper .dl-menu.dl-animate-in-5 {
  -webkit-animation: MenuAnimIn5 .4s ease;
  animation: MenuAnimIn5 .4s ease;
}

@-webkit-keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0);
    opacity: 0;
  }

  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    opacity: .5;
  }

  100% {
    -webkit-transform: translateZ(0) rotateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
}

@-webkit-keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
}

@-webkit-keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0);
    transform: translateZ(-500px) rotateY(0);
    opacity: 0;
  }

  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg);
    opacity: .5;
  }

  100% {
    -webkit-transform: translateZ(0) rotateY(0);
    transform: translateZ(0) rotateY(0);
    opacity: 1;
  }
}

@keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.dl-menuwrapper>.dl-submenu.dl-animate-in-1 {
  -webkit-animation: SubMenuAnimIn1 .4s ease;
  animation: SubMenuAnimIn1 .4s ease;
}

.dl-menuwrapper>.dl-submenu.dl-animate-in-2 {
  -webkit-animation: SubMenuAnimIn2 .3s ease-in-out;
  animation: SubMenuAnimIn2 .3s ease-in-out;
}

.dl-menuwrapper>.dl-submenu.dl-animate-in-3 {
  -webkit-animation: SubMenuAnimIn3 .4s ease;
  animation: SubMenuAnimIn3 .4s ease;
}

.dl-menuwrapper>.dl-submenu.dl-animate-in-4 {
  -webkit-animation: SubMenuAnimIn4 .4s ease;
  animation: SubMenuAnimIn4 .4s ease;
}

.dl-menuwrapper>.dl-submenu.dl-animate-in-5 {
  -webkit-animation: SubMenuAnimIn5 .4s ease;
  animation: SubMenuAnimIn5 .4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
}

@-webkit-keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
}

@-webkit-keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

.dl-menuwrapper>.dl-submenu.dl-animate-out-1 {
  -webkit-animation: SubMenuAnimOut1 .4s ease;
  animation: SubMenuAnimOut1 .4s ease;
}

.dl-menuwrapper>.dl-submenu.dl-animate-out-2 {
  -webkit-animation: SubMenuAnimOut2 .3s ease-in-out;
  animation: SubMenuAnimOut2 .3s ease-in-out;
}

.dl-menuwrapper>.dl-submenu.dl-animate-out-3 {
  -webkit-animation: SubMenuAnimOut3 .4s ease;
  animation: SubMenuAnimOut3 .4s ease;
}

.dl-menuwrapper>.dl-submenu.dl-animate-out-4 {
  -webkit-animation: SubMenuAnimOut4 .4s ease;
  animation: SubMenuAnimOut4 .4s ease;
}

.dl-menuwrapper>.dl-submenu.dl-animate-out-5 {
  -webkit-animation: SubMenuAnimOut5 .4s ease;
  animation: SubMenuAnimOut5 .4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }
}

@-webkit-keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
}

@-webkit-keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}

@-webkit-keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}

@-webkit-keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
  }
}

@keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
}

@keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}

@keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
}

@keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
}

@keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0;
  }
}

.no-js .dl-menuwrapper .dl-menu {
  position: relative;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
  display: block;
}

.no-js .dl-menuwrapper li.dl-back {
  display: none;
}

.no-js .dl-menuwrapper li>a:not(:only-child) {
  background: rgba(0, 0, 0, .1);
}

.no-js .dl-menuwrapper li>a:not(:only-child):after {
  content: ''
}

.demo-1 .dl-menuwrapper button {
  background: #c62860;
}

.demo-1 .dl-menuwrapper button.dl-active,
.demo-1 .dl-menuwrapper button:hover,
.demo-1 .dl-menuwrapper ul {
  background: #9e1847;
}

.demo-2 .dl-menuwrapper button {
  background: #e86814;
}

.demo-2 .dl-menuwrapper button.dl-active,
.demo-2 .dl-menuwrapper button:hover,
.demo-2 .dl-menuwrapper ul {
  background: #d35400;
}

.demo-3 .dl-menuwrapper button {
  background: #08cbc4;
}

.demo-3 .dl-menuwrapper button.dl-active,
.demo-3 .dl-menuwrapper button:hover,
.demo-3 .dl-menuwrapper ul {
  background: #00b4ae;
}

.demo-4 .dl-menuwrapper button {
  background: #90b912;
}

.demo-4 .dl-menuwrapper button.dl-active,
.demo-4 .dl-menuwrapper button:hover,
.demo-4 .dl-menuwrapper ul {
  background: #79a002;
}

.demo-5 .dl-menuwrapper button {
  background: #744783;
}

.demo-5 .dl-menuwrapper button.dl-active,
.demo-5 .dl-menuwrapper button:hover,
.demo-5 .dl-menuwrapper ul {
  background: #643771;
}

.mainnav {
  padding: 0;
  z-index: 99;
  border-radius: 0;
  background: 0 0;
  border: none;
}

@media (max-width:1031px) {
  .mainnav {
    padding: 15px;
  }
}

@media (min-width:1031px) {
  .mainnav .dl-trigger {
    display: none;
  }
}

.xv-menuwrapper {
  float: right;
}

.xv-menuwrapper .dl-trigger {
  display: none;
}

.xv-menuwrapper .dl-menu {
  margin: 0;
  display: flex;
  position: static;
  padding: 0;
  text-align: left;
  float: none;
}

.xv-menuwrapper .dl-menu>li.parent {
  position: relative;
}

.xv-menuwrapper .dl-menu>li.parent>a:after {
  content: "";
  position: absolute;
  color: #9ca8b0;
  font-family: lineicons;
  right: -6px;
}

.xv-menuwrapper .dl-menu>li.parent:hover>a:after {
  content: "";
  position: absolute;
  font-family: lineicons;
  top: 43%;
  font-size: 36px;
  left: 32px;
  color: rgba(120, 130, 140, .13);
}

.xv-menuwrapper .dl-menu>li.active>a {
  color: #ff1744;
}

.xv-menuwrapper .dl-menu>li>a {
  padding: 0 10px;
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #9ca8b0;
  line-height: 75px;
  position: relative;
  margin-left: 15px;
}

.xv-menuwrapper .dl-menu>li.megamenu.active>a:after {
  font-family: lineicons;
  content: "f0d8";
  width: 100%;
  text-align: center;
  height: 7px;
  position: absolute;
  left: 0;
  bottom: 4px;
  color: #fff;
  font-size: 20px;
  bottom: 42px;
}

.xv-menuwrapper .dl-menu>li.megamenu.active:after {
  display: none;
}

.xv-menuwrapper .dl-menu>li .btn {
  color: #fff !important;
  line-height: 20px !important;
  vertical-align: middle;
}

.xv-menuwrapper .dl-menu li.parent {
  position: relative;
}

.xv-menuwrapper .dl-menu li.parent.megamenu {
  position: static;
}

.xv-menuwrapper .dl-menu li.parent.megamenu>.sub-menu {
  display: flex !important;
  align-content: center !important;
  flex-wrap: wrap !important;
  width: auto;
  text-align: justify;
  left: auto;
  right: 0;
  padding: 15px 20px 0;
}

.xv-menuwrapper .dl-menu li.parent.megamenu>.sub-menu.sub-menu-left {
  left: 20%;
  right: auto !important;
}

.xv-menuwrapper .dl-menu li.parent.megamenu>.sub-menu::after {
  width: 100%;
  display: inline-block;
  content: ".";
  visibility: hidden;
}

.xv-menuwrapper .dl-menu li.parent.megamenu>.sub-menu>li {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  position: relative;
  padding: 20px;
}

.xv-menuwrapper .dl-menu li.parent.megamenu>.sub-menu>li:before {
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  border-right: 1px dashed rgba(120, 130, 140, .13);
  top: 0;
}

.xv-menuwrapper .dl-menu li.parent.megamenu>.sub-menu>li:nth-child(2):before {
  border: none;
}

.xv-menuwrapper .dl-menu li.parent.megamenu>.sub-menu>li>a {
  font-weight: 400;
  display: block;
}

.xv-menuwrapper .dl-menu li.parent.megamenu>.sub-menu figure {
  overflow: hidden;
  max-width: 330px;
}

.xv-menuwrapper .dl-menu li.parent.megamenu>.sub-menu figure img {
  width: 100%;
  height: auto;
}

.xv-menuwrapper .dl-menu li.parent.megamenu>ul>li {
  border-top: none;
}

.xv-menuwrapper .dl-menu li.parent.megamenu>ul>li.parent ul li {
  border-top: none;
}

.xv-menuwrapper .dl-menu li.parent.megamenu li {
  list-style: none;
}

.xv-menuwrapper .dl-menu li.parent.megamenu li a {
  line-height: 25px;
  margin-bottom: 15px;
}

.xv-menuwrapper .dl-menu li.parent:last-child>ul {
  left: auto;
  right: 0;
}

.xv-menuwrapper .dl-menu li.parent:hover>ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
}

.xv-menuwrapper .dl-menu li.parent>ul {
  background: #fff;
  padding: 0;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 215px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  border-radius: 0;
  box-shadow: 0 18px 35px rgba(50, 50, 93, .1), 0 8px 15px rgba(0, 0, 0, .07);
}

.xv-menuwrapper .dl-menu li.parent>ul>li {
  display: block;
  list-style: none;
  border-top: 1px solid rgba(120, 130, 140, .13);
  padding: 8px 10px;
}

.xv-menuwrapper .dl-menu li.parent>ul>li>a {
  display: block;
  line-height: 30px;
}

.xv-menuwrapper .dl-menu li.parent>ul>li.parent ul {
  position: absolute;
  left: 100%;
  top: 0;
}

.xv-menuwrapper .dl-menu li.parent>ul>li.parent:after {
  position: absolute;
  top: 0;
  right: 15px;
  line-height: 50px;
  font-family: lineicons;
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "";
  color: #9ca8b0;
}

.xv-menuwrapper .dl-menu li.parent>ul>li.parent:hover>ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
}

.xv-menuwrapper .dl-menu li.parent:last-child>ul>li.parent>ul {
  left: auto;
  right: 100%
}

.xv-menuwrapper .dl-menu a {
  font-size: 12px;
}

.xv-menuwrapper .dl-menu a i {
  padding-right: 15px;
}

.xv-menuwrapper button:after {
  display: none;
}

.xv-menuwrapper .dl-back {
  display: none !important;
}

.dl-menuwrapper {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.dl-menuwrapper .dl-menu {
  box-shadow: 0 18px 35px rgba(50, 50, 93, .1), 0 8px 15px rgba(0, 0, 0, .07);
  z-index: 9999;
  border-radius: 2px;
}

.dl-menuwrapper .dl-menu .btn {
  border-radius: 0;
  padding: 0;
}

.dl-menuwrapper button {
  background: #ff1744;
  float: right;
}

.dl-menuwrapper button.dl-active,
.dl-menuwrapper button:hover {
  background: #ff1744;
}

.dl-menuwrapper ul {
  background: #fff;
}

.dl-menuwrapper ul li {
  border-bottom: 1px solid #fafafa;
}

.dl-menuwrapper ul li:last-child {
  border: none;
}

.dl-menuwrapper ul li a {
  color: #9ca8b0;
}

.fixed-navigation.dl-menuwrapper {
  position: fixed;
  right: -80px;
  top: 40px;
  z-index: 9999;
}

.dl-trigger-wrapper {
  position: relative;
}

.sub-menu:hover:active:focus::before {
  content: "";
  position: absolute;
  font-family: lineicons;
  top: -11px;
  font-size: 22px;
  left: 32px;
  color: #ddd;
}

.dropdown-toggle:hover,
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  background-color: transparent;
  color: #ff1744;
}

.mini-nav .paper-nav-toggle,
.nav-offcanvas-desktop .paper-nav-toggle {
  display: block;
}

.xv-menuwrapper .dl-menu>li.megamenu .sub-menu li {
  line-height: 30px;
}

.xv-menuwrapper .dl-menu>li.megamenu .sub-menu li .icon {
  margin-left: 0;
}

.navbar-default ul.dropdown-menu li a,
.tags li a,
.widget-cart-items,
.widget-tags a,
.xv-menuwrapper .dl-menu>li.parent>ul,
.xv-menuwrapper .dl-menu>li.parent>ul>li.parent>ul {
  transition: all .3s ease-in-out 0s;
}

@media screen and (min-width:768px) {
  .mini-nav .navbar {
    margin-bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    border: none !important;
    padding: 15px 0;
  }
}

.nav-absolute nav {
  position: absolute;
  right: 0;
  left: 0;
}

.nav-absolute nav.original .xv-menuwrapper .dl-menu>li>a {
  color: #fff;
}

.nav-absolute nav.original .xv-menuwrapper .dl-menu>li.parent>a:after {
  color: #fff;
}

.nav-light nav .xv-menuwrapper .dl-menu>li>a {
  color: #fff;
}

.nav-light nav .xv-menuwrapper .dl-menu>li.parent>a:after {
  color: #fff;
}

.nav-border nav {
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.nav-border-dark nav {
  border-bottom: 1px solid #e1e8ee !important;
}

.nav-slim .xv-menuwrapper .dl-menu>li>a {
  line-height: 60px;
}

.nav-slim .xv-menuwrapper li.parent.megamenu>.sub-menu.sub-menu-left {
  left: auto;
}

.nav-sticky.sticky nav {
  position: relative !important;
  transition: background .3s, color .3s, border-color .3s, padding .2s;
}

nav ul {
  padding: 0;
}

nav strong {
  font-weight: 400;
  font-size: 12px;
}

@media (min-width:1031px) {
  nav li .divider {
    border-bottom: 1px dashed rgba(120, 130, 140, .13);
    margin: 5px 0;
  }
}

nav .b-l,
nav .b-r {
  border-color: rgba(255, 255, 255, .2);
}

nav .user-avatar img {
  width: 40px;
  margin-left: 5px;
}

nav.nav-inverse .xv-menuwrapper .dl-menu>li.parent ul {
  background: #0c101b;
}

nav.nav-flat .dl-menu>li>a {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 100;
}

nav.nav-flat .navbar-brand {
  font-size: 2.1rem;
}

.offcanvas .badge,
nav .badge {
  border-radius: 1px;
  padding: 4px 7px;
  margin-left: 5px;
  border-radius: 2px;
}

@media (min-width:1031px) {
  .navbar-center {
    margin-top: 1rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width:1031px) {
  .navbar-center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%
  }
}

.navbar.player-header {
  padding: .5rem 1rem !important;
}

@media (max-width:1031px) {
  .player-bar {
    width: auto;
  }
}

.player-bar .btn-link {
  text-decoration: none;
}

#waveform {
  height: 50px;
}

@media (max-width:420px) {
  #waveform {
    display: none;
  }
}

.icon-pause::before {
  content: "\e9e5" !important;
}

.xv-slide {
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover !important;
  height: 440px;
}

.lSAction a {
  width: 40px;
  height: 40px;
  display: block;
  background: #000;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}

.lSAction .icon {
  font-size: 25px;
  color: #fff;
  text-align: center;
  line-height: 40px;
}

.input-group-addon {
  min-height: 3rem;
  border-color: #e1e8ee;
  background: #f5f8fa;
  padding: .7rem 1rem;
}

.form-control {
  border: 1px solid #e1e8ee;
  box-shadow: none;
  border-radius: 3px;
  transition: all .2s ease-in-out;
  font-weight: 300;
}

.form-control:focus {
  box-shadow: none;
  border-color: #1bb1f5;
}

.form-group {
  position: relative;
}

.form-group.has-icon i {
  font-size: 14px;
  position: absolute;
  top: 25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 20px;
}

.form-group.has-icon i:after {
  content: "";
  height: 30px;
  width: 1px;
  border-right: solid 1px #e1e8ee;
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form-group.has-icon input {
  padding-left: 68px;
}

.form-group.has-right-icon i {
  position: absolute;
  right: 1rem;
  top: .7rem;
}

.form-group.input-group-sm i {
  top: .5rem !important;
}

.has-warning .form-control {
  border-color: orange;
}

form label {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.9;
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon {
  border: 2px solid #e1e8ee;
  border-radius: 5px;
  color: #43484d;
  font-size: 14px;
  height: 50px;
  padding: 15px;
  width: 100%
}

.form-control-lg:focus,
.input-group-lg>.form-control:focus,
.input-group-lg>.input-group-addon:focus {
  border-color: #ff1744 !important;
}

textarea.form-control-lg {
  min-height: 100px;
  padding: 0 .85rem;
}

input[type=checkbox],
input[type=radio] {
  margin-right: 10px !important;
}

.btn .icon {
  padding-right: 15px;
}

.btn:hover {
  border: 1px solid transparent;
}

.btn-group-sm>.btn,
.btn.btn-sm {
  font-size: .8rem;
  padding: .35rem .6rem;
}

.btn-default {
  border: 1px solid #e1e8ee;
}

.btn-default:hover {
  background: #ff1744;
  color: #fff;
  border: 1px solid #ff1744;
  box-shadow: none;
}

.btn-fixed-top-left {
  position: fixed;
  left: 52px;
  top: 66px;
  z-index: 99;
}

.btn-primary {
  border-color: transparent;
  color: #fff !important;
}

.btn-primary:focus,
.btn-primary:hover {
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .26);
  opacity: .8;
  color: #fff;
  background: #ff1744;
}

.btn-danger {
  border-color: transparent;
  color: #fff !important;
}

.btn-danger:focus,
.btn-danger:hover {
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .26);
  opacity: .8;
  color: #fff;
  background: #ed5564;
}

.btn-warning {
  border-color: transparent;
  color: #fff !important;
}

.btn-warning:focus,
.btn-warning:hover {
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .26);
  opacity: .8;
  color: #fff;
  background: #fcce54;
}

.btn-success {
  border-color: transparent;
  color: #fff !important;
}

.btn-success:focus,
.btn-success:hover {
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .26);
  opacity: .8;
  color: #fff;
  background: #7dc855;
}

.badge-success,
.badge-warning {
  color: #fff;
}

.btn-social {
  color: #fff;
}

.btn-social:focus,
.btn-social:hover {
  color: #fff;
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .26);
}

.btn-big {
  padding: 15px 40px !important;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400 !important;
}

.btn-big:hover {
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .26);
}

@media (max-width:1031px) {
  .btn-big {
    font-size: 14px;
  }
}

.btn-img img:hover {
  transition: box-shadow .5s ease-out 50ms;
  background: 0 0;
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .26);
}

.btn-line {
  display: inline-block;
  color: #fff;
  padding: 10px 22px;
  line-height: 1;
  border: 1px solid #fff;
  border-radius: 0;
  text-align: center;
  font-weight: 100;
  margin: 4px;
  -webkit-transition: all .4s;
  transition: all .4s;
  background: 0 0;
}

.btn-line:focus,
.btn-line:hover {
  transition: box-shadow .5s ease-out 50ms;
  opacity: .8;
  color: #fff;
  border: 1px solid;
}

.btn-xs {
  padding: .2rem .5rem;
  font-size: .7rem;
}

.btn-group-lg>.btn,
.btn-lg {
  border-radius: 3px;
  font-size: 16px;
}

.btn-xl {
  padding: 13px 25px;
  font-size: 16px;
}

.btn-info {
  color: #fff;
}

a.btn-fab {
  line-height: 40px;
}

.btn-fab {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  padding: 0;
  color: #fff;
}

.btn-fab i {
  color: #fff;
}

.btn-fab:active,
.btn-fab:focus,
.btn-fab:hover {
  text-decoration: none;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: .8;
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .26) !important;
  border: none;
}

.btn-fab i {
  font-size: 24px;
  vertical-align: middle;
}

.btn-fab.btn-fab-md {
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.btn-fab.btn-fab-sm {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.btn-fab.btn-fab-sm i {
  font-size: 12px;
}

.fab-right-bottom {
  right: 40px;
  bottom: -16px;
  z-index: 1;
}

.fab-left-bottom {
  left: 40px;
  bottom: -16px;
  z-index: 1;
}

.fab-right-bottom-fixed {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 1;
}

.fab-top {
  top: -15px;
}

.paper-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}

.paper-nav-toggle.active i::after,
.paper-nav-toggle.active i::before,
.paper-nav-toggle.dl-active i::after,
.paper-nav-toggle.dl-active i::before {
  background: #9ca8b0;
}

.paper-nav-toggle:active,
.paper-nav-toggle:focus,
.paper-nav-toggle:hover {
  outline: 0;
  border-bottom: none !important;
  opacity: .8;
}

.paper-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #9ca8b0;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #9ca8b0;
  transition: all .2s ease-out;
}

.paper-nav-toggle i::after,
.paper-nav-toggle i::before {
  content: '';
  width: 25px;
  height: 2px;
  background: #9ca8b0;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}

.paper-nav-toggle.paper-nav-white>i {
  color: #fff;
  background: #fff;
}

.paper-nav-toggle.paper-nav-white>i::after,
.paper-nav-toggle.paper-nav-white>i::before {
  background: #fff;
}

.paper-nav-toggle.left {
  left: 0;
  right: auto;
}

.paper-nav-toggle i::before {
  top: -7px;
}

.paper-nav-toggle i::after {
  bottom: -7px;
}

.paper-nav-toggle:hover i::before {
  top: -10px;
}

.paper-nav-toggle:hover i::after {
  bottom: -10px;
}

.paper-nav-toggle.active i,
.paper-nav-toggle.dl-active i {
  background: 0 0;
}

.paper-nav-toggle.active i::before,
.paper-nav-toggle.dl-active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.paper-nav-toggle.active i::after,
.paper-nav-toggle.dl-active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.paper-nav-toggle {
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: block;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
  text-align: center;
}

@media (max-width:1031px) {
  .paper-nav-toggle {
    position: absolute;
    display: block;
  }
}

.paper-nav-toggle .left {
  left: 15px;
}

.paper-nav-toggle-sidenav {
  right: 0;
}

@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }

  to {
    opacity: .1;
  }
}

.blink {
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: .8s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}

.glow {
  color: #444;
  text-shadow: 1px 0 1px #ccc, 0 1px 1px #eee, 2px 1px 1px #ccc, 1px 2px 1px #eee, 3px 2px 1px #ccc, 2px 3px 1px #eee, 4px 3px 1px #ccc, 3px 4px 1px #eee, 5px 4px 1px #ccc, 4px 5px 1px #eee, 6px 5px 1px #ccc, 5px 6px 1px #eee, 7px 6px 1px #ccc;
}

.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.custom-control-label::after,
.custom-control-label::before {
  top: -.6rem !important;
}

.form-material .input-group {
  width: 100%;
  margin-bottom: 20px;
}

.form-material .input-group .form-line {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #e1e8ee;
  position: relative;
}

.form-material .input-group .form-line:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -2px;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transition: .25s ease-in;
  -o-transition: .25s ease-in;
  -webkit-transition: .25s ease-in;
  transition: .25s ease-in;
  border-bottom: 2px solid #ff1744;
}

.form-material .input-group .form-line+.input-group-addon {
  padding-right: 0;
  padding-left: 10px;
}

.form-material .input-group .help-info {
  float: right;
  font-size: 12px;
  margin-top: 5px;
  color: #999;
}

.form-material .input-group label.error {
  font-size: 12px;
  display: block;
  margin-top: 5px;
  font-weight: 400;
  color: #ed5564;
}

.form-material .input-group .form-line.error:after {
  border-bottom: 2px solid #ed5564;
}

.form-material .input-group .form-line.success:after {
  border-bottom: 2px solid #7dc855;
}

.form-material .input-group .form-line.warning:after {
  border-bottom: 2px solid #fcce54;
}

.form-material .input-group .form-line.focused:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.form-material .input-group .form-line.focused .form-label {
  bottom: 25px;
  left: 0;
  font-size: 12px;
}

.form-material .input-group .input-group-addon {
  border: none;
  background-color: transparent;
  padding-left: 0;
  font-weight: 700;
}

.form-material .input-group .input-group-addon .material-icons {
  font-size: 18px;
  color: #555;
}

.form-material .input-group input[type=text] {
  border: none;
  box-shadow: none;
  padding-left: 0;
}

.form-material .input-group .form-control {
  border: none;
  box-shadow: none;
  padding-left: 0;
}

.form-material .input-group .form-control:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important;
}

.form-material .input-group.input-group-sm .input-group-addon i {
  font-size: 14px;
}

.form-material .input-group.input-group-sm .form-control {
  font-size: 12px;
}

.form-material .input-group.input-group-lg .input-group-addon i {
  font-size: 26px;
}

.form-material .input-group.input-group-lg .form-control {
  font-size: 18px;
}

.form-material .form-control-label {
  text-align: right;
}

.form-material .form-control-label label {
  margin-top: 8px;
}

.form-material .form-horizontal .form-group {
  margin-bottom: 0;
}

.form-material .form-group {
  width: 100%;
  margin-bottom: 25px;
}

.form-material .form-group .form-control {
  width: 100%;
  border: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding-left: 0;
}

.form-material .form-group .help-info {
  float: right;
  font-size: 12px;
  margin-top: 5px;
  color: #999;
}

.form-material .form-group label.error {
  font-size: 12px;
  display: block;
  margin-top: 5px;
  font-weight: 400;
  color: #ed5564;
}

.form-material .form-group .form-line {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #e1e8ee;
}

.form-material .form-group .form-line:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  bottom: -1px;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transition: .25s ease-in;
  -o-transition: .25s ease-in;
  -webkit-transition: .25s ease-in;
  transition: .25s ease-in;
  border-bottom: 2px solid #ff1744;
}

.form-material .form-group .form-line .form-label {
  font-weight: 400;
  color: #9ca8b0;
  position: absolute;
  top: 10px;
  left: 0;
  cursor: text;
  -moz-transition: .2s;
  -o-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s;
}

.form-material .form-group .form-line.error:after {
  border-bottom: 2px solid #ed5564;
}

.form-material .form-group .form-line.success:after {
  border-bottom: 2px solid #7dc855;
}

.form-material .form-group .form-line.warning:after {
  border-bottom: 2px solid #fcce54;
}

.form-material .form-group .form-line.focused:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.form-material .form-group .form-line.focused .form-label {
  top: -10px;
  left: 0;
  font-size: 12px;
}

.form-material .form-group-sm .form-label {
  font-size: 12px;
}

.form-material .form-group-sm .form-line.focused .form-label {
  bottom: 20px;
  font-size: 10px;
}

.form-material .form-group-lg .form-label {
  font-size: 18px;
}

.form-material .form-group-lg .form-line.focused .form-label {
  bottom: 35px;
  font-size: 12px;
}

.form-material .form-control[disabled],
.form-material .form-control[readonly] {
  background-color: transparent;
}

.form-material fieldset[disabled] .form-control {
  background-color: transparent;
}

.form-material .invalid-feedback,
.form-material .valid-feedback {
  position: absolute;
}

.has-sidebar {
  margin-left: 80px;
  transition: transform .5s ease-in-out, margin .5s ease-in-out;
}

.has-sidebar.has-sidebar-tabs {
  margin-left: 330px;
}

@media (max-width:1031px) {
  .has-sidebar {
    margin-left: 0 !important;
  }
}

.has-sidebar.page {
  overflow: hidden;
}

.sidebar-offcanvas-desktop {
  display: none;
}

.pp-nav-toggle {
  position: relative;
  top: 8px;
  padding: 0;
  text-align: left;
}

.user_avatar {
  width: 60px;
  border: 1px solid #eee;
  background: #fff;
  padding: 5px;
  border-radius: 50%
}

.user-panel {
  padding: 40px 20px;
}

.user-panel .user_avatar {
  margin-right: 10px;
}

.sidebar-collapse .has-sidebar {
  margin-left: 0;
}

.offcanvas {
  transition: transform .5s ease-in-out, margin .5s ease-in-out;
  overflow: hidden;
}

.offcanvas .dl-menuwrapper {
  top: 0;
  right: auto;
}

.offcanvas .dl-menuwrapper .dl-menu {
  box-shadow: none;
  border-radius: 0;
}

.offcanvas .sidebar-menu {
  padding-top: 80px !important;
}

.offcanvas .sidebar-menu li a {
  padding-top: 12px;
  padding-bottom: 12px;
}

.offcanvas .sidebar-menu li a:hover {
  background-color: #f8f9fa;
}

.offcanvas .sidebar-menu li i {
  width: 20px;
  padding-left: 15px;
  vertical-align: middle;
}

.offcanvas .sidebar-menu.hover-dark li a:hover {
  background-color: rgba(0, 0, 0, .1);
}

.offcanvas .sidebar-menu>li {
  border-bottom: 1px solid #f8f8f8;
}

.offcanvas .sidebar-menu>li.active:after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #ff1744;
  position: absolute;
  right: 0;
  bottom: 0;
}

.sidebar-toggle {
  float: left;
  background-color: transparent;
  background-image: none;
  padding: 15px 15px;
  font-family: paperIcons;
  position: absolute;
}

.sidebar-toggle:before {
  content: "";
  font-size: 22px;
  color: #55acee;
}

.logo-offcanvas {
  padding: 70px 0;
  text-align: center;
}

.sidebar-menu {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
}

.sidebar-menu>li {
  margin: 0;
  padding: 0;
  position: relative;
}

.sidebar-menu>li>a {
  display: block;
  padding: 12px;
  color: #9ca8b0;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .4px;
}

.sidebar-menu>li .label {
  margin-right: 5px;
}

.sidebar-menu>li .badge {
  margin-right: 5px;
  margin-top: 3px;
}

.sidebar-menu li.header {
  font-size: 12px;
  padding: 10px 25px 10px 15px;
}

.sidebar-menu li>a> {
  color: #9ca8b0;
}

.sidebar-menu li>a>.icon-angle-left,
.sidebar-menu li>a>.pull-right-container>.icon-angle-left {
  height: auto;
  margin-right: 10px;
  padding: 0;
  width: auto;
}

.sidebar-menu li>a>.icon-angle-left {
  margin-top: -8px;
  position: absolute;
  right: 10px;
  top: 50%
}

.sidebar-menu li.active>a>.icon-angle-left,
.sidebar-menu li.active>a>.pull-right-container>.icon-angle-left {
  transform: rotate(-90deg);
}

.sidebar-menu li.active>.sub-menu {
  display: block;
}

.sidebar-menu .sub-menu {
  display: none;
  list-style: outside none none;
  margin: 0;
  padding: 0 0 0 5px;
}

.sidebar-menu .sub-menu .sub-menu {
  padding-left: 20px;
}

.sidebar-menu .sub-menu>li {
  margin: 0;
}

.sidebar-menu .sub-menu>li>a {
  display: block;
  font-size: 12px;
  font-weight: 300;
  padding: 10px 5px 10px 15px;
  color: #9ca8b0;
}

.sidebar-menu .sub-menu>li>a>.fa,
.sidebar-menu .sub-menu>li>a>.glyphicon,
.sidebar-menu .sub-menu>li>a>.icon,
.sidebar-menu .sub-menu>li>a>.ion {
  width: 20px;
  margin-right: 10px;
}

.sidebar-menu .sub-menu>li>a>.pull-right-container>.icon-angle-down,
.sidebar-menu .sub-menu>li>a>.pull-right-container>.icon-angle-left {
  width: auto;
}

.sidebar-menu .sub-menu>li>a>.icon-angle-down,
.sidebar-menu .sub-menu>li>a>.icon-angle-left {
  width: auto;
}

.sidebar-mini.sidebar-collapse .offcanvas .sidebar-menu li i {
  vertical-align: middle;
  text-align: center;
}

.sidebar-mini.sidebar-collapse .offcanvas .sidebar-menu li i.icon {
  margin-right: 22px;
}

.sidebar-mini.sidebar-collapse .user-panel .info {
  display: none;
}

.sidebar-tabs .nav {
  text-align: center;
}

.sidebar-tabs .nav a {
  border-radius: 0;
  text-align: center;
  font-size: 20px;
  padding: 14px;
  color: #9ca8b0;
}

.sidebar-tabs .tab-content {
  border-left: 1px solid #e1e8ee;
}

@media (min-width:767px) {

  .sidebar-mini.sidebar-collapse .has-sidebar,
  .sidebar-mini.sidebar-collapse .main-footer,
  .sidebar-mini.sidebar-collapse .right-side {
    margin-left: 80px;
    z-index: 840;
  }

  .sidebar-mini.sidebar-collapse .main-sidebar {
    width: 80px !important;
  }

  .sidebar-mini.sidebar-collapse .sidebar-menu>li {
    position: relative;
  }

  .sidebar-mini.sidebar-collapse .sidebar-menu>li>a>span {
    border-top-right-radius: 4px;
    display: none;
  }

  .sidebar-mini.sidebar-collapse .sidebar-menu>li:not(.menu-item-has-children)>a>span {
    border-bottom-right-radius: 4px;
  }

  .sidebar-mini.sidebar-collapse .sidebar-menu>li>.sub-menu {
    border-bottom-right-radius: 4px;
    padding-bottom: 5px;
    padding-top: 5px;
  }

  .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>.sub-menu,
  .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>a>span:not(.pull-right) {
    display: block !important;
    left: 50px;
    position: absolute;
    width: 180px;
  }

  .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>a>span {
    background-color: inherit;
    margin-left: -3px;
    padding: 12px 5px 12px 20px;
    top: 0;
  }

  .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>a>.pull-right-container {
    float: right;
    left: 180px !important;
    position: relative !important;
    top: -22px !important;
    width: auto !important;
    z-index: 900;
  }

  .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>a>.pull-right-container>.label:not(:first-of-type) {
    display: none;
  }

  .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>.sub-menu {
    margin-left: 0;
    top: 44px;
  }

  .sidebar-mini.sidebar-collapse .main-sidebar .user-panel>.info,
  .sidebar-mini.sidebar-collapse .sidebar-form {
    display: none !important;
    transform: translateZ(0);
  }

  .sidebar-mini.sidebar-collapse .sidebar-menu>li>.sub-menu,
  .sidebar-mini.sidebar-collapse .sidebar-menu>li>a>.pull-right,
  .sidebar-mini.sidebar-collapse .sidebar-menu>li>a>span {
    display: none !important;
    transform: translateZ(0);
  }

  .sidebar-mini.sidebar-collapse .sidebar-menu li.header {
    display: none !important;
    transform: translateZ(0);
  }

  .sidebar-mini.sidebar-collapse .main-header .logo {
    width: 50px;
  }

  .sidebar-mini.sidebar-collapse .main-header .logo>.logo-mini {
    display: block;
    font-size: 18px;
    margin-left: -15px;
    margin-right: -15px;
  }

  .sidebar-mini.sidebar-collapse .main-header .logo>.logo-lg {
    display: none;
  }

  .sidebar-mini.sidebar-collapse .main-header .navbar {
    margin-left: 50px;
  }
}

.main-sidebar .user-panel {
  overflow: hidden;
}

.sidebar-menu>li.header {
  overflow: hidden;
  white-space: nowrap;
}

.sidebar-menu:hover {
  overflow: visible;
}

.sidebar-form {
  overflow: hidden;
  text-overflow: clip;
}

.sidebar-menu>li.header {
  overflow: hidden;
  text-overflow: clip;
}

.sidebar-menu li>a {
  position: relative;
}

.sidebar-menu li>a>.pull-right {
  margin-top: -7px;
  position: absolute;
  right: 10px;
  top: 50%
}

.left-side,
.main-sidebar {
  top: 0;
  left: 0;
  min-height: 100%;
  position: absolute;
  width: 270px;
  z-index: 999;
  background: #fff;
  -webkit-transition: -webkit-transform .3s ease-in-out, width .3s ease-in-out;
  -moz-transition: -moz-transform .3s ease-in-out, width .3s ease-in-out;
  -o-transition: -o-transform .3s ease-in-out, width .3s ease-in-out;
  transition: transform .3s ease-in-out, width .3s ease-in-out;
}

.left-side.sidebar-tabs,
.main-sidebar.sidebar-tabs {
  width: 330px;
}

@media (min-width:1031px) {
  .relative-lg {
    position: relative;
  }
}

@media (max-width:1025px) {

  .left-side,
  .main-sidebar {
    -webkit-transform: translate(-330px, 0);
    -ms-transform: translate(-330px, 0);
    -o-transform: translate(-330px, 0);
    transform: translate(-330px, 0);
  }
}

@media (max-width:1024px) {

  .sidebar-open .left-side,
  .sidebar-open .main-sidebar {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.progress.progress-xs {
  height: .25rem;
}

.nav-material>li {
  position: relative;
}

.nav-material>li .nav-link.active {
  border: 0;
  background: 0 0;
  border-bottom: 3px solid #ff1744;
}

.nav-material>li>.nav-link {
  border: none;
}

.nav-material>li>.nav-link.active {
  color: #ff1744;
}

.nav-material>li>a {
  color: #9ca8b0;
}

.nav-material>li>a:hover {
  border: none;
  color: #ff1744;
  background: 0 0;
}

.nav-material>li>a::after {
  content: "";
  background: #ff1744;
  height: 3px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  transition: all 250ms ease 0s;
  transform: scale(0);
}

.nav-material>li:hover>a::after {
  transform: scale(1);
}

.nav-material.nav-material-white {
  border: none;
}

.nav-material.nav-material-white>li .nav-link.active {
  border-color: #fff;
}

.nav-material.nav-material-white>li .nav-link>a {
  color: #fff !important;
}

.nav-material.nav-material-white>li .nav-link>a:hover {
  color: #fff !important;
}

.nav-material.nav-material-white>li .nav-link>a::after {
  background: #fff !important;
}

.nav-icon-pills .btn-fab {
  padding: 0 !important;
}

.nav-icon-pills .btn-fab i {
  color: #ff1744;
}

.nav-icon-pills .btn-fab.active i {
  color: #fff;
}

.table thead th {
  font-weight: 400;
  font-size: 12px;
}

@media (max-width:980px) {
  .tabs-left li.active: :after {
    left: 208px;
  }
}

@media (max-width:768px) {
  #lightSlider li img {
    width: 73%;
    margin-right: 20px;
  }

  .mokupSlider li a {
    height: 360px;
  }
}

@media (max-width:420px) {
  #lightSlider li img {
    width: 75%;
    margin: 0;
  }

  .mokupSlider li a {
    height: 130px;
  }

  .tabs-left {
    padding-right: 10px;
  }

  .tabs-left li.active::after {
    border: none;
  }
}

.alert {
  border-radius: 2px;
  font-size: 12px;
  font-weight: 300;
}

.alert strong {
  font-weight: 500;
}

.alert.alert-info {
  background-color: #f6fafd;
  border-color: #d9eff7;
}

.alert.alert-warning {
  background-color: rgba(252, 248, 227, .3);
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert.alert-danger {
  background-color: rgba(242, 222, 222, .3);
  border-color: #ebccd1;
  color: #a94442;
}

.alert.alert-success {
  background-color: rgba(223, 240, 216, .3);
  border-color: #d6e9c6;
  color: #3c763d;
}

.thumbnail {
  padding: 15px;
  border: 3px solid #f5f8fa;
}

.thumbnail iframe {
  height: 180px;
  width: 100%
}

.badge {
  padding: 6px 10px;
  font-weight: 300;
}

.badge.badge-mini {
  padding: 0;
  font-size: 10px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  vertical-align: middle;
  position: absolute;
  top: 6px;
  right: 6px;
}

.panel {
  border-radius: 1px;
}

.panel-heading {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 10px 15px;
}

.thumbnail {
  margin-bottom: 15px;
}

.thumbnail .caption {
  padding: 25px 4px 10px;
}

.pagination .page-link {
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  margin-left: 10px;
  border-radius: 50% !important;
}

.g-map {
  width: 100%;
  height: 100%
}

pre {
  color: #9ca8b0;
  padding: 10px;
}

.service-blocks .service-block {
  margin-bottom: 35px;
}

.service-blocks .service-block .service-icon {
  float: left;
}

.service-blocks .service-block .service-icon i {
  border-radius: 100%;
  color: #9ca8b0;
  height: 70px;
  width: 70px;
  display: flex;
  flex-direction: column;
}

.service-blocks .service-block:hover .service-icon i {
  opacity: .5;
}

.service-blocks .service-block .service-icon i::before {
  font-size: 60px;
}

.service-blocks .service-block .service-content {
  overflow: hidden;
}

.service-blocks .service-block .service-content h3 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 400;
}

.service-blocks .service-block .service-content h3 a {
  color: #606676;
}

.service-blocks .service-block .service-content h3 a:hover {
  color: #ff1744;
}

.service-blocks .service-block .btn {
  margin: 20px 0 10px 0;
}

.service-blocks .service-block.s1 .service-icon {
  float: none;
}

.service-blocks .service-block.s2 {
  padding: 20px;
}

.service-blocks .service-block.s2 .service-icon i::before {
  font-size: 40px;
}

.service-blocks .center {
  text-align: center;
}

.service-blocks .center .service-icon {
  float: none !important;
}

.service-blocks .center .service-icon i {
  margin: 0 auto;
}

.single-service-contents {
  padding: 100px 0 65px;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9;
  align-self: flex-start;
}

.sticky:after,
sticky:before {
  content: '';
  display: table;
}

.countDown>div {
  background: #fff;
  display: inline-block;
  height: 100px;
  padding: 20px 0;
  text-align: center;
  vertical-align: middle;
  width: 100px;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 30px;
}

.countDown>div span:first-child {
  font-size: 28px;
  display: block;
}

.dl-menuwrapper {
  width: 100%;
  max-width: 300px;
  float: left;
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 200%;
  perspective-origin: 50% 200%
}

.dl-menuwrapper:first-child {
  margin-top: 25px;
}

.dl-menuwrapper button {
  background: #ccc;
  border: none;
  width: 48px;
  height: 45px;
  text-indent: -900em;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  outline: 0;
}

.dl-menuwrapper button.dl-active,
.dl-menuwrapper button:hover,
.dl-menuwrapper ul {
  background: #aaa;
}

.dl-menuwrapper button:after {
  content: '';
  position: absolute;
  width: 68%;
  height: 5px;
  background: #fff;
  top: 10px;
  left: 16%;
  box-shadow: 0 10px 0 #fff, 0 20px 0 #fff;
}

.dl-menuwrapper ul {
  padding: 0;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.dl-menuwrapper li {
  position: relative;
}

.dl-menuwrapper li a {
  display: block;
  position: relative;
  padding: 15px 20px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 300;
  color: #fff;
  outline: 0;
}

.no-touch .dl-menuwrapper li a:hover {
  background: rgba(255, 248, 213, .1);
}

.dl-menuwrapper li.dl-back>a {
  padding-left: 30px;
  background: #f5f8fa;
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li>a:not(:only-child):after {
  position: absolute;
  top: 0;
  line-height: 50px;
  font-family: paperIcons;
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "";
  font-size: 18px;
  right: 22px;
}

.dl-menuwrapper li.dl-back:after {
  left: 10px;
  color: rgba(212, 204, 198, .6);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dl-menuwrapper li>a:after {
  right: 10px;
  color: rgba(0, 0, 0, .15);
}

.dl-menuwrapper .dl-menu {
  margin: 0;
  position: absolute;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
  transition: all .3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.dl-menuwrapper li .dl-submenu {
  display: none;
}

.dl-menuwrapper .dl-menu.dl-subview li,
.dl-menuwrapper .dl-menu.dl-subview li.dl-subview>a,
.dl-menuwrapper .dl-menu.dl-subview li.dl-subviewopen>a {
  display: none;
}

.dl-menuwrapper .dl-menu.dl-subview li.dl-subview,
.dl-menuwrapper .dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menuwrapper .dl-menu.dl-subview li.dl-subviewopen,
.dl-menuwrapper .dl-menu.dl-subview li.dl-subviewopen>.dl-submenu,
.dl-menuwrapper .dl-menu.dl-subview li.dl-subviewopen>.dl-submenu>li {
  display: block;
}

.dl-menuwrapper>.dl-submenu {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0;
}

.dl-menuwrapper .dl-menu.dl-animate-out-1 {
  -webkit-animation: MenuAnimOut1 .4s;
  animation: MenuAnimOut1 .4s;
}

.dl-menuwrapper .dl-menu.dl-animate-out-2 {
  -webkit-animation: MenuAnimOut2 .3s ease-in-out;
  animation: MenuAnimOut2 .3s ease-in-out;
}

.dl-menuwrapper .dl-menu.dl-animate-out-3 {
  -webkit-animation: MenuAnimOut3 .4s ease;
  animation: MenuAnimOut3 .4s ease;
}

.dl-menuwrapper .dl-menu.dl-animate-out-4 {
  -webkit-animation: MenuAnimOut4 .4s ease;
  animation: MenuAnimOut4 .4s ease;
}

.dl-menuwrapper .dl-menu.dl-animate-out-5 {
  -webkit-animation: MenuAnimOut5 .4s ease;
  animation: MenuAnimOut5 .4s ease;
}

@-webkit-keyframes MenuAnimOut1 {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
  }

  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5;
  }

  100% {
    -webkit-transform: translateZ(-500px) rotateY(0);
    opacity: 0;
  }
}

@-webkit-keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
}

@-webkit-keyframes MenuAnimOut3 {
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}

@-webkit-keyframes MenuAnimOut4 {
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}

@-webkit-keyframes MenuAnimOut5 {
  100% {
    -webkit-transform: translateY(40%);
    opacity: 0;
  }
}

@keyframes MenuAnimOut1 {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg);
  }

  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5;
  }

  100% {
    -webkit-transform: translateZ(-500px) rotateY(0);
    transform: translateZ(-500px) rotateY(0);
    opacity: 0;
  }
}

@keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}

@keyframes MenuAnimOut3 {
  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
}

@keyframes MenuAnimOut4 {
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
}

@keyframes MenuAnimOut5 {
  100% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0;
  }
}

.dl-menuwrapper .dl-menu.dl-animate-in-1 {
  -webkit-animation: MenuAnimIn1 .3s;
  animation: MenuAnimIn1 .3s;
}

.dl-menuwrapper .dl-menu.dl-animate-in-2 {
  -webkit-animation: MenuAnimIn2 .3s ease-in-out;
  animation: MenuAnimIn2 .3s ease-in-out;
}

.dl-menuwrapper .dl-menu.dl-animate-in-3 {
  -webkit-animation: MenuAnimIn3 .4s ease;
  animation: MenuAnimIn3 .4s ease;
}

.dl-menuwrapper .dl-menu.dl-animate-in-4 {
  -webkit-animation: MenuAnimIn4 .4s ease;
  animation: MenuAnimIn4 .4s ease;
}

.dl-menuwrapper .dl-menu.dl-animate-in-5 {
  -webkit-animation: MenuAnimIn5 .4s ease;
  animation: MenuAnimIn5 .4s ease;
}

@-webkit-keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0);
    opacity: 0;
  }

  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    opacity: .5;
  }

  100% {
    -webkit-transform: translateZ(0) rotateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
}

@-webkit-keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
}

@-webkit-keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0);
    transform: translateZ(-500px) rotateY(0);
    opacity: 0;
  }

  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg);
    opacity: .5;
  }

  100% {
    -webkit-transform: translateZ(0) rotateY(0);
    transform: translateZ(0) rotateY(0);
    opacity: 1;
  }
}

@keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.dl-menuwrapper>.dl-submenu.dl-animate-in-1 {
  -webkit-animation: SubMenuAnimIn1 .4s ease;
  animation: SubMenuAnimIn1 .4s ease;
}

.dl-menuwrapper>.dl-submenu.dl-animate-in-2 {
  -webkit-animation: SubMenuAnimIn2 .3s ease-in-out;
  animation: SubMenuAnimIn2 .3s ease-in-out;
}

.dl-menuwrapper>.dl-submenu.dl-animate-in-3 {
  -webkit-animation: SubMenuAnimIn3 .4s ease;
  animation: SubMenuAnimIn3 .4s ease;
}

.dl-menuwrapper>.dl-submenu.dl-animate-in-4 {
  -webkit-animation: SubMenuAnimIn4 .4s ease;
  animation: SubMenuAnimIn4 .4s ease;
}

.dl-menuwrapper>.dl-submenu.dl-animate-in-5 {
  -webkit-animation: SubMenuAnimIn5 .4s ease;
  animation: SubMenuAnimIn5 .4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
}

@-webkit-keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
}

@-webkit-keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

.dl-menuwrapper>.dl-submenu.dl-animate-out-1 {
  -webkit-animation: SubMenuAnimOut1 .4s ease;
  animation: SubMenuAnimOut1 .4s ease;
}

.dl-menuwrapper>.dl-submenu.dl-animate-out-2 {
  -webkit-animation: SubMenuAnimOut2 .3s ease-in-out;
  animation: SubMenuAnimOut2 .3s ease-in-out;
}

.dl-menuwrapper>.dl-submenu.dl-animate-out-3 {
  -webkit-animation: SubMenuAnimOut3 .4s ease;
  animation: SubMenuAnimOut3 .4s ease;
}

.dl-menuwrapper>.dl-submenu.dl-animate-out-4 {
  -webkit-animation: SubMenuAnimOut4 .4s ease;
  animation: SubMenuAnimOut4 .4s ease;
}

.dl-menuwrapper>.dl-submenu.dl-animate-out-5 {
  -webkit-animation: SubMenuAnimOut5 .4s ease;
  animation: SubMenuAnimOut5 .4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }
}

@-webkit-keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
}

@-webkit-keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}

@-webkit-keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}

@-webkit-keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
  }
}

@keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
}

@keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}

@keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
}

@keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
}

@keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0;
  }
}

.no-js .dl-menuwrapper .dl-menu {
  position: relative;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
  display: block;
}

.no-js .dl-menuwrapper li.dl-back {
  display: none;
}

.no-js .dl-menuwrapper li>a:not(:only-child) {
  background: rgba(0, 0, 0, .1);
}

.no-js .dl-menuwrapper li>a:not(:only-child):after {
  content: ''
}

.demo-1 .dl-menuwrapper button {
  background: #c62860;
}

.demo-1 .dl-menuwrapper button.dl-active,
.demo-1 .dl-menuwrapper button:hover,
.demo-1 .dl-menuwrapper ul {
  background: #9e1847;
}

.demo-2 .dl-menuwrapper button {
  background: #e86814;
}

.demo-2 .dl-menuwrapper button.dl-active,
.demo-2 .dl-menuwrapper button:hover,
.demo-2 .dl-menuwrapper ul {
  background: #d35400;
}

.demo-3 .dl-menuwrapper button {
  background: #08cbc4;
}

.demo-3 .dl-menuwrapper button.dl-active,
.demo-3 .dl-menuwrapper button:hover,
.demo-3 .dl-menuwrapper ul {
  background: #00b4ae;
}

.demo-4 .dl-menuwrapper button {
  background: #90b912;
}

.demo-4 .dl-menuwrapper button.dl-active,
.demo-4 .dl-menuwrapper button:hover,
.demo-4 .dl-menuwrapper ul {
  background: #79a002;
}

.demo-5 .dl-menuwrapper button {
  background: #744783;
}

.demo-5 .dl-menuwrapper button.dl-active,
.demo-5 .dl-menuwrapper button:hover,
.demo-5 .dl-menuwrapper ul {
  background: #643771;
}

.mainnav {
  padding: 0;
  z-index: 99;
  border-radius: 0;
  background: 0 0;
  border: none;
}

@media (max-width:1031px) {
  .mainnav {
    padding: 15px;
  }
}

@media (min-width:1031px) {
  .mainnav .dl-trigger {
    display: none;
  }
}

.xv-menuwrapper {
  float: right;
}

.xv-menuwrapper .dl-trigger {
  display: none;
}

.xv-menuwrapper .dl-menu {
  margin: 0;
  display: flex;
  position: static;
  padding: 0;
  text-align: left;
  float: none;
}

.xv-menuwrapper .dl-menu>li.parent {
  position: relative;
}

.xv-menuwrapper .dl-menu>li.parent>a:after {
  content: "";
  position: absolute;
  color: #9ca8b0;
  font-family: lineicons;
  right: -6px;
}

.xv-menuwrapper .dl-menu>li.parent:hover>a:after {
  content: "";
  position: absolute;
  font-family: lineicons;
  top: 43%;
  font-size: 36px;
  left: 32px;
  color: rgba(120, 130, 140, .13);
}

.xv-menuwrapper .dl-menu>li.active>a {
  color: #ff1744;
}

.xv-menuwrapper .dl-menu>li>a {
  padding: 0 10px;
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #9ca8b0;
  line-height: 75px;
  position: relative;
  margin-left: 15px;
}

.xv-menuwrapper .dl-menu>li.megamenu.active>a:after {
  font-family: lineicons;
  content: "f0d8";
  width: 100%;
  text-align: center;
  height: 7px;
  position: absolute;
  left: 0;
  bottom: 4px;
  color: #fff;
  font-size: 20px;
  bottom: 42px;
}

.xv-menuwrapper .dl-menu>li.megamenu.active:after {
  display: none;
}

.xv-menuwrapper .dl-menu>li .btn {
  color: #fff !important;
  line-height: 20px !important;
  vertical-align: middle;
}

.xv-menuwrapper .dl-menu li.parent {
  position: relative;
}

.xv-menuwrapper .dl-menu li.parent.megamenu {
  position: static;
}

.xv-menuwrapper .dl-menu li.parent.megamenu>.sub-menu {
  display: flex !important;
  align-content: center !important;
  flex-wrap: wrap !important;
  width: auto;
  text-align: justify;
  left: auto;
  right: 0;
  padding: 15px 20px 0;
}

.xv-menuwrapper .dl-menu li.parent.megamenu>.sub-menu.sub-menu-left {
  left: 20%;
  right: auto !important;
}

.xv-menuwrapper .dl-menu li.parent.megamenu>.sub-menu::after {
  width: 100%;
  display: inline-block;
  content: ".";
  visibility: hidden;
}

.xv-menuwrapper .dl-menu li.parent.megamenu>.sub-menu>li {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  position: relative;
  padding: 20px;
}

.xv-menuwrapper .dl-menu li.parent.megamenu>.sub-menu>li:before {
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  border-right: 1px dashed rgba(120, 130, 140, .13);
  top: 0;
}

.xv-menuwrapper .dl-menu li.parent.megamenu>.sub-menu>li:nth-child(2):before {
  border: none;
}

.xv-menuwrapper .dl-menu li.parent.megamenu>.sub-menu>li>a {
  font-weight: 400;
  display: block;
}

.xv-menuwrapper .dl-menu li.parent.megamenu>.sub-menu figure {
  overflow: hidden;
  max-width: 330px;
}

.xv-menuwrapper .dl-menu li.parent.megamenu>.sub-menu figure img {
  width: 100%;
  height: auto;
}

.xv-menuwrapper .dl-menu li.parent.megamenu>ul>li {
  border-top: none;
}

.xv-menuwrapper .dl-menu li.parent.megamenu>ul>li.parent ul li {
  border-top: none;
}

.xv-menuwrapper .dl-menu li.parent.megamenu li {
  list-style: none;
}

.xv-menuwrapper .dl-menu li.parent.megamenu li a {
  line-height: 25px;
  margin-bottom: 15px;
}

.xv-menuwrapper .dl-menu li.parent:last-child>ul {
  left: auto;
  right: 0;
}

.xv-menuwrapper .dl-menu li.parent:hover>ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
}

.xv-menuwrapper .dl-menu li.parent>ul {
  background: #fff;
  padding: 0;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 215px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  border-radius: 0;
  box-shadow: 0 18px 35px rgba(50, 50, 93, .1), 0 8px 15px rgba(0, 0, 0, .07);
}

.xv-menuwrapper .dl-menu li.parent>ul>li {
  display: block;
  list-style: none;
  border-top: 1px solid rgba(120, 130, 140, .13);
  padding: 8px 10px;
}

.xv-menuwrapper .dl-menu li.parent>ul>li>a {
  display: block;
  line-height: 30px;
}

.xv-menuwrapper .dl-menu li.parent>ul>li.parent ul {
  position: absolute;
  left: 100%;
  top: 0;
}

.xv-menuwrapper .dl-menu li.parent>ul>li.parent:after {
  position: absolute;
  top: 0;
  right: 15px;
  line-height: 50px;
  font-family: lineicons;
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "";
  color: #9ca8b0;
}

.xv-menuwrapper .dl-menu li.parent>ul>li.parent:hover>ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
}

.xv-menuwrapper .dl-menu li.parent:last-child>ul>li.parent>ul {
  left: auto;
  right: 100%
}

.xv-menuwrapper .dl-menu a {
  font-size: 12px;
}

.xv-menuwrapper .dl-menu a i {
  padding-right: 15px;
}

.xv-menuwrapper button:after {
  display: none;
}

.xv-menuwrapper .dl-back {
  display: none !important;
}

.dl-menuwrapper {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.dl-menuwrapper .dl-menu {
  box-shadow: 0 18px 35px rgba(50, 50, 93, .1), 0 8px 15px rgba(0, 0, 0, .07);
  z-index: 9999;
  border-radius: 2px;
}

.dl-menuwrapper .dl-menu .btn {
  border-radius: 0;
  padding: 0;
}

.dl-menuwrapper button {
  background: #ff1744;
  float: right;
}

.dl-menuwrapper button.dl-active,
.dl-menuwrapper button:hover {
  background: #ff1744;
}

.dl-menuwrapper ul {
  background: #fff;
}

.dl-menuwrapper ul li {
  border-bottom: 1px solid #fafafa;
}

.dl-menuwrapper ul li:last-child {
  border: none;
}

.dl-menuwrapper ul li a {
  color: #9ca8b0;
}

.fixed-navigation.dl-menuwrapper {
  position: fixed;
  right: -80px;
  top: 40px;
  z-index: 9999;
}

.dl-trigger-wrapper {
  position: relative;
}

.sub-menu:hover:active:focus::before {
  content: "";
  position: absolute;
  font-family: lineicons;
  top: -11px;
  font-size: 22px;
  left: 32px;
  color: #ddd;
}

.dropdown-toggle:hover,
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  background-color: transparent;
  color: #ff1744;
}

.mini-nav .paper-nav-toggle,
.nav-offcanvas-desktop .paper-nav-toggle {
  display: block;
}

.xv-menuwrapper .dl-menu>li.megamenu .sub-menu li {
  line-height: 30px;
}

.xv-menuwrapper .dl-menu>li.megamenu .sub-menu li .icon {
  margin-left: 0;
}

.navbar-default ul.dropdown-menu li a,
.tags li a,
.widget-cart-items,
.widget-tags a,
.xv-menuwrapper .dl-menu>li.parent>ul,
.xv-menuwrapper .dl-menu>li.parent>ul>li.parent>ul {
  transition: all .3s ease-in-out 0s;
}

@media screen and (min-width:768px) {
  .mini-nav .navbar {
    margin-bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    border: none !important;
    padding: 15px 0;
  }
}

.nav-absolute nav {
  position: absolute;
  right: 0;
  left: 0;
}

.nav-absolute nav.original .xv-menuwrapper .dl-menu>li>a {
  color: #fff;
}

.nav-absolute nav.original .xv-menuwrapper .dl-menu>li.parent>a:after {
  color: #fff;
}

.nav-light nav .xv-menuwrapper .dl-menu>li>a {
  color: #fff;
}

.nav-light nav .xv-menuwrapper .dl-menu>li.parent>a:after {
  color: #fff;
}

.nav-border nav {
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.nav-border-dark nav {
  border-bottom: 1px solid #e1e8ee !important;
}

.nav-slim .xv-menuwrapper .dl-menu>li>a {
  line-height: 60px;
}

.nav-slim .xv-menuwrapper li.parent.megamenu>.sub-menu.sub-menu-left {
  left: auto;
}

.nav-sticky.sticky nav {
  position: relative !important;
  transition: background .3s, color .3s, border-color .3s, padding .2s;
}

nav ul {
  padding: 0;
}

nav strong {
  font-weight: 400;
  font-size: 12px;
}

@media (min-width:1031px) {
  nav li .divider {
    border-bottom: 1px dashed rgba(120, 130, 140, .13);
    margin: 5px 0;
  }
}

nav .b-l,
nav .b-r {
  border-color: rgba(255, 255, 255, .2);
}

nav .user-avatar img {
  width: 40px;
  margin-left: 5px;
}

nav.nav-inverse .xv-menuwrapper .dl-menu>li.parent ul {
  background: #0c101b;
}

nav.nav-flat .dl-menu>li>a {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 100;
}

nav.nav-flat .navbar-brand {
  font-size: 2.1rem;
}

.offcanvas .badge,
nav .badge {
  border-radius: 1px;
  padding: 4px 7px;
  margin-left: 5px;
  border-radius: 2px;
}

@media (min-width:1031px) {
  .navbar-center {
    margin-top: 1rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width:1031px) {
  .navbar-center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%
  }
}

.hero {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.has-right-sidebar {
  margin-right: 330px;
}

.sidebar-header {
  padding: 20px 20px 6px 20px;
  border-bottom: 1px solid #e1e8ee;
}

.control-sidebar-bg {
  position: absolute;
  z-index: 1000;
  bottom: 0;
}

.control-sidebar,
.control-sidebar-bg {
  top: 0;
  right: -350px;
  width: 330px;
  -webkit-transition: right .3s ease-in-out;
  -o-transition: right .3s ease-in-out;
  transition: right .3s ease-in-out;
}

.control-sidebar {
  position: absolute;
  z-index: 999999;
}

.control-sidebar>.tab-content {
  padding: 10px 15px;
}

.control-sidebar.control-sidebar-open,
.control-sidebar.control-sidebar-open+.control-sidebar-bg {
  right: 0;
}

.control-sidebar-open .control-sidebar,
.control-sidebar-open .control-sidebar-bg {
  right: 0;
}

.fixed-sidebar .control-sidebar {
  position: fixed;
  height: 100%;
  overflow-y: auto;
  padding-bottom: 50px;
}

.nav-tabs.control-sidebar-tabs>li:first-of-type>a,
.nav-tabs.control-sidebar-tabs>li:first-of-type>a:focus,
.nav-tabs.control-sidebar-tabs>li:first-of-type>a:hover {
  border-left-width: 0;
}

.nav-tabs.control-sidebar-tabs>li>a,
.nav-tabs.control-sidebar-tabs>li>a:hover {
  border-top: none;
  border-right: none;
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.nav-tabs.control-sidebar-tabs>li>a .icon {
  font-size: 16px;
}

.nav-tabs.control-sidebar-tabs>li.active>a,
.nav-tabs.control-sidebar-tabs>li.active>a:active,
.nav-tabs.control-sidebar-tabs>li.active>a:focus,
.nav-tabs.control-sidebar-tabs>li.active>a:hover {
  border-top: none;
  border-right: none;
  border-bottom: none;
}

.control-sidebar-heading {
  font-weight: 400;
  font-size: 16px;
  padding: 10px 0;
  margin-bottom: 10px;
}

.control-sidebar-subheading {
  display: block;
  font-weight: 400;
  font-size: 14px;
}

.control-sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
}

.control-sidebar-menu>li>a {
  display: block;
  padding: 10px 15px;
}

.control-sidebar-menu>li>a>.control-sidebar-subheading {
  margin-top: 0;
}

.control-sidebar-menu .menu-icon {
  float: left;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
}

.control-sidebar-menu .menu-info {
  margin-left: 45px;
  margin-top: 3px;
}

.control-sidebar-menu .menu-info>.control-sidebar-subheading {
  margin: 0;
}

.control-sidebar-menu .menu-info>p {
  margin: 0;
  font-size: 11px;
}

.control-sidebar-menu .progress {
  margin: 0;
}

.control-sidebar-dark {
  color: #8d9ecc;
}

.control-sidebar-dark,
.control-sidebar-dark+.control-sidebar-bg {
  background: #0c101b;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a:hover {
  color: #fff;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li.active>a,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li.active>a:active,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li.active>a:focus,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li.active>a:hover {
  color: #fff;
}

.control-sidebar-dark .control-sidebar-heading,
.control-sidebar-dark .control-sidebar-subheading {
  color: #fff;
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs>li.active>a,
.control-sidebar-light .nav-tabs.control-sidebar-tabs>li.active>a:active,
.control-sidebar-light .nav-tabs.control-sidebar-tabs>li.active>a:focus,
.control-sidebar-light .nav-tabs.control-sidebar-tabs>li.active>a:hover {
  color: #111;
}

.control-sidebar-light .control-sidebar-heading,
.control-sidebar-light .control-sidebar-subheading {
  color: #111;
}

.control-sidebar-light .control-sidebar-menu {
  margin-left: -14px;
}

.timeline {
  position: relative;
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}

.timeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #e1e8ee;
  left: 31px;
  margin: 0;
  border-radius: 2px;
}

.timeline>li {
  position: relative;
  margin-right: 10px;
  margin-bottom: 15px;
}

.timeline>li:before {
  content: " ";
  display: table;
}

.timeline>li:after {
  content: " ";
  display: table;
  clear: both;
}

.timeline>li>.timeline-item {
  margin-left: 60px;
  margin-right: 15px;
}

.timeline>li>.fa,
.timeline>li>.glyphicon,
.timeline>li>.icon,
.timeline>li>.ion {
  width: 30px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  position: absolute;
  background-color: #d2d6de;
  border-radius: 3px;
  text-align: center;
  left: 16px;
  top: 8px;
  color: #fff;
}

.timeline-inverse>li>.timeline-item {
  background: #f0f0f0;
  border: 1px solid #ddd;
  box-shadow: none;
}

.timeline-inverse>li>.timeline-item>.timeline-header {
  border-bottom-color: #ddd;
}

.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
}

.preloader-wrapper.small {
  width: 36px;
  height: 36px;
}

.preloader-wrapper.big {
  width: 64px;
  height: 64px;
}

.preloader-wrapper.active {
  -webkit-animation: container-rotate 1568ms linear infinite;
  animation: container-rotate 1568ms linear infinite;
}

@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes container-rotate {
  to {
    transform: rotate(360deg);
  }
}

.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: #ff1744;
}

.spinner-blue,
.spinner-blue-only {
  border-color: #4285f4;
}

.spinner-red,
.spinner-red-only {
  border-color: #db4437;
}

.spinner-yellow,
.spinner-yellow-only {
  border-color: #f4b400;
}

.spinner-green,
.spinner-green-only {
  border-color: #0f9d58;
}

.active .spinner-layer.spinner-blue {
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
}

.active .spinner-layer.spinner-red {
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
}

.active .spinner-layer.spinner-yellow {
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
}

.active .spinner-layer.spinner-green {
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
}

.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-green-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only {
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
}

@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
  }

  25% {
    -webkit-transform: rotate(270deg);
  }

  37.5% {
    -webkit-transform: rotate(405deg);
  }

  50% {
    -webkit-transform: rotate(540deg);
  }

  62.5% {
    -webkit-transform: rotate(675deg);
  }

  75% {
    -webkit-transform: rotate(810deg);
  }

  87.5% {
    -webkit-transform: rotate(945deg);
  }

  to {
    -webkit-transform: rotate(1080deg);
  }
}

@keyframes fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg);
  }

  25% {
    transform: rotate(270deg);
  }

  37.5% {
    transform: rotate(405deg);
  }

  50% {
    transform: rotate(540deg);
  }

  62.5% {
    transform: rotate(675deg);
  }

  75% {
    transform: rotate(810deg);
  }

  87.5% {
    transform: rotate(945deg);
  }

  to {
    transform: rotate(1080deg);
  }
}

@-webkit-keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  26% {
    opacity: 0;
  }

  89% {
    opacity: 0;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  26% {
    opacity: 0;
  }

  89% {
    opacity: 0;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes red-fade-in-out {
  from {
    opacity: 0;
  }

  15% {
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  51% {
    opacity: 0;
  }
}

@keyframes red-fade-in-out {
  from {
    opacity: 0;
  }

  15% {
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  51% {
    opacity: 0;
  }
}

@-webkit-keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }

  40% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: 1;
  }

  76% {
    opacity: 0;
  }
}

@keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }

  40% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: 1;
  }

  76% {
    opacity: 0;
  }
}

@-webkit-keyframes green-fade-in-out {
  from {
    opacity: 0;
  }

  65% {
    opacity: 0;
  }

  75% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes green-fade-in-out {
  from {
    opacity: 0;
  }

  65% {
    opacity: 0;
  }

  75% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

.gap-patch .circle {
  width: 1000%;
  left: -450%
}

.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

.circle-clipper .circle {
  width: 200%;
  height: 100%;
  border-width: 3px;
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  -webkit-animation: none;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.circle-clipper.left .circle {
  left: 0;
  border-right-color: transparent !important;
  -webkit-transform: rotate(129deg);
  transform: rotate(129deg);
}

.circle-clipper.right .circle {
  left: -100%;
  border-left-color: transparent !important;
  -webkit-transform: rotate(-129deg);
  transform: rotate(-129deg);
}

.active .circle-clipper.left .circle {
  -webkit-animation: left-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
  animation: left-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
}

.active .circle-clipper.right .circle {
  -webkit-animation: right-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
  animation: right-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
}

@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
  }

  50% {
    -webkit-transform: rotate(-5deg);
  }

  to {
    -webkit-transform: rotate(130deg);
  }
}

@keyframes left-spin {
  from {
    transform: rotate(130deg);
  }

  50% {
    transform: rotate(-5deg);
  }

  to {
    transform: rotate(130deg);
  }
}

@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
  }

  50% {
    -webkit-transform: rotate(5deg);
  }

  to {
    -webkit-transform: rotate(-130deg);
  }
}

@keyframes right-spin {
  from {
    transform: rotate(-130deg);
  }

  50% {
    transform: rotate(5deg);
  }

  to {
    transform: rotate(-130deg);
  }
}

#spinnerContainer.cooldown {
  -webkit-animation: container-rotate 1568ms linear infinite, fade-out .4s cubic-bezier(.4, 0, .2, 1);
  animation: container-rotate 1568ms linear infinite, fade-out .4s cubic-bezier(.4, 0, .2, 1);
}

@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fade-out {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.searchOverlay {
  position: relative;
  text-align: center;
}

.searchOverlay {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.searchOverlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: #ecf0f5;
}

.searchOverlay__inner {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%
}

.searchOverlay__inner--down {
  top: 35%
}

.btn--searchOverlay-close {
  font-size: 2em;
  position: absolute;
  z-index: 100;
  top: 1.25em;
  right: 1.25em;
  display: none;
}

.btn--searchOverlay-close {
  display: block;
}

.searchOverlay__form {
  width: 75%;
  max-width: 900px;
  margin: 0 auto;
}

.searchOverlay__input {
  font-family: inherit;
  font-size: 7vw;
  line-height: 1;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0 .1em 0;
  color: inherit;
  border: none;
  background: 0 0;
  border-bottom: 4px solid;
}

.searchOverlay__input::-webkit-input-placeholder {
  opacity: .1;
  color: #ff1744;
}

.searchOverlay__input::-moz-placeholder {
  opacity: .1;
  color: #ff1744;
}

.searchOverlay__input:-ms-input-placeholder {
  opacity: .1;
  color: #ff1744;
}

.searchOverlay__input::-webkit-searchOverlay-cancel-button,
.searchOverlay__input::-webkit-searchOverlay-decoration {
  -webkit-appearance: none;
}

.searchOverlay__input::-ms-clear {
  display: none;
}

.searchOverlay__info {
  font-size: 90%;
  font-weight: 700;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: .85em 0;
  text-align: right;
}

.searchOverlay__related {
  display: flex;
  width: 75%;
  max-width: 900px;
}

.searchOverlay__suggestion {
  width: 100%;
  padding: 0 1em 0 0;
  text-align: left;
}

.searchOverlay__suggestion:last-child {
  padding: 0 0 0 1em;
}

.searchOverlay__suggestion h3 {
  font-size: 1.35em;
  margin: 0;
}

.searchOverlay__suggestion h3::before {
  content: '\21FE';
  display: inline-block;
  padding: 0 .5em 0 0;
}

.searchOverlay__suggestion p {
  font-size: 1.15em;
  line-height: 1.4;
  margin: .75em 0 0 0;
}

.main-wrap {
  transition: transform .6s, opacity .6s;
  transition-timing-function: cubic-bezier(.2, 1, .3, 1);
}

.main-wrap--hide {
  opacity: 0;
  transform: scale3d(.8, .8, 1);
}

.searchOverlay {
  pointer-events: none;
}

.searchOverlay--open {
  pointer-events: auto;
}

.searchOverlay::before {
  opacity: 0;
  transition: opacity .6s;
  transition-timing-function: cubic-bezier(.2, 1, .3, 1);
}

.searchOverlay--open::before {
  opacity: 1;
}

.btn--searchOverlay {
  transition: opacity 0s;
}

.main-wrap--hide .btn--searchOverlay {
  opacity: 0;
  transition-delay: 0s;
}

.btn--searchOverlay-close {
  opacity: 0;
  transform: scale3d(.8, .8, 1);
  transition: opacity .6s, transform .6s;
  transition-timing-function: cubic-bezier(.2, 1, .3, 1);
  color: #dce6e6;
}

.btn--searchOverlay-close .icon {
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
  fill: currentColor;
}

.searchOverlay--open .btn--searchOverlay-close {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.searchOverlay__inner {
  transition: transform .6s;
  transition-timing-function: cubic-bezier(.2, 1, .3, 1);
}

.searchOverlay__inner--up {
  transform: translate3d(0, -100%, 0);
}

.searchOverlay__inner--down {
  transform: translate3d(0, 100%, 0);
}

.searchOverlay--open .searchOverlay__inner {
  transform: translate3d(0, 0, 0);
}

.searchOverlay__suggestion {
  transform: translate3d(0, 150px, 0);
  transition: transform 1s;
  transition-timing-function: cubic-bezier(.2, 1, .3, 1);
}

.searchOverlay--open .searchOverlay__suggestion {
  transform: translate3d(0, 0, 0);
  transition-delay: 50ms;
}

.searchOverlay--open .searchOverlay__suggestion:last-child {
  transition-delay: .1s;
}

@media screen and (max-width:40em) {
  .btn--searchOverlay-close {
    font-size: 1.25em;
  }

  .searchOverlay__suggestion {
    width: 100%
  }

  .searchOverlay__suggestion:last-child {
    display: none;
  }
}

.has-bottom-gradient {
  position: relative;
  z-index: 1;
}

.bottom-gradient::after {
  display: block;
  position: absolute;
  width: 100%;
  content: '';
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #ecf0f5 100%);
  margin-top: -600px;
  height: 400px;
}

.bottom-gradient-200::after {
  margin-top: -200px;
  height: 200px;
}

.card-img-overlay {
  top: auto;
}

.card-header {
  position: relative;
}

.card-header .card-handle {
  position: absolute;
  right: 20px;
}

.control-sidebar .card,
.control-sidebar .dl-menuwrapper ul,
.control-sidebar .dropdown-menu,
.control-sidebar .list-group-item,
.control-sidebar .loader,
.control-sidebar .main-sidebar,
.control-sidebar .navbar,
.control-sidebar .searchOverlay::before,
.control-sidebar .xv-menuwrapper .dl-menu li.parent>ul,
.control-sidebar pre,
.control-sidebar.body,
.control-sidebar.card,
.control-sidebar.main-sidebar,
.control-sidebar.navbar,
.theme-dark .card,
.theme-dark .dl-menuwrapper ul,
.theme-dark .dropdown-menu,
.theme-dark .list-group-item,
.theme-dark .loader,
.theme-dark .main-sidebar,
.theme-dark .navbar,
.theme-dark .searchOverlay::before,
.theme-dark .xv-menuwrapper .dl-menu li.parent>ul,
.theme-dark pre,
.theme-dark.body,
.theme-dark.card,
.theme-dark.main-sidebar,
.theme-dark.navbar {
  background: #0c101b !important;
}

.control-sidebar .b-b,
.control-sidebar .b-l,
.control-sidebar .b-r,
.control-sidebar .b-t,
.control-sidebar .card,
.control-sidebar .card-footer,
.control-sidebar .card-header,
.control-sidebar .dl-menuwrapper ul li,
.control-sidebar .form-material .form-group .form-line,
.control-sidebar .list-group-item,
.control-sidebar .sidebar-header,
.control-sidebar .table td,
.control-sidebar .table th,
.control-sidebar .table tr,
.control-sidebar .table-striped tbody tr:nth-of-type(2n+1),
.control-sidebar.b-b,
.control-sidebar.b-l,
.control-sidebar.b-r,
.control-sidebar.b-t,
.theme-dark .b-b,
.theme-dark .b-l,
.theme-dark .b-r,
.theme-dark .b-t,
.theme-dark .card,
.theme-dark .card-footer,
.theme-dark .card-header,
.theme-dark .dl-menuwrapper ul li,
.theme-dark .form-material .form-group .form-line,
.theme-dark .list-group-item,
.theme-dark .sidebar-header,
.theme-dark .table td,
.theme-dark .table th,
.theme-dark .table tr,
.theme-dark .table-striped tbody tr:nth-of-type(2n+1),
.theme-dark.b-b,
.theme-dark.b-l,
.theme-dark.b-r,
.theme-dark.b-t {
  border-color: #0c101b !important;
}

.control-sidebar .dropdown-menu,
.theme-dark .dropdown-menu {
  border: 1px solid;
}

.control-sidebar .dl-menuwrapper li.dl-back>a,
.control-sidebar .form-control,
.theme-dark .dl-menuwrapper li.dl-back>a,
.theme-dark .form-control {
  border-color: #243049;
  background: #131722;
}

.control-sidebar .dl-menuwrapper li.dl-back>a:focus,
.control-sidebar .form-control:focus,
.theme-dark .dl-menuwrapper li.dl-back>a:focus,
.theme-dark .form-control:focus {
  border-color: #ff1744;
}

.control-sidebar .form-material .form-control,
.theme-dark .form-material .form-control {
  border-bottom: 1px solid #243049;
  background: 0 0 !important;
}

.control-sidebar .bottom-gradient::after,
.theme-dark .bottom-gradient::after {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #131722 100%);
}

.control-sidebar .theme-text,
.theme-dark .theme-text {
  color: #fff !important;
}

.control-sidebar .theme-text a,
.control-sidebar .theme-text b,
.control-sidebar .theme-text h1,
.control-sidebar .theme-text h2,
.control-sidebar .theme-text h3,
.control-sidebar .theme-text h4,
.control-sidebar .theme-text h5,
.control-sidebar .theme-text h6,
.control-sidebar .theme-text i,
.control-sidebar .theme-text li,
.control-sidebar .theme-text p,
.control-sidebar .theme-text span,
.control-sidebar .theme-text strong,
.theme-dark .theme-text a,
.theme-dark .theme-text b,
.theme-dark .theme-text h1,
.theme-dark .theme-text h2,
.theme-dark .theme-text h3,
.theme-dark .theme-text h4,
.theme-dark .theme-text h5,
.theme-dark .theme-text h6,
.theme-dark .theme-text i,
.theme-dark .theme-text li,
.theme-dark .theme-text p,
.theme-dark .theme-text span,
.theme-dark .theme-text strong {
  color: #fff !important;
}

.control-sidebar .card-header .white,
.control-sidebar .light,
.control-sidebar .sidebar-menu li a:hover,
.control-sidebar .table-hover tbody tr:hover,
.theme-dark .card-header .white,
.theme-dark .light,
.theme-dark .sidebar-menu li a:hover,
.theme-dark .table-hover tbody tr:hover {
  background: rgba(0, 0, 0, .1);
}

.control-sidebar .offcanvas .sidebar-menu>li,
.control-sidebar .sidebar-tabs,
.control-sidebar .tab-content,
.control-sidebar.offcanvas .sidebar-menu>li,
.theme-dark .offcanvas .sidebar-menu>li,
.theme-dark .sidebar-tabs,
.theme-dark .tab-content,
.theme-dark.offcanvas .sidebar-menu>li {
  border-color: #0c101b !important;
}

.control-sidebar .offcanvas .sidebar-menu>li a.active,
.control-sidebar .sidebar-tabs a.active,
.control-sidebar .tab-content a.active,
.control-sidebar.offcanvas .sidebar-menu>li a.active,
.theme-dark .offcanvas .sidebar-menu>li a.active,
.theme-dark .sidebar-tabs a.active,
.theme-dark .tab-content a.active,
.theme-dark.offcanvas .sidebar-menu>li a.active {
  color: #ff1744;
}

.control-sidebar .offcanvas .sidebar-menu>li a.nav-link,
.control-sidebar .sidebar-tabs a.nav-link,
.control-sidebar .tab-content a.nav-link,
.control-sidebar.offcanvas .sidebar-menu>li a.nav-link,
.theme-dark .offcanvas .sidebar-menu>li a.nav-link,
.theme-dark .sidebar-tabs a.nav-link,
.theme-dark .tab-content a.nav-link,
.theme-dark.offcanvas .sidebar-menu>li a.nav-link {
  color: #fff;
}

.control-sidebar,
body.theme-dark {
  background: #131722;
}

.rtl body,
[dir=rtl] body,
html[dir=rtl] body {
  text-align: right;
}

.rtl .main-sidebar,
[dir=rtl] .main-sidebar,
html[dir=rtl] .main-sidebar {
  right: 0 !important;
}

.rtl .has-sidebar.push-sidebar,
[dir=rtl] .has-sidebar.push-sidebar,
html[dir=rtl] .has-sidebar.push-sidebar {
  margin-right: 270px;
  margin-left: 0;
  transition: transform .5s ease-in-out, margin .5s ease-in-out;
}

@media (max-width:1031px) {

  .rtl .has-sidebar.push-sidebar,
  [dir=rtl] .has-sidebar.push-sidebar,
  html[dir=rtl] .has-sidebar.push-sidebar {
    margin-right: 0;
  }
}

.rtl .has-sidebar.push-sidebar.page,
[dir=rtl] .has-sidebar.push-sidebar.page,
html[dir=rtl] .has-sidebar.push-sidebar.page {
  overflow: hidden;
}

.rtl .sidebar-collapse .main-sidebar,
[dir=rtl] .sidebar-collapse .main-sidebar,
html[dir=rtl] .sidebar-collapse .main-sidebar {
  transform: translate(0, 0);
}

@media (max-width:1031px) {

  .rtl .sidebar-collapse .main-sidebar,
  [dir=rtl] .sidebar-collapse .main-sidebar,
  html[dir=rtl] .sidebar-collapse .main-sidebar {
    transform: translate(270px, 0);
  }
}

@media (max-width:1031px) {

  .rtl .main-sidebar,
  [dir=rtl] .main-sidebar,
  html[dir=rtl] .main-sidebar {
    transform: translate(270px, 0);
  }

  .rtl .sidebar-open .main-sidebar,
  [dir=rtl] .sidebar-open .main-sidebar,
  html[dir=rtl] .sidebar-open .main-sidebar {
    transform: translate(0, 0);
  }
}

@media (min-width:1031px) {

  .rtl .has-sidebar,
  [dir=rtl] .has-sidebar,
  html[dir=rtl] .has-sidebar {
    margin-right: 80px;
  }
}

.rtl .has-sidebar.page,
.rtl .sidebar-mini.sidebar-collapse .has-sidebar,
.rtl .sidebar-mini.sidebar-collapse .main-foot,
.rtl .sidebar-mini.sidebar-collapse .right-side,
[dir=rtl] .has-sidebar.page,
[dir=rtl] .sidebar-mini.sidebar-collapse .has-sidebar,
[dir=rtl] .sidebar-mini.sidebar-collapse .main-foot,
[dir=rtl] .sidebar-mini.sidebar-collapse .right-side,
html[dir=rtl] .has-sidebar.page,
html[dir=rtl] .sidebar-mini.sidebar-collapse .has-sidebar,
html[dir=rtl] .sidebar-mini.sidebar-collapse .main-foot,
html[dir=rtl] .sidebar-mini.sidebar-collapse .right-side {
  margin-left: 0;
}

.rtl .sidebar-mini.sidebar-collapse .offcanvas .sidebar-menu li i.icon,
[dir=rtl] .sidebar-mini.sidebar-collapse .offcanvas .sidebar-menu li i.icon,
html[dir=rtl] .sidebar-mini.sidebar-collapse .offcanvas .sidebar-menu li i.icon {
  margin-right: -8px !important;
}

.rtl .control-sidebar.control-sidebar-open,
.rtl .control-sidebar.control-sidebar-open+.control-sidebar-bg,
[dir=rtl] .control-sidebar.control-sidebar-open,
[dir=rtl] .control-sidebar.control-sidebar-open+.control-sidebar-bg,
html[dir=rtl] .control-sidebar.control-sidebar-open,
html[dir=rtl] .control-sidebar.control-sidebar-open+.control-sidebar-bg {
  right: auto;
  left: 0 !important;
}

.rtl .control-sidebar,
.rtl .control-sidebar-bg,
[dir=rtl] .control-sidebar,
[dir=rtl] .control-sidebar-bg,
html[dir=rtl] .control-sidebar,
html[dir=rtl] .control-sidebar-bg {
  left: -350px;
  transition: left .3s ease-in-out !important;
}

.rtl .sidebar-menu li>a,
[dir=rtl] .sidebar-menu li>a,
html[dir=rtl] .sidebar-menu li>a {
  padding: 10px 24px 10px 15px;
}

.rtl .sidebar-menu li a .icon-angle-left,
[dir=rtl] .sidebar-menu li a .icon-angle-left,
html[dir=rtl] .sidebar-menu li a .icon-angle-left {
  right: auto;
}

.rtl .sidebar-menu li>a>.pull-left,
[dir=rtl] .sidebar-menu li>a>.pull-left,
html[dir=rtl] .sidebar-menu li>a>.pull-left {
  margin-top: -7px;
  position: absolute;
  left: 20px;
  top: 42%
}

.rtl .navbar-nav>.user-menu .user-image,
[dir=rtl] .navbar-nav>.user-menu .user-image,
html[dir=rtl] .navbar-nav>.user-menu .user-image {
  float: right;
  width: 25px;
  height: 25px;
  margin-left: 10px;
  margin-top: -2px;
}

.rtl .paper-nav-toggle,
[dir=rtl] .paper-nav-toggle,
html[dir=rtl] .paper-nav-toggle {
  left: 0;
  right: auto;
}

.rtl .circle-clipper.right .circle,
[dir=rtl] .circle-clipper.right .circle,
html[dir=rtl] .circle-clipper.right .circle {
  right: -100%
}

.rtl .form-material .form-group .form-line .form-label,
[dir=rtl] .form-material .form-group .form-line .form-label,
html[dir=rtl] .form-material .form-group .form-line .form-label {
  left: auto;
  right: 0;
}

.rtl .form-material .form-group .help-info,
[dir=rtl] .form-material .form-group .help-info,
html[dir=rtl] .form-material .form-group .help-info {
  float: left;
}

.rtl .form-group.has-icon i,
[dir=rtl] .form-group.has-icon i,
html[dir=rtl] .form-group.has-icon i {
  margin-right: 20px;
}

.rtl .form-group.has-icon i::after,
[dir=rtl] .form-group.has-icon i::after,
html[dir=rtl] .form-group.has-icon i::after {
  border-left: solid 1px #e1e8ee;
  right: 30px;
}

.rtl .form-group.has-icon input,
[dir=rtl] .form-group.has-icon input,
html[dir=rtl] .form-group.has-icon input {
  padding-right: 68px;
}

.rtl #waveform,
.rtl .waveform,
[dir=rtl] #waveform,
[dir=rtl] .waveform,
html[dir=rtl] #waveform,
html[dir=rtl] .waveform {
  transform: rotateY(180deg);
}

.rtl .search-form .search-submit,
[dir=rtl] .search-form .search-submit,
html[dir=rtl] .search-form .search-submit {
  position: absolute;
  left: 10px;
}

.logotext,
.lastwave,
.midwave,
.firstwave,
.blink img {

  position: absolute;
  max-width: 400px;
  height: auto;
  padding: 0px;
  margin: 0 auto;
  width: 11.5%;
  left: 5%;
  bottom: 15%;

}

@font-face {
  font-family: exothin;
  src: url('exo-variablefont_wght-webfont.woff2') format('woff2'),
    url('exo-variablefont_wght-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

.blogimg img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  object-fit: cover;
  object-position: bottom;
  padding-top: 1%;
  padding-bottom: 2%;
  border-radius: 70px;
}


.blogimg p {
  font-family: Century_Gothic;
  font-size: 16px;
}

.blogimg h1 {
  color: #ff1744;
  font-size: 38px;
  text-align-last: center;
  text-transform: capitalize;
  font-style: oblique;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  padding: 1%;
}

.evdetail img {
  width: 65%;
  position: relative;
  left: 18%;
  object-fit: cover;
  object-position: bottom;
  padding: 3%;
}

.evdetail p {
  font-family: Century_Gothic;
}

.evdetail h1 {
  color: #ff1744;
  font-size: 40px;
  text-align-last: center;
  text-transform: capitalize;
  font-style: oblique;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  padding: 1%;
}

.frame {
  height: 200px;
  width: 200px;
  position: relative;
}

.clientphotos img {
  max-height: 78%;
  max-width: 78%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  filter: saturate(0%) invert(1);

}

@media (max-width:768px) {
  #dontshow {
    display: none;
  }

  .blogimg img {
    width: 500px;
    position: relative;
    object-fit: cover;
    object-position: bottom;
    padding: 3%;
    border-radius: 65px;
  }

  iframe {
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    width: 100%;
  }

  .outside img {
    width: 10%;
    position: relative;
    cursor: default;
  }
}

iframe {
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  width: 100%;
}

@media (max-width:1550px) {

  .outside img {
    width: 10%;
    position: relative;
    cursor: default;
  }
}

.frame2 {
  height: 250px;
  width: 250px;
  position: relative;
}

.clientphotos :hover {
  filter: saturate(100%) invert(0);
}

.aboutimg1 {
  font-family: Century_Gothic;
  font-style: oblique;
  color: black;
  text-shadow: 2px 4px 4px #0e4d96;
}

.outside img {
  width: 50%;
  position: absolute;
  top: -11%;
  left: 160%;
  cursor: default;
}

.blink2 {
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: .7s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}

.blink3 {
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: .8s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}

@media (max-width:1399px) {

  .logotext,
  .lastwave,
  .midwave,
  .firstwave,
  .blink img {
    position: absolute;
    max-width: 400px;
    height: auto;
    padding: 0px;
    margin: 0 auto;
    width: 10%;
    left: 8%;
    bottom: 60%;
  }
}

@media (min-width:1400px) {

  .logotext,
  .lastwave,
  .midwave,
  .firstwave,
  .blink img {

    position: absolute;
    max-width: 400px;
    height: auto;
    padding: 0px;
    margin: 0 auto;
    width: 11.5%;
    left: 5.75%;
    bottom: 25%;

  }
}

@media (max-width:1599px) {

  .logotext,
  .lastwave,
  .midwave,
  .firstwave,
  .blink img {
    position: absolute;
    max-width: 400px;
    height: auto;
    padding: 0px;
    margin: 0 auto;
    width: 11.5%;
    left: 5.5%;
    bottom: 21%;
  }
}

@media (min-width:1600px) {

  .logotext,
  .lastwave,
  .midwave,
  .firstwave,
  .blink img {

    position: absolute;
    max-width: 400px;
    height: auto;
    padding: 0px;
    margin: 0 auto;
    width: 11.5%;
    left: 5%;
    bottom: 20%;

  }
}

@media (min-width:1875px) {

  .logotext,
  .lastwave,
  .midwave,
  .firstwave,
  .blink img {
    position: absolute;
    max-width: 400px;
    height: auto;
    padding: 0px;
    margin: 0 auto;
    width: 10%;
    left: 5%;
    bottom: 6%;
  }
}

#playPause {
  text-align: center;
  line-height: 63px;
  font-size: 30px;
  color: rgb(182, 180, 180);
  transition: 1s;
  text-shadow: 0 0 5px #0e4d96;
}

#playPause::before {
  content: '';
  transition: 1s;
  transform: scale(.9);
  z-index: -1;
}

#playPause :hover::before {
  transform: scale(1.1);
}

#playPause :hover {
  color: #e42029;
  text-shadow: 0 0 15px #e42029;
}

.countDown2>div {
  background: #fff;
  display: inline-block;
  height: 75px;
  padding: 20px 0;
  text-align: center;
  vertical-align: middle;
  width: 75px;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 30px;
}

@font-face {
  font-family: 'century_gothicregular';
  src: url(../fonts/webfonts/gothic-webfont.woff2) format('woff2'),
    url(../fonts/webfonts/gothic-webfont.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'comfortaabold';
  src: url(../fonts/webfonts/comfortaa-variablefont_wght-webfont.woff2) format('woff2'),
    url(../fonts/webfonts/comfortaa-variablefont_wght-webfont.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Century_Gothic';
  src: url(../fonts/webfonts/CenturyGothic.woff2) format('woff2'),
    url(../fonts/webfonts/CenturyGothic.woff) format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.centuryFont p {
  font-family: century_gothicregular;
}

.centuryFont span {
  font-family: century_gothicregular;
}

.centuryFont {
  font-family: century_gothicregular;
}

.SFMono1 {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.SFMono {
  font-family: Century_Gothic;
}

.comfortaBold {
  font-family: comfortaabold;
  color: #ff1744;
  font-size: 38px;
  text-align-last: center;
  text-transform: capitalize;
  font-style: oblique;
}

.comforta {
  font-family: comfortaabold;
}

.streamBadge {
  display: flex;
  max-width: 15%;
  height: auto;
  position: absolute;
  right: 4%;
  top: 40%;
  border-radius: 10%;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2), 0 8px 22px 0 rgba(0, 0, 0, 0.19);
}

.pwaIndicator {
  display: none;
  color: #303031;
  background-color: #f2f8ff;
  width: 100vw;
  position: fixed;
  left: 0;
  word-break: break-word;
  padding: 16px;
  bottom: 20px;
  border-radius: 12px;
  z-index: 999;
  font-size: 14px;
}

.pwaIndicator::after {
  content: "";
  left: 50%;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #f2f8ff;
  bottom: -10px;
  transform: rotate(45deg)translate(-8px, 40%);
}

.pwaIndicator::before {
  content: "x";
  position: absolute;
  right: 8px;
  top: 0;
  font-style: oblique;
}

.volume-slider {
  -webkit-appearance: none;
  height: 5px;
  background: rgb(182, 180, 180);
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
  border-radius: 0.5em;
  border: 1px solid var(--gray-dark);
}

.volume-slider:hover {
  opacity: 1;
}

.volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: var(--primary);
  cursor: pointer;
  border-radius: 100%;
}

.volume-slider::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: var(--primary);
  cursor: pointer;
  border-radius: 100%;
}

@media(max-width: 576px) {
  .volume-slider {
    max-width: 100px;
  }

  .volume-slider {
    display: none;
  }
}