@charset "UTF-8";
/*!
 * Media Theme
 * Powered by iPR Software (https://www.iprsoftware.com)
 *******************************************************
 */
/* COLORS */
/* FONTS */
/* COMMOM */
/* CONTAINER */
/* BUTTONS AND CONTROLS */
/* TYPE */
/*!
 * 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: #239dc8;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #e51937;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #239dc8;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #239dc8;
  --warning: #ffc107;
  --danger: #e51937;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1260px;
  --font-family-sans-serif: "proxima-nova", Arial, 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: "proxima-nova", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #373737;
  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;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          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: bolder;
}

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: #239dc8;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #186a87;
  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;
}

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: 700;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

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

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(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: "— ";
}

/*
@import "images";
@import "code";
*/
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1199px;
  }
}
@media (min-width: 1260px) {
  .container {
    max-width: 1200px;
  }
}

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

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

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

.col-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: 15px;
  padding-left: 15px;
}

.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: 1260px) {
  .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%;
  }
}
/*
@import "tables";
*/
.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  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: #81cee9;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #fff;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.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.4;
}

.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.4;
  color: #373737;
  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;
}

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

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.6;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.4em + 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.35em + 0.1875rem);
  background-size: calc(0.7em + 0.375rem) calc(0.7em + 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.4em + 0.75rem);
  background-position: top calc(0.35em + 0.1875rem) right calc(0.35em + 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.7em + 0.375rem) calc(0.7em + 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: #34ce57;
  background-color: #34ce57;
}
.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: #e51937;
}

.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.6;
  color: #fff;
  background-color: rgba(229, 25, 55, 0.9);
  border-radius: 0;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #e51937;
  padding-right: calc(1.4em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23e51937' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23e51937' 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.35em + 0.1875rem);
  background-size: calc(0.7em + 0.375rem) calc(0.7em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #e51937;
  box-shadow: 0 0 0 0.2rem rgba(229, 25, 55, 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.4em + 0.75rem);
  background-position: top calc(0.35em + 0.1875rem) right calc(0.35em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #e51937;
  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='%23e51937' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23e51937' 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.7em + 0.375rem) calc(0.7em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #e51937;
  box-shadow: 0 0 0 0.2rem rgba(229, 25, 55, 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: #e51937;
}
.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: #e51937;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #e51937;
}
.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: #eb465e;
  background-color: #eb465e;
}
.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(229, 25, 55, 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: #e51937;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #e51937;
}
.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: #e51937;
  box-shadow: 0 0 0 0.2rem rgba(229, 25, 55, 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: #373737;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 7px 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  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: #373737;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem #fff;
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #239dc8;
  border-color: #239dc8;
}
.btn-primary:hover {
  color: #fff;
  background-color: #1d83a7;
  border-color: #1b7b9d;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(68, 172, 208, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #239dc8;
  border-color: #239dc8;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1b7b9d;
  border-color: #1a7292;
}
.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(68, 172, 208, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.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, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #239dc8;
  border-color: #239dc8;
}
.btn-info:hover {
  color: #fff;
  background-color: #1d83a7;
  border-color: #1b7b9d;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(68, 172, 208, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #239dc8;
  border-color: #239dc8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #1b7b9d;
  border-color: #1a7292;
}
.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(68, 172, 208, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.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(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #e51937;
  border-color: #e51937;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c3152f;
  border-color: #b7142c;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 60, 85, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #e51937;
  border-color: #e51937;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b7142c;
  border-color: #ac1329;
}
.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(233, 60, 85, 0.5);
}

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

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

.btn-outline-primary {
  color: #239dc8;
  border-color: #239dc8;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #239dc8;
  border-color: #239dc8;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(35, 157, 200, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #239dc8;
  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: #239dc8;
  border-color: #239dc8;
}
.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(35, 157, 200, 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: #239dc8;
  border-color: #239dc8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #239dc8;
  border-color: #239dc8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(35, 157, 200, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #239dc8;
  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: #239dc8;
  border-color: #239dc8;
}
.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(35, 157, 200, 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: #e51937;
  border-color: #e51937;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #e51937;
  border-color: #e51937;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 25, 55, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #e51937;
  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: #e51937;
  border-color: #e51937;
}
.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(229, 25, 55, 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: #239dc8;
  text-decoration: none;
}
.btn-link:hover {
  color: #186a87;
  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 {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

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

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

/*
@import "dropdown";
@import "button-group";
@import "input-group";
@import "custom-forms";
@import "nav";
@import "navbar";
@import "card";
@import "breadcrumb";
@import "pagination";
@import "badge";
@import "jumbotron";
@import "alert";
@import "progress";
@import "media";
@import "list-group";
@import "close";
@import "toasts";
@import "modal";
@import "tooltip";
@import "popover";
@import "carousel";
@import "spinners";
*/
.align-baseline {
  vertical-align: baseline;
}

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

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

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

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

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

.bg-primary {
  background-color: #239dc8 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #1b7b9d !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: #545b62 !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: #1e7e34 !important;
}

.bg-info {
  background-color: #239dc8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #1b7b9d !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: #d39e00 !important;
}

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

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

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

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

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

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

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

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

.border {
  border: 1px solid #82cbe6;
}

.border-top {
  border-top: 1px solid #82cbe6;
}

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

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

.border-left {
  border-left: 1px solid #82cbe6;
}

.border-0 {
  border: 0;
}

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

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

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

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

.border-primary {
  border-color: #239dc8;
}

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

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

.border-info {
  border-color: #239dc8;
}

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

.border-danger {
  border-color: #e51937;
}

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

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

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

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

.rounded {
  border-radius: 0;
}

.rounded-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.rounded-right {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rounded-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-left {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

.d-table-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: 1260px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive 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: 1260px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  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);
}

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

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

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

.w-25 {
  width: 25%;
}

.w-50 {
  width: 50%;
}

.w-75 {
  width: 75%;
}

.w-100 {
  width: 100%;
}

.w-auto {
  width: auto;
}

.h-25 {
  height: 25%;
}

.h-50 {
  height: 50%;
}

.h-75 {
  height: 75%;
}

.h-100 {
  height: 100%;
}

.h-auto {
  height: auto;
}

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

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

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

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

.vw-100 {
  width: 100vw;
}

.vh-100 {
  height: 100vh;
}

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

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

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

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

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

.m-1 {
  margin: 0.25rem;
}

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

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

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

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

.m-2 {
  margin: 0.5rem;
}

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

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

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

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

.m-3 {
  margin: 1rem;
}

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

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

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

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

.m-4 {
  margin: 1.5rem;
}

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

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

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

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

.m-5 {
  margin: 3rem;
}

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

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

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

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

.p-0 {
  padding: 0;
}

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

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

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

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

.p-1 {
  padding: 0.25rem;
}

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

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

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

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

.p-2 {
  padding: 0.5rem;
}

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

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

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

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

.p-3 {
  padding: 1rem;
}

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

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

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

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

.p-4 {
  padding: 1.5rem;
}

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

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

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

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

.p-5 {
  padding: 3rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-auto {
  margin: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
}
@media (min-width: 1260px) {
  .text-xl-left {
    text-align: left;
  }
  .text-xl-right {
    text-align: right;
  }
  .text-xl-center {
    text-align: center;
  }
}
.text-lowercase {
  text-transform: lowercase;
}

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

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

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

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

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

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

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

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

.text-white {
  color: #fff;
}

.text-primary {
  color: #239dc8 !important;
}

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

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

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

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

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

.text-info {
  color: #239dc8 !important;
}

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

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

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

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

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

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

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

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

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

.text-body {
  color: #373737;
}

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

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

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

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

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

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

.text-reset {
  color: inherit;
}

.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: #82cbe6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #82cbe6;
  }
}
.alert {
  padding: 1rem;
}
.alert a {
  border-bottom: 1px solid;
}
.alert a:hover, .alert a:focus {
  border-bottom: 2px solid;
}

.alert-js {
  background: #e51937;
  color: #fff;
}
.alert-js a {
  color: #fff;
}
.alert-js a:hover, .alert-js a:focus {
  color: #fff;
}

.alert-browser {
  background: #239dc8;
  color: #fff;
  background: #ffc107;
}
.alert-browser a {
  color: #fff;
}
.alert-browser a:hover, .alert-browser a:focus {
  color: #fff;
}

.flexbox .alert-browser,
.flexboxtweener .alert-browser,
.flexboxlegacy .alert-browser {
  display: none;
}

.form-section {
  margin-bottom: 60px;
}
.form-section .widget-title {
  margin-bottom: 10px;
  font-size: 22px;
}

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

.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  transform: translateY(-4px);
}

/* Vendor plugins */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* iPR plugins/reboot */
.mfp-close-btn-in .mfp-close {
  color: rgba(11, 11, 11, 0.8);
  background: white;
  border-radius: 22px;
  right: 10px;
}
@media (max-width: 1369px) and (min-width: 992px) {
  .mfp-close-btn-in .mfp-close {
    background: #cccccc;
  }
}
@media (min-width: 1370px) {
  .mfp-close-btn-in .mfp-close {
    right: -60px;
  }
}
.mfp-arrow {
  background-color: transparent !important;
  border: none !important;
  position: fixed;
}
.mfp-iframe-holder .mfp-close {
  position: fixed;
  top: 40px;
  right: 40px;
}
.mfp-iframe-scaler iframe {
  background: none;
}
.mfp-iframe-scaler iframe body {
  background-color: transparent;
}
.mfp-iframe-scaler iframe {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 1200px;
  max-height: 90vh;
}
.mfp-content {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.mfp-content .lightbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}
@media (min-width: 768px) {
  .mfp-content .lightbox {
    max-width: 1200px;
    max-height: 90vh;
  }
}
@media (max-width: 767.98px) {
  .mfp-content .lightbox {
    max-width: 95vw;
    max-height: 95vh;
  }
}
.mfp-content video,
.mfp-content img {
  max-width: 100%;
  height: auto;
}

/* Fonts, icons */
/*
   Animation example, for spinners
*/
.animate-spin {
  animation: spin 2s infinite linear;
  display: inline-block;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.icon-phone:before {
  content: "\e800";
} /* '' */
.icon-chat:before {
  content: "\e801";
} /* '' */
.icon-right:before {
  content: "\e802";
} /* '' */
.icon-arrow-next:before {
  content: "\e803";
} /* '' */
.icon-arrow-right:before {
  content: "\e804";
} /* '' */
.icon-left-open:before {
  content: "\e805";
} /* '' */
.icon-right-open:before {
  content: "\e806";
} /* '' */
.icon-close:before {
  content: "\e807";
} /* '' */
.icon-spin6:before {
  content: "\e839";
} /* '' */
.icon-icon-search:before {
  content: "\e883";
} /* '' */
.icon-lock-open:before {
  content: "\e889";
} /* '' */
.icon-user-circle:before {
  content: "\e88a";
} /* '' */
.icon-folders:before {
  content: "\e88b";
} /* '' */
.icon-cart-arrow-down:before {
  content: "\e8a0";
} /* '' */
.icon-lock:before {
  content: "\e910";
} /* '' */
.icon-arrow-right2:before {
  content: "\ea03";
} /* '' */
.icon-facebook:before {
  content: "\ea25";
} /* '' */
.icon-instagram:before {
  content: "\ea34";
} /* '' */
.icon-pinterest:before {
  content: "\ea47";
} /* '' */
.icon-twitter:before {
  content: "\ea5d";
} /* '' */
.icon-youtube:before {
  content: "\ea65";
} /* '' */
.icon-rss:before {
  content: "\f09e";
} /* '' */
.icon-menu:before {
  content: "\f0c9";
} /* '' */
.icon-level-up:before {
  content: "\f148";
} /* '' */
@font-face {
  font-family: "fontello_theme";
  src: url("../fonts/fontello_theme.eot");
  src: url("../fonts/fontello_theme.eot#iefix") format("embedded-opentype"), url("../fonts/fontello_theme.woff#fontello") format("woff"), url("../fonts/fontello_theme.ttf#fontello") format("truetype"), url("../fonts/fontello_theme.svg#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello_theme.svg?95285494#fontello') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello_theme";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Header and Footer */
.header {
  background: #f1f2f2;
  color: #373737;
  position: relative;
  z-index: 60;
}
.header .nav {
  background: white;
}
@media (max-width: 991.98px) {
  .header .nav {
    display: none;
    z-index: 1;
    background: #3b4254;
    color: white;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.3);
    max-height: 100vh;
    position: fixed;
    top: 0;
    height: 100%;
  }
  .header .nav.opened {
    display: block;
  }
  .header .nav.opened .container {
    padding-left: 15px;
    padding-right: 15px;
    background: none;
    height: 100%;
    overflow-y: auto;
    display: block;
  }
}
@media (max-width: 991.98px) and (min-width: 992px) {
  .header .nav {
    width: 30%;
    left: -30%;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) and (min-width: 576px) {
  .header .nav {
    width: 50%;
    left: -50%;
  }
}
@media (max-width: 991.98px) and (max-width: 575.98px) {
  .header .nav {
    width: 70%;
    left: -70%;
  }
}
@media (max-width: 991.98px) {
  .header .nav a {
    color: white;
  }
}
.header .nav ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
@media (min-width: 992px) {
  .header .nav ul .hasSubItems:hover > ul, .header .nav ul .hasSubItems:active > ul, .header .nav ul .hasSubItems:focus > ul, .header .nav ul .hasSubItems.hovered > ul {
    opacity: 1;
    transform: scaleY(1);
    transition: opacity 0.3s ease;
  }
}
@media (max-width: 991.98px) {
  .header .nav ul .hasSubItems.hovered > ul, .header .nav ul .hasSubItems.active > ul {
    display: block;
  }
}
@media (min-width: 992px) {
  .header .nav ul .hasSubItems > ul {
    opacity: 0;
    transform: scaleY(0);
    transition: opacity 0.3s ease, transform 0.01s ease 0.3s;
  }
}
@media (max-width: 991.98px) {
  .header .nav ul .hasSubItems > ul {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .header .nav ul .hasSubItems > a:after {
    content: "\e803";
    font-family: "fontello_theme";
    margin-left: 5px;
    vertical-align: middle;
    margin-top: -2px;
    display: inline-block;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .header .nav ul .hasSubItems.active > a:after, .header .nav ul .hasSubItems.hovered > a:after {
    transform: rotate(90deg);
    transform-origin: 50% 50%;
  }
}
@media (min-width: 992px) {
  .header .nav [data-level="0"] {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .header .nav [data-level="0"] > li {
    display: none;
  }
  .header .nav [data-level="0"] > li > a {
    display: none;
  }
  .header .nav [data-level="0"] > li.active {
    display: block;
  }
  .header .nav [data-level="0"] > li.hasSubItems.active > ul {
    opacity: 1 !important;
    transform: scale(1) !important;
  }
}
@media (max-width: 991.98px) {
  .header .nav [data-level="0"] {
    padding: 15px 0;
  }
  .header .nav [data-level="0"] > li {
    margin: 0 -15px;
    padding: 0 30px 10px;
    margin-top: 10px;
    border-bottom: #505666 1px solid;
  }
  .header .nav [data-level="0"] > li:first-child {
    margin-top: 0;
  }
  .header .nav [data-level="0"] > li > a {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
  }
}
.header .nav [data-level="1"] {
  width: 100%;
}
@media (min-width: 992px) {
  .header .nav [data-level="1"] {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 991.98px) {
  .header .nav [data-level="1"] {
    padding: 10px 0;
  }
}
.header .nav [data-level="1"] a {
  text-align: center;
  text-decoration: none !important;
}
.header .nav [data-level="1"] > li {
  position: relative;
  z-index: 2;
  min-width: 160px;
}
.header .nav [data-level="1"] > li > a {
  display: block;
  position: relative;
  font-weight: 700;
}
@media (min-width: 992px) {
  .header .nav [data-level="1"] > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #373737;
  }
}
@media (max-width: 991.98px) {
  .header .nav [data-level="1"] > li > a {
    text-align: left;
    padding-top: 7px;
    padding-bottom: 7px;
    color: white;
    font-weight: 400;
  }
}
@media (min-width: 992px) {
  .header .nav [data-level="1"] > li > a:after {
    content: "";
    border-bottom: 1px #e51937 solid;
    position: absolute;
    bottom: 0;
    left: 40px;
    right: 40px;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .header .nav [data-level="1"] > li > a:after:hover, .header .nav [data-level="1"] > li > a:after:active, .header .nav [data-level="1"] > li > a:after:focus {
    color: #e51937;
  }
}
.header .nav [data-level="1"] > li .btn {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
}
.header .nav [data-level="1"] > li.active > a, .header .nav [data-level="1"] > li > a:hover, .header .nav [data-level="1"] > li > a:active, .header .nav [data-level="1"] > li > a:focus, .header .nav [data-level="1"] > li:hover > a {
  text-decoration: none;
}
.header .nav [data-level="1"] > li.active > a:after, .header .nav [data-level="1"] > li > a:hover:after, .header .nav [data-level="1"] > li > a:active:after, .header .nav [data-level="1"] > li > a:focus:after, .header .nav [data-level="1"] > li:hover > a:after {
  opacity: 1;
}
.header .nav [data-level="1"] > li .btn:hover, .header .nav [data-level="1"] > li .btn:focus {
  border-bottom: none;
}
@media (max-width: 991.98px) {
  .header .nav [data-level="1"] > li.active > a {
    font-weight: 700;
  }
}
@media (max-width: 1259px) {
  .header .nav [data-level="1"] > li:first-child [data-level="2"] {
    left: -15px;
  }
}
.header .nav [data-level="1"] .nav-menuCaller {
  display: inline-flex;
  margin-left: auto;
  margin-right: 20px;
  min-width: auto;
}
@media (max-width: 991.98px) {
  .header .nav [data-level="1"] .nav-menuCaller {
    display: none;
  }
}
.header .nav [data-level="1"] .nav-menuCaller .btn {
  border-width: 0;
  text-indent: -9999px;
  align-self: center;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
}
.header .nav [data-level="1"] .nav-menuCaller .btn:before {
  content: "\e883";
  font-family: "fontello_theme";
  font-size: 30px;
  font-size: 1.875rem;
  color: #373737;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-weight: 300;
  font-size: 26px;
  text-indent: 0;
  float: left;
}
.header .nav [data-level="2"] {
  padding: 14px 0;
  box-shadow: 0 2px 4px rgba(87, 86, 94, 0.5);
}
@media (min-width: 992px) {
  .header .nav [data-level="2"] {
    position: absolute;
    top: 100%;
    z-index: 1;
    text-align: center;
    background: #f1f2f2;
    min-width: 160px;
  }
}
@media (max-width: 991.98px) {
  .header .nav [data-level="2"] {
    background: #1f2b41;
    margin: 0 -30px;
    padding: 15px;
  }
}
.header .nav [data-level="2"] a {
  display: block;
  padding: 6px 20px;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .header .nav [data-level="2"] a {
    font-weight: 400;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .header .nav [data-level="2"] a {
    font-weight: 500;
  }
  .header .nav [data-level="2"] a:hover {
    color: #e51937;
  }
}
.header .nav [data-level="2"] > li {
  /*
  @include media-breakpoint-up(lg) {
    &:not(.active) > ul {
      display: none !important;
    }
  }
  &.active > a {
    font-weight: 700;
  }
  */
}
.header .nav [data-level="2"] > li:nth-child(n+1) > ul {
  top: 0;
}
.header .nav [data-level="2"] > li:nth-child(n+2) > ul {
  top: 31px;
}
.header .nav [data-level="2"] > li:nth-child(n+3) > ul {
  top: 62px;
}
.header .nav [data-level="2"] > li:nth-child(n+4) > ul {
  top: 93px;
}
.header .nav [data-level="3"] {
  padding: 14px 0;
}
@media (min-width: 992px) {
  .header .nav [data-level="3"] {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 1;
    text-align: center;
    box-shadow: 0 2px 4px rgba(87, 86, 94, 0.5);
    margin: 0 0 0 -5px;
    background: #f1f2f2;
  }
}
@media (max-width: 991.98px) {
  .header .nav [data-level="3"] {
    margin: 0 -15px;
    padding: 0 15px;
    background: #5d5d5d;
  }
}
@media (min-width: 992px) {
  .header .nav-mobile {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .header .nav-mobile {
    padding: 10px 15px 0;
    margin: 0 -15px;
  }
  .header .nav-mobile a {
    display: block;
    padding: 3px 0;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
  }
  .header .nav-mobile a:last-child {
    color: #f5a2ae;
  }
  .header .nav-mobile a:last-child:after {
    content: "\e803";
    font-family: "fontello_theme";
    margin-left: 5px;
    vertical-align: middle;
    margin-top: -2px;
    display: inline-block;
    font-size: 12px;
    font-size: 0.75rem;
    transform: rotate(90deg);
    transform-origin: 50% 50%;
  }
}
.header #searchBlock {
  margin-top: 0;
}
.header .nav .btn-primary {
  border: none !important;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3) !important;
  border-radius: 50px;
  padding-left: 30px;
  padding-right: 30px;
}
.header a {
  color: #373737;
}
.header .container {
  display: flex;
}
@media (min-width: 992px) {
  .header .container {
    justify-content: space-between;
  }
}
@media (max-width: 991.98px) {
  .header .container {
    justify-content: flex-start;
    max-width: 1024px;
    padding: 0;
    background: white;
  }
}
.header-logo {
  padding: 7px 0;
  display: flex;
  position: relative;
  z-index: 0;
}
.header-logo a {
  display: inline-flex;
  align-items: center;
  margin-right: 16px;
}
.header-logo a + a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
}
.header-links {
  display: flex;
  align-items: stretch;
}
@media (max-width: 991.98px) {
  .header-links {
    display: none;
  }
}
.header-links a {
  max-width: 117px;
  height: 75px;
  text-align: center;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  padding: 12px 24px;
  border-left: 3px white solid;
  transition: background 0.2s ease;
}
.header-links a:hover, .header-links a:focus, .header-links a:active {
  background: #e4e6e6;
  text-decoration: none;
}
.header-menuLink {
  background: none;
  border-width: 0;
  font-size: 32px;
  font-size: 2rem;
}
@media (min-width: 992px) {
  .header-menuLink {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .header-menuLink {
    height: 58px;
    width: 58px;
    text-align: center;
    background: #f1f2f2;
    color: #373737;
    margin-right: 15px;
    position: relative;
    padding: 0;
    z-index: 20;
  }
}
.header-menuLink.opened {
  background: #3b4254;
}
.header-menuLink-icon {
  position: relative;
}
.header-menuLink-icon-line-1, .header-menuLink-icon-line-2, .header-menuLink-icon-line-3 {
  display: block;
  border-top: 1px solid #000;
  width: 26px;
  margin: 4px auto;
  transition: all 0.3s ease-out;
}
.header-menuLink.opened .header-menuLink-icon-line-1 {
  border-color: white;
  transform: rotate(45deg);
  position: relative;
  top: 8px;
}
.header-menuLink.opened .header-menuLink-icon-line-2 {
  opacity: 0;
}
.header-menuLink.opened .header-menuLink-icon-line-3 {
  border-color: white;
  transform: rotate(-45deg);
  position: relative;
  top: -2px;
}
.header-menuLink-label {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 400;
}
.header-menuLink.opened .header-menuLink-label {
  color: white;
  margin-top: 10px;
}

.footer-embed {
  width: 100%;
  overflow: hidden;
  border: none;
}
@media screen and (max-width: 699px) {
  .footer-embed {
    height: 1440px;
  }
}
@media screen and (min-width: 700px) and (max-width: 830px) {
  .footer-embed {
    height: 980px;
  }
}
@media screen and (min-width: 831px) {
  .footer-embed {
    height: 920px;
  }
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.content {
  flex: 1 0 auto;
}

.footer {
  background: #252c3e;
  color: white;
  /*
  .btn,
  input {
    border-width: 0;
  }
  .btn {
    padding: 7px 24px;
  }
  [type='text'],
  [type='email'],
  [type='searcj'] {
    padding: 8px 12px;
    line-height: 1.4;
  }
  */
}
@media (max-width: 1259.98px) {
  .footer > .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  .footer > .container {
    flex-wrap: wrap;
    max-width: 100%;
  }
}
.footer a:not(.btn) {
  color: #f1f2f2;
}
.footer a:not(.btn):hover, .footer a:not(.btn):active, .footer a:not(.btn):focus {
  color: #32788c;
  text-decoration: none;
}
.footer .container {
  display: flex;
  align-itens: stretch;
  justify-content: stretch;
}
.footer-customer-care {
  background: #343a4a;
  padding: 40px 20px;
}
@media (min-width: 1260px) {
  .footer-customer-care {
    border-left: 60px solid #313747;
  }
}
@media (min-width: 992px) {
  .footer-customer-care {
    flex: 0 0 33.33%;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .footer-customer-care {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  .footer-customer-care {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.footer-customer-care .customer-care-numbers:before {
  content: "\e800";
  font-family: "fontello_theme";
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 0;
  top: -0.05em;
  line-height: 1;
  font-size: 1.8em;
  color: #d1d3d4;
}
.footer-customer-care .footer-border-left {
  border-left: 1px solid #f1f3f2;
  padding-left: 10px;
  overflow: hidden;
}
.footer-customer-care .support-details {
  padding-bottom: 40px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #f1f2f2;
}
.footer-customer-care .support-details span {
  display: block;
  padding-bottom: 10px;
}
.footer-customer-care .support-details a {
  color: #373737;
}
.footer-company {
  background: #313747;
}
.footer-partners {
  background: #2f3445;
}
.footer-company, .footer-partners {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (min-width: 992px) {
  .footer-company, .footer-partners {
    flex: 0 0 16.66%;
    max-width: 16.66%;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .footer-company, .footer-partners {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 767.98px) {
  .footer-company, .footer-partners {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.footer-company a, .footer-partners a {
  display: block;
  padding: 2.5px 0;
}
.footer-news {
  background: #2d3243;
}
@media (min-width: 1260px) {
  .footer-news {
    border-right: 60px solid #252c3e;
  }
}
@media (min-width: 992px) {
  .footer-news {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 991.98px) {
  .footer-news {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.footer-news .form-group {
  width: 200px;
  display: inline-block;
}
@media (min-width: 768px) {
  .footer-news .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .footer-news-section input {
    width: 100% !important;
  }
  .footer-news-section input:focus {
    outline: 2px solid rgba(0, 0, 0, 0.2);
    box-shadow: none;
    border: 1px solid #23465d;
    outline-width: 5px;
  }
}
@media (max-width: 767.98px) {
  .footer-news {
    width: 100%;
  }
}
.footer-news button {
  width: 50px;
  margin-top: 0;
  margin-left: -11px;
}
.footer-news button:focus {
  box-shadow: none;
  outline: 0;
}
.footer-news .footer-social-icons span {
  width: 38px;
  height: 38px;
  display: block;
  float: left;
  background-color: #343a4a;
  font-size: 20px;
  margin-right: 3px;
  position: relative;
  transition: all 0.3s ease-out;
  line-height: 38px;
  text-align: center;
}
@media (min-width: 1260px) {
  .footer-news .footer-social-icons span {
    line-height: 45.6px;
    width: 45.6px;
    height: 45.6px;
    margin-right: 2px;
  }
}
.footer-news .footer-social-icons span:hover {
  color: #fff;
  background-color: #4ba5bf !important;
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .footer-news-section {
    float: left;
    width: 33.33%;
  }
}
@media (max-width: 767.98px) {
  .footer-news-section {
    margin-bottom: 30px;
  }
}
.footer-news-section #alerts_signup {
  flex-wrap: nowrap;
  justify-content: stretch;
}
.footer-news-section #alerts_signup .form-group {
  flex: 0 100 100%;
  max-width: 250px;
  margin-bottom: 0;
}
.footer-news-section #alerts_signup .form-group > input {
  width: 100%;
}
.footer-news .news-confirm {
  display: none;
  background: #4ba5bf;
  padding: 8px;
  margin-top: 5px;
}
.footer .footer-social-section {
  padding-bottom: 20px;
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .footer .footer-social-section {
    float: left;
    width: 33.33%;
    padding-left: 20px;
  }
}
@media (min-width: 576px) {
  .footer .footer-social-section {
    float: left;
    margin-top: 0 !important;
  }
}
.footer-header {
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #f1f2f2;
}
.footer .indent-block {
  padding-left: 2.4em;
  line-height: 1.6em;
  position: relative;
}
.footer .indent-block dt {
  width: 50%;
  float: left;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 17px;
  line-height: 1.0625rem;
  text-transform: uppercase;
  margin: 4px 0 0 0;
  clear: left;
}
.footer .indent-block dd {
  width: 50%;
  float: left;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  margin: 0;
}
.footer ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.footer-content {
  padding: 40px 20px 20px;
  position: relative;
  min-height: 1px;
}
.footer-content > .footer-content {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.footer .btn-support {
  padding-left: 48px;
  padding-right: 24px;
  text-transform: uppercase;
}
.footer .btn-support:before {
  position: absolute;
  padding-right: 10px;
  font-size: 18px;
  top: 9px;
  left: 14px;
}
.footer .discover-america {
  background-position: -155px -55px;
  width: 166px;
  height: 90px;
  margin: 10px 0 0 -10px;
}
.footer .footer-email-note {
  padding-top: 5px;
  font-size: 13px;
  font-size: 0.8125rem;
}
.footer .special-email-policy {
  display: none;
}
.footer .footer-social-link {
  color: #fff;
}

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 2;
}

.policy_open .content-overlay {
  display: block;
  z-index: 99990;
}

@media (max-width: 991.98px) {
  .menuCaller-opened {
    overflow: hidden;
  }
  .menuCaller-opened .header-overlay {
    display: block;
  }
}
@media (max-width: 991.98px) and (min-width: 992px) {
  .menuCaller-opened #site {
    transform: translateX(30%);
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) and (min-width: 576px) {
  .menuCaller-opened #site {
    transform: translateX(50%);
  }
}
@media (max-width: 991.98px) and (max-width: 575.98px) {
  .menuCaller-opened #site {
    transform: translateX(70%);
  }
}
@media (max-width: 991.98px) {
  #site {
    transition: transform 0.3s ease;
  }
}
.content-whiteGradient {
  background-image: linear-gradient(180deg, #f1f2f2 0, #ffffff 75px);
  padding-top: 15px;
  padding-bottom: 15px;
}
.content-grayGradient {
  background-image: linear-gradient(180deg, #f1f2f2 300px, #ffffff 450px);
  padding-top: 15px;
  padding-bottom: 15px;
}
.content-subtitle {
  font-weight: bold;
  margin: 0 0 1.5rem;
}

.content-hero {
  position: relative;
}
.content-hero-title {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  color: white;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
  transform: translateY(-50%);
}
.content-title {
  color: #373737;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .content-title {
    margin: 30px 0;
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (max-width: 991.98px) {
  .content-title {
    margin: 10px 0 30px 0;
  }
  .hasSearch .content-title {
    margin-top: 50px;
  }
}
.content-title.page_title {
  font-size: 41px;
  font-size: 2.5625rem;
}
.content-body {
  color: #373737;
}
.content-body-lightboxTitle {
  display: none;
}
.mfp-content .content-body-lightboxTitle {
  display: block;
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .content .form-label[class*=col-md] {
    padding-top: 10px;
  }
}
.content .form-label label {
  display: inline;
  font-weight: 600;
  margin: 0;
}
.content .form-label .required {
  font-size: 80%;
}
.content .form-submit {
  text-align: center;
}
.content .form-field {
  position: relative;
}

body:not(.lightbox-filepage) main .container:not(.social-container) {
  margin-left: auto;
  margin-right: auto;
}

.loadMore {
  text-align: center;
  margin: 20px 0;
}
.loadMore-btn {
  background-color: #239dc8;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 20px;
  display: inline-block;
}
.loadMore-btn:hover, .loadMore-btn:focus {
  color: #fff;
}

.signup {
  text-align: left;
  margin: 40px 0;
}
.signup a {
  padding: 20px 0;
  border-bottom: rgba(44, 43, 47, 0.5) 2px solid;
  border-top: rgba(44, 43, 47, 0.5) 2px solid;
  display: inline-block;
  color: #373737;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.2px;
  line-height: 30px;
  display: inline-block;
}
.signup a:hover, .signup a:focus, .signup a:active {
  text-decoration: none;
}
.signup a img {
  float: left;
  margin-top: 5px;
  margin-right: 10px;
}

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

img,
.textImage {
  max-width: 100%;
}

.form-errors {
  margin-bottom: 30px;
}
.form-errors ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  margin-bottom: 0;
}

.form-section-gray {
  padding: 23px 15px 1px;
  border: 1px #f1f2f2 solid;
}

.mar .errors {
  display: none;
}
.mar .form-loading {
  display: none;
}
.mar.loading .form-loading {
  display: block;
  padding: 15px;
  text-align: center;
}
.mar.loading .form-loading:before {
  content: "\e839";
  font-family: "fontello_theme";
  animation: spin 2s infinite linear;
  display: inline-block;
  margin-right: 5px;
}

.figure {
  margin: 0 0 30px;
}

.figure-center {
  margin: 0 auto 30px;
}

a {
  color: #373737;
  font-weight: bold;
}
a:hover {
  color: #373737;
}

body #site_content a, body .content a {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .figure-left {
    float: left;
    margin: 0 30px 15px 0;
  }
  .figure-right {
    float: right;
    margin: 0 0 15px 30px;
  }
}
.rss-list {
  margin-bottom: 30px;
}

.emailAlerts .categories.level-0 {
  margin-bottom: 30px;
}
.emailAlerts .categories.level-0 > li > label {
  font-weight: 700;
  font-size: 1.2em;
}
.emailAlerts .level-1.menu {
  margin-left: 20px;
}

/* Functional Blocks */
.widget {
  padding-top: 15px;
  padding-bottom: 15px;
}
.widget-title {
  color: #373737;
  margin: 0;
  font-size: 30px;
  font-size: 1.875rem;
}
.widget-title a {
  color: #373737;
}
.widget-content {
  padding-top: 15px;
}

.gallery-item {
  padding: 15px;
  overflow: hidden;
}
.briefcase .gallery-item {
  position: relative;
}
.owl-carousel .gallery-item {
  height: 100%;
  padding: 0;
}
.gallery-item a {
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #373737;
  text-decoration: none !important;
}
.gallery-item-image {
  margin: 0;
  position: relative;
}
.gallery-item-image img {
  display: block;
  width: 100%;
}
.video .gallery-item-image:before {
  content: "";
  width: 60px;
  height: 60px;
  background: url("../fonts/play.svg") no-repeat 50% 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.gallery-item-text {
  flex: 0 100 100%;
  text-align: center;
  padding: 10px;
  background: #f1f2f2;
}
@media (min-width: 768px) {
  .gallery-item-text {
    box-shadow: 0 100px 0 0 #f1f2f2;
  }
}
.file .gallery-item-text {
  background: #cfd3d4;
}
@media (min-width: 768px) {
  .file .gallery-item-text {
    box-shadow: 0 100px 0 0 #cfd3d4;
  }
}
.gallery-item-text h1, .gallery-item-text h2, .gallery-item-text h3, .gallery-item-text h4 {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
}
.gallery-item-action {
  position: absolute;
  right: 10px;
  top: 10px;
}
.gallery-item-action a {
  padding: 0;
  border-radius: 16px;
  width: 32px !important;
  height: 32px !important;
  display: block !important;
  text-indent: -9999px;
}
.gallery-item-action a:before {
  content: "\e807";
  font-family: "fontello_theme";
  color: white;
  float: left;
  color: white;
  text-indent: 0;
  line-height: 32px;
  text-align: center;
  width: 100%;
  height: 100%;
}

.dPolicy {
  position: fixed;
  font-size: 14px;
  right: 15px;
  top: 63px;
  z-index: 99999;
  transform: translateX(-50%) translateY(-200%);
  transition: transform 0.4s ease;
  padding: 30px;
  /*
  background: $black;
  color: #fff;
  */
  background: white;
  width: 753px;
  max-width: 100%;
  box-shadow: 0 0 rgba(0, 0, 0, 0.6);
}
@media (max-width: 991.98px) {
  .dPolicy {
    width: auto;
    right: 15px;
    top: 15px;
    left: 15px;
    font-size: 12px;
  }
}
.dPolicy.open {
  display: block !important;
}
@media (min-width: 1260px) {
  .dPolicy.open {
    transform: translateX(-50%) translateY(0);
  }
}
@media (max-width: 1259.98px) {
  .dPolicy.open {
    transform: none;
  }
}

.dPolicy-content {
  margin: 0 0 20px;
}
.dPolicy-content .dPolicy-title {
  font-size: 18px;
  border-left: 3px solid #ffc107;
  padding-left: 5px;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.dPolicy-content p {
  margin-bottom: 15px;
}

#close_policy {
  display: none;
  float: right;
  cursor: pointer;
  background: none;
  padding: 0;
}
#close_policy svg {
  width: 25px;
  height: 25px;
  fill: white;
}

.dPolicy.open #close_policy {
  display: block;
}

.comments-item {
  padding: 10px 0 10px 44px;
  position: relative;
}
.comments-item:before {
  content: "\f148";
  font-family: "fontello_theme";
  position: absolute;
  left: 22px;
  top: 8px;
  transform: rotate(90deg);
}
.comments-item[data-level="1"] {
  padding-left: 0;
}
.comments-item[data-level="1"]:before {
  display: none;
}
.comments-item[data-level="2"] {
  padding-left: 22px;
}
.comments-item[data-level="2"]:before {
  left: 0;
}
.comments-item[data-level="1"] + .comments-item[data-level="2"] ~ .comments-item[data-level]:not([data-level="1"]) {
  display: none;
}
.comments-item[data-level="1"] + .comments-item[data-level="2"] ~ .comments-item[data-level]:not([data-level="1"]).show {
  display: block;
}
.comments-item[data-level="1"] + .comments-item[data-level="2"] ~ .comments-item[data-level="1"] + .comments-item[data-level="2"] {
  display: block;
}
.comments-item-author {
  font-weight: bold;
}
.comments-item-date {
  font-size: 80%;
  color: #a5a4a9;
}
.comments-item-reply [data-ipr-comment=form] {
  background: #f1f2f2;
  padding: 5px;
  margin-bottom: 10px;
}
.comments-item-reply [data-ipr-comment=form] .form-group {
  margin-bottom: 5px;
}
.comments-item-action {
  padding: 3px 0;
}
.comments-item-action [data-ipr-comment=replybutton] {
  padding: 0;
  color: #239dc8;
}
.comments-divider {
  background: none;
  border-width: 0;
  padding: 0;
  display: none;
  background: #dee2e6;
  padding: 3px 10px;
  border-radius: 5px;
  font-size: 13px;
  font-size: 0.8125rem;
}
.comments-divider:after {
  content: "+";
  margin-left: 5px;
}
.hidereply .comments-divider {
  display: none !important;
}
[data-level="1"] .comments-divider {
  display: none;
}
[data-level="1"] + [data-level="2"] .comments-divider {
  display: block;
}
[data-level="1"] + [data-level="2"].show .comments-divider {
  display: none;
}

[data-ipr-comment=cancelreplybutton] {
  margin-left: 15px;
  padding: 0;
  color: #373737;
  display: none;
}
.reply [data-ipr-comment=cancelreplybutton] {
  display: inline-block;
}

[data-ipr-comment=form].loading [type=submit]:after {
  content: "\e839";
  font-family: "fontello_theme";
  animation: spin 2s infinite linear;
  display: inline-block;
  font-size: 80%;
  margin-left: 9px;
}

.commentsLoad [data-ipr-comment=list]:before {
  content: "Loading...";
}

/* Content Blocks */
.carousel-wrapper {
  background-color: black;
}
.carousel-hero {
  background-color: black;
}
.carousel-hero .carousel-item {
  display: none;
}
.carousel-hero .carousel-item[aria-hidden=false] {
  display: block;
}
.carousel-hero .carousel-item:first-child {
  display: block;
}
.carousel-item {
  background-color: black;
  /*
  transition: opacity 0.5s ease-in;
  &[aria-hidden="false"] {
    transition: opacity 0.5s ease-in 0.5s;
  }
  */
}
.carousel-item > a {
  color: white;
  display: block;
  text-decoration: none !important;
}
.carousel-item-image {
  height: 0;
  opacity: 0.75;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin: 0;
}
@media (min-width: 768px) {
  .carousel-item-image {
    padding: 0 0 36%;
  }
}
@media (max-width: 767.98px) {
  .carousel-item-image {
    padding: 0 0 60%;
  }
}
.carousel-item-image img {
  display: none;
}
.carousel-item-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
}
.carousel-item-text-title {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  color: white;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
}
@media (min-width: 992px) {
  .carousel-item-text-title {
    font-size: 48px;
    font-size: 3rem;
  }
}
.carousel-wrapper {
  position: relative;
}
.carousel-wrapper .bx-controls-direction .bx-prev,
.carousel-wrapper .bx-controls-direction .bx-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-indent: -9999px;
  width: 60px;
  z-index: 100;
}
.carousel-wrapper .bx-controls-direction .bx-prev:before,
.carousel-wrapper .bx-controls-direction .bx-next:before {
  content: "\e804";
  float: left;
  text-indent: 0;
  font-family: "fontello_theme";
  font-size: 60px;
  color: rgba(255, 255, 255, 0.95);
}
.carousel-wrapper .bx-controls-direction .bx-prev:focus, .carousel-wrapper .bx-controls-direction .bx-prev:hover,
.carousel-wrapper .bx-controls-direction .bx-next:focus,
.carousel-wrapper .bx-controls-direction .bx-next:hover {
  text-decoration: none;
}
.carousel-wrapper .bx-controls-direction .bx-prev {
  left: 20px;
}
.carousel-wrapper .bx-controls-direction .bx-prev:before {
  transform: rotate(180deg);
}
.carousel-wrapper .bx-controls-direction .bx-next {
  right: 20px;
}

.contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 30px 30px 0;
}
.contact-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .contact {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .contact {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  .contact {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.contact-avatar {
  flex: 0 0 42%;
  max-width: 140px;
}
.contact-avatar-container {
  height: 0;
  padding: 0 0 100%;
  border-radius: 50%;
  background-position: 50% 50%;
  background-size: cover;
}
.contact-avatar img {
  opacity: 0;
  visibility: hidden;
  width: 100%;
}
.contact-text {
  flex: 100 100 100%;
}
.contact-text-name, .contact-text-email {
  font-weight: 700;
}
.contact-text-name {
  font-size: 18px;
}
.contact-avatar + .contact-text {
  padding-left: 20px;
}

.social .widget-title {
  text-align: center;
}
.social .embed {
  display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding: 30px 0;
}
.social .embed-item {
  padding: 0 15px;
}
@media (min-width: 992px) {
  .social .embed-item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 991.98px) {
  .social .embed-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .social .embed-item:nth-child(3) {
    display: none;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .social .embed-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .social .embed-item:nth-child(2) {
    display: none;
  }
}
.social .embed-item .twitter-tweet-rendered {
  margin: 0 !important;
}
.social .embed-item .fb-post,
.social .embed-item .fb-post > span,
.social .embed-item .fb-post > span > iframe {
  width: 100% !important;
  max-width: 100%;
}

.index-item {
  height: 100%;
  overflow: hidden;
}
.index-item-image {
  height: 0;
  padding-bottom: 68%;
  margin: 0;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  background-repeat: no-repeat;
}
.index-item-image.contain {
  background-size: contain;
}
.index-item-image a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.index-item-image a svg {
  height: 100%;
  width: 100%;
  /*
  clip-path: url(#newsClip);
  */
}
.index-item-image a svg image {
  height: 100%;
}
.index-item-text {
  padding: 12px;
  box-shadow: 0 150px 0 0 #f1f2f2;
  background: #f1f2f2;
  height: 100%;
}
.index-item-text-date {
  color: #373737;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  font-weight: 700;
  display: inline-block;
}
.index-item-text h3 {
  line-height: 14px;
}
.index-item-text h3 a {
  color: #e51937;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none !important;
}
.index-item-text-subtitle {
  color: #25253c;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-weight: 700;
  display: inline-block;
}
.index-item-text-description {
  color: #373737;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 20px;
}
.index-item-text-readmore {
  font-size: 1rem;
  font-weight: 700;
}
.index [class*=col-] {
  margin-bottom: 30px;
}

.load-more {
  text-align: center;
}
.load-more .disable {
  opacity: 0.5;
  cursor: default;
  color: white !important;
}

.indexRow-item {
  margin-bottom: 30px;
}
.indexRow-item::after {
  display: block;
  clear: both;
  content: "";
}
@media (min-width: 576px) {
  .indexRow-item-image {
    float: left;
    width: 200px;
    margin: 0 30px 0 0;
  }
}
@media (max-width: 575.98px) {
  .indexRow-item-image {
    margin: 0 0 30px;
  }
}
.indexRow-item-text {
  overflow: hidden;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: 500;
  color: #373737;
}
.indexRow-item-text-description {
  margin-bottom: 5px;
}
.indexRow-item-text h3 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}
.indexRow-item-text h3 a {
  color: #373737;
}
.indexRow-item-text-readmore {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #373737;
}

.media-faq {
  margin-bottom: 100px;
}

.accordion-item {
  background-color: #CFD3D4;
  position: relative;
  border-bottom: none;
  padding: 20px 30px;
  border-bottom: 1px solid #ccc;
}
.accordion-item:first-child {
  border-top: none;
}
.accordion-item:first-child {
  margin-top: 15px;
}
.accordion-item:last-child {
  margin-bottom: 15px;
}
.accordion-button {
  position: relative;
}
.accordion-button:after {
  content: "";
  background-image: url(../fonts/icon-angle-down.svg);
  background-repeat: no-repeat;
  width: 18px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  transform: rotate(180deg);
}
.accordion-button.collapsed:after {
  content: "";
  background-image: url(../fonts/icon-angle-down.svg);
  background-repeat: no-repeat;
  width: 18px;
  height: 8px;
  transform: rotate(360deg);
}
.accordion-text {
  font-size: 1rem;
  font-weight: 400;
  color: #373737;
  margin-top: 15px;
}
.accordion-text p:last-child, .accordion-text ul:last-child, .accordion-text ol:last-child {
  margin-bottom: 0;
}
.accordion-title {
  line-height: 18px;
  margin: 0 0 0;
}
.accordion-title a,
.accordion-title span {
  color: #1f2b41;
  font-size: 1rem;
  font-weight: 700;
  line-height: 18px;
  position: relative;
}
.accordion-title a {
  text-decoration: none !important;
  display: block;
}
.accordion-title a:after {
  content: "";
  background-image: url("../fonts/icon-angle-down.svg");
  background-repeat: no-repeat;
  width: 18px;
  height: 8px;
  position: absolute;
  top: 0;
  right: 20px;
  transform: rotate(180deg);
}
.accordion-title a.collapsed:after {
  content: "";
  background-image: url("../fonts/icon-angle-down.svg");
  background-repeat: no-repeat;
  width: 18px;
  height: 8px;
  transform: rotate(360deg);
}

.cBuilder.accordion .accordion-item {
  margin-bottom: 20px;
  border-bottom: none;
}

.breadcrumb {
  padding: 0 0 15px 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.mediakit-index-item {
  margin-bottom: 45px;
}
.mediakit-index-item-image {
  height: 0;
  padding-bottom: 70%;
  margin: 0;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  background-repeat: no-repeat;
}
.mediakit-index-item-image a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: radial-gradient(circle at left, #f1f2f2 30px, transparent 31px);
}
.mediakit-index-item-image a img {
  display: none;
}
.mediakit-index-item-text-date {
  display: inline-block;
  text-transform: uppercase;
  color: #373737;
  font-size: 18px;
  font-weight: 400;
  line-height: 16px;
  margin-right: 5px;
}
.mediakit-index-item-text h3 {
  line-height: 14px;
}
.mediakit-index-item-text h3 a {
  color: #373737;
  font-size: 1rem;
  font-weight: 700;
}
.mediakit-index-item-text-description {
  color: #373737;
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
  max-height: 184px;
  overflow: hidden;
}
.mediakit-index-item-text-readmore {
  color: #239dc8;
  font-size: 1rem;
  font-weight: 700;
}

.lightbox {
  position: relative;
  height: 100%;
}
.lightbox .row {
  max-width: 100%;
  height: 100%;
}
.lightbox h1 {
  color: #333;
  overflow: hidden;
}
.lightbox dl {
  font-size: 14px;
}
.lightbox dt {
  opacity: 0.8;
}
.lightbox-asset-image {
  background-color: #000;
  text-align: center;
}
.lightbox-filepage .lightbox-asset-image {
  background-color: rgba(0, 0, 0, 0);
}
.lightbox-asset-image video {
  width: 100%;
  height: auto;
}
.lightbox-asset-data {
  background-color: #fff;
}
.lightbox-asset-data .container-fluid {
  padding-top: 30px;
}
@media (min-width: 992px) {
  .lightbox-asset-data .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 991.98px) {
  .lightbox-asset-data .container-fluid {
    padding: 20px;
  }
}
.lightbox-asset-data textarea {
  height: 100px;
}
.lightbox .btn[disabled] {
  cursor: default;
  background: #239dc8 !important;
  opacity: 0.8;
}
.lightbox-asset-data-action {
  margin-bottom: 25px;
}
.lightbox-asset-data-action-briefcase {
  margin-bottom: 15px;
}
.lightbox-asset-data-action-briefcase .btn {
  width: 100%;
}
.lightbox-asset-data-action-download .btn {
  width: 100%;
}
.lightbox-asset-data-action-comment {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.lightbox-asset-data-action-comment .btn {
  border: 1px solid #239dc8;
  color: #239dc8;
  width: 49%;
}
.lightbox-asset-data-comment {
  display: none;
}
.lightbox-asset-data-comment .back-to-asset-details {
  display: block;
  margin-bottom: 20px;
}
.lightbox-asset-data-comment .back-to-asset-details:focus, .lightbox-asset-data-comment .back-to-asset-details:hover {
  text-decoration: none;
}
.lightbox-asset-data-comment .post-comment-btn {
  margin-bottom: 20px;
}
.lightbox-asset-data-comment .comment-header {
  font-size: 20px;
  font-weight: 600;
}
.lightbox-asset-data-comment #commentsList {
  padding: 15px 0;
}
.lightbox-asset-block {
  padding-top: 25px;
  overflow: hidden;
}
.lightbox-asset-block .download-link {
  float: left;
  clear: left;
  white-space: nowrap;
}
.lightbox-asset-block-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 3px;
}
.lightbox-asset-block-title:after {
  content: ":";
}
.lightbox-asset-block.inline {
  padding-top: 3px;
}
.lightbox-asset-block:not(.inline) + .lightbox-asset-block.inline {
  padding-top: 30px;
}
.lightbox-asset-block.inline .lightbox-asset-block-title {
  margin-right: 5px;
}
.lightbox-asset-block.inline .lightbox-asset-block-title, .lightbox-asset-block.inline .lightbox-asset-block-content {
  display: inline-block;
}
.lightbox-asset-block.tags a:after {
  content: ",";
}
.lightbox-asset-block.tags a:last-child:after {
  display: none;
}
.lightbox-asset-dropdown {
  position: absolute;
}
.lightbox-asset-dropdown .lightbox-asset-block {
  position: absolute;
  left: 0;
  top: 3px;
  background: white;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  padding: 15px 20px;
}
.lightbox-form {
  background: white;
  overflow: auto;
  padding: 30px;
}
.lightbox-form label {
  display: inline;
}
.loading .lightbox [type=submit]:after {
  content: "\e839";
  font-family: "fontello_theme";
  animation: spin 2s infinite linear;
  display: inline-block;
  font-size: 80%;
  margin-left: 9px;
}

.mfp-arrow {
  position: absolute;
}
.mfp-arrow:before {
  border-width: 0;
  margin: 0;
  opacity: 1;
  content: "\e804";
  text-indent: 0;
  font-family: "fontello_theme";
  font-size: 60px;
  color: rgba(255, 255, 255, 0.95);
  line-height: 110px;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
  display: block;
  width: 100%;
  height: 100%;
}
.mfp-arrow:after {
  display: none;
}
.mfp-arrow-left:before {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}
.cBuilder h1,
.cBuilder h2 {
  color: #373737;
}
.cBuilder h2 {
  margin: 0 0 30px;
  font-size: 30px;
  font-size: 1.875rem;
}
.home-text .cBuilder h1, .home-text .cBuilder h2 {
  color: #fff;
}

/* Pages */
.home-text {
  padding: 25px;
  background: #373737;
  color: #fff;
  text-align: center;
}

.homeIndex {
  overflow: hidden;
}
@media (min-width: 992px) {
  .homeIndex .owl-carousel {
    margin-left: -50px;
  }
}
@media (max-width: 991.98px) {
  .homeIndex .owl-carousel {
    margin-left: -30px;
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .homeIndex .owl-carousel {
    margin-top: 15px;
  }
}
@media (max-width: 767.98px) {
  .homeIndex .owl-carousel {
    margin-top: 30px;
  }
}
.homeIndex .owl-carousel .owl-stage {
  display: flex;
  align-aitems: stretch;
}
.homeIndex .owl-carousel .owl-item .index-carousel-item {
  height: 100%;
}
.homeIndex .owl-dots {
  position: absolute;
}
@media (min-width: 768px) {
  .homeIndex .owl-dots {
    right: 0;
    top: -50px;
  }
}
@media (max-width: 767.98px) {
  .homeIndex .owl-dots {
    left: 17px;
    top: -45px;
  }
}
.homeIndex .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background-color: #a5a4a9;
  padding: 0;
  border-radius: 4px;
  margin-left: 8px;
}
.homeIndex .owl-dots .owl-dot.active {
  background-color: #25253c;
}
.homeIndex .owl-carousel-item {
  height: 100%;
}
.homeIndex-content {
  margin-bottom: 40px;
}
.homeIndex-content [class*=col-md]:nth-child(n+5) {
  max-height: 0;
  margin: 0;
  transition: margin 0.3s ease, max-height 0.3s ease;
}
.homeIndex-content.opened {
  margin-bottom: 60px;
}
.homeIndex-content.opened [class*=col-md]:nth-child(n+5) {
  max-height: 500px;
  margin-bottom: 30px;
}
.homeIndex-caller {
  border-top: none;
  text-align: center;
}
.homeIndex-caller button {
  display: block;
  background: white;
  border: none;
  border-radius: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  height: 40px;
  text-align: center;
  margin: -20px auto 20px;
}
.homeIndex-caller button:hover, .homeIndex-caller button:focus, .homeIndex-caller button:active {
  outline: none !important;
}
.homeIndex-caller button::before {
  content: "Show More";
  color: #373737;
  text-decoration: underline;
}
.homeIndex-caller button .icon {
  transform: rotate(90deg);
  display: block;
  line-height: 40px;
  color: #373737;
}
.homeIndex-caller button.opened::before {
  content: "Show Less";
  text-decoration: underline;
}
.homeIndex-caller button.opened .icon {
  transform: rotate(-90deg);
}

.social .nav {
  background: none;
}
@media (max-width: 991.98px) {
  .social .nav {
    display: block;
    position: static;
  }
}
.social .nav-tabs {
  padding-left: 0;
  list-style: none;
  margin: 0;
  text-align: center;
  letter-spacing: 13px;
}
.social .nav-tabs .nav-item {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.social .nav-tabs .nav-item .nav-link {
  position: relative;
  display: block;
  width: 37px;
  height: 37px;
  border: 2px #373737 solid;
  padding: 3px;
}
.social .nav-tabs .nav-item .nav-link svg {
  width: 100%;
  height: 100%;
}
.social .nav-tabs .nav-item .nav-link .social-icon-red {
  display: none;
}
.social .nav-tabs .nav-item .nav-link.active {
  background: #e51937;
  border-color: #e51937;
}
.social .nav-tabs .nav-item .nav-link.active:after {
  content: "";
  border-top: #e51937 7px solid;
  border-left: rgba(0, 0, 0, 0) 10px solid;
  border-right: rgba(0, 0, 0, 0) 10px solid;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.social .nav-tabs .nav-item .nav-link.active .social-icon-blue {
  display: none;
}
.social .nav-tabs .nav-item .nav-link.active .social-icon-red {
  display: block;
}
.social .tab-pane {
  display: none;
}
.social .tab-pane.active {
  display: block;
}

.index {
  margin: 15px 0;
}
.index-search {
  position: relative;
  background: #373737;
}
@media (max-width: 991.98px) {
  .page_gallery .index-search:not(.gallery-search) {
    display: none;
  }
}
.index-search-caller .btn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  padding: 0;
  margin: 0;
  background: #373737;
  border-width: 0;
  text-indent: -9999px;
  opacity: 1;
  transition: opacity 0.2s ease-in 0.2s;
}
.index-search-caller .btn:before {
  content: "\e883";
  font-family: "fontello_theme";
  font-size: 30px;
  font-size: 1.875rem;
  color: white;
  width: 45px;
  height: 45px;
  text-align: 45px;
  line-height: 45px;
  font-weight: 300;
  font-size: 26px;
  text-indent: 0;
  float: left;
}
.index-search-caller .btn.opened {
  right: 60%;
  opacity: 0;
  transition: opacity 0s ease-in;
}
.index-search > .container {
  color: white;
  position: relative;
  z-index: 1;
  transition: all 0.2s ease-in;
}
@media (min-width: 992px) {
  .index-search > .container {
    opacity: 0.3;
    max-height: 0;
    overflow: hidden;
  }
}
.index-search > .container.opened {
  max-height: 45px;
  opacity: 1;
}
.index-search form {
  margin: 0 auto;
  display: flex;
  align-items: center;
  text-align: center;
  max-width: 600px;
}
.index-search form input[type=search] {
  flex: 0 100 100%;
  vertical-align: middle;
  width: 460px;
  border: 2px #efefef solid;
  border-radius: 1px;
  background: none;
  color: white;
  margin-left: 15px;
  height: 36px;
  padding-left: 10px;
}
.index-search form .btn[type=submit] {
  background: none;
  border-width: 0;
  color: white;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  padding: 0;
  white-space: nowrap;
}
.index-search form .btn[type=submit]:before {
  content: "\e883";
  font-family: "fontello_theme";
  font-weight: 300;
  font-size: 26px;
}
@media (max-width: 991.98px) {
  .index-search form .btn[type=submit] {
    text-indent: -9999px;
  }
  .index-search form .btn[type=submit]:before {
    float: left;
    text-indent: 0;
    margin-top: 5px;
  }
}
.index-filter .level-0.menu > li > label {
  font-weight: 700;
}
.index-filter .level-1.menu {
  margin: 0 0 0 15px;
}

.index-search.gallery-search {
  padding-top: 16px;
  padding-bottom: 16px;
}

.article {
  max-width: 900px;
  margin: 0 auto;
}
.cbuilder .article-slider {
  display: flex;
  padding: 0 5px;
}
.article-slider-item {
  width: 40vw;
  /*
  &-activeFigure {
    display: none;
    height: 100%;
    .active.center & {
      display: block;
    }
  }
  */
}
.cbuilder .article-slider-item {
  flex: 100 100 100%;
  padding: 5px;
}
.owl-item .article-slider-item {
  width: auto;
}
.article-slider-item-wrapper {
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .article-slider-item-wrapper {
    padding: 523px 0 0;
  }
}
@media (max-width: 767.98px) {
  .article-slider-item-wrapper {
    padding: 67% 0 0;
  }
}
@media (max-width: 767.98px) {
  .article-slider-item-wrapper {
    background-size: 100%;
  }
}
.article-slider-item-wrapper a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
@media (min-width: 768px) {
  .article-slider-item-wrapper a {
    height: 523px;
  }
}
@media (max-width: 767.98px) {
  .article-slider-item-wrapper a {
    bottom: 0;
  }
}
.article-slider-item-inactiveFigure {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  /*
  .active.center & {
    display: none;
  }
  */
}
.article-slider-item-text {
  display: none;
  padding: 15px 0 0;
  text-align: center;
  opacity: 0.75;
}
@media (max-width: 767.98px) {
  .article-slider-item-text {
    position: relative;
    opacity: 1;
    text-shadow: 0 0 5px white;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 700;
    padding: 15px;
  }
}
.active.center .article-slider-item-text {
  display: block;
}
.article-slider .owl-prev,
.article-slider .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.article-slider .owl-prev:before,
.article-slider .owl-next:before {
  content: "\e804";
  float: left;
  text-indent: 0;
  font-family: "fontello_theme";
  font-size: 60px;
  color: rgba(255, 255, 255, 0.95);
}
@media (max-width: 767.98px) {
  .article-slider .owl-prev:before,
  .article-slider .owl-next:before {
    font-size: 45px;
  }
}
.article-slider .owl-prev span,
.article-slider .owl-next span {
  display: none;
}
@media (min-width: 576px) {
  .article-slider .owl-prev {
    left: calc(25% - 100px);
  }
}
@media (max-width: 575.98px) {
  .article-slider .owl-prev {
    left: calc(25% - 90px);
  }
}
.article-slider .owl-prev:before {
  transform: rotate(180deg);
}
@media (min-width: 576px) {
  .article-slider .owl-next {
    right: calc(25% - 100px);
  }
}
@media (max-width: 575.98px) {
  .article-slider .owl-next {
    right: calc(25% - 90px);
  }
}
.article-hero {
  display: flex;
  justify-content: space-between;
}
.article-hero-item {
  flex: 100 100 50%;
  margin-top: 15px;
}
.article-hero-item:first-child {
  padding-left: 0;
}
.article-hero-item:last-child {
  padding-left: 10px;
}
.article-hero-item:first-child:last-child {
  padding-left: 0;
}
.article-hero-item-wrapper {
  /*
  @include media-breakpoint-up(md) {
    padding: 396px 0 0;
  }
  @include media-breakpoint-down(sm) {
    padding: 67% 0 0;
  }
  background-size: cover;
  background-position: 50% 50%;
  */
  position: relative;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.article-hero-item-wrapper .article-slider-item-text {
  display: block;
}
.article-contact {
  text-align: center;
  margin-top: 40px;
}
@media (min-width: 576px) {
  .article-contact {
    white-space: nowrap;
  }
}
.article-contact .contact {
  margin-top: 15px;
}
.article-contact-caption {
  color: #373737;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 18px;
}
.article-contact .contact {
  padding: 0;
  max-width: 100%;
}
.article-contact .contact-avatar {
  display: none;
}
.article-contact .contact-text {
  color: #373737;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 18px;
  text-align: center;
  margin-bottom: 0;
}
.article-contact .contact-text a {
  color: #373737;
}
.article-contact .contact-text a:hover, .article-contact .contact-text a:active, .article-contact .contact-text a:focus {
  color: #373737;
}
.article-socialMedia {
  padding: 30px 0 0;
  text-align: center;
  /*
  ul {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0;
    padding-left: 0;
    li {
      margin: 0 10px;
      list-style-type: none;
      display: inline-block;
      a {
      display: inline-block;
      img {
        width: 23px;
      }
      }
    }
  }
  */
}
.article-socialMedia a {
  width: 28px;
  height: 28px;
  background-size: contain !important;
  background-color: rgba(0, 0, 0, 0) !important;
  background-repeat: no-repeat !important;
  margin-right: 20px !important;
}
.article-socialMedia a .at-icon-wrapper {
  display: none;
}
.article-socialMedia .at-svc-facebook {
  background: url("../fonts/icon-facebook-square.svg");
}
.article-socialMedia .at-svc-twitter {
  background: url("../fonts/icon-twitter-sqaure.svg");
}
.article-socialMedia .at-svc-compact {
  background: url("../fonts/icon-reply.svg");
}
.article-body {
  font-size: 1rem;
}
.article-bottom {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.article-bottom:after {
  content: "";
  display: block;
  lear: both;
}
@media (min-width: 768px) {
  .article-bottom-left {
    float: left;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .article-bottom-right {
    max-width: 50%;
    float: right;
  }
}
.article-bottom a {
  color: #373737;
}
.article-signup {
  text-align: center;
}
.article-archived {
  background-color: #e51937;
  color: #fff;
  text-align: center;
  padding: 5px 15px;
  margin-top: 30px;
}
.article-archived-title {
  font-size: 18px;
  letter-spacing: 0.2px;
}
.article-archived p {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.3px;
  margin-bottom: 5px;
  line-height: 16px;
}

.mediakit {
  /*
  .opened .gallery {
    &-item {
      &:nth-child(n+5) {
        max-height: 500px;
        padding: $grid-gutter-width/2;
        transition: padding 0s ease;
      }
    }
  }
  */
}
.mediakit .accordion {
  margin-bottom: 15px;
}
.mediakit-hero {
  margin-bottom: 15px;
  margin-top: -15px;
}
.mediakit-hero-wrapper {
  background-size: cover;
  background-position: 50% 50%;
}
.mediakit-hero-wrapper img {
  opacity: 0;
  max-width: 100%;
  max-height: 100%;
  visibility: hidden;
}
.mediakit h1 {
  color: #e51937;
  margin: 30px 0 0;
}
.mediakit-body {
  /* padding: 15px 0; */
}
.mediakit-body h2, .mediakit-body h3 {
  color: #373737;
  margin: 0;
  font-size: 30px;
  font-size: 1.875rem;
}
@media (min-width: 992px) {
  .mediakit .owl-carousel {
    margin-left: -50px;
  }
}
@media (max-width: 991.98px) {
  .mediakit .owl-carousel {
    margin-left: -30px;
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .mediakit .owl-carousel {
    margin-top: 15px;
  }
}
@media (max-width: 767.98px) {
  .mediakit .owl-carousel {
    margin-top: 30px;
  }
}
.mediakit .owl-carousel .owl-stage {
  display: flex;
  align-aitems: stretch;
}
.mediakit .owl-carousel .owl-item .index-carousel-item {
  height: 100%;
}
.mediakit .owl-dots {
  position: absolute;
}
@media (min-width: 768px) {
  .mediakit .owl-dots {
    right: 0;
    top: -50px;
  }
}
@media (max-width: 767.98px) {
  .mediakit .owl-dots {
    left: 17px;
    top: -45px;
  }
}
.mediakit .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background-color: #a5a4a9;
  padding: 0;
  border-radius: 4px;
  margin-left: 8px;
}
.mediakit .owl-dots .owl-dot.active {
  background-color: #25253c;
}
.mediakit .owl-carousel-item {
  height: 100%;
}
.mediakit .gallery-item {
  margin-bottom: 0;
  /*
  &:nth-child(n+5) {
    max-height: 0;
    margin: 0;
    transition: margin 0.3s ease, max-height 0.3s ease, padding 0.3s ease 0.3s;
    padding: 0;
  }
  */
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media (min-width: 992px) {
  .gallery .owl-carousel {
    margin-left: -50px;
  }
}
@media (max-width: 991.98px) {
  .gallery .owl-carousel {
    margin-left: -30px;
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .gallery .owl-carousel {
    margin-top: 15px;
  }
}
@media (max-width: 767.98px) {
  .gallery .owl-carousel {
    margin-top: 30px;
  }
}
.gallery .owl-carousel .owl-stage {
  display: flex;
  align-aitems: stretch;
}
.gallery .owl-carousel .owl-item .index-carousel-item {
  height: 100%;
}
.gallery .owl-dots {
  position: absolute;
}
@media (min-width: 768px) {
  .gallery .owl-dots {
    right: 0;
    top: -50px;
  }
}
@media (max-width: 767.98px) {
  .gallery .owl-dots {
    left: 17px;
    top: -45px;
  }
}
.gallery .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background-color: #a5a4a9;
  padding: 0;
  border-radius: 4px;
  margin-left: 8px;
}
.gallery .owl-dots .owl-dot.active {
  background-color: #25253c;
}
.gallery .owl-carousel-item {
  height: 100%;
}
@media (min-width: 992px) {
  .gallery-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .gallery-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  .gallery-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.owl-carousel .gallery-item {
  display: block;
  max-width: 100%;
}
.gallery-item a {
  height: 100%;
  display: flex;
}
.gallery.file .gallery-item {
  overflow: hidden;
}
.gallery.file .gallery-item-image {
  background-color: #f1f2f2;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 0;
  padding-bottom: 67%;
}
.gallery.file .gallery-item-image img {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.gallery.file .gallery-item-text {
  overflow: hidden;
}
#mm_list .gallery-item {
  opacity: 0;
  transition: opacity 0.3s ease;
}
#mm_list .gallery-item.loaded {
  opacity: 1;
}
#mm_list .gallery-item-image {
  background-image: none !important;
  position: relative;
}
#mm_list .gallery-item-image img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#mm_list .gallery-item-image img.loaded {
  height: auto;
  width: auto;
  opacity: 1;
  visibility: visible;
}
.gallery-nav {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #373737;
  word-spacing: 15px;
}
@media (min-width: 768px) {
  .gallery-nav {
    margin: 0 0 -20px 0;
    padding: 0 50% 0 0;
  }
}
@media (max-width: 767.98px) {
  .gallery-nav {
    margin: 0 0 -40px 0;
  }
}
.gallery-nav a {
  color: #373737;
  word-spacing: 0;
}
.gallery-personal .container {
  height: 45px;
  display: flex;
  padding-top: 10px;
  padding-bottom: 0;
  line-height: 25px;
}
@media (min-width: 768px) {
  .gallery-personal .container {
    margin: 0 0 -45px;
    justify-content: flex-end;
  }
}
.gallery-personal a,
.gallery-personal button {
  background: none;
  border-width: 0;
  font-weight: 400;
  color: #373737;
  text-decoration: none;
}
.gallery-personal a:hover, .gallery-personal a:focus, .gallery-personal a:active,
.gallery-personal button:hover,
.gallery-personal button:focus,
.gallery-personal button:active {
  color: black;
}
.gallery-personal a [class*=icon],
.gallery-personal button [class*=icon] {
  color: #e51937;
}
.gallery-personal-dropdown {
  position: absolute;
  right: 0;
  top: 100%;
  display: none;
  background: white;
  padding: 10px 0;
  border: 1px #373737 solid;
  white-space: nowrap;
}
.gallery-personal-dropdown.opened {
  display: block;
}
.gallery-personal-dropdown a {
  display: block;
  padding: 5px 30px;
}
.gallery-personal-dropdown a:hover, .gallery-personal-dropdown a:focus, .gallery-personal-dropdown a:active {
  background: #239dc8;
  color: white;
}
.gallery-personal-auth-item {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-left: 15px;
}
.gallery-personal-cart-link:before {
  content: "\e8a0";
  font-family: "fontello_theme";
  margin-right: 4px;
  color: #e51937;
}
.gallery-search .container {
  max-height: 45px;
  overflow: hidden;
}
.searchBlock-opened .gallery-search .container {
  max-height: 0;
}

.briefcase-empty {
  border: 1px dashed #999999;
  padding: 30px;
  text-align: center;
}
.briefcase-empty .icon {
  font-size: 80px;
  font-weight: 300;
  color: #ddd;
}
.briefcase-empty-text {
  margin: 30px 0;
}
.briefcase-downloadStart {
  display: none;
  border: 1px solid #cccccc;
  border-bottom: 3px #fd7e14 solid;
  padding: 20px;
  margin: 30px 0;
}
.briefcase-downloadStart .icon {
  color: #fd7e14;
  margin-right: 10px;
  font-size: 24px;
  vertical-align: middle;
}

.upload .form-loading {
  display: none;
}
.upload .dropzone {
  margin: 30px 0;
  border: 1px #ced4da solid;
  background: #f1f2f2;
  padding: 15px;
}
.upload .choice {
  /*
  @include media-breakpoint-up(lg) {
    display: flex;
    .form-label {
      flex: 0 0 66.66%;
    }
    .form-field {
      flex: 0 0 33.33%;
      text-align: right;
    }
  }
  @include media-breakpoint-down(md) {
    .form-field {
    }
  }
  */
}
.upload .choice .form-label {
  margin-bottom: 7px;
}
.upload .legal {
  margin: 30px 0;
  border: 1px #ced4da solid;
  background: #f1f2f2;
  padding: 15px;
}
.upload .legal-title {
  font-size: 20px;
  font-size: 1.25rem;
}
.upload .dz-preview {
  position: relative;
  margin-bottom: 30px;
}
.upload .dz-preview .dz-success-mark,
.upload .dz-preview .dz-error-mark {
  display: none;
}
.upload .dz-preview .dz-details {
  position: relative;
  text-shadow: 0 0 5px #fff;
  color: black;
  font-size: 14px;
}
.upload .dz-preview .dz-details .dz-filename {
  position: absolute;
  left: 15px;
  top: 15px;
}
.upload .dz-preview .dz-details .dz-size {
  position: absolute;
  left: 15px;
  bottom: 15px;
}
.upload .dz-fields .row {
  height: 100%;
}
.upload .dz-fields .form-group {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.upload .dz-fields .form-group .form-field {
  flex: 1;
}
.upload .dz-fields .form-control {
  height: 100%;
  min-height: 150px;
}
@media (max-width: 991.98px) {
  .upload-instructions-desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .upload-instructions-mobile {
    display: none;
  }
}
.upload-instructions-desktop p:last-child, .upload-instructions-mobile p:last-child {
  margin-bottom: 0;
}
.submithide:not(.fileuploading) .upload #uploadBtn {
  display: none;
}
.fileregistering .upload #uploadBtn:after {
  /*
  content: "";
  display: inline-block;
  margin-left: 5px;
  font-size: 80%;
  */
}
.upload-info-uploading {
  display: none;
  margin: 0 0 15px;
}
.fileuploading .upload-info-uploading {
  display: block;
}
.fileregistering.fileuploading .upload-info-uploading {
  display: none;
}
.upload-info-registration {
  display: none;
  margin: 0 0 15px;
}
.fileregistering .upload-info-registration {
  display: block;
}

#preview_template {
  display: none;
}

/* Profile */
/* Plugin MFP */
/* Assets portal */
.assets .gallery-search form {
  flex-wrap: wrap;
}
.assets .gallery-search form button[type=submit] {
  flex: 0 0 45px;
  flex: 0 0 45px;
  margin-right: -65px;
  position: relative;
  z-index: 1;
}
.assets .gallery-search form input[type=search] {
  flex: 100 100 50%;
  padding-left: 50px;
}
.assets .gallery-search form input[type=search]::-moz-placeholder {
  color: white;
  opacity: 1;
}
.assets .gallery-search form input[type=search]::placeholder {
  color: white;
  opacity: 1;
}
.assets .gallery-search .container {
  max-height: 77px;
}
.assets .gallery-search .index-search-scope {
  flex: 0 0 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.assets .gallery-search .index-search-scope label {
  display: inline-block;
  margin: 0 10px;
  padding: 5px 0;
}
.assets.gallerySearch-opened .index-search-scope {
  max-height: 50px;
}

.btn-primary {
  color: #fff;
  background-color: #E51937;
  border-color: #E51937;
  border-radius: 50px;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid !important;
  text-decoration: none;
}
.btn-primary.disabled {
  background-color: #E51937;
  border-color: #E51937;
  text-decoration: none !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #fa304f !important;
  border-color: #fa304f !important;
  outline: none !important;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid !important;
}

body #site_content .cBuilder p a.btn-primary {
  font-weight: bold;
  color: #373737 !important;
  letter-spacing: 0.48px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3019607843);
  border: 2px solid #373737;
  border-radius: 50px;
  text-decoration: none !important;
}
body #site_content .cBuilder p a.btn-primary:hover, body #site_content .cBuilder p a.btn-primary:focus, body #site_content .cBuilder p a.btn-primary:active {
  background: #fff !important;
  color: #373737 !important;
  text-decoration: none !important;
}

/*# sourceMappingURL=theme.css.map */