@charset "UTF-8";
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1366px;
  --breakpoint-xxl: 1600px;
  --breakpoint-xxxl: 1921px;
  --font-family-sans-serif: "Ubuntu", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

h1, .h1 {
  font-size: 2.5rem;
}
@media (max-width: 1200px) {
  h1, .h1 {
    font-size: calc(1.375rem + 1.5vw);
  }
}

h2, .h2 {
  font-size: 2rem;
}
@media (max-width: 1200px) {
  h2, .h2 {
    font-size: calc(1.325rem + 0.9vw);
  }
}

h3, .h3 {
  font-size: 1.75rem;
}
@media (max-width: 1200px) {
  h3, .h3 {
    font-size: calc(1.3rem + 0.6vw);
  }
}

h4, .h4 {
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  h4, .h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}

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

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

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

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.725rem + 5.7vw);
  }
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.675rem + 5.1vw);
  }
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.575rem + 3.9vw);
  }
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.475rem + 2.7vw);
  }
}

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}

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

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1366px) {
  .container {
    max-width: 1150px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
}
@media (min-width: 1921px) {
  .container {
    max-width: 1700px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1366px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1600px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1921px) {
  .col-xxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxxl-first {
    order: -1;
  }
  .order-xxxl-last {
    order: 13;
  }
  .order-xxxl-0 {
    order: 0;
  }
  .order-xxxl-1 {
    order: 1;
  }
  .order-xxxl-2 {
    order: 2;
  }
  .order-xxxl-3 {
    order: 3;
  }
  .order-xxxl-4 {
    order: 4;
  }
  .order-xxxl-5 {
    order: 5;
  }
  .order-xxxl-6 {
    order: 6;
  }
  .order-xxxl-7 {
    order: 7;
  }
  .order-xxxl-8 {
    order: 8;
  }
  .order-xxxl-9 {
    order: 9;
  }
  .order-xxxl-10 {
    order: 10;
  }
  .order-xxxl-11 {
    order: 11;
  }
  .order-xxxl-12 {
    order: 12;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

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

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

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(183.6, 218.04, 255);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(122.4, 186.36, 255);
}

.table-hover .table-primary:hover {
  background-color: rgb(158.1, 204.84, 255);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(158.1, 204.84, 255);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(178.56, 183.24, 187.4);
}

.table-hover .table-secondary:hover {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(143.2, 209.24, 158.28);
}

.table-hover .table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(134.36, 206.64, 218.08);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(245.2, 198.44, 202.92);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(236.8, 149.96, 158.28);
}

.table-hover .table-danger:hover {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1365.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1599.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1920.98px) {
  .table-responsive-xxxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxxl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

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

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(51.6956521739, 206.3043478261, 87);
  background: rgb(51.6956521739, 206.3043478261, 87) linear-gradient(180deg, rgb(82.1913043478, 213.6086956522, 112.2), rgb(51.6956521739, 206.3043478261, 87)) repeat-x;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

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

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
  background: rgb(227.5316455696, 96.4683544304, 109.0253164557) linear-gradient(180deg, rgb(231.6518987342, 120.2481012658, 130.9215189873), rgb(227.5316455696, 96.4683544304, 109.0253164557)) repeat-x;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

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

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

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

.btn-primary {
  color: #fff;
  background: #007bff linear-gradient(180deg, rgb(38.25, 142.8, 255), #007bff) repeat-x;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background: rgb(0, 104.55, 216.75) linear-gradient(180deg, rgb(38.25, 127.1175, 222.4875), rgb(0, 104.55, 216.75)) repeat-x;
  border-color: rgb(0, 98.4, 204);
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 142.8, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  background-image: none;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 98.4, 204);
  background-image: none;
  border-color: rgb(0, 92.25, 191.25);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 142.8, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background: #6c757d linear-gradient(180deg, rgb(130.05, 137.7, 144.5), #6c757d) repeat-x;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background: rgb(90.2703862661, 97.7929184549, 104.4796137339) linear-gradient(180deg, rgb(114.9798283262, 121.3739806867, 127.0576716738), rgb(90.2703862661, 97.7929184549, 104.4796137339)) repeat-x;
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  background-image: none;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  background-image: none;
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}

.btn-success {
  color: #fff;
  background: #28a745 linear-gradient(180deg, rgb(72.25, 180.2, 96.9), #28a745) repeat-x;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background: rgb(32.6086956522, 136.1413043478, 56.25) linear-gradient(180deg, rgb(65.9673913043, 153.9701086957, 86.0625), rgb(32.6086956522, 136.1413043478, 56.25)) repeat-x;
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  background-image: none;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  background-image: none;
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}

.btn-info {
  color: #fff;
  background: #17a2b8 linear-gradient(180deg, rgb(57.8, 175.95, 194.65), #17a2b8) repeat-x;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background: rgb(18.75, 132.0652173913, 150) linear-gradient(180deg, rgb(54.1875, 150.5054347826, 165.75), rgb(18.75, 132.0652173913, 150)) repeat-x;
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  background-image: none;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  background-image: none;
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}

.btn-warning {
  color: #212529;
  background: #ffc107 linear-gradient(180deg, rgb(255, 202.3, 44.2), #ffc107) repeat-x;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background: rgb(223.75, 167.8125, 0) linear-gradient(180deg, rgb(228.4375, 180.890625, 38.25), rgb(223.75, 167.8125, 0)) repeat-x;
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
  background-image: none;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
  background-image: none;
  border-color: rgb(198.25, 148.6875, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}

.btn-danger {
  color: #fff;
  background: #dc3545 linear-gradient(180deg, rgb(225.25, 83.3, 96.9), #dc3545) repeat-x;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background: rgb(200.082278481, 34.667721519, 50.5158227848) linear-gradient(180deg, rgb(208.3199367089, 67.7175632911, 81.1884493671), rgb(200.082278481, 34.667721519, 50.5158227848)) repeat-x;
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  background-image: none;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  background-image: none;
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}

.btn-light {
  color: #212529;
  background: #f8f9fa linear-gradient(180deg, rgb(249.05, 249.9, 250.75), #f8f9fa) repeat-x;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background: rgb(225.6875, 229.875, 234.0625) linear-gradient(180deg, rgb(230.084375, 233.64375, 237.203125), rgb(225.6875, 229.875, 234.0625)) repeat-x;
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  background-image: none;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
  background-image: none;
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}

.btn-dark {
  color: #fff;
  background: #343a40 linear-gradient(180deg, rgb(82.45, 87.55, 92.65), #343a40) repeat-x;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background: rgb(34.8534482759, 38.875, 42.8965517241) linear-gradient(180deg, rgb(67.8754310345, 71.29375, 74.7120689655), rgb(34.8534482759, 38.875, 42.8965517241)) repeat-x;
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  background-image: none;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  background-image: none;
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}

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

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

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

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

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

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

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

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

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

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

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

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

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

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

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

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1366px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1600px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1921px) {
  .dropdown-menu-xxxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxxl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background: #f8f9fa linear-gradient(180deg, rgb(249.05, 249.9, 250.75), #f8f9fa) repeat-x;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background: #007bff linear-gradient(180deg, rgb(38.25, 142.8, 255), #007bff) repeat-x;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
  background-image: none;
}

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

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

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

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

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

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

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

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

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

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

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

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

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

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

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

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

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

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

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

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background: #007bff linear-gradient(180deg, rgb(38.25, 142.8, 255), #007bff) repeat-x;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(127.5, 189, 255);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(178.5, 215.4, 255);
  border-color: rgb(178.5, 215.4, 255);
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background: #007bff linear-gradient(180deg, rgb(38.25, 142.8, 255), #007bff) repeat-x;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(127.5, 189, 255);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background: #e9ecef linear-gradient(180deg, rgb(236.3, 238.85, 241.4), #e9ecef) repeat-x;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background: #007bff linear-gradient(180deg, rgb(38.25, 142.8, 255), #007bff) repeat-x;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background: rgb(178.5, 215.4, 255) linear-gradient(180deg, rgb(189.975, 221.34, 255), rgb(178.5, 215.4, 255)) repeat-x;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background: #007bff linear-gradient(180deg, rgb(38.25, 142.8, 255), #007bff) repeat-x;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background: rgb(178.5, 215.4, 255) linear-gradient(180deg, rgb(189.975, 221.34, 255), rgb(178.5, 215.4, 255)) repeat-x;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background: #007bff linear-gradient(180deg, rgb(38.25, 142.8, 255), #007bff) repeat-x;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background: rgb(178.5, 215.4, 255) linear-gradient(180deg, rgb(189.975, 221.34, 255), rgb(178.5, 215.4, 255)) repeat-x;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

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

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1365.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1366px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1599.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1600px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1920.98px) {
  .navbar-expand-xxxl > .container,
  .navbar-expand-xxxl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1921px) {
  .navbar-expand-xxxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxxl > .container,
  .navbar-expand-xxxl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

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

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

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

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

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

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

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

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

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

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

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

.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card .card-header {
  margin-bottom: -1px;
}

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

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: rgb(0, 86.1, 178.5);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: rgb(0, 98.4, 204);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: rgb(0, 63.96, 132.6);
  background: rgb(204, 228.6, 255) linear-gradient(180deg, rgb(211.65, 232.56, 255), rgb(204, 228.6, 255)) repeat-x;
  border-color: rgb(183.6, 218.04, 255);
}
.alert-primary hr {
  border-top-color: rgb(158.1, 204.84, 255);
}
.alert-primary .alert-link {
  color: rgb(0, 39.36, 81.6);
}

.alert-secondary {
  color: rgb(56.16, 60.84, 65);
  background: rgb(225.6, 227.4, 229) linear-gradient(180deg, rgb(230.01, 231.54, 232.9), rgb(225.6, 227.4, 229)) repeat-x;
  border-color: rgb(213.84, 216.36, 218.6);
}
.alert-secondary hr {
  border-top-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.alert-secondary .alert-link {
  color: rgb(32.5205150215, 35.2305579399, 37.6394849785);
}

.alert-success {
  color: rgb(20.8, 86.84, 35.88);
  background: rgb(212, 237.4, 217.8) linear-gradient(180deg, rgb(218.45, 240.04, 223.38), rgb(212, 237.4, 217.8)) repeat-x;
  border-color: rgb(194.8, 230.36, 202.92);
}
.alert-success hr {
  border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.alert-success .alert-link {
  color: rgb(10.9449275362, 45.6950724638, 18.88);
}

.alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background: rgb(208.6, 236.4, 240.8) linear-gradient(180deg, rgb(215.56, 239.19, 242.93), rgb(208.6, 236.4, 240.8)) repeat-x;
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}

.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background: rgb(255, 242.6, 205.4) linear-gradient(180deg, rgb(255, 244.46, 212.84), rgb(255, 242.6, 205.4)) repeat-x;
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}

.alert-danger {
  color: rgb(114.4, 27.56, 35.88);
  background: rgb(248, 214.6, 217.8) linear-gradient(180deg, rgb(249.05, 220.66, 223.38), rgb(248, 214.6, 217.8)) repeat-x;
  border-color: rgb(245.2, 198.44, 202.92);
}
.alert-danger hr {
  border-top-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.alert-danger .alert-link {
  color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}

.alert-light {
  color: rgb(128.96, 129.48, 130);
  background: rgb(253.6, 253.8, 254) linear-gradient(180deg, rgb(253.81, 253.98, 254.15), rgb(253.6, 253.8, 254)) repeat-x;
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}

.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background: rgb(214.4, 215.6, 216.8) linear-gradient(180deg, rgb(220.49, 221.51, 222.53), rgb(214.4, 215.6, 216.8)) repeat-x;
  border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

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

.media-body {
  flex: 1;
}

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1366px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1600px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xxl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1921px) {
  .list-group-horizontal-xxxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxxl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xxxl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxxl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(183.6, 218.04, 255);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(158.1, 204.84, 255);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 63.96, 132.6);
  border-color: rgb(0, 63.96, 132.6);
}

.list-group-item-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(213.84, 216.36, 218.6);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(56.16, 60.84, 65);
  border-color: rgb(56.16, 60.84, 65);
}

.list-group-item-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(194.8, 230.36, 202.92);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(20.8, 86.84, 35.88);
  border-color: rgb(20.8, 86.84, 35.88);
}

.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}

.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}

.list-group-item-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(245.2, 198.44, 202.92);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(114.4, 27.56, 35.88);
  border-color: rgb(114.4, 27.56, 35.88);
}

.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}

.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
@media (max-width: 1200px) {
  .close {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

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

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

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

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

.toast-body {
  padding: 0.75rem;
}

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

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

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

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

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1366px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Ubuntu", 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.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Ubuntu", 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.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

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

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.001));
}

.carousel-control-next {
  right: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.001));
}

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

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

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

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

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

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

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

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

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

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

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

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

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

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0, 98.4, 204) !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

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

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

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

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

.bg-gradient-primary {
  background: #007bff linear-gradient(180deg, rgb(38.25, 142.8, 255), #007bff) repeat-x !important;
}

.bg-gradient-secondary {
  background: #6c757d linear-gradient(180deg, rgb(130.05, 137.7, 144.5), #6c757d) repeat-x !important;
}

.bg-gradient-success {
  background: #28a745 linear-gradient(180deg, rgb(72.25, 180.2, 96.9), #28a745) repeat-x !important;
}

.bg-gradient-info {
  background: #17a2b8 linear-gradient(180deg, rgb(57.8, 175.95, 194.65), #17a2b8) repeat-x !important;
}

.bg-gradient-warning {
  background: #ffc107 linear-gradient(180deg, rgb(255, 202.3, 44.2), #ffc107) repeat-x !important;
}

.bg-gradient-danger {
  background: #dc3545 linear-gradient(180deg, rgb(225.25, 83.3, 96.9), #dc3545) repeat-x !important;
}

.bg-gradient-light {
  background: #f8f9fa linear-gradient(180deg, rgb(249.05, 249.9, 250.75), #f8f9fa) repeat-x !important;
}

.bg-gradient-dark {
  background: #343a40 linear-gradient(180deg, rgb(82.45, 87.55, 92.65), #343a40) repeat-x !important;
}

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

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

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

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

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1366px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1600px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1921px) {
  .d-xxxl-none {
    display: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive 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.8571428571%;
}

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

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

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

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

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

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

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

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

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

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

.flex-grow-1 {
  flex-grow: 1 !important;
}

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

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

.justify-content-start {
  justify-content: flex-start !important;
}

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

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

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

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

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

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

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

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

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1366px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1600px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1921px) {
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    align-content: center !important;
  }
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1366px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1600px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}
@media (min-width: 1921px) {
  .float-xxxl-left {
    float: left !important;
  }
  .float-xxxl-right {
    float: right !important;
  }
  .float-xxxl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

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

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

.shadow-none {
  box-shadow: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

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

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

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

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

.m-n1 {
  margin: -0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1366px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1600px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1921px) {
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .mt-xxxl-0,
  .my-xxxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxxl-0,
  .mx-xxxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxxl-0,
  .my-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxxl-0,
  .mx-xxxl-0 {
    margin-left: 0 !important;
  }
  .m-xxxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxxl-1,
  .my-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxxl-1,
  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxxl-1,
  .my-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxxl-1,
  .mx-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxxl-2,
  .my-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxxl-2,
  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxxl-2,
  .my-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxxl-2,
  .mx-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxxl-3 {
    margin: 1rem !important;
  }
  .mt-xxxl-3,
  .my-xxxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxxl-3,
  .mx-xxxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxxl-3,
  .my-xxxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxxl-3,
  .mx-xxxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxxl-4,
  .my-xxxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxxl-4,
  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxxl-4,
  .my-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxxl-4,
  .mx-xxxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxxl-5 {
    margin: 3rem !important;
  }
  .mt-xxxl-5,
  .my-xxxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxxl-5,
  .mx-xxxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxxl-5,
  .my-xxxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxxl-5,
  .mx-xxxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .pt-xxxl-0,
  .py-xxxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxxl-0,
  .px-xxxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxxl-0,
  .py-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxxl-0,
  .px-xxxl-0 {
    padding-left: 0 !important;
  }
  .p-xxxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxxl-1,
  .py-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxxl-1,
  .px-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxxl-1,
  .py-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxxl-1,
  .px-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxxl-2,
  .py-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxxl-2,
  .px-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxxl-2,
  .py-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxxl-2,
  .px-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxxl-3 {
    padding: 1rem !important;
  }
  .pt-xxxl-3,
  .py-xxxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxxl-3,
  .px-xxxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxxl-3,
  .py-xxxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxxl-3,
  .px-xxxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxxl-4,
  .py-xxxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxxl-4,
  .px-xxxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxxl-4,
  .py-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxxl-4,
  .px-xxxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxxl-5 {
    padding: 3rem !important;
  }
  .pt-xxxl-5,
  .py-xxxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxxl-5,
  .px-xxxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxxl-5,
  .py-xxxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxxl-5,
  .px-xxxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxxl-n1,
  .my-xxxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxxl-n1,
  .mx-xxxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxxl-n1,
  .my-xxxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxxl-n1,
  .mx-xxxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxxl-n2,
  .my-xxxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxxl-n2,
  .mx-xxxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxxl-n2,
  .my-xxxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxxl-n2,
  .mx-xxxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxxl-n3,
  .my-xxxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxxl-n3,
  .mx-xxxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxxl-n3,
  .my-xxxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxxl-n3,
  .mx-xxxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxxl-n4,
  .my-xxxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxxl-n4,
  .mx-xxxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxxl-n4,
  .my-xxxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxxl-n4,
  .mx-xxxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxxl-n5,
  .my-xxxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxxl-n5,
  .mx-xxxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxxl-n5,
  .my-xxxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxxl-n5,
  .mx-xxxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mt-xxxl-auto,
  .my-xxxl-auto {
    margin-top: auto !important;
  }
  .mr-xxxl-auto,
  .mx-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-auto,
  .my-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxxl-auto,
  .mx-xxxl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1366px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1600px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1921px) {
  .text-xxxl-left {
    text-align: left !important;
  }
  .text-xxxl-right {
    text-align: right !important;
  }
  .text-xxxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

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

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

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

a.text-primary:hover, a.text-primary:focus {
  color: rgb(0, 86.1, 178.5) !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

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

a.text-success:hover, a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*
	resolution UP
––––––––––––––––––––––––––––––––––––––––––––––––––
	use case:

	@include resolution-up(md) {
		.class {
			.border:solid red 3px;
		}
	}

*/
/*
	resolution DOWN
––––––––––––––––––––––––––––––––––––––––––––––––––
	use case:

	@include resolution-down(md) {
		.class {
			.border:solid red 3px;
		}
	}

*/
/*
	resolution BETWEEN
––––––––––––––––––––––––––––––––––––––––––––––––––
	use case:

	@include resolution-between(sm, md) {
		.class {
			.border:solid red 3px;
		}
	}

*/
.vh-5 {
  height: 5vh !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
-------------------------------------------/
		breakpoint only
-------------------------------------------
*/
@media (max-width: 575.98px) {
  .block-xs-visible {
    visibility: visible !important;
  }
  .block-xs-invisible {
    visibility: hidden !important;
  }
  .w-xs-1 {
    width: 1% !important;
  }
  .h-xs-1 {
    width: 1% !important;
  }
  .h-xs-1vh {
    height: 1vh !important;
  }
  .max-width-xs-1 {
    max-width: 1% !important;
  }
  .max-height-xs-1 {
    max-height: 1% !important;
  }
  .max-height-xs-1rem {
    max-height: 1rem !important;
  }
  .min-width-xs-1vw {
    min-width: 1vw !important;
  }
  .min-height-xs-1vh {
    min-height: 1vh !important;
  }
  .w-xs-2 {
    width: 2% !important;
  }
  .h-xs-2 {
    width: 2% !important;
  }
  .h-xs-2vh {
    height: 2vh !important;
  }
  .max-width-xs-2 {
    max-width: 2% !important;
  }
  .max-height-xs-2 {
    max-height: 2% !important;
  }
  .max-height-xs-2rem {
    max-height: 2rem !important;
  }
  .min-width-xs-2vw {
    min-width: 2vw !important;
  }
  .min-height-xs-2vh {
    min-height: 2vh !important;
  }
  .w-xs-3 {
    width: 3% !important;
  }
  .h-xs-3 {
    width: 3% !important;
  }
  .h-xs-3vh {
    height: 3vh !important;
  }
  .max-width-xs-3 {
    max-width: 3% !important;
  }
  .max-height-xs-3 {
    max-height: 3% !important;
  }
  .max-height-xs-3rem {
    max-height: 3rem !important;
  }
  .min-width-xs-3vw {
    min-width: 3vw !important;
  }
  .min-height-xs-3vh {
    min-height: 3vh !important;
  }
  .w-xs-4 {
    width: 4% !important;
  }
  .h-xs-4 {
    width: 4% !important;
  }
  .h-xs-4vh {
    height: 4vh !important;
  }
  .max-width-xs-4 {
    max-width: 4% !important;
  }
  .max-height-xs-4 {
    max-height: 4% !important;
  }
  .max-height-xs-4rem {
    max-height: 4rem !important;
  }
  .min-width-xs-4vw {
    min-width: 4vw !important;
  }
  .min-height-xs-4vh {
    min-height: 4vh !important;
  }
  .w-xs-5 {
    width: 5% !important;
  }
  .h-xs-5 {
    width: 5% !important;
  }
  .h-xs-5vh {
    height: 5vh !important;
  }
  .max-width-xs-5 {
    max-width: 5% !important;
  }
  .max-height-xs-5 {
    max-height: 5% !important;
  }
  .max-height-xs-5rem {
    max-height: 5rem !important;
  }
  .min-width-xs-5vw {
    min-width: 5vw !important;
  }
  .min-height-xs-5vh {
    min-height: 5vh !important;
  }
  .w-xs-10 {
    width: 10% !important;
  }
  .h-xs-10 {
    width: 10% !important;
  }
  .h-xs-10vh {
    height: 10vh !important;
  }
  .max-width-xs-10 {
    max-width: 10% !important;
  }
  .max-height-xs-10 {
    max-height: 10% !important;
  }
  .max-height-xs-10rem {
    max-height: 10rem !important;
  }
  .min-width-xs-10vw {
    min-width: 10vw !important;
  }
  .min-height-xs-10vh {
    min-height: 10vh !important;
  }
  .w-xs-15 {
    width: 15% !important;
  }
  .h-xs-15 {
    width: 15% !important;
  }
  .h-xs-15vh {
    height: 15vh !important;
  }
  .max-width-xs-15 {
    max-width: 15% !important;
  }
  .max-height-xs-15 {
    max-height: 15% !important;
  }
  .max-height-xs-15rem {
    max-height: 15rem !important;
  }
  .min-width-xs-15vw {
    min-width: 15vw !important;
  }
  .min-height-xs-15vh {
    min-height: 15vh !important;
  }
  .w-xs-20 {
    width: 20% !important;
  }
  .h-xs-20 {
    width: 20% !important;
  }
  .h-xs-20vh {
    height: 20vh !important;
  }
  .max-width-xs-20 {
    max-width: 20% !important;
  }
  .max-height-xs-20 {
    max-height: 20% !important;
  }
  .max-height-xs-20rem {
    max-height: 20rem !important;
  }
  .min-width-xs-20vw {
    min-width: 20vw !important;
  }
  .min-height-xs-20vh {
    min-height: 20vh !important;
  }
  .w-xs-25 {
    width: 25% !important;
  }
  .h-xs-25 {
    width: 25% !important;
  }
  .h-xs-25vh {
    height: 25vh !important;
  }
  .max-width-xs-25 {
    max-width: 25% !important;
  }
  .max-height-xs-25 {
    max-height: 25% !important;
  }
  .max-height-xs-25rem {
    max-height: 25rem !important;
  }
  .min-width-xs-25vw {
    min-width: 25vw !important;
  }
  .min-height-xs-25vh {
    min-height: 25vh !important;
  }
  .w-xs-30 {
    width: 30% !important;
  }
  .h-xs-30 {
    width: 30% !important;
  }
  .h-xs-30vh {
    height: 30vh !important;
  }
  .max-width-xs-30 {
    max-width: 30% !important;
  }
  .max-height-xs-30 {
    max-height: 30% !important;
  }
  .max-height-xs-30rem {
    max-height: 30rem !important;
  }
  .min-width-xs-30vw {
    min-width: 30vw !important;
  }
  .min-height-xs-30vh {
    min-height: 30vh !important;
  }
  .w-xs-35 {
    width: 35% !important;
  }
  .h-xs-35 {
    width: 35% !important;
  }
  .h-xs-35vh {
    height: 35vh !important;
  }
  .max-width-xs-35 {
    max-width: 35% !important;
  }
  .max-height-xs-35 {
    max-height: 35% !important;
  }
  .max-height-xs-35rem {
    max-height: 35rem !important;
  }
  .min-width-xs-35vw {
    min-width: 35vw !important;
  }
  .min-height-xs-35vh {
    min-height: 35vh !important;
  }
  .w-xs-40 {
    width: 40% !important;
  }
  .h-xs-40 {
    width: 40% !important;
  }
  .h-xs-40vh {
    height: 40vh !important;
  }
  .max-width-xs-40 {
    max-width: 40% !important;
  }
  .max-height-xs-40 {
    max-height: 40% !important;
  }
  .max-height-xs-40rem {
    max-height: 40rem !important;
  }
  .min-width-xs-40vw {
    min-width: 40vw !important;
  }
  .min-height-xs-40vh {
    min-height: 40vh !important;
  }
  .w-xs-45 {
    width: 45% !important;
  }
  .h-xs-45 {
    width: 45% !important;
  }
  .h-xs-45vh {
    height: 45vh !important;
  }
  .max-width-xs-45 {
    max-width: 45% !important;
  }
  .max-height-xs-45 {
    max-height: 45% !important;
  }
  .max-height-xs-45rem {
    max-height: 45rem !important;
  }
  .min-width-xs-45vw {
    min-width: 45vw !important;
  }
  .min-height-xs-45vh {
    min-height: 45vh !important;
  }
  .w-xs-50 {
    width: 50% !important;
  }
  .h-xs-50 {
    width: 50% !important;
  }
  .h-xs-50vh {
    height: 50vh !important;
  }
  .max-width-xs-50 {
    max-width: 50% !important;
  }
  .max-height-xs-50 {
    max-height: 50% !important;
  }
  .max-height-xs-50rem {
    max-height: 50rem !important;
  }
  .min-width-xs-50vw {
    min-width: 50vw !important;
  }
  .min-height-xs-50vh {
    min-height: 50vh !important;
  }
  .w-xs-55 {
    width: 55% !important;
  }
  .h-xs-55 {
    width: 55% !important;
  }
  .h-xs-55vh {
    height: 55vh !important;
  }
  .max-width-xs-55 {
    max-width: 55% !important;
  }
  .max-height-xs-55 {
    max-height: 55% !important;
  }
  .max-height-xs-55rem {
    max-height: 55rem !important;
  }
  .min-width-xs-55vw {
    min-width: 55vw !important;
  }
  .min-height-xs-55vh {
    min-height: 55vh !important;
  }
  .w-xs-60 {
    width: 60% !important;
  }
  .h-xs-60 {
    width: 60% !important;
  }
  .h-xs-60vh {
    height: 60vh !important;
  }
  .max-width-xs-60 {
    max-width: 60% !important;
  }
  .max-height-xs-60 {
    max-height: 60% !important;
  }
  .max-height-xs-60rem {
    max-height: 60rem !important;
  }
  .min-width-xs-60vw {
    min-width: 60vw !important;
  }
  .min-height-xs-60vh {
    min-height: 60vh !important;
  }
  .w-xs-65 {
    width: 65% !important;
  }
  .h-xs-65 {
    width: 65% !important;
  }
  .h-xs-65vh {
    height: 65vh !important;
  }
  .max-width-xs-65 {
    max-width: 65% !important;
  }
  .max-height-xs-65 {
    max-height: 65% !important;
  }
  .max-height-xs-65rem {
    max-height: 65rem !important;
  }
  .min-width-xs-65vw {
    min-width: 65vw !important;
  }
  .min-height-xs-65vh {
    min-height: 65vh !important;
  }
  .w-xs-70 {
    width: 70% !important;
  }
  .h-xs-70 {
    width: 70% !important;
  }
  .h-xs-70vh {
    height: 70vh !important;
  }
  .max-width-xs-70 {
    max-width: 70% !important;
  }
  .max-height-xs-70 {
    max-height: 70% !important;
  }
  .max-height-xs-70rem {
    max-height: 70rem !important;
  }
  .min-width-xs-70vw {
    min-width: 70vw !important;
  }
  .min-height-xs-70vh {
    min-height: 70vh !important;
  }
  .w-xs-75 {
    width: 75% !important;
  }
  .h-xs-75 {
    width: 75% !important;
  }
  .h-xs-75vh {
    height: 75vh !important;
  }
  .max-width-xs-75 {
    max-width: 75% !important;
  }
  .max-height-xs-75 {
    max-height: 75% !important;
  }
  .max-height-xs-75rem {
    max-height: 75rem !important;
  }
  .min-width-xs-75vw {
    min-width: 75vw !important;
  }
  .min-height-xs-75vh {
    min-height: 75vh !important;
  }
  .w-xs-80 {
    width: 80% !important;
  }
  .h-xs-80 {
    width: 80% !important;
  }
  .h-xs-80vh {
    height: 80vh !important;
  }
  .max-width-xs-80 {
    max-width: 80% !important;
  }
  .max-height-xs-80 {
    max-height: 80% !important;
  }
  .max-height-xs-80rem {
    max-height: 80rem !important;
  }
  .min-width-xs-80vw {
    min-width: 80vw !important;
  }
  .min-height-xs-80vh {
    min-height: 80vh !important;
  }
  .w-xs-85 {
    width: 85% !important;
  }
  .h-xs-85 {
    width: 85% !important;
  }
  .h-xs-85vh {
    height: 85vh !important;
  }
  .max-width-xs-85 {
    max-width: 85% !important;
  }
  .max-height-xs-85 {
    max-height: 85% !important;
  }
  .max-height-xs-85rem {
    max-height: 85rem !important;
  }
  .min-width-xs-85vw {
    min-width: 85vw !important;
  }
  .min-height-xs-85vh {
    min-height: 85vh !important;
  }
  .w-xs-90 {
    width: 90% !important;
  }
  .h-xs-90 {
    width: 90% !important;
  }
  .h-xs-90vh {
    height: 90vh !important;
  }
  .max-width-xs-90 {
    max-width: 90% !important;
  }
  .max-height-xs-90 {
    max-height: 90% !important;
  }
  .max-height-xs-90rem {
    max-height: 90rem !important;
  }
  .min-width-xs-90vw {
    min-width: 90vw !important;
  }
  .min-height-xs-90vh {
    min-height: 90vh !important;
  }
  .w-xs-95 {
    width: 95% !important;
  }
  .h-xs-95 {
    width: 95% !important;
  }
  .h-xs-95vh {
    height: 95vh !important;
  }
  .max-width-xs-95 {
    max-width: 95% !important;
  }
  .max-height-xs-95 {
    max-height: 95% !important;
  }
  .max-height-xs-95rem {
    max-height: 95rem !important;
  }
  .min-width-xs-95vw {
    min-width: 95vw !important;
  }
  .min-height-xs-95vh {
    min-height: 95vh !important;
  }
  .w-xs-100 {
    width: 100% !important;
  }
  .h-xs-100 {
    width: 100% !important;
  }
  .h-xs-100vh {
    height: 100vh !important;
  }
  .max-width-xs-100 {
    max-width: 100% !important;
  }
  .max-height-xs-100 {
    max-height: 100% !important;
  }
  .max-height-xs-100rem {
    max-height: 100rem !important;
  }
  .min-width-xs-100vw {
    min-width: 100vw !important;
  }
  .min-height-xs-100vh {
    min-height: 100vh !important;
  }
  .block-height-xs-1rem {
    height: 1rem !important;
  }
  .block-height-xs-2rem {
    height: 2rem !important;
  }
  .block-height-xs-3rem {
    height: 3rem !important;
  }
  .block-height-xs-4rem {
    height: 4rem !important;
  }
  .block-height-xs-5rem {
    height: 5rem !important;
  }
  .block-height-xs-6rem {
    height: 6rem !important;
  }
  .block-height-xs-7rem {
    height: 7rem !important;
  }
  .block-height-xs-8rem {
    height: 8rem !important;
  }
  .block-height-xs-9rem {
    height: 9rem !important;
  }
  .block-height-xs-10rem {
    height: 10rem !important;
  }
  .block-height-xs-11rem {
    height: 11rem !important;
  }
  .block-height-xs-12rem {
    height: 12rem !important;
  }
  .block-height-xs-13rem {
    height: 13rem !important;
  }
  .block-height-xs-14rem {
    height: 14rem !important;
  }
  .block-height-xs-15rem {
    height: 15rem !important;
  }
  .block-height-xs-16rem {
    height: 16rem !important;
  }
  .block-height-xs-17rem {
    height: 17rem !important;
  }
  .block-height-xs-18rem {
    height: 18rem !important;
  }
  .block-height-xs-19rem {
    height: 19rem !important;
  }
  .block-height-xs-20rem {
    height: 20rem !important;
  }
  .position-xs-absolute {
    position: absolute;
  }
  .position-xs-relative {
    position: relative;
  }
}
/*
-------------------------------------------/
		breakpoint down
-------------------------------------------
*/
@media (max-width: 575.98px) {
  /********** BREAKPOINT  DOWN **********/
  .position-absolute-before {
    position: absolute;
  }
  .position-relative-before {
    position: relative;
  }
  .container.container-fluid-before {
    width: 100%;
    min-width: 100%;
  }
  .border-top-before-0 {
    border-top: 0px !important;
  }
  .border-right-before-0 {
    border-right: 0px !important;
  }
  .border-bottom-before-0 {
    border-bottom: 0px !important;
  }
  .border-left-before-0 {
    border-left: 0px !important;
  }
  .right-before-0 {
    right: 0;
  }
  .left-before-0 {
    right: 0;
  }
  .border-top-before-0 {
    border-top: 0px !important;
  }
  .border-right-before-0 {
    border-right: 0px !important;
  }
  .border-bottom-before-0 {
    border-bottom: 0px !important;
  }
  .border-left-before-0 {
    border-left: 0px !important;
  }
  .block-height-before-1rem {
    height: 1rem !important;
  }
  .block-height-before-2rem {
    height: 2rem !important;
  }
  .block-height-before-3rem {
    height: 3rem !important;
  }
  .block-height-before-4rem {
    height: 4rem !important;
  }
  .block-height-before-5rem {
    height: 5rem !important;
  }
  .block-height-before-6rem {
    height: 6rem !important;
  }
  .block-height-before-7rem {
    height: 7rem !important;
  }
  .block-height-before-8rem {
    height: 8rem !important;
  }
  .block-height-before-9rem {
    height: 9rem !important;
  }
  .block-height-before-10rem {
    height: 10rem !important;
  }
  .block-height-before-11rem {
    height: 11rem !important;
  }
  .block-height-before-12rem {
    height: 12rem !important;
  }
  .block-height-before-13rem {
    height: 13rem !important;
  }
  .block-height-before-14rem {
    height: 14rem !important;
  }
  .block-height-before-15rem {
    height: 15rem !important;
  }
  .block-height-before-16rem {
    height: 16rem !important;
  }
  .block-height-before-17rem {
    height: 17rem !important;
  }
  .block-height-before-18rem {
    height: 18rem !important;
  }
  .block-height-before-19rem {
    height: 19rem !important;
  }
  .block-height-before-20rem {
    height: 20rem !important;
  }
}
/*
-------------------------------------------/
		breakpoint up
-------------------------------------------
*/
/********** BREAKPOINT  UP **********/
.position-absolute-after {
  position: absolute;
}

.z-index-unset {
  z-index: unset;
}

.z-index-0 {
  z-index: 0;
}

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

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.z-index-6 {
  z-index: 6;
}

.z-index-7 {
  z-index: 7;
}

.z-index-8 {
  z-index: 8;
}

.z-index-9 {
  z-index: 9;
}

.z-index-10 {
  z-index: 10;
}

.block-height-after-1rem {
  height: 1rem !important;
}

.block-height-after-2rem {
  height: 2rem !important;
}

.block-height-after-3rem {
  height: 3rem !important;
}

.block-height-after-4rem {
  height: 4rem !important;
}

.block-height-after-5rem {
  height: 5rem !important;
}

.block-height-after-6rem {
  height: 6rem !important;
}

.block-height-after-7rem {
  height: 7rem !important;
}

.block-height-after-8rem {
  height: 8rem !important;
}

.block-height-after-9rem {
  height: 9rem !important;
}

.block-height-after-10rem {
  height: 10rem !important;
}

.block-height-after-11rem {
  height: 11rem !important;
}

.block-height-after-12rem {
  height: 12rem !important;
}

.block-height-after-13rem {
  height: 13rem !important;
}

.block-height-after-14rem {
  height: 14rem !important;
}

.block-height-after-15rem {
  height: 15rem !important;
}

.block-height-after-16rem {
  height: 16rem !important;
}

.block-height-after-17rem {
  height: 17rem !important;
}

.block-height-after-18rem {
  height: 18rem !important;
}

.block-height-after-19rem {
  height: 19rem !important;
}

.block-height-after-20rem {
  height: 20rem !important;
}

.right-after-0 {
  right: 0;
}

.left-after-0 {
  left: 0;
}

/*
-------------------------------------------/
		breakpoint only
-------------------------------------------
*/
@media (min-width: 576px) and (max-width: 767.98px) {
  .block-sm-visible {
    visibility: visible !important;
  }
  .block-sm-invisible {
    visibility: hidden !important;
  }
  .w-sm-1 {
    width: 1% !important;
  }
  .h-sm-1 {
    width: 1% !important;
  }
  .h-sm-1vh {
    height: 1vh !important;
  }
  .max-width-sm-1 {
    max-width: 1% !important;
  }
  .max-height-sm-1 {
    max-height: 1% !important;
  }
  .max-height-sm-1rem {
    max-height: 1rem !important;
  }
  .min-width-sm-1vw {
    min-width: 1vw !important;
  }
  .min-height-sm-1vh {
    min-height: 1vh !important;
  }
  .w-sm-2 {
    width: 2% !important;
  }
  .h-sm-2 {
    width: 2% !important;
  }
  .h-sm-2vh {
    height: 2vh !important;
  }
  .max-width-sm-2 {
    max-width: 2% !important;
  }
  .max-height-sm-2 {
    max-height: 2% !important;
  }
  .max-height-sm-2rem {
    max-height: 2rem !important;
  }
  .min-width-sm-2vw {
    min-width: 2vw !important;
  }
  .min-height-sm-2vh {
    min-height: 2vh !important;
  }
  .w-sm-3 {
    width: 3% !important;
  }
  .h-sm-3 {
    width: 3% !important;
  }
  .h-sm-3vh {
    height: 3vh !important;
  }
  .max-width-sm-3 {
    max-width: 3% !important;
  }
  .max-height-sm-3 {
    max-height: 3% !important;
  }
  .max-height-sm-3rem {
    max-height: 3rem !important;
  }
  .min-width-sm-3vw {
    min-width: 3vw !important;
  }
  .min-height-sm-3vh {
    min-height: 3vh !important;
  }
  .w-sm-4 {
    width: 4% !important;
  }
  .h-sm-4 {
    width: 4% !important;
  }
  .h-sm-4vh {
    height: 4vh !important;
  }
  .max-width-sm-4 {
    max-width: 4% !important;
  }
  .max-height-sm-4 {
    max-height: 4% !important;
  }
  .max-height-sm-4rem {
    max-height: 4rem !important;
  }
  .min-width-sm-4vw {
    min-width: 4vw !important;
  }
  .min-height-sm-4vh {
    min-height: 4vh !important;
  }
  .w-sm-5 {
    width: 5% !important;
  }
  .h-sm-5 {
    width: 5% !important;
  }
  .h-sm-5vh {
    height: 5vh !important;
  }
  .max-width-sm-5 {
    max-width: 5% !important;
  }
  .max-height-sm-5 {
    max-height: 5% !important;
  }
  .max-height-sm-5rem {
    max-height: 5rem !important;
  }
  .min-width-sm-5vw {
    min-width: 5vw !important;
  }
  .min-height-sm-5vh {
    min-height: 5vh !important;
  }
  .w-sm-10 {
    width: 10% !important;
  }
  .h-sm-10 {
    width: 10% !important;
  }
  .h-sm-10vh {
    height: 10vh !important;
  }
  .max-width-sm-10 {
    max-width: 10% !important;
  }
  .max-height-sm-10 {
    max-height: 10% !important;
  }
  .max-height-sm-10rem {
    max-height: 10rem !important;
  }
  .min-width-sm-10vw {
    min-width: 10vw !important;
  }
  .min-height-sm-10vh {
    min-height: 10vh !important;
  }
  .w-sm-15 {
    width: 15% !important;
  }
  .h-sm-15 {
    width: 15% !important;
  }
  .h-sm-15vh {
    height: 15vh !important;
  }
  .max-width-sm-15 {
    max-width: 15% !important;
  }
  .max-height-sm-15 {
    max-height: 15% !important;
  }
  .max-height-sm-15rem {
    max-height: 15rem !important;
  }
  .min-width-sm-15vw {
    min-width: 15vw !important;
  }
  .min-height-sm-15vh {
    min-height: 15vh !important;
  }
  .w-sm-20 {
    width: 20% !important;
  }
  .h-sm-20 {
    width: 20% !important;
  }
  .h-sm-20vh {
    height: 20vh !important;
  }
  .max-width-sm-20 {
    max-width: 20% !important;
  }
  .max-height-sm-20 {
    max-height: 20% !important;
  }
  .max-height-sm-20rem {
    max-height: 20rem !important;
  }
  .min-width-sm-20vw {
    min-width: 20vw !important;
  }
  .min-height-sm-20vh {
    min-height: 20vh !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .h-sm-25 {
    width: 25% !important;
  }
  .h-sm-25vh {
    height: 25vh !important;
  }
  .max-width-sm-25 {
    max-width: 25% !important;
  }
  .max-height-sm-25 {
    max-height: 25% !important;
  }
  .max-height-sm-25rem {
    max-height: 25rem !important;
  }
  .min-width-sm-25vw {
    min-width: 25vw !important;
  }
  .min-height-sm-25vh {
    min-height: 25vh !important;
  }
  .w-sm-30 {
    width: 30% !important;
  }
  .h-sm-30 {
    width: 30% !important;
  }
  .h-sm-30vh {
    height: 30vh !important;
  }
  .max-width-sm-30 {
    max-width: 30% !important;
  }
  .max-height-sm-30 {
    max-height: 30% !important;
  }
  .max-height-sm-30rem {
    max-height: 30rem !important;
  }
  .min-width-sm-30vw {
    min-width: 30vw !important;
  }
  .min-height-sm-30vh {
    min-height: 30vh !important;
  }
  .w-sm-35 {
    width: 35% !important;
  }
  .h-sm-35 {
    width: 35% !important;
  }
  .h-sm-35vh {
    height: 35vh !important;
  }
  .max-width-sm-35 {
    max-width: 35% !important;
  }
  .max-height-sm-35 {
    max-height: 35% !important;
  }
  .max-height-sm-35rem {
    max-height: 35rem !important;
  }
  .min-width-sm-35vw {
    min-width: 35vw !important;
  }
  .min-height-sm-35vh {
    min-height: 35vh !important;
  }
  .w-sm-40 {
    width: 40% !important;
  }
  .h-sm-40 {
    width: 40% !important;
  }
  .h-sm-40vh {
    height: 40vh !important;
  }
  .max-width-sm-40 {
    max-width: 40% !important;
  }
  .max-height-sm-40 {
    max-height: 40% !important;
  }
  .max-height-sm-40rem {
    max-height: 40rem !important;
  }
  .min-width-sm-40vw {
    min-width: 40vw !important;
  }
  .min-height-sm-40vh {
    min-height: 40vh !important;
  }
  .w-sm-45 {
    width: 45% !important;
  }
  .h-sm-45 {
    width: 45% !important;
  }
  .h-sm-45vh {
    height: 45vh !important;
  }
  .max-width-sm-45 {
    max-width: 45% !important;
  }
  .max-height-sm-45 {
    max-height: 45% !important;
  }
  .max-height-sm-45rem {
    max-height: 45rem !important;
  }
  .min-width-sm-45vw {
    min-width: 45vw !important;
  }
  .min-height-sm-45vh {
    min-height: 45vh !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .h-sm-50 {
    width: 50% !important;
  }
  .h-sm-50vh {
    height: 50vh !important;
  }
  .max-width-sm-50 {
    max-width: 50% !important;
  }
  .max-height-sm-50 {
    max-height: 50% !important;
  }
  .max-height-sm-50rem {
    max-height: 50rem !important;
  }
  .min-width-sm-50vw {
    min-width: 50vw !important;
  }
  .min-height-sm-50vh {
    min-height: 50vh !important;
  }
  .w-sm-55 {
    width: 55% !important;
  }
  .h-sm-55 {
    width: 55% !important;
  }
  .h-sm-55vh {
    height: 55vh !important;
  }
  .max-width-sm-55 {
    max-width: 55% !important;
  }
  .max-height-sm-55 {
    max-height: 55% !important;
  }
  .max-height-sm-55rem {
    max-height: 55rem !important;
  }
  .min-width-sm-55vw {
    min-width: 55vw !important;
  }
  .min-height-sm-55vh {
    min-height: 55vh !important;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .h-sm-60 {
    width: 60% !important;
  }
  .h-sm-60vh {
    height: 60vh !important;
  }
  .max-width-sm-60 {
    max-width: 60% !important;
  }
  .max-height-sm-60 {
    max-height: 60% !important;
  }
  .max-height-sm-60rem {
    max-height: 60rem !important;
  }
  .min-width-sm-60vw {
    min-width: 60vw !important;
  }
  .min-height-sm-60vh {
    min-height: 60vh !important;
  }
  .w-sm-65 {
    width: 65% !important;
  }
  .h-sm-65 {
    width: 65% !important;
  }
  .h-sm-65vh {
    height: 65vh !important;
  }
  .max-width-sm-65 {
    max-width: 65% !important;
  }
  .max-height-sm-65 {
    max-height: 65% !important;
  }
  .max-height-sm-65rem {
    max-height: 65rem !important;
  }
  .min-width-sm-65vw {
    min-width: 65vw !important;
  }
  .min-height-sm-65vh {
    min-height: 65vh !important;
  }
  .w-sm-70 {
    width: 70% !important;
  }
  .h-sm-70 {
    width: 70% !important;
  }
  .h-sm-70vh {
    height: 70vh !important;
  }
  .max-width-sm-70 {
    max-width: 70% !important;
  }
  .max-height-sm-70 {
    max-height: 70% !important;
  }
  .max-height-sm-70rem {
    max-height: 70rem !important;
  }
  .min-width-sm-70vw {
    min-width: 70vw !important;
  }
  .min-height-sm-70vh {
    min-height: 70vh !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .h-sm-75 {
    width: 75% !important;
  }
  .h-sm-75vh {
    height: 75vh !important;
  }
  .max-width-sm-75 {
    max-width: 75% !important;
  }
  .max-height-sm-75 {
    max-height: 75% !important;
  }
  .max-height-sm-75rem {
    max-height: 75rem !important;
  }
  .min-width-sm-75vw {
    min-width: 75vw !important;
  }
  .min-height-sm-75vh {
    min-height: 75vh !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .h-sm-80 {
    width: 80% !important;
  }
  .h-sm-80vh {
    height: 80vh !important;
  }
  .max-width-sm-80 {
    max-width: 80% !important;
  }
  .max-height-sm-80 {
    max-height: 80% !important;
  }
  .max-height-sm-80rem {
    max-height: 80rem !important;
  }
  .min-width-sm-80vw {
    min-width: 80vw !important;
  }
  .min-height-sm-80vh {
    min-height: 80vh !important;
  }
  .w-sm-85 {
    width: 85% !important;
  }
  .h-sm-85 {
    width: 85% !important;
  }
  .h-sm-85vh {
    height: 85vh !important;
  }
  .max-width-sm-85 {
    max-width: 85% !important;
  }
  .max-height-sm-85 {
    max-height: 85% !important;
  }
  .max-height-sm-85rem {
    max-height: 85rem !important;
  }
  .min-width-sm-85vw {
    min-width: 85vw !important;
  }
  .min-height-sm-85vh {
    min-height: 85vh !important;
  }
  .w-sm-90 {
    width: 90% !important;
  }
  .h-sm-90 {
    width: 90% !important;
  }
  .h-sm-90vh {
    height: 90vh !important;
  }
  .max-width-sm-90 {
    max-width: 90% !important;
  }
  .max-height-sm-90 {
    max-height: 90% !important;
  }
  .max-height-sm-90rem {
    max-height: 90rem !important;
  }
  .min-width-sm-90vw {
    min-width: 90vw !important;
  }
  .min-height-sm-90vh {
    min-height: 90vh !important;
  }
  .w-sm-95 {
    width: 95% !important;
  }
  .h-sm-95 {
    width: 95% !important;
  }
  .h-sm-95vh {
    height: 95vh !important;
  }
  .max-width-sm-95 {
    max-width: 95% !important;
  }
  .max-height-sm-95 {
    max-height: 95% !important;
  }
  .max-height-sm-95rem {
    max-height: 95rem !important;
  }
  .min-width-sm-95vw {
    min-width: 95vw !important;
  }
  .min-height-sm-95vh {
    min-height: 95vh !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .h-sm-100 {
    width: 100% !important;
  }
  .h-sm-100vh {
    height: 100vh !important;
  }
  .max-width-sm-100 {
    max-width: 100% !important;
  }
  .max-height-sm-100 {
    max-height: 100% !important;
  }
  .max-height-sm-100rem {
    max-height: 100rem !important;
  }
  .min-width-sm-100vw {
    min-width: 100vw !important;
  }
  .min-height-sm-100vh {
    min-height: 100vh !important;
  }
  .block-height-sm-1rem {
    height: 1rem !important;
  }
  .block-height-sm-2rem {
    height: 2rem !important;
  }
  .block-height-sm-3rem {
    height: 3rem !important;
  }
  .block-height-sm-4rem {
    height: 4rem !important;
  }
  .block-height-sm-5rem {
    height: 5rem !important;
  }
  .block-height-sm-6rem {
    height: 6rem !important;
  }
  .block-height-sm-7rem {
    height: 7rem !important;
  }
  .block-height-sm-8rem {
    height: 8rem !important;
  }
  .block-height-sm-9rem {
    height: 9rem !important;
  }
  .block-height-sm-10rem {
    height: 10rem !important;
  }
  .block-height-sm-11rem {
    height: 11rem !important;
  }
  .block-height-sm-12rem {
    height: 12rem !important;
  }
  .block-height-sm-13rem {
    height: 13rem !important;
  }
  .block-height-sm-14rem {
    height: 14rem !important;
  }
  .block-height-sm-15rem {
    height: 15rem !important;
  }
  .block-height-sm-16rem {
    height: 16rem !important;
  }
  .block-height-sm-17rem {
    height: 17rem !important;
  }
  .block-height-sm-18rem {
    height: 18rem !important;
  }
  .block-height-sm-19rem {
    height: 19rem !important;
  }
  .block-height-sm-20rem {
    height: 20rem !important;
  }
  .position-sm-absolute {
    position: absolute;
  }
  .position-sm-relative {
    position: relative;
  }
}
/*
-------------------------------------------/
		breakpoint down
-------------------------------------------
*/
@media (max-width: 767.98px) {
  /********** BREAKPOINT -sm DOWN **********/
  .position-absolute-before-sm {
    position: absolute;
  }
  .position-relative-before-sm {
    position: relative;
  }
  .container.container-fluid-before-sm {
    width: 100%;
    min-width: 100%;
  }
  .border-top-before-sm-0 {
    border-top: 0px !important;
  }
  .border-right-before-sm-0 {
    border-right: 0px !important;
  }
  .border-bottom-before-sm-0 {
    border-bottom: 0px !important;
  }
  .border-left-before-sm-0 {
    border-left: 0px !important;
  }
  .right-before-sm-0 {
    right: 0;
  }
  .left-before-sm-0 {
    right: 0;
  }
  .border-top-before-sm-0 {
    border-top: 0px !important;
  }
  .border-right-before-sm-0 {
    border-right: 0px !important;
  }
  .border-bottom-before-sm-0 {
    border-bottom: 0px !important;
  }
  .border-left-before-sm-0 {
    border-left: 0px !important;
  }
  .block-height-before-sm-1rem {
    height: 1rem !important;
  }
  .block-height-before-sm-2rem {
    height: 2rem !important;
  }
  .block-height-before-sm-3rem {
    height: 3rem !important;
  }
  .block-height-before-sm-4rem {
    height: 4rem !important;
  }
  .block-height-before-sm-5rem {
    height: 5rem !important;
  }
  .block-height-before-sm-6rem {
    height: 6rem !important;
  }
  .block-height-before-sm-7rem {
    height: 7rem !important;
  }
  .block-height-before-sm-8rem {
    height: 8rem !important;
  }
  .block-height-before-sm-9rem {
    height: 9rem !important;
  }
  .block-height-before-sm-10rem {
    height: 10rem !important;
  }
  .block-height-before-sm-11rem {
    height: 11rem !important;
  }
  .block-height-before-sm-12rem {
    height: 12rem !important;
  }
  .block-height-before-sm-13rem {
    height: 13rem !important;
  }
  .block-height-before-sm-14rem {
    height: 14rem !important;
  }
  .block-height-before-sm-15rem {
    height: 15rem !important;
  }
  .block-height-before-sm-16rem {
    height: 16rem !important;
  }
  .block-height-before-sm-17rem {
    height: 17rem !important;
  }
  .block-height-before-sm-18rem {
    height: 18rem !important;
  }
  .block-height-before-sm-19rem {
    height: 19rem !important;
  }
  .block-height-before-sm-20rem {
    height: 20rem !important;
  }
}
/*
-------------------------------------------/
		breakpoint up
-------------------------------------------
*/
@media (min-width: 576px) {
  /********** BREAKPOINT -sm UP **********/
  .position-absolute-after-sm {
    position: absolute;
  }
  .z-index-sm-unset {
    z-index: unset;
  }
  .z-index-sm-0 {
    z-index: 0;
  }
  .z-index-sm-1 {
    z-index: 1;
  }
  .z-index-sm-2 {
    z-index: 2;
  }
  .z-index-sm-3 {
    z-index: 3;
  }
  .z-index-sm-4 {
    z-index: 4;
  }
  .z-index-sm-5 {
    z-index: 5;
  }
  .z-index-sm-6 {
    z-index: 6;
  }
  .z-index-sm-7 {
    z-index: 7;
  }
  .z-index-sm-8 {
    z-index: 8;
  }
  .z-index-sm-9 {
    z-index: 9;
  }
  .z-index-sm-10 {
    z-index: 10;
  }
  .block-height-after-sm-1rem {
    height: 1rem !important;
  }
  .block-height-after-sm-2rem {
    height: 2rem !important;
  }
  .block-height-after-sm-3rem {
    height: 3rem !important;
  }
  .block-height-after-sm-4rem {
    height: 4rem !important;
  }
  .block-height-after-sm-5rem {
    height: 5rem !important;
  }
  .block-height-after-sm-6rem {
    height: 6rem !important;
  }
  .block-height-after-sm-7rem {
    height: 7rem !important;
  }
  .block-height-after-sm-8rem {
    height: 8rem !important;
  }
  .block-height-after-sm-9rem {
    height: 9rem !important;
  }
  .block-height-after-sm-10rem {
    height: 10rem !important;
  }
  .block-height-after-sm-11rem {
    height: 11rem !important;
  }
  .block-height-after-sm-12rem {
    height: 12rem !important;
  }
  .block-height-after-sm-13rem {
    height: 13rem !important;
  }
  .block-height-after-sm-14rem {
    height: 14rem !important;
  }
  .block-height-after-sm-15rem {
    height: 15rem !important;
  }
  .block-height-after-sm-16rem {
    height: 16rem !important;
  }
  .block-height-after-sm-17rem {
    height: 17rem !important;
  }
  .block-height-after-sm-18rem {
    height: 18rem !important;
  }
  .block-height-after-sm-19rem {
    height: 19rem !important;
  }
  .block-height-after-sm-20rem {
    height: 20rem !important;
  }
  .right-after-sm-0 {
    right: 0;
  }
  .left-after-sm-0 {
    left: 0;
  }
}
/*
-------------------------------------------/
		breakpoint only
-------------------------------------------
*/
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-md-visible {
    visibility: visible !important;
  }
  .block-md-invisible {
    visibility: hidden !important;
  }
  .w-md-1 {
    width: 1% !important;
  }
  .h-md-1 {
    width: 1% !important;
  }
  .h-md-1vh {
    height: 1vh !important;
  }
  .max-width-md-1 {
    max-width: 1% !important;
  }
  .max-height-md-1 {
    max-height: 1% !important;
  }
  .max-height-md-1rem {
    max-height: 1rem !important;
  }
  .min-width-md-1vw {
    min-width: 1vw !important;
  }
  .min-height-md-1vh {
    min-height: 1vh !important;
  }
  .w-md-2 {
    width: 2% !important;
  }
  .h-md-2 {
    width: 2% !important;
  }
  .h-md-2vh {
    height: 2vh !important;
  }
  .max-width-md-2 {
    max-width: 2% !important;
  }
  .max-height-md-2 {
    max-height: 2% !important;
  }
  .max-height-md-2rem {
    max-height: 2rem !important;
  }
  .min-width-md-2vw {
    min-width: 2vw !important;
  }
  .min-height-md-2vh {
    min-height: 2vh !important;
  }
  .w-md-3 {
    width: 3% !important;
  }
  .h-md-3 {
    width: 3% !important;
  }
  .h-md-3vh {
    height: 3vh !important;
  }
  .max-width-md-3 {
    max-width: 3% !important;
  }
  .max-height-md-3 {
    max-height: 3% !important;
  }
  .max-height-md-3rem {
    max-height: 3rem !important;
  }
  .min-width-md-3vw {
    min-width: 3vw !important;
  }
  .min-height-md-3vh {
    min-height: 3vh !important;
  }
  .w-md-4 {
    width: 4% !important;
  }
  .h-md-4 {
    width: 4% !important;
  }
  .h-md-4vh {
    height: 4vh !important;
  }
  .max-width-md-4 {
    max-width: 4% !important;
  }
  .max-height-md-4 {
    max-height: 4% !important;
  }
  .max-height-md-4rem {
    max-height: 4rem !important;
  }
  .min-width-md-4vw {
    min-width: 4vw !important;
  }
  .min-height-md-4vh {
    min-height: 4vh !important;
  }
  .w-md-5 {
    width: 5% !important;
  }
  .h-md-5 {
    width: 5% !important;
  }
  .h-md-5vh {
    height: 5vh !important;
  }
  .max-width-md-5 {
    max-width: 5% !important;
  }
  .max-height-md-5 {
    max-height: 5% !important;
  }
  .max-height-md-5rem {
    max-height: 5rem !important;
  }
  .min-width-md-5vw {
    min-width: 5vw !important;
  }
  .min-height-md-5vh {
    min-height: 5vh !important;
  }
  .w-md-10 {
    width: 10% !important;
  }
  .h-md-10 {
    width: 10% !important;
  }
  .h-md-10vh {
    height: 10vh !important;
  }
  .max-width-md-10 {
    max-width: 10% !important;
  }
  .max-height-md-10 {
    max-height: 10% !important;
  }
  .max-height-md-10rem {
    max-height: 10rem !important;
  }
  .min-width-md-10vw {
    min-width: 10vw !important;
  }
  .min-height-md-10vh {
    min-height: 10vh !important;
  }
  .w-md-15 {
    width: 15% !important;
  }
  .h-md-15 {
    width: 15% !important;
  }
  .h-md-15vh {
    height: 15vh !important;
  }
  .max-width-md-15 {
    max-width: 15% !important;
  }
  .max-height-md-15 {
    max-height: 15% !important;
  }
  .max-height-md-15rem {
    max-height: 15rem !important;
  }
  .min-width-md-15vw {
    min-width: 15vw !important;
  }
  .min-height-md-15vh {
    min-height: 15vh !important;
  }
  .w-md-20 {
    width: 20% !important;
  }
  .h-md-20 {
    width: 20% !important;
  }
  .h-md-20vh {
    height: 20vh !important;
  }
  .max-width-md-20 {
    max-width: 20% !important;
  }
  .max-height-md-20 {
    max-height: 20% !important;
  }
  .max-height-md-20rem {
    max-height: 20rem !important;
  }
  .min-width-md-20vw {
    min-width: 20vw !important;
  }
  .min-height-md-20vh {
    min-height: 20vh !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .h-md-25 {
    width: 25% !important;
  }
  .h-md-25vh {
    height: 25vh !important;
  }
  .max-width-md-25 {
    max-width: 25% !important;
  }
  .max-height-md-25 {
    max-height: 25% !important;
  }
  .max-height-md-25rem {
    max-height: 25rem !important;
  }
  .min-width-md-25vw {
    min-width: 25vw !important;
  }
  .min-height-md-25vh {
    min-height: 25vh !important;
  }
  .w-md-30 {
    width: 30% !important;
  }
  .h-md-30 {
    width: 30% !important;
  }
  .h-md-30vh {
    height: 30vh !important;
  }
  .max-width-md-30 {
    max-width: 30% !important;
  }
  .max-height-md-30 {
    max-height: 30% !important;
  }
  .max-height-md-30rem {
    max-height: 30rem !important;
  }
  .min-width-md-30vw {
    min-width: 30vw !important;
  }
  .min-height-md-30vh {
    min-height: 30vh !important;
  }
  .w-md-35 {
    width: 35% !important;
  }
  .h-md-35 {
    width: 35% !important;
  }
  .h-md-35vh {
    height: 35vh !important;
  }
  .max-width-md-35 {
    max-width: 35% !important;
  }
  .max-height-md-35 {
    max-height: 35% !important;
  }
  .max-height-md-35rem {
    max-height: 35rem !important;
  }
  .min-width-md-35vw {
    min-width: 35vw !important;
  }
  .min-height-md-35vh {
    min-height: 35vh !important;
  }
  .w-md-40 {
    width: 40% !important;
  }
  .h-md-40 {
    width: 40% !important;
  }
  .h-md-40vh {
    height: 40vh !important;
  }
  .max-width-md-40 {
    max-width: 40% !important;
  }
  .max-height-md-40 {
    max-height: 40% !important;
  }
  .max-height-md-40rem {
    max-height: 40rem !important;
  }
  .min-width-md-40vw {
    min-width: 40vw !important;
  }
  .min-height-md-40vh {
    min-height: 40vh !important;
  }
  .w-md-45 {
    width: 45% !important;
  }
  .h-md-45 {
    width: 45% !important;
  }
  .h-md-45vh {
    height: 45vh !important;
  }
  .max-width-md-45 {
    max-width: 45% !important;
  }
  .max-height-md-45 {
    max-height: 45% !important;
  }
  .max-height-md-45rem {
    max-height: 45rem !important;
  }
  .min-width-md-45vw {
    min-width: 45vw !important;
  }
  .min-height-md-45vh {
    min-height: 45vh !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .h-md-50 {
    width: 50% !important;
  }
  .h-md-50vh {
    height: 50vh !important;
  }
  .max-width-md-50 {
    max-width: 50% !important;
  }
  .max-height-md-50 {
    max-height: 50% !important;
  }
  .max-height-md-50rem {
    max-height: 50rem !important;
  }
  .min-width-md-50vw {
    min-width: 50vw !important;
  }
  .min-height-md-50vh {
    min-height: 50vh !important;
  }
  .w-md-55 {
    width: 55% !important;
  }
  .h-md-55 {
    width: 55% !important;
  }
  .h-md-55vh {
    height: 55vh !important;
  }
  .max-width-md-55 {
    max-width: 55% !important;
  }
  .max-height-md-55 {
    max-height: 55% !important;
  }
  .max-height-md-55rem {
    max-height: 55rem !important;
  }
  .min-width-md-55vw {
    min-width: 55vw !important;
  }
  .min-height-md-55vh {
    min-height: 55vh !important;
  }
  .w-md-60 {
    width: 60% !important;
  }
  .h-md-60 {
    width: 60% !important;
  }
  .h-md-60vh {
    height: 60vh !important;
  }
  .max-width-md-60 {
    max-width: 60% !important;
  }
  .max-height-md-60 {
    max-height: 60% !important;
  }
  .max-height-md-60rem {
    max-height: 60rem !important;
  }
  .min-width-md-60vw {
    min-width: 60vw !important;
  }
  .min-height-md-60vh {
    min-height: 60vh !important;
  }
  .w-md-65 {
    width: 65% !important;
  }
  .h-md-65 {
    width: 65% !important;
  }
  .h-md-65vh {
    height: 65vh !important;
  }
  .max-width-md-65 {
    max-width: 65% !important;
  }
  .max-height-md-65 {
    max-height: 65% !important;
  }
  .max-height-md-65rem {
    max-height: 65rem !important;
  }
  .min-width-md-65vw {
    min-width: 65vw !important;
  }
  .min-height-md-65vh {
    min-height: 65vh !important;
  }
  .w-md-70 {
    width: 70% !important;
  }
  .h-md-70 {
    width: 70% !important;
  }
  .h-md-70vh {
    height: 70vh !important;
  }
  .max-width-md-70 {
    max-width: 70% !important;
  }
  .max-height-md-70 {
    max-height: 70% !important;
  }
  .max-height-md-70rem {
    max-height: 70rem !important;
  }
  .min-width-md-70vw {
    min-width: 70vw !important;
  }
  .min-height-md-70vh {
    min-height: 70vh !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .h-md-75 {
    width: 75% !important;
  }
  .h-md-75vh {
    height: 75vh !important;
  }
  .max-width-md-75 {
    max-width: 75% !important;
  }
  .max-height-md-75 {
    max-height: 75% !important;
  }
  .max-height-md-75rem {
    max-height: 75rem !important;
  }
  .min-width-md-75vw {
    min-width: 75vw !important;
  }
  .min-height-md-75vh {
    min-height: 75vh !important;
  }
  .w-md-80 {
    width: 80% !important;
  }
  .h-md-80 {
    width: 80% !important;
  }
  .h-md-80vh {
    height: 80vh !important;
  }
  .max-width-md-80 {
    max-width: 80% !important;
  }
  .max-height-md-80 {
    max-height: 80% !important;
  }
  .max-height-md-80rem {
    max-height: 80rem !important;
  }
  .min-width-md-80vw {
    min-width: 80vw !important;
  }
  .min-height-md-80vh {
    min-height: 80vh !important;
  }
  .w-md-85 {
    width: 85% !important;
  }
  .h-md-85 {
    width: 85% !important;
  }
  .h-md-85vh {
    height: 85vh !important;
  }
  .max-width-md-85 {
    max-width: 85% !important;
  }
  .max-height-md-85 {
    max-height: 85% !important;
  }
  .max-height-md-85rem {
    max-height: 85rem !important;
  }
  .min-width-md-85vw {
    min-width: 85vw !important;
  }
  .min-height-md-85vh {
    min-height: 85vh !important;
  }
  .w-md-90 {
    width: 90% !important;
  }
  .h-md-90 {
    width: 90% !important;
  }
  .h-md-90vh {
    height: 90vh !important;
  }
  .max-width-md-90 {
    max-width: 90% !important;
  }
  .max-height-md-90 {
    max-height: 90% !important;
  }
  .max-height-md-90rem {
    max-height: 90rem !important;
  }
  .min-width-md-90vw {
    min-width: 90vw !important;
  }
  .min-height-md-90vh {
    min-height: 90vh !important;
  }
  .w-md-95 {
    width: 95% !important;
  }
  .h-md-95 {
    width: 95% !important;
  }
  .h-md-95vh {
    height: 95vh !important;
  }
  .max-width-md-95 {
    max-width: 95% !important;
  }
  .max-height-md-95 {
    max-height: 95% !important;
  }
  .max-height-md-95rem {
    max-height: 95rem !important;
  }
  .min-width-md-95vw {
    min-width: 95vw !important;
  }
  .min-height-md-95vh {
    min-height: 95vh !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .h-md-100 {
    width: 100% !important;
  }
  .h-md-100vh {
    height: 100vh !important;
  }
  .max-width-md-100 {
    max-width: 100% !important;
  }
  .max-height-md-100 {
    max-height: 100% !important;
  }
  .max-height-md-100rem {
    max-height: 100rem !important;
  }
  .min-width-md-100vw {
    min-width: 100vw !important;
  }
  .min-height-md-100vh {
    min-height: 100vh !important;
  }
  .block-height-md-1rem {
    height: 1rem !important;
  }
  .block-height-md-2rem {
    height: 2rem !important;
  }
  .block-height-md-3rem {
    height: 3rem !important;
  }
  .block-height-md-4rem {
    height: 4rem !important;
  }
  .block-height-md-5rem {
    height: 5rem !important;
  }
  .block-height-md-6rem {
    height: 6rem !important;
  }
  .block-height-md-7rem {
    height: 7rem !important;
  }
  .block-height-md-8rem {
    height: 8rem !important;
  }
  .block-height-md-9rem {
    height: 9rem !important;
  }
  .block-height-md-10rem {
    height: 10rem !important;
  }
  .block-height-md-11rem {
    height: 11rem !important;
  }
  .block-height-md-12rem {
    height: 12rem !important;
  }
  .block-height-md-13rem {
    height: 13rem !important;
  }
  .block-height-md-14rem {
    height: 14rem !important;
  }
  .block-height-md-15rem {
    height: 15rem !important;
  }
  .block-height-md-16rem {
    height: 16rem !important;
  }
  .block-height-md-17rem {
    height: 17rem !important;
  }
  .block-height-md-18rem {
    height: 18rem !important;
  }
  .block-height-md-19rem {
    height: 19rem !important;
  }
  .block-height-md-20rem {
    height: 20rem !important;
  }
  .position-md-absolute {
    position: absolute;
  }
  .position-md-relative {
    position: relative;
  }
}
/*
-------------------------------------------/
		breakpoint down
-------------------------------------------
*/
@media (max-width: 991.98px) {
  /********** BREAKPOINT -md DOWN **********/
  .position-absolute-before-md {
    position: absolute;
  }
  .position-relative-before-md {
    position: relative;
  }
  .container.container-fluid-before-md {
    width: 100%;
    min-width: 100%;
  }
  .border-top-before-md-0 {
    border-top: 0px !important;
  }
  .border-right-before-md-0 {
    border-right: 0px !important;
  }
  .border-bottom-before-md-0 {
    border-bottom: 0px !important;
  }
  .border-left-before-md-0 {
    border-left: 0px !important;
  }
  .right-before-md-0 {
    right: 0;
  }
  .left-before-md-0 {
    right: 0;
  }
  .border-top-before-md-0 {
    border-top: 0px !important;
  }
  .border-right-before-md-0 {
    border-right: 0px !important;
  }
  .border-bottom-before-md-0 {
    border-bottom: 0px !important;
  }
  .border-left-before-md-0 {
    border-left: 0px !important;
  }
  .block-height-before-md-1rem {
    height: 1rem !important;
  }
  .block-height-before-md-2rem {
    height: 2rem !important;
  }
  .block-height-before-md-3rem {
    height: 3rem !important;
  }
  .block-height-before-md-4rem {
    height: 4rem !important;
  }
  .block-height-before-md-5rem {
    height: 5rem !important;
  }
  .block-height-before-md-6rem {
    height: 6rem !important;
  }
  .block-height-before-md-7rem {
    height: 7rem !important;
  }
  .block-height-before-md-8rem {
    height: 8rem !important;
  }
  .block-height-before-md-9rem {
    height: 9rem !important;
  }
  .block-height-before-md-10rem {
    height: 10rem !important;
  }
  .block-height-before-md-11rem {
    height: 11rem !important;
  }
  .block-height-before-md-12rem {
    height: 12rem !important;
  }
  .block-height-before-md-13rem {
    height: 13rem !important;
  }
  .block-height-before-md-14rem {
    height: 14rem !important;
  }
  .block-height-before-md-15rem {
    height: 15rem !important;
  }
  .block-height-before-md-16rem {
    height: 16rem !important;
  }
  .block-height-before-md-17rem {
    height: 17rem !important;
  }
  .block-height-before-md-18rem {
    height: 18rem !important;
  }
  .block-height-before-md-19rem {
    height: 19rem !important;
  }
  .block-height-before-md-20rem {
    height: 20rem !important;
  }
}
/*
-------------------------------------------/
		breakpoint up
-------------------------------------------
*/
@media (min-width: 768px) {
  /********** BREAKPOINT -md UP **********/
  .position-absolute-after-md {
    position: absolute;
  }
  .z-index-md-unset {
    z-index: unset;
  }
  .z-index-md-0 {
    z-index: 0;
  }
  .z-index-md-1 {
    z-index: 1;
  }
  .z-index-md-2 {
    z-index: 2;
  }
  .z-index-md-3 {
    z-index: 3;
  }
  .z-index-md-4 {
    z-index: 4;
  }
  .z-index-md-5 {
    z-index: 5;
  }
  .z-index-md-6 {
    z-index: 6;
  }
  .z-index-md-7 {
    z-index: 7;
  }
  .z-index-md-8 {
    z-index: 8;
  }
  .z-index-md-9 {
    z-index: 9;
  }
  .z-index-md-10 {
    z-index: 10;
  }
  .block-height-after-md-1rem {
    height: 1rem !important;
  }
  .block-height-after-md-2rem {
    height: 2rem !important;
  }
  .block-height-after-md-3rem {
    height: 3rem !important;
  }
  .block-height-after-md-4rem {
    height: 4rem !important;
  }
  .block-height-after-md-5rem {
    height: 5rem !important;
  }
  .block-height-after-md-6rem {
    height: 6rem !important;
  }
  .block-height-after-md-7rem {
    height: 7rem !important;
  }
  .block-height-after-md-8rem {
    height: 8rem !important;
  }
  .block-height-after-md-9rem {
    height: 9rem !important;
  }
  .block-height-after-md-10rem {
    height: 10rem !important;
  }
  .block-height-after-md-11rem {
    height: 11rem !important;
  }
  .block-height-after-md-12rem {
    height: 12rem !important;
  }
  .block-height-after-md-13rem {
    height: 13rem !important;
  }
  .block-height-after-md-14rem {
    height: 14rem !important;
  }
  .block-height-after-md-15rem {
    height: 15rem !important;
  }
  .block-height-after-md-16rem {
    height: 16rem !important;
  }
  .block-height-after-md-17rem {
    height: 17rem !important;
  }
  .block-height-after-md-18rem {
    height: 18rem !important;
  }
  .block-height-after-md-19rem {
    height: 19rem !important;
  }
  .block-height-after-md-20rem {
    height: 20rem !important;
  }
  .right-after-md-0 {
    right: 0;
  }
  .left-after-md-0 {
    left: 0;
  }
}
/*
-------------------------------------------/
		breakpoint only
-------------------------------------------
*/
@media (min-width: 992px) and (max-width: 1365.98px) {
  .block-lg-visible {
    visibility: visible !important;
  }
  .block-lg-invisible {
    visibility: hidden !important;
  }
  .w-lg-1 {
    width: 1% !important;
  }
  .h-lg-1 {
    width: 1% !important;
  }
  .h-lg-1vh {
    height: 1vh !important;
  }
  .max-width-lg-1 {
    max-width: 1% !important;
  }
  .max-height-lg-1 {
    max-height: 1% !important;
  }
  .max-height-lg-1rem {
    max-height: 1rem !important;
  }
  .min-width-lg-1vw {
    min-width: 1vw !important;
  }
  .min-height-lg-1vh {
    min-height: 1vh !important;
  }
  .w-lg-2 {
    width: 2% !important;
  }
  .h-lg-2 {
    width: 2% !important;
  }
  .h-lg-2vh {
    height: 2vh !important;
  }
  .max-width-lg-2 {
    max-width: 2% !important;
  }
  .max-height-lg-2 {
    max-height: 2% !important;
  }
  .max-height-lg-2rem {
    max-height: 2rem !important;
  }
  .min-width-lg-2vw {
    min-width: 2vw !important;
  }
  .min-height-lg-2vh {
    min-height: 2vh !important;
  }
  .w-lg-3 {
    width: 3% !important;
  }
  .h-lg-3 {
    width: 3% !important;
  }
  .h-lg-3vh {
    height: 3vh !important;
  }
  .max-width-lg-3 {
    max-width: 3% !important;
  }
  .max-height-lg-3 {
    max-height: 3% !important;
  }
  .max-height-lg-3rem {
    max-height: 3rem !important;
  }
  .min-width-lg-3vw {
    min-width: 3vw !important;
  }
  .min-height-lg-3vh {
    min-height: 3vh !important;
  }
  .w-lg-4 {
    width: 4% !important;
  }
  .h-lg-4 {
    width: 4% !important;
  }
  .h-lg-4vh {
    height: 4vh !important;
  }
  .max-width-lg-4 {
    max-width: 4% !important;
  }
  .max-height-lg-4 {
    max-height: 4% !important;
  }
  .max-height-lg-4rem {
    max-height: 4rem !important;
  }
  .min-width-lg-4vw {
    min-width: 4vw !important;
  }
  .min-height-lg-4vh {
    min-height: 4vh !important;
  }
  .w-lg-5 {
    width: 5% !important;
  }
  .h-lg-5 {
    width: 5% !important;
  }
  .h-lg-5vh {
    height: 5vh !important;
  }
  .max-width-lg-5 {
    max-width: 5% !important;
  }
  .max-height-lg-5 {
    max-height: 5% !important;
  }
  .max-height-lg-5rem {
    max-height: 5rem !important;
  }
  .min-width-lg-5vw {
    min-width: 5vw !important;
  }
  .min-height-lg-5vh {
    min-height: 5vh !important;
  }
  .w-lg-10 {
    width: 10% !important;
  }
  .h-lg-10 {
    width: 10% !important;
  }
  .h-lg-10vh {
    height: 10vh !important;
  }
  .max-width-lg-10 {
    max-width: 10% !important;
  }
  .max-height-lg-10 {
    max-height: 10% !important;
  }
  .max-height-lg-10rem {
    max-height: 10rem !important;
  }
  .min-width-lg-10vw {
    min-width: 10vw !important;
  }
  .min-height-lg-10vh {
    min-height: 10vh !important;
  }
  .w-lg-15 {
    width: 15% !important;
  }
  .h-lg-15 {
    width: 15% !important;
  }
  .h-lg-15vh {
    height: 15vh !important;
  }
  .max-width-lg-15 {
    max-width: 15% !important;
  }
  .max-height-lg-15 {
    max-height: 15% !important;
  }
  .max-height-lg-15rem {
    max-height: 15rem !important;
  }
  .min-width-lg-15vw {
    min-width: 15vw !important;
  }
  .min-height-lg-15vh {
    min-height: 15vh !important;
  }
  .w-lg-20 {
    width: 20% !important;
  }
  .h-lg-20 {
    width: 20% !important;
  }
  .h-lg-20vh {
    height: 20vh !important;
  }
  .max-width-lg-20 {
    max-width: 20% !important;
  }
  .max-height-lg-20 {
    max-height: 20% !important;
  }
  .max-height-lg-20rem {
    max-height: 20rem !important;
  }
  .min-width-lg-20vw {
    min-width: 20vw !important;
  }
  .min-height-lg-20vh {
    min-height: 20vh !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .h-lg-25 {
    width: 25% !important;
  }
  .h-lg-25vh {
    height: 25vh !important;
  }
  .max-width-lg-25 {
    max-width: 25% !important;
  }
  .max-height-lg-25 {
    max-height: 25% !important;
  }
  .max-height-lg-25rem {
    max-height: 25rem !important;
  }
  .min-width-lg-25vw {
    min-width: 25vw !important;
  }
  .min-height-lg-25vh {
    min-height: 25vh !important;
  }
  .w-lg-30 {
    width: 30% !important;
  }
  .h-lg-30 {
    width: 30% !important;
  }
  .h-lg-30vh {
    height: 30vh !important;
  }
  .max-width-lg-30 {
    max-width: 30% !important;
  }
  .max-height-lg-30 {
    max-height: 30% !important;
  }
  .max-height-lg-30rem {
    max-height: 30rem !important;
  }
  .min-width-lg-30vw {
    min-width: 30vw !important;
  }
  .min-height-lg-30vh {
    min-height: 30vh !important;
  }
  .w-lg-35 {
    width: 35% !important;
  }
  .h-lg-35 {
    width: 35% !important;
  }
  .h-lg-35vh {
    height: 35vh !important;
  }
  .max-width-lg-35 {
    max-width: 35% !important;
  }
  .max-height-lg-35 {
    max-height: 35% !important;
  }
  .max-height-lg-35rem {
    max-height: 35rem !important;
  }
  .min-width-lg-35vw {
    min-width: 35vw !important;
  }
  .min-height-lg-35vh {
    min-height: 35vh !important;
  }
  .w-lg-40 {
    width: 40% !important;
  }
  .h-lg-40 {
    width: 40% !important;
  }
  .h-lg-40vh {
    height: 40vh !important;
  }
  .max-width-lg-40 {
    max-width: 40% !important;
  }
  .max-height-lg-40 {
    max-height: 40% !important;
  }
  .max-height-lg-40rem {
    max-height: 40rem !important;
  }
  .min-width-lg-40vw {
    min-width: 40vw !important;
  }
  .min-height-lg-40vh {
    min-height: 40vh !important;
  }
  .w-lg-45 {
    width: 45% !important;
  }
  .h-lg-45 {
    width: 45% !important;
  }
  .h-lg-45vh {
    height: 45vh !important;
  }
  .max-width-lg-45 {
    max-width: 45% !important;
  }
  .max-height-lg-45 {
    max-height: 45% !important;
  }
  .max-height-lg-45rem {
    max-height: 45rem !important;
  }
  .min-width-lg-45vw {
    min-width: 45vw !important;
  }
  .min-height-lg-45vh {
    min-height: 45vh !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .h-lg-50 {
    width: 50% !important;
  }
  .h-lg-50vh {
    height: 50vh !important;
  }
  .max-width-lg-50 {
    max-width: 50% !important;
  }
  .max-height-lg-50 {
    max-height: 50% !important;
  }
  .max-height-lg-50rem {
    max-height: 50rem !important;
  }
  .min-width-lg-50vw {
    min-width: 50vw !important;
  }
  .min-height-lg-50vh {
    min-height: 50vh !important;
  }
  .w-lg-55 {
    width: 55% !important;
  }
  .h-lg-55 {
    width: 55% !important;
  }
  .h-lg-55vh {
    height: 55vh !important;
  }
  .max-width-lg-55 {
    max-width: 55% !important;
  }
  .max-height-lg-55 {
    max-height: 55% !important;
  }
  .max-height-lg-55rem {
    max-height: 55rem !important;
  }
  .min-width-lg-55vw {
    min-width: 55vw !important;
  }
  .min-height-lg-55vh {
    min-height: 55vh !important;
  }
  .w-lg-60 {
    width: 60% !important;
  }
  .h-lg-60 {
    width: 60% !important;
  }
  .h-lg-60vh {
    height: 60vh !important;
  }
  .max-width-lg-60 {
    max-width: 60% !important;
  }
  .max-height-lg-60 {
    max-height: 60% !important;
  }
  .max-height-lg-60rem {
    max-height: 60rem !important;
  }
  .min-width-lg-60vw {
    min-width: 60vw !important;
  }
  .min-height-lg-60vh {
    min-height: 60vh !important;
  }
  .w-lg-65 {
    width: 65% !important;
  }
  .h-lg-65 {
    width: 65% !important;
  }
  .h-lg-65vh {
    height: 65vh !important;
  }
  .max-width-lg-65 {
    max-width: 65% !important;
  }
  .max-height-lg-65 {
    max-height: 65% !important;
  }
  .max-height-lg-65rem {
    max-height: 65rem !important;
  }
  .min-width-lg-65vw {
    min-width: 65vw !important;
  }
  .min-height-lg-65vh {
    min-height: 65vh !important;
  }
  .w-lg-70 {
    width: 70% !important;
  }
  .h-lg-70 {
    width: 70% !important;
  }
  .h-lg-70vh {
    height: 70vh !important;
  }
  .max-width-lg-70 {
    max-width: 70% !important;
  }
  .max-height-lg-70 {
    max-height: 70% !important;
  }
  .max-height-lg-70rem {
    max-height: 70rem !important;
  }
  .min-width-lg-70vw {
    min-width: 70vw !important;
  }
  .min-height-lg-70vh {
    min-height: 70vh !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .h-lg-75 {
    width: 75% !important;
  }
  .h-lg-75vh {
    height: 75vh !important;
  }
  .max-width-lg-75 {
    max-width: 75% !important;
  }
  .max-height-lg-75 {
    max-height: 75% !important;
  }
  .max-height-lg-75rem {
    max-height: 75rem !important;
  }
  .min-width-lg-75vw {
    min-width: 75vw !important;
  }
  .min-height-lg-75vh {
    min-height: 75vh !important;
  }
  .w-lg-80 {
    width: 80% !important;
  }
  .h-lg-80 {
    width: 80% !important;
  }
  .h-lg-80vh {
    height: 80vh !important;
  }
  .max-width-lg-80 {
    max-width: 80% !important;
  }
  .max-height-lg-80 {
    max-height: 80% !important;
  }
  .max-height-lg-80rem {
    max-height: 80rem !important;
  }
  .min-width-lg-80vw {
    min-width: 80vw !important;
  }
  .min-height-lg-80vh {
    min-height: 80vh !important;
  }
  .w-lg-85 {
    width: 85% !important;
  }
  .h-lg-85 {
    width: 85% !important;
  }
  .h-lg-85vh {
    height: 85vh !important;
  }
  .max-width-lg-85 {
    max-width: 85% !important;
  }
  .max-height-lg-85 {
    max-height: 85% !important;
  }
  .max-height-lg-85rem {
    max-height: 85rem !important;
  }
  .min-width-lg-85vw {
    min-width: 85vw !important;
  }
  .min-height-lg-85vh {
    min-height: 85vh !important;
  }
  .w-lg-90 {
    width: 90% !important;
  }
  .h-lg-90 {
    width: 90% !important;
  }
  .h-lg-90vh {
    height: 90vh !important;
  }
  .max-width-lg-90 {
    max-width: 90% !important;
  }
  .max-height-lg-90 {
    max-height: 90% !important;
  }
  .max-height-lg-90rem {
    max-height: 90rem !important;
  }
  .min-width-lg-90vw {
    min-width: 90vw !important;
  }
  .min-height-lg-90vh {
    min-height: 90vh !important;
  }
  .w-lg-95 {
    width: 95% !important;
  }
  .h-lg-95 {
    width: 95% !important;
  }
  .h-lg-95vh {
    height: 95vh !important;
  }
  .max-width-lg-95 {
    max-width: 95% !important;
  }
  .max-height-lg-95 {
    max-height: 95% !important;
  }
  .max-height-lg-95rem {
    max-height: 95rem !important;
  }
  .min-width-lg-95vw {
    min-width: 95vw !important;
  }
  .min-height-lg-95vh {
    min-height: 95vh !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .h-lg-100 {
    width: 100% !important;
  }
  .h-lg-100vh {
    height: 100vh !important;
  }
  .max-width-lg-100 {
    max-width: 100% !important;
  }
  .max-height-lg-100 {
    max-height: 100% !important;
  }
  .max-height-lg-100rem {
    max-height: 100rem !important;
  }
  .min-width-lg-100vw {
    min-width: 100vw !important;
  }
  .min-height-lg-100vh {
    min-height: 100vh !important;
  }
  .block-height-lg-1rem {
    height: 1rem !important;
  }
  .block-height-lg-2rem {
    height: 2rem !important;
  }
  .block-height-lg-3rem {
    height: 3rem !important;
  }
  .block-height-lg-4rem {
    height: 4rem !important;
  }
  .block-height-lg-5rem {
    height: 5rem !important;
  }
  .block-height-lg-6rem {
    height: 6rem !important;
  }
  .block-height-lg-7rem {
    height: 7rem !important;
  }
  .block-height-lg-8rem {
    height: 8rem !important;
  }
  .block-height-lg-9rem {
    height: 9rem !important;
  }
  .block-height-lg-10rem {
    height: 10rem !important;
  }
  .block-height-lg-11rem {
    height: 11rem !important;
  }
  .block-height-lg-12rem {
    height: 12rem !important;
  }
  .block-height-lg-13rem {
    height: 13rem !important;
  }
  .block-height-lg-14rem {
    height: 14rem !important;
  }
  .block-height-lg-15rem {
    height: 15rem !important;
  }
  .block-height-lg-16rem {
    height: 16rem !important;
  }
  .block-height-lg-17rem {
    height: 17rem !important;
  }
  .block-height-lg-18rem {
    height: 18rem !important;
  }
  .block-height-lg-19rem {
    height: 19rem !important;
  }
  .block-height-lg-20rem {
    height: 20rem !important;
  }
  .position-lg-absolute {
    position: absolute;
  }
  .position-lg-relative {
    position: relative;
  }
}
/*
-------------------------------------------/
		breakpoint down
-------------------------------------------
*/
@media (max-width: 1365.98px) {
  /********** BREAKPOINT -lg DOWN **********/
  .position-absolute-before-lg {
    position: absolute;
  }
  .position-relative-before-lg {
    position: relative;
  }
  .container.container-fluid-before-lg {
    width: 100%;
    min-width: 100%;
  }
  .border-top-before-lg-0 {
    border-top: 0px !important;
  }
  .border-right-before-lg-0 {
    border-right: 0px !important;
  }
  .border-bottom-before-lg-0 {
    border-bottom: 0px !important;
  }
  .border-left-before-lg-0 {
    border-left: 0px !important;
  }
  .right-before-lg-0 {
    right: 0;
  }
  .left-before-lg-0 {
    right: 0;
  }
  .border-top-before-lg-0 {
    border-top: 0px !important;
  }
  .border-right-before-lg-0 {
    border-right: 0px !important;
  }
  .border-bottom-before-lg-0 {
    border-bottom: 0px !important;
  }
  .border-left-before-lg-0 {
    border-left: 0px !important;
  }
  .block-height-before-lg-1rem {
    height: 1rem !important;
  }
  .block-height-before-lg-2rem {
    height: 2rem !important;
  }
  .block-height-before-lg-3rem {
    height: 3rem !important;
  }
  .block-height-before-lg-4rem {
    height: 4rem !important;
  }
  .block-height-before-lg-5rem {
    height: 5rem !important;
  }
  .block-height-before-lg-6rem {
    height: 6rem !important;
  }
  .block-height-before-lg-7rem {
    height: 7rem !important;
  }
  .block-height-before-lg-8rem {
    height: 8rem !important;
  }
  .block-height-before-lg-9rem {
    height: 9rem !important;
  }
  .block-height-before-lg-10rem {
    height: 10rem !important;
  }
  .block-height-before-lg-11rem {
    height: 11rem !important;
  }
  .block-height-before-lg-12rem {
    height: 12rem !important;
  }
  .block-height-before-lg-13rem {
    height: 13rem !important;
  }
  .block-height-before-lg-14rem {
    height: 14rem !important;
  }
  .block-height-before-lg-15rem {
    height: 15rem !important;
  }
  .block-height-before-lg-16rem {
    height: 16rem !important;
  }
  .block-height-before-lg-17rem {
    height: 17rem !important;
  }
  .block-height-before-lg-18rem {
    height: 18rem !important;
  }
  .block-height-before-lg-19rem {
    height: 19rem !important;
  }
  .block-height-before-lg-20rem {
    height: 20rem !important;
  }
}
/*
-------------------------------------------/
		breakpoint up
-------------------------------------------
*/
@media (min-width: 992px) {
  /********** BREAKPOINT -lg UP **********/
  .position-absolute-after-lg {
    position: absolute;
  }
  .z-index-lg-unset {
    z-index: unset;
  }
  .z-index-lg-0 {
    z-index: 0;
  }
  .z-index-lg-1 {
    z-index: 1;
  }
  .z-index-lg-2 {
    z-index: 2;
  }
  .z-index-lg-3 {
    z-index: 3;
  }
  .z-index-lg-4 {
    z-index: 4;
  }
  .z-index-lg-5 {
    z-index: 5;
  }
  .z-index-lg-6 {
    z-index: 6;
  }
  .z-index-lg-7 {
    z-index: 7;
  }
  .z-index-lg-8 {
    z-index: 8;
  }
  .z-index-lg-9 {
    z-index: 9;
  }
  .z-index-lg-10 {
    z-index: 10;
  }
  .block-height-after-lg-1rem {
    height: 1rem !important;
  }
  .block-height-after-lg-2rem {
    height: 2rem !important;
  }
  .block-height-after-lg-3rem {
    height: 3rem !important;
  }
  .block-height-after-lg-4rem {
    height: 4rem !important;
  }
  .block-height-after-lg-5rem {
    height: 5rem !important;
  }
  .block-height-after-lg-6rem {
    height: 6rem !important;
  }
  .block-height-after-lg-7rem {
    height: 7rem !important;
  }
  .block-height-after-lg-8rem {
    height: 8rem !important;
  }
  .block-height-after-lg-9rem {
    height: 9rem !important;
  }
  .block-height-after-lg-10rem {
    height: 10rem !important;
  }
  .block-height-after-lg-11rem {
    height: 11rem !important;
  }
  .block-height-after-lg-12rem {
    height: 12rem !important;
  }
  .block-height-after-lg-13rem {
    height: 13rem !important;
  }
  .block-height-after-lg-14rem {
    height: 14rem !important;
  }
  .block-height-after-lg-15rem {
    height: 15rem !important;
  }
  .block-height-after-lg-16rem {
    height: 16rem !important;
  }
  .block-height-after-lg-17rem {
    height: 17rem !important;
  }
  .block-height-after-lg-18rem {
    height: 18rem !important;
  }
  .block-height-after-lg-19rem {
    height: 19rem !important;
  }
  .block-height-after-lg-20rem {
    height: 20rem !important;
  }
  .right-after-lg-0 {
    right: 0;
  }
  .left-after-lg-0 {
    left: 0;
  }
}
/*
-------------------------------------------/
		breakpoint only
-------------------------------------------
*/
@media (min-width: 1366px) and (max-width: 1599.98px) {
  .block-xl-visible {
    visibility: visible !important;
  }
  .block-xl-invisible {
    visibility: hidden !important;
  }
  .w-xl-1 {
    width: 1% !important;
  }
  .h-xl-1 {
    width: 1% !important;
  }
  .h-xl-1vh {
    height: 1vh !important;
  }
  .max-width-xl-1 {
    max-width: 1% !important;
  }
  .max-height-xl-1 {
    max-height: 1% !important;
  }
  .max-height-xl-1rem {
    max-height: 1rem !important;
  }
  .min-width-xl-1vw {
    min-width: 1vw !important;
  }
  .min-height-xl-1vh {
    min-height: 1vh !important;
  }
  .w-xl-2 {
    width: 2% !important;
  }
  .h-xl-2 {
    width: 2% !important;
  }
  .h-xl-2vh {
    height: 2vh !important;
  }
  .max-width-xl-2 {
    max-width: 2% !important;
  }
  .max-height-xl-2 {
    max-height: 2% !important;
  }
  .max-height-xl-2rem {
    max-height: 2rem !important;
  }
  .min-width-xl-2vw {
    min-width: 2vw !important;
  }
  .min-height-xl-2vh {
    min-height: 2vh !important;
  }
  .w-xl-3 {
    width: 3% !important;
  }
  .h-xl-3 {
    width: 3% !important;
  }
  .h-xl-3vh {
    height: 3vh !important;
  }
  .max-width-xl-3 {
    max-width: 3% !important;
  }
  .max-height-xl-3 {
    max-height: 3% !important;
  }
  .max-height-xl-3rem {
    max-height: 3rem !important;
  }
  .min-width-xl-3vw {
    min-width: 3vw !important;
  }
  .min-height-xl-3vh {
    min-height: 3vh !important;
  }
  .w-xl-4 {
    width: 4% !important;
  }
  .h-xl-4 {
    width: 4% !important;
  }
  .h-xl-4vh {
    height: 4vh !important;
  }
  .max-width-xl-4 {
    max-width: 4% !important;
  }
  .max-height-xl-4 {
    max-height: 4% !important;
  }
  .max-height-xl-4rem {
    max-height: 4rem !important;
  }
  .min-width-xl-4vw {
    min-width: 4vw !important;
  }
  .min-height-xl-4vh {
    min-height: 4vh !important;
  }
  .w-xl-5 {
    width: 5% !important;
  }
  .h-xl-5 {
    width: 5% !important;
  }
  .h-xl-5vh {
    height: 5vh !important;
  }
  .max-width-xl-5 {
    max-width: 5% !important;
  }
  .max-height-xl-5 {
    max-height: 5% !important;
  }
  .max-height-xl-5rem {
    max-height: 5rem !important;
  }
  .min-width-xl-5vw {
    min-width: 5vw !important;
  }
  .min-height-xl-5vh {
    min-height: 5vh !important;
  }
  .w-xl-10 {
    width: 10% !important;
  }
  .h-xl-10 {
    width: 10% !important;
  }
  .h-xl-10vh {
    height: 10vh !important;
  }
  .max-width-xl-10 {
    max-width: 10% !important;
  }
  .max-height-xl-10 {
    max-height: 10% !important;
  }
  .max-height-xl-10rem {
    max-height: 10rem !important;
  }
  .min-width-xl-10vw {
    min-width: 10vw !important;
  }
  .min-height-xl-10vh {
    min-height: 10vh !important;
  }
  .w-xl-15 {
    width: 15% !important;
  }
  .h-xl-15 {
    width: 15% !important;
  }
  .h-xl-15vh {
    height: 15vh !important;
  }
  .max-width-xl-15 {
    max-width: 15% !important;
  }
  .max-height-xl-15 {
    max-height: 15% !important;
  }
  .max-height-xl-15rem {
    max-height: 15rem !important;
  }
  .min-width-xl-15vw {
    min-width: 15vw !important;
  }
  .min-height-xl-15vh {
    min-height: 15vh !important;
  }
  .w-xl-20 {
    width: 20% !important;
  }
  .h-xl-20 {
    width: 20% !important;
  }
  .h-xl-20vh {
    height: 20vh !important;
  }
  .max-width-xl-20 {
    max-width: 20% !important;
  }
  .max-height-xl-20 {
    max-height: 20% !important;
  }
  .max-height-xl-20rem {
    max-height: 20rem !important;
  }
  .min-width-xl-20vw {
    min-width: 20vw !important;
  }
  .min-height-xl-20vh {
    min-height: 20vh !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .h-xl-25 {
    width: 25% !important;
  }
  .h-xl-25vh {
    height: 25vh !important;
  }
  .max-width-xl-25 {
    max-width: 25% !important;
  }
  .max-height-xl-25 {
    max-height: 25% !important;
  }
  .max-height-xl-25rem {
    max-height: 25rem !important;
  }
  .min-width-xl-25vw {
    min-width: 25vw !important;
  }
  .min-height-xl-25vh {
    min-height: 25vh !important;
  }
  .w-xl-30 {
    width: 30% !important;
  }
  .h-xl-30 {
    width: 30% !important;
  }
  .h-xl-30vh {
    height: 30vh !important;
  }
  .max-width-xl-30 {
    max-width: 30% !important;
  }
  .max-height-xl-30 {
    max-height: 30% !important;
  }
  .max-height-xl-30rem {
    max-height: 30rem !important;
  }
  .min-width-xl-30vw {
    min-width: 30vw !important;
  }
  .min-height-xl-30vh {
    min-height: 30vh !important;
  }
  .w-xl-35 {
    width: 35% !important;
  }
  .h-xl-35 {
    width: 35% !important;
  }
  .h-xl-35vh {
    height: 35vh !important;
  }
  .max-width-xl-35 {
    max-width: 35% !important;
  }
  .max-height-xl-35 {
    max-height: 35% !important;
  }
  .max-height-xl-35rem {
    max-height: 35rem !important;
  }
  .min-width-xl-35vw {
    min-width: 35vw !important;
  }
  .min-height-xl-35vh {
    min-height: 35vh !important;
  }
  .w-xl-40 {
    width: 40% !important;
  }
  .h-xl-40 {
    width: 40% !important;
  }
  .h-xl-40vh {
    height: 40vh !important;
  }
  .max-width-xl-40 {
    max-width: 40% !important;
  }
  .max-height-xl-40 {
    max-height: 40% !important;
  }
  .max-height-xl-40rem {
    max-height: 40rem !important;
  }
  .min-width-xl-40vw {
    min-width: 40vw !important;
  }
  .min-height-xl-40vh {
    min-height: 40vh !important;
  }
  .w-xl-45 {
    width: 45% !important;
  }
  .h-xl-45 {
    width: 45% !important;
  }
  .h-xl-45vh {
    height: 45vh !important;
  }
  .max-width-xl-45 {
    max-width: 45% !important;
  }
  .max-height-xl-45 {
    max-height: 45% !important;
  }
  .max-height-xl-45rem {
    max-height: 45rem !important;
  }
  .min-width-xl-45vw {
    min-width: 45vw !important;
  }
  .min-height-xl-45vh {
    min-height: 45vh !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .h-xl-50 {
    width: 50% !important;
  }
  .h-xl-50vh {
    height: 50vh !important;
  }
  .max-width-xl-50 {
    max-width: 50% !important;
  }
  .max-height-xl-50 {
    max-height: 50% !important;
  }
  .max-height-xl-50rem {
    max-height: 50rem !important;
  }
  .min-width-xl-50vw {
    min-width: 50vw !important;
  }
  .min-height-xl-50vh {
    min-height: 50vh !important;
  }
  .w-xl-55 {
    width: 55% !important;
  }
  .h-xl-55 {
    width: 55% !important;
  }
  .h-xl-55vh {
    height: 55vh !important;
  }
  .max-width-xl-55 {
    max-width: 55% !important;
  }
  .max-height-xl-55 {
    max-height: 55% !important;
  }
  .max-height-xl-55rem {
    max-height: 55rem !important;
  }
  .min-width-xl-55vw {
    min-width: 55vw !important;
  }
  .min-height-xl-55vh {
    min-height: 55vh !important;
  }
  .w-xl-60 {
    width: 60% !important;
  }
  .h-xl-60 {
    width: 60% !important;
  }
  .h-xl-60vh {
    height: 60vh !important;
  }
  .max-width-xl-60 {
    max-width: 60% !important;
  }
  .max-height-xl-60 {
    max-height: 60% !important;
  }
  .max-height-xl-60rem {
    max-height: 60rem !important;
  }
  .min-width-xl-60vw {
    min-width: 60vw !important;
  }
  .min-height-xl-60vh {
    min-height: 60vh !important;
  }
  .w-xl-65 {
    width: 65% !important;
  }
  .h-xl-65 {
    width: 65% !important;
  }
  .h-xl-65vh {
    height: 65vh !important;
  }
  .max-width-xl-65 {
    max-width: 65% !important;
  }
  .max-height-xl-65 {
    max-height: 65% !important;
  }
  .max-height-xl-65rem {
    max-height: 65rem !important;
  }
  .min-width-xl-65vw {
    min-width: 65vw !important;
  }
  .min-height-xl-65vh {
    min-height: 65vh !important;
  }
  .w-xl-70 {
    width: 70% !important;
  }
  .h-xl-70 {
    width: 70% !important;
  }
  .h-xl-70vh {
    height: 70vh !important;
  }
  .max-width-xl-70 {
    max-width: 70% !important;
  }
  .max-height-xl-70 {
    max-height: 70% !important;
  }
  .max-height-xl-70rem {
    max-height: 70rem !important;
  }
  .min-width-xl-70vw {
    min-width: 70vw !important;
  }
  .min-height-xl-70vh {
    min-height: 70vh !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .h-xl-75 {
    width: 75% !important;
  }
  .h-xl-75vh {
    height: 75vh !important;
  }
  .max-width-xl-75 {
    max-width: 75% !important;
  }
  .max-height-xl-75 {
    max-height: 75% !important;
  }
  .max-height-xl-75rem {
    max-height: 75rem !important;
  }
  .min-width-xl-75vw {
    min-width: 75vw !important;
  }
  .min-height-xl-75vh {
    min-height: 75vh !important;
  }
  .w-xl-80 {
    width: 80% !important;
  }
  .h-xl-80 {
    width: 80% !important;
  }
  .h-xl-80vh {
    height: 80vh !important;
  }
  .max-width-xl-80 {
    max-width: 80% !important;
  }
  .max-height-xl-80 {
    max-height: 80% !important;
  }
  .max-height-xl-80rem {
    max-height: 80rem !important;
  }
  .min-width-xl-80vw {
    min-width: 80vw !important;
  }
  .min-height-xl-80vh {
    min-height: 80vh !important;
  }
  .w-xl-85 {
    width: 85% !important;
  }
  .h-xl-85 {
    width: 85% !important;
  }
  .h-xl-85vh {
    height: 85vh !important;
  }
  .max-width-xl-85 {
    max-width: 85% !important;
  }
  .max-height-xl-85 {
    max-height: 85% !important;
  }
  .max-height-xl-85rem {
    max-height: 85rem !important;
  }
  .min-width-xl-85vw {
    min-width: 85vw !important;
  }
  .min-height-xl-85vh {
    min-height: 85vh !important;
  }
  .w-xl-90 {
    width: 90% !important;
  }
  .h-xl-90 {
    width: 90% !important;
  }
  .h-xl-90vh {
    height: 90vh !important;
  }
  .max-width-xl-90 {
    max-width: 90% !important;
  }
  .max-height-xl-90 {
    max-height: 90% !important;
  }
  .max-height-xl-90rem {
    max-height: 90rem !important;
  }
  .min-width-xl-90vw {
    min-width: 90vw !important;
  }
  .min-height-xl-90vh {
    min-height: 90vh !important;
  }
  .w-xl-95 {
    width: 95% !important;
  }
  .h-xl-95 {
    width: 95% !important;
  }
  .h-xl-95vh {
    height: 95vh !important;
  }
  .max-width-xl-95 {
    max-width: 95% !important;
  }
  .max-height-xl-95 {
    max-height: 95% !important;
  }
  .max-height-xl-95rem {
    max-height: 95rem !important;
  }
  .min-width-xl-95vw {
    min-width: 95vw !important;
  }
  .min-height-xl-95vh {
    min-height: 95vh !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .h-xl-100 {
    width: 100% !important;
  }
  .h-xl-100vh {
    height: 100vh !important;
  }
  .max-width-xl-100 {
    max-width: 100% !important;
  }
  .max-height-xl-100 {
    max-height: 100% !important;
  }
  .max-height-xl-100rem {
    max-height: 100rem !important;
  }
  .min-width-xl-100vw {
    min-width: 100vw !important;
  }
  .min-height-xl-100vh {
    min-height: 100vh !important;
  }
  .block-height-xl-1rem {
    height: 1rem !important;
  }
  .block-height-xl-2rem {
    height: 2rem !important;
  }
  .block-height-xl-3rem {
    height: 3rem !important;
  }
  .block-height-xl-4rem {
    height: 4rem !important;
  }
  .block-height-xl-5rem {
    height: 5rem !important;
  }
  .block-height-xl-6rem {
    height: 6rem !important;
  }
  .block-height-xl-7rem {
    height: 7rem !important;
  }
  .block-height-xl-8rem {
    height: 8rem !important;
  }
  .block-height-xl-9rem {
    height: 9rem !important;
  }
  .block-height-xl-10rem {
    height: 10rem !important;
  }
  .block-height-xl-11rem {
    height: 11rem !important;
  }
  .block-height-xl-12rem {
    height: 12rem !important;
  }
  .block-height-xl-13rem {
    height: 13rem !important;
  }
  .block-height-xl-14rem {
    height: 14rem !important;
  }
  .block-height-xl-15rem {
    height: 15rem !important;
  }
  .block-height-xl-16rem {
    height: 16rem !important;
  }
  .block-height-xl-17rem {
    height: 17rem !important;
  }
  .block-height-xl-18rem {
    height: 18rem !important;
  }
  .block-height-xl-19rem {
    height: 19rem !important;
  }
  .block-height-xl-20rem {
    height: 20rem !important;
  }
  .position-xl-absolute {
    position: absolute;
  }
  .position-xl-relative {
    position: relative;
  }
}
/*
-------------------------------------------/
		breakpoint down
-------------------------------------------
*/
@media (max-width: 1599.98px) {
  /********** BREAKPOINT -xl DOWN **********/
  .position-absolute-before-xl {
    position: absolute;
  }
  .position-relative-before-xl {
    position: relative;
  }
  .container.container-fluid-before-xl {
    width: 100%;
    min-width: 100%;
  }
  .border-top-before-xl-0 {
    border-top: 0px !important;
  }
  .border-right-before-xl-0 {
    border-right: 0px !important;
  }
  .border-bottom-before-xl-0 {
    border-bottom: 0px !important;
  }
  .border-left-before-xl-0 {
    border-left: 0px !important;
  }
  .right-before-xl-0 {
    right: 0;
  }
  .left-before-xl-0 {
    right: 0;
  }
  .border-top-before-xl-0 {
    border-top: 0px !important;
  }
  .border-right-before-xl-0 {
    border-right: 0px !important;
  }
  .border-bottom-before-xl-0 {
    border-bottom: 0px !important;
  }
  .border-left-before-xl-0 {
    border-left: 0px !important;
  }
  .block-height-before-xl-1rem {
    height: 1rem !important;
  }
  .block-height-before-xl-2rem {
    height: 2rem !important;
  }
  .block-height-before-xl-3rem {
    height: 3rem !important;
  }
  .block-height-before-xl-4rem {
    height: 4rem !important;
  }
  .block-height-before-xl-5rem {
    height: 5rem !important;
  }
  .block-height-before-xl-6rem {
    height: 6rem !important;
  }
  .block-height-before-xl-7rem {
    height: 7rem !important;
  }
  .block-height-before-xl-8rem {
    height: 8rem !important;
  }
  .block-height-before-xl-9rem {
    height: 9rem !important;
  }
  .block-height-before-xl-10rem {
    height: 10rem !important;
  }
  .block-height-before-xl-11rem {
    height: 11rem !important;
  }
  .block-height-before-xl-12rem {
    height: 12rem !important;
  }
  .block-height-before-xl-13rem {
    height: 13rem !important;
  }
  .block-height-before-xl-14rem {
    height: 14rem !important;
  }
  .block-height-before-xl-15rem {
    height: 15rem !important;
  }
  .block-height-before-xl-16rem {
    height: 16rem !important;
  }
  .block-height-before-xl-17rem {
    height: 17rem !important;
  }
  .block-height-before-xl-18rem {
    height: 18rem !important;
  }
  .block-height-before-xl-19rem {
    height: 19rem !important;
  }
  .block-height-before-xl-20rem {
    height: 20rem !important;
  }
}
/*
-------------------------------------------/
		breakpoint up
-------------------------------------------
*/
@media (min-width: 1366px) {
  /********** BREAKPOINT -xl UP **********/
  .position-absolute-after-xl {
    position: absolute;
  }
  .z-index-xl-unset {
    z-index: unset;
  }
  .z-index-xl-0 {
    z-index: 0;
  }
  .z-index-xl-1 {
    z-index: 1;
  }
  .z-index-xl-2 {
    z-index: 2;
  }
  .z-index-xl-3 {
    z-index: 3;
  }
  .z-index-xl-4 {
    z-index: 4;
  }
  .z-index-xl-5 {
    z-index: 5;
  }
  .z-index-xl-6 {
    z-index: 6;
  }
  .z-index-xl-7 {
    z-index: 7;
  }
  .z-index-xl-8 {
    z-index: 8;
  }
  .z-index-xl-9 {
    z-index: 9;
  }
  .z-index-xl-10 {
    z-index: 10;
  }
  .block-height-after-xl-1rem {
    height: 1rem !important;
  }
  .block-height-after-xl-2rem {
    height: 2rem !important;
  }
  .block-height-after-xl-3rem {
    height: 3rem !important;
  }
  .block-height-after-xl-4rem {
    height: 4rem !important;
  }
  .block-height-after-xl-5rem {
    height: 5rem !important;
  }
  .block-height-after-xl-6rem {
    height: 6rem !important;
  }
  .block-height-after-xl-7rem {
    height: 7rem !important;
  }
  .block-height-after-xl-8rem {
    height: 8rem !important;
  }
  .block-height-after-xl-9rem {
    height: 9rem !important;
  }
  .block-height-after-xl-10rem {
    height: 10rem !important;
  }
  .block-height-after-xl-11rem {
    height: 11rem !important;
  }
  .block-height-after-xl-12rem {
    height: 12rem !important;
  }
  .block-height-after-xl-13rem {
    height: 13rem !important;
  }
  .block-height-after-xl-14rem {
    height: 14rem !important;
  }
  .block-height-after-xl-15rem {
    height: 15rem !important;
  }
  .block-height-after-xl-16rem {
    height: 16rem !important;
  }
  .block-height-after-xl-17rem {
    height: 17rem !important;
  }
  .block-height-after-xl-18rem {
    height: 18rem !important;
  }
  .block-height-after-xl-19rem {
    height: 19rem !important;
  }
  .block-height-after-xl-20rem {
    height: 20rem !important;
  }
  .right-after-xl-0 {
    right: 0;
  }
  .left-after-xl-0 {
    left: 0;
  }
}
/*
-------------------------------------------/
		breakpoint only
-------------------------------------------
*/
@media (min-width: 1600px) and (max-width: 1920.98px) {
  .block-xxl-visible {
    visibility: visible !important;
  }
  .block-xxl-invisible {
    visibility: hidden !important;
  }
  .w-xxl-1 {
    width: 1% !important;
  }
  .h-xxl-1 {
    width: 1% !important;
  }
  .h-xxl-1vh {
    height: 1vh !important;
  }
  .max-width-xxl-1 {
    max-width: 1% !important;
  }
  .max-height-xxl-1 {
    max-height: 1% !important;
  }
  .max-height-xxl-1rem {
    max-height: 1rem !important;
  }
  .min-width-xxl-1vw {
    min-width: 1vw !important;
  }
  .min-height-xxl-1vh {
    min-height: 1vh !important;
  }
  .w-xxl-2 {
    width: 2% !important;
  }
  .h-xxl-2 {
    width: 2% !important;
  }
  .h-xxl-2vh {
    height: 2vh !important;
  }
  .max-width-xxl-2 {
    max-width: 2% !important;
  }
  .max-height-xxl-2 {
    max-height: 2% !important;
  }
  .max-height-xxl-2rem {
    max-height: 2rem !important;
  }
  .min-width-xxl-2vw {
    min-width: 2vw !important;
  }
  .min-height-xxl-2vh {
    min-height: 2vh !important;
  }
  .w-xxl-3 {
    width: 3% !important;
  }
  .h-xxl-3 {
    width: 3% !important;
  }
  .h-xxl-3vh {
    height: 3vh !important;
  }
  .max-width-xxl-3 {
    max-width: 3% !important;
  }
  .max-height-xxl-3 {
    max-height: 3% !important;
  }
  .max-height-xxl-3rem {
    max-height: 3rem !important;
  }
  .min-width-xxl-3vw {
    min-width: 3vw !important;
  }
  .min-height-xxl-3vh {
    min-height: 3vh !important;
  }
  .w-xxl-4 {
    width: 4% !important;
  }
  .h-xxl-4 {
    width: 4% !important;
  }
  .h-xxl-4vh {
    height: 4vh !important;
  }
  .max-width-xxl-4 {
    max-width: 4% !important;
  }
  .max-height-xxl-4 {
    max-height: 4% !important;
  }
  .max-height-xxl-4rem {
    max-height: 4rem !important;
  }
  .min-width-xxl-4vw {
    min-width: 4vw !important;
  }
  .min-height-xxl-4vh {
    min-height: 4vh !important;
  }
  .w-xxl-5 {
    width: 5% !important;
  }
  .h-xxl-5 {
    width: 5% !important;
  }
  .h-xxl-5vh {
    height: 5vh !important;
  }
  .max-width-xxl-5 {
    max-width: 5% !important;
  }
  .max-height-xxl-5 {
    max-height: 5% !important;
  }
  .max-height-xxl-5rem {
    max-height: 5rem !important;
  }
  .min-width-xxl-5vw {
    min-width: 5vw !important;
  }
  .min-height-xxl-5vh {
    min-height: 5vh !important;
  }
  .w-xxl-10 {
    width: 10% !important;
  }
  .h-xxl-10 {
    width: 10% !important;
  }
  .h-xxl-10vh {
    height: 10vh !important;
  }
  .max-width-xxl-10 {
    max-width: 10% !important;
  }
  .max-height-xxl-10 {
    max-height: 10% !important;
  }
  .max-height-xxl-10rem {
    max-height: 10rem !important;
  }
  .min-width-xxl-10vw {
    min-width: 10vw !important;
  }
  .min-height-xxl-10vh {
    min-height: 10vh !important;
  }
  .w-xxl-15 {
    width: 15% !important;
  }
  .h-xxl-15 {
    width: 15% !important;
  }
  .h-xxl-15vh {
    height: 15vh !important;
  }
  .max-width-xxl-15 {
    max-width: 15% !important;
  }
  .max-height-xxl-15 {
    max-height: 15% !important;
  }
  .max-height-xxl-15rem {
    max-height: 15rem !important;
  }
  .min-width-xxl-15vw {
    min-width: 15vw !important;
  }
  .min-height-xxl-15vh {
    min-height: 15vh !important;
  }
  .w-xxl-20 {
    width: 20% !important;
  }
  .h-xxl-20 {
    width: 20% !important;
  }
  .h-xxl-20vh {
    height: 20vh !important;
  }
  .max-width-xxl-20 {
    max-width: 20% !important;
  }
  .max-height-xxl-20 {
    max-height: 20% !important;
  }
  .max-height-xxl-20rem {
    max-height: 20rem !important;
  }
  .min-width-xxl-20vw {
    min-width: 20vw !important;
  }
  .min-height-xxl-20vh {
    min-height: 20vh !important;
  }
  .w-xxl-25 {
    width: 25% !important;
  }
  .h-xxl-25 {
    width: 25% !important;
  }
  .h-xxl-25vh {
    height: 25vh !important;
  }
  .max-width-xxl-25 {
    max-width: 25% !important;
  }
  .max-height-xxl-25 {
    max-height: 25% !important;
  }
  .max-height-xxl-25rem {
    max-height: 25rem !important;
  }
  .min-width-xxl-25vw {
    min-width: 25vw !important;
  }
  .min-height-xxl-25vh {
    min-height: 25vh !important;
  }
  .w-xxl-30 {
    width: 30% !important;
  }
  .h-xxl-30 {
    width: 30% !important;
  }
  .h-xxl-30vh {
    height: 30vh !important;
  }
  .max-width-xxl-30 {
    max-width: 30% !important;
  }
  .max-height-xxl-30 {
    max-height: 30% !important;
  }
  .max-height-xxl-30rem {
    max-height: 30rem !important;
  }
  .min-width-xxl-30vw {
    min-width: 30vw !important;
  }
  .min-height-xxl-30vh {
    min-height: 30vh !important;
  }
  .w-xxl-35 {
    width: 35% !important;
  }
  .h-xxl-35 {
    width: 35% !important;
  }
  .h-xxl-35vh {
    height: 35vh !important;
  }
  .max-width-xxl-35 {
    max-width: 35% !important;
  }
  .max-height-xxl-35 {
    max-height: 35% !important;
  }
  .max-height-xxl-35rem {
    max-height: 35rem !important;
  }
  .min-width-xxl-35vw {
    min-width: 35vw !important;
  }
  .min-height-xxl-35vh {
    min-height: 35vh !important;
  }
  .w-xxl-40 {
    width: 40% !important;
  }
  .h-xxl-40 {
    width: 40% !important;
  }
  .h-xxl-40vh {
    height: 40vh !important;
  }
  .max-width-xxl-40 {
    max-width: 40% !important;
  }
  .max-height-xxl-40 {
    max-height: 40% !important;
  }
  .max-height-xxl-40rem {
    max-height: 40rem !important;
  }
  .min-width-xxl-40vw {
    min-width: 40vw !important;
  }
  .min-height-xxl-40vh {
    min-height: 40vh !important;
  }
  .w-xxl-45 {
    width: 45% !important;
  }
  .h-xxl-45 {
    width: 45% !important;
  }
  .h-xxl-45vh {
    height: 45vh !important;
  }
  .max-width-xxl-45 {
    max-width: 45% !important;
  }
  .max-height-xxl-45 {
    max-height: 45% !important;
  }
  .max-height-xxl-45rem {
    max-height: 45rem !important;
  }
  .min-width-xxl-45vw {
    min-width: 45vw !important;
  }
  .min-height-xxl-45vh {
    min-height: 45vh !important;
  }
  .w-xxl-50 {
    width: 50% !important;
  }
  .h-xxl-50 {
    width: 50% !important;
  }
  .h-xxl-50vh {
    height: 50vh !important;
  }
  .max-width-xxl-50 {
    max-width: 50% !important;
  }
  .max-height-xxl-50 {
    max-height: 50% !important;
  }
  .max-height-xxl-50rem {
    max-height: 50rem !important;
  }
  .min-width-xxl-50vw {
    min-width: 50vw !important;
  }
  .min-height-xxl-50vh {
    min-height: 50vh !important;
  }
  .w-xxl-55 {
    width: 55% !important;
  }
  .h-xxl-55 {
    width: 55% !important;
  }
  .h-xxl-55vh {
    height: 55vh !important;
  }
  .max-width-xxl-55 {
    max-width: 55% !important;
  }
  .max-height-xxl-55 {
    max-height: 55% !important;
  }
  .max-height-xxl-55rem {
    max-height: 55rem !important;
  }
  .min-width-xxl-55vw {
    min-width: 55vw !important;
  }
  .min-height-xxl-55vh {
    min-height: 55vh !important;
  }
  .w-xxl-60 {
    width: 60% !important;
  }
  .h-xxl-60 {
    width: 60% !important;
  }
  .h-xxl-60vh {
    height: 60vh !important;
  }
  .max-width-xxl-60 {
    max-width: 60% !important;
  }
  .max-height-xxl-60 {
    max-height: 60% !important;
  }
  .max-height-xxl-60rem {
    max-height: 60rem !important;
  }
  .min-width-xxl-60vw {
    min-width: 60vw !important;
  }
  .min-height-xxl-60vh {
    min-height: 60vh !important;
  }
  .w-xxl-65 {
    width: 65% !important;
  }
  .h-xxl-65 {
    width: 65% !important;
  }
  .h-xxl-65vh {
    height: 65vh !important;
  }
  .max-width-xxl-65 {
    max-width: 65% !important;
  }
  .max-height-xxl-65 {
    max-height: 65% !important;
  }
  .max-height-xxl-65rem {
    max-height: 65rem !important;
  }
  .min-width-xxl-65vw {
    min-width: 65vw !important;
  }
  .min-height-xxl-65vh {
    min-height: 65vh !important;
  }
  .w-xxl-70 {
    width: 70% !important;
  }
  .h-xxl-70 {
    width: 70% !important;
  }
  .h-xxl-70vh {
    height: 70vh !important;
  }
  .max-width-xxl-70 {
    max-width: 70% !important;
  }
  .max-height-xxl-70 {
    max-height: 70% !important;
  }
  .max-height-xxl-70rem {
    max-height: 70rem !important;
  }
  .min-width-xxl-70vw {
    min-width: 70vw !important;
  }
  .min-height-xxl-70vh {
    min-height: 70vh !important;
  }
  .w-xxl-75 {
    width: 75% !important;
  }
  .h-xxl-75 {
    width: 75% !important;
  }
  .h-xxl-75vh {
    height: 75vh !important;
  }
  .max-width-xxl-75 {
    max-width: 75% !important;
  }
  .max-height-xxl-75 {
    max-height: 75% !important;
  }
  .max-height-xxl-75rem {
    max-height: 75rem !important;
  }
  .min-width-xxl-75vw {
    min-width: 75vw !important;
  }
  .min-height-xxl-75vh {
    min-height: 75vh !important;
  }
  .w-xxl-80 {
    width: 80% !important;
  }
  .h-xxl-80 {
    width: 80% !important;
  }
  .h-xxl-80vh {
    height: 80vh !important;
  }
  .max-width-xxl-80 {
    max-width: 80% !important;
  }
  .max-height-xxl-80 {
    max-height: 80% !important;
  }
  .max-height-xxl-80rem {
    max-height: 80rem !important;
  }
  .min-width-xxl-80vw {
    min-width: 80vw !important;
  }
  .min-height-xxl-80vh {
    min-height: 80vh !important;
  }
  .w-xxl-85 {
    width: 85% !important;
  }
  .h-xxl-85 {
    width: 85% !important;
  }
  .h-xxl-85vh {
    height: 85vh !important;
  }
  .max-width-xxl-85 {
    max-width: 85% !important;
  }
  .max-height-xxl-85 {
    max-height: 85% !important;
  }
  .max-height-xxl-85rem {
    max-height: 85rem !important;
  }
  .min-width-xxl-85vw {
    min-width: 85vw !important;
  }
  .min-height-xxl-85vh {
    min-height: 85vh !important;
  }
  .w-xxl-90 {
    width: 90% !important;
  }
  .h-xxl-90 {
    width: 90% !important;
  }
  .h-xxl-90vh {
    height: 90vh !important;
  }
  .max-width-xxl-90 {
    max-width: 90% !important;
  }
  .max-height-xxl-90 {
    max-height: 90% !important;
  }
  .max-height-xxl-90rem {
    max-height: 90rem !important;
  }
  .min-width-xxl-90vw {
    min-width: 90vw !important;
  }
  .min-height-xxl-90vh {
    min-height: 90vh !important;
  }
  .w-xxl-95 {
    width: 95% !important;
  }
  .h-xxl-95 {
    width: 95% !important;
  }
  .h-xxl-95vh {
    height: 95vh !important;
  }
  .max-width-xxl-95 {
    max-width: 95% !important;
  }
  .max-height-xxl-95 {
    max-height: 95% !important;
  }
  .max-height-xxl-95rem {
    max-height: 95rem !important;
  }
  .min-width-xxl-95vw {
    min-width: 95vw !important;
  }
  .min-height-xxl-95vh {
    min-height: 95vh !important;
  }
  .w-xxl-100 {
    width: 100% !important;
  }
  .h-xxl-100 {
    width: 100% !important;
  }
  .h-xxl-100vh {
    height: 100vh !important;
  }
  .max-width-xxl-100 {
    max-width: 100% !important;
  }
  .max-height-xxl-100 {
    max-height: 100% !important;
  }
  .max-height-xxl-100rem {
    max-height: 100rem !important;
  }
  .min-width-xxl-100vw {
    min-width: 100vw !important;
  }
  .min-height-xxl-100vh {
    min-height: 100vh !important;
  }
  .block-height-xxl-1rem {
    height: 1rem !important;
  }
  .block-height-xxl-2rem {
    height: 2rem !important;
  }
  .block-height-xxl-3rem {
    height: 3rem !important;
  }
  .block-height-xxl-4rem {
    height: 4rem !important;
  }
  .block-height-xxl-5rem {
    height: 5rem !important;
  }
  .block-height-xxl-6rem {
    height: 6rem !important;
  }
  .block-height-xxl-7rem {
    height: 7rem !important;
  }
  .block-height-xxl-8rem {
    height: 8rem !important;
  }
  .block-height-xxl-9rem {
    height: 9rem !important;
  }
  .block-height-xxl-10rem {
    height: 10rem !important;
  }
  .block-height-xxl-11rem {
    height: 11rem !important;
  }
  .block-height-xxl-12rem {
    height: 12rem !important;
  }
  .block-height-xxl-13rem {
    height: 13rem !important;
  }
  .block-height-xxl-14rem {
    height: 14rem !important;
  }
  .block-height-xxl-15rem {
    height: 15rem !important;
  }
  .block-height-xxl-16rem {
    height: 16rem !important;
  }
  .block-height-xxl-17rem {
    height: 17rem !important;
  }
  .block-height-xxl-18rem {
    height: 18rem !important;
  }
  .block-height-xxl-19rem {
    height: 19rem !important;
  }
  .block-height-xxl-20rem {
    height: 20rem !important;
  }
  .position-xxl-absolute {
    position: absolute;
  }
  .position-xxl-relative {
    position: relative;
  }
}
/*
-------------------------------------------/
		breakpoint down
-------------------------------------------
*/
@media (max-width: 1920.98px) {
  /********** BREAKPOINT -xxl DOWN **********/
  .position-absolute-before-xxl {
    position: absolute;
  }
  .position-relative-before-xxl {
    position: relative;
  }
  .container.container-fluid-before-xxl {
    width: 100%;
    min-width: 100%;
  }
  .border-top-before-xxl-0 {
    border-top: 0px !important;
  }
  .border-right-before-xxl-0 {
    border-right: 0px !important;
  }
  .border-bottom-before-xxl-0 {
    border-bottom: 0px !important;
  }
  .border-left-before-xxl-0 {
    border-left: 0px !important;
  }
  .right-before-xxl-0 {
    right: 0;
  }
  .left-before-xxl-0 {
    right: 0;
  }
  .border-top-before-xxl-0 {
    border-top: 0px !important;
  }
  .border-right-before-xxl-0 {
    border-right: 0px !important;
  }
  .border-bottom-before-xxl-0 {
    border-bottom: 0px !important;
  }
  .border-left-before-xxl-0 {
    border-left: 0px !important;
  }
  .block-height-before-xxl-1rem {
    height: 1rem !important;
  }
  .block-height-before-xxl-2rem {
    height: 2rem !important;
  }
  .block-height-before-xxl-3rem {
    height: 3rem !important;
  }
  .block-height-before-xxl-4rem {
    height: 4rem !important;
  }
  .block-height-before-xxl-5rem {
    height: 5rem !important;
  }
  .block-height-before-xxl-6rem {
    height: 6rem !important;
  }
  .block-height-before-xxl-7rem {
    height: 7rem !important;
  }
  .block-height-before-xxl-8rem {
    height: 8rem !important;
  }
  .block-height-before-xxl-9rem {
    height: 9rem !important;
  }
  .block-height-before-xxl-10rem {
    height: 10rem !important;
  }
  .block-height-before-xxl-11rem {
    height: 11rem !important;
  }
  .block-height-before-xxl-12rem {
    height: 12rem !important;
  }
  .block-height-before-xxl-13rem {
    height: 13rem !important;
  }
  .block-height-before-xxl-14rem {
    height: 14rem !important;
  }
  .block-height-before-xxl-15rem {
    height: 15rem !important;
  }
  .block-height-before-xxl-16rem {
    height: 16rem !important;
  }
  .block-height-before-xxl-17rem {
    height: 17rem !important;
  }
  .block-height-before-xxl-18rem {
    height: 18rem !important;
  }
  .block-height-before-xxl-19rem {
    height: 19rem !important;
  }
  .block-height-before-xxl-20rem {
    height: 20rem !important;
  }
}
/*
-------------------------------------------/
		breakpoint up
-------------------------------------------
*/
@media (min-width: 1600px) {
  /********** BREAKPOINT -xxl UP **********/
  .position-absolute-after-xxl {
    position: absolute;
  }
  .z-index-xxl-unset {
    z-index: unset;
  }
  .z-index-xxl-0 {
    z-index: 0;
  }
  .z-index-xxl-1 {
    z-index: 1;
  }
  .z-index-xxl-2 {
    z-index: 2;
  }
  .z-index-xxl-3 {
    z-index: 3;
  }
  .z-index-xxl-4 {
    z-index: 4;
  }
  .z-index-xxl-5 {
    z-index: 5;
  }
  .z-index-xxl-6 {
    z-index: 6;
  }
  .z-index-xxl-7 {
    z-index: 7;
  }
  .z-index-xxl-8 {
    z-index: 8;
  }
  .z-index-xxl-9 {
    z-index: 9;
  }
  .z-index-xxl-10 {
    z-index: 10;
  }
  .block-height-after-xxl-1rem {
    height: 1rem !important;
  }
  .block-height-after-xxl-2rem {
    height: 2rem !important;
  }
  .block-height-after-xxl-3rem {
    height: 3rem !important;
  }
  .block-height-after-xxl-4rem {
    height: 4rem !important;
  }
  .block-height-after-xxl-5rem {
    height: 5rem !important;
  }
  .block-height-after-xxl-6rem {
    height: 6rem !important;
  }
  .block-height-after-xxl-7rem {
    height: 7rem !important;
  }
  .block-height-after-xxl-8rem {
    height: 8rem !important;
  }
  .block-height-after-xxl-9rem {
    height: 9rem !important;
  }
  .block-height-after-xxl-10rem {
    height: 10rem !important;
  }
  .block-height-after-xxl-11rem {
    height: 11rem !important;
  }
  .block-height-after-xxl-12rem {
    height: 12rem !important;
  }
  .block-height-after-xxl-13rem {
    height: 13rem !important;
  }
  .block-height-after-xxl-14rem {
    height: 14rem !important;
  }
  .block-height-after-xxl-15rem {
    height: 15rem !important;
  }
  .block-height-after-xxl-16rem {
    height: 16rem !important;
  }
  .block-height-after-xxl-17rem {
    height: 17rem !important;
  }
  .block-height-after-xxl-18rem {
    height: 18rem !important;
  }
  .block-height-after-xxl-19rem {
    height: 19rem !important;
  }
  .block-height-after-xxl-20rem {
    height: 20rem !important;
  }
  .right-after-xxl-0 {
    right: 0;
  }
  .left-after-xxl-0 {
    left: 0;
  }
}
/*
-------------------------------------------/
		breakpoint only
-------------------------------------------
*/
@media (min-width: 1921px) {
  .block-xxxl-visible {
    visibility: visible !important;
  }
  .block-xxxl-invisible {
    visibility: hidden !important;
  }
  .w-xxxl-1 {
    width: 1% !important;
  }
  .h-xxxl-1 {
    width: 1% !important;
  }
  .h-xxxl-1vh {
    height: 1vh !important;
  }
  .max-width-xxxl-1 {
    max-width: 1% !important;
  }
  .max-height-xxxl-1 {
    max-height: 1% !important;
  }
  .max-height-xxxl-1rem {
    max-height: 1rem !important;
  }
  .min-width-xxxl-1vw {
    min-width: 1vw !important;
  }
  .min-height-xxxl-1vh {
    min-height: 1vh !important;
  }
  .w-xxxl-2 {
    width: 2% !important;
  }
  .h-xxxl-2 {
    width: 2% !important;
  }
  .h-xxxl-2vh {
    height: 2vh !important;
  }
  .max-width-xxxl-2 {
    max-width: 2% !important;
  }
  .max-height-xxxl-2 {
    max-height: 2% !important;
  }
  .max-height-xxxl-2rem {
    max-height: 2rem !important;
  }
  .min-width-xxxl-2vw {
    min-width: 2vw !important;
  }
  .min-height-xxxl-2vh {
    min-height: 2vh !important;
  }
  .w-xxxl-3 {
    width: 3% !important;
  }
  .h-xxxl-3 {
    width: 3% !important;
  }
  .h-xxxl-3vh {
    height: 3vh !important;
  }
  .max-width-xxxl-3 {
    max-width: 3% !important;
  }
  .max-height-xxxl-3 {
    max-height: 3% !important;
  }
  .max-height-xxxl-3rem {
    max-height: 3rem !important;
  }
  .min-width-xxxl-3vw {
    min-width: 3vw !important;
  }
  .min-height-xxxl-3vh {
    min-height: 3vh !important;
  }
  .w-xxxl-4 {
    width: 4% !important;
  }
  .h-xxxl-4 {
    width: 4% !important;
  }
  .h-xxxl-4vh {
    height: 4vh !important;
  }
  .max-width-xxxl-4 {
    max-width: 4% !important;
  }
  .max-height-xxxl-4 {
    max-height: 4% !important;
  }
  .max-height-xxxl-4rem {
    max-height: 4rem !important;
  }
  .min-width-xxxl-4vw {
    min-width: 4vw !important;
  }
  .min-height-xxxl-4vh {
    min-height: 4vh !important;
  }
  .w-xxxl-5 {
    width: 5% !important;
  }
  .h-xxxl-5 {
    width: 5% !important;
  }
  .h-xxxl-5vh {
    height: 5vh !important;
  }
  .max-width-xxxl-5 {
    max-width: 5% !important;
  }
  .max-height-xxxl-5 {
    max-height: 5% !important;
  }
  .max-height-xxxl-5rem {
    max-height: 5rem !important;
  }
  .min-width-xxxl-5vw {
    min-width: 5vw !important;
  }
  .min-height-xxxl-5vh {
    min-height: 5vh !important;
  }
  .w-xxxl-10 {
    width: 10% !important;
  }
  .h-xxxl-10 {
    width: 10% !important;
  }
  .h-xxxl-10vh {
    height: 10vh !important;
  }
  .max-width-xxxl-10 {
    max-width: 10% !important;
  }
  .max-height-xxxl-10 {
    max-height: 10% !important;
  }
  .max-height-xxxl-10rem {
    max-height: 10rem !important;
  }
  .min-width-xxxl-10vw {
    min-width: 10vw !important;
  }
  .min-height-xxxl-10vh {
    min-height: 10vh !important;
  }
  .w-xxxl-15 {
    width: 15% !important;
  }
  .h-xxxl-15 {
    width: 15% !important;
  }
  .h-xxxl-15vh {
    height: 15vh !important;
  }
  .max-width-xxxl-15 {
    max-width: 15% !important;
  }
  .max-height-xxxl-15 {
    max-height: 15% !important;
  }
  .max-height-xxxl-15rem {
    max-height: 15rem !important;
  }
  .min-width-xxxl-15vw {
    min-width: 15vw !important;
  }
  .min-height-xxxl-15vh {
    min-height: 15vh !important;
  }
  .w-xxxl-20 {
    width: 20% !important;
  }
  .h-xxxl-20 {
    width: 20% !important;
  }
  .h-xxxl-20vh {
    height: 20vh !important;
  }
  .max-width-xxxl-20 {
    max-width: 20% !important;
  }
  .max-height-xxxl-20 {
    max-height: 20% !important;
  }
  .max-height-xxxl-20rem {
    max-height: 20rem !important;
  }
  .min-width-xxxl-20vw {
    min-width: 20vw !important;
  }
  .min-height-xxxl-20vh {
    min-height: 20vh !important;
  }
  .w-xxxl-25 {
    width: 25% !important;
  }
  .h-xxxl-25 {
    width: 25% !important;
  }
  .h-xxxl-25vh {
    height: 25vh !important;
  }
  .max-width-xxxl-25 {
    max-width: 25% !important;
  }
  .max-height-xxxl-25 {
    max-height: 25% !important;
  }
  .max-height-xxxl-25rem {
    max-height: 25rem !important;
  }
  .min-width-xxxl-25vw {
    min-width: 25vw !important;
  }
  .min-height-xxxl-25vh {
    min-height: 25vh !important;
  }
  .w-xxxl-30 {
    width: 30% !important;
  }
  .h-xxxl-30 {
    width: 30% !important;
  }
  .h-xxxl-30vh {
    height: 30vh !important;
  }
  .max-width-xxxl-30 {
    max-width: 30% !important;
  }
  .max-height-xxxl-30 {
    max-height: 30% !important;
  }
  .max-height-xxxl-30rem {
    max-height: 30rem !important;
  }
  .min-width-xxxl-30vw {
    min-width: 30vw !important;
  }
  .min-height-xxxl-30vh {
    min-height: 30vh !important;
  }
  .w-xxxl-35 {
    width: 35% !important;
  }
  .h-xxxl-35 {
    width: 35% !important;
  }
  .h-xxxl-35vh {
    height: 35vh !important;
  }
  .max-width-xxxl-35 {
    max-width: 35% !important;
  }
  .max-height-xxxl-35 {
    max-height: 35% !important;
  }
  .max-height-xxxl-35rem {
    max-height: 35rem !important;
  }
  .min-width-xxxl-35vw {
    min-width: 35vw !important;
  }
  .min-height-xxxl-35vh {
    min-height: 35vh !important;
  }
  .w-xxxl-40 {
    width: 40% !important;
  }
  .h-xxxl-40 {
    width: 40% !important;
  }
  .h-xxxl-40vh {
    height: 40vh !important;
  }
  .max-width-xxxl-40 {
    max-width: 40% !important;
  }
  .max-height-xxxl-40 {
    max-height: 40% !important;
  }
  .max-height-xxxl-40rem {
    max-height: 40rem !important;
  }
  .min-width-xxxl-40vw {
    min-width: 40vw !important;
  }
  .min-height-xxxl-40vh {
    min-height: 40vh !important;
  }
  .w-xxxl-45 {
    width: 45% !important;
  }
  .h-xxxl-45 {
    width: 45% !important;
  }
  .h-xxxl-45vh {
    height: 45vh !important;
  }
  .max-width-xxxl-45 {
    max-width: 45% !important;
  }
  .max-height-xxxl-45 {
    max-height: 45% !important;
  }
  .max-height-xxxl-45rem {
    max-height: 45rem !important;
  }
  .min-width-xxxl-45vw {
    min-width: 45vw !important;
  }
  .min-height-xxxl-45vh {
    min-height: 45vh !important;
  }
  .w-xxxl-50 {
    width: 50% !important;
  }
  .h-xxxl-50 {
    width: 50% !important;
  }
  .h-xxxl-50vh {
    height: 50vh !important;
  }
  .max-width-xxxl-50 {
    max-width: 50% !important;
  }
  .max-height-xxxl-50 {
    max-height: 50% !important;
  }
  .max-height-xxxl-50rem {
    max-height: 50rem !important;
  }
  .min-width-xxxl-50vw {
    min-width: 50vw !important;
  }
  .min-height-xxxl-50vh {
    min-height: 50vh !important;
  }
  .w-xxxl-55 {
    width: 55% !important;
  }
  .h-xxxl-55 {
    width: 55% !important;
  }
  .h-xxxl-55vh {
    height: 55vh !important;
  }
  .max-width-xxxl-55 {
    max-width: 55% !important;
  }
  .max-height-xxxl-55 {
    max-height: 55% !important;
  }
  .max-height-xxxl-55rem {
    max-height: 55rem !important;
  }
  .min-width-xxxl-55vw {
    min-width: 55vw !important;
  }
  .min-height-xxxl-55vh {
    min-height: 55vh !important;
  }
  .w-xxxl-60 {
    width: 60% !important;
  }
  .h-xxxl-60 {
    width: 60% !important;
  }
  .h-xxxl-60vh {
    height: 60vh !important;
  }
  .max-width-xxxl-60 {
    max-width: 60% !important;
  }
  .max-height-xxxl-60 {
    max-height: 60% !important;
  }
  .max-height-xxxl-60rem {
    max-height: 60rem !important;
  }
  .min-width-xxxl-60vw {
    min-width: 60vw !important;
  }
  .min-height-xxxl-60vh {
    min-height: 60vh !important;
  }
  .w-xxxl-65 {
    width: 65% !important;
  }
  .h-xxxl-65 {
    width: 65% !important;
  }
  .h-xxxl-65vh {
    height: 65vh !important;
  }
  .max-width-xxxl-65 {
    max-width: 65% !important;
  }
  .max-height-xxxl-65 {
    max-height: 65% !important;
  }
  .max-height-xxxl-65rem {
    max-height: 65rem !important;
  }
  .min-width-xxxl-65vw {
    min-width: 65vw !important;
  }
  .min-height-xxxl-65vh {
    min-height: 65vh !important;
  }
  .w-xxxl-70 {
    width: 70% !important;
  }
  .h-xxxl-70 {
    width: 70% !important;
  }
  .h-xxxl-70vh {
    height: 70vh !important;
  }
  .max-width-xxxl-70 {
    max-width: 70% !important;
  }
  .max-height-xxxl-70 {
    max-height: 70% !important;
  }
  .max-height-xxxl-70rem {
    max-height: 70rem !important;
  }
  .min-width-xxxl-70vw {
    min-width: 70vw !important;
  }
  .min-height-xxxl-70vh {
    min-height: 70vh !important;
  }
  .w-xxxl-75 {
    width: 75% !important;
  }
  .h-xxxl-75 {
    width: 75% !important;
  }
  .h-xxxl-75vh {
    height: 75vh !important;
  }
  .max-width-xxxl-75 {
    max-width: 75% !important;
  }
  .max-height-xxxl-75 {
    max-height: 75% !important;
  }
  .max-height-xxxl-75rem {
    max-height: 75rem !important;
  }
  .min-width-xxxl-75vw {
    min-width: 75vw !important;
  }
  .min-height-xxxl-75vh {
    min-height: 75vh !important;
  }
  .w-xxxl-80 {
    width: 80% !important;
  }
  .h-xxxl-80 {
    width: 80% !important;
  }
  .h-xxxl-80vh {
    height: 80vh !important;
  }
  .max-width-xxxl-80 {
    max-width: 80% !important;
  }
  .max-height-xxxl-80 {
    max-height: 80% !important;
  }
  .max-height-xxxl-80rem {
    max-height: 80rem !important;
  }
  .min-width-xxxl-80vw {
    min-width: 80vw !important;
  }
  .min-height-xxxl-80vh {
    min-height: 80vh !important;
  }
  .w-xxxl-85 {
    width: 85% !important;
  }
  .h-xxxl-85 {
    width: 85% !important;
  }
  .h-xxxl-85vh {
    height: 85vh !important;
  }
  .max-width-xxxl-85 {
    max-width: 85% !important;
  }
  .max-height-xxxl-85 {
    max-height: 85% !important;
  }
  .max-height-xxxl-85rem {
    max-height: 85rem !important;
  }
  .min-width-xxxl-85vw {
    min-width: 85vw !important;
  }
  .min-height-xxxl-85vh {
    min-height: 85vh !important;
  }
  .w-xxxl-90 {
    width: 90% !important;
  }
  .h-xxxl-90 {
    width: 90% !important;
  }
  .h-xxxl-90vh {
    height: 90vh !important;
  }
  .max-width-xxxl-90 {
    max-width: 90% !important;
  }
  .max-height-xxxl-90 {
    max-height: 90% !important;
  }
  .max-height-xxxl-90rem {
    max-height: 90rem !important;
  }
  .min-width-xxxl-90vw {
    min-width: 90vw !important;
  }
  .min-height-xxxl-90vh {
    min-height: 90vh !important;
  }
  .w-xxxl-95 {
    width: 95% !important;
  }
  .h-xxxl-95 {
    width: 95% !important;
  }
  .h-xxxl-95vh {
    height: 95vh !important;
  }
  .max-width-xxxl-95 {
    max-width: 95% !important;
  }
  .max-height-xxxl-95 {
    max-height: 95% !important;
  }
  .max-height-xxxl-95rem {
    max-height: 95rem !important;
  }
  .min-width-xxxl-95vw {
    min-width: 95vw !important;
  }
  .min-height-xxxl-95vh {
    min-height: 95vh !important;
  }
  .w-xxxl-100 {
    width: 100% !important;
  }
  .h-xxxl-100 {
    width: 100% !important;
  }
  .h-xxxl-100vh {
    height: 100vh !important;
  }
  .max-width-xxxl-100 {
    max-width: 100% !important;
  }
  .max-height-xxxl-100 {
    max-height: 100% !important;
  }
  .max-height-xxxl-100rem {
    max-height: 100rem !important;
  }
  .min-width-xxxl-100vw {
    min-width: 100vw !important;
  }
  .min-height-xxxl-100vh {
    min-height: 100vh !important;
  }
  .block-height-xxxl-1rem {
    height: 1rem !important;
  }
  .block-height-xxxl-2rem {
    height: 2rem !important;
  }
  .block-height-xxxl-3rem {
    height: 3rem !important;
  }
  .block-height-xxxl-4rem {
    height: 4rem !important;
  }
  .block-height-xxxl-5rem {
    height: 5rem !important;
  }
  .block-height-xxxl-6rem {
    height: 6rem !important;
  }
  .block-height-xxxl-7rem {
    height: 7rem !important;
  }
  .block-height-xxxl-8rem {
    height: 8rem !important;
  }
  .block-height-xxxl-9rem {
    height: 9rem !important;
  }
  .block-height-xxxl-10rem {
    height: 10rem !important;
  }
  .block-height-xxxl-11rem {
    height: 11rem !important;
  }
  .block-height-xxxl-12rem {
    height: 12rem !important;
  }
  .block-height-xxxl-13rem {
    height: 13rem !important;
  }
  .block-height-xxxl-14rem {
    height: 14rem !important;
  }
  .block-height-xxxl-15rem {
    height: 15rem !important;
  }
  .block-height-xxxl-16rem {
    height: 16rem !important;
  }
  .block-height-xxxl-17rem {
    height: 17rem !important;
  }
  .block-height-xxxl-18rem {
    height: 18rem !important;
  }
  .block-height-xxxl-19rem {
    height: 19rem !important;
  }
  .block-height-xxxl-20rem {
    height: 20rem !important;
  }
  .position-xxxl-absolute {
    position: absolute;
  }
  .position-xxxl-relative {
    position: relative;
  }
}
/*
-------------------------------------------/
		breakpoint down
-------------------------------------------
*/
/********** BREAKPOINT -xxxl DOWN **********/
.position-absolute-before-xxxl {
  position: absolute;
}

.position-relative-before-xxxl {
  position: relative;
}

.container.container-fluid-before-xxxl {
  width: 100%;
  min-width: 100%;
}

.border-top-before-xxxl-0 {
  border-top: 0px !important;
}

.border-right-before-xxxl-0 {
  border-right: 0px !important;
}

.border-bottom-before-xxxl-0 {
  border-bottom: 0px !important;
}

.border-left-before-xxxl-0 {
  border-left: 0px !important;
}

.right-before-xxxl-0 {
  right: 0;
}

.left-before-xxxl-0 {
  right: 0;
}

.border-top-before-xxxl-0 {
  border-top: 0px !important;
}

.border-right-before-xxxl-0 {
  border-right: 0px !important;
}

.border-bottom-before-xxxl-0 {
  border-bottom: 0px !important;
}

.border-left-before-xxxl-0 {
  border-left: 0px !important;
}

.block-height-before-xxxl-1rem {
  height: 1rem !important;
}

.block-height-before-xxxl-2rem {
  height: 2rem !important;
}

.block-height-before-xxxl-3rem {
  height: 3rem !important;
}

.block-height-before-xxxl-4rem {
  height: 4rem !important;
}

.block-height-before-xxxl-5rem {
  height: 5rem !important;
}

.block-height-before-xxxl-6rem {
  height: 6rem !important;
}

.block-height-before-xxxl-7rem {
  height: 7rem !important;
}

.block-height-before-xxxl-8rem {
  height: 8rem !important;
}

.block-height-before-xxxl-9rem {
  height: 9rem !important;
}

.block-height-before-xxxl-10rem {
  height: 10rem !important;
}

.block-height-before-xxxl-11rem {
  height: 11rem !important;
}

.block-height-before-xxxl-12rem {
  height: 12rem !important;
}

.block-height-before-xxxl-13rem {
  height: 13rem !important;
}

.block-height-before-xxxl-14rem {
  height: 14rem !important;
}

.block-height-before-xxxl-15rem {
  height: 15rem !important;
}

.block-height-before-xxxl-16rem {
  height: 16rem !important;
}

.block-height-before-xxxl-17rem {
  height: 17rem !important;
}

.block-height-before-xxxl-18rem {
  height: 18rem !important;
}

.block-height-before-xxxl-19rem {
  height: 19rem !important;
}

.block-height-before-xxxl-20rem {
  height: 20rem !important;
}

/*
-------------------------------------------/
		breakpoint up
-------------------------------------------
*/
@media (min-width: 1921px) {
  /********** BREAKPOINT -xxxl UP **********/
  .position-absolute-after-xxxl {
    position: absolute;
  }
  .z-index-xxxl-unset {
    z-index: unset;
  }
  .z-index-xxxl-0 {
    z-index: 0;
  }
  .z-index-xxxl-1 {
    z-index: 1;
  }
  .z-index-xxxl-2 {
    z-index: 2;
  }
  .z-index-xxxl-3 {
    z-index: 3;
  }
  .z-index-xxxl-4 {
    z-index: 4;
  }
  .z-index-xxxl-5 {
    z-index: 5;
  }
  .z-index-xxxl-6 {
    z-index: 6;
  }
  .z-index-xxxl-7 {
    z-index: 7;
  }
  .z-index-xxxl-8 {
    z-index: 8;
  }
  .z-index-xxxl-9 {
    z-index: 9;
  }
  .z-index-xxxl-10 {
    z-index: 10;
  }
  .block-height-after-xxxl-1rem {
    height: 1rem !important;
  }
  .block-height-after-xxxl-2rem {
    height: 2rem !important;
  }
  .block-height-after-xxxl-3rem {
    height: 3rem !important;
  }
  .block-height-after-xxxl-4rem {
    height: 4rem !important;
  }
  .block-height-after-xxxl-5rem {
    height: 5rem !important;
  }
  .block-height-after-xxxl-6rem {
    height: 6rem !important;
  }
  .block-height-after-xxxl-7rem {
    height: 7rem !important;
  }
  .block-height-after-xxxl-8rem {
    height: 8rem !important;
  }
  .block-height-after-xxxl-9rem {
    height: 9rem !important;
  }
  .block-height-after-xxxl-10rem {
    height: 10rem !important;
  }
  .block-height-after-xxxl-11rem {
    height: 11rem !important;
  }
  .block-height-after-xxxl-12rem {
    height: 12rem !important;
  }
  .block-height-after-xxxl-13rem {
    height: 13rem !important;
  }
  .block-height-after-xxxl-14rem {
    height: 14rem !important;
  }
  .block-height-after-xxxl-15rem {
    height: 15rem !important;
  }
  .block-height-after-xxxl-16rem {
    height: 16rem !important;
  }
  .block-height-after-xxxl-17rem {
    height: 17rem !important;
  }
  .block-height-after-xxxl-18rem {
    height: 18rem !important;
  }
  .block-height-after-xxxl-19rem {
    height: 19rem !important;
  }
  .block-height-after-xxxl-20rem {
    height: 20rem !important;
  }
  .right-after-xxxl-0 {
    right: 0;
  }
  .left-after-xxxl-0 {
    left: 0;
  }
}
@media (max-width: 1365.98px) {
  .container.container-xs-fluid {
    width: 100% !important;
    max-width: 100% !important;
  }
}
/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.3.2
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Hover.css Copyright Ian Lunn 2017. Generated with Sass.
 */
/* 2D TRANSITIONS */
/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Shrink */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.hvr-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-pulse-grow:hover, .hvr-pulse-grow:focus, .hvr-pulse-grow:active {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Pulse Shrink */
@-webkit-keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.hvr-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-pulse-shrink:hover, .hvr-pulse-shrink:focus, .hvr-pulse-shrink:active {
  -webkit-animation-name: hvr-pulse-shrink;
  animation-name: hvr-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Push */
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.hvr-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-push:hover, .hvr-push:focus, .hvr-push:active {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Bounce In */
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Bounce Out */
.hvr-bounce-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-out:hover, .hvr-bounce-out:focus, .hvr-bounce-out:active {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Rotate */
.hvr-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-rotate:hover, .hvr-rotate:focus, .hvr-rotate:active {
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}

/* Grow Rotate */
.hvr-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow-rotate:hover, .hvr-grow-rotate:focus, .hvr-grow-rotate:active {
  -webkit-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg);
}

/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

/* Sink */
.hvr-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sink:hover, .hvr-sink:focus, .hvr-sink:active {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Hang */
@-webkit-keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@-webkit-keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
.hvr-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-hang:hover, .hvr-hang:focus, .hvr-hang:active {
  -webkit-animation-name: hvr-hang-sink, hvr-hang;
  animation-name: hvr-hang-sink, hvr-hang;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Skew */
.hvr-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-skew:hover, .hvr-skew:focus, .hvr-skew:active {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}

/* Skew Forward */
.hvr-skew-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.hvr-skew-forward:hover, .hvr-skew-forward:focus, .hvr-skew-forward:active {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}

/* Skew Backward */
.hvr-skew-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.hvr-skew-backward:hover, .hvr-skew-backward:focus, .hvr-skew-backward:active {
  -webkit-transform: skew(10deg);
  transform: skew(10deg);
}

/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble To Bottom Right */
@-webkit-keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.hvr-wobble-to-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-wobble-to-bottom-right:hover, .hvr-wobble-to-bottom-right:focus, .hvr-wobble-to-bottom-right:active {
  -webkit-animation-name: hvr-wobble-to-bottom-right;
  animation-name: hvr-wobble-to-bottom-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble To Top Right */
@-webkit-keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px);
  }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px);
  }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.hvr-wobble-to-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-wobble-to-top-right:hover, .hvr-wobble-to-top-right:focus, .hvr-wobble-to-top-right:active {
  -webkit-animation-name: hvr-wobble-to-top-right;
  animation-name: hvr-wobble-to-top-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Top */
@-webkit-keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
.hvr-wobble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.hvr-wobble-top:hover, .hvr-wobble-top:focus, .hvr-wobble-top:active {
  -webkit-animation-name: hvr-wobble-top;
  animation-name: hvr-wobble-top;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Bottom */
@-webkit-keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
.hvr-wobble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.hvr-wobble-bottom:hover, .hvr-wobble-bottom:focus, .hvr-wobble-bottom:active {
  -webkit-animation-name: hvr-wobble-bottom;
  animation-name: hvr-wobble-bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Skew */
@-webkit-keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
.hvr-wobble-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-wobble-skew:hover, .hvr-wobble-skew:focus, .hvr-wobble-skew:active {
  -webkit-animation-name: hvr-wobble-skew;
  animation-name: hvr-wobble-skew;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Buzz */
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-buzz:hover, .hvr-buzz:focus, .hvr-buzz:active {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Forward */
.hvr-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

/* Backward */
.hvr-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-backward:hover, .hvr-backward:focus, .hvr-backward:active {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

/* BACKGROUND TRANSITIONS */
/* Fade */
.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
  background-color: #2098D1;
  color: white;
}

/* Back Pulse */
@-webkit-keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}
@keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}
.hvr-back-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-back-pulse:hover, .hvr-back-pulse:focus, .hvr-back-pulse:active {
  -webkit-animation-name: hvr-back-pulse;
  animation-name: hvr-back-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #2098D1;
  background-color: rgb(32, 152, 209);
  color: white;
}

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Sweep To Left */
.hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-left:hover, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:active {
  color: white;
}
.hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  color: white;
}
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
  color: white;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: white;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Left */
.hvr-bounce-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-left:hover, .hvr-bounce-to-left:focus, .hvr-bounce-to-left:active {
  color: white;
}
.hvr-bounce-to-left:hover:before, .hvr-bounce-to-left:focus:before, .hvr-bounce-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color: white;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Top */
.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
  color: white;
}
.hvr-bounce-to-top:hover:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Radial Out */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
  color: white;
}
.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

/* Radial In */
.hvr-radial-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  border-radius: 100%;
  -webkit-transform: scale(2);
  transform: scale(2);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-in:hover, .hvr-radial-in:focus, .hvr-radial-in:active {
  color: white;
}
.hvr-radial-in:hover:before, .hvr-radial-in:focus:before, .hvr-radial-in:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* Rectangle In */
.hvr-rectangle-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-rectangle-in:hover, .hvr-rectangle-in:focus, .hvr-rectangle-in:active {
  color: white;
}
.hvr-rectangle-in:hover:before, .hvr-rectangle-in:focus:before, .hvr-rectangle-in:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* Rectangle Out */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
  color: white;
}
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* Shutter In Horizontal */
.hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
  color: white;
}
.hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Shutter In Vertical */
.hvr-shutter-in-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
  color: white;
}
.hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

/* Shutter Out Vertical */
.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
  color: white;
}
.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* BORDER TRANSITIONS */
/* Border Fade */
.hvr-border-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0); /* Hack to improve aliasing on mobile/tablet devices */
}
.hvr-border-fade:hover, .hvr-border-fade:focus, .hvr-border-fade:active {
  box-shadow: inset 0 0 0 4px #2098D1, 0 0 1px rgba(0, 0, 0, 0); /* Hack to improve aliasing on mobile/tablet devices */
}

/* Hollow */
.hvr-hollow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: background;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0); /* Hack to improve aliasing on mobile/tablet devices */
}
.hvr-hollow:hover, .hvr-hollow:focus, .hvr-hollow:active {
  background: none;
}

/* Trim */
.hvr-trim {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-trim:before {
  content: "";
  position: absolute;
  border: white solid 4px;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.hvr-trim:hover:before, .hvr-trim:focus:before, .hvr-trim:active:before {
  opacity: 1;
}

/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-ripple-out:before {
  content: "";
  position: absolute;
  border: #e1e1e1 solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}

/* Ripple In */
@-webkit-keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}
@keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}
.hvr-ripple-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-ripple-in:before {
  content: "";
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.hvr-ripple-in:hover:before, .hvr-ripple-in:focus:before, .hvr-ripple-in:active:before {
  -webkit-animation-name: hvr-ripple-in;
  animation-name: hvr-ripple-in;
}

/* Outline Out */
.hvr-outline-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-outline-out:before {
  content: "";
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.hvr-outline-out:hover:before, .hvr-outline-out:focus:before, .hvr-outline-out:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}

/* Outline In */
.hvr-outline-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-outline-in:before {
  pointer-events: none;
  content: "";
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.hvr-outline-in:hover:before, .hvr-outline-in:focus:before, .hvr-outline-in:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 1;
}

/* Round Corners */
.hvr-round-corners {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: border-radius;
  transition-property: border-radius;
}
.hvr-round-corners:hover, .hvr-round-corners:focus, .hvr-round-corners:active {
  border-radius: 1em;
}

/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}

/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

/* Underline From Right */
.hvr-underline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-right:hover:before, .hvr-underline-from-right:focus:before, .hvr-underline-from-right:active:before {
  left: 0;
}

/* Overline From Left */
.hvr-overline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-overline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  top: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-from-left:hover:before, .hvr-overline-from-left:focus:before, .hvr-overline-from-left:active:before {
  right: 0;
}

/* Overline From Center */
.hvr-overline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-overline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  top: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-from-center:hover:before, .hvr-overline-from-center:focus:before, .hvr-overline-from-center:active:before {
  left: 0;
  right: 0;
}

/* Overline From Right */
.hvr-overline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-overline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  top: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-from-right:hover:before, .hvr-overline-from-right:focus:before, .hvr-overline-from-right:active:before {
  left: 0;
}

/* Reveal */
.hvr-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-color: #2098D1;
  border-style: solid;
  border-width: 0;
  -webkit-transition-property: border-width;
  transition-property: border-width;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-reveal:hover:before, .hvr-reveal:focus:before, .hvr-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-width: 4px;
}

/* Underline Reveal */
.hvr-underline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-reveal:hover:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* Overline Reveal */
.hvr-overline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-overline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-reveal:hover:before, .hvr-overline-reveal:focus:before, .hvr-overline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* SHADOW/GLOW TRANSITIONS */
/* Glow */
.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* Shadow */
.hvr-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-shadow:hover, .hvr-shadow:focus, .hvr-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

/* Grow Shadow */
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}
.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Box Shadow Outset */
.hvr-box-shadow-outset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-box-shadow-outset:hover, .hvr-box-shadow-outset:focus, .hvr-box-shadow-outset:active {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

/* Box Shadow Inset */
.hvr-box-shadow-inset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0); /* Hack to improve aliasing on mobile/tablet devices */
}
.hvr-box-shadow-inset:hover, .hvr-box-shadow-inset:focus, .hvr-box-shadow-inset:active {
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0); /* Hack to improve aliasing on mobile/tablet devices */
}

/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%); /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

/* Shadow Radial */
.hvr-shadow-radial {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-shadow-radial:before, .hvr-shadow-radial:after {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  height: 5px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.hvr-shadow-radial:before {
  bottom: 100%;
  background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}
.hvr-shadow-radial:after {
  top: 100%;
  background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}
.hvr-shadow-radial:hover:before, .hvr-shadow-radial:focus:before, .hvr-shadow-radial:active:before, .hvr-shadow-radial:hover:after, .hvr-shadow-radial:focus:after, .hvr-shadow-radial:active:after {
  opacity: 1;
}

/* SPEECH BUBBLES */
/* Bubble Top */
.hvr-bubble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-bubble-top:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  left: calc(50% - 10px);
  top: 0;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e1e1e1 transparent;
}
.hvr-bubble-top:hover:before, .hvr-bubble-top:focus:before, .hvr-bubble-top:active:before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

/* Bubble Right */
.hvr-bubble-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-bubble-right:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  top: calc(50% - 10px);
  right: 0;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
}
.hvr-bubble-right:hover:before, .hvr-bubble-right:focus:before, .hvr-bubble-right:active:before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

/* Bubble Bottom */
.hvr-bubble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-bubble-bottom:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  left: calc(50% - 10px);
  bottom: 0;
  border-width: 10px 10px 0 10px;
  border-color: #e1e1e1 transparent transparent transparent;
}
.hvr-bubble-bottom:hover:before, .hvr-bubble-bottom:focus:before, .hvr-bubble-bottom:active:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

/* Bubble Left */
.hvr-bubble-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-bubble-left:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  top: calc(50% - 10px);
  left: 0;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
}
.hvr-bubble-left:hover:before, .hvr-bubble-left:focus:before, .hvr-bubble-left:active:before {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

/* Bubble Float Top */
.hvr-bubble-float-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-top:before {
  position: absolute;
  z-index: -1;
  content: "";
  left: calc(50% - 10px);
  top: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e1e1e1 transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-top:hover, .hvr-bubble-float-top:focus, .hvr-bubble-float-top:active {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.hvr-bubble-float-top:hover:before, .hvr-bubble-float-top:focus:before, .hvr-bubble-float-top:active:before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

/* Bubble Float Right */
.hvr-bubble-float-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-right:before {
  position: absolute;
  z-index: -1;
  top: calc(50% - 10px);
  right: 0;
  content: "";
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-right:hover, .hvr-bubble-float-right:focus, .hvr-bubble-float-right:active {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.hvr-bubble-float-right:hover:before, .hvr-bubble-float-right:focus:before, .hvr-bubble-float-right:active:before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

/* Bubble Float Bottom */
.hvr-bubble-float-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-bottom:before {
  position: absolute;
  z-index: -1;
  content: "";
  left: calc(50% - 10px);
  bottom: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #e1e1e1 transparent transparent transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-bottom:hover, .hvr-bubble-float-bottom:focus, .hvr-bubble-float-bottom:active {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.hvr-bubble-float-bottom:hover:before, .hvr-bubble-float-bottom:focus:before, .hvr-bubble-float-bottom:active:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

/* Bubble Float Left */
.hvr-bubble-float-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-left:before {
  position: absolute;
  z-index: -1;
  content: "";
  top: calc(50% - 10px);
  left: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-left:hover, .hvr-bubble-float-left:focus, .hvr-bubble-float-left:active {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.hvr-bubble-float-left:hover:before, .hvr-bubble-float-left:focus:before, .hvr-bubble-float-left:active:before {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

/* ICONS */
/* Icon Back */
.hvr-icon-back {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-back .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-back:hover .hvr-icon, .hvr-icon-back:focus .hvr-icon, .hvr-icon-back:active .hvr-icon {
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px);
}

/* Icon Forward */
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-forward .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-forward:hover .hvr-icon, .hvr-icon-forward:focus .hvr-icon, .hvr-icon-forward:active .hvr-icon {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

/* Icon Down */
@-webkit-keyframes hvr-icon-down {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%, 75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes hvr-icon-down {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%, 75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
/* Icon Down */
.hvr-icon-down {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-icon-down .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-down:hover .hvr-icon, .hvr-icon-down:focus .hvr-icon, .hvr-icon-down:active .hvr-icon {
  -webkit-animation-name: hvr-icon-down;
  animation-name: hvr-icon-down;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* Icon Up */
@-webkit-keyframes hvr-icon-up {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%, 75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-up {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%, 75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
/* Icon Up */
.hvr-icon-up {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-icon-up .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-up:hover .hvr-icon, .hvr-icon-up:focus .hvr-icon, .hvr-icon-up:active .hvr-icon {
  -webkit-animation-name: hvr-icon-up;
  animation-name: hvr-icon-up;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* Icon Spin */
.hvr-icon-spin {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-icon-spin .hvr-icon {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.hvr-icon-spin:hover .hvr-icon, .hvr-icon-spin:focus .hvr-icon, .hvr-icon-spin:active .hvr-icon {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

/* Icon Drop */
@-webkit-keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51%, 100% {
    opacity: 1;
  }
}
@keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51%, 100% {
    opacity: 1;
  }
}
/* Icon Drop */
.hvr-icon-drop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-icon-drop .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-drop:hover .hvr-icon, .hvr-icon-drop:focus .hvr-icon, .hvr-icon-drop:active .hvr-icon {
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-animation-name: hvr-icon-drop;
  animation-name: hvr-icon-drop;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Icon Fade */
.hvr-icon-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-icon-fade .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color;
  transition-property: color;
}
.hvr-icon-fade:hover .hvr-icon, .hvr-icon-fade:focus .hvr-icon, .hvr-icon-fade:active .hvr-icon {
  color: #0F9E5E;
}

/* Icon Float Away */
@-webkit-keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}
@keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}
/* Icon Float Away */
.hvr-icon-float-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-icon-float-away .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.hvr-icon-float-away:hover .hvr-icon, .hvr-icon-float-away:focus .hvr-icon, .hvr-icon-float-away:active .hvr-icon {
  -webkit-animation-name: hvr-icon-float-away;
  animation-name: hvr-icon-float-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* Icon Sink Away */
@-webkit-keyframes hvr-icon-sink-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }
}
@keyframes hvr-icon-sink-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }
}
/* Icon Sink Away */
.hvr-icon-sink-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-icon-sink-away .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.hvr-icon-sink-away:hover .hvr-icon, .hvr-icon-sink-away:focus .hvr-icon, .hvr-icon-sink-away:active .hvr-icon {
  -webkit-animation-name: hvr-icon-sink-away;
  animation-name: hvr-icon-sink-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* Icon Grow */
.hvr-icon-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-grow .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-grow:hover .hvr-icon, .hvr-icon-grow:focus .hvr-icon, .hvr-icon-grow:active .hvr-icon {
  -webkit-transform: scale(1.3) translateZ(0);
  transform: scale(1.3) translateZ(0);
}

/* Icon Shrink */
.hvr-icon-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-shrink .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-shrink:hover .hvr-icon, .hvr-icon-shrink:focus .hvr-icon, .hvr-icon-shrink:active .hvr-icon {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

/* Icon Pulse */
@-webkit-keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.hvr-icon-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-icon-pulse .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-pulse:hover .hvr-icon, .hvr-icon-pulse:focus .hvr-icon, .hvr-icon-pulse:active .hvr-icon {
  -webkit-animation-name: hvr-icon-pulse;
  animation-name: hvr-icon-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Icon Pulse Grow */
@-webkit-keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
@keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
.hvr-icon-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-icon-pulse-grow .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-pulse-grow:hover .hvr-icon, .hvr-icon-pulse-grow:focus .hvr-icon, .hvr-icon-pulse-grow:active .hvr-icon {
  -webkit-animation-name: hvr-icon-pulse-grow;
  animation-name: hvr-icon-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Icon Pulse Shrink */
@-webkit-keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.hvr-icon-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-icon-pulse-shrink .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-pulse-shrink:hover .hvr-icon, .hvr-icon-pulse-shrink:focus .hvr-icon, .hvr-icon-pulse-shrink:active .hvr-icon {
  -webkit-animation-name: hvr-icon-pulse-shrink;
  animation-name: hvr-icon-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Icon Push */
@-webkit-keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
.hvr-icon-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-push .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-push:hover .hvr-icon, .hvr-icon-push:focus .hvr-icon, .hvr-icon-push:active .hvr-icon {
  -webkit-animation-name: hvr-icon-push;
  animation-name: hvr-icon-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Icon Pop */
@-webkit-keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
.hvr-icon-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-pop .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-pop:hover .hvr-icon, .hvr-icon-pop:focus .hvr-icon, .hvr-icon-pop:active .hvr-icon {
  -webkit-animation-name: hvr-icon-pop;
  animation-name: hvr-icon-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Icon Bounce */
.hvr-icon-bounce {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-bounce .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-bounce:hover .hvr-icon, .hvr-icon-bounce:focus .hvr-icon, .hvr-icon-bounce:active .hvr-icon {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Icon Rotate */
.hvr-icon-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-rotate .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-rotate:hover .hvr-icon, .hvr-icon-rotate:focus .hvr-icon, .hvr-icon-rotate:active .hvr-icon {
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

/* Icon Grow Rotate */
.hvr-icon-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-grow-rotate .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-grow-rotate:hover .hvr-icon, .hvr-icon-grow-rotate:focus .hvr-icon, .hvr-icon-grow-rotate:active .hvr-icon {
  -webkit-transform: scale(1.5) rotate(12deg);
  transform: scale(1.5) rotate(12deg);
}

/* Icon Float */
.hvr-icon-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-float .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-float:hover .hvr-icon, .hvr-icon-float:focus .hvr-icon, .hvr-icon-float:active .hvr-icon {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

/* Icon Sink */
.hvr-icon-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-sink .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-sink:hover .hvr-icon, .hvr-icon-sink:focus .hvr-icon, .hvr-icon-sink:active .hvr-icon {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

/* Icon Bob */
@-webkit-keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@-webkit-keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
.hvr-icon-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-bob .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-bob:hover .hvr-icon, .hvr-icon-bob:focus .hvr-icon, .hvr-icon-bob:active .hvr-icon {
  -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
  animation-name: hvr-icon-bob-float, hvr-icon-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Icon Hang */
@-webkit-keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-webkit-keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
.hvr-icon-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-hang .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-hang:hover .hvr-icon, .hvr-icon-hang:focus .hvr-icon, .hvr-icon-hang:active .hvr-icon {
  -webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.hvr-icon-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-wobble-horizontal .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-wobble-horizontal:hover .hvr-icon, .hvr-icon-wobble-horizontal:focus .hvr-icon, .hvr-icon-wobble-horizontal:active .hvr-icon {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Icon Wobble Vertical */
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.hvr-icon-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-wobble-vertical .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-wobble-vertical:hover .hvr-icon, .hvr-icon-wobble-vertical:focus .hvr-icon, .hvr-icon-wobble-vertical:active .hvr-icon {
  -webkit-animation-name: hvr-icon-wobble-vertical;
  animation-name: hvr-icon-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Icon Buzz */
@-webkit-keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
.hvr-icon-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-buzz .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-buzz:hover .hvr-icon, .hvr-icon-buzz:focus .hvr-icon, .hvr-icon-buzz:active .hvr-icon {
  -webkit-animation-name: hvr-icon-buzz;
  animation-name: hvr-icon-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Icon Buzz Out */
@-webkit-keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.hvr-icon-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-buzz-out .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-buzz-out:hover .hvr-icon, .hvr-icon-buzz-out:focus .hvr-icon, .hvr-icon-buzz-out:active .hvr-icon {
  -webkit-animation-name: hvr-icon-buzz-out;
  animation-name: hvr-icon-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* CURLS */
/* Curl Top Left */
.hvr-curl-top-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-curl-top-left:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: white; /* IE9 */
  background: linear-gradient(135deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr="#ffffff", endColorstr="#000000"); /*For IE7-8-9*/
  z-index: 1000;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.hvr-curl-top-left:hover:before, .hvr-curl-top-left:focus:before, .hvr-curl-top-left:active:before {
  width: 25px;
  height: 25px;
}

/* Curl Top Right */
.hvr-curl-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-curl-top-right:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  top: 0;
  right: 0;
  background: white; /* IE9 */
  background: linear-gradient(225deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.hvr-curl-top-right:hover:before, .hvr-curl-top-right:focus:before, .hvr-curl-top-right:active:before {
  width: 25px;
  height: 25px;
}

/* Curl Bottom Right */
.hvr-curl-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-curl-bottom-right:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  bottom: 0;
  right: 0;
  background: white; /* IE9 */
  background: linear-gradient(315deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.hvr-curl-bottom-right:hover:before, .hvr-curl-bottom-right:focus:before, .hvr-curl-bottom-right:active:before {
  width: 25px;
  height: 25px;
}

/* Curl Bottom Left */
.hvr-curl-bottom-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-curl-bottom-left:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  bottom: 0;
  left: 0;
  background: white; /* IE9 */
  background: linear-gradient(45deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.hvr-curl-bottom-left:hover:before, .hvr-curl-bottom-left:focus:before, .hvr-curl-bottom-left:active:before {
  width: 25px;
  height: 25px;
}

/*
-------------------------------------------/
		text-colors / font-colors
-------------------------------------------
*/
.text-color-darkviolet,
p.text-color-darkviolet,
.text-color-darkviolet p,
a.text-color-darkviolet,
.text-color-darkviolet a {
  color: #480092;
}

.text-color-darkviolet-hover:hover div,
.text-color-darkviolet-hover:hover a,
a.text-color-darkviolet-hover:hover,
p.text-color-darkviolet-hover:hover,
.text-color-darkviolet-hover:hover {
  color: #480092;
}

.text-color-darkblue,
p.text-color-darkblue,
.text-color-darkblue p,
a.text-color-darkblue,
.text-color-darkblue a {
  color: #053e9d;
}

.text-color-darkblue-hover:hover div,
.text-color-darkblue-hover:hover a,
a.text-color-darkblue-hover:hover,
p.text-color-darkblue-hover:hover,
.text-color-darkblue-hover:hover {
  color: #053e9d;
}

.text-color-sapphire,
p.text-color-sapphire,
.text-color-sapphire p,
a.text-color-sapphire,
.text-color-sapphire a {
  color: #0C1C6A;
}

.text-color-sapphire-hover:hover div,
.text-color-sapphire-hover:hover a,
a.text-color-sapphire-hover:hover,
p.text-color-sapphire-hover:hover,
.text-color-sapphire-hover:hover {
  color: #0C1C6A;
}

.text-color-cobalt,
p.text-color-cobalt,
.text-color-cobalt p,
a.text-color-cobalt,
.text-color-cobalt a {
  color: #0f46a0;
}

.text-color-cobalt-hover:hover div,
.text-color-cobalt-hover:hover a,
a.text-color-cobalt-hover:hover,
p.text-color-cobalt-hover:hover,
.text-color-cobalt-hover:hover {
  color: #0f46a0;
}

.text-color-night-rider,
p.text-color-night-rider,
.text-color-night-rider p,
a.text-color-night-rider,
.text-color-night-rider a {
  color: #333333;
}

.text-color-night-rider-hover:hover div,
.text-color-night-rider-hover:hover a,
a.text-color-night-rider-hover:hover,
p.text-color-night-rider-hover:hover,
.text-color-night-rider-hover:hover {
  color: #333333;
}

.text-color-white,
p.text-color-white,
.text-color-white p,
a.text-color-white,
.text-color-white a {
  color: #ffffff;
}

.text-color-white-hover:hover div,
.text-color-white-hover:hover a,
a.text-color-white-hover:hover,
p.text-color-white-hover:hover,
.text-color-white-hover:hover {
  color: #ffffff;
}

.text-color-blue,
p.text-color-blue,
.text-color-blue p,
a.text-color-blue,
.text-color-blue a {
  color: #1300ff;
}

.text-color-blue-hover:hover div,
.text-color-blue-hover:hover a,
a.text-color-blue-hover:hover,
p.text-color-blue-hover:hover,
.text-color-blue-hover:hover {
  color: #1300ff;
}

.text-color-casper,
p.text-color-casper,
.text-color-casper p,
a.text-color-casper,
.text-color-casper a {
  color: #b1b8ba;
}

.text-color-casper-hover:hover div,
.text-color-casper-hover:hover a,
a.text-color-casper-hover:hover,
p.text-color-casper-hover:hover,
.text-color-casper-hover:hover {
  color: #b1b8ba;
}

.text-color-eclipse,
p.text-color-eclipse,
.text-color-eclipse p,
a.text-color-eclipse,
.text-color-eclipse a {
  color: #373737;
}

.text-color-eclipse-hover:hover div,
.text-color-eclipse-hover:hover a,
a.text-color-eclipse-hover:hover,
p.text-color-eclipse-hover:hover,
.text-color-eclipse-hover:hover {
  color: #373737;
}

.text-color-matterhorn,
p.text-color-matterhorn,
.text-color-matterhorn p,
a.text-color-matterhorn,
.text-color-matterhorn a {
  color: #4f4f4f;
}

.text-color-matterhorn-hover:hover div,
.text-color-matterhorn-hover:hover a,
a.text-color-matterhorn-hover:hover,
p.text-color-matterhorn-hover:hover,
.text-color-matterhorn-hover:hover {
  color: #4f4f4f;
}

.text-color-nero,
p.text-color-nero,
.text-color-nero p,
a.text-color-nero,
.text-color-nero a {
  color: #2b2a2a;
}

.text-color-nero-hover:hover div,
.text-color-nero-hover:hover a,
a.text-color-nero-hover:hover,
p.text-color-nero-hover:hover,
.text-color-nero-hover:hover {
  color: #2b2a2a;
}

.text-color-cerulean-blue,
p.text-color-cerulean-blue,
.text-color-cerulean-blue p,
a.text-color-cerulean-blue,
.text-color-cerulean-blue a {
  color: #1f52d2;
}

.text-color-cerulean-blue-hover:hover div,
.text-color-cerulean-blue-hover:hover a,
a.text-color-cerulean-blue-hover:hover,
p.text-color-cerulean-blue-hover:hover,
.text-color-cerulean-blue-hover:hover {
  color: #1f52d2;
}

.text-color-portage,
p.text-color-portage,
.text-color-portage p,
a.text-color-portage,
.text-color-portage a {
  color: #8fa7de;
}

.text-color-portage-hover:hover div,
.text-color-portage-hover:hover a,
a.text-color-portage-hover:hover,
p.text-color-portage-hover:hover,
.text-color-portage-hover:hover {
  color: #8fa7de;
}

.text-color-perano,
p.text-color-perano,
.text-color-perano p,
a.text-color-perano,
.text-color-perano a {
  color: #9fade2;
}

.text-color-perano-hover:hover div,
.text-color-perano-hover:hover a,
a.text-color-perano-hover:hover,
p.text-color-perano-hover:hover,
.text-color-perano-hover:hover {
  color: #9fade2;
}

.text-color-midnight-blue,
p.text-color-midnight-blue,
.text-color-midnight-blue p,
a.text-color-midnight-blue,
.text-color-midnight-blue a {
  color: #1f2768;
}

.text-color-midnight-blue-hover:hover div,
.text-color-midnight-blue-hover:hover a,
a.text-color-midnight-blue-hover:hover,
p.text-color-midnight-blue-hover:hover,
.text-color-midnight-blue-hover:hover {
  color: #1f2768;
}

/*
-------------------------------------------
			text-size

default size(18px)
https://websemantics.uk/tools/convert-pixel-point-em-rem-percent/

-------------------------------------------
*/
.text-size-very-small {
  font-size: 0.722rem;
}

.text-size-small {
  font-size: 0.833rem;
}

.text-size-normal {
  font-size: 1rem;
}

.text-size-middle {
  font-size: 1.3rem;
}
@media (max-width: 1200px) {
  .text-size-middle {
    font-size: calc(1.255rem + 0.06vw);
  }
}

.text-size-small-block-title {
  font-size: 1.88rem;
}
@media (max-width: 1200px) {
  .text-size-small-block-title {
    font-size: calc(1.313rem + 0.756vw);
  }
}

.text-size-very-small-block-title {
  font-size: 1.4rem;
}
@media (max-width: 1200px) {
  .text-size-very-small-block-title {
    font-size: calc(1.265rem + 0.18vw);
  }
}

.text-size-block-title {
  font-size: 2.5rem;
}
@media (max-width: 1200px) {
  .text-size-block-title {
    font-size: calc(1.375rem + 1.5vw);
  }
}

.text-size-very-big {
  font-size: 2.7rem;
}
@media (max-width: 1200px) {
  .text-size-very-big {
    font-size: calc(1.395rem + 1.74vw);
  }
}

.text-size-huge {
  font-size: 4.44rem;
}
@media (max-width: 1200px) {
  .text-size-huge {
    font-size: calc(1.569rem + 3.828vw);
  }
}

/*
-------------------------------------------
			hover text colors
-------------------------------------------
*/
.text-color-white-hover:hover {
  color: #ffffff !important;
}
.text-color-white-hover:hover a, .text-color-white-hover:hover i, .text-color-white-hover:hover svg {
  color: #ffffff !important;
  text-decoration: none !important;
}

/*
		font weight 100-800
		use: <div class="font-weight-300">
*/
.font-weight-100 {
  font-weight: 100 !important;
}

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

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

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

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

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

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

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

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

/*
		line-height 100-1000%, step 10
		use: <div class="line-height-300">
*/
.line-height-1000 {
  line-height: 1000% !important;
}

.line-height-990 {
  line-height: 990% !important;
}

.line-height-980 {
  line-height: 980% !important;
}

.line-height-970 {
  line-height: 970% !important;
}

.line-height-960 {
  line-height: 960% !important;
}

.line-height-950 {
  line-height: 950% !important;
}

.line-height-940 {
  line-height: 940% !important;
}

.line-height-930 {
  line-height: 930% !important;
}

.line-height-920 {
  line-height: 920% !important;
}

.line-height-910 {
  line-height: 910% !important;
}

.line-height-900 {
  line-height: 900% !important;
}

.line-height-890 {
  line-height: 890% !important;
}

.line-height-880 {
  line-height: 880% !important;
}

.line-height-870 {
  line-height: 870% !important;
}

.line-height-860 {
  line-height: 860% !important;
}

.line-height-850 {
  line-height: 850% !important;
}

.line-height-840 {
  line-height: 840% !important;
}

.line-height-830 {
  line-height: 830% !important;
}

.line-height-820 {
  line-height: 820% !important;
}

.line-height-810 {
  line-height: 810% !important;
}

.line-height-800 {
  line-height: 800% !important;
}

.line-height-790 {
  line-height: 790% !important;
}

.line-height-780 {
  line-height: 780% !important;
}

.line-height-770 {
  line-height: 770% !important;
}

.line-height-760 {
  line-height: 760% !important;
}

.line-height-750 {
  line-height: 750% !important;
}

.line-height-740 {
  line-height: 740% !important;
}

.line-height-730 {
  line-height: 730% !important;
}

.line-height-720 {
  line-height: 720% !important;
}

.line-height-710 {
  line-height: 710% !important;
}

.line-height-700 {
  line-height: 700% !important;
}

.line-height-690 {
  line-height: 690% !important;
}

.line-height-680 {
  line-height: 680% !important;
}

.line-height-670 {
  line-height: 670% !important;
}

.line-height-660 {
  line-height: 660% !important;
}

.line-height-650 {
  line-height: 650% !important;
}

.line-height-640 {
  line-height: 640% !important;
}

.line-height-630 {
  line-height: 630% !important;
}

.line-height-620 {
  line-height: 620% !important;
}

.line-height-610 {
  line-height: 610% !important;
}

.line-height-600 {
  line-height: 600% !important;
}

.line-height-590 {
  line-height: 590% !important;
}

.line-height-580 {
  line-height: 580% !important;
}

.line-height-570 {
  line-height: 570% !important;
}

.line-height-560 {
  line-height: 560% !important;
}

.line-height-550 {
  line-height: 550% !important;
}

.line-height-540 {
  line-height: 540% !important;
}

.line-height-530 {
  line-height: 530% !important;
}

.line-height-520 {
  line-height: 520% !important;
}

.line-height-510 {
  line-height: 510% !important;
}

.line-height-500 {
  line-height: 500% !important;
}

.line-height-490 {
  line-height: 490% !important;
}

.line-height-480 {
  line-height: 480% !important;
}

.line-height-470 {
  line-height: 470% !important;
}

.line-height-460 {
  line-height: 460% !important;
}

.line-height-450 {
  line-height: 450% !important;
}

.line-height-440 {
  line-height: 440% !important;
}

.line-height-430 {
  line-height: 430% !important;
}

.line-height-420 {
  line-height: 420% !important;
}

.line-height-410 {
  line-height: 410% !important;
}

.line-height-400 {
  line-height: 400% !important;
}

.line-height-390 {
  line-height: 390% !important;
}

.line-height-380 {
  line-height: 380% !important;
}

.line-height-370 {
  line-height: 370% !important;
}

.line-height-360 {
  line-height: 360% !important;
}

.line-height-350 {
  line-height: 350% !important;
}

.line-height-340 {
  line-height: 340% !important;
}

.line-height-330 {
  line-height: 330% !important;
}

.line-height-320 {
  line-height: 320% !important;
}

.line-height-310 {
  line-height: 310% !important;
}

.line-height-300 {
  line-height: 300% !important;
}

.line-height-290 {
  line-height: 290% !important;
}

.line-height-280 {
  line-height: 280% !important;
}

.line-height-270 {
  line-height: 270% !important;
}

.line-height-260 {
  line-height: 260% !important;
}

.line-height-250 {
  line-height: 250% !important;
}

.line-height-240 {
  line-height: 240% !important;
}

.line-height-230 {
  line-height: 230% !important;
}

.line-height-220 {
  line-height: 220% !important;
}

.line-height-210 {
  line-height: 210% !important;
}

.line-height-200 {
  line-height: 200% !important;
}

.line-height-190 {
  line-height: 190% !important;
}

.line-height-180 {
  line-height: 180% !important;
}

.line-height-170 {
  line-height: 170% !important;
}

.line-height-160 {
  line-height: 160% !important;
}

.line-height-150 {
  line-height: 150% !important;
}

.line-height-140 {
  line-height: 140% !important;
}

.line-height-130 {
  line-height: 130% !important;
}

.line-height-120 {
  line-height: 120% !important;
}

.line-height-110 {
  line-height: 110% !important;
}

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

/* main page carousel */
.carousel-fullscreen .carousel-inner .carousel-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0 !important;
  transition: opacity ease-in-out 0.7s;
}
.carousel-fullscreen .carousel-inner .carousel-item.active {
  opacity: 1 !important;
}
.carousel-fullscreen .wrapper-carousel-controls {
  color: #ffffff;
  bottom: 30%;
  left: 7%;
}
@media (min-width: 992px) and (max-width: 1365.98px) {
  .carousel-fullscreen .wrapper-carousel-controls {
    bottom: 20%;
  }
}
.carousel-fullscreen .wrapper-carousel-controls .arrow-left,
.carousel-fullscreen .wrapper-carousel-controls .arrow-right {
  background: rgba(255, 255, 255, 0.3);
}
@media (min-width: 1366px) and (max-width: 1599.98px) {
  .carousel-fullscreen .wrapper-carousel-controls .arrow-left .arrow-left,
  .carousel-fullscreen .wrapper-carousel-controls .arrow-left .arrow-right,
  .carousel-fullscreen .wrapper-carousel-controls .arrow-right .arrow-left,
  .carousel-fullscreen .wrapper-carousel-controls .arrow-right .arrow-right {
    font-size: 5rem;
  }
}
@media (min-width: 1366px) and (max-width: 1599.98px) and (max-width: 1200px) {
  .carousel-fullscreen .wrapper-carousel-controls .arrow-left .arrow-left,
  .carousel-fullscreen .wrapper-carousel-controls .arrow-left .arrow-right,
  .carousel-fullscreen .wrapper-carousel-controls .arrow-right .arrow-left,
  .carousel-fullscreen .wrapper-carousel-controls .arrow-right .arrow-right {
    font-size: calc(1.625rem + 4.5vw);
  }
}
.carousel-fullscreen .wrapper-carousel-controls .arrow-left:hover,
.carousel-fullscreen .wrapper-carousel-controls .arrow-right:hover {
  background: rgba(31, 82, 210, 0.6);
}
.carousel-fullscreen .carousel-caption {
  top: 40%;
  bottom: auto;
  transform: translateY(-50%);
  left: 7%;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (max-width: 575.98px) {
  .carousel-fullscreen .carousel-caption .carousel-title {
    font-size: 2.7rem;
  }
}
@media (max-width: 575.98px) and (max-width: 1200px) {
  .carousel-fullscreen .carousel-caption .carousel-title {
    font-size: calc(1.395rem + 1.74vw);
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .carousel-fullscreen .carousel-caption .carousel-title {
    font-size: 2.7rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) and (max-width: 1200px) {
  .carousel-fullscreen .carousel-caption .carousel-title {
    font-size: calc(1.395rem + 1.74vw);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .carousel-fullscreen .carousel-caption .carousel-title {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) and (max-width: 1200px) {
  .carousel-fullscreen .carousel-caption .carousel-title {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (min-width: 992px) and (max-width: 1365.98px) {
  .carousel-fullscreen .carousel-caption .carousel-title {
    font-size: 2.7rem;
  }
}
@media (min-width: 992px) and (max-width: 1365.98px) and (max-width: 1200px) {
  .carousel-fullscreen .carousel-caption .carousel-title {
    font-size: calc(1.395rem + 1.74vw);
  }
}
@media (min-width: 1366px) and (max-width: 1599.98px) {
  .carousel-fullscreen .carousel-caption .carousel-title {
    font-size: 3rem;
  }
}
@media (min-width: 1366px) and (max-width: 1599.98px) and (max-width: 1200px) {
  .carousel-fullscreen .carousel-caption .carousel-title {
    font-size: calc(1.425rem + 2.1vw);
  }
}
@media (min-width: 1600px) and (max-width: 1920.98px) {
  .carousel-fullscreen .carousel-caption .carousel-title {
    font-size: 4.5rem;
  }
}
@media (min-width: 1600px) and (max-width: 1920.98px) and (max-width: 1200px) {
  .carousel-fullscreen .carousel-caption .carousel-title {
    font-size: calc(1.575rem + 3.9vw);
  }
}
@media (min-width: 1921px) {
  .carousel-fullscreen .carousel-caption .carousel-title {
    font-size: 4.5rem;
  }
}
@media (min-width: 1921px) and (max-width: 1200px) {
  .carousel-fullscreen .carousel-caption .carousel-title {
    font-size: calc(1.575rem + 3.9vw);
  }
}
.carousel-fullscreen .carousel-caption .carousel-small-text {
  font-size: 1.1rem;
}
@media (min-width: 1366px) and (max-width: 1599.98px) {
  .carousel-fullscreen .carousel-caption .carousel-small-text {
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .carousel-fullscreen .carousel-caption {
    top: 20%;
  }
}
@media (max-width: 767px) {
  .carousel-fullscreen .carousel-caption {
    top: 30%;
  }
}
.carousel-fullscreen .carousel-indicators {
  position: absolute;
  width: 20px;
  left: 93%;
  transition: opacity ease-in-out 0.7s;
  top: unset;
  bottom: unset;
  top: 45%;
  bottom: auto;
  transform: translateY(-45%);
  margin-right: unset;
  margin-left: unset;
}
.carousel-fullscreen .carousel-indicators .indicator-item {
  height: 7px;
  width: 7px;
  border: 7px solid rgba(0, 0, 0, 0);
  border-radius: 90%;
  background-color: #dbcece;
  display: block;
  float: right;
}
.carousel-fullscreen .carousel-indicators .indicator-item:hover {
  background: #1f52d2;
  border: solid #4c69a2 7px;
  transition: opacity 0.45s cubic-bezier(0.5, 1, 0.33, 1), transform 0.45s ease-in-out, border-color 0.45s cubic-bezier(0.5, 1, 0.33, 1), color 0.45s cubic-bezier(0.5, 1, 0.33, 1), background-color 0.45s cubic-bezier(0.5, 1, 0.33, 1), box-shadow 0.45s cubic-bezier(0.5, 1, 0.33, 1);
}
.carousel-fullscreen .carousel-indicators .indicator-item.active {
  background: #1f52d2;
  border: solid #4c69a2 7px;
}

.carousel.carousel-fade .carousel-item.active {
  opacity: 1 !important;
}

.carousel.carousel-fade .carousel-item:first-child {
  top: auto;
  position: relative;
  transition: opacity ease-in-out 0.7s;
}

.border *,
.border div,
.border span,
.border td,
.border li,
.border img {
  border: solid red 1px !important;
}

.border-green *,
.border-green div,
.border-green span,
.border-green td,
.border-green li,
.border-green img {
  border: solid green 1px !important;
}

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

.z-index-1000 {
  z-index: 1000;
}

.no-narrow {
  padding-right: 0px;
  padding-left: 0px;
}

.bg-image-bottom-right {
  background-position: bottom right;
  background-repeat: no-repeat;
}

figure {
  margin: 0px !important;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: none;
}

.outside-booleans-list {
  list-style-position: outside;
}

.container-fluid-padding {
  padding-left: 5% !important;
  padding-right: 5% !important;
}

a[role=tab] {
  font-weight: 300;
}
a[role=tab].active {
  font-weight: 600;
  color: #1f52d2;
}

@media (max-width: 575px) {
  .logo-list .logo-item:nth-last-child(1) {
    border-left: solid #f6f7fa 1px;
    border-bottom: none;
  }
  .logo-list .logo-item:nth-child(2n+1) {
    border-right: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .logo-list .logo-item:nth-last-child(1) {
    border-left: solid #f6f7fa 1px;
    border-bottom: none;
  }
  .logo-list .logo-item:nth-child(3n+1) {
    border-right: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .logo-list .logo-item:nth-last-child(1) {
    border-left: solid #f6f7fa 1px;
    border-bottom: none;
  }
  .logo-list .logo-item:nth-child(3n+1) {
    border-right: none;
  }
}
@media (min-width: 992px) and (max-width: 1365px) {
  .logo-list .logo-item:nth-last-child(-n+3) {
    border-left: solid #f6f7fa 1px;
    border-bottom: none;
  }
  .logo-list .logo-item:nth-child(4n+1) {
    border-right: none;
  }
}
@media (min-width: 1366px) {
  .logo-list .logo-item:nth-last-child(1) {
    border-left: solid #f6f7fa 1px;
    border-bottom: none;
  }
  .logo-list .logo-item:nth-child(6n+1) {
    border-right: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .logo-list .attachments {
    margin-top: 21%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .logo-list .attachments {
    margin-top: 29%;
  }
}
@media (min-width: 1366px) and (max-width: 1599.98px) {
  .logo-list .attachments {
    margin-top: 20%;
  }
}
@media (min-width: 1600px) and (max-width: 1920.98px) {
  .logo-list .attachments {
    margin-top: 21%;
  }
}
@media (min-width: 1921px) {
  .logo-list .attachments {
    margin-top: 20%;
  }
}

.block-border-right:not(:last-of-type) {
  border-right: solid #8ca7e8 1px;
}

.shadow-hover {
  cursor: pointer;
  transition: all 0.45s ease-out(0.23, 1, 0.32, 1) 0ms;
}
.shadow-hover:hover {
  transition: all 0.45s ease-out(0.23, 1, 0.32, 1) 0ms;
  transition-property: all;
  transition-duration: 0.45s;
  transition-timing-function: ease-out(0.23, 1, 0.32, 1);
  transition-delay: 0ms;
  box-shadow: 2px 2px 4px rgba(76, 103, 124, 0.188235), 2px 2px 15px rgba(0, 0, 0, 0.227451);
}

.navbar {
  padding: 0px;
}

.white_logo {
  z-index: 1010;
  left: 60px;
  top: 22px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.pointer {
  cursor: pointer !important;
}

.vertical-align-bottom {
  display: table-cell;
  vertical-align: bottom;
}

.border-radius-15 {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.border-top-last-0:last-child,
.border-top-last-0:nth-child(3n) {
  border-top: 0px !important;
}

.border-right-last-0:last-child,
.border-right-last-0:nth-child(3n) {
  border-right: 0px !important;
}

.border-bottom-last-0:last-child,
.border-bottom-last-0:nth-child(3n) {
  border-bottom: 0px !important;
}

.border-left-last-0:last-child,
.border-left-last-0:nth-child(3n) {
  border-left: 0px !important;
}

.main_business_areas {
  margin-top: -200px;
}
.main_business_areas a, .main_business_areas div {
  color: #ffffff;
  font-family: "Ubuntu", sans-serif;
  transition: 0.3s;
}
.main_business_areas .active a, .main_business_areas .active a:hover {
  font-weight: 600;
}
.main_business_areas .active .bg-horizontal-line-hidden {
  display: block;
}
.main_business_areas .active .bg-horizontal-line {
  display: block;
  background-repeat: no-repeat;
  background-position: center left;
  background-image: url("../images/background-horizontal-line-hover.png");
}
.main_business_areas .bg-horizontal-line-hidden {
  display: none;
}
.main_business_areas .business-line:hover .bg-horizontal-line-hidden {
  display: block;
  background: none;
}
.main_business_areas .business-line:hover .bg-horizontal-line {
  display: block;
  background-repeat: no-repeat;
  background-position: center left;
  background-image: url("../images/background-horizontal-line-hover.png");
}
.main_business_areas a:hover {
  font-weight: 200;
  text-decoration: none;
}
.main_business_areas .bg-horizontal-line {
  background-image: url("../images/background-horizontal-line.png");
  background-repeat: no-repeat;
  background-position: center left;
}
.main_business_areas .bg-horizontal-line:hover {
  display: block;
  background-image: url("../images/background-horizontal-line-hover.png");
}

.main-careers-icons .big-text {
  font-size: 4.2rem;
}
@media (max-width: 1200px) {
  .main-careers-icons .big-text {
    font-size: calc(1.545rem + 3.54vw);
  }
}

/*
-------------------------------------------
		news
-------------------------------------------
*/
.news-article-info p {
  margin-bottom: 1.4rem;
}
.news-article-info .carousel-indicators {
  position: static;
  width: 100%;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  margin: 15px 0 0;
  text-align: center;
  padding: 0;
}
.news-article-info .carousel-indicators li {
  width: 8px;
  height: 8px;
  background: #1f52d2;
  border-radius: 10px;
  border: solid #ffffff 2px;
  margin: 0px;
  opacity: 1;
}
.news-article-info .carousel-indicators li.active {
  border: solid #1f52d2 2px;
  background: #ffffff;
}

/*
-------------------------------------------
		tables
-------------------------------------------
*/
.table-striped tbody tr:nth-of-type(odd) {
  background: #f5f7fa;
}

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

.table thead th,
.table body td,
.table th,
.table td,
.border-bottom-dashed td {
  border-top: 0px;
  border-bottom: dashed 1px #e0f2fc;
}

/*
-------------------------------------------
footer subscribe form floating form labels
-------------------------------------------
*/
.floating-labels .form-label-group {
  position: relative;
  margin-bottom: 1rem;
}
.floating-labels .form-label-group > input,
.floating-labels .form-label-group > button {
  height: 3.125rem;
  padding: 0.3rem;
}
.floating-labels .form-label-group > label {
  height: 3.125rem;
  padding: 0.75rem;
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0; /* Override default `<label>` margin */
  line-height: 1.5;
  color: transparent;
  pointer-events: none;
  cursor: text; /* Match the input under the label */
  border: 0px solid transparent;
  border-radius: 0.25rem;
  transition: all 0.1s ease-in-out;
}
.floating-labels .form-label-group input::-webkit-input-placeholder, .floating-labels .form-label-group input:-ms-input-placeholder, .floating-labels .form-label-group input::-ms-input-placeholder, .floating-labels .form-label-group input::-moz-placeholder, .floating-labels .form-label-group input::placeholder {
  color: red;
  font-size: 0.722rem;
}
.floating-labels .form-label-group input:not(:placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: 0.25rem;
  color: #777777 !important;
}
.floating-labels .form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  color: #777777 !important;
}

/* Fallback for Edge (using in footer subscrivbe form)
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
  .form-label-group > label {
    display: none;
  }
  .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}
/* Fallback for IE 
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-label-group label {
    display: none;
  }
  .form-label-group input:-ms-input-placeholder {
    color: #777;
  }
}
@media (max-width: 575.98px) {
  .areas-of-expertise-link {
    font-size: 1rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .areas-of-expertise-link {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .areas-of-expertise-link {
    font-size: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1365.98px) {
  .areas-of-expertise-link {
    font-size: 1.1rem;
  }
}
@media (min-width: 1366px) and (max-width: 1599.98px) {
  .areas-of-expertise-link {
    font-size: 1.1rem;
  }
}
@media (min-width: 1600px) and (max-width: 1920.98px) {
  .areas-of-expertise-link {
    font-size: 1.3rem;
  }
}
@media (min-width: 1600px) and (max-width: 1920.98px) and (max-width: 1200px) {
  .areas-of-expertise-link {
    font-size: calc(1.255rem + 0.06vw);
  }
}
@media (min-width: 1921px) {
  .areas-of-expertise-link {
    font-size: 1.5rem;
  }
}
@media (min-width: 1921px) and (max-width: 1200px) {
  .areas-of-expertise-link {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (max-width: 991px) {
  .inline_sliding_menu {
    width: 100%;
    padding: 0.3rem;
    height: 3.8rem;
    overflow: auto;
    white-space: nowrap;
    overflow-y: none;
  }
  .inline_sliding_menu::-webkit-scrollbar {
    width: 10px;
    height: 5px;
  }
  .inline_sliding_menu::-webkit-scrollbar-track {
    background: inherit;
  }
  .inline_sliding_menu::-webkit-scrollbar-thumb {
    background: #888888;
    border-radius: 5px;
    height: 2px;
  }
  .inline_sliding_menu::-webkit-scrollbar-thumb:hover {
    background: #555;
    border-radius: 5px;
  }
}
.line_initial {
  line-height: initial;
}

/*MOBILE MENU*/
#mobile_menu {
  background-color: #f9f9f9;
}
#mobile_menu .card, #mobile_menu .sub_menu_category {
  background-color: #f9f9f9;
}
#mobile_menu .menu_category_link {
  color: #6c6c6c;
}
#mobile_menu .menu_category_link a {
  color: #6c6c6c;
}

.sub_menu_category .header_subcategory {
  background-color: #ededf1;
}

.menu_category .card-header[aria-expanded=true] {
  color: #1f52d2;
}
.menu_category .card-header[aria-expanded=true] .fa-plus {
  display: none;
}
.menu_category .card-header .fa-plus, .menu_category .card-header[aria-expanded=true] .fa-minus {
  color: #1f52d2;
  display: inline-block;
}
.menu_category .card-header .fa-minus {
  display: none;
}

#mobile_menu .menu_back_btn:hover {
  color: #1f52d2;
}

.menu_category .menu_border {
  border-top: 1px solid #ededf1;
}
.menu_category .card-header {
  background-color: inherit;
}

/*MODIFICATION*/
.lang_block .dropdown-menu a {
  color: rgba(0, 0, 0, 0.5);
}
.lang_block .dropdown-menu a.active, .lang_block .dropdown-menu a:hover {
  color: rgba(0, 0, 0, 0.7);
}
.lang_block > a {
  color: rgba(0, 0, 0, 0.5);
}
.lang_block > a:hover {
  color: rgba(0, 0, 0, 0.7);
}

.office_item {
  border-top: solid 1px #ededed;
}

.events_block a:hover {
  text-decoration: none;
}
.events_block .text-color-white {
  border-radius: 5px;
  background-position: center;
  background-size: cover;
}

.block_min_height-3 {
  min-height: 300px;
}

@media (max-width: 991px) {
  .graph_height {
    height: 500px;
  }
  .block_min_height-3 {
    min-height: 300px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .graph_height {
    height: 450px;
  }
  .block_min_height-3 {
    min-height: 295px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .graph_height {
    height: 400px;
  }
  .block_min_height-3 {
    min-height: 290px;
  }
}
@media (max-width: 575px) {
  .graph_height {
    height: 350px;
  }
  .block_min_height-3 {
    min-height: 285px;
  }
}
@media (max-width: 991px) {
  .mr-minus-5 {
    position: absolute;
    left: -5px;
    margin-top: 3px;
  }
}
.video_div div {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.video_div img {
  max-width: 100%;
}

.global_video .overlay {
  min-height: 500px;
}

.video_container {
  color: white;
}
.video_container .modal-content {
  background-color: transparent;
  border: none;
}
.video_container .modal {
  background-color: rgba(0, 0, 0, 0.7);
}
.video_container .modal-header {
  border-bottom: none;
}
.video_container .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video_container .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .video_container .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .video_container .modal-xl {
    width: 90%;
    max-width: 1200px;
  }
}
@media (min-width: 992px) {
  .video_container .modal-lg {
    width: 900px;
  }
}
.group_event {
  vertical-align: bottom;
}
.group_event > div {
  position: absolute;
  max-height: 130px;
  overflow: auto;
  bottom: 1rem;
  left: 1rem;
  width: calc(100% - 2rem);
}

.overlay {
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition: background 0.5s ease-out;
}

a:hover .overlay, .overlay:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
  transition: background 0.5s ease-out;
}

.news_next_img {
  height: 80px;
  width: 80px;
  vertical-align: middle;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/*bootstrap modal body no scroll*/
.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.list-group .navspy {
  width: auto;
  border: none;
  background-color: transparent;
}
.list-group .navspy.active, .list-group .navspy.hover {
  color: #1f52d2;
}

.display_block_hard {
  display: block !important;
}

@media (max-width: 767px) {
  .news-article-info img {
    float: unset !important;
    height: unset !important;
    margin: unset !important;
    width: 100% !important;
  }
}
#newsletter_result_div {
  position: absolute;
  width: 100%;
  top: -12px;
  z-index: 99999;
  padding-right: 1rem;
}
#newsletter_result_div .alert-success {
  background: rgba(255, 255, 255, 0.9);
  border: solid 0.5px #dbe1f3;
  color: #333333;
  box-shadow: 1px 4px 4px 0px #e9ecef;
}
#newsletter_result_div .alert-danger {
  background: rgba(255, 255, 255, 0.9);
  border: solid 0.5px #dbe1f3;
  color: red;
  box-shadow: 1px 4px 4px 0px #e9ecef;
}

.search_block {
  display: none;
}
.search_block.dropdown-menu {
  max-width: 860px;
  min-width: 300px;
  top: auto;
}
@media (max-width: 991px) {
  .search_block.open {
    top: 0;
    display: block;
  }
}
.search_block input.form-control {
  height: auto;
}
.top_menu {
  z-index: 1005;
  position: relative;
}
.top_menu .nav-link {
  font-size: 0.8rem;
  padding: 0px;
  color: #373737 !important;
}
.top_menu .dropdown-toggle::after {
  display: none !important;
}
.top_menu .navbar-toggler {
  color: #373737 !important;
  border: none;
}
.top_menu .navbar-toggler:focus {
  border: 0;
  box-shadow: none;
  outline: none;
}
.top_menu .navbar-toggler .fa-bars {
  display: inline-block;
}
.top_menu .navbar-toggler[data-active=true] .fa-bars, .top_menu .navbar-toggler .fa-times {
  display: none;
}
.top_menu .navbar-toggler[data-active=true] .fa-times {
  display: inline-block;
}
@media (max-width: 991px) {
  .top_menu .nav-link {
    font-size: 22px !important;
  }
  .top_menu .menu-block-title {
    font-size: 20px !important;
  }
  .top_menu .menu-item {
    font-size: 18px !important;
  }
  .top_menu .fa-angle-down {
    top: 10px !important;
  }
  .top_menu .container {
    min-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .top_menu .container .row, .top_menu .container div, .top_menu .container ul, .top_menu .container li {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .top_menu .dropdown-menu {
    border: 0px;
  }
}
.top_menu .nav-item a .fa-angle-down {
  border: solid #ffffff 1px;
  position: relative;
}
.top_menu .nav-item.selected a {
  opacity: 1;
}
.top_menu:hover, .top_menu.open {
  background: #ffffff;
}
.top_menu .dropdown_items {
  border: 0px;
  background: #f9f9f9;
  margin-top: -2px;
}
@media (max-width: 767px) {
  .top_menu .dropdown_items div:first-child ul li:first-child {
    padding-top: 0px;
  }
}
.top_menu .dropdown_items .container .menu-item a {
  text-decoration: none;
  color: #222222;
}
.top_menu .dropdown_items .container .menu-item a:hover {
  color: #0f46a0;
}
.top_menu li ul {
  list-style: none;
  float: left;
}
.top_menu #langsDropdown.dropdown-menu {
  min-width: 5.5rem;
  text-align: center;
  right: -1px;
}

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

.fancybox-active {
  height: auto;
}

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

.fancybox-container {
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
  outline: none;
  position: fixed;
  left: 0;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

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

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image::before {
  display: none;
}

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

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 auto;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  vertical-align: middle;
  text-align: center;
}

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

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

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

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

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

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

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

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

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

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

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

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

.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  left: 0;
  position: absolute;
  top: 0;
}

/* Fix iOS */
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
  color: #ccc;
}
.fancybox-button:visited, .fancybox-button:link {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled] {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

/* Fix IE11 */
.fancybox-button--play svg:nth-child(2), .fancybox-button--fsenter svg:nth-child(2), .fancybox-button--pause svg:nth-child(1), .fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

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

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
  z-index: 99999;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  display: block;
  color: #eeeeee;
  font-size: 14px;
  font-weight: 400;
  top: auto;
  bottom: auto;
  left: 0;
  right: 0;
  line-height: 1.5;
  padding: 27px;
  pointer-events: none;
  text-align: center;
  z-index: 99996;
  margin-top: auto;
}
.fancybox-caption a {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  overflow: auto;
  pointer-events: all;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

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

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  /*
  	@supports (padding: max(0px)) {
  		.fancybox-caption {
  			padding-left: max(12px, env(safe-area-inset-left));
  			padding-right: max(12px, env(safe-area-inset-right));
  		}
  	}
  */
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}

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

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

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

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

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

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

/* Thumbs */
.fancybox-thumbs {
  box-sizing: border-box;
  max-height: 400px;
  top: auto !important;
  display: none;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: absolute;
  margin: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  z-index: 99995;
  background-color: #000000;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  display: block;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  white-space: nowrap;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-x .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-x .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-x .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0.5;
  background-color: rgba(0, 0, 0, 0.5);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 8.33rem;
  height: 8.33rem;
}
.fancybox-thumbs__list a::before {
  border: 6px solid #fafafa;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}
.fancybox-thumbs__list a:hover {
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fancybox-thumbs__list a.fancybox-thumbs-active {
  opacity: 1;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
  border: solid #fafafa 4px;
}

@media all and (min-width: 800px) {
  .fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
  }
}
.gallery_fancy_box .fancybox-image {
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
}

body[data-aos-duration="50"] [data-aos], [data-aos][data-aos][data-aos-duration="50"] {
  transition-duration: 50ms;
}
body[data-aos-delay="50"] [data-aos], [data-aos][data-aos][data-aos-delay="50"] {
  transition-delay: 0s;
}
body[data-aos-delay="50"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="50"].aos-animate {
  transition-delay: 50ms;
}
body[data-aos-duration="100"] [data-aos], [data-aos][data-aos][data-aos-duration="100"] {
  transition-duration: 100ms;
}
body[data-aos-delay="100"] [data-aos], [data-aos][data-aos][data-aos-delay="100"] {
  transition-delay: 0s;
}
body[data-aos-delay="100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="100"].aos-animate {
  transition-delay: 100ms;
}
body[data-aos-duration="150"] [data-aos], [data-aos][data-aos][data-aos-duration="150"] {
  transition-duration: 150ms;
}
body[data-aos-delay="150"] [data-aos], [data-aos][data-aos][data-aos-delay="150"] {
  transition-delay: 0s;
}
body[data-aos-delay="150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="150"].aos-animate {
  transition-delay: 150ms;
}
body[data-aos-duration="200"] [data-aos], [data-aos][data-aos][data-aos-duration="200"] {
  transition-duration: 200ms;
}
body[data-aos-delay="200"] [data-aos], [data-aos][data-aos][data-aos-delay="200"] {
  transition-delay: 0s;
}
body[data-aos-delay="200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="200"].aos-animate {
  transition-delay: 200ms;
}
body[data-aos-duration="250"] [data-aos], [data-aos][data-aos][data-aos-duration="250"] {
  transition-duration: 250ms;
}
body[data-aos-delay="250"] [data-aos], [data-aos][data-aos][data-aos-delay="250"] {
  transition-delay: 0s;
}
body[data-aos-delay="250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="250"].aos-animate {
  transition-delay: 250ms;
}
body[data-aos-duration="300"] [data-aos], [data-aos][data-aos][data-aos-duration="300"] {
  transition-duration: 300ms;
}
body[data-aos-delay="300"] [data-aos], [data-aos][data-aos][data-aos-delay="300"] {
  transition-delay: 0s;
}
body[data-aos-delay="300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="300"].aos-animate {
  transition-delay: 300ms;
}
body[data-aos-duration="350"] [data-aos], [data-aos][data-aos][data-aos-duration="350"] {
  transition-duration: 350ms;
}
body[data-aos-delay="350"] [data-aos], [data-aos][data-aos][data-aos-delay="350"] {
  transition-delay: 0s;
}
body[data-aos-delay="350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="350"].aos-animate {
  transition-delay: 350ms;
}
body[data-aos-duration="400"] [data-aos], [data-aos][data-aos][data-aos-duration="400"] {
  transition-duration: 400ms;
}
body[data-aos-delay="400"] [data-aos], [data-aos][data-aos][data-aos-delay="400"] {
  transition-delay: 0s;
}
body[data-aos-delay="400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="400"].aos-animate {
  transition-delay: 400ms;
}
body[data-aos-duration="450"] [data-aos], [data-aos][data-aos][data-aos-duration="450"] {
  transition-duration: 450ms;
}
body[data-aos-delay="450"] [data-aos], [data-aos][data-aos][data-aos-delay="450"] {
  transition-delay: 0s;
}
body[data-aos-delay="450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="450"].aos-animate {
  transition-delay: 450ms;
}
body[data-aos-duration="500"] [data-aos], [data-aos][data-aos][data-aos-duration="500"] {
  transition-duration: 500ms;
}
body[data-aos-delay="500"] [data-aos], [data-aos][data-aos][data-aos-delay="500"] {
  transition-delay: 0s;
}
body[data-aos-delay="500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="500"].aos-animate {
  transition-delay: 500ms;
}
body[data-aos-duration="550"] [data-aos], [data-aos][data-aos][data-aos-duration="550"] {
  transition-duration: 550ms;
}
body[data-aos-delay="550"] [data-aos], [data-aos][data-aos][data-aos-delay="550"] {
  transition-delay: 0s;
}
body[data-aos-delay="550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="550"].aos-animate {
  transition-delay: 550ms;
}
body[data-aos-duration="600"] [data-aos], [data-aos][data-aos][data-aos-duration="600"] {
  transition-duration: 600ms;
}
body[data-aos-delay="600"] [data-aos], [data-aos][data-aos][data-aos-delay="600"] {
  transition-delay: 0s;
}
body[data-aos-delay="600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="600"].aos-animate {
  transition-delay: 600ms;
}
body[data-aos-duration="650"] [data-aos], [data-aos][data-aos][data-aos-duration="650"] {
  transition-duration: 650ms;
}
body[data-aos-delay="650"] [data-aos], [data-aos][data-aos][data-aos-delay="650"] {
  transition-delay: 0s;
}
body[data-aos-delay="650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="650"].aos-animate {
  transition-delay: 650ms;
}
body[data-aos-duration="700"] [data-aos], [data-aos][data-aos][data-aos-duration="700"] {
  transition-duration: 700ms;
}
body[data-aos-delay="700"] [data-aos], [data-aos][data-aos][data-aos-delay="700"] {
  transition-delay: 0s;
}
body[data-aos-delay="700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="700"].aos-animate {
  transition-delay: 700ms;
}
body[data-aos-duration="750"] [data-aos], [data-aos][data-aos][data-aos-duration="750"] {
  transition-duration: 750ms;
}
body[data-aos-delay="750"] [data-aos], [data-aos][data-aos][data-aos-delay="750"] {
  transition-delay: 0s;
}
body[data-aos-delay="750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="750"].aos-animate {
  transition-delay: 750ms;
}
body[data-aos-duration="800"] [data-aos], [data-aos][data-aos][data-aos-duration="800"] {
  transition-duration: 800ms;
}
body[data-aos-delay="800"] [data-aos], [data-aos][data-aos][data-aos-delay="800"] {
  transition-delay: 0s;
}
body[data-aos-delay="800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="800"].aos-animate {
  transition-delay: 800ms;
}
body[data-aos-duration="850"] [data-aos], [data-aos][data-aos][data-aos-duration="850"] {
  transition-duration: 850ms;
}
body[data-aos-delay="850"] [data-aos], [data-aos][data-aos][data-aos-delay="850"] {
  transition-delay: 0s;
}
body[data-aos-delay="850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="850"].aos-animate {
  transition-delay: 850ms;
}
body[data-aos-duration="900"] [data-aos], [data-aos][data-aos][data-aos-duration="900"] {
  transition-duration: 900ms;
}
body[data-aos-delay="900"] [data-aos], [data-aos][data-aos][data-aos-delay="900"] {
  transition-delay: 0s;
}
body[data-aos-delay="900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="900"].aos-animate {
  transition-delay: 900ms;
}
body[data-aos-duration="950"] [data-aos], [data-aos][data-aos][data-aos-duration="950"] {
  transition-duration: 950ms;
}
body[data-aos-delay="950"] [data-aos], [data-aos][data-aos][data-aos-delay="950"] {
  transition-delay: 0s;
}
body[data-aos-delay="950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="950"].aos-animate {
  transition-delay: 950ms;
}
body[data-aos-duration="1000"] [data-aos], [data-aos][data-aos][data-aos-duration="1000"] {
  transition-duration: 1000ms;
}
body[data-aos-delay="1000"] [data-aos], [data-aos][data-aos][data-aos-delay="1000"] {
  transition-delay: 0s;
}
body[data-aos-delay="1000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1000"].aos-animate {
  transition-delay: 1000ms;
}
body[data-aos-duration="1050"] [data-aos], [data-aos][data-aos][data-aos-duration="1050"] {
  transition-duration: 1050ms;
}
body[data-aos-delay="1050"] [data-aos], [data-aos][data-aos][data-aos-delay="1050"] {
  transition-delay: 0s;
}
body[data-aos-delay="1050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1050"].aos-animate {
  transition-delay: 1050ms;
}
body[data-aos-duration="1100"] [data-aos], [data-aos][data-aos][data-aos-duration="1100"] {
  transition-duration: 1100ms;
}
body[data-aos-delay="1100"] [data-aos], [data-aos][data-aos][data-aos-delay="1100"] {
  transition-delay: 0s;
}
body[data-aos-delay="1100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1100"].aos-animate {
  transition-delay: 1100ms;
}
body[data-aos-duration="1150"] [data-aos], [data-aos][data-aos][data-aos-duration="1150"] {
  transition-duration: 1150ms;
}
body[data-aos-delay="1150"] [data-aos], [data-aos][data-aos][data-aos-delay="1150"] {
  transition-delay: 0s;
}
body[data-aos-delay="1150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1150"].aos-animate {
  transition-delay: 1150ms;
}
body[data-aos-duration="1200"] [data-aos], [data-aos][data-aos][data-aos-duration="1200"] {
  transition-duration: 1200ms;
}
body[data-aos-delay="1200"] [data-aos], [data-aos][data-aos][data-aos-delay="1200"] {
  transition-delay: 0s;
}
body[data-aos-delay="1200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1200"].aos-animate {
  transition-delay: 1200ms;
}
body[data-aos-duration="1250"] [data-aos], [data-aos][data-aos][data-aos-duration="1250"] {
  transition-duration: 1250ms;
}
body[data-aos-delay="1250"] [data-aos], [data-aos][data-aos][data-aos-delay="1250"] {
  transition-delay: 0s;
}
body[data-aos-delay="1250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1250"].aos-animate {
  transition-delay: 1250ms;
}
body[data-aos-duration="1300"] [data-aos], [data-aos][data-aos][data-aos-duration="1300"] {
  transition-duration: 1300ms;
}
body[data-aos-delay="1300"] [data-aos], [data-aos][data-aos][data-aos-delay="1300"] {
  transition-delay: 0s;
}
body[data-aos-delay="1300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1300"].aos-animate {
  transition-delay: 1300ms;
}
body[data-aos-duration="1350"] [data-aos], [data-aos][data-aos][data-aos-duration="1350"] {
  transition-duration: 1350ms;
}
body[data-aos-delay="1350"] [data-aos], [data-aos][data-aos][data-aos-delay="1350"] {
  transition-delay: 0s;
}
body[data-aos-delay="1350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1350"].aos-animate {
  transition-delay: 1350ms;
}
body[data-aos-duration="1400"] [data-aos], [data-aos][data-aos][data-aos-duration="1400"] {
  transition-duration: 1400ms;
}
body[data-aos-delay="1400"] [data-aos], [data-aos][data-aos][data-aos-delay="1400"] {
  transition-delay: 0s;
}
body[data-aos-delay="1400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1400"].aos-animate {
  transition-delay: 1400ms;
}
body[data-aos-duration="1450"] [data-aos], [data-aos][data-aos][data-aos-duration="1450"] {
  transition-duration: 1450ms;
}
body[data-aos-delay="1450"] [data-aos], [data-aos][data-aos][data-aos-delay="1450"] {
  transition-delay: 0s;
}
body[data-aos-delay="1450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1450"].aos-animate {
  transition-delay: 1450ms;
}
body[data-aos-duration="1500"] [data-aos], [data-aos][data-aos][data-aos-duration="1500"] {
  transition-duration: 1500ms;
}
body[data-aos-delay="1500"] [data-aos], [data-aos][data-aos][data-aos-delay="1500"] {
  transition-delay: 0s;
}
body[data-aos-delay="1500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1500"].aos-animate {
  transition-delay: 1500ms;
}
body[data-aos-duration="1550"] [data-aos], [data-aos][data-aos][data-aos-duration="1550"] {
  transition-duration: 1550ms;
}
body[data-aos-delay="1550"] [data-aos], [data-aos][data-aos][data-aos-delay="1550"] {
  transition-delay: 0s;
}
body[data-aos-delay="1550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1550"].aos-animate {
  transition-delay: 1550ms;
}
body[data-aos-duration="1600"] [data-aos], [data-aos][data-aos][data-aos-duration="1600"] {
  transition-duration: 1600ms;
}
body[data-aos-delay="1600"] [data-aos], [data-aos][data-aos][data-aos-delay="1600"] {
  transition-delay: 0s;
}
body[data-aos-delay="1600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1600"].aos-animate {
  transition-delay: 1600ms;
}
body[data-aos-duration="1650"] [data-aos], [data-aos][data-aos][data-aos-duration="1650"] {
  transition-duration: 1650ms;
}
body[data-aos-delay="1650"] [data-aos], [data-aos][data-aos][data-aos-delay="1650"] {
  transition-delay: 0s;
}
body[data-aos-delay="1650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1650"].aos-animate {
  transition-delay: 1650ms;
}
body[data-aos-duration="1700"] [data-aos], [data-aos][data-aos][data-aos-duration="1700"] {
  transition-duration: 1700ms;
}
body[data-aos-delay="1700"] [data-aos], [data-aos][data-aos][data-aos-delay="1700"] {
  transition-delay: 0s;
}
body[data-aos-delay="1700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1700"].aos-animate {
  transition-delay: 1700ms;
}
body[data-aos-duration="1750"] [data-aos], [data-aos][data-aos][data-aos-duration="1750"] {
  transition-duration: 1750ms;
}
body[data-aos-delay="1750"] [data-aos], [data-aos][data-aos][data-aos-delay="1750"] {
  transition-delay: 0s;
}
body[data-aos-delay="1750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1750"].aos-animate {
  transition-delay: 1750ms;
}
body[data-aos-duration="1800"] [data-aos], [data-aos][data-aos][data-aos-duration="1800"] {
  transition-duration: 1800ms;
}
body[data-aos-delay="1800"] [data-aos], [data-aos][data-aos][data-aos-delay="1800"] {
  transition-delay: 0s;
}
body[data-aos-delay="1800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1800"].aos-animate {
  transition-delay: 1800ms;
}
body[data-aos-duration="1850"] [data-aos], [data-aos][data-aos][data-aos-duration="1850"] {
  transition-duration: 1850ms;
}
body[data-aos-delay="1850"] [data-aos], [data-aos][data-aos][data-aos-delay="1850"] {
  transition-delay: 0s;
}
body[data-aos-delay="1850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1850"].aos-animate {
  transition-delay: 1850ms;
}
body[data-aos-duration="1900"] [data-aos], [data-aos][data-aos][data-aos-duration="1900"] {
  transition-duration: 1900ms;
}
body[data-aos-delay="1900"] [data-aos], [data-aos][data-aos][data-aos-delay="1900"] {
  transition-delay: 0s;
}
body[data-aos-delay="1900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1900"].aos-animate {
  transition-delay: 1900ms;
}
body[data-aos-duration="1950"] [data-aos], [data-aos][data-aos][data-aos-duration="1950"] {
  transition-duration: 1950ms;
}
body[data-aos-delay="1950"] [data-aos], [data-aos][data-aos][data-aos-delay="1950"] {
  transition-delay: 0s;
}
body[data-aos-delay="1950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1950"].aos-animate {
  transition-delay: 1950ms;
}
body[data-aos-duration="2000"] [data-aos], [data-aos][data-aos][data-aos-duration="2000"] {
  transition-duration: 2000ms;
}
body[data-aos-delay="2000"] [data-aos], [data-aos][data-aos][data-aos-delay="2000"] {
  transition-delay: 0s;
}
body[data-aos-delay="2000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2000"].aos-animate {
  transition-delay: 2000ms;
}
body[data-aos-duration="2050"] [data-aos], [data-aos][data-aos][data-aos-duration="2050"] {
  transition-duration: 2050ms;
}
body[data-aos-delay="2050"] [data-aos], [data-aos][data-aos][data-aos-delay="2050"] {
  transition-delay: 0s;
}
body[data-aos-delay="2050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2050"].aos-animate {
  transition-delay: 2050ms;
}
body[data-aos-duration="2100"] [data-aos], [data-aos][data-aos][data-aos-duration="2100"] {
  transition-duration: 2100ms;
}
body[data-aos-delay="2100"] [data-aos], [data-aos][data-aos][data-aos-delay="2100"] {
  transition-delay: 0s;
}
body[data-aos-delay="2100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2100"].aos-animate {
  transition-delay: 2100ms;
}
body[data-aos-duration="2150"] [data-aos], [data-aos][data-aos][data-aos-duration="2150"] {
  transition-duration: 2150ms;
}
body[data-aos-delay="2150"] [data-aos], [data-aos][data-aos][data-aos-delay="2150"] {
  transition-delay: 0s;
}
body[data-aos-delay="2150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2150"].aos-animate {
  transition-delay: 2150ms;
}
body[data-aos-duration="2200"] [data-aos], [data-aos][data-aos][data-aos-duration="2200"] {
  transition-duration: 2200ms;
}
body[data-aos-delay="2200"] [data-aos], [data-aos][data-aos][data-aos-delay="2200"] {
  transition-delay: 0s;
}
body[data-aos-delay="2200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2200"].aos-animate {
  transition-delay: 2200ms;
}
body[data-aos-duration="2250"] [data-aos], [data-aos][data-aos][data-aos-duration="2250"] {
  transition-duration: 2250ms;
}
body[data-aos-delay="2250"] [data-aos], [data-aos][data-aos][data-aos-delay="2250"] {
  transition-delay: 0s;
}
body[data-aos-delay="2250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2250"].aos-animate {
  transition-delay: 2250ms;
}
body[data-aos-duration="2300"] [data-aos], [data-aos][data-aos][data-aos-duration="2300"] {
  transition-duration: 2300ms;
}
body[data-aos-delay="2300"] [data-aos], [data-aos][data-aos][data-aos-delay="2300"] {
  transition-delay: 0s;
}
body[data-aos-delay="2300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2300"].aos-animate {
  transition-delay: 2300ms;
}
body[data-aos-duration="2350"] [data-aos], [data-aos][data-aos][data-aos-duration="2350"] {
  transition-duration: 2350ms;
}
body[data-aos-delay="2350"] [data-aos], [data-aos][data-aos][data-aos-delay="2350"] {
  transition-delay: 0s;
}
body[data-aos-delay="2350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2350"].aos-animate {
  transition-delay: 2350ms;
}
body[data-aos-duration="2400"] [data-aos], [data-aos][data-aos][data-aos-duration="2400"] {
  transition-duration: 2400ms;
}
body[data-aos-delay="2400"] [data-aos], [data-aos][data-aos][data-aos-delay="2400"] {
  transition-delay: 0s;
}
body[data-aos-delay="2400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2400"].aos-animate {
  transition-delay: 2400ms;
}
body[data-aos-duration="2450"] [data-aos], [data-aos][data-aos][data-aos-duration="2450"] {
  transition-duration: 2450ms;
}
body[data-aos-delay="2450"] [data-aos], [data-aos][data-aos][data-aos-delay="2450"] {
  transition-delay: 0s;
}
body[data-aos-delay="2450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2450"].aos-animate {
  transition-delay: 2450ms;
}
body[data-aos-duration="2500"] [data-aos], [data-aos][data-aos][data-aos-duration="2500"] {
  transition-duration: 2500ms;
}
body[data-aos-delay="2500"] [data-aos], [data-aos][data-aos][data-aos-delay="2500"] {
  transition-delay: 0s;
}
body[data-aos-delay="2500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2500"].aos-animate {
  transition-delay: 2500ms;
}
body[data-aos-duration="2550"] [data-aos], [data-aos][data-aos][data-aos-duration="2550"] {
  transition-duration: 2550ms;
}
body[data-aos-delay="2550"] [data-aos], [data-aos][data-aos][data-aos-delay="2550"] {
  transition-delay: 0s;
}
body[data-aos-delay="2550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2550"].aos-animate {
  transition-delay: 2550ms;
}
body[data-aos-duration="2600"] [data-aos], [data-aos][data-aos][data-aos-duration="2600"] {
  transition-duration: 2600ms;
}
body[data-aos-delay="2600"] [data-aos], [data-aos][data-aos][data-aos-delay="2600"] {
  transition-delay: 0s;
}
body[data-aos-delay="2600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2600"].aos-animate {
  transition-delay: 2600ms;
}
body[data-aos-duration="2650"] [data-aos], [data-aos][data-aos][data-aos-duration="2650"] {
  transition-duration: 2650ms;
}
body[data-aos-delay="2650"] [data-aos], [data-aos][data-aos][data-aos-delay="2650"] {
  transition-delay: 0s;
}
body[data-aos-delay="2650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2650"].aos-animate {
  transition-delay: 2650ms;
}
body[data-aos-duration="2700"] [data-aos], [data-aos][data-aos][data-aos-duration="2700"] {
  transition-duration: 2700ms;
}
body[data-aos-delay="2700"] [data-aos], [data-aos][data-aos][data-aos-delay="2700"] {
  transition-delay: 0s;
}
body[data-aos-delay="2700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2700"].aos-animate {
  transition-delay: 2700ms;
}
body[data-aos-duration="2750"] [data-aos], [data-aos][data-aos][data-aos-duration="2750"] {
  transition-duration: 2750ms;
}
body[data-aos-delay="2750"] [data-aos], [data-aos][data-aos][data-aos-delay="2750"] {
  transition-delay: 0s;
}
body[data-aos-delay="2750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2750"].aos-animate {
  transition-delay: 2750ms;
}
body[data-aos-duration="2800"] [data-aos], [data-aos][data-aos][data-aos-duration="2800"] {
  transition-duration: 2800ms;
}
body[data-aos-delay="2800"] [data-aos], [data-aos][data-aos][data-aos-delay="2800"] {
  transition-delay: 0s;
}
body[data-aos-delay="2800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2800"].aos-animate {
  transition-delay: 2800ms;
}
body[data-aos-duration="2850"] [data-aos], [data-aos][data-aos][data-aos-duration="2850"] {
  transition-duration: 2850ms;
}
body[data-aos-delay="2850"] [data-aos], [data-aos][data-aos][data-aos-delay="2850"] {
  transition-delay: 0s;
}
body[data-aos-delay="2850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2850"].aos-animate {
  transition-delay: 2850ms;
}
body[data-aos-duration="2900"] [data-aos], [data-aos][data-aos][data-aos-duration="2900"] {
  transition-duration: 2900ms;
}
body[data-aos-delay="2900"] [data-aos], [data-aos][data-aos][data-aos-delay="2900"] {
  transition-delay: 0s;
}
body[data-aos-delay="2900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2900"].aos-animate {
  transition-delay: 2900ms;
}
body[data-aos-duration="2950"] [data-aos], [data-aos][data-aos][data-aos-duration="2950"] {
  transition-duration: 2950ms;
}
body[data-aos-delay="2950"] [data-aos], [data-aos][data-aos][data-aos-delay="2950"] {
  transition-delay: 0s;
}
body[data-aos-delay="2950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2950"].aos-animate {
  transition-delay: 2950ms;
}
body[data-aos-duration="3000"] [data-aos], [data-aos][data-aos][data-aos-duration="3000"] {
  transition-duration: 3000ms;
}
body[data-aos-delay="3000"] [data-aos], [data-aos][data-aos][data-aos-delay="3000"] {
  transition-delay: 0s;
}
body[data-aos-delay="3000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3000"].aos-animate {
  transition-delay: 3000ms;
}

[data-aos] {
  pointer-events: none;
}
[data-aos].aos-animate {
  pointer-events: auto;
}

body[data-aos-easing=linear] [data-aos], [data-aos][data-aos][data-aos-easing=linear] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
body[data-aos-easing=ease] [data-aos], [data-aos][data-aos][data-aos-easing=ease] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
body[data-aos-easing=ease-in] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}
body[data-aos-easing=ease-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
body[data-aos-easing=ease-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
body[data-aos-easing=ease-in-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
body[data-aos-easing=ease-in-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
body[data-aos-easing=ease-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
body[data-aos-easing=ease-in-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body[data-aos-easing=ease-in-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media screen {
  html:not(.no-js) {
    /**
    * Fade animations:
    * fade
    * fade-up, fade-down, fade-left, fade-right
    * fade-up-right, fade-up-left, fade-down-right, fade-down-left
    */
    /**
    * Zoom animations:
    * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
    * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
    */
    /**
    * Slide animations
    */
    /**
    * Flip animations:
    * flip-left, flip-right, flip-up, flip-down
    */
  }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: none;
  }
  html:not(.no-js) [data-aos=fade-up] {
    transform: translate3d(0, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down] {
    transform: translate3d(0, -100px, 0);
  }
  html:not(.no-js) [data-aos=fade-right] {
    transform: translate3d(-100px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-left] {
    transform: translate3d(100px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-up-right] {
    transform: translate3d(-100px, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-up-left] {
    transform: translate3d(100px, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-right] {
    transform: translate3d(-100px, -100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-left] {
    transform: translate3d(100px, -100px, 0);
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
  html:not(.no-js) [data-aos=zoom-in] {
    transform: scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-up] {
    transform: translate3d(0, 100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-down] {
    transform: translate3d(0, -100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-right] {
    transform: translate3d(-100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-left] {
    transform: translate3d(100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-out] {
    transform: scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-up] {
    transform: translate3d(0, 100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-down] {
    transform: translate3d(0, -100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-right] {
    transform: translate3d(-100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-left] {
    transform: translate3d(100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
    transition-property: transform;
    visibility: hidden;
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  html:not(.no-js) [data-aos=slide-up] {
    transform: translate3d(0, 100%, 0);
  }
  html:not(.no-js) [data-aos=slide-down] {
    transform: translate3d(0, -100%, 0);
  }
  html:not(.no-js) [data-aos=slide-right] {
    transform: translate3d(-100%, 0, 0);
  }
  html:not(.no-js) [data-aos=slide-left] {
    transform: translate3d(100%, 0, 0);
  }
  html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
    backface-visibility: hidden;
    transition-property: transform;
  }
  html:not(.no-js) [data-aos=flip-left] {
    transform: perspective(2500px) rotateY(-100deg);
  }
  html:not(.no-js) [data-aos=flip-left].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos=flip-right] {
    transform: perspective(2500px) rotateY(100deg);
  }
  html:not(.no-js) [data-aos=flip-right].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos=flip-up] {
    transform: perspective(2500px) rotateX(-100deg);
  }
  html:not(.no-js) [data-aos=flip-up].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
  html:not(.no-js) [data-aos=flip-down] {
    transform: perspective(2500px) rotateX(100deg);
  }
  html:not(.no-js) [data-aos=flip-down].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
}
/*!
* ImageHover.css - http://www.imagehover.io
* Version 1.0
* Author: Ciarán Walsh

* Made available under a MIT License:
* http://www.opensource.org/licenses/mit-license.php

*/
[class^=imghvr-], [class*=" imghvr-"] {
  position: relative;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  background-color: #ffffff;
  color: #fff;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transform: translateZ(0);
}
[class^=imghvr-] img, [class*=" imghvr-"] img {
  vertical-align: top;
  max-width: 100%;
}
[class^=imghvr-] figcaption, [class*=" imghvr-"] figcaption {
  background-color: #1f52d2;
  padding: 0px;
  color: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
[class^=imghvr-] a, [class*=" imghvr-"] a {
  z-index: 1;
}

[class^=imghvr-], [class*=" imghvr-"], [class^=imghvr-]:before,
[class^=imghvr-]:after, [class*=" imghvr-"]:before, [class*=" imghvr-"]:after,
[class^=imghvr-] *, [class*=" imghvr-"] *, [class^=imghvr-] *:before,
[class^=imghvr-] *:after, [class*=" imghvr-"] *:before, [class*=" imghvr-"] *:after {
  box-sizing: border-box;
  transition: all 0.35s ease;
}

/* imghvr-fade-*
  ----------------------------- */
[class^=imghvr-fade] figcaption, [class*=" imghvr-fade"] figcaption {
  opacity: 0;
}
[class^=imghvr-fade]:hover > img, [class*=" imghvr-fade"]:hover > img {
  opacity: 1;
}
[class^=imghvr-fade]:hover figcaption, [class*=" imghvr-fade"]:hover figcaption {
  opacity: 1;
}
[class^=imghvr-fade]:hover > img, [class^=imghvr-fade]:hover figcaption, [class*=" imghvr-fade"]:hover > img, [class*=" imghvr-fade"]:hover figcaption {
  transform: translate(0, 0);
}

/* imghvr-fade
  ----------------------------- */
/* imghvr-fade-in-up
  ----------------------------- */
.imghvr-fade-in-up figcaption {
  transform: translate(0, 15%);
}

/* imghvr-fade-in-down
  ----------------------------- */
.imghvr-fade-in-down figcaption {
  transform: translate(0, -15%);
}

/* imghvr-fade-in-left
  ----------------------------- */
.imghvr-fade-in-left figcaption {
  transform: translate(-15%, 0);
}

/* imghvr-fade-in-right
  ----------------------------- */
.imghvr-fade-in-right figcaption {
  transform: translate(15%, 0);
}

/* imghvr-push-*
   ----------------------------- */
[class^=imghvr-push-]:hover figcaption, [class*=" imghvr-push-"]:hover figcaption {
  transform: translate(0, 0);
}

/* imghvr-push-up
  ----------------------------- */
.imghvr-push-up figcaption {
  transform: translateY(100%);
}
.imghvr-push-up:hover > img {
  transform: translateY(-100%);
}

/* imghvr-push-down
  ----------------------------- */
.imghvr-push-down figcaption {
  transform: translateY(-100%);
}
.imghvr-push-down:hover > img {
  transform: translateY(100%);
}

/* imghvr-push-left
  ----------------------------- */
.imghvr-push-left figcaption {
  transform: translateX(100%);
}
.imghvr-push-left:hover > img {
  transform: translateX(-100%);
}

/* imghvr-push--right
  ----------------------------- */
.imghvr-push-right figcaption {
  transform: translateX(-100%);
}
.imghvr-push-right:hover > img {
  transform: translateX(100%);
}

/* imghvr-slide-*
  ----------------------------- */
[class^=imghvr-slide-]:hover figcaption, [class*=" imghvr-slide-"]:hover figcaption {
  transform: translate(0, 0);
}

/* imghvr-slide-up
  ----------------------------- */
.imghvr-slide-up figcaption {
  transform: translateY(100%);
}

/* imghvr-slide-down
  ----------------------------- */
.imghvr-slide-down figcaption {
  transform: translateY(-100%);
}

/* imghvr-slide-left
  ----------------------------- */
.imghvr-slide-left figcaption {
  transform: translateX(100%);
}

/* imghvr-slide-right
  ----------------------------- */
.imghvr-slide-right figcaption {
  transform: translateX(-100%);
}

/* imghvr-slide-top-left
  ----------------------------- */
.imghvr-slide-top-left figcaption {
  transform: translate(-100%, -100%);
}

/* imghvr-slide-top-right
  ----------------------------- */
.imghvr-slide-top-right figcaption {
  transform: translate(100%, -100%);
}

/* imghvr-slide-bottom-left
  ----------------------------- */
.imghvr-slide-bottom-left figcaption {
  transform: translate(-100%, 100%);
}

/* imghvr-slide-bottom-right
  ----------------------------- */
.imghvr-slide-bottom-right figcaption {
  transform: translate(100%, 100%);
}

/* imghvr-reveal-*
  ----------------------------- */
[class^=imghvr-reveal-]:before, [class*=" imghvr-reveal-"]:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: #1f52d2;
}
[class^=imghvr-reveal-] figcaption, [class*=" imghvr-reveal-"] figcaption {
  opacity: 0;
}
[class^=imghvr-reveal-]:hover:before, [class*=" imghvr-reveal-"]:hover:before {
  transform: translate(0, 0);
}
[class^=imghvr-reveal-]:hover figcaption, [class*=" imghvr-reveal-"]:hover figcaption {
  opacity: 1;
  transition-delay: 0.21s;
}

/* imghvr-reveal-up
  ----------------------------- */
.imghvr-reveal-up:before {
  transform: translateY(100%);
}

/* imghvr-reveal-down
  ----------------------------- */
.imghvr-reveal-down:before {
  transform: translateY(-100%);
}

/* imghvr-reveal-left
  ----------------------------- */
.imghvr-reveal-left:before {
  transform: translateX(100%);
}

/* imghvr-reveal-right
  ----------------------------- */
.imghvr-reveal-right:before {
  transform: translateX(-100%);
}

/* imghvr-reveal-top-left
  ----------------------------- */
.imghvr-reveal-top-left:before {
  transform: translate(-100%, -100%);
}

/* imghvr-reveal-top-right
  ----------------------------- */
.imghvr-reveal-top-right:before {
  transform: translate(100%, -100%);
}

/* imghvr-reveal-bottom-left
  ----------------------------- */
.imghvr-reveal-bottom-left:before {
  transform: translate(-100%, 100%);
}

/* imghvr-reveal-bottom-right
  ----------------------------- */
.imghvr-reveal-bottom-right:before {
  transform: translate(100%, 100%);
}

/* imghvr-hinge-*
  ----------------------------- */
[class^=imghvr-hinge-], [class*=" imghvr-hinge-"] {
  perspective: 50em;
}
[class^=imghvr-hinge-] figcaption, [class*=" imghvr-hinge-"] figcaption {
  opacity: 0;
  z-index: 1;
}
[class^=imghvr-hinge-]:hover img, [class*=" imghvr-hinge-"]:hover img {
  opacity: 0;
}
[class^=imghvr-hinge-]:hover figcaption, [class*=" imghvr-hinge-"]:hover figcaption {
  opacity: 1;
  transition-delay: 0.21s;
}

/* imghvr-hinge-up
  ----------------------------- */
.imghvr-hinge-up img {
  transform-origin: 50% 0%;
}
.imghvr-hinge-up figcaption {
  transform: rotateX(90deg);
  transform-origin: 50% 100%;
}
.imghvr-hinge-up:hover > img {
  transform: rotateX(-90deg);
}
.imghvr-hinge-up:hover figcaption {
  transform: rotateX(0);
}

/* imghvr-hinge-down
  ----------------------------- */
.imghvr-hinge-down img {
  transform-origin: 50% 100%;
}
.imghvr-hinge-down figcaption {
  transform: rotateX(-90deg);
  transform-origin: 50% -50%;
}
.imghvr-hinge-down:hover > img {
  transform: rotateX(90deg);
  opacity: 0;
}
.imghvr-hinge-down:hover figcaption {
  transform: rotateX(0);
}

/* imghvr-hinge-left
  ----------------------------- */
.imghvr-hinge-left img {
  transform-origin: 0% 50%;
}
.imghvr-hinge-left figcaption {
  transform: rotateY(-90deg);
  transform-origin: 100% 50%;
}
.imghvr-hinge-left:hover > img {
  transform: rotateY(90deg);
}
.imghvr-hinge-left:hover figcaption {
  transform: rotateY(0);
}

/* imghvr-hinge-right
  ----------------------------- */
.imghvr-hinge-right img {
  transform-origin: 100% 50%;
}
.imghvr-hinge-right figcaption {
  transform: rotateY(90deg);
  transform-origin: 0 50%;
}
.imghvr-hinge-right:hover > img {
  transform: rotateY(-90deg);
}
.imghvr-hinge-right:hover figcaption {
  transform: rotateY(0);
}

/* imghvr-flip-*
  ----------------------------- */
[class^=imghvr-flip-], [class*=" imghvr-flip-"] {
  perspective: 50em;
}
[class^=imghvr-flip-] img, [class*=" imghvr-flip-"] img {
  backface-visibility: hidden;
}
[class^=imghvr-flip-] figcaption, [class*=" imghvr-flip-"] figcaption {
  opacity: 0;
}
[class^=imghvr-flip-]:hover > img, [class*=" imghvr-flip-"]:hover > img {
  opacity: 0;
}
[class^=imghvr-flip-]:hover figcaption, [class*=" imghvr-flip-"]:hover figcaption {
  opacity: 1;
  transition-delay: 0.14s;
}

/* imghvr-flip-horiz
  ----------------------------- */
.imghvr-flip-horiz figcaption {
  transform: rotateX(90deg);
  transform-origin: 0% 50%;
}
.imghvr-flip-horiz:hover img {
  transform: rotateX(-180deg);
}
.imghvr-flip-horiz:hover figcaption {
  transform: rotateX(0deg);
}

/* imghvr-flip-vert
  ----------------------------- */
.imghvr-flip-vert figcaption {
  transform: rotateY(90deg);
  transform-origin: 50% 0%;
}
.imghvr-flip-vert:hover > img {
  transform: rotateY(-180deg);
}
.imghvr-flip-vert:hover figcaption {
  transform: rotateY(0deg);
}

/* imghvr-flip-diag-1
  ----------------------------- */
.imghvr-flip-diag-1 figcaption {
  transform: rotate3d(1, -1, 0, 100deg);
}
.imghvr-flip-diag-1:hover > img {
  transform: rotate3d(-1, 1, 0, 100deg);
}
.imghvr-flip-diag-1:hover figcaption {
  transform: rotate3d(0, 0, 0, 0deg);
}

/* imghvr-flip-diag-2
  ----------------------------- */
.imghvr-flip-diag-2 figcaption {
  transform: rotate3d(1, 1, 0, 100deg);
}
.imghvr-flip-diag-2:hover > img {
  transform: rotate3d(-1, -1, 0, 100deg);
}
.imghvr-flip-diag-2:hover figcaption {
  transform: rotate3d(0, 0, 0, 0deg);
}

/* imghvr-shutter-out-*
  ----------------------------- */
[class^=imghvr-shutter-out-]:before, [class*=" imghvr-shutter-out-"]:before {
  background: #1f52d2;
  position: absolute;
  content: "";
  transition-delay: 0.105s;
}
[class^=imghvr-shutter-out-] figcaption, [class*=" imghvr-shutter-out-"] figcaption {
  opacity: 0;
  transition-delay: 0s;
}
[class^=imghvr-shutter-out-]:hover:before, [class*=" imghvr-shutter-out-"]:hover:before {
  transition-delay: 0s;
}
[class^=imghvr-shutter-out-]:hover figcaption, [class*=" imghvr-shutter-out-"]:hover figcaption {
  opacity: 1;
  transition-delay: 0.105s;
}

/* imghvr-shutter-out-horiz
  ----------------------------- */
.imghvr-shutter-out-horiz:before {
  left: 50%;
  right: 50%;
  top: 0;
  bottom: 0;
}
.imghvr-shutter-out-horiz:hover:before {
  left: 0;
  right: 0;
}

/* imghvr-shutter-out-vert
  ----------------------------- */
.imghvr-shutter-out-vert:before {
  top: 50%;
  bottom: 50%;
  left: 0;
  right: 0;
}
.imghvr-shutter-out-vert:hover:before {
  top: 0;
  bottom: 0;
}

/* imghvr-shutter-out-diag-1
  ----------------------------- */
.imghvr-shutter-out-diag-1:before {
  top: 50%;
  bottom: 50%;
  left: -35%;
  right: -35%;
  transform: rotate(45deg);
}
.imghvr-shutter-out-diag-1:hover:before {
  top: -35%;
  bottom: -35%;
}

/* imghvr-shutter-out-diag-2
  ----------------------------- */
.imghvr-shutter-out-diag-2:before {
  top: 50%;
  bottom: 50%;
  left: -35%;
  right: -35%;
  transform: rotate(-45deg);
}
.imghvr-shutter-out-diag-2:hover:before {
  top: -35%;
  bottom: -35%;
}

/* imghvr-shutter-in-*
  ----------------------------- */
[class^=imghvr-shutter-in-]:after, [class^=imghvr-shutter-in-]:before, [class*=" imghvr-shutter-in-"]:after, [class*=" imghvr-shutter-in-"]:before {
  background: #1f52d2;
  position: absolute;
  content: "";
}
[class^=imghvr-shutter-in-]:after, [class*=" imghvr-shutter-in-"]:after {
  top: 0;
  left: 0;
}
[class^=imghvr-shutter-in-]:before, [class*=" imghvr-shutter-in-"]:before {
  right: 0;
  bottom: 0;
}
[class^=imghvr-shutter-in-] figcaption, [class*=" imghvr-shutter-in-"] figcaption {
  opacity: 0;
  z-index: 1;
}
[class^=imghvr-shutter-in-]:hover figcaption, [class*=" imghvr-shutter-in-"]:hover figcaption {
  opacity: 1;
  transition-delay: 0.21s;
}

/* imghvr-shutter-in-horiz
  ----------------------------- */
.imghvr-shutter-in-horiz:after, .imghvr-shutter-in-horiz:before {
  width: 0;
  height: 100%;
}
.imghvr-shutter-in-horiz:hover:after, .imghvr-shutter-in-horiz:hover:before {
  width: 50%;
}

/* imghvr-shutter-in-vert
  ----------------------------- */
.imghvr-shutter-in-vert:after, .imghvr-shutter-in-vert:before {
  height: 0;
  width: 100%;
}
.imghvr-shutter-in-vert:hover:after, .imghvr-shutter-in-vert:hover:before {
  height: 50%;
}

/* imghvr-shutter-in-out-horiz
  ----------------------------- */
.imghvr-shutter-in-out-horiz:after, .imghvr-shutter-in-out-horiz:before {
  width: 0;
  height: 100%;
  opacity: 0.75;
}
.imghvr-shutter-in-out-horiz:hover:after, .imghvr-shutter-in-out-horiz:hover:before {
  width: 100%;
}

/* imghvr-shutter-in-out-vert
  ----------------------------- */
.imghvr-shutter-in-out-vert:after, .imghvr-shutter-in-out-vert:before {
  height: 0;
  width: 100%;
  opacity: 0.75;
}
.imghvr-shutter-in-out-vert:hover:after, .imghvr-shutter-in-out-vert:hover:before {
  height: 100%;
}

/* imghvr-shutter-in-out-diag-1
  ----------------------------- */
.imghvr-shutter-in-out-diag-1:after, .imghvr-shutter-in-out-diag-1:before {
  width: 200%;
  height: 200%;
  transition: all 0.6s ease;
  opacity: 0.75;
}
.imghvr-shutter-in-out-diag-1:after {
  transform: skew(-45deg) translateX(-150%);
}
.imghvr-shutter-in-out-diag-1:before {
  transform: skew(-45deg) translateX(150%);
}
.imghvr-shutter-in-out-diag-1:hover:after {
  transform: skew(-45deg) translateX(-50%);
}
.imghvr-shutter-in-out-diag-1:hover:before {
  transform: skew(-45deg) translateX(50%);
}

/* imghvr-shutter-in-out-diag-2
  ----------------------------- */
.imghvr-shutter-in-out-diag-2:after, .imghvr-shutter-in-out-diag-2:before {
  width: 200%;
  height: 200%;
  transition: all 0.6s ease;
  opacity: 0.75;
}
.imghvr-shutter-in-out-diag-2:after {
  transform: skew(45deg) translateX(-100%);
}
.imghvr-shutter-in-out-diag-2:before {
  transform: skew(45deg) translateX(100%);
}
.imghvr-shutter-in-out-diag-2:hover:after {
  transform: skew(45deg) translateX(0%);
}
.imghvr-shutter-in-out-diag-2:hover:before {
  transform: skew(45deg) translateX(0%);
}

/* imghvr-fold*
  ----------------------------- */
[class^=imghvr-fold], [class*=" imghvr-fold"] {
  perspective: 50em;
}
[class^=imghvr-fold] img, [class*=" imghvr-fold"] img {
  transform-origin: 50% 0%;
}
[class^=imghvr-fold] figcaption, [class*=" imghvr-fold"] figcaption {
  z-index: 1;
  opacity: 0;
}
[class^=imghvr-fold]:hover > img, [class*=" imghvr-fold"]:hover > img {
  opacity: 0;
  transition-delay: 0;
}
[class^=imghvr-fold]:hover figcaption, [class*=" imghvr-fold"]:hover figcaption {
  transform: rotateX(0) translate3d(0, 0%, 0) scale(1);
  opacity: 1;
  transition-delay: 0.21s;
}

/* imghvr-fold-up
  ----------------------------- */
.imghvr-fold-up > img {
  transform-origin: 50% 0%;
}
.imghvr-fold-up figcaption {
  transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
  transform-origin: 50% 100%;
}
.imghvr-fold-up:hover > img {
  transform: rotateX(90deg) scale(0.6) translateY(50%);
}

/* imghvr-fold-down
  ----------------------------- */
.imghvr-fold-down > img {
  transform-origin: 50% 100%;
}
.imghvr-fold-down figcaption {
  transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6);
  transform-origin: 50% 0%;
}
.imghvr-fold-down:hover > img {
  transform: rotateX(-90deg) scale(0.6) translateY(-50%);
}

/* imghvr-fold-left
  ----------------------------- */
.imghvr-fold-left > img {
  transform-origin: 0% 50%;
}
.imghvr-fold-left figcaption {
  transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6);
  transform-origin: 100% 50%;
}
.imghvr-fold-left:hover > img {
  transform: rotateY(-90deg) scale(0.6) translateX(50%);
}

/* imghvr-fold-right
  ----------------------------- */
.imghvr-fold-right > img {
  transform-origin: 100% 50%;
}
.imghvr-fold-right figcaption {
  transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6);
  transform-origin: 0 50%;
}
.imghvr-fold-right:hover > img {
  transform: rotateY(90deg) scale(0.6) translateX(-50%);
}

/* imghvr-zoom-in
  ----------------------------- */
.imghvr-zoom-in figcaption {
  opacity: 0;
  transform: scale(0.5);
}
.imghvr-zoom-in:hover figcaption {
  transform: scale(1);
  opacity: 1;
}

/* imghvr-zoom-out*
  ----------------------------- */
[class^=imghvr-zoom-out] figcaption, [class*=" imghvr-zoom-out"] figcaption {
  transform: scale(0.5);
  transform-origin: 50% 50%;
  opacity: 0;
}
[class^=imghvr-zoom-out]:hover figcaption, [class^=imghvr-zoom-out].hover figcaption, [class*=" imghvr-zoom-out"]:hover figcaption, [class*=" imghvr-zoom-out"].hover figcaption {
  transform: scale(1);
  opacity: 1;
  transition-delay: 0.35s;
}

/* imghvr-zoom-out
  ----------------------------- */
.imghvr-zoom-out:hover > img {
  transform: scale(0.5);
  opacity: 0;
}

/* imghvr-zoom-out-up
  ----------------------------- */
.imghvr-zoom-out-up:hover > img, .imghvr-zoom-out-up.hover > img {
  animation: imghvr-zoom-out-up 0.4025s linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@-webkit-keyframes imghvr-zoom-out-up {
  50% {
    transform: scale(0.8) translateY(0%);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.8) translateY(-150%);
    opacity: 0.5;
  }
}
@keyframes imghvr-zoom-out-up {
  50% {
    transform: scale(0.8) translateY(0%);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.8) translateY(-150%);
    opacity: 0.5;
  }
}
/* imghvr-zoom-out-down
  ----------------------------- */
.imghvr-zoom-out-down:hover > img, .imghvr-zoom-out-down.hover > img {
  animation: imghvr-zoom-out-down 0.4025s linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@-webkit-keyframes imghvr-zoom-out-down {
  50% {
    transform: scale(0.8) translateY(0%);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.8) translateY(150%);
    opacity: 0.5;
  }
}
@keyframes imghvr-zoom-out-down {
  50% {
    transform: scale(0.8) translateY(0%);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.8) translateY(150%);
    opacity: 0.5;
  }
}
/* imghvr-zoom-out-left
  ----------------------------- */
.imghvr-zoom-out-left:hover > img, .imghvr-zoom-out-left.hover > img {
  animation: imghvr-zoom-out-left 0.4025s linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@-webkit-keyframes imghvr-zoom-out-left {
  50% {
    transform: scale(0.8) translateX(0%);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.8) translateX(-150%);
    opacity: 0.5;
  }
}
@keyframes imghvr-zoom-out-left {
  50% {
    transform: scale(0.8) translateX(0%);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.8) translateX(-150%);
    opacity: 0.5;
  }
}
/* imghvr-zoom-out-right
  ----------------------------- */
.imghvr-zoom-out-right:hover > img, .imghvr-zoom-out-right.hover > img {
  animation: imghvr-zoom-out-right 0.4025s linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@-webkit-keyframes imghvr-zoom-out-right {
  50% {
    transform: scale(0.8) translateX(0%);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.8) translateX(150%);
    opacity: 0.5;
  }
}
@keyframes imghvr-zoom-out-right {
  50% {
    transform: scale(0.8) translateX(0%);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.8) translateX(150%);
    opacity: 0.5;
  }
}
/* imghvr-zoom-out-flip-horiz
  ----------------------------- */
.imghvr-zoom-out-flip-horiz {
  perspective: 50em;
}
.imghvr-zoom-out-flip-horiz figcaption {
  opacity: 0;
  transform: rotateX(90deg) translateY(-100%) scale(0.5);
}
.imghvr-zoom-out-flip-horiz:hover > img, .imghvr-zoom-out-flip-horiz.hover > img {
  transform: rotateX(-100deg) translateY(50%) scale(0.5);
  opacity: 0;
  transition-delay: 0;
}
.imghvr-zoom-out-flip-horiz:hover figcaption, .imghvr-zoom-out-flip-horiz.hover figcaption {
  transform: rotateX(0) translateY(0%) scale(1);
  opacity: 1;
  transition-delay: 0.35s;
}

/* imghvr-zoom-out-flip-vert
  ----------------------------- */
.imghvr-zoom-out-flip-vert {
  perspective: 50em;
}
.imghvr-zoom-out-flip-vert figcaption {
  opacity: 0;
  transform: rotateY(90deg) translate(50%, 0) scale(0.5);
}
.imghvr-zoom-out-flip-vert:hover > img, .imghvr-zoom-out-flip-vert.hover > img {
  transform: rotateY(-100deg) translateX(50%) scale(0.5);
  opacity: 0;
  transition-delay: 0;
}
.imghvr-zoom-out-flip-vert:hover figcaption, .imghvr-zoom-out-flip-vert.hover figcaption {
  transform: rotateY(0) translate(0, 0) scale(1);
  opacity: 1;
  transition-delay: 0.35s;
}

/* imghvr-blur
  ----------------------------- */
.imghvr-blur figcaption {
  opacity: 0;
}
.imghvr-blur:hover > img {
  filter: blur(30px);
  transform: scale(1.2);
  opacity: 0;
}
.imghvr-blur:hover figcaption {
  opacity: 1;
  transition-delay: 0.21s;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  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.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.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;
  transition-property: transform;
  transition-duration: 0.15s;
  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 {
  perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
  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);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
  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);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
  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);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
  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);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy .hamburger-inner {
  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);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy-r .hamburger-inner {
  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);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, 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;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  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 {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  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);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  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;
  transform: rotate(-90deg);
  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);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  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 {
  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);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  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;
  transform: rotate(90deg);
  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);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  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;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  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;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  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);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  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);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  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;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  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;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  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);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  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);
}

/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  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;
  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;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.7142857143px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.7142857143px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 10px;
  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);
}
.hamburger--spring .hamburger-inner::after {
  top: 20px;
  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);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  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);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  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);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  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);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  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;
  transform: rotate(90deg);
  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);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  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 {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  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 {
  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;
  transform: rotate(-90deg);
}

:root {
  font-size: 18px !important;
}

/*
fonto skaiciuokle is px i rem
https://websemantics.uk/tools/convert-pixel-point-em-rem-percent/
*/
@media (max-width: 1365px) {
  :root {
    font-size: 16px !important;
  }
}
@media (max-width: 575px) {
  :root {
    font-size: 15px !important;
  }
}
/*
sutrumpinta pagalbine informacija: 
https://medium.com/@js_tut/the-complete-guide-to-scss-sass-49ac053fcde5
https://gist.github.com/jareware/4738651/
*/
body,
table,
html {
  overflow-x: hidden;
  font-size: 1rem;
  font-family: "Ubuntu", sans-serif !important;
}

/*
-------------------------------------------
				header
-------------------------------------------
*/
.open {
  background-color: #ffffff;
}

.header-bg-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/*
-------------------------------------------/
		backgrounds
-------------------------------------------
*/
.bg-ghost-white {
  background-color: #f5f6fb;
}

.bg-magnolia {
  background-color: #F4F0FB;
}

.bg-solitude {
  background-color: #e9eef5;
}

.bg-ghost-light {
  background-color: #fafafa;
}

.bg-cerulean-blue {
  background-color: #1f52d2;
}

.bg-grey {
  background-color: #F3F3F3;
}

.bg-lavender {
  background-color: #ededf1;
}

.bg-white-smoke {
  background-color: #f0f0f0;
}

.bg-none {
  background: none !important;
}

.accordion .card-header {
  border-bottom: 0;
}
.accordion .card:first-of-type a .fa-plus {
  display: none;
}
.accordion .card:first-of-type a .fa-minus {
  display: block;
}
.accordion .card:first-of-type a[aria-expanded=false] .fa-plus {
  display: block;
}
.accordion .card:first-of-type a[aria-expanded=false] .fa-minus {
  display: none;
}
.accordion a[aria-expanded=true] .fa-plus {
  display: none;
}
.accordion a[aria-expanded=true] .fa-minus {
  display: block;
}
.accordion a[aria-expanded=false] .fa-plus {
  display: block;
}
.accordion a[aria-expanded=false] .fa-minus {
  display: none;
}

/*
-------------------------------------------
		buttons with backgrounds
-------------------------------------------
*/
.btn {
  cursor: pointer;
}
.btn-blue-button {
  background-color: #1f52d2;
  color: #ffffff;
  transition: opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1), transform 0.45s cubic-bezier(0.25, 1, 0.33, 1), border-color 0.45s cubic-bezier(0.25, 1, 0.33, 1), color 0.45s cubic-bezier(0.25, 1, 0.33, 1), background-color 0.45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow 0.45s cubic-bezier(0.25, 1, 0.33, 1);
}
.btn-blue-button:hover {
  color: #ffffff;
  box-shadow: 0 10px 38px rgba(31, 82, 210, 0.5);
  opacity: 0.99;
  transform: translateY(-3px);
  transition: opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1), transform 0.45s cubic-bezier(0.25, 1, 0.33, 1), border-color 0.45s cubic-bezier(0.25, 1, 0.33, 1), color 0.45s cubic-bezier(0.25, 1, 0.33, 1), background-color 0.45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow 0.45s cubic-bezier(0.25, 1, 0.33, 1);
}
.btn-white-button {
  background-color: #ffffff;
  color: #1f52d2;
  transition: opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1), transform 0.45s cubic-bezier(0.25, 1, 0.33, 1), border-color 0.45s cubic-bezier(0.25, 1, 0.33, 1), color 0.45s cubic-bezier(0.25, 1, 0.33, 1), background-color 0.45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow 0.45s cubic-bezier(0.25, 1, 0.33, 1);
}
.btn-white-button:hover {
  color: #1f52d2;
  box-shadow: 0 20px 38px rgba(255, 255, 255, 0.16);
  opacity: 0.99;
  transform: translateY(-3px);
  transition: opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1), transform 0.45s cubic-bezier(0.25, 1, 0.33, 1), border-color 0.45s cubic-bezier(0.25, 1, 0.33, 1), color 0.45s cubic-bezier(0.25, 1, 0.33, 1), background-color 0.45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow 0.45s cubic-bezier(0.25, 1, 0.33, 1);
}

/*
-------------------------------------------
			hover backgrounds
-------------------------------------------
*/
.bg-cerulean-blue-hover:hover {
  background-color: #2153d2;
  text-decoration: none;
  color: #ffffff;
  box-shadow: 0 10px 38px rgba(31, 82, 210, 0.5);
  transition: opacity 1.45s cubic-bezier(0.25, 1, 0.33, 1), transform 1.45s cubic-bezier(0.25, 1, 0.33, 1), border-color 1.45s cubic-bezier(0.25, 1, 0.33, 1), color 1.45s cubic-bezier(0.25, 1, 0.33, 1), background-color 1.45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow 1.45s cubic-bezier(0.25, 1, 0.33, 1);
}
.bg-cerulean-blue-hover:hover a, .bg-cerulean-blue-hover:hover i, .bg-cerulean-blue-hover:hover svg {
  color: #ffffff !important;
  text-decoration: none !important;
}
.bg-grey-hover:hover {
  background-color: #F3F3F3;
  text-decoration: none;
  color: #ffffff;
  box-shadow: 0 10px 38px rgb(243, 243, 243);
  transition: opacity 1.45s cubic-bezier(0.25, 1, 0.33, 1), transform 1.45s cubic-bezier(0.25, 1, 0.33, 1), border-color 1.45s cubic-bezier(0.25, 1, 0.33, 1), color 1.45s cubic-bezier(0.25, 1, 0.33, 1), background-color 1.45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow 1.45s cubic-bezier(0.25, 1, 0.33, 1);
}
.bg-grey-hover:hover a, .bg-grey-hover:hover i, .bg-grey-hover:hover svg {
  color: #ffffff !important;
  text-decoration: none !important;
}
.bg-white-hover:hover {
  background-color: #ffffff;
  text-decoration: none;
  color: #2153d2;
  box-shadow: 0 10px 38px rgba(255, 255, 255, 0.3);
  transition: opacity 1.45s cubic-bezier(0.25, 1, 0.33, 1), transform 1.45s cubic-bezier(0.25, 1, 0.33, 1), border-color 1.45s cubic-bezier(0.25, 1, 0.33, 1), color 1.45s cubic-bezier(0.25, 1, 0.33, 1), background-color 1.45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow 1.45s cubic-bezier(0.25, 1, 0.33, 1);
}
.bg-white-hover:hover a, .bg-white-hover:hover i, .bg-white-hover:hover svg {
  color: #2153d2 !important;
  text-decoration: none !important;
}

/*
-------------------------------------------
			image hover effects
-------------------------------------------
*/
.img-hover-zoom {
  position: relative;
  transition: all 0.3s ease-in-out, border-color 1.45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow 1.45s cubic-bezier(0.25, 1, 0.33, 1), color 0.45s cubic-bezier(0.25, 1, 0.33, 1);
}
.img-hover-zoom:hover {
  transform: scale(1.05);
}

.image-grid {
  overflow: hidden !important;
}
.image-grid figure {
  overflow: hidden !important;
  margin: 0px !important;
}
.image-grid figure.effect-ruby {
  overflow: hidden !important;
}
.image-grid figure.effect-ruby img {
  transition: transform 0.35s;
}
.image-grid figure.effect-ruby:hover img {
  transform: scale(1.05);
}
.image-grid figure.effect-sadie figcaption .figcaption-image-title {
  padding: 2rem;
  position: absolute;
  top: 74%;
  left: 0;
  width: 100%;
  color: #ffffff;
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s;
  transform: translate3d(0, -50%, 0);
}
.image-grid figure.effect-sadie figcaption::before {
  color: #ffffff;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(3, 23, 56, 0.6) 0%, rgba(3, 23, 56, 0.5) 30%);
  content: "";
  opacity: 0;
  transform: translate3d(0, 50%, 0);
}
.image-grid figure.effect-sadie p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2rem;
  width: 100%;
  opacity: 0;
  color: #ffffff;
  transform: translate3d(0, 10px, 0);
}
.image-grid figure.effect-sadie:hover .figcaption-image-title {
  color: #ffffff;
  transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}
.image-grid figure.effect-sadie:hover figcaption::before, .image-grid figure.effect-sadie:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/*
-------------------------------------------
			border-color
-------------------------------------------
*/
.border-gainsboro-top {
  border-top: solid #f3f3f3 1px !important;
}
.border-grey-top {
  border-top: solid #f6f7fa 1px;
}
.border-grey-right {
  border-right: solid #f6f7fa 1px;
}
.border-grey-bottom {
  border-bottom: solid #f6f7fa 1px;
}
.border-grey-left {
  border-left: solid #f6f7fa 1px;
}
.border-moon-raker {
  border: solid #b4a9db 1px;
}
.border-moon-raker a {
  color: #ffffff;
}

/*
-------------------------------------------
			background images
-------------------------------------------
*/
.bg-img-careers {
  background-image: url("../images/bg_img/careers-bg.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.bg-img-facts-figures {
  background-image: url("../images/bg_img/facts-figures-bg.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.bg-img-companies {
  background-image: url("../images/bg_img/companies-bg.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.bg-img-about {
  background-image: url("../images/bg_img/about-bg.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.bg-img-our-cases {
  background-image: url("../images/bg_img/our-cases-bg.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.bg-img-governance-practices {
  background-image: url("../images/bg_img/governance-practices-bg.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.bg-img-governance_structure {
  background-image: url("../images/bg_img/governance_structure-bg.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.rounded-title-gray {
  background-color: #ededf1;
  color: #1f52d2;
  border-radius: 50px;
  padding-top: 0.61rem;
  padding-right: 1.66rem;
  padding-bottom: 0.61rem;
  padding-left: 1.66rem;
  font-size: 1.11rem;
  font-weight: 700;
}
.rounded-title-gray-small {
  background-color: #ededf1;
  color: #1f52d2;
  border-radius: 4px;
  padding-top: 0.3rem;
  padding-right: 0.55rem;
  padding-bottom: 0.3rem;
  padding-left: 0.55rem;
  font-size: 0.88rem;
  font-weight: 700;
}
.rounded-title-lightblue {
  background-color: #456ed5;
  color: #ffffff;
  border-radius: 50px;
  padding-top: 0.61rem;
  padding-right: 1.66rem;
  padding-bottom: 0.61rem;
  padding-left: 1.66rem;
  font-size: 1rem;
  font-weight: 700;
}
.rounded-title-lightblue-small {
  color: #ffffff;
  background-color: #456ed5;
  border-radius: 4px;
  padding-top: 0.3rem;
  padding-right: 0.55rem;
  padding-bottom: 0.3rem;
  padding-left: 0.55rem;
  font-size: 0.88rem;
  font-weight: 700;
}
.rounded-title-white-small {
  color: #1f52d2;
  background-color: #ffffff;
  border-radius: 15px;
  padding-top: 0.3rem;
  padding-right: 0.5rem;
  padding-bottom: 0.3rem;
  padding-left: 0.5rem;
  font-size: 0.7rem;
  font-weight: 700;
}

/*
-------------------------------------------
		TABs
-------------------------------------------
*/
.companies-block .nav-item img {
  max-height: 80%;
}
.companies-block .nav-item .tab-logo-item {
  display: block;
}
.companies-block .nav-item .tab-logo-item-active {
  display: none;
}
.companies-block .nav-item.active {
  background: #1f52d2;
}
.companies-block .nav-item.active .tab-logo-item {
  display: none;
}
.companies-block .nav-item.active .tab-logo-item-active {
  display: block;
}

.awards-block .nav-item.active {
  background: #1f52d2;
  color: #ffffff;
}

.main-social-block-1 {
  background-image: url("../images/social/social_responsibility_1.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.main-social-block-2 {
  background-image: url("../images/social/social_responsibility_2.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.main-social-block-3 {
  background-image: url("../images/social/social_responsibility_3.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.main-social-block-4 {
  background-image: url("../images/social/social_responsibility_4.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

hr.hr-dashed {
  background-image: url("../images/hr-dashed.gif");
  background-repeat: repeat-x;
  height: 1px;
  border-top: none;
}

.big-image-caption {
  top: auto;
  left: 6%;
  bottom: 10%;
}

.overlay {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: background 0.5s ease-out;
}
.overlay:hover {
  transition: background 0.5s ease-out;
  background: rgba(0, 0, 0, 0.1);
}

a:hover .overlay {
  transition: background 0.5s ease-out;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

.tabs-block-border-right .vertical-separator {
  background-image: url("../images/vertical_seperator.png");
  background-position: top center;
  background-repeat: no-repeat;
  height: 131px;
  width: 1px;
}
@media (max-width: 575.98px) {
  .tabs-block-border-right .tabs-block-border-right-item .vertical-separator {
    visibility: hidden !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .tabs-block-border-right .tabs-block-border-right-item .vertical-separator {
    visibility: hidden !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .tabs-block-border-right .tabs-block-border-right-item:last-child .vertical-separator {
    visibility: hidden !important;
  }
  .tabs-block-border-right .tabs-block-border-right-item:nth-child(2n) .vertical-separator {
    visibility: hidden !important;
  }
}
@media (min-width: 992px) and (max-width: 1365.98px) {
  .tabs-block-border-right .tabs-block-border-right-item:last-child .vertical-separator {
    visibility: hidden !important;
  }
  .tabs-block-border-right .tabs-block-border-right-item:nth-child(2n) .vertical-separator {
    visibility: hidden !important;
  }
}
@media (min-width: 1366px) and (max-width: 1599.98px) {
  .tabs-block-border-right .tabs-block-border-right-item:last-child .vertical-separator {
    visibility: hidden !important;
  }
  .tabs-block-border-right .tabs-block-border-right-item:nth-child(3n) .vertical-separator {
    visibility: hidden !important;
  }
}

.simple-social-icons li a:hover {
  color: #3366cc !important;
}

.block-right {
  right: 0px;
}

html {
  overflow-y: scroll !important;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body.modal-open {
  overflow: visible !important;
  position: relative;
}

body.modal-open::-webkit-scrollbar {
  display: none;
}

.cookie_text {
  position: fixed;
  bottom: 0;
  background-color: #1f52d2;
  color: #fff;
  z-index: 9999;
  width: 100%;
  font-size: 12px;
  padding: 7px 20px;
  text-align: center;
}

#cookie_block a {
  cursor: pointer;
  float: right;
}

#cookie_block a:hover {
  font-weight: 600;
}

#drop_lang {
  position: absolute;
  bottom: 0;
  height: 30px;
  min-width: auto;
}

#weixinimg {
  position: absolute;
  display: none;
  bottom: 0;
  margin-left: 70px;
  background: white;
}

#weixinimg img {
  height: 140px;
}

.news-article-info a {
  color: #1f52d2;
}

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

.tableizer-table table,
.tableizer-table th,
.tableizer-table td {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.tableizer-table tr td:first-child {
  max-width: 204px;
}

.pagination {
  justify-content: center;
}

.inherited_head {
  font-size: inherit;
  margin-bottom: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin-top: inherit;
}

.img_figure div {
  height: 350px;
  width: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 30%;
}

.img_figure_main div {
  height: 350px;
  width: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.logo-win {
  left: calc(70% - 55px);
  transition: all 1s ease;
}

.open {
  display: block !important;
}

.lg-backdrop.in {
  opacity: 0.85;
}

.fixed-size.lg-outer .lg-inner {
  background-color: #FFF;
}

.lg-sub-html {
  background-color: #fff;
  color: #000;
}

.lg-sub-html span {
  color: #7f7f7f;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  top: 38%;
  background-color: #fff;
  color: #000;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #000;
}

.lg-actions .lg-prev {
  left: 30px;
}

.lg-actions .lg-next {
  right: 30px;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  position: absolute;
  text-align: left;
  top: 0;
  bottom: auto;
}

.fixed-size.lg-outer .lg-toolbar {
  background-color: transparent;
  height: 0;
}

.fixed-size.lg-outer .lg-toolbar .lg-icon {
  color: #FFF;
}

.fixed-size.lg-outer .lg-img-wrap {
  padding: 30px 50px 165px;
}

.lg-outer .lg-thumb-outer {
  background-color: #fff;
  height: 165px !important;
  padding: 0 50px;
  overflow: hidden;
}

.lg-outer .lg-thumb-item {
  border-radius: 0;
}

.lg-outer .lg-thumb-item {
  border: 0 solid transparent;
  margin-bottom: 0;
}

.lg-outer .lg-thumb-item {
  background-color: #000;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: transparent;
}

.lg-outer .lg-thumb-item.active img, .lg-outer .lg-thumb-item:hover img {
  opacity: 1;
}

.lg-outer .lg-thumb-item img {
  opacity: 0.5;
}

.lg-outer .lg-thumb {
  padding: 30px 0;
}

.lg-toolbar .lg-close:after {
  color: #000;
}

b, strong {
  font-weight: 700;
}

.form_extra_text {
  color: #97B4FF;
}

.form_text {
  text-align: left;
  font-size: 14px;
}

.form_text_input {
  width: 100%;
  padding: 0.375rem 0.75rem;
  margin: 0;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
}

.form_text_input {
  width: 100%;
  padding: 12px 20px;
  margin: 0;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
}

.form_text_input:focus {
  outline: none;
}

.checkbox input[type=checkbox] {
  opacity: 0;
  height: 0;
  width: 0;
}

.checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  cursor: pointer;
}

.checkbox label::before,
.checkbox label::after {
  position: absolute;
  content: "";
  display: inline-block;
}

.checkbox label::before {
  height: 18px;
  width: 18px;
  border: 1px solid;
  border-radius: 4px;
  left: 0px;
  top: 3px;
}

.checkbox label::after {
  height: 5px;
  width: 9px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  left: 5px;
  top: 8px;
}

.checkbox input[type=checkbox] + label::after {
  content: none;
}

.checkbox input[type=checkbox]:checked + label::after {
  content: "";
}

/* financial calendar form*/
.select_input {
  padding: 0.375rem 0.75rem;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: none;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}

.select_input::-ms-expand {
  display: none;
}

.select_input:focus {
  outline: none;
}

.select_input option {
  font-weight: normal;
}

.select_input_box {
  display: block;
  text-align: left;
}

.centered_div_contact {
  display: flex;
  align-items: center;
  height: 480px;
}

.centered_div_contact .text-size-small-block-title {
  font-weight: bold;
}

@media (max-width: 991px) {
  .centered_div_contact {
    height: auto;
  }
}
.blue_side_div {
  height: 500px;
  padding: 20px;
  position: absolute;
  display: none;
  margin-left: -10px;
}

@media (max-width: 991px) {
  .centered_div_contact {
    height: auto;
  }
}
@media (min-width: 992px) {
  .blue_side_div {
    display: block;
    width: calc(50vw + 80px);
  }
}
@media (min-width: 1366px) {
  .blue_side_div {
    width: calc(50vw + 95.8333333333px);
  }
}
@media (min-width: 1600px) {
  .blue_side_div {
    width: calc(50vw + 116.6666666667px);
  }
}
.centered_div_contact_inner {
  padding: 30px 0 30px 30px;
}

@media (min-width: 1px) and (max-width: 991px) {
  .centered_div_contact_inner {
    padding: 10px;
  }
}
.in-tab .gallery-count {
  color: #fff;
  text-align: center;
  width: 100%;
  top: 70px;
  text-align: center;
}

.in-tab .gallery-view-more {
  top: 98px;
  text-align: center;
  display: inline-block;
  left: 0;
  right: 0;
}

.in-tab .gallery-view-more-inside {
  display: inline-block;
  border: 1px solid #fff;
  font-size: 16px;
  padding: 5px 17px;
  margin-top: 15px;
  border-radius: 5px;
}

.in-tab.last-element figure {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.6194852941) 39%, rgba(0, 0, 0, 0.1292892157) 100%);
}

.block_min_height-220 {
  min-height: 220px;
}

.fancybox-caption.fancybox-caption--separate .fancybox-caption__body {
  color: #fff;
  font-weight: bold;
}

.fancybox-caption.fancybox-caption--separate {
  bottom: 0px;
}

@media (min-width: 768px) {
  .col-md-2-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 992px) {
  .col-lg-2-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.companies-block .tab-logo-item-stay .nav-item.active {
  background: inherit;
  border-bottom: 4px solid #1f52d2 !important;
}

/**
 * Additional
 */
.min-height-news-title {
  min-height: 90px !important;
}

.btn-blue-border {
  border: 1px solid #1f52d2;
}

.mt--3 {
  margin-top: -1rem !important;
}

.photo-gallery.owl-carousel.owl-theme .owl-nav button, .block-fixed-banner .fixed-link a, .compliance-slider-container .slide-selector-block li {
  transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  -moz-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  -o-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
}

.border-radius-6 {
  border-radius: 6px;
}

.title-grey-block {
  color: #272D67;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
}

.block-image-left-right .plane-wings img {
  max-width: 741px;
}
.block-image-left-right .inside-text {
  position: relative;
  max-width: 636px;
  width: 100%;
}
.block-image-left-right .inside-text:before {
  content: "";
  background-image: url("../images/quote.png");
  background-repeat: no-repeat;
  background-position: left center;
  width: 74px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: -105px;
  bottom: 0px;
}
.block-image-left-right .inside-text p {
  margin-bottom: 2rem;
}
.block-image-left-right .inside-text p strong {
  color: #272D67;
  font-weight: 500;
}

@media (max-width: 767px) {
  .inside-text:before {
    display: none;
  }
  .plane-wings {
    position: absolute;
    opacity: 0.5;
  }
}
.compliance-slider-container .compliance-slider-title {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
  color: #272D67;
}
.compliance-slider-container .slide-selector-block {
  padding: 0;
  margin: 0;
}
.compliance-slider-container .slide-selector-block li {
  background: #272D67;
  list-style: none;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  padding: 23px 50px 23px 30px;
  border-bottom: 1px solid #3D47A1;
  position: relative;
  cursor: pointer;
}
.compliance-slider-container .slide-selector-block li:first-of-type {
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.compliance-slider-container .slide-selector-block li:last-of-type {
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border: none;
}
.compliance-slider-container .slide-selector-block li .fa-arrow-right {
  position: absolute;
  right: 30px;
  top: 29px;
}
.compliance-slider-container .slide-selector-block li.active {
  background-color: #4B56C3;
}
@media (max-width: 768px) {
  .compliance-slider-container .slide-selector-block li {
    padding: 10px 38px 10px 15px;
  }
  .compliance-slider-container .slide-selector-block li .fa-arrow-right {
    top: 17px;
    right: 15px;
  }
}
.compliance-slider-container .slider-col {
  position: initial;
}
.compliance-slider-container .slider-navigation-col {
  z-index: 11;
}
.compliance-slider-container .carousel.carousel-fade .slider-navigation {
  z-index: 11;
  position: absolute;
  right: 0px;
  top: 200px;
}
.compliance-slider-container .carousel.carousel-fade .slider-navigation a {
  background-color: #fff;
  width: 46px;
  height: 46px;
  border: 1px solid #D3D3D3;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  right: 0px;
  top: 100px;
  outline: none !important;
}
.compliance-slider-container .carousel.carousel-fade .slider-navigation a:hover, .compliance-slider-container .carousel.carousel-fade .slider-navigation a:focus, .compliance-slider-container .carousel.carousel-fade .slider-navigation a:active {
  outline: none !important;
}
.compliance-slider-container .carousel.carousel-fade .slider-navigation a svg path {
  fill: #272D67;
}
@media (max-width: 1600px) {
  .compliance-slider-container .carousel.carousel-fade .slider-navigation {
    top: 100px;
  }
}
@media (max-width: 1366px) {
  .compliance-slider-container .carousel.carousel-fade .slider-navigation {
    top: 30px;
    right: -70px;
  }
}
@media (max-width: 1120px) {
  .compliance-slider-container .carousel.carousel-fade .slider-navigation {
    right: -20px;
  }
}
@media (max-width: 991px) {
  .compliance-slider-container .carousel.carousel-fade .slider-navigation {
    right: 0px;
  }
}
.compliance-slider-container .carousel.carousel-fade .carousel-inner {
  position: inherit;
  overflow: initial;
  touch-action: none !important;
}
.compliance-slider-container .carousel.carousel-fade .carousel-inner .carousel-item {
  position: inherit;
  background-repeat: no-repeat;
  background-size: auto;
  min-height: 671px;
}
.compliance-slider-container .carousel.carousel-fade .carousel-inner .carousel-item .carousel-caption {
  bottom: inherit;
  margin-top: 37%;
  z-index: 11;
  position: relative;
  left: 0px;
  right: 0px;
  margin-left: 15%;
}
.compliance-slider-container .carousel.carousel-fade .carousel-inner .carousel-item .carousel-caption .slider-title {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  color: #272D67;
}
.compliance-slider-container .carousel.carousel-fade .carousel-inner .carousel-item .carousel-caption .carousel-small-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #171717;
}
.compliance-slider-container .carousel.carousel-fade .carousel-inner .carousel-item .carousel-caption .slider-button {
  background: #272D67;
  border-radius: 6px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #969DDB;
  padding: 0px;
}
.compliance-slider-container .carousel.carousel-fade .carousel-inner .carousel-item .carousel-caption .slider-button span.title-left {
  padding: 20px 35px !important;
  max-width: 247px;
}
.compliance-slider-container .carousel.carousel-fade .carousel-inner .carousel-item .carousel-caption .slider-button span.download-right {
  color: #FFFFFF;
  padding: 20px 35px !important;
  border-left: 1px solid #3D47A2;
}
.compliance-slider-container .carousel.carousel-fade .carousel-inner .carousel-item .slider-image {
  position: absolute;
  margin-left: -109px;
  z-index: 10;
}
.compliance-slider-container .carousel.carousel-fade .carousel-inner .carousel-item .wrapper-carousel-controls {
  z-index: 11;
}
@media (max-width: 768px) {
  .compliance-slider-container .carousel.carousel-fade .carousel-inner {
    position: relative;
  }
  .compliance-slider-container .carousel.carousel-fade .carousel-inner .carousel-item .slider-image {
    margin-left: 0px;
    width: 100%;
  }
  .compliance-slider-container .carousel.carousel-fade .slider-navigation {
    right: 10px;
  }
}
@media (max-width: 576px) {
  .compliance-slider-container .carousel.carousel-fade .compliance-slider-title {
    font-size: 28px;
    line-height: 32px;
  }
  .compliance-slider-container .carousel.carousel-fade .carousel-inner .carousel-item {
    min-height: auto;
  }
  .compliance-slider-container .carousel.carousel-fade .carousel-inner .carousel-item .slider-image {
    width: 95%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .compliance-slider-container .carousel.carousel-fade .carousel-inner .carousel-item .carousel-caption {
    margin: inherit;
    margin-top: 37%;
    width: 100%;
  }
  .compliance-slider-container .carousel.carousel-fade .carousel-inner .carousel-item .slider-navigation a {
    width: 40px;
    height: 40px;
  }
}

.no-swipe .carousel-inner {
  pointer-events: none !important;
  touch-action: none !important;
}

.block-fixed-banner {
  position: fixed;
  width: 175px;
  height: 231px;
  right: 2%;
  bottom: 5%;
  background: #2765FF;
  border-radius: 6px;
  background-image: url("/images/fixed-banner-icon.svg");
  background-repeat: no-repeat;
  background-position: -17px -18px;
  z-index: 5;
  padding: 13px;
}
@media (max-width: 1000px) {
  .block-fixed-banner {
    display: none;
  }
}
.block-fixed-banner .fixed-title {
  padding-top: 100px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  font-family: "Ubuntu", sans-serif;
}
.block-fixed-banner .fixed-link a {
  background: #FFFFFF;
  border-radius: 23.5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  font-family: "Ubuntu", sans-serif;
  color: #272D67;
  padding: 10px 24px;
}
.block-fixed-banner .fixed-link a:hover {
  background-color: #efefef;
}
.block-fixed-banner .fixed-link a svg {
  font-size: 13px;
  vertical-align: 3px;
}

.asg-table {
  border: 1px solid #EAEAEA;
  border-radius: 6px;
  background: #FFF;
  margin-bottom: 30px;
  border-collapse: collapse;
  border-spacing: 0;
  border-collapse: separate;
  background-image: url("/images/table-bg.png");
  background-repeat: no-repeat;
  background-position: left top;
  font-weight: 400;
}
.asg-table td {
  padding: 20px 50px;
  border-bottom: 1px solid #EAEAEA;
  height: 137px;
  width: 50%;
  font-size: 18px;
}
.asg-table td.big-font {
  font-size: 22px;
}
@media (max-width: 767px) {
  .asg-table td {
    width: 70%;
    font-size: 1rem;
    padding: 20px 20px;
  }
  .asg-table td.big-font {
    width: 30%;
    font-size: calc(1.265rem + 0.18vw);
  }
}
.asg-table tr:last-child td {
  border: none;
}

/*
-------------------------------------------
	Additional Page module block styles
-------------------------------------------
*/
.blue-text {
  color: #272D67 !important;
}

.block-full-width-menu {
  background-color: #2765FF;
}
.block-full-width-menu ul {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  align-items: start;
  height: 100px;
  margin: 0;
}
.block-full-width-menu li {
  height: 100%;
}
.block-full-width-menu a {
  display: flex;
  align-items: center;
  height: 100%;
  border-top: 3px solid transparent;
  padding-left: 40px;
  padding-right: 40px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}
.block-full-width-menu a:active, .block-full-width-menu a:hover, .block-full-width-menu a:focus, .block-full-width-menu a.active {
  background-color: #2156D8;
  border-top: 3px solid #fff;
}

.block-img-and-text {
  color: #272727;
}
.block-img-and-text h2 {
  color: #272D67;
}
.block-img-and-text ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.block-img-and-text li {
  color: #1F52D2;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  background: url("../images/esg/li-arrow-blue.svg") no-repeat left center transparent;
  padding: 10px 30px 10px 20px;
}

.highlighted-text {
  color: #ffffff;
  background-color: #1F52D2;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.highlighted-text ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
}
.highlighted-text li {
  background: url("../images/esg/li-arrow.svg") no-repeat left center transparent;
  padding: 10px 30px;
  margin: 0 25px;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
}
.highlighted-text a, .highlighted-text a:hover, .highlighted-text a:focus, .highlighted-text a:active {
  text-decoration: underline;
  color: #ffffff;
}
.highlighted-text p:last-child {
  margin-bottom: 0;
}

.gradient-bg {
  position: relative;
}
.gradient-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #1B1B1B -12.96%, rgba(38, 38, 38, 0) 100%);
}

.full-link {
  width: 100%;
  padding: 26px 50px 26px 36px;
  border-radius: 6px;
  margin-top: 20px;
  border: 1px solid #E1E1E1;
  color: #272727;
  display: inline-block;
  background: url(../images/esg/external-link.svg) no-repeat right 26px center transparent;
}
.full-link:hover, .full-link:focus, .full-link:active {
  text-decoration: none;
  color: #1F52D2;
  border-color: #1F52D2;
  background-image: url(../images/esg/external-link-hover.svg);
}

.diversity-list .row {
  justify-content: space-between;
}
.diversity-list .row > div {
  margin-bottom: 25px;
}
.diversity-list .list-item {
  border-radius: 6px;
  background-color: #F5F5F5;
  padding: 20px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 370px;
  height: 100%;
  text-align: center;
  color: #272727;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.culture-list .row {
  justify-content: space-between;
}
.culture-list .list-item {
  border-radius: 6px;
  background-color: #F5F5F5;
  padding: 35px 30px 25px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  height: 210px;
  margin-bottom: 25px;
  flex-direction: column;
  color: #272D67;
  font-size: 20px;
  font-weight: 500;
  line-height: 42px;
}

@media (min-width: 992px) {
  #our-airlines {
    padding-top: 0px !important;
  }
}

.acmi-list h2 {
  color: #272D67;
}
.acmi-list .row {
  justify-content: space-between;
}
.acmi-list .row > div {
  margin-bottom: 25px;
}
.acmi-list .list-item {
  border-radius: 6px;
  background-color: #F5F5F5;
  padding: 35px 30px 25px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  height: 100%;
  flex-direction: column;
  color: #272D67;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.acmi-list .list-item img {
  margin: 0 0 40px;
}
@media (min-width: 992px) {
  .acmi-list.acmi-list-first .list-item {
    min-height: 352px;
  }
}

.safety-list .row > div {
  margin-bottom: 25px;
}
.safety-list .list-item {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  background-color: #1F52D2;
  padding: 35px 45px;
  border-radius: 6px;
  height: 100%;
}
.safety-list .list-item p:last-child {
  margin-bottom: 0;
}

.system-list .row > div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 42px;
  border-radius: 6px;
  margin-bottom: 25px;
  overflow: hidden;
}
.system-list .row > div .list-item {
  z-index: 2;
}
.system-list .row > div:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 520.618px;
  background: radial-gradient(103.31% 103.31% at 50% 48.23%, rgba(35, 93, 239, 0.9) 0%, rgba(35, 93, 239, 0) 100%);
  filter: blur(100px);
}
.system-list .row > div:first-child {
  height: auto;
  padding: 20px;
  text-align: center;
  background: #F4F4F4;
  color: #272D67;
}
.system-list .row > div:first-child:before {
  content: none;
}
.system-list .row > div:first-child img {
  margin-bottom: 30px;
}
.system-list .row > div:nth-child(2) {
  background-image: url(../images/esg/sms-1.jpg);
}
.system-list .row > div:nth-child(3) {
  background-image: url(../images/esg/sms-2.jpg);
}
.system-list .row > div:nth-child(4) {
  background-image: url(../images/esg/sms-3.jpg);
}
.system-list .row > div:nth-child(5) {
  background-image: url(../images/esg/sms-4.jpg);
}

.management-list {
  max-width: 1380px;
}
.management-list .row > div {
  padding: 0;
}
.management-list .row > div:first-child .list-item {
  border-radius: 6px 0 0 6px;
}
.management-list .row > div:nth-child(1) .list-item {
  background: url(../images/esg/step-1.svg) no-repeat right center #EDEDED;
}
.management-list .row > div:nth-child(2) .list-item {
  background: url(../images/esg/step-2.svg) no-repeat right center #E7E7E7;
}
.management-list .row > div:nth-child(3) .list-item {
  background: url(../images/esg/step-3.svg) no-repeat right center #DFDFDF;
}
.management-list .row > div:nth-child(4) .list-item {
  background: url(../images/esg/step-4.svg) no-repeat right center #D2D2D2;
}
.management-list .row > div:nth-child(5) .list-item {
  background: url(../images/esg/step-5.svg) no-repeat right center transparent;
}
.management-list .list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 210px;
  color: #272D67;
  font-size: 20px;
  font-weight: 500;
  line-height: 42px;
}

.block-slider .carousel {
  width: 100%;
  padding: 0 10%;
}
.block-slider .carousel-inner {
  height: 475px;
}
.block-slider .carousel-item {
  height: 475px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.block-slider .carousel-item.with-caption {
  margin-top: 60px;
}
.block-slider .carousel-item .caption {
  margin-top: -60px;
  text-align: center;
  color: #272D67;
  font-size: 20px;
  font-weight: 400;
  line-height: 64px;
}
.block-slider .carousel-control-prev, .block-slider .carousel-control-next {
  background: none;
  width: auto;
  transition: all 0.2s;
}
.block-slider .carousel-control-prev-icon, .block-slider .carousel-control-next-icon {
  width: 61px;
  height: 61px;
  background-image: none;
}
.block-slider .carousel-control-prev-icon:hover path, .block-slider .carousel-control-prev-icon:focus path, .block-slider .carousel-control-prev-icon:active path, .block-slider .carousel-control-next-icon:hover path, .block-slider .carousel-control-next-icon:focus path, .block-slider .carousel-control-next-icon:active path {
  fill: #1F52D2;
}
.block-slider .carousel-control-prev-icon:hover rect, .block-slider .carousel-control-prev-icon:focus rect, .block-slider .carousel-control-prev-icon:active rect, .block-slider .carousel-control-next-icon:hover rect, .block-slider .carousel-control-next-icon:focus rect, .block-slider .carousel-control-next-icon:active rect {
  stroke: #1F52D2;
}
.block-slider .carousel-control-next-icon {
  transform: rotate(180deg);
}

@media (max-width: 991px) {
  .acmi-bg {
    background-position: -210px center;
  }
}

.acmi-service-peak-periods {
  padding-top: 0px !important;
}

@media (max-width: 991px) {
  .acmi-block-with-image {
    padding-bottom: 10px !important;
  }
  .acmi-list {
    padding-bottom: 10px !important;
  }
  .acmi-list .items-carousel .carousel-inner {
    height: 380px !important;
  }
  .acmi-service-peak-periods {
    padding-top: 10px !important;
  }
}
.block-stats {
  display: flex;
  justify-content: space-around;
  border-radius: 10px;
  background-color: #F1F3F5;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin: 20px 0;
}
.block-stats strong {
  font-size: 20px;
  font-weight: 500;
  line-height: 21px;
}
.block-stats .stat {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 50px 10px 20px;
  justify-content: start;
  align-items: center;
  gap: 10px;
  height: 100%;
}
@media (max-width: 991px) {
  .block-stats .stat {
    text-align: left;
  }
  .block-stats .stat span {
    min-width: 60%;
    padding-left: 9px;
  }
  .block-stats .stat strong {
    text-align: right;
  }
  .block-stats .stat svg {
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  .block-stats .stat-exp .stat {
    text-align: left;
  }
  .block-stats .stat-exp .stat span {
    padding-left: 0px;
  }
  .block-stats .stat-exp .stat svg {
    margin-right: 0px;
  }
}
.block-stats .stat2 {
  flex: 3;
  position: relative;
  background: #1F52D2;
  color: #FFFFFF;
}
.block-stats .stat-tr {
  margin-top: -40px;
  padding-bottom: 0;
  padding-top: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
  line-height: 30px;
  background: #1F52D2;
  border-radius: 10px 10px 0 0;
}
.block-stats .stat-exp {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
}

@media (max-width: 991px) {
  .block-stats {
    flex-direction: column;
  }
  .block-stats .stat {
    flex-direction: row;
    padding: 20px;
    justify-content: space-between;
    width: 100%;
  }
  .block-stats .stat-exp {
    flex-direction: column;
  }
  .block-stats .stat2 {
    margin: 10px;
    border-radius: 10px;
  }
  .block-stats .stat-tr {
    display: none;
  }
}
@media (min-width: 992px) {
  #documents .card-body {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.aircrafts .inside-text {
  border-radius: 10px;
  background: #1F52D2;
  color: #FFF;
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
  padding: 20px;
  text-align: center;
}
.aircrafts .inside-text strong {
  border-radius: 50%;
  background-color: #ffffff;
  color: #1F52D2;
  font-size: 56px;
  font-weight: 700;
  line-height: 120px;
  width: 120px;
  height: 120px;
  display: inline-block;
  text-align: center;
  margin: 0 10px;
}
.aircrafts .inside-text p:last-child {
  margin-bottom: 0;
}

.planes .list-item {
  text-align: center;
}

.block-documents .card-header {
  padding: 0;
  border-bottom: none;
}
.block-documents .btn:focus, .block-documents .btn.focus {
  box-shadow: none;
}
.block-documents .card {
  border-radius: 6px;
  background-color: #FFFFFF;
  border: 1px solid #1F52D2;
  position: relative;
  margin-bottom: 25px;
}
.block-documents .card .category {
  background-color: #1F52D2;
  padding: 36px 56px;
  width: 100%;
  text-align: left;
  color: #ffffff;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
}
.block-documents .card .category::after {
  position: absolute;
  content: "";
  top: 42px;
  right: 42px;
  width: 30px;
  height: 30px;
  background: url(../images/esg/doc-plus.svg) no-repeat right center transparent;
}
.block-documents .card .category[aria-expanded=true] {
  background-color: #FFFFFF;
  color: #1F52D2;
}
.block-documents .card .category[aria-expanded=true]::after {
  background: url(../images/esg/doc-minus.svg) no-repeat right center transparent;
}
.block-documents .card ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.block-documents .card ul a {
  color: #272727;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  padding: 10px 24px 10px 20px;
  position: relative;
  text-decoration: none;
}
.block-documents .card ul a span {
  color: #ABABAB;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  margin: 0 10px;
}
.block-documents .card ul a::after {
  position: absolute;
  content: "";
  right: 0;
  top: 10px;
  width: 24px;
  height: 24px;
  background: url(../images/esg/external-link.svg) no-repeat center center transparent;
}

.items-carousel .carousel-inner {
  height: 410px;
  padding-bottom: 60px;
}
.items-carousel .carousel-item {
  height: 100%;
}
.items-carousel .carousel-indicators li {
  width: 10px;
  height: 10px;
  background-color: #D9D9D9;
  border-radius: 50%;
}
.items-carousel .carousel-indicators li.active {
  background-color: #272D67;
}

.block-inner-slider {
  background: #F1F3F5;
}
.block-inner-slider h2 {
  color: #272D67;
}
.block-inner-slider > div {
  width: 100%;
}
.block-inner-slider .carousel-inner {
  height: 475px;
}
.block-inner-slider .carousel-item {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.block-inner-slider .carousel-caption {
  color: #272D67;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  display: flex;
  justify-content: center;
  align-items: start;
}
.block-inner-slider .carousel-caption span {
  display: inline-block;
  margin-left: 5px;
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
}
.block-inner-slider .carousel-indicators li {
  width: 10px;
  height: 10px;
  background-color: #D9D9D9;
  border-radius: 50%;
}
.block-inner-slider .carousel-indicators li.active {
  background-color: #272D67;
}
.block-inner-slider .carousel-control-prev, .block-inner-slider .carousel-control-next {
  background: none;
  width: 10%;
}
.block-inner-slider .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23272D67' 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");
}
.block-inner-slider .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23272D67' 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");
}

@media (max-width: 767px) {
  .block-inner-slider .carousel-inner {
    height: 350px;
  }
}
.acmi-table {
  background: #1F52D2;
  border-radius: 10px;
  padding: 0;
}
.acmi-table::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
.acmi-table::-webkit-scrollbar-track {
  background: #4490FF;
  border-radius: 10px;
  border: 0px solid #f1f1f1;
  width: 12px;
}
.acmi-table::-webkit-scrollbar-thumb {
  background: #272d67;
  border-radius: 10px;
  border: 0px solid #f1f1f1;
  width: 12px;
}
.acmi-table::-webkit-scrollbar-thumb:hover {
  background: #272d67;
  border-radius: 10px;
}
.acmi-table .table {
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 20px;
}
.acmi-table .table th, .acmi-table .table td {
  border-bottom: none;
  text-align: center;
  font-weight: 400;
  vertical-align: middle;
}
.acmi-table .table thead th {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}
.acmi-table .table thead span {
  color: #798ed7;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  white-space: nowrap;
}
.acmi-table .table tbody tr {
  border-bottom: 1px solid #2863F6;
}
.acmi-table .table tbody th {
  font-size: 14px;
  line-height: 16px;
  text-align: left;
}
.acmi-table .table tbody td {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}
.acmi-table .bubble {
  padding: 5px;
  border: 1px solid #FFFFFF;
  border-radius: 6px;
}
.acmi-table .bubble.red {
  color: #d82d49;
  border-color: #d82d49;
}

@media (max-width: 767px) {
  .acmi-table .table tr th:first-child, .acmi-table .table td:first-child {
    position: sticky;
    width: 100px;
    left: 0;
    z-index: 10;
    background-color: #1F52D2;
  }
}
.block-logo-blocks h2 {
  color: #272D67;
}
.block-logo-blocks .company-block {
  background-color: #F1F3F5;
  border-radius: 10px;
  padding: 5%;
  color: #272D67;
  cursor: pointer;
  transition: all 0.5s ease-out;
}
.block-logo-blocks .company-block > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}
.block-logo-blocks .company-block img {
  display: none;
}
.block-logo-blocks .company-block:hover {
  background-color: #272D67;
  color: #FFFFFF;
}
.block-logo-blocks .company-block:hover svg path {
  fill: #FFFFFF;
}
.block-logo-blocks .company-block:hover img {
  display: inline-block;
}

#acmi-modal {
  padding-right: 0px !important;
}
#acmi-modal .modal-dialog {
  margin: 0 auto;
  max-width: 1500px;
  width: 90%;
}
#acmi-modal .modal-content {
  background-color: #272D67;
  border-radius: 10px;
  color: #FFFFFF;
  align-items: center;
}
#acmi-modal .modal-body {
  max-width: 900px;
  padding: 5%;
  text-align: center;
}
#acmi-modal .modal-body table {
  width: 100% !important;
}
#acmi-modal .modal-body table td {
  vertical-align: top;
}
#acmi-modal .modal-header {
  position: relative;
  width: 100%;
  border-bottom: none;
}
#acmi-modal .modal-header svg {
  margin-top: -7px;
}
#acmi-modal .modal-footer {
  border-top: none;
}
#acmi-modal .btn {
  border: 1px solid #428EFF;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  border-radius: 10px;
  color: #FFFFFF;
}
#acmi-modal .btn-close {
  position: absolute;
  display: block;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  border: 1px solid #FFFFFF;
  background-color: #0067FF;
  font-size: 32px;
  line-height: 40px;
  top: -20px;
  color: #ffffff;
  left: 50%;
  transform: translateX(-50%);
  padding: 0px !important;
}

.block-faq h2 {
  color: #272D67;
}
.block-faq .card-header {
  padding: 0;
  border-bottom: none;
}
.block-faq .btn:focus, .block-faq .btn.focus {
  box-shadow: none;
}
.block-faq .card {
  border-radius: 6px;
  background-color: #FFFFFF;
  border: 1px solid #1F52D2;
  position: relative;
  margin-bottom: 15px;
}
.block-faq .card .category {
  background-color: #1F52D2;
  padding: 25px 65px 25px 40px;
  width: 100%;
  text-align: left;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.block-faq .card .category::after {
  position: absolute;
  content: "";
  top: 42px;
  right: 42px;
  width: 13px;
  height: 9px;
  background: url(../images/acmi/acmi-arrow.svg) no-repeat right center transparent;
}
.block-faq .card .category[aria-expanded=true] {
  background-color: #FFFFFF;
  color: #1F52D2;
}
.block-faq .card .category[aria-expanded=true]::after {
  background: url(../images/acmi/acmi-arrow-rev.svg) no-repeat right center transparent;
  transform: rotate(180deg);
}
.block-faq .card ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.block-faq .card ul a {
  color: #272727;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  padding: 10px 24px 10px 20px;
  position: relative;
  text-decoration: none;
}
.block-faq .card ul a span {
  color: #ABABAB;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  margin: 0 10px;
}
.block-faq .card ul a::after {
  position: absolute;
  content: "";
  right: 0;
  top: 10px;
  width: 24px;
  height: 24px;
  background: url(../images/esg/external-link.svg) no-repeat center center transparent;
}

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

#committees {
  padding: 0 !important;
}

@media (min-width: 992px) {
  .system-list .row {
    position: relative;
  }
  .system-list .row > div {
    height: 295px;
    border-radius: 0;
    margin-bottom: 0;
  }
  .system-list .row > div:first-child {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    height: auto;
    width: auto;
    padding: 25px;
    background-color: #fff;
    border-radius: 6px;
    color: #272D67;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .block-full-width-menu {
    background-color: transparent;
  }
  .block-full-width-menu .dropdown {
    width: 100%;
  }
  .block-full-width-menu .dropdown-toggle, .block-full-width-menu a {
    background-color: #2765FF;
    color: #ffffff;
    width: 100%;
    padding: 20px 40px 20px 25px;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
  }
  .block-full-width-menu .dropdown-toggle::after {
    border: none;
    background: url(../images/esg/dd-arrow.svg) no-repeat right center transparent;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 15px;
  }
  .block-full-width-menu .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(180deg);
  }
  .block-full-width-menu .dropdown-menu {
    background-color: #2765FF;
    width: 100%;
  }
  .highlighted-text ul {
    flex-direction: column;
  }
  .aircrafts .inside-text strong {
    display: block;
    margin: 20px auto;
  }
  .diversity-list .list-item {
    max-width: 100%;
  }
  .block-slider .carousel {
    padding: 0;
    text-align: center;
  }
  .block-slider .carousel-control-prev, .block-slider .carousel-control-next {
    position: relative;
    margin: 30px 15px 0;
    display: inline-block;
  }
  .management-list .row > div:first-child .list-item {
    border-radius: 6px 6px 0 0;
  }
  .management-list .row > div:nth-child(1) .list-item {
    background: url(../images/esg/step-1h.svg) no-repeat center bottom #EDEDED;
  }
  .management-list .row > div:nth-child(2) .list-item {
    background: url(../images/esg/step-2h.svg) no-repeat center bottom #E7E7E7;
  }
  .management-list .row > div:nth-child(3) .list-item {
    background: url(../images/esg/step-3h.svg) no-repeat center bottom #DFDFDF;
  }
  .management-list .row > div:nth-child(4) .list-item {
    background: url(../images/esg/step-4h.svg) no-repeat center bottom #D2D2D2;
  }
  .management-list .row > div:nth-child(5) .list-item {
    background: url(../images/esg/step-5h.svg) no-repeat center bottom transparent;
  }
  .management-list .list-item {
    width: 320px;
    height: 215px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .pp-zoom-125 #main-page-carousel .carousel-caption.col-xl-6 {
    max-width: 55% !important;
  }
}
#main-page-carousel .carousel-item .carousel-item-background, #main-page-carousel .carousel-item .carousel-item-mobile-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#main-page-carousel .carousel-item .carousel-item-mobile-background {
  display: none;
}
@media (max-width: 991px) {
  #main-page-carousel .carousel-item.has-mobile-image .carousel-item-background {
    display: none;
  }
  #main-page-carousel .carousel-item.has-mobile-image .carousel-item-mobile-background {
    display: block;
  }
}

.photo-gallery .fit-image {
  width: 100%;
  height: 300px;
  border-radius: 5px;
}
.photo-gallery.owl-carousel.owl-theme .owl-dots {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0px;
}
.photo-gallery.owl-carousel.owl-theme .owl-dots button.owl-dot {
  outline: none !important;
}
.photo-gallery.owl-carousel.owl-theme .owl-dots button.owl-dot.active span {
  background: #4c69a2;
}
.photo-gallery.owl-carousel.owl-theme .owl-nav button {
  position: absolute;
  top: 48%;
  transform: translateY(-48%);
  background: rgba(30, 30, 30, 0.6) !important;
  width: 38px;
  padding-top: 5px !important;
  padding-bottom: 9px !important;
  border-radius: 0px;
  color: #fff;
  outline: none !important;
  font-size: 16px;
}
.photo-gallery.owl-carousel.owl-theme .owl-nav button:hover {
  background: rgba(30, 30, 30, 0.8) !important;
  color: #fff !important;
}
.photo-gallery.owl-carousel.owl-theme .owl-nav button.owl-prev {
  left: 5px;
}
.photo-gallery.owl-carousel.owl-theme .owl-nav button.owl-next {
  right: 5px;
}

.pop-modal-open .modal-backdrop {
  background-color: #1E1A81;
}
.pop-modal-open .modal-backdrop.show {
  opacity: 0.8;
}

.modal-careers .close {
  color: #fff;
  text-shadow: none;
  opacity: 1;
}
@media (max-width: 578px) {
  .modal-careers .close {
    color: black;
  }
}
.modal-careers .modal-content {
  background-image: url("/images/pop-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 490px;
  border-radius: 15px;
}
@media (max-width: 578px) {
  .modal-careers .modal-content {
    background: none;
    background-color: #fff;
  }
}
.modal-careers .modal-dialog {
  max-width: 950px;
  width: 90%;
  margin: 0 auto;
}
.modal-careers .pop-logo {
  position: absolute;
  right: 60px;
  max-width: 253px;
  width: 100%;
  top: 60px;
}
.modal-careers .pop-logo img {
  width: 100%;
}
@media (max-width: 1100px) {
  .modal-careers .pop-logo {
    right: 40px;
    max-width: 200px;
  }
}
@media (max-width: 770px) {
  .modal-careers .pop-logo {
    display: none;
  }
}
.modal-careers .modal-body {
  width: 48%;
  position: relative;
  padding: 40px 40px;
}
.modal-careers .modal-body .bigText {
  font-size: 43px;
  font-weight: 400;
  color: #222222;
  line-height: 50px;
  margin-bottom: 30px;
}
.modal-careers .modal-body .bigText span {
  font-weight: 600;
  color: #0067FF;
}
.modal-careers .modal-body .smallText {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 35px;
}
.modal-careers .modal-body .link a.btn.btn-primary {
  background: #0067FF !important;
  border: none;
  padding: 12px 27px;
  border-radius: 10px;
}
.modal-careers .modal-body .link a.btn.btn-primary svg {
  margin-left: 5px;
}
@media (max-width: 1000px) {
  .modal-careers .modal-body {
    width: 50%;
  }
  .modal-careers .modal-body .bigText {
    font-size: 33px;
    line-height: 39px;
  }
  .modal-careers .modal-body .smallText {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 800px) {
  .modal-careers .modal-body {
    width: 65%;
  }
}
@media (max-width: 578px) {
  .modal-careers .modal-body {
    width: 100%;
  }
  .modal-careers .modal-body .bigText {
    font-size: 27px;
    line-height: 34px;
    margin-bottom: 15px;
  }
  .modal-careers .modal-body .smallText {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
@media (max-width: 500px) {
  .modal-careers .modal-body {
    padding: 20px 20px;
  }
}
.modal-careers .close-button {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 99999;
}
@media (max-width: 1000px) {
  .modal-careers .modal-content {
    min-height: inherit;
  }
}

@media (min-width: 1200px) {
  .col-xl-5th {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

/*# sourceMappingURL=style.css.map */
