.border--faded-blue {
  border: 1px solid #7b93cf !important;
}
.font--xs {
  font-size: 12px;
} /*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: bold;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
} /*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --lipstick: #e51b24;
  --black: #000;
  --greyish-brown: #585858;
  --white-two: #d6d6d6;
  --white-three: #f5f5f5;
  --grey: #979797;
  --red-pink: #eb4950;
  --rouge: #c22027;
  --light-grey: #d6d6d6;
  --lighter-grey: #f5f5f5;
  --deep-blue-sea: #052371;
  --faded-blue: #7b93cf;
  --black-20: rgba(0, 0, 0, 0.2);
  --lipstick-pop: #ea4a51;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xxs: 0;
  --breakpoint-xs: 320px;
  --breakpoint-xsm: 550px;
  --breakpoint-sm: 770px;
  --breakpoint-md: 1024px;
  --breakpoint-lg: 1230px;
  --breakpoint-xl: 1680px;
  --breakpoint-xxl: 1920px;
  --breakpoint-xxxl: 2500px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
.heading-bar__icon,
.heading-bar__text,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #e51b24;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #a11219;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
.heading-bar__icon,
.heading-bar__text,
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,
.heading-bar__icon,
.heading-bar__text,
.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: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 770px) {
  .container {
    max-width: 770px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 990px;
  }
}
@media (min-width: 1230px) {
  .container {
    max-width: 1124px;
  }
}
@media (min-width: 1680px) {
  .container {
    max-width: 1340px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1480px;
  }
}
@media (min-width: 2500px) {
  .container {
    max-width: 1880px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xxxl,
.col-xxxl-auto,
.col-xxxl-12,
.col-xxxl-11,
.col-xxxl-10,
.col-xxxl-9,
.col-xxxl-8,
.col-xxxl-7,
.col-xxxl-6,
.col-xxxl-5,
.col-xxxl-4,
.col-xxxl-3,
.col-xxxl-2,
.col-xxxl-1,
.col-xxl,
.col-xxl-auto,
.col-xxl-12,
.col-xxl-11,
.col-xxl-10,
.col-xxl-9,
.col-xxl-8,
.col-xxl-7,
.col-xxl-6,
.col-xxl-5,
.col-xxl-4,
.col-xxl-3,
.col-xxl-2,
.col-xxl-1,
.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col-xsm,
.col-xsm-auto,
.col-xsm-12,
.col-xsm-11,
.col-xsm-10,
.col-xsm-9,
.col-xsm-8,
.col-xsm-7,
.col-xsm-6,
.col-xsm-5,
.col-xsm-4,
.col-xsm-3,
.col-xsm-2,
.col-xsm-1,
.col-xs,
.col-xs-auto,
.col-xs-12,
.col-xs-11,
.col-xs-10,
.col-xs-9,
.col-xs-8,
.col-xs-7,
.col-xs-6,
.col-xs-5,
.col-xs-4,
.col-xs-3,
.col-xs-2,
.col-xs-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 320px) {
  .col-xs {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xs-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xs-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xs-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xs-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xs-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xs-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xs-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xs-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xs-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xs-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xs-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xs-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xs-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xs-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xs-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xs-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xs-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xs-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xs-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xs-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xs-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xs-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xs-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xs-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xs-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xs-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xs-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xs-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xs-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 550px) {
  .col-xsm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xsm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xsm-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xsm-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xsm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xsm-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xsm-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xsm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xsm-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xsm-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xsm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xsm-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xsm-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xsm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xsm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xsm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xsm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xsm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xsm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xsm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xsm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xsm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xsm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xsm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xsm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xsm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xsm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xsm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xsm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xsm-0 {
    margin-left: 0;
  }
  .offset-xsm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xsm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xsm-3 {
    margin-left: 25%;
  }
  .offset-xsm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xsm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xsm-6 {
    margin-left: 50%;
  }
  .offset-xsm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xsm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xsm-9 {
    margin-left: 75%;
  }
  .offset-xsm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xsm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 770px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1024px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1230px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1680px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1920px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xxl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xxl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xxl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xxl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xxl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xxl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xxl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xxl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xxl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xxl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xxl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xxl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xxl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xxl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 2500px) {
  .col-xxxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxxl-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxxl-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxl-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxxl-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxl-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxxl-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxxl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxl-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxxl-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxxl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxxl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xxxl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xxxl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xxxl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xxxl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xxxl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xxxl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xxxl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xxxl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xxxl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xxxl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xxxl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xxxl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xxxl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xxxl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #d6d6d6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #d6d6d6;
}
.table tbody + tbody {
  border-top: 2px solid #d6d6d6;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #d6d6d6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #d6d6d6;
}
.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: #d6d6d6;
}
.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: 319.98px) {
  .table-responsive-xs {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xs > .table-bordered {
    border: 0;
  }
}
@media (max-width: 549.98px) {
  .table-responsive-xsm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xsm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 769.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: 1023.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: 1229.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: 1679.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1919.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 2499.98px) {
  .table-responsive-xxxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxxl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[size],
select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")
      #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated
  .custom-control-input:valid:focus:not(:checked)
  ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E")
      #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated
  .custom-control-input:invalid:focus:not(:checked)
  ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 770px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn,
.form__feedback input[type="submit"] {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn,
  .form__feedback input[type="submit"] {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover,
.form__feedback input[type="submit"]:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus,
.form__feedback input[type="submit"]:focus,
.btn.focus,
.form__feedback input.focus[type="submit"] {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.form__feedback input.disabled[type="submit"],
.btn:disabled,
.form__feedback input[type="submit"]:disabled {
  opacity: 0.65;
}
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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #e51b24;
  text-decoration: none;
}
.btn-link:hover {
  color: #a11219;
  text-decoration: underline;
}
.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-lg,
.btn-group-lg > .btn,
.form__feedback .btn-group-lg > input[type="submit"] {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm,
.btn-group-sm > .btn,
.form__feedback .btn-group-sm > input[type="submit"] {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 320px) {
  .dropdown-menu-xs-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xs-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 550px) {
  .dropdown-menu-xsm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xsm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 770px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1024px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1230px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1680px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1920px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 2500px) {
  .dropdown-menu-xxxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxxl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #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: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.form__feedback .btn-group > input[type="submit"],
.btn-group-vertical > .btn,
.form__feedback .btn-group-vertical > input[type="submit"] {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.form__feedback .btn-group > input[type="submit"]:hover,
.btn-group-vertical > .btn:hover,
.form__feedback .btn-group-vertical > input[type="submit"]:hover {
  z-index: 1;
}
.btn-group > .btn:focus,
.form__feedback .btn-group > input[type="submit"]:focus,
.btn-group > .btn:active,
.form__feedback .btn-group > input[type="submit"]:active,
.btn-group > .btn.active,
.form__feedback .btn-group > input.active[type="submit"],
.btn-group-vertical > .btn:focus,
.form__feedback .btn-group-vertical > input[type="submit"]:focus,
.btn-group-vertical > .btn:active,
.form__feedback .btn-group-vertical > input[type="submit"]:active,
.btn-group-vertical > .btn.active,
.form__feedback .btn-group-vertical > input.active[type="submit"] {
  z-index: 1;
}
.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child),
.form__feedback .btn-group > input[type="submit"]:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.form__feedback
  .btn-group
  > input[type="submit"]:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.form__feedback
  .btn-group
  > .btn-group:not(:last-child)
  > input[type="submit"] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.form__feedback .btn-group > input[type="submit"]:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.form__feedback
  .btn-group
  > .btn-group:not(:first-child)
  > input[type="submit"] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split,
.form__feedback .btn-group-sm > input[type="submit"] + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split,
.form__feedback .btn-group-lg > input[type="submit"] + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-group-vertical > .btn,
.form__feedback .btn-group-vertical > input[type="submit"],
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.form__feedback .btn-group-vertical > input[type="submit"]:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.form__feedback
  .btn-group-vertical
  > input[type="submit"]:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.form__feedback
  .btn-group-vertical
  > .btn-group:not(:last-child)
  > input[type="submit"] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.form__feedback .btn-group-vertical > input[type="submit"]:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.form__feedback
  .btn-group-vertical
  > .btn-group:not(:first-child)
  > input[type="submit"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.form__feedback .btn-group-toggle > input[type="submit"],
.btn-group-toggle > .btn-group > .btn,
.form__feedback .btn-group-toggle > .btn-group > input[type="submit"] {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"],
.form__feedback .btn-group-toggle > input[type="submit"] input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.form__feedback .btn-group-toggle > input[type="submit"] 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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn,
.input-group-prepend .form__feedback input[type="submit"],
.form__feedback .input-group-prepend input[type="submit"],
.input-group-append .btn,
.input-group-append .form__feedback input[type="submit"],
.form__feedback .input-group-append input[type="submit"] {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-prepend .form__feedback input[type="submit"]:focus,
.form__feedback .input-group-prepend input[type="submit"]:focus,
.input-group-append .btn:focus,
.input-group-append .form__feedback input[type="submit"]:focus,
.form__feedback .input-group-append input[type="submit"]:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .form__feedback input[type="submit"] + .btn,
.form__feedback .input-group-prepend input[type="submit"] + .btn,
.input-group-prepend .form__feedback .btn + input[type="submit"],
.form__feedback .input-group-prepend .btn + input[type="submit"],
.input-group-prepend
  .form__feedback
  input[type="submit"]
  + input[type="submit"],
.form__feedback
  .input-group-prepend
  input[type="submit"]
  + input[type="submit"],
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .form__feedback input[type="submit"] + .input-group-text,
.form__feedback .input-group-prepend input[type="submit"] + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .form__feedback .input-group-text + input[type="submit"],
.form__feedback .input-group-prepend .input-group-text + input[type="submit"],
.input-group-append .btn + .btn,
.input-group-append .form__feedback input[type="submit"] + .btn,
.form__feedback .input-group-append input[type="submit"] + .btn,
.input-group-append .form__feedback .btn + input[type="submit"],
.form__feedback .input-group-append .btn + input[type="submit"],
.input-group-append .form__feedback input[type="submit"] + input[type="submit"],
.form__feedback .input-group-append input[type="submit"] + input[type="submit"],
.input-group-append .btn + .input-group-text,
.input-group-append .form__feedback input[type="submit"] + .input-group-text,
.form__feedback .input-group-append input[type="submit"] + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .form__feedback .input-group-text + input[type="submit"],
.form__feedback .input-group-append .input-group-text + input[type="submit"] {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.form__feedback .input-group-lg > .input-group-prepend > input[type="submit"],
.input-group-lg > .input-group-append > .btn,
.form__feedback .input-group-lg > .input-group-append > input[type="submit"] {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.form__feedback .input-group-sm > .input-group-prepend > input[type="submit"],
.input-group-sm > .input-group-append > .btn,
.form__feedback .input-group-sm > .input-group-append > input[type="submit"] {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.input-group > .input-group-prepend > .btn,
.form__feedback .input-group > .input-group-prepend > input[type="submit"],
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.form__feedback
  .input-group
  > .input-group-append:not(:last-child)
  > input[type="submit"],
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group
  > .input-group-append:last-child
  > .btn:not(:last-child):not(.dropdown-toggle),
.form__feedback
  .input-group
  > .input-group-append:last-child
  > input[type="submit"]:not(:last-child):not(.dropdown-toggle),
.input-group
  > .input-group-append:last-child
  > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.form__feedback .input-group > .input-group-append > input[type="submit"],
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.form__feedback
  .input-group
  > .input-group-prepend:not(:first-child)
  > input[type="submit"],
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.form__feedback
  .input-group
  > .input-group-prepend:first-child
  > input[type="submit"]:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  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 {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::before {
  border-color: #007bff;
  background-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' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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,
    -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}
.custom-switch
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
    no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    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;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    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;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    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;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 319.98px) {
  .navbar-expand-xs > .container,
  .navbar-expand-xs > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 320px) {
  .navbar-expand-xs {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xs .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xs .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xs .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xs > .container,
  .navbar-expand-xs > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xs .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xs .navbar-toggler {
    display: none;
  }
}
@media (max-width: 549.98px) {
  .navbar-expand-xsm > .container,
  .navbar-expand-xsm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 550px) {
  .navbar-expand-xsm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xsm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xsm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xsm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xsm > .container,
  .navbar-expand-xsm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xsm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xsm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 769.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 770px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    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 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    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 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1229.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1230px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    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 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1679.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1680px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    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 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1919.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1920px) {
  .navbar-expand-xxl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 2499.98px) {
  .navbar-expand-xxxl > .container,
  .navbar-expand-xxxl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 2500px) {
  .navbar-expand-xxxl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xxxl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xxxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxxl > .container,
  .navbar-expand-xxxl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xxxl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xxxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  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 {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 770px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 770px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 770px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    grid-column-gap: 1.25rem;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card .card-header {
  margin-bottom: -1px;
}
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #e51b24;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #a11219;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    transition: none;
  }
}
a.badge:hover,
a.badge:focus {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge,
.form__feedback input[type="submit"] .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 770px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #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;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    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 {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
@media (min-width: 320px) {
  .list-group-horizontal-xs {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xs .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xs .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xs .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 550px) {
  .list-group-horizontal-xsm {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xsm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xsm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xsm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 770px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1024px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1230px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1680px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1920px) {
  .list-group-horizontal-xxl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xxl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xxl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 2500px) {
  .list-group-horizontal-xxxl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xxxl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xxxl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxxl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.list-group-item-primary {
  color: #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: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  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 {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal-dialog-scrollable {
  display: -ms-flexbox;
  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 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #d6d6d6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #d6d6d6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 770px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1230px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1680px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #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) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  -ms-touch-action: pan-y;
  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%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
  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;
  -webkit-transition: 0s 0.6s opacity;
  transition: 0s 0.6s opacity;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    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' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    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;
}
@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    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%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #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 #d6d6d6 !important;
}
.border-top {
  border-top: 1px solid #d6d6d6 !important;
}
.border-right {
  border-right: 1px solid #d6d6d6 !important;
}
.border-bottom {
  border-bottom: 1px solid #d6d6d6 !important;
}
.border-left {
  border-left: 1px solid #d6d6d6 !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: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 320px) {
  .d-xs-none {
    display: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 550px) {
  .d-xsm-none {
    display: none !important;
  }
  .d-xsm-inline {
    display: inline !important;
  }
  .d-xsm-inline-block {
    display: inline-block !important;
  }
  .d-xsm-block {
    display: block !important;
  }
  .d-xsm-table {
    display: table !important;
  }
  .d-xsm-table-row {
    display: table-row !important;
  }
  .d-xsm-table-cell {
    display: table-cell !important;
  }
  .d-xsm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xsm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 770px) {
  .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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1024px) {
  .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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1230px) {
  .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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1680px) {
  .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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1920px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 2500px) {
  .d-xxxl-none {
    display: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 320px) {
  .flex-xs-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xs-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xs-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xs-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xs-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xs-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xs-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xs-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xs-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xs-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xs-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xs-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xs-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xs-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xs-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xs-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xs-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xs-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xs-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xs-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xs-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xs-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xs-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xs-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xs-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xs-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xs-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xs-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 550px) {
  .flex-xsm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xsm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xsm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xsm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xsm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xsm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xsm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xsm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xsm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xsm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xsm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xsm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xsm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xsm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xsm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xsm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xsm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xsm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xsm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xsm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xsm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xsm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xsm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xsm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xsm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xsm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xsm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xsm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xsm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xsm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xsm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xsm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xsm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xsm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 770px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1024px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1230px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1680px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1920px) {
  .flex-xxl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xxl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 2500px) {
  .flex-xxxl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xxxl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxxl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xxxl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xxxl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xxxl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xxxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 320px) {
  .float-xs-left {
    float: left !important;
  }
  .float-xs-right {
    float: right !important;
  }
  .float-xs-none {
    float: none !important;
  }
}
@media (min-width: 550px) {
  .float-xsm-left {
    float: left !important;
  }
  .float-xsm-right {
    float: right !important;
  }
  .float-xsm-none {
    float: none !important;
  }
}
@media (min-width: 770px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 1024px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1230px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1680px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1920px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}
@media (min-width: 2500px) {
  .float-xxxl-left {
    float: left !important;
  }
  .float-xxxl-right {
    float: right !important;
  }
  .float-xxxl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 320px) {
  .m-xs-0 {
    margin: 0 !important;
  }
  .mt-xs-0,
  .my-xs-0 {
    margin-top: 0 !important;
  }
  .mr-xs-0,
  .mx-xs-0 {
    margin-right: 0 !important;
  }
  .mb-xs-0,
  .my-xs-0 {
    margin-bottom: 0 !important;
  }
  .ml-xs-0,
  .mx-xs-0 {
    margin-left: 0 !important;
  }
  .m-xs-1 {
    margin: 0.25rem !important;
  }
  .mt-xs-1,
  .my-xs-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xs-1,
  .mx-xs-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xs-1,
  .my-xs-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xs-1,
  .mx-xs-1 {
    margin-left: 0.25rem !important;
  }
  .m-xs-2 {
    margin: 0.5rem !important;
  }
  .mt-xs-2,
  .my-xs-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xs-2,
  .mx-xs-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xs-2,
  .my-xs-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xs-2,
  .mx-xs-2 {
    margin-left: 0.5rem !important;
  }
  .m-xs-3 {
    margin: 1rem !important;
  }
  .mt-xs-3,
  .my-xs-3 {
    margin-top: 1rem !important;
  }
  .mr-xs-3,
  .mx-xs-3 {
    margin-right: 1rem !important;
  }
  .mb-xs-3,
  .my-xs-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xs-3,
  .mx-xs-3 {
    margin-left: 1rem !important;
  }
  .m-xs-4 {
    margin: 1.5rem !important;
  }
  .mt-xs-4,
  .my-xs-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xs-4,
  .mx-xs-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xs-4,
  .my-xs-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xs-4,
  .mx-xs-4 {
    margin-left: 1.5rem !important;
  }
  .m-xs-5 {
    margin: 3rem !important;
  }
  .mt-xs-5,
  .my-xs-5 {
    margin-top: 3rem !important;
  }
  .mr-xs-5,
  .mx-xs-5 {
    margin-right: 3rem !important;
  }
  .mb-xs-5,
  .my-xs-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xs-5,
  .mx-xs-5 {
    margin-left: 3rem !important;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  .pt-xs-0,
  .py-xs-0 {
    padding-top: 0 !important;
  }
  .pr-xs-0,
  .px-xs-0 {
    padding-right: 0 !important;
  }
  .pb-xs-0,
  .py-xs-0 {
    padding-bottom: 0 !important;
  }
  .pl-xs-0,
  .px-xs-0 {
    padding-left: 0 !important;
  }
  .p-xs-1 {
    padding: 0.25rem !important;
  }
  .pt-xs-1,
  .py-xs-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xs-1,
  .px-xs-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xs-1,
  .py-xs-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xs-1,
  .px-xs-1 {
    padding-left: 0.25rem !important;
  }
  .p-xs-2 {
    padding: 0.5rem !important;
  }
  .pt-xs-2,
  .py-xs-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xs-2,
  .px-xs-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xs-2,
  .py-xs-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xs-2,
  .px-xs-2 {
    padding-left: 0.5rem !important;
  }
  .p-xs-3 {
    padding: 1rem !important;
  }
  .pt-xs-3,
  .py-xs-3 {
    padding-top: 1rem !important;
  }
  .pr-xs-3,
  .px-xs-3 {
    padding-right: 1rem !important;
  }
  .pb-xs-3,
  .py-xs-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xs-3,
  .px-xs-3 {
    padding-left: 1rem !important;
  }
  .p-xs-4 {
    padding: 1.5rem !important;
  }
  .pt-xs-4,
  .py-xs-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xs-4,
  .px-xs-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xs-4,
  .py-xs-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xs-4,
  .px-xs-4 {
    padding-left: 1.5rem !important;
  }
  .p-xs-5 {
    padding: 3rem !important;
  }
  .pt-xs-5,
  .py-xs-5 {
    padding-top: 3rem !important;
  }
  .pr-xs-5,
  .px-xs-5 {
    padding-right: 3rem !important;
  }
  .pb-xs-5,
  .py-xs-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xs-5,
  .px-xs-5 {
    padding-left: 3rem !important;
  }
  .m-xs-n1 {
    margin: -0.25rem !important;
  }
  .mt-xs-n1,
  .my-xs-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xs-n1,
  .mx-xs-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xs-n1,
  .my-xs-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xs-n1,
  .mx-xs-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xs-n2 {
    margin: -0.5rem !important;
  }
  .mt-xs-n2,
  .my-xs-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xs-n2,
  .mx-xs-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xs-n2,
  .my-xs-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xs-n2,
  .mx-xs-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xs-n3 {
    margin: -1rem !important;
  }
  .mt-xs-n3,
  .my-xs-n3 {
    margin-top: -1rem !important;
  }
  .mr-xs-n3,
  .mx-xs-n3 {
    margin-right: -1rem !important;
  }
  .mb-xs-n3,
  .my-xs-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xs-n3,
  .mx-xs-n3 {
    margin-left: -1rem !important;
  }
  .m-xs-n4 {
    margin: -1.5rem !important;
  }
  .mt-xs-n4,
  .my-xs-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xs-n4,
  .mx-xs-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xs-n4,
  .my-xs-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xs-n4,
  .mx-xs-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xs-n5 {
    margin: -3rem !important;
  }
  .mt-xs-n5,
  .my-xs-n5 {
    margin-top: -3rem !important;
  }
  .mr-xs-n5,
  .mx-xs-n5 {
    margin-right: -3rem !important;
  }
  .mb-xs-n5,
  .my-xs-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xs-n5,
  .mx-xs-n5 {
    margin-left: -3rem !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .mt-xs-auto,
  .my-xs-auto {
    margin-top: auto !important;
  }
  .mr-xs-auto,
  .mx-xs-auto {
    margin-right: auto !important;
  }
  .mb-xs-auto,
  .my-xs-auto {
    margin-bottom: auto !important;
  }
  .ml-xs-auto,
  .mx-xs-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 550px) {
  .m-xsm-0 {
    margin: 0 !important;
  }
  .mt-xsm-0,
  .my-xsm-0 {
    margin-top: 0 !important;
  }
  .mr-xsm-0,
  .mx-xsm-0 {
    margin-right: 0 !important;
  }
  .mb-xsm-0,
  .my-xsm-0 {
    margin-bottom: 0 !important;
  }
  .ml-xsm-0,
  .mx-xsm-0 {
    margin-left: 0 !important;
  }
  .m-xsm-1 {
    margin: 0.25rem !important;
  }
  .mt-xsm-1,
  .my-xsm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xsm-1,
  .mx-xsm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xsm-1,
  .my-xsm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xsm-1,
  .mx-xsm-1 {
    margin-left: 0.25rem !important;
  }
  .m-xsm-2 {
    margin: 0.5rem !important;
  }
  .mt-xsm-2,
  .my-xsm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xsm-2,
  .mx-xsm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xsm-2,
  .my-xsm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xsm-2,
  .mx-xsm-2 {
    margin-left: 0.5rem !important;
  }
  .m-xsm-3 {
    margin: 1rem !important;
  }
  .mt-xsm-3,
  .my-xsm-3 {
    margin-top: 1rem !important;
  }
  .mr-xsm-3,
  .mx-xsm-3 {
    margin-right: 1rem !important;
  }
  .mb-xsm-3,
  .my-xsm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xsm-3,
  .mx-xsm-3 {
    margin-left: 1rem !important;
  }
  .m-xsm-4 {
    margin: 1.5rem !important;
  }
  .mt-xsm-4,
  .my-xsm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xsm-4,
  .mx-xsm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xsm-4,
  .my-xsm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xsm-4,
  .mx-xsm-4 {
    margin-left: 1.5rem !important;
  }
  .m-xsm-5 {
    margin: 3rem !important;
  }
  .mt-xsm-5,
  .my-xsm-5 {
    margin-top: 3rem !important;
  }
  .mr-xsm-5,
  .mx-xsm-5 {
    margin-right: 3rem !important;
  }
  .mb-xsm-5,
  .my-xsm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xsm-5,
  .mx-xsm-5 {
    margin-left: 3rem !important;
  }
  .p-xsm-0 {
    padding: 0 !important;
  }
  .pt-xsm-0,
  .py-xsm-0 {
    padding-top: 0 !important;
  }
  .pr-xsm-0,
  .px-xsm-0 {
    padding-right: 0 !important;
  }
  .pb-xsm-0,
  .py-xsm-0 {
    padding-bottom: 0 !important;
  }
  .pl-xsm-0,
  .px-xsm-0 {
    padding-left: 0 !important;
  }
  .p-xsm-1 {
    padding: 0.25rem !important;
  }
  .pt-xsm-1,
  .py-xsm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xsm-1,
  .px-xsm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xsm-1,
  .py-xsm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xsm-1,
  .px-xsm-1 {
    padding-left: 0.25rem !important;
  }
  .p-xsm-2 {
    padding: 0.5rem !important;
  }
  .pt-xsm-2,
  .py-xsm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xsm-2,
  .px-xsm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xsm-2,
  .py-xsm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xsm-2,
  .px-xsm-2 {
    padding-left: 0.5rem !important;
  }
  .p-xsm-3 {
    padding: 1rem !important;
  }
  .pt-xsm-3,
  .py-xsm-3 {
    padding-top: 1rem !important;
  }
  .pr-xsm-3,
  .px-xsm-3 {
    padding-right: 1rem !important;
  }
  .pb-xsm-3,
  .py-xsm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xsm-3,
  .px-xsm-3 {
    padding-left: 1rem !important;
  }
  .p-xsm-4 {
    padding: 1.5rem !important;
  }
  .pt-xsm-4,
  .py-xsm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xsm-4,
  .px-xsm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xsm-4,
  .py-xsm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xsm-4,
  .px-xsm-4 {
    padding-left: 1.5rem !important;
  }
  .p-xsm-5 {
    padding: 3rem !important;
  }
  .pt-xsm-5,
  .py-xsm-5 {
    padding-top: 3rem !important;
  }
  .pr-xsm-5,
  .px-xsm-5 {
    padding-right: 3rem !important;
  }
  .pb-xsm-5,
  .py-xsm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xsm-5,
  .px-xsm-5 {
    padding-left: 3rem !important;
  }
  .m-xsm-n1 {
    margin: -0.25rem !important;
  }
  .mt-xsm-n1,
  .my-xsm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xsm-n1,
  .mx-xsm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xsm-n1,
  .my-xsm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xsm-n1,
  .mx-xsm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xsm-n2 {
    margin: -0.5rem !important;
  }
  .mt-xsm-n2,
  .my-xsm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xsm-n2,
  .mx-xsm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xsm-n2,
  .my-xsm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xsm-n2,
  .mx-xsm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xsm-n3 {
    margin: -1rem !important;
  }
  .mt-xsm-n3,
  .my-xsm-n3 {
    margin-top: -1rem !important;
  }
  .mr-xsm-n3,
  .mx-xsm-n3 {
    margin-right: -1rem !important;
  }
  .mb-xsm-n3,
  .my-xsm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xsm-n3,
  .mx-xsm-n3 {
    margin-left: -1rem !important;
  }
  .m-xsm-n4 {
    margin: -1.5rem !important;
  }
  .mt-xsm-n4,
  .my-xsm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xsm-n4,
  .mx-xsm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xsm-n4,
  .my-xsm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xsm-n4,
  .mx-xsm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xsm-n5 {
    margin: -3rem !important;
  }
  .mt-xsm-n5,
  .my-xsm-n5 {
    margin-top: -3rem !important;
  }
  .mr-xsm-n5,
  .mx-xsm-n5 {
    margin-right: -3rem !important;
  }
  .mb-xsm-n5,
  .my-xsm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xsm-n5,
  .mx-xsm-n5 {
    margin-left: -3rem !important;
  }
  .m-xsm-auto {
    margin: auto !important;
  }
  .mt-xsm-auto,
  .my-xsm-auto {
    margin-top: auto !important;
  }
  .mr-xsm-auto,
  .mx-xsm-auto {
    margin-right: auto !important;
  }
  .mb-xsm-auto,
  .my-xsm-auto {
    margin-bottom: auto !important;
  }
  .ml-xsm-auto,
  .mx-xsm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 770px) {
  .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: 1024px) {
  .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: 1230px) {
  .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: 1680px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1920px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 2500px) {
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .mt-xxxl-0,
  .my-xxxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxxl-0,
  .mx-xxxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxxl-0,
  .my-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxxl-0,
  .mx-xxxl-0 {
    margin-left: 0 !important;
  }
  .m-xxxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxxl-1,
  .my-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxxl-1,
  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxxl-1,
  .my-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxxl-1,
  .mx-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxxl-2,
  .my-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxxl-2,
  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxxl-2,
  .my-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxxl-2,
  .mx-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxxl-3 {
    margin: 1rem !important;
  }
  .mt-xxxl-3,
  .my-xxxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxxl-3,
  .mx-xxxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxxl-3,
  .my-xxxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxxl-3,
  .mx-xxxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxxl-4,
  .my-xxxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxxl-4,
  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxxl-4,
  .my-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxxl-4,
  .mx-xxxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxxl-5 {
    margin: 3rem !important;
  }
  .mt-xxxl-5,
  .my-xxxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxxl-5,
  .mx-xxxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxxl-5,
  .my-xxxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxxl-5,
  .mx-xxxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .pt-xxxl-0,
  .py-xxxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxxl-0,
  .px-xxxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxxl-0,
  .py-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxxl-0,
  .px-xxxl-0 {
    padding-left: 0 !important;
  }
  .p-xxxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxxl-1,
  .py-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxxl-1,
  .px-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxxl-1,
  .py-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxxl-1,
  .px-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxxl-2,
  .py-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxxl-2,
  .px-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxxl-2,
  .py-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxxl-2,
  .px-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxxl-3 {
    padding: 1rem !important;
  }
  .pt-xxxl-3,
  .py-xxxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxxl-3,
  .px-xxxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxxl-3,
  .py-xxxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxxl-3,
  .px-xxxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxxl-4,
  .py-xxxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxxl-4,
  .px-xxxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxxl-4,
  .py-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxxl-4,
  .px-xxxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxxl-5 {
    padding: 3rem !important;
  }
  .pt-xxxl-5,
  .py-xxxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxxl-5,
  .px-xxxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxxl-5,
  .py-xxxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxxl-5,
  .px-xxxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxxl-n1,
  .my-xxxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxxl-n1,
  .mx-xxxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxxl-n1,
  .my-xxxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxxl-n1,
  .mx-xxxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxxl-n2,
  .my-xxxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxxl-n2,
  .mx-xxxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxxl-n2,
  .my-xxxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxxl-n2,
  .mx-xxxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxxl-n3,
  .my-xxxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxxl-n3,
  .mx-xxxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxxl-n3,
  .my-xxxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxxl-n3,
  .mx-xxxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxxl-n4,
  .my-xxxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxxl-n4,
  .mx-xxxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxxl-n4,
  .my-xxxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxxl-n4,
  .mx-xxxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxxl-n5,
  .my-xxxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxxl-n5,
  .mx-xxxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxxl-n5,
  .my-xxxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxxl-n5,
  .mx-xxxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mt-xxxl-auto,
  .my-xxxl-auto {
    margin-top: auto !important;
  }
  .mr-xxxl-auto,
  .mx-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-auto,
  .my-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxxl-auto,
  .mx-xxxl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 320px) {
  .text-xs-left {
    text-align: left !important;
  }
  .text-xs-right {
    text-align: right !important;
  }
  .text-xs-center {
    text-align: center !important;
  }
}
@media (min-width: 550px) {
  .text-xsm-left {
    text-align: left !important;
  }
  .text-xsm-right {
    text-align: right !important;
  }
  .text-xsm-center {
    text-align: center !important;
  }
}
@media (min-width: 770px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1230px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1680px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1920px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 2500px) {
  .text-xxxl-left {
    text-align: left !important;
  }
  .text-xxxl-right {
    text-align: right !important;
  }
  .text-xxxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0056b3 !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-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,
  .heading-bar__icon,
  .heading-bar__text {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3,
  .heading-bar__icon,
  .heading-bar__text {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 1230px !important;
  }
  .container {
    min-width: 1230px !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: #d6d6d6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #d6d6d6;
  }
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: auto;
  min-height: 1px;
}
[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;
}
.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.slick-lightbox .slick-loading .slick-list {
  background-color: transparent;
}
.slick-lightbox .slick-prev {
  left: 15px;
}
.slick-lightbox .slick-next {
  right: 15px;
}
.slick-lightbox-hide {
  opacity: 0;
}
.slick-lightbox-hide.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.slick-lightbox-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0;
}
.slick-lightbox-hide-init.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden;
}
.slick-lightbox-slick-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.slick-caption-bottom
  .slick-lightbox-slick-item
  .slick-lightbox-slick-item
  .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.slick-caption-dynamic
  .slick-lightbox-slick-item
  .slick-lightbox-slick-item
  .slick-lightbox-slick-caption {
  display: block;
  text-align: center;
}
.slick-lightbox-slick-item-inner {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
}
.slick-lightbox-slick-img {
  margin: 0 auto;
  display: block;
  max-width: 90%;
  max-height: 90%;
}
.slick-lightbox-slick-caption {
  margin: 10px 0 0;
  color: #fff;
}
.slick-lightbox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
}
.slick-lightbox-close:focus {
  outline: none;
}
.slick-lightbox-close:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "×";
} /*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1)
      translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1)
      translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
      translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1)
      translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1)
      translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
      translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}
.irs-handle {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}
.irs-handle.type_last {
  z-index: 2;
}
.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
}
.irs-min {
  left: 0;
}
.irs-max {
  right: 0;
}
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}
.irs-disabled {
  opacity: 0.4;
}
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}
.irs--flat {
  height: 40px;
}
.irs--flat.irs-with-grid {
  height: 60px;
}
.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px;
}
.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565;
}
.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}
.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}
.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453;
}
.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}
.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px;
}
.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}
.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}
.irs--flat .irs-grid-text {
  color: #999;
}
.irs--big {
  height: 55px;
}
.irs--big.irs-with-grid {
  height: 70px;
}
.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(-50%, #ddd),
    color-stop(150%, white)
  );
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}
.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffffff),
    color-stop(30%, #428bca),
    to(#b9d4ec)
  );
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}
.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}
.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}
.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(white),
    color-stop(30%, #b4b9be),
    to(white)
  );
  background: linear-gradient(to bottom, white 0%, #b4b9be 30%, white 100%);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px #fff;
  border-radius: 30px;
}
.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(white),
    color-stop(30%, #919ba5),
    to(white)
  );
  background: linear-gradient(to bottom, white 0%, #919ba5 30%, white 100%);
}
.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: #fff;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}
.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: #fff;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#428bca),
    to(#3071a9)
  );
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px;
}
.irs--big .irs-grid-pol {
  background-color: #428bca;
}
.irs--big .irs-grid-text {
  color: #428bca;
}
.irs--modern {
  height: 55px;
}
.irs--modern.irs-with-grid {
  height: 55px;
}
.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e0e4ea),
    to(#d1d6e0)
  );
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}
.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#20b426),
    to(#18891d)
  );
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}
.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}
.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}
.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(white),
    to(#e9e6e6)
  );
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}
.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffffff),
    color-stop(30%, #919ba5),
    to(#ffffff)
  );
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}
.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}
.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}
.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: #fff;
  background-color: #d1d6e0;
  border-radius: 5px;
}
.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: #fff;
  border-radius: 5px;
}
.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}
.irs--modern .irs-grid {
  height: 25px;
}
.irs--modern .irs-grid-pol {
  background-color: #dedede;
}
.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}
.irs--sharp.irs-with-grid {
  height: 57px;
}
.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
}
.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}
.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}
.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}
.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}
.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: #000;
}
.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: #000;
}
.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}
.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: #fff;
  border-radius: 2px;
}
.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-grid {
  height: 25px;
}
.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}
.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--round {
  height: 50px;
}
.irs--round.irs-with-grid {
  height: 65px;
}
.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}
.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}
.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}
.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: #fff;
  border-radius: 24px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}
.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: #fff;
  border-radius: 4px;
}
.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}
.irs--round .irs-grid {
  height: 25px;
}
.irs--round .irs-grid-pol {
  background-color: #dedede;
}
.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--square {
  height: 50px;
}
.irs--square.irs-with-grid {
  height: 60px;
}
.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}
.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: #000;
}
.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}
.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid #000;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}
.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #000;
  color: #fff;
}
.irs--square .irs-grid {
  height: 25px;
}
.irs--square .irs-grid-pol {
  background-color: #dedede;
}
.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}
.mdc-tab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-family: Roboto, sans-serif;
  font-family: var(
    --mdc-typography-button-font-family,
    var(--mdc-typography-font-family, Roboto, sans-serif)
  );
  font-size: 0.875rem;
  font-size: 0.875rem;
  font-size: var(--mdc-typography-button-font-size, 0.875rem);
  line-height: 2.25rem;
  line-height: 2.25rem;
  line-height: var(--mdc-typography-button-line-height, 2.25rem);
  font-weight: 500;
  font-weight: 500;
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: 0.0892857143em;
  letter-spacing: 0.0892857143em;
  letter-spacing: var(--mdc-typography-button-letter-spacing, 0.0892857143em);
  text-decoration: none;
  -webkit-text-decoration: none;
  -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-decoration: none;
  text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: uppercase;
  text-transform: uppercase;
  text-transform: var(--mdc-typography-button-text-transform, uppercase);
  padding-right: 24px;
  padding-left: 24px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  outline: none;
  background: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
  z-index: 1;
}
.mdc-tab .mdc-tab__text-label {
  color: rgba(0, 0, 0, 0.6);
}
.mdc-tab .mdc-tab__icon {
  color: rgba(0, 0, 0, 0.54);
  fill: currentColor;
}
.mdc-tab::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mdc-tab--min-width {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.mdc-tab__content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: inherit;
  pointer-events: none;
}
.mdc-tab__text-label {
  -webkit-transition: 150ms color linear;
  transition: 150ms color linear;
  display: inline-block;
  line-height: 1;
  z-index: 2;
}
.mdc-tab__icon {
  -webkit-transition: 150ms color linear;
  transition: 150ms color linear;
  width: 24px;
  height: 24px;
  font-size: 24px;
  z-index: 2;
}
.mdc-tab--stacked .mdc-tab__content {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mdc-tab--stacked .mdc-tab__text-label {
  padding-top: 6px;
  padding-bottom: 4px;
}
.mdc-tab--active .mdc-tab__text-label {
  color: #6200ee;
  color: #6200ee;
  color: var(--mdc-theme-primary, #6200ee);
}
.mdc-tab--active .mdc-tab__icon {
  color: #6200ee;
  color: #6200ee;
  color: var(--mdc-theme-primary, #6200ee);
  fill: currentColor;
}
.mdc-tab--active .mdc-tab__text-label,
.mdc-tab--active .mdc-tab__icon {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}
.mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon + .mdc-tab__text-label {
  padding-left: 8px;
  padding-right: 0;
}
[dir="rtl"]
  .mdc-tab:not(.mdc-tab--stacked)
  .mdc-tab__icon
  + .mdc-tab__text-label,
.mdc-tab:not(.mdc-tab--stacked)
  .mdc-tab__icon
  + .mdc-tab__text-label[dir="rtl"] {
  padding-left: 0;
  padding-right: 8px;
}
@-webkit-keyframes mdc-ripple-fg-radius-in {
  from {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translate(0) scale(1);
    -webkit-transform: translate(var(--mdc-ripple-fg-translate-start, 0))
      scale(1);
    transform: translate(0) scale(1);
    transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1);
  }
  to {
    -webkit-transform: translate(0) scale(1);
    -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0))
      scale(var(--mdc-ripple-fg-scale, 1));
    transform: translate(0) scale(1);
    transform: translate(var(--mdc-ripple-fg-translate-end, 0))
      scale(var(--mdc-ripple-fg-scale, 1));
  }
}
@keyframes mdc-ripple-fg-radius-in {
  from {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translate(0) scale(1);
    -webkit-transform: translate(var(--mdc-ripple-fg-translate-start, 0))
      scale(1);
    transform: translate(0) scale(1);
    transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1);
  }
  to {
    -webkit-transform: translate(0) scale(1);
    -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0))
      scale(var(--mdc-ripple-fg-scale, 1));
    transform: translate(0) scale(1);
    transform: translate(var(--mdc-ripple-fg-translate-end, 0))
      scale(var(--mdc-ripple-fg-scale, 1));
  }
}
@-webkit-keyframes mdc-ripple-fg-opacity-in {
  from {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    opacity: 0;
  }
  to {
    opacity: 0;
    opacity: var(--mdc-ripple-fg-opacity, 0);
  }
}
@keyframes mdc-ripple-fg-opacity-in {
  from {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    opacity: 0;
  }
  to {
    opacity: 0;
    opacity: var(--mdc-ripple-fg-opacity, 0);
  }
}
@-webkit-keyframes mdc-ripple-fg-opacity-out {
  from {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    opacity: 0;
    opacity: var(--mdc-ripple-fg-opacity, 0);
  }
  to {
    opacity: 0;
  }
}
@keyframes mdc-ripple-fg-opacity-out {
  from {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    opacity: 0;
    opacity: var(--mdc-ripple-fg-opacity, 0);
  }
  to {
    opacity: 0;
  }
}
.mdc-tab__ripple {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mdc-tab__ripple::before,
.mdc-tab__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}
.mdc-tab__ripple::before {
  -webkit-transition: opacity 15ms linear, background-color 15ms linear;
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
}
.mdc-tab__ripple.mdc-ripple-upgraded::before {
  -webkit-transform: scale(1);
  -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
  transform: scale(1);
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-tab__ripple.mdc-ripple-upgraded::after {
  top: 0;
  left: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.mdc-tab__ripple.mdc-ripple-upgraded--unbounded::after {
  top: 0;
  top: var(--mdc-ripple-top, 0);
  left: 0;
  left: var(--mdc-ripple-left, 0);
}
.mdc-tab__ripple.mdc-ripple-upgraded--foreground-activation::after {
  -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards,
    mdc-ripple-fg-opacity-in 75ms forwards;
  animation: mdc-ripple-fg-radius-in 225ms forwards,
    mdc-ripple-fg-opacity-in 75ms forwards;
}
.mdc-tab__ripple.mdc-ripple-upgraded--foreground-deactivation::after {
  -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
  animation: mdc-ripple-fg-opacity-out 150ms;
  -webkit-transform: translate(0) scale(1);
  -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0))
    scale(var(--mdc-ripple-fg-scale, 1));
  transform: translate(0) scale(1);
  transform: translate(var(--mdc-ripple-fg-translate-end, 0))
    scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-tab__ripple::before,
.mdc-tab__ripple::after {
  top: calc(50% - 100%);
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}
.mdc-tab__ripple.mdc-ripple-upgraded::after {
  width: 100%;
  width: var(--mdc-ripple-fg-size, 100%);
  height: 100%;
  height: var(--mdc-ripple-fg-size, 100%);
}
.mdc-tab__ripple::before,
.mdc-tab__ripple::after {
  background-color: #6200ee;
  background-color: #6200ee;
  background-color: var(--mdc-theme-primary, #6200ee);
}
.mdc-tab__ripple:hover::before {
  opacity: 0.04;
}
.mdc-tab__ripple.mdc-ripple-upgraded--background-focused::before,
.mdc-tab__ripple:not(.mdc-ripple-upgraded):focus::before {
  -webkit-transition-duration: 75ms;
  transition-duration: 75ms;
  opacity: 0.12;
}
.mdc-tab__ripple:not(.mdc-ripple-upgraded)::after {
  -webkit-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
}
.mdc-tab__ripple:not(.mdc-ripple-upgraded):active::after {
  -webkit-transition-duration: 75ms;
  transition-duration: 75ms;
  opacity: 0.12;
}
.mdc-tab__ripple.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.12;
}
.mdc-tab-bar {
  width: 100%;
}
.mdc-tab {
  height: 48px;
}
.mdc-tab--stacked {
  height: 72px;
}
.mdc-tab-scroller {
  overflow-y: hidden;
}
.mdc-tab-scroller.mdc-tab-scroller--animating
  .mdc-tab-scroller__scroll-content {
  transition: 250ms -webkit-transform cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: 250ms -webkit-transform cubic-bezier(0.4, 0, 0.2, 1);
  transition: 250ms transform cubic-bezier(0.4, 0, 0.2, 1);
  transition: 250ms transform cubic-bezier(0.4, 0, 0.2, 1),
    250ms -webkit-transform cubic-bezier(0.4, 0, 0.2, 1);
  transition: 250ms transform cubic-bezier(0.4, 0, 0.2, 1),
    250ms -webkit-transform cubic-bezier(0.4, 0, 0.2, 1);
}
.mdc-tab-scroller__test {
  position: absolute;
  top: -9999px;
  width: 100px;
  height: 100px;
  overflow-x: scroll;
}
.mdc-tab-scroller__scroll-area {
  -webkit-overflow-scrolling: touch;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
}
.mdc-tab-scroller__scroll-area::-webkit-scrollbar,
.mdc-tab-scroller__test::-webkit-scrollbar {
  display: none;
}
.mdc-tab-scroller__scroll-area--scroll {
  overflow-x: scroll;
}
.mdc-tab-scroller__scroll-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-transform: none;
  transform: none;
  will-change: transform;
}
.mdc-tab-scroller--align-start .mdc-tab-scroller__scroll-content {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.mdc-tab-scroller--align-end .mdc-tab-scroller__scroll-content {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.mdc-tab-scroller--align-center .mdc-tab-scroller__scroll-content {
  -ms-flex-pack: center;
  justify-content: center;
}
.mdc-tab-scroller--animating .mdc-tab-scroller__scroll-area {
  -webkit-overflow-scrolling: auto;
}
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-order: 9999;
  order: 9999;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-theme-color);
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(44px / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: 44px;
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (44px / 2));
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-theme-color);
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper {
  --swiper-navigation-size: 72px;
}
.swiper .swiper-lazy:not(.swiper-lazy-loaded) {
  opacity: 0;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  min-width: auto;
  width: 72px;
  width: 44px;
  width: var(--swiper-navigation-size);
  background-color: rgba(250, 250, 250, 0.3);
}
.swiper .swiper-button-next::after,
.swiper .swiper-button-prev::after {
  content: "";
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  min-height: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
video {
  width: 100%;
  height: auto;
}
iframe.youtube {
  width: 100%;
  height: calc((100vw - 20px) * 0.5625);
}
@media (min-width: 770px) {
  iframe.youtube {
    width: 720px;
    height: 405px;
  }
}
@media (min-width: 1024px) {
  iframe.youtube {
    width: 465px;
    height: 261.5625px;
  }
}
@media (min-width: 1230px) {
  iframe.youtube {
    width: 626px;
    height: 352.125px;
  }
}
@media (min-width: 1680px) {
  iframe.youtube {
    width: 833px;
    height: 468.5625px;
  }
}
img[data-lazy]:not([src]),
img[data-lazy][src=""],
img[data-lazy][src="data:,"] {
  visibility: hidden;
}
a {
  color: #e51b24;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #b8151c;
  text-decoration: underline;
}
p {
  margin-bottom: 1em;
}
[role="button"] {
  cursor: pointer;
}
#main-content {
  position: relative;
  height: 100%;
  width: 100%;
}
.items--right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.items--right > * {
  margin-left: 1em;
}
.items--vertical-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.icon {
  display: inline-block;
}
.icon svg {
  width: 1em;
  height: auto;
  display: block;
}
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 1.8;
}
p,
a,
td,
h1,
h2,
h3,
.heading-bar__icon,
.heading-bar__text,
h4,
h5,
h6 {
  color: #000;
}
span,
i,
u,
b,
strong,
s {
  color: inherit;
}
legend {
  font-size: 1rem;
}
.text-content h1 {
  margin-bottom: 0.3em;
}
.text-content a {
  border-bottom: 1px solid #e51b24;
  font-weight: 700;
}
.text-content a:hover,
.text-content a:focus {
  text-decoration: none;
  border-bottom: 1px solid #000;
}
.text-content a-dark {
  border-color: #000;
}
p,
a,
span,
td,
i,
u,
h1,
h2,
h3,
.heading-bar__icon,
.heading-bar__text,
h4,
h5,
h6,
b,
strong,
s,
label,
button {
  margin-bottom: 0;
}
.font--link {
  border-bottom: 1px solid #e51b24;
  font-weight: 700;
}
.font--link:hover,
.font--link:focus {
  text-decoration: none;
  border-bottom: 1px solid #000;
}
.font--link-dark {
  border-color: #000;
}
.font--white {
  color: #fff;
}
.font--lipstick {
  color: #e51b24;
}
.font--regular {
  font-weight: 500;
}
.font--weight-400 {
  font-weight: 400;
}
.font--bold {
  font-weight: bold !important;
}
.font--semibold {
  font-weight: 600 !important;
}
.font--light {
  font-weight: 300;
}
.font--xlight {
  font-weight: 200 !important;
}
.font--italic {
  font-style: italic;
}
.font--uppercase {
  text-transform: uppercase;
}
.font--lg {
  font-size: 18px;
}
.font--md {
  font-size: 14px;
}
.font--sm {
  font-size: 13px;
}
.font--xs {
  font-size: 12px;
}
.error--message {
  color: #c22027;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline-color: #7b93cf;
}
h1 {
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 1023.98px) {
  h1 {
    font-size: 24px;
    line-height: 1.2em;
  }
}
h1.font--heading {
  font-size: 50px;
  font-weight: bold;
}
@media (max-width: 1023.98px) {
  h1.font--heading {
    font-size: 28px;
  }
}
h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 1.5em 0 1em;
}
@media (max-width: 1023.98px) {
  h2 {
    font-size: 20px;
    line-height: 1.2;
  }
}
h2:first-child {
  margin-top: 0;
}
h2.font--white {
  font-weight: 200;
}
h3,
.heading-bar__icon,
.heading-bar__text {
  font-size: 24px;
  line-height: 1.46;
  font-weight: bold;
  margin: 1.2em 0 1em;
}
@media (max-width: 1023.98px) {
  h3,
  .heading-bar__icon,
  .heading-bar__text {
    font-size: 18px;
    line-height: 1.2;
  }
}
h3:first-child,
.heading-bar__icon:first-child,
.heading-bar__text:first-child {
  margin-top: 0;
}
h3.font--white,
.font--white.heading-bar__icon,
.font--white.heading-bar__text {
  font-weight: 500;
}
h4 {
  font-size: 18px;
  line-height: 1.33;
  font-weight: bold;
  margin: 1.2em 0 1em;
}
h4:first-child {
  margin-top: 0;
}
h4.font--white {
  font-weight: 500;
}
p,
.p {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  margin-bottom: 1.5em;
}
p.font--sm--p,
.p.font--sm--p {
  font-size: 14px;
}
p.font--white,
.p.font--white {
  font-weight: 300;
}
p.font--link,
.p.font--link {
  color: #eb4950;
  border-bottom: 0;
}
p.font--link:hover,
.p.font--link:hover {
  border-bottom: 0;
}
p.small-print,
.p.small-print {
  font-size: 0.75rem;
  line-height: 1.5;
  margin-left: 12px;
}
a:hover {
  color: #000;
}
.paragraph__light {
  font-weight: 200;
  font-size: 16px;
  padding: 0 1.5625em;
}
@media (min-width: 550px) {
  .paragraph__light {
    font-size: 24px;
  }
}
.font-color--blue {
  color: #007bff !important;
}
.font-color--indigo {
  color: #6610f2 !important;
}
.font-color--purple {
  color: #6f42c1 !important;
}
.font-color--pink {
  color: #e83e8c !important;
}
.font-color--red {
  color: #dc3545 !important;
}
.font-color--orange {
  color: #fd7e14 !important;
}
.font-color--yellow {
  color: #ffc107 !important;
}
.font-color--green {
  color: #28a745 !important;
}
.font-color--teal {
  color: #20c997 !important;
}
.font-color--cyan {
  color: #17a2b8 !important;
}
.font-color--white {
  color: #fff !important;
}
.font-color--gray {
  color: #6c757d !important;
}
.font-color--gray-dark {
  color: #343a40 !important;
}
.font-color--lipstick {
  color: #e51b24 !important;
}
.font-color--black {
  color: #000 !important;
}
.font-color--greyish-brown {
  color: #585858 !important;
}
.font-color--white-two {
  color: #d6d6d6 !important;
}
.font-color--white-three {
  color: #f5f5f5 !important;
}
.font-color--grey {
  color: #979797 !important;
}
.font-color--red-pink {
  color: #eb4950 !important;
}
.font-color--rouge {
  color: #c22027 !important;
}
.font-color--light-grey {
  color: #d6d6d6 !important;
}
.font-color--lighter-grey {
  color: #f5f5f5 !important;
}
.font-color--deep-blue-sea {
  color: #052371 !important;
}
.font-color--faded-blue {
  color: #7b93cf !important;
}
.font-color--black-20 {
  color: rgba(0, 0, 0, 0.2) !important;
}
.font-color--lipstick-pop {
  color: #ea4a51 !important;
}
.bg-color--blue {
  background-color: #007bff !important;
}
.bg-color--indigo {
  background-color: #6610f2 !important;
}
.bg-color--purple {
  background-color: #6f42c1 !important;
}
.bg-color--pink {
  background-color: #e83e8c !important;
}
.bg-color--red {
  background-color: #dc3545 !important;
}
.bg-color--orange {
  background-color: #fd7e14 !important;
}
.bg-color--yellow {
  background-color: #ffc107 !important;
}
.bg-color--green {
  background-color: #28a745 !important;
}
.bg-color--teal {
  background-color: #20c997 !important;
}
.bg-color--cyan {
  background-color: #17a2b8 !important;
}
.bg-color--white {
  background-color: #fff !important;
}
.bg-color--gray {
  background-color: #6c757d !important;
}
.bg-color--gray-dark {
  background-color: #343a40 !important;
}
.bg-color--lipstick {
  background-color: #e51b24 !important;
}
.bg-color--black {
  background-color: #000 !important;
}
.bg-color--greyish-brown {
  background-color: #585858 !important;
}
.bg-color--white-two {
  background-color: #d6d6d6 !important;
}
.bg-color--white-three {
  background-color: #f5f5f5 !important;
}
.bg-color--grey {
  background-color: #979797 !important;
}
.bg-color--red-pink {
  background-color: #eb4950 !important;
}
.bg-color--rouge {
  background-color: #c22027 !important;
}
.bg-color--light-grey {
  background-color: #d6d6d6 !important;
}
.bg-color--lighter-grey {
  background-color: #f5f5f5 !important;
}
.bg-color--deep-blue-sea {
  background-color: #052371 !important;
}
.bg-color--faded-blue {
  background-color: #7b93cf !important;
}
.bg-color--black-20 {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.bg-color--lipstick-pop {
  background-color: #ea4a51 !important;
}
button,
.btn,
.form__feedback input[type="submit"] {
  min-width: 160px;
  height: 40px;
  font-size: 12px;
  letter-spacing: 1px;
  border: 0;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: normal;
}
button:focus,
.btn:focus,
.form__feedback input[type="submit"]:focus {
  outline-color: #7b93cf;
}
button.btn--error,
.btn.btn--error,
.form__feedback input.btn--error[type="submit"] {
  border: 1px solid #c22027 !important;
}
button.btn--disabled,
button:disabled,
.btn.btn--disabled,
.form__feedback input.btn--disabled[type="submit"],
.btn:disabled,
.form__feedback input[type="submit"]:disabled {
  cursor: unset;
}
button.btn--plain,
.btn.btn--plain,
.form__feedback input.btn--plain[type="submit"] {
  min-width: unset;
  background-color: transparent;
  height: auto;
  text-transform: none;
  display: inline-block;
  letter-spacing: normal;
  padding: 0;
}
button.btn--loading::after,
.btn.btn--loading::after,
.form__feedback input.btn--loading[type="submit"]::after {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-left: 0.7em;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}
button.btn--primary,
.btn.btn--primary,
.form__feedback input[type="submit"] {
  background-color: #000;
  color: #fff;
  font-weight: 500;
}
button.btn--primary:hover,
.btn.btn--primary:hover,
.form__feedback input[type="submit"]:hover {
  background-color: #585858 !important;
  color: #fff !important;
}
button.btn--primary.btn--pressed,
.btn.btn--primary.btn--pressed,
.form__feedback input.btn--pressed[type="submit"] {
  background-color: #585858 !important;
  border: 1px solid #585858 !important;
  color: #fff !important;
}
button.btn--primary.btn--disabled,
.btn.btn--primary.btn--disabled,
.form__feedback input.btn--disabled[type="submit"] {
  background-color: #d6d6d6 !important;
  color: #fff !important;
}
button.btn--primary.btn--error,
.btn.btn--primary.btn--error,
.form__feedback input.btn--error[type="submit"] {
  background-color: #585858 !important;
  color: #fff !important;
}
button.btn--primary.btn--negative,
.btn.btn--primary.btn--negative,
.form__feedback input.btn--negative[type="submit"] {
  background-color: #fff;
  color: #000;
  font-weight: bold;
}
button.btn--secondary,
.btn.btn--secondary,
.form__feedback input.btn--secondary[type="submit"] {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  font-weight: 600;
}
button.btn--secondary:hover,
.btn.btn--secondary:hover,
.form__feedback input.btn--secondary[type="submit"]:hover {
  background-color: #fff;
  color: #585858;
  border: 1px solid #979797;
}
button.btn--secondary.btn--pressed,
.btn.btn--secondary.btn--pressed,
.form__feedback input.btn--secondary.btn--pressed[type="submit"] {
  background-color: #f5f5f5;
  border: 1px solid #585858;
  color: #000;
}
button.btn--secondary.btn--disabled,
.btn.btn--secondary.btn--disabled,
.form__feedback input.btn--secondary.btn--disabled[type="submit"] {
  background-color: #fff;
  border: 1px solid #d6d6d6;
  color: #d6d6d6;
}
button.btn--secondary.btn--error,
.btn.btn--secondary.btn--error,
.form__feedback input.btn--secondary.btn--error[type="submit"] {
  background-color: #fff;
  color: #000;
}
button.btn--secondary.btn--negative,
.btn.btn--secondary.btn--negative,
.form__feedback input.btn--secondary.btn--negative[type="submit"] {
  background-color: #000;
  color: #fff;
  border: 1px solid #fff;
}
button.btn--secondary.btn--negative:hover,
.btn.btn--secondary.btn--negative:hover,
.form__feedback input.btn--secondary.btn--negative[type="submit"]:hover {
  background-color: #000;
  color: #d6d6d6;
  border: 1px solid #d6d6d6;
}
button.btn--secondary.btn--negative.btn--pressed,
.btn.btn--secondary.btn--negative.btn--pressed,
.form__feedback input.btn--secondary.btn--negative.btn--pressed[type="submit"] {
  background-color: #585858;
  border: 1px solid #fff;
  color: #fff;
}
button.btn--secondary.btn--negative.btn--disabled,
.btn.btn--secondary.btn--negative.btn--disabled,
.form__feedback
  input.btn--secondary.btn--negative.btn--disabled[type="submit"] {
  background-color: #000;
  border: 1px solid #585858;
  color: #585858;
}
button.btn--secondary.btn--negative.btn--error,
.btn.btn--secondary.btn--negative.btn--error,
.form__feedback input.btn--secondary.btn--negative.btn--error[type="submit"] {
  background-color: #000;
  color: #fff;
}
button.btn--whatsapp,
.btn.btn--whatsapp,
.form__feedback input.btn--whatsapp[type="submit"] {
  background-color: #25d366;
  color: #fff;
}
button.btn--whatsapp:hover,
.btn.btn--whatsapp:hover,
.form__feedback input.btn--whatsapp[type="submit"]:hover {
  background-color: #21bb5a !important;
}
button.btn--whatsapp i,
.btn.btn--whatsapp i,
.form__feedback input.btn--whatsapp[type="submit"] i {
  margin-right: 8px;
}
button.btn--text,
.btn.btn--text,
.form__feedback input.btn--text[type="submit"] {
  background-color: #fff;
  border-color: #fff;
  color: #000;
  font-weight: 500;
}
button.btn--text:hover,
button.btn--text.btn--pressed,
.btn.btn--text:hover,
.form__feedback input.btn--text[type="submit"]:hover,
.btn.btn--text.btn--pressed,
.form__feedback input.btn--text.btn--pressed[type="submit"] {
  background-color: #f5f5f5;
}
button.btn--text.btn--disabled,
.btn.btn--text.btn--disabled,
.form__feedback input.btn--text.btn--disabled[type="submit"] {
  color: #d6d6d6;
}
button.btn--sm-width,
.btn.btn--sm-width,
.form__feedback input.btn--sm-width[type="submit"] {
  min-width: 313px;
}
@media (min-width: 550px) {
  button.btn--md-width,
  .btn.btn--md-width,
  .form__feedback input.btn--md-width[type="submit"] {
    min-width: 500px;
  }
}
button.btn--full-width,
.btn.btn--full-width,
.form__feedback input.btn--full-width[type="submit"] {
  width: 100%;
}
button.btn--red,
.btn.btn--red,
.form__feedback input.btn--red[type="submit"] {
  background-color: #e51b24;
  border-top: 1px solid #fff;
  color: #fff;
}
button.btn--red:hover,
.btn.btn--red:hover,
.form__feedback input.btn--red[type="submit"]:hover {
  -webkit-box-shadow: inset 0 6px 16px 0 rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 6px 16px 0 rgba(0, 0, 0, 0.4);
}
button.btn--green,
.btn.btn--green,
.form__feedback input.btn--green[type="submit"] {
  background-color: #4caf50;
  color: #fff;
}
button.btn--green:hover,
.btn.btn--green:hover,
.form__feedback input.btn--green[type="submit"]:hover {
  -webkit-box-shadow: inset 0 6px 16px 0 rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 6px 16px 0 rgba(0, 0, 0, 0.4);
}
button.btn--grey,
.btn.btn--grey,
.form__feedback input.btn--grey[type="submit"] {
  background-color: #979797;
  color: #fff;
}
button.btn--grey:hover,
.btn.btn--grey:hover,
.form__feedback input.btn--grey[type="submit"]:hover {
  -webkit-box-shadow: inset 0 6px 16px 0 rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 6px 16px 0 rgba(0, 0, 0, 0.4);
}
button.btn--green-border,
.btn.btn--green-border,
.form__feedback input.btn--green-border[type="submit"] {
  border: 1px solid #4caf50;
}
.button-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.button-row .btn,
.button-row .form__feedback input[type="submit"],
.form__feedback .button-row input[type="submit"],
.button-row button {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.button-row__container {
  padding-top: 1.5em;
  padding-bottom: 0.5em;
}
.button-row__container--fullwidth {
  padding: 0;
}
.button-row__container--fullwidth .btn,
.button-row__container--fullwidth .form__feedback input[type="submit"],
.form__feedback .button-row__container--fullwidth input[type="submit"],
.button-row__container--fullwidth button {
  border: 1px solid #fff;
  min-height: 70px;
  font-size: 14px;
}
@media (min-width: 770px) {
  .button-row__container--fullwidth .btn:not(:last-of-type),
  .button-row__container--fullwidth
    .form__feedback
    input[type="submit"]:not(:last-of-type),
  .form__feedback
    .button-row__container--fullwidth
    input[type="submit"]:not(:last-of-type),
  .button-row__container--fullwidth button:not(:last-of-type) {
    border-right: 0;
  }
}
@media (max-width: 1023.98px) {
  .button-row__container--fullwidth .btn,
  .button-row__container--fullwidth .form__feedback input[type="submit"],
  .form__feedback .button-row__container--fullwidth input[type="submit"],
  .button-row__container--fullwidth button {
    font-size: 10px;
    min-width: unset;
  }
}
@media (max-width: 769.98px) {
  .button-row__container--fullwidth .btn,
  .button-row__container--fullwidth .form__feedback input[type="submit"],
  .form__feedback .button-row__container--fullwidth input[type="submit"],
  .button-row__container--fullwidth button {
    min-height: 40px;
  }
  .button-row__container--fullwidth .btn:nth-of-type(4n - 3),
  .button-row__container--fullwidth
    .form__feedback
    input[type="submit"]:nth-of-type(4n - 3),
  .form__feedback
    .button-row__container--fullwidth
    input[type="submit"]:nth-of-type(4n - 3),
  .button-row__container--fullwidth .btn:nth-of-type(4n - 2),
  .button-row__container--fullwidth
    .form__feedback
    input[type="submit"]:nth-of-type(4n - 2),
  .form__feedback
    .button-row__container--fullwidth
    input[type="submit"]:nth-of-type(4n - 2),
  .button-row__container--fullwidth button:nth-of-type(4n - 3),
  .button-row__container--fullwidth button:nth-of-type(4n - 2) {
    border-bottom: 0;
  }
  .button-row__container--fullwidth .btn:nth-of-type(odd),
  .button-row__container--fullwidth
    .form__feedback
    input[type="submit"]:nth-of-type(odd),
  .form__feedback
    .button-row__container--fullwidth
    input[type="submit"]:nth-of-type(odd),
  .button-row__container--fullwidth button:nth-of-type(odd) {
    border-right: 0;
  }
}
.availability-button {
  width: 100%;
  margin-top: 12px;
  margin-bottom: 12px;
}
@media (min-width: 770px) {
  .availability-button {
    width: auto;
  }
}
.availability-button:first-child {
  margin-top: 0;
}
.availability-button:last-child {
  margin-top: 0;
}
.availability-button > * {
  pointer-events: none;
}
input[type="range"].slider-range {
  -webkit-appearance: none;
  width: 100%;
  margin: 8.5px 0;
}
input[type="range"].slider-range:focus {
  outline: none;
}
input[type="range"].slider-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: #7b93cf;
  border-radius: 0;
}
input[type="range"].slider-range::-webkit-slider-thumb {
  -webkit-box-shadow: 1px 1px 1px #585858, 0 0 1px #979797;
  box-shadow: 1px 1px 1px #585858, 0 0 1px #979797;
  border: 3.3px solid #585858;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8.5px;
}
input[type="range"].slider-range:focus::-webkit-slider-runnable-track {
  background: #8ea2d6;
}
input[type="range"].slider-range::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  box-shadow: 0 0 0 #000, 0 0 0 #0d0d0d;
  background: #7b93cf;
  border-radius: 0;
}
input[type="range"].slider-range::-moz-range-thumb {
  box-shadow: 1px 1px 1px #585858, 0 0 1px #979797;
  border: 3.3px solid #585858;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  background: #fff;
  cursor: pointer;
}
input[type="range"].slider-range::-ms-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type="range"].slider-range::-ms-fill-lower {
  background: #6884c8;
  border-radius: 0;
  box-shadow: 0 0 0 #000, 0 0 0 #0d0d0d;
}
input[type="range"].slider-range::-ms-fill-upper {
  background: #7b93cf;
  border-radius: 0;
  box-shadow: 0 0 0 #000, 0 0 0 #0d0d0d;
}
input[type="range"].slider-range::-ms-thumb {
  box-shadow: 1px 1px 1px #585858, 0 0 1px #979797;
  border: 3.3px solid #585858;
  height: 3px;
  width: 20px;
  border-radius: 20px;
  background: #fff;
  cursor: pointer;
}
input[type="range"].slider-range:focus::-ms-fill-lower {
  background: #7b93cf;
}
input[type="range"].slider-range:focus::-ms-fill-upper {
  background: #8ea2d6;
}
input[type="range"].slider-range:hover::-webkit-slider-thumb {
  -webkit-box-shadow: 1px 1px 1px #d6d6d6, 0 0 1px #d6d6d6;
  box-shadow: 1px 1px 1px #d6d6d6, 0 0 1px #d6d6d6;
  border: 3.3px solid #d6d6d6;
}
input[type="range"].slider-range:disabled::-webkit-slider-thumb {
  -webkit-box-shadow: 1px 1px 1px #d6d6d6, 0 0 1px #d6d6d6;
  box-shadow: 1px 1px 1px #d6d6d6, 0 0 1px #d6d6d6;
  border: 3.3px solid #d6d6d6;
}
input[type="range"].slider-range:disabled::-webkit-slider-runnable-track {
  background: #d6d6d6;
}
.slider-range--information {
  width: 100%;
}
.slider-range__min {
  float: left;
}
.slider-range__max {
  float: right;
}
.slider-range__current-value {
  -ms-flex: 1;
  flex: 1;
  margin-right: 0.5em;
}
.slider-range__current-value-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
.slider-range__current-value-container .slider-range__unit {
  -ms-flex-item-align: center;
  align-self: center;
}
table.list-table {
  padding-bottom: 1em;
  width: 100%;
}
table.list-table tbody tr {
  border-bottom: solid 1px #d6d6d6;
}
table.list-table tbody tr:first-of-type {
  border-top: solid 1px #d6d6d6;
}
table.clean-table {
  padding-bottom: 1em;
  width: 100%;
}
.table td,
.table th {
  border: 0 none;
  padding: 7px 16px;
}
@media (min-width: 1230px) {
  .table--equal-cols-two td {
    width: 50%;
  }
}
.table--striped tr:nth-of-type(odd) {
  background-color: #f5f5f5;
}
.table--justify-last-right td:last-child {
  text-align: right;
}
@media (min-width: 770px) {
  .table--justify-last-right td:last-child {
    padding-right: 30px;
  }
}
.table-container thead,
.table-container th {
  font-weight: 700;
}
.table-container td,
.table-container th {
  border: 0 none;
  padding: 7px 16px;
  vertical-align: top;
}
.table-container--wysiwyg table {
  width: 100% !important;
}
.table-container--wysiwyg table p {
  font-weight: inherit;
  margin: 0;
}
.table-container--wysiwyg table td,
.table-container--wysiwyg table th {
  width: auto;
}
.table-container--striped table tbody tr:nth-of-type(odd) {
  background-color: #f5f5f5;
}
.container--padded,
.row--padded,
.col--padded {
  padding-top: 3em;
  padding-bottom: 3em;
}
@media (max-width: 1023.98px) {
  .container--padded,
  .row--padded,
  .col--padded {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}
.container--padded-bottom-small {
  padding-bottom: 1em;
}
.container--padded-bottom,
.row--padded-bottom,
.col--padded-bottom {
  padding-bottom: 3em;
}
@media (max-width: 1023.98px) {
  .container--padded-bottom,
  .row--padded-bottom,
  .col--padded-bottom {
    padding-bottom: 1.5em;
  }
}
.container--padded-top,
.row--padded-top,
.col--padded-top {
  padding-top: 3em;
}
@media (max-width: 1023.98px) {
  .container--padded-top,
  .row--padded-top,
  .col--padded-top {
    padding-top: 1.5em;
  }
}
.container--narrow {
  padding-left: 4em;
  padding-right: 4em;
}
@media (max-width: 1679.98px) {
  .container--narrow {
    padding-left: 2em;
    padding-right: 2em;
  }
}
.container--wide {
  max-width: 1680px;
}
@media (min-width: 1230px) {
  .container--wide {
    padding-left: 50px;
    padding-right: 50px;
    margin: 0 auto;
  }
}
.container--margin-top {
  margin-top: 3em;
}
.container--margin-bottom {
  margin-bottom: 3em;
}
.container__align-center {
  margin: 1em auto 2.5em;
}
.container__404 {
  margin-top: 3.4375em;
  margin-bottom: 1.875em;
}
@media (min-width: 550px) {
  .container__404 {
    margin-top: 3.4375em;
    margin-bottom: 5em;
  }
}
@media print {
  .container.product-page__info {
    max-width: none;
    padding: 0 25px;
    margin: 0;
  }
}
@media print and (max-width: 1023.98px) {
  .container.product-page__info {
    width: calc(750px + 50px);
    min-width: calc(750px + 50px) !important;
  }
}
@media print {
  .container.product-page__info .justify-content-center {
    -ms-flex-pack: unset !important;
    justify-content: unset !important;
    display: block;
  }
}
.heading--big {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  padding: 0 1.5625em;
}
@media (min-width: 550px) {
  .heading--big {
    font-size: 40px;
  }
}
.heading__sub-heading {
  font-weight: 300;
  font-size: 18px;
  margin-top: 0.3125em;
  padding: 0 1.5625em;
}
@media (min-width: 550px) {
  .heading__sub-heading {
    font-size: 40px;
    margin-top: 0;
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    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%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
.animation--pop {
  -webkit-animation: 350ms linear 0s 1 pop-scale;
  animation: 350ms linear 0s 1 pop-scale;
}
@-webkit-keyframes pop-scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pop-scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.branch-bar {
  position: fixed;
  bottom: 0;
  right: 0;
  min-width: 200px;
  z-index: 20000;
  background-color: #00b2a9;
  color: #fff;
  padding: 10px;
  padding-top: 30px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  opacity: 1;
  -webkit-transition: opacity 500ms ease-out;
  transition: opacity 500ms ease-out;
  visibility: visible;
}
.branch-bar--minified {
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  opacity: 0.3;
  min-width: 0;
  min-height: 0;
  padding-top: 10px;
  border-top-left-radius: 3px;
}
.branch-bar--minified .branch-bar__content-col {
  height: 0;
  width: 0;
  opacity: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  visibility: hidden;
}
.branch-bar--minified .branch-bar__toggle {
  display: none;
}
.branch-bar--minified .branch-bar__toggle::before {
  content: "▲";
}
.branch-bar--minified .branch-bar__preview {
  text-align: left;
}
.branch-bar--minified .branch-bar__preview-icon {
  display: inline-block;
}
.branch-bar--minified .branch-bar__branch-selector-label {
  display: none;
}
.branch-bar--minified .branch-bar__branch-selector-text {
  display: block;
}
.branch-bar--minified .branch-bar__branch-selector {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
}
.branch-bar--hidden {
  opacity: 1;
  visibility: hidden;
}
.branch-bar:hover {
  opacity: 1;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
}
.branch-bar__label {
  font-weight: bold;
  display: block;
  margin: 0.2em 0;
}
.branch-bar__toggle {
  height: 26px;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.branch-bar__toggle:hover {
  background: rgba(255, 255, 255, 0.2);
}
.branch-bar__toggle::before {
  content: "▼";
}
.branch-bar__content-col {
  height: auto;
  width: auto;
  visibility: visible;
  opacity: 1;
  overflow: hidden;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 8px;
  margin-bottom: 8px;
  border-top: 1px solid #fff;
}
.branch-bar__select {
  color: #000;
  width: 100%;
  max-width: 300px;
}
.branch-bar__button {
  color: #000;
  border: 1px solid #fff;
  border-radius: 2px;
}
.branch-bar__preview {
  text-align: left;
  display: -ms-flexbox;
  display: flex;
}
.branch-bar__preview-title {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
}
.branch-bar__preview-icon {
  width: 30px;
  height: 30px;
  fill: currentColor;
  vertical-align: middle;
  margin-left: 20px;
  margin-top: auto;
  margin-bottom: auto;
  display: none;
  cursor: pointer;
  -webkit-filter: drop-shadow(0 0 1px rgba(255, 255, 255, 0));
  filter: drop-shadow(0 0 1px rgba(255, 255, 255, 0));
  -webkit-transition: fill 200ms ease-out, -webkit-filter 200ms ease-out;
  transition: fill 200ms ease-out, -webkit-filter 200ms ease-out;
  transition: filter 200ms ease-out, fill 200ms ease-out;
  transition: filter 200ms ease-out, fill 200ms ease-out,
    -webkit-filter 200ms ease-out;
}
.branch-bar__preview-icon:hover {
  -webkit-filter: drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff)
    drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff);
  filter: drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff)
    drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff);
  fill: #00b2a9;
}
.branch-bar__preview-icon svg {
  max-width: 100%;
  height: auto;
}
.branch-bar__selector-form {
  display: inline;
}
.branch-bar__branch-selector-text {
  position: relative;
  z-index: 1;
  display: none;
}
.branch-bar__branch-selector-label {
  display: block;
}
.branch-bar__branch-selector {
  width: 100%;
  cursor: pointer;
  color: #000;
}
.available-icons {
  list-style: none;
}
.available-icons ul {
  margin: 0;
}
.available-icons .row {
  margin: 0.25em;
  padding: 0.5em;
  border: solid 1px #585858;
  background-color: #d6d6d6;
}
.available-icons svg {
  height: 100%;
}
input[type="text"],
input[type="email"],
input[type="number"] {
  font-size: 14px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #b8b8b8;
  padding: 10px;
  font-weight: 300;
  line-height: 1.43;
  border-radius: 0;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus {
  outline: none;
  color: #000;
  border: 1px solid #7b93cf;
}
input[type="text"].input--error,
input[type="email"].input--error,
input[type="number"].input--error {
  border: solid 1px #c22027;
}
input[type="text"][disabled="disabled"],
input[type="text"].input--disabled,
input[type="email"][disabled="disabled"],
input[type="email"].input--disabled,
input[type="number"][disabled="disabled"],
input[type="number"].input--disabled {
  background-color: #f5f5f5;
  border: 1px solid #d6d6d6;
  color: #d6d6d6;
}
input[type="text"] ::-webkit-input-placeholder,
input[type="email"] ::-webkit-input-placeholder,
input[type="number"] ::-webkit-input-placeholder {
  color: #585858;
}
input[type="text"] ::-moz-placeholder,
input[type="email"] ::-moz-placeholder,
input[type="number"] ::-moz-placeholder {
  color: #585858;
}
input[type="text"] :-ms-input-placeholder,
input[type="email"] :-ms-input-placeholder,
input[type="number"] :-ms-input-placeholder {
  color: #585858;
}
input[type="text"] :-moz-placeholder,
input[type="email"] :-moz-placeholder,
input[type="number"] :-moz-placeholder {
  color: #585858;
}
select,
.multiselect-button {
  letter-spacing: normal;
  min-height: 3em;
  border-radius: 3px;
  border: 1px solid #ccc;
  background-color: #fff;
  width: 100%;
  padding: 0.3em 2em 0.3em 1em;
  text-transform: none;
}
select:disabled,
select option:disabled,
.multiselect-button:disabled,
.multiselect-button option:disabled {
  border: 1px solid #d6d6d6;
  background-color: #fafafa;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
}
select:disabled::after,
select option:disabled::after,
.multiselect-button:disabled::after,
.multiselect-button option:disabled::after {
  opacity: 0.5;
}
select.stage-error,
.multiselect-button.stage-error {
  background-color: #c22027;
}
select:focus,
.multiselect-button:focus {
  outline-color: #7b93cf;
}
.multiselect-button.placeholder {
  background-color: #fafafa;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 700;
}
.multiselect-button.placeholder span {
  font-size: 14px;
  color: #000;
}
select::-ms-expand {
  display: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(/static/studio/pub/web/branches/master/hashed/caret-down.bc230625.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) center;
  padding-right: 2rem;
}
input[type="checkbox"] {
  display: inline-block;
  width: 1rem;
  height: 1rem;
}
textarea {
  resize: vertical;
  min-height: 15.5em;
}
fieldset {
  margin: 0 0 3em 0;
  padding: 0;
  border: 0;
}
fieldset legend {
  font-size: 1.125rem;
  margin-bottom: 1.35em;
}
.multiselect-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.multiselect-container select {
  display: none;
}
.multiselect-label {
  font-size: 12px;
  font-weight: bold;
  display: block;
  pointer-events: none;
  margin-bottom: 0.5em;
}
.multiselect-inner-container {
  position: relative;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.multiselect-button {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  cursor: pointer;
  min-width: unset;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
}
.multiselect-button span {
  font-size: 14px;
  color: #585858;
}
.multiselect-button::after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: auto;
  right: 12px;
  background-image: url(/static/studio/pub/web/branches/master/hashed/icon--dropdown-arrow-down.b4aadf8e.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 1rem;
  height: 100%;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.multiselect-button[aria-expanded="true"]::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.multiselect-button.placeholder::before {
  content: attr(data-placeholder);
  color: #000;
  font-size: 12px;
  margin-bottom: 0.25em;
  display: none;
}
.multiselect-button > span {
  max-width: 100%;
  padding-right: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.multiselect-button > span span:not(:last-of-type)::after {
  content: ", ";
}
.multiselect-list,
.multiselect-group-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.multiselect-list {
  position: absolute;
  top: 44px;
  bottom: auto;
  left: 0;
  right: 0;
  max-height: calc(8 * (1em * 1.7 + 1em));
  max-height: calc(var(--list-size) * 164px);
  max-height: calc(var(--list-size) * var(--item-height));
  color: #000;
  background: #fff;
  border: 1px solid #ccc;
  line-height: 1.7;
  overflow-y: auto;
  z-index: 20;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
}
.show-all-options + .multiselect-inner-container .multiselect-list {
  max-height: none;
}
.multiselect-option {
  padding: 0.5em;
  cursor: pointer;
  min-height: 2.5em;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 14px;
}
.multiselect-option::before {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-right: 0.5em;
}
.multiselect-option.focus {
  background: #f5f5f5;
}
.multiselect-option.selected::before,
.multiselect-option.focus::before {
  background-size: 1em;
}
.multiselect-option.selected::before {
  -webkit-mask-image: url(/static/studio/pub/web/branches/master/hashed/check.b8ce155a.svg);
  mask-image: url(/static/studio/pub/web/branches/master/hashed/check.b8ce155a.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: bottom;
  mask-position: bottom;
  background-color: #000;
  background-color: #e51b24;
}
.multiselect-option.disabled {
  pointer-events: none;
  -webkit-filter: opacity(0.5);
  filter: opacity(0.5);
  position: absolute;
  left: -999999px;
  visibility: hidden;
}
.multiselect-group-list::before {
  content: attr(title);
  display: block;
  padding: 0.5em;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
}
.multiselect-group-list.disabled::before {
  -webkit-filter: opacity(0.5);
  filter: opacity(0.5);
}
.select-dropdown {
  padding: 0.25em;
  width: 100%;
  border-radius: 0;
  border: 0 none;
  text-indent: 10px;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select-dropdown::-ms-expand {
  display: none;
}
.select-dropdown__container {
  position: relative;
  background: #fff;
  border: solid 1px #b8b8b8;
  cursor: pointer;
  overflow: hidden;
}
.select-dropdown__container .arrow {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}
.select-dropdown__container .arrow svg path {
  fill: #000;
}
.select-dropdown--fullwidth {
  width: 100%;
  max-width: 100%;
}
.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
  padding-top: 2px;
  cursor: pointer;
  font-size: 14px;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control--indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 3px;
}
.control--radio .control--indicator {
  border-radius: none;
}
.control:hover input ~ .control--indicator {
  border: 2px solid #585858;
}
.control input:checked ~ .control--indicator {
  background: #000;
  border: 2px solid #000;
}
.control input:checked ~ .control--indicator--two {
  background: #fff;
}
.control input:focus ~ .control--indicator {
  outline: 5px auto #585858;
}
.control:hover input:not([disabled]):checked ~ .control--indicator,
.control input:checked:focus ~ .control--indicator {
  background: #000;
}
.control:hover input:not([disabled]):checked ~ .control--indicator--two,
.control input:checked:focus ~ .control--indicator--two {
  background: #fff;
}
.control input:disabled ~ .control--indicator {
  background: #f5f5f5;
  border: 1px solid #d6d6d6;
  opacity: 1;
  pointer-events: none;
}
.control--indicator::after {
  -webkit-box-sizing: unset;
  box-sizing: unset;
  content: "";
  position: absolute;
  display: none;
}
.control input:checked ~ .control--indicator::after {
  display: block;
}
.control--checkbox .control--indicator::after {
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.control--checkbox .control--indicator--two::after {
  left: 6px;
  top: 1px;
  width: 5px;
  height: 12px;
  border: solid #585858;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control--indicator::after {
  border-color: #d6d6d6 !important;
}
.control-radio__label {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  padding-top: 3px;
  cursor: pointer;
  font-size: 14px;
}
.control-radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control-radio__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 100%;
}
.control-radio__indicator.stageform-custom-radio {
  top: 5px;
}
.control-radio__indicator::after {
  -webkit-box-sizing: unset;
  box-sizing: unset;
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 4px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #fff;
}
.control-radio__label:hover input ~ .control-radio__indicator,
.control-radio input:focus ~ .control-radio__indicator {
  border: 2px solid #585858;
}
.control-radio input:checked ~ .control-radio__indicator {
  border: 2px solid #000;
  background: #fff;
}
.control-radio input:checked ~ .control-radio__indicator::after {
  left: 5px;
  top: 5px;
  display: block;
}
.control-radio__label:hover
  input:not([disabled]):checked
  ~ .control-radio__indicator,
.control-radio input:checked:focus ~ .control-radio__indicator {
  background: #fff;
}
.control-radio__label:hover input:disabled ~ .control-radio__indicator {
  border: 1px solid #d6d6d6;
}
.control-radio input:disabled ~ .control-radio__indicator {
  background: #f5f5f5;
  opacity: 0.6;
  pointer-events: none;
  border: 1px solid #d6d6d6;
}
.control-radio input:disabled ~ .control-radio__indicator::after {
  background: #d6d6d6;
  top: 4px;
  left: 4px;
}
.control-radio--checkmark input:checked ~ .control-radio__indicator::after {
  background-color: #000;
  width: 12px;
  height: 12px;
  top: 2px;
  left: 2px;
}
.tabs {
  background-color: #f5f5f5;
}
.tabs__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #052371;
}
.tabs__header h4 {
  color: #fff;
}
.tabs__header-tab {
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  height: auto;
  background-color: #585858;
  border: 1px solid #585858;
  -webkit-box-shadow: inset -3px -2px 11px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset -3px -2px 11px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.tabs__header-tab h4 {
  padding: 2em 0;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  font-size: 14px;
  margin: 0;
}
.tabs__header-tab a {
  text-decoration: none;
}
.tabs__header-tab .icon {
  font-size: 20px;
}
.tabs a.tabs__header-tab:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #d6d6d6;
}
.tabs a.tabs__header-tab:hover h4 {
  color: #000;
}
.tabs__header-tab--active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
}
@media (max-width: 1023.98px) {
  .tabs__header-tab--active {
    border: 1px solid #d6d6d6;
  }
}
.tabs__header-tab--active h4 {
  color: #000;
}
.tabs__tab {
  display: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
  transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
}
.tabs__tab--active {
  display: block;
  visibility: visible;
  opacity: 1;
}
.tabs--white {
  background-color: #fff;
}
.tabs--white .tabs__header-tab--active {
  background-color: #fff;
}
.product-tabs {
  padding: 12px 0 22px;
  background-color: #f5f5f5;
}
.single-location .product-tabs {
  background-color: transparent;
}
.product-tabs .mdc-tab__ripple {
  opacity: 0;
}
.product-tabs .mdc-tab-scroller__scroll-area--scroll {
  overflow-x: auto;
  overflow-y: hidden;
}
@media (min-width: 1024px) {
  .product-tabs {
    padding: 32px 0 42px;
  }
}
@media (max-width: 1229.98px) {
  .product-tabs .container {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.product-tabs .tab-pane {
  padding: 10px 0;
}
@media (min-width: 1024px) {
  .product-tabs .tab-pane {
    padding: 20px 0;
  }
}
.product-tabs__navigation {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 10px;
}
@media (min-width: 550px) {
  .product-tabs .container--fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.product-tabs .nav-tabs {
  border: 0;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.product-tabs .nav-tabs .nav-item {
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 0;
}
.product-tabs .nav-tabs .nav-item:focus {
  outline: 0 none;
}
.product-tabs .nav-tabs .nav-item:focus .nav-item__content {
  border-color: #e51b24;
  background-color: #fff;
}
.product-tabs .nav-tabs .nav-item__content {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  display: block;
  border: 0;
  border-bottom: 3px solid #d6d6d6;
  border-radius: 0;
  font-weight: 700;
  white-space: nowrap;
  position: relative;
  padding: 12px;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 12px;
  line-height: 1;
  text-align: center;
}
@media (max-width: 1023.98px) {
  .product-tabs .nav-tabs .nav-item__content {
    margin-left: 2px;
    margin-right: 2px;
    font-size: 10px;
  }
}
@media (min-width: 1230px) {
  .product-tabs .nav-tabs .nav-item:first-child .nav-item__content {
    margin-left: 0;
  }
  .product-tabs .nav-tabs .nav-item:last-child .nav-item__content {
    margin-right: 0;
  }
}
.product-tabs .nav-tabs .nav-item.show .nav-item__text,
.product-tabs .nav-tabs .nav-item.active .nav-item__content {
  color: #e51b24;
  background-color: transparent;
  border-color: #e51b24;
}
.product-tabs .nav-tabs .nav-item.show .nav-item__text::after,
.product-tabs .nav-tabs .nav-item.active .nav-item__content::after {
  content: "";
  display: inline-block;
  border: solid transparent;
  border-width: 6px;
  bottom: -15px;
  left: calc(50% - 6px);
  border-top-color: #e51b24;
  height: 0;
  width: 0;
  position: absolute;
}
.product-tabs .product-tabs__view-more {
  background-color: #f5f5f5;
}
.single-location .product-tabs .product-tabs__view-more {
  background-color: #fff;
}
@media (min-width: 1024px) {
  .product-tabs .product-tabs__view-more {
    min-width: 370px;
    height: auto;
    width: 370px;
    font-size: 16px;
    padding: 0.9em 1.1em;
  }
}
.icon-link--favorites .icon {
  height: 1.5em;
  display: inline-block;
  vertical-align: text-bottom;
}
.icon-link--favorites svg {
  height: 100%;
}
.icon-link--favorites svg path {
  fill: #e51b24;
}
.carousel-basic {
  position: relative;
  margin: 0 auto 4em;
}
.carousel-basic button.slick-prev,
.carousel-basic button.slick-next {
  background: transparent;
  border: 0;
  position: absolute;
  top: calc(50% - 50px);
  left: 20px;
  z-index: 5;
  width: 100px;
  outline: none;
  cursor: pointer;
}
.carousel-basic button.slick-prev svg,
.carousel-basic button.slick-next svg {
  width: 100%;
  height: auto;
}
.carousel-basic button.slick-prev svg path,
.carousel-basic button.slick-next svg path {
  fill: #fff;
}
@media (max-width: 1023.98px) {
  .carousel-basic button.slick-prev,
  .carousel-basic button.slick-next {
    display: none !important;
  }
}
.carousel-basic button.slick-next {
  left: auto;
  right: 20px;
}
.carousel-basic ul.slick-dots,
.carousel-basic .carousel-image-fifty-container ul.slick-dots {
  position: absolute;
  bottom: 10px;
  margin: 0;
  text-align: center;
  left: 0;
  right: 0;
}
.carousel-basic ul.slick-dots li,
.carousel-basic .carousel-image-fifty-container ul.slick-dots li {
  margin: 0;
  display: inline-block;
}
.carousel-basic ul.slick-dots li button,
.carousel-basic .carousel-image-fifty-container ul.slick-dots li button {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: transparent;
  border: 1px solid #979797;
  padding: 0;
  margin: 10px;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.carousel-basic ul.slick-dots li.slick-active button,
.carousel-basic ul.slick-dots li:hover button,
.carousel-basic ul.slick-dots li:focus button,
.carousel-basic
  .carousel-image-fifty-container
  ul.slick-dots
  li.slick-active
  button,
.carousel-basic .carousel-image-fifty-container ul.slick-dots li:hover button,
.carousel-basic .carousel-image-fifty-container ul.slick-dots li:focus button {
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-basic .slide {
  position: relative;
}
.carousel-basic .slide .inner {
  height: 65vh;
  min-height: 390px;
  max-height: 595px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-position: top center;
  background-color: #fff;
}
@media (min-width: 1300px) {
  .carousel-basic .slide .inner {
    min-height: 595px;
  }
}
@media (max-width: 549.98px) {
  .carousel-basic .slide .inner {
    height: auto;
    max-height: none;
    min-height: 0;
  }
}
@media (max-width: 549.98px) {
  .carousel-basic .slide .inner {
    padding-bottom: 30px;
  }
}
.carousel-basic .slide .inner .content {
  opacity: 0;
  position: relative;
  z-index: 2;
  -ms-flex: none;
  flex: none;
  margin: auto;
  color: #fff;
  width: 70%;
  max-width: 1190px;
}
.carousel-basic .slide .inner .content.hideout {
  -webkit-transition-property: none;
  transition-property: none;
  opacity: 0;
}
.carousel-basic .slide .inner .content.fadein {
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  opacity: 1;
}
@media (max-width: 549.98px) {
  .carousel-basic .slide .inner .content {
    width: 90%;
  }
}
.carousel-basic .slide .inner .content .category {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 20px;
  text-transform: uppercase;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}
.carousel-basic .slide .inner .content .line {
  height: 4px;
  width: 42px;
  background: #a77b35;
  margin: 22px 0 0;
}
.carousel-basic .slide .inner .content .heading {
  font-size: 3.8em;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 2px;
  margin-top: 20px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  color: #fff;
  text-transform: none;
}
@media (max-width: 549.98px) {
  .carousel-basic .slide .inner .content .heading {
    font-size: 2.2em;
    word-wrap: break-word;
    margin-top: 0;
  }
}
.carousel-basic .slide .inner .content .description {
  font-family: "Montserrat", sans-serif;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  letter-spacing: 1px;
  margin-top: 0.5em;
  font-size: 1.125em;
}
@media (max-width: 1300px) {
  .carousel-basic .slide .inner .content {
    font-size: 0.8em;
  }
}
.carousel-basic .slide .inner .content .button {
  background: #fff;
  color: #e51b24;
  border: 0;
  margin-top: 2.8em;
  margin-bottom: 15px;
}
@media (max-width: 549.98px) {
  .carousel-basic .slide .inner .content .button {
    margin-top: 1em;
  }
}
.carousel-basic .slide .cover {
  display: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.carousel-basic .slide .cover.hideout {
  -webkit-transition-property: none;
  transition-property: none;
  opacity: 0;
}
.carousel-basic .slide .cover.fadein {
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  opacity: 1;
}
.site-header.hold-height
  + .page-container
  > .carousel-basic:first-child
  .slide
  .inner
  .content
  > *:first-child {
  margin-top: 120px;
}
.site-header.hold-height
  + .page-container
  > .carousel-basic:first-child
  .slide
  .inner
  .content
  > *:last-child {
  margin-bottom: 90px;
}
.carousel-basic .slick-list,
.carousel-image-fifty-container .slick-list {
  display: block;
}
.carousel-basic .overlay::before,
.carousel-image-fifty-container .overlay::before {
  content: "";
  opacity: 0;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.carousel-basic .showoverlay::before,
.carousel-image-fifty-container .showoverlay::before {
  -webkit-transition: opacity 2s 1s ease-in-out;
  transition: opacity 2s 1s ease-in-out;
  opacity: 1 !important;
}
.carousel-basic .slick-track,
.carousel-image-fifty-container .slick-track {
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  height: auto;
  width: 100%;
}
.carousel-basic .slick-track::before,
.carousel-image-fifty-container .slick-track::before {
  display: none;
}
.carousel-basic .slick-track .slick-slide,
.carousel-image-fifty-container .slick-track .slick-slide {
  display: -ms-flexbox !important;
  display: flex !important;
}
.carousel-basic .slick-track .slick-slide,
.carousel-basic .slick-track .slick-slide > div,
.carousel-basic .slick-track .slick-slide .inner,
.carousel-image-fifty-container .slick-track .slick-slide,
.carousel-image-fifty-container .slick-track .slick-slide > div,
.carousel-image-fifty-container .slick-track .slick-slide .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  height: auto;
  width: 100%;
  position: relative;
  z-index: 1;
}
.carousel-basic .slick-track .slick-slide .slide,
.carousel-image-fifty-container .slick-track .slick-slide .slide {
  display: -ms-flexbox !important;
  display: flex !important;
}
.img-carousel {
  padding-left: 2em;
  padding-right: 2em;
}
@media (max-width: 1919.98px) {
  .img-carousel {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.img-carousel .slide .inner {
  height: auto;
  max-height: none;
  min-height: 0;
}
.img-carousel .slide .inner img {
  max-height: 400px;
}
.img-carousel--white-arrows button.slick-next svg path,
.img-carousel--white-arrows button.slick-prev svg path {
  fill: #fff;
}
.img-carousel--dark-arrows button.slick-next svg path,
.img-carousel--dark-arrows button.slick-prev svg path {
  fill: #979797;
}
.img-carousel--transparent-bg .slide .inner {
  background: transparent;
}
.slick-lightbox button {
  min-width: 0;
}
.slick-lightbox .slick-arrow {
  position: absolute;
  z-index: 15;
  top: 50vh;
  background: transparent;
  width: 100px;
  height: 100px;
  min-width: 0;
}
.slick-lightbox .slick-lightbox-close {
  width: 40px;
  height: 40px;
}
.slick-lightbox .slick-lightbox-close::before {
  color: #fff;
  font-size: 40px;
}
.slick-lightbox .slick-dots {
  bottom: 2em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
}
.slick-lightbox .slick-dots li {
  margin: 0;
}
.slick-lightbox .slick-dots li.slick-active button {
  background: #e51b24;
}
.slick-lightbox .slick-dots button {
  background: #979797;
  border-radius: 100%;
  border: 0;
  color: transparent;
  display: block;
  height: 2em;
  margin: 0.37em 0.7em;
  padding: 0;
  width: 2em;
}
div.pad-between:nth-child(odd) {
  padding-right: 8px;
}
div.pad-between:nth-child(even) {
  padding-left: 8px;
}
.search-criteria {
  background-color: #fff;
  padding: 0 0 2em 0;
  line-height: 1.4;
}
@media (max-width: 1023.98px) {
  .search-criteria {
    padding-top: 1em;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 85px;
  }
}
.search-criteria p {
  margin-bottom: 0.5em;
}
.search-criteria .label {
  margin-bottom: 0.5em;
  font-size: 14px;
  font-weight: 700;
}
.search-criteria fieldset {
  margin: 0 0 1rem 0;
}
.search-criteria__section {
  padding-bottom: 1.5em;
}
.search-criteria__section.hidden {
  display: none;
}
.search-criteria__section label {
  font-size: 14px;
}
.search-criteria__section.d-flex .multiselect-container {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.search-criteria__section .multiselect-container {
  width: 100%;
}
.search-criteria__subtitle {
  color: #585858;
}
.search-criteria__underline {
  border-bottom: solid 1px #eb4950;
}
.search-criteria__action-buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 22;
  width: 100%;
  -webkit-box-shadow: 0 -5px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 -5px 15px 0 rgba(0, 0, 0, 0.15);
}
.search-criteria__action-buttons .btn,
.search-criteria__action-buttons .form__feedback input[type="submit"],
.form__feedback .search-criteria__action-buttons input[type="submit"] {
  width: 100%;
  margin: 0 -15px;
  padding: 1.2em 1em;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
}
.search-criteria__action-buttons .btn--secondary {
  border: 0 none;
  background-color: #f5f5f5;
}
.search-criteria__action-buttons .btn--secondary:hover,
.search-criteria__action-buttons .btn--secondary:focus {
  border: 0 none;
  background-color: #d6d6d6;
}
.search-criteria .control--checkbox {
  border-radius: 3px;
  margin-bottom: 16px;
  border: 1px solid #ccc;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 12px;
  padding-right: 30px;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
}
.search-criteria .control--indicator {
  position: absolute;
  top: 9px;
  left: auto;
  right: 9px;
  height: 20px;
  width: 20px;
  background: #fff;
  border: 2px solid #ccc;
}
.search-criteria .control-radio__label {
  margin-bottom: 16px;
}
.search-criteria .control-radio__label:last-child {
  margin-bottom: 0;
}
.search-criteria .dropdown__options .option {
  padding: 0.4em 0;
  font-size: 12px;
}
.search-criteria .dropdown__multi--options label.control {
  font-size: 12px;
}
.search-criteria .row {
  margin-right: 0px;
  margin-left: 0px;
}
.search-criteria .row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.search-criteria [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.search-criteria__vehicletype .control-radio__options .control-radio__label {
  border: 1px solid #ccc;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 9px;
  padding-bottom: 9px;
  width: 100%;
  max-width: 100%;
  border-radius: 3px;
  display: inline-block;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
}
.search-criteria__vehicletype
  .control-radio__options
  .control-radio__indicator {
  position: absolute;
  top: 9px;
  right: 9px;
  left: auto;
}
.search-criteria__advanced-filters {
  margin-top: 32px;
  margin-bottom: 24px;
}
.search-criteria label.control--checkbox:not(.pressed) {
  color: #585858;
}
.search-criteria label.control-radio__label:not(.pressed) {
  color: #585858;
}
.search-criteria .pressed {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: #fafafa;
  color: #000;
}
.search-criteria__checkbox-individual {
  padding-bottom: 8px;
}
.vehicle-search {
  cursor: pointer;
  padding: 1em;
}
.vehicle-search__price,
.vehicle-search__unit {
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.46;
  letter-spacing: normal;
  color: #e51b24;
  padding-bottom: 1em;
}
.vehicle-search__montly-price {
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #585858;
}
.vehicle-search__information {
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.19;
  letter-spacing: normal;
  color: #000;
  padding-bottom: 1em;
}
.vehicle-search__name {
  padding-bottom: 1em;
}
.vehicle-search__divider {
  margin-left: 1em;
  margin-right: 1em;
  border: solid 1px #585858;
}
.vehicle-search .carousel-basic {
  margin: 0;
  padding-bottom: 1em;
}
.navbar {
  z-index: 30;
  width: 100%;
  padding: 0;
  background-color: #fff;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, #fff),
    color-stop(0, #e51b24)
  );
  background-image: linear-gradient(to right, #fff 50%, #e51b24 0);
}
@media print {
  .navbar {
    background: transparent;
  }
}
.navbar__head {
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  max-width: 1680px;
  width: 100%;
  height: 94px;
  overflow: hidden;
}
@media (max-width: 1229.98px) {
  .navbar__head {
    -webkit-box-shadow: 0 -9px 37px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 0 -9px 37px -2px rgba(0, 0, 0, 0.75);
  }
}
.navbar__head .navbar__overhang--shadow {
  left: 30px;
  bottom: 0;
  -webkit-transform: rotate(-32deg);
  transform: rotate(-32deg);
  position: absolute;
  -webkit-box-shadow: 6px -2px 10px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 6px -2px 10px 5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  height: 106px;
  width: 1px;
  top: -5px;
}
.navbar__head .navbar__logo {
  position: relative;
  min-width: 427px;
  background-color: #fff;
  -webkit-clip-path: polygon(
    0% 100%,
    100% 100%,
    100% 94px,
    calc(100% - 59px) 0%,
    0% 0%
  );
  clip-path: polygon(
    0% 100%,
    100% 100%,
    100% 94px,
    calc(100% - 59px) 0%,
    0% 0%
  );
  z-index: 1;
}
.navbar__head .navbar__logo::after {
  content: "";
  background-color: #e51b24;
}
@media print {
  .navbar__head .navbar__logo {
    padding-left: 0;
  }
}
.navbar__head .navbar__logo i svg {
  margin-top: 2rem;
  width: auto;
  height: auto;
}
@media (max-width: 1229.98px) {
  .navbar__head .navbar__logo i svg {
    margin-left: 50px;
  }
}
@media (max-width: 1023.98px) {
  .navbar__head .navbar__logo i svg {
    margin-left: 30px;
  }
}
@media (max-width: 549.98px) {
  .navbar__head .navbar__logo i svg {
    margin-left: 15px;
  }
}
.navbar__head .navbar__logo .icon-logo-small {
  display: none;
}
.navbar__head .navbar__logo .icon-logo {
  display: block;
}
.navbar__head .navbar__logo .icon-logo svg {
  max-height: 31px;
}
@media (max-width: 549.98px) {
  .navbar__head .navbar__logo {
    min-width: 230px;
  }
  .navbar__head .navbar__logo .icon-logo-small {
    display: block;
  }
  .navbar__head .navbar__logo .icon-logo-small svg {
    margin-top: 2.5rem;
  }
  .navbar__head .navbar__logo .icon-logo {
    display: none;
  }
}
.navbar__head .navbar__search {
  background-color: #e51b24;
  width: 67%;
  margin-left: -60px;
  padding-left: 60px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1229.98px) {
  .navbar__head .navbar__search {
    padding-left: 20px;
  }
}
.navbar__head .navbar__search .navbar__search-container {
  background-color: #ea4a51;
  width: 75%;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 40px;
  padding: 8px 1em;
}
@media (max-width: 1679.98px) {
  .navbar__head .navbar__search .navbar__search-container {
    width: 650px;
  }
}
@media (max-width: 1229.98px) {
  .navbar__head .navbar__search .navbar__search-container {
    width: 80%;
  }
}
.navbar__head .navbar__search .navbar__search-container > form {
  position: relative;
}
.navbar__head
  .navbar__search
  .navbar__search-container
  i.icon-icon-search-white-bold {
  background-color: #ea4a51;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 25px;
  width: 25px;
  height: 25px;
}
.navbar__head
  .navbar__search
  .navbar__search-container
  i.icon-icon-search-white-bold::after {
  content: "|";
  -webkit-animation: blink 2s linear infinite;
  animation: blink 2s linear infinite;
  color: #fff;
  font-size: 1em;
  font-style: normal;
  font-weight: 500;
  position: absolute;
  top: -11px;
  left: 45px;
}
.navbar__head
  .navbar__search
  .navbar__search-container
  i.icon-icon-search-white-bold.blink-off::after {
  content: "";
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.navbar__head .navbar__search .navbar__search-container #navSiteSearch {
  background-color: transparent;
  border: 0;
  color: #fff;
  width: 600px;
  font-size: 20px;
  font-weight: 600;
  padding-left: 50px;
}
@media (max-width: 1229.98px) {
  .navbar__head .navbar__search .navbar__search-container #navSiteSearch {
    width: 400px;
    font-size: 14px;
  }
}
.navbar__head
  .navbar__search
  .navbar__search-container
  #navSiteSearch::-ms-clear {
  display: none;
}
.navbar__head
  .navbar__search
  .navbar__search-container
  #navSiteSearch::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}
.navbar__head
  .navbar__search
  .navbar__search-container
  #navSiteSearch::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.navbar__head
  .navbar__search
  .navbar__search-container
  #navSiteSearch:-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}
.navbar__head
  .navbar__search
  .navbar__search-container
  #navSiteSearch::-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}
.navbar__head
  .navbar__search
  .navbar__search-container
  #navSiteSearch::placeholder {
  opacity: 1;
  color: #fff;
}
.navbar__head
  .navbar__search
  .navbar__search-container
  #navSiteSearch:focus
  ~ .icon-noun-close-white {
  display: block;
}
.navbar__head
  .navbar__search
  .navbar__search-container
  #navSiteSearch:focus::-webkit-input-placeholder {
  opacity: 0.5;
  caret-color: #fff;
}
.navbar__head
  .navbar__search
  .navbar__search-container
  #navSiteSearch:focus::-moz-placeholder {
  opacity: 0.5;
  caret-color: #fff;
}
.navbar__head
  .navbar__search
  .navbar__search-container
  #navSiteSearch:focus:-ms-input-placeholder {
  opacity: 0.5;
  caret-color: #fff;
}
.navbar__head
  .navbar__search
  .navbar__search-container
  #navSiteSearch:focus::-ms-input-placeholder {
  opacity: 0.5;
  caret-color: #fff;
}
.navbar__head
  .navbar__search
  .navbar__search-container
  #navSiteSearch:focus::placeholder {
  opacity: 0.5;
  caret-color: #fff;
}
.navbar__head
  .navbar__search
  .navbar__search-container
  i.icon-noun-close-white {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 0;
  padding: 8px 1em;
}
.navbar__head
  .navbar__search
  .navbar__search-container
  i.icon-noun-close-white
  svg {
  height: 23px;
}
@media (max-width: 1229.98px) {
  .navbar__head .navbar__search .navbar__search-container {
    display: none;
  }
}
.navbar__head .navbar__search-links {
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  width: 100%;
  vertical-align: top;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
}
.navbar__head .navbar__search-links .navbar__search-link {
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
}
.navbar__head .navbar__search-links .navbar__mobile--nav--open {
  display: none;
  width: auto;
  height: auto;
  background-color: transparent;
  margin: 0;
  min-width: 0;
}
.navbar__head .navbar__search-links .navbar__mobile--nav--open:focus {
  outline: 5px auto #fff;
}
@media (max-width: 1229.98px) {
  .navbar__head .navbar__search-links .navbar__mobile--nav--open {
    display: inline-block;
  }
}
.navbar__head .navbar__search-links a:focus svg {
  outline: 5px auto #fff;
}
.navbar__head .navbar__search-links i {
  display: none;
}
.navbar__head .navbar__search-links i svg {
  height: 25px;
  width: 25px;
  margin: 15px;
}
.navbar__head .navbar__search-links i.icon-noun-menu-white svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 1229.98px) {
  .navbar__head .navbar__search-links i {
    display: block;
  }
}
@media (max-width: 1229.98px) {
  .navbar__head .navbar__search-links .navbar__search-link {
    display: none;
  }
  .navbar__head .navbar__search-links .navbar__mobile--nav--open i {
    display: block;
  }
}
.navbar__main-nav {
  background-color: #000;
  width: 100%;
}
.navbar__dropdown ul {
  padding: 0 0 0 15px;
  margin: 0;
  list-style: none;
}
.navbar__dropdown > ul {
  padding-left: 0;
}
@media (min-width: 1230px) {
  .navbar__item--container {
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 1680px;
  }
  .navbar__item--container .navbar__extranet {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 2em;
  }
  .navbar__item--container .navbar__items {
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
  }
}
@media (min-width: 1230px) and (max-width: 1229.98px) {
  .navbar__item--container .navbar__items {
    padding-left: 40px;
  }
}
@media (min-width: 1230px) {
  .navbar__item--container .navbar__items .navbar__item {
    position: relative;
    height: 73px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    -webkit-transition: border 0.5s;
    transition: border 0.5s;
  }
  .navbar__item--container .navbar__items .navbar__item--link-container {
    height: 100%;
  }
  .navbar__item--container .navbar__items .navbar__item .icon {
    margin-left: 5px;
  }
  .navbar__item--container .navbar__items .navbar__item .icon svg {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    width: 8px;
    height: auto;
  }
  .navbar__item--container .navbar__items .navbar__item:hover,
  .navbar__item--container .navbar__items .navbar__item.active {
    border-bottom: 2px solid #e51b24;
  }
  .navbar__item--container .navbar__items .navbar__item.open .icon svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .navbar__item--container
    .navbar__items
    .navbar__item.open
    > .navbar__dropdown {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .navbar__item--container
    .navbar__items
    .navbar__item.open
    > .navbar__dropdown::after {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: 15%;
  }
  .navbar__item--container .navbar__items .navbar__item a,
  .navbar__item--container .navbar__items .navbar__item span {
    color: #fff;
    letter-spacing: 0.35px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.5em;
    vertical-align: middle;
    white-space: nowrap;
    margin-right: 1.05em;
    margin-bottom: 0;
    height: 100%;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar__item--container .navbar__items .navbar__item a:focus,
  .navbar__item--container .navbar__items .navbar__item span:focus {
    text-decoration: none;
  }
}
@media (min-width: 1230px) and (max-width: 1679.98px) {
  .navbar__item--container .navbar__items .navbar__item a,
  .navbar__item--container .navbar__items .navbar__item span {
    font-size: 11px;
  }
}
@media (min-width: 1230px) {
  .navbar__item--container .navbar__items .navbar__item:not(:first-of-type) a,
  .navbar__item--container
    .navbar__items
    .navbar__item:not(:first-of-type)
    span {
    margin-left: 1.05em;
  }
}
@media (min-width: 1230px) {
  .navbar__item--container .navbar__items .navbar__item .navbar__dropdown {
    display: none;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 71px;
    left: 0;
    width: 300px;
    height: auto;
    -webkit-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.5);
    background-color: #fff;
    font-size: 13px;
    padding-bottom: 1.5em;
  }
  .navbar__item--container
    .navbar__items
    .navbar__item
    .navbar__dropdown
    .navbar__dropdown--top-link,
  .navbar__item--container
    .navbar__items
    .navbar__item
    .navbar__dropdown
    .navbar__dropdown--under-link,
  .navbar__item--container
    .navbar__items
    .navbar__item
    .navbar__dropdown
    .navbar__dropdown-heading {
    font-weight: 700;
    font-size: 13px;
    line-height: 2.5em;
    margin-left: 1.875em;
    padding-top: 0.625em;
    text-transform: none;
  }
  .navbar__item--container
    .navbar__items
    .navbar__item
    .navbar__dropdown
    .navbar__dropdown--top-link,
  .navbar__item--container
    .navbar__items
    .navbar__item
    .navbar__dropdown
    .navbar__dropdown--under-link {
    color: #000;
    text-transform: none;
  }
  .navbar__item--container
    .navbar__items
    .navbar__item
    .navbar__dropdown
    .navbar__dropdown--top-link:hover,
  .navbar__item--container
    .navbar__items
    .navbar__item
    .navbar__dropdown
    .navbar__dropdown--under-link:hover {
    text-decoration: underline;
  }
  .navbar__item--container
    .navbar__items
    .navbar__item
    .navbar__dropdown
    .navbar__dropdown-heading {
    color: #979797;
    text-transform: uppercase;
  }
}
@media (min-width: 1230px) {
  .navbar__item--container .navbar__items .navbar__item .shorten-name {
    display: none;
  }
}
@media (min-width: 1230px) and (max-width: 549.98px) {
  .navbar__item--container .navbar__items .navbar__item .full-name {
    display: none;
  }
  .navbar__item--container .navbar__items .navbar__item .shorten-name {
    display: inline;
  }
}
@media (min-width: 1230px) {
  .navbar .navbar__mobile--nav--close {
    display: none;
  }
}
.navbar__extranet--mobile {
  padding-left: 4em;
}
@media (max-width: 1229.98px) {
  .navbar__main-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    overflow-x: scroll;
    z-index: 1;
  }
  .navbar__main-nav.open {
    display: inline-block;
  }
  .navbar__main-nav .navbar__mobile--nav--close {
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 35px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background-color: transparent;
    min-width: 0;
    padding: 0;
    font-size: 1.5rem;
  }
  .navbar__main-nav .navbar__items {
    margin-top: 19vh;
    margin-left: 2em;
    margin-right: 2em;
  }
}
@media (max-width: 1229.98px) and (max-width: 549.98px) {
  .navbar__main-nav .navbar__items {
    margin-left: 1.2em;
    margin-right: 1.2em;
  }
}
@media (max-width: 1229.98px) {
  .navbar__main-nav .navbar__items .navbar__item {
    margin-bottom: 1.5em;
  }
  .navbar__main-nav .navbar__items .navbar__item.open .navbar__dropdown {
    max-height: 800px;
  }
  .navbar__main-nav
    .navbar__items
    .navbar__item.open
    .navbar__item--link-container
    .icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .navbar__main-nav .navbar__items .navbar__item--link-container {
    display: block;
    width: 100%;
    font-size: unset;
  }
  .navbar__main-nav .navbar__items .navbar__item a,
  .navbar__main-nav .navbar__items .navbar__item span {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
  }
  .navbar__main-nav .navbar__items .navbar__item a i,
  .navbar__main-nav .navbar__items .navbar__item span i {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .navbar__main-nav .navbar__items .navbar__item a i svg,
  .navbar__main-nav .navbar__items .navbar__item span i svg {
    width: 16px;
    height: auto;
  }
  .navbar__main-nav
    .navbar__items
    .navbar__item
    a
    i.icon-icon-dropdown-arrow-up,
  .navbar__main-nav
    .navbar__items
    .navbar__item
    span
    i.icon-icon-dropdown-arrow-up {
    display: none;
  }
  .navbar__main-nav .navbar__items .navbar__item .navbar__dropdown {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out;
  }
  .navbar__main-nav .navbar__items .navbar__item .navbar__dropdown--top-link,
  .navbar__main-nav .navbar__items .navbar__item .navbar__dropdown--under-link,
  .navbar__main-nav .navbar__items .navbar__item .navbar__dropdown-heading {
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    margin-left: 1em;
    margin-top: 1em;
    text-transform: none;
  }
  .navbar__main-nav .navbar__items .navbar__item .navbar__dropdown-heading {
    color: #979797;
    text-transform: uppercase;
  }
}
@media (max-width: 769.98px) {
  .frontpage .navbar .navbar__head .navbar__overhang--shadow {
    display: absolute;
  }
  .frontpage .navbar .navbar__item--container {
    display: block;
  }
  .navbar .navbar__head {
    -webkit-box-shadow: 0 -9px 37px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 0 -9px 37px -2px rgba(0, 0, 0, 0.75);
  }
  .navbar .navbar__head .navbar__overhang--shadow {
    display: none;
  }
}
.body-types {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.body-types__body-type {
  font-size: 12px;
  margin-right: -1px;
  margin-bottom: -1px;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 33%;
  border: 1px solid #d6d6d6;
  padding: 0.7em 0.5em;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  height: auto;
  text-transform: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.body-types__body-type:focus,
.body-types__body-type:hover {
  outline: 0 none;
  background-color: #fff;
}
.body-types__body-type img {
  width: 40px;
  margin-bottom: 0.2em;
}
.body-types__body-type .body-types__body-type--background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.body-types__body-type input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.body-types__body-type input:checked ~ .body-types__body-type--background {
  -webkit-box-shadow: inset 0 0 1px 1px #7b93cf;
  box-shadow: inset 0 0 1px 1px #7b93cf;
  border: 1px solid #7b93cf;
}
.colorpicker {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
.colorpicker__color {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  cursor: pointer;
}
.colorpicker__color--focus {
  border-radius: 1px;
  border: solid 1px #7b93cf;
}
.colorpicker__color:hover {
  border-radius: 1px;
  border: solid 1px #7b93cf;
}
.colorpicker__color--disabled {
  opacity: 0.7;
  border-radius: 1px;
}
.search-result__header {
  line-height: 40px;
  padding-bottom: 16px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1023.98px) {
  .search-result__header {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
  .search-result__header .tabs__header-tab--active {
    background-color: #000;
  }
  .search-result__header .tabs__header-tab--active h4 {
    color: #fff;
  }
  .search-result__header .tabs__header-tab--active svg path {
    fill: #fff;
  }
}
.search-result__amount-chipper {
  display: inline;
}
.search-result__action-bar {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-top: 24px;
  -ms-flex-align: baseline;
  align-items: baseline;
  position: relative;
}
@media (max-width: 1023.98px) {
  .search-result__action-bar {
    padding: 15px;
  }
}
.search-result__title {
  font-size: 24px;
  margin-bottom: 0;
  margin-top: 9px;
}
@media (max-width: 1023.98px) {
  .search-result__title {
    margin-right: 50px;
    font-size: 18px;
    margin-top: 0;
  }
}
.search-result__sorting-order {
  margin-left: auto;
  border: none;
  text-align: right;
  -ms-flex-align: baseline;
  align-items: baseline;
}
@media (max-width: 1023.98px) {
  .search-result__sorting-order {
    margin-left: 0;
    margin-right: auto;
    -ms-flex-order: -1;
    order: -1;
  }
  .search-result__sorting-order > div {
    margin-bottom: 1em;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .search-result__sorting-order > div label#multiselect-label-sort {
    -ms-flex: 0 0 0%;
    flex: 0 0 0%;
    display: none;
  }
  .search-result__sorting-order > div button#multiselect-sort > span {
    color: #000;
    font-weight: bold;
    font-size: 1rem;
  }
  .search-result__sorting-order > div .dropdown {
    width: 100%;
  }
  .search-result__sorting-order .placeholder {
    background-color: #fff;
  }
}
@media (max-width: 1023.98px) {
  .search-result__sorting-order {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }
  .search-result__sorting-order.items--right > div {
    margin-left: 0;
  }
}
.search-result__sorting-order .multiselect-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
}
.search-result__sorting-order .multiselect-container .multiselect-label {
  margin: 0;
}
.search-result__sorting-order .multiselect-container .multiselect-button {
  min-width: 200px;
  border: none;
  padding: none;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.search-result__sorting-order .multiselect-container label {
  font-size: 16px;
  margin-right: 1em;
}
@media (max-width: 1023.98px) {
  .search-result__sorting-order .multiselect-container label {
    display: block;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 400px) {
  #search-results .dropdown {
    min-width: 140px;
    width: 45vw;
  }
  #search-results .dropdown__options {
    width: 55vw;
  }
}
.search-result__favorites {
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
@media (max-width: 1023.98px) {
  .search-result__favorites {
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
  }
}
.search-result__favorites__text {
  display: inline;
  text-transform: none;
  font-weight: bold;
}
.search-result__favorites .favorites__counter {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1023.98px) {
  .search-result__favorites .favorites__counter {
    position: static;
    top: 76px;
    margin-top: 0;
    right: 0;
  }
}
.search-result__favorites .favorites__counter .icon {
  font-size: 16px;
  margin-left: 16px;
  margin-right: 16px;
}
.search-result__content {
  background-color: #fff;
  position: relative;
}
.search-result__content .loading {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  padding-top: 35vh;
}
.search-result__content > .container {
  position: relative;
  z-index: 1;
}
.search-result__chipper {
  display: inline;
  font-size: 14px;
  line-height: 2em;
}
@media (max-width: 1023.98px) {
  .search-result__chipper {
    display: none;
  }
}
.search-result__sorting-favorites {
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 1023.98px) {
  .search-result__sorting-favorites {
    width: 100%;
    margin-right: 0;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.search-result__amount {
  font-weight: bold;
  font-size: 16px;
  padding-right: 24px;
  display: inline;
}
.page-search-mobile .btn,
.page-search-mobile .form__feedback input[type="submit"],
.form__feedback .page-search-mobile input[type="submit"] {
  min-width: 0;
}
.search-result__amount-mobile {
  display: none;
}
@media (max-width: 1023.98px) {
  .search-result__amount-mobile {
    display: inline-block;
  }
}
.search-result__amount {
  display: inline-block;
}
@media (max-width: 1023.98px) {
  .search-result__amount {
    display: none;
  }
}
.map-canvas {
  margin-bottom: 1em;
  border: 1px solid #e4e4e4;
}
.map-canvas--low {
  height: 208px;
}
.map-canvas button {
  min-width: 0;
}
.hero__content-wrap {
  width: 100%;
}
@media (max-width: 1229.98px) {
  .hero__content-wrap .container--wide {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media (max-width: 1229.98px) {
  .hero__content-wrap .container--wide-new {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.hero__title {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 0.3em;
}
.hero__subtitle {
  font-size: 30px;
  margin: 0.5em 0 0.7em;
}
.hero__title,
.hero__subtitle {
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  display: block;
}
.hero .hero__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.hero .hero__content h1,
.hero .hero__content h2,
.hero .hero__content h3,
.hero .hero__content .heading-bar__icon,
.hero .hero__content .heading-bar__text,
.hero .hero__content h4,
.hero .hero__content p,
.hero .hero__content a,
.hero .hero__content span {
  color: #fff;
  margin-top: 0;
}
.hero .hero__content h4,
.hero .hero__content p,
.hero .hero__content .font--link,
.hero .hero__content td,
.hero .hero__content td p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33em;
}
.hero .hero__content--left .btn--primary,
.hero .hero__content--left .form__feedback input[type="submit"],
.form__feedback .hero .hero__content--left input[type="submit"] {
  background-color: #e51b24;
}
.hero .btn,
.hero .form__feedback input[type="submit"],
.form__feedback .hero input[type="submit"] {
  margin-top: 1em;
}
.hero__content {
  color: #fff;
}
.hero__content > .font--link {
  display: inline-block;
  border-width: 4px;
}
.hero__content > .font--link:hover {
  border-width: 4px;
}
.hero__text {
  max-width: 900px;
}
.hero__text table,
.hero__text tbody,
.hero__text tr {
  margin-top: 25px;
  width: auto !important;
  display: block;
}
.hero__text td {
  display: inline-block;
  vertical-align: top;
  width: 200px !important;
  padding: 0 20px 30px 0;
  color: inherit;
}
.hero__text a {
  border-bottom: 1px solid #e51b24;
  font-weight: 700;
}
.hero__text a:hover,
.hero__text a:focus {
  text-decoration: none;
  border-bottom: 1px solid #000;
}
.hero__text a-dark {
  border-color: #000;
}
.hero__logo {
  max-width: 250px;
  margin-bottom: 20px;
}
.hero__background {
  background: center center no-repeat #000;
  background-size: cover;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.hero__background .container {
  position: relative;
}
.hero__background--darken-top::before {
  content: "";
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0)),
    to(#010101)
  );
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), #010101);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.6;
}
.hero__background--darken-topleft::before {
  content: "";
  background-image: linear-gradient(293deg, rgba(0, 0, 0, 0), #010101);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.6;
}
.hero--small .hero__background {
  min-height: 219px;
  padding: 73px 0;
}
.hero--medium .hero__background {
  min-height: 330px;
}
.hero--big .hero__background {
  min-height: 415px;
}
.hero--large .hero__background {
  min-height: 554px;
}
.hero--large .hero__background .hero__content {
  padding-bottom: 2.5em;
}
.hero--campaign .hero__title,
.hero--large .hero__title {
  margin-bottom: 0.3em;
  font-size: 50px;
}
.hero__content--center {
  text-align: center;
}
.hero__content--center .hero__text {
  margin-left: auto;
  margin-right: auto;
}
.hero-overlap {
  margin-top: -90px;
  min-height: 90px;
  position: relative;
}
@media (max-width: 1023.98px) {
  .hero .font--heading {
    font-size: 24px;
  }
  .hero--campaign .hero__title,
  .hero--large .hero__title {
    font-size: 30px;
  }
  .hero__title {
    font-size: 30px;
  }
  .hero__subtitle {
    font-size: 16px;
  }
  .hero--medium .hero__background,
  .hero--big .hero__background {
    min-height: 330px;
  }
  .hero__text table {
    width: 100% !important;
    height: auto !important;
  }
  .hero__text td {
    width: 30% !important;
    padding-right: 3%;
  }
}
@media (max-width: 549.98px) {
  .hero__title,
  .hero--campaign .hero__title,
  .hero--large .hero__title {
    font-size: 24px;
  }
  .hero--medium .hero__background,
  .hero--big .hero__background {
    min-height: 242px;
  }
  .hero__background {
    padding: 30px 0;
  }
  .hero__background--mobile-right {
    background-position: 80% center;
  }
  .hero__background--mobile-left {
    background-position: 30% center;
  }
  .hero__content h4,
  .hero__content p,
  .hero__content .font--link {
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 600;
  }
  .hero__content .font--link {
    margin-top: 0;
  }
  .hero__text td {
    width: 45% !important;
    padding-right: 5%;
  }
  .hero-overlap {
    margin-top: -30px;
    min-height: 30px;
    position: relative;
  }
}
@media (min-width: 1680px) {
  .hero--medium .hero__background {
    height: 55vh;
  }
  .hero--big .hero__background {
    height: 64vh;
  }
  .hero--large .hero__background {
    height: 65vh;
  }
}
.hero--brand {
  position: relative;
}
.hero--brand .hero__background {
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 0;
  min-height: 280px;
}
@media (min-width: 550px) {
  .hero--brand .hero__background {
    min-height: calc(585px + 40px);
  }
}
.hero--brand .hero__content-wrap {
  position: relative;
  background-color: #000;
  padding: 1rem 0;
  margin-top: -1rem;
}
@media (min-width: 550px) {
  .hero--brand .hero__content-wrap {
    position: absolute;
    bottom: 0;
    background-color: transparent;
    margin-top: 0;
  }
}
.hero--brand .container--wide-new {
  margin: 0px;
  padding: 0 15px;
}
@media (min-width: 1024px) {
  .hero--brand .container--wide-new {
    padding: 0 50px;
  }
}
.hero--brand .container--wide-new svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.hero--brand .container--wide-new h1 {
  font-size: 20px;
}
.hero--brand .container--wide-new .btn__link {
  display: block;
  margin-top: 2rem;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1px;
  min-width: auto;
  height: auto;
  padding: 0;
}
@media (min-width: 550px) {
  .hero--brand .container--wide-new .btn__link {
    margin-top: 2.25rem;
  }
}
@media (min-width: 1680px) {
  .hero--brand .container--wide-new .btn__link {
    margin-top: 3.75rem;
  }
}
.hero--brand .container--wide-new .hero__content {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (min-width: 550px) {
  .hero--brand .container--wide-new .hero__content {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.hero--brand .container--wide-new .hero__content img {
  max-width: 64px;
  margin-bottom: 1rem;
  margin-right: 1rem;
}
@media (min-width: 550px) {
  .hero--brand .container--wide-new .hero__content img {
    margin-bottom: 0;
    max-width: 80px;
  }
}
.hero--brand .container--wide-new .hero__content p {
  font-size: 1rem;
  line-height: 1.5;
  max-width: 650px;
  margin: 0.5rem 0 0 0;
}
.quick-search {
  background-color: #fff;
  color: #000;
  margin-bottom: 3em;
}
#quick-search-desktop .quick-search {
  background-color: #e51b24;
  color: #fff;
  padding: 1em 1.5em 1.5em;
  margin-bottom: 0;
}
.quick-search__title {
  color: currentColor;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0.75rem;
  text-align: center;
}
#quick-search-desktop .quick-search__title {
  font-weight: 700;
  text-align: left;
}
.quick-search__selects {
  margin-bottom: 0.25em;
}
.quick-search .label {
  color: currentColor;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.quick-search .multiselect-container {
  margin-bottom: 1.25em;
}
.quick-search__price-buttons {
  margin-bottom: 1em;
}
.quick-search__price-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.quick-search__price-buttons .btn,
.quick-search__price-buttons .form__feedback input[type="submit"],
.form__feedback .quick-search__price-buttons input[type="submit"] {
  background-color: #fff;
  border: 1px solid #e51b24;
  color: inherit;
  -ms-flex: 1;
  flex: 1;
  font-size: 12px;
  font-weight: 700;
  height: unset;
  letter-spacing: 0;
  margin: 0;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  padding: 0.75em 0;
  position: relative;
  text-transform: unset;
}
#quick-search-desktop .quick-search__price-buttons .btn,
#quick-search-desktop
  .quick-search__price-buttons
  .form__feedback
  input[type="submit"],
.form__feedback
  #quick-search-desktop
  .quick-search__price-buttons
  input[type="submit"] {
  background-color: #e51b24;
  border-color: #fff;
}
.quick-search__price-buttons .btn.active,
.quick-search__price-buttons .form__feedback input.active[type="submit"],
.form__feedback .quick-search__price-buttons input.active[type="submit"] {
  background-color: #e51b24;
  color: #fff;
}
#quick-search-desktop .quick-search__price-buttons .btn.active,
#quick-search-desktop
  .quick-search__price-buttons
  .form__feedback
  input.active[type="submit"],
.form__feedback
  #quick-search-desktop
  .quick-search__price-buttons
  input.active[type="submit"] {
  background-color: #fff;
  color: #e51b24;
}
.quick-search__price-buttons .btn.active::after,
.quick-search__price-buttons .form__feedback input.active[type="submit"]::after,
.form__feedback .quick-search__price-buttons input.active[type="submit"]::after,
.quick-search__price-buttons .btn.active::before,
.quick-search__price-buttons
  .form__feedback
  input.active[type="submit"]::before,
.form__feedback
  .quick-search__price-buttons
  input.active[type="submit"]::before {
  content: "";
  display: block;
  position: absolute;
}
.quick-search__price-buttons .btn.active::before,
.quick-search__price-buttons
  .form__feedback
  input.active[type="submit"]::before,
.form__feedback
  .quick-search__price-buttons
  input.active[type="submit"]::before {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.5em, #e51b24),
    to(rgba(229, 27, 36, 0))
  );
  background-image: linear-gradient(
    to top,
    #e51b24 0.5em,
    rgba(229, 27, 36, 0) 100%
  );
  bottom: 0;
  height: 1.25em;
  left: 0;
  right: 0;
}
#quick-search-desktop .quick-search__price-buttons .btn.active::before,
#quick-search-desktop
  .quick-search__price-buttons
  .form__feedback
  input.active[type="submit"]::before,
.form__feedback
  #quick-search-desktop
  .quick-search__price-buttons
  input.active[type="submit"]::before {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.5em, #fff),
    to(rgba(255, 255, 255, 0))
  );
  background-image: linear-gradient(
    to top,
    #fff 0.5em,
    rgba(255, 255, 255, 0) 100%
  );
}
.quick-search__price-buttons .btn.active::after,
.quick-search__price-buttons .form__feedback input.active[type="submit"]::after,
.form__feedback
  .quick-search__price-buttons
  input.active[type="submit"]::after {
  background-color: #e51b24;
  bottom: -0.25rem;
  height: 0.5rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 0.5rem;
}
#quick-search-desktop .quick-search__price-buttons .btn.active::after,
#quick-search-desktop
  .quick-search__price-buttons
  .form__feedback
  input.active[type="submit"]::after,
.form__feedback
  #quick-search-desktop
  .quick-search__price-buttons
  input.active[type="submit"]::after {
  background-color: #fff;
}
.quick-search__price-buttons .btn:not(:last-of-type),
.quick-search__price-buttons
  .form__feedback
  input[type="submit"]:not(:last-of-type),
.form__feedback
  .quick-search__price-buttons
  input[type="submit"]:not(:last-of-type) {
  margin-right: -1px;
}
.quick-search__price:not(.active) {
  display: none;
}
.quick-search__price label::after {
  font-weight: normal;
}
.quick-search__unlimit {
  font-weight: 400;
}
.quick-search__value {
  border-bottom: 1px solid #d6d6d6;
  margin-left: 1em;
}
#quick-search-desktop .quick-search__value {
  border-bottom-color: currentColor;
}
.quick-search__price__inputs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.quick-search__price__inputs label {
  font-size: 12px;
  font-weight: 700;
}
.quick-search__price__inputs .quick-search__unit {
  font-size: 14px;
  font-weight: normal;
  white-space: nowrap;
}
.quick-search__price__inputs label {
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.quick-search__price__inputs input {
  background: transparent;
  border: 0;
  color: currentColor;
  font-weight: normal;
  height: 36px;
  min-width: 5em;
  outline: none;
  padding: 0;
  width: 0;
}
.quick-search__price__inputs input:focus {
  background: #fff;
  border: none;
  color: #000;
  outline: 1px solid #fff;
}
.quick-search .irs--round {
  height: 37px;
  margin-bottom: 3em;
}
#quick-search-desktop .quick-search .irs--round {
  margin-bottom: 0;
}
.quick-search .irs--round .irs-bar {
  background-color: #e51b24;
  height: 8px;
  top: 16px;
}
#quick-search-desktop .quick-search .irs--round .irs-bar {
  background-color: #fff;
}
.quick-search .irs--round .irs-line {
  top: 16px;
  height: 8px;
}
.quick-search .irs--round .irs-handle {
  background-color: #fff;
  border: 4px solid #e51b24;
  cursor: -webkit-grab;
  cursor: grab;
  top: 7px;
}
#quick-search-desktop .quick-search .irs--round .irs-handle {
  background-color: #e51b24;
  border-color: #fff;
}
.quick-search button[type="submit"] {
  font-weight: 700;
}
.quick-search button[type="submit"] span {
  margin-right: 0.5em;
}
.quick-search .spinner {
  -webkit-animation: spinner 1s linear infinite;
  animation: spinner 1s linear infinite;
}
@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.booking-box {
  background-color: #f5f5f5;
  -webkit-box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  padding: 40px 30px 40px;
}
.booking-box h3,
.booking-box .heading-bar__icon,
.booking-box .heading-bar__text {
  color: #e51b24;
  margin-bottom: 0.2em;
}
.booking-box p {
  font-weight: 700;
  font-size: 18px;
  color: #585858;
  margin-bottom: 1.2em;
}
@media (max-width: 1023.98px) {
  .booking-box p {
    font-size: 14px;
    line-height: 1.4em;
  }
}
.booking-box .form-group {
  margin-bottom: 0.85rem;
}
.booking-box .form-group--freetext {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.booking-box .form-group--toggle,
.booking-box .form-group--freetext {
  margin-top: -0.5rem;
}
.booking-box .form.form__feedback {
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.booking-box .form.form__feedback input[type="submit"] {
  max-width: none;
}
@media (max-width: 1229.98px) {
  .sub-navigation {
    margin-top: 2em;
    padding-top: 2em;
    border-top: 1px solid #d6d6d6;
  }
}
.sub-navigation ul {
  list-style: none;
  padding-left: 0;
}
.sub-navigation a {
  font-weight: 700;
  font-size: 18px;
  color: #000;
  display: block;
  padding: 0 0 0.5em;
}
.sub-navigation .current > a {
  color: #585858;
}
.card {
  border-radius: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.4;
  margin: 0 -1px -1px 0;
  border: 1px solid #d6d6d6;
}
.card__title {
  font-size: 16px;
}
@media (min-width: 1024px) {
  .card__title {
    font-size: 18px;
  }
}
.card:hover,
.card:focus-within {
  border-color: #e51b24;
  z-index: 2;
}
.card__sales-type {
  display: none;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .card__sales-type {
    display: inline;
  }
}
.card__sales-type::before {
  font-weight: normal;
  content: ", ";
}
.card__wrapper {
  padding: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.card__wrapper > a {
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card__wrapper > a:hover,
.card__wrapper > a:focus,
.card__wrapper > a:focus-visible {
  z-index: 2;
  border: 0px;
}
.card__wrapper > a > div:last-of-type {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.card__wrapper--no-link {
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: 1px solid #d6d6d6;
}
@media (max-width: 1679.98px) and (max-height: 800px) {
  .card__wrapper {
    padding: 15px;
  }
}
@media (max-width: 1229.98px) {
  .card__wrapper {
    padding: 15px;
  }
}
@media (max-width: 1023.98px) {
  .card--product .card__wrapper {
    padding: 15px;
  }
}
.card__price--leasing::first-letter {
  text-transform: capitalize;
}
.card__price-monthly--start {
  display: none;
}
@media (min-width: 1024px) {
  .card__price-monthly--start {
    display: inline;
  }
}
.card__label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background-color: #e51b24;
  font-size: 12px;
  padding-left: 15px;
  padding-right: 15px;
  height: 40px;
  max-width: 90%;
}
.card__label--corner-downwards,
.card__label--corner-upwards {
  background-color: transparent;
  padding-right: 50px;
}
.card__label--corner-downwards {
  background-image: linear-gradient(302.12deg, transparent 30px, #e51b24 31px);
}
.card__label--corner-upwards {
  background-image: linear-gradient(237.88deg, transparent 30px, #e51b24 31px);
}
.card__label > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card__label.bg-color--black::after {
  border-bottom-color: #000;
}
.card__like {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.25);
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 1.6rem;
  height: 1.6rem;
}
.card__like svg {
  width: 1rem;
  height: 1rem;
}
.card__like svg path {
  stroke: #fff;
  fill: #fff;
}
.card__like.active .icon path {
  fill: #e51b24;
  stroke: #e51b24;
}
.card__like.initialized {
  display: -ms-flexbox;
  display: flex;
}
.card__text-badge {
  display: inline-block;
  background-color: #e51b24;
  color: #fff;
  position: absolute;
  padding: 0.5em 1em;
  bottom: 0;
  left: 0;
  font-weight: 500;
  font-size: 0.7rem;
}
.card__text-badge strong {
  font-size: 1.2em;
  font-weight: 700;
}
.card__image {
  overflow: hidden;
  position: relative;
  margin-bottom: 1em;
  height: 0;
  padding-top: 77%;
  background: center center no-repeat;
  background-size: cover;
}
.card__image > img {
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
  position: absolute;
}
.card__image [class*="icon"] {
  width: auto;
}
.card__image-placeholder {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.card__image::before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  position: absolute;
  z-index: 15px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.card__image__icons {
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.card__image__icons .icon {
  font-size: 50px;
}
.card__image__icons .icon svg {
  width: 50px;
  height: 50px;
}
.card__body > div > span {
  font-size: 12px;
  font-weight: bold;
  color: #000;
}
@media (min-width: 1024px) {
  .card__body > div > span {
    font-size: 14px;
  }
}
.card__body > div > p {
  font-size: 12px;
}
@media (min-width: 1024px) {
  .card__body > div > p {
    font-size: 14px;
  }
}
.card__body--flex p {
  line-height: 1.7;
  font-size: 14px;
}
.card__body .card__city {
  text-transform: lowercase;
  display: inline-block;
}
.card__body .card__city::first-letter {
  text-transform: uppercase;
}
@media (min-width: 550px) {
  .card__body--flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .card__body--flex > .btn:last-child,
  .form__feedback .card__body--flex > input[type="submit"]:last-child {
    margin: auto auto 0;
  }
  .card__body--flex-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.card__body h3,
.card__body .heading-bar__icon,
.card__body .heading-bar__text {
  margin-bottom: 0.2em;
}
.card__button-container {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  padding: 24px 0 0;
  margin-top: auto;
}
@media (min-width: 1024px) {
  .card__button-container .mobile-button {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .card__button-container .desktop-button {
    display: none;
  }
}
.card__button-container .btn,
.card__button-container .form__feedback input[type="submit"],
.form__feedback .card__button-container input[type="submit"] {
  width: 50%;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.card__info-type {
  font-size: 14px;
  font-weight: 700;
}
.card__info-meta {
  font-size: 14px;
  margin: auto 0 0;
  font-weight: 400;
  padding-top: 0.3125em;
}
.card__info-price {
  font-size: 18px;
  font-weight: 700;
  color: #585858;
  margin: 0.9375em 0 0;
  display: block;
}
@media (min-width: 550px) {
  .card__info-price {
    font-size: 14px;
    margin: 0;
  }
}
.card__info-location,
.card__info--availability {
  margin: 0;
}
.card__info-location {
  font-weight: bold;
  text-transform: lowercase;
}
@media (min-width: 1024px) {
  .card__info-location {
    font-weight: normal;
  }
}
.card__info-location::first-letter {
  text-transform: uppercase;
}
.card__price,
.card__price + div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.card__price--sale-original {
  display: -ms-flexbox;
  display: flex;
  grid-gap: 12px;
  gap: 12px;
}
.card__price-details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card__price-details > span {
  display: inline-block;
}
.card__price-details .location {
  margin-top: auto;
}
.card__price--main,
.card__price--original {
  color: inherit;
  font-weight: inherit;
  line-height: 1.11;
  display: inline-block;
}
.card__price--original {
  color: #585858;
  text-decoration: line-through;
  font-weight: bold;
  font-size: 18px;
}
.card__price--main {
  color: #e51b24;
  font-size: 18px;
}
.card__red-label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(237.88deg, transparent 30px, #e51b24 31px);
  padding-left: 15px;
  padding-right: 50px;
  height: 1.6rem;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: relative;
  margin: 8px 0;
}
.card__red-label p {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
a.card:hover,
a.card:focus {
  color: #000;
  text-decoration: none;
}
a.card--product .card__image-overlay-bar {
  display: none;
  padding-top: 1em;
  padding-bottom: 1em;
}
@media (min-width: 770px) {
  a.card--product .card__info-right {
    text-align: right;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
.card-grid__container {
  margin-top: 1em;
}
@media (min-width: 1230px) and (min-height: 800px) {
  .card-grid__container {
    margin-top: 1.5em;
  }
}
.card-grid__title {
  font-size: 18px;
  margin-bottom: 0;
}
@media (min-width: 770px) {
  .card-grid__title {
    text-align: center;
    font-size: 18px;
  }
}
@media (min-width: 1230px) and (min-height: 800px) {
  .card-grid__title {
    margin-bottom: 0.3em;
    font-size: 18px;
  }
}
@media (min-width: 770px) {
  .search-result-rows .card {
    max-width: calc(100% / 2);
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
  }
}
@media (min-width: 1350px) {
  .search-result-rows .card {
    max-width: calc(100% / 3);
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
  }
}
.card-carousel {
  padding: 10px 0 25px;
  position: relative;
}
@media (max-width: 1229.98px) {
  .card-carousel .card__label {
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    font-size: 12px;
  }
}
.card-carousel .card {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
  border: 1px solid #d6d6d6;
}
.card-carousel .card:hover,
.card-carousel .card:focus-within {
  border-color: #e51b24;
  z-index: 2;
}
.card-carousel .card__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.card-carousel .card__wrapper > a {
  width: 290px;
  padding: 2px 2px 10px;
  border: 0px solid transparent;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 770px) {
  .card-carousel .card__wrapper > a {
    width: 350px;
  }
}
@media (min-width: 1024px) {
  .card-carousel .card__wrapper > a {
    width: 464px;
  }
}
.card-carousel .card__wrapper > a .card__wrapper {
  padding: 0;
}
.card-carousel .card__image::before {
  display: none;
}
.card-carousel .slick-slide.card {
  opacity: 0.5;
  position: relative;
}
.card-carousel .slick-slide.card::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: default;
}
.card-carousel .slick-active.card {
  opacity: 1;
}
.card-carousel .slick-active.card::after {
  display: none;
}
.card-carousel .slick-arrow {
  background-color: rgba(250, 250, 250, 0.3);
  min-width: 0;
  height: 40px;
  width: 40px;
  position: absolute;
  z-index: 15;
  top: 45%;
}
.card-carousel button.slick-next {
  left: auto;
  right: 0;
}
.card-carousel button.slick-prev {
  right: auto;
  left: 0;
}
.card-carousel .slick-arrow svg {
  display: block;
  height: 20px;
}
.card-carousel .slick-arrow svg path {
  fill: #000;
}
@media (min-width: 770px) {
  .card-carousel .slick-arrow svg {
    height: 30px;
  }
  .card-carousel .slick-arrow {
    height: 72px;
    width: 72px;
  }
  .card-carousel button.slick-next {
    right: 20px;
  }
  .card-carousel button.slick-prev {
    left: 20px;
  }
}
.action-bar {
  position: relative;
  z-index: 22;
}
.action-bar--small {
  padding: 1.1em !important;
}
.action-bar h4 {
  margin: 0;
}
.action-bar #own-bid-amount {
  font-weight: inherit;
  color: inherit;
}
.auctions-list .auction-won .card__image-overlay-bar {
  background-color: rgba(229, 27, 36, 0.8);
  color: #fff;
}
.auctions-list .auction-won .current-price {
  display: none;
}
.auctions-list .auction-lost .card__image-overlay-bar {
  color: #000;
}
.auctions-list .auction-lost .current-price {
  color: #d6d6d6 !important;
}
.auctions-list .auction-won .user-bid,
.auctions-list .auction-lost .user-bid {
  display: inline-block;
  color: #fff;
  background-color: #e51b24;
  border-radius: 1em;
  padding: 0 0.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.navigation-box {
  background-color: #f5f5f5;
  -webkit-box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.navigation-box h3 a,
.navigation-box .heading-bar__icon a,
.navigation-box .heading-bar__text a {
  color: inherit;
}
.navigation-box--narrow {
  max-width: 985px;
  margin: 0 auto;
}
.navigation-box--medium {
  max-width: 1200px;
  margin: 0 auto;
}
.navigation-box--divisible-by-three .navigation-box__item {
  width: 33%;
}
.navigation-box--noshadow {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: initial;
  box-shadow: initial;
  background-color: transparent;
  background-color: initial;
  border: 1px solid #d6d6d6;
  margin-bottom: 0;
}
.navigation-box--noshadow h3,
.navigation-box--noshadow .heading-bar__icon,
.navigation-box--noshadow .heading-bar__text {
  font-size: 18px;
}
.navigation-box--noshadow p {
  font-size: 16px;
}
@media (max-width: 549.98px) {
  .navigation-box--noshadow {
    border-left: 0;
    border-right: 0;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -1.5em;
  }
}
.navigation-box--noshadow .accordion-element__title {
  margin-top: 1.5rem;
}
@media (max-width: 1023.98px) {
  .navigation-box--noshadow .accordion-element__title {
    margin-top: 0;
  }
}
.navigation-box--noshadow .accordion-element__content {
  -ms-flex-direction: row;
  flex-direction: row;
}
.navigation-box__item {
  padding: 35px;
  border: 1px solid #d6d6d6;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 25%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.navigation-box__item .btn,
.navigation-box__item .form__feedback input[type="submit"],
.form__feedback .navigation-box__item input[type="submit"] {
  margin-top: auto;
}
.navigation-box__link-list {
  margin-bottom: 1em;
}
.navigation-box__link-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navigation-box__link-list ul p {
  margin: 0;
}
.navigation-box__link-list a {
  font-weight: 700;
  display: inline-block;
  margin-bottom: 0.7em;
  line-height: 1.1em;
  border-bottom: 1px solid #e51b24;
}
.navigation-box__logos {
  margin-bottom: 1em;
}
.navigation-box__logos img {
  display: inline-block;
  width: 28%;
  max-width: 100px;
  margin-right: 3%;
}
.navigation-box .accordion-element__content {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.accordion--active .navigation-box__item {
  padding: 0;
}
.accordion--active .navigation-box .accordion-element__title {
  padding: 20px;
}
.accordion--active .navigation-box .accordion-element__content {
  padding: 20px 20px;
}
.accordion--active .navigation-box .toggle-accordion h3,
.accordion--active .navigation-box .toggle-accordion .heading-bar__icon,
.accordion--active .navigation-box .toggle-accordion .heading-bar__text {
  margin: 0;
}
.navigation-box.icon-box {
  min-height: 171px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 549.98px) {
  .navigation-box.icon-box {
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }
  .navigation-box.icon-box img {
    margin: 30px 0 10px 0;
  }
}
.navigation-box.icon-box > * {
  margin: 0 0 0 50px;
}
.navigation-box.icon-box img {
  height: auto;
  width: 120px;
}
.navigation-box.icon-box p {
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  margin-right: 25px;
  padding: 1em 0;
}
@media (min-width: 1680px) {
  .navigation-box.icon-box p {
    margin-right: 50px;
  }
}
@media (min-width: 1230px) and (max-width: 1679.98px) {
  .navigation-box__item {
    width: 33%;
  }
}
@media (max-width: 1229.98px) {
  .navigation-box__item,
  .navigation-box--divisible-by-three .navigation-box__item {
    width: 50%;
  }
}
@media (max-width: 1023.98px) {
  .navigation-box__item,
  .navigation-box--divisible-by-three .navigation-box__item {
    width: 100%;
    padding: 20px 35px;
  }
}
.campaign-lift {
  margin-bottom: 42px;
}
.campaign-lift__image {
  margin-bottom: 30px;
}
.campaign-lift__image--small {
  overflow: hidden;
  max-height: 277px;
}
.campaign-lift__image--small img {
  height: 100%;
  max-height: 300px;
  max-width: none;
}
.campaign-lift__image--small {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.campaign-lift__image--small img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  font-family: "object-fit: cover;";
}
.campaign-lift__content table {
  width: 100% !important;
  max-width: 450px;
  margin-bottom: 1.5em;
  line-height: 1.3em;
  font-weight: 700;
}
.campaign-lift__content table p {
  margin: 0;
  line-height: 1.3em;
  font-weight: 700;
}
.campaign-lift__content td {
  padding: 0 0.5em 0.5em 0;
  width: auto !important;
}
.campaign-lift__content td:last-child {
  text-align: right;
  min-width: 80px;
}
.campaign-lift__content .btn,
.campaign-lift__content .form__feedback input[type="submit"],
.form__feedback .campaign-lift__content input[type="submit"] {
  margin-top: 20px;
  margin-bottom: 30px;
}
.content-image__container {
  max-width: 1038px;
}
.container .content-image__container {
  padding-left: 0;
  padding-right: 0;
}
.content-image {
  margin-bottom: 34px;
}
.content-image--wide {
  text-align: center;
}
.content-image--medium {
  overflow: hidden;
  max-height: 350px;
}
.content-image--medium img {
  height: 100%;
  max-height: 350px;
  max-width: none;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .content-image--medium {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .content-image--medium img {
    -o-object-fit: cover;
    object-fit: cover;
    max-height: none;
    width: 100%;
  }
}
.single-location h1 {
  font-size: 30px;
  margin-bottom: 0.8em;
}
.single-location h2 {
  font-size: 24px;
}
.single-location .product-tabs-header h2 {
  display: inline-block;
}
.single-location .product-tabs-header a {
  margin-left: 1.4em;
}
.single-location__header-bar {
  padding: 1em 0;
}
.single-location__header-bar h3,
.single-location__header-bar .heading-bar__icon,
.single-location__header-bar .heading-bar__text {
  margin-bottom: 0.2em;
}
.single-location__header-bar p {
  margin-bottom: 0;
}
.single-location__header-bar .btn,
.single-location__header-bar .form__feedback input[type="submit"],
.form__feedback .single-location__header-bar input[type="submit"] {
  min-width: 240px;
  margin-left: 25px;
}
.single-location__header-bar .btn .icon,
.single-location__header-bar .form__feedback input[type="submit"] .icon,
.form__feedback .single-location__header-bar input[type="submit"] .icon {
  margin-right: 1.2em;
}
.single-location__header-bar .btn .icon svg,
.single-location__header-bar .form__feedback input[type="submit"] .icon svg,
.form__feedback .single-location__header-bar input[type="submit"] .icon svg {
  max-height: 17px;
  display: inline-block;
  vertical-align: middle;
}
.single-location__header-bar .items--right > * {
  margin: 0.2em 0 0.2em 1em;
}
@media (max-width: 1023.98px) {
  .single-location__header-bar .single-location__address {
    display: block;
  }
  .single-location__header-bar .items--right {
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 0.5em;
  }
  .single-location__header-bar .items--right > *:not(.btn) {
    margin: 0.3em 0 0;
    display: block;
    width: 100%;
  }
  .single-location__header-bar .items--right .btn,
  .single-location__header-bar
    .items--right
    .form__feedback
    input[type="submit"],
  .form__feedback
    .single-location__header-bar
    .items--right
    input[type="submit"] {
    margin-top: 1em;
    margin-left: 0;
  }
}
.single-location__address {
  display: inline-block;
  margin-right: 0.5em;
}
.single-location__icon-link span {
  display: inline-block;
  vertical-align: text-bottom;
}
.single-location__icon-link .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}
.single-location__icon-link .icon svg {
  max-width: 23px;
  max-height: 19px;
}
.single-location__icon-link .icon path {
  fill: #000;
}
.single-location__images img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 450px;
  width: 100%;
}
@media (max-width: 1023.98px) {
  .single-location__images img {
    height: 150px;
  }
}
.single-location__images ul.slick-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}
.single-location__images ul.slick-dots li {
  margin: 0 7px;
}
.single-location__images ul.slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: 0;
  border-radius: 100%;
  background-color: #d6d6d6;
  text-indent: -9999px;
  min-width: 1rem;
}
.single-location__images ul.slick-dots li.slick-active button {
  background-color: red;
}
.single-location__linkbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single-location__linkbar .btn,
.single-location__linkbar .form__feedback input[type="submit"],
.form__feedback .single-location__linkbar input[type="submit"] {
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 70px;
  margin-right: -1px;
  margin-bottom: -1px;
}
.single-location__linkbar .btn .icon,
.single-location__linkbar .form__feedback input[type="submit"] .icon,
.form__feedback .single-location__linkbar input[type="submit"] .icon {
  font-size: 2em;
}
.single-location__linkbar img,
.single-location__linkbar svg {
  max-height: 25px;
  margin-right: 1em;
}
.single-location__service-details > div {
  margin-bottom: 30px;
}
.single-location__service-details p {
  margin-bottom: 0.2em;
}
.single-location__service-details h4 {
  font-size: 16px;
  margin-top: 1.2em;
  margin-bottom: 0.5em;
}
.single-location__service-details .logos img {
  max-width: 50px;
}
@media (max-width: 1023.98px) {
  .single-location__info table {
    font-size: 14px;
  }
  .single-location__info table td:last-child {
    min-width: 130px;
  }
}
.single-location__info table .font--link {
  border-color: #000;
}
.single-location__contacts-title {
  background-color: #f5f5f5;
  padding: 30px 44px;
}
.single-location__contacts-title h3,
.single-location__contacts-title .heading-bar__icon,
.single-location__contacts-title .heading-bar__text {
  margin: 0;
}
.single-location__contacts-title .accordion-element__container {
  margin: 31px 0 40px;
}
.single-location__contacts-department {
  margin-bottom: 15px;
}
.single-location__contacts-content {
  padding: 30px 0;
}
.accordion-element__toggle-icon {
  display: none;
}
.accordion-element button.toggle-accordion {
  display: block;
  height: auto;
  width: 100%;
  padding: 0;
  text-transform: inherit;
  background: none;
  text-align: inherit;
}
.accordion-element button.toggle-accordion .arrow {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.accordion-element button.toggle-accordion[aria-expanded="true"] .arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion--active .accordion-element__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
}
.accordion--active .accordion-element__title > * {
  display: inline-block;
}
.accordion--active .accordion-element__toggle-icon {
  display: inline-block;
  margin-left: auto;
}
.accordion--active .accordion-element__toggle-icon .icon svg {
  width: 16px;
  height: 9px;
}
.contact {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 50px;
}
@media (min-width: 1230px) {
  .contact {
    margin-bottom: 100px;
  }
}
.contact__image {
  margin: 0 5% 15px 0;
  width: 98px;
  max-width: 30%;
  max-height: 118px;
  overflow: hidden;
}
@media (max-width: 1679.98px) {
  .contact__image {
    width: 70px;
  }
}
.contact__details {
  max-width: 65%;
}
.contact__brands img {
  max-width: 50px;
}
.image-banner {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 45px;
  width: 100%;
  min-height: 300px;
  background-color: #000;
  background-size: cover;
  background-position: center center;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 18px;
}
.image-banner h3,
.image-banner .heading-bar__icon,
.image-banner .heading-bar__text,
.image-banner h4,
.image-banner span {
  color: #fff;
}
.image-banner h3,
.image-banner .heading-bar__icon,
.image-banner .heading-bar__text {
  font-size: 30px;
  margin-bottom: 0.5em;
}
.image-banner h4 {
  font-size: 24px;
  margin-bottom: 0.5em;
}
.image-banner--darken::before {
  content: "";
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.85)),
    to(#000)
  );
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.85), #000);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.image-banner--darken:hover::before {
  opacity: 0.4;
}
.image-banner__text {
  position: relative;
  max-width: 520px;
}
@media (min-width: 1230px) {
  .image-banner {
    height: 580px;
  }
}
.service-banner {
  position: relative;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}
.service-banner a:hover,
.service-banner a:focus {
  text-decoration: none;
}
.service-banner .container {
  position: relative;
}
.service-banner__content {
  padding: 60px 10px;
}
@media (min-width: 770px) {
  .service-banner__content {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1680px) {
  .service-banner__content {
    padding-top: 54px;
    padding-bottom: 54px;
  }
}
.service-banner__title {
  font-size: 20px;
  margin: 0.5em 0;
}
@media (min-width: 770px) {
  .service-banner__title {
    font-size: 30px;
    margin: 0.3em 0;
  }
}
@media (min-width: 1680px) {
  .service-banner__title {
    font-size: 40px;
    margin: 0.2em 0;
  }
}
.service-banner .btn,
.service-banner .form__feedback input[type="submit"],
.form__feedback .service-banner input[type="submit"] {
  font-size: 14px;
  padding-left: 2em;
  padding-right: 2em;
  height: 46px;
}
.service-banner__background {
  position: absolute;
  background-color: #ffe934;
  display: block;
  height: 100%;
  left: 50%;
  top: 0;
  overflow: hidden;
  width: 50%;
}
.service-banner__background::before {
  background-color: #fff;
  content: "";
  display: block;
  height: 100%;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  width: 120%;
}
@media (max-width: 1023.98px) {
  .service-banner__background::before {
    width: 250%;
  }
}
.footer {
  background-color: #000;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 4em;
  color: #fff;
}
@media (max-width: 1023.98px) {
  .footer {
    padding-top: 2em;
  }
}
@media print {
  .footer {
    background-color: #fff;
    padding: 0;
  }
}
.footer p,
.footer span,
.footer h3,
.footer .heading-bar__icon,
.footer .heading-bar__text,
.footer h4,
.footer a {
  color: #fff;
}
.footer h3 a,
.footer .heading-bar__icon a,
.footer .heading-bar__text a,
.footer h4 a {
  font-size: inherit;
  margin: 0;
  padding: 0;
  color: #fff;
}
.footer .icon svg path {
  fill: #fff;
}
.footer .icon-link-out svg {
  width: 1em;
  height: 1em;
}
.footer nav ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.footer--container {
  max-width: 1680px;
  margin: 0 auto;
}
.footer .accordion-element__mb {
  margin-bottom: 1.8em;
}
.footer--signature {
  position: relative;
  border-top: 1px solid #fff;
  width: 100%;
  margin: 3em 0;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3em;
  font-size: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer--signature--logo {
  position: absolute;
  left: 40%;
}
.footer--signature--logo .icon svg {
  width: 100%;
  height: auto;
  max-height: 28px;
}
.footer--signature--copyright,
.footer--signature--datause {
  width: 50%;
}
.footer--signature--copyright a,
.footer--signature--copyright p,
.footer--signature--datause a,
.footer--signature--datause p {
  font-size: 14px;
  color: #fff;
}
@media (max-width: 769.98px) {
  .footer--signature {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 2em;
  }
  .footer--signature--copyright {
    width: 50%;
  }
  .footer--signature--datause {
    width: 50%;
    text-align: right;
  }
  .footer--signature--logo {
    position: unset;
    padding-top: 1em;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 769.98px) {
  .footer--sitemap .d-inline-flex {
    display: block !important;
  }
}
@media print {
  .footer--sitemap {
    margin: 0;
  }
  .footer--sitemap > div {
    display: none;
  }
  .footer--sitemap > .footer--signature {
    display: block;
    color: #000;
    margin: 0;
    padding: 0;
  }
}
.footer--sitemap--item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1023.98px) {
  .footer--sitemap--item {
    margin-bottom: 2em;
    padding-left: 0;
    padding-right: 0;
  }
  .footer--sitemap--item .mb-4,
  .footer--sitemap--item .mb-5 {
    margin-bottom: inherit;
  }
}
@media (max-width: 769.98px) {
  .footer--sitemap--item {
    margin-bottom: 0.8em !important;
  }
}
.footer--sitemap--item a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding-top: 0.7em;
  line-height: 1.4em;
  display: block;
}
.footer--sitemap--item a.navbar__dropdown--under-link {
  font-weight: 100;
}
.footer--sitemap--item .footer--sitemap-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.footer--sitemap--item p:last-child {
  margin-bottom: 0;
}
.footer--sitemap--item .font--light {
  font-weight: 300;
}
.footer__social-media a {
  display: inline-block;
  margin-right: 0.5em;
}
.footer__social-media .icon,
.footer__social-media svg {
  height: 20px;
  width: 20px;
}
@media (min-width: 1230px) {
  .footer__first-row {
    min-height: 300px;
  }
}
.footer .btn--primary,
.footer .form__feedback input[type="submit"],
.form__feedback .footer input[type="submit"] {
  background-color: #e51b24;
}
.footer .btn--primary .icon,
.footer .form__feedback input[type="submit"] .icon,
.form__feedback .footer input[type="submit"] .icon {
  margin-left: 8px;
}
@media (max-width: 549.98px) {
  .footer .btn--primary,
  .footer .form__feedback input[type="submit"],
  .form__feedback .footer input[type="submit"] {
    width: 100%;
  }
}
.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  color: #abb2bf;
  background: #282c34;
  border-radius: 0.5em;
}
.hljs-comment,
.hljs-quote {
  color: #5c6370;
  font-style: italic;
}
.hljs-doctag,
.hljs-keyword,
.hljs-formula,
.hljs-function {
  color: #c678dd;
}
.hljs-section,
.hljs-name,
.hljs-selector-tag,
.hljs-deletion,
.hljs-subst {
  color: #e06c75;
}
.hljs-literal {
  color: #56b6c2;
}
.hljs-string,
.hljs-regexp,
.hljs-addition,
.hljs-attribute,
.hljs-meta-string {
  color: #98c379;
}
.hljs-built_in,
.hljs-class .hljs-title {
  color: #e6c07b;
}
.hljs-attr,
.hljs-variable,
.hljs-template-variable,
.hljs-type,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-params,
.hljs-number {
  color: #d19a66;
}
.hljs-symbol,
.hljs-bullet,
.hljs-link,
.hljs-meta,
.hljs-selector-id,
.hljs-title {
  color: #61aeee;
}
.hljs-emphasis {
  font-style: italic;
}
.hljs-strong {
  font-weight: bold;
}
.hljs-link {
  text-decoration: underline;
}
span.timeago {
  color: #7b93cf;
}
.form p.error--message {
  display: none;
}
.form input[type="checkbox"],
.form input[type="radio"] {
  margin-right: 0.5em;
}
.form .form-group--radio .option,
.form .form-group--multiselect .option {
  margin-top: 0.2em;
}
.form label.control--checkbox {
  line-height: 1.4em;
}
.form .form-group--checkbox .control--checkbox {
  margin-bottom: 0.7rem;
}
.form .form-group--checkbox-inline .control--checkbox {
  display: inline-block;
}
.form.stage-error p.error--message,
.form--error p.error--message {
  display: block;
  margin-top: 1em;
}
.form input,
.form textarea,
.form .dropdown--container .dropdown .dropdown__head {
  border-color: #b8b8b8;
}
.form__feedback {
  max-width: 1230px;
  margin: 0 auto;
}
.form__feedback .form__feedback__fieldset > * {
  display: block;
}
.form__feedback .form__feedback__fieldset .form__field {
  margin-top: 1.5em;
}
.form__feedback .form__feedback__fieldset .form__field input.stage-error,
.form__feedback .form__feedback__fieldset .form__field textarea.stage-error,
.form__feedback
  .form__feedback__fieldset
  .form__field
  .stage-error
  .dropdown--head {
  border: 1px solid #eb4950 !important;
}
.form__feedback .form__feedback__fieldset .form__field input {
  display: block;
}
@media (min-width: 1230px) {
  .form__feedback .form__feedback__fieldset .form__field.phone_number,
  .form__feedback .form__feedback__fieldset .form__field.email {
    display: inline-block;
  }
  .form__feedback .form__feedback__fieldset .form__field.phone_number {
    margin-right: 2em;
  }
}
.form__feedback .form__feedback__fieldset .form__field.name,
.form__feedback .form__feedback__fieldset .form__field #name {
  max-width: 510px;
  width: 100%;
}
.form__feedback .form__feedback__fieldset .form__field.phone_number,
.form__feedback .form__feedback__fieldset .form__field #phone_number {
  max-width: 242px;
  width: 100%;
}
.form__feedback .form__feedback__fieldset .form__field.email,
.form__feedback .form__feedback__fieldset .form__field #email {
  max-width: 508px;
  width: 100%;
}
.form__feedback .form__feedback__fieldset .form__field.free_feedback textarea {
  display: block;
  max-width: 790px;
  max-height: 250px;
  width: 100%;
  height: 250px;
  border: 1px solid #b8b8b8;
}
.form__feedback .form__feedback__fieldset .form__field.gdpr_approved {
  margin-bottom: 1.5em;
}
.form__feedback .form__feedback__fieldset .form__field.form_recaptcha {
  margin-bottom: 1.5em;
}
.form__feedback .dropdown--container .dropdown > input {
  height: 40px;
}
.form__feedback .dropdown--container .dropdown .dropdown__head {
  height: 40px;
}
.form__feedback input[type="submit"] {
  max-width: 375px;
  width: 100%;
}
.form .stage-error,
.form .error {
  border-color: #e51b24;
}
.form .stage-error .control--indicator,
.form .stage-error .dropdown .dropdown__head,
.form .stage-error .floating-label__container,
.form .error .control--indicator,
.form .error .dropdown .dropdown__head,
.form .error .floating-label__container {
  border-color: #e51b24;
}
.form .field-message {
  font-size: 12px;
}
.form .field-message--error {
  color: #e51b24;
}
.form .form-conditional--hidden {
  display: none;
}
.stage-form-ok .feedback--thank-you {
  max-width: 1230px;
  margin: 0 auto;
  padding: 1em;
}
.stage-form-ok .feedback--thank-you label {
  margin-top: 1em;
}
.stage-form-ok .feedback--thank-you > * {
  display: block;
}
.floating-label__container {
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
}
.floating-label__container--select {
  background-color: #fff;
}
.floating-label__container--select.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.floating-label__container--select.active select {
  font-weight: 700;
  background-color: #fafafa;
}
.floating-label__container--select.active .select__container {
  background-color: #fafafa;
}
.floating-label__container.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.floating-label__container.active input[type="text"],
.floating-label__container.active input[type="email"],
.floating-label__container.active input[type="number"] {
  font-weight: 700;
  background-color: #fafafa;
}
.floating-label__container input {
  background-color: #fff;
  border: 0 none !important;
  border-radius: 3px;
  outline: 0;
  padding-top: 17px;
  width: 100%;
}
.floating-label__container input[type="text"],
.floating-label__container input[type="email"],
.floating-label__container input[type="number"],
.floating-label__container .select {
  height: 44px;
}
.floating-label__container > label {
  font-size: 14px;
  pointer-events: none;
  color: #585858;
  padding-left: 10px;
  line-height: 1em;
  position: absolute;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: translate(0, 14px) scale(1);
  transform: translate(0, 14px) scale(1);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  z-index: 17;
}
.floating-label__container .select {
  border: 0 none;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  outline: none;
  height: 45px;
  margin-right: 0.5em;
  padding-top: 8px;
  font-size: 14px;
  padding-left: 0;
  width: 98%;
}
.floating-label__container .select__container {
  border: 0 none;
  border-radius: 3px;
}
.form-group--dropdown .floating-label__container {
  border: 0 none;
}
.form-group--dropdown .floating-label__container.active label {
  display: inline-block;
}
.form-group--dropdown .floating-label__container.active .dropdown__head {
  padding-top: 17px;
}
.form-group--dropdown .floating-label__container.active .dropdown__head .icon {
  position: relative;
  top: -5px;
}
.floating-label__container .dropdown--container .dropdown .dropdown__head {
  padding-left: 10px;
  min-height: 46px;
}
.floating-label__container.active > label {
  -webkit-transform: translate(0, 4px) scale(0.8);
  transform: translate(0, 4px) scale(0.8);
  padding-left: 12px;
}
.locations__container .locations__filters {
  background-color: #f5f5f5;
  padding: 1em 0;
  min-height: 90px;
}
@media (max-width: 549.98px) {
  .locations__container .locations__filters {
    padding: 0;
    min-height: unset;
  }
}
.locations__container .locations__filters--container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 1023.98px) {
  .locations__container .locations__filters--container {
    padding: 0;
  }
}
.locations__container .locations__filter--dropdowns {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 549.98px) {
  .locations__container .locations__filter--dropdowns {
    margin: 0;
    width: 100%;
  }
}
.locations__container
  .locations__filter--dropdowns
  .multiselect-container:not(:first-of-type) {
  margin-left: 1.5em;
}
.locations__container
  .locations__filter--dropdowns
  .multiselect-container
  .multiselect-inner-container {
  min-width: 200px;
}
@media (max-width: 1229.98px) {
  .locations__container .locations__filter--dropdowns .multiselect-container {
    margin: 0.5em 0 0.5em 1.5em;
  }
}
@media (max-width: 1023.98px) {
  .locations__container .locations__filter--dropdowns .multiselect-container {
    width: 45%;
    margin: 0 0.5em 0.5em;
  }
}
@media (max-width: 549.98px) {
  .locations__container .locations__filter--dropdowns .multiselect-container {
    width: 50%;
    margin: 0;
  }
}
.locations__container .location__snippet--container {
  margin: 0 auto;
  padding: 0;
}
.locations__container .location__snippet--container .location__snippet {
  max-height: 100%;
  display: -ms-flexbox;
  display: flex;
  padding: 2em 50px;
  border-bottom: 1px solid #d6d6d6;
}
@media (max-width: 1023.98px) {
  .locations__container .location__snippet--container .location__snippet {
    padding: 2em 1em;
  }
}
.locations__container
  .location__snippet--container
  .location__snippet
  .location__snippet-image {
  max-width: 375px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.locations__container
  .location__snippet--container
  .location__snippet
  .location__snippet-details {
  width: 100%;
  padding-left: 2em;
}
.locations__container
  .location__snippet--container
  .location__snippet
  .location__snippet-details
  .btn--mobile {
  display: none;
  font-size: 11px;
}
.locations__container
  .location__snippet--container
  .location__snippet
  .location__snippet-details
  .location__snippet-head
  h3,
.locations__container
  .location__snippet--container
  .location__snippet
  .location__snippet-details
  .location__snippet-head
  .heading-bar__icon,
.locations__container
  .location__snippet--container
  .location__snippet
  .location__snippet-details
  .location__snippet-head
  .heading-bar__text {
  margin: 0;
}
.locations__container
  .location__snippet--container
  .location__snippet
  .location__snippet-details
  .location__snippet-head
  .head__address {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.locations__container
  .location__snippet--container
  .location__snippet
  .location__snippet-details
  .location__snippet-head
  .head__address
  p:first-of-type {
  margin: 0;
}
.locations__container
  .location__snippet--container
  .location__snippet
  .location__snippet-details
  .location__snippet-head
  .head__address
  a:first-of-type {
  padding-left: 2em;
}
.locations__container
  .location__snippet--container
  .location__snippet
  .location__snippet-details
  .location__snippet-head
  .head__address
  .btn,
.locations__container
  .location__snippet--container
  .location__snippet
  .location__snippet-details
  .location__snippet-head
  .head__address
  .form__feedback
  input[type="submit"],
.form__feedback
  .locations__container
  .location__snippet--container
  .location__snippet
  .location__snippet-details
  .location__snippet-head
  .head__address
  input[type="submit"] {
  margin-left: auto;
  padding-left: 4em;
  padding-right: 4em;
}
.locations__container
  .location__snippet--container
  .location__snippet
  .location__snippet-details
  .time,
.locations__container
  .location__snippet--container
  .location__snippet
  .location__snippet-details
  .services {
  padding-top: 2em;
}
.locations__container
  .location__snippet--container
  .location__snippet-dropdown--mobile {
  width: 100%;
  display: none;
}
.locations__container
  .location__snippet--container
  .location__snippet-dropdown--mobile
  .location__snippet-dropdown {
  display: none;
  padding: 0 1em 1em;
}
.locations__container
  .location__snippet--container
  .location__snippet-dropdown--mobile
  .location__snippet-dropdown
  p {
  margin: 0;
}
.locations__container
  .location__snippet--container
  .location__snippet-dropdown--mobile
  .location__snippet-dropdown-title {
  display: -ms-flexbox;
  display: flex;
  padding: 0.5em 0 0.5em 0;
  margin: 0;
}
.locations__container
  .location__snippet--container
  .location__snippet-dropdown--mobile
  .location__snippet-dropdown-title
  span.title {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.locations__container
  .location__snippet--container
  .location__snippet-dropdown--mobile
  .location__snippet-dropdown-title
  span.title
  p {
  margin: 0;
}
.locations__container
  .location__snippet--container
  .location__snippet-dropdown--mobile
  .location__snippet-dropdown-title
  span.title
  .icon-icon-dropdown-arrow-up {
  display: none;
}
@media (max-width: breakpoints(sm)) {
  .locations__container .location__snippet--container .location__snippet {
    padding: 1em;
  }
}
@media (max-width: 1229.98px) {
  .locations__container .location__snippet--container .location__snippet {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 1679.98px) {
  .locations__container
    .location__snippet--container
    .location__snippet
    .location__snippet-image {
    max-width: 250px;
  }
}
@media (max-width: 1229.98px) {
  .locations__container
    .location__snippet--container
    .location__snippet
    .location__snippet-image {
    max-width: 400px;
    margin: 0 0 2em 0;
  }
}
@media (max-width: 1023.98px) {
  .locations__container
    .location__snippet--container
    .location__snippet
    .location__snippet-image {
    display: none;
  }
}
@media (max-width: 1229.98px) {
  .locations__container
    .location__snippet--container
    .location__snippet
    .location__snippet-details {
    padding-left: 0;
  }
}
@media (max-width: 1229.98px) {
  .locations__container
    .location__snippet--container
    .location__snippet
    .location__snippet-details
    .btn--mobile {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 1em;
    width: 100%;
  }
}
@media (max-width: 1229.98px) {
  .locations__container
    .location__snippet--container
    .location__snippet
    .location__snippet-details
    .location__snippet-head
    .head__address {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 1023.98px) {
  .locations__container
    .location__snippet--container
    .location__snippet
    .location__snippet-details
    .location__snippet-head
    .head__address {
    display: block;
  }
  .locations__container
    .location__snippet--container
    .location__snippet
    .location__snippet-details
    .location__snippet-head
    .head__address
    a:first-of-type {
    padding-left: 0;
  }
}
@media (max-width: 1229.98px) {
  .locations__container
    .location__snippet--container
    .location__snippet
    .location__snippet-details
    .location__snippet-head
    .head__address
    .btn,
  .locations__container
    .location__snippet--container
    .location__snippet
    .location__snippet-details
    .location__snippet-head
    .head__address
    .form__feedback
    input[type="submit"],
  .form__feedback
    .locations__container
    .location__snippet--container
    .location__snippet
    .location__snippet-details
    .location__snippet-head
    .head__address
    input[type="submit"] {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .locations__container
    .location__snippet--container
    .location__snippet
    .location__snippet-details
    .time {
    padding-top: 0.5em;
  }
}
@media (max-width: 1023.98px) {
  .locations__container
    .location__snippet--container
    .location__snippet
    .location__snippet-details
    .location__snippet-services,
  .locations__container
    .location__snippet--container
    .location__snippet
    .location__snippet-details
    .location__snippet-brands,
  .locations__container
    .location__snippet--container
    .location__snippet
    .location__snippet-details
    .location__snippet-times {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .locations__container
    .location__snippet--container
    .location__snippet-dropdown--mobile {
    display: block;
  }
}
.locations__container
  .location__snippet--container
  .location__snippet-dropdown--mobile
  .opening-exceptions
  h4 {
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}
.extranet-own-information-form .row {
  margin-top: 1em;
}
.extranet-own-information-form h3,
.extranet-own-information-form .heading-bar__icon,
.extranet-own-information-form .heading-bar__text {
  margin-bottom: 0;
}
.product-finder {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid #ccc;
  background-color: #fff;
}
@media (max-width: 1023.98px) {
  .product-finder {
    padding-left: 0;
    padding-right: 0;
  }
  .product-finder:not(.criteria-expanded) {
    background-color: #fff;
  }
}
.product-finder-criteria-results {
  display: -ms-flexbox;
  display: flex;
  grid-gap: 50px;
  gap: 50px;
  margin-left: 0;
  margin-right: 0;
  background-color: #fff;
}
@media (max-width: 1023.98px) {
  .product-finder-criteria-results {
    grid-gap: 0;
    gap: 0;
  }
}
.product-finder__search-criterias {
  padding-left: 0;
  padding-right: 0;
  background-color: #fff;
  z-index: 25;
}
@media (max-width: 1023.98px) {
  .product-finder__search-criterias {
    z-index: 0;
  }
}
.product-finder__search-criterias .tabs {
  background-color: transparent;
}
@media (max-width: 1023.98px) {
  .product-finder__search-criterias {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 15px;
  }
  .product-finder__search-criterias .tabs__header-tab {
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-flex: none;
    flex: none;
    padding: 0;
  }
  .product-finder__search-criterias .tabs__header-tab--active {
    background-color: #000;
    color: #fff;
    border: 0;
  }
  .product-finder__search-criterias .tabs__header-tab--active h4 {
    color: inherit;
  }
  .product-finder__search-criterias .tabs__header-tab--active svg path {
    fill: #fff;
  }
}
@media (min-width: 1024px) {
  .product-finder__search-criterias {
    max-width: 360px;
  }
}
@media (min-width: 1024px) and (max-width: 1100px) {
  .product-finder__search-criterias {
    max-width: 290px;
  }
}
.product-finder__search-results {
  padding-left: 0;
  padding-right: 0;
  background-color: #fff;
}
@media (max-width: 1023.98px) {
  .product-finder__search-results {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.product-finder .list-details {
  max-width: 1230px;
}
.product-finder .list-details a {
  color: #e51b24;
  text-decoration: underline;
}
.product-finder.no-details-text .list-details__text {
  display: none;
}
.product-finder .search-result-rows {
  margin: 0;
}
.product-finder .search-criteria.show {
  position: static;
  top: auto;
}
@media (max-width: 1023.98px) {
  .product-finder .search-criteria.show {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    padding-top: 0;
  }
}
.product-finder .search-criteria.show .search-criteria__mobile-bg {
  display: none;
}
@media (max-width: 1023.98px) {
  .product-finder .search-criteria.show .search-criteria__mobile-bg {
    display: block;
    background-color: #fff;
    left: 0;
    top: 0;
    position: fixed;
    width: 100vw;
    height: 100%;
    overflow: hidden;
  }
}
.product-finder .search-criteria.show .search-criteria__advanced-filters {
  z-index: 1;
}
@media (max-width: 1023.98px) {
  .product-finder .search-criteria.show .search-criterias-advanced-filter-link {
    padding-bottom: 100px;
  }
}
@media (max-width: 1023.98px) {
  .product-finder .search-criteria.show > form {
    padding-top: 16px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 100px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .product-finder .search-criteria.show > form .multiselect-list {
    max-height: 50vh;
    padding-bottom: 100px;
    background-color: transparent;
    border: solid #ccc;
    border-width: 1px 0 0;
  }
  .product-finder .search-criteria.show > form .multiselect-list > li {
    background-color: #fff;
    border: solid #ccc;
    border-width: 0 1px;
  }
  .product-finder
    .search-criteria.show
    > form
    .multiselect-list
    > li:last-child {
    border-bottom-width: 1px;
  }
}
.no-scroll-on-mobile {
  overflow: auto;
}
@media (max-width: 1023.98px) {
  .no-scroll-on-mobile {
    overflow: hidden;
  }
}
.no-show-on-mobile {
  display: block;
}
@media (max-width: 1023.98px) {
  .no-show-on-mobile {
    display: none;
  }
}
.collapsing {
  -webkit-transition: none !important;
  transition: none !important;
}
.search-criteria__mobile-heading {
  display: none;
  padding-bottom: 24px;
}
@media (max-width: 1023.98px) {
  .search-criteria__mobile-heading {
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    min-width: 100%;
  }
}
.search-criteria__mobile-heading__title {
  font-size: 18px;
  font-weight: bold;
  width: 100%;
}
.search-criteria__mobile-heading svg > path {
  fill: #000;
}
.search-criteria__close-button {
  min-width: 0;
  height: 24px;
  width: 24px;
  background-color: #fff;
}
.search-criteria__mobile-bg {
  display: none;
}
.mobile-search-button-spacing {
  padding-bottom: 24px;
  background-color: #fff;
}
@media (max-width: 1229.98px) {
  .product-finder + .hero-lander {
    z-index: -1;
  }
}
@media (max-width: 1023.98px) {
  #advanced-filters > div > div:last-child {
    padding-bottom: 100px;
  }
}
.brand-representation {
  -webkit-box-shadow: inset 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  padding: 60px 0 70px;
}
@media (max-width: 1023.98px) {
  .brand-representation {
    padding: 40px 0 50px;
  }
}
.brand-representation__groups {
  margin-top: 40px;
}
.brand-representation__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1em;
}
.brand-representation__logo {
  margin-right: 1em;
  width: 100px;
  min-height: 50px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1023.98px) {
  .brand-representation__logo {
    -ms-flex-pack: left;
    justify-content: left;
    width: 70px;
  }
}
.brand-representation__logo img {
  max-width: 70px;
  height: auto;
}
.brand-representation__link {
  -ms-flex-item-align: center;
  align-self: center;
}
@media (min-width: 1024px) {
  .brand-representation {
    padding: 90px 0 150px;
  }
  .brand-representation h2 {
    text-align: center;
  }
  .brand-representation__groups {
    margin-top: 90px;
  }
  .brand-representation__groups [class^="col-"]:first-child {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.campaign p.label {
  font-weight: 700;
  min-width: 80px;
}
.campaign__filters {
  padding: 25px;
  text-align: right;
  background-color: #f5f5f5;
}
@media (min-width: 1230px) and (max-width: 1679.98px) {
  .campaign__filters .container--wide {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1229.98px) {
  .campaign__filters {
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
  }
  .campaign__filters .label {
    display: block;
    margin-right: 0;
  }
}
@media (max-width: 549.98px) {
  .campaign__filters {
    text-align: left;
  }
}
.campaign .price {
  white-space: nowrap;
}
.campaign .loading-container {
  position: relative;
}
.campaign .loading {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  padding-top: 35vh;
}
a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}
.campaign-banner {
  margin: 1rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: row;
  flex-direction: row;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.campaign-banner__text {
  margin: 1rem;
  text-align: center;
}
.campaign-banner .btn,
.campaign-banner .form__feedback input[type="submit"],
.form__feedback .campaign-banner input[type="submit"] {
  border-top: none;
  margin-left: 1.5rem;
}
.campaign-banner .btn:hover,
.campaign-banner .form__feedback input[type="submit"]:hover,
.form__feedback .campaign-banner input[type="submit"]:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgba(0, 0, 0, 0.3))
  );
  background-image: linear-gradient(rgba(0, 0, 0, 0.3) 0 0);
}
.campaign-banner h1,
.campaign-banner h2 {
  color: #fff;
  margin: 0;
}
@media (max-width: 1229.98px) {
  .campaign-banner {
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .campaign-banner .btn,
  .campaign-banner .form__feedback input[type="submit"],
  .form__feedback .campaign-banner input[type="submit"] {
    margin-top: 1rem;
    margin-left: 0;
  }
}
.hero-lander {
  background-color: #e51b24;
  position: relative;
}
@media (min-width: 1230px) {
  .hero-lander__top-bar {
    position: absolute;
    z-index: 1;
    top: 2em;
  }
}
.hero-lander__top-bar--image {
  max-width: 50px;
}
.hero-lander__top-bar--text {
  background-color: #000;
  color: #fff;
}
@media (max-width: 1229.98px) {
  .hero-lander__top-bar--text {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.hero-lander .bread-crumb {
  color: #fff;
}
.hero-lander__image picture {
  min-height: 100%;
  position: relative;
  display: block;
}
.hero-lander__image picture img {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: center;";
}
.hero-lander__content h1 {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #fff;
}
.hero-lander__content a {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}
.hero-lander__content__editor-content > * {
  color: #fff;
}
@media (max-width: 1023.98px) {
  .hero-lander__content:not(.open)
    .hero-lander__content__editor-content
    :first-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .hero-lander__content:not(.open)
    .hero-lander__content__editor-content
    :not(:first-child) {
    display: none;
  }
  .hero-lander__content:not(.open)
    .hero-lander__content__toggle
    .content__toggle__close {
    display: none;
  }
  .hero-lander__content.open
    .hero-lander__content__toggle
    .content__toggle__open {
    display: none;
  }
  .hero-lander__content.open .hero-lander__content__toggle .icon svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.hero-lander__content .hero-lander__content__toggle {
  color: #fff;
}
.hero-lander__content .hero-lander__content__toggle .icon {
  margin-left: 5px;
}
.hero-lander__content .hero-lander__content__toggle .icon svg {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.content-spotlight p,
.content-spotlight .p,
.content-spotlight span {
  line-height: 1.5;
}
.content-spotlight .campaign-spotlight {
  margin-bottom: 15px;
  border: 1px solid transparent;
  padding: 1em;
}
.content-spotlight .campaign-spotlight:hover {
  border-color: #e51b24;
}
.content-spotlight .campaign-spotlight picture {
  position: relative;
  display: block;
  padding-bottom: 62%;
}
.content-spotlight .campaign-spotlight picture img {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: center;";
  pointer-events: none;
}
.content-spotlight .campaign-spotlight__heading {
  line-height: 1rem;
}
.content-spotlight .campaign-spotlight__excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.content-spotlight__news--list
  article:not(:last-of-type)
  .news-spotlight__content {
  border-bottom: 1px solid #d6d6d6;
}
.content-spotlight .news-spotlight {
  background-color: #f5f5f5;
}
.content-spotlight .news-spotlight__content {
  height: 100%;
}
@media (min-width: 770px) and (max-width: 1229.98px) {
  .content-spotlight__news--list {
    background-color: #f5f5f5;
  }
  .content-spotlight__news--list article:not(:last-of-type) {
    border-right: 1px solid #d6d6d6;
  }
  .content-spotlight__news--list .news-spotlight {
    height: 100%;
  }
  .content-spotlight__news--list .news-spotlight__content {
    border-bottom: 0 !important;
  }
}
@media (max-width: 769.98px) {
  .campaign-spotlight:nth-child(1n + 4) {
    display: none;
  }
}
.popular-searches {
  border-top: 1px solid #d6d6d6;
  margin-top: -1px;
  position: relative;
  padding-top: 3rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #ccc;
}
.popular-searches__link {
  font-size: 14px;
  color: #585858;
  border: none;
}
@media (max-width: 1023.98px) {
  .popular-searches__link {
    font-size: 12px;
  }
}
.popular-searches__cols {
  line-height: 1.3em;
}
.popular-searches__cols li {
  page-break-inside: avoid;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 0.2em;
}
@media (min-width: 320px) {
  .popular-searches__cols {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    grid-column-gap: 30px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
@media (min-width: 770px) {
  .popular-searches__cols {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    line-height: 1.8em;
  }
}
@media (min-width: 1230px) {
  .popular-searches__cols {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
}
@media (min-width: 1680px) {
  .popular-searches__cols {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
  }
}
.popular-searches--inline {
  background-color: #fff;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
}
.popular-searches--inline .popular-searches__heading h2 {
  font-size: 18px;
  margin-bottom: 0.5em;
}
.popular-searches--inline li {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 10px 12px;
  margin: 12px;
}
.popular-searches--inline li:first-child {
  margin-left: 0px;
}
.popular-searches > .container {
  max-width: 1900px;
}
@media (max-width: 1919.98px) {
  .popular-searches > .container {
    max-width: 1850px;
  }
}
@media (max-width: 1679.98px) {
  .popular-searches > .container {
    max-width: 1600px;
  }
}
@media (max-width: 1229.98px) {
  .popular-searches > .container {
    max-width: 1100px;
  }
}
@media (max-width: 1023.98px) {
  .popular-searches > .container {
    max-width: 100%;
  }
}
.details--recommend {
  margin-top: 2em;
  position: relative;
}
.details--recommend .recommend--container {
  width: 100%;
  border: 1px solid #d6d6d6;
  background-color: #f5f5f5;
  padding-bottom: 1rem;
}
.details--recommend .recommend--container ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -ms-flex-align: center;
  align-items: center;
}
.details--recommend .recommend--container ul:first-of-type {
  margin-top: 2.5rem;
}
.home-delivery {
  background-color: #e51b24;
  padding: 1.5em 0;
  z-index: 1;
}
.home-delivery .cta-link {
  font-weight: 600;
  text-decoration: underline;
}
.home-delivery__elements-container {
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 549.98px) {
  .home-delivery__elements-container {
    display: block;
  }
}
.home-delivery h3,
.home-delivery .heading-bar__icon,
.home-delivery .heading-bar__text {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  font-weight: 600;
}
.home-delivery p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
.home-delivery img {
  height: auto;
  min-width: 60px;
  max-width: 80px;
}
@media (max-width: 549.98px) {
  .home-delivery img {
    float: left;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding-right: 1em;
  }
}
.red-box {
  margin: auto;
  max-width: 400px;
  min-height: 40px;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 23;
  top: 20px;
}
@media print {
  .red-box {
    margin: 0;
    top: 0;
  }
}
.red-box__text-container {
  min-height: 40px;
  width: 350px;
  margin: auto;
  background-color: #e51b24;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
}
@media print {
  .red-box__text-container {
    background-color: transparent;
  }
}
.red-box__text-container h4 {
  color: #fff;
  margin: auto;
}
@media print {
  .red-box__text-container h4 {
    color: #000;
    margin: 0;
    font-weight: 700;
  }
}
.red-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-left: 25px solid transparent;
  border-top: 40px solid #e51b24;
  width: 0;
}
@media print {
  .red-box::after {
    display: none;
  }
}
.red-box::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-left: 25px solid #e51b24;
  border-top: 40px solid transparent;
  width: 0;
}
@media print {
  .red-box::before {
    display: none;
  }
}
.red-box__container {
  padding: 2.5em 2em 2em;
  width: 100%;
  border: 1px solid #d6d6d6;
  background-color: #f5f5f5;
}
@media print {
  .red-box__container {
    border: 0 none;
    background-color: transparent;
  }
}
.red-box__container ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -ms-flex-align: center;
  align-items: center;
}
.red-box__container ul:first-of-type {
  margin-top: 2.5rem;
}
.info-bar {
  padding: 2em 2em 1.9em;
  background-color: #f5f5f5;
}
@media print {
  .info-bar {
    padding-left: 25px;
    padding-bottom: 0;
    background-color: transparent;
    max-width: 1000px;
  }
}
@media print and (max-width: 1023.98px) {
  .info-bar {
    width: 640px;
    padding-right: 25px;
  }
}
.info-bar p,
.info-bar span {
  font-size: 14px;
}
.info-bar h1 {
  font-size: 24px;
  margin-bottom: 0.2em;
}
.info-bar__prices {
  text-align: end;
}
.info-bar .price-original {
  color: #585858;
  text-decoration: line-through;
  padding-right: 1rem;
}
.info-bar .price {
  font-size: 24px;
}
@media print {
  .info-bar .price {
    font-size: 18px;
  }
}
.info-bar .price-separator {
  color: #585858;
}
.info-bar .campaign-label {
  font-size: 24px;
}
@media print {
  .info-bar .campaign-label {
    font-size: 18px;
  }
}
.info-bar .monthly-price {
  color: #585858;
  font-size: 16px;
}
@media print {
  .info-bar .monthly-price {
    font-size: 18px;
  }
}
.info-bar .leasing-price {
  color: #585858;
  font-size: 13px;
}
@media print {
  .info-bar .leasing-price {
    font-size: 18px;
  }
}
.info-bar .btn,
.info-bar .form__feedback input[type="submit"],
.form__feedback .info-bar input[type="submit"] {
  height: 45px;
}
@media (min-width: 1680px) {
  .info-bar__button-row .btn,
  .info-bar__button-row .form__feedback input[type="submit"],
  .form__feedback .info-bar__button-row input[type="submit"] {
    min-width: 200px;
    margin-left: 1.9em;
  }
}
@media (max-width: 1679.98px) {
  .info-bar__button-row .btn,
  .info-bar__button-row .form__feedback input[type="submit"],
  .form__feedback .info-bar__button-row input[type="submit"] {
    margin-top: 1.2em;
  }
}
@media (max-width: 1023.98px) {
  .info-bar__button-row .btn,
  .info-bar__button-row .form__feedback input[type="submit"],
  .form__feedback .info-bar__button-row input[type="submit"] {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 1679.98px) {
  .info-bar__prices {
    text-align: right;
  }
}
@media (max-width: 1023.98px) {
  .info-bar__prices {
    text-align: left;
  }
}
.info-bar .info-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.info-bar .info-container .card__red-label {
  margin-right: 40px;
}
.info-bar .info-container .card__red-label .availability {
  font-size: 12px;
}
.car-card__button-row {
  z-index: 2;
  position: relative;
  -webkit-box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 1023.98px) {
  .car-card__button-row {
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
  }
}
.car-card__button-row .button-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  border-top: solid 1px #b8b8b8;
  border-bottom: solid 1px #b8b8b8;
}
.car-card__button-row .button-row.button-row--fourbuttons .button-row__button {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}
@media only screen and (max-width: 1400px) {
  .car-card__button-row
    .button-row.button-row--fourbuttons
    .button-row__button {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    border: solid 1px #b8b8b8;
  }
}
@media (max-width: 1023.98px) {
  .car-card__button-row
    .button-row.button-row--fourbuttons
    .button-row__button {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border: 0;
  }
  .car-card__button-row
    .button-row.button-row--fourbuttons
    .button-row__button:nth-child(n + 2) {
    border-top: solid 1px #b8b8b8;
  }
}
.car-card__button-row .button-row__button {
  min-width: 160px;
  height: 40px;
  font-size: 12px;
  letter-spacing: 1px;
  border: 0;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: normal;
  color: #000;
  font-weight: 600;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
}
@media (max-width: 1023.98px) {
  .car-card__button-row .button-row__button {
    -ms-flex-pack: initial;
    justify-content: initial;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.car-card__button-row .button-row__button:hover {
  background-color: #f5f5f5;
}
.car-card__button-row .button-row__button:nth-child(n + 2) {
  border-left: solid 1px #b8b8b8;
}
@media (max-width: 1023.98px) {
  .car-card__button-row .button-row__button:nth-child(n + 2) {
    border-left: 0;
    border-top: solid 1px #b8b8b8;
  }
}
.car-card__button-row .button-row__button .icon {
  margin-top: 7px;
  font-size: 55px;
}
.car-card__button-row .button-row__button .icon svg {
  width: 1em;
  height: 1em;
}
.product-page__vehicle-sellers .red-box__container {
  padding: 4em 2em 1em;
}
@media print {
  .product-page__vehicle-sellers .red-box__container {
    padding: 25px;
  }
}
@media print and (max-width: 1023.98px) {
  .product-page__vehicle-sellers .red-box__container {
    width: 750px;
  }
}
.product-page__vehicle-sellers .contact {
  margin-bottom: 50px;
}
@media print {
  .product-page__vehicle-sellers .contact {
    margin-bottom: 25px;
  }
  .product-page__vehicle-sellers .contact p {
    margin-bottom: 0;
  }
}
.product-page__head {
  position: relative;
}
.product-page__view-count {
  position: absolute;
  left: 52px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  top: 5em;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 1023.98px) {
  .product-page__view-count {
    left: 4vw;
  }
}
@media (max-width: 1023.98px) {
  .product-page__view-count {
    top: 8vw;
  }
}
@media (max-width: 549.98px) {
  .product-page__view-count {
    top: 13vw;
  }
}
.product-page__view-count .view-count__views {
  background-color: #e51b24;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5em 1em;
  padding-left: 50px;
  margin: 0.2em 0;
  margin-left: -40px;
  border-radius: 2em;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  max-width: 800px;
  -webkit-transition: max-width 1s, padding 1s;
  transition: max-width 1s, padding 1s;
}
@media (max-width: 1023.98px) {
  .product-page__view-count .view-count__views {
    font-size: 11px;
    padding: 0 1em;
    padding-left: 20px;
    margin-left: -15px;
  }
}
.product-page__view-count:not(.active) .view-count__views {
  padding: 0;
  max-width: 0;
}
.product-page__view-count .view-count__icon {
  background-color: #fff;
  width: 50px;
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
}
.product-page__view-count .view-count__icon .icon {
  font-size: 1.5em;
}
@media (max-width: 1023.98px) {
  .product-page__view-count .view-count__icon {
    width: 26px;
    height: 26px;
  }
  .product-page__view-count .view-count__icon svg {
    width: 18px;
    height: 18px;
  }
}
.product-actions {
  text-align: center;
}
@media print {
  .product-actions {
    display: none;
  }
}
.product-actions a,
.product-actions button {
  display: inline-block;
  color: #585858;
  font-size: 12px;
  background-color: transparent;
  text-transform: none;
  padding: 0.1em 0.5em;
  margin: 0 0.5em;
  min-width: 0;
  height: auto;
}
@media (max-width: 1679.98px) {
  .product-actions a,
  .product-actions button {
    margin: 0;
  }
}
@media (max-width: 1229.98px) {
  .product-actions a,
  .product-actions button {
    margin: 0 0.5em;
  }
  .product-actions a > span,
  .product-actions button > span {
    display: none;
  }
}
.product-actions a:hover,
.product-actions button:hover {
  color: #000;
}
.product-actions a:hover svg path,
.product-actions button:hover svg path {
  fill: #000;
}
.product-actions a:hover .icon-icon-contact path,
.product-actions a:hover .icon-icon-like path,
.product-actions button:hover .icon-icon-contact path,
.product-actions button:hover .icon-icon-like path {
  stroke: #000;
}
.product-actions a.active .icon-icon-like path,
.product-actions button.active .icon-icon-like path {
  fill: #e51b24;
  stroke: #e51b24;
}
.product-actions a:focus,
.product-actions button:focus {
  outline: 2px auto #7b93cf;
}
.product-actions .icon {
  margin-right: 0.3em;
  display: inline-block;
  vertical-align: sub;
}
.product-actions .icon svg {
  height: 2em;
  display: block;
}
@media (max-width: 1679.98px) {
  .product-actions .icon svg {
    height: 1.5em;
  }
}
.whatsapp-cta {
  background-color: #25d366;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 30px;
}
.whatsapp-cta:hover {
  -webkit-filter: brightness(0.95);
  filter: brightness(0.95);
}
.whatsapp-cta a {
  font-size: 12px;
  letter-spacing: 1px;
  white-space: normal;
  font-weight: 600;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 100;
  flex: 100;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.whatsapp-cta a,
.whatsapp-cta a:focus,
.whatsapp-cta a:hover {
  color: #fff;
}
.whatsapp-cta .icon {
  margin-right: 0.5em;
  font-size: 2em;
}
.whatsapp-cta .icon svg {
  fill: #fff;
  width: 1em;
  height: 1em;
}
.vehicle-image-carousel--main {
  background-color: #fff;
}
@media (min-width: 550px) {
  .vehicle-image-carousel--main .vehicle-image-carousel__slide {
    width: calc(100% / 1.5);
  }
}
@media (min-width: 770px) {
  .vehicle-image-carousel--main .vehicle-image-carousel__slide {
    width: calc(100% / 1.75);
  }
}
@media (min-width: 1024px) {
  .vehicle-image-carousel--main .vehicle-image-carousel__slide {
    width: calc(100% / 2);
  }
}
@media (min-width: 1230px) {
  .vehicle-image-carousel--main .vehicle-image-carousel__slide {
    width: calc(100% / 2.25);
  }
}
@media (min-width: 1680px) {
  .vehicle-image-carousel--main .vehicle-image-carousel__slide {
    width: calc(100% / 2.5);
  }
}
@media (min-width: 1920px) {
  .vehicle-image-carousel--main .vehicle-image-carousel__slide {
    width: calc(100% / 2.75);
  }
}
@media (min-width: 2500px) {
  .vehicle-image-carousel--main .vehicle-image-carousel__slide {
    width: calc(100% / 3);
  }
}
@media (min-width: 1024px) {
  .vehicle-image-carousel--main .vehicle-image-carousel__slide::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    background: no-repeat
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25'%3E%3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Cpath fill-rule='nonzero' d='M24.1609824,21.5906652 L19.3875361,16.7437811 C19.2773796,16.6336247 19.1672231,16.560187 19.0570667,16.4867494 C20.2320689,14.7976838 20.9297264,12.7047111 20.9297264,10.501582 C20.9297264,4.70000874 16.2664365,0 10.4648632,0 C4.66328992,0 0,4.73672756 0,10.501582 C0,16.2664365 4.70000874,20.9664452 10.4648632,20.9664452 C12.7414299,20.9664452 14.7976838,20.2687877 16.5234682,19.0203479 C16.5969059,19.1305043 16.6703435,19.2406608 16.7805,19.3140984 L21.5539463,24.1609824 C21.9211345,24.5281706 22.3984792,24.7117647 22.8758238,24.7117647 C23.1328555,24.7117647 23.3898872,24.6383271 23.646919,24.5281706 C23.8305131,24.454733 24.0141072,24.3078577 24.1609824,24.1609824 C24.3812953,23.9406695 24.5648894,23.646919 24.6383271,23.3531684 C24.8219212,22.7656673 24.6383271,22.1047286 24.1609824,21.5906652 Z M16.2664365,17.8820645 C14.6875273,19.1305043 12.6679923,19.8648807 10.4648632,19.8648807 C5.28750983,19.8648807 1.10156455,15.6789354 1.10156455,10.501582 C1.10156455,5.32422865 5.32422865,1.13828337 10.4648632,1.13828337 C15.6054978,1.13828337 19.8281619,5.32422865 19.8281619,10.501582 C19.8281619,12.6679923 19.0937855,14.6508085 17.8820645,16.2297177 C17.4047199,16.8539376 16.8539376,17.4047199 16.2664365,17.8820645 Z'/%3E%3Cpath fill-rule='nonzero' d='M14.4568212,14.501169 C14.3653926,14.5939226 14.2511069,14.6287052 14.1368212,14.6287052 C14.0225354,14.6287052 13.9082497,14.5823284 13.8168212,14.501169 L10.6968212,11.3359516 L7.57682115,14.501169 C7.48539258,14.5939226 7.37110687,14.6402994 7.25682115,14.6402994 C7.14253544,14.6402994 7.02824973,14.5939226 6.93682115,14.5127632 C6.76539258,14.3388501 6.76539258,14.0489951 6.93682115,13.875082 L10.0682497,10.6982704 L6.93682115,7.53305304 C6.76539258,7.35914 6.76539258,7.06928492 6.93682115,6.89537188 C7.10824973,6.72145884 7.39396401,6.72145884 7.56539258,6.89537188 L10.6968212,10.0605893 L13.8168212,6.88377768 C13.9882497,6.70986463 14.273964,6.70986463 14.4453926,6.88377768 C14.6168212,7.05769072 14.6168212,7.34754579 14.4453926,7.52145884 L11.3253926,10.6982704 L14.4568212,13.8634878 C14.6282497,14.0374009 14.6282497,14.3272559 14.4568212,14.501169 Z' transform='rotate(-45 10.697 10.697)'/%3E%3C/g%3E%3C/svg%3E");
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
  }
  .vehicle-image-carousel--main
    .vehicle-image-carousel__slide.swiper-slide-active {
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25'%3E%3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Cpath fill-rule='nonzero' d='M24.1609824,21.5906652 L19.3875361,16.7437811 C19.2773796,16.6336247 19.1672231,16.560187 19.0570667,16.4867494 C20.2320689,14.7976838 20.9297264,12.7047111 20.9297264,10.501582 C20.9297264,4.70000874 16.2664365,0 10.4648632,0 C4.66328992,0 0,4.73672756 0,10.501582 C0,16.2664365 4.70000874,20.9664452 10.4648632,20.9664452 C12.7414299,20.9664452 14.7976838,20.2687877 16.5234682,19.0203479 C16.5969059,19.1305043 16.6703435,19.2406608 16.7805,19.3140984 L21.5539463,24.1609824 C21.9211345,24.5281706 22.3984792,24.7117647 22.8758238,24.7117647 C23.1328555,24.7117647 23.3898872,24.6383271 23.646919,24.5281706 C23.8305131,24.454733 24.0141072,24.3078577 24.1609824,24.1609824 C24.3812953,23.9406695 24.5648894,23.646919 24.6383271,23.3531684 C24.8219212,22.7656673 24.6383271,22.1047286 24.1609824,21.5906652 Z M16.2664365,17.8820645 C14.6875273,19.1305043 12.6679923,19.8648807 10.4648632,19.8648807 C5.28750983,19.8648807 1.10156455,15.6789354 1.10156455,10.501582 C1.10156455,5.32422865 5.32422865,1.13828337 10.4648632,1.13828337 C15.6054978,1.13828337 19.8281619,5.32422865 19.8281619,10.501582 C19.8281619,12.6679923 19.0937855,14.6508085 17.8820645,16.2297177 C17.4047199,16.8539376 16.8539376,17.4047199 16.2664365,17.8820645 Z'/%3E%3Cpath fill-rule='nonzero' d='M14.4568212,14.501169 C14.3653926,14.5939226 14.2511069,14.6287052 14.1368212,14.6287052 C14.0225354,14.6287052 13.9082497,14.5823284 13.8168212,14.501169 L10.6968212,11.3359516 L7.57682115,14.501169 C7.48539258,14.5939226 7.37110687,14.6402994 7.25682115,14.6402994 C7.14253544,14.6402994 7.02824973,14.5939226 6.93682115,14.5127632 C6.76539258,14.3388501 6.76539258,14.0489951 6.93682115,13.875082 L10.0682497,10.6982704 L6.93682115,7.53305304 C6.76539258,7.35914 6.76539258,7.06928492 6.93682115,6.89537188 C7.10824973,6.72145884 7.39396401,6.72145884 7.56539258,6.89537188 L10.6968212,10.0605893 L13.8168212,6.88377768 C13.9882497,6.70986463 14.273964,6.70986463 14.4453926,6.88377768 C14.6168212,7.05769072 14.6168212,7.34754579 14.4453926,7.52145884 L11.3253926,10.6982704 L14.4568212,13.8634878 C14.6282497,14.0374009 14.6282497,14.3272559 14.4568212,14.501169 Z' transform='rotate(-45 10.697 10.697)'/%3E%3C/g%3E%3C/svg%3E")
        25 25,
      -webkit-zoom-in;
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25'%3E%3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Cpath fill-rule='nonzero' d='M24.1609824,21.5906652 L19.3875361,16.7437811 C19.2773796,16.6336247 19.1672231,16.560187 19.0570667,16.4867494 C20.2320689,14.7976838 20.9297264,12.7047111 20.9297264,10.501582 C20.9297264,4.70000874 16.2664365,0 10.4648632,0 C4.66328992,0 0,4.73672756 0,10.501582 C0,16.2664365 4.70000874,20.9664452 10.4648632,20.9664452 C12.7414299,20.9664452 14.7976838,20.2687877 16.5234682,19.0203479 C16.5969059,19.1305043 16.6703435,19.2406608 16.7805,19.3140984 L21.5539463,24.1609824 C21.9211345,24.5281706 22.3984792,24.7117647 22.8758238,24.7117647 C23.1328555,24.7117647 23.3898872,24.6383271 23.646919,24.5281706 C23.8305131,24.454733 24.0141072,24.3078577 24.1609824,24.1609824 C24.3812953,23.9406695 24.5648894,23.646919 24.6383271,23.3531684 C24.8219212,22.7656673 24.6383271,22.1047286 24.1609824,21.5906652 Z M16.2664365,17.8820645 C14.6875273,19.1305043 12.6679923,19.8648807 10.4648632,19.8648807 C5.28750983,19.8648807 1.10156455,15.6789354 1.10156455,10.501582 C1.10156455,5.32422865 5.32422865,1.13828337 10.4648632,1.13828337 C15.6054978,1.13828337 19.8281619,5.32422865 19.8281619,10.501582 C19.8281619,12.6679923 19.0937855,14.6508085 17.8820645,16.2297177 C17.4047199,16.8539376 16.8539376,17.4047199 16.2664365,17.8820645 Z'/%3E%3Cpath fill-rule='nonzero' d='M14.4568212,14.501169 C14.3653926,14.5939226 14.2511069,14.6287052 14.1368212,14.6287052 C14.0225354,14.6287052 13.9082497,14.5823284 13.8168212,14.501169 L10.6968212,11.3359516 L7.57682115,14.501169 C7.48539258,14.5939226 7.37110687,14.6402994 7.25682115,14.6402994 C7.14253544,14.6402994 7.02824973,14.5939226 6.93682115,14.5127632 C6.76539258,14.3388501 6.76539258,14.0489951 6.93682115,13.875082 L10.0682497,10.6982704 L6.93682115,7.53305304 C6.76539258,7.35914 6.76539258,7.06928492 6.93682115,6.89537188 C7.10824973,6.72145884 7.39396401,6.72145884 7.56539258,6.89537188 L10.6968212,10.0605893 L13.8168212,6.88377768 C13.9882497,6.70986463 14.273964,6.70986463 14.4453926,6.88377768 C14.6168212,7.05769072 14.6168212,7.34754579 14.4453926,7.52145884 L11.3253926,10.6982704 L14.4568212,13.8634878 C14.6282497,14.0374009 14.6282497,14.3272559 14.4568212,14.501169 Z' transform='rotate(-45 10.697 10.697)'/%3E%3C/g%3E%3C/svg%3E")
        25 25,
      zoom-in;
  }
  .vehicle-image-carousel--main
    .vehicle-image-carousel__slide.swiper-slide-active:not(:hover)::after {
    opacity: 1;
  }
}
.vehicle-image-carousel--main.swiper-initialized
  .vehicle-image-carousel__slide::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0.5;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  z-index: 1;
}
.vehicle-image-carousel--main.swiper-initialized
  .vehicle-image-carousel__slide.swiper-slide-active::before {
  opacity: 0;
}
.vehicle-image-carousel--main .vehicle-image-carousel__picture {
  position: relative;
  display: block;
  padding-bottom: calc(100% / 1.3333333333);
}
.vehicle-image-carousel--main .vehicle-image-carousel__image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vehicle-image-carousel--main .vehicle-image-carousel__navigation-button {
  display: none;
}
@media (min-width: 1024px) {
  .vehicle-image-carousel--main .vehicle-image-carousel__navigation-button {
    display: -ms-flexbox;
    display: flex;
  }
}
.vehicle-image-carousel--main .vehicle-image-carousel__navigation-button--next {
  left: auto;
  right: 52px;
}
.vehicle-image-carousel--main .vehicle-image-carousel__navigation-button--prev {
  left: 52px;
  right: auto;
}
.vehicle-image-carousel--main .vehicle-image-carousel__sale-icon {
  position: absolute;
  bottom: 16px;
  left: 15px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  z-index: 1;
}
@media (min-width: 1024px) {
  .vehicle-image-carousel--main .vehicle-image-carousel__sale-icon {
    left: 52px;
  }
}
.vehicle-image-carousel--main .vehicle-image-carousel__sale-icon svg {
  width: 56px;
  height: 56px;
}
@media (min-width: 1024px) {
  .vehicle-image-carousel--main .vehicle-image-carousel__sale-icon svg {
    width: 64px;
    height: 64px;
  }
}
.vehicle-image-carousel--thumbs {
  padding: 16px 8px;
  background-color: #fff;
}
.vehicle-image-carousel--thumbs .vehicle-image-carousel__slide {
  width: calc(100% / 4.5);
  opacity: 0.5;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  cursor: pointer;
}
@media (min-width: 550px) {
  .vehicle-image-carousel--thumbs .vehicle-image-carousel__slide {
    width: calc(100% / 6.5);
  }
}
@media (min-width: 770px) {
  .vehicle-image-carousel--thumbs .vehicle-image-carousel__slide {
    width: calc(100% / 8.5);
  }
}
@media (min-width: 1024px) {
  .vehicle-image-carousel--thumbs .vehicle-image-carousel__slide {
    width: calc(100% / 10.5);
  }
}
@media (min-width: 1230px) {
  .vehicle-image-carousel--thumbs .vehicle-image-carousel__slide {
    width: calc(100% / 12.5);
  }
}
@media (min-width: 1680px) {
  .vehicle-image-carousel--thumbs .vehicle-image-carousel__slide {
    width: calc(100% / 14.5);
  }
}
@media (min-width: 1920px) {
  .vehicle-image-carousel--thumbs .vehicle-image-carousel__slide {
    width: calc(100% / 16.5);
  }
}
@media (min-width: 2500px) {
  .vehicle-image-carousel--thumbs .vehicle-image-carousel__slide {
    width: calc(100% / 18.5);
  }
}
.vehicle-image-carousel--thumbs .vehicle-image-carousel__slide--disabled {
  opacity: 1;
}
.vehicle-image-carousel--thumbs
  .vehicle-image-carousel__slide.swiper-slide-thumb-active {
  opacity: 1;
}
.vehicle-image-carousel--thumbs .vehicle-image-carousel__slide:hover {
  opacity: 1;
}
.vehicle-image-carousel--thumbs .vehicle-image-carousel__slide-content {
  margin-left: 8px;
  margin-right: 8px;
  border: 1px solid #d6d6d6;
}
.vehicle-image-carousel--thumbs .vehicle-image-carousel__link {
  z-index: 1;
}
.vehicle-image-carousel--thumbs .vehicle-image-carousel__link-text {
  color: #000;
  font-size: 12px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vehicle-image-carousel--thumbs .vehicle-image-carousel__picture,
.vehicle-image-carousel--thumbs .vehicle-image-carousel__link {
  position: relative;
  display: block;
  padding-bottom: calc(100% / 1.3333333333);
}
.vehicle-image-carousel--thumbs .vehicle-image-carousel__image,
.vehicle-image-carousel--thumbs .vehicle-image-carousel__link-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vehicle-image-carousel--thumbs .vehicle-image-carousel__image {
  -o-object-fit: cover;
  object-fit: cover;
}
.vehicle-image-carousel--thumbs .vehicle-image-carousel__link-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.vehicle-image-carousel--fullscreen {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 1920px;
  width: 75%;
  margin: auto;
  padding: 72px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  overflow: visible;
  z-index: 10000;
}
.vehicle-image-carousel--fullscreen .vehicle-image-carousel__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vehicle-image-carousel--fullscreen
  .vehicle-image-carousel__navigation-button--next {
  left: calc(100% + 52px);
  right: auto;
}
.vehicle-image-carousel--fullscreen
  .vehicle-image-carousel__navigation-button--prev {
  left: auto;
  right: calc(100% + 52px);
}
.vehicle-image-carousel--fullscreen .vehicle-image-carousel__overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.75);
}
.funding-calculator__results hr {
  border-color: #000;
}
.funding-calculator__results .monthly-price {
  font-size: 30px;
}
.funding-calculator__results div[class^="col"],
.funding-calculator__results div[class*="col"] {
  margin-bottom: 0.5em;
}
@media (max-width: 1023.98px) {
  .energyclass-slider {
    margin: 0 20px;
  }
}
.energyclass-slider .irs {
  font-family: "Montserrat", sans-serif;
}
.energyclass-slider .irs .irs {
  position: relative;
}
.energyclass-slider .irs-shadow,
.energyclass-slider .irs-handle,
.energyclass-slider .irs--round .irs-handle {
  border: 4px solid #585858;
  height: 17px;
  width: 17px;
  top: 30px;
  cursor: -webkit-grab;
  cursor: grab;
}
.energyclass-slider .irs--round .irs-line {
  background-color: transparent;
  border-bottom: 4px solid #d6d6d6;
  height: 40px;
  top: 0;
}
.energyclass-slider .irs--round .irs-bar {
  background-color: #585858;
}
.energyclass-slider .irs--round .irs-from,
.energyclass-slider .irs--round .irs-to,
.energyclass-slider .irs--round .irs-single {
  background-color: #d6d6d6;
  color: #585858;
  font-size: 12px;
  font-weight: 600;
  z-index: 1;
}
.energyclass-slider .irs--round .irs-from::before,
.energyclass-slider .irs--round .irs-to::before,
.energyclass-slider .irs--round .irs-single::before {
  border-top-color: #d6d6d6;
}
.energyclass-slider .irs-grid {
  z-index: 0;
}
.energyclass-slider .irs-grid-pol {
  width: 14%;
  top: auto;
  bottom: 29px;
  opacity: 0.51;
}
.energyclass-slider .irs-grid-pol:nth-last-of-type(2) {
  display: none;
}
.energybar--a {
  background-color: #417505 !important;
}
.energybar--b {
  background-color: #7ed321 !important;
}
.energybar--c {
  background-color: #b8e986 !important;
}
.energybar--d {
  background-color: #f8e71c !important;
}
.energybar--e {
  background-color: #eb4950 !important;
}
.energybar--f {
  background-color: #d0021b !important;
}
.energybar--g {
  background-color: #6a000d !important;
}
.multi-step-form {
  padding-bottom: 2em;
}
.multi-step-form__header {
  padding: 0.8em 0;
}
.multi-step-form__steps > .active {
  display: -ms-flexbox;
  display: flex;
}
.multi-step-form .progress-nav {
  color: #fff;
  border: 0 none;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1023.98px) {
  .multi-step-form .progress-nav {
    -ms-flex-pack: left;
    justify-content: left;
  }
}
.multi-step-form .progress-nav__step {
  font-size: 14px;
  background-color: transparent;
  color: #fff;
  text-transform: none;
  margin-right: 1em;
  padding: 0.2em 0.5em;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
@media (max-width: 1229.98px) {
  .multi-step-form .progress-nav__step {
    font-size: 12px;
    -ms-flex-pack: left;
    justify-content: left;
  }
}
.multi-step-form .progress-nav__step:focus {
  outline: 5px auto #fff;
  margin-right: 0.5em;
}
.multi-step-form .progress-nav__step-circle {
  font-size: 16px;
  font-weight: 700;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 2.5em;
  height: 2.5em;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-right: 1em;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1229.98px) {
  .multi-step-form .progress-nav__step-circle {
    font-size: 12px;
    margin-right: 0.7em;
  }
}
.multi-step-form .progress-nav__step-circle-icon {
  display: none;
}
.multi-step-form .progress-nav__step.valid .progress-nav__step-circle-number {
  display: none;
}
.multi-step-form .progress-nav__step.valid .progress-nav__step-circle-icon {
  display: inline-block;
}
.multi-step-form .progress-nav__step.active .progress-nav__step-circle {
  background-color: #fff;
  color: #000;
}
.multi-step-form .progress-nav__step.active .progress-nav__step-circle-number {
  display: inline-block;
}
.multi-step-form .progress-nav__step.active .progress-nav__step-circle-icon {
  display: none;
}
.multi-step-form .progress-nav__step.disabled {
  opacity: 0.5;
  cursor: default;
}
.multi-step-form__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #d6d6d6;
  margin-top: 5em;
  padding-top: 2em;
  margin-bottom: 1em;
}
.multi-step-form__summary-group:not(:last-child) {
  margin-bottom: 1.5em;
  border-bottom: 1px solid #d6d6d6;
}
.multi-step-form__summary-item {
  margin-bottom: 1em;
}
.multi-step-form .extra-section {
  margin: 0;
}
.multi-step-form .form-group {
  margin-bottom: 1.5em;
}
.multi-step-form .form-group--multiselect .option {
  width: 47%;
  margin-right: 2%;
  display: inline-block;
}
.multi-step-form label {
  margin-bottom: 0.3em;
  display: block;
}
.multi-step-form__step-error {
  display: none;
  margin-bottom: 0;
  color: #c22027;
}
.simple-header {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.simple-header__button-container {
  text-align: right;
}
@media (max-width: 1229.98px) {
  .simple-header__button-container {
    text-align: left;
  }
}
.simple-header .icon-logo svg {
  width: auto;
  height: auto;
  max-height: 31px;
}
.simple-header svg {
  display: block;
}
@media print {
  .giosg_live_chat_dialog,
  .giosg_chat_now {
    display: none !important;
  }
}
.notification-popup {
  z-index: 27;
  width: 90%;
  max-width: 390px;
  padding: 7px 20px 7px 7px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 10px;
  bottom: -100px;
  -webkit-transition: 1s;
  transition: 1s;
}
.notification-popup.active {
  bottom: 20px;
}
@media (max-width: 1023.98px) {
  .notification-popup {
    top: -100px;
    bottom: auto;
    right: 10px;
    position: absolute;
    max-width: none;
    width: auto;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 10px;
  }
  .notification-popup.active {
    top: 0;
    bottom: auto;
  }
}
.notification-popup__image {
  width: 60px;
  height: 60px;
  overflow: hidden;
  background-color: #f5f5f5;
  margin-right: 1.5em;
}
.notification-popup__image img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover", inherit;
  width: 100%;
  height: 100%;
}
.notification-popup__content {
  font-size: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  line-height: 1.2em;
}
.notification-popup__content--small {
  font-weight: 700;
  padding-left: 0.5em;
}
.notification-popup__text {
  padding-top: 0.5em;
}
.notification-popup__title {
  font-size: 10px;
  margin: 0 0 0.5em;
  text-transform: uppercase;
}
.notification-popup .notification-popup__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 8px 10px 10px;
  min-width: 0;
}
.notification-popup .notification-popup__close svg {
  width: 8px;
  height: 8px;
}
.contact-page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 2em;
}
.contact-page__information {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.contact-page__image {
  padding-left: 1em;
  padding-right: 1em;
}
.contact-page__image p {
  margin-bottom: 0;
}
.contact-page__location-snippet {
  padding-left: 1em;
  padding-right: 1em;
  margin-bottom: 1em;
}
.contact-page__location-snippet p,
.contact-page__location-snippet h3,
.contact-page__location-snippet .heading-bar__icon,
.contact-page__location-snippet .heading-bar__text {
  margin-bottom: 0;
}
.contact-page__details {
  padding-left: 1em;
  padding-right: 1em;
}
.contact-page__details p {
  margin-bottom: 0;
}
.contact-page__parent-link {
  -ms-flex-positive: 2;
  flex-grow: 2;
  text-align: right;
}
.contact-page__parent-link a {
  max-width: 300px;
}
@media (max-width: 1023.98px) {
  .contact-page {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact-page__parent-link {
    -ms-flex-positive: 2;
    flex-grow: 2;
    text-align: left;
  }
  .contact-page__parent-link button {
    width: 100%;
  }
  .contact-page__parent-link a {
    max-width: none;
  }
  .contact-page__information {
    margin-bottom: 2em;
  }
}
@media (max-width: 549.98px) {
  .contact-page__information {
    margin-bottom: 2em;
  }
}
.heading-bar {
  display: -ms-flexbox;
  display: flex;
}
.heading-bar__text,
.heading-bar__icon {
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0;
}
.heading-bar__icon {
  text-align: right;
}
.list--simple-list {
  padding-left: 1em;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.list--simple-list a {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
@media (min-width: 1230px) {
  .list--two-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    grid-column-gap: 30px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
.list--no-indent {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list--inline li {
  display: inline-block;
}
.modal .modal-dialog {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  max-width: 640px;
}
.modal--no-padding .modal-body {
  padding: 0;
}
.notification {
  position: fixed;
  bottom: 0;
  width: 100%;
  border-top: solid #979797;
  background: #fff;
  z-index: 27;
}
.prompt {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding-top: 3em;
  padding-bottom: 3em;
  border-top: solid #979797;
  background: #fff;
}
.license-number {
  margin-top: 0.5rem;
  padding-left: 0;
  max-width: 200px;
}
.license-number input {
  border-radius: 3px 3px 0px 0px;
  text-transform: uppercase;
  max-width: 200px;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
}
.content-box-grid__item {
  border: #d6d6d6 solid 1px;
  margin-left: -1px;
  margin-bottom: -1px;
}
.content-box-grid__image-container {
  width: 200px;
  height: 180px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
}
.chip {
  font-size: 14px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #585858;
  margin-right: 1em;
  margin-bottom: 0.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0;
  padding-right: 2em;
  line-height: 1.25em;
  background-color: transparent;
  cursor: pointer;
  min-width: unset;
  text-transform: none;
}
.chip__close {
  margin-left: 1em;
  pointer-events: none;
  display: inline-block;
  background: url(/static/studio/pub/web/branches/master/hashed/icon-cancel.f8b3803b.svg)
    center center no-repeat;
  background-size: cover;
  width: 12px;
  height: 12px;
}
.chip--remove-all {
  color: #000;
  border: #d6d6d6 solid 1px;
  border-radius: 1.5em;
  padding-left: 1em;
  padding-right: 2em;
  font-weight: 700;
}
.accordion-handle {
  color: #000;
  text-decoration: underline;
  -webkit-text-decoration-color: #e51b24;
  text-decoration-color: #e51b24;
}
.accordion-handle .search-criterias-advanced-filter-link::after {
  margin-left: 8px;
  content: "-";
}
.accordion-handle.collapsed .search-criterias-advanced-filter-link::after {
  content: "+";
}
.accordion-handle i {
  margin-left: 0.5em;
}
.accordion-handle svg {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
.accordion-handle[aria-expanded="true"] svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion-handle[aria-expanded="true"] .show-more {
  display: none;
}
.accordion-handle[aria-expanded="false"]
  > .search-criterias-advanced-filter-link::after {
  content: "+";
}
.navbar__search-results {
  position: absolute;
  width: 100%;
  top: 94px;
  background-color: #fff;
  overflow: hidden;
  overflow-y: scroll;
  display: none;
  z-index: 35;
}
.navbar__search-results.view {
  display: block;
  -webkit-box-shadow: 0 3px 5px #ddd;
  box-shadow: 0 3px 5px #ddd;
}
.navbar__search-container.loading #navSiteSearch::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 3px;
  right: -30px;
  -webkit-animation: rotation 2s infinite linear;
  animation: rotation 2s infinite linear;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.result-modal__result-group {
  margin-bottom: 1.5em;
}
.result-modal__result-group > li {
  line-height: 1.4em;
  margin-bottom: 0.5em;
}
.result-modal__result-group--columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  grid-column-gap: 1em;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
}
.result-modal__result-group--columns > li {
  page-break-inside: avoid;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
.result-modal__heading {
  margin-bottom: 1em;
}
.result-modal__heading h4 {
  margin: 0 1.2em 0 0;
  display: inline-block;
}
.result-modal__heading a {
  display: inline-block;
}
.result-modal__result {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 1em;
}
.result-modal__result.contact {
  min-height: 170px;
}
.result-modal__result-image {
  width: 30%;
  margin-right: 5%;
}
.result-modal__result-text {
  width: 65%;
}
@media (min-width: 1024px) {
  .collapse.dont-collapse-md {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}
.colorsfilter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.colorsfilter__color {
  border: 1px solid #d6d6d6;
  padding: 0.3em 0.5em;
  text-align: left;
  cursor: pointer;
  width: 50%;
  min-width: unset;
  text-transform: none;
  -ms-flex-pack: normal;
  justify-content: normal;
  letter-spacing: unset;
  height: auto;
  font-size: 14px;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  margin-left: -1px;
  margin-top: -1px;
}
.colorsfilter__color span {
  margin: 0;
  display: inline-block;
  vertical-align: sub;
}
.colorsfilter__color:focus,
.colorsfilter__color:hover {
  outline: 0 none;
  background-color: #fff;
}
.colorsfilter__color .colorsfilter__color--background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.colorsfilter__color input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.colorsfilter__color input:checked ~ .colorsfilter__color--background {
  border: 1px solid #7b93cf;
  -webkit-box-shadow: inset 0 0 1px 1px #7b93cf;
  box-shadow: inset 0 0 1px 1px #7b93cf;
}
.colorsfilter__colorbox {
  width: 15px;
  height: 15px;
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
}
.popover {
  border-radius: 0;
  z-index: 10;
}
.popover-body {
  padding: 0;
}
.popover li {
  padding: 0;
}
.popover li a {
  display: block;
  padding: 0.3em 0.7em;
}
.popover li a:hover {
  background-color: #f5f5f5;
}
.popover li .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}
.popover li svg {
  max-width: 1.5em;
  max-height: 1.5em;
}
.popover li > span {
  display: inline-block;
  vertical-align: text-bottom;
}
.campaign-list {
  position: relative;
}
.campaign-list .spinner-border {
  display: none;
  width: 1.5em;
  height: 1.5em;
  margin-right: 1em;
}
.generic-map {
  position: relative;
  text-align: center;
  padding: 5em 1em;
}
.generic-map--darken-top::after {
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.3;
}
.generic-map--placeholder-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.generic-map .btn,
.generic-map .form__feedback input[type="submit"],
.form__feedback .generic-map input[type="submit"] {
  position: relative;
  z-index: 10;
}
ul.link-list {
  padding: 0;
  list-style: none;
}
ul.link-list li a {
  border-bottom: 1px solid #e51b24;
  font-weight: 700;
}
ul.link-list li a:hover,
ul.link-list li a:focus {
  text-decoration: none;
  border-bottom: 1px solid #000;
}
ul.link-list li a-dark {
  border-color: #000;
}
.press-release-archive {
  border: 1px solid #d6d6d6;
  padding: 2em 2em 1.9em;
  background-color: #f5f5f5;
}
.campaign-vizor {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: inset 0 9px 7px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 9px 7px 0 rgba(0, 0, 0, 0.15);
  width: 100%;
  font-size: 0.875rem;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 18px;
}
.campaign-vizor__cta {
  text-decoration: underline;
}
.campaign-vizor-timer .timer__text:not(:last-of-type) {
  margin-right: 8px;
}
@media (max-width: 1023.98px) {
  .campaign-vizor-timer .timer__text:not(:last-of-type) {
    margin-right: 5px;
  }
}
.campaign-vizor-timer .timer__title {
  margin-right: 10px;
}
.campaign-vizor.red {
  color: #fff;
  background-color: #c22027;
}
.campaign-vizor.yellow {
  color: #000;
  background-color: #ffe934;
}
.campaign-vizor.white {
  color: #000;
  background-color: #fff;
}
.campaign-vizor.grey {
  color: #fff;
  background-color: #585858;
}
.campaign-vizor.black {
  color: #fff;
  background-color: #000;
  -webkit-box-shadow: inset 0 9px 7px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 9px 7px 0 rgba(255, 255, 255, 0.15);
}
.product-page__bread-crumbs {
  padding: 5px 2em;
  background-color: #e5e5e5;
}
.bread-crumbs__container .bread-crumb,
.bread-crumbs__container .icon {
  font-size: 13px;
}
.bread-crumbs__container .icon {
  padding: 0 7px;
}
.bread-crumbs__container .icon svg {
  height: 0.7em;
  width: 0.7em;
}
.bread-crumbs__container .bread-crumb:last-child .icon {
  display: none;
}
.icon-links__title {
  font-size: 24px;
  line-height: 1.46;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .icon-links__title {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .icon-links__container:nth-of-type(4n - 3) .icon-links__link,
  .icon-links__container:nth-of-type(4n - 2) .icon-links__link {
    border-bottom: 0;
  }
}
@media (max-width: 1023.98px) {
  .icon-links__container:not(:last-of-type) .icon-links__link {
    border-bottom: 0;
  }
}
.icon-links__link {
  border: 1px solid #d6d6d6;
  width: 100%;
  height: 100%;
  padding: 6px;
}
.icon-links__link:hover {
  background-color: #f5f5f5;
}
.icon-links__link .link__logo img {
  height: 30px;
  width: auto;
}
@media (min-width: 1024px) {
  .icon-links__link .link__logo img {
    height: 45px;
  }
}
.icon-links__link .link__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10px;
}
@media (max-width: 769.98px) {
  .icon-links__link .link__text {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .icon-links__link .link__text {
    font-size: 1em;
  }
}
.icon-links__link .link__icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
}
.icon-links__link .link__icon .icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e51b24;
  width: 42px;
  height: 42px;
}
@media (min-width: 1024px) {
  .icon-links__link .link__icon .icon {
    width: 48px;
    height: 48px;
  }
}
.icon-links__link .link__icon .icon svg {
  width: 22px;
  height: auto;
}
:root {
  --item-height: 164px;
  --icon-size: 92px;
}
.icon-links-simplified-list {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}
.icon-links-simplified-list__item {
  height: 164px;
  height: var(--item-height);
  border: 1px solid transparent;
  -webkit-transition: border-color 0.5s;
  transition: border-color 0.5s;
  margin: 0;
  padding: 0;
}
.icon-links-simplified-list__item:hover {
  border-color: #e51b24;
}
@media screen and (min-width: 510px) {
  .icon-links-simplified-list__item {
    padding: 15px;
  }
}
.icon-links-simplified-list__link {
  width: 100%;
  height: 100%;
  display: block;
}
.icon-links-simplified-list__img {
  height: 92px;
  height: var(--icon-size);
  max-width: 92px;
  max-width: var(--icon-size);
}
.benefit__bar {
  border-bottom: 1px solid #d6d6d6;
  background-color: #f5f5f5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  font-weight: 300;
  font-size: 12px;
  padding-bottom: 2px;
  position: relative;
}
.benefit__bar.red {
  border: 0;
  background-color: #c22027;
  color: #fff;
  -webkit-box-shadow: inset 0 9px 7px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 9px 7px 0 rgba(0, 0, 0, 0.15);
  font-size: 16px;
  font-weight: bold;
}
.benefit__bar.red .benefit__item {
  margin: 1.5em 2em;
}
@media (max-width: 1229.98px) {
  .benefit__bar.red {
    font-size: 14px;
    line-height: 1.5em;
  }
  .benefit__bar.red .benefit__item {
    margin: 0.5em 2em;
  }
  .benefit__bar.red .benefit__list {
    margin: 0.5em auto;
  }
}
.benefit__bar.red .benefit__icon path {
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 2px;
  stroke-linecap: square;
}
.benefit__bar.red .benefit__icon svg {
  height: auto;
  vertical-align: baseline;
  width: 100%;
  overflow: visible;
}
@media (max-width: 1229.98px) {
  header .benefit__bar {
    display: none;
  }
}
.benefit__list {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 1024px) {
  .benefit__list {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.benefit__item {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin: 0.35em 2em;
  padding: 0;
}
.benefit__icon {
  -ms-flex: 0 0 1em;
  flex: 0 0 1em;
  margin-right: 0.5em;
  position: relative;
}
.benefit__icon .icon {
  height: 1em;
  width: 1em;
  vertical-align: middle;
}
.benefit__icon svg {
  height: auto;
  vertical-align: baseline;
  width: 100%;
}
.benefit__icon path {
  fill: currentColor;
}
.fullwidth-banner img {
  max-height: 70px;
}
.fullwidth-banner .red {
  background-color: #e51b24;
  color: #fff;
}
.fullwidth-banner .yellow {
  background-color: #ffe934;
  color: #000;
}
.fullwidth-banner .black {
  background-color: #000;
  color: #fff;
}
.fullwidth-banner .grey {
  background-color: #979797;
  color: #fff;
}
.fullwidth-banner .white {
  background-color: #fff;
  color: #000;
}
.call-request__container {
  border: 1px solid #b8b8b8;
  position: relative;
  margin-top: 50px;
}
.call-request__container p.error--message {
  margin: 0 15px 30px;
}
@media (min-width: 770px) {
  .call-request__container p.error--message {
    margin-left: 30px;
  }
}
.call-request__form-ok {
  border: 1px solid #b8b8b8;
  margin: 15px;
  padding: 25px 10px 0;
}
@media (min-width: 1230px) {
  .call-request__form-ok {
    margin: 50px;
  }
}
.call-request__wrapper {
  min-height: 270px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-pack: center;
  justify-content: center;
}
.call-request__background {
  display: none;
  position: absolute;
}
@media (min-width: 770px) {
  .call-request__background {
    background-color: #e51b24;
    display: block;
    height: 100%;
    left: 50%;
    overflow: hidden;
    top: 0;
    width: 50%;
  }
  .call-request__background::before {
    background-color: #fff;
    content: "";
    display: block;
    height: 100%;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    width: 120%;
  }
}
.call-request__image {
  height: auto;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(1em, -50%);
  transform: translate(1em, -50%);
  width: 85%;
}
@media (min-width: 1680px) {
  .call-request__image {
    height: 75%;
    width: auto;
  }
}
@media (min-width: 1680px) {
  .call-request__image {
    -webkit-transform: translate(10%, -50%);
    transform: translate(10%, -50%);
  }
}
.call-request__form-contents {
  font-size: 12px;
}
@media (min-width: 770px) {
  .call-request__form-contents {
    width: 50%;
  }
}
.call-request__form-contents input[type="text"] {
  height: 36px;
}
.call-request__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  margin: 0;
}
@media (max-width: 549.98px) {
  .call-request__title {
    text-align: center;
  }
}
@media (min-width: 770px) {
  .call-request__title {
    line-height: 1.5;
  }
}
@media (min-width: 1024px) {
  .call-request__title {
    font-size: 18px;
    line-height: 1.33;
  }
}
.call-request__section {
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 25px 10px;
}
.call-request__section .form-group {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.call-request__section .stage-form-label {
  margin-bottom: 0.25rem;
}
@media (min-width: 1024px) {
  .call-request__section .stage-form-label {
    font-size: 14px;
  }
}
.call-request__section .control {
  font-size: inherit;
  line-height: 1.67;
}
@media (min-width: 550px) {
  .call-request__section .form-group--dropdown {
    margin-right: 5px;
  }
  .call-request__section .form-group--text,
  .call-request__section .form-group--dropdown {
    -ms-flex: 1 1 calc(50% - 30px);
    flex: 1 1 calc(50% - 30px);
  }
}
@media (min-width: 770px) {
  .call-request__section {
    padding: 30px;
  }
}
@media (min-width: 1680px) {
  .call-request__section .form-group--text,
  .call-request__section .form-group--dropdown {
    margin-right: 25px;
  }
  .call-request__section .form-group--text,
  .call-request__section .form-group--dropdown,
  .call-request__section input[type="submit"] {
    -ms-flex: 1 1 calc(100% / 3 - 30px);
    flex: 1 1 calc(100% / 3 - 30px);
  }
  .call-request__section .form-group--toggle {
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 0;
  }
}
.call-request__section input[type="submit"] {
  background: #000;
  border: 0;
  color: #fff;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-weight: 600;
  height: 36px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (min-width: 1680px) {
  .call-request__section input[type="submit"] {
    -ms-flex-item-align: end;
    align-self: flex-end;
    -ms-flex: 1 0 20%;
    flex: 1 0 20%;
    margin-bottom: 1rem;
  }
}
.results-gauge__container {
  font-size: 12px;
  letter-spacing: 0.68px;
  margin: 0 0 30px;
  text-align: center;
}
.results-gauge__progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #d6d6d6;
  border: 0;
  color: #e51b24;
  height: 6px;
  margin-top: 8px;
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
  vertical-align: top;
  width: 121px;
}
.results-gauge__progress::-webkit-progress-bar {
  background-color: #d6d6d6;
}
.results-gauge__progress::-webkit-progress-value {
  background-color: #e51b24;
}
.results-gauge__progress::-moz-progress-bar {
  background-color: #e51b24;
}
.link-whatsapp {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2em;
  margin-left: 0.4em;
}
.link-whatsapp .icon-whatsapp-color-icon {
  width: 1em;
  height: 1em;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.link-whatsapp .icon-whatsapp-color-icon:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.whatsapp-table-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  line-height: normal;
}
.whatsapp-table-row .link-whatsapp .icon-whatsapp-color-icon {
  width: 24px;
  height: 24px;
}
.banner-carousel {
  position: relative;
  margin: 3.75rem 0;
}
.banner-carousel .slick-track {
  display: -ms-flexbox;
  display: flex;
}
.banner-carousel .slick-slide {
  height: inherit;
  border: 1px solid #d6d6d6;
}
.banner-carousel .slick-slide > div {
  height: 100%;
}
.banner-carousel ul.slick-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}
.banner-carousel ul.slick-dots li {
  margin: 0 7px;
}
.banner-carousel ul.slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: 0;
  border-radius: 100%;
  background-color: #d6d6d6;
  text-indent: -9999px;
  min-width: 1rem;
}
.banner-carousel ul.slick-dots li.slick-active button {
  background-color: red;
}
.banner-carousel .card__label {
  font-size: 14px;
  padding: 3px 45px 3px 15px;
}
.banner-carousel a:hover,
.banner-carousel a:focus {
  text-decoration: none;
}
.banner-carousel__slide {
  position: relative;
  height: 100%;
}
.banner-carousel__content {
  padding: 5.2rem 1.875rem 4rem;
  width: 40%;
  position: relative;
  z-index: 2;
  height: 100%;
}
@media (max-width: 1023.98px) {
  .banner-carousel__content {
    padding: 3.75rem 1.875rem;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 769.98px) {
  .banner-carousel__content {
    padding: 1.625rem 1rem;
  }
}
.banner-carousel__content::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 101%;
  width: 300px;
  -webkit-transform: skewX(30deg) translateX(100%);
  transform: skewX(30deg) translateX(100%);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  background: #fff;
}
@media (max-width: 1023.98px) {
  .banner-carousel__content::before {
    display: none;
  }
}
.banner-carousel__content div {
  position: relative;
}
.banner-carousel__text {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1.25rem;
}
.banner-carousel__text.quote {
  padding-left: 3.875rem;
}
@media (max-width: 1023.98px) {
  .banner-carousel__text.quote {
    padding-left: 2rem;
  }
}
.banner-carousel__text.quote::before {
  content: "”";
  display: block;
  color: #e51b24;
  font-size: 7.5rem;
  position: absolute;
  left: 0;
  top: -6px;
  line-height: 100%;
}
@media (max-width: 1023.98px) {
  .banner-carousel__text.quote::before {
    left: -1rem;
    font-size: 6.25rem;
  }
}
@media (max-width: 769.98px) {
  .banner-carousel__text.quote::before {
    font-size: 5rem;
    top: 0;
    left: -6px;
  }
}
.banner-carousel .btn,
.banner-carousel .form__feedback input[type="submit"],
.form__feedback .banner-carousel input[type="submit"] {
  font-size: 14px;
  padding-left: 2em;
  padding-right: 2em;
  height: 46px;
}
.banner-carousel__background {
  position: absolute;
  background-color: #e51b24;
  display: block;
  height: 100%;
  right: 0;
  top: 0;
  overflow: hidden;
  width: 60%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1023.98px) {
  .banner-carousel__background {
    width: 100%;
    position: relative;
    height: 332px;
  }
}
.hybrid-cookie-modal-container {
  position: relative;
  z-index: 31;
}
.hybrid-cookie-modal-container .hybrid-cookie-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.hybrid-cookie-modal-container .hybrid-cookie-modal-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  width: 650px;
  padding: 30px;
  -webkit-box-shadow: 0 0 10px 0 rgba(84, 116, 120, 0.4);
  box-shadow: 0 0 10px 0 rgba(84, 116, 120, 0.4);
}
@media (max-width: 670px) {
  .hybrid-cookie-modal-container .hybrid-cookie-modal-modal {
    width: 100vw;
    max-height: calc(100vh - 30px);
    top: auto;
    top: initial;
    left: 0;
    bottom: 0;
    -webkit-transform: none;
    transform: none;
  }
}
.hybrid-cookie-modal-container .hybrid-cookie-modal-content-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.hybrid-cookie-modal-container .hybrid-cookie-modal-scroll-content {
  overflow-y: auto;
  max-height: calc(100vh - 30px - 200px);
}
.hybrid-cookie-modal-container details {
  margin-top: -1px;
  margin-bottom: 10px;
}
.hybrid-cookie-modal-container
  details
  label[for="hybrid-cookie-modal-cookie_cat_necessary"] {
  padding-left: 0;
}
.hybrid-cookie-modal-container details .control--indicator {
  top: 6px;
}
.hybrid-cookie-modal-container details summary {
  position: relative;
  padding: 5px 10px;
  background-color: #f2f2f2;
}
.hybrid-cookie-modal-container details summary::after {
  content: "⌃";
  position: absolute;
  top: 20%;
  right: 1em;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 1.4rem;
  line-height: 1;
}
.hybrid-cookie-modal-container details summary::marker {
  content: "";
}
.hybrid-cookie-modal-container details[open] summary::after {
  top: 35%;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.hybrid-cookie-modal-container .hybrid-cookie-modal-input-container label {
  display: inline-block;
  height: 2rem;
  line-height: 2.1;
}
.hybrid-cookie-modal-container
  .hybrid-cookie-modal-input-container
  input[type="checkbox"]
  + .icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.hybrid-cookie-modal-container .hybrid-cookie-modal-button-container {
  margin-top: 1.5rem;
}
.hybrid-cookie-modal-container .hybrid-cookie-modal-button-container button {
  min-width: auto;
}
.hybrid-cookie-modal-container .hybrid-cookie-modal-button-container .primary {
  background-color: #0fa823;
  color: #fff;
}
.hybrid-cookie-modal-container .hybrid-cookie-modal-button-container .tertiary {
  border: 1px solid #000;
}
@media (max-width: 670px) {
  .hybrid-cookie-modal-container .hybrid-cookie-modal-button-container {
    margin-top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hybrid-cookie-modal-container
    .hybrid-cookie-modal-button-container
    .float-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hybrid-cookie-modal-container .hybrid-cookie-modal-button-container button {
    margin-bottom: 10px;
  }
}
.hybrid-cookie-modal-container .font--link {
  font-weight: 400;
}
@media (max-width: 670px) {
  .hybrid-cookie-modal-container p,
  .hybrid-cookie-modal-container li,
  .hybrid-cookie-modal-container span,
  .hybrid-cookie-modal-container button {
    font-size: 12px;
  }
}
.newsletter-bar {
  padding: 48px 0;
  background-color: #c22027;
  -webkit-box-shadow: inset 0 9px 7px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 9px 7px 0 rgba(0, 0, 0, 0.15);
  max-width: 100%;
}
.newsletter-bar__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1023.98px) {
  .newsletter-bar__container {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .newsletter-bar__container .btn,
  .newsletter-bar__container .form__feedback input[type="submit"],
  .form__feedback .newsletter-bar__container input[type="submit"] {
    margin-top: 32px;
  }
}
.newsletter-bar .btn,
.newsletter-bar .form__feedback input[type="submit"],
.form__feedback .newsletter-bar input[type="submit"] {
  padding: 28px 42px;
}
.newsletter-bar .btn .icon,
.newsletter-bar .form__feedback input[type="submit"] .icon,
.form__feedback .newsletter-bar input[type="submit"] .icon {
  margin-left: 8px;
}
.newsletter-bar__texts {
  -ms-flex-item-align: center;
  align-self: center;
}
@media (min-width: 1024px) {
  .newsletter-bar__texts {
    max-width: 500px;
    margin-right: 48px;
  }
}
.newsletter-bar__texts h2,
.newsletter-bar__texts p {
  color: #fff;
  margin-bottom: 0;
}
.newsletter-bar__texts h2 {
  margin-bottom: 1em;
}
.new-vehicles-lift {
  margin-top: 1rem;
}
@media (min-width: 770px) {
  .new-vehicles-lift:hover .new-vehicles-lift__image img {
    -webkit-filter: brightness(1);
    filter: brightness(1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .new-vehicles-lift__image {
    width: 100%;
    height: 70%;
    overflow: hidden;
  }
  .new-vehicles-lift__image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    max-height: 38.5vh;
    min-height: 38.5vh;
    height: 100%;
    -webkit-filter: brightness(0.6);
    filter: brightness(0.6);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .new-vehicles-lift__container__logo {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    height: 100px;
    width: 100px;
    margin: 0 auto;
    margin-top: -50px;
    background-color: #fff;
    border: 1px solid #d6d6d6;
  }
}
@media (min-width: 770px) and (max-width: 1023.98px) {
  .new-vehicles-lift__container__logo {
    height: 80px;
    width: 80px;
    margin-top: -40px;
  }
}
@media (min-width: 770px) {
  .new-vehicles-lift__container__logo img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 770px) {
  .new-vehicles-lift__container p {
    font-weight: bold;
    text-align: center;
    margin-top: 16px;
  }
}
@media (max-width: 1229.98px) {
  .new-vehicles-lift__image img {
    max-height: 22.5vw;
    min-height: 22.5vw;
  }
}
@media (max-width: 769px) {
  .new-vehicles-lift {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    border: 1px solid #d6d6d6;
  }
  .new-vehicles-lift__image {
    width: 50%;
  }
  .new-vehicles-lift__image img {
    height: 100%;
    display: block;
    margin: auto;
    max-height: 37.5vw;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .new-vehicles-lift__container {
    width: 50%;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .new-vehicles-lift__container__logo {
    display: block;
    margin: 0 auto;
    max-width: 120px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (max-width: 769px) and (max-width: 549.98px) {
  .new-vehicles-lift__container__logo {
    max-width: 80px;
  }
}
@media (max-width: 769px) {
  .new-vehicles-lift__container p {
    text-align: center;
    margin: 0;
    font-weight: bold;
    font-size: 1.5rem;
    margin-top: 1rem;
  }
}
@media (max-width: 769px) and (max-width: 549.98px) {
  .new-vehicles-lift__container p {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}
@media (max-width: 769px) {
  .new-vehicle-lifts-element {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 5rem !important;
  }
}
.manufacturers h1 {
  margin-bottom: 2.5rem;
}
.manufacturers ul {
  list-style: none;
  padding: 0;
}
.manufacturers .logo-items {
  margin-top: 2.5rem;
  margin-bottom: 4.065rem;
}
.manufacturers .logo-items h2 {
  font-size: 1.3125rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.manufacturers .item-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.manufacturers .item-container > * {
  max-width: 130px;
}
.manufacturers .item-container > * a {
  outline-color: #e51b24;
  width: 98%;
  display: block;
}
.manufacturers .item-container > * a:hover {
  outline-color: #e51b24;
  outline-width: 1px;
  outline-offset: 1px;
  outline-style: auto;
}
.manufacturers__list {
  overflow: hidden;
}
.manufacturers__list > .row > div {
  margin-bottom: 3rem;
}
.manufacturers__list h2 {
  margin-bottom: 3.1rem;
  font-size: 1.5rem;
}
@media (min-width: 770px) {
  .manufacturers__list h2 {
    font-size: 2.5rem;
    margin-bottom: 4.065rem;
  }
}
.manufacturers__list h2::after {
  content: "";
  height: 1px;
  background-color: #d6d6d6;
  position: absolute;
  top: 50px;
  left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
}
@media (min-width: 770px) {
  .manufacturers__list h2::after {
    width: 100%;
    top: 70px;
  }
}
.manufacturers__list a {
  font-weight: 700;
  text-transform: lowercase;
  text-transform: capitalize;
  line-height: 1.5rem;
  text-decoration: underline;
  -webkit-text-decoration-color: #e51b24;
  text-decoration-color: #e51b24;
  text-underline-position: under;
  margin-bottom: 1rem;
}
.manufacturers__list a:hover {
  -webkit-text-decoration-color: #000;
  text-decoration-color: #000;
}
.cancel-order-container {
  margin: 5em 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 1023.98px) {
  .cancel-order-container {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.cancel-order-container fieldset {
  margin: 0 0 1em 0;
}
.cancel-order-container .language-select {
  float: right;
  min-width: 30%;
}
.cancel-order-container .form-cancel-order {
  float: left;
  min-width: 70%;
}
.cancel-order-container .form-cancel-order .form-group {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.cancel-order-container .form-cancel-order .form-field--narrow {
  max-width: 150px;
}
.cancel-order-container .form-cancel-order label {
  font-size: 14px;
  color: #585858;
}
.cancel-order-container .form-cancel-order input {
  font-size: 16px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 20px -8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 20px -8px rgba(0, 0, 0, 0.2);
}
.cancel-order-container .form-cancel-order input[type="date"] {
  height: calc(3rem + 2px);
}
.cancel-order-container .form-cancel-order input:focus {
  outline: none;
  border: solid 1px #485057;
  -webkit-box-shadow: 0 2px 20px -8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 20px -8px rgba(0, 0, 0, 0.2);
}
.cancel-order-container .form-cancel-order input[readonly] {
  background-color: #fff;
  border: none;
  padding-left: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cancel-order-container .form-cancel-order input[readonly]:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cancel-order-container .form-cancel-order select {
  background-color: #fff;
}
.cancel-order-container .form-cancel-order textarea {
  font-size: 16px;
  -webkit-box-shadow: 0 2px 20px -8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 20px -8px rgba(0, 0, 0, 0.2);
}
.cancel-order-container .form-cancel-order textarea:focus {
  outline: none;
  border: solid 1px #485057;
  -webkit-box-shadow: 0 2px 20px -8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 20px -8px rgba(0, 0, 0, 0.2);
}
.cancel-order-container .form-cancel-order .control--checkbox {
  margin-bottom: 1em;
}
.cancel-order-container
  .form-cancel-order
  .control--checkbox
  .control--indicator {
  border-radius: 4px;
  border: solid 2px #b8b8b8;
  width: 21px;
  height: 21px;
}
.cancel-order-container
  .form-cancel-order
  .control--checkbox
  .control--indicator::after {
  left: 6px;
  top: 3px;
  width: 3px;
  height: 7px;
}
.cancel-order-container
  .form-cancel-order
  .control--checkbox
  input:focus
  ~ .control--indicator {
  outline: none;
}
.cancel-order-container
  .form-cancel-order
  .control--checkbox
  input:checked
  ~ .control--indicator {
  background-color: #000;
  border-color: #000;
}
.cancel-order-container .form-cancel-order .btn,
.cancel-order-container .form-cancel-order .form__feedback input[type="submit"],
.form__feedback
  .cancel-order-container
  .form-cancel-order
  input[type="submit"] {
  min-width: 100px;
  max-width: 100px;
}
.cancel-order-container .form-cancel-order .select-dropdown__container {
  border-radius: 4px;
}
.cancel-order-container .form-cancel-order .two-column-form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex: 1;
  flex: 1;
  min-width: 100%;
}
.cancel-order-container .language-select {
  align: right;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 40px;
}
.cancel-order-container .language-select .language-select-dropdown {
  min-width: 200px;
  border: none;
}
.cancel-order-container .language-select .language-icon {
  display: inline;
}
.vehicle-make-cards {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .vehicle-make-cards--two-columns .vehicle-make-cards__card {
    aspect-ratio: 4/3;
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
  }
}
.vehicle-make-cards__card {
  position: relative;
  background-color: gray;
  margin: 0px;
  aspect-ratio: 4/3;
  border: 0px solid #000;
  -ms-flex: 0 0 calc(100%);
  flex: 0 0 calc(100%);
}
@media (min-width: 1024px) {
  .vehicle-make-cards__card {
    aspect-ratio: 560/585;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
  }
}
.vehicle-make-cards__card .vehicle-make-cards__card__image::after {
  content: "";
  position: absolute;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#000),
    color-stop(40%, rgba(0, 0, 0, 0))
  );
  background: linear-gradient(360deg, #000 0%, rgba(0, 0, 0, 0) 40%);
  height: 100%;
  width: 100%;
  z-index: 1;
}
.vehicle-make-cards__card:hover .vehicle-make-cards__card__image::after,
.vehicle-make-cards__card:focus-within .vehicle-make-cards__card__image::after {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#000),
    color-stop(80%, rgba(0, 0, 0, 0))
  );
  background: linear-gradient(360deg, #000 0%, rgba(0, 0, 0, 0) 80%);
}
.vehicle-make-cards__card a {
  z-index: 2;
}
.vehicle-make-cards__card__image > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.vehicle-make-cards__card__information {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  left: 50px;
  right: 50px;
  bottom: 30px;
  margin: 0;
  padding: 0;
  z-index: 2;
}
@media (max-width: 1229.98px) {
  .vehicle-make-cards__card__information {
    left: 15px;
    right: 15px;
    bottom: 15px;
  }
}
.vehicle-make-cards__card__text {
  margin-left: 16px;
}
.vehicle-make-cards__card__make {
  margin: 0;
  padding: 0;
}
.vehicle-make-cards__card__make p {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1.4;
}
@media (max-width: 1679.98px) {
  .vehicle-make-cards__card__make p {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .vehicle-make-cards__card__make p {
    line-height: 1.3;
  }
}
.vehicle-make-cards__card__models {
  margin: 0;
  padding: 0;
}
.vehicle-make-cards__card__models p {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  -webkit-text-decoration-color: #e51b24;
  text-decoration-color: #e51b24;
  text-underline-offset: 4px;
  margin: 0;
  padding: 0;
}
@media (max-width: 1679.98px) {
  .vehicle-make-cards__card__models p {
    font-size: 14px;
  }
}
.vehicle-make-cards__card__campaigns {
  margin: 0;
  padding: 0;
}
.vehicle-make-cards__card__campaigns p > a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  -webkit-text-decoration-color: #e51b24;
  text-decoration-color: #e51b24;
  text-underline-offset: 4px;
  margin: 0;
  padding: 0;
}
@media (max-width: 1679.98px) {
  .vehicle-make-cards__card__campaigns p > a {
    font-size: 14px;
  }
}
.vehicle-make-cards__card__logo {
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  min-width: 64px;
  min-height: 76px;
  width: 64px;
  height: 76px;
}
@media (min-width: 1024px) {
  .vehicle-make-cards__card__logo {
    min-width: 80px;
    min-height: 80px;
    width: 80px;
    height: 80px;
  }
}
.vehicle-make-cards__card__logo > img {
  -ms-flex-item-align: center;
  align-self: center;
  width: auto;
  height: auto;
}
.seo-container {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .seo-container {
    margin-left: 50px;
    margin-right: 50px;
  }
}
.seo-content__text {
  display: block;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
@media (max-width: 1229.98px) {
  .seo-content__text {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media (max-width: 1229.98px) {
  .hide-overflow {
    max-height: 220px;
    overflow: hidden;
  }
}
.seo-content__btn-show-hide {
  padding-top: 16px;
  padding-bottom: 16px;
  text-transform: none;
  font-weight: bold;
  width: 100%;
  background: none;
}
.seo-content__btn-show-hide span {
  padding: 10px;
}
.seo-content__btn-show-hide span.show-more {
  display: inline-block;
}
.seo-content__btn-show-hide span.show-less {
  display: none;
}
.seo-content__btn-show-hide.active span.show-more {
  display: none;
}
.seo-content__btn-show-hide.active span.show-less {
  display: inline-block;
}
button.active > i > svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.seo-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .seo-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.seo-content > h1 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .seo-content > h1 {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.seo-content:first-child {
  padding-top: 0px;
}
@media (min-width: 1024px) {
  .seo-content:first-child {
    padding-top: 0px;
  }
}
.seo-content:last-child {
  padding-bottom: 0px;
}
@media (min-width: 1024px) {
  .seo-content:last-child {
    padding-bottom: 0px;
  }
}
.seo-content:only-child {
  padding-bottom: 0px;
  padding-top: 0px;
}
@media (min-width: 1024px) {
  .seo-content:only-child {
    padding-bottom: 0px;
    padding-top: 0px;
  }
}
.seo-content i {
  padding-left: 8px;
}
.seo-content__text a {
  font-weight: 700;
  text-decoration: underline;
  -webkit-text-decoration-color: #e51b24;
  text-decoration-color: #e51b24;
  text-underline-offset: 4px;
}
.seo-content__text a:hover {
  -webkit-text-decoration-color: #000;
  text-decoration-color: #000;
}
.vehicle-model-cards-container {
  margin: 0px;
  padding: 0px;
}
@media (min-width: 1024px) {
  .vehicle-model-cards-container {
    border-bottom: 1px solid #ccc;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.vehicle-model-cards {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px;
  padding: 0px;
}
.vehicle-model-cards__card {
  padding-left: 16px;
  padding-right: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #ccc;
  margin: 0px;
  aspect-ratio: 395/413;
  -ms-flex: 0 0 calc(100%);
  flex: 0 0 calc(100%);
}
.vehicle-model-cards__card:hover,
.vehicle-model-cards__card:focus-within {
  border-color: #e51b24;
}
@media (min-width: 1024px) {
  .vehicle-model-cards__card {
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    border: 1px solid #ccc;
  }
}
@media (min-width: 1680px) {
  .vehicle-model-cards__card {
    -ms-flex: 0 0 calc(100% / 4);
    flex: 0 0 calc(100% / 4);
    border: 1px solid #ccc;
  }
}
.vehicle-model-cards__card__image {
  width: 100%;
  height: auto;
}
.vehicle-model-cards__card__image img {
  width: 100%;
  aspect-ratio: 3/2;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.vehicle-model-cards__card__information {
  font-size: 18px;
  line-height: 1.4;
}
.vehicle-model-cards__card__model {
  margin: 0;
  padding: 0;
}
.vehicle-model-cards__card__model p {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
@media (max-width: 1679.98px) {
  .vehicle-model-cards__card__model p {
    font-size: 18px;
  }
}
.vehicle-model-cards__card__price {
  margin: 0;
  padding: 0;
}
.vehicle-model-cards__card__price p {
  color: #e51b24;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
@media (max-width: 1679.98px) {
  .vehicle-model-cards__card__price p {
    font-size: 18px;
  }
}
.vehicle-model-cards__card__cta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 4px;
  gap: 4px;
}
.vehicle-model-cards__card__orderable {
  width: calc(50% - (4px / 2));
}
.vehicle-model-cards__card__orderable a {
  width: 100%;
  min-width: 100px;
}
@media (max-width: 1679.98px) {
  .vehicle-model-cards__card__orderable a {
    font-size: 10px;
  }
}
.vehicle-model-cards__card__immediately-available {
  width: calc(50% - (4px / 2));
}
.vehicle-model-cards__card__immediately-available a {
  width: 100%;
  min-width: 100px;
}
@media (max-width: 1679.98px) {
  .vehicle-model-cards__card__immediately-available a {
    font-size: 10px;
  }
}
.vehicle-model-cards__card__model-link {
  width: 100%;
  min-height: 40px;
}
.vehicle-model-cards__card__model-link a {
  width: 100%;
  min-width: 100px;
}
@media (max-width: 1679.98px) {
  .vehicle-model-cards__card__model-link a {
    font-size: 10px;
  }
}
.vehicle-model-cards__card__model-link i {
  padding-left: 8px;
}
.tab-button-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tab-menu {
  border-radius: 5px;
}
.tab-button {
  float: left;
  font-size: 14px;
  font-weight: 700;
  padding: 7px;
  width: 50%;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  display: inline-block;
  color: #000;
  background-color: #fff;
  cursor: pointer;
}
.tab-button::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: calc(50% - (10px + 2px) / 2);
  bottom: calc(12px / -2);
  background-color: #e51b24;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
}
.tab-button::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #e51b24;
}
.tab-button.active {
  color: #e51b24;
}
.tab-button:not(.active)::before {
  display: none;
}
.tab-button:not(.active)::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ccc;
}
.tab-content > div:first-of-type {
  padding-left: 0;
  padding-right: 8px;
}
.tab-content > div:last-of-type {
  padding-left: 8px;
  padding-right: 0;
}
.tab-menu .tab-content:not(.active) {
  display: none;
}
.tab-menu .tab-content > div {
  float: left;
}

/*# sourceMappingURL=j-rinta-jouppi.css.map*/
