@charset "UTF-8";

/*

No CSS declaration, this file is only for .scss imports!
You can see folder structure below.

|– base/
|   |– _reset.scss       # Reset/normalize
|   |– _typography.scss  # Typography rules
|   ...                  # Etc…
|
|– components/
|   |– _buttons.scss     # Buttons
|   |– _carousel.scss    # Carousel
|   |– _cover.scss       # Cover
|   |– _dropdown.scss    # Dropdown
|   ...                  # Etc…
|
|– layout/
|   |– _navigation.scss  # Navigation
|   |– _grid.scss        # Grid system
|   |– _header.scss      # Header
|   |– _footer.scss      # Footer
|   |– _sidebar.scss     # Sidebar
|   |– _forms.scss       # Forms
|   ...                  # Etc…
|
|– pages/
|   |– _home.scss        # Home specific styles
|   |– _contact.scss     # Contact specific styles
|   ...                  # Etc…
|
|– themes/
|   |– _theme.scss       # Default theme
|   |– _admin.scss       # Admin theme
|   ...                  # Etc…
|
|– abstract/
|   |– _variables.scss   # Sass Variables
|   |– _functions.scss   # Sass Functions
|   |– _mixins.scss      # Sass Mixins
|   |– _helpers.scss     # Class & placeholders helpers
|
|– vendors/
|   |– _bootstrap.scss   # Bootstrap
|   |– _jquery-ui.scss   # jQuery UI
|   ...                  # Etc…

*/

*,
*::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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 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: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

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

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

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

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;
  -ms-overflow-style: scrollbar;
}

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;
  text-align: -webkit-match-parent;
}

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

[role="button"] {
  cursor: pointer;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

.figure {
  display: inline-block;
}

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

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

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

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

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

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

@media (min-width: 1280px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1440px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !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: #17a2b8 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
  .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.85714286%;
}

.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: 1280px) {
  .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: 1280px) {
  .float-xl-left {
    float: left !important;
  }

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

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

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: 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;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.text-primary:hover,
a.text-primary:focus {
  color: #0056b3 !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: #17a2b8 !important;
}

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

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

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

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

a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !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: #212529 !important;
}

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

:root {
  --place: "https://www.google.cz/maps/place/Centrum+Pro+Zdrav%C3%AD/@49.1908975,16.5770958,17z/data=!4m13!1m7!3m6!1s0x47129434c42bfb0d:0x6f8bda9ae41d73d4!2sHlinky+118,+603+00+Brno-st%C5%99ed!3b1!8m2!3d49.190894!4d16.5792845!3m4!1s0x47129434b8ef10b9:0x9ba69dbb601d62ef!8m2!3d49.190894!4d16.5792845";
}

@font-face {
  font-style: normal;
  font-weight: 500;
  font-family: "TT Norms Pro";
  src: url("/theme/fonts/TTNormsPro-Medium.woff2") format("woff2"), url("/theme/fonts/TTNormsPro-Medium.woff") format("woff");
  font-display: fallback;
}

@font-face {
  font-style: normal;
  font-weight: bold;
  font-family: "TT Norms Pro";
  src: url("/theme/fonts/TTNormsPro-Bold.woff2") format("woff2"), url("/theme/fonts/TTNormsPro-Bold.woff") format("woff");
  font-display: fallback;
}

@font-face {
  font-style: normal;
  font-weight: normal;
  font-family: "TT Norms Pro";
  src: url("/theme/fonts/TTNormsPro-Regular.woff2") format("woff2"), url("/theme/fonts/TTNormsPro-Regular.woff") format("woff");
  font-display: fallback;
}

.ox-u-global-overflow-hidden {
  max-width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
  background: white;
}

@media screen and (min-height: 750px) {
  .ox-u-global-overflow-hidden {
    margin-bottom: 79.5rem;
    /* footer height */
  }
}

.ox-u-menu-open {
  overflow: hidden;
}

.ox-u-sticky-heder {
  padding-top: 6.6rem;
}

@media only screen and (min-width: 36em) {
  .ox-u-sticky-heder {
    padding-top: 8.6rem;
  }
}

.ox-u-fw-bold {
  font-weight: bold;
}

.ox-u-fc-black {
  color: black;
}

.ox-u-blog-margin {
  margin: 3rem 0;
}

@media only screen and (min-width: 36em) {
  .ox-u-blog-margin {
    margin: 4rem 0;
  }
}

@media only screen and (min-width: 62em) {
  .ox-u-blog-margin {
    margin: 7rem 0;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-weight: 500;
  font-family: "TT Norms Pro", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

strong {
  font-weight: 600;
}

h2 {
  font-weight: normal;
  font-size: 3.4rem;
  line-height: 5.2rem;
}

.ox-l-main-detail {
  padding-bottom: 6.6rem;
  cursor: url("/theme/images/close.png"), auto;
}

@media only screen and (min-width: 36em) {
  .ox-l-main-detail {
    padding-bottom: 8.6rem;
  }
}

.ox-section {
  display: flex;
  flex-direction: column;
  padding: 3rem 2rem 8.2rem;
}

@media only screen and (min-width: 48em) {
  .ox-section {
    padding: 3rem 9.3rem 8.2rem;
  }
}

@media only screen and (min-width: 80em) {
  .ox-section--podcasts {
    padding: 3rem calc(50% - 47rem) 8.2rem;
  }
}

@media only screen and (min-width: 80em) {
  .ox-section--magazin {
    padding: 3rem 7.5rem 8.2rem;
  }
}

@media only screen and (min-width: 90em) {
  .ox-section--magazin {
    padding: 3rem calc(50% - 64.5rem) 8.2rem;
  }
}

.ox-grid {
  max-width: 100%;
  overflow: hidden;
}

.ox-grid__cols {
  display: flex;
  align-items: flex-start;
  margin: 0 0.5rem;
  transition: all 0.2s ease-in-out;
}

.ox-grid__cols--space-0.ox-grid__cols {
  margin: 0;
}

.ox-grid__cols--space-1.ox-grid__cols {
  margin: 0 0.214rem;
}

.ox-grid__cols--space-2.ox-grid__cols {
  margin: 0 0.428rem;
}

.ox-grid__cols--space-3.ox-grid__cols {
  margin: 0 0.642rem;
}

.ox-grid__cols--space-4.ox-grid__cols {
  margin: 0 0.882rem;
}

.ox-grid__cols--space-5.ox-grid__cols {
  margin: 0 1.096rem;
}

.ox-grid__cols--space-6.ox-grid__cols {
  margin: 0 1.31rem;
}

.ox-grid__cols--space-7.ox-grid__cols {
  margin: 0 1.5rem;
}

.ox-grid__col {
  flex: 0 0 100%;
  max-width: 100%;
}

@media only screen and (min-width: 36em) {
  .ox-grid__col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (min-width: 80em) {
  .ox-grid__col {
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
}

@media only screen and (min-width: 120em) {
  .ox-grid__col {
    flex: 0 0 calc(100% / 4);
    max-width: calc(100% / 4);
  }
}

@media only screen and (min-width: 157.5em) {
  .ox-grid__col {
    flex: 0 0 calc(100% / 5);
    max-width: calc(100% / 5);
  }
}

@media only screen and (min-width: 195em) {
  .ox-grid__col {
    flex: 0 0 calc(100% / 6);
    max-width: calc(100% / 6);
  }
}

@media only screen and (min-width: 240em) {
  .ox-grid__col {
    flex: 0 0 calc(100% / 7);
    max-width: calc(100% / 7);
  }
}

@media only screen and (min-width: 36em) {
  .ox-grid__cols--5 .ox-grid__col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (min-width: 62em) {
  .ox-grid__cols--5 .ox-grid__col {
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
}

@media only screen and (min-width: 80em) {
  .ox-grid__cols--5 .ox-grid__col {
    flex: 0 0 calc(100% / 4);
    max-width: calc(100% / 4);
  }
}

@media only screen and (min-width: 120em) {
  .ox-grid__cols--5 .ox-grid__col {
    flex: 0 0 calc(100% / 5);
    max-width: calc(100% / 5);
  }
}

@media only screen and (min-width: 157.5em) {
  .ox-grid__cols--5 .ox-grid__col {
    flex: 0 0 calc(100% / 6);
    max-width: calc(100% / 6);
  }
}

@media only screen and (min-width: 195em) {
  .ox-grid__cols--5 .ox-grid__col {
    flex: 0 0 calc(100% / 7);
    max-width: calc(100% / 7);
  }
}

@media only screen and (min-width: 240em) {
  .ox-grid__cols--5 .ox-grid__col {
    flex: 0 0 calc(100% / 8);
    max-width: calc(100% / 8);
  }
}

@media only screen and (min-width: 36em) {
  .ox-grid__cols--6 .ox-grid__col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (min-width: 48em) {
  .ox-grid__cols--6 .ox-grid__col {
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
}

@media only screen and (min-width: 62em) {
  .ox-grid__cols--6 .ox-grid__col {
    flex: 0 0 calc(100% / 4);
    max-width: calc(100% / 4);
  }
}

@media only screen and (min-width: 80em) {
  .ox-grid__cols--6 .ox-grid__col {
    flex: 0 0 calc(100% / 5);
    max-width: calc(100% / 5);
  }
}

@media only screen and (min-width: 120em) {
  .ox-grid__cols--6 .ox-grid__col {
    flex: 0 0 calc(100% / 6);
    max-width: calc(100% / 6);
  }
}

@media only screen and (min-width: 157.5em) {
  .ox-grid__cols--6 .ox-grid__col {
    flex: 0 0 calc(100% / 7);
    max-width: calc(100% / 7);
  }
}

@media only screen and (min-width: 195em) {
  .ox-grid__cols--6 .ox-grid__col {
    flex: 0 0 calc(100% / 8);
    max-width: calc(100% / 8);
  }
}

@media only screen and (min-width: 240em) {
  .ox-grid__cols--6 .ox-grid__col {
    flex: 0 0 calc(100% / 9);
    max-width: calc(100% / 9);
  }
}

@media only screen and (min-width: 36em) {
  .ox-grid__cols--7 .ox-grid__col {
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
}

@media only screen and (min-width: 48em) {
  .ox-grid__cols--7 .ox-grid__col {
    flex: 0 0 calc(100% / 4);
    max-width: calc(100% / 4);
  }
}

@media only screen and (min-width: 62em) {
  .ox-grid__cols--7 .ox-grid__col {
    flex: 0 0 calc(100% / 5);
    max-width: calc(100% / 5);
  }
}

@media only screen and (min-width: 80em) {
  .ox-grid__cols--7 .ox-grid__col {
    flex: 0 0 calc(100% / 6);
    max-width: calc(100% / 6);
  }
}

@media only screen and (min-width: 120em) {
  .ox-grid__cols--7 .ox-grid__col {
    flex: 0 0 calc(100% / 7);
    max-width: calc(100% / 7);
  }
}

@media only screen and (min-width: 157.5em) {
  .ox-grid__cols--7 .ox-grid__col {
    flex: 0 0 calc(100% / 8);
    max-width: calc(100% / 8);
  }
}

@media only screen and (min-width: 195em) {
  .ox-grid__cols--7 .ox-grid__col {
    flex: 0 0 calc(100% / 9);
    max-width: calc(100% / 9);
  }
}

@media only screen and (min-width: 240em) {
  .ox-grid__cols--7 .ox-grid__col {
    flex: 0 0 calc(100% / 10);
    max-width: calc(100% / 10);
  }
}

@media only screen and (min-width: 36em) {
  .ox-grid__cols--8 .ox-grid__col {
    flex: 0 0 calc(100% / 4);
    max-width: calc(100% / 4);
  }
}

@media only screen and (min-width: 48em) {
  .ox-grid__cols--8 .ox-grid__col {
    flex: 0 0 calc(100% / 5);
    max-width: calc(100% / 5);
  }
}

@media only screen and (min-width: 62em) {
  .ox-grid__cols--8 .ox-grid__col {
    flex: 0 0 calc(100% / 6);
    max-width: calc(100% / 6);
  }
}

@media only screen and (min-width: 80em) {
  .ox-grid__cols--8 .ox-grid__col {
    flex: 0 0 calc(100% / 7);
    max-width: calc(100% / 7);
  }
}

@media only screen and (min-width: 120em) {
  .ox-grid__cols--8 .ox-grid__col {
    flex: 0 0 calc(100% / 8);
    max-width: calc(100% / 8);
  }
}

@media only screen and (min-width: 157.5em) {
  .ox-grid__cols--8 .ox-grid__col {
    flex: 0 0 calc(100% / 9);
    max-width: calc(100% / 9);
  }
}

@media only screen and (min-width: 195em) {
  .ox-grid__cols--8 .ox-grid__col {
    flex: 0 0 calc(100% / 10);
    max-width: calc(100% / 10);
  }
}

@media only screen and (min-width: 240em) {
  .ox-grid__cols--8 .ox-grid__col {
    flex: 0 0 calc(100% / 11);
    max-width: calc(100% / 11);
  }
}

.ox-grid__cols--9 .ox-grid__col {
  flex: 0 0 calc(100% / 2);
  max-width: calc(100% / 2);
}

@media only screen and (min-width: 36em) {
  .ox-grid__cols--9 .ox-grid__col {
    flex: 0 0 calc(100% / 5);
    max-width: calc(100% / 5);
  }
}

@media only screen and (min-width: 48em) {
  .ox-grid__cols--9 .ox-grid__col {
    flex: 0 0 calc(100% / 6);
    max-width: calc(100% / 6);
  }
}

@media only screen and (min-width: 62em) {
  .ox-grid__cols--9 .ox-grid__col {
    flex: 0 0 calc(100% / 7);
    max-width: calc(100% / 7);
  }
}

@media only screen and (min-width: 80em) {
  .ox-grid__cols--9 .ox-grid__col {
    flex: 0 0 calc(100% / 8);
    max-width: calc(100% / 8);
  }
}

@media only screen and (min-width: 120em) {
  .ox-grid__cols--9 .ox-grid__col {
    flex: 0 0 calc(100% / 9);
    max-width: calc(100% / 9);
  }
}

@media only screen and (min-width: 157.5em) {
  .ox-grid__cols--9 .ox-grid__col {
    flex: 0 0 calc(100% / 10);
    max-width: calc(100% / 10);
  }
}

@media only screen and (min-width: 195em) {
  .ox-grid__cols--9 .ox-grid__col {
    flex: 0 0 calc(100% / 11);
    max-width: calc(100% / 11);
  }
}

@media only screen and (min-width: 240em) {
  .ox-grid__cols--9 .ox-grid__col {
    flex: 0 0 calc(100% / 12);
    max-width: calc(100% / 12);
  }
}

.ox-grid__cols--10 .ox-grid__col {
  flex: 0 0 calc(100% / 2);
  max-width: calc(100% / 2);
}

@media only screen and (min-width: 25em) {
  .ox-grid__cols--10 .ox-grid__col {
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
}

@media only screen and (min-width: 36em) {
  .ox-grid__cols--10 .ox-grid__col {
    flex: 0 0 calc(100% / 6);
    max-width: calc(100% / 6);
  }
}

@media only screen and (min-width: 48em) {
  .ox-grid__cols--10 .ox-grid__col {
    flex: 0 0 calc(100% / 7);
    max-width: calc(100% / 7);
  }
}

@media only screen and (min-width: 62em) {
  .ox-grid__cols--10 .ox-grid__col {
    flex: 0 0 calc(100% / 8);
    max-width: calc(100% / 8);
  }
}

@media only screen and (min-width: 80em) {
  .ox-grid__cols--10 .ox-grid__col {
    flex: 0 0 calc(100% / 9);
    max-width: calc(100% / 9);
  }
}

@media only screen and (min-width: 120em) {
  .ox-grid__cols--10 .ox-grid__col {
    flex: 0 0 calc(100% / 10);
    max-width: calc(100% / 10);
  }
}

@media only screen and (min-width: 157.5em) {
  .ox-grid__cols--10 .ox-grid__col {
    flex: 0 0 calc(100% / 11);
    max-width: calc(100% / 11);
  }
}

@media only screen and (min-width: 195em) {
  .ox-grid__cols--10 .ox-grid__col {
    flex: 0 0 calc(100% / 12);
    max-width: calc(100% / 12);
  }
}

@media only screen and (min-width: 240em) {
  .ox-grid__cols--10 .ox-grid__col {
    flex: 0 0 calc(100% / 13);
    max-width: calc(100% / 13);
  }
}

.ox-grid__cols--11 .ox-grid__col {
  flex: 0 0 calc(100% / 2);
  max-width: calc(100% / 2);
}

@media only screen and (min-width: 25em) {
  .ox-grid__cols--11 .ox-grid__col {
    flex: 0 0 calc(100% / 4);
    max-width: calc(100% / 4);
  }
}

@media only screen and (min-width: 36em) {
  .ox-grid__cols--11 .ox-grid__col {
    flex: 0 0 calc(100% / 7);
    max-width: calc(100% / 7);
  }
}

@media only screen and (min-width: 48em) {
  .ox-grid__cols--11 .ox-grid__col {
    flex: 0 0 calc(100% / 8);
    max-width: calc(100% / 8);
  }
}

@media only screen and (min-width: 62em) {
  .ox-grid__cols--11 .ox-grid__col {
    flex: 0 0 calc(100% / 9);
    max-width: calc(100% / 9);
  }
}

@media only screen and (min-width: 80em) {
  .ox-grid__cols--11 .ox-grid__col {
    flex: 0 0 calc(100% / 10);
    max-width: calc(100% / 10);
  }
}

@media only screen and (min-width: 120em) {
  .ox-grid__cols--11 .ox-grid__col {
    flex: 0 0 calc(100% / 11);
    max-width: calc(100% / 11);
  }
}

@media only screen and (min-width: 157.5em) {
  .ox-grid__cols--11 .ox-grid__col {
    flex: 0 0 calc(100% / 12);
    max-width: calc(100% / 12);
  }
}

@media only screen and (min-width: 195em) {
  .ox-grid__cols--11 .ox-grid__col {
    flex: 0 0 calc(100% / 13);
    max-width: calc(100% / 13);
  }
}

@media only screen and (min-width: 240em) {
  .ox-grid__cols--11 .ox-grid__col {
    flex: 0 0 calc(100% / 14);
    max-width: calc(100% / 14);
  }
}

.ox-grid__item {
  padding: 0;
  transition: all 0.2s ease-in-out;
}

.ox-grid__cols--space-0 .ox-grid__item {
  padding: 0;
}

.ox-grid__cols--space-1 .ox-grid__item {
  padding: 0 0.214rem 0.428rem 0.214rem;
}

.ox-grid__cols--space-2 .ox-grid__item {
  padding: 0 0.428rem 0.856rem 0.428rem;
}

.ox-grid__cols--space-3 .ox-grid__item {
  padding: 0 0.642rem 1.284rem 0.642rem;
}

.ox-grid__cols--space-4 .ox-grid__item {
  padding: 0 0.882rem 1.764rem 0.882rem;
}

.ox-grid__cols--space-5 .ox-grid__item {
  padding: 0 1.096rem 2.192rem 1.096rem;
}

.ox-grid__cols--space-6 .ox-grid__item {
  padding: 0 1.31rem 2.62rem 1.31rem;
}

.ox-grid__cols--space-7 .ox-grid__item {
  padding: 0 1.5rem 3rem 1.5rem;
}

.ox-grid__link {
  display: block;
  overflow: hidden;
  cursor: pointer;
}

.ox-grid__img-el {
  display: block;
  width: 100%;
  height: 100%;
}

.ox-image-div {
  min-height: 250px;
}

.ox-grid__iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: calc(100% + 17px);
  height: 100%;
}

.ox-grid-loader {
  position: relative;
  height: 100vh;
}

.ox-grid-loader__lottie {
  position: absolute;
  top: calc(50% - 8rem);
  left: 50%;
  width: 75px;
  height: 75px;
  transform: translate(-50%, -50%);
}

.ox-grid__filter-found {
  font-size: 2rem;
}

.ox-grid__filter-title {
  font-weight: bold;
  text-decoration: underline;
}

[v-cloak] {
  display: none;
}

.ox-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 8.6rem;
  padding: 1rem 1.5rem;
  background-color: #fff;
}

@media only screen and (min-width: 36em) {
  .ox-header {
    padding: 2rem 3rem;
  }
}

@media only screen and (min-width: 62em) {
  .ox-u-menu-open .ox-header {
    padding: 2rem 4.4rem 2rem 3rem;
  }
}

.ox-header--sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
}

.ox-header__logo {
  position: relative;
  z-index: 2;
  display: block;
}

.ox-header__logo svg {
  opacity: 1;
  width: 10rem;
  transition: opacity 0.2s ease-in-out;
}

@media only screen and (min-width: 36em) {
  .ox-header__logo svg {
    width: 13.3rem;
  }
}

.ox-header__logo:hover > svg {
  opacity: 0;
}

.ox-header__logo-hover-el {
  position: absolute;
  top: 4px;
  left: 3px;
  display: flex;
  opacity: 0;
  align-items: center;
  height: 100%;
  text-transform: uppercase;
  white-space: nowrap;
  transition: opacity 0.2s ease-in-out;
  background: #fff;
}

.ox-header__logo-hover-el svg {
  width: 15rem;
  position: relative;
  top: -2px;
  left: -13px;
}

@media only screen and (max-width: 36em) {
  .ox-header__logo-hover-el svg {
    width: 11.6rem;
    top: -3px;
  }
}

.ox-header__logo:hover .ox-header__logo-hover-el {
  opacity: 1;
}

.ox-header__logo-text {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  color: #7f7f7f;
  letter-spacing: 0.25rem;
}

@media only screen and (min-width: 36em) {
  .ox-header__logo-text {
    font-size: 1.2rem;
  }
}

.ox-header__logo-trans {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  margin-left: 1rem;
  font-weight: bold;
  font-size: 1.4rem;
  color: #000;
  letter-spacing: -0.051rem;
}

@media only screen and (min-width: 36em) {
  .ox-header__logo-trans {
    padding: 0 2rem;
    margin-left: 1.7rem;
    font-size: 1.8rem;
  }
}

.ox-header__logo-trans::after,
.ox-header__logo-trans::before {
  content: "";
  position: absolute;
  top: -12px;
  font-weight: 500;
  font-size: 2.6rem;
}

@media only screen and (min-width: 36em) {
  .ox-header__logo-trans::after,
  .ox-header__logo-trans::before {
    top: -18px;
    font-size: 3.6rem;
  }
}

.ox-header__logo-trans::before {
  content: "[";
  left: 0;
}

.ox-header__logo-trans::after {
  content: "]";
  right: 0;
}

.ox-header__navs {
  display: flex;
  align-items: center;
}

.ox-header__nav {
  margin: 0 0.5rem;
}

@media only screen and (min-width: 36em) {
  .ox-header__nav {
    margin: 0 1.5rem;
  }
}

.ox-header__nav:last-child {
  margin-right: 0;
}

.ox-header__nav-btn {
  padding: 1rem;
  border: 0;
  background-color: transparent;
  transition: opacity 0.2s ease-in-out;
}

.ox-header__nav-btn:hover,
.ox-header__nav-btn:focus,
.ox-header__nav-btn:active {
  opacity: 0.5;
}

.ox-header__nav-btn:focus,
.ox-header__nav-btn:active {
  outline: 0;
}

.ox-header__nav-btn--disabled {
  opacity: 0.5;
}

.ox-header__dropwindow {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  height: 100vh;
  overflow: auto;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.92);
  will-change: top;
  transform: translateY(-100%);
  transition: transform 0.4s linear;
}

@media only screen and (min-width: 48em) {
  .ox-header__dropwindow {
    height: auto;
    max-height: 100vh;
  }
}

.ox-header__dropwindow--in-anim {
  transform: translateY(0);
}

@media only screen and (min-width: 48em) {
  .ox-header__dropwindow--in-anim {
    transform: translateY(-100%);
    -webkit-animation: dropAnim 0.4s forwards;
            animation: dropAnim 0.4s forwards;
    -webkit-animation-play-state: running;
            animation-play-state: running;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

.ox-header__dropwindow--active {
  transform: translateY(0);
}

.ox-header__dropwindow--small {
  height: auto;
}

.ox-header__close-btn {
  position: absolute;
  top: 3rem;
  right: 3.1rem;
}

@-webkit-keyframes dropAnim {
  80% {
    transform: translateY(5%);
  }

  100% {
    transform: translateY(0%);
  }
}

@keyframes dropAnim {
  80% {
    transform: translateY(5%);
  }

  100% {
    transform: translateY(0%);
  }
}

.ox-header__nav--user {
  display: none;
}

.ox-menu {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 30;
  height: 100vh;
  max-height: 100vh;
  padding: 3.4rem 2.7rem 1.3rem 2.7rem;
  overflow: auto;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.92);
  transform: translateX(100%);
  transition: transform 0.5s;
}

@media only screen and (min-width: 36em) {
  .ox-menu {
    padding: 10.9rem 3.5rem 3.95rem 3.5rem;
  }
}

@media only screen and (min-width: 62em) {
  .ox-menu {
    padding: 10rem 12rem;
  }
}

.ox-menu--active {
  transform: translateX(0);
}

.ox-menu--in-anim {
  transform: translateX(0);
}

@-webkit-keyframes menuAnim {
  80% {
    transform: translateX(-5%);
  }

  100% {
    transform: translateX(0%);
  }
}

@keyframes menuAnim {
  80% {
    transform: translateX(-5%);
  }

  100% {
    transform: translateX(0%);
  }
}

.ox-menu__close-btn {
  position: absolute;
  top: 2rem;
  right: 2rem;
}

@media only screen and (min-width: 36em) {
  .ox-menu__close-btn {
    top: 3rem;
    right: 3rem;
  }
}

@media only screen and (min-width: 62em) {
  .ox-menu__close-btn {
    top: 3rem;
    right: 4.5rem;
  }
}

.ox-menu__content {
  max-width: 35rem;
  margin: 0 auto;
}

@media only screen and (min-width: 36em) {
  .ox-menu__content {
    max-width: 100%;
  }
}

@media only screen and (min-width: 80em) {
  .ox-menu__content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: start;
    width: 95%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.ox-menu__language {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 80em) {
  .ox-menu__language {
    margin-bottom: 5rem;
  }
}

@media only screen and (min-width: 36em) {
  .ox-menu__company-box {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (min-width: 48em) {
  .ox-menu__company-box {
    flex: 0 0 40%;
    order: 2;
    max-width: 40%;
  }
}

@media only screen and (min-width: 62em) {
  .ox-menu__company-box {
    flex: 0 0 calc((100% / 12) * 5);
    max-width: calc((100% / 12) * 5);
  }
}

.ox-menu__content-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 8.8rem;
}

@media only screen and (min-width: 36em) {
  .ox-menu__content-links {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 48em) {
  .ox-menu__content-links {
    flex: 0 0 25%;
    order: 3;
    max-width: 25%;
  }
}

@media only screen and (min-width: 62em) {
  .ox-menu__content-links {
    flex: 0 0 calc((100% / 12) * 3);
    order: 3;
    max-width: calc((100% / 12) * 3);
  }
}

.ox-menu__social-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -1rem;
}

@media only screen and (min-width: 48em) {
  .ox-menu__social-links {
    flex: 0 0 35%;
    align-self: flex-end;
    justify-content: start;
    order: 1;
    max-width: 35%;
    padding-right: 8%;
  }
}

@media only screen and (min-width: 62em) {
  .ox-menu__social-links {
    flex: 0 0 calc((77% / 12) * 4);
    max-width: calc((77% / 12) * 4);
  }
}

@media only screen and (min-width: 80em) {
  .ox-menu__social-links {
    padding-right: 10%;
    margin-bottom: 5rem;
  }
}

.ox-menu__company-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  margin-bottom: 4.6rem;
}

@media only screen and (min-width: 36em) {
  .ox-menu__company-links {
    display: block;
  }
}

@media only screen and (min-width: 48em) {
  .ox-menu__company-links {
    margin-bottom: 0;
  }
}

.ox-menu__company {
  margin-bottom: 5rem;
}

@media only screen and (min-width: 48em) {
  .ox-menu__company {
    margin-bottom: 0;
  }
}

.ox-menu__subtitle {
  height: 2rem;
  padding-left: 1rem;
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-weight: normal;
  font-size: 1.1rem;
  line-height: 2rem;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
}

@media only screen and (min-width: 62em) {
  .ox-menu__subtitle {
    margin-top: -3rem;
  }
}

.ox-menu__link {
  display: inline-block;
  max-width: 50%;
  margin-bottom: 2rem;
  font-size: 3rem;
  letter-spacing: -0.051rem;
  color: #fff;
  transition: opacity 0.2 ease-in-out;
  white-space: nowrap;
  line-height: 1;
}

@media only screen and (min-width: 36em) {
  .ox-menu__link {
    display: block;
    margin-bottom: 1.5rem;
    font-size: 4rem;
  }
}

@media only screen and (min-width: 62em) {
  .ox-menu__link {
    font-size: 5vw;
    flex: 0 0 90%;
    max-width: 90%;
    padding: 3rem 0;
  }
}

.ox-menu__link:hover {
  opacity: 0.5;
  text-decoration: none;
  color: #fff;
}

.ox-menu__link--title {
  margin: 0;
  font-size: 4.5rem;
  letter-spacing: -0.051rem;
}

@media only screen and (min-width: 36em) {
  .ox-menu__link--title {
    font-size: 4rem;
  }
}

@media only screen and (min-width: 62em) {
  .ox-menu__link--title {
    margin-bottom: -1rem;
    font-size: 5vw;
  }
}

@media only screen and (min-width: 120em) {
  .ox-menu__link--title {
    margin-bottom: -2rem;
  }
}

.ox-menu__social-link {
  display: inline-block;
  padding: 1rem;
  font-size: 1.3rem;
  letter-spacing: 0.25rem;
  text-decoration: underline;
  text-transform: uppercase;
  color: #fff;
  transition: opacity 0.2 ease-in-out;
}

@media only screen and (min-width: 80em) {
  .ox-menu__social-link {
    font-size: 1.2rem;
  }
}

.ox-menu__social-link:hover {
  opacity: 0.5;
  color: #fff;
}

.ox-menu__language-link {
  display: inline-block;
  padding: 1rem 0;
  font-size: 1rem;
  letter-spacing: 0.25rem;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  transition: opacity 0.2 ease-in-out;
}

@media only screen and (min-width: 80em) {
  .ox-menu__language-link {
    font-size: 1.2rem;
  }
}

.ox-menu__language-link:hover {
  opacity: 0.5;
  text-decoration: none;
  color: #fff;
}

.ox-menu__language-link--active {
  text-decoration: underline;
}

.ox-menu__language-link--active:hover {
  opacity: 1;
  text-decoration: underline;
}

/* Responsive Margin style - inspired by Bootstrap container */

:root {
  --max_cont_width: 100%;
  --res_marg: calc(calc(calc(100vw - var(--max_cont_width)) / 2) + 15px);
}

@media (min-width: 576px) {
  :root {
    --max_cont_width: 540px;
    --res_marg: calc(calc(calc(100vw - var(--max_cont_width)) / 2) + 15px);
  }
}

@media (min-width: 768px) {
  :root {
    --max_cont_width: 720px;
    --res_marg: calc(calc(calc(100vw - var(--max_cont_width)) / 2) + 15px);
  }
}

@media (min-width: 992px) {
  :root {
    --max_cont_width: 960px;
    --res_marg: calc(calc(calc(100vw - var(--max_cont_width)) / 2) + 15px);
  }
}

@media (min-width: 1280px) {
  :root {
    --max_cont_width: 1140px;
    --res_marg: calc(calc(calc(100vw - var(--max_cont_width)) / 2) + 15px);
  }
}

@media (min-width: 1400px) {
  :root {
    --max_cont_width: 1320px;
    --res_marg: calc(calc(calc(100vw - var(--max_cont_width)) / 2) + 15px);
  }
}

.navbar .container-xxl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
}

.navbar .container-xxl .menu-logos {
  display: flex;
}

.navbar .container-xxl .menu-logos img {
  padding-left: 25px;
}

.navbar .container-xxl .logo-text {
  color: #0D141C;
  font-size: 32px;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  line-height: 0.9;
}

.navbar .container-xxl .navbar-collapse-x {
  -ms-flex-preferred-size: 100%;
  /* flex-basis: 100%; */
  -ms-flex-positive: 1;
  /* flex-grow: 1; */
  align-items: center;
}

.navbar .container-xxl .navbar-nav {
  flex-direction: row !important;
}

.navbar .container-xxl .collapse:not(.show) {
  display: unset;
}

.navbar .container-xxl #navbar-menu ul {
  display: flex;
  align-items: center;
  list-style: none;
}

.navbar .container-xxl #navbar-menu ul li {
  padding: 0 20px;
  font-size: 16px;
  color: black;
}

.navbar .container-xxl #navbar-menu ul li a {
  color: black;
  padding: 0px 5px 2px 5px;
}

.navbar .container-xxl #navbar-menu ul li a:hover {
  text-decoration: none;
  color: black;
}

.navbar .container-xxl .header-text {
  margin-right: auto;
}

.navbar .container-xxl .header-text span {
  font-family: verveine, sans-serif;
  font-size: 31px;
  color: #b1b1b1;
  line-height: 1;
}

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

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

@media (min-width: 1280px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

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

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

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }

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

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

  .d-xxl-grid {
    display: grid !important;
  }

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

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

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

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

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

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

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

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

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

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

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !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;
  }

  .d-print-none {
    display: none !important;
  }
}

.colt-1,
.colt-2,
.colt-3,
.colt-4,
.colt-5,
.colt-6,
.colt-7,
.colt-8,
.colt-9,
.colt-10,
.colt-11,
.colt-12,
.colt,
.colt-auto,
.colt-sm-1,
.colt-sm-2,
.colt-sm-3,
.colt-sm-4,
.colt-sm-5,
.colt-sm-6,
.colt-sm-7,
.colt-sm-8,
.colt-sm-9,
.colt-sm-10,
.colt-sm-11,
.colt-sm-12,
.colt-sm,
.colt-sm-auto,
.colt-md-1,
.colt-md-2,
.colt-md-3,
.colt-md-4,
.colt-md-5,
.colt-md-6,
.colt-md-7,
.colt-md-8,
.colt-md-9,
.colt-md-10,
.colt-md-11,
.colt-md-12,
.colt-md,
.colt-md-auto,
.colt-lg-1,
.colt-lg-2,
.colt-lg-3,
.colt-lg-4,
.colt-lg-5,
.colt-lg-6,
.colt-lg-7,
.colt-lg-8,
.colt-lg-9,
.colt-lg-10,
.colt-lg-11,
.colt-lg-12,
.colt-lg,
.colt-lg-auto,
.colt-xl-1,
.colt-xl-2,
.colt-xl-3,
.colt-xl-4,
.colt-xl-5,
.colt-xl-6,
.colt-xl-7,
.colt-xl-8,
.colt-xl-9,
.colt-xl-10,
.colt-xl-11,
.colt-xl-12,
.colt-xl,
.colt-xl-auto,
.colt-xxl-1,
.colt-xxl-2,
.colt-xxl-3,
.colt-xxl-4,
.colt-xxl-5,
.colt-xxl-6,
.colt-xxl-7,
.colt-xxl-8,
.colt-xxl-9,
.colt-xxl-10,
.colt-xxl-11,
.colt-xxl-12,
.colt-xxl,
.colt-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.colt {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-colts-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-colts-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-colts-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.colt-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.colt-1 {
  flex: 0 0 10%;
  max-width: 10%;
}

.colt-2 {
  flex: 0 0 20%;
  max-width: 20%;
}

.colt-3 {
  flex: 0 0 30%;
  max-width: 30%;
}

.colt-4 {
  flex: 0 0 40%;
  max-width: 40%;
}

.colt-5 {
  flex: 0 0 50%;
  max-width: 50%;
}

.colt-6 {
  flex: 0 0 60%;
  max-width: 60%;
}

.colt-7 {
  flex: 0 0 70%;
  max-width: 70%;
}

.colt-8 {
  flex: 0 0 80%;
  max-width: 80%;
}

.colt-9 {
  flex: 0 0 90%;
  max-width: 90%;
}

.colt-10 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-t-first {
  order: -1;
}

.order-t-last {
  order: 13;
}

.order-t-0 {
  order: 0;
}

.order-t-1 {
  order: 1;
}

.order-t-2 {
  order: 2;
}

.order-t-3 {
  order: 3;
}

.order-t-4 {
  order: 4;
}

.order-t-5 {
  order: 5;
}

.order-t-6 {
  order: 6;
}

.order-t-7 {
  order: 7;
}

.order-t-8 {
  order: 8;
}

.order-t-9 {
  order: 9;
}

.order-t-10 {
  order: 10;
}

.order-t-11 {
  order: 11;
}

.order-t-12 {
  order: 12;
}

.offset-t-1 {
  margin-left: 10%;
}

.offset-t-2 {
  margin-left: 20%;
}

.offset-t-3 {
  margin-left: 30%;
}

.offset-t-4 {
  margin-left: 40%;
}

.offset-t-5 {
  margin-left: 50%;
}

.offset-t-6 {
  margin-left: 60%;
}

.offset-t-7 {
  margin-left: 70%;
}

.offset-t-8 {
  margin-left: 80%;
}

.offset-t-9 {
  margin-left: 90%;
}

@media (min-width: 576px) {
  .colt-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-colts-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-colts-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-colts-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .colt-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .colt-sm-1 {
    flex: 0 0 10%;
    max-width: 10%;
  }

  .colt-sm-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .colt-sm-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }

  .colt-sm-4 {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .colt-sm-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .colt-sm-6 {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .colt-sm-7 {
    flex: 0 0 70%;
    max-width: 70%;
  }

  .colt-sm-8 {
    flex: 0 0 80%;
    max-width: 80%;
  }

  .colt-sm-9 {
    flex: 0 0 90%;
    max-width: 90%;
  }

  .colt-sm-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-t-sm-first {
    order: -1;
  }

  .order-t-sm-last {
    order: 13;
  }

  .order-t-sm-0 {
    order: 0;
  }

  .order-t-sm-1 {
    order: 1;
  }

  .order-t-sm-2 {
    order: 2;
  }

  .order-t-sm-3 {
    order: 3;
  }

  .order-t-sm-4 {
    order: 4;
  }

  .order-t-sm-5 {
    order: 5;
  }

  .order-t-sm-6 {
    order: 6;
  }

  .order-t-sm-7 {
    order: 7;
  }

  .order-t-sm-8 {
    order: 8;
  }

  .order-t-sm-9 {
    order: 9;
  }

  .order-t-sm-10 {
    order: 10;
  }

  .order-t-sm-11 {
    order: 11;
  }

  .order-t-sm-12 {
    order: 12;
  }

  .offset-smt-0 {
    margin-left: 0;
  }

  .offset-smt-1 {
    margin-left: 10%;
  }

  .offset-smt-2 {
    margin-left: 20%;
  }

  .offset-smt-3 {
    margin-left: 30%;
  }

  .offset-smt-4 {
    margin-left: 40%;
  }

  .offset-smt-5 {
    margin-left: 50%;
  }

  .offset-smt-6 {
    margin-left: 60%;
  }

  .offset-smt-7 {
    margin-left: 70%;
  }

  .offset-smt-8 {
    margin-left: 80%;
  }

  .offset-smt-9 {
    margin-left: 90%;
  }
}

@media (min-width: 768px) {
  .colt-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-colts-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-colts-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-colts-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .colt-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .colt-md-1 {
    flex: 0 0 10%;
    max-width: 10%;
  }

  .colt-md-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .colt-md-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }

  .colt-md-4 {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .colt-md-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .colt-md-6 {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .colt-md-7 {
    flex: 0 0 70%;
    max-width: 70%;
  }

  .colt-md-8 {
    flex: 0 0 80%;
    max-width: 80%;
  }

  .colt-md-9 {
    flex: 0 0 90%;
    max-width: 90%;
  }

  .colt-md-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-t-md-first {
    order: -1;
  }

  .order-t-md-last {
    order: 13;
  }

  .order-t-md-0 {
    order: 0;
  }

  .order-t-md-1 {
    order: 1;
  }

  .order-t-md-2 {
    order: 2;
  }

  .order-t-md-3 {
    order: 3;
  }

  .order-t-md-4 {
    order: 4;
  }

  .order-t-md-5 {
    order: 5;
  }

  .order-t-md-6 {
    order: 6;
  }

  .order-t-md-7 {
    order: 7;
  }

  .order-t-md-8 {
    order: 8;
  }

  .order-t-md-9 {
    order: 9;
  }

  .order-t-md-10 {
    order: 10;
  }

  .order-t-md-11 {
    order: 11;
  }

  .order-t-md-12 {
    order: 12;
  }

  .offset-mdt-0 {
    margin-left: 0;
  }

  .offset-mdt-1 {
    margin-left: 10%;
  }

  .offset-mdt-2 {
    margin-left: 20%;
  }

  .offset-mdt-3 {
    margin-left: 30%;
  }

  .offset-mdt-4 {
    margin-left: 40%;
  }

  .offset-mdt-5 {
    margin-left: 50%;
  }

  .offset-mdt-6 {
    margin-left: 60%;
  }

  .offset-mdt-7 {
    margin-left: 70%;
  }

  .offset-mdt-8 {
    margin-left: 80%;
  }

  .offset-mdt-9 {
    margin-left: 90%;
  }
}

@media (min-width: 992px) {
  .colt-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-colts-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-colts-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-colts-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .colt-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .colt-lg-1 {
    flex: 0 0 10%;
    max-width: 10%;
  }

  .colt-lg-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .colt-lg-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }

  .colt-lg-4 {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .colt-lg-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .colt-lg-6 {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .colt-lg-7 {
    flex: 0 0 70%;
    max-width: 70%;
  }

  .colt-lg-8 {
    flex: 0 0 80%;
    max-width: 80%;
  }

  .colt-lg-9 {
    flex: 0 0 90%;
    max-width: 90%;
  }

  .colt-lg-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-t-lg-first {
    order: -1;
  }

  .order-t-lg-last {
    order: 13;
  }

  .order-t-lg-0 {
    order: 0;
  }

  .order-t-lg-1 {
    order: 1;
  }

  .order-t-lg-2 {
    order: 2;
  }

  .order-t-lg-3 {
    order: 3;
  }

  .order-t-lg-4 {
    order: 4;
  }

  .order-t-lg-5 {
    order: 5;
  }

  .order-t-lg-6 {
    order: 6;
  }

  .order-t-lg-7 {
    order: 7;
  }

  .order-t-lg-8 {
    order: 8;
  }

  .order-t-lg-9 {
    order: 9;
  }

  .order-t-lg-10 {
    order: 10;
  }

  .order-t-lg-11 {
    order: 11;
  }

  .order-t-lg-12 {
    order: 12;
  }

  .offset-lgt-0 {
    margin-left: 0;
  }

  .offset-lgt-1 {
    margin-left: 10%;
  }

  .offset-lgt-2 {
    margin-left: 20%;
  }

  .offset-lgt-3 {
    margin-left: 30%;
  }

  .offset-lgt-4 {
    margin-left: 40%;
  }

  .offset-lgt-5 {
    margin-left: 50%;
  }

  .offset-lgt-6 {
    margin-left: 60%;
  }

  .offset-lgt-7 {
    margin-left: 70%;
  }

  .offset-lgt-8 {
    margin-left: 80%;
  }

  .offset-lgt-9 {
    margin-left: 90%;
  }
}

@media (min-width: 1280px) {
  .colt-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-colts-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-colts-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-colts-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .colt-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .colt-xl-1 {
    flex: 0 0 10%;
    max-width: 10%;
  }

  .colt-xl-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .colt-xl-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }

  .colt-xl-4 {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .colt-xl-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .colt-xl-6 {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .colt-xl-7 {
    flex: 0 0 70%;
    max-width: 70%;
  }

  .colt-xl-8 {
    flex: 0 0 80%;
    max-width: 80%;
  }

  .colt-xl-9 {
    flex: 0 0 90%;
    max-width: 90%;
  }

  .colt-xl-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-t-xl-first {
    order: -1;
  }

  .order-t-xl-last {
    order: 13;
  }

  .order-t-xl-0 {
    order: 0;
  }

  .order-t-xl-1 {
    order: 1;
  }

  .order-t-xl-2 {
    order: 2;
  }

  .order-t-xl-3 {
    order: 3;
  }

  .order-t-xl-4 {
    order: 4;
  }

  .order-t-xl-5 {
    order: 5;
  }

  .order-t-xl-6 {
    order: 6;
  }

  .order-t-xl-7 {
    order: 7;
  }

  .order-t-xl-8 {
    order: 8;
  }

  .order-t-xl-9 {
    order: 9;
  }

  .order-t-xl-10 {
    order: 10;
  }

  .order-t-xl-11 {
    order: 11;
  }

  .order-t-xl-12 {
    order: 12;
  }

  .offset-xlt-0 {
    margin-left: 0;
  }

  .offset-xlt-1 {
    margin-left: 10%;
  }

  .offset-xlt-2 {
    margin-left: 20%;
  }

  .offset-xlt-3 {
    margin-left: 30%;
  }

  .offset-xlt-4 {
    margin-left: 40%;
  }

  .offset-xlt-5 {
    margin-left: 50%;
  }

  .offset-xlt-6 {
    margin-left: 60%;
  }

  .offset-xlt-7 {
    margin-left: 70%;
  }

  .offset-xlt-8 {
    margin-left: 80%;
  }

  .offset-xlt-9 {
    margin-left: 90%;
  }

  .offset-xlt-10 {
    margin-left: 100%;
  }

  .offset-xlt-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1400px) {
  .colt-xxl {
    flex: 1 0 0%;
  }

  .row-colts-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-colts-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-colts-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .colt-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .colt-xxl-1 {
    flex: 0 0 10%;
    width: 10%;
  }

  .colt-xxl-2 {
    flex: 0 0 20%;
    width: 20%;
  }

  .colt-xxl-3 {
    flex: 0 0 30%;
    width: 30%;
  }

  .colt-xxl-4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
  }

  .colt-xxl-5 {
    flex: 0 0 50%;
    width: 50%;
  }

  .colt-xxl-6 {
    flex: 0 0 60%;
    width: 60%;
  }

  .colt-xxl-7 {
    flex: 0 0 70%;
    width: 70%;
  }

  .colt-xxl-8 {
    flex: 0 0 80%;
    width: 80%;
  }

  .colt-xxl-9 {
    flex: 0 0 90%;
    width: 90%;
  }

  .colt-xxl-10 {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
  }

  .offset-xxlt-0 {
    margin-left: 0;
  }

  .offset-xxlt-1 {
    margin-left: 10%;
  }

  .offset-xxlt-2 {
    margin-left: 20%;
  }

  .offset-xxlt-3 {
    margin-left: 30%;
  }

  .offset-xxlt-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxlt-5 {
    margin-left: 50%;
  }

  .offset-xxlt-6 {
    margin-left: 60%;
  }

  .offset-xxlt-7 {
    margin-left: 70%;
  }

  .offset-xxlt-8 {
    margin-left: 80%;
  }

  .offset-xxlt-9 {
    margin-left: 90%;
  }

  .order-t-xxl-first {
    order: -1;
  }

  .order-t-xxl-0 {
    order: 0;
  }

  .order-t-xxl-1 {
    order: 1;
  }

  .order-t-xxl-2 {
    order: 2;
  }

  .order-t-xxl-3 {
    order: 3;
  }

  .order-t-xxl-4 {
    order: 4;
  }

  .order-t-xxl-5 {
    order: 5;
  }

  .order-t-xxl-last {
    order: 6;
  }
}

nav {
  z-index: 9999;
}

.navbar {
  z-index: 9999;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 85px;
  max-height: 90px;
  margin-top: 0;
  top: 0;
  background-color: transparent;
  padding: 20px 15px;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar .navbar-collapse {
  position: relative;
  display: block;
  flex-basis: auto;
  background-color: transparent;
  flex-grow: 1;
}

.navbar .navbar-collapse .close-btn {
  display: none;
  border: none;
  outline: none;
  padding: 0;
}

.navbar .navbar-collapse .close-btn .close-cross {
  display: none;
  position: relative;
  width: 51px;
  height: 51px;
  cursor: pointer;
  z-index: 999;
  background-color: #222;
  transition: color 0.3s, background-color 0.3s;
}

.navbar .navbar-collapse .close-btn .close-cross:before,
.navbar .navbar-collapse .close-btn .close-cross:after {
  content: '';
  width: 2px;
  height: 25px;
  background: #fff;
  opacity: 1;
  display: block;
  position: relative;
  left: 47%;
  transition: color 0.3s, background-color 0.3s;
}

.navbar .navbar-collapse .close-btn .close-cross:before {
  top: 25%;
  transform: rotate(-45deg);
}

.navbar .navbar-collapse .close-btn .close-cross:after {
  top: -25%;
  transform: rotate(45deg);
}

.navbar .navbar-collapse .close-btn .close-cross:hover {
  background: #333;
}

.navbar .navbar-collapse .close-btn .close-cross:hover:after,
.navbar .navbar-collapse .close-btn .close-cross:hover:before {
  background: #DC0923;
}

.navbar .navbar-collapse ul.navbar-nav {
  position: relative;
  display: flex;
  flex-direction: row;
  padding: 0 15px;
  background-color: transparent;
}

.navbar .navbar-collapse ul.navbar-nav li.nav-item {
  position: relative;
  display: inline-block;
  padding: 0;
  list-style: none;
  background-color: transparent;
  transition: color 0.3s, background-color 0.3s;
}

.navbar .navbar-collapse ul.navbar-nav li.nav-item.btn-nav-item {
  display: none;
}

.navbar .navbar-collapse ul.navbar-nav li.nav-item a,
.navbar .navbar-collapse ul.navbar-nav li.nav-item span {
  position: relative;
  display: inline-block;
  padding: 0 35px;
  width: 100%;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s, background-color 0.3s;
}

.navbar .navbar-collapse ul.navbar-nav li.nav-item:hover {
  background-color: transparent;
}

.navbar .navbar-collapse ul.navbar-nav li.nav-item:hover a,
.navbar .navbar-collapse ul.navbar-nav li.nav-item:hover span {
  text-decoration: none;
  color: #DC0923;
}

@media (max-width: 991px) {
  .navbar-expand-lg .navbar-collapse,
  .navbar-expand-xl .navbar-collapse,
  .navbar-expand-xxl .navbar-collapse {
    top: 0;
    right: 0;
    position: fixed;
    height: 100%;
    min-width: 33%;
    width: auto;
    background-color: #222;
    padding: 30px 30px;
  }

  .navbar-expand-lg .navbar-collapse .close-btn,
  .navbar-expand-lg .navbar-collapse .close-btn .close-cross,
  .navbar-expand-xl .navbar-collapse .close-btn,
  .navbar-expand-xl .navbar-collapse .close-btn .close-cross,
  .navbar-expand-xxl .navbar-collapse .close-btn,
  .navbar-expand-xxl .navbar-collapse .close-btn .close-cross {
    display: block;
  }

  .navbar-expand-lg .navbar-collapse ul.navbar-nav,
  .navbar-expand-xl .navbar-collapse ul.navbar-nav,
  .navbar-expand-xxl .navbar-collapse ul.navbar-nav {
    flex-direction: column;
    padding: 20px 0;
    background-color: transparent;
  }

  .navbar-expand-lg .navbar-collapse ul.navbar-nav li.nav-item,
  .navbar-expand-xl .navbar-collapse ul.navbar-nav li.nav-item,
  .navbar-expand-xxl .navbar-collapse ul.navbar-nav li.nav-item {
    padding: 0;
    list-style: none;
    width: auto;
    height: 74px;
    background-color: transparent;
  }

  .navbar-expand-lg .navbar-collapse ul.navbar-nav li.nav-item.btn-nav-item,
  .navbar-expand-xl .navbar-collapse ul.navbar-nav li.nav-item.btn-nav-item,
  .navbar-expand-xxl .navbar-collapse ul.navbar-nav li.nav-item.btn-nav-item {
    display: list-item;
  }

  .navbar-expand-lg .navbar-collapse ul.navbar-nav li.nav-item div.btn-custom,
  .navbar-expand-xl .navbar-collapse ul.navbar-nav li.nav-item div.btn-custom,
  .navbar-expand-xxl .navbar-collapse ul.navbar-nav li.nav-item div.btn-custom {
    height: auto;
  }

  .navbar-expand-lg .navbar-collapse ul.navbar-nav li.nav-item a,
  .navbar-expand-lg .navbar-collapse ul.navbar-nav li.nav-item span,
  .navbar-expand-xl .navbar-collapse ul.navbar-nav li.nav-item a,
  .navbar-expand-xl .navbar-collapse ul.navbar-nav li.nav-item span,
  .navbar-expand-xxl .navbar-collapse ul.navbar-nav li.nav-item a,
  .navbar-expand-xxl .navbar-collapse ul.navbar-nav li.nav-item span {
    width: auto;
    height: auto;
    padding: 10px 15px;
    font-size: 36px;
    color: #fff;
    top: auto;
    transform: none;
  }

  .navbar-expand-lg .navbar-collapse ul.navbar-nav li.nav-item a.long,
  .navbar-expand-lg .navbar-collapse ul.navbar-nav li.nav-item span.long,
  .navbar-expand-xl .navbar-collapse ul.navbar-nav li.nav-item a.long,
  .navbar-expand-xl .navbar-collapse ul.navbar-nav li.nav-item span.long,
  .navbar-expand-xxl .navbar-collapse ul.navbar-nav li.nav-item a.long,
  .navbar-expand-xxl .navbar-collapse ul.navbar-nav li.nav-item span.long {
    font-size: 20px;
  }

  .navbar-expand-lg .navbar-collapse ul.navbar-nav li.nav-item:not(:nth-last-child(1)):after,
  .navbar-expand-xl .navbar-collapse ul.navbar-nav li.nav-item:not(:nth-last-child(1)):after,
  .navbar-expand-xxl .navbar-collapse ul.navbar-nav li.nav-item:not(:nth-last-child(1)):after {
    content: '';
    margin: 0;
    width: 100%;
    height: 1px;
    background: #333;
    opacity: 1;
    display: block;
    position: relative;
    transition: color 0.3s, background-color 0.3s;
  }

  .navbar-expand-lg .navbar-collapse ul.navbar-nav li.nav-item:hover,
  .navbar-expand-xl .navbar-collapse ul.navbar-nav li.nav-item:hover,
  .navbar-expand-xxl .navbar-collapse ul.navbar-nav li.nav-item:hover {
    background-color: #333;
  }

  .navbar-expand-lg .navbar-collapse ul.navbar-nav li.nav-item:hover a,
  .navbar-expand-lg .navbar-collapse ul.navbar-nav li.nav-item:hover span,
  .navbar-expand-xl .navbar-collapse ul.navbar-nav li.nav-item:hover a,
  .navbar-expand-xl .navbar-collapse ul.navbar-nav li.nav-item:hover span,
  .navbar-expand-xxl .navbar-collapse ul.navbar-nav li.nav-item:hover a,
  .navbar-expand-xxl .navbar-collapse ul.navbar-nav li.nav-item:hover span {
    color: #DC0923;
  }
}

.navbar .container {
  margin: 0 auto;
}

.nav-item a {
  transition: color 0.3s, background-color 0.3s;
}

@media (min-width: 1500px) {
  .navbar .container {
    max-width: 1410px;
  }
}

.navbar {
  margin: 0;
  top: 0;
}

.primary-menu {
  position: fixed;
  z-index: 998;
  width: 100%;
  background-color: white;
  top: 0px !important;
  max-width: 2200px;
}

@media (min-width: 992px) {
  li.nav-item a {
    padding: 0 20px;
  }
}

@media (min-width: 1280px) {
  li.nav-item a {
    padding: 0 35px;
  }
}

@media (min-width: 1460px) {
  .navbar.container {
    max-width: 1410px;
  }
}

.navbar-collapse button {
  font-size: 50px;
  color: white;
  outline: none;
}

.navbar-collapse.collapsing {
  right: -75%;
  transition: height 0s ease;
}

.navbar-collapse.show {
  right: 0;
  z-index: 9999;
  transition: right 300ms ease-in-out;
}

.navbar-toggler.collapsed ~ .navbar-collapse {
  transition: right 500ms ease-in-out;
}

.navbar-toggler {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 2px solid #fff;
  padding: 0 10px;
  outline: none;
  right: 0;
  margin-left: auto;
  background-color: transparent;
}

.navbar-toggler:focus {
  outline: none;
}

.navbar-line {
  position: relative;
  display: block;
  width: 1.5em;
  border: 1px solid #fff;
  margin: 0 auto 5px;
}

.navbar-line:first-child {
  margin-top: 5px;
}

.collapse:not(.show) {
  display: none;
}

/*
.navi-contact-btn {
  background-color: #054CA3;
  padding: 15px 40px;
  border-radius: 25px;
  color: #fff;
  transition: color 0.3s, background-color 0.3s;
}

.navi-contact-btn:hover {
  background-color: #F8DD00;
}
*/

/* Custom button with navbar respecting feature (optional) */

/* Disables button's styling if it is part of a collapsed navbar - prevent this from happening by adding "no-nav" class to "btn-custom" */

.btn-custom {
  cursor: pointer;
}

:not(.navbar) .btn-custom,
.btn-custom.no-nav {
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  color: #DC0923;
  border: 1px solid #DC0923;
  transition: all 0.3s;
}

:not(.navbar) .btn-custom a,
:not(.navbar) .btn-custom span,
.btn-custom.no-nav a,
.btn-custom.no-nav span {
  color: #DC0923;
  position: relative;
  transition: all 0.3s;
}

:not(.navbar) .btn-custom.btn-custom-style,
.btn-custom.no-nav.btn-custom-style {
  background-color: transparent;
  border: 1px solid #DC0923;
  padding: 15px 40px;
  transition: all 0.3s;
}

:not(.navbar) .btn-custom.btn-custom-style a,
:not(.navbar) .btn-custom.btn-custom-style span,
.btn-custom.no-nav.btn-custom-style a,
.btn-custom.no-nav.btn-custom-style span {
  color: #DC0923;
  transition: all 0.3s;
}

:not(.navbar) .btn-custom.btn-round-shape,
.btn-custom.no-nav.btn-round-shape {
  border-radius: 25px;
}

:not(.navbar) .btn-custom.btn-circle-shape,
.btn-custom.no-nav.btn-circle-shape {
  border-radius: 50%;
}

:not(.navbar) .btn-custom.btn-in,
.btn-custom.no-nav.btn-in {
  background-color: #fff;
}

:not(.navbar) .btn-custom.btn-out,
.btn-custom.no-nav.btn-out {
  border: 1px solid #000;
}

:not(.navbar) .btn-custom:hover,
.btn-custom.no-nav:hover {
  background-color: #000;
  color: #fff;
}

:not(.navbar) .btn-custom:hover a,
:not(.navbar) .btn-custom:hover span,
.btn-custom.no-nav:hover a,
.btn-custom.no-nav:hover span {
  color: #fff;
}

:not(.navbar) .btn-custom:hover.btn-custom-style,
.btn-custom.no-nav:hover.btn-custom-style {
  background-color: #DC0923;
}

:not(.navbar) .btn-custom:hover.btn-custom-style a,
:not(.navbar) .btn-custom:hover.btn-custom-style span,
.btn-custom.no-nav:hover.btn-custom-style a,
.btn-custom.no-nav:hover.btn-custom-style span {
  color: #fff;
  transition: all 0.3s;
}

:not(.navbar) .btn-custom:hover.btn-in,
.btn-custom.no-nav:hover.btn-in {
  background-color: #000;
}

:not(.navbar) .btn-custom:hover.btn-out,
.btn-custom.no-nav:hover.btn-out {
  border: 1px solid #fff;
}

@media (max-width: 991px) {
  .navbar .btn-custom:not(.no-nav) {
    background-color: transparent;
    border: none;
    padding: 0;
  }

  .navbar .btn-custom:not(.no-nav):hover {
    background-color: transparent;
    border: none;
    padding: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .btn-custom {
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    color: #DC0923;
    border: 1px solid #DC0923;
    transition: all 0.3s;
  }

  .navbar-expand-lg .btn-custom a,
  .navbar-expand-lg .btn-custom span {
    color: #DC0923;
    position: relative;
    transition: all 0.3s;
  }

  .navbar-expand-lg .btn-custom.btn-custom-style {
    background-color: transparent;
    border: 1px solid #fff;
    padding: 15px 40px;
    transition: all 0.3s;
  }

  .navbar-expand-lg .btn-custom.btn-custom-style a,
  .navbar-expand-lg .btn-custom.btn-custom-style span {
    color: #fff;
    transition: all 0.3s;
  }

  .navbar-expand-lg .btn-custom.btn-round-shape {
    border-radius: 25px;
  }

  .navbar-expand-lg .btn-custom.btn-circle-shape {
    border-radius: 50%;
  }

  .navbar-expand-lg .btn-custom.btn-in {
    background-color: #fff;
  }

  .navbar-expand-lg .btn-custom.btn-out {
    border: 1px solid #000;
  }

  .navbar-expand-lg .btn-custom:hover {
    background-color: #000;
    color: #fff;
  }

  .navbar-expand-lg .btn-custom:hover a,
  .navbar-expand-lg .btn-custom:hover span {
    color: #fff;
  }

  .navbar-expand-lg .btn-custom:hover.btn-custom-style {
    background-color: #DC0923;
  }

  .navbar-expand-lg .btn-custom:hover.btn-custom-style a,
  .navbar-expand-lg .btn-custom:hover.btn-custom-style span {
    color: #fff;
    transition: all 0.3s;
  }

  .navbar-expand-lg .btn-custom:hover.btn-in {
    background-color: #000;
  }

  .navbar-expand-lg .btn-custom:hover.btn-out {
    border: 1px solid #fff;
  }

  .navbar-expand-lg .navbar-collapse ul.navbar-nav li.nav-item .btn-custom {
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    color: #000;
    transition: all 0.3s;
  }

  .navbar-expand-lg .navbar-collapse ul.navbar-nav li.nav-item .btn-custom a,
  .navbar-expand-lg .navbar-collapse ul.navbar-nav li.nav-item .btn-custom span {
    color: #000;
    position: relative;
    transition: all 0.3s;
  }

  .navbar-expand-lg .navbar-collapse ul.navbar-nav li.nav-item .btn-custom.btn-custom-style {
    background-color: transparent;
    border: 1px solid #fff;
    padding: 15px 40px;
    transition: all 0.3s;
  }

  .navbar-expand-lg .navbar-collapse ul.navbar-nav li.nav-item .btn-custom.btn-custom-style a,
  .navbar-expand-lg .navbar-collapse ul.navbar-nav li.nav-item .btn-custom.btn-custom-style span {
    color: #fff;
    transition: all 0.3s;
  }

  .navbar-expand-lg .navbar-collapse ul.navbar-nav li.nav-item .btn-custom.btn-round-shape {
    border-radius: 25px;
  }

  .navbar-expand-lg .navbar-collapse ul.navbar-nav li.nav-item .btn-custom.btn-circle-shape {
    border-radius: 50%;
  }

  .navbar-expand-lg .navbar-collapse ul.navbar-nav li.nav-item .btn-custom.btn-in {
    background-color: #fff;
  }

  .navbar-expand-lg .navbar-collapse ul.navbar-nav li.nav-item .btn-custom.btn-out {
    border: 1px solid #000;
  }

  .navbar-expand-lg .navbar-collapse ul.navbar-nav li.nav-item .btn-custom:hover {
    background-color: #000;
    color: #fff;
  }

  .navbar-expand-lg .navbar-collapse ul.navbar-nav li.nav-item .btn-custom:hover a,
  .navbar-expand-lg .navbar-collapse ul.navbar-nav li.nav-item .btn-custom:hover span {
    color: #fff;
  }

  .navbar-expand-lg .navbar-collapse ul.navbar-nav li.nav-item .btn-custom:hover.btn-custom-style {
    background-color: #DC0923;
  }

  .navbar-expand-lg .navbar-collapse ul.navbar-nav li.nav-item .btn-custom:hover.btn-custom-style a,
  .navbar-expand-lg .navbar-collapse ul.navbar-nav li.nav-item .btn-custom:hover.btn-custom-style span {
    color: #fff;
    transition: all 0.3s;
  }

  .navbar-expand-lg .navbar-collapse ul.navbar-nav li.nav-item .btn-custom:hover.btn-in {
    background-color: #000;
  }

  .navbar-expand-lg .navbar-collapse ul.navbar-nav li.nav-item .btn-custom:hover.btn-out {
    border: 1px solid #fff;
  }
}

.modal {
  z-index: 9999;
}

.order-modal,
.contact-modal {
  width: 100%;
  height: 100%;
  background-color: #000;
}

.order-modal .modal-part,
.contact-modal .modal-part {
  border: none;
}

.order-modal .modal-dialog,
.contact-modal .modal-dialog {
  width: 93%;
  max-width: 750px;
  margin: 60px auto 40px;
}

.order-modal .modal-dialog .modal-content,
.contact-modal .modal-dialog .modal-content {
  background-color: #000;
}

.order-modal .modal-dialog .modal-content .modal-header .modal-title,
.contact-modal .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 48px;
}

.order-modal .modal-dialog .modal-content .modal-header .close-btn,
.contact-modal .modal-dialog .modal-content .modal-header .close-btn {
  border: none;
  outline: none;
  padding: 0;
  background-color: #000;
  cursor: pointer;
  z-index: 9999;
}

.order-modal .modal-dialog .modal-content .modal-header .close-btn .close-cross,
.contact-modal .modal-dialog .modal-content .modal-header .close-btn .close-cross {
  display: block;
  position: relative;
  width: 51px;
  height: 51px;
  background: #000;
  cursor: pointer;
  z-index: 999;
  transition: all 0.3s;
}

.order-modal .modal-dialog .modal-content .modal-header .close-btn .close-cross:before,
.contact-modal .modal-dialog .modal-content .modal-header .close-btn .close-cross:before {
  top: 25%;
  transform: rotate(-45deg);
}

.order-modal .modal-dialog .modal-content .modal-header .close-btn .close-cross:after,
.contact-modal .modal-dialog .modal-content .modal-header .close-btn .close-cross:after {
  top: -25%;
  transform: rotate(45deg);
}

.order-modal .modal-dialog .modal-content .modal-header .close-btn .close-cross:after,
.order-modal .modal-dialog .modal-content .modal-header .close-btn .close-cross:before,
.contact-modal .modal-dialog .modal-content .modal-header .close-btn .close-cross:after,
.contact-modal .modal-dialog .modal-content .modal-header .close-btn .close-cross:before {
  content: '';
  width: 2px;
  height: 25px;
  background: #A8A8A8;
  opacity: 1;
  display: block;
  position: relative;
  left: 47%;
  transition: all 0.3s;
}

.order-modal .modal-dialog .modal-content .modal-header .close-btn .close-cross:after:hover,
.order-modal .modal-dialog .modal-content .modal-header .close-btn .close-cross:before:hover,
.contact-modal .modal-dialog .modal-content .modal-header .close-btn .close-cross:after:hover,
.contact-modal .modal-dialog .modal-content .modal-header .close-btn .close-cross:before:hover {
  background: #fff;
}

.order-modal .modal-dialog .modal-content form .modal-body div#errorDiv,
.contact-modal .modal-dialog .modal-content form .modal-body div#errorDiv {
  color: #DC0923;
  font-size: 16px;
  padding: 20px 0;
}

.order-modal .modal-dialog .modal-content form .modal-body .form-section .form-group .error,
.contact-modal .modal-dialog .modal-content form .modal-body .form-section .form-group .error {
  color: #DC0923;
  font-size: 16px;
}

.order-modal .modal-dialog .modal-content form .modal-body label,
.contact-modal .modal-dialog .modal-content form .modal-body label {
  font-size: 16px;
  color: #fff;
}

.order-modal .modal-dialog .modal-content form .modal-body input:focus,
.order-modal .modal-dialog .modal-content form .modal-body textarea:focus,
.contact-modal .modal-dialog .modal-content form .modal-body input:focus,
.contact-modal .modal-dialog .modal-content form .modal-body textarea:focus {
  outline-color: #DC0923;
}

.order-modal .modal-dialog .modal-content form .modal-body input:-internal-autofill-selected,
.contact-modal .modal-dialog .modal-content form .modal-body input:-internal-autofill-selected {
  background-color: transparent !important;
}

.order-modal .modal-dialog .modal-content form .modal-body input,
.order-modal .modal-dialog .modal-content form .modal-body textarea,
.contact-modal .modal-dialog .modal-content form .modal-body input,
.contact-modal .modal-dialog .modal-content form .modal-body textarea {
  font-size: 14px;
  color: #fff;
  background-color: #000;
  border: 1px solid #8e8585;
}

.order-modal .modal-dialog .modal-content form .modal-body input,
.contact-modal .modal-dialog .modal-content form .modal-body input {
  height: 53px;
  width: 100%;
}

.order-modal .modal-dialog .modal-content form .modal-body textarea,
.contact-modal .modal-dialog .modal-content form .modal-body textarea {
  height: 278px;
  width: 100%;
}

.order-modal .modal-dialog .modal-content form .modal-body p.requirements,
.contact-modal .modal-dialog .modal-content form .modal-body p.requirements {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}

.order-modal .modal-dialog .modal-content form .modal-footer .btn-block,
.contact-modal .modal-dialog .modal-content form .modal-footer .btn-block {
  width: auto;
  margin: 0 auto;
}

.order-modal .modal-dialog .modal-content form .modal-footer .btn-block .order-contact-btn,
.contact-modal .modal-dialog .modal-content form .modal-footer .btn-block .order-contact-btn {
  outline: none;
}

.order-modal .modal-dialog .modal-content form .modal-footer .btn-block .order-contact-btn:active,
.order-modal .modal-dialog .modal-content form .modal-footer .btn-block .order-contact-btn:hover,
.order-modal .modal-dialog .modal-content form .modal-footer .btn-block .order-contact-btn:focus,
.contact-modal .modal-dialog .modal-content form .modal-footer .btn-block .order-contact-btn:active,
.contact-modal .modal-dialog .modal-content form .modal-footer .btn-block .order-contact-btn:hover,
.contact-modal .modal-dialog .modal-content form .modal-footer .btn-block .order-contact-btn:focus {
  outline: none;
}

.order-modal .modal-dialog .modal-content form .modal-footer input,
.contact-modal .modal-dialog .modal-content form .modal-footer input {
  font-size: 16px;
}

img {
  width: 100%;
  height: 100%;
}

img .auto {
  width: auto;
  height: auto;
}

img .w-auto {
  width: auto;
  height: 100%;
}

img .h-auto {
  width: auto;
  height: 100%;
}

img .ar-1-1 {
  width: 100%;
  height: auto;
  padding-top: 100%;
}

img .ar-16-9 {
  width: 100%;
  height: auto;
  padding-top: 56.25%;
}

img .ar-4-3 {
  width: 100%;
  height: auto;
  padding-top: 75%;
}

/* Most used properites - default */

* {
  font-family: "Poppins";
}

body {
  background-color: #000;
  max-width: 1920px;
  margin: 0 auto;
}

span,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
}

html {
  scroll-behavior: smooth;
}

.text-dec-none {
  text-decoration: none;
}

.text-dec-under {
  text-decoration: underline;
}

a .text-dec-none,
a:hover .text-dec-none,
a:active .text-dec-none,
a:focus .text-dec-none,
a:link .text-dec-none,
a:visited .text-dec-none {
  text-decoration: none;
}

a .text-dec-under,
a:hover .text-dec-under,
a:active .text-dec-under,
a:focus .text-dec-under,
a:link .text-dec-under,
a:visited .text-dec-under {
  text-decoration: underline;
}

a .text-a-dec-none {
  text-decoration: none;
}

a .text-a-dec-under {
  text-decoration: underline;
}

a:hover .text-ac-dec-none,
a:active .text-ac-dec-none,
a:focus .text-ac-dec-none {
  text-decoration: none;
}

a:hover .text-ac-dec-under,
a:active .text-ac-dec-under,
a:focus .text-ac-dec-under {
  text-decoration: underline;
}

a .text-un-dec-none,
a:link .text-un-dec-none,
a:visited .text-un-dec-none {
  text-decoration: none;
}

a .text-un-dec-under,
a:link .text-un-dec-under,
a:visited .text-un-dec-under {
  text-decoration: underline;
}

a:active .text-aa-dec-none {
  text-decoration: none;
}

a:active .text-aa-dec-under {
  text-decoration: underline;
}

a:hover .text-ah-dec-none {
  text-decoration: none;
}

a:hover .text-ah-dec-under {
  text-decoration: underline;
}

a:focus .text-af-dec-none {
  text-decoration: none;
}

a:focus .text-af-dec-under {
  text-decoration: underline;
}

a:link .text-al-dec-none {
  text-decoration: none;
}

a:link .text-al-dec-under {
  text-decoration: underline;
}

a:visited .text-av-dec-none {
  text-decoration: none;
}

a:visited .text-av-dec-under {
  text-decoration: underline;
}

.bg-transparent {
  background-color: transparent;
}

.border-none {
  border: none;
}

.outline-none {
  outline: none;
}

.pos-xy-c {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pos-x-c {
  left: 50%;
  transform: translateX(-50%);
}

.pos-y-c {
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 576px) {
  .bg-sm-transparent {
    background-color: transparent;
  }

  .border-sm-none {
    border: none;
  }

  .outline-sm-none {
    outline: none;
  }

  .pos-sm-xy-c {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .pos-sm-x-c {
    left: 50%;
    transform: translateX(-50%);
  }

  .pos-sm-y-c {
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (min-width: 768px) {
  .bg-md-transparent {
    background-color: transparent;
  }

  .border-md-none {
    border: none;
  }

  .outline-md-none {
    outline: none;
  }

  .pos-md-xy-c {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .pos-md-x-c {
    left: 50%;
    transform: translateX(-50%);
  }

  .pos-md-y-c {
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (min-width: 992px) {
  .bg-lg-transparent {
    background-color: transparent;
  }

  .border-lg-none {
    border: none;
  }

  .outline-lg-none {
    outline: none;
  }

  .pos-lg-xy-c {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .pos-lg-x-c {
    left: 50%;
    transform: translateX(-50%);
  }

  .pos-lg-y-c {
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (min-width: 1280px) {
  .bg-xl-transparent {
    background-color: transparent;
  }

  .border-xl-none {
    border: none;
  }

  .outline-xl-none {
    outline: none;
  }

  .pos-xl-xy-c {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .pos-xl-x-c {
    left: 50%;
    transform: translateX(-50%);
  }

  .pos-xl-y-c {
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (min-width: 1400px) {
  .bg-xxl-transparent {
    background-color: transparent;
  }

  .border-xxl-none {
    border: none;
  }

  .outline-xxl-none {
    outline: none;
  }

  .pos-xxl-xy-c {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .pos-xxl-x-c {
    left: 50%;
    transform: translateX(-50%);
  }

  .pos-xxl-y-c {
    top: 50%;
    transform: translateY(-50%);
  }
}

.footer-part {
  background-color: #000;
  padding: 20px 0 0;
}

.footer-logo {
  /*
  color: #25468F;
  font-size: 28px;
  line-height: 33px;
  font-weight: 700;
  */
  max-width: 160px;
  height: auto;
  margin: 30px 0;
}

.footer-logo img {
  width: 100%;
  height: 100%;
}

.footer-par {
  color: #8e8585;
  font-size: 16px;
  line-height: 27px;
}

.footer-contact-group {
  padding: 0;
}

.footer-contact-group i {
  color: #DC0923;
  padding-right: 6px;
}

.footer-contact-group .footer-par {
  color: #DC0923;
  padding-left: 22px;
  margin: 0;
}

.footer-contact-group a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}

.footer-contact-group a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-link {
  font-size: 12px;
  line-height: 27px;
  font-weight: 600;
  margin: 0;
  text-decoration: none;
  transition: all 0.3s;
}

.foreground-group .footer-link {
  color: #8e8585;
}

.footer-link-maps {
  color: #8e8585;
}

.footer-link-maps:hover {
  color: #8e8585;
  text-decoration: underline;
}

.footer-line {
  border: 1px solid #8e8585;
  margin-left: 0;
  margin-right: 0;
  width: calc(100% - 2px);
}

.foreground-link,
.foreground-link:link,
.foreground-link:visited {
  background: linear-gradient(to right, #252525 0%, #8e8585 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  line-height: 20px;
}

.footer-heading {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .footer-group {
    padding: 10px 0;
  }

  .footer-logo {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 1280px) {
  .footer-heading {
    font-size: 20px;
    line-height: 22px;
  }
}

.banner-product-section {
  padding: 25px 0 0;
}

.banner-product-group {
  padding: 0;
}

.banner-text-group {
  position: relative;
}

.banner-text-heading {
  font-size: 54px;
  line-height: 61px;
  text-align: left;
}

.banner-text-heading-w {
  color: #FAFAFA;
}

.banner-text-heading-r {
  color: #DC0923;
}

.banner-text-heading-line {
  border: 3px solid #DC0923;
  width: 90px;
  margin: 30px auto 30px 0;
}

.banner-text-par {
  color: #909090;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .banner-product-group {
    padding: 50px 0;
  }
}

@media (min-width: 1600px) {
  .product-section .container {
    max-width: 1520px;
  }
}

.specs-section {
  background-color: #14141A;
  padding: 50px 0 0;
}

.specs-section .specs-col {
  padding: 0;
  margin-bottom: 50px;
}

.specs-group {
  background-color: #000;
  padding: 65px 15px;
  border-radius: 30px;
  height: 100%;
}

.specs-heading {
  color: #fff;
  font-size: 26px;
  line-height: 39px;
  text-align: left;
}

.specs-heading:not(.interest-card) {
  font-weight: 700;
}

.specs-group {
  position: relative;
  width: 100%;
  height: 100%;
}

.specs-group.specs-pres {
  background-size: cover;
  display: flex;
  position: relative;
}

.specs-group.specs-pres:before {
  content: "";
  position: absolute;
  border-radius: 0 0 30px 30px;
  height: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #DC0923;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: all 0.3s;
}

.specs-group.specs-pres:hover:before {
  z-index: 0;
  transform: scaleY(1);
}

.specs-group .specs-pres {
  position: relative;
  height: calc(50% + 65px);
  bottom: -40px;
  margin-top: auto;
}

.specs-group .specs-pres .row {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.specs-group .specs-pres .jumbo-button {
  top: 25%;
  transform: translateY(-25%);
  right: 0;
  margin-left: auto;
}

.specs-col ul {
  padding-left: 17px;
}

.specs-col ul li {
  color: #909090;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  list-style: none;
}

.specs-col ul li::before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #DC0923;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}

.specs-col .specs-heading:not(:first-child) {
  margin-top: 75px;
}

.specs-download,
.specs-download:link,
.specs-download:visited {
  color: #909090;
  text-decoration: underline;
}

.specs-download:hover,
.specs-download:active,
.specs-download:focus {
  color: #DC0923;
}

@media (max-width: 575px) {
  .specs-section .specs-col {
    padding: 0 15px;
  }
}

@media (min-width: 576px) {
  .specs-group {
    padding: 65px 50px;
  }
}

@media (min-width: 768px) {
  .specs-section .specs-col {
    padding: 0 15px;
  }

  .specs-group.specs-pres:before {
    height: 33%;
  }

  .specs-group .specs-pres {
    height: calc(33% + 43px);
    bottom: -65px;
  }
}

@media (min-width: 992px) {
  .specs-section .specs-col {
    padding: 0 15px;
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .specs-group .specs-pres .jumbo-button {
    margin: 0 auto;
  }
}

* {
  font-family: "Poppins";
}

body {
  max-width: 2200px;
  margin: 0 auto;
}

:root {
  --max_cont_width: 100%;
  --res_marg: calc(calc(calc(100vw - var(--max_cont_width)) / 2) + 15px);
}

@media (min-width: 576px) {
  :root {
    --max_cont_width: 540px;
    --res_marg: calc(calc(calc(100vw - var(--max_cont_width)) / 2) + 15px);
  }
}

@media (min-width: 768px) {
  :root {
    --max_cont_width: 720px;
    --res_marg: calc(calc(calc(100vw - var(--max_cont_width)) / 2) + 15px);
  }
}

@media (min-width: 992px) {
  :root {
    --max_cont_width: 960px;
    --res_marg: calc(calc(calc(100vw - var(--max_cont_width)) / 2) + 15px);
  }
}

@media (min-width: 1280px) {
  :root {
    --max_cont_width: 1140px;
    --res_marg: calc(calc(calc(100vw - var(--max_cont_width)) / 2) + 15px);
  }
}

@media (min-width: 1400px) {
  :root {
    --max_cont_width: 1320px;
    --res_marg: calc(calc(calc(100vw - var(--max_cont_width)) / 2) + 15px);
  }
}

body {
  background-color: #000;
}

.bold {
  font-weight: bold;
}

span,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
}

section#product-part {
  overflow-x: hidden;
}

section {
  padding: 120px 0;
}

main {
  position: relative;
}

.main-bg-img {
  left: 0;
  top: 0;
  width: 100%;
  max-width: 2200px;
  margin: 0 auto;
  height: auto;
  filter: brightness(50%);
}

.main-bg-img img {
  width: 100%;
  height: 100%;
}

.heading-group {
  width: 100%;
  padding: 0 15px;
}

.heading-info {
  font-size: 14px;
  line-height: 24px;
  color: #FAFAFA;
}

.heading-desc {
  font-size: 50px;
  line-height: 50px;
  color: #DC0923;
  margin-top: 30px;
  margin-bottom: 30px;
}

.heading-par {
  font-size: 22px;
  line-height: 32px;
  color: #909090;
}

.section-about {
  background-color: #14141A;
}

.product-jumbo {
  position: relative;
  padding: 50px 15px;
  text-align: left;
  margin-bottom: 100px;
}

.product-jumbo.jumbo-r {
  background-color: #2C2C3D;
}

.product-jumbo.jumbo-r .jumbo-text {
  color: #80809A;
}

.product-jumbo.jumbo-l {
  background-color: #DC0923;
}

.product-jumbo.jumbo-l .jumbo-text {
  color: #fff;
}

.jumbo-title {
  font-size: 54px;
  line-height: 81px;
  color: #fff;
}

.jumbo-title-line {
  border: 3px solid #FFFFFF;
  width: 90px;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: auto;
}

.jumbo-text {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
}

.jumbo-img {
  position: relative;
  height: 250px;
  width: auto;
  margin: 0 auto;
}

.jumbo-img img {
  width: 100%;
  height: 100%;
}

.jumbo-button {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.3s;
}

.jumbo-button i {
  font-size: 17px;
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}

.product-jumbo:hover {
  text-decoration: none;
}

.product-jumbo:hover .jumbo-button {
  box-shadow: 0 0 30px #fff;
}

.product-jumbo:hover .jumbo-button i {
  top: 50%;
  left: 65%;
  transform: translate(-65%, -50%);
}

.dev-effect {
  display: block;
}

.dev-info-group {
  background-color: #000;
  padding: 50px 15px;
  margin: 20px 0;
  text-align: left;
  box-shadow: 0px 0px 99px #90909063;
}

.dev-info-group .dev-effect {
  height: 185%;
  width: 100%;
}

.dev-info-heading {
  font-size: 44px;
  line-height: 65px;
  color: #FFFFFF;
}

.dev-info-text {
  font-size: 16px;
  line-height: 26px;
  color: #909090;
  margin-bottom: 30px;
}

.dev-info-button a,
.dev-info-button a:link,
.dev-info-button a:visited {
  font-size: 16px;
  line-height: 24px;
  color: #DC0923;
}

.dev-info-button a:hover,
.dev-info-button a:active,
.dev-info-button a:focus {
  font-size: 16.5px;
  line-height: 24px;
  color: #DC0923;
}

.about-group {
  width: 100%;
}

.about-text-group {
  width: 100%;
}

.about-heading-line {
  border: 1px solid #DC0923;
  width: 90px;
  margin-left: 0;
  margin-right: 30px;
}

.about-heading {
  font-size: 14px;
  line-height: 21px;
  color: #DC0923;
}

.about-title {
  font-size: 40px;
  line-height: 60px;
  color: #fff;
}

.about-text {
  font-size: 16px;
  line-height: 26px;
  color: #909090;
}

.swiper-container {
  position: relative;
  width: var(--max_cont_width);
  margin: 50px auto 0;
  height: auto;
  padding: 0 15px 50px;
}

.swiper-pagination-bullet,
.swiper-line {
  align-self: center;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-around;
}

.swiper-wrapper {
  width: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: 100%;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
}

.pagination-buttons {
  background-color: #14141A;
  height: 80px;
  max-width: 100%;
  padding: 20px;
  position: relative;
  bottom: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  border-radius: 41px 41px 0 0;
}

.swiper-pagination-bullet {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #909090;
  opacity: 1;
  background-color: #14141A;
  margin-right: 30px;
}

.swiper-pagination-bullet:nth-last-child(1) {
  margin-right: 0;
}

.swiper-pagination-bullet-active {
  color: #DC0923;
  border: 1px solid #DC0923;
}

.swiper-line {
  border: 1px solid #909090;
  width: 50px;
  margin-left: 0;
  margin-right: 20px;
}

.brands-heading {
  font-size: 14px;
  line-height: 21px;
  color: #DC0923;
}

.brands-heading-line {
  border: 1px solid #DC0923;
  width: 90px;
  margin-left: 30px;
  margin-right: 0;
}

@media (max-width: 1279px) {
  .brands-img-frame {
    min-width: 33%;
    width: auto;
    height: auto;
    margin: 0 auto;
    text-align: center;
  }

  .brands-img {
    margin-top: 50px;
  }

  .brands-group.container-xl {
    padding: 0 15px;
  }
}

.product-jumbo.jumbo-r .jumbo-img {
  margin-top: -69px;
  width: 206px;
  height: 138px;
}

.product-jumbo.jumbo-l .jumbo-img {
  margin-top: -61px;
  width: 99px;
  height: 122px;
}

@media (min-width: 375px) {
  .product-jumbo.jumbo-r .jumbo-img {
    margin-top: -110px;
    width: 330px;
    height: 220px;
  }

  .product-jumbo.jumbo-l .jumbo-img {
    margin-top: -97px;
    width: 158px;
    height: 195px;
  }
}

@media (min-width: 576px) {
  .product-jumbo.jumbo-r .jumbo-img {
    margin-top: -138px;
    width: 413px;
    height: 276px;
  }

  .product-jumbo.jumbo-l .jumbo-img {
    margin-top: -121px;
    width: 197px;
    height: 243px;
  }
}

@media (min-width: 768px) {
  .swiper-wrapper {
    margin: 0 15px;
  }

  .swiper-container {
    width: 100%;
    padding: 0 0 120px;
  }

  .swiper-slide {
    width: 35.9375%;
    border-radius: 30px;
    margin-right: 30px;
  }

  .swiper-slide:nth-last-child(1) {
    margin-right: 64%;
  }

  .swiper-slide img {
    border-radius: 30px;
  }
}

@media (min-width: 992px) {
  .heading-group {
    margin-left: 20%;
    width: 80%;
    padding: 0;
  }

  .heading-desc {
    font-size: 70px;
    line-height: 70px;
  }

  .about-title {
    font-size: 80px;
    line-height: 120px;
  }

  .product-jumbo {
    margin-bottom: 190px;
  }

  .jumbo-img {
    position: absolute;
    height: 100%;
    width: auto;
    max-width: 100%;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .product-jumbo.jumbo-r {
    right: 0;
    margin-left: auto;
    padding: 65px 12% 40px 12%;
    text-align: right;
    border-radius: 30px 0px 0px 30px;
  }

  .product-jumbo.jumbo-r .jumbo-title-line {
    margin-right: 0;
    margin-left: auto;
  }

  .product-jumbo.jumbo-r .jumbo-button {
    right: 0;
    margin-left: auto;
  }

  .jumbo-r.jumbo-img {
    right: 38%;
  }

  .product-jumbo.jumbo-l {
    left: 0;
    margin-right: auto;
    padding: 65px 12% 40px 12%;
    text-align: left;
    border-radius: 0px 30px 30px 0px;
  }

  .product-jumbo.jumbo-l .jumbo-title-line {
    margin-left: 0;
    margin-right: auto;
  }

  .product-jumbo.jumbo-l .jumbo-button {
    left: 0;
    margin-right: auto;
  }

  .jumbo-l.jumbo-img {
    left: 50%;
  }

  .product-jumbo-section .product-jumbo.jumbo-r {
    min-height: 551px;
  }

  .product-jumbo-section .product-jumbo.jumbo-l {
    min-height: 554px;
  }

  .product-jumbo-section .jumbo-r.jumbo-img {
    width: 620px;
    height: 413px;
  }

  .product-jumbo-section .jumbo-l.jumbo-img {
    width: 296px;
    height: 364px;
  }

  .dev-info-group {
    padding: 50px 150px;
    margin: 20px auto;
    border-radius: 148px;
    text-align: center;
  }

  .dev-info-group .dev-effect {
    height: 200%;
    width: 200%;
  }
}

@media (min-width: 1280px) {
  .product-jumbo.jumbo-r {
    padding: 65px 20% 40px 12%;
  }

  .product-jumbo.jumbo-l {
    padding: 65px 12% 40px 20%;
  }

  .about-text-group {
    margin-left: 15%;
    width: 54%;
  }

  .swiper-wrapper {
    margin-left: calc(15% + 15px);
    margin-right: 0;
  }

  .pagination-buttons {
    height: 80px;
    display: inline-block;
    padding: 20px 30px;
    position: absolute;
    bottom: 118px;
    left: calc(15% - 15px);
    z-index: 1;
    text-align: center;
  }

  .brands-img {
    position: relative;
    height: 100%;
  }

  .brands-heading-group {
    position: relative;
    /*
        top: 50%;
        transform: translateY(-50%);
        */
  }

  .brands-img-frame,
  .brands-img-frame img {
    position: relative;
  }

  .brands-group.container-xl {
    margin-left: calc(15% + 15px);
    margin-right: 0;
    width: calc(100% - calc(15% + 15px));
  }

  .brands-group.container-xl .row {
    display: flex;
    align-items: center;
  }

  .brands-heading-group.brands-parts {
    margin-right: 8.64%;
  }

  .brands-img.brands-parts {
    margin-right: 12%;
  }

  .brands-parts:nth-last-child(1) {
    margin-right: 0;
  }
}

@media (min-width: 1280px) {
  .product-jumbo-section .product-jumbo.jumbo-r {
    min-height: 551px;
  }

  .product-jumbo-section .product-jumbo.jumbo-l {
    min-height: 554px;
  }

  .product-jumbo-section .jumbo-r.jumbo-img {
    width: 826px;
    height: 551px;
  }

  .product-jumbo-section .jumbo-l.jumbo-img {
    width: 394px;
    height: 485px;
  }
}

@media (min-width: 1400px) {
  .product-jumbo-section .product-jumbo.jumbo-r {
    min-height: 551px;
  }

  .product-jumbo-section .product-jumbo.jumbo-l {
    min-height: 554px;
  }

  .product-jumbo-section .jumbo-r.jumbo-img {
    width: 991px;
    height: 661px;
  }

  .product-jumbo-section .jumbo-l.jumbo-img {
    width: 473px;
    height: 582px;
  }
}

.product-jumbo:nth-last-child(1) {
  margin-bottom: 0;
}

.message {
  position: fixed;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
  border: 2px solid #DC0923;
  z-index: 9999;
  padding: 20px;
  border-radius: 10px;
}

.message-fade {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 9998;
  opacity: 0.8;
}

.message p {
  color: #DC0923;
  margin: 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
}

#winpad .product-section {
  padding: 50px 0;
}

#winpad img {
  width: 100%;
  height: 100%;
}

#winpad .text-part {
  padding: 0;
}

#winpad .image-part {
  padding: 0;
}

#winpad .winpad-img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 197px;
  height: 243px;
}

@media (min-width: 768px) {
  #winpad .winpad-img {
    width: 295.5px;
    height: 364px;
  }
}

@media (min-width: 992px) {
  #winpad .product-section {
    padding: 120px 0 90px;
  }

  #winpad .winpad-img {
    width: 394px;
    height: 485px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

#biomodular .product-section {
  padding: 0 0 50px;
}

#biomodular .image-part .col-6 {
  width: 435px;
  height: 921px;
}

#biomodular .picto-line-border {
  position: absolute;
  right: 20px;
}

#biomodular .picto-line {
  position: absolute;
  z-index: -2;
  width: 100%;
  top: 50%;
  bottom: 50%;
  margin: 0;
}

#biomodular .picto,
#biomodular .picto-frame {
  position: relative;
}

#biomodular .picto {
  fill: green;
}

#biomodular .pictos {
  height: 33.33333333333333%;
}

#biomodular .picto-let {
  position: absolute;
  color: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#biomodular .img-picto-desc h4 {
  color: #fff;
  font-size: 10px;
}

#biomodular .img-picto-desc p {
  color: #909090;
  font-size: 10px;
}

#biomodular .model-img {
  display: flex;
  position: relative;
  right: 0;
  margin-left: auto;
  z-index: 9998;
}

#biomodular .pagi-no {
  font-size: 89px;
  color: #14141A;
  margin-bottom: 0;
  height: 100px;
}

#biomodular .pagi-arrow {
  width: 58px;
  height: auto;
  color: #14141A;
  position: relative;
}

#biomodular .pagi-arrow img {
  width: 100%;
  height: 33px;
  position: relative;
  top: 50%;
}

#biomodular .pagi-arrow-next {
  transform: translateY(-50%) rotate(0deg);
}

#biomodular .pagi-arrow-prev {
  transform: translateY(-50%) rotate(180deg);
}

#biomodular .img-lg {
  display: none;
}

#biomodular .img-xl {
  display: none;
}

#biomodular .text-part {
  padding: 0;
}

#biomodular .image-part {
  padding: 0;
}

@media (max-width: 991px) {
  #biomodular .text-part {
    order: 13;
  }

  #biomodular .image-part {
    order: -1;
  }

  #biomodular .model-img {
    width: 218px;
    height: 462px;
  }

  #biomodular .text-col {
    padding: 30px 0;
  }

  #biomodular .picto-line-border {
    width: 140px;
    height: 25px;
  }

  #biomodular .picto,
  #biomodular .picto-frame {
    width: 25px;
    height: 25px;
  }

  #biomodular .picto-let {
    font-size: 12px;
  }

  #biomodular .img {
    display: block;
  }
}

@media (min-width: 992px) {
  #biomodular .text-part {
    order: -1;
  }

  #biomodular .image-part {
    order: 13;
  }

  #biomodular .model-img {
    width: 326px;
    height: 690px;
  }

  #biomodular .img {
    display: none;
  }

  #biomodular .img-lg {
    display: block;
  }

  #biomodular .text-col {
    padding: 65px 0;
  }

  #biomodular .picto,
  #biomodular .picto-frame {
    width: 50px;
    height: 50px;
  }

  #biomodular .picto-line-border {
    width: 225px;
    height: 50px;
  }

  #biomodular .picto-let {
    font-size: 20px;
  }
}

@media (min-width: 1280px) {
  #biomodular .model-img {
    width: 435px;
    height: 921px;
  }

  #biomodular .img-lg {
    display: none;
  }

  #biomodular .img-xl {
    display: block;
  }

  #biomodular .text-col {
    padding: 100px 0;
  }

  #biomodular .img-picto-desc h4 {
    color: #fff;
    font-size: 14px;
  }

  #biomodular .img-picto-desc p {
    color: #909090;
    font-size: 14px;
  }
}

@media (min-width: 1600px) {
  #biomodular .product-section .container {
    max-width: 1520px;
  }

  #biomodular .image-part {
    padding-left: 100px;
  }

  #biomodular .picto-m1 {
    margin-bottom: 10px;
  }
}


/*# sourceMappingURL=main.css.map*/