@charset "UTF-8";

/* cut top-right corner; do not use with box-shadow! */

#back-to-top,
.card .card-icon,
.card--red {
  background-image: url(res/corner.svg);
  background-position: top right;
  background-size: 125%;
  background-repeat: no-repeat;
  background-color: transparent !important;
}

::-moz-selection {
  color: #fff;
  background-color: #fe0000;
}

::selection {
  color: #fff;
  background-color: #fe0000;
}

.bg-primary *::-moz-selection {
  color: #fff;
  background-color: #2a2926;
}

.bg-primary *::selection {
  color: #fff;
  background-color: #2a2926;
}

* {
  outline: none !important;
}

.bg-top-left {
  background-position: top left;
}

.bg-top {
  background-position: top;
}

.bg-top-right {
  background-position: top right;
}

.bg-left {
  background-position: left;
}

.bg-center {
  background-position: center;
}

.bg-right {
  background-position: right;
}

.bg-bottom-left {
  background-position: bottom left;
}

.bg-bottom {
  background-position: bottom;
}

.bg-bottom-right {
  background-position: bottom right;
}

.text-inherit {
  color: inherit;
}

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

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

/*
.v-mid {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
*/

.v-mid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.v-mid-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.img-fluid {
  width: 100%;
}

/*!
 * Bootstrap v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #fe0000;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #2a2926;
  --gray-dark: #343a40;
  --primary: #fe0000;
  --secondary: #2a2926;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #fe0000;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Roboto", sans-serif;
  --font-family-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

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

a:hover {
  color: #b20000;
  text-decoration: none;
}

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

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

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

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

figure {
  margin: 0 0 1rem;
}

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

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

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

table {
  border-collapse: collapse;
}

caption {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #2a2926;
  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;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

.display-3 {
  font-size: 3.5rem;
  font-weight: 200;
  line-height: 1.2;
}

.display-4 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

.blockquote-footer::before {
  content: "\2014   \A0";
}

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

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

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 90%;
  color: #2a2926;
}

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

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f8f9fa;
  border-radius: 0rem;
}

a > code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}

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

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

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #212529;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table .thead-light th {
  color: #555451;
  background-color: #e9ecef;
  border-color: #2a2926;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  padding: 1rem 2.75rem;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #555451;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #212529;
  border-radius: 0rem;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

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

.form-control:focus {
  color: none;
  background-color: none;
  border-color: #ff7f7f;
  outline: none;
  box-shadow: none;
}

.form-control::-webkit-input-placeholder {
  color: #2a2926;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #2a2926;
  opacity: 1;
}

.form-control::placeholder {
  color: #2a2926;
  opacity: 1;
}

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

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

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

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

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

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

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

.col-form-legend {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 0;
  font-size: 1.1rem;
}

.form-control-plaintext {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

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

.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.9625rem;
  line-height: 1.6;
  border-radius: 0rem;
}

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

.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.65rem;
  line-height: 1.8;
  border-radius: 0rem;
}

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

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

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

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

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

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}

.form-check.disabled .form-check-label {
  color: #2a2926;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
}

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

.form-check-inline {
  display: inline-block;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-label {
  vertical-align: middle;
}

.valid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  color: #28a745;
}

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

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

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

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

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

.was-validated .custom-control-input:valid ~ .custom-control-indicator,
.custom-control-input.is-valid ~ .custom-control-indicator {
  background-color: rgba(40, 167, 69, 0.25);
}

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

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

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

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

.invalid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  color: #fe0000;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(254, 0, 0, 0.8);
  border-radius: .2rem;
}

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

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated
  .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 0, 0, 0.25);
}

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

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

.was-validated .custom-control-input:invalid ~ .custom-control-indicator,
.custom-control-input.is-invalid ~ .custom-control-indicator {
  background-color: rgba(254, 0, 0, 0.25);
}

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

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

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

.was-validated .custom-file-input:invalid:focus,
.custom-file-input.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 0, 0, 0.25);
}

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

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

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

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

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

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

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

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

  .form-inline .form-check-label {
    padding-left: 0;
  }

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

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

  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 1rem 2.75rem;
  font-size: 1.1rem;
  line-height: 1.5;
  border-radius: 0rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: none;
}

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

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

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

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

.btn-primary:hover {
  color: #fff;
  background-color: #d80000;
  border-color: #cb0000;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0rem rgba(254, 0, 0, 0.5);
}

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

.btn-primary:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #cb0000;
  border-color: #be0000;
  box-shadow: 0 0 0 0rem rgba(254, 0, 0, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #2a2926;
  border-color: #2a2926;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #161514;
  border-color: #0f0f0e;
}

.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0rem rgba(42, 41, 38, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #2a2926;
  border-color: #2a2926;
}

.btn-secondary:not([disabled]):not(.disabled):active,
.btn-secondary:not([disabled]):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #0f0f0e;
  border-color: #090808;
  box-shadow: 0 0 0 0rem rgba(42, 41, 38, 0.5);
}

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

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

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

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

.btn-success:not([disabled]):not(.disabled):active,
.btn-success:not([disabled]):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
  box-shadow: 0 0 0 0rem rgba(40, 167, 69, 0.5);
}

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

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

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

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

.btn-info:not([disabled]):not(.disabled):active,
.btn-info:not([disabled]):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
  box-shadow: 0 0 0 0rem rgba(23, 162, 184, 0.5);
}

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

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

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

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

.btn-warning:not([disabled]):not(.disabled):active,
.btn-warning:not([disabled]):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #111;
  background-color: #d39e00;
  border-color: #c69500;
  box-shadow: 0 0 0 0rem rgba(255, 193, 7, 0.5);
}

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

.btn-danger:hover {
  color: #fff;
  background-color: #d80000;
  border-color: #cb0000;
}

.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0rem rgba(254, 0, 0, 0.5);
}

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

.btn-danger:not([disabled]):not(.disabled):active,
.btn-danger:not([disabled]):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #cb0000;
  border-color: #be0000;
  box-shadow: 0 0 0 0rem rgba(254, 0, 0, 0.5);
}

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

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

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

.btn-light.disabled,
.btn-light:disabled {
  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: #111;
  background-color: #dae0e5;
  border-color: #d3d9df;
  box-shadow: 0 0 0 0rem rgba(248, 249, 250, 0.5);
}

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

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

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

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

.btn-dark:not([disabled]):not(.disabled):active,
.btn-dark:not([disabled]):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
  box-shadow: 0 0 0 0rem rgba(52, 58, 64, 0.5);
}

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

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

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0rem rgba(254, 0, 0, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #fe0000;
  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: #fe0000;
  border-color: #fe0000;
  box-shadow: 0 0 0 0rem rgba(254, 0, 0, 0.5);
}

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

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #2a2926;
  border-color: #2a2926;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0rem rgba(42, 41, 38, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #2a2926;
  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: #2a2926;
  border-color: #2a2926;
  box-shadow: 0 0 0 0rem rgba(42, 41, 38, 0.5);
}

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

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

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

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

.btn-outline-success:not([disabled]):not(.disabled):active,
.btn-outline-success:not([disabled]):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  box-shadow: 0 0 0 0rem rgba(40, 167, 69, 0.5);
}

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

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

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

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

.btn-outline-info:not([disabled]):not(.disabled):active,
.btn-outline-info:not([disabled]):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  box-shadow: 0 0 0 0rem rgba(23, 162, 184, 0.5);
}

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

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

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

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

.btn-outline-warning:not([disabled]):not(.disabled):active,
.btn-outline-warning:not([disabled]):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
  box-shadow: 0 0 0 0rem rgba(255, 193, 7, 0.5);
}

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

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

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0rem rgba(254, 0, 0, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #fe0000;
  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: #fe0000;
  border-color: #fe0000;
  box-shadow: 0 0 0 0rem rgba(254, 0, 0, 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

.btn-link:hover {
  color: #b20000;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
}

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

.btn-link:disabled,
.btn-link.disabled {
  color: #2a2926;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.65rem;
  line-height: 1.8;
  border-radius: 0rem;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.9625rem;
  line-height: 1.6;
  border-radius: 0rem;
}

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

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

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

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

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

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

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

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

.dropup,
.dropdown {
  position: relative;
}

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

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 11rem;
  padding: 0rem 0;
  margin: 0rem 0 0;
  font-size: 1.1rem;
  color: #000;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid none;
  border-radius: 0rem;
}

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.75rem 3rem;
  clear: both;
  font-weight: 400;
  color: #000;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #fe0000;
}

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

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #2a2926;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0rem 3rem;
  margin-bottom: 0;
  font-size: 0.9625rem;
  color: #2a2926;
  white-space: nowrap;
}

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

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

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

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

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

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

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

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

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

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

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

.btn-group > .btn-group {
  float: left;
}

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

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

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

.btn + .dropdown-toggle-split {
  padding-right: 2.0625rem;
  padding-left: 2.0625rem;
}

.btn + .dropdown-toggle-split::after {
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group .form-control {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group .form-control:focus,
.input-group .form-control:active,
.input-group .form-control:hover {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
}

.input-group-addon {
  padding: 1rem 2.75rem;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #555451;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid #212529;
  border-radius: 0rem;
}

.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.9625rem;
  border-radius: 0rem;
}

.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.5rem 1rem;
  font-size: 1.65rem;
  border-radius: 0rem;
}

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

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

.input-group-addon:not(:last-child) {
  border-right: 0;
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:focus,
.input-group-btn > .btn:active,
.input-group-btn > .btn:hover {
  z-index: 3;
}

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

.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}

.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: 0;
}

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

.input-group-btn:not(:first-child) > .btn:focus,
.input-group-btn:not(:first-child) > .btn:active,
.input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 3;
}

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

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

.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #fe0000;
}

.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 1px #fff, none;
}

.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #ffb2b2;
}

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

.custom-control-input:disabled ~ .custom-control-description {
  color: #2a2926;
}

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

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

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

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

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

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

.custom-controls-stacked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.custom-controls-stacked .custom-control {
  margin-bottom: 0.25rem;
}

.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

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

.custom-select:focus {
  border-color: #ff7f7f;
  outline: none;
}

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

.custom-select[multiple] {
  height: auto;
  background-image: none;
}

.custom-select:disabled {
  color: #2a2926;
  background-color: #e9ecef;
}

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

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

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

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: calc(3.65rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-control {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #fe0000;
}

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: calc(3.65rem + 2px);
  padding: 1rem 2.75rem;
  line-height: 1.5;
  color: #555451;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #fff;
  border: 1px solid #212529;
  border-radius: 0rem;
}

.custom-file-control:lang(en):empty::after {
  content: "Choose file...";
}

.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: calc(3.65rem + 2px);
  padding: 1rem 2.75rem;
  line-height: 1.5;
  color: #555451;
  background-color: #e9ecef;
  border: 1px solid #212529;
  border-radius: 0 0rem 0rem 0;
}

.custom-file-control:lang(en)::before {
  content: "Browse";
}

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

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

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

.nav-link.disabled {
  color: #2a2926;
}

.nav-tabs {
  border-bottom: 0 solid #ddd;
}

.nav-tabs .nav-item {
  margin-bottom: 0;
}

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

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

.nav-tabs .nav-link.disabled {
  color: #2a2926;
  background-color: transparent;
  border-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

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

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

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

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

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

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

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

  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

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

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

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

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

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

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

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

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

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

  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

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

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

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

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

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

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

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

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

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

  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

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

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

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

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

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

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

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

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

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

  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

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

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

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

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

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

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

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

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

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

.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-img {
  width: 100%;
  border-radius: calc(0 - 0);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0 - 0);
  border-top-right-radius: calc(0 - 0);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0 - 0);
  border-bottom-left-radius: calc(0 - 0);
}

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

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

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

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

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

.card-group .card {
  margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

  .card-group .card:only-child {
    border-radius: 0;
  }

  .card-group .card:only-child .card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .card-group .card:only-child .card-img-bottom {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

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

  .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom {
    border-radius: 0;
  }
}

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

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

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

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

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

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

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

.breadcrumb-item.active {
  color: #2a2926;
}

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

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

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

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

.page-item.disabled .page-link {
  color: #2a2926;
  pointer-events: none;
  background-color: #fff;
  border-color: #ddd;
}

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

.page-link:focus,
.page-link:hover {
  color: #b20000;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #ddd;
}

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

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

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

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.9625rem;
  line-height: 1.6;
}

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0rem;
}

.badge:empty {
  display: none;
}

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

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

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

.badge-primary[href]:focus,
.badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #cb0000;
}

.badge-secondary {
  color: #fff;
  background-color: #2a2926;
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0f0f0e;
}

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

.badge-success[href]:focus,
.badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

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

.badge-info[href]:focus,
.badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

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

.badge-warning[href]:focus,
.badge-warning[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #d39e00;
}

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

.badge-danger[href]:focus,
.badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #cb0000;
}

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

.badge-light[href]:focus,
.badge-light[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #dae0e5;
}

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

.badge-dark[href]:focus,
.badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

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

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

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #840000;
  background-color: #ffcccc;
  border-color: #ffb8b8;
}

.alert-primary hr {
  border-top-color: #ff9f9f;
}

.alert-primary .alert-link {
  color: #510000;
}

.alert-secondary {
  color: #161514;
  background-color: #d4d4d4;
  border-color: #c3c3c2;
}

.alert-secondary hr {
  border-top-color: #b6b6b5;
}

.alert-secondary .alert-link {
  color: black;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #840000;
  background-color: #ffcccc;
  border-color: #ffb8b8;
}

.alert-danger hr {
  border-top-color: #ff9f9f;
}

.alert-danger .alert-link {
  color: #510000;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.825rem;
  background-color: #e9ecef;
  border-radius: 0rem;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #fe0000;
}

.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
       -o-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

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

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

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

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

.list-group-item-action:focus,
.list-group-item-action:hover {
  color: #555451;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #000;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

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

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

.list-group-item:focus,
.list-group-item:hover {
  text-decoration: none;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #2a2926;
  background-color: #fff;
}

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

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

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

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

.list-group-item-primary {
  color: #840000;
  background-color: #ffb8b8;
}

a.list-group-item-primary,
button.list-group-item-primary {
  color: #840000;
}

a.list-group-item-primary:focus,
a.list-group-item-primary:hover,
button.list-group-item-primary:focus,
button.list-group-item-primary:hover {
  color: #840000;
  background-color: #ff9f9f;
}

a.list-group-item-primary.active,
button.list-group-item-primary.active {
  color: #fff;
  background-color: #840000;
  border-color: #840000;
}

.list-group-item-secondary {
  color: #161514;
  background-color: #c3c3c2;
}

a.list-group-item-secondary,
button.list-group-item-secondary {
  color: #161514;
}

a.list-group-item-secondary:focus,
a.list-group-item-secondary:hover,
button.list-group-item-secondary:focus,
button.list-group-item-secondary:hover {
  color: #161514;
  background-color: #b6b6b5;
}

a.list-group-item-secondary.active,
button.list-group-item-secondary.active {
  color: #fff;
  background-color: #161514;
  border-color: #161514;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #155724;
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #155724;
  background-color: #b1dfbb;
}

a.list-group-item-success.active,
button.list-group-item-success.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #0c5460;
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #0c5460;
  background-color: #abdde5;
}

a.list-group-item-info.active,
button.list-group-item-info.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #856404;
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #856404;
  background-color: #ffe8a1;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #840000;
  background-color: #ffb8b8;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #840000;
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #840000;
  background-color: #ff9f9f;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active {
  color: #fff;
  background-color: #840000;
  border-color: #840000;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

a.list-group-item-light,
button.list-group-item-light {
  color: #818182;
}

a.list-group-item-light:focus,
a.list-group-item-light:hover,
button.list-group-item-light:focus,
button.list-group-item-light:hover {
  color: #818182;
  background-color: #ececf6;
}

a.list-group-item-light.active,
button.list-group-item-light.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

a.list-group-item-dark,
button.list-group-item-dark {
  color: #1b1e21;
}

a.list-group-item-dark:focus,
a.list-group-item-dark:hover,
button.list-group-item-dark:focus,
button.list-group-item-dark:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}

a.list-group-item-dark.active,
button.list-group-item-dark.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

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

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

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

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

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

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

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

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

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

.modal-header .close {
  padding: 15px;
  margin: -15px -15px -15px auto;
}

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #e9ecef;
}

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

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

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }

  .modal-sm {
    max-width: 300px;
  }
}

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.9625rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
}

.tooltip .arrow::before {
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tooltip.bs-tooltip-top,
.tooltip.bs-tooltip-auto[x-placement^="top"] {
  padding: 5px 0;
}

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

.tooltip.bs-tooltip-top .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}

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

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

.tooltip.bs-tooltip-right .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  margin-top: -3px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

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

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

.tooltip.bs-tooltip-bottom .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

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

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

.tooltip.bs-tooltip-left .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  right: 0;
  margin-top: -3px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.9625rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow::before {
  content: "";
  border-width: 0.8rem;
}

.popover .arrow::after {
  content: "";
  border-width: 0.8rem;
}

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

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

.popover.bs-popover-top .arrow::before,
.popover.bs-popover-auto[x-placement^="top"] .arrow::before,
.popover.bs-popover-top .arrow::after,
.popover.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-bottom-width: 0;
}

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

.popover.bs-popover-top .arrow::after,
.popover.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: calc((0.8rem - 1px) * -1);
  margin-left: -0.8rem;
  border-top-color: #fff;
}

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

.popover.bs-popover-right .arrow,
.popover.bs-popover-auto[x-placement^="right"] .arrow {
  left: 0;
}

.popover.bs-popover-right .arrow::before,
.popover.bs-popover-auto[x-placement^="right"] .arrow::before,
.popover.bs-popover-right .arrow::after,
.popover.bs-popover-auto[x-placement^="right"] .arrow::after {
  margin-top: -0.8rem;
  border-left-width: 0;
}

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

.popover.bs-popover-right .arrow::after,
.popover.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: calc((0.8rem - 1px) * -1);
  border-right-color: #fff;
}

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

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

.popover.bs-popover-bottom .arrow::before,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.popover.bs-popover-bottom .arrow::after,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  margin-left: -0.8rem;
  border-top-width: 0;
}

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

.popover.bs-popover-bottom .arrow::after,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: calc((0.8rem - 1px) * -1);
  border-bottom-color: #fff;
}

.popover.bs-popover-bottom .popover-header::before,
.popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

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

.popover.bs-popover-left .arrow,
.popover.bs-popover-auto[x-placement^="left"] .arrow {
  right: 0;
}

.popover.bs-popover-left .arrow::before,
.popover.bs-popover-auto[x-placement^="left"] .arrow::before,
.popover.bs-popover-left .arrow::after,
.popover.bs-popover-auto[x-placement^="left"] .arrow::after {
  margin-top: -0.8rem;
  border-right-width: 0;
}

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

.popover.bs-popover-left .arrow::after,
.popover.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: calc((0.8rem - 1px) * -1);
  border-left-color: #fff;
}

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

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

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

.carousel {
  position: relative;
}

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

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  -o-transition: -o-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease, -o-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

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

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

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

@supports (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

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

@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

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

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

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

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

.bg-secondary {
  background-color: #2a2926 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
  border: 1px solid #e9ecef !important;
}

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

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #fe0000 !important;
}

.border-secondary {
  border-color: #2a2926 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

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

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

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

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

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

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

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

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

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

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

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

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

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

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

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

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

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

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

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

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

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

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

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

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

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

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

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

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

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

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

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

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

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

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

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

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

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

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 200 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #fe0000 !important;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #cb0000 !important;
}

.text-secondary {
  color: #2a2926 !important;
}

a.text-secondary:focus,
a.text-secondary:hover {
  color: #0f0f0e !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:focus,
a.text-success:hover {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:focus,
a.text-info:hover {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #d39e00 !important;
}

.text-danger {
  color: #fe0000 !important;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #cb0000 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:focus,
a.text-light:hover {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:focus,
a.text-dark:hover {
  color: #1d2124 !important;
}

.text-muted {
  color: #2a2926 !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}

.bootstrap-select.btn-group > .dropdown-toggle {
  height: 100%;
}

.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}

.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  display: block;
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu a.dropdown-item {
  position: relative;
}

.bootstrap-select.btn-group .dropdown-menu a.dropdown-item.active small {
  color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu a.dropdown-item.disabled a {
  cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu a.dropdown-item.hidden {
  display: none;
}

.bootstrap-select.btn-group .dropdown-menu a.dropdown-item span.dropdown-item-inner {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
}

.bootstrap-select.btn-group .dropdown-menu a.dropdown-item span.dropdown-item-inner.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu a.dropdown-item span.dropdown-item-inner span.check-mark {
  display: none;
}

.bootstrap-select.btn-group .dropdown-menu a.dropdown-item span.dropdown-item-inner span.text {
  display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu a.dropdown-item small {
  padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu .dropdown-item .span.check-mark {
  display: none;
}

.bootstrap-select.btn-group .dropdown-menu .dropdown-item .span.text {
  display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: whitesmoke;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu a.selected span.dropdown-item-inner span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu a a span.text {
  margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
  padding: 3.5rem 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * 3DX
   */

.hamburger--3dx .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */

.hamburger--3dx-r .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY
   */

.hamburger--3dy .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY Reverse
   */

.hamburger--3dy-r .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before,
.hamburger--3dy-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY
   */

.hamburger--3dxy .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::before,
.hamburger--3dxy .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(180deg) rotateY(180deg);
          transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY Reverse
   */

.hamburger--3dxy-r .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::before,
.hamburger--3dxy-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
          transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * Arrow
   */

.hamburger--arrow.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Arrow Right
   */

.hamburger--arrow-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Alt
   */

.hamburger--arrowalt .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: top 0.1s 0.1s ease, -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: bottom 0.1s 0.1s ease, -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: top 0.1s ease, -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: bottom 0.1s ease, -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Alt Right
   */

.hamburger--arrowalt-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: top 0.1s 0.1s ease, -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: bottom 0.1s 0.1s ease, -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: top 0.1s ease, -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: bottom 0.1s ease, -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */

.hamburger--arrowturn.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */

.hamburger--arrowturn-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Boring
   */

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
  -webkit-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*
   * Collapse
   */

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
       -o-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
       -o-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
       -o-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -o-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Collapse Reverse
   */

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
       -o-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
       -o-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(45deg);
          transform: translate3d(0, -10px, 0) rotate(45deg);
  -webkit-transition-delay: 0.22s;
       -o-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -o-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Elastic
   */

.hamburger--elastic .hamburger-inner {
  top: 2px;
  -webkit-transition-duration: 0.275s;
       -o-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
       -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  -o-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: -o-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -o-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
          transform: translate3d(0, 10px, 0) rotate(135deg);
  -webkit-transition-delay: 0.075s;
       -o-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
          transform: translate3d(0, -20px, 0) rotate(-270deg);
  -webkit-transition-delay: 0.075s;
       -o-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

/*
   * Elastic Reverse
   */

.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  -webkit-transition-duration: 0.275s;
       -o-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
       -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  -o-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: -o-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -o-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-135deg);
          transform: translate3d(0, 10px, 0) rotate(-135deg);
  -webkit-transition-delay: 0.075s;
       -o-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(270deg);
          transform: translate3d(0, -20px, 0) rotate(270deg);
  -webkit-transition-delay: 0.075s;
       -o-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

/*
   * Emphatic
   */

.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  -webkit-transition: background-color 0.125s 0.175s ease-in;
  -o-transition: background-color 0.125s 0.175s ease-in;
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -o-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), -o-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -o-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), -o-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  -webkit-transform: translate3d(80px, 80px, 0) rotate(45deg);
          transform: translate3d(80px, 80px, 0) rotate(45deg);
  -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -o-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -o-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  -webkit-transform: translate3d(-80px, 80px, 0) rotate(-45deg);
          transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -o-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -o-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Emphatic Reverse
   */

.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  -webkit-transition: background-color 0.125s 0.175s ease-in;
  -o-transition: background-color 0.125s 0.175s ease-in;
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -o-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), -o-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -o-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), -o-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  -webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
          transform: translate3d(80px, -80px, 0) rotate(-45deg);
  -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -o-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -o-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  -webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
          transform: translate3d(-80px, -80px, 0) rotate(45deg);
  -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -o-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -o-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Minus
   */

.hamburger--minus .hamburger-inner::before,
.hamburger--minus .hamburger-inner::after {
  -webkit-transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
  -o-transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before,
.hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  -webkit-transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
  -o-transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
   * Slider
   */

.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
          transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
          transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */

.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
          transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  -webkit-transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
          transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(90deg);
          transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
   * Spin
   */

.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
       -o-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.25s ease-in, -o-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
       -o-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease-out, -o-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */

.hamburger--spin-r .hamburger-inner {
  -webkit-transition-duration: 0.22s;
       -o-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.25s ease-in, -o-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
       -o-transform: rotate(-225deg);
          transform: rotate(-225deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease-out, -o-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spring
   */

.hamburger--spring .hamburger-inner {
  top: 2px;
  -webkit-transition: background-color 0s 0.13s linear;
  -o-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
       -o-transition-delay: 0.22s;
          transition-delay: 0.22s;
  background-color: transparent;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -o-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -o-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
          transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
   * Spring Reverse
   */

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
       -o-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
       -o-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -o-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand
   */

.hamburger--stand .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: background-color 0s 0.075s linear, -o-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.075s 0.075s ease-in, -o-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.075s 0.075s ease-in, -o-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: transparent;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: background-color 0s 0.15s linear, -o-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.075s 0.1s ease-out, -o-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.075s 0.1s ease-out, -o-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand Reverse
   */

.hamburger--stand-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: background-color 0s 0.075s linear, -o-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.075s 0.075s ease-in, -o-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.075s 0.075s ease-in, -o-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: transparent;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: background-color 0s 0.15s linear, -o-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.075s 0.1s ease-out, -o-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.075s 0.1s ease-out, -o-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Squeeze
   */

.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
       -o-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  -o-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.075s 0.12s ease, -o-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  -o-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.075s ease, -o-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Vortex
   */

.hamburger--vortex .hamburger-inner {
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
  -webkit-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  -o-transition-property: top, opacity;
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  -o-transition-property: bottom, -o-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform, -o-transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transform: rotate(765deg);
       -o-transform: rotate(765deg);
          transform: rotate(765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*
   * Vortex Reverse
   */

.hamburger--vortex-r .hamburger-inner {
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  -o-transition-property: top, opacity;
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  -o-transition-property: bottom, -o-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform, -o-transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-765deg);
       -o-transform: rotate(-765deg);
          transform: rotate(-765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.cc-window {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.cc-window.cc-invisible {
  opacity: 0;
}

.cc-animate.cc-revoke {
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  -o-transition: -o-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease, -o-transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
  -webkit-transform: translateY(-2em);
       -o-transform: translateY(-2em);
          transform: translateY(-2em);
}

.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(2em);
       -o-transform: translateY(2em);
          transform: translateY(2em);
}

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

.cc-grower {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
}

.cc-link,
.cc-revoke:hover {
  text-decoration: underline;
}

.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica,Calibri,Arial,sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}

.cc-window.cc-static {
  position: static;
}

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.cc-revoke {
  padding: .5em;
}

.cc-header {
  font-size: 18px;
  font-weight: 700;
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer;
}

.cc-link {
  opacity: .8;
  display: inline-block;
  padding: .2em;
}

.cc-link:hover {
  opacity: 1;
}

.cc-link:active,
.cc-link:visited {
  color: initial;
}

.cc-btn {
  display: block;
  padding: .4em .8em;
  font-size: .9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}

.cc-banner .cc-btn:last-child {
  min-width: 140px;
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}

.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  line-height: .75;
}

.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em;
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em;
}

.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}

.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}

.cc-top {
  top: 1em;
}

.cc-left {
  left: 1em;
}

.cc-right {
  right: 1em;
}

.cc-bottom {
  bottom: 1em;
}

.cc-floating > .cc-link {
  margin-bottom: 1em;
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}

.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
          flex: 1 0 auto;
}

.cc-window.cc-banner {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}

.cc-banner .cc-message {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}

.cc-compliance {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.cc-compliance > .cc-btn {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}

.cc-btn + .cc-btn {
  margin-left: .5em;
}

@media print {
  .cc-revoke,
  .cc-window {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }

  .cc-window.cc-bottom {
    bottom: 0;
  }

  .cc-window.cc-banner,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0;
  }

  .cc-window.cc-banner {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    -webkit-box-flex: 1;
            flex: 1;
  }

  .cc-window.cc-floating {
    max-width: none;
  }

  .cc-window .cc-message {
    margin-bottom: 1em;
  }

  .cc-window.cc-banner {
    -ms-flex-align: unset;
    -webkit-box-align: unset;
            align-items: unset;
  }
}

.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  -webkit-box-flex: 0;
          flex: none;
}

.cc-theme-classic .cc-btn {
  border-radius: 5px;
}

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

.cc-theme-edgeless.cc-window {
  padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}

@font-face {
  font-family: 'glyphicons';
  src: url(res/glyphicons-regular.eot);
  src: url(res/glyphicons-regular.eot) format("embedded-opentype"), url(res/glyphicons-regular.woff2) format("woff2"), url(res/glyphicons-regular.woff) format("woff"), url(res/glyphicons-regular.ttf) format("truetype"), url(res/glyphicons-regular.svg) format("svg");
}

.glyphicons {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0;
}

.glyphicons:before {
  display: inline-block;
  padding: 6px 8px;
  font-size: 1rem;
}

.glyphicons-glass:before {
  font-family: "glyphicons";
  content: "\E001";
}

.glyphicons-leaf:before {
  font-family: "glyphicons";
  content: "\E002";
}

.glyphicons-dog:before {
  font-family: "glyphicons";
  content: "\E003";
}

.glyphicons-user:before {
  font-family: "glyphicons";
  content: "\E004";
}

.glyphicons-girl:before {
  font-family: "glyphicons";
  content: "\E005";
}

.glyphicons-car:before {
  font-family: "glyphicons";
  content: "\E006";
}

.glyphicons-user-add:before {
  font-family: "glyphicons";
  content: "\E007";
}

.glyphicons-user-remove:before {
  font-family: "glyphicons";
  content: "\E008";
}

.glyphicons-film:before {
  font-family: "glyphicons";
  content: "\E009";
}

.glyphicons-magic:before {
  font-family: "glyphicons";
  content: "\E010";
}

.glyphicons-envelope:before {
  font-family: "glyphicons";
  content: "\E011";
}

.glyphicons-camera:before {
  font-family: "glyphicons";
  content: "\E012";
}

.glyphicons-heart:before {
  font-family: "glyphicons";
  content: "\E013";
}

.glyphicons-beach-umbrella:before {
  font-family: "glyphicons";
  content: "\E014";
}

.glyphicons-train:before {
  font-family: "glyphicons";
  content: "\E015";
}

.glyphicons-print:before {
  font-family: "glyphicons";
  content: "\E016";
}

.glyphicons-bin:before {
  font-family: "glyphicons";
  content: "\E017";
}

.glyphicons-music:before {
  font-family: "glyphicons";
  content: "\E018";
}

.glyphicons-music-alt:before {
  font-family: "glyphicons";
  content: "\E019";
}

.glyphicons-heart-empty:before {
  font-family: "glyphicons";
  content: "\E020";
}

.glyphicons-home:before {
  font-family: "glyphicons";
  content: "\E021";
}

.glyphicons-snowflake:before {
  font-family: "glyphicons";
  content: "\E022";
}

.glyphicons-fire:before {
  font-family: "glyphicons";
  content: "\E023";
}

.glyphicons-magnet:before {
  font-family: "glyphicons";
  content: "\E024";
}

.glyphicons-parents:before {
  font-family: "glyphicons";
  content: "\E025";
}

.glyphicons-binoculars:before {
  font-family: "glyphicons";
  content: "\E026";
}

.glyphicons-road:before {
  font-family: "glyphicons";
  content: "\E027";
}

.glyphicons-search:before {
  font-family: "glyphicons";
  content: "\E028";
}

.glyphicons-cars:before {
  font-family: "glyphicons";
  content: "\E029";
}

.glyphicons-notes-2:before {
  font-family: "glyphicons";
  content: "\E030";
}

.glyphicons-pencil:before {
  font-family: "glyphicons";
  content: "\E031";
}

.glyphicons-bus:before {
  font-family: "glyphicons";
  content: "\E032";
}

.glyphicons-wifi-alt:before {
  font-family: "glyphicons";
  content: "\E033";
}

.glyphicons-luggage:before {
  font-family: "glyphicons";
  content: "\E034";
}

.glyphicons-old-man:before {
  font-family: "glyphicons";
  content: "\E035";
}

.glyphicons-woman:before {
  font-family: "glyphicons";
  content: "\E036";
}

.glyphicons-file:before {
  font-family: "glyphicons";
  content: "\E037";
}

.glyphicons-coins:before {
  font-family: "glyphicons";
  content: "\E038";
}

.glyphicons-plane:before {
  font-family: "glyphicons";
  content: "\E039";
}

.glyphicons-notes:before {
  font-family: "glyphicons";
  content: "\E040";
}

.glyphicons-stats:before {
  font-family: "glyphicons";
  content: "\E041";
}

.glyphicons-charts:before {
  font-family: "glyphicons";
  content: "\E042";
}

.glyphicons-pie-chart:before {
  font-family: "glyphicons";
  content: "\E043";
}

.glyphicons-group:before {
  font-family: "glyphicons";
  content: "\E044";
}

.glyphicons-keys:before {
  font-family: "glyphicons";
  content: "\E045";
}

.glyphicons-calendar:before {
  font-family: "glyphicons";
  content: "\E046";
}

.glyphicons-router:before {
  font-family: "glyphicons";
  content: "\E047";
}

.glyphicons-camera-small:before {
  font-family: "glyphicons";
  content: "\E048";
}

.glyphicons-star-empty:before {
  font-family: "glyphicons";
  content: "\E049";
}

.glyphicons-star:before {
  font-family: "glyphicons";
  content: "\E050";
}

.glyphicons-link:before {
  font-family: "glyphicons";
  content: "\E051";
}

.glyphicons-eye-open:before {
  font-family: "glyphicons";
  content: "\E052";
}

.glyphicons-eye-close:before {
  font-family: "glyphicons";
  content: "\E053";
}

.glyphicons-alarm:before {
  font-family: "glyphicons";
  content: "\E054";
}

.glyphicons-clock:before {
  font-family: "glyphicons";
  content: "\E055";
}

.glyphicons-stopwatch:before {
  font-family: "glyphicons";
  content: "\E056";
}

.glyphicons-projector:before {
  font-family: "glyphicons";
  content: "\E057";
}

.glyphicons-history:before {
  font-family: "glyphicons";
  content: "\E058";
}

.glyphicons-truck:before {
  font-family: "glyphicons";
  content: "\E059";
}

.glyphicons-cargo:before {
  font-family: "glyphicons";
  content: "\E060";
}

.glyphicons-compass:before {
  font-family: "glyphicons";
  content: "\E061";
}

.glyphicons-keynote:before {
  font-family: "glyphicons";
  content: "\E062";
}

.glyphicons-paperclip:before {
  font-family: "glyphicons";
  content: "\E063";
}

.glyphicons-power:before {
  font-family: "glyphicons";
  content: "\E064";
}

.glyphicons-lightbulb:before {
  font-family: "glyphicons";
  content: "\E065";
}

.glyphicons-tag:before {
  font-family: "glyphicons";
  content: "\E066";
}

.glyphicons-tags:before {
  font-family: "glyphicons";
  content: "\E067";
}

.glyphicons-cleaning:before {
  font-family: "glyphicons";
  content: "\E068";
}

.glyphicons-ruler:before {
  font-family: "glyphicons";
  content: "\E069";
}

.glyphicons-gift:before {
  font-family: "glyphicons";
  content: "\E070";
}

.glyphicons-umbrella:before {
  font-family: "glyphicons";
  content: "\E071";
}

.glyphicons-book:before {
  font-family: "glyphicons";
  content: "\E072";
}

.glyphicons-bookmark:before {
  font-family: "glyphicons";
  content: "\E073";
}

.glyphicons-wifi:before {
  font-family: "glyphicons";
  content: "\E074";
}

.glyphicons-cup:before {
  font-family: "glyphicons";
  content: "\E075";
}

.glyphicons-stroller:before {
  font-family: "glyphicons";
  content: "\E076";
}

.glyphicons-headphones:before {
  font-family: "glyphicons";
  content: "\E077";
}

.glyphicons-headset:before {
  font-family: "glyphicons";
  content: "\E078";
}

.glyphicons-warning-sign:before {
  font-family: "glyphicons";
  content: "\E079";
}

.glyphicons-signal:before {
  font-family: "glyphicons";
  content: "\E080";
}

.glyphicons-retweet:before {
  font-family: "glyphicons";
  content: "\E081";
}

.glyphicons-refresh:before {
  font-family: "glyphicons";
  content: "\E082";
}

.glyphicons-roundabout:before {
  font-family: "glyphicons";
  content: "\E083";
}

.glyphicons-random:before {
  font-family: "glyphicons";
  content: "\E084";
}

.glyphicons-heat:before {
  font-family: "glyphicons";
  content: "\E085";
}

.glyphicons-repeat:before {
  font-family: "glyphicons";
  content: "\E086";
}

.glyphicons-display:before {
  font-family: "glyphicons";
  content: "\E087";
}

.glyphicons-log-book:before {
  font-family: "glyphicons";
  content: "\E088";
}

.glyphicons-address-book:before {
  font-family: "glyphicons";
  content: "\E089";
}

.glyphicons-building:before {
  font-family: "glyphicons";
  content: "\E090";
}

.glyphicons-eyedropper:before {
  font-family: "glyphicons";
  content: "\E091";
}

.glyphicons-adjust:before {
  font-family: "glyphicons";
  content: "\E092";
}

.glyphicons-tint:before {
  font-family: "glyphicons";
  content: "\E093";
}

.glyphicons-crop:before {
  font-family: "glyphicons";
  content: "\E094";
}

.glyphicons-vector-path-square:before {
  font-family: "glyphicons";
  content: "\E095";
}

.glyphicons-vector-path-circle:before {
  font-family: "glyphicons";
  content: "\E096";
}

.glyphicons-vector-path-polygon:before {
  font-family: "glyphicons";
  content: "\E097";
}

.glyphicons-vector-path-line:before {
  font-family: "glyphicons";
  content: "\E098";
}

.glyphicons-vector-path-curve:before {
  font-family: "glyphicons";
  content: "\E099";
}

.glyphicons-vector-path-all:before {
  font-family: "glyphicons";
  content: "\E100";
}

.glyphicons-font:before {
  font-family: "glyphicons";
  content: "\E101";
}

.glyphicons-italic:before {
  font-family: "glyphicons";
  content: "\E102";
}

.glyphicons-bold:before {
  font-family: "glyphicons";
  content: "\E103";
}

.glyphicons-text-underline:before {
  font-family: "glyphicons";
  content: "\E104";
}

.glyphicons-text-strike:before {
  font-family: "glyphicons";
  content: "\E105";
}

.glyphicons-text-height:before {
  font-family: "glyphicons";
  content: "\E106";
}

.glyphicons-text-width:before {
  font-family: "glyphicons";
  content: "\E107";
}

.glyphicons-text-resize:before {
  font-family: "glyphicons";
  content: "\E108";
}

.glyphicons-left-indent:before {
  font-family: "glyphicons";
  content: "\E109";
}

.glyphicons-right-indent:before {
  font-family: "glyphicons";
  content: "\E110";
}

.glyphicons-align-left:before {
  font-family: "glyphicons";
  content: "\E111";
}

.glyphicons-align-center:before {
  font-family: "glyphicons";
  content: "\E112";
}

.glyphicons-align-right:before {
  font-family: "glyphicons";
  content: "\E113";
}

.glyphicons-justify:before {
  font-family: "glyphicons";
  content: "\E114";
}

.glyphicons-list:before {
  font-family: "glyphicons";
  content: "\E115";
}

.glyphicons-text-smaller:before {
  font-family: "glyphicons";
  content: "\E116";
}

.glyphicons-text-bigger:before {
  font-family: "glyphicons";
  content: "\E117";
}

.glyphicons-embed:before {
  font-family: "glyphicons";
  content: "\E118";
}

.glyphicons-embed-close:before {
  font-family: "glyphicons";
  content: "\E119";
}

.glyphicons-table:before {
  font-family: "glyphicons";
  content: "\E120";
}

.glyphicons-message-full:before {
  font-family: "glyphicons";
  content: "\E121";
}

.glyphicons-message-empty:before {
  font-family: "glyphicons";
  content: "\E122";
}

.glyphicons-message-in:before {
  font-family: "glyphicons";
  content: "\E123";
}

.glyphicons-message-out:before {
  font-family: "glyphicons";
  content: "\E124";
}

.glyphicons-message-plus:before {
  font-family: "glyphicons";
  content: "\E125";
}

.glyphicons-message-minus:before {
  font-family: "glyphicons";
  content: "\E126";
}

.glyphicons-message-ban:before {
  font-family: "glyphicons";
  content: "\E127";
}

.glyphicons-message-flag:before {
  font-family: "glyphicons";
  content: "\E128";
}

.glyphicons-message-lock:before {
  font-family: "glyphicons";
  content: "\E129";
}

.glyphicons-message-new:before {
  font-family: "glyphicons";
  content: "\E130";
}

.glyphicons-inbox:before {
  font-family: "glyphicons";
  content: "\E131";
}

.glyphicons-inbox-plus:before {
  font-family: "glyphicons";
  content: "\E132";
}

.glyphicons-inbox-minus:before {
  font-family: "glyphicons";
  content: "\E133";
}

.glyphicons-inbox-lock:before {
  font-family: "glyphicons";
  content: "\E134";
}

.glyphicons-inbox-in:before {
  font-family: "glyphicons";
  content: "\E135";
}

.glyphicons-inbox-out:before {
  font-family: "glyphicons";
  content: "\E136";
}

.glyphicons-cogwheel:before {
  font-family: "glyphicons";
  content: "\E137";
}

.glyphicons-cogwheels:before {
  font-family: "glyphicons";
  content: "\E138";
}

.glyphicons-picture:before {
  font-family: "glyphicons";
  content: "\E139";
}

.glyphicons-adjust-alt:before {
  font-family: "glyphicons";
  content: "\E140";
}

.glyphicons-database-lock:before {
  font-family: "glyphicons";
  content: "\E141";
}

.glyphicons-database-plus:before {
  font-family: "glyphicons";
  content: "\E142";
}

.glyphicons-database-minus:before {
  font-family: "glyphicons";
  content: "\E143";
}

.glyphicons-database-ban:before {
  font-family: "glyphicons";
  content: "\E144";
}

.glyphicons-folder-open:before {
  font-family: "glyphicons";
  content: "\E145";
}

.glyphicons-folder-plus:before {
  font-family: "glyphicons";
  content: "\E146";
}

.glyphicons-folder-minus:before {
  font-family: "glyphicons";
  content: "\E147";
}

.glyphicons-folder-lock:before {
  font-family: "glyphicons";
  content: "\E148";
}

.glyphicons-folder-flag:before {
  font-family: "glyphicons";
  content: "\E149";
}

.glyphicons-folder-new:before {
  font-family: "glyphicons";
  content: "\E150";
}

.glyphicons-edit:before {
  font-family: "glyphicons";
  content: "\E151";
}

.glyphicons-new-window:before {
  font-family: "glyphicons";
  content: "\E152";
}

.glyphicons-check:before {
  font-family: "glyphicons";
  content: "\E153";
}

.glyphicons-unchecked:before {
  font-family: "glyphicons";
  content: "\E154";
}

.glyphicons-more-windows:before {
  font-family: "glyphicons";
  content: "\E155";
}

.glyphicons-show-big-thumbnails:before {
  font-family: "glyphicons";
  content: "\E156";
}

.glyphicons-show-thumbnails:before {
  font-family: "glyphicons";
  content: "\E157";
}

.glyphicons-show-thumbnails-with-lines:before {
  font-family: "glyphicons";
  content: "\E158";
}

.glyphicons-show-lines:before {
  font-family: "glyphicons";
  content: "\E159";
}

.glyphicons-playlist:before {
  font-family: "glyphicons";
  content: "\E160";
}

.glyphicons-imac:before {
  font-family: "glyphicons";
  content: "\E161";
}

.glyphicons-macbook:before {
  font-family: "glyphicons";
  content: "\E162";
}

.glyphicons-ipad:before {
  font-family: "glyphicons";
  content: "\E163";
}

.glyphicons-iphone:before {
  font-family: "glyphicons";
  content: "\E164";
}

.glyphicons-iphone-transfer:before {
  font-family: "glyphicons";
  content: "\E165";
}

.glyphicons-iphone-exchange:before {
  font-family: "glyphicons";
  content: "\E166";
}

.glyphicons-ipod:before {
  font-family: "glyphicons";
  content: "\E167";
}

.glyphicons-ipod-shuffle:before {
  font-family: "glyphicons";
  content: "\E168";
}

.glyphicons-ear-plugs:before {
  font-family: "glyphicons";
  content: "\E169";
}

.glyphicons-record:before {
  font-family: "glyphicons";
  content: "\E170";
}

.glyphicons-step-backward:before {
  font-family: "glyphicons";
  content: "\E171";
}

.glyphicons-fast-backward:before {
  font-family: "glyphicons";
  content: "\E172";
}

.glyphicons-rewind:before {
  font-family: "glyphicons";
  content: "\E173";
}

.glyphicons-play:before {
  font-family: "glyphicons";
  content: "\E174";
}

.glyphicons-pause:before {
  font-family: "glyphicons";
  content: "\E175";
}

.glyphicons-stop:before {
  font-family: "glyphicons";
  content: "\E176";
}

.glyphicons-forward:before {
  font-family: "glyphicons";
  content: "\E177";
}

.glyphicons-fast-forward:before {
  font-family: "glyphicons";
  content: "\E178";
}

.glyphicons-step-forward:before {
  font-family: "glyphicons";
  content: "\E179";
}

.glyphicons-eject:before {
  font-family: "glyphicons";
  content: "\E180";
}

.glyphicons-facetime-video:before {
  font-family: "glyphicons";
  content: "\E181";
}

.glyphicons-download-alt:before {
  font-family: "glyphicons";
  content: "\E182";
}

.glyphicons-mute:before {
  font-family: "glyphicons";
  content: "\E183";
}

.glyphicons-volume-down:before {
  font-family: "glyphicons";
  content: "\E184";
}

.glyphicons-volume-up:before {
  font-family: "glyphicons";
  content: "\E185";
}

.glyphicons-screenshot:before {
  font-family: "glyphicons";
  content: "\E186";
}

.glyphicons-move:before {
  font-family: "glyphicons";
  content: "\E187";
}

.glyphicons-more:before {
  font-family: "glyphicons";
  content: "\E188";
}

.glyphicons-brightness-reduce:before {
  font-family: "glyphicons";
  content: "\E189";
}

.glyphicons-brightness-increase:before {
  font-family: "glyphicons";
  content: "\E190";
}

.glyphicons-plus-sign:before {
  font-family: "glyphicons";
  content: "\E191";
}

.glyphicons-minus-sign:before {
  font-family: "glyphicons";
  content: "\E192";
}

.glyphicons-remove-sign:before {
  font-family: "glyphicons";
  content: "\E193";
}

.glyphicons-ok-sign:before {
  font-family: "glyphicons";
  content: "\E194";
}

.glyphicons-question-sign:before {
  font-family: "glyphicons";
  content: "\E195";
}

.glyphicons-info-sign:before {
  font-family: "glyphicons";
  content: "\E196";
}

.glyphicons-exclamation-sign:before {
  font-family: "glyphicons";
  content: "\E197";
}

.glyphicons-remove-circle:before {
  font-family: "glyphicons";
  content: "\E198";
}

.glyphicons-ok-circle:before {
  font-family: "glyphicons";
  content: "\E199";
}

.glyphicons-ban-circle:before {
  font-family: "glyphicons";
  content: "\E200";
}

.glyphicons-download:before {
  font-family: "glyphicons";
  content: "\E201";
}

.glyphicons-upload:before {
  font-family: "glyphicons";
  content: "\E202";
}

.glyphicons-shopping-cart:before {
  font-family: "glyphicons";
  content: "\E203";
}

.glyphicons-lock:before {
  font-family: "glyphicons";
  content: "\E204";
}

.glyphicons-unlock:before {
  font-family: "glyphicons";
  content: "\E205";
}

.glyphicons-electricity:before {
  font-family: "glyphicons";
  content: "\E206";
}

.glyphicons-ok:before {
  font-family: "glyphicons";
  content: "\E207";
}

.glyphicons-remove:before {
  font-family: "glyphicons";
  content: "\E208";
}

.glyphicons-cart-in:before {
  font-family: "glyphicons";
  content: "\E209";
}

.glyphicons-cart-out:before {
  font-family: "glyphicons";
  content: "\E210";
}

.glyphicons-arrow-left:before {
  font-family: "glyphicons";
  content: "\E211";
}

.glyphicons-arrow-right:before {
  font-family: "glyphicons";
  content: "\E212";
}

.glyphicons-arrow-down:before {
  font-family: "glyphicons";
  content: "\E213";
}

.glyphicons-arrow-up:before {
  font-family: "glyphicons";
  content: "\E214";
}

.glyphicons-resize-small:before {
  font-family: "glyphicons";
  content: "\E215";
}

.glyphicons-resize-full:before {
  font-family: "glyphicons";
  content: "\E216";
}

.glyphicons-circle-arrow-left:before {
  font-family: "glyphicons";
  content: "\E217";
}

.glyphicons-circle-arrow-right:before {
  font-family: "glyphicons";
  content: "\E218";
}

.glyphicons-circle-arrow-top:before {
  font-family: "glyphicons";
  content: "\E219";
}

.glyphicons-circle-arrow-down:before {
  font-family: "glyphicons";
  content: "\E220";
}

.glyphicons-play-button:before {
  font-family: "glyphicons";
  content: "\E221";
}

.glyphicons-unshare:before {
  font-family: "glyphicons";
  content: "\E222";
}

.glyphicons-share:before {
  font-family: "glyphicons";
  content: "\E223";
}

.glyphicons-chevron-right:before {
  font-family: "glyphicons";
  content: "\E224";
}

.glyphicons-chevron-left:before {
  font-family: "glyphicons";
  content: "\E225";
}

.glyphicons-bluetooth:before {
  font-family: "glyphicons";
  content: "\E226";
}

.glyphicons-euro:before {
  font-family: "glyphicons";
  content: "\E227";
}

.glyphicons-usd:before {
  font-family: "glyphicons";
  content: "\E228";
}

.glyphicons-gbp:before {
  font-family: "glyphicons";
  content: "\E229";
}

.glyphicons-retweet-2:before {
  font-family: "glyphicons";
  content: "\E230";
}

.glyphicons-moon:before {
  font-family: "glyphicons";
  content: "\E231";
}

.glyphicons-sun:before {
  font-family: "glyphicons";
  content: "\E232";
}

.glyphicons-cloud:before {
  font-family: "glyphicons";
  content: "\E233";
}

.glyphicons-direction:before {
  font-family: "glyphicons";
  content: "\E234";
}

.glyphicons-brush:before {
  font-family: "glyphicons";
  content: "\E235";
}

.glyphicons-pen:before {
  font-family: "glyphicons";
  content: "\E236";
}

.glyphicons-zoom-in:before {
  font-family: "glyphicons";
  content: "\E237";
}

.glyphicons-zoom-out:before {
  font-family: "glyphicons";
  content: "\E238";
}

.glyphicons-pin:before {
  font-family: "glyphicons";
  content: "\E239";
}

.glyphicons-albums:before {
  font-family: "glyphicons";
  content: "\E240";
}

.glyphicons-rotation-lock:before {
  font-family: "glyphicons";
  content: "\E241";
}

.glyphicons-flash:before {
  font-family: "glyphicons";
  content: "\E242";
}

.glyphicons-map-marker:before {
  font-family: "glyphicons";
  content: "\E243";
}

.glyphicons-anchor:before {
  font-family: "glyphicons";
  content: "\E244";
}

.glyphicons-conversation:before {
  font-family: "glyphicons";
  content: "\E245";
}

.glyphicons-chat:before {
  font-family: "glyphicons";
  content: "\E246";
}

.glyphicons-note-empty:before {
  font-family: "glyphicons";
  content: "\E247";
}

.glyphicons-note:before {
  font-family: "glyphicons";
  content: "\E248";
}

.glyphicons-asterisk:before {
  font-family: "glyphicons";
  content: "\E249";
}

.glyphicons-divide:before {
  font-family: "glyphicons";
  content: "\E250";
}

.glyphicons-snorkel-diving:before {
  font-family: "glyphicons";
  content: "\E251";
}

.glyphicons-scuba-diving:before {
  font-family: "glyphicons";
  content: "\E252";
}

.glyphicons-oxygen-bottle:before {
  font-family: "glyphicons";
  content: "\E253";
}

.glyphicons-fins:before {
  font-family: "glyphicons";
  content: "\E254";
}

.glyphicons-fishes:before {
  font-family: "glyphicons";
  content: "\E255";
}

.glyphicons-boat:before {
  font-family: "glyphicons";
  content: "\E256";
}

.glyphicons-delete:before {
  font-family: "glyphicons";
  content: "\E257";
}

.glyphicons-sheriffs-star:before {
  font-family: "glyphicons";
  content: "\E258";
}

.glyphicons-qrcode:before {
  font-family: "glyphicons";
  content: "\E259";
}

.glyphicons-barcode:before {
  font-family: "glyphicons";
  content: "\E260";
}

.glyphicons-pool:before {
  font-family: "glyphicons";
  content: "\E261";
}

.glyphicons-buoy:before {
  font-family: "glyphicons";
  content: "\E262";
}

.glyphicons-spade:before {
  font-family: "glyphicons";
  content: "\E263";
}

.glyphicons-bank:before {
  font-family: "glyphicons";
  content: "\E264";
}

.glyphicons-vcard:before {
  font-family: "glyphicons";
  content: "\E265";
}

.glyphicons-electrical-plug:before {
  font-family: "glyphicons";
  content: "\E266";
}

.glyphicons-flag:before {
  font-family: "glyphicons";
  content: "\E267";
}

.glyphicons-credit-card:before {
  font-family: "glyphicons";
  content: "\E268";
}

.glyphicons-keyboard-wireless:before {
  font-family: "glyphicons";
  content: "\E269";
}

.glyphicons-keyboard-wired:before {
  font-family: "glyphicons";
  content: "\E270";
}

.glyphicons-shield:before {
  font-family: "glyphicons";
  content: "\E271";
}

.glyphicons-ring:before {
  font-family: "glyphicons";
  content: "\E272";
}

.glyphicons-cake:before {
  font-family: "glyphicons";
  content: "\E273";
}

.glyphicons-drink:before {
  font-family: "glyphicons";
  content: "\E274";
}

.glyphicons-beer:before {
  font-family: "glyphicons";
  content: "\E275";
}

.glyphicons-fast-food:before {
  font-family: "glyphicons";
  content: "\E276";
}

.glyphicons-cutlery:before {
  font-family: "glyphicons";
  content: "\E277";
}

.glyphicons-pizza:before {
  font-family: "glyphicons";
  content: "\E278";
}

.glyphicons-birthday-cake:before {
  font-family: "glyphicons";
  content: "\E279";
}

.glyphicons-tablet:before {
  font-family: "glyphicons";
  content: "\E280";
}

.glyphicons-settings:before {
  font-family: "glyphicons";
  content: "\E281";
}

.glyphicons-bullets:before {
  font-family: "glyphicons";
  content: "\E282";
}

.glyphicons-cardio:before {
  font-family: "glyphicons";
  content: "\E283";
}

.glyphicons-t-shirt:before {
  font-family: "glyphicons";
  content: "\E284";
}

.glyphicons-pants:before {
  font-family: "glyphicons";
  content: "\E285";
}

.glyphicons-sweater:before {
  font-family: "glyphicons";
  content: "\E286";
}

.glyphicons-fabric:before {
  font-family: "glyphicons";
  content: "\E287";
}

.glyphicons-leather:before {
  font-family: "glyphicons";
  content: "\E288";
}

.glyphicons-scissors:before {
  font-family: "glyphicons";
  content: "\E289";
}

.glyphicons-bomb:before {
  font-family: "glyphicons";
  content: "\E290";
}

.glyphicons-skull:before {
  font-family: "glyphicons";
  content: "\E291";
}

.glyphicons-celebration:before {
  font-family: "glyphicons";
  content: "\E292";
}

.glyphicons-tea-kettle:before {
  font-family: "glyphicons";
  content: "\E293";
}

.glyphicons-french-press:before {
  font-family: "glyphicons";
  content: "\E294";
}

.glyphicons-coffee-cup:before {
  font-family: "glyphicons";
  content: "\E295";
}

.glyphicons-pot:before {
  font-family: "glyphicons";
  content: "\E296";
}

.glyphicons-grater:before {
  font-family: "glyphicons";
  content: "\E297";
}

.glyphicons-kettle:before {
  font-family: "glyphicons";
  content: "\E298";
}

.glyphicons-hospital:before {
  font-family: "glyphicons";
  content: "\E299";
}

.glyphicons-hospital-h:before {
  font-family: "glyphicons";
  content: "\E300";
}

.glyphicons-microphone:before {
  font-family: "glyphicons";
  content: "\E301";
}

.glyphicons-webcam:before {
  font-family: "glyphicons";
  content: "\E302";
}

.glyphicons-temple-christianity-church:before {
  font-family: "glyphicons";
  content: "\E303";
}

.glyphicons-temple-islam:before {
  font-family: "glyphicons";
  content: "\E304";
}

.glyphicons-temple-hindu:before {
  font-family: "glyphicons";
  content: "\E305";
}

.glyphicons-temple-buddhist:before {
  font-family: "glyphicons";
  content: "\E306";
}

.glyphicons-bicycle:before {
  font-family: "glyphicons";
  content: "\E307";
}

.glyphicons-life-preserver:before {
  font-family: "glyphicons";
  content: "\E308";
}

.glyphicons-share-alt:before {
  font-family: "glyphicons";
  content: "\E309";
}

.glyphicons-comments:before {
  font-family: "glyphicons";
  content: "\E310";
}

.glyphicons-flower:before {
  font-family: "glyphicons";
  content: "\E311";
}

.glyphicons-baseball:before {
  font-family: "glyphicons";
  content: "\E312";
}

.glyphicons-rugby:before {
  font-family: "glyphicons";
  content: "\E313";
}

.glyphicons-ax:before {
  font-family: "glyphicons";
  content: "\E314";
}

.glyphicons-table-tennis:before {
  font-family: "glyphicons";
  content: "\E315";
}

.glyphicons-bowling:before {
  font-family: "glyphicons";
  content: "\E316";
}

.glyphicons-tree-conifer:before {
  font-family: "glyphicons";
  content: "\E317";
}

.glyphicons-tree-deciduous:before {
  font-family: "glyphicons";
  content: "\E318";
}

.glyphicons-more-items:before {
  font-family: "glyphicons";
  content: "\E319";
}

.glyphicons-sort:before {
  font-family: "glyphicons";
  content: "\E320";
}

.glyphicons-filter:before {
  font-family: "glyphicons";
  content: "\E321";
}

.glyphicons-gamepad:before {
  font-family: "glyphicons";
  content: "\E322";
}

.glyphicons-playing-dices:before {
  font-family: "glyphicons";
  content: "\E323";
}

.glyphicons-calculator:before {
  font-family: "glyphicons";
  content: "\E324";
}

.glyphicons-tie:before {
  font-family: "glyphicons";
  content: "\E325";
}

.glyphicons-wallet:before {
  font-family: "glyphicons";
  content: "\E326";
}

.glyphicons-piano:before {
  font-family: "glyphicons";
  content: "\E327";
}

.glyphicons-sampler:before {
  font-family: "glyphicons";
  content: "\E328";
}

.glyphicons-podium:before {
  font-family: "glyphicons";
  content: "\E329";
}

.glyphicons-soccer-ball:before {
  font-family: "glyphicons";
  content: "\E330";
}

.glyphicons-blog:before {
  font-family: "glyphicons";
  content: "\E331";
}

.glyphicons-dashboard:before {
  font-family: "glyphicons";
  content: "\E332";
}

.glyphicons-certificate:before {
  font-family: "glyphicons";
  content: "\E333";
}

.glyphicons-bell:before {
  font-family: "glyphicons";
  content: "\E334";
}

.glyphicons-candle:before {
  font-family: "glyphicons";
  content: "\E335";
}

.glyphicons-pushpin:before {
  font-family: "glyphicons";
  content: "\E336";
}

.glyphicons-iphone-shake:before {
  font-family: "glyphicons";
  content: "\E337";
}

.glyphicons-pin-flag:before {
  font-family: "glyphicons";
  content: "\E338";
}

.glyphicons-turtle:before {
  font-family: "glyphicons";
  content: "\E339";
}

.glyphicons-rabbit:before {
  font-family: "glyphicons";
  content: "\E340";
}

.glyphicons-globe:before {
  font-family: "glyphicons";
  content: "\E341";
}

.glyphicons-briefcase:before {
  font-family: "glyphicons";
  content: "\E342";
}

.glyphicons-hdd:before {
  font-family: "glyphicons";
  content: "\E343";
}

.glyphicons-thumbs-up:before {
  font-family: "glyphicons";
  content: "\E344";
}

.glyphicons-thumbs-down:before {
  font-family: "glyphicons";
  content: "\E345";
}

.glyphicons-hand-right:before {
  font-family: "glyphicons";
  content: "\E346";
}

.glyphicons-hand-left:before {
  font-family: "glyphicons";
  content: "\E347";
}

.glyphicons-hand-up:before {
  font-family: "glyphicons";
  content: "\E348";
}

.glyphicons-hand-down:before {
  font-family: "glyphicons";
  content: "\E349";
}

.glyphicons-fullscreen:before {
  font-family: "glyphicons";
  content: "\E350";
}

.glyphicons-shopping-bag:before {
  font-family: "glyphicons";
  content: "\E351";
}

.glyphicons-book-open:before {
  font-family: "glyphicons";
  content: "\E352";
}

.glyphicons-nameplate:before {
  font-family: "glyphicons";
  content: "\E353";
}

.glyphicons-nameplate-alt:before {
  font-family: "glyphicons";
  content: "\E354";
}

.glyphicons-vases:before {
  font-family: "glyphicons";
  content: "\E355";
}

.glyphicons-bullhorn:before {
  font-family: "glyphicons";
  content: "\E356";
}

.glyphicons-dumbbell:before {
  font-family: "glyphicons";
  content: "\E357";
}

.glyphicons-suitcase:before {
  font-family: "glyphicons";
  content: "\E358";
}

.glyphicons-file-import:before {
  font-family: "glyphicons";
  content: "\E359";
}

.glyphicons-file-export:before {
  font-family: "glyphicons";
  content: "\E360";
}

.glyphicons-bug:before {
  font-family: "glyphicons";
  content: "\E361";
}

.glyphicons-crown:before {
  font-family: "glyphicons";
  content: "\E362";
}

.glyphicons-smoking:before {
  font-family: "glyphicons";
  content: "\E363";
}

.glyphicons-cloud-upload:before {
  font-family: "glyphicons";
  content: "\E364";
}

.glyphicons-cloud-download:before {
  font-family: "glyphicons";
  content: "\E365";
}

.glyphicons-restart:before {
  font-family: "glyphicons";
  content: "\E366";
}

.glyphicons-security-camera:before {
  font-family: "glyphicons";
  content: "\E367";
}

.glyphicons-expand:before {
  font-family: "glyphicons";
  content: "\E368";
}

.glyphicons-collapse:before {
  font-family: "glyphicons";
  content: "\E369";
}

.glyphicons-collapse-top:before {
  font-family: "glyphicons";
  content: "\E370";
}

.glyphicons-globe-af:before {
  font-family: "glyphicons";
  content: "\E371";
}

.glyphicons-global:before {
  font-family: "glyphicons";
  content: "\E372";
}

.glyphicons-spray:before {
  font-family: "glyphicons";
  content: "\E373";
}

.glyphicons-nails:before {
  font-family: "glyphicons";
  content: "\E374";
}

.glyphicons-claw-hammer:before {
  font-family: "glyphicons";
  content: "\E375";
}

.glyphicons-classic-hammer:before {
  font-family: "glyphicons";
  content: "\E376";
}

.glyphicons-hand-saw:before {
  font-family: "glyphicons";
  content: "\E377";
}

.glyphicons-riflescope:before {
  font-family: "glyphicons";
  content: "\E378";
}

.glyphicons-electrical-socket-eu:before {
  font-family: "glyphicons";
  content: "\E379";
}

.glyphicons-electrical-socket-us:before {
  font-family: "glyphicons";
  content: "\E380";
}

.glyphicons-message-forward:before {
  font-family: "glyphicons";
  content: "\E381";
}

.glyphicons-coat-hanger:before {
  font-family: "glyphicons";
  content: "\E382";
}

.glyphicons-dress:before {
  font-family: "glyphicons";
  content: "\E383";
}

.glyphicons-bathrobe:before {
  font-family: "glyphicons";
  content: "\E384";
}

.glyphicons-shirt:before {
  font-family: "glyphicons";
  content: "\E385";
}

.glyphicons-underwear:before {
  font-family: "glyphicons";
  content: "\E386";
}

.glyphicons-log-in:before {
  font-family: "glyphicons";
  content: "\E387";
}

.glyphicons-log-out:before {
  font-family: "glyphicons";
  content: "\E388";
}

.glyphicons-exit:before {
  font-family: "glyphicons";
  content: "\E389";
}

.glyphicons-new-window-alt:before {
  font-family: "glyphicons";
  content: "\E390";
}

.glyphicons-video-sd:before {
  font-family: "glyphicons";
  content: "\E391";
}

.glyphicons-video-hd:before {
  font-family: "glyphicons";
  content: "\E392";
}

.glyphicons-subtitles:before {
  font-family: "glyphicons";
  content: "\E393";
}

.glyphicons-sound-stereo:before {
  font-family: "glyphicons";
  content: "\E394";
}

.glyphicons-sound-dolby:before {
  font-family: "glyphicons";
  content: "\E395";
}

.glyphicons-sound-5-1:before {
  font-family: "glyphicons";
  content: "\E396";
}

.glyphicons-sound-6-1:before {
  font-family: "glyphicons";
  content: "\E397";
}

.glyphicons-sound-7-1:before {
  font-family: "glyphicons";
  content: "\E398";
}

.glyphicons-copyright-mark:before {
  font-family: "glyphicons";
  content: "\E399";
}

.glyphicons-registration-mark:before {
  font-family: "glyphicons";
  content: "\E400";
}

.glyphicons-radar:before {
  font-family: "glyphicons";
  content: "\E401";
}

.glyphicons-skateboard:before {
  font-family: "glyphicons";
  content: "\E402";
}

.glyphicons-golf-course:before {
  font-family: "glyphicons";
  content: "\E403";
}

.glyphicons-sorting:before {
  font-family: "glyphicons";
  content: "\E404";
}

.glyphicons-sort-by-alphabet:before {
  font-family: "glyphicons";
  content: "\E405";
}

.glyphicons-sort-by-alphabet-alt:before {
  font-family: "glyphicons";
  content: "\E406";
}

.glyphicons-sort-by-order:before {
  font-family: "glyphicons";
  content: "\E407";
}

.glyphicons-sort-by-order-alt:before {
  font-family: "glyphicons";
  content: "\E408";
}

.glyphicons-sort-by-attributes:before {
  font-family: "glyphicons";
  content: "\E409";
}

.glyphicons-sort-by-attributes-alt:before {
  font-family: "glyphicons";
  content: "\E410";
}

.glyphicons-compressed:before {
  font-family: "glyphicons";
  content: "\E411";
}

.glyphicons-package:before {
  font-family: "glyphicons";
  content: "\E412";
}

.glyphicons-cloud-plus:before {
  font-family: "glyphicons";
  content: "\E413";
}

.glyphicons-cloud-minus:before {
  font-family: "glyphicons";
  content: "\E414";
}

.glyphicons-disk-save:before {
  font-family: "glyphicons";
  content: "\E415";
}

.glyphicons-disk-open:before {
  font-family: "glyphicons";
  content: "\E416";
}

.glyphicons-disk-saved:before {
  font-family: "glyphicons";
  content: "\E417";
}

.glyphicons-disk-remove:before {
  font-family: "glyphicons";
  content: "\E418";
}

.glyphicons-disk-import:before {
  font-family: "glyphicons";
  content: "\E419";
}

.glyphicons-disk-export:before {
  font-family: "glyphicons";
  content: "\E420";
}

.glyphicons-tower:before {
  font-family: "glyphicons";
  content: "\E421";
}

.glyphicons-send:before {
  font-family: "glyphicons";
  content: "\E422";
}

.glyphicons-git-branch:before {
  font-family: "glyphicons";
  content: "\E423";
}

.glyphicons-git-create:before {
  font-family: "glyphicons";
  content: "\E424";
}

.glyphicons-git-private:before {
  font-family: "glyphicons";
  content: "\E425";
}

.glyphicons-git-delete:before {
  font-family: "glyphicons";
  content: "\E426";
}

.glyphicons-git-merge:before {
  font-family: "glyphicons";
  content: "\E427";
}

.glyphicons-git-pull-request:before {
  font-family: "glyphicons";
  content: "\E428";
}

.glyphicons-git-compare:before {
  font-family: "glyphicons";
  content: "\E429";
}

.glyphicons-git-commit:before {
  font-family: "glyphicons";
  content: "\E430";
}

.glyphicons-construction-cone:before {
  font-family: "glyphicons";
  content: "\E431";
}

.glyphicons-shoe-steps:before {
  font-family: "glyphicons";
  content: "\E432";
}

.glyphicons-plus:before {
  font-family: "glyphicons";
  content: "\E433";
}

.glyphicons-minus:before {
  font-family: "glyphicons";
  content: "\E434";
}

.glyphicons-redo:before {
  font-family: "glyphicons";
  content: "\E435";
}

.glyphicons-undo:before {
  font-family: "glyphicons";
  content: "\E436";
}

.glyphicons-golf:before {
  font-family: "glyphicons";
  content: "\E437";
}

.glyphicons-hockey:before {
  font-family: "glyphicons";
  content: "\E438";
}

.glyphicons-pipe:before {
  font-family: "glyphicons";
  content: "\E439";
}

.glyphicons-wrench:before {
  font-family: "glyphicons";
  content: "\E440";
}

.glyphicons-folder-closed:before {
  font-family: "glyphicons";
  content: "\E441";
}

.glyphicons-phone-alt:before {
  font-family: "glyphicons";
  content: "\E442";
}

.glyphicons-earphone:before {
  font-family: "glyphicons";
  content: "\E443";
}

.glyphicons-floppy-disk:before {
  font-family: "glyphicons";
  content: "\E444";
}

.glyphicons-floppy-saved:before {
  font-family: "glyphicons";
  content: "\E445";
}

.glyphicons-floppy-remove:before {
  font-family: "glyphicons";
  content: "\E446";
}

.glyphicons-floppy-save:before {
  font-family: "glyphicons";
  content: "\E447";
}

.glyphicons-floppy-open:before {
  font-family: "glyphicons";
  content: "\E448";
}

.glyphicons-translate:before {
  font-family: "glyphicons";
  content: "\E449";
}

.glyphicons-fax:before {
  font-family: "glyphicons";
  content: "\E450";
}

.glyphicons-factory:before {
  font-family: "glyphicons";
  content: "\E451";
}

.glyphicons-shop-window:before {
  font-family: "glyphicons";
  content: "\E452";
}

.glyphicons-shop:before {
  font-family: "glyphicons";
  content: "\E453";
}

.glyphicons-kiosk:before {
  font-family: "glyphicons";
  content: "\E454";
}

.glyphicons-kiosk-wheels:before {
  font-family: "glyphicons";
  content: "\E455";
}

.glyphicons-kiosk-light:before {
  font-family: "glyphicons";
  content: "\E456";
}

.glyphicons-kiosk-food:before {
  font-family: "glyphicons";
  content: "\E457";
}

.glyphicons-transfer:before {
  font-family: "glyphicons";
  content: "\E458";
}

.glyphicons-money:before {
  font-family: "glyphicons";
  content: "\E459";
}

.glyphicons-header:before {
  font-family: "glyphicons";
  content: "\E460";
}

.glyphicons-blacksmith:before {
  font-family: "glyphicons";
  content: "\E461";
}

.glyphicons-saw-blade:before {
  font-family: "glyphicons";
  content: "\E462";
}

.glyphicons-basketball:before {
  font-family: "glyphicons";
  content: "\E463";
}

.glyphicons-server:before {
  font-family: "glyphicons";
  content: "\E464";
}

.glyphicons-server-plus:before {
  font-family: "glyphicons";
  content: "\E465";
}

.glyphicons-server-minus:before {
  font-family: "glyphicons";
  content: "\E466";
}

.glyphicons-server-ban:before {
  font-family: "glyphicons";
  content: "\E467";
}

.glyphicons-server-flag:before {
  font-family: "glyphicons";
  content: "\E468";
}

.glyphicons-server-lock:before {
  font-family: "glyphicons";
  content: "\E469";
}

.glyphicons-server-new:before {
  font-family: "glyphicons";
  content: "\E470";
}

.glyphicons-charging-station:before {
  font-family: "glyphicons";
  content: "\E471";
}

.glyphicons-gas-station:before {
  font-family: "glyphicons";
  content: "\E472";
}

.glyphicons-target:before {
  font-family: "glyphicons";
  content: "\E473";
}

.glyphicons-bed:before {
  font-family: "glyphicons";
  content: "\E474";
}

.glyphicons-mosquito:before {
  font-family: "glyphicons";
  content: "\E475";
}

.glyphicons-dining-set:before {
  font-family: "glyphicons";
  content: "\E476";
}

.glyphicons-plate-of-food:before {
  font-family: "glyphicons";
  content: "\E477";
}

.glyphicons-hygiene-kit:before {
  font-family: "glyphicons";
  content: "\E478";
}

.glyphicons-blackboard:before {
  font-family: "glyphicons";
  content: "\E479";
}

.glyphicons-marriage:before {
  font-family: "glyphicons";
  content: "\E480";
}

.glyphicons-bucket:before {
  font-family: "glyphicons";
  content: "\E481";
}

.glyphicons-none-color-swatch:before {
  font-family: "glyphicons";
  content: "\E482";
}

.glyphicons-bring-forward:before {
  font-family: "glyphicons";
  content: "\E483";
}

.glyphicons-bring-to-front:before {
  font-family: "glyphicons";
  content: "\E484";
}

.glyphicons-send-backward:before {
  font-family: "glyphicons";
  content: "\E485";
}

.glyphicons-send-to-back:before {
  font-family: "glyphicons";
  content: "\E486";
}

.glyphicons-fit-frame-to-image:before {
  font-family: "glyphicons";
  content: "\E487";
}

.glyphicons-fit-image-to-frame:before {
  font-family: "glyphicons";
  content: "\E488";
}

.glyphicons-multiple-displays:before {
  font-family: "glyphicons";
  content: "\E489";
}

.glyphicons-handshake:before {
  font-family: "glyphicons";
  content: "\E490";
}

.glyphicons-child:before {
  font-family: "glyphicons";
  content: "\E491";
}

.glyphicons-baby-formula:before {
  font-family: "glyphicons";
  content: "\E492";
}

.glyphicons-medicine:before {
  font-family: "glyphicons";
  content: "\E493";
}

.glyphicons-atv-vehicle:before {
  font-family: "glyphicons";
  content: "\E494";
}

.glyphicons-motorcycle:before {
  font-family: "glyphicons";
  content: "\E495";
}

.glyphicons-bed-alt:before {
  font-family: "glyphicons";
  content: "\E496";
}

.glyphicons-tent:before {
  font-family: "glyphicons";
  content: "\E497";
}

.glyphicons-glasses:before {
  font-family: "glyphicons";
  content: "\E498";
}

.glyphicons-sunglasses:before {
  font-family: "glyphicons";
  content: "\E499";
}

.glyphicons-family:before {
  font-family: "glyphicons";
  content: "\E500";
}

.glyphicons-education:before {
  font-family: "glyphicons";
  content: "\E501";
}

.glyphicons-shoes:before {
  font-family: "glyphicons";
  content: "\E502";
}

.glyphicons-map:before {
  font-family: "glyphicons";
  content: "\E503";
}

.glyphicons-cd:before {
  font-family: "glyphicons";
  content: "\E504";
}

.glyphicons-alert:before {
  font-family: "glyphicons";
  content: "\E505";
}

.glyphicons-piggy-bank:before {
  font-family: "glyphicons";
  content: "\E506";
}

.glyphicons-star-half:before {
  font-family: "glyphicons";
  content: "\E507";
}

.glyphicons-cluster:before {
  font-family: "glyphicons";
  content: "\E508";
}

.glyphicons-flowchart:before {
  font-family: "glyphicons";
  content: "\E509";
}

.glyphicons-commodities:before {
  font-family: "glyphicons";
  content: "\E510";
}

.glyphicons-duplicate:before {
  font-family: "glyphicons";
  content: "\E511";
}

.glyphicons-copy:before {
  font-family: "glyphicons";
  content: "\E512";
}

.glyphicons-paste:before {
  font-family: "glyphicons";
  content: "\E513";
}

.glyphicons-bath-bathtub:before {
  font-family: "glyphicons";
  content: "\E514";
}

.glyphicons-bath-shower:before {
  font-family: "glyphicons";
  content: "\E515";
}

.glyphicons-shower:before {
  font-family: "glyphicons";
  content: "\E516";
}

.glyphicons-menu-hamburger:before {
  font-family: "glyphicons";
  content: "\E517";
}

.glyphicons-option-vertical:before {
  font-family: "glyphicons";
  content: "\E518";
}

.glyphicons-option-horizontal:before {
  font-family: "glyphicons";
  content: "\E519";
}

.glyphicons-currency-conversion:before {
  font-family: "glyphicons";
  content: "\E520";
}

.glyphicons-user-ban:before {
  font-family: "glyphicons";
  content: "\E521";
}

.glyphicons-user-lock:before {
  font-family: "glyphicons";
  content: "\E522";
}

.glyphicons-user-flag:before {
  font-family: "glyphicons";
  content: "\E523";
}

.glyphicons-user-asterisk:before {
  font-family: "glyphicons";
  content: "\E524";
}

.glyphicons-user-alert:before {
  font-family: "glyphicons";
  content: "\E525";
}

.glyphicons-user-key:before {
  font-family: "glyphicons";
  content: "\E526";
}

.glyphicons-user-conversation:before {
  font-family: "glyphicons";
  content: "\E527";
}

.glyphicons-database:before {
  font-family: "glyphicons";
  content: "\E528";
}

.glyphicons-database-search:before {
  font-family: "glyphicons";
  content: "\E529";
}

.glyphicons-list-alt:before {
  font-family: "glyphicons";
  content: "\E530";
}

.glyphicons-hazard-sign:before {
  font-family: "glyphicons";
  content: "\E531";
}

.glyphicons-hazard:before {
  font-family: "glyphicons";
  content: "\E532";
}

.glyphicons-stop-sign:before {
  font-family: "glyphicons";
  content: "\E533";
}

.glyphicons-lab:before {
  font-family: "glyphicons";
  content: "\E534";
}

.glyphicons-lab-alt:before {
  font-family: "glyphicons";
  content: "\E535";
}

.glyphicons-ice-cream:before {
  font-family: "glyphicons";
  content: "\E536";
}

.glyphicons-ice-lolly:before {
  font-family: "glyphicons";
  content: "\E537";
}

.glyphicons-ice-lolly-tasted:before {
  font-family: "glyphicons";
  content: "\E538";
}

.glyphicons-invoice:before {
  font-family: "glyphicons";
  content: "\E539";
}

.glyphicons-cart-tick:before {
  font-family: "glyphicons";
  content: "\E540";
}

.glyphicons-hourglass:before {
  font-family: "glyphicons";
  content: "\E541";
}

.glyphicons-cat:before {
  font-family: "glyphicons";
  content: "\E542";
}

.glyphicons-lamp:before {
  font-family: "glyphicons";
  content: "\E543";
}

.glyphicons-scale-classic:before {
  font-family: "glyphicons";
  content: "\E544";
}

.glyphicons-eye-plus:before {
  font-family: "glyphicons";
  content: "\E545";
}

.glyphicons-eye-minus:before {
  font-family: "glyphicons";
  content: "\E546";
}

.glyphicons-quote:before {
  font-family: "glyphicons";
  content: "\E547";
}

.glyphicons-bitcoin:before {
  font-family: "glyphicons";
  content: "\E548";
}

.glyphicons-yen:before {
  font-family: "glyphicons";
  content: "\E549";
}

.glyphicons-ruble:before {
  font-family: "glyphicons";
  content: "\E550";
}

.glyphicons-erase:before {
  font-family: "glyphicons";
  content: "\E551";
}

.glyphicons-podcast:before {
  font-family: "glyphicons";
  content: "\E552";
}

.glyphicons-firework:before {
  font-family: "glyphicons";
  content: "\E553";
}

.glyphicons-scale:before {
  font-family: "glyphicons";
  content: "\E554";
}

.glyphicons-king:before {
  font-family: "glyphicons";
  content: "\E555";
}

.glyphicons-queen:before {
  font-family: "glyphicons";
  content: "\E556";
}

.glyphicons-pawn:before {
  font-family: "glyphicons";
  content: "\E557";
}

.glyphicons-bishop:before {
  font-family: "glyphicons";
  content: "\E558";
}

.glyphicons-knight:before {
  font-family: "glyphicons";
  content: "\E559";
}

.glyphicons-mic-mute:before {
  font-family: "glyphicons";
  content: "\E560";
}

.glyphicons-voicemail:before {
  font-family: "glyphicons";
  content: "\E561";
}

.glyphicons-paragraph-alt:before {
  font-family: "glyphicons";
  content: "\E562";
}

.glyphicons-person-walking:before {
  font-family: "glyphicons";
  content: "\E563";
}

.glyphicons-person-wheelchair:before {
  font-family: "glyphicons";
  content: "\E564";
}

.glyphicons-underground:before {
  font-family: "glyphicons";
  content: "\E565";
}

.glyphicons-car-hov:before {
  font-family: "glyphicons";
  content: "\E566";
}

.glyphicons-car-rental:before {
  font-family: "glyphicons";
  content: "\E567";
}

.glyphicons-transport:before {
  font-family: "glyphicons";
  content: "\E568";
}

.glyphicons-taxi:before {
  font-family: "glyphicons";
  content: "\E569";
}

.glyphicons-ice-cream-no:before {
  font-family: "glyphicons";
  content: "\E570";
}

.glyphicons-uk-rat-u:before {
  font-family: "glyphicons";
  content: "\E571";
}

.glyphicons-uk-rat-pg:before {
  font-family: "glyphicons";
  content: "\E572";
}

.glyphicons-uk-rat-12a:before {
  font-family: "glyphicons";
  content: "\E573";
}

.glyphicons-uk-rat-12:before {
  font-family: "glyphicons";
  content: "\E574";
}

.glyphicons-uk-rat-15:before {
  font-family: "glyphicons";
  content: "\E575";
}

.glyphicons-uk-rat-18:before {
  font-family: "glyphicons";
  content: "\E576";
}

.glyphicons-uk-rat-r18:before {
  font-family: "glyphicons";
  content: "\E577";
}

.glyphicons-tv:before {
  font-family: "glyphicons";
  content: "\E578";
}

.glyphicons-sms:before {
  font-family: "glyphicons";
  content: "\E579";
}

.glyphicons-mms:before {
  font-family: "glyphicons";
  content: "\E580";
}

.glyphicons-us-rat-g:before {
  font-family: "glyphicons";
  content: "\E581";
}

.glyphicons-us-rat-pg:before {
  font-family: "glyphicons";
  content: "\E582";
}

.glyphicons-us-rat-pg-13:before {
  font-family: "glyphicons";
  content: "\E583";
}

.glyphicons-us-rat-restricted:before {
  font-family: "glyphicons";
  content: "\E584";
}

.glyphicons-us-rat-no-one-17:before {
  font-family: "glyphicons";
  content: "\E585";
}

.glyphicons-equalizer:before {
  font-family: "glyphicons";
  content: "\E586";
}

.glyphicons-speakers:before {
  font-family: "glyphicons";
  content: "\E587";
}

.glyphicons-remote-control:before {
  font-family: "glyphicons";
  content: "\E588";
}

.glyphicons-remote-control-tv:before {
  font-family: "glyphicons";
  content: "\E589";
}

.glyphicons-shredder:before {
  font-family: "glyphicons";
  content: "\E590";
}

.glyphicons-folder-heart:before {
  font-family: "glyphicons";
  content: "\E591";
}

.glyphicons-person-running:before {
  font-family: "glyphicons";
  content: "\E592";
}

.glyphicons-person:before {
  font-family: "glyphicons";
  content: "\E593";
}

.glyphicons-voice:before {
  font-family: "glyphicons";
  content: "\E594";
}

.glyphicons-stethoscope:before {
  font-family: "glyphicons";
  content: "\E595";
}

.glyphicons-paired:before {
  font-family: "glyphicons";
  content: "\E596";
}

.glyphicons-activity:before {
  font-family: "glyphicons";
  content: "\E597";
}

.glyphicons-watch:before {
  font-family: "glyphicons";
  content: "\E598";
}

.glyphicons-scissors-alt:before {
  font-family: "glyphicons";
  content: "\E599";
}

.glyphicons-car-wheel:before {
  font-family: "glyphicons";
  content: "\E600";
}

.glyphicons-chevron-up:before {
  font-family: "glyphicons";
  content: "\E601";
}

.glyphicons-chevron-down:before {
  font-family: "glyphicons";
  content: "\E602";
}

.glyphicons-superscript:before {
  font-family: "glyphicons";
  content: "\E603";
}

.glyphicons-subscript:before {
  font-family: "glyphicons";
  content: "\E604";
}

.glyphicons-text-size:before {
  font-family: "glyphicons";
  content: "\E605";
}

.glyphicons-text-color:before {
  font-family: "glyphicons";
  content: "\E606";
}

.glyphicons-text-background:before {
  font-family: "glyphicons";
  content: "\E607";
}

.glyphicons-modal-window:before {
  font-family: "glyphicons";
  content: "\E608";
}

.glyphicons-newspaper:before {
  font-family: "glyphicons";
  content: "\E609";
}

.glyphicons-tractor:before {
  font-family: "glyphicons";
  content: "\E610";
}

.glyphicons-camping:before {
  font-family: "glyphicons";
  content: "\E611";
}

.glyphicons-camping-benches:before {
  font-family: "glyphicons";
  content: "\E612";
}

.glyphicons-forest:before {
  font-family: "glyphicons";
  content: "\E613";
}

.glyphicons-park:before {
  font-family: "glyphicons";
  content: "\E614";
}

.glyphicons-field:before {
  font-family: "glyphicons";
  content: "\E615";
}

.glyphicons-mountains:before {
  font-family: "glyphicons";
  content: "\E616";
}

.glyphicons-fees-payments:before {
  font-family: "glyphicons";
  content: "\E617";
}

.glyphicons-small-payments:before {
  font-family: "glyphicons";
  content: "\E618";
}

.glyphicons-mixed-buildings:before {
  font-family: "glyphicons";
  content: "\E619";
}

.glyphicons-industrial-zone:before {
  font-family: "glyphicons";
  content: "\E620";
}

.glyphicons-visitor-tag:before {
  font-family: "glyphicons";
  content: "\E621";
}

.glyphicons-businessman:before {
  font-family: "glyphicons";
  content: "\E622";
}

.glyphicons-meditation:before {
  font-family: "glyphicons";
  content: "\E623";
}

.glyphicons-bath:before {
  font-family: "glyphicons";
  content: "\E624";
}

.glyphicons-donate:before {
  font-family: "glyphicons";
  content: "\E625";
}

.glyphicons-sauna:before {
  font-family: "glyphicons";
  content: "\E626";
}

.glyphicons-bedroom-nightstand:before {
  font-family: "glyphicons";
  content: "\E627";
}

.glyphicons-bedroom-lamp:before {
  font-family: "glyphicons";
  content: "\E628";
}

.glyphicons-doctor:before {
  font-family: "glyphicons";
  content: "\E629";
}

.glyphicons-engineering-networks:before {
  font-family: "glyphicons";
  content: "\E630";
}

.glyphicons-washing-machine:before {
  font-family: "glyphicons";
  content: "\E631";
}

.glyphicons-dryer:before {
  font-family: "glyphicons";
  content: "\E632";
}

.glyphicons-dishwasher:before {
  font-family: "glyphicons";
  content: "\E633";
}

.glyphicons-luggage-group:before {
  font-family: "glyphicons";
  content: "\E634";
}

.glyphicons-teenager:before {
  font-family: "glyphicons";
  content: "\E635";
}

.glyphicons-person-stick:before {
  font-family: "glyphicons";
  content: "\E636";
}

.glyphicons-person-stick-old:before {
  font-family: "glyphicons";
  content: "\E637";
}

.glyphicons-traveler:before {
  font-family: "glyphicons";
  content: "\E638";
}

.glyphicons-veteran:before {
  font-family: "glyphicons";
  content: "\E639";
}

.glyphicons-group-chat:before {
  font-family: "glyphicons";
  content: "\E640";
}

.glyphicons-elections:before {
  font-family: "glyphicons";
  content: "\E641";
}

.glyphicons-law-justice:before {
  font-family: "glyphicons";
  content: "\E642";
}

.glyphicons-judiciary:before {
  font-family: "glyphicons";
  content: "\E643";
}

.glyphicons-house-fire:before {
  font-family: "glyphicons";
  content: "\E644";
}

.glyphicons-firefighters:before {
  font-family: "glyphicons";
  content: "\E645";
}

.glyphicons-police:before {
  font-family: "glyphicons";
  content: "\E646";
}

.glyphicons-ambulance:before {
  font-family: "glyphicons";
  content: "\E647";
}

.glyphicons-light-beacon:before {
  font-family: "glyphicons";
  content: "\E648";
}

.glyphicons-important-day:before {
  font-family: "glyphicons";
  content: "\E649";
}

.glyphicons-bike-park:before {
  font-family: "glyphicons";
  content: "\E650";
}

.glyphicons-object-align-top:before {
  font-family: "glyphicons";
  content: "\E651";
}

.glyphicons-object-align-bottom:before {
  font-family: "glyphicons";
  content: "\E652";
}

.glyphicons-object-align-horizontal:before {
  font-family: "glyphicons";
  content: "\E653";
}

.glyphicons-object-align-left:before {
  font-family: "glyphicons";
  content: "\E654";
}

.glyphicons-object-align-vertical:before {
  font-family: "glyphicons";
  content: "\E655";
}

.glyphicons-object-align-right:before {
  font-family: "glyphicons";
  content: "\E656";
}

.glyphicons-reflect-y:before {
  font-family: "glyphicons";
  content: "\E657";
}

.glyphicons-reflect-x:before {
  font-family: "glyphicons";
  content: "\E658";
}

.glyphicons-tick:before {
  font-family: "glyphicons";
  content: "\E659";
}

.glyphicons-lawnmower:before {
  font-family: "glyphicons";
  content: "\E660";
}

.glyphicons-call-redirect:before {
  font-family: "glyphicons";
  content: "\E661";
}

.glyphicons-call-ip:before {
  font-family: "glyphicons";
  content: "\E662";
}

.glyphicons-call-record:before {
  font-family: "glyphicons";
  content: "\E663";
}

.glyphicons-call-ringtone:before {
  font-family: "glyphicons";
  content: "\E664";
}

.glyphicons-call-traffic:before {
  font-family: "glyphicons";
  content: "\E665";
}

.glyphicons-call-hold:before {
  font-family: "glyphicons";
  content: "\E666";
}

.glyphicons-call-incoming:before {
  font-family: "glyphicons";
  content: "\E667";
}

.glyphicons-call-outgoing:before {
  font-family: "glyphicons";
  content: "\E668";
}

.glyphicons-call-video:before {
  font-family: "glyphicons";
  content: "\E669";
}

.glyphicons-call-missed:before {
  font-family: "glyphicons";
  content: "\E670";
}

.glyphicons-theater:before {
  font-family: "glyphicons";
  content: "\E671";
}

.glyphicons-heartbeat:before {
  font-family: "glyphicons";
  content: "\E672";
}

.glyphicons-kettlebell:before {
  font-family: "glyphicons";
  content: "\E673";
}

.glyphicons-fireplace:before {
  font-family: "glyphicons";
  content: "\E674";
}

.glyphicons-street-lights:before {
  font-family: "glyphicons";
  content: "\E675";
}

.glyphicons-pedestrian:before {
  font-family: "glyphicons";
  content: "\E676";
}

.glyphicons-flood:before {
  font-family: "glyphicons";
  content: "\E677";
}

.glyphicons-open-water:before {
  font-family: "glyphicons";
  content: "\E678";
}

.glyphicons-for-sale:before {
  font-family: "glyphicons";
  content: "\E679";
}

.glyphicons-dustbin:before {
  font-family: "glyphicons";
  content: "\E680";
}

.glyphicons-door:before {
  font-family: "glyphicons";
  content: "\E681";
}

.glyphicons-camp-fire:before {
  font-family: "glyphicons";
  content: "\E682";
}

.glyphicons-fleur-de-lis:before {
  font-family: "glyphicons";
  content: "\E683";
}

.glyphicons-temperature-settings:before {
  font-family: "glyphicons";
  content: "\E684";
}

.glyphicons-article:before {
  font-family: "glyphicons";
  content: "\E685";
}

.glyphicons-sunbath:before {
  font-family: "glyphicons";
  content: "\E686";
}

.glyphicons-balanced-diet:before {
  font-family: "glyphicons";
  content: "\E687";
}

.glyphicons-ticket:before {
  font-family: "glyphicons";
  content: "\E688";
}

.glyphicons-parking-ticket:before {
  font-family: "glyphicons";
  content: "\E689";
}

.glyphicons-parking-meter:before {
  font-family: "glyphicons";
  content: "\E690";
}

.glyphicons-laptop:before {
  font-family: "glyphicons";
  content: "\E691";
}

.glyphicons-tree-structure:before {
  font-family: "glyphicons";
  content: "\E692";
}

.glyphicons-weather-warning:before {
  font-family: "glyphicons";
  content: "\E693";
}

.glyphicons-temperature-low:before {
  font-family: "glyphicons";
  content: "\E694";
}

.glyphicons-temperature-high:before {
  font-family: "glyphicons";
  content: "\E695";
}

.glyphicons-temperature-low-warning:before {
  font-family: "glyphicons";
  content: "\E696";
}

.glyphicons-temperature-high-warning:before {
  font-family: "glyphicons";
  content: "\E697";
}

.glyphicons-hurricane:before {
  font-family: "glyphicons";
  content: "\E698";
}

.glyphicons-storm:before {
  font-family: "glyphicons";
  content: "\E699";
}

.glyphicons-sorted-waste:before {
  font-family: "glyphicons";
  content: "\E700";
}

.glyphicons-ear:before {
  font-family: "glyphicons";
  content: "\E701";
}

.glyphicons-ear-deaf:before {
  font-family: "glyphicons";
  content: "\E702";
}

.glyphicons-file-plus:before {
  font-family: "glyphicons";
  content: "\E703";
}

.glyphicons-file-minus:before {
  font-family: "glyphicons";
  content: "\E704";
}

.glyphicons-file-lock:before {
  font-family: "glyphicons";
  content: "\E705";
}

.glyphicons-file-cloud:before {
  font-family: "glyphicons";
  content: "\E706";
}

.glyphicons-file-cloud-download:before {
  font-family: "glyphicons";
  content: "\E707";
}

.glyphicons-file-cloud-upload:before {
  font-family: "glyphicons";
  content: "\E708";
}

.glyphicons-paragraph:before {
  font-family: "glyphicons";
  content: "\E709";
}

.glyphicons-list-numbered:before {
  font-family: "glyphicons";
  content: "\E710";
}

.glyphicons-donate-heart:before {
  font-family: "glyphicons";
  content: "\E711";
}

.glyphicons-government:before {
  font-family: "glyphicons";
  content: "\E712";
}

.glyphicons-maze:before {
  font-family: "glyphicons";
  content: "\E713";
}

.glyphicons-chronicle:before {
  font-family: "glyphicons";
  content: "\E714";
}

.glyphicons-user-structure:before {
  font-family: "glyphicons";
  content: "\E715";
}

.glyphicons-recycle:before {
  font-family: "glyphicons";
  content: "\E716";
}

.glyphicons-gas:before {
  font-family: "glyphicons";
  content: "\E717";
}

.glyphicons-waste-pipe:before {
  font-family: "glyphicons";
  content: "\E718";
}

.glyphicons-water-pipe:before {
  font-family: "glyphicons";
  content: "\E719";
}

.glyphicons-parking:before {
  font-family: "glyphicons";
  content: "\E720";
}

.glyphicons-closed:before {
  font-family: "glyphicons";
  content: "\E721";
}

.glyphicons-mouse:before {
  font-family: "glyphicons";
  content: "\E722";
}

.glyphicons-mouse-double-click:before {
  font-family: "glyphicons";
  content: "\E723";
}

.glyphicons-mouse-left-click:before {
  font-family: "glyphicons";
  content: "\E724";
}

.glyphicons-mouse-right-click:before {
  font-family: "glyphicons";
  content: "\E725";
}

.glyphicons-mouse-middle-click:before {
  font-family: "glyphicons";
  content: "\E726";
}

.glyphicons-mouse-scroll:before {
  font-family: "glyphicons";
  content: "\E727";
}

.glyphicons-resize-vertical:before {
  font-family: "glyphicons";
  content: "\E728";
}

.glyphicons-resize-horizontal:before {
  font-family: "glyphicons";
  content: "\E729";
}

.glyphicons-temperature:before {
  font-family: "glyphicons";
  content: "\E730";
}

.glyphicons-puzzle:before {
  font-family: "glyphicons";
  content: "\E731";
}

.glyphicons-puzzle-2:before {
  font-family: "glyphicons";
  content: "\E732";
}

.glyphicons-puzzle-3:before {
  font-family: "glyphicons";
  content: "\E733";
}

.glyphicons-nearby-square:before {
  font-family: "glyphicons";
  content: "\E734";
}

.glyphicons-nearby-circle:before {
  font-family: "glyphicons";
  content: "\E735";
}

.glyphicons-rotate-right:before {
  font-family: "glyphicons";
  content: "\E736";
}

.glyphicons-rotate-left:before {
  font-family: "glyphicons";
  content: "\E737";
}

.glyphicons-pictures:before {
  font-family: "glyphicons";
  content: "\E738";
}

.glyphicons-photo-album:before {
  font-family: "glyphicons";
  content: "\E739";
}

.glyphicons-cadastral-map:before {
  font-family: "glyphicons";
  content: "\E740";
}

.glyphicons-fingerprint-scan:before {
  font-family: "glyphicons";
  content: "\E741";
}

.glyphicons-fingerprint:before {
  font-family: "glyphicons";
  content: "\E742";
}

.glyphicons-fingerprint-lock:before {
  font-family: "glyphicons";
  content: "\E743";
}

.glyphicons-fingerprint-ok:before {
  font-family: "glyphicons";
  content: "\E744";
}

.glyphicons-fingerprint-remove:before {
  font-family: "glyphicons";
  content: "\E745";
}

.glyphicons-fingerprint-reload:before {
  font-family: "glyphicons";
  content: "\E746";
}

.glyphicons-pending-notifications:before {
  font-family: "glyphicons";
  content: "\E747";
}

.glyphicons-synchronization:before {
  font-family: "glyphicons";
  content: "\E748";
}

.glyphicons-synchronization-ban:before {
  font-family: "glyphicons";
  content: "\E749";
}

.glyphicons-hash:before {
  font-family: "glyphicons";
  content: "\E750";
}

.glyphicons-gender-male:before {
  font-family: "glyphicons";
  content: "\E751";
}

.glyphicons-gender-female:before {
  font-family: "glyphicons";
  content: "\E752";
}

.glyphicons-gender-virgin-female:before {
  font-family: "glyphicons";
  content: "\E753";
}

.glyphicons-gender-intersex:before {
  font-family: "glyphicons";
  content: "\E754";
}

.glyphicons-gender-transgender:before {
  font-family: "glyphicons";
  content: "\E755";
}

.glyphicons-gender-ori-lesbian:before {
  font-family: "glyphicons";
  content: "\E756";
}

.glyphicons-gender-ori-gay:before {
  font-family: "glyphicons";
  content: "\E757";
}

.glyphicons-gender-ori-hetero:before {
  font-family: "glyphicons";
  content: "\E758";
}

.glyphicons-gender-other:before {
  font-family: "glyphicons";
  content: "\E759";
}

.glyphicons-gender-unknown:before {
  font-family: "glyphicons";
  content: "\E760";
}

.glyphicons-scanner:before {
  font-family: "glyphicons";
  content: "\E761";
}

.glyphicons-multifunction-printer:before {
  font-family: "glyphicons";
  content: "\E762";
}

.glyphicons-lasso:before {
  font-family: "glyphicons";
  content: "\E763";
}

.glyphicons-view-360:before {
  font-family: "glyphicons";
  content: "\E764";
}

.glyphicons-battery-charging:before {
  font-family: "glyphicons";
  content: "\E765";
}

.glyphicons-battery-full:before {
  font-family: "glyphicons";
  content: "\E766";
}

.glyphicons-battery-75:before {
  font-family: "glyphicons";
  content: "\E767";
}

.glyphicons-battery-50:before {
  font-family: "glyphicons";
  content: "\E768";
}

.glyphicons-battery-25:before {
  font-family: "glyphicons";
  content: "\E769";
}

.glyphicons-battery-10:before {
  font-family: "glyphicons";
  content: "\E770";
}

.glyphicons-satellite:before {
  font-family: "glyphicons";
  content: "\E771";
}

.glyphicons-satellite-dish:before {
  font-family: "glyphicons";
  content: "\E772";
}

.glyphicons-satellite-dish-alt:before {
  font-family: "glyphicons";
  content: "\E773";
}

.glyphicons-auction:before {
  font-family: "glyphicons";
  content: "\E774";
}

.glyphicons-directions:before {
  font-family: "glyphicons";
  content: "\E775";
}

.glyphicons-race:before {
  font-family: "glyphicons";
  content: "\E776";
}

.glyphicons-robot:before {
  font-family: "glyphicons";
  content: "\E777";
}

.glyphicons-ruler-alt:before {
  font-family: "glyphicons";
  content: "\E778";
}

.glyphicons-cube-empty:before {
  font-family: "glyphicons";
  content: "\E779";
}

.glyphicons-cube-black:before {
  font-family: "glyphicons";
  content: "\E780";
}

.glyphicons-move-square:before {
  font-family: "glyphicons";
  content: "\E781";
}

.glyphicons-drop:before {
  font-family: "glyphicons";
  content: "\E782";
}

.glyphicons-vr-headset:before {
  font-family: "glyphicons";
  content: "\E783";
}

.glyphicons-vr-charging:before {
  font-family: "glyphicons";
  content: "\E784";
}

.glyphicons-vr-low-battery:before {
  font-family: "glyphicons";
  content: "\E785";
}

.glyphicons-vr-paired:before {
  font-family: "glyphicons";
  content: "\E786";
}

.glyphicons-vr-settings:before {
  font-family: "glyphicons";
  content: "\E787";
}

.glyphicons-vr-maintenance:before {
  font-family: "glyphicons";
  content: "\E788";
}

.glyphicons-filter-remove:before {
  font-family: "glyphicons";
  content: "\E789";
}

.glyphicons-filter-applied:before {
  font-family: "glyphicons";
  content: "\E790";
}

.glyphicons-one-day:before {
  font-family: "glyphicons";
  content: "\E791";
}

.glyphicons-user-vr:before {
  font-family: "glyphicons";
  content: "\E792";
}

.glyphicons-user-vr-add:before {
  font-family: "glyphicons";
  content: "\E793";
}

.glyphicons-user-vr-remove:before {
  font-family: "glyphicons";
  content: "\E794";
}

.glyphicons-dice-1:before {
  font-family: "glyphicons";
  content: "\E795";
}

.glyphicons-dice-2:before {
  font-family: "glyphicons";
  content: "\E796";
}

.glyphicons-dice-3:before {
  font-family: "glyphicons";
  content: "\E797";
}

.glyphicons-dice-4:before {
  font-family: "glyphicons";
  content: "\E798";
}

.glyphicons-dice-5:before {
  font-family: "glyphicons";
  content: "\E799";
}

.glyphicons-dice-6:before {
  font-family: "glyphicons";
  content: "\E800";
}

/* GLYPHICONS SOCIAL 1.9.2 */

@font-face {
  font-family: 'glyphicons social';
  src: url(res/glyphicons-social-regular.woff2) format("woff2"), url(res/glyphicons-social-regular.woff) format("woff");
}

[class*="social-"] {
  display: inline-block;
  font-family: 'Glyphicons Social';
  font-size: 1.2em;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.social-spin {
  -webkit-animation: social-spin 2s infinite linear;
       -o-animation: social-spin 2s infinite linear;
          animation: social-spin 2s infinite linear;
}

@-webkit-keyframes social-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@-o-keyframes social-spin {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(359deg);
       transform: rotate(359deg);
  }
}

@keyframes social-spin {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
         -o-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

.social-flip {
  -webkit-transform: scaleX(-1);
       -o-transform: scaleX(-1);
          transform: scaleX(-1);
}

.social-flipv {
  -webkit-transform: scaleY(-1);
       -o-transform: scaleY(-1);
          transform: scaleY(-1);
}

.social-rotate90 {
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

.social-rotate180 {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.social-rotate270 {
  -webkit-transform: rotate(270deg);
       -o-transform: rotate(270deg);
          transform: rotate(270deg);
}

.social-pinterest:before {
  content: "\E001";
}

.social-dropbox:before {
  content: "\E002";
}

.social-google-plus:before {
  content: "\E003";
}

.social-jolicloud:before {
  content: "\E004";
}

.social-yahoo:before {
  content: "\E005";
}

.social-blogger:before {
  content: "\E006";
}

.social-picasa:before {
  content: "\E007";
}

.social-amazon:before {
  content: "\E008";
}

.social-tumblr:before {
  content: "\E009";
}

.social-wordpress:before {
  content: "\E010";
}

.social-instapaper:before {
  content: "\E011";
}

.social-evernote:before {
  content: "\E012";
}

.social-xing:before {
  content: "\E013";
}

.social-e-mail-envelope:before {
  content: "\E014";
}

.social-dribbble:before {
  content: "\E015";
}

.social-deviantart:before {
  content: "\E016";
}

.social-read-it-later:before {
  content: "\E017";
}

.social-linked-in:before {
  content: "\E018";
}

.social-gmail:before {
  content: "\E019";
}

.social-pinboard:before {
  content: "\E020";
}

.social-behance:before {
  content: "\E021";
}

.social-github:before {
  content: "\E022";
}

.social-youtube:before {
  content: "\E023";
}

.social-open-id:before {
  content: "\E024";
}

.social-foursquare:before {
  content: "\E025";
}

.social-quora:before {
  content: "\E026";
}

.social-badoo:before {
  content: "\E027";
}

.social-spotify:before {
  content: "\E028";
}

.social-stumbleupon:before {
  content: "\E029";
}

.social-readability:before {
  content: "\E030";
}

.social-facebook:before {
  content: "\E031";
}

.social-twitter:before {
  content: "\E032";
}

.social-instagram:before {
  content: "\E033";
}

.social-posterous-spaces:before {
  content: "\E034";
}

.social-vimeo:before {
  content: "\E035";
}

.social-flickr:before {
  content: "\E036";
}

.social-last-fm:before {
  content: "\E037";
}

.social-rss:before {
  content: "\E038";
}

.social-skype:before {
  content: "\E039";
}

.social-e-mail:before {
  content: "\E040";
}

.social-vine:before {
  content: "\E041";
}

.social-myspace:before {
  content: "\E042";
}

.social-goodreads:before {
  content: "\E043";
}

.social-apple:before {
  content: "\E044";
}

.social-windows:before {
  content: "\E045";
}

.social-yelp:before {
  content: "\E046";
}

.social-playstation:before {
  content: "\E047";
}

.social-xbox:before {
  content: "\E048";
}

.social-android:before {
  content: "\E049";
}

.social-ios:before {
  content: "\E050";
}

.social-wikipedia:before {
  content: "\E051";
}

.social-pocket:before {
  content: "\E052";
}

.social-steam:before {
  content: "\E053";
}

.social-soundcloud:before {
  content: "\E054";
}

.social-slideshare:before {
  content: "\E055";
}

.social-netflix:before {
  content: "\E056";
}

.social-paypal:before {
  content: "\E057";
}

.social-google-drive:before {
  content: "\E058";
}

.social-linux-foundation:before {
  content: "\E059";
}

.social-ebay:before {
  content: "\E060";
}

.social-bitbucket:before {
  content: "\E061";
}

.social-whatsapp:before {
  content: "\E062";
}

.social-buffer:before {
  content: "\E063";
}

.social-medium:before {
  content: "\E064";
}

.social-stackoverflow:before {
  content: "\E065";
}

.social-linux:before {
  content: "\E066";
}

.social-vk:before {
  content: "\E067";
}

.social-snapchat:before {
  content: "\E068";
}

.social-etsy:before {
  content: "\E069";
}

.social-stackexchange:before {
  content: "\E070";
}

.square {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.square > span {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

body {
  background: white;
  -webkit-transition: background-color .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
}

html {
  background: white;
}

.img-overlapping {
  position: absolute;
  right: -2rem;
  top: -2rem;
  max-width: 50%;
}

@media (min-width: 576px) {
  .img-overlapping {
    right: -5rem;
    top: -3rem;
  }
}

.btn {
  font-weight: 600;
  outline: none;
  cursor: pointer;
}

.btn:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn:after {
  font-family: 'glyphicons';
  content: "\E224";
  vertical-align: bottom;
}

.btn-link {
  color: #000;
  width: 100%;
  text-align: right;
  padding: 1rem 0 0 0;
  position: absolute;
  right: 3rem;
  bottom: .5rem;
}

@media (max-width: 991px) {
  .btn-link {
    right: 2rem;
  }
}

.btn-link:after {
  position: absolute;
  padding-left: .5rem;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
       -o-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.btn-link:hover:after,
.btn-link:focus:after,
.btn-link:active:after {
  -webkit-transform: translateX(4px);
       -o-transform: translateX(4px);
          transform: translateX(4px);
}

.btn-link:hover {
  text-decoration: none;
}

.btn-link:hover:after {
  color: #b20000 !important;
}

.btn:not(.btn-link):not(.dropdown-toggle) {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 3.2em;
  -webkit-transition-duration: 0.1s;
       -o-transition-duration: 0.1s;
          transition-duration: 0.1s;
}

.btn:not(.btn-link):not(.dropdown-toggle):after {
  position: absolute;
  right: 1em;
  padding: 0 1px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
       -o-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.btn:not(.btn-link):not(.dropdown-toggle):hover:after,
.btn:not(.btn-link):not(.dropdown-toggle):focus:after,
.btn:not(.btn-link):not(.dropdown-toggle):active:after {
  -webkit-transform: translateX(4px);
       -o-transform: translateX(4px);
          transform: translateX(4px);
}

.btn-black {
  background: #000;
  color: #fff !important;
}

.btn-white {
  background: #fff;
}

#back-to-top {
  background-size: 200%;
  display: none;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 99;
  border: none;
  outline: none;
  opacity: .8;
  color: white;
  cursor: pointer;
  padding: 1rem;
}

@media (max-width: 767px) {
  #back-to-top {
    padding: 0.75rem;
  }
}

#back-to-top i:before {
  padding: 5px;
}

/* Back-to-Top Button Hover */

@-webkit-keyframes hvr-top {
  0% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }

  50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }

  100% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}

@-o-keyframes hvr-top {
  0% {
    -o-transform: translateY(-8px);
       transform: translateY(-8px);
  }

  50% {
    -o-transform: translateY(-4px);
       transform: translateY(-4px);
  }

  100% {
    -o-transform: translateY(-8px);
       transform: translateY(-8px);
  }
}

@keyframes hvr-top {
  0% {
    -webkit-transform: translateY(-8px);
         -o-transform: translateY(-8px);
            transform: translateY(-8px);
  }

  50% {
    -webkit-transform: translateY(-4px);
         -o-transform: translateY(-4px);
            transform: translateY(-4px);
  }

  100% {
    -webkit-transform: translateY(-8px);
         -o-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}

@-webkit-keyframes hvr-top-float {
  100% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}

@-o-keyframes hvr-top-float {
  100% {
    -o-transform: translateY(-8px);
       transform: translateY(-8px);
  }
}

@keyframes hvr-top-float {
  100% {
    -webkit-transform: translateY(-8px);
         -o-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}

.hvr-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.hvr-top:hover,
.hvr-top:focus,
.hvr-top:active {
  -webkit-animation-name: hvr-top-float, hvr-top;
       -o-animation-name: hvr-top-float, hvr-top;
          animation-name: hvr-top-float, hvr-top;
  -webkit-animation-duration: .3s, 1.5s;
       -o-animation-duration: .3s, 1.5s;
          animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
       -o-animation-delay: 0s, .3s;
          animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
       -o-animation-timing-function: ease-out, ease-in-out;
          animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
       -o-animation-iteration-count: 1, infinite;
          animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
       -o-animation-direction: normal, alternate;
          animation-direction: normal, alternate;
}

.form-control {
  padding: 1rem 1.25rem;
}

input:invalid {
  color: #fe0000;
}

.message-error {
  color: #fe0000;
}

.message-sucess {
  margin-bottom: 4rem;
  color: #4CAF50;
}

.form-check-label {
  display: block;
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.form-check-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.form-check-label > span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0;
  width: 28px;
  height: 28px;
  display: block;
  background: #fff;
  border: 1px solid #343a40;
  -webkit-transition: width 0.3s ease-in-out, border 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, border 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, border 0.3s ease-in-out;
}

.form-check-label input[type="checkbox"]:checked ~ span:after {
  border-right-width: 27px;
}

.bg-dark .form-check-label > span:after,
.bg-black .form-check-label > span:after,
.bg-secondary .form-check-label > span:after,
.bg-primary .form-check-label > span:after {
  background: #343a40;
  border: 6px solid #fff;
  border-left-width: 22px;
}

.bg-dark .form-check-label input[type="checkbox"]:checked ~ span:after,
.bg-black .form-check-label input[type="checkbox"]:checked ~ span:after,
.bg-secondary .form-check-label input[type="checkbox"]:checked ~ span:after,
.bg-primary .form-check-label input[type="checkbox"]:checked ~ span:after {
  border-left-width: 6px;
  border-right-width: 6px;
}

.bootstrap-select {
  width: 100% !important;
}

.bootstrap-select .dropdown-toggle {
  width: 100%;
  padding: 0.976rem 1rem 0.65rem 1.25rem;
  margin: 0;
  color: #343a40;
  background: #f8f9fa;
  border: 1px solid #343a40 !important;
  font-weight: normal;
}

.bootstrap-select .dropdown-toggle:hover,
.bootstrap-select .dropdown-toggle:active,
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select .dropdown-toggle:active,
.bootstrap-select .dropdown-toggle[aria-expanded="true"] {
  outline: none !important;
}

.bootstrap-select .dropdown-toggle:after {
  font-family: 'glyphicons';
  content: "\E602";
  vertical-align: top;
  border: none;
  margin-left: -1.5rem;
  position: absolute;
}

.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: 2rem;
}

.bootstrap-select > .dropdown-menu {
  border: 1px solid #343a40;
}

.bootstrap-select > .dropdown-menu .inner {
  max-height: 300px !important;
  background: #e9ecef;
}

.bootstrap-select > .dropdown-menu[x-placement="top-start"] {
  border-bottom: none;
  margin-top: 2px;
}

.bootstrap-select > .dropdown-menu[x-placement="bottom-start"] {
  border-top: none;
  margin-top: -1px;
}

.bootstrap-select .dropdown-item {
  padding: 0;
}

.bootstrap-select .dropdown-item.selected > span {
  background: #fff;
}

.bootstrap-select .dropdown-item > span {
  padding: 0.976rem 1.25rem;
}

.bootstrap-select .dropdown-item > span:hover,
.bootstrap-select .dropdown-item > span:active,
.bootstrap-select .dropdown-item > span:focus,
.bootstrap-select .dropdown-item > span:active {
  background: #fff;
}

.bootstrap-select .check-mark {
  display: none;
}

.bootstrap-select.show .dropdown-toggle {
  background: #dae0e5 !important;
}

.bootstrap-select.show .dropdown-toggle:after {
  content: '\E601';
}

.langpicker .dropdown-toggle {
  background: #555451 !important;
  border: none !important;
}

.langpicker .dropdown-toggle,
.langpicker .dropdown-toggle > span {
  color: #f8f9fa !important;
}

.langpicker .dropdown-toggle:hover,
.langpicker .dropdown-toggle:active,
.langpicker .dropdown-toggle:focus,
.langpicker .dropdown-toggle:active,
.langpicker .dropdown-toggle[aria-expanded="true"] {
  background: #555451;
}

.langpicker > .dropdown-menu {
  border: none;
}

.langpicker > .dropdown-menu .inner {
  background: #555451;
}

.langpicker .dropdown-item.selected > span {
  background: #4d4c4a;
}

.langpicker .dropdown-item > span {
  color: #f8f9fa;
}

.langpicker .dropdown-item > span:hover,
.langpicker .dropdown-item > span:active,
.langpicker .dropdown-item > span:focus,
.langpicker .dropdown-item > span:active {
  background: #4d4c4a;
}

.langpicker.show .dropdown-toggle {
  background: #555451 !important;
}

@media (min-width: 768px) {
  .two-cols > div:first-child {
    padding-right: 0.5rem;
  }

  .two-cols > div:last-child {
    padding-left: 0.5rem;
  }
}

header {
  position: relative;
  padding: 2rem 0;
}

header > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

header .brand {
  padding-right: 2rem;
}

header .brand img {
  height: 2.5rem;
  width: auto;
}

@media (min-width: 768px) {
  header .brand img {
    height: 4.5rem;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  header .brand img {
    height: 3.5rem;
  }
}

header .brand-others {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.1s ease-in-out, visibility 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out, visibility 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, visibility 0.1s ease-in-out;
  padding-right: 3rem;
}

@media (min-width: 768px) {
  header .brand-others {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

header .brand-others a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0 1.55rem 0 1.55rem;
  position: relative;
  height: 100%;
}

header .brand-others a::before {
  content: '';
  position: absolute;
  top: -2rem;
  left: 0;
  width: 1px;
  height: calc(100% + 4rem);
  background-color: #dee2e6;
}

header .brand-others a:last-child::after {
  content: '';
  position: absolute;
  top: -2rem;
  right: 0;
  width: 1px;
  height: calc(100% + 4rem);
  background-color: #dee2e6;
}

header .brand-others img {
  height: 2.25rem;
  width: auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  filter: grayscale(100%);
  opacity: 0.45;
  -webkit-transition: filter 0.2s ease, opacity 0.2s ease;
  -o-transition: filter 0.2s ease, opacity 0.2s ease;
  transition: filter 0.2s ease, opacity 0.2s ease;
}

header .brand-others img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

header .eu-logo {
  width: 150px;
  background-image: url(res/uniaeuropejska.jpg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .eu-logo > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

#navigation-header {
  padding-right: 3rem;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.1s ease-in-out, visibility 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out, visibility 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, visibility 0.1s ease-in-out;
}

#navigation-header ul {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

#navigation-header ul li a {
  font-weight: 700;
  color: #000;
}

#navigation-header ul li a:hover,
#navigation-header ul li a:focus,
#navigation-header ul li a:active {
  color: #fe0000;
}

#navigation-header ul li + li {
  margin-left: 1.5rem;
}

#navigation-header ul li.active a {
  color: #fe0000;
}

@media (min-width: 1400px) {
  #navigation-header {
    opacity: 1;
    visibility: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  body .hamburger-label {
    display: none;
  }
}

body.show-menu .brand img {
  color: #fff;
}

body.show-menu .brand-others,
body.show-menu .eu-logo {
  opacity: 0;
  visibility: hidden;
}

body.show-menu .brand-others img,
body.show-menu .eu-logo img {
  color: #fff;
}

body.show-menu #navigation-header {
  opacity: 0;
  visibility: hidden;
}

/*------ Hamburger Menu ------------------------ */

body .hamburger {
  position: absolute;
  padding: 0;
  outline: none;
  right: 2rem;
  z-index: 1;
  top: 0px;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

body .hamburger-label {
  padding-right: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

body .is-active .hamburger-label {
  display: none;
}

body .is-active .hamburger-inner,
body .is-active .hamburger-inner::after {
  background-color: #fe0000;
  height: 10px;
  width: 50px;
}

body .is-active .hamburger-inner,
body .is-active .hamburger-inner::after,
body .is-active .hamburger-inner::before {
  border-radius: 0;
}

body .hamburger--elastic .hamburger-inner {
  width: 20px;
}

body .hamburger--elastic .hamburger-inner:before {
  width: 30px;
}

body .hamburger--elastic .hamburger-inner:after {
  width: 15px;
}

body .is-active .hamburger-inner,
body .is-active .hamburger-inner::after {
  background-color: #fe0000;
  height: 10px;
  width: 50px;
}

/*------ Footer ------------------------ */

footer {
  padding: 3rem 0;
  padding-top: 5rem;
}

footer hr {
  margin: 3rem 0;
}

footer .footer-logo a {
  background: #555451;
  text-align: center;
  display: block;
  padding: 1.5rem 0.5rem;
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

@media (min-width: 576px) {
  footer .footer-logo a {
    padding: 3rem 0.5rem;
  }
}

@media (min-width: 992px) {
  footer .footer-logo a {
    padding: 5rem 1.5rem;
  }
}

footer .footer-logo a:hover {
  background: #454542;
}

footer .footer-logo img {
  width: auto;
  height: 2.5rem;
}

@media (min-width: 992px) {
  footer .footer-logo img {
    height: 4rem;
  }
}

footer .social-media {
  margin-left: 0.25rem;
}

footer .social-media a {
  font-size: 2rem;
  color: white;
}

footer .social-media a .fa-square {
  -webkit-transition: 0.3s color;
  -o-transition: 0.3s color;
  transition: 0.3s color;
}

footer .social-media a:not(:hover) .fa-square {
  color: transparent !important;
}

@media (max-width: 991px) {
  footer .nav li {
    border-bottom: 1px solid #343a40;
    padding: 1rem 0;
  }

  footer .nav li:last-of-type {
    border: none;
  }
}

footer .footer ul {
  padding-top: 3rem;
}

footer .footer ul li a {
  font-weight: 200;
  color: #fff !important;
}

@media (max-width: 991px) {
  #footer {
    padding-top: 8rem;
  }
}

@media (min-width: 992px) {
  .footer ul li:not(:first-child) {
    margin-left: 2rem;
  }
}

.content-wrap {
  -webkit-transform: translate3d(0px, 0px, 0);
          transform: translate3d(0px, 0px, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.content-wrap:after {
  border-top-color: white;
}

#navigation {
  display: none;
  position: static !important;
  top: 10.5rem;
  right: 5rem;
  margin-top: 2rem;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: calc(100vh - 8rem);
}

.navbar-nav {
  /* Forward Hover Effect*/
}

.navbar-nav .hvr-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
}

.navbar-nav .hvr-forward:hover,
.navbar-nav .hvr-forward:focus,
.navbar-nav .hvr-forward:active {
  -webkit-transform: translateX(8px);
       -o-transform: translateX(8px);
          transform: translateX(8px);
}

.navbar-nav:hover li a {
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.navbar-nav:hover li a:hover {
  color: white;
}

.navbar-nav li {
  margin-top: 0.5rem;
}

.navbar-nav li a {
  color: #fff;
  font-size: 2rem;
  font-weight: 200;
}

@media (min-width: 1400px) {
  .navbar-nav li:not(.small) {
    display: none;
  }
}

.navbar-nav li.small {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.navbar-nav li.small ~ .small {
  margin-top: 0;
}

.navbar-nav li.small a {
  font-size: 1.5rem;
}

main {
  min-height: 200px;
}

/* Shown menu */

.show-menu {
  overflow-y: scroll;
}

.show-menu .hamburger {
  height: 3rem;
  right: 2.5rem;
  top: 2.5rem;
}

.show-menu .menu-wrap {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.show-menu .content-wrap {
  -webkit-transform: translate3d(-400px, 40px, 0);
          transform: translate3d(-400px, 40px, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: white;
}

.show-menu .content-wrap:after {
  content: '';
  position: absolute;
  right: 0px;
  top: 0px;
  width: 0;
  height: 0;
  border-left: 10rem solid transparent;
  border-right: 0px solid transparent;
  border-top: 10rem solid #fff;
  clear: both;
  border-top-color: #fe0000;
  z-index: 1;
}

.show-menu main {
  z-index: 2;
  position: relative;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 10rem, calc(100% - 10rem) 0);
          clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 10rem, calc(100% - 10rem) 0);
}

.show-menu main:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  background-size: cover;
}

.show-menu footer {
  z-index: 3;
  position: relative;
}

.show-menu .content:before {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.show-menu .content-all {
  background: #fe0000;
  position: fixed;
  margin: 0;
  width: 100%;
}

.show-menu .content-all:after {
  content: '';
  position: absolute;
  right: 0px;
  top: 0px;
  width: 0;
  height: 0;
  border-left: 12rem solid transparent;
  border-right: 0px solid transparent;
  border-top: 12rem solid #fff;
  clear: both;
}

@media (min-width: 992px) {
  main {
    min-height: 400px;
  }

  #navigation {
    position: absolute !important;
    max-height: calc(100vh - 11rem);
    margin-top: 0;
    padding-right: 1rem;
    width: calc(1440px / 4);
  }

  .navbar-nav li a {
    font-size: 3rem;
  }

  .navbar-nav li.small a {
    font-size: 1.8rem;
  }

  .show-menu .content-wrap {
    -webkit-transform: translate3d(-500px, 50px, 0);
            transform: translate3d(-500px, 50px, 0);
  }

  .show-menu .content-wrap .shadow {
    height: 2rem;
    width: 100%;
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    box-shadow: 0 0 10rem rgba(0, 0, 0, 0.9);
  }

  .show-menu .content-wrap .shadow.shadowTop {
    right: 10rem;
  }

  .show-menu .content-wrap .shadow.shadowRight {
    width: 2rem;
    height: 100%;
    top: 10rem;
  }

  .show-menu .content-wrap .shadow.shadowCorner {
    width: 14rem;
    -webkit-transform: rotateZ(45deg);
         -o-transform: rotateZ(45deg);
            transform: rotateZ(45deg);
    z-index: 2;
    top: 4.7rem;
    right: -1.2rem;
    -webkit-transform-origin: center;
         -o-transform-origin: center;
            transform-origin: center;
  }
}

@media (min-width: 1200px) {
  #navigation {
    right: 9rem;
  }

  .show-menu .content-wrap {
    -webkit-transform: translate3d(-600px, 60px, 0);
            transform: translate3d(-600px, 60px, 0);
  }
}

@media (max-width: 991px) {
  .show-menu .content-wrap {
    visibility: hidden;
  }
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(res/Roboto-Light.woff2) format("woff2"), url(res/Roboto-Light.woff2) format("woff");
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(res/Roboto-Regular.woff2) format("woff2"), url(res/Roboto-Regular.woff2) format("woff");
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(res/Roboto-Bold.woff2) format("woff2"), url(res/Roboto-Bold.woff2) format("woff");
}

h1 {
  font-weight: 200;
}

h2 {
  font-weight: 200;
}

h3 {
  font-weight: 700;
}

h4 {
  font-weight: 600;
}

h1,
h2 {
  letter-spacing: 1.5px;
}

h1 + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
h2 + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
h3 + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
h4 + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
h5 + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  margin-top: 20px;
}

.combined-heading h1,
.combined-heading h2,
.combined-heading h3,
.combined-heading h4,
.combined-heading h5,
.combined-heading h6 {
  margin-bottom: 0px;
}

.combined-heading h1 + *,
.combined-heading h2 + *,
.combined-heading h3 + *,
.combined-heading h4 + *,
.combined-heading h5 + * {
  margin-top: 0;
}

.combined-heading .bg-heading {
  display: inline-block;
  padding: 0.8rem 1.25rem;
}

.combined-heading h6 + h3 {
  margin-top: -0.8rem;
}

p {
  line-height: 1.8;
}

a:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.list {
  padding-left: 20px;
}

.list li {
  margin-bottom: 15px;
  list-style: none;
  position: relative;
}

.list li:before {
  content: "";
  position: absolute;
  display: block;
  width: 11px;
  height: 11px;
  left: -20px;
  top: 8px;
  background: #fe0000;
}

blockquote {
  font-size: 2.2rem;
  font-weight: 700;
}

blockquote p {
  line-height: 1.5;
  font-style: italic;
}

blockquote p:before {
  content: '\AB';
  padding-right: 10px;
}

blockquote p:after {
  content: '\BB';
  padding-left: 10px;
}

blockquote footer cite {
  color: #fe0000;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
}

blockquote footer.blockquote-footer {
  padding: 1rem 0;
}

blockquote footer.blockquote-footer:before {
  content: none;
}

main {
  overflow: hidden;
}

html {
  background: #fff;
  opacity: 0;
  -webkit-transition: .3s .2s opacity;
  -o-transition: .3s .2s opacity;
  transition: .3s .2s opacity;
}

.fontawesome-i2svg-complete {
  opacity: 1 !important;
}

.accordion .ac-outer {
  border-bottom: 3px solid transparent;
}

.accordion .ac-outer .ac-header h2 .btn {
  padding: 25px 50px;
  display: block;
  box-shadow: none;
  border: 0;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
  width: 100%;
  text-align: left;
  font-size: 1.5125rem;
  background: #fe0000;
  color: #fff;
}

.accordion .ac-outer .ac-header h2 .btn::after {
  font-size: 1.1rem;
  content: '\E434';
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.accordion .ac-outer .ac-header h2 .btn.collapsed {
  background: #eee;
  color: #000;
}

.accordion .ac-outer .ac-header h2 .btn.collapsed::after {
  content: '\E433';
}

.accordion .ac-outer .ac-header h2 .btn.collapsed:hover {
  background: #fe0000;
  color: #fff;
}

.accordion .ac-outer .ac-header h2 .btn:hover::after {
  -webkit-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.accordion .ac-outer .ac-body {
  padding: 50px;
}

.image-wrapper {
  position: relative;
}

.image-wrapper.cut-corner:after {
  content: '';
  position: absolute;
  right: 0px;
  top: 0px;
  width: 0;
  height: 0;
  border-left: 7rem solid transparent;
  border-right: 0px solid transparent;
  border-top: 7rem solid #fff;
  clear: both;
}

.image-wrapper.h-100 img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-wrapper .img-darken {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.image-wrapper .img-icon {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 2rem, calc(100% - 2rem) 0);
          clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 2rem, calc(100% - 2rem) 0);
  background: #fe0000;
  position: absolute;
  top: calc(50% - 3rem);
  z-index: 15;
  width: 6rem;
  height: 6rem;
  margin: 0 auto;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
  -webkit-transform: scale(0.9);
       -o-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  -o-transition: 0.3s -o-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform, 0.3s -o-transform;
}

.image-wrapper .img-icon * {
  height: 100%;
}

.image-wrapper a:hover .img-icon {
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

@media (min-width: 1200px) {
  .image-wrapper .img-icon {
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 3rem, calc(100% - 3rem) 0);
            clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 3rem, calc(100% - 3rem) 0);
    top: calc(50% - 5rem);
    width: 10rem;
    height: 10rem;
    font-size: 4rem;
  }
}

.image-gray-wrapper {
  padding: 0 0.5rem;
  height: 100%;
}

.image-gray-wrapper > div,
.image-gray-wrapper > a {
  display: block;
  padding: 1rem;
  height: 100%;
  background: #f8f9fa;
}

.image-gray-wrapper > div:hover.bg-primary,
.image-gray-wrapper > a:hover.bg-primary {
  background: #fe0000 !important;
}

.image-gray-wrapper > div:hover.bg-secondary,
.image-gray-wrapper > a:hover.bg-secondary {
  background: #2a2926 !important;
}

.image-gray-wrapper > div:hover.bg-black,
.image-gray-wrapper > a:hover.bg-black {
  background: #000 !important;
}

.image-gray-wrapper > div:hover.bg-dark,
.image-gray-wrapper > a:hover.bg-dark {
  background: #343a40 !important;
}

.image-gray-wrapper > div:hover.bg-light,
.image-gray-wrapper > a:hover.bg-light {
  background: #f8f9fa !important;
}

.image-gray-wrapper > div:hover.bg-white,
.image-gray-wrapper > a:hover.bg-white {
  background: #fff !important;
}

.image-gray-wrapper > div:hover img,
.image-gray-wrapper > a:hover img {
  opacity: 1;
  filter: grayscale(0);
}

.image-gray-wrapper.cut-corner > div,
.image-gray-wrapper.cut-corner > a {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 3rem, calc(100% - 3rem) 0);
          clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 3rem, calc(100% - 3rem) 0);
}

.image-gray-wrapper img {
  opacity: 0.4;
  filter: grayscale(1);
  -webkit-transition: 0.3s opacity, 0.3s filter;
  -o-transition: 0.3s opacity, 0.3s filter;
  transition: 0.3s opacity, 0.3s filter;
}

@media (min-width: 1200px) {
  .image-gray-wrapper > div,
  .image-gray-wrapper > a {
    padding: 3rem;
  }

  .image-gray-wrapper.cut-corner > div,
  .image-gray-wrapper.cut-corner > a {
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 6rem, calc(100% - 6rem) 0);
            clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 6rem, calc(100% - 6rem) 0);
  }
}

.image-gallery-outer {
  margin-left: -10px;
  margin-right: -10px;
}

.image-gallery-outer .row {
  margin-left: -10px;
  margin-right: -10px;
}

.image-gallery-outer div[class^="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.image-gallery-col-mb {
  margin-bottom: 20px;
}

.image-gallery-2x2,
.image-gallery-1x1,
.image-gallery-2x1 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.image-gallery-2x2 {
  padding-top: 120%;
}

.image-gallery-1x1 {
  padding-top: 120%;
}

.image-gallery-2x1 {
  padding-top: calc(60% - 10px);
}

.icon-wrapper {
  position: relative;
  min-height: 10rem;
}

.icon-wrapper .img-icon {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 3rem, calc(100% - 3rem) 0);
          clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 3rem, calc(100% - 3rem) 0);
  background: #fe0000;
  position: absolute;
  top: calc(50% - 5rem);
  z-index: 15;
  width: 10rem;
  height: 10rem;
  margin: 0 auto;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  font-size: 4rem;
  -webkit-transform: scale(0.9);
       -o-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  -o-transition: 0.3s -o-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform, 0.3s -o-transform;
}

.icon-wrapper .img-icon * {
  height: 100%;
}

.card {
  border-radius: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #eee;
  box-shadow: 0 6px 9px -9px rgba(0, 0, 0, 0.125);
}

.card .card-img-top {
  height: auto;
  position: relative;
}

.card:after {
  content: '';
  position: absolute;
  right: 0px;
  top: 0px;
  width: 0;
  height: 0;
  border-left: 5rem solid transparent;
  border-right: 0px solid transparent;
  border-top: 5rem solid #fff;
  clear: both;
  border-top-color: #f8f9fa;
}

.card:hover .card-icon {
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.card .card-corner-icon {
  position: absolute;
  top: 0.5rem;
  left: 0.75rem;
  font-size: 2rem;
  color: #fe0000;
}

.card .card-corner-icon .fa-square {
  color: rgba(255, 255, 255, 0.7);
}

.card .card-icon {
  background-size: 250%;
  position: absolute;
  top: calc(50% - 4rem);
  z-index: 15;
  width: 8rem;
  height: 8rem;
  margin: 0 auto;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  font-size: 3rem;
  -webkit-transform: scale(0.9);
       -o-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  -o-transition: 0.3s -o-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform, 0.3s -o-transform;
}

.card .card-icon * {
  height: 100%;
}

.card .card-darken {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.card .info {
  font-size: 1rem;
}

.card .card-body {
  position: relative;
  padding: 1.5rem;
}

.card .combined-heading {
  position: absolute;
  left: 0px;
  top: 15px;
  -webkit-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
}

.card .btn-link {
  padding-bottom: 1rem;
}

.card--red {
  color: #fff;
  padding: 2rem;
  min-height: 25rem;
}

@media only screen and (max-width: 350px) {
  .card--red {
    padding: .75rem;
  }
}

.card--red .btn-link {
  color: #fff !important;
  padding-right: 0.5rem;
}

.card--red .btn-link:after {
  color: #fff !important;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-o-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -o-transform: none;
       transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }
}

.card--contact {
  width: 45vw;
  height: auto;
  min-height: 350px;
  padding-right: 6rem;
  padding-left: calc(50% + 2rem - 1400px / 2);
  margin-top: -16.5rem;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  background-image: url(res/corner-footer.svg);
  background-size: 200%;
  -webkit-animation-name: fadeInLeft;
       -o-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-duration: 1.5s;
       -o-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
}

.card--contact:after {
  content: none;
}

@media (max-width: 1199px) {
  .card--contact {
    padding-left: 2rem;
    background-size: 300%;
  }
}

@media (max-width: 991px) {
  .card--contact {
    width: 85%;
    background-size: 300%;
  }
}

@media (max-width: 767px) {
  .card--contact {
    width: 95%;
    background-size: 400%;
  }
}

.card--image-left {
  width: 100%;
  min-height: 20rem;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.card--image-left:after {
  border-top-color: white;
}

.card--image-right {
  position: relative;
  width: 100%;
  min-height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  padding-top: 100%;
}

.card--image-right:after {
  border-top-color: white;
}

.card--teaser {
  background-color: #f8f9fa;
  border: none;
  max-width: 100%;
  padding: 3rem;
}

.card--teaser h2 {
  padding: 2rem 0;
}

@media (max-width: 767px) {
  .card--teaser {
    padding: 1.5rem;
  }
}

.card--home-box {
  position: absolute;
  bottom: 0px;
  right: 0px;
  min-width: 80%;
  padding-right: 5.5rem;
}

@media (max-width: 1199px) {
  .card--home-box {
    min-width: 400px;
    min-height: 20rem;
  }
}

@media (max-width: 767px) {
  .card--home-box {
    position: static;
    width: auto;
    max-width: 100%;
    min-width: 1px;
  }
}

.card--home-box:after {
  content: none !important;
}

@media (min-width: 992px) {
  .card--image-left {
    position: absolute;
  }
}

.facebook-feed .card-img-top {
  background-size: cover;
  background-position: center;
  height: 300px;
}

.card-product ul {
  list-style-type: none;
  padding: 0;
  margin: 1rem 0 0;
}

.card-product ul li {
  margin-top: 0.5rem;
}

@media (min-width: 1200px) {
  .card-product ul li {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
}

section {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow-x: hidden;
}

section.for-slider {
  overflow: visible;
  margin-top: 5rem;
}

@media (min-width: 768px) {
  section.for-slider {
    margin-top: -6rem;
  }
}

@media (min-width: 992px) {
  section.for-slider {
    margin-top: -3rem;
  }
}

section.bg-light .card,
section-bg-dark .card,
section.bg-secondary section.bg-primary .card {
  background-color: white;
}

section .card:after {
  content: '';
  position: absolute;
  right: 0px;
  top: 0px;
  width: 0;
  height: 0;
  border-left: 7rem solid transparent;
  border-right: 0px solid transparent;
  border-top: 7rem solid #fff;
  clear: both;
}

section .col-3 .card:after,
section .col-sm3 .card:after,
section .col-md-3 .card:after,
section .col-lg-3 .card:after,
section .col-xl-3 .card:after {
  content: '';
  position: absolute;
  right: 0px;
  top: 0px;
  width: 0;
  height: 0;
  border-left: 4rem solid transparent;
  border-right: 0px solid transparent;
  border-top: 4rem solid #fff;
  clear: both;
}

section#experience .card:after,
section#suppliers .card:after {
  content: '';
  position: absolute;
  right: 0px;
  top: 0px;
  width: 0;
  height: 0;
  border-left: 0rem solid transparent;
  border-right: 0px solid transparent;
  border-top: 0rem solid #fff;
  clear: both;
}

section > *:last-child {
  margin-bottom: 0px !important;
}

[class*="bg-"].cut-corner {
  position: relative;
}

[class*="bg-"].cut-corner:after {
  content: '';
  position: absolute;
  right: 0px;
  top: 0px;
  width: 0;
  height: 0;
  border-left: 3rem solid transparent;
  border-right: 0px solid transparent;
  border-top: 3rem solid #fff;
  clear: both;
}

@media (min-width: 768px) {
  [class*="bg-"].cut-corner:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 0;
    height: 0;
    border-left: 5rem solid transparent;
    border-right: 0px solid transparent;
    border-top: 5rem solid #fff;
    clear: both;
  }
}

@media (min-width: 1200px) {
  [class*="bg-"].cut-corner:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 0;
    height: 0;
    border-left: 7rem solid transparent;
    border-right: 0px solid transparent;
    border-top: 7rem solid #fff;
    clear: both;
  }
}

.bg-light:after,
.bg-light .image-wrapper:after,
.bg-light .card:after,
.bg-light .embed-responsive:after {
  border-top-color: #f8f9fa !important;
}

.bg-dark {
  color: #fff;
}

.bg-dark:after,
.bg-dark .image-wrapper:after,
.bg-dark .card:after,
.bg-dark .embed-responsive:after {
  border-top-color: #343a40 !important;
}

.bg-dark .download-list .row {
  border-color: #fff !important;
}

.bg-dark .download-list .row:hover {
  background: rgba(248, 249, 250, 0.1);
}

.bg-primary {
  color: #fff;
}

.bg-primary:after,
.bg-primary .image-wrapper:after,
.bg-primary .card:after,
.bg-primary .embed-responsive:after {
  border-top-color: #fe0000 !important;
}

.bg-primary .download-list .row {
  border-color: #fff !important;
}

.bg-primary .download-list .row:hover {
  background: rgba(248, 249, 250, 0.15);
}

.bg-primary .download-list a {
  color: #f8f9fa;
}

.bg-primary .download-list a:hover {
  color: #fff;
}

.bg-secondary {
  color: #fff;
}

.bg-secondary:after,
.bg-secondary .image-wrapper:after,
.bg-secondary .card:after,
.bg-secondary .embed-responsive:after {
  border-top-color: #2a2926 !important;
}

.bg-secondary .download-list .row {
  border-color: #fff !important;
}

.bg-secondary .download-list .row:hover {
  background: rgba(248, 249, 250, 0.1);
}

.bg-black {
  color: #fff;
  background: #000;
}

.bg-black:after,
.bg-black .image-wrapper:after,
.bg-black .card:after,
.bg-black .embed-responsive:after {
  border-top-color: #000 !important;
}

.bg-black .download-list .row {
  border-color: #fff !important;
}

.bg-black .download-list .row:hover {
  background: rgba(248, 249, 250, 0.2);
}

.container.border-top,
.container-fluid.border-top {
  border-top: 1px solid #bdc6d0;
}

.container.border-bottom,
.container-fluid.border-bottom {
  border-bottom: 1px solid #bdc6d0;
}

.eq-height {
  height: 100%;
}

.layout + .layout {
  margin-top: 25px;
}

.layout > .row > * > *:last-child:not(.btn) {
  margin-bottom: 0px !important;
}

.vtop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
}

.vcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.vbottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
}

ul.list-squares {
  list-style-type: none;
  padding: 0;
}

ul.list-squares li {
  position: relative;
  padding-left: 1.5rem;
}

ul.list-squares li:not(:first-child) {
  margin-top: 0.3rem;
}

ul.list-squares li:before {
  content: '';
  width: 0.7rem;
  height: 0.7rem;
  position: absolute;
  left: 0;
  top: 0.5rem;
}

ul.list-squares.list-primary li:before {
  background: #fe0000;
}

ul.list-squares.list-secondary li:before {
  background: #2a2926;
}

ul.list-squares.list-black li:before {
  background: #000;
}

ul.list-squares.list-dark li:before {
  background: #343a40;
}

ul.list-squares.list-light li:before {
  background: #f8f9fa;
}

ul.list-squares.list-white li:before {
  background: #fff;
}

ul.list-arrows {
  list-style-type: none;
  padding: 0;
}

ul.list-arrows li {
  position: relative;
  padding-left: 1.5rem;
}

ul.list-arrows li:not(:first-child) {
  margin-top: 0.3rem;
}

ul.list-arrows li:before {
  content: '\E224';
  position: absolute;
  left: 0;
  top: 0;
  font-family: glyphicons;
}

ul.list-arrows.list-primary li:before {
  color: #fe0000;
}

ul.list-arrows.list-secondary li:before {
  color: #2a2926;
}

ul.list-arrows.list-black li:before {
  color: #000;
}

ul.list-arrows.list-dark li:before {
  color: #343a40;
}

ul.list-arrows.list-light li:before {
  color: #f8f9fa;
}

ul.list-arrows.list-white li:before {
  color: #fff;
}

.line-top:before {
  content: '';
  background: #fe0000;
  position: absolute;
  width: 5px;
  height: 50%;
  left: calc(50% - 2.5px);
  top: 0;
  border-radius: 0 0 2.5px 2.5px;
}

.line-bottom:after {
  content: '';
  background: #fe0000;
  position: absolute;
  width: 5px;
  height: 50%;
  left: calc(50% - 2.5px);
  bottom: 0;
  border-radius: 2.5px 2.5px 0 0;
}

.line-top.line-bottom:before,
.line-top.line-bottom:after {
  border-radius: 0;
}

.line-left:before {
  content: '';
  background: #fe0000;
  position: absolute;
  width: 50%;
  height: 5px;
  left: 0;
  top: calc(50% - 2.5px);
  border-radius: 0 2.5px 2.5px 0;
}

.line-right:after {
  content: '';
  background: #fe0000;
  position: absolute;
  width: 50%;
  height: 5px;
  right: 0;
  top: calc(50% - 2.5px);
  border-radius: 2.5px 0 0 2.5px;
}

.line-left.line-right:before,
.line-left.line-right:after {
  border-radius: 0;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: .6;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  from {
    opacity: .6;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: .6;
  }

  to {
    opacity: 1;
  }
}

/* Slider */

.slick-loading .slick-list {
  background: #fff slick-image-url("ajax-loader.gif") center no-repeat;
}

/* Icons */

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  height: 80px;
  width: 80px;
  background: #fe0000;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  opacity: 1;
  background: #e50000;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "glyphicons";
  font-size: 20px;
  line-height: 1;
  color: white;
}

.slick-prev {
  left: -80px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "\E225";
}

[dir="rtl"] .slick-prev:before {
  content: "\E224";
}

.slick-next {
  right: -80px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "\E224";
}

[dir="rtl"] .slick-next:before {
  content: "\E225";
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slider-dots {
  position: relative;
}

.slick-dots {
  position: absolute;
  bottom: 5rem;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  height: 10px;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0;
}

.slick-dots li:not(:last-child) {
  margin-right: 0.5rem;
}

.slick-dots li button {
  border: 0;
  color: transparent;
  background: #f8f9fa;
  display: block;
  height: 5px;
  width: 70px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.slick-dots li button:focus {
  outline: none;
}

.slick-dots li.slick-active button {
  background: #fe0000;
}

/* HMK TEMPLATE */

@media (max-width: 767px) {
  .home-slider {
    height: 300px;
  }
}

.home-slider:hover .slick-next {
  right: 0;
}

.home-slider:hover .slick-prev {
  left: 0;
}

.home-slider .slick-slide {
  height: auto;
}

@media (max-width: 767px) {
  .home-slider .slick-slide {
    width: 600px;
  }
}

.home-slider .slick-slide > div > div {
  position: relative;
  padding-bottom: 0;
}

.home-slider .slick-slide > div > div img {
  width: 100%;
  heigth: auto;
  min-height: 500px;
  max-height: calc(100vh - 136px);
  -o-object-fit: cover;
     object-fit: cover;
}

.home-slider .slick-slide > div > div section {
  position: absolute;
  width: 100%;
  padding: 0px;
  bottom: 0px;
}

@media (max-width: 991px) {
  .home-slider .slick-slide > div > div section {
    position: static;
    padding-top: 50px;
  }
}

.home-slider .caption {
  position: absolute;
  bottom: 40%;
  padding: 15px;
  min-height: 38px;
  z-index: 50;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .home-slider .caption {
    width: auto;
    position: static;
    margin-left: 0;
    background-color: #fe0000;
    padding: 14px 0;
  }

  .home-slider .caption .page-title {
    font-size: 1.2rem;
  }
}

.home-box {
  position: absolute;
  bottom: 25%;
  width: 25%;
  z-index: 50;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 20%, 80% 0);
          clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 20%, 80% 0);
}

.home-box:after {
  content: none !important;
}

.slider-1 .slides > div {
  position: relative;
}

.slider-1 .slide-1 {
  display: block !important;
  background: #fe0000;
}

.slider-1 .slider-layer .row > div {
  color: #fff;
  padding-top: 2rem;
  padding-bottom: 2rem;
  -webkit-transition: 0s opacity, 0s -webkit-transform;
  transition: 0s opacity, 0s -webkit-transform;
  -o-transition: 0s opacity, 0s -o-transform;
  transition: 0s opacity, 0s transform;
  transition: 0s opacity, 0s transform, 0s -webkit-transform, 0s -o-transform;
  -webkit-transform: translateY(-2rem);
       -o-transform: translateY(-2rem);
          transform: translateY(-2rem);
  opacity: 0;
}

.slider-1 .slides .slick-current .slider-layer .row > div {
  -webkit-transition: 0.6s opacity, 0.6s -webkit-transform;
  transition: 0.6s opacity, 0.6s -webkit-transform;
  -o-transition: 0.6s opacity, 0.6s -o-transform;
  transition: 0.6s opacity, 0.6s transform;
  transition: 0.6s opacity, 0.6s transform, 0.6s -webkit-transform, 0.6s -o-transform;
  opacity: 1;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.slider-1 .slider-navigation .slick-track {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 2px 0;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}

.slider-1 .slider-navigation .slick-slide {
  width: 33% !important;
  padding: 2px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.slider-1 .slider-navigation .slick-slide > div {
  background: #2a2926;
  color: #fff;
  font-size: 1.5rem;
  padding: 1rem;
  text-align: center;
  -webkit-transition: 0.3s background;
  -o-transition: 0.3s background;
  transition: 0.3s background;
  cursor: pointer;
}

.slider-1 .slider-navigation .slick-current > div {
  background: #fe0000;
}

.slider-navigation + .slides .slick-track {
  background: #fe0000;
}

@media (min-width: 992px) {
  .slider-1 .slider-navigation .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.table thead th {
  border: none;
}

.panel-default {
  background-color: white;
  padding: 1.25rem 3rem;
  border-bottom: 2px solid #f8f9fa;
}

.panel-default .panel-heading {
  margin-bottom: 0;
  padding: 0.5rem 0;
}

.panel-default .panel-heading h4 {
  font-weight: 200;
}

.panel-default .panel-heading h4 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.panel-default .panel-heading h4 a i:before {
  font-family: 'glyphicons';
  content: "\E191";
  font-style: normal;
}

.panel-default .panel-heading h4 a[aria-expanded="true"] i:before {
  content: "\E192";
}

.panel-default .panel-collapse {
  padding: 1rem 0;
}

.tab-content .active {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.nav-tabs .nav-item a {
  padding: 1rem 2rem;
  display: block;
  color: black;
  font-size: 1.25rem;
  font-weight: 200;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #e9ecef;
}

@media (min-width: 1200px) {
  .nav-tabs .nav-item a {
    padding: 1rem 2.75rem;
    font-size: 1.65rem;
  }
}

.nav-tabs .nav-item a:hover,
.nav-tabs .nav-item a.active {
  background-color: white;
  color: #fe0000;
}

.nav-tabs .nav-item a svg {
  display: none;
}

@media (max-width: 991px) {
  .nav-tabs .nav-item {
    width: 100%;
    text-align: center;
  }

  .nav-tabs .nav-item a {
    padding: 1rem;
  }
}

@media (min-width: 992px) {
  .nav-tabs .nav-item:not(:last-child) {
    margin-right: 2px;
  }
}

.tabs-dropdown {
  z-index: 1;
  -webkit-transition: 0.2s filter;
  -o-transition: 0.2s filter;
  transition: 0.2s filter;
}

.tabs-dropdown.open {
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.4));
}

.tabs-dropdown:not(.tabs-header) .nav-item a {
  border-bottom: 2px solid #e9ecef;
}

.tabs-dropdown .nav-item {
  left: 0;
}

.tabs-dropdown .nav-item a.active {
  position: relative;
}

.bg-primary .tabs-dropdown .nav-item a {
  border: 1px solid #fe0000;
  border-width: 0 1px;
}

.bg-primary .tabs-dropdown .nav-item a.tabs-last:not(.active) {
  border-bottom-width: 1px;
}

.next-tabs + .tabs-header-outer {
  z-index: 1;
  position: relative;
  background: transparent !important;
}

.google-map {
  height: 100%;
  min-height: 200px;
}

@media (min-width: 1200px) {
  .google-map {
    min-height: 400px;
  }
}

.header-section {
  position: relative;
  z-index: 1;
  min-height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-section:after {
  content: "";
  width: 75%;
  height: auto;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.header-section.next-tabs {
  padding-bottom: 152px;
  margin-bottom: -72px;
}

.header-section.text-dark:after {
  content: none;
}

.header-section.gradient-left:after,
.header-section.gradient-right:after,
.header-section.gradient-black:after,
.header-section.gradient-white:after,
.header-section.gradient-red:after {
  content: '';
  opacity: 0.5;
  background-size: cover;
}

.header-section.gradient-black.gradient-left:after {
  background: #000;
  background: -webkit-linear-gradient(to right, #000, transparent);
  background: -webkit-linear-gradient(left, #000, transparent);
  background: -o-linear-gradient(left, #000, transparent);
  background: linear-gradient(to right, #000, transparent);
}

.header-section.gradient-black.gradient-right:after {
  background: #000;
  background: -webkit-linear-gradient(to left, #000, transparent);
  background: -webkit-linear-gradient(right, #000, transparent);
  background: -o-linear-gradient(right, #000, transparent);
  background: linear-gradient(to left, #000, transparent);
  left: auto;
}

.header-section.gradient-white.gradient-left:after {
  background: #fff;
  background: -webkit-linear-gradient(to right, #fff, transparent);
  background: -webkit-linear-gradient(left, #fff, transparent);
  background: -o-linear-gradient(left, #fff, transparent);
  background: linear-gradient(to right, #fff, transparent);
}

.header-section.gradient-white.gradient-right:after {
  background: #fff;
  background: -webkit-linear-gradient(to left, #fff, transparent);
  background: -webkit-linear-gradient(right, #fff, transparent);
  background: -o-linear-gradient(right, #fff, transparent);
  background: linear-gradient(to left, #fff, transparent);
  left: auto;
}

.header-section.gradient-red.gradient-left:after {
  background: #fe0000;
  background: -webkit-linear-gradient(to right, #fe0000, transparent);
  background: -webkit-linear-gradient(left, #fe0000, transparent);
  background: -o-linear-gradient(left, #fe0000, transparent);
  background: linear-gradient(to right, #fe0000, transparent);
}

.header-section.gradient-red.gradient-right:after {
  background: #fe0000;
  background: -webkit-linear-gradient(to left, #fe0000, transparent);
  background: -webkit-linear-gradient(right, #fe0000, transparent);
  background: -o-linear-gradient(right, #fe0000, transparent);
  background: linear-gradient(to left, #fe0000, transparent);
  left: auto;
}

.header-section .page-title {
  padding: 1rem 0;
}

.header-section--red {
  background-color: #fe0000;
  min-height: 250px;
}

.header-section--red .page-title {
  -webkit-animation-name: fadeIn;
       -o-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 2.5s;
       -o-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
}

.header-section--red:after {
  background: none;
}

.header-section .header-icon {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 6rem;
}

@media (min-width: 1200px) {
  .header-section .header-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header-section h2.display-3 {
    max-width: 75%;
  }
}

.customer-slider {
  overflow: hidden;
}

.customer-slider .slick-slide {
  padding: 2rem 3rem;
}

.customer-slider .slick-slide > div {
  background: #f8f9fa;
  height: 100%;
  width: 100%;
}

.customer-slider .slick-slide .customer {
  height: 100%;
  padding: 0.5rem;
}

@media (min-width: 576px) {
  .customer-slider .slick-slide .customer {
    padding: 1rem;
  }
}

@media (min-width: 1200px) {
  .customer-slider .slick-slide .customer {
    padding: 3rem;
  }
}

.customer-slider .slick-slide .customer:hover .customer-inner {
  filter: none;
  opacity: 1;
}

.customer-slider .slick-slide .customer-inner {
  -webkit-transition: 0.3s opacity, 0.3s filter;
  -o-transition: 0.3s opacity, 0.3s filter;
  transition: 0.3s opacity, 0.3s filter;
  width: 100%;
  padding-top: 60%;
  filter: grayscale(1);
  opacity: 0.5;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.customer-slider .slick-prev {
  left: 0;
}

.customer-slider .slick-next {
  right: 0;
}

.customer-slider .slick-prev,
.customer-slider .slick-next {
  -webkit-transform: translate(0, -50%) scale(0.5);
       -o-transform: translate(0, -50%) scale(0.5);
          transform: translate(0, -50%) scale(0.5);
}

.download-list {
  margin: 1rem 1.5rem;
}

.download-list .row {
  padding: 1rem 0;
  border-top: 1px solid #343a40;
  cursor: pointer;
  -webkit-transition: 0.3s background;
  -o-transition: 0.3s background;
  transition: 0.3s background;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.download-list .row:last-child {
  border-bottom: 1px solid #343a40;
}

.download-list .row:hover {
  background: rgba(52, 58, 64, 0.05);
}

.download-list .row:hover > div:first-child {
  padding-left: 2rem;
}

.download-list .row > div {
  padding: 0 1rem;
  -webkit-transition: 0.3s padding;
  -o-transition: 0.3s padding;
  transition: 0.3s padding;
}

.download-list p {
  margin: 0;
}

.download-list a {
  font-size: 2rem;
  float: right;
}

.embed-responsive.cut-corner:after {
  content: '';
  position: absolute;
  right: 0px;
  top: 0px;
  width: 0;
  height: 0;
  border-left: 3rem solid transparent;
  border-right: 0px solid transparent;
  border-top: 3rem solid #fff;
  clear: both;
}

@media (min-width: 768px) {
  .embed-responsive.cut-corner:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 0;
    height: 0;
    border-left: 5rem solid transparent;
    border-right: 0px solid transparent;
    border-top: 5rem solid #fff;
    clear: both;
  }
}

@media (min-width: 1200px) {
  .embed-responsive.cut-corner:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 0;
    height: 0;
    border-left: 7rem solid transparent;
    border-right: 0px solid transparent;
    border-top: 7rem solid #fff;
    clear: both;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .img-ie-fix,
  .ie-img-fix {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    width: auto !important;
    max-width: 100%;
  }

  .card--image-left {
    min-height: 10rem;
  }
}


/*# sourceMappingURL=main.css.map*/