@charset "UTF-8";

/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
/*!
 * Bootstrap Reboot v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::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: "Muli";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: white;
}

[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;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .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]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):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;
}

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

/*@import "~bootstrap/scss/bootstrap-grid";*/
.fade {
  transition: opacity 0.15s linear;
}

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

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

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

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

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

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

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

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

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

body {
  margin: 0;
  font-family: "Muli";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: white;
}

[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;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .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]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: white;
  border: 1px solid #dee2e6;
  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;
}

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

a>code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
}

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

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

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

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

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

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

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

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

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

.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  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: 1200px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

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

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  appearance: none;
}

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

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

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

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

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

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

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

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

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

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

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

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

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

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

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

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

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

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

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

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

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

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

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

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

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

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

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

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

.btn-warning:focus,
.btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

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

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

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

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

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

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

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

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

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

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

.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

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

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

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

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

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

.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

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

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

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

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

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

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

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

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

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

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

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

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

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

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

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

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

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

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

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

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

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

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

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

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

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

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

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

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

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

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

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

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

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

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

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

.fade {
  transition: opacity 0.15s linear;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

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

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

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

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

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

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

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

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

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

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

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

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

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

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

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

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

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

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

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

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

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

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

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

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

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

.custom-file-input:focus~.custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

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

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

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

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

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px white, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px white, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px white, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-tabs .nav-link {
  border: 1px solid transparent;
}

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

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

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

.nav-tabs .dropdown-menu {
  margin-top: -1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 575.98px) {

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

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

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

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

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

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

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

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

@media (max-width: 767.98px) {

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

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

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

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

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

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

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

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

@media (max-width: 991.98px) {

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

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

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

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

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

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

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

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

@media (max-width: 1199.98px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

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

.card>.list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card>.list-group:first-child {
  border-top-width: 0;
}

.card>.list-group:last-child {
  border-bottom-width: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.accordion>.card {
  overflow: hidden;
}

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

.accordion>.card>.card-header {
  margin-bottom: -1px;
}

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

.breadcrumb-item {
  display: flex;
}

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

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

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

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

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

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

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

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
}

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

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

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

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

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

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

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

.badge:empty {
  display: none;
}

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

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
}

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

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

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

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

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

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

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

a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

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

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

a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

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

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

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

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

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

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

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

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

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

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

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

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

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

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

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

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

.alert-heading {
  color: inherit;
}

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

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

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

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

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

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

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

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

.media-body {
  flex: 1;
}

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-item+.list-group-item {
  border-top-width: 0;
}

.list-group-item+.list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal>.list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush>.list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush>.list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

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

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

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

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

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

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

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

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

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

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
}

.modal-footer>* {
  margin: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {

  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Muli";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

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

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

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

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

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

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Muli";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top>.arrow,
.bs-popover-auto[x-placement^="top"]>.arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top>.arrow::before,
.bs-popover-auto[x-placement^="top"]>.arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top>.arrow::after,
.bs-popover-auto[x-placement^="top"]>.arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right>.arrow,
.bs-popover-auto[x-placement^="right"]>.arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right>.arrow::before,
.bs-popover-auto[x-placement^="right"]>.arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right>.arrow::after,
.bs-popover-auto[x-placement^="right"]>.arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom>.arrow,
.bs-popover-auto[x-placement^="bottom"]>.arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom>.arrow::before,
.bs-popover-auto[x-placement^="bottom"]>.arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom>.arrow::after,
.bs-popover-auto[x-placement^="bottom"]>.arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left>.arrow,
.bs-popover-auto[x-placement^="left"]>.arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left>.arrow::before,
.bs-popover-auto[x-placement^="left"]>.arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left>.arrow::after,
.bs-popover-auto[x-placement^="left"]>.arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
}

.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

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

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

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

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {

  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {

  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #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: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  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: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 36px 69px 0 rgba(0, 0, 0, 0.32) !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: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-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: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #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-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {

  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody+tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url(node_modules/slick-carousel/slick/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url(fonts/slick.eot?ced611daf7709cc778da928fec876475);
  src: url(fonts/slick.eot?ced611daf7709cc778da928fec876475?#iefix) format("embedded-opentype"), url(fonts/slick.woff?b7c9e1e479de3b53f1e4e30ebac2403a) format("woff"), url(fonts/slick.ttf?d41f55a78e6f49a5512878df1737e58a) format("truetype"), url(fonts/slick.svg?f97e3bbf73254b0112091d0192f17aec#slick) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: black;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "\2190";
}

[dir="rtl"] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "\2192";
}

[dir="rtl"] .slick-next:before {
  content: "\2190";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

html,
body {
  font-size: 16px;
  color: #191919;
  line-height: 1.7;
}

html.scrollLocked,
body.scrollLocked {
  margin: 0;
  overflow: hidden;
}

::-moz-selection {
  color: white;
  background: rgba(25, 25, 25, 0.6);
}

::selection {
  color: white;
  background: rgba(25, 25, 25, 0.6);
}

figure {
  margin: 0;
}

@media (min-width: 1200px) {
  .page-margin-bottom {
    margin-bottom: 180px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-margin-bottom {
    margin-bottom: 150px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .page-margin-bottom {
    margin-bottom: 120px;
  }
}

@media (max-width: 767.98px) {
  .page-margin-bottom {
    margin-bottom: 70px;
  }
}

@media (min-width: 1200px) {
  .page-padding-left {
    padding-left: 86px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-padding-left {
    padding-left: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .page-padding-left {
    padding-left: 40px;
  }
}

@media (max-width: 767.98px) {
  .page-padding-left {
    padding-left: 20px;
  }
}

.underline-last-chars span {
  position: relative;
}

.underline-last-chars span:after {
  content: '';
  position: absolute;
  bottom: -0.2em;
  left: 0;
  height: 0.2em;
  width: 93%;
  background-color: #C82715;
}

@media (max-width: 767.98px) {
  .underline-last-chars span:after {
    width: 97%;
  }
}

.slick-carousel .slick-dots li {
  height: 30px;
  width: 30px;
}

.slick-carousel .slick-dots li button {
  padding: 0;
}

.slick-carousel .slick-dots li button:before {
  content: '';
  height: 15px;
  width: 15px;
  background-color: #191919;
  border-radius: 50%;
  opacity: 1;
  top: 6.5px;
  left: 6.5px;
  transition: all 0.2s;
}

.slick-carousel .slick-dots li.slick-active button {
  cursor: pointer;
}

.slick-carousel .slick-dots li.slick-active button:before {
  background-color: transparent;
  opacity: 1;
  height: 27px;
  width: 27px;
  border: 2px solid #191919;
  top: 0;
  left: 0;
}

.slick-carousel .slick-dots li button:hover:before {
  background-color: #C82715;
  border: none;
}

.slick-carousel--dark .slick-dots li.slick-active button:before {
  background-color: #C82715 !important;
}

.slick-carousel--dark .slick-dots li button:before {
  background-color: rgba(255, 255, 255, 0.22);
}

.slick-carousel--dark .slick-dots li button:hover:before {
  background-color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 767.98px) {
  .slick-carousel .slick-dots {
    bottom: -10px;
  }
}

.post-content {
  font-size: 1.2em;
  line-height: 1.556em;
}

.post-content a:not(.button) {
  text-decoration: underline;
}

.post-content a:not(.button):hover,
.post-content a:not(.button):active,
.post-content a:not(.button):focus {
  text-decoration: underline;
}

.post-content p {
  line-height: 1.556em;
  margin: 1.556em 0 1.556em 0;
}

.post-content p:first-child {
  margin-top: 0;
}

.post-content .wp-caption {
  background: none;
  border: none;
  margin-bottom: 1.556em;
  max-width: 100%;
}

.post-content .wp-caption-text {
  font-size: 0.875em;
  line-height: 1.2857;
  padding: 0.385em 0 0;
  text-align: center;
  font-style: italic;
}

.post-content ul,
.post-content ol {
  list-style: disc outside none;
  padding-left: 0.833em;
  padding-bottom: 1.556em;
}

.post-content li+li {
  padding-top: 0.278em;
}

.post-content img,
.post-content .post_content img[height],
.post-content .post_content img[class*="align"],
.post-content .post_content img[class*="wp-image-"],
.post-content .post_content img[class*="attachment-"] {
  height: auto;
  clear: both;
}

.post-content .size-full,
.post-content .post_content img.size-large,
.post-content .post_content img.wp-post-image {
  height: auto;
  max-width: 100%;
}

.post-content embed,
.post-content .post_content iframe,
.post-content .post_content object,
.post-content .post_content video {
  max-width: 100%;
}

.post-content .alignleft {
  float: left;
}

.post-content .wp-caption.alignleft,
.post-content img.alignleft {
  margin: 8px 15px 8px 0;
}

.post-content .alignright {
  float: right;
}

.post-content .wp-caption.alignright,
.post-content img.alignright {
  margin: 8px 0 8px 15px;
}

.post-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.post-content img.aligncenter {
  margin: 0 auto 1.556em;
}

.post-content img.alignnone {
  display: block;
  margin: 0 0 1.556em;
}

.post-content img.wp-smiley,
.post-content .post_content .rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.post-content .wp-caption.alignleft+ul,
.post-content .post_content .wp-caption.alignleft+ol {
  list-style-position: inside;
}

.post-content .dest_block {
  background-color: #f1f4f1;
  border-radius: 3px;
  border: 1px solid #dbdedb;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 26px;
  margin: 10px 0;
}

.post-content table {
  width: 100%;
  border-top: 2px solid #666;
  border-bottom: 2px solid #666;
  margin-bottom: 21px;
}

.post-content table th {
  border-bottom: 2px solid #666;
  text-align: center;
}

.post-content table td {
  padding: 5px 0;
}

.post-content>*:last-child {
  margin-bottom: 0;
}

.post-content blockquote {
  font-size: 1.4em;
  line-height: 1.5;
  font-weight: 900;
  margin: 3em 0 2em 3em;
}

.post-content blockquote:before {
  content: '\201C';
  display: block;
  font-size: 4em;
  color: #C82715;
  left: -0.06em;
  position: relative;
  line-height: 0.4;
}

.post-content blockquote cite {
  display: block;
  font-weight: normal;
  font-style: normal;
  margin-top: 1em;
  color: #a2a2a2;
  font-size: 24px;
}

.post-content blockquote p {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .post-content {
    font-size: 1em;
  }

  .post-content blockquote {
    font-size: 1.2em;
    margin: 3em 0 2em 1em;
  }

  .post-content blockquote:before {
    left: -0.06em;
  }

  .post-content blockquote cite {
    font-size: inherit;
    margin-top: 0.5em;
  }
}

.btn,
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
  padding: 0.7em 2em;
  font-weight: bold;
  transition: 0.2s;
  text-transform: uppercase;
  font-size: 18px;
  border-width: 0.13em;
  border-style: solid;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  line-height: 1.3em;
}

.btn i,
.gform_wrapper .gform_footer input.button i,
.gform_wrapper .gform_footer input[type=submit] i,
.gform_wrapper .gform_page_footer input.button i,
.gform_wrapper .gform_page_footer input[type=submit] i {
  font-size: 1.3em;
  line-height: 0.8em;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
}

.btn i:first-child,
.gform_wrapper .gform_footer input.button i:first-child,
.gform_wrapper .gform_footer input[type=submit] i:first-child,
.gform_wrapper .gform_page_footer input.button i:first-child,
.gform_wrapper .gform_page_footer input[type=submit] i:first-child {
  /*margin-right: 0.3em;*/
}

.btn i:last-child,
.gform_wrapper .gform_footer input.button i:last-child,
.gform_wrapper .gform_footer input[type=submit] i:last-child,
.gform_wrapper .gform_page_footer input.button i:last-child,
.gform_wrapper .gform_page_footer input[type=submit] i:last-child {
  margin-left: 0.3em;
}

.btn span,
.gform_wrapper .gform_footer input.button span,
.gform_wrapper .gform_footer input[type=submit] span,
.gform_wrapper .gform_page_footer input.button span,
.gform_wrapper .gform_page_footer input[type=submit] span {
  display: inline-block;
  vertical-align: middle;
}

.btn .btn-inner,
.gform_wrapper .gform_footer input.button .btn-inner,
.gform_wrapper .gform_footer input[type=submit] .btn-inner,
.gform_wrapper .gform_page_footer input.button .btn-inner,
.gform_wrapper .gform_page_footer input[type=submit] .btn-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn .btn-inner span,
.gform_wrapper .gform_footer input.button .btn-inner span,
.gform_wrapper .gform_footer input[type=submit] .btn-inner span,
.gform_wrapper .gform_page_footer input.button .btn-inner span,
.gform_wrapper .gform_page_footer input[type=submit] .btn-inner span {
  text-align: left;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
.gform_wrapper .gform_footer input.button.active.focus,
.gform_wrapper .gform_footer input.button.active:focus,
.gform_wrapper .gform_footer input.button.focus,
.gform_wrapper .gform_footer input.button:active.focus,
.gform_wrapper .gform_footer input.button:active:focus,
.gform_wrapper .gform_footer input.button:focus,
.gform_wrapper .gform_footer input[type=submit].active.focus,
.gform_wrapper .gform_footer input[type=submit].active:focus,
.gform_wrapper .gform_footer input[type=submit].focus,
.gform_wrapper .gform_footer input[type=submit]:active.focus,
.gform_wrapper .gform_footer input[type=submit]:active:focus,
.gform_wrapper .gform_footer input[type=submit]:focus,
.gform_wrapper .gform_page_footer input.button.active.focus,
.gform_wrapper .gform_page_footer input.button.active:focus,
.gform_wrapper .gform_page_footer input.button.focus,
.gform_wrapper .gform_page_footer input.button:active.focus,
.gform_wrapper .gform_page_footer input.button:active:focus,
.gform_wrapper .gform_page_footer input.button:focus,
.gform_wrapper .gform_page_footer input[type=submit].active.focus,
.gform_wrapper .gform_page_footer input[type=submit].active:focus,
.gform_wrapper .gform_page_footer input[type=submit].focus,
.gform_wrapper .gform_page_footer input[type=submit]:active.focus,
.gform_wrapper .gform_page_footer input[type=submit]:active:focus,
.gform_wrapper .gform_page_footer input[type=submit]:focus {
  outline: none;
  box-shadow: none;
}

.btn-primary,
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
  background-color: #C82715;
  color: white;
  border-color: #C82715;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input.button:focus,
.gform_wrapper .gform_footer input.button.active,
.gform_wrapper .gform_footer input.button:active,
.gform_wrapper .gform_footer input.button.active.focus,
.gform_wrapper .gform_footer input.button.active:focus,
.gform_wrapper .gform_footer input.button.active:hover,
.gform_wrapper .gform_footer input.button:active.focus,
.gform_wrapper .gform_footer input.button:active:focus,
.gform_wrapper .gform_footer input.button:active:hover,
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_footer input[type=submit]:focus,
.gform_wrapper .gform_footer input[type=submit].active,
.gform_wrapper .gform_footer input[type=submit]:active,
.gform_wrapper .gform_footer input[type=submit].active.focus,
.gform_wrapper .gform_footer input[type=submit].active:focus,
.gform_wrapper .gform_footer input[type=submit].active:hover,
.gform_wrapper .gform_footer input[type=submit]:active.focus,
.gform_wrapper .gform_footer input[type=submit]:active:focus,
.gform_wrapper .gform_footer input[type=submit]:active:hover,
.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer input.button:focus,
.gform_wrapper .gform_page_footer input.button.active,
.gform_wrapper .gform_page_footer input.button:active,
.gform_wrapper .gform_page_footer input.button.active.focus,
.gform_wrapper .gform_page_footer input.button.active:focus,
.gform_wrapper .gform_page_footer input.button.active:hover,
.gform_wrapper .gform_page_footer input.button:active.focus,
.gform_wrapper .gform_page_footer input.button:active:focus,
.gform_wrapper .gform_page_footer input.button:active:hover,
.gform_wrapper .gform_page_footer input[type=submit]:hover,
.gform_wrapper .gform_page_footer input[type=submit]:focus,
.gform_wrapper .gform_page_footer input[type=submit].active,
.gform_wrapper .gform_page_footer input[type=submit]:active,
.gform_wrapper .gform_page_footer input[type=submit].active.focus,
.gform_wrapper .gform_page_footer input[type=submit].active:focus,
.gform_wrapper .gform_page_footer input[type=submit].active:hover,
.gform_wrapper .gform_page_footer input[type=submit]:active.focus,
.gform_wrapper .gform_page_footer input[type=submit]:active:focus,
.gform_wrapper .gform_page_footer input[type=submit]:active:hover {
  color: white;
  cursor: pointer;
  text-decoration: none;
  background-color: #b12313;
  border-color: #b12313;
  outline: none !important;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #b12313;
  border-color: #b12313;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: none !important;
}

.btn-secondary {
  color: #C82715;
  background-color: white;
  border-color: #C82715;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.active,
.btn-secondary:active,
.btn-secondary.active.focus,
.btn-secondary.active:focus,
.btn-secondary.active:hover,
.btn-secondary:active.focus,
.btn-secondary:active:focus,
.btn-secondary:active:hover {
  color: white;
  cursor: pointer;
  text-decoration: none;
  background-color: #C82715;
  border-color: #C82715;
  outline: none !important;
}

.btn-white-outlined {
  color: white;
  background-color: rgba(0, 0, 0, 0.29);
  border-color: white;
}

.btn-white-outlined:hover,
.btn-white-outlined:focus,
.btn-white-outlined.active,
.btn-white-outlined:active,
.btn-white-outlined.active.focus,
.btn-white-outlined.active:focus,
.btn-white-outlined.active:hover,
.btn-white-outlined:active.focus,
.btn-white-outlined:active:focus,
.btn-white-outlined:active:hover {
  color: #191919;
  cursor: pointer;
  text-decoration: none;
  background-color: white;
  border-color: white;
  outline: none !important;
}

.btn-white-outlined-to-red {
  color: white;
  border-color: white;
}

.btn-white-outlined-to-red:hover,
.btn-white-outlined-to-red:focus,
.btn-white-outlined-to-red.active,
.btn-white-outlined-to-red:active,
.btn-white-outlined-to-red.active.focus,
.btn-white-outlined-to-red.active:focus,
.btn-white-outlined-to-red.active:hover,
.btn-white-outlined-to-red:active.focus,
.btn-white-outlined-to-red:active:focus,
.btn-white-outlined-to-red:active:hover {
  color: white;
  cursor: pointer;
  text-decoration: none;
  background-color: #b12313;
  border-color: #b12313;
  outline: none !important;
}

.btn-white-to-red {
  color: #C82715;
  border-color: white;
  background-color: white;
}

.btn-white-to-red:hover,
.btn-white-to-red:focus,
.btn-white-to-red.active,
.btn-white-to-red:active,
.btn-white-to-red.active.focus,
.btn-white-to-red.active:focus,
.btn-white-to-red.active:hover,
.btn-white-to-red:active.focus,
.btn-white-to-red:active:focus,
.btn-white-to-red:active:hover {
  color: white;
  cursor: pointer;
  text-decoration: none;
  background-color: #b12313;
  border-color: #b12313;
  outline: none !important;
}

.btn-group-xs>.btn,
.btn-xs {
  font-size: 12px;
}

.btn-group-xl>.btn,
.btn-xl {
  font-size: 22px;
}

@media (min-width: 576px) {
  .btn {
    white-space: normal;
  }
}

@media (max-width: 991.98px) {

  .btn,
  .gform_wrapper .gform_footer input.button,
  .gform_wrapper .gform_footer input[type=submit],
  .gform_wrapper .gform_page_footer inpu .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='image']):not([type='file']) t.button,
  .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {

  .btn,
  .gform_wrapper .gform_footer input.button,
  .gform_wrapper .gform_footer input[type=submit],
  .gform_wrapper .gform_page_footer inpu .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='image']):not([type='file']) t.button,
  .gform_wrapper .gform_page_footer input[type=submit] {
    line-height: 1.3em !important;
    min-height: unset !important;
    font-size: 14px;
    width: auto;
  }
}

@font-face {
  font-family: 'icomoon';
  src: url(fonts/icomoon.eot?897fc5da25ebe629c0ed8a50079a4d16);
  src: url(fonts/icomoon.eot?897fc5da25ebe629c0ed8a50079a4d16#iefix) format('embedded-opentype'),
    url(fonts/icomoon.ttf?a359c2d4abe2eb11aa8826644647b66d) format('truetype'),
    url(fonts/icomoon.woff?0ceb929705f2be24ec8906e1965b0974) format('woff'),
    url(fonts/icomoon.svg?0e50fe6d95dfeadf094557eea8bec90b#icomoon) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-menu:before {
  content: "\E900";
}

.icon-arrow-circle-up:before {
  content: "\E901";
}

.icon-search:before {
  content: "\E902";
}

.icon-play-circle:before {
  content: "\E912";
}

.icon-play:before {
  content: "\E903";
}

.icon-scroll-down:before {
  content: "\E904";
}

.icon-close:before {
  content: "\E905";
}

.icon-left-thin-arrow:before {
  content: "\E906";
}

.icon-right-thin-arrow:before {
  content: "\E907";
}

.icon-down-arrow:before {
  content: "\E908";
}

.icon-up-arrow:before {
  content: "\E909";
}

.icon-collapse:before {
  content: "\E90A";
}

.icon-expand:before {
  content: "\E90B";
}

.icon-check:before {
  content: "\E90C";
}

.icon-info:before {
  content: "\E90D";
}

.icon-zoom:before {
  content: "\E90E";
}

.icon-bugets:before {
  content: "\E90F";
}

.icon-documents:before {
  content: "\E910";
}

.icon-pdf:before {
  content: "\E911";
}

/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.Layout .HeaderDesktop {
  display: block;
}

.Layout .HeaderMobile {
  display: none;
}

.Layout-main {
  padding-top: 153px;
  position: relative;
  overflow: hidden;
  transition: 0.9s;
}

.Layout-main-up {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.Layout-main {
  padding-top: 135px;
}

@media (max-width: 991.98px) {
  .Layout .HeaderDesktop {
    display: none;
  }

  .Layout .HeaderMobile {
    display: block;
  }

  .Layout-main {
    padding-top: 81px;
    padding-top: 52px;
  }
}

@media (max-width: 767.98px) {
  #wpadminbar {
    display: none;
  }

  .Layout-main {
    padding-top: 53px;
  }
}

/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.BackToTop {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: 0.2s;
}

.BackToTop:hover {
  color: rgba(255, 255, 255, 0.6);
}

/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.HeaderDesktop {
  transition: 0.2s;
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0;
}

.HeaderDesktop-inner {
  background: #151717;
  box-shadow: 0 7px 21px 0 rgba(0, 0, 0, 0.31);
  position: relative;
  z-index: 1;
  transition: 0.2s;
}

.HeaderDesktop-preheader {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  background-color: inherit;
  transition: 0.2s;
}

.HeaderDesktop-preheader-right {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 45%;
  background-color: #000000;
}

.HeaderDesktop-preheader-contact {
  background-color: #F2F2F2;
  padding: 0.2em 1.2em;
  border-radius: 2em;
  font-weight: bold;
  margin-right: 1.5em;
  color: inherit;
}

.HeaderDesktop-preheader-contact:hover {
  text-decoration: none;
  background-color: #191919;
  color: white;
}

.HeaderDesktop-preheader-menu .menu {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
}

.HeaderDesktop-preheader-menu .menu>.menu-item {
  display: inline-block;
  list-style: none;
  vertical-align: top;
  position: relative;
  margin-right: 1.5em;
  padding: 9px 10px;
}

.HeaderDesktop-preheader-menu .menu>.menu-item>a {
  text-decoration: none;
  font-weight: bold;
  color: white;
  padding: 0;
  display: inline-block;
  text-transform: uppercase;
  line-height: 1em;
}

.HeaderDesktop-preheader-menu .menu>.menu-item.current-menu-item>a,
.HeaderDesktop-preheader-menu .menu>.menu-item.current-menu-parent>a {
  font-weight: bold;
  color: #C82715;
}

.HeaderDesktop-preheader-menu .menu>.menu-item:hover>a {
  font-weight: bold;
  color: #C82715;
}

.HeaderDesktop-preheader-languageSwitcher {
  margin-left: 2em;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 1250px) {
  .HeaderDesktop-preheader-languageSwitcher {
    margin-left: 8px;
  }
}

.HeaderDesktop-main {
  padding: 0 0 33px 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  background-color: inherit;
  z-index: 1;
  border-bottom: 5px solid #ffffff;
  transition: 0.2s;
}

.HeaderDesktop-main-logo {
  height: 66px;
  transition: 0.2s;
}

.HeaderDesktop-main-logo img {
  height: 100%;
  width: auto;
}

.HeaderDesktop-main-right {
  display: flex;
}

.HeaderDesktop-main-menu {
  padding-top: 10px;
}

.HeaderDesktop-main-menu .menu {
  position: relative;
  padding: 0;
  display: block;
  margin: 0;
  font-size: 18px;
  margin-right: 8px;
}

.HeaderDesktop-main-menu .menu>#menu-item-385:after,
.HeaderDesktop-main-menu .menu>#menu-item-3548:after {
  background-color: transparent !important;
}

.HeaderDesktop-main-menu .menu #menu-item-385 .sub-menu,
.HeaderDesktop-main-menu .menu #menu-item-3582 .sub-menu,
.HeaderDesktop-main-menu .menu #menu-item-3565 .sub-menu,
.HeaderDesktop-main-menu .menu #menu-item-3574 .sub-menu {
  position: fixed;
  width: 100%;
  left: 0;
  padding-top: 24px;
  transition: 0.2s;
  top: auto;
  flex-wrap: wrap;
  justify-content: center;
  -ms-flex-pack: center !important;
  /*margin-top: 9px;*/
}

.HeaderDesktop-main-menu .menu #menu-item-385 .sub-menu .menu-item,
.HeaderDesktop-main-menu .menu #menu-item-3582 .sub-menu .menu-item,
.HeaderDesktop-main-menu .menu #menu-item-3565 .sub-menu .menu-item,
.HeaderDesktop-main-menu .menu #menu-item-3574 .sub-menu .menu-item {
  margin-right: 3px;
  margin-left: 3px;
  opacity: 0.4;
}

.HeaderDesktop-main-menu .menu #menu-item-385 .sub-menu .menu-item.current-menu-item,
.HeaderDesktop-main-menu .menu #menu-item-3582 .sub-menu .menu-item.current-menu-item,
.HeaderDesktop-main-menu .menu #menu-item-3565 .sub-menu .menu-item.current-menu-item,
.HeaderDesktop-main-menu .menu #menu-item-3574 .sub-menu .menu-item.current-menu-item {
  opacity: 1;
}

.HeaderDesktop-main-menu .menu #menu-item-385 .sub-menu .menu-item.current-menu-item a:after,
.HeaderDesktop-main-menu .menu #menu-item-3582 .sub-menu .menu-item.current-menu-item a:after,
.HeaderDesktop-main-menu .menu #menu-item-3565 .sub-menu .menu-item.current-menu-item a:after,
.HeaderDesktop-main-menu .menu #menu-item-3574 .sub-menu .menu-item.current-menu-item a:after {
  width: 0;
}

.HeaderDesktop-main-menu .menu #menu-item-385 .sub-menu .menu-item img,
.HeaderDesktop-main-menu .menu #menu-item-3582 .sub-menu .menu-item img,
.HeaderDesktop-main-menu .menu #menu-item-3565 .sub-menu .menu-item img,
.HeaderDesktop-main-menu .menu #menu-item-3574 .sub-menu .menu-item img {
  padding-bottom: 15px;
}

.HeaderDesktop-main-menu .menu #menu-item-385 .sub-menu .menu-item:hover,
.HeaderDesktop-main-menu .menu #menu-item-3582 .sub-menu .menu-item:hover,
.HeaderDesktop-main-menu .menu #menu-item-3565 .sub-menu .menu-item:hover,
.HeaderDesktop-main-menu .menu #menu-item-3574 .sub-menu .menu-item:hover {
  opacity: 1;
}

.HeaderDesktop-main-menu .menu #menu-item-385 .sub-menu .menu-item:hover a,
.HeaderDesktop-main-menu .menu #menu-item-3582 .sub-menu .menu-item:hover a,
.HeaderDesktop-main-menu .menu #menu-item-3565 .sub-menu .menu-item:hover a,
.HeaderDesktop-main-menu .menu #menu-item-3574 .sub-menu .menu-item:hover a {
  color: white;
}

.HeaderDesktop-main-menu .menu #menu-item-385 .sub-menu .menu-item:hover a:after,
.HeaderDesktop-main-menu .menu #menu-item-3582 .sub-menu .menu-item:hover a:after,
.HeaderDesktop-main-menu .menu #menu-item-3565 .sub-menu .menu-item:hover a:after,
.HeaderDesktop-main-menu .menu #menu-item-3574 .sub-menu .menu-item:hover a:after {
  content: none;
}

.HeaderDesktop-main-menu .menu #menu-item-385 .sub-menu .menu-item span,
.HeaderDesktop-main-menu .menu #menu-item-3582 .sub-menu .menu-item span,
.HeaderDesktop-main-menu .menu #menu-item-3565 .sub-menu .menu-item span,
.HeaderDesktop-main-menu .menu #menu-item-3574 .sub-menu .menu-item span {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.35px;
}

.HeaderDesktop-main-menu .menu #menu-item-385:hover .sub-menu,
.HeaderDesktop-main-menu .menu #menu-item-3582:hover .sub-menu,
.HeaderDesktop-main-menu .menu #menu-item-3565:hover .sub-menu,
.HeaderDesktop-main-menu .menu #menu-item-3574:hover .sub-menu {
  display: flex;
  display: -ms-flexbox;
}

.HeaderDesktop-main-menu .menu #menu-item-3893,
.HeaderDesktop-main-menu .menu #menu-item-3894,
.HeaderDesktop-main-menu .menu #menu-item-3895,
.HeaderDesktop-main-menu .menu #menu-item-3896 {
  display: none;
}

.HeaderDesktop-main-menu .menu>.menu-item {
  display: inline-block;
  list-style: none;
  vertical-align: top;
  position: relative;
  margin-right: 2.5em;
  padding: 0.3em 0;
}

.HeaderDesktop-main-menu .menu>.menu-item:after {
  content: '';
  position: absolute;
  bottom: 17px;
  left: 0;
  height: 6px;
  width: 0;
  background-color: #C82715;
  transition: 0.2s;
}

.HeaderDesktop-main-menu .menu>.menu-item>a {
  color: white;
  text-decoration: none;
  padding: 0 0 0.6em 0;
  display: inline-block;
  line-height: 1em;
  position: relative;
  z-index: 1;
}

.HeaderDesktop-main-menu .menu>.menu-item.current-menu-item:after,
.HeaderDesktop-main-menu .menu>.menu-item.current-menu-parent:after,
.HeaderDesktop-main-menu .menu>.menu-item:hover:after {
  width: 100%;
}

.HeaderDesktop-main-menu .menu>.menu-item:hover .sub-menu {
  display: block;
}

.HeaderDesktop-main-menu .menu .sub-menu {
  position: absolute;
  min-width: 100%;
  display: none;
  background-color: #1f1f1f;
  left: 0;
  top: 100%;
  list-style: none;
  padding: 2em 2.5em 1.5em 2.5em;
  z-index: 2;
  font-size: 16px;
  line-height: 1em;
  box-shadow: 0 21px 30px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 1250px) {
  .HeaderDesktop-main-menu .menu .sub-menu {
    font-size: 13px;
  }
}

.HeaderDesktop-main-menu .menu .sub-menu>.menu-item {
  margin: 1em 0;
  position: relative;
  padding: 0.7em 0;
}

.HeaderDesktop-main-menu .menu .sub-menu>.menu-item.current-menu-item>a {
  text-decoration: none;
  color: #C82715;
}

.HeaderDesktop-main-menu .menu .sub-menu>.menu-item.current-menu-item>a:hover {
  text-decoration: none;
}

.HeaderDesktop-main-menu .menu .sub-menu>.menu-item>a {
  color: #ffffff;
  display: inline-block;
  white-space: nowrap;
}

.HeaderDesktop-main-menu .menu .sub-menu>.menu-item>a:hover,
.HeaderDesktop-main-menu .menu .sub-menu>.menu-item>a:focus {
  text-decoration: none;
  color: #C82715;
}

.HeaderDesktop-main-menu .menu .sub-menu>.menu-item>a:after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 0.3em;
  width: 0;
  background-color: #C82715;
  transition: 0.2s;
  z-index: -1;
}

.HeaderDesktop-main-menu .menu .sub-menu>.menu-item.current-menu-item,
.HeaderDesktop-main-menu .menu .sub-menu>.menu-item:hover {
  border-bottom: 1px solid transparent;
}

.HeaderDesktop-main-menu .menu .sub-menu>.menu-item.current-menu-item>a,
.HeaderDesktop-main-menu .menu .sub-menu>.menu-item:hover>a {
  text-decoration: none;
  color: white;
}

.HeaderDesktop-main-menu .menu .sub-menu>.menu-item.current-menu-item>a:after,
.HeaderDesktop-main-menu .menu .sub-menu>.menu-item:hover>a:after {
  width: 100%;
}

.HeaderDesktop-main-menu .menu .has-megamenu-equipment:hover .MegamenuEquipment {
  display: block;
}

.HeaderDesktop-main-menu .menu .MegamenuEquipment {
  position: fixed;
  width: 100%;
  left: 0;
  padding-top: 24px;
  display: none;
  transition: 0.2s;
}

.HeaderDesktop-main-menu .menu .MegamenuEquipment-inner {
  border-top: 1px solid #d1d1d1;
  padding: 30px 25px;
  box-shadow: 0 15px 21px -12px rgba(0, 0, 0, 0.31);
}

.HeaderDesktop-main-searchButton i {
  cursor: pointer;
  display: block;
  font-size: 30px;
  line-height: 2.1em;
  height: 59px;
  width: 59px;
  text-align: center;
  color: white;
  transition: 0.2s;
  background-color: #C82715;
  position: relative;
}

.HeaderDesktop-main-searchButton i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.HeaderDesktop-main-searchButton i:hover {
  background: white;
  color: #C82715;
  text-decoration: none;
}

.HeaderDesktop-searchBox {
  background-color: #202121;
  position: absolute;
  width: 100%;
  z-index: 0;
  padding: 40px 0;
  box-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.1);
  top: -100%;
  transition: 0.4s ease-in-out;
}

.HeaderDesktop-searchBox-inner {
  display: flex;
  align-items: center;
}

.HeaderDesktop-searchBox .SearchBox {
  flex: 1;
}

.HeaderDesktop-searchBox-closeButton {
  text-align: center;
  font-size: 40px;
  margin-left: 30px;
  transition: 0.2s;
  cursor: pointer;
}

.HeaderDesktop-searchBox-closeButton:hover {
  color: #C82715;
}

.HeaderDesktop-searchBox--visible {
  bottom: initial;
  top: 100%;
}

.HeaderDesktop--sticky .HeaderDesktop-main {
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.HeaderDesktop--sticky .HeaderDesktop-main-logo {
  height: 40px;
  margin-top: 4px;
  width: 72px;
}

.HeaderDesktop--sticky .HeaderDesktop-main-logo img {
  width: 100%;
}

.HeaderDesktop--sticky .HeaderDesktop-main-right {
  padding-top: 0;
}

.HeaderDesktop--sticky .HeaderDesktop-main-menu .menu .MegamenuEquipment {
  padding-top: 18px;
}

@media (min-width: 992px) {
  body.js-scrolled-down .HeaderDesktop {
    transform: translateY(-42px);
  }
}

@media (max-width: 1250px) {
  .HeaderDesktop-main-logo {
    height: 40px;
  }

  .HeaderDesktop-main-menu .menu {
    font-size: 14px;
  }

  .HeaderDesktop-main-menu .menu #menu-item-385 .sub-menu,
  .HeaderDesktop-main-menu .menu #menu-item-3582 .sub-menu,
  .HeaderDesktop-main-menu .menu #menu-item-3565 .sub-menu,
  .HeaderDesktop-main-menu .menu #menu-item-3574 .sub-menu {
    /*margin-top: 15px;*/
  }

  .HeaderDesktop-main-menu .menu>.menu-item {
    margin-right: 1.5em;
    padding-top: 0.5em;
  }

  .HeaderDesktop-main-menu .menu>.menu-item:after {
    bottom: 13px;
  }
}

@media (max-width: 1199.98px) {
  .HeaderDesktop-sectionNavigation-button {
    display: none;
  }
}

/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.HeaderMobile {
  transition: 0.2s;
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0;
}

.HeaderMobile-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: none;
}

.HeaderMobile-inner {
  background: #191919;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.27);
  position: relative;
  z-index: 1;
  transition: 0.2s;
}

.HeaderMobile-main {
  padding: 0 0 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background-color: inherit;
  z-index: 1;
  transition: 0.2s;
  border-bottom: 1px solid #ffffff;
}

.HeaderMobile-main-logo {
  height: 30px;
}

.HeaderMobile-main-logo img {
  height: 100%;
  width: auto;
}

.HeaderMobile-main-right {
  display: flex;
  justify-content: flex-end;
}

.HeaderMobile-main-button {
  font-size: 30px;
  line-height: 1.7em;
  height: 50px;
  width: 50px;
}

.HeaderMobile-main-searchButton {
  background-color: #000000;
}

.HeaderMobile-main-searchButton i {
  font-size: inherit;
  line-height: inherit;
  height: inherit;
  width: inherit;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  color: white;
  font-weight: bold;
  transition: 0.2s;
}

.HeaderMobile-main-searchButton i:before {
  position: relative;
  top: -0.05em;
}

.HeaderMobile-main-navigationToggleButton {
  position: relative;
  cursor: pointer;
  display: inline-block;
  color: white;
  background-color: #C82715;
  transition: 0.2s;
}

.HeaderMobile-main-navigationToggleButton-inner {
  position: absolute;
  width: 48%;
  height: 48%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.HeaderMobile-main-navigationToggleButton .line {
  transition: .25s ease-in-out;
  display: block;
  background: white;
  border-radius: 2px;
}

.HeaderMobile-main-navigationToggleButton-hamburger {
  position: absolute;
  height: 82%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.HeaderMobile-main-navigationToggleButton-hamburger .line {
  width: 100%;
  height: 3px;
  position: absolute;
}

.HeaderMobile-main-navigationToggleButton-hamburger .line:nth-child(1) {
  top: 0;
  transition-delay: .5s;
}

.HeaderMobile-main-navigationToggleButton-hamburger .line:nth-child(2) {
  top: calc(50% - 1px);
  transition-delay: .625s;
}

.HeaderMobile-main-navigationToggleButton-hamburger .line:nth-child(3) {
  bottom: 0;
  transition-delay: .75s;
}

.HeaderMobile-main-navigationToggleButton-cross {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
}

.HeaderMobile-main-navigationToggleButton-cross .line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.HeaderMobile-main-navigationToggleButton-cross .line:nth-child(1) {
  height: 0%;
  width: 3px;
  transition-delay: 0s;
}

.HeaderMobile-main-navigationToggleButton-cross .line:nth-child(2) {
  width: 0%;
  height: 3px;
  transition-delay: .25s;
}

.HeaderMobile-main-navigationToggleButton--open {
  background-color: initial;
}

.HeaderMobile-main-navigationToggleButton--open .HeaderMobile-main-navigationToggleButton-hamburger .line {
  width: 0%;
}

.HeaderMobile-main-navigationToggleButton--open .HeaderMobile-main-navigationToggleButton-hamburger .line:nth-child(1) {
  transition-delay: 0s;
}

.HeaderMobile-main-navigationToggleButton--open .HeaderMobile-main-navigationToggleButton-hamburger .line:nth-child(2) {
  transition-delay: .125s;
}

.HeaderMobile-main-navigationToggleButton--open .HeaderMobile-main-navigationToggleButton-hamburger .line:nth-child(3) {
  transition-delay: .25s;
}

.HeaderMobile-main-navigationToggleButton--open .HeaderMobile-main-navigationToggleButton-cross .line:nth-child(1) {
  height: 121%;
  transition-delay: .625s;
}

.HeaderMobile-main-navigationToggleButton--open .HeaderMobile-main-navigationToggleButton-cross .line:nth-child(2) {
  width: 120%;
  transition-delay: .375s;
}

.HeaderMobile-searchBox {
  background-color: #202121;
  color: white;
  position: absolute;
  width: 100%;
  z-index: 0;
  padding: 40px 0;
  box-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.1);
  top: -300px;
  transition: 0.4s ease-in-out;
}

.HeaderMobile-searchBox-inner {
  display: flex;
  align-items: center;
}

.HeaderMobile-searchBox .SearchBox {
  flex: 1;
}

.HeaderMobile--searchBoxVisible .HeaderMobile-main-searchButton i {
  text-decoration: none;
}

.HeaderMobile--searchBoxVisible .HeaderMobile-searchBox {
  bottom: initial;
  top: 100%;
}

.HeaderMobile-navigation {
  background: #191919;
  position: fixed;
  right: -100%;
  z-index: 1;
  width: 320px;
  height: calc(100% - 53px);
  overflow: auto;
  transition: 0.4s ease-in-out;
  display: flex;
  flex-direction: column;
}

.HeaderMobile-navigation-languageSwitcher {
  display: block;
}

.HeaderMobile-navigation-languageSwitcher .LanguageSwitcher {
  font-size: 18px;
  width: initial;
  text-align: left;
}

.HeaderMobile-navigation-languageSwitcher .LanguageSwitcher-current {
  padding: 6px 66px;
}

.HeaderMobile-navigation-languageSwitcher .LanguageSwitcher-current:before {
  display: none;
}

.HeaderMobile-navigation-languageSwitcher .LanguageSwitcher-list {
  top: initial;
  bottom: 100%;
}

.HeaderMobile-navigation-languageSwitcher .LanguageSwitcher-list ul {
  text-align: left;
}

.HeaderMobile-navigation-languageSwitcher .LanguageSwitcher-list li {
  padding-left: 66px;
  padding-right: 66px;
  text-align: left;
}

.HeaderMobile-navigation-main {
  background: #202121;
  background: linear-gradient(131.05deg, #151717 0%, #101010 100%);
  padding: 15px 66px;
  flex: 1;
}

.HeaderMobile-navigation-main-menu .menu {
  position: relative;
  padding: 0;
  display: block;
  margin: 0;
  font-size: 18px;
  list-style: none;
}

.HeaderMobile-navigation-main-menu .menu>.menu-item-385 a:before,
.HeaderMobile-navigation-main-menu .menu>.menu-item-3548 a:before {
  background-color: transparent !important;
}

.HeaderMobile-navigation-main-menu .menu>.menu-item {
  position: relative;
  margin: 2em 0;
  text-align: left;
  font-size: 16px;
}

.HeaderMobile-navigation-main-menu .menu>.menu-item-has-children>a:after {
  font-family: "icomoon";
  content: '\E908';
  /*font-size: 0.5em;*/
  transition: 0.4s;
  display: inline-block;
  position: absolute;
  /*top: 3px;*/
  right: -3em;
}

.HeaderMobile-navigation-main-menu .menu>.menu-item>a {
  color: white;
  text-decoration: none;
  padding: 0 0 0.6em 0;
  display: inline-block;
  line-height: 1em;
  position: relative;
  font-weight: bold;
  z-index: 1;
}

.HeaderMobile-navigation-main-menu .menu>.menu-item>a:before {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 0.3em;
  width: 0;
  background-color: #C82715;
  transition: 0.2s;
  z-index: -1;
}

.HeaderMobile-navigation-main-menu .menu>.menu-item.current-menu-parent>a:before,
.HeaderMobile-navigation-main-menu .menu>.menu-item.current-menu-item>a:before,
.HeaderMobile-navigation-main-menu .menu>.menu-item.expanded>a:before {
  width: 100%;
}

.HeaderMobile-navigation-main-menu .menu>.menu-item.expanded>a:after {
  top: -2px;
  transform: rotate(180deg);
}

.HeaderMobile-navigation-main-menu .menu>.menu-item .sub-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 1em;
}

.HeaderMobile-navigation-main-menu .menu>.menu-item .sub-menu a img {
  width: 150px !important;
  height: 150px !important;
}

.HeaderMobile-navigation-main-menu .menu>.menu-item .sub-menu>.menu-item {
  position: relative;
  padding: 0.3em 0;
  padding-left: 28px;
}

@media (min-width: 768px) {
  .HeaderMobile-navigation-main-menu .menu>.menu-item .sub-menu>.menu-item {
    padding-left: 15px;
  }
}

.HeaderMobile-navigation-main-menu .menu>.menu-item .sub-menu>.menu-item>a {
  color: white;
  text-decoration: none;
  padding: 0 0 0.6em 0;
  display: inline-block;
  line-height: 1em;
  position: relative;
}

.HeaderMobile-navigation-main-menu .menu>.menu-item .sub-menu>.menu-item>a span {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.35px;
}

.HeaderMobile-navigation-main-menu .menu>.menu-item .MegamenuEquipment {
  display: none;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 20px;
}

.HeaderMobile-navigation-footer {
  padding: 0;
  text-align: center;
  background-color: #000000;
}

.HeaderMobile-navigation-footer-contact {
  margin-bottom: 1.1em;
}

.HeaderMobile-navigation-footer-contact a {
  font-size: 12px;
  background-color: #F2F2F2;
  padding: 0.2em 1.2em;
  border-radius: 2em;
  font-weight: bold;
  color: inherit;
}

.HeaderMobile-navigation-footer-contact a:hover {
  text-decoration: none;
  background-color: #C82715;
  color: white;
}

.HeaderMobile-navigation-footer .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 1em;
}

.HeaderMobile-navigation-footer .menu .menu-item {
  font-size: 12px;
  margin-top: 0.4em;
}

.HeaderMobile-navigation-footer .menu .menu-item:not(:last-child) {
  margin-bottom: 1.7em;
}

.HeaderMobile-navigation-footer .menu .menu-item a {
  color: white;
  text-transform: uppercase;
}

.HeaderMobile--navigationVisible .HeaderMobile-navigation {
  right: 0;
}

.HeaderMobile--navigationVisible .HeaderMobile-main-searchButton {
  opacity: 0;
}

@media (max-width: 767.98px) {
  .HeaderMobile-main {
    padding: 0 0 0 20px;
  }

  .HeaderMobile-main-logo {
    height: 30px;
  }

  .HeaderMobile-main-button {
    font-size: 30px;
  }

  .HeaderMobile-navigation {
    width: 100%;
  }

  .HeaderMobile-navigation-footer {
    text-align: left;
  }

  .HeaderMobile-navigation-footer .menu {
    margin-bottom: 0;
  }

  .HeaderMobile-navigation-main-menu .menu>.menu-item .sub-menu a img {
    width: 100px !important;
    height: 100px !important;
    padding: 0;
  }

  .HeaderMobile-navigation-main-menu .menu>.menu-item .sub-menu a span {
    text-align: left;
  }

  .HeaderMobile-navigation-main-menu .menu>.menu-item-385 .sub-menu>.menu-item a,
  .HeaderMobile-navigation-main-menu .menu>.menu-item-3582 .sub-menu>.menu-item a,
  .HeaderMobile-navigation-main-menu .menu>.menu-item-3565 .sub-menu>.menu-item a,
  .HeaderMobile-navigation-main-menu .menu>.menu-item-3574 .sub-menu>.menu-item a {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-item-align: center;
  }

  .HeaderMobile-navigation-main-menu .menu>.menu-item-385 .sub-menu>.menu-item a img,
  .HeaderMobile-navigation-main-menu .menu>.menu-item-3582 .sub-menu>.menu-item a img,
  .HeaderMobile-navigation-main-menu .menu>.menu-item-3565 .sub-menu>.menu-item a img,
  .HeaderMobile-navigation-main-menu .menu>.menu-item-3574 .sub-menu>.menu-item a img {
    margin: 0 !important;
  }

  .HeaderMobile-navigation-main-menu .menu>.menu-item-385 .sub-menu>.menu-item a span,
  .HeaderMobile-navigation-main-menu .menu>.menu-item-3582 .sub-menu>.menu-item a span,
  .HeaderMobile-navigation-main-menu .menu>.menu-item-3565 .sub-menu>.menu-item a span,
  .HeaderMobile-navigation-main-menu .menu>.menu-item-3574 .sub-menu>.menu-item a span {
    text-transform: uppercase;
    font-weight: 900;
    margin-left: 10px;
    margin-top: 40px;
  }
}

@media (max-width: 575.98px) {
  .HeaderMobile-navigation-main-menu .menu>.menu-item .sub-menu a img {
    width: 80px !important;
    height: 80px !important;
  }
}

/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.HeaderSectionNavigation {
  position: relative;
  top: 0;
  z-index: 0;
  transition: 0.5s;
  background-color: inherit;
  margin-top: -67px;
}

.HeaderSectionNavigation-nav {
  padding: 7px 40px;
  font-size: 16px;
}

.HeaderSectionNavigation--visible {
  margin-top: 0;
}

.HeaderSectionNavigation-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.HeaderSectionNavigation-button .btn {
  /*padding: 0.2em 1.5em;*/
  white-space: nowrap;
}

.HeaderSectionNavigation-button .btn span {
  color: white;
}

.HeaderSectionNavigation-button .btn .HeaderSectionNavigation-button-textXXS {
  display: none;
}

/* 992px */
@media (min-width: 1199.98px) {
  .HeaderSectionNavigation-nav-sectionSelector {
    display: none;
  }

  .HeaderSectionNavigation-nav-menu {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .HeaderSectionNavigation-nav-menu-item {
    display: inline-block;
    list-style: none;
    vertical-align: top;
    position: relative;
    margin-right: 4em;
    padding: 0.3em 0;
  }

  .HeaderSectionNavigation-nav-menu-item:not(:last-child):after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -2em;
    height: 120%;
    width: 1px;
    background-color: #e6e6e6;
  }

  .HeaderSectionNavigation-nav-menu-item>span {
    color: white;
    text-decoration: none;
    padding: 0 0 0.6em 0;
    display: inline-block;
    line-height: 1em;
    position: relative;
    cursor: pointer;
  }

  .HeaderSectionNavigation-nav-menu-item>span:hover:after {
    width: 100%;
  }

  .HeaderSectionNavigation-nav-menu-item>span:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0.3em;
    width: 0;
    background-color: #C82715;
    transition: 0.2s;
  }

  .HeaderSectionNavigation-nav-menu-item-current>span:after {
    width: 100%;
  }
}

@media (max-width: 1199.98px) {
  .HeaderSectionNavigation-nav {
    font-size: 14px;
  }

  .HeaderSectionNavigation-nav-menu-item {
    margin-right: 3em;
  }
}

/* md */
@media (max-width: 1199.98px) {
  .HeaderSectionNavigation-nav {
    font-size: 14px;
    width: 100%;
    padding: 0;
  }

  .HeaderSectionNavigation-nav--expanded .HeaderSectionNavigation-nav-sectionSelector {
    display: block;
  }

  .HeaderSectionNavigation-nav--expanded .HeaderSectionNavigation-nav-sectionSelector:after {
    content: '\E909';
  }

  .HeaderSectionNavigation-nav--expanded .HeaderSectionNavigation-nav-menu {
    display: block;
  }

  .HeaderSectionNavigation-nav-inner {
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
    margin-left: 0;
    margin-right: 0;
  }

  .HeaderSectionNavigation-nav-sectionSelector {
    display: block;
    font-weight: bold;
    line-height: 1.2em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    padding-left: 30px;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
  }

  .HeaderSectionNavigation-nav-sectionSelector:after {
    font-family: "icomoon";
    content: '\E908';
    transition: 0.4s;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }

  .HeaderSectionNavigation-nav-menu {
    display: none;
    position: absolute;
    top: 100%;
    background-color: #191919;
    box-shadow: 0 21px 20px 0 rgba(0, 0, 0, 0.2);
    padding: 0 15px 15px 30px;
    left: 0;
    margin: 0;
    width: 100%;
  }

  .HeaderSectionNavigation-nav-menu-item {
    display: block;
    line-height: 1.2em;
    padding-top: 1em;
    color: white;
    cursor: pointer;
  }

  .HeaderSectionNavigation-nav-menu-item:first-child {
    border-top: 1px solid white;
  }

  .HeaderSectionNavigation-nav-menu-item:hover {
    color: #C82715;
    font-weight: 900;
  }

  .HeaderSectionNavigation-button .btn {
    padding: 1em 2em;
  }
}

@media (max-width: 767.98px) {
  .HeaderSectionNavigation-nav-inner {
    margin-left: 0;
    margin-right: 0;
  }

  .HeaderSectionNavigation-nav-menu {
    padding: 10px 10px;
  }

  .HeaderSectionNavigation-nav-sectionSelector {
    padding-left: 10px;
  }

  .HeaderSectionNavigation-button .btn {
    font-size: 12px;
    padding: 1.4em 2em;
  }

  .HeaderSectionNavigation-button .btn i {
    display: none;
  }
}

@media (max-width: 374px) {
  .HeaderSectionNavigation-button .btn .HeaderSectionNavigation-button-text {
    display: none;
  }

  .HeaderSectionNavigation-button .btn .HeaderSectionNavigation-button-textXXS {
    display: inline;
  }
}

/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.Footer {
  position: relative;
  text-align: center;
}

.Footer-main {
  background: radial-gradient(circle, #F2F2F2 0%, #FFFFFF 0%, #E6E5E5 100%, #E6E5E5 100%);
  padding: 90px 0 50px;
}

.Footer-main-logo {
  margin-bottom: 70px;
}

.Footer-main-logo img {
  width: 220px;
}

.Footer-main-menu {
  text-align: initial;
}

.Footer-main-menu--mobile {
  display: none;
}

.Footer-main-menu .menu {
  display: flex;
  color: #191919;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: space-between;
}

.Footer-main-menu .menu a {
  color: #191919;
}

.Footer-main-menu .menu a:hover {
  text-decoration: none;
  color: #C82715;
}

.Footer-main-menu .menu>.menu-item {
  position: relative;
}

.Footer-main-menu .menu>.menu-item>a {
  display: inline-block;
  font-weight: 900;
  margin-bottom: 1em;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 1px;
}

.Footer-main-menu .menu>.menu-item.menu-item-has-children>a:after {
  font-family: "icomoon";
  content: '\E908';
  transition: 0.4s;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: -22px;
}

.Footer-main-menu .menu>.menu-item.expanded>a:after {
  top: -2px;
  transform: rotate(180deg);
}

.Footer-main-menu .menu .sub-menu {
  list-style: none;
  padding: 0;
  display: none;
  font-size: 12px;
  text-transform: uppercase;
}

.Footer-bottom {
  background: linear-gradient(0deg, #F3F3F3 0%, rgba(216, 216, 219, 0.99) 100%);
  padding: 30px 0;
}

.Footer-bottom-menu .menu {
  color: #191919;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  margin-bottom: 0.5em;
}

.Footer-bottom-menu .menu a {
  color: #191919;
}

.Footer-bottom-menu .menu>.menu-item {
  display: inline-block;
  font-size: 14px;
  line-height: 1.1em;
}

.Footer-bottom-menu .menu>.menu-item:not(:last-child) {
  padding-right: 1em;
  margin-right: 1em;
  border-right: 1px solid #191919;
}

.Footer-bottom-menu .menu>.menu-item>a {
  display: inline-block;
}

.Footer-bottom-copyright {
  font-size: 12px;
  color: #5c5c5c;
}

.Footer-bottom .BackToTop {
  position: absolute;
  right: 41px;
  bottom: 27px;
  color: #191919;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .Footer-main {
    padding-top: 100px;
    padding-bottom: 30px;
  }

  .Footer-main-logo {
    margin-bottom: 40px;
  }

  .Footer-main-menu .menu {
    font-size: 12px;
    line-height: 1.3em;
  }

  .Footer-main-menu .menu>.menu-item {
    /*max-width: 20%;*/
  }

  .Footer-main-menu .menu>.menu-item:not(:last-child) {
    margin-right: 20px;
  }

  .Footer-main-menu .menu>.menu-item>.sub-menu>.menu-item {
    margin-bottom: 0.3em;
  }
}

@media (max-width: 1024px) {
  .Footer-main-menu--desktop {
    display: none;
  }

  .Footer-main-menu--mobile {
    display: block;
  }

  .Footer-main-menu .menu {
    display: block;
    max-width: 600px;
    margin: 0 auto;
  }

  .Footer-main-menu .menu>.menu-item {
    margin-bottom: 1.5em;
    font-size: 14px;
    position: relative;
  }

  .Footer-main-menu .menu>.menu-item>a {
    font-weight: bold;
    margin-bottom: 0;
  }

  .Footer-main-menu .menu>.menu-item>a:hover {
    text-decoration: none;
  }

  .Footer-main-menu .menu>.menu-item>.sub-menu {
    display: none;
    margin-top: 1em;
  }

  .Footer-main-menu .menu>.menu-item>.sub-menu>.menu-item {
    margin-bottom: 0.3em;
    font-size: 12px;
  }

  .Footer-main-menu .menu>.menu-item>.sub-menu>.menu-item>a:hover {
    text-decoration: none;
  }
}

@media (max-width: 767.98px) {
  .Footer {
    text-align: left;
  }

  .Footer-main {
    padding: 60px 20px 10px;
  }

  .Footer-main-logo {
    text-align: center;
    margin-bottom: 45px;
  }

  .Footer-bottom {
    padding: 20px 0;
    position: relative;
  }

  .Footer-bottom>.container {
    padding-right: 70px;
  }

  .Footer-bottom-menu .menu {
    display: block;
    font-size: 0;
  }

  .Footer-bottom-menu .menu>.menu-item {
    font-size: 12px;
    margin-bottom: 0.5em;
  }

  .Footer-bottom-menu .menu>.menu-item:not(:last-child) {
    padding-right: 1em;
    margin-right: 1em;
    border-right: 1px solid black;
  }

  .Footer-bottom .BackToTop {
    right: 20px;
    top: 30px;
  }
}

/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.LanguageSwitcher {
  position: relative;
  text-align: center;
  width: 59px;
}

.LanguageSwitcher--active .LanguageSwitcher-current:before {
  display: none;
}

.LanguageSwitcher--active .LanguageSwitcher-list {
  display: block;
}

.LanguageSwitcher-current {
  position: relative;
  line-height: 2.1em;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  transition: 0.2s;
  color: white;
  padding: 6px 10px;
  transition: 0.2s;
}

.LanguageSwitcher-current:hover {
  background-color: #C82715;
  color: white;
}

.LanguageSwitcher-current:hover:before {
  display: none !important;
}

.LanguageSwitcher-current:before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 14px;
  background-color: #FFFFFF;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.LanguageSwitcher-list {
  position: absolute;
  top: 100%;
  width: 100%;
  display: none;
  background-color: #000000;
  z-index: 2;
}

.LanguageSwitcher-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.LanguageSwitcher-list li {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  color: #C82715;
  padding-bottom: 0.6em;
  padding-top: 0.6em;
  line-height: 1em;
  transition: 0.2s;
}

.LanguageSwitcher-list li:first-child {
  padding-top: 0.8em;
}

.LanguageSwitcher-list li:last-child {
  padding-bottom: 0.8em;
}

.LanguageSwitcher-list li a {
  color: white;
  margin-right: 14px;
}

.LanguageSwitcher-list li:hover {
  background-color: #C82715;
  color: white;
}

/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.MegamenuEquipment-columns2 {
  font-size: 14px;
}

.MegamenuEquipment-columns3 {
  font-size: 18px;
}

.MegamenuEquipment-columns4 {
  font-size: 14px;
}

.MegamenuEquipment-inner {
  padding: 20px;
  width: 100%;
  display: flex;
  background-color: white;
  margin-left: 0;
  margin-right: 0;
}

.MegamenuEquipment-item {
  height: 180px;
}

.MegamenuEquipment-item *:hover {
  text-decoration: none;
}

.MegamenuEquipment-item:hover .MegamenuEquipment-item-hover {
  opacity: 0.2;
}

.MegamenuEquipment-item-inner {
  border-radius: 4px;
  display: block;
  height: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.MegamenuEquipment-item-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: black;
  transition: 0.2s;
  opacity: 0;
}

.MegamenuEquipment-item-name {
  font-weight: 900;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  bottom: 76%;
  padding-left: 1em;
  padding-right: 1em;
  transform: translateX(-50%);
  width: 100%;
  line-height: 1.2em;
  letter-spacing: 0.08em;
  z-index: 2;
}

.MegamenuEquipment-item-image {
  top: 28%;
  height: 72%;
  position: absolute;
  width: 100%;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}

.MegamenuEquipment-item-backgroundText {
  position: absolute;
  bottom: 0;
  left: 0.15em;
  font-size: 6em;
  letter-spacing: 0.125em;
  line-height: 0.75;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .MegamenuEquipment {
    overflow: hidden;
    font-size: 12px;
  }

  .MegamenuEquipment-inner {
    margin-bottom: -30px;
    margin-left: 0;
    margin-right: 0;
  }

  .MegamenuEquipment-item {
    height: 125px;
    margin-bottom: 30px;
  }

  .MegamenuEquipment-item-name {
    bottom: 70%;
  }

  .MegamenuEquipment-item-image {
    top: 40%;
    height: 60%;
  }

  .MegamenuEquipment-item-backgroundText {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .MegamenuEquipment {
    overflow: hidden;
  }

  .MegamenuEquipment-inner {
    margin-bottom: -30px;
    margin-left: 0;
    margin-right: 0;
  }

  .MegamenuEquipment-item {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.SearchBox-results {
  position: relative;
}

.SearchBox-results .ajaxsearchpro {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
}

.SearchBox-results .results .mCSBap_scrollTools .mCSBap_buttonLeft,
.SearchBox-results .results .mCSBap_scrollTools .mCSBap_buttonRight {
  color: #9c9c9c;
}

.SearchBox-results .results .mCSBap_scrollTools .mCSBap_buttonLeft:after,
.SearchBox-results .results .mCSBap_scrollTools .mCSBap_buttonRight:after {
  font-family: "icomoon" !important;
  content: '\E904' !important;
  border: none !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
  font-size: 22px !important;
  height: initial !important;
  width: initial !important;
}

.SearchBox-results .results .mCSBap_scrollTools .mCSBap_buttonLeft:hover,
.SearchBox-results .results .mCSBap_scrollTools .mCSBap_buttonRight:hover {
  color: #C82715;
}

.SearchBox-results .results .mCSBap_scrollTools .mCSBap_buttonRight:after {
  content: '\E905' !important;
}

/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.Breadcrumb {
  font-size: 12px;
  padding: 2.5em 0;
  text-transform: uppercase;
  color: #999999;
}

.Breadcrumb a {
  color: #999;
  display: inline-block;
  margin-right: 0.6em;
}

.Breadcrumb a:not(:first-child) {
  margin-left: 0.6em;
}

.Breadcrumb .breadcrumb_last {
  display: inline-block;
  margin-left: 0.6em;
  color: #191919;
}

@media (max-width: 991.98px) {
  .Breadcrumb {
    font-size: 11px;
    padding: 1.8em 0;
  }
}

@media (max-width: 767.98px) {
  .Breadcrumb {
    display: none;
  }
}

/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.SectionHeader {
  margin-top: 80px;
  margin-bottom: 70px;
  position: relative;
}

.SectionHeader>*:last-child {
  margin-bottom: 0;
}

.SectionHeader-pretitle {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0.3em;
}

.SectionHeader-title {
  /*text-transform: uppercase;*/
  font-weight: 900;
  font-size: 75px;
  letter-spacing: 1.39px;
  margin-bottom: 0.5em;
  line-height: 1.3em;
  word-break: break-word;
}

.SectionHeader-description {
  font-size: 20px;
  margin-bottom: 3.5em;
}

.SectionHeader--dark {
  color: white;
}

.SectionHeader--left.SectionHeader--middle {
  max-width: 850px;
  margin-right: auto;
}

.SectionHeader--left .SectionHeader-description {
  margin-right: auto;
}

.SectionHeader--right {
  text-align: right;
}

.SectionHeader--right.SectionHeader--middle {
  max-width: 850px;
  margin-left: auto;
}

.SectionHeader--right .SectionHeader-title {
  margin-right: 86px;
  transform: translateX(15px);
}

.SectionHeader--right .SectionHeader-description {
  margin-right: 86px;
  margin-left: auto;
}

@media (max-width: 1199.98px) {
  .SectionHeader {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .SectionHeader-pretitle {
    font-size: 15px;
  }

  .SectionHeader-title {
    font-size: 50px;
  }

  .SectionHeader-description {
    font-size: 18px;
  }

  .SectionHeader--right .SectionHeader-title {
    margin-right: 60px;
    transform: translateX(4px);
  }

  .SectionHeader--right .SectionHeader-description {
    margin-right: 60px;
  }
}

@media (max-width: 1024px) {
  .SectionHeader-pretitle {
    font-size: 14px;
  }

  .SectionHeader-title {
    font-size: 38px;
    margin-bottom: 0.9em;
    letter-spacing: 2.5px;
  }

  .SectionHeader-description {
    font-size: 16px;
    line-height: 1.5em;
  }
}

@media (max-width: 991.98px) {
  .SectionHeader {
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .SectionHeader--right .SectionHeader-title {
    margin-right: 40px;
    transform: translateX(4px);
  }

  .SectionHeader--right .SectionHeader-description {
    margin-right: 40px;
  }
}

@media (max-width: 767.98px) {
  .SectionHeader {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .SectionHeader-title {
    margin-bottom: 0.9em;
  }

  .SectionHeader-description {
    font-size: 16px;
    line-height: 24px;
  }

  .SectionHeader--right .SectionHeader-title {
    margin-right: 20px;
    transform: translateX(4px);
  }

  .SectionHeader--right .SectionHeader-description {
    margin-right: 20px;
  }
}

@media (max-width: 575.98px) {
  .SectionHeader-title {
    letter-spacing: 0.5px;
    font-size: 36px;
  }
}

/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.FooterBanner {
  /*margin-top: 130px;*/
  margin-bottom: 0px;
  color: white;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.FooterBanner.contact {
  background-image: url("/content/themes/bhdmestico/assets/components/footer-banner/img/banner-cta.jpg");
}

.FooterBanner.contact:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: -50%;
  height: calc(100% + 100px);
  transform: skew(25deg, 0deg);
  width: 50%;
  background-color: white;
  transition: 0.2s;
  z-index: 0;
}

.FooterBanner.advice {
  background-image: url("/content/themes/bhdmestico/assets/components/footer-banner/img/asesoramiento-banner.jpg");
}

.FooterBanner-inner {
  display: flex;
  justify-content: space-between;
}

.FooterBanner-left {
  width: 36%;
  padding-top: 75px;
  align-self: flex-start;
}

.FooterBanner-left-title {
  font-size: 36px;
  margin-bottom: 0.5em;
  line-height: 45px;
  width: 80%;
}

.FooterBanner-center {
  width: 100%;
  text-align: center;
  padding: 100px 0;
  font-size: 18px;
}

.FooterBanner-center-title {
  font-size: 36px;
  line-height: 45px;
}

.FooterBanner-center a {
  margin-top: 30px;
}

.FooterBanner-right {
  width: 37%;
  padding-bottom: 75px;
  padding-top: 160px;
  align-self: flex-end;
  font-size: 22px;
}

.FooterBanner-right-title {
  font-size: 36px;
  margin-bottom: 0.5em;
  line-height: 45px;
  width: 80%;
}

.FooterBanner-right-title.onlyMobile {
  display: none;
}

.FooterBanner-right p:last-child {
  margin-bottom: 0;
}

.FooterBanner-right a {
  color: #191919;
  margin-top: 45px;
}

.FooterBanner-image {
  height: 430px;
  text-align: center;
}

.FooterBanner-image img {
  top: -80px;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  -webkit-filter: drop-shadow(rgba(0, 0, 0, 0.5) 0 34px 17px);
  filter: drop-shadow(rgba(0, 0, 0, 0.5) 0 34px 17px);
}

.FooterBanner-buttonset .btn {
  display: block;
  text-align: center;
}

.FooterBanner-buttonset .btn:not(:last-child) {
  margin-bottom: 20px;
}

.FooterBanner-contact-phone {
  font-size: 44px;
  line-height: 1.1em;
  font-weight: bold;
  color: inherit;
}

.FooterBanner-contact-phone:hover {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 1199.98px) {
  .FooterBanner {
    margin-top: 100px;
  }

  .FooterBanner-left {
    padding-top: 50px;
    align-self: flex-start;
  }

  .FooterBanner-left-title {
    font-size: 30px;
    margin-bottom: 0.5em;
    line-height: 1.2em;
  }

  .FooterBanner-center {
    padding: 80px 0;
  }

  .FooterBanner-center-title {
    font-size: 30px;
    line-height: 1.2em;
  }

  .FooterBanner-center a {
    margin-top: 25px;
  }

  .FooterBanner-right {
    padding-bottom: 50px;
    font-size: 18px;
    padding-top: 100px;
  }

  .FooterBanner-right-title {
    font-size: 30px;
    margin-bottom: 0.5em;
    line-height: 1.2em;
  }

  .FooterBanner-right p {
    line-height: 1.3;
  }

  .FooterBanner-right a {
    margin-top: 30px;
  }

  .FooterBanner-image {
    height: 320px;
  }

  .FooterBanner-image img {
    top: -40px;
  }

  .FooterBanner-contact-phone {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-size: 30px;
  }

  .FooterBanner-buttonset .btn {
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .FooterBanner {
    margin-top: 80px;
  }

  .FooterBanner-right {
    width: 40%;
  }

  .FooterBanner-left-title {
    font-size: 28px;
    margin-bottom: 0.5em;
    line-height: 1.2em;
  }

  .FooterBanner-buttonset .btn {
    font-size: 12px;
  }
}

@media (max-width: 991.98px) {
  .FooterBanner {
    margin-top: 80px;
  }

  .FooterBanner-center {
    padding: 50px 0;
    font-size: 16px;
  }

  .FooterBanner-center-title {
    font-size: 28px;
    line-height: 1.2em;
  }

  .FooterBanner-right-title {
    font-size: 28px;
    margin-bottom: 0.5em;
    line-height: 1.2em;
    width: 100%;
  }

  .FooterBanner-right-title a {
    margin-top: 25px;
  }
}

@media (max-width: 767.98px) {
  .FooterBanner {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .FooterBanner.contact {
    background-image: url("/content/themes/bhdmestico/assets/components/footer-banner/img/banner-cta-mobile.jpg");
  }

  .FooterBanner.contact:before {
    content: none;
  }

  .FooterBanner.advice {
    background-image: url("/content/themes/bhdmestico/assets/components/footer-banner/img/asesoramiento-banner-mobile.jpg");
    background-position: bottom;
  }

  .FooterBanner-inner {
    display: block;
    padding: 15% 0;
  }

  .FooterBanner-left {
    padding-top: 0;
    width: initial;
    text-align: center;
    margin-bottom: 30px;
  }

  .FooterBanner-left-title {
    font-size: 24px;
  }

  .FooterBanner-center {
    padding: 0;
    font-size: 14px;
  }

  .FooterBanner-center-title {
    font-size: 24px;
    line-height: 30px;
  }

  .FooterBanner-center a {
    margin-top: 19px;
  }

  .FooterBanner-right {
    padding-bottom: 0;
    padding-top: 0;
    width: initial;
    text-align: center;
    width: 80%;
    margin: 0 auto;
  }

  .FooterBanner-right-title {
    font-size: 24px;
    letter-spacing: 0.67px;
    margin-bottom: 20px;
    display: none;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .FooterBanner-right-title.onlyMobile {
    display: block;
  }
}

/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.Deco-circles {
  position: absolute;
  z-index: -1;
  max-width: 50%;
  width: 800px;
  right: 0;
}

.Deco-circles--left {
  left: 0;
}

.Deco-circles--left:after {
  transform: scaleX(-1);
}

.Deco-circles--right {
  right: 0;
}

.Deco-circles:after {
  content: '';
  display: block;
  background: url(components/deco/img/circles.png);
  background-size: cover;
  padding-bottom: 106.45%;
}

.Deco-backgroundSeparator {
  position: absolute;
  z-index: 0;
  width: 100%;
}

.Deco-backgroundSeparator--start {
  top: 0;
  left: 0;
}

.Deco-backgroundSeparator--start:before {
  content: '';
  width: 100%;
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to left bottom, white 49.5%, transparent 50%);
}

.Deco-backgroundSeparator--end {
  bottom: 0;
}

.Deco-backgroundSeparator--end:after {
  content: '';
  width: 100%;
  height: 150px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to left top, white 49.5%, transparent 50%);
}

@media (max-width: 1199.98px) {
  .Deco-backgroundSeparator--start:before {
    height: 110px;
  }

  .Deco-backgroundSeparator--end:after {
    height: 110px;
  }
}

@media (max-width: 991.98px) {
  .Deco-backgroundSeparator--start:before {
    height: 70px;
  }

  .Deco-backgroundSeparator--end:after {
    height: 70px;
  }
}

@media (max-width: 767.98px) {
  .Deco-circles {
    width: 110%;
    max-width: initial;
  }

  .Deco-backgroundSeparator--start:before {
    height: 50px;
  }

  .Deco-backgroundSeparator--end:after {
    height: 50px;
  }
}

/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
/* Bullets */
.custom .tp-bullet {
  border-radius: 50%;
  background-color: white;
  transition: 0.2s;
  width: 13px;
  height: 13px;
  border: 2px solid white;
}

.custom .tp-bullet.selected {
  background-color: transparent;
  transform: scale(1.5);
  border: 1px solid white;
  top: 1px !important;
}

.custom .tp-bullet:not(.selected):hover {
  background-color: #C82715;
  border: 2px solid #C82715;
}

/* Arrows */
.tparrows {
  background: initial;
  width: initial;
  height: initial;
  font-size: 45px;
  color: #F2F2F2;
  opacity: 0.3 !important;
}

.tparrows:hover {
  background: initial;
  color: #C82715;
  opacity: 0.8 !important;
}

.tp-leftarrow:before {
  content: "\E908" !important;
  font-size: inherit !important;
  color: inherit !important;
  transition: 0.2s;
  transform: rotate(90deg);
}

.tp-rightarrow:before {
  content: "\E908" !important;
  font-size: inherit !important;
  color: inherit !important;
  transition: 0.2s;
  transform: rotate(-90deg);
}

.tparrows:before {
  font-family: "icomoon" !important;
}

/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.nav {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  justify-content: center;
  align-items: flex-end;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  font-size: 14px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.nav-tabs-wrapper {
  position: relative;
}

.nav-tabs-wrapper:after {
  content: '';
  position: absolute;
  bottom: 0.4em;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #191919;
  z-index: -1;
}

.nav-tabs .nav-item {
  line-height: 1.3;
  text-align: center;
}

.nav-tabs .nav-link {
  border-bottom: 1em solid transparent;
  color: #7f7f7f;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  color: #191919;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #191919;
  background-color: transparent;
  border-color: #C82715;
  font-weight: bold;
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

@media (max-width: 767.98px) {
  .nav {
    display: block;
  }

  .nav-tabs {
    padding-left: 20px;
    padding-right: 20px;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
  }

  .nav-tabs-wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }

  .nav-tabs-wrapper:before {
    content: '';
    position: absolute;
    right: 0;
    height: calc(100% - 20px);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
    width: 50px;
    z-index: 1;
  }

  .nav-item {
    width: 44%;
    display: inline-block;
    white-space: normal;
    vertical-align: bottom;
  }
}

/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.ScrollHelpers {
  display: none;
}

.ScrollHelpers-item {
  text-transform: uppercase;
  width: 400px;
  color: #191919;
  font-weight: bold;
  position: absolute;
  letter-spacing: 0.4em;
  font-size: 13px;
  z-index: 9;
  transition: top 0.8s ease-in-out, opacity 0.5s;
}

.ScrollHelpers-item--down {
  border-bottom: 1px solid #191919;
  transform-origin: left bottom;
  transform: rotate(90deg);
  top: calc(100vh - 300px);
  left: 3em;
}

.ScrollHelpers-item--up {
  border-top: 1px solid #191919;
  transform-origin: right bottom;
  transform: rotate(-90deg);
  bottom: 450px;
  right: 10em;
}

.ScrollHelpers-item--hidden {
  opacity: 0;
}

@media (max-width: 991.98px) {
  .ScrollHelpers-item {
    font-size: 11px;
  }
}

/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.ScrollHelpersIcon {
  position: relative;
}

.ScrollHelpersIcon-item {
  width: 100%;
  height: 100%;
  position: absolute;
  transition: top 0.8s ease-in-out, opacity 0.5s;
  bottom: calc(100% - 60px);
  z-index: 10;
}

.ScrollHelpersIcon-item--down {
  /*
        border-bottom: 1px solid $color-black;
        transform-origin: left bottom;
        transform: rotate(90deg);
        top: calc(100vh - 300px);
        left: 3em;
        */
}

.ScrollHelpersIcon-item-img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 55px;
  position: relative;
  /*bottom: 15px;*/
  /*left: 46%;*/
  -webkit-animation: 5s fadeIn;
  animation: 5s fadeIn;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.ScrollHelpersIcon-item--up {
  border-top: 1px solid #191919;
  transform-origin: right bottom;
  transform: rotate(-90deg);
  bottom: 450px;
  right: 10em;
}

.ScrollHelpersIcon-item--hidden {
  opacity: 0;
  -webkit-animation: zindexscroll 5s;
  animation: zindexscroll 5s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.ScrollHelpersIcon-item--hidden img {
  z-index: -1;
}

@-webkit-keyframes zindexscroll {
  from {
    z-index: 0;
  }

  to {
    z-index: 0;
  }
}

@keyframes zindexscroll {
  from {
    z-index: 0;
  }

  to {
    z-index: 0;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    top: -60px;
  }

  100% {
    visibility: visible;
    opacity: 1;
    top: 0px;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    top: -60px;
  }

  100% {
    visibility: visible;
    opacity: 1;
    top: 0px;
  }
}

@media (min-width: 768px) {
  .ScrollHelpersIcon {
    position: relative;
  }

  .ScrollHelpersIcon-item {
    bottom: 103px;
  }

  .ScrollHelpersIcon-item-img {
    position: unset;
  }
}

@media (min-width: 992px) {
  .ScrollHelpersIcon {
    position: relative;
  }

  .ScrollHelpersIcon-item {
    /*bottom: calc(100% - 100px);*/
  }
}

/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.PageHero-color {
  text-align: center;
  position: relative;
  padding-top: 50px;
  padding-bottom: 120px;
}

.PageHero-color-title {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 80px;
  letter-spacing: 0.1em;
  line-height: 1.1em;
  margin-bottom: 0.2em;
  position: relative;
}

.PageHero-color-title span {
  position: relative;
  padding: 0 20px;
}

.PageHero-color-title:before {
  content: '';
  position: absolute;
  bottom: 12px;
  left: 0;
  height: 20px;
  width: 0;
  background-color: #C82715;
  transition: 0.2s;
  animation: line-growth 1s ease-in-out 2s forwards;
  z-index: 0;
}

.PageHero-color-subtitle {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1.2em;
  font-weight: normal;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .PageHero-color {
    padding-top: 40px;
    padding-bottom: 90px;
  }

  .PageHero-color-title {
    font-size: 60px;
  }

  .PageHero-color-subtitle {
    font-size: 30px;
  }

  .PageHero-color:after {
    height: 50px;
  }
}

@media (max-width: 767.98px) {
  .PageHero-color {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .PageHero-color-title {
    font-size: 40px;
  }

  .PageHero-color-title:before {
    bottom: 5px;
    height: 10px;
  }

  .PageHero-color-subtitle {
    font-size: 24px;
    line-height: 1.3em;
  }

  .PageHero-color:after {
    width: 55%;
    height: 50px;
  }
}

.PageHero-image {
  background-size: cover;
  background-position: center;
  /*background-attachment: fixed;*/
  height: 626px;
  position: relative;
}

.PageHero-image:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.PageHero-image-inner {
  display: flex;
  align-items: center;
  height: 100%;
  text-align: center;
  justify-content: center;
  color: white;
  position: relative;
  padding-bottom: 90px;
}

.PageHero-image-title {
  font-weight: 900;
  font-size: 80px;
  letter-spacing: 0.1em;
  line-height: 1.25em;
  /*text-transform: uppercase;*/
  word-break: break-word;
  position: relative;
  display: initial;
}

.PageHero-image-title span {
  position: relative;
  /*padding: 0 20px;*/
}

.PageHero-image-title:before {
  content: '';
  position: absolute;
  bottom: 12px;
  left: 0;
  height: 20px;
  width: 0;
  background-color: #C82715;
  transition: 0.2s;
  animation: line-growth 1s ease-in-out 2s forwards;
  z-index: 0;
}

.PageHero-image-subtitle {
  font-size: 36px;
  line-height: 1.25em;
  margin-top: 20px;
}

.PageHero-image-button {
  margin-top: 3em;
}

.PageHero-image-button .btn {
  padding-left: 4em;
  padding-right: 4em;
}

@media (max-width: 1199.98px) {
  .PageHero-image:after {
    height: 70px;
  }

  .PageHero-image-inner {
    padding-bottom: 70px;
  }

  .PageHero-image-title {
    font-size: 65px;
  }

  .PageHero-image-subtitle {
    font-size: 30px;
  }
}

@media (max-width: 991.98px) {
  .PageHero-image:after {
    height: 50px;
  }

  .PageHero-image-inner {
    padding-bottom: 50px;
  }

  .PageHero-image-title {
    font-size: 60px;
  }

  .PageHero-image-subtitle {
    font-size: 30px;
    margin-top: 15px;
  }
}

@media (max-width: 767.98px) {
  .PageHero-image {
    /*height: 567px;*/
    height: calc(100vh - 160px);
  }

  .PageHero-image:after {
    height: 46px;
  }

  .PageHero-image-inner {
    padding-bottom: 46px;
  }

  .PageHero-image-title {
    font-size: 34px;
  }

  .PageHero-image-title:before {
    bottom: 5px;
    height: 10px;
  }

  .PageHero-image-subtitle {
    font-size: 24px;
  }
}

@media (max-width: 575.98px) {
  .PageHero-image {
    /*height: 567px;*/
    height: calc(100vh - 160px);
  }
}

@keyframes line-growth {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@media (min-width: 1440px) {
  .PageHero-image {
    height: 700px;
  }
}

@media (min-width: 1780px) {
  .PageHero-image {
    /*height: 750px;*/
  }
}

.PageHero-video {
  height: 626px;
  position: relative;
}

.PageHero-video:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.PageHero-video-inner {
  display: flex;
  align-items: center;
  height: 100%;
  text-align: center;
  justify-content: center;
  color: white;
  position: relative;
}

.PageHero-video-title {
  font-weight: 900;
  font-size: 80px;
  letter-spacing: 0.1em;
  line-height: 1.25em;
  /*text-transform: uppercase;*/
  position: relative;
  display: initial;
}

.PageHero-video-title span {
  position: relative;
  /*padding: 0 20px;*/
}

.PageHero-video-title:before {
  content: '';
  position: absolute;
  bottom: 12px;
  left: 0;
  height: 20px;
  width: 0;
  background-color: #C82715;
  transition: 0.2s;
  animation: line-growth 1s ease-in-out 2s forwards;
  z-index: 0;
}

.PageHero-video-subtitle {
  font-size: 36px;
  line-height: 1.25em;
  margin-top: 20px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.PageHero-video-button {
  margin-top: 1em;
  display: inline-block;
  width: 100%;
}

.PageHero-video-button .btn {
  color: white;
  display: flex;
  padding: 0;
  justify-content: center;
}

.PageHero-video-button .btn .video-button {
  position: relative;
  border-radius: 50px;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 15px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  z-index: 1;
  overflow: hidden;
}

.PageHero-video-button .btn .video-button:before,
.PageHero-video-button .btn .video-button:after {
  content: '';
  position: absolute;
  height: 57px;
  width: 57px;
  bottom: 100%;
  left: 1px;
  z-index: -5;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  border-radius: 50px;
}

.PageHero-video-button .btn .video-button:before {
  background-color: red;
}

.PageHero-video-button .btn .video-button:after {
  background-color: #C82715;
}

.PageHero-video-button .btn .video-button:hover:before,
.PageHero-video-button .btn .video-button:hover:after {
  -webkit-transform: translate3d(0, 102%, 0);
  transform: translate3d(0, 102%, 0);
}

.PageHero-video-button .btn .video-button:hover:after {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}

.PageHero-video-button .btn .video-button i {
  margin: 0;
  font-size: 60px;
}

@media (max-width: 1199.98px) {
  .PageHero-video-title {
    font-size: 65px;
  }

  .PageHero-video-subtitle {
    font-size: 30px;
  }
}

@media (max-width: 991.98px) {
  .PageHero-video {
    /*height: 500px;*/
  }

  .PageHero-video-title {
    font-size: 65px;
  }

  .PageHero-video-subtitle {
    font-size: 24px;
    margin-top: 15px;
  }
}

@media (max-width: 767.98px) {
  .PageHero-video {
    height: calc(100vh - 160px);
  }

  .PageHero-video-content {
    width: 80%;
    margin: 0 auto;
  }

  .PageHero-video-title {
    font-size: 34px;
  }

  .PageHero-video-title:before {
    bottom: 5px;
    height: 10px;
  }

  .PageHero-video-subtitle {
    width: 70%;
  }
}

@media (max-width: 575.98px) {
  .PageHero-video-subtitle {
    width: 90%;
  }
}

@media (min-width: 1440px) {
  .PageHero-video {
    height: 700px;
  }
}

@media (min-width: 1780px) {
  .PageHero-video {
    /*height: 750px;*/
  }
}

.PageHero-text .SectionHeader {
  /*max-width: 800px;*/
  margin-top: 40px;
  margin-bottom: 100px;
  text-align: center;
}

.PageHero-text .SectionHeader-title {
  font-size: 80px;
  margin-bottom: 20px;
}

.PageHero-text .SectionHeader-description {
  font-size: 36px;
  width: 60%;
  margin: 0 auto;
}

body.page-template .SectionHeader {
  margin-bottom: 0;
}

@media (max-width: 1199.98px) {
  .PageHero-text .SectionHeader-title {
    font-size: 50px;
  }

  .PageHero-text .SectionHeader-description {
    font-size: 30px;
  }
}

@media (max-width: 991.98px) {
  .PageHero-text .SectionHeader {
    margin-top: 30px;
    margin-bottom: 60px;
  }

  .PageHero-text .SectionHeader-description {
    font-size: 26px;
  }
}

@media (max-width: 767.98px) {
  .PageHero-text .SectionHeader {
    margin-bottom: 50px;
    text-align: center;
  }

  .PageHero-text .SectionHeader-title {
    font-size: 40px;
  }

  .PageHero-text .SectionHeader-description {
    font-size: 22px;
  }
}

.PageHero {
  /*z-index: -2;*/
}

.PageHero-backgroundSlash {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.PageHero-backgroundSlash:before {
  content: '';
  position: absolute;
  background-color: white;
  left: 100%;
  height: 80vh;
  width: 65%;
  top: -75px;
  transform: skew(25deg, 0deg);
  transition: 0.2s;
  z-index: 1;
  -webkit-animation: slash-hero 2s ease-in-out 1s forwards;
  animation: slash-hero 2s ease-in-out 1s forwards;
}

@-webkit-keyframes slash-hero {
  from {
    left: 160%;
  }

  to {
    left: 100%;
  }
}

@keyframes slash-hero {
  from {
    left: 160%;
  }

  to {
    left: 100%;
  }
}

@media (min-width: 565px) {
  .PageHero-backgroundSlash:before {
    top: -75px;
    height: 100vh;
  }
}

@media (min-width: 768px) {
  .PageHero-backgroundSlash:before {
    top: -81px;
    height: 200vh;
  }
}

@media (min-width: 992px) {
  .PageHero-backgroundSlash:before {
    top: -81px;
    height: 240vh;
  }
}

@media (min-width: 1200px) {
  .PageHero-backgroundSlash:before {
    top: -98px;
    height: 300vh;
  }
}

/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.HighlightsCarousel {
  position: relative;
  z-index: 1;
}

.HighlightsCarousel .slick-list {
  padding-right: 20% !important;
  /*padding-left: $slide-overflow-xl!important;*/
}

.HighlightsCarousel .slick-slide {
  margin-right: 35px;
  margin-left: 35px;
  outline: none;
}

.HighlightsCarousel .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.HighlightsCarousel-slide {
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 50px;
}

.HighlightsCarousel-slide-header {
  height: 200px;
  position: relative;
  margin-bottom: 30px;
}

.HighlightsCarousel-slide-header-inner {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #191919;
  text-align: left;
  transition: 0.7s ease-out 0.3s;
}

.HighlightsCarousel-slide-title {
  line-height: 1.2;
  margin-bottom: 0.4em;
  font-size: 36px;
  letter-spacing: 0;
  font-weight: normal;
  text-transform: uppercase;
}

.HighlightsCarousel-slide-subtitle {
  font-size: 18px;
  line-height: 1.3em;
  letter-spacing: 0;
}

.HighlightsCarousel-slide-image {
  background-size: cover;
  background-position: center;
  padding-bottom: 100%;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2);
  /*height:380px;*/
}

.HighlightsCarousel-dots .slick-dots {
  position: absolute;
  right: calc(20% + 35px);
  width: calc(80% - 120px);
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}

@media (max-width: 1281px) {
  .HighlightsCarousel .slick-list {
    padding-right: 20%;
    padding-left: 20%;
  }

  .HighlightsCarousel .slick-slide {
    margin-right: 25px;
    margin-left: 25px;
  }

  .HighlightsCarousel-slide {
    margin-bottom: 50px;
  }

  .HighlightsCarousel-slide-header {
    height: 230px;
  }

  .HighlightsCarousel-arrows-previous,
  .HighlightsCarousel-arrows-next {
    font-size: 38px;
  }

  .HighlightsCarousel-arrows-previous {
    left: calc(20% + 25px + 40px);
  }

  .HighlightsCarousel-arrows-next {
    right: calc(20% + 25px + 40px);
  }

  .HighlightsCarousel-dots .slick-dots {
    right: calc(20% + 25px);
    width: calc(80% - 100px);
  }
}

@media (max-width: 1199.98px) {
  .HighlightsCarousel-slide-title {
    font-size: 32px;
  }

  .HighlightsCarousel-dots .slick-dots {
    right: calc(20% + 25px);
    width: calc(80% - 100px);
  }
}

@media (max-width: 1024px) {
  .HighlightsCarousel-slide-title {
    font-size: 28px;
  }

  .HighlightsCarousel-slide-subtitle {
    font-size: 16px;
  }
}

@media (max-width: 991.98px) {
  .HighlightsCarousel .slick-list {
    padding-right: 20%;
    padding-left: 20%;
  }

  .HighlightsCarousel-slide-title {
    font-size: 28px;
  }

  .HighlightsCarousel-slide-subtitle {
    font-size: 16px;
  }

  .HighlightsCarousel-dots .slick-dots {
    /*right: calc(20% + 25px);*/
    /*width: calc(60% - 50px);*/
  }
}

@media (max-width: 767.98px) {
  .HighlightsCarousel .slick-list {
    padding-right: 9% !important;
    padding-left: 9% !important;
  }

  .HighlightsCarousel .slick-slide {
    margin-right: 10px;
    margin-left: 10px;
  }

  .HighlightsCarousel-slide {
    margin-bottom: 50px;
  }

  .HighlightsCarousel-slide-header {
    height: 120px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .HighlightsCarousel-slide-header-inner {
    padding: 0;
  }

  .HighlightsCarousel-slide-title {
    font-size: 26px;
    text-align: center;
    letter-spacing: 0.67px;
    line-height: 1.4;
  }

  .HighlightsCarousel-slide-subtitle {
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
  }

  .HighlightsCarousel-slide-image {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  }

  .HighlightsCarousel-arrows-previous,
  .HighlightsCarousel-arrows-next {
    font-size: 26px;
    bottom: 80px;
    top: unset;
  }

  .HighlightsCarousel-arrows-previous {
    left: calc(9% + 10px + 15px);
  }

  .HighlightsCarousel-arrows-next {
    right: calc(9% + 10px + 15px);
  }

  .HighlightsCarousel-dots .slick-dots {
    bottom: 20px;
    right: calc(9% + 10px);
    width: calc(82% - 20px);
    justify-content: center;
  }

  .HighlightsCarousel-dots .slick-dots li {
    height: 5px;
  }
}

@media (max-width: 575.98px) {
  .HighlightsCarousel-slide-title {
    font-size: 24px;
  }

  .HighlightsCarousel-slide-header {
    height: 150px;
  }
}

@media (min-width: 1600px) {
  /*.HighlightsCarousel .slick-slide {
		max-width: 540px;
	}
	
	.slick-track {
		transform: translateX(calc(1.6% + -1314px)) !important;
	}*/
}

/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.parallax-background {
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.2s;
}

@media (max-width: 1024.98px) {
  .parallax-background {
    background-size: cover;
    background-attachment: initial;
  }
}

/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
/*------------------------------------*\
  #COOKIE BANNER
\*------------------------------------*/
.cookiebanner {
  background: white;
  position: fixed;
  z-index: 120;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 12px;
  transform: translateY(100%);
  transition: .4s ease-in-out;
}

.cookiebanner-content {
  display: block;
  max-width: 100%;
  width: 1024px;
  height: auto;
  margin: 0 auto;
  padding: 10px;
  overflow: hidden;
}

.cookiebanner[open] {
  box-shadow: #121212 2px 2px 14px 2px;
  transform: translateY(0);
}

.cookiebanner-title {
  font-size: 1.5em;
  line-height: 1.65em;
  font-weight: 700;
  color: #434343;
  padding: 5px 0;
  margin: 0;
}

@media screen and (max-width: 992px) {
  .cookiebanner-title {
    font-size: 1.4em;
    line-height: 1.55em;
  }
}

@media screen and (max-width: 767px) {
  .cookiebanner-title {
    font-size: 1.3em;
    line-height: 1.5em;
  }
}

.cookiebanner-text {
  font-size: 1.1em;
  line-height: 1.25em;
  font-weight: 400;
  color: #434343;
  padding: 5px 0;
  margin: 0;
}

.cookiebanner-text a {
  color: #434343;
  text-decoration: underline;
}

@media screen and (max-width: 992px) {
  .cookiebanner-text {
    font-size: 1.05em;
    line-height: 1.4em;
  }
}

@media screen and (max-width: 767px) {
  .cookiebanner-text {
    font-size: 1em;
    line-height: 1.5em;
  }
}

.cookiebanner-buttons {
  padding: 5px 0;
}

.cookiebanner-buttons-left {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .cookiebanner-buttons-left {
    width: 100%;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .cookiebanner-buttons-left {
    width: auto;
  }
}

.cookiebanner-buttons-right {
  display: inline-block;
  vertical-align: middle;
  float: right;
}

@media screen and (max-width: 767px) {
  .cookiebanner-buttons-right {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .cookiebanner-buttons-right {
    margin-top: 0;
  }
}

.cookiebanner-buttons-table {
  display: inline-table;
  width: 100%;
}

.cookiebanner-buttons-table-row {
  display: table-row;
}

.cookiebanner-buttons-select {
  display: table-cell;
  border: 1px solid #cccccc;
  padding: 4px 9px;
  margin: 0;
  border-radius: 4px 0 0 4px;
}

.cookiebanner-buttons-table--onlyselect .cookiebanner-buttons-select {
  border-radius: 4px;
}

.cookiebanner-buttons-details {
  display: table-cell;
  padding: 4px 4px 4px 4px;
  margin: 0;
  border: 1px solid #cccccc;
  border-left: none;
  border-radius: 0 4px 4px 0;
  background-color: #f6f6f9;
  text-align: center;
}

.cookiebanner-buttons-details-link {
  font-size: 1em;
  color: #434343;
}

.cookiebanner-buttons-table--onlyselect .cookiebanner-buttons-details {
  display: none;
}

.cookiebanner-buttons-btn {
  display: inline-block;
  position: relative;
  margin: 0 15px 0 0;
}

@media screen and (max-width: 767px) {
  .cookiebanner-buttons-btn {
    margin: 0 5px 0 0;
  }
}

.cookiebanner-buttons-btn-input {
  display: inline-block;
  vertical-align: middle;
}

.cookiebanner-buttons-btn-label {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.1em;
  line-height: 1.1em;
}

@media screen and (max-width: 767px) {
  .cookiebanner-buttons-btn-label {
    font-size: 1em;
    line-height: 1em;
  }
}

.cookiebanner-buttons-btnaccept {
  display: inline-block;
  background-color: #DC0028;
  border: 1px solid #DC0028;
  padding: 3px 2px;
  min-width: 80px;
  color: #ffffff;
  text-decoration: none;
  margin: 0;
  z-index: 10;
  font-size: 1.2em;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  border-radius: 100px;
}

.cookiebanner-buttons-btnaccept:hover {
  color: white;
  cursor: pointer;
  text-decoration: none;
  background-color: #b12313;
  border-color: #b12313;
  outline: none !important;
}

@media screen and (max-width: 767px) {
  .cookiebanner-buttons-btnaccept {
    font-size: 1.1em;
  }
}

.cookiebanner-buttons-radio-block {
  display: table-cell;
}

.cookiebanner-buttons-radio-block-int {
  border: 1px solid #cccccc;
  padding: 4px 9px;
  margin: 5px 5px;
  border-radius: 4px;
}

.cookiebanner-buttons-radio-block:first-child .cookiebanner-buttons-radio-block-int {
  margin-left: 0;
}

.cookiebanner-buttons-radio-block:last-child .cookiebanner-buttons-radio-block-int {
  margin-right: 0;
}

.cookiebanner-buttons-radio-block-title {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 1.1em;
  line-height: 1.1em;
}

@media screen and (max-width: 767px) {
  .cookiebanner-buttons-radio-block-title {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
    font-size: 1em;
    line-height: 1em;
  }
}

.cookiebanner-buttons-radio .cookiebanner-buttons-radio-block .cookiebanner-buttons-btn:last-child {
  margin-right: 0;
}

.cookiebanner label {
  margin-bottom: 0;
}

/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.ProductDropdownMonitors {
  position: relative;
  top: 0;
  z-index: 0;
  transition: 0.5s;
  background-color: inherit;
  margin-top: -67px;
}

.ProductDropdownMonitors--visible {
  margin-top: 0;
}

.ProductDropdownMonitors-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ProductDropdownMonitors-button .btn {
  /*padding: 0.2em 1.5em;*/
  white-space: nowrap;
}

.ProductDropdownMonitors-nav {
  font-size: 14px;
  max-width: 75%;
}

.ProductDropdownMonitors-nav-sectionSelector {
  padding-left: 20px;
  padding-right: 50px;
}

.ProductDropdownMonitors-nav-sectionSelector.onlyOne {
  padding-right: 20px;
}

.ProductDropdownMonitors-nav-menu {
  padding: 0 20px 10px;
}

.ProductDropdownMonitors-nav--expanded .ProductDropdownMonitors-nav-sectionSelector {
  display: block;
}

.ProductDropdownMonitors-nav--expanded .ProductDropdownMonitors-nav-sectionSelector:after {
  font-family: "icomoon";
  content: '\E909';
  transition: 0.4s;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-weight: 200;
  font-size: 18px;
  padding: 10px;
}

.ProductDropdownMonitors-nav--expanded .ProductDropdownMonitors-nav-menu {
  display: block;
}

.ProductDropdownMonitors-nav-inner {
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
  margin-left: 0;
  margin-right: 0;
}

.ProductDropdownMonitors-nav-sectionSelector {
  display: block;
  padding-top: 1.4em;
  padding-bottom: 1.4em;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.ProductDropdownMonitors-nav-sectionSelector:after {
  font-family: "icomoon";
  content: '\E908';
  transition: 0.4s;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-weight: 200;
  font-size: 18px;
  padding: 10px;
}

.ProductDropdownMonitors-nav-sectionSelector.onlyOne:after {
  content: "";
}

.ProductDropdownMonitors-nav-menu {
  display: none;
  position: absolute;
  top: 100%;
  background-color: #191919;
  box-shadow: 0 21px 20px 0 rgba(0, 0, 0, 0.2);
  left: 0;
  margin: 0;
  width: 100%;
}

.ProductDropdownMonitors-nav-menu-item:first-child {
  border-top: solid 1px white;
}

.ProductDropdownMonitors-nav-menu-item {
  cursor: pointer;
  display: block;
  padding-top: 1em;
  color: white;
}

.ProductDropdownMonitors-nav-menu-item:hover {
  font-weight: 900;
}

.ProductDropdownMonitors-button .btn {
  font-size: 12px;
  width: 100px;
  padding: 1.9em 0;
}

.ProductDropdownMonitors-button .btn i {
  display: none;
}

.ProductDropdownMonitors-button .btn .ProductDropdownMonitors-button-text {
  display: none;
}

.ProductDropdownMonitors-button .btn .ProductDropdownMonitors-button-textXXS {
  display: inline;
}

@media (min-width: 992px) {
  .ProductDropdownMonitors-nav-sectionSelector {
    padding-left: 30px;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    font-size: 16px;
  }

  .ProductDropdownMonitors-nav-menu {
    padding: 0 15px 15px 30px;
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .ProductDropdownMonitors-nav {
    width: 30%;
  }

  .ProductDropdownMonitors-nav-sectionSelector {
    padding-left: 40px;
    padding-right: 60px;
    font-size: 18px;
  }

  .ProductDropdownMonitors-nav-menu {
    padding: 0 15px 20px 40px;
    font-size: 18px;
  }

  .ProductDropdownMonitors-nav-inner {
    border-right: solid 1px white;
  }

  .ProductDropdownMonitors-button .btn {
    font-size: unset;
    width: auto;
    padding: 1em 2em;
  }
}

/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.Pagination {
  text-align: center;
  position: relative;
}

.Pagination:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  background-color: #DCDCDC;
}

.Pagination-inner {
  padding: 10px 50px;
  background-color: white;
  position: relative;
  display: inline-block;
}

.Pagination .page-numbers {
  font-size: 20px;
  margin: 0 0.4em;
  color: #191919;
}

.Pagination .page-numbers:hover {
  text-decoration: none;
}

.Pagination .page-numbers.current {
  color: #C82715;
  font-weight: bold;
}

@media (max-width: 767.98px) {
  .Pagination-inner {
    padding: 10px 25px;
  }

  .Pagination .page-numbers {
    font-size: 14px;
  }
}

/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.ContentBlock {
  font-size: 20px;
  text-align: center;
  margin: 50px 0 50px;
  position: relative;
  z-index: 1;
}

.ContentBlock td,
.ContentBlock th {
  vertical-align: top;
}

.ContentBlock h2 {
  font-size: 36px;
  letter-spacing: 0.7px;
  font-weight: bold;
}

.ContentBlock p {
  font-size: 20px;
}

/*ContactPage*/
body.page-id-934 .ContentBlock {
  margin: 50px 0;
}

@media (max-width: 1199.98px) {
  .ContentBlock {
    font-size: 18px;
  }

  .ContentBlock h2 {
    font-size: 28px;
  }

  .ContentBlock p {
    font-size: 18px;
  }
}

@media (max-width: 991.98px) {
  .ContentBlock {
    margin: 40px 0;
  }

  .ContentBlock h2 {
    font-size: 26px;
  }
}

@media (max-width: 767.98px) {
  .ContentBlock {
    text-align: left;
    line-height: 30px;
    letter-spacing: 0.33px;
    padding-top: 100px;
    margin: 30px 0;
    margin-bottom: 1em;
  }

  .ContentBlock table,
  .ContentBlock tr,
  .ContentBlock td,
  .ContentBlock th {
    display: block;
    width: initial;
  }

  .ContentBlock h2 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 1em;
    letter-spacing: 0.33px;
  }

  .ContentBlock p {
    line-height: 30px;
    letter-spacing: 0.33px;
  }

  .ContentBlock p:last-child {
    margin-bottom: 0;
  }

  /*ContactPage*/
  body.page-id-934 .ContentBlock {
    margin: 25px 0;
    padding-top: 0;
    text-align: center;
  }
}

/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
body.page-id-861 .Support {
  margin-top: 120px;
}

.Support {
  margin-top: 50px;
}

.Support-left {
  margin-bottom: 30px;
  max-width: 580px;
  margin-left: auto;
  padding-right: 30px;
}

.Support-left *:first-child {
  margin-top: 0;
}

.Support-title {
  font-size: 54px;
  line-height: 1.1;
  margin-top: 1em;
  margin-bottom: 0.8em;
  font-weight: normal;
}

.Support-subtitle {
  font-size: 30px;
  margin-bottom: 1.2em;
}

.Support-content {
  font-size: 18px;
}

.Support-content h3 {
  font-size: 22px;
  margin-bottom: 30px;
  line-height: 36px;
}

.Support-content strong {
  font-size: 36px;
}

.Support-image {
  box-shadow: 0 36px 69px 0 rgba(0, 0, 0, 0.32);
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.Support-button {
  margin-top: 40px;
}

@media (max-width: 1199.98px) {
  .Support-left {
    max-width: 480px;
    margin-left: auto;
    margin-right: 0;
  }

  .Support-title {
    font-size: 40px;
  }

  .Support-subtitle {
    font-size: 20px;
  }

  .Support-content {
    font-size: 16px;
  }

  .Support-content h3 {
    font-size: 20px;
  }

  .Support-content strong {
    font-size: 28px;
  }
}

@media (max-width: 991.98px) {
  .Support-left {
    max-width: 360px;
    margin-left: auto;
  }

  .Support-title {
    font-size: 30px;
  }

  .Support-subtitle {
    font-size: 16px;
  }

  .Support-content strong {
    font-size: 20px;
  }

  .Support-button {
    margin-top: 30px;
  }
}

@media (max-width: 767.98px) {
  .Support-left {
    width: initial;
    max-width: 540px;
    margin-right: auto;
    margin-left: auto;
  }

  .Support-right {
    width: 100%;
  }

  .Support-image {
    padding-bottom: 100%;
  }

  .Support-content {
    line-height: 24px;
    margin-bottom: 20px;
  }

  .Support-content h3 {
    font-size: 18px;
    margin-bottom: 1em;
    line-height: 28px;
  }

  .Support-content strong {
    font-size: 18px;
  }

  .Support-button {
    margin-top: 25px;
  }
}

@media (max-width: 575.98px) {
  .Support-left {
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (min-width: 1900px) {
  .Support-right {
    padding-left: 3%;
  }
}

/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.ProductPage-gallery {
  padding-bottom: 120px;
}

.ProductPage-gallery .modal-dialog {
  max-width: 90%;
  margin: auto;
  height: 100vh;
}

.ProductPage-gallery .modal-dialog img {
  max-width: 100%;
  max-height: 80vh;
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.gallery-text .gallery-title {
  text-align: center;
  margin-bttom: 50px;
  font-size: 36px;
}

.Gallery-list .slick-slide {
  position: relative;
}

.Gallery-list .slick-track {
  position: static;
}

.Gallery-list-item {
  position: relative;
}

.Gallery-list-item-inner {
  background-position: center;
  background-size: cover;
  padding-bottom: 70%;
  position: relative;
}

.Gallery-list-item-inner i {
  position: absolute;
  right: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 60px;
  display: none;
}

.Gallery-list-item-inner:hover:before {
  content: "";
  display: block;
  background-color: #191919;
  opacity: 0.2;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.Gallery-list-item-inner:hover i {
  display: block;
}

.Gallery-showMore {
  margin-top: 30px;
  text-align: center;
}

.Gallery--showAll .Gallery-list-item:nth-child(n+4) {
  display: block;
}

.Gallery--showAll .Gallery-showMore {
  display: none;
}

@media (min-width: 768px) {
  .gallery-text .gallery-title {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .Gallery-list>.row,
  .Gallery-list.row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .Gallery-list>.row>[class^="col-"],
  .Gallery-list.row>[class^="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }

  .Gallery-list-item {
    margin-bottom: 20px;
  }

  .Gallery-list-item:nth-child(n+4) {
    display: none;
  }

  .Gallery-list-item:nth-child(n+4) .Gallery-list-item-inner {
    opacity: 0;
  }

  .Gallery-list-item-inner {
    transition: 0.2s;
  }

  .Gallery-showMore {
    margin-top: 30px;
    text-align: center;
  }

  .Gallery--showAll .Gallery-list-item:nth-child(n+4) {
    display: block;
  }

  .Gallery--showAll .Gallery-showMore {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .Gallery-list-item-inner i {
    font-size: 50px;
  }
}

@media (max-width: 991.98px) {
  .Gallery-list-item-inner i {
    font-size: 40px;
  }
}

@media (max-width: 767.98px) {
  .gallery-text .gallery-title {
    font-size: 24px;
    margin-bttom: 30px;
  }

  .Gallery-list-item-inner:hover:before {
    content: none;
  }

  .Gallery-list-item-inner i {
    display: block;
    right: 0;
    left: auto;
    bottom: 0;
    top: auto;
    padding: 10px;
    transform: none;
    -webkit-transform: none;
    background-color: #f2f2f2;
    color: #191919;
    font-size: 30px;
  }

  .Gallery-showMore {
    display: none;
  }

  .Gallery .slick-slider {
    margin-bottom: 40px;
  }

  .Gallery .slick-dots {
    bottom: -40px;
  }
}

@media (max-width: 575.98px) {
  .Gallery-list-item-inner:hover:before {
    content: none;
  }

  .Gallery-list-item-inner i {
    font-size: 25px;
  }
}

/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.AdvicePage-innovation {
  padding-bottom: 250px;
  background-color: #f0f0f0;
  padding-top: 80px;
  position: relative;
}

.AdvicePage-innovation:before {
  content: '';
  position: absolute;
  display: block;
  background-color: white;
  left: -25%;
  height: 50%;
  width: 85%;
  bottom: -1px;
  transform: skew(25deg, 0deg);
}

.AdvicePage-innovation .SectionHeader {
  margin-top: 0;
}

.InnovationBlock {
  position: relative;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  /*padding-left: 15px;*/
  /*padding-right: 15px;*/
}

.InnovationBlock-items>.row,
.InnovationBlock-items.row {
  margin-left: -30px;
  margin-right: -30px;
}

.InnovationBlock-items>.row>[class^="col-"],
.InnovationBlock-items.row>[class^="col-"] {
  padding-left: 30px;
  padding-right: 30px;
}

.InnovationBlock-item {
  color: white;
}

.InnovationBlock-item:nth-child(2n) {
  position: relative;
  top: 100px;
}

.InnovationBlock-item-inner {
  background-size: cover;
  background-position: center;
  position: relative;
  padding-bottom: 100%;
  box-shadow: 0 36px 69px 0 rgba(0, 0, 0, 0.32);
}

.InnovationBlock-item-inner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.InnovationBlock-item-content {
  position: absolute;
  max-width: 450px;
  width: 90%;
  top: auto;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}

.InnovationBlock-item-title {
  font-size: 46px;
  line-height: 1.2em;
  margin-bottom: 0.5em;
  font-weight: normal;
}

.InnovationBlock-item-description {
  font-size: 18px;
  margin-bottom: 1.5em;
}

@media (max-width: 991.98px) {
  .AdvicePage-innovation {
    padding-top: 30px;
  }

  .InnovationBlock-items>.row,
  .InnovationBlock-items.row {
    margin-left: -20px;
    margin-right: -20px;
  }

  .InnovationBlock-items>.row>[class^="col-"],
  .InnovationBlock-items.row>[class^="col-"] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .InnovationBlock-item-inner {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.32);
  }

  .InnovationBlock-item-title {
    font-size: 36px;
  }
}

@media (max-width: 767.98px) {
  .AdvicePage-innovation {
    padding-top: 20px;
    padding-bottom: 145px;
  }

  .AdvicePage-innovation:before {
    left: -35%;
  }

  .InnovationBlock {
    padding: 0;
  }

  .InnovationBlock .slick-list {
    padding-right: 8%;
    overflow: visible;
  }

  .InnovationBlock .slick-slide {
    margin-right: 25px;
  }

  .InnovationBlock-items>.row,
  .InnovationBlock-items.row {
    margin-left: 0;
    margin-right: 0;
  }

  .InnovationBlock-items>.row>[class^="col-"],
  .InnovationBlock-items.row>[class^="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  .InnovationBlock-item {
    height: 400px;
    padding: 0;
  }

  .InnovationBlock-item:not(:last-child) {
    margin-bottom: 40px;
  }

  .InnovationBlock-item:nth-child(2n) {
    top: unset;
  }

  .InnovationBlock-item-inner {
    min-height: 400px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.32);
    padding-bottom: 0;
  }

  .InnovationBlock-item-title {
    font-size: 24px;
  }

  .InnovationBlock-item-description {
    font-size: 14px;
  }

  .InnovationBlock-dots {
    position: relative;
  }

  .InnovationBlock-dots .slick-dots {
    bottom: -40px;
    /*position: absolute;
        right: calc(8% + 25px);
        bottom: 0;
        width: 85%;
        display: flex;
        margin-left: -5px;
        margin-right: -5px;

        li {
          margin-left: 5px;
          margin-right: 5px;
          height: 7px;
          width: initial;
          flex: 1;

          &.slick-active {

            button {
              cursor: pointer;

              &:before {
                background-color: $color-red !important;
                opacity: 1;
              }
            }
          }

          button {
            padding: 0;

            &:before {
              content: '';
              width: 100%;
              height: 100%;
              background-color: rgba(black, 0.16);
              opacity: 1;
            }

            &:hover {

              &:before {
                background-color: rgba(black, 0.3);
              }
            }
          }
        }*/
  }

  .InnovationBlock--dark .InnovationBlock-dots .slick-dots li button:before {
    background-color: rgba(255, 255, 255, 0.2);
  }

  .InnovationBlock--dark .InnovationBlock-dots .slick-dots li button:hover:before {
    background-color: rgba(255, 255, 255, 0.3);
  }
}

/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.WhitePaper {
  text-align: center;
  margin-bottom: 120px;
}

.WhitePaper-title {
  font-size: 46px;
  font-weight: normal;
  margin-bottom: 0.8em;
  line-height: 1.3;
}

.WhitePaper-content {
  font-size: 18px;
  line-height: 2em;
  margin-bottom: 3em;
}

.WhitePaper .FormExpandible-openButton {
  margin-bottom: 3em;
}

@media (max-width: 767.98px) {
  .WhitePaper {
    margin-bottom: 75px;
  }

  .WhitePaper-title {
    font-size: 24px;
    line-height: 1.4;
  }

  .WhitePaper-content {
    font-size: 14px;
  }
}

/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.MarketPage-squareTiles {
  padding-top: 80px;
}

.MarketPage-squareTiles .SectionHeader {
  margin-top: 0;
}

.MarketPage-squareTiles .SectionHeader-title {
  font-size: 64px;
  letter-spacing: 4px;
}

.SquareTiles {
  padding-bottom: 120px;
}

.SquareTiles-list {
  display: flex;
  flex-wrap: wrap;
}

.SquareTiles-list>.row,
.SquareTiles-list.row {
  margin-left: -40px;
  margin-right: -40px;
}

.SquareTiles-list>.row>[class^="col-"],
.SquareTiles-list.row>[class^="col-"] {
  padding-left: 40px;
  padding-right: 40px;
}

.SquareTiles-list-item {
  margin-bottom: 100px;
  position: relative;
}

.SquareTiles-list-item-inner {
  color: white;
  position: relative;
  padding-left: 86px;
  padding-bottom: 240px;
}

.SquareTiles-list-item:nth-child(even) {
  top: 90px;
}

.SquareTiles-list-item-box {
  position: relative;
  overflow: hidden;
  padding: 87px 35px 150px 35px;
  margin-bottom: 45px;
  border-radius: 0;
  z-index: 1;
  color: white;
  /*background: linear-gradient(146.27deg, $color-black-from 0%, $color-black-to 100%);*/
  background-color: #191919;
  box-shadow: 0 36px 69px 0 rgba(0, 0, 0, 0.32);
}

.SquareTiles-list-item:first-child .SquareTiles-list-item-box {
  background-color: #C82715;
}

.SquareTiles-list-item-title {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 1.3em;
}

.SquareTiles-list-item-subtitle {
  min-height: 30px;
  font-size: 14px;
}

.SquareTiles-list-item-button {
  margin-top: 28px;
}

.SquareTiles-list-item-backgroundText {
  color: rgba(0, 0, 0, 0.2);
  font-weight: 900;
  font-size: 11.25em;
  letter-spacing: 0.125em;
  position: absolute;
  bottom: 0;
  left: 0.15em;
  text-transform: uppercase;
  line-height: 0.75;
  white-space: nowrap;
}

.SquareTiles-list-item-image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  height: 400px;
  z-index: 0;
  background-size: cover;
  background-position: center;
}

@media (min-width: 768px) and (max-width: 991.98px) {

  .SquareTiles-list>.row,
  .SquareTiles-list.row {
    margin-left: -20px;
    margin-right: -20px;
  }

  .SquareTiles-list>.row>[class^="col-"],
  .SquareTiles-list.row>[class^="col-"] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .SquareTiles-list-item-inner {
    padding-left: 56px;
    padding-bottom: 130px;
  }

  .SquareTiles-list-item-box {
    padding: 45px 20px 100px 25px;
  }

  .SquareTiles-list-item-title {
    font-size: 16px;
  }

  .SquareTiles-list-item-subtitle {
    font-size: 12px;
  }

  .SquareTiles-list-item-backgroundText {
    font-size: 120px;
    left: 0.25em;
  }
}

@media (max-width: 1199.98px) {
  .MarketPage-squareTiles .SectionHeader-title {
    font-size: 50px;
  }
}

@media (max-width: 1024px) {
  .MarketPage-squareTiles .SectionHeader-title {
    font-size: 38px;
    letter-spacing: 2.5px;
  }
}

@media (max-width: 991.98px) {
  .MarketPage-squareTiles {
    padding-top: 30px;
  }
}

@media (max-width: 767.98px) {
  .MarketPage-squareTiles {
    padding-top: 20px;
  }

  .SquareTiles {
    padding-bottom: 115px;
  }

  .SquareTiles .slick-slide {
    margin-left: 20px;
    margin-right: 20px;
  }

  .SquareTiles .slick-dots {
    bottom: -60px;
  }

  .SquareTiles-list {
    margin-bottom: 0;
  }

  .SquareTiles-list-item {
    margin-bottom: 0;
  }

  .SquareTiles-list-item:last-child {
    margin-bottom: 0;
  }

  .SquareTiles-list-item-inner {
    padding-left: 56px;
    padding-bottom: 130px;
  }

  .SquareTiles-list-item:nth-child(even) {
    top: unset;
  }

  .SquareTiles-list-item-box {
    padding: 45px 20px 70px 25px;
    box-shadow: 0px 26px 39px 0 rgba(0, 0, 0, 0.32);
  }

  .SquareTiles-list-item-title {
    font-size: 16px;
  }

  .SquareTiles-list-item-image {
    height: 300px;
    box-shadow: none;
  }

  .SquareTiles-list-item-backgroundText {
    font-size: 72px;
    left: 0.25em;
  }
}

@media (max-width: 575.98px) {
  .MarketPage-squareTiles .SectionHeader-title {
    font-size: 36px;
    letter-spacing: 0.5px;
  }
}

/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.MarketPage-firmingCarousel {
  position: relative;
  padding-top: 80px;
}

.MarketPage-firmingCarousel .SectionHeader {
  margin-top: 0;
}

.MarketPage-firmingCarousel .SectionHeader-title {
  width: 80%;
}

body.page-id-793 .MarketPage-firmingCarousel {
  margin-top: -180px;
}

body.page-id-861 .MarketPage-firmingCarousel .SectionHeader-title {
  width: 50%;
}

.FirmingCarousel {
  margin-bottom: 120px;
}

.FirmingCarousel-slides {
  font-size: 0;
  box-shadow: 0 36px 69px 0 rgba(0, 0, 0, 0.32);
}

.FirmingCarousel-slide-image {
  padding-bottom: 45%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.FirmingCarousel-slide-content {
  display: none;
}

.FirmingCarousel-accordion-item {
  font-size: 18px;
}

.FirmingCarousel-accordion-item:not(:last-child) {
  padding-bottom: 2.6em;
}

.FirmingCarousel-accordion-item-title {
  line-height: 1.4em;
  padding-bottom: 0.5em;
  cursor: pointer;
  font-weight: 700;
  margin-bottom: 0;
  position: relative;
  font-size: 36px;
}

.FirmingCarousel-accordion-item-title:after {
  content: '';
  transition: 0.6s;
  height: 12px;
  background: #f2f2f2;
  width: 35%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.FirmingCarousel-accordion-item-text {
  padding: 40px 200px 50px 100px;
  background-color: #f0f0f0;
}

.FirmingCarousel-accordion-item-description {
  line-height: 1.7em;
}

.FirmingCarousel-accordion-item--active .FirmingCarousel-accordion-item-title:after {
  width: 100%;
  background: #C82715;
}

body.page-id-861 .FirmingCarousel:before {
  content: '';
  position: absolute;
  display: block;
  background-color: #f0f0f0;
  right: -10%;
  height: 350px;
  width: 35%;
  top: -50px;
  transform: skew(25deg, 0deg);
}

@media (max-width: 1199.98px) {
  body.page-id-861 .MarketPage-firmingCarousel .SectionHeader-title {
    width: 30%;
  }

  .MarketPage-firmingCarousel {
    position: relative;
  }

  .MarketPage-firmingCarousel .SectionHeader-title {
    width: 60%;
  }

  .FirmingCarousel-accordion-item {
    font-size: 16px;
  }

  .FirmingCarousel-accordion-item-title {
    font-size: 28px;
  }

  .FirmingCarousel-accordion-item-text {
    padding: 30px 100px 40px 50px;
  }

  body.page-id-861 .FirmingCarousel:before {
    height: 270px;
  }
}

@media (max-width: 991.98px) {
  .MarketPage-firmingCarousel {
    padding-top: 30px;
  }

  .FirmingCarousel-accordion-item {
    font-size: 14px;
  }

  .FirmingCarousel-accordion-item-title {
    font-size: 28px;
  }

  .FirmingCarousel-accordion-item-title:after {
    height: 10px;
  }

  .FirmingCarousel-accordion-item-text {
    padding: 20px 30px 30px 15px;
  }

  .FirmingCarousel-accordion-item:not(:last-child) {
    padding-bottom: 1.6em;
  }

  body.page-id-861 .FirmingCarousel:before {
    height: 240px;
  }
}

@media (max-width: 767.98px) {
  body.page-id-861 .MarketPage-firmingCarousel {
    padding-top: 80px;
  }

  body.page-id-861 .MarketPage-firmingCarousel .SectionHeader-title {
    width: 50%;
  }

  body.page-id-861 .FirmingCarousel:before {
    height: 140px;
    width: 50%;
  }

  .MarketPage-firmingCarousel .SectionHeader-title {
    width: 100%;
  }

  body.page-id-793 .MarketPage-firmingCarousel {
    margin-top: 0px;
  }

  .MarketPage-firmingCarousel {
    padding-top: 20px;
  }

  .FirmingCarousel {
    /*margin-left: -$grid-gutter-width / 2;
    margin-right: -$grid-gutter-width / 2;*/
    margin-bottom: 75px;
  }

  .FirmingCarousel-accordion-item-title {
    padding-bottom: 5px;
    font-size: 24px;
  }

  .FirmingCarousel-accordion-item-title:after {
    height: 8px;
  }

  .FirmingCarousel-accordion-item-text {
    padding: 18px;
  }

  .FirmingCarousel-accordion-item--active .FirmingCarousel-accordion-item-title {
    padding-bottom: 16px;
  }

  .FirmingCarousel .slick-slide {
    margin-right: 20px;
    margin-left: 20px;
  }

  .FirmingCarousel-slides {
    box-shadow: none;
  }

  .FirmingCarousel-slide-image {
    box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.22);
    margin-bottom: 50px;
  }

  .FirmingCarousel-slide-content {
    display: block;
    text-align: center;
  }

  .FirmingCarousel-slide-title {
    font-size: 24px;
    line-height: 1.4em;
    padding-bottom: 1.4em;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 1.2em;
    position: relative;
  }

  .FirmingCarousel-slide-title:after {
    content: '';
    height: 0.4em;
    background: #C82715;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .FirmingCarousel-slide-description {
    font-size: 14px;
    line-height: 1.7em;
    margin-bottom: 1.8em;
  }

  .FirmingCarousel-dots {
    position: relative;
  }

  .FirmingCarousel-accordion {
    /*display: none;*/
  }
}

/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.FormBoxed {
  position: relative;
  margin-bottom: 120px;
  z-index: 1;
  /*padding-top: 300px;*/
}

.FormBoxed-background {
  background-color: #1c2123;
  position: absolute;
  height: 50%;
  min-height: 500px;
  top: 0;
  width: 100%;
  z-index: 0;
}

.FormBoxed-background .Deco-backgroundSeparator--start {
  z-index: 1;
}

.FormBoxed-inner {
  position: relative;
  margin-left: 86px;
  margin-right: 86px;
  text-align: center;
  padding: 40px 80px;
  /*background: $color-white;*/
  /*box-shadow: $box-shadow;*/
  border-radius: 4px;
}

.FormBoxed-title {
  font-size: 75px;
  /*margin-bottom: 0.8em;*/
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 4px;
}

.FormBoxed-content {
  font-size: 18px;
  line-height: 1.5em;
  /*margin-bottom: 2em;*/
}

.FormBoxed .btn-description {
  position: relative;
}

.FormBoxed .btn-description label:after {
  content: 'i';
  color: white;
  background-color: #C82715;
  border-radius: 50px;
  margin-left: 10px;
  padding: 2px 7px;
  font-size: 12px;
  position: relative;
  z-index: 5;
}

.FormBoxed .btn-description label:hover~.gfield_description {
  display: block;
}

.FormBoxed .btn-description .gfield_description {
  position: absolute;
  top: 5px;
  left: 73px;
  width: 150px;
  padding: 3px 25px;
  display: none;
  color: white;
  z-index: 0;
  background-color: #C82715;
}

@media (max-width: 1199.98px) {
  .FormBoxed-title {
    font-size: 38px;
    letter-spacing: 1.5px;
  }

  .FormBoxed .btn-description .gfield_description {
    left: 65px;
  }
}

@media (max-width: 991.98px) {
  .FormBoxed {
    /*padding-top: 200px;*/
  }

  .FormBoxed-inner {
    margin-left: 0;
    margin-right: 0;
    padding: 60px 40px;
  }

  .FormBoxed-content {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .FormBoxed {
    margin-bottom: 75px;
  }

  .FormBoxed-inner {
    margin-left: 0;
    margin-right: 0;
    padding: 20px 20px;
  }

  .FormBoxed-title {
    font-size: 36px;
    letter-spacing: 0.5px;
  }

  .FormBoxed-content {
    font-size: 16px;
    /*margin-bottom: 3em;*/
  }

  .FormBoxed .btn-description .gfield_description {
    left: 57px;
  }
}

/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.featureProducts {
  position: relative;
}

.featureProducts-inner {
  padding-top: 80px;
}

.featureCarousel {
  position: relative;
  z-index: 1;
}

.featureCarousel-arrows {
  text-align: right;
  padding-right: calc(10% + 13.33333px);
  padding-left: calc(10% + 13.33333px);
  margin-bottom: 30px;
}

.featureCarousel-arrows .btn-white-outlined-to-red {
  border: 1px solid #191919;
  background-color: transparent;
  color: #191919;
  padding: 0.7em 0.3em;
  margin-left: 20px;
}

.featureCarousel-arrows .btn-white-outlined-to-red .btn-inner {
  margin: 0;
}

.featureCarousel-arrows .btn-white-outlined-to-red .btn-inner i {
  margin: 0 0.3em;
}

.featureCarousel-arrows .btn-white-outlined-to-red:hover,
.featureCarousel-arrows .btn-white-outlined-to-red:active {
  border: 1px solid #C82715;
  color: white;
  background-color: #C82715;
}

.featureCarousel .slick-list {
  padding-right: 10% !important;
  padding-left: 10% !important;
  padding-bottom: 120px !important;
}

.featureCarousel .slick-slide {
  margin-right: 40px;
  margin-left: 40px;
  outline: none;
}

.featureCarousel .slick-slide.slick-center .featureCarousel-slide {
  transform: scale(1.1);
}

.featureCarousel .slick-slide.slick-center .btn {
  border-width: 1px;
}

.featureCarousel-slide {
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 50px;
  margin-top: 50px;
}

.featureCarousel-slide-header {
  height: 200px;
  position: relative;
  margin-bottom: 30px;
}

.featureCarousel-slide-header-inner {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #191919;
  text-align: left;
  transition: 0.7s ease-out 0.3s;
}

.featureCarousel-slide-title {
  line-height: 1.2;
  margin-bottom: 0.4em;
  font-size: 36px;
  letter-spacing: 0;
  font-weight: normal;
  text-transform: uppercase;
}

.featureCarousel-slide-subtitle {
  font-size: 18px;
  line-height: 1.3em;
  letter-spacing: 0;
}

.featureCarousel-slide-inner {
  padding: 120px 30px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  background-color: white;
}

.featureCarousel-slide-inner img {
  width: 100%;
}

.featureCarousel-slide-image {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 100%;
  /*height:380px;*/
}

.featureCarousel-slide-text {
  position: absolute;
  width: 100%;
  transition-duration: .4s;
  padding: 40px 30px 60px 40px;
  background-color: #C82715;
  color: white;
  opacity: 1;
  bottom: 0;
}

.featureCarousel-slide-text h3 {
  font-size: 36px;
}

.featureCarousel-slide-text p {
  font-size: 18px;
}

.featureCarousel-slide-text a {
  color: #191919;
}

@media (min-width: 1200px) {
  .featureCarousel-slide-text {
    opacity: 0;
    bottom: -100%;
  }

  .featureCarousel-slide:hover .featureCarousel-slide-text {
    opacity: 1;
    bottom: 0;
    transition: ease;
    transition-duration: .4s;
    transition-delay: .2s;
  }
}

@media (min-width: 1600px) {
  .featureCarousel-arrows {
    text-align: right;
    padding-right: calc(15% + 16.66667px);
    padding-left: calc(15% + 16.66667px);
    margin-bottom: 30px;
  }

  .featureCarousel .slick-list {
    padding-right: 15% !important;
    padding-left: 15% !important;
  }

  .featureCarousel .slick-slide {
    margin-right: 50px;
    margin-left: 50px;
  }

  .featureCarousel-slide {
    margin-bottom: 50px;
    margin-top: 50px;
  }

  .featureCarousel-slide-inner {
    padding: 15% 0;
  }

  .featureCarousel-slide-image {
    max-width: 350px;
    margin: 0 auto;
  }
}

@media (max-width: 1199.98px) {
  .featureCarousel-arrows {
    text-align: right;
    padding-right: calc(8% + 8.33333px);
    padding-left: calc(8% + 8.33333px);
    margin-bottom: 30px;
  }

  .featureCarousel .slick-list {
    padding-right: 8% !important;
    padding-left: 8% !important;
  }

  .featureCarousel .slick-slide {
    margin-right: 25px;
    margin-left: 25px;
  }

  .featureCarousel-slide {
    margin-bottom: 50px;
    margin-top: 40px;
  }

  .featureCarousel-slide-inner {
    padding: 25px 25px 175px 25px;
  }

  .featureCarousel-slide-text {
    padding: 30px 20px 50px 30px;
  }

  .featureCarousel-slide-text h3 {
    font-size: 32px;
  }

  .featureCarousel-slide-text p {
    font-size: 16px;
  }
}

@media (max-width: 991.98px) {
  .featureProducts-inner {
    padding-top: 30px;
  }

  .featureCarousel-slide-inner {
    padding: 15px 15px 145px 15px;
  }

  .featureCarousel-slide-text {
    padding: 25px 10px 40px 25px;
  }

  .featureCarousel-slide-text h3 {
    font-size: 28px;
  }

  .featureCarousel-slide-text p {
    font-size: 14px;
  }

  .featureCarousel-slide-text a {
    padding: 0.7em 1em;
  }
}

@media (max-width: 767.98px) {
  .featureProducts-inner {
    padding-top: 20px;
  }

  .featureCarousel-arrows {
    text-align: right;
    padding-right: calc(8% + 8.33333px);
    padding-left: calc(8% + 8.33333px);
    margin-bottom: 30px;
  }

  .featureCarousel-arrows .btn-white-outlined-to-red {
    margin-left: 15px;
  }

  .featureCarousel .slick-list {
    padding-right: 8% !important;
    padding-left: 20% !important;
    padding-bottom: 75px !important;
  }

  .featureCarousel .slick-slide {
    margin-right: 25px;
    margin-left: 25px;
  }

  .featureCarousel-slide {
    margin-bottom: 50px;
    margin-top: 40px;
  }

  .featureCarousel-slide-text {
    padding: 25px 10px 30px 25px;
  }

  .featureCarousel-slide-text h3 {
    font-size: 26px;
    letter-spacing: 0.67px;
  }
}

@media (max-width: 575.98px) {
  .featureCarousel-slide-text h3 {
    font-size: 24px;
  }

  .featureCarousel-slide-text p {
    font-size: 13px;
  }
}

/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
/*@import './partials/buttons';*/
::placeholder {
  color: #999999;
}

label {
  display: initial;
}

.gform_wrapper .gfield_checkbox li label {
  margin-left: 2%;
}

.gform_wrapper .gfield_checkbox li label a {
  color: #191919;
}

input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
.gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
  font-size: 16px;
  padding: 1.1em;
  border: 1px solid #999999;
  line-height: 1.5;
  outline: none;
}

textarea,
.gform_wrapper textarea {
  font-size: 16px;
  border: 1px solid #999999;
  padding: 0.7em 1.2em;
  line-height: 1.5;
  resize: none;
}

select,
.gform_wrapper.gf_browser_chrome select {
  /*border: 1px solid #999999;*/
  border: 2px solid #191919;
  padding: 6px 3em 6px 1em;
  background: white url(components/form/img/bh-iconos_down-arrow.svg) no-repeat 96% center;
  background-size: 1.2em;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  height: 40px;
}

select[name="input_10.1"],
.gform_wrapper.gf_browser_chrome select[name="input_10.1"] {
  width: 100%;
}

input[type='checkbox'] {
  position: relative;
  width: 0.8em;
  height: 0.8em;
  line-height: 1em;
  margin-right: 0.3em;
}

input[type='checkbox']:before {
  content: '';
  width: 24px;
  height: 24px;
  border: 2px solid #999999;
  border-radius: 0.1em;
  background: #999999;
  position: absolute;
  top: 50%;
  left: 90%;
  transform: translate(-50%, -50%);
}

input[type='checkbox']:hover:before {
  border-color: #C82715;
}

input[type='checkbox']:checked:after {
  content: "\E90C";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  width: 24px;
  height: 24px;
  color: white;
  background-color: #C82715;
  position: absolute;
  top: 50%;
  left: 90%;
  transform: translate(-50%, -50%);
  padding: 6px;
  font-size: 13px;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio] {
  margin-left: initial;
}

.gform_wrapper ul.gfield_radio li {
  overflow: visible;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio],
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input {
  margin-left: initial;
  margin-top: initial;
}

.gform_wrapper .gfield_radio li input[type=radio],
input[type='radio'] {
  position: relative;
  width: 0.8em;
  height: 0.8em;
  line-height: 1em;
  margin-right: 0.5em;
}

input[type='radio']:before {
  content: '';
  width: 1em;
  height: 1em;
  border: 2px solid #DCDCDC;
  border-radius: 50%;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

input[type='radio']:hover:before {
  border-color: #919191;
}

input[type='radio']:checked:before {
  border-color: #C82715;
}

input[type='radio']:checked:after {
  content: '';
  width: 0.4em;
  height: 0.4em;
  border-radius: 50%;
  background: #C82715;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gform_wrapper .gform_body .gform_fields .gfield input[type=text]:focus,
.gform_wrapper .gform_body .gform_fields .gfield input[type=email]:focus,
.gform_wrapper .gform_body .gform_fields .gfield input[type=tel]:focus,
.gform_wrapper .gform_body .gform_fields .gfield input[type=url]:focus,
.gform_wrapper .gform_body .gform_fields .gfield input[type=number]:focus,
.gform_wrapper .gform_body .gform_fields .gfield input[type=password]:focus,
.gform_wrapper .gform_body .gform_fields .gfield select:focus,
.gform_wrapper .gform_body .gform_fields .gfield textarea:focus,
.gform_wrapper input:focus:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
  border: 1px solid #C82715;
  outline: none !important;
}

@media (max-width: 1199.98px) {

  input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
  .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
    font-size: 14px;
  }

  .gform_wrapper legend.gfield_label,
  .gform_wrapper label.gfield_label {
    font-size: 14px;
  }

  .gform_wrapper select {
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {

  input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
  .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
    font-size: 12px;
    padding: 1.1em;
  }

  .gform_wrapper legend.gfield_label,
  .gform_wrapper label.gfield_label {
    font-size: 12px;
  }

  .gform_wrapper select {
    font-size: 12px;
    padding: 1.1em;
  }

  .gform_wrapper .top_label li.gfield.gf_left_half,
  .gform_wrapper .top_label li.gfield.gf_right_half {
    width: 100%;
  }

  .gform_wrapper .ginput_container span:not(.ginput_price) {
    display: inherit;
  }
}

.gfield {
  margin-bottom: 2em;
}

.gfield.gf_left_half_float_left {
  float: left !important;
}

.gfield.gf_left_half_float_right {
  float: right !important;
}

.gfield.gf_height_lg_180 textarea.medium {
  height: 180px;
}

.gfield.align-center {
  text-align: center;
}

.gfield.label-lowercase .gfield_label {
  text-transform: none;
  font-weight: normal;
  font-size: 18px;
}

.gfield .gfield_label {
  margin-bottom: 0;
  letter-spacing: 0.06em;
}

.gfield .gfield_label mmi {
  color: #C82715;
}

.gfield.radio-yes-no .gfield_radio li {
  display: inline-block;
}

.gfield.radio-yes-no .gfield_radio li:not(:last-child) {
  margin-right: 0.5em;
}

.gfield.radio-yes-no .gfield_radio li input {
  display: none;
}

.gfield.radio-yes-no .gfield_radio li label {
  border: 2px solid #C82715;
  border-radius: 2em;
  padding: 0 1em;
  max-width: initial;
  color: #C82715;
  font-weight: bold;
  line-height: 1.6em;
  min-width: 50px;
  text-align: center;
}

.gfield.radio-yes-no .gfield_radio li input[type="radio"]:checked+label {
  background-color: #C82715;
  color: white;
}

.gfield .gfield_chainedselect {
  margin-bottom: -0.5em;
}

.gfield .gfield_chainedselect>span {
  margin-bottom: 0.5em;
}

.gform_wrapper li.gf_list_inline ul.gfield_checkbox li,
.gform_wrapper li.gf_list_inline ul.gfield_radio li {
  margin-right: 1.3em;
}

.gform_wrapper li.gf_list_inline ul.gfield_checkbox li label,
.gform_wrapper li.gf_list_inline ul.gfield_radio li label {
  max-width: initial;
}

.gform_wrapper .gfield_required {
  color: #C82715;
  display: initial !important;
}

.gform_wrapper ul.gfield_radio li,
.gform_wrapper ul.gfield_checkbox li {
  overflow: visible;
}

.ginput_recaptcha .rc-anchor-normal {
  height: 80px;
}

.gform_wrapper .top_label li.gfield.gf_left_half {
  /*padding-right: 2.5em;*/
  margin-bottom: 0.5em;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .gform_wrapper .top_label li.gfield.gf_left_half {
    /*padding-right: 1.5em;*/
  }
}

@media (max-width: 767.98px) {
  .gform_wrapper .top_label li.gfield.gf_left_half {
    padding: 0;
    margin-bottom: 1em;
  }
}

.gform_wrapper .top_label li.gfield.gf_right_half {
  /*padding-left: 2.5em;*/
  margin-bottom: 0.5em;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .gform_wrapper .top_label li.gfield.gf_right_half {
    /*padding-right: 1.5em;*/
  }
}

@media (max-width: 767.98px) {
  .gform_wrapper .top_label li.gfield.gf_right_half {
    padding: 0;
    margin-bottom: 1em;
  }
}

.gform_wrapper .top_label li.gfield.gf_left_half textarea,
.gform_wrapper .top_label li.gfield.gf_right_half textarea {
  width: 100%;
}

.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {
  width: 100%;
}

/*ContactPage*/
body.page-id-934 .gform_footer {
  text-align: left;
}

/*PostventaPage*/
body.page-id-937 .gform_footer {
  text-align: left;
}

.gform_footer {
  text-align: center;
}

.gform_footer .gform_button {
  min-width: 250px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .gform_wrapper .top_label li.gfield.gf_left_half_float_right {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .gform_wrapper textarea.large {
    height: 150px;
  }

  .gform_wrapper .top_label li.gfield.gf_right_half textarea {
    font-size: 14px;
  }

  .gform_wrapper .top_label li.gfield.gf_left_half_float_right {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {

  /*ContactPage*/
  body.page-id-934 .gform_footer {
    text-align: center;
  }

  /*PostventaPage*/
  body.page-id-937 .gform_footer {
    text-align: center;
  }

  .gform_wrapper .top_label li.gfield.gf_right_half textarea {
    font-size: 12px;
  }

  .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
    width: 100%;
    min-width: 100%;
  }
}

@media (max-width: 767.98px) {

  /*ContactPage*/
  body.page-id-934 .gform_footer {
    text-align: center;
  }

  #gform_fields_3 {
    display: flex;
    flex-direction: column;
  }

  #gform_fields_3 #field_3_24 {
    order: 2;
  }
}

/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.ProductsGrid {
  position: relative;
  z-index: 1;
}

.ProductsGrid-columns2 {
  font-size: 18px;
}

.ProductsGrid-columns3 {
  font-size: 18px;
}

.ProductsGrid-item {
  position: relative;
  margin-bottom: 2.5em;
  padding-bottom: 80px;
}

.ProductsGrid-item:nth-child(2),
.ProductsGrid-item:nth-child(3n+5) {
  margin-top: 160px;
}

.ProductsGrid-item:nth-child(n+7) {
  display: none;
}

.ProductsGrid-item-image {
  margin-bottom: 2em;
  padding-bottom: 100%;
  position: relative;
}

.ProductsGrid-item-image img {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  -webkit-filter: drop-shadow(rgba(0, 0, 0, 0.5) 0 34px 17px);
  filter: drop-shadow(rgba(0, 0, 0, 0.5) 0 34px 17px);
}

.ProductsGrid-item-name {
  font-size: 36px;
  margin-bottom: 10px;
}

.ProductsGrid-item-description {
  line-height: 1.55em;
}

.ProductsGrid-item-description p:last-child {
  margin-bottom: 0;
  font-size: inherit;
}

.ProductsGrid-item-button {
  margin-top: 41px;
  position: absolute;
  bottom: 0;
}

.ProductsGrid-showMore {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.ProductsGrid-showMore .btn {
  padding: 0.7em 6em;
}

.ProductsGrid--showAll .ProductsGrid-item:nth-child(n+7) {
  display: block;
}

.ProductsGrid--showAll .ProductsGrid-showMore {
  display: none;
}

@media (max-width: 1199.98px) {
  .ProductsGrid-item-name {
    font-size: 28px;
  }
}

@media (max-width: 991.98px) {
  .ProductsGrid-columns3 {
    font-size: 16px;
  }

  .ProductsGrid-item-name {
    font-size: 26px;
  }

  .ProductsGrid-item-button {
    margin-top: 30px;
  }

  .ProductsGrid-item-button a {
    padding: 0.7em 1em;
  }
}

@media (max-width: 767.98px) {
  .ProductsGrid {
    font-size: 16px;
  }

  .ProductsGrid-item {
    text-align: center;
    margin-top: 60px;
    height: auto;
  }

  .ProductsGrid-item:nth-child(2),
  .ProductsGrid-item:nth-child(3n+5) {
    margin-top: 60px;
  }

  .ProductsGrid-item-image img {
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-filter: drop-shadow(rgba(0, 0, 0, 0.2) 0 24px 17px);
    filter: drop-shadow(rgba(0, 0, 0, 0.2) 0 24px 17px);
  }

  .ProductsGrid-item-name {
    font-size: 24px;
  }

  .ProductsGrid-item-button {
    margin-top: 15px;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }

  .ProductsGrid-item-button a {
    padding: 0.7em 2em;
  }

  .ProductsGrid-showMore {
    margin-top: 30px;
    width: 90%;
  }

  .ProductsGrid-showMore .btn {
    width: 100%;
    padding: 0.8em 6em;
  }
}

/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.Page-inner {
  padding-left: 86px;
}

.Page-box {
  padding: 60px 80px;
  background: white;
  box-shadow: 0 36px 69px 0 rgba(0, 0, 0, 0.32);
  border-radius: 4px;
}

@media (max-width: 767.98px) {
  .Page-inner {
    padding-left: 20px;
  }

  .Page-box {
    padding: 40px 20px;
  }
}

.page .Static-content {
  padding-top: 50px;
}

body.page-id-3446 .Static-content h1,
body.page-id-3448 .Static-content h1 {
  display: none;
}

.AboutPage-inTheWorld {
  padding-bottom: 120px;
  background-color: #f0f0f0;
  position: relative;
  padding-top: 80px;
}

.AboutPage-inTheWorld:before {
  content: '';
  position: absolute;
  display: block;
  background-color: white;
  right: -10%;
  height: 20%;
  width: 65%;
  top: 0;
  transform: skew(25deg, 0deg);
}

.AboutPage-inTheWorld .SectionHeader-description {
  letter-spacing: 0.33px;
  margin-bottom: 35px;
}

.AboutPage-inTheWorld .SectionHeader-description strong {
  font-size: 30px;
}

.AboutPage-inTheWorld-image img {
  width: 100%;
  margin-bottom: 100px;
}

.AboutPage-inTheWorld-content h3 {
  width: 45%;
  font-size: 36px;
  margin-bottom: 20px;
}

.AboutPage-inTheWorld-content p {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 100px;
  column-gap: 100px;
  font-size: 18px;
}

.AboutPage-inTheWorld-content ul {
  position: absolute;
  top: 0;
  left: 50%;
  list-style: none;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 18px;
}

body.page-id-793 .AboutPage-inTheWorld,
body.page-id-861 .AboutPage-inTheWorld {
  margin-top: -270px;
  padding-top: 250px;
}

body.page-id-861 .AboutPage-inTheWorld {
  padding-bottom: 100px;
}

body.page-id-861 .AboutPage-inTheWorld:before {
  height: 32%;
}

@media (max-width: 1199.98px) {
  .AboutPage-inTheWorld .SectionHeader-description strong {
    font-size: 24px;
    line-height: 40px;
  }

  .AboutPage-inTheWorld-image img {
    margin-bottom: 80px;
  }

  .AboutPage-inTheWorld-content h3 {
    font-size: 28px;
  }

  body.page-id-793 .AboutPage-inTheWorld,
  body.page-id-861 .AboutPage-inTheWorld {
    margin-top: -200px;
    padding-top: 190px;
  }

  body.page-id-861 .AboutPage-inTheWorld {
    padding-bottom: 200px;
  }

  body.page-id-861 .AboutPage-inTheWorld:before {
    height: 29%;
  }
}

@media (max-width: 1024px) {
  .AboutPage-inTheWorld .SectionHeader-description {
    font-size: 18px;
  }
}

@media (max-width: 991.98px) {
  .AboutPage-inTheWorld .SectionHeader-description {
    line-height: 28px;
    letter-spacing: 0;
  }

  .AboutPage-inTheWorld .SectionHeader-description strong {
    font-size: 22px;
  }

  .AboutPage-inTheWorld-image img {
    margin-bottom: 50px;
  }

  .AboutPage-inTheWorld-content p {
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    column-gap: 0px;
    font-size: 16px;
  }

  .AboutPage-inTheWorld-content h3 {
    width: 100%;
  }

  .AboutPage-inTheWorld-content ul {
    position: relative;
    left: 0;
    padding-left: 0;
  }

  .AboutPage-inTheWorld-content ul li {
    display: inline-block;
    position: relative;
  }

  .AboutPage-inTheWorld-content ul li:not(:last-child):after {
    content: ',';
  }

  body.page-id-793 .AboutPage-inTheWorld,
  body.page-id-861 .AboutPage-inTheWorld {
    margin-top: -160px;
    padding-top: 150px;
  }

  body.page-id-861 .AboutPage-inTheWorld {
    padding-bottom: 80px;
  }

  body.page-id-861 .AboutPage-inTheWorld:before {
    height: 32%;
  }
}

@media (max-width: 767.98px) {
  .AboutPage-inTheWorld {
    padding-bottom: 75px;
    padding-top: 50px;
  }

  .AboutPage-inTheWorld:before {
    right: -12%;
    height: 16%;
  }

  .AboutPage-inTheWorld .SectionHeader-description {
    font-size: 16px;
  }

  .AboutPage-inTheWorld .SectionHeader-description strong {
    font-size: 20px;
    line-height: 1.5;
  }

  .AboutPage-inTheWorld-image img {
    margin-bottom: 40px;
  }

  .AboutPage-inTheWorld-content p {
    font-size: 16px;
  }

  .AboutPage-inTheWorld-content h3 {
    font-size: 24px;
  }

  .AboutPage-inTheWorld-content ul {
    font-size: 16px;
  }

  body.page-id-793 .AboutPage-inTheWorld,
  body.page-id-861 .AboutPage-inTheWorld {
    margin-top: 0px;
    padding-top: 50px;
  }

  body.page-id-861 .AboutPage-inTheWorld:before {
    height: 25%;
  }
}

@media (max-width: 575.98px) {
  .AboutPage-inTheWorld:before {
    width: 70%;
  }

  .AboutPage-inTheWorld .SectionHeader-title strong {
    font-size: 18px;
  }

  .AboutPage-inTheWorld-image img {
    margin-bottom: 37px;
  }

  .AboutPage-inTheWorld-content h3 {
    font-size: 22px;
  }
}

.page-id-791 .FooterBanner.contact,
.page-id-3563 .FooterBanner.contact,
.page-id-3670 .FooterBanner.contact,
.page-id-3684 .FooterBanner.contact {
  margin-top: -2px;
  overflow: hidden;
}

.page-id-791 .FooterBanner.contact:before,
.page-id-3563 .FooterBanner.contact:before,
.page-id-3670 .FooterBanner.contact:before,
.page-id-3684 .FooterBanner.contact:before {
  background-color: #f0f0f0;
}

.HelpPage-support {
  position: relative;
  margin-bottom: 120px;
  z-index: 1;
}

.HelpPage-faqs {
  margin-top: 80px;
}

.HelpPage-faqs-content {
  background-color: #f0f0f0;
  padding-top: 30px;
  padding-bottom: 120px;
  position: relative;
}

.HelpPage-faqs-content .container {
  position: relative;
}

.HelpPage-faqs-content:before {
  content: '';
  position: absolute;
  background-color: white;
  left: 40%;
  top: 0px;
  height: 50%;
  width: 85%;
  transform: skew(25deg, 0deg);
}

.HelpPage-faqs-heading {
  width: 80%;
  margin: 0 auto;
}

.HelpPage-faqs-title {
  font-size: 80px;
  line-height: 1.2em;
  margin-bottom: 0.5em;
  text-align: center;
  font-weight: 900;
}

.HelpPage-faqs-subtitle {
  font-size: 36px;
  letter-spacing: 1.48px;
  text-align: center;
  font-weight: normal;
  line-height: 38px;
  margin-bottom: 60px;
}

.HelpPage-faqs .nav-tabs-wrapper:after {
  content: none;
}

.HelpPage-faqs .nav-tabs {
  border-bottom: 1px solid #191919;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  padding: 0;
  display: flex;
  display: -ms-flexbox;
  max-width: 100%;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}

.HelpPage-faqs .nav-tabs .nav-item {
  max-width: 30%;
  width: 100%;
  padding: 0;
}

.HelpPage-faqs .nav-tabs .nav-item a {
  padding-left: 0;
  padding-right: 0;
}

.HelpPage-faqs .nav-tabs .nav-link.active {
  border: none;
  border-bottom: 5px solid #C82715;
  font-weight: 900;
}

.HelpPage-faqs .nav-tabs .nav-link:not(.active):hover {
  border-bottom: 5px solid transparent;
}

.HelpPage-faqs .nav-tabs li a {
  border: none;
  border-bottom: 5px solid transparent;
  color: #191919;
}

.HelpPage-faqs .Accordion-item:first-child {
  border-top: none;
}

.HelpPage-faqs .Accordion-item-header {
  padding: 1.25em 0;
}

.HelpPage-faqs .Accordion-item-header-text {
  font-size: 30px;
}

.HelpPage-faqs .Accordion-item-header:not(.collapsed) {
  color: inherit;
}

.HelpPage-faqs .Accordion-item-content-inner {
  padding: 0 0 1.25em 0;
}

@media (max-width: 1199.98px) {
  .HelpPage-faqs-title {
    font-size: 50px;
  }

  .HelpPage-faqs-subtitle {
    font-size: 28px;
  }

  .HelpPage-faqs .nav-tabs {
    font-size: 18px;
  }

  .HelpPage-faqs .Accordion {
    margin-top: 30px;
  }

  .HelpPage-faqs .Accordion-item-header-text {
    font-size: 26px;
  }
}

@media (max-width: 1024px) {
  .HelpPage-faqs-title {
    font-size: 38px;
    margin-bottom: 0.9em;
    letter-spacing: 2.5px;
  }

  .HelpPage-faqs .Accordion {
    margin-top: 30px;
  }

  .HelpPage-faqs .Accordion-item-header {
    padding: 0.7em 0;
  }

  .HelpPage-faqs .Accordion-item-header-text {
    font-size: 24px;
    letter-spacing: 0.67px;
    line-height: 30px;
  }
}

@media (max-width: 991.98px) {
  .HelpPage-faqs {
    margin-top: 30px;
  }

  .HelpPage-faqs .nav-tabs {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .HelpPage-support {
    margin-top: 0;
    margin-bottom: 75px;
  }

  .HelpPage-support .Deco-circles {
    top: 250px;
    right: -20px;
  }

  .HelpPage-support .Support-left {
    margin-bottom: 40px;
  }

  .HelpPage-support .Support-image {
    margin-left: -20px;
  }

  .HelpPage-faqs {
    margin-top: 20px;
  }

  .HelpPage-faqs-content {
    padding-bottom: 75px;
  }

  .HelpPage-faqs-content:before {
    left: 35%;
    height: 130px;
  }

  .HelpPage-faqs .nav-tabs-wrapper:before {
    content: none;
  }

  .HelpPage-faqs-title {
    margin-bottom: 0.9em;
  }

  .HelpPage-faqs-subtitle {
    font-size: 22px;
    letter-spacing: 0.41px;
    line-height: 28px;
    margin-bottom: 45px;
  }

  .HelpPage-faqs .nav-tabs {
    overflow-x: auto;
    margin: 0 20px;
    padding-left: 0;
    padding-right: 0;
    justify-content: space-between;
    font-size: 14px;
    display: flex;
  }

  .HelpPage-faqs .nav-tabs .nav-item {
    /*width: auto;*/
    text-align: left;
  }

  .HelpPage-faqs .Accordion-item-content {
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  .HelpPage-faqs-title {
    letter-spacing: 0.5px;
    font-size: 40px;
  }

  .HelpPage-faqs .nav-tabs {
    font-size: 12px;
  }
}

/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper>.scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper>.scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}

.scroll-element,
.scroll-element div {
  box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

.scroll-textarea>.scroll-content {
  overflow: hidden !important;
}

.scroll-textarea>.scroll-content>textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scrollbar-external_wrapper {
  width: 100vw;
  position: relative;
  text-align: center;
}

.scrollbar-external {
  width: 100vw;
  height: 100%;
  overflow: auto;
}

.scroll-content {
  position: relative;
  top: 40%;
}

/******************* EXTERNAL SCROLLBAR *******************/
.external-scroll_x,
.external-scroll_y {
  cursor: pointer;
  display: none;
  /*position: absolute;*/
}

.external-scroll_x.scroll-scrollx_visible {
  display: block;
  height: 10px;
  width: calc(100vw - 146px);
}

.external-scroll_y.scroll-scrolly_visible {
  display: block;
  height: 200px;
  left: 610px;
  width: 10px;
}

.external-scroll_x div,
.external-scroll_y div {
  background: #d6d6d6;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
}

.external-scroll_x .scroll-bar,
.external-scroll_y .scroll-bar {
  background: #C82715;
  z-index: 12;
}

.external-scroll_x .scroll-bar {
  width: 100px;
}

.external-scroll_y .scroll-bar {
  height: 100px;
}

.scroll-categories {
  display: none;
  padding: 0;
  list-style: none;
  text-align: center;
}

.scroll-categories-list {
  display: block;
  position: relative;
  float: left;
  text-align: center;
}

.scroll-categories-btn {
  border: 1px solid #191919;
  background-color: transparent;
  color: #191919;
  padding: 0.7em 0.3em;
}

.scroll-categories-bar {
  height: 40px;
  /*margin: 0 34px;*/
}

body.home .ScrollHelpers {
  display: block;
}

.page-id-2 .Layout-main {
  padding-top: 130px;
}

.page-id-2 .HeaderDesktop-inner {
  box-shadow: none;
  background-color: #1f1f1f;
}

.page-id-2 .HeaderDesktop-main {
  border-bottom: none;
}

.page-id-2 .HeaderMobile-inner {
  box-shadow: none;
}

.page-id-2 .HeaderMobile-main {
  background-color: #1f1f1f;
  border-bottom: none;
}

.Home-background {
  position: relative;
}

.Home-background:after {
  content: '';
  position: absolute;
  top: -230px;
  left: -35%;
  height: calc(100% + -650px);
  transform: skew(28deg, 0deg);
  width: 95%;
  background-color: white;
  transition: 0.2s;
  z-index: 0;
}

.Home-hero {
  margin-bottom: 150px;
  position: relative;
  z-index: 0;
}

.Home-hero .tp-bullets {
  /*left: initial !important;
      top: initial !important;
      bottom: 15px !important;;
      right: 84% !important;*/
}

.Home-hero:after {
  /*content: '';
      position: absolute;
      height: 70px;
      width: 80%;
      background-color: #1f1f1f;
      bottom: 0;
      right: 0;
      z-index: 1;*/
}

.Home-categories {
  margin-bottom: 100px;
  position: relative;
  margin-top: 150px;
  z-index: 1;
}

.Home-categories img {
  width: 100%;
}

.Home-categories-inner {
  position: relative;
}

@media (min-width: 1200px) {
  .Home-categories-inner {
    /*Info categoria solo desktop*/
  }

  .Home-categories-inner:hover .Home-categories-info {
    transform: scale(1);
    opacity: 1;
  }
}

.Home-categories-inner-container-title {
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 1em;
}

.Home-categories-inner-img {
  padding-bottom: 143%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.Home-categories-inner-title {
  text-align: center;
  margin-top: 30px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 900;
  letter-spacing: 0.37px;
  text-transform: uppercase;
}

.Home-categories-info {
  background-color: #C82715;
  color: white;
  width: inherit;
  height: 55%;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  transform: scale(0);
  position: absolute;
  top: 30%;
  padding: 20%;
  text-align: center;
  font-size: 14px;
  margin: 0;
}

.Home-categories-info a {
  color: white;
  font-weight: 700;
}

.Home-categories-info a i:before {
  transform: rotate(-90deg);
  display: inline-block;
  margin-right: 7px;
}

.Home-featureProducts h2 {
  width: 50%;
  margin-bottom: -60px;
}

.Home-featureProducts-inner {
  position: relative;
  background-image: url("/content/themes/bhdmestico/assets/components/pages/home/img/fondo-destacados.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding-bottom: 30%;
  padding-top: 80px;
}

.Home-featureProducts-inner .container {
  position: relative;
  z-index: 1;
}

.Home-tecnologia {
  background-color: #101010;
  color: white;
  text-align: right;
  padding-top: 50px;
  padding-bottom: 250px;
  position: relative;
}

.Home-tecnologia:before {
  content: '';
  position: absolute;
  background-image: url("/content/themes/bhdmestico/assets/components/pages/home/img/tech-foto.jpg");
  padding-bottom: 54%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 62%;
  right: 0;
  bottom: 40%;
}

body.home .HeaderDesktop:not(.HeaderDesktop--sticky):not(.HeaderDesktop--active) .HeaderDesktop-inner {
  box-shadow: initial;
  background: initial;
}

body.home .HeaderDesktop:not(.HeaderDesktop--sticky):not(.HeaderDesktop--active) .HeaderDesktop-main {
  border-bottom: none;
}

body.home .HeaderMobile:not(.HeaderMobile--sticky):not(.HeaderMobile--active) .HeaderMobile-inner {
  box-shadow: initial;
  background: initial;
}

body.home .HeaderMobile:not(.HeaderMobile--sticky):not(.HeaderMobile--active) .HeaderMobile-main {
  border-bottom: 1px solid #e5e5e5;
}

body.home .Layout-main {
  padding-top: 0;
}

@media (min-width: 1400px) {
  .Home-markets-list-item-image-overlay-content {
    font-size: 16px;
  }
}

@media (max-width: 1199.98px) {
  .Home-background:after {
    height: calc(100% + -550px);
    width: 100%;
    left: -37%;
  }

  .Home-categories {
    margin-bottom: 120px;
    /*::-webkit-scrollbar {
		  height: 10px;
		}*/
    /* Track */
    /*::-webkit-scrollbar-track {
			background-color: $color-grey;
		}*/
    /* Handle */
    /*::-webkit-scrollbar-thumb {
		  background: $color-red; 
		}*/
    /* Handle on hover */
    /*::-webkit-scrollbar-thumb:hover {
		  background: darken($color-red, 5%); 
		}*/
    /*::-webkit-scrollbar-button {
		  width: 20px;
		  height: 20px;
		  border: 1px solid $color-black;
		}*/
  }

  .Home-categories-scroll {
    overflow-x: scroll;
    flex-wrap: nowrap;
  }

  .Home-categories .scroll-categories {
    display: inline-block;
    margin-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  .page-id-2 .Layout-main {
    padding-top: 50px;
  }

  body.home .ScrollHelpers-item--down {
    left: 94%;
  }

  .Home-background:after {
    height: calc(100% + -450px);
    left: -43%;
    width: 110%;
  }

  .Home-hero {
    margin-bottom: 120px;
  }

  .Home-hero .tp-bullets {
    /*bottom: 10px !important;
        right: 80% !important;*/
  }

  .Home-hero:after {
    height: 60px;
    width: 70%;
  }

  .Home-featureProducts-inner {
    padding-top: 30px;
  }

  .Home-tecnologia:before {
    width: 58%;
    bottom: 60%;
  }

  .Home-tecnologia-text .SectionHeader-title {
    margin-bottom: 25px;
  }

  .Home-tecnologia-text .SectionHeader-description {
    margin-bottom: 30px;
  }
}

@media (max-width: 794px) {
  .Home-hero .tp-bullets {
    /*transform: none !important;
				right: 5% !important;
				left: auto !important;
				top: 90% !important;*/
  }
}

@media (max-width: 767.98px) {
  .page-id-2 .Layout-main {
    padding-top: 49px;
  }

  .Home-background:after {
    height: calc(100% + -350px);
    width: 128%;
    left: -57%;
    top: -80px;
  }

  .Home-hero {
    margin-bottom: 0px;
  }

  .Home-hero .tp-bullets {
    /*bottom: 5px !important;
        right: 60% !important;*/
  }

  .Home-hero:after {
    height: 46px;
    width: 50%;
  }

  .Home-categories {
    margin-bottom: 0px;
    margin-top: 0;
  }

  .Home-categories-inner-img {
    padding-bottom: 124%;
  }

  .Home-categories-info {
    height: 60%;
  }

  .Home-featureProducts-inner {
    background-image: url("/content/themes/bhdmestico/assets/components/pages/home/img/fondo-tech.jpg");
    padding-bottom: 20%;
  }

  .Home-featureProducts h2 {
    width: 60%;
  }

  .Home .external-scroll_x {
    width: calc(100vw - 200px);
  }

  .Home-tecnologia {
    text-align: left;
    padding-top: 0px;
    padding-bottom: 150px;
    position: relative;
  }

  .Home-tecnologia-img {
    width: 100%;
  }

  .Home-tecnologia-img img {
    width: 100%;
  }

  .Home-tecnologia-text {
    margin-top: -30%;
  }

  .Home-tecnologia-text .SectionHeader-title {
    margin-bottom: 20px;
  }

  .Home-tecnologia-text .SectionHeader-description {
    margin-bottom: 25px;
  }

  .Home-tecnologia:before {
    content: none;
  }
}

.show-scroll {
  flex-wrap: unset;
}

/*
@media (max-width: 1040px) {
	.Home {
		&-hero {
			.tp-bullets {
				transform: none !important;
				right: 55% !important;
				left: auto !important;
				top: 68% !important;
			}
		}
	}
}
*/
@media (max-width: 794px) {
  .Home-hero .tp-bullets {
    transform: none !important;
    right: 55% !important;
    left: auto !important;
    top: 60% !important;
  }
}

@media (max-width: 575.98px) {
  .Home-background:after {
    height: calc(100% + -280px);
    transform: skew(25deg, 0deg);
    left: -59%;
  }

  .Home-tecnologia-text .SectionHeader-title {
    margin-bottom: 18px;
  }

  .Home-tecnologia-text .SectionHeader-description {
    margin-bottom: 23px;
  }
}

@media (max-width: 495px) {
  .Home-hero .tp-bullets {
    transform: none !important;
    right: 5% !important;
    left: auto !important;
    top: 65% !important;
  }
}

@media (max-width: 400px) {
  .Home-background:after {
    height: calc(100% + -230px);
    left: -62%;
    width: 132%;
  }
}

/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.single-product .Layout-breadcrumb {
  display: none;
}

.nav-tabs .nav-link {
  border: none;
}

.card {
  border: none;
}

@media (min-width: 576px) {
  .ProductPage-loopText {
    background-image: none !important;
  }
}

@media (max-width: 767.98px) {
  .ProductPage-loopText {
    background-image: block !important;
  }
}

.ProductPage {
  background-color: #F0F0F0;
}

.ProductPage-categoryBackground {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
}

.ProductPage-introSimple {
  margin-bottom: 80px;
  margin-top: 70px;
  z-index: 1;
  position: relative;
}

.ProductPage-introSimple .SectionHeader {
  margin: 0;
  padding: 2em 6em 2em 2em;
}

.ProductPage-introSimple .SectionHeader-title {
  margin-bottom: 0;
}

.ProductPage-introSimple-carousel {
  padding: 3em;
  background: #ffffff;
}

.ProductPage-introSimple-carousel-slide-image {
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
}

.ProductPage-introSimple-carousel-arrows-previous,
.ProductPage-introSimple-carousel-arrows-next {
  color: #191919;
  position: absolute;
  transition: 0.2s;
  cursor: pointer;
  font-size: 24px;
  padding: 7px 15px;
  border: 2px solid #191919;
  background: white;
}

.ProductPage-introSimple-carousel-arrows-previous:hover,
.ProductPage-introSimple-carousel-arrows-next:hover {
  color: white;
  background: #C82715;
  border-color: #C82715;
}

.ProductPage-introSimple-carousel-arrows-previous {
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.ProductPage-introSimple-carousel-arrows-next {
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.ProductPage-introSimple-carousel-dots {
  position: relative;
  bottom: 3px;
}

.ProductPage-monitors {
  padding-bottom: 50px;
  position: relative;
  height: inherit;
}

.ProductPage-monitors:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -270%;
  height: 170%;
  transform: skew(25deg, 0deg);
  width: 92%;
  background-color: #C82715;
  transition: 0.2s;
  z-index: 0;
  -webkit-animation: appear-left 2s ease-in-out 1s forwards;
  animation: appear-left 2s ease-in-out 1s forwards;
}

@-webkit-keyframes appear-left {
  from {
    left: -270%;
  }

  to {
    left: -31%;
  }
}

@keyframes appear-left {
  from {
    left: -270%;
  }

  to {
    left: -31%;
  }
}

.ProductPage-monitors-title {
  color: #FFFFFF;
  font-size: 36px;
  line-height: 1.4em;
  letter-spacing: 0px;
  max-width: 50%;
  margin-bottom: 1.5rem;
}

@media (max-width: 767.98px) {
  .ProductPage-monitors .noMobile {
    display: none;
  }
}

.ProductPage-monitors .onlyMobile {
  display: none;
}

@media (max-width: 767.98px) {
  .ProductPage-monitors .onlyMobile {
    display: block;
  }
}

.ProductPage-monitors-subtitle {
  color: #FFFFFF;
  font-size: 30px;
  letter-spacing: 0.7px;
  max-width: 65%;
  margin-bottom: 1.5rem;
  font-weight: normal;
}

.ProductPage-monitors .row.noPadding [class*="col-"] {
  padding: 0;
}

.ProductPage-monitors .row:not(.noPadding) [class*="col-"] {
  padding-right: 20px;
  padding-left: 20px;
}

.ProductPage-monitors .SectionHeader {
  margin-top: 0;
}

.ProductPage-monitors .nav {
  display: block;
  justify-content: initial;
  align-items: initial;
}

.ProductPage-monitors .nav-tabs {
  font-size: 14px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.ProductPage-monitors .nav-tabs .nav-item {
  text-align: left;
  box-shadow: 0 -10px 33px 0 rgba(0, 0, 0, 0.19);
}

.ProductPage-monitors .nav-tabs .nav-link {
  border-bottom: none !important;
  color: #191919;
  display: block;
  padding: 1rem 2rem 1rem 2.6rem;
  background-color: #F2F2F2;
}

.ProductPage-monitors .nav-tabs .nav-link .btn-secondary {
  margin-top: 20px;
  padding: 0.5em 1em;
}

.ProductPage-monitors .nav-tabs .nav-link.active,
.ProductPage-monitors .nav-tabs .nav-item.show .nav-link {
  color: #191919;
  background-color: white;
  font-weight: inherit;
  z-index: 1;
  position: relative;
}

.ProductPage-monitors .nav-tabs .nav-link.active .btn-secondary,
.ProductPage-monitors .nav-tabs .nav-item.show .nav-link .btn-secondary {
  display: none;
}

.ProductPage-monitors .nav-tabs .nav-container {
  padding-right: 20px;
  padding-left: 20px;
}

.ProductPage-monitors .tab-content {
  padding: 3rem;
  background-color: white;
  box-shadow: 0 -10px 33px 0 rgba(0, 0, 0, 0.19);
}

.ProductPage-monitors-item>.row,
.ProductPage-monitors-item.row {
  margin-left: -35px;
  margin-right: -35px;
}

.ProductPage-monitors-item>.row>[class^="col-"],
.ProductPage-monitors-item.row>[class^="col-"] {
  padding-left: 35px;
  padding-right: 35px;
}

.ProductPage-monitors-item-image img {
  max-width: 100%;
  -webkit-filter: drop-shadow(5px 6px 10px rgba(0, 0, 0, 0.32));
  filter: drop-shadow(5px 6px 10px rgba(0, 0, 0, 0.32));
}

.ProductPage-monitors-item-title {
  margin-bottom: 0.5em;
  font-size: 20px;
  letter-spacing: 0.37px;
  text-transform: uppercase;
  font-weight: 900;
}

.ProductPage-monitors-item-description {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.3;
}

.ProductPage-monitors-item-featuresTable {
  margin-left: 20px;
  margin-right: 20px;
}

.ProductPage-monitors-item-featuresTable>.row,
.ProductPage-monitors-item-featuresTable.row {
  margin-left: -20px;
  margin-right: -20px;
}

.ProductPage-monitors-item-featuresTable>.row>[class^="col-"],
.ProductPage-monitors-item-featuresTable.row>[class^="col-"] {
  padding-left: 20px;
  padding-right: 20px;
}

.ProductPage-monitors-item-featuresTable-row {
  border-bottom: 1px solid #191919;
}

.ProductPage-monitors-item-featuresTable-row:nth-child(n+7) {
  display: none;
}

.ProductPage-monitors-item-featuresTable-row:nth-child(n+7) .ProductPage-monitors-item-featuresTable-col {
  opacity: 0;
}

.ProductPage-monitors-item-featuresTable-col {
  font-size: 18px;
  line-height: 1.3;
  padding: 0.65em 0 !important;
  transition: 0.2s;
}

.ProductPage-monitors-item-featuresTable-col--value {
  text-align: right;
  text-transform: uppercase;
}

.ProductPage-monitors-item-featuresTable-col .icon-check {
  color: #35CE84;
}

.ProductPage-monitors-item-featuresTable-showMore {
  color: #C82715;
  margin-top: 15px;
  padding-left: 0;
  cursor: pointer;
  font-size: 14px;
}

.ProductPage-monitors-item-featuresTable-showMore span {
  text-decoration: none;
}

.ProductPage-monitors-item-featuresTable--showAll .ProductPage-monitors-item-featuresTable-row:nth-child(n+7) {
  display: flex;
}

.ProductPage-monitors-item-featuresTable--showAll .ProductPage-monitors-item-featuresTable-showMore {
  display: none;
}

.ProductPage-monitors-item-footer {
  margin-top: 60px;
  text-align: center;
}

.ProductPage-monitors-item--right .ProductPage-monitors-item-description {
  margin-top: 20px;
  font-size: 18px;
}

.ProductPage-monitors-item--right .btn-container {
  margin-top: 50px;
  text-align: right;
}

.ProductPage-monitors-item--right .btn {
  padding: 0.8em 1.3em;
}

.ProductPage-highlightsCarousel {
  position: relative;
  background: #F0F0F0;
  padding-top: 80px;
  padding-bottom: 150px;
}

.ProductPage-highlightsCarousel+.ProductPage-gallery {
  /*margin-top: -180px;*/
}

.ProductPage .highlightsCarouselNoMonitors:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -270%;
  height: 160%;
  transform: skew(25deg, 0deg);
  width: 92%;
  background-color: #C82715;
  transition: 0.2s;
  z-index: 0;
  -webkit-animation: appear-left-highlightsCarousel 2s ease-in-out 1s forwards;
  animation: appear-left-highlightsCarousel 2s ease-in-out 1s forwards;
}

@-webkit-keyframes appear-left-highlightsCarousel {
  from {
    left: -270%;
  }

  to {
    left: -31%;
  }
}

@keyframes appear-left-highlightsCarousel {
  from {
    left: -270%;
  }

  to {
    left: -31%;
  }
}

.ProductPage-loopText {
  padding-bottom: 100px;
}

.ProductPage-loopText .SectionHeader-title {
  text-transform: inherit;
}

.ProductPage-loopText .masonry-wrapper {
  max-width: 923px;
}

.ProductPage-loopText .masonry {
  display: grid;
  grid-template-columns: repeat(1, minmax(100px, 1fr));
  grid-gap: 20px;
  grid-auto-rows: 0;
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .ProductPage-loopText .masonry {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}

@media only screen and (min-width: 1024px) {
  .ProductPage-loopText .masonry {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}

.ProductPage-loopText .masonry-item,
.ProductPage-loopText .masonry-content {
  overflow: hidden;
  margin-bottom: -2px;
}

.ProductPage-loopText .masonry-title,
.ProductPage-loopText .masonry-description {
  margin: 0;
}

.ProductPage-loopText .masonry-title {
  font-size: 36px;
  letter-spacing: 0;
  font-weight: normal;
  max-width: 85%;
}

.ProductPage-loopText .masonry-description {
  font-size: 18px;
  letter-spacing: 0;
  max-width: 85%;
}

.ProductPage-gallery {
  padding-top: 80px;
}

.ProductPage-techSpecs {
  position: relative;
  padding-top: 100px;
  padding-bottom: 200px;
  margin-top: 100px;
}

.ProductPage-techSpecs:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -270%;
  height: 100%;
  transform: skew(18deg, 0deg);
  width: 95%;
  background-color: white;
  transition: 0.2s;
  z-index: 0;
  -webkit-animation: appear-left-white 2s ease-in-out 2s forwards;
  animation: appear-left-white 2s ease-in-out 2s forwards;
}

@-webkit-keyframes appear-left-white {
  from {
    left: -270%;
  }

  to {
    left: -15%;
  }
}

@keyframes appear-left-white {
  from {
    left: -270%;
  }

  to {
    left: -15%;
  }
}

.ProductPage-techSpecs-image {
  padding-right: 40px;
}

.ProductPage-techSpecs-image img {
  max-width: 100%;
}

.ProductPage-techSpecs-title {
  line-height: 1.3em;
  margin-bottom: 1em;
  position: relative;
  letter-spacing: 1px;
  font-size: 75px;
  font-weight: 900;
  letter-spacing: 5.86px;
}

.ProductPage-techSpecs-content {
  margin-bottom: 50px;
}

.ProductPage-techSpecs-content-title {
  font-size: 20px;
  color: #C82715;
  font-weight: normal;
  margin-left: 5px;
  margin-bottom: 1em;
  max-width: 65%;
}

.ProductPage-techSpecs-table {
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  max-width: 60%;
}

.ProductPage-techSpecs-table>.row,
.ProductPage-techSpecs-table.row {
  margin-left: -20px;
  margin-right: -20px;
}

.ProductPage-techSpecs-table>.row>[class^="col-"],
.ProductPage-techSpecs-table.row>[class^="col-"] {
  padding-left: 20px;
  padding-right: 20px;
}

.ProductPage-techSpecs-table-row {
  border-bottom: 1px solid #191919;
  /*&:nth-child(n+7) {
          display: none;

          .ProductPage-monitors-item-featuresTable-col {
            opacity: 0;
          }
        }*/
}

.ProductPage-techSpecs-table-col {
  font-size: 18px;
  line-height: 1.3;
  padding: 0.65em 0 !important;
  transition: 0.2s;
}

.ProductPage-techSpecs-table-col--value {
  text-align: right;
  text-transform: uppercase;
}

.ProductPage-techSpecs-table-col .icon-check {
  color: #35CE84;
}

.ProductPage-techSpecs-table-showMore {
  color: #C82715;
  margin-top: 15px;
  padding-left: 0;
  cursor: pointer;
}

.ProductPage-techSpecs-table-showMore span {
  text-decoration: none;
}

.ProductPage-techSpecs-table--showAll .ProductPage-monitors-item-featuresTable-row:nth-child(n+7) {
  display: flex;
}

.ProductPage-techSpecs-table--showAll .ProductPage-monitors-item-featuresTable-showMore {
  display: none;
}

.ProductPage-techSpecs-colorInfo {
  margin-left: 0.7em;
}

.ProductPage-techSpecs-colorInfo-text {
  font-size: 18px;
  margin-bottom: 0.5em;
}

.ProductPage-techSpecs-colorInfo-image {
  max-height: 100px;
}

.ProductPage-techSpecs-colorInfo-image img {
  max-height: 100%;
  max-width: 100%;
}

.ProductPage-techSpecs-buttons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ProductPage-techSpecs-buttons .btn:not(:last-child) {
  margin-bottom: 1em;
}

@media (max-width: 1400px) {
  .ProductPage-introSimple {
    margin-top: 50px;
  }
}

@media (max-width: 1199.98px) {
  .ProductPage-backgroundSlash:before {
    height: calc(100% + 100px);
    width: 70%;
    -webkit-animation: appear-right-lg 2s ease-in-out 1s forwards;
    animation: appear-right-lg 2s ease-in-out 1s forwards;
  }

  @-webkit-keyframes appear-right-lg {
    from {
      right: -270%;
    }

    to {
      right: -85%;
    }
  }

  @keyframes appear-right-lg {
    from {
      right: -270%;
    }

    to {
      right: -85%;
    }
  }

  .ProductPage-introSimple {
    margin-top: 50px;
  }

  .ProductPage-introSimple .SectionHeader {
    padding: 2em;
  }

  .ProductPage-introSimple-text {
    max-width: 480px;
    /*margin-left: auto;*/
  }

  .ProductPage-monitors:before {
    /*height: calc(100% + 100px);*/
    width: 90%;
    transform: skew(20deg, 0deg);
    -webkit-animation: appear-left-lg 2s ease-in-out 1s forwards;
    animation: appear-left-lg 2s ease-in-out 1s forwards;
  }

  @-webkit-keyframes appear-left-lg {
    from {
      left: -270%;
    }

    to {
      left: -30%;
    }
  }

  @keyframes appear-left-lg {
    from {
      left: -270%;
    }

    to {
      left: -30%;
    }
  }

  .ProductPage .highlightsCarouselNoMonitors:before {
    width: 90%;
    transform: skew(20deg, 0deg);
    -webkit-animation: appear-left-lg-highlightsCarousel 2s ease-in-out 1s forwards;
    animation: appear-left-lg-highlightsCarousel 2s ease-in-out 1s forwards;
  }

  @-webkit-keyframes appear-left-lg-highlightsCarousel {
    from {
      left: -270%;
    }

    to {
      left: -31%;
    }
  }

  @keyframes appear-left-lg-highlightsCarousel {
    from {
      left: -270%;
    }

    to {
      left: -31%;
    }
  }

  .ProductPage-highlightsCarousel+.ProductPage-gallery {
    /*margin-top: -290px;*/
  }

  .ProductPage-loopText {
    padding-bottom: 50px;
  }

  .ProductPage-techSpecs {
    margin-top: 50px;
  }

  .ProductPage-techSpecs:before {
    height: calc(100% + 0px);
    width: 180%;
    transform: skew(20deg, 0deg);
    -webkit-animation: appear-left-lg2 2s ease-in-out 1.5s forwards;
    animation: appear-left-lg2 2s ease-in-out 1.5s forwards;
  }

  .ProductPage-techSpecs-title {
    font-size: 50px;
  }

  .ProductPage-techSpecs-table {
    width: 100%;
  }

  @-webkit-keyframes appear-left-lg2 {
    from {
      left: -270%;
    }

    to {
      left: -100%;
    }
  }

  @keyframes appear-left-lg2 {
    from {
      left: -270%;
    }

    to {
      left: -100%;
    }
  }

  .ProductPage-loopText .masonry-title {
    font-size: 32px;
  }

  .ProductPage-loopText .masonry-description {
    font-size: 17px;
  }
}

@media (max-width: 1024px) {
  .ProductPage-monitors-title {
    font-size: 28px;
  }

  .ProductPage-monitors-subtitle {
    font-size: 24px;
  }

  .ProductPage-monitors-item-title {
    font-size: 18px;
  }

  .ProductPage-monitors-item-description {
    font-size: 14px;
  }

  .ProductPage-monitors-item-featuresTable-col {
    font-size: 16px;
  }

  .ProductPage-monitors-item--right .ProductPage-monitors-item-description {
    font-size: 16px;
  }

  .ProductPage-loopText .masonry-title {
    font-size: 28px;
  }

  .ProductPage-loopText .masonry-description {
    font-size: 16px;
  }

  .ProductPage-techSpecs-title {
    font-size: 38px;
    letter-spacing: 2.5px;
  }

  .ProductPage-techSpecs-table-col {
    font-size: 16px;
  }
}

@media (max-width: 991.98px) {
  .ProductPage-backgroundSlash:before {
    height: calc(100% + 100px);
    width: 105%;
    -webkit-animation: appear-right-md 2s ease-in-out 1s forwards;
    animation: appear-right-md 2s ease-in-out 1s forwards;
  }

  @-webkit-keyframes appear-right-md {
    from {
      right: -270%;
    }

    to {
      right: -125%;
    }
  }

  @keyframes appear-right-md {
    from {
      right: -270%;
    }

    to {
      right: -125%;
    }
  }

  .ProductPage-introComplete-logo img {
    max-height: 40px;
  }

  .ProductPage-introSimple-text {
    max-width: 360px;
  }

  .ProductPage-highlightsCarousel {
    /*margin-bottom: 150px;*/
    padding-top: 30px;
  }

  .ProductPage-highlightsCarousel+.ProductPage-gallery {
    /*margin-top: -350px;*/
  }

  .ProductPage .highlightsCarouselNoMonitors:before {
    height: calc(100% + 100px);
    width: 130%;
    transform: skew(20deg, 0deg);
    -webkit-animation: appear-left-md-highlightsCarousel 2s ease-in-out 1s forwards;
    animation: appear-left-md-highlightsCarousel 2s ease-in-out 1s forwards;
  }

  @-webkit-keyframes appear-left-md-highlightsCarousel {
    from {
      left: -270%;
    }

    to {
      left: -15%;
    }
  }

  @keyframes appear-left-md-highlightsCarousel {
    from {
      left: -270%;
    }

    to {
      left: -15%;
    }
  }

  .ProductPage-innovation {
    margin-bottom: 120px;
  }

  .ProductPage-monitors {
    margin-bottom: 80px;
  }

  .ProductPage-monitors:before {
    height: calc(100% + 50px);
    width: 120%;
    transform: skew(20deg, 0deg);
    -webkit-animation: appear-left-md 2s ease-in-out 1s forwards;
    animation: appear-left-md 2s ease-in-out 1s forwards;
  }

  @-webkit-keyframes appear-left-md {
    from {
      left: -270%;
    }

    to {
      left: -10%;
    }
  }

  @keyframes appear-left-md {
    from {
      left: -270%;
    }

    to {
      left: -10%;
    }
  }

  .ProductPage-monitors-title {
    font-size: 28px;
    max-width: 100%;
  }

  .ProductPage-monitors-subtitle {
    font-size: 24px;
    max-width: 100%;
  }

  .ProductPage-monitors-item>.row,
  .ProductPage-monitors-item.row {
    margin-left: -20px;
    margin-right: -20px;
  }

  .ProductPage-monitors-item>.row>[class^="col-"],
  .ProductPage-monitors-item.row>[class^="col-"] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ProductPage-monitors-item-featuresTable-col {
    font-size: 16px;
  }

  .ProductPage-monitors-item-title {
    font-size: 18px;
  }

  .ProductPage-monitors-item-description {
    font-size: 14px;
  }

  .ProductPage-monitors-item--right .ProductPage-monitors-item-description {
    font-size: 16px;
  }

  .ProductPage-monitors .Accordion-item-content b {
    font-size: 16px;
  }

  .ProductPage-loopText .masonry-title {
    font-size: 28px;
  }

  .ProductPage-loopText .masonry-description {
    font-size: 16px;
  }

  .ProductPage-techSpecs:before {
    width: 185%;
  }

  .ProductPage-techSpecs-title {
    font-size: 38px;
    letter-spacing: 2.5px;
  }

  .ProductPage-techSpecs-image {
    padding-right: 0;
  }

  .ProductPage-gallery {
    padding-top: 30px;
  }
}

@media (max-width: 767.98px) {
  .ProductPage-backgroundSlash {
    padding-top: 100px;
  }

  .ProductPage-backgroundSlash:before {
    transform: skew(25deg, 0deg);
    height: calc(100% + 75px);
    width: 50%;
    -webkit-animation: appear-right-sm 2s ease-in-out 1s forwards;
    animation: appear-right-sm 2s ease-in-out 1s forwards;
  }

  @-webkit-keyframes appear-right-sm {
    from {
      right: -270%;
    }

    to {
      right: -125%;
    }
  }

  @keyframes appear-right-sm {
    from {
      right: -270%;
    }

    to {
      right: -125%;
    }
  }

  .ProductPage-introComplete {
    padding-bottom: 20px;
    margin-bottom: 70px;
  }

  .ProductPage-introComplete-background:after {
    display: none;
  }

  .ProductPage-introComplete .SectionHeader .ProductPage-introComplete-image {
    display: block;
    margin-bottom: 50px;
  }

  .ProductPage-introComplete .SectionHeader-description {
    font-size: 24px;
    line-height: 1.4em;
    margin-left: 0;
  }

  .ProductPage-introComplete-logo {
    max-width: 180px;
    max-height: 150px;
  }

  .ProductPage-introComplete-right {
    display: none;
  }

  .ProductPage-introSimple {
    margin-top: 0px;
    margin-bottom: 50px;
    padding: 140px 20px 0;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }

  .ProductPage-introSimple-text {
    max-width: unset;
  }

  .ProductPage-introSimple .SectionHeader {
    padding-left: 20px;
    padding-right: 20px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 40px;
  }

  .ProductPage-introSimple-carousel-arrows-next,
  .ProductPage-introSimple-carousel-arrows-previous {
    /*font-size: 30px;*/
  }

  .ProductPage-introSimple-carousel-dots {
    display: none;
  }

  .ProductPage-360 {
    padding-bottom: 40px;
  }

  .ProductPage-360-title span {
    font-size: 26px;
  }

  .ProductPage-360-background {
    height: 260px;
  }

  .ProductPage-highlightsCarousel {
    padding-top: 20px;
    /*margin-bottom: 60px;*/
    padding-bottom: 75px;
  }

  .ProductPage-highlightsCarousel+.ProductPage-gallery {
    /*margin-top: -130px;*/
  }

  .ProductPage .highlightsCarouselNoMonitors:before {
    height: calc(100% + 100px);
    width: 120%;
    transform: skew(20deg, 0deg);
    -webkit-animation: appear-left-sm-highlightsCarousel 2s ease-in-out 1s forwards;
    animation: appear-left-sm-highlightsCarousel 2s ease-in-out 1s forwards;
  }

  @-webkit-keyframes appear-left-sm-highlightsCarousel {
    from {
      left: -270%;
    }

    to {
      left: -10%;
    }
  }

  @keyframes appear-left-sm-highlightsCarousel {
    from {
      left: -270%;
    }

    to {
      left: -10%;
    }
  }

  .ProductPage-gallery {
    padding-top: 20px;
    padding-bottom: 75px;
  }

  .ProductPage-gallery-title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 1.2em;
  }

  .ProductPage-gallery .Gallery {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ProductPage-innovation {
    margin-bottom: 120px;
  }

  .ProductPage-innovation .SectionHeader {
    margin-bottom: 40px;
  }

  .ProductPage-monitors {
    margin-bottom: 50px;
  }

  .ProductPage-monitors .Accordion-item {
    border: none;
  }

  .ProductPage-monitors .Accordion-item:first-child {
    border: none;
  }

  .ProductPage-monitors .Accordion-item-header {
    padding-top: 40px;
    background-color: white;
    box-shadow: unset;
    border-bottom: none;
  }

  .ProductPage-monitors .Accordion-item-header .card {
    background-color: transparent;
  }

  .ProductPage-monitors .Accordion-item-header .card .card-body {
    padding: 1.25rem 0rem;
  }

  .ProductPage-monitors .Accordion-item-header:not(.collapsed) {
    color: inherit;
  }

  .ProductPage-monitors .Accordion-item-header:hover {
    opacity: 1;
  }

  .ProductPage-monitors .Accordion-item-header.collapsed {
    background-color: #F2F2F2 !important;
    box-shadow: inset 0 -5px 15px 0 rgba(0, 0, 0, 0.19) !important;
  }

  .ProductPage-monitors .Accordion-item-header.shadow-accordion {
    background-color: #F2F2F2;
    box-shadow: inset 0 -5px 15px 0 rgba(0, 0, 0, 0.19);
  }

  .ProductPage-monitors .Accordion-item-header.shadow-accordion .btn {
    display: block !important;
    padding: 0.7em 1em;
  }

  .ProductPage-monitors .Accordion-item-header[aria-expanded="true"] .btn {
    display: none;
  }

  .ProductPage-monitors .Accordion-item-header .btn {
    display: none;
  }

  .ProductPage-monitors .Accordion-item-content-inner {
    padding-bottom: 0;
  }

  .ProductPage-monitors .tab-content {
    padding-top: 10px;
    box-shadow: none;
  }

  .ProductPage-monitors-title {
    font-size: 26px;
  }

  .ProductPage-monitors:before {
    height: calc(100% + 50px);
    width: 160%;
    transform: skew(20deg, 0deg);
    -webkit-animation: appear-left-sm 2s ease-in-out 1s forwards;
    animation: appear-left-sm 2s ease-in-out 1s forwards;
  }

  @-webkit-keyframes appear-left-sm {
    from {
      left: -270%;
    }

    to {
      left: -30%;
    }
  }

  @keyframes appear-left-sm {
    from {
      left: -270%;
    }

    to {
      left: -30%;
    }
  }

  .ProductPage-monitors-item>.row,
  .ProductPage-monitors-item.row {
    margin-left: -20px;
    margin-right: -20px;
  }

  .ProductPage-monitors-item>.row>[class^="col-"],
  .ProductPage-monitors-item.row>[class^="col-"] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ProductPage-monitors-item-image {
    margin-bottom: 0px;
  }

  .ProductPage-monitors-item-title {
    font-size: 17px;
    margin-bottom: 1.5em;
  }

  .ProductPage-monitors-item-featuresTable {
    margin-left: 20px;
    margin-right: 20px;
  }

  .ProductPage-monitors-item-featuresTable-col {
    font-size: 16px;
  }

  .ProductPage-monitors-item-featuresTable-showMore {
    text-align: center;
  }

  .ProductPage-monitors-item--right .ProductPage-monitors-item-description {
    text-align: center;
  }

  .ProductPage-monitors-item .btn {
    width: 100%;
  }

  .ProductPage-monitors .row.noPadding [class*="col-"] {
    padding: 0 20px;
  }

  .ProductPage-monitors-subtitle {
    font-size: 23px;
  }

  .ProductPage-monitors .nav-tabs {
    overflow-x: auto;
  }

  .ProductPage-monitors .nav-tabs-wrapper {
    margin-left: 0px;
    margin-right: 0px;
  }

  .ProductPage-monitors .nav-tabs-wrapper:before {
    content: none;
  }

  .ProductPage-monitors .nav-tabs .nav-item {
    width: 100%;
  }

  .ProductPage-categoryBackground .ProductPage-loopText {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
    padding-top: 20px;
  }

  .ProductPage-loopText .masonry-title {
    font-size: 26px;
  }

  .ProductPage-loopText .masonry-description {
    font-size: 15px;
  }

  .ProductPage-techSpecs {
    padding-top: 30px;
    padding-bottom: 100px;
  }

  .ProductPage-techSpecs:before {
    height: calc(100% + 50px);
    width: 180%;
    transform: skew(20deg, 0deg);
    -webkit-animation: appear-left-sm2 2s ease-in-out 1.5s forwards;
    animation: appear-left-sm2 2s ease-in-out 1.5s forwards;
  }

  @-webkit-keyframes appear-left-sm2 {
    from {
      left: -270%;
    }

    to {
      left: -50%;
    }
  }

  @keyframes appear-left-sm2 {
    from {
      left: -270%;
    }

    to {
      left: -50%;
    }
  }

  .ProductPage-techSpecs-title {
    font-size: 37px;
    text-align: center;
  }

  .ProductPage-techSpecs-content .Accordion-item-header {
    font-size: 20px;
  }

  .ProductPage-techSpecs-content .Accordion-item-header-button {
    font-size: 32px;
  }

  .ProductPage-techSpecs-content-title {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    font-size: 20px;
  }

  .ProductPage-techSpecs-image {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .ProductPage-techSpecs-image img {
    max-height: 200px;
  }

  .ProductPage-techSpecs-dimension {
    padding-bottom: 30px;
    padding-right: 40px;
    max-width: 40%;
  }

  .ProductPage-techSpecs-dimension:not(:last-child) {
    margin-right: 20px;
  }

  .ProductPage-techSpecs-dimension-height {
    font-size: 12px;
    top: calc(50% - 7px);
  }

  .ProductPage-techSpecs-dimension-width {
    font-size: 12px;
    left: calc(50% - 20px);
  }

  .ProductPage-techSpecs-table {
    max-width: 100%;
    padding-right: 60px;
    padding-left: 20px;
  }

  .ProductPage-techSpecs-table-col {
    font-size: 14px;
  }

  .ProductPage-techSpecs-colorInfo {
    margin-left: 0.7em;
  }

  .ProductPage-techSpecs-colorInfo-text {
    font-size: 15px;
  }

  .ProductPage-techSpecs-buttons .btn {
    font-size: 12px;
  }

  .ProductPage-adviceBanner-title {
    font-size: 30px;
    text-align: center;
  }

  .ProductPage-adviceBanner-subtitle {
    font-size: 14px;
    margin-bottom: 4em;
    text-align: center;
  }

  .ProductPage-adviceBanner-mobile {
    display: block;
  }

  .ProductPage-adviceBanner-desktop {
    display: none;
  }

  .ProductPage-adviceBanner-items {
    display: block;
  }

  .ProductPage-adviceBanner-item {
    padding: 0;
    max-width: initial;
  }

  .ProductPage-adviceBanner-item-icon {
    margin-bottom: 0.2em;
  }

  .ProductPage-adviceBanner-item-title {
    font-size: 16px;
  }

  .ProductPage-adviceBanner-item:not(:last-child) {
    margin-bottom: 80px;
  }

  .ProductPage-adviceBanner .Accordion-item-content-inner {
    padding-left: 27px;
  }

  .threesixty-nav-bar {
    left: 45%;
  }

  .threesixty-image a.threesixty-previous,
  .threesixty-image a.threesixty-play,
  .threesixty-image a.threesixty-stop,
  .threesixty-image a.threesixty-next,
  .threesixty-image a.threesixty-mfp-anchor,
  .threesixty-image button.mfp-close {
    width: 32px;
  }

  .threesixty-image a.threesixty-mfp-anchor {
    left: calc(45% + 72px);
  }

  button.mfp-close {
    left: calc(5% + 85px);
  }
}

@media (max-width: 575.98px) {
  .ProductPage-backgroundSlash {
    padding-top: 180px;
  }

  .ProductPage-backgroundSlash:before {
    -webkit-animation: appear-right-xs 2s ease-in-out 1s forwards;
    animation: appear-right-xs 2s ease-in-out 1s forwards;
  }

  @-webkit-keyframes appear-right-xs {
    from {
      right: -270%;
    }

    to {
      right: -155%;
    }
  }

  @keyframes appear-right-xs {
    from {
      right: -270%;
    }

    to {
      right: -155%;
    }
  }

  .ProductPage .highlightsCarouselNoMonitors:before {
    height: calc(100% + 100px);
    width: 130%;
    transform: skew(20deg, 0deg);
    -webkit-animation: appear-left-xs-highlightsCarousel 2s ease-in-out 1s forwards;
    animation: appear-left-xs-highlightsCarousel 2s ease-in-out 1s forwards;
  }

  @-webkit-keyframes appear-left-xs-highlightsCarousel {
    from {
      left: -270%;
    }

    to {
      left: -15%;
    }
  }

  @keyframes appear-left-xs-highlightsCarousel {
    from {
      left: -270%;
    }

    to {
      left: -15%;
    }
  }

  .ProductPage-monitors-title {
    font-size: 24px;
    max-width: 45%;
  }

  .ProductPage-monitors-subtitle {
    font-size: 22px;
  }

  .ProductPage-monitors:before {
    width: 175%;
    transform: skew(20deg, 0deg);
    -webkit-animation: appear-left-xs 2s ease-in-out 1s forwards;
    animation: appear-left-xs 2s ease-in-out 1s forwards;
  }

  @-webkit-keyframes appear-left-xs {
    from {
      left: -270%;
    }

    to {
      left: -40%;
    }
  }

  @keyframes appear-left-xs {
    from {
      left: -270%;
    }

    to {
      left: -40%;
    }
  }

  .ProductPage-monitors-item-title {
    font-size: 16px;
  }

  .ProductPage-monitors-item-featuresTable-col {
    font-size: 14px;
  }

  .ProductPage-loopText .masonry-title {
    font-size: 24px;
  }

  .ProductPage-loopText .masonry-description {
    font-size: 14px;
  }

  .ProductPage-techSpecs-title {
    font-size: 36px;
    letter-spacing: 0.5px;
  }

  .ProductPage-techSpecs:before {
    width: 200%;
  }
}

@media (max-width: 480px) {
  .ProductPage-backgroundSlash {
    padding-top: 140px;
  }

  .ProductPage-introSimple-carousel-arrows-next,
  .ProductPage-introSimple-carousel-arrows-previous {
    font-size: 20px;
  }

  .ProductPage-monitors:before {
    width: 190%;
    transform: skew(20deg, 0deg);
    -webkit-animation: appear-left-xs480 2s ease-in-out 1s forwards;
    animation: appear-left-xs480 2s ease-in-out 1s forwards;
  }

  @-webkit-keyframes appear-left-xs480 {
    from {
      left: -270%;
    }

    to {
      left: -45%;
    }
  }

  @keyframes appear-left-xs480 {
    from {
      left: -270%;
    }

    to {
      left: -45%;
    }
  }

  .ProductPage-monitors .tab-content {
    padding: 1rem 1.5rem 2rem;
  }
}

@media (max-width: 425px) {
  .ProductPage-backgroundSlash {
    padding-top: 110px;
  }

  .ProductPage-monitors .Accordion-item-header:not(.collapsed) {
    padding-bottom: 0;
  }
}

@media (max-width: 400px) {

  .ProductPage-introSimple-carousel-arrows-next,
  .ProductPage-introSimple-carousel-arrows-previous {
    padding: 3px 10px;
  }

  .ProductPage-monitors:before {
    width: 230%;
    transform: skew(20deg, 0deg);
    -webkit-animation: appear-left-xs400 2s ease-in-out 1s forwards;
    animation: appear-left-xs400 2s ease-in-out 1s forwards;
  }

  @-webkit-keyframes appear-left-xs400 {
    from {
      left: -270%;
    }

    to {
      left: -65%;
    }
  }

  @keyframes appear-left-xs400 {
    from {
      left: -270%;
    }

    to {
      left: -65%;
    }
  }
}

@media (min-width: 1900px) {
  .ProductPage-introSimple .ProductPage-introSimple-img {
    padding-right: 3%;
  }

  .ProductPage-introSimple-carousel-arrows-next {
    right: calc(30px + 3%);
  }
}

/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.Accordion-item {
  border-bottom: 1px solid #979797;
  font-size: 18px;
}

.Accordion-item:first-child {
  border-top: 1px solid #979797;
}

.Accordion-item-header {
  font-size: 1.11em;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.25em;
}

.Accordion-item-header-button {
  font-size: 1em;
  margin: 0 0.5em;
  align-self: center;
}

.Accordion-item-header-button-expand {
  display: block;
}

.Accordion-item-header-button-expand:hover {
  opacity: 0.6;
}

.Accordion-item-header-button-collapse {
  display: none;
  color: #C82715;
}

.Accordion-item-header:hover {
  opacity: 0.8;
}

.Accordion-item-header:not(.collapsed) {
  color: #C82715;
}

.Accordion-item-header:not(.collapsed) .Accordion-item-header-button-expand {
  display: none;
}

.Accordion-item-header:not(.collapsed) .Accordion-item-header-button-collapse {
  display: block;
}

.Accordion-item-content {
  font-size: 18px;
}

.Accordion-item-content-inner {
  padding: 0 1.25em 1.25em 1.25em;
}

.Accordion-item-icon {
  padding-top: 53px;
}

@media (max-width: 991.98px) {
  .Accordion-item {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .Accordion-item {
    font-size: 20px;
  }

  .Accordion-item-header {
    padding: 0.9em 0;
  }

  .Accordion-item-content-inner {
    padding-left: 0;
    padding-right: 0;
  }
}

/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
/** Variables **/
.HomeDistributor {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  /*Hover left screen*/
  /*Hover right screen*/
}

.HomeDistributor.hover .icon-logo-svg {
  -webkit-animation: scaleOut 1s ease-in forwards;
  animation: scaleOut 1s ease-in forwards;
}

@-webkit-keyframes scaleOut {
  0% {
    width: 21vw;
    height: 21vw;
    opacity: 1;
  }

  80% {
    width: 10vw;
    height: 10vw;
    opacity: 1;
  }

  100% {
    width: 10vw;
    height: 10vw;
    opacity: 0;
    z-index: 0;
  }
}

@keyframes scaleOut {
  0% {
    width: 21vw;
    height: 21vw;
    opacity: 1;
  }

  80% {
    width: 10vw;
    height: 10vw;
    opacity: 1;
  }

  100% {
    width: 10vw;
    height: 10vw;
    opacity: 0;
    z-index: 0;
  }
}

.HomeDistributor-languageSwitcher {
  position: absolute;
  z-index: 10;
  right: 2%;
  top: 2%;
  display: inline-block;
}

.HomeDistributor-languageSwitcher .LanguageSwitcher {
  width: 98px;
  background-color: white;
}

.HomeDistributor-languageSwitcher .LanguageSwitcher-current {
  color: #191919;
  padding: 4px 10px;
}

.HomeDistributor-languageSwitcher .LanguageSwitcher-current i {
  margin-left: 15px;
  display: inline-block;
}

.HomeDistributor-languageSwitcher .LanguageSwitcher-current:before {
  content: none;
}

.HomeDistributor-languageSwitcher .LanguageSwitcher-current:hover {
  color: white;
}

.HomeDistributor-languageSwitcher .LanguageSwitcher-list {
  background-color: white;
}

.HomeDistributor-languageSwitcher .LanguageSwitcher-list li a {
  color: #C82715;
  margin-right: 30px;
}

.HomeDistributor-languageSwitcher .LanguageSwitcher-list li:hover a {
  color: white;
}

.HomeDistributor-languageSwitcher .LanguageSwitcher--active {
  position: relative;
}

.HomeDistributor-languageSwitcher .LanguageSwitcher--active .LanguageSwitcher-current i {
  transform: rotate(180deg);
}

.HomeDistributor .logo {
  z-index: 5;
  position: relative;
  top: 8%;
  left: 10%;
  opacity: 0;
  transition: 1000ms all ease-in-out;
}

.HomeDistributor .logo.column-domestico-logo {
  width: 12.5%;
  width: 91px;
}

.HomeDistributor .column-domestico-logo-svg {
  position: absolute;
  display: flex;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-color: #ffffff;
  width: 5vw;
  height: 5vw;
  padding: 10px;
  opacity: 1;
}

.HomeDistributor .icon-logo-svg {
  position: absolute;
  display: flex;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-color: #ffffff;
  z-index: 5;
  width: 14vw;
  height: 14vw;
  opacity: 0;
  -webkit-animation: scaleIn 1s ease-in forwards;
  animation: scaleIn 1s ease-in forwards;
}

@-webkit-keyframes scaleIn {
  0% {
    width: 14vw;
    height: 14vw;
    opacity: 0;
  }

  100% {
    width: 21vw;
    height: 21vw;
    opacity: 1;
  }
}

@keyframes scaleIn {
  0% {
    width: 14vw;
    height: 14vw;
    opacity: 0;
  }

  100% {
    width: 21vw;
    height: 21vw;
    opacity: 1;
  }
}

.HomeDistributor .icon-logo-svg img {
  width: 60%;
  margin: auto;
}

.HomeDistributor .screen {
  position: absolute;
  width: 50%;
  height: 100vh;
  overflow: hidden;
}

.HomeDistributor .screen .title {
  color: #FFFFFF;
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 5;
  animation-name: fadeInTitle;
  -webkit-animation-name: fadeInTitle;
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  transition: 1000ms all ease-in-out;
}

@-webkit-keyframes fadeInTitle {
  from {
    transform: translate3d(-50%, 40px, 0);
    opacity: 0;
  }

  to {
    transform: translate3d(-50%, 0, 0);
    opacity: 1;
  }
}

@keyframes fadeInTitle {
  from {
    transform: translate3d(-50%, 40px, 0);
    opacity: 0;
  }

  to {
    transform: translate3d(-50%, 0, 0);
    opacity: 1;
  }
}

.HomeDistributor .screen .title h2 {
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 5px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  transition: 500ms all ease-in-out;
}

.HomeDistributor .screen .text {
  transition: 1000ms all ease-in-out;
  color: #FFFFFF;
  position: absolute;
  bottom: 50%;
  left: 10%;
  z-index: 5;
  font-size: 18px;
  opacity: 0;
}

.HomeDistributor .screen .text h2 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 64px;
  letter-spacing: 10px;
  transition: 1000ms all ease-in-out;
}

.HomeDistributor .screen .text a {
  border-radius: 50px;
  margin-top: 20px;
}

.HomeDistributor .screen.left {
  left: 0;
  background: url("/content/themes/bhdmestico/assets/components/pages/home_distributor/img/domestica.jpg") center center no-repeat;
  background-size: cover;
}

.HomeDistributor .screen.left:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #191919;
  opacity: 0.3;
}

.HomeDistributor .screen.right {
  right: 0;
  background: url("/content/themes/bhdmestico/assets/components/pages/home_distributor/img/profesional.jpg") center center no-repeat;
  background-size: cover;
}

.HomeDistributor .screen.right:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #191919;
  opacity: 0.3;
}

/*.HomeDistributor .screen.right .text {
        color: #191919; }*/
.HomeDistributor .screen.left,
.HomeDistributor .screen.right,
.HomeDistributor .screen.right:before,
.HomeDistributor .screen.left:before {
  transition: 1000ms all ease-in-out;
}

.HomeDistributor.hover-left .left {
  width: 75%;
}

.HomeDistributor.hover-left .left .logo {
  opacity: 1;
}

.HomeDistributor.hover-left .left .title h2 {
  opacity: 0;
}

.HomeDistributor.hover-left .left .text {
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
}

.HomeDistributor.hover-left .left:before {
  opacity: 0;
}

.HomeDistributor.hover-left .right {
  width: 25%;
}

.HomeDistributor.hover-left .right .title {
  bottom: 50%;
  left: 50%;
}

.HomeDistributor.hover-left .right:before {
  opacity: 0.9;
  z-index: 2;
}

.HomeDistributor.hover-right .right {
  width: 75%;
}

.HomeDistributor.hover-right .right .logo {
  opacity: 1;
}

.HomeDistributor.hover-right .right .title h2 {
  opacity: 0;
}

.HomeDistributor.hover-right .right .text {
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
}

.HomeDistributor.hover-right .right:before {
  opacity: 0;
}

.HomeDistributor.hover-right .left {
  width: 25%;
}

.HomeDistributor.hover-right .left .title {
  bottom: 50%;
  left: 50%;
}

.HomeDistributor.hover-right .left:before {
  opacity: 0.9;
  z-index: 2;
}

@-webkit-keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.HomeDistributor .politica {
  position: absolute;
  bottom: 2%;
  left: 1%;
  color: #f2f2f2;
  font-size: 14px;
  z-index: 5;
}

.HomeDistributor .politica p {
  margin-bottom: 0;
}

.HomeDistributor .politica-links ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin-bottom: 5px;
  justify-content: center;
  flex-wrap: wrap;
}

.HomeDistributor .politica-links ul li {
  position: relative;
  margin-right: 2em;
}

.HomeDistributor .politica-links ul li a {
  color: #F2F2F2;
  font-weight: 500;
}

.HomeDistributor .politica-links ul li:not(:last-child):after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1em;
  height: 100%;
  width: 1px;
  background-color: #e6e6e6;
}

/**** Responsive *****/
@media (max-width: 1199.98px) {
  .HomeDistributor.hover-left .left {
    width: 65%;
  }

  .HomeDistributor.hover-left .right {
    width: 35%;
  }

  .HomeDistributor.hover-right .right {
    width: 65%;
  }

  .HomeDistributor.hover-right .left {
    width: 35%;
  }

  .HomeDistributor .screen .title h2 {
    font-size: 28px;
    letter-spacing: 3.5px;
  }

  .HomeDistributor .screen .text {
    font-size: 16px;
  }

  .HomeDistributor .screen .text h2 {
    font-size: 50px;
    letter-spacing: 5px;
  }
}

@media (max-width: 991.98px) {
  .HomeDistributor .screen .title h2 {
    font-size: 23px;
    letter-spacing: 3px;
  }
}

@media (max-width: 767.98px) {
  .HomeDistributor-languageSwitcher .LanguageSwitcher {
    width: 72px;
    font-size: 14px;
  }

  .HomeDistributor-languageSwitcher .LanguageSwitcher-current {
    padding: 0px 10px;
  }

  .HomeDistributor-languageSwitcher .LanguageSwitcher-current i {
    margin-left: 10px;
  }

  .HomeDistributor-languageSwitcher .LanguageSwitcher-list li a {
    margin-right: 25px;
  }

  .HomeDistributor.hover .icon-logo-svg {
    -webkit-animation: none;
    animation: none;
    opacity: 1;
    width: 32vw;
    height: 32vw;
    z-index: 5;
  }

  .HomeDistributor .icon-logo-svg {
    width: 32vw;
    height: 32vw;
  }

  @-webkit-keyframes scaleIn {
    0% {
      width: 14vw;
      height: 14vw;
      opacity: 0;
    }

    100% {
      width: 32vw;
      height: 32vw;
      opacity: 1;
    }
  }

  @keyframes scaleIn {
    0% {
      width: 14vw;
      height: 14vw;
      opacity: 0;
    }

    100% {
      width: 32vw;
      height: 32vw;
      opacity: 1;
    }
  }

  .HomeDistributor .screen {
    width: 100%;
    height: 50vh;
  }

  .HomeDistributor .screen.left {
    top: 0;
    background: url("/content/themes/bhdmestico/assets/components/pages/home_distributor/img/domestica-mobile.jpg") center center no-repeat;
    background-size: cover;
  }

  .HomeDistributor .screen.right {
    bottom: 0;
    background: url("/content/themes/bhdmestico/assets/components/pages/home_distributor/img/profesional-mobile.jpg") center center no-repeat;
    background-size: cover;
  }

  .HomeDistributor .screen.right .text {
    color: #ffffff;
  }

  .HomeDistributor .screen .text {
    font-size: 14px;
    opacity: 1;
    transition: none;
    display: block;
    left: 50%;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: center;
  }

  .HomeDistributor .screen .text h2 {
    font-size: 25px;
  }

  .HomeDistributor .screen .text p {
    display: none;
  }

  .HomeDistributor .logo,
  .HomeDistributor .title {
    display: none;
  }

  .HomeDistributor .screen.left,
  .HomeDistributor .screen.right,
  .HomeDistributor .screen.right:before,
  .HomeDistributor .screen.left:before {
    transition: none;
  }

  .HomeDistributor.hover-left .left,
  .HomeDistributor.hover-left .right,
  .HomeDistributor.hover-right .right,
  .HomeDistributor.hover-right .left {
    width: 100%;
  }

  .HomeDistributor.hover-left .left .text {
    -webkit-animation: none;
    animation: none;
  }

  .HomeDistributor.hover-left .left:before {
    opacity: 0.3;
  }

  .HomeDistributor.hover-left .right:before {
    opacity: 0.3;
  }

  .HomeDistributor.hover-right .right .text {
    -webkit-animation-name: none;
    animation-name: none;
  }

  .HomeDistributor.hover-right .right:before {
    opacity: 0.3;
  }

  .HomeDistributor.hover-right .left:before {
    opacity: 0.3;
  }

  .HomeDistributor .politica {
    display: block;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 80%;
    text-align: center;
    font-size: 12px;
  }
}

@media (max-width: 767.98px) {
  .HomeDistributor .screen .text h2 {
    font-size: 23px;
  }
}

/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.ProductCategoriesPage-sectionHeader .SectionHeader {
  margin-top: 50px;
  margin-bottom: 30px;
  margin-left: auto;
  text-align: center;
}

.ProductCategoriesPage-logo {
  padding-left: 86px;
}

.ProductCategoriesPage-logo img {
  max-width: 300px;
  max-height: 100px;
}

.ProductCategoriesPage-productsGrid {
  margin-top: 130px;
  background-image: url("/content/themes/bhdmestico/assets/components/pages/product-categories/img/fondo-categoria.jpg");
  background-size: cover;
  background-position: center 120px;
  background-repeat: no-repeat;
  padding-bottom: 150px;
  position: relative;
  z-index: 1;
}

.ProductCategoriesPage-productsGrid:before {
  content: '';
  position: absolute;
  background-color: white;
  left: -20%;
  top: 120px;
  height: 325px;
  width: 85%;
  transform: skew(25deg, 0deg);
  z-index: 0;
}

.ProductCategoriesPage-productsGrid:after {
  content: '';
  position: absolute;
  background-color: white;
  left: 35%;
  bottom: 0px;
  height: 33%;
  max-height: 650px;
  width: 85%;
  transform: skew(25deg, 0deg);
}

@media (max-width: 767.98px) {
  .ProductCategoriesPage-productsGrid {
    margin-top: 300px;
    background-image: url("/content/themes/bhdmestico/assets/components/pages/product-categories/img/fondo-categoria-mobile.jpg");
    background-position: center 300px;
  }

  .ProductCategoriesPage-productsGrid:before {
    top: 300px;
    height: 225px;
  }

  .ProductCategoriesPage-productsGrid:after {
    bottom: 800px;
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .ProductCategoriesPage-productsGrid:after {
    left: 45%;
  }
}

/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
body.page-template-postventa-template .Support {
  position: relative;
  padding-top: 100px;
}

body.page-template-postventa-template .Support:before {
  content: '';
  position: absolute;
  background-color: #f0f0f0;
  left: 70%;
  height: 80vh;
  width: 65%;
  top: 0px;
  transform: skew(25deg, 0deg);
}

body.page-template-postventa-template .ProductPage-loopText {
  position: relative;
  z-index: 1;
}

body.page-template-postventa-template .ProductPage-loopText-inner {
  text-align: center;
}

body.page-template-postventa-template .ProductPage-loopText-inner .title {
  font-size: 85px;
  color: #C82715;
  font-weight: 900;
}

body.page-template-postventa-template .ProductPage-loopText-inner .content {
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
}

body.page-template-postventa-template .AboutPage-inTheWorld:before {
  height: 10%;
  width: 80%;
}

body.page-template-postventa-template .AboutPage-inTheWorld-content {
  max-width: 580px;
  margin-left: auto;
  padding-right: 30px;
}

body.page-template-postventa-template .AboutPage-inTheWorld-content h3 {
  font-size: 22px;
  margin-bottom: 30px;
  line-height: 36px;
  width: 100%;
}

body.page-template-postventa-template .AboutPage-inTheWorld-content p {
  -webkit-column-count: auto;
  column-count: auto;
  font-size: 18px;
}

body.page-template-postventa-template .AboutPage-inTheWorld-image img {
  margin-bottom: 50px;
}

body.page-template-postventa-template .MarketPage-form {
  position: relative;
}

body.page-template-postventa-template .MarketPage-form:before {
  content: '';
  position: absolute;
  background-color: #f0f0f0;
  left: -12%;
  height: 30%;
  width: 73%;
  top: 0px;
  transform: skew(25deg, 0deg);
}

body.page-template-postventa-template .AdvicePage-whitePaper {
  background: url("/content/themes/bhdmestico/assets/components/pages/postventa/img/respuestos-banner.jpg") center center no-repeat;
  background-size: cover;
  padding: 100px 0;
  color: white;
  position: relative;
  margin-bottom: 70px;
}

body.page-template-postventa-template .AdvicePage-whitePaper:before {
  content: '';
  position: absolute;
  background-color: #f0f0f0;
  left: 46%;
  height: 260%;
  width: 100%;
  top: -25%;
  transform: skew(30deg, 0deg);
  z-index: -1;
}

body.page-template-postventa-template .AdvicePage-whitePaper .WhitePaper {
  margin-bottom: 0;
}

body.page-template-postventa-template .SquareTiles {
  margin-top: 70px;
}

@media (max-width: 1199.98px) {
  body.page-template-postventa-template .ProductPage-loopText-inner .title {
    font-size: 50px;
  }

  body.page-template-postventa-template .ProductPage-loopText-inner .content {
    font-size: 18px;
  }

  body.page-template-postventa-template .AboutPage-inTheWorld-content {
    max-width: 480px;
    margin-left: auto;
    margin-right: 0;
  }

  body.page-template-postventa-template .AboutPage-inTheWorld-content h3 {
    font-size: 20px;
  }

  body.page-template-postventa-template .AboutPage-inTheWorld-content p {
    font-size: 16px;
  }
}

@media (max-width: 991.98px) {
  body.page-template-postventa-template .ProductPage-loopText-inner .title {
    font-size: 45px;
  }

  body.page-template-postventa-template .ProductPage-loopText-inner .content {
    font-size: 16px;
  }

  body.page-template-postventa-template .AboutPage-inTheWorld-content {
    max-width: 360px;
    margin-left: auto;
  }

  body.page-template-postventa-template .AdvicePage-whitePaper:before {
    height: 230%;
  }

  body.page-template-postventa-template .MarketPage-squareTiles .SectionHeader-title {
    width: 60%;
  }
}

@media (max-width: 767.98px) {
  body.page-template-postventa-template .Support {
    position: relative;
    padding-top: 220px;
  }

  body.page-template-postventa-template .Support-right {
    padding-top: 60px;
    width: 80%;
    margin-left: auto;
  }

  body.page-template-postventa-template .Support-right:before {
    content: '';
    position: absolute;
    background-color: #f0f0f0;
    left: 40%;
    height: 80%;
    width: 80%;
    top: 0px;
    transform: skew(25deg, 0deg);
    z-index: -1;
  }

  body.page-template-postventa-template .Support:before {
    content: none;
  }

  body.page-template-postventa-template .ProductPage-loopText .SectionHeader-title {
    display: none;
  }

  body.page-template-postventa-template .ProductPage-loopText-inner {
    text-align: left;
  }

  body.page-template-postventa-template .ProductPage-loopText-inner .title {
    font-size: 40px;
  }

  body.page-template-postventa-template .ProductPage-loopText-inner .content {
    font-size: 14px;
  }

  body.page-template-postventa-template .AboutPage-inTheWorld-content {
    width: initial;
    max-width: 540px;
    margin-right: auto;
    margin-left: auto;
  }

  body.page-template-postventa-template .AboutPage-inTheWorld-content h3 {
    font-size: 18px;
    margin-bottom: 1em;
    line-height: 28px;
  }

  body.page-template-postventa-template .AboutPage-inTheWorld-image img {
    margin-bottom: 0;
  }

  body.page-template-postventa-template .AdvicePage-whitePaper {
    background: url("/content/themes/bhdmestico/assets/components/pages/postventa/img/respuestos-banner-mobile.jpg") center center no-repeat;
    background-size: cover;
    padding: 120px 0;
  }

  body.page-template-postventa-template .AdvicePage-whitePaper:before {
    height: 100%;
    top: -15%;
    left: 50%;
  }
}

@media (max-width: 575.98px) {
  body.page-template-postventa-template .AboutPage-inTheWorld-content {
    max-width: 98%;
    margin-left: 20px;
    margin-right: 20px;
  }
}

/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.SearchPage-header {
  font-size: 30px;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 100px;
  position: relative;
}

.SearchPage-header span {
  font-weight: 700;
}

.SearchPage-header p {
  font-size: 22px;
  margin-top: 30px;
}

.SearchPage-header:before {
  content: '';
  position: absolute;
  top: -100%;
  left: -30%;
  height: 250%;
  transform: skew(28deg, 0deg);
  width: 110%;
  background-color: #F0F0F0;
  transition: 0.2s;
  z-index: -1;
}

.SearchPage-list {
  margin-bottom: 0;
}

.SearchPage-list>.row,
.SearchPage-list.row {
  margin-left: -35px;
  margin-right: -35px;
}

.SearchPage-list>.row>[class^="col-"],
.SearchPage-list.row>[class^="col-"] {
  padding-left: 35px;
  padding-right: 35px;
}

.SearchPage-list-item {
  margin-bottom: 80px;
  padding-bottom: 80px;
}

.SearchPage-list-item-image {
  padding-bottom: 70%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 30px;
  display: block;
}

.SearchPage-list-item-name {
  margin-bottom: 1.3em;
}

.SearchPage-list-item-name a {
  font-size: 36px;
  text-decoration: none;
  color: #191919;
}

.SearchPage-list-item-description {
  font-size: 18px;
}

.SearchPage-list-item-button {
  position: absolute;
  bottom: 0;
}

.SearchPage-noResult {
  text-align: center;
}

@media (max-width: 1199.98px) {
  .SearchPage-list-item-name a {
    font-size: 28px;
  }
}

@media (max-width: 991.98px) {
  .SearchPage-list-item-name a {
    font-size: 26px;
  }

  .SearchPage-list-item-description {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .SearchPage-header {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .SearchPage-header p {
    font-size: 18px;
    margin-top: 20px;
  }

  .SearchPage-header:before {
    left: -40%;
    width: 130%;
  }

  .SearchPage-list-item {
    padding-bottom: 50px;
    margin-bottom: 60px;
    text-align: center;
  }

  .SearchPage-list-item-name a {
    font-size: 24px;
  }

  .SearchPage-list-item-description {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .SearchPage-header {
    padding-bottom: 10px;
  }

  .SearchPage-header:before {
    left: -40%;
    width: 160%;
  }

  .SearchPage-list-item-button {
    display: block;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }

  .SearchPage-list:first-of-type {
    padding-top: 30px;
  }

  .SearchPage-list:first-of-type:before {
    content: '';
    position: absolute;
    top: 220px;
    right: -100%;
    height: 350px;
    transform: skew(28deg, 0deg);
    width: 110%;
    background-color: white;
    transition: 0.2s;
    z-index: -1;
  }
}

/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.ScrollCategoriesIcon {
  position: relative;
}

.ScrollCategoriesIcon-item {
  width: 100%;
  height: 100%;
  position: absolute;
  transition: top 0.8s ease-in-out, opacity 0.5s;
  bottom: calc(100% - 60px);
  z-index: 10;
}

.ScrollCategoriesIcon-item--down {
  /*
          border-bottom: 1px solid $color-black;
          transform-origin: left bottom;
          transform: rotate(90deg);
          top: calc(100vh - 300px);
          left: 3em;
          */
}

.ScrollCategoriesIcon-item-img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 55px;
  position: relative;
  /*top: 220px;*/
  /*left: 41%;*/
  -webkit-animation: 5s fadeInCat;
  animation: 5s fadeInCat;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.ScrollCategoriesIcon-item--up {
  border-top: 1px solid #191919;
  transform-origin: right bottom;
  transform: rotate(-90deg);
  bottom: 450px;
  right: 10em;
}

.ScrollCategoriesIcon-item--hidden {
  opacity: 0;
  -webkit-animation: zindexscroll 5s;
  animation: zindexscroll 5s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.ScrollCategoriesIcon-item--hidden img {
  z-index: -1;
}

@-webkit-keyframes zindexscroll {
  from {
    z-index: 0;
  }

  to {
    z-index: 0;
  }
}

@keyframes zindexscroll {
  from {
    z-index: 0;
  }

  to {
    z-index: 0;
  }
}

@-webkit-keyframes fadeInCat {
  0% {
    opacity: 0;
    top: -100px;
  }

  100% {
    visibility: visible;
    opacity: 1;
    top: 30px;
  }
}

@keyframes fadeInCat {
  0% {
    opacity: 0;
    top: -100px;
  }

  100% {
    visibility: visible;
    opacity: 1;
    top: 30px;
  }
}

@media (min-width: 768px) {
  .ScrollCategoriesIcon {
    position: relative;
  }

  .ScrollCategoriesIcon-item {
    /*bottom: 103px;*/
  }

  .ScrollCategoriesIcon-item-img {
    /*position: unset;*/
  }
}

@media (min-width: 992px) {
  .ScrollCategoriesIcon {
    position: relative;
  }

  .ScrollCategoriesIcon-item {
    /*bottom: calc(100% - 100px);*/
  }
}

/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.ScrollPostventaIcon {
  display: none;
}

.ScrollPostventaIcon {
  position: absolute;
}

.ScrollPostventaIcon-item {
  width: 100%;
  height: 100%;
  position: absolute;
  transition: top 0.8s ease-in-out, opacity 0.5s;
  bottom: calc(100% - 60px);
  z-index: 10;
}

.ScrollPostventaIcon-item--down {
  /*
          border-bottom: 1px solid $color-black;
          transform-origin: left bottom;
          transform: rotate(90deg);
          top: calc(100vh - 300px);
          left: 3em;
          */
}

.ScrollPostventaIcon-item-img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 55px;
  position: fixed;
  top: 240px;
  left: 50%;
  -webkit-animation: 5s fadeIn;
  animation: 5s fadeIn;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.ScrollPostventaIcon-item--up {
  border-top: 1px solid #191919;
  transform-origin: right bottom;
  transform: rotate(-90deg);
  bottom: 450px;
  right: 10em;
}

.ScrollPostventaIcon-item--hidden {
  opacity: 0;
  -webkit-animation: zindexscroll 5s;
  animation: zindexscroll 5s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.ScrollPostventaIcon-item--hidden img {
  z-index: -1;
}

@-webkit-keyframes zindexscroll {
  from {
    z-index: 0;
  }

  to {
    z-index: 0;
  }
}

@keyframes zindexscroll {
  from {
    z-index: 0;
  }

  to {
    z-index: 0;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    top: 120px;
  }

  100% {
    visibility: visible;
    opacity: 1;
    top: 220px;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    top: 120px;
  }

  100% {
    visibility: visible;
    opacity: 1;
    top: 220px;
  }
}

@media (min-width: 768px) {
  .ScrollPostventaIcon {
    position: relative;
  }

  .ScrollPostventaIcon-item {
    bottom: 103px;
  }

  .ScrollPostventaIcon-item-img {
    position: unset;
  }
}

@media (min-width: 992px) {
  .ScrollPostventaIcon {
    position: relative;
  }

  .ScrollPostventaIcon-item {
    /*bottom: calc(100% - 100px);*/
  }
}

@media (max-width: 767.98px) {
  .ScrollPostventaIcon {
    display: block;
  }
}

@media (max-width: 575.98px) {
  .ScrollPostventaIcon-item-img {
    top: 270px;
  }
}

/* Colors */
/* Gradients */
/* Font */
/* Bootstrap */
/*$grid-breakpoints: (
        xs: 0,
        sm: 576px,
        md: 768px,
        lg: 992px,
        xl: 1480px
);*/
/*$container-max-widths: (
        sm: 420px,
        md: 720px,
        lg: 1300px
);*/
/* Slick Theme */
/* Other */
.error404 .Layout-main {
  background-image: url("/content/themes/bhdmestico/assets/components/pages/404/img/404-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 135px;
}

.error404 .Breadcrumb .breadcrumb_last {
  color: white;
}

.not-foundPage .error-404__bg {
  position: relative;
  width: 100%;
  height: 70vh;
  min-height: 600px;
  margin-bottom: 50px;
}

@media (max-width: 1024px) {
  .not-foundPage .error-404__bg {
    min-height: 500px;
  }
}

@media (max-width: 450px) {
  .not-foundPage .error-404__bg {
    min-height: 400px;
  }
}

.not-foundPage .error-404__bg-element {
  position: absolute;
  transition: all 1.5s;
}

.not-foundPage .error-404__content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  text-align: center;
}

@media (max-width: 767px) {
  .not-foundPage .error-404__content {
    right: -20%;
  }
}

.not-foundPage .error-404__title {
  color: #FFFFFF;
  font-size: 200px;
  font-weight: 900;
}

@media (max-width: 1200px) {
  .not-foundPage .error-404__title {
    font-size: 150px;
  }
}

@media (max-width: 767px) {
  .not-foundPage .error-404__title {
    font-size: 130px;
    line-height: 180px;
  }
}

@media (max-width: 400px) {
  .not-foundPage .error-404__title {
    font-size: 100px;
    line-height: 100px;
  }
}

.not-foundPage .error-404__text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 36px;
  letter-spacing: 3.7px;
  line-height: 1.2;
  margin-bottom: 25px;
}

@media (max-width: 1200px) {
  .not-foundPage .error-404__text {
    font-size: 28px;
    letter-spacing: 2px;
  }
}

@media (max-width: 767px) {
  .not-foundPage .error-404__text {
    font-size: 22px;
    letter-spacing: 0.41px;
    margin-bottom: 22px;
  }
}

@media (max-width: 991.98px) {
  .error404 .Layout-main {
    background-image: url("/content/themes/bhdmestico/assets/components/pages/404/img/404-background-mobile.jpg");
    background-position: 0 52px;
  }
}

@media (min-width: 1200px) {
  .Home-categories-scroll .Home-categories-inner {
    flex: 0 0 14.2857%;
    max-width: 14.2857%;
  }
}


.Layout-breadcrumb {
  display: none;
}