@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box; }

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

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

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

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

select {
  word-wrap: normal; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

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

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

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  color-adjust: exact; }

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

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

.custom-checkbox .custom-control-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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  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: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #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;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-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;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

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

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

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

.page-item:first-child .page-link {
  margin-left: 0;
  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: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

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

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

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

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

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

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

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

.nav-pills .nav-link {
  border-radius: 0.25rem; }

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

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

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

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

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

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: min-content; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-reset {
  color: inherit !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; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

@font-face {
  font-family: 'consorcio-carbel';
  src: url("../fonts/icons/consorcio-carbel.eot?58616394");
  src: url("../fonts/icons/consorcio-carbel.eot?58616394#iefix") format("embedded-opentype"), url("../fonts/icons/consorcio-carbel.woff2?58616394") format("woff2"), url("../fonts/icons/consorcio-carbel.woff?58616394") format("woff"), url("../fonts/icons/consorcio-carbel.ttf?58616394") format("truetype"), url("../fonts/icons/consorcio-carbel.svg?58616394#live-car-shopping") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

[class^="icon-"], [class*=" icon-"] {
  line-height: 1; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "consorcio-carbel";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-left-arrow:before {
  content: '\e800'; }

/* '' */
.icon-location:before {
  content: '\e801'; }

/* '' */
.icon-right-arrow:before {
  content: '\e802'; }

/* '' */
.icon-whastapp:before {
  content: '\e803'; }

/* '' */
.icon-call-on:before {
  content: '\e804'; }

/* '' */
.icon-down-arrow:before {
  content: '\e805'; }

/* '' */
.icon-facebook:before {
  content: '\e806'; }

/* '' */
.icon-fecha-aspas:before {
  content: '\e807'; }

/* '' */
.icon-form-down:before {
  content: '\e808'; }

/* '' */
.icon-form-up:before {
  content: '\e809'; }

/* '' */
.icon-abre-aspas:before {
  content: '\e80a'; }

/* '' */
/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */
@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-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height; }

.swiper-container-3d {
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size:44px; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff; }

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000; }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color:#000000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000; }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/*! nouislider - 14.3.0 - 5/5/2020 */
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative; }

.noUi-base, .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

.noUi-connects {
  overflow: hidden;
  z-index: 0; }

.noUi-connect, .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat; }

.noUi-connect {
  height: 100%;
  width: 100%; }

.noUi-origin {
  height: 10%;
  width: 10%; }

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto; }

.noUi-vertical .noUi-origin {
  width: 0; }

.noUi-horizontal .noUi-origin {
  height: 0; }

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute; }

.noUi-touch-area {
  height: 100%;
  width: 100%; }

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
  -webkit-transition: transform .3s;
  transition: transform .3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

.noUi-horizontal {
  height: 18px; }

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px; }

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto; }

.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB; }

.noUi-connects {
  border-radius: 3px; }

.noUi-connect {
  background: #3FB8AF; }

.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB; }

.noUi-active {
  box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB; }

.noUi-handle:after, .noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px; }

.noUi-handle:after {
  left: 17px; }

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
  cursor: not-allowed; }

.noUi-pips, .noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-sub {
  background: #AAA; }

.noUi-marker-large {
  background: #AAA; }

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%); }

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px; }

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%); }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap; }

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

:root {
  --carbel-color-5f5f5f: #5F5F5F;
  --carbel-color-eeeeee: #EEEEEE;
  --carbel-color-213877: #213877;
  --carbel-color-ff502c: #FF502C;
  --carbel-color-0fb049: #0FB049;
  --carbel-color-d4dce1: #D4DCE1;
  --carbel-color-a8b6bf: #A8B6BF;
  --carbel-color-ff4106: #D12E00;
  --carbel-color-ffffff: #FFFFFF;
  --carbel-color-000000: #000000;
  --carbel-color-182857: #182857;
  --whatsapp-color:#0F8539;
  --carbel-color-f05022: #F05022; }

@font-face {
  font-family: Montserrat;
  src: url("../fonts/web/Montserrat-Regular.eot");
  src: url("../fonts/web/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/web/Montserrat-Regular.woff2") format("woff2"), url("../fonts/web/Montserrat-Regular.woff") format("woff"), url("../fonts/web/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: AndesNeueBold;
  src: url("../fonts/web/AndesNeue-Bold.eot");
  src: url("../fonts/web/AndesNeue-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/web/AndesNeue-Bold.woff2") format("woff2"), url("../fonts/web/AndesNeue-Bold.woff") format("woff"), url("../fonts/web/AndesNeue-Bold.svg#AndesNeue-Bold") format("svg");
  font-weight: 600;
  font-style: bold;
  font-display: swap; }

@font-face {
  font-family: Montserrat;
  src: url("../fonts/web/Montserrat-Bold.eot");
  src: url("../fonts/web/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/web/Montserrat-Bold.woff2") format("woff2"), url("../fonts/web/Montserrat-Bold.woff") format("woff"), url("../fonts/web/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-weight: 700;
  font-style: bold;
  font-display: swap; }

@font-face {
  font-family: AndesNeue;
  src: url("../fonts/web/AndesNeue-Light.eot");
  src: url("../fonts/web/AndesNeue-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/web/AndesNeue-Light.woff2") format("woff2"), url("../fonts/web/AndesNeue-Light.woff") format("woff"), url("../fonts/web/AndesNeue-Light.svg#AndesNeue-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: Montserrat;
  src: url("../fonts/web/Montserrat-Light.eot");
  src: url("../fonts/web/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/web/Montserrat-Light.woff2") format("woff2"), url("../fonts/web/Montserrat-Light.woff") format("woff"), url("../fonts/web/Montserrat-Light.svg#Montserrat-Light") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: AndesNeue;
  src: url("../fonts/web/AndesNeue-Bold.eot");
  src: url("../fonts/web/AndesNeue-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/web/AndesNeue-Bold.woff2") format("woff2"), url("../fonts/web/AndesNeue-Bold.woff") format("woff"), url("../fonts/web/AndesNeue-Bold.svg#AndesNeue-Bold") format("svg");
  font-weight: 600;
  font-style: bold;
  font-display: swap; }

/* EACH FONT */
.font-70 {
  font-size: 70px; }

.font-60 {
  font-size: 60px; }

.font-48 {
  font-size: 48px; }

.font-32 {
  font-size: 32px; }

.font-30 {
  font-size: 30px; }

.font-24 {
  font-size: 24px; }

.font-18 {
  font-size: 18px; }

.font-16 {
  font-size: 16px; }

.font-14 {
  font-size: 14px; }

.font-12 {
  font-size: 12px; }

.font-11 {
  font-size: 11px; }

@media screen and (max-width: 992px) {
  .font-70 {
    font-size: 70px; }
  .font-60 {
    font-size: 60px; }
  .font-48 {
    font-size: 28px; }
  .font-32 {
    font-size: 32px; }
  .font-30 {
    font-size: 30px; }
  .font-24 {
    font-size: 24px; }
  .font-18 {
    font-size: 18px; }
  .font-16 {
    font-size: 16px; }
  .font-14 {
    font-size: 14px; }
  .font-12 {
    font-size: 12px; }
  .font-11 {
    font-size: 11px; } }

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

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

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

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

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

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

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

/* TYPOGRAPHY */
.page-title {
  font: 32px AndesNeue; }
  @media screen and (max-width: 992px) {
    .page-title {
      font-size: 22px; } }

.section-title {
  font: 28px AndesNeue; }
  @media screen and (max-width: 992px) {
    .section-title {
      font-size: 22px; } }

.title {
  font: normal normal bold 42px/26px AndesNeue;
  line-height: initial; }
  @media screen and (max-width: 992px) {
    .title {
      font: normal normal bold 19px/19px AndesNeue;
      line-height: initial; } }

.subtitle {
  font: normal normal normal 24px/32px AndesNeue; }
  @media screen and (max-width: 992px) {
    .subtitle {
      font: normal normal normal 19px/25px AndesNeue;
      margin-top: 15px; } }

.bold {
  font-weight: 500; }

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

.section-title {
  font: italic normal bold 32px/38px AndesNeue; }
  @media screen and (max-width: 992px) {
    .section-title {
      font: normal normal bold 18px/28px AndesNeue; } }

.section-subtitle {
  font: normal normal normal 16px/19px AndesNeue; }
  @media screen and (max-width: 992px) {
    .section-subtitle {
      font: normal normal normal 13px/24px AndesNeue; } }

.filter-text {
  font: normal normal bold 16px/24px AndesNeue;
  color: #012D5E; }

.direct-sell .font-48 {
  font: normal normal 300 32px/39px AndesNeue;
  color: #000000; }
  @media screen and (max-width: 992px) {
    .direct-sell .font-48 {
      font: normal normal 300 24px/29px AndesNeue; } }

.modal-title {
  font-family: AndesNeue; }

.iframe-privacy {
  width: 100%;
  height: 100%;
  border: 0; }

.hidden {
  overflow: hidden;
  height: 0;
  margin: 0;
  width: 0;
  padding: 0;
  opacity: 0.1; }

.form-content .form-control {
  background: #eee;
  border: 1px solid #A8B6BF; }
  .form-content .form-control::placeholder {
    color: #eee; }

:focus {
  outline: none !important;
  outline: 0 !important; }

#privacyPolicy {
  z-index: 99999999999999999999999999 !important; }

.rout-color {
  font-size: 16px;
  color: var(--carbel-color-f05022); }

.color-main {
  color: #001e50; }

.border-lightgray {
  border-bottom: 1px solid #d9d9d9; }
  .border-lightgray:last-child {
    border: 0; }

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

.form-content.simple-form {
  right: unset;
  position: relative;
  top: unset;
  height: 365px;
  margin: 135px -25px 0 30px; }

.form-content.fixed-form.fixed-menu {
  top: -1000px; }
  .form-content.fixed-form.fixed-menu.sticky {
    top: 100px; }
    .form-content.fixed-form.fixed-menu.sticky .form-head {
      display: none; }
    @media screen and (max-width: 992px) {
      .form-content.fixed-form.fixed-menu.sticky {
        top: 235px;
        width: 100%;
        z-index: 999 !important;
        border-radius: 0;
        height: 450px; } }

.border-black-bottom {
  border-bottom: 1px solid black; }

.border-98A5AC-bottom {
  border-bottom: 2px solid #98A5AC;
  width: 100%; }

.gap-25px {
  height: 25px; }
  @media screen and (max-width: 992px) {
    .gap-25px {
      height: 0; } }

.gap-50px {
  height: 50px; }
  @media screen and (max-width: 992px) {
    .gap-50px {
      height: 0; } }

.gap-75px {
  height: 75px; }
  @media screen and (max-width: 992px) {
    .gap-75px {
      height: 0; } }

.border-bottom-btn {
  border-bottom: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center; }

.bg-blue {
  background-color: #007bff; }

.color-blue {
  color: #007bff; }

.bg-indigo {
  background-color: #6610f2; }

.color-indigo {
  color: #6610f2; }

.bg-purple {
  background-color: #6f42c1; }

.color-purple {
  color: #6f42c1; }

.bg-pink {
  background-color: #e83e8c; }

.color-pink {
  color: #e83e8c; }

.bg-red {
  background-color: #dc3545; }

.color-red {
  color: #dc3545; }

.bg-orange {
  background-color: #fd7e14; }

.color-orange {
  color: #fd7e14; }

.bg-yellow {
  background-color: #ffc107; }

.color-yellow {
  color: #ffc107; }

.bg-green {
  background-color: #28a745; }

.color-green {
  color: #28a745; }

.bg-teal {
  background-color: #20c997; }

.color-teal {
  color: #20c997; }

.bg-cyan {
  background-color: #17a2b8; }

.color-cyan {
  color: #17a2b8; }

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

.color-white {
  color: #fff; }

.bg-gray {
  background-color: #6c757d; }

.color-gray {
  color: #6c757d; }

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

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

.modal-backdrop {
  background-color: #fff; }
  .modal-backdrop.show {
    opacity: 0.75; }

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

.unity-mob {
  border-radius: 0 !important; }
  .unity-mob div.form-head {
    border-radius: 0 !important; }

/* ----- OPACITY TO IMGS WITH LAZY LOADING ----- */
.lozad {
  opacity: 0; }

.lozad[data-loaded="true"] {
  opacity: 1;
  transition: opacity 2s; }

body {
  overflow-x: hidden; }
  body.lockscroll {
    overflow: hidden;
    touch-action: none;
    position: relative; }
    body.lockscroll:before {
      content: '';
      width: 100%;
      height: 100vh;
      background: rgba(0, 0, 0, 0.65);
      display: block;
      z-index: 7;
      position: fixed;
      top: 0;
      left: 0;
      opacity: 0.45; }

:focus {
  outline: 0; }

body {
  font: 16px;
  font-family: Montserrat; }
  @media screen and (max-width: 992px) {
    body {
      font-size: 14px; } }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style: none; }

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

button,
button:hover,
button:focus,
button:active,
button.active button.active:focus {
  border: none;
  outline: none;
  box-shadow: none; }

.my-tabs,
.accordion .title {
  cursor: pointer;
  transition: all 0.3s ease; }

.tabs-wrapper .tabs-style {
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  margin: 0 auto;
  height: 54px;
  padding-bottom: 20px;
  color: #5F5F5F;
  opacity: .7;
  background-color: transparent;
  border-bottom: 2px solid transparent;
  font-weight: bold;
  transition: all ease-in 0.3s; }
  .tabs-wrapper .tabs-style:hover {
    color: #FF4106; }
  .tabs-wrapper .tabs-style.active {
    color: #FF4106;
    border-color: #FF4106;
    opacity: 1; }

.scroll-lock {
  overflow: hidden; }

.social-share {
  display: flex;
  align-items: center; }
  .social-share span {
    font-size: 10px;
    opacity: 0.6; }
  .social-share a {
    margin-left: 15px;
    font-size: 20px;
    opacity: 1; }
    .social-share a:hover {
      opacity: 0.6; }

.richtext-content p, .richtext-content h1, .richtext-content h2, .richtext-content h3, .richtext-content h4, .richtext-content h5, .richtext-content h6, .richtext-content img {
  margin-bottom: 30px; }

.richtext-content h1, .richtext-content h2, .richtext-content h3, .richtext-content h4, .richtext-content h5, .richtext-content h6 {
  font: 20px; }

.richtext-content img {
  margin-top: 10px;
  max-width: 100%; }

@media screen and (max-width: 992px) {
  html, body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden; }
  .tabs-wrapper .tabs-style {
    font-size: 24px;
    width: 100%;
    height: 44px; } }

.btn {
  border: none;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  font-family: Montserrat;
  align-items: center;
  height: 40px;
  padding: 0 10px;
  min-width: 150px;
  border-radius: 22px;
  justify-content: center;
  color: white; }
  .btn.cta-form-btn {
    background-color: #36AE7C;
    font: normal normal bold 18px/26px AndesNeue;
    border-radius: 0px 0px 20px 20px; }
    @media screen and (max-width: 992px) {
      .btn.cta-form-btn {
        border-radius: 0; } }
  .btn.btn-gray {
    background: var(--carbel-color-182857) !important; }
    @media screen and (max-width: 992px) {
      .btn.btn-gray {
        position: fixed;
        top: 0;
        z-index: 999999; } }
  @media screen and (max-width: 992px) {
    .btn {
      min-width: auto; } }
  .btn.text-right {
    justify-content: end;
    text-align: right; }
  .btn.text-left {
    justify-content: start;
    text-align: left; }
  .btn:focus {
    color: white; }
  .btn:hover {
    color: white; }
  .btn.unbordered {
    border-radius: 0; }
  .btn.auto-width {
    min-width: auto; }
  .btn.cta-noline-light-btn {
    font: normal normal bold 16px/20px AndesNeue;
    color: #00A1E0; }
  .btn.cta-noline-dark-btn {
    font: normal normal bold 16px/20px AndesNeue;
    color: #012D5E; }
  .btn.cta-outline-btn {
    border: 1px solid #DBE0E4;
    font: normal normal normal 16px/24px AndesNeue;
    color: #012D5E;
    position: relative;
    top: 16.15px; }
    .btn.cta-outline-btn i {
      font-size: 16px; }
    .btn.cta-outline-btn:hover {
      color: white;
      background: white; }
  @media screen and (max-width: 992px) {
    .btn.outline-size {
      width: auto !important; } }
  .btn.main-btn {
    background: var(--carbel-color-f05022); }
    .btn.main-btn:hover {
      transition: all .25s;
      background: var(--carbel-color-f05022); }
  .btn.cta-btn {
    background: #182857; }
    .btn.cta-btn:hover {
      transition: all .25s;
      background: #182857; }
  .btn.cta-car-light-btn {
    background: #00A1E0; }
    .btn.cta-car-light-btn:hover {
      transition: all .25s;
      background: #012D5E; }
  .btn.cta-outline-btn {
    background: #FFFFFF; }
    .btn.cta-outline-btn:hover {
      transition: all .25s;
      background: #001E50; }
  .btn.cta-noline-dark-btn {
    background: transparent; }
    .btn.cta-noline-dark-btn:hover {
      transition: all .25s;
      background: transparent; }
  .btn.cta-noline-light-btn {
    background: transparent; }
    .btn.cta-noline-light-btn:hover {
      transition: all .25s;
      background: transparent; }
  .btn.full-size {
    width: 100%;
    height: 42px; }
  .btn.medium-size {
    width: 50%;
    height: auto; }
  .btn.default-size {
    width: 200px;
    height: 40px; }
  .btn.cta-size {
    width: 160px;
    height: 40px; }
  .btn.cta-head-size {
    width: 270px;
    height: 60px; }
  .btn.card-medium-size {
    width: 155px;
    height: 42px; }
  .btn.outline-size {
    width: 129px;
    height: 33px; }

.btn-wrapper {
  display: flex; }
  .btn-wrapper .btn {
    flex-grow: 1;
    margin-left: 10px; }
    .btn-wrapper .btn:first-child {
      margin-left: 0; }
    @media screen and (max-width: 992px) {
      .btn-wrapper .btn {
        min-width: auto; } }

.burger-trigger {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  height: 100%;
  padding-bottom: 19px;
  cursor: pointer; }
  .burger-trigger.float {
    position: absolute;
    top: 28px;
    left: 100px;
    height: auto; }
    @media screen and (max-width: 992px) {
      .burger-trigger.float {
        z-index: 9999;
        position: absolute;
        top: 30px;
        left: 10px;
        height: auto; } }
  .burger-trigger .burger {
    width: 33px;
    height: 3px;
    background: #001E50;
    transition: all .25s; }
    .burger-trigger .burger:before {
      content: '';
      width: 27px;
      height: 3px;
      background: #001E50;
      position: absolute;
      display: block;
      margin-top: 18px; }
    .burger-trigger .burger:after {
      content: '';
      display: block;
      width: 19px;
      background: #001E50;
      position: absolute;
      margin-top: 9px;
      height: 3px; }
    .burger-trigger .burger.closed {
      transition: all .25s;
      transform: rotate(0);
      position: unset;
      top: unset; }
      .burger-trigger .burger.closed:after {
        transition: all .25s;
        content: '';
        width: 19px; }
      .burger-trigger .burger.closed:before {
        transition: all .25s;
        width: 27px;
        transform: rotate(0);
        left: unset;
        top: unset; }
    .burger-trigger .burger.opened {
      transition: all .25s;
      transform: rotate(-45deg);
      position: relative;
      background: #FFFFFF;
      width: 40px;
      top: 8px; }
      @media screen and (max-width: 992px) {
        .burger-trigger .burger.opened {
          transition: all .25s;
          transform: rotate(-45deg);
          position: absolute;
          background: #FFFFFF;
          width: 20px;
          top: 0px;
          left: 7px;
          height: 1px; } }
      .burger-trigger .burger.opened:after {
        transition: all .25s;
        background: #FFFFFF;
        width: 0; }
      .burger-trigger .burger.opened:before {
        transition: all .25s;
        background: #FFFFFF;
        width: 39px;
        transform: rotate(95deg);
        left: 0;
        top: -18px; }
        @media screen and (max-width: 992px) {
          .burger-trigger .burger.opened:before {
            transition: all .25s;
            background: #FFFFFF;
            width: 20px;
            transform: rotate(95deg);
            left: 0;
            top: -18px;
            height: 1px; } }
  .burger-trigger .burger-text {
    margin: 1.05em 0 0 10px;
    font-weight: 500;
    color: #012D5E; }
    .burger-trigger .burger-text.opened {
      color: #FFFFFF; }
      @media screen and (max-width: 992px) {
        .burger-trigger .burger-text.opened {
          font-size: .85em; } }

.banner-home-controller .swiper-pagination {
  width: 100%;
  bottom: -48px; }

.banner-home-controller .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: var(--carbel-color-a8b6bf);
  margin: 0 .25em;
  display: inline-block;
  border-radius: 100%;
  opacity: 1; }
  .banner-home-controller .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--carbel-color-182857); }

.banner-home-controller .scrollTo {
  position: relative;
  background: var(--carbel-color-f05022);
  color: var(--carbel-color-ffffff);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  cursor: pointer;
  font: normal normal bold 12px/13px AndesNeue;
  left: calc(50% - 25px);
  bottom: 17%;
  z-index: 2;
  align-items: center;
  justify-content: center; }
  .banner-home-controller .scrollTo i {
    font-size: 25px;
    margin: -.25em; }
  @media screen and (max-width: 992px) {
    .banner-home-controller .scrollTo {
      width: 45px;
      height: 45px;
      bottom: 48%; } }

.page-blog .main-post .date {
  margin-top: 5px;
  font: normal normal 300 12px/30px Montserrat;
  color: #40424A; }

.page-blog .main-post .title {
  font: normal normal bold 24px/30px AndesNeue;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: black;
  font-size: 20px;
  margin-bottom: 20px; }

.page-blog .main-post .paragraph {
  font: normal normal normal 14px/24px Montserrat;
  color: black; }

.page-blog .main-post a {
  font: normal normal bold 14px/30px AndesNeue;
  color: #182857; }

.single-post .title {
  font: normal normal bold 40px/26px AndesNeue;
  color: #182857;
  line-height: 2.5rem; }
  @media screen and (max-width: 992px) {
    .single-post .title {
      font: normal normal bold 26px/26px AndesNeue; } }

.news .large {
  width: 360px !important; }

.news .info-news {
  width: 290px;
  height: 250px;
  background-color: #F2F2F2;
  padding: 20px;
  margin-top: -30px;
  margin-bottom: 20px;
  position: relative;
  z-index: 8; }
  .news .info-news .info-date {
    color: var(--carbel-color-182857);
    font-size: 12px; }
  .news .info-news .info-title {
    color: black;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: AndesNeue; }
  .news .info-news .info-paragraph {
    color: black;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }

.title-blog-banner {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font: normal normal bold 40px/26px AndesNeueBold;
  letter-spacing: 0px;
  color: var(--carbel-color-182857);
  font-weight: 600; }

.news-related {
  background: var(--carbel-color-d4dce1);
  margin-bottom: -5em; }
  @media screen and (max-width: 992px) {
    .news-related {
      margin-bottom: 0; } }
  .news-related .news-toswiper .swiper-slide {
    display: flex;
    justify-content: center; }
  .news-related .news-toswiper .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: white; }
    .news-related .news-toswiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: var(--carbel-color-f05022); }
  .news-related .news-toswiper .swiper-pagination-pts.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: -25px;
    position: relative; }
  .news-related .news-toswiper .swiper-button-next, .news-related .news-toswiper .swiper-button-prev {
    background: white;
    padding: 1em 1.35em;
    border-radius: 100%;
    box-shadow: 0px 3px 6px #00000029; }
    @media screen and (max-width: 992px) {
      .news-related .news-toswiper .swiper-button-next, .news-related .news-toswiper .swiper-button-prev {
        padding: 0;
        height: 35px;
        width: 35px; } }
    .news-related .news-toswiper .swiper-button-next i, .news-related .news-toswiper .swiper-button-prev i {
      font-size: 2em; }
      @media screen and (max-width: 992px) {
        .news-related .news-toswiper .swiper-button-next i, .news-related .news-toswiper .swiper-button-prev i {
          font-size: 1.5em; } }
  .news-related .title {
    color: var(--carbel-color-182857); }
  .news-related .img-news-bg {
    display: flex;
    width: 290px;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative; }
    .news-related .img-news-bg .detail {
      bottom: 24px;
      position: absolute;
      color: white;
      background: #00000080;
      font: normal normal medium 16px/20px AndesNeue;
      padding: 1em; }

.bread {
  color: var(--carbel-color-182857);
  font: normal normal bold 14px/26px AndesNeue; }
  .bread a {
    font: normal normal bold 14px/26px AndesNeue;
    color: var(--carbel-color-182857); }
  .bread span {
    color: var(--carbel-color-f05022); }

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */ }

/*.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
  }*/
.noUi-handle {
  position: relative;
  z-index: 1; }

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
     its values is > 50%. */
  z-index: 10; }

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s,top .3s;
  transition: left 0.3s,top .3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

.noUi-handle:after, .noUi-handle:before {
  background: transparent; }

/* Painting and performance;
   * Browsers can paint handles in their own layer.
   */
.noUi-base, .noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* Slider size and handle placement;
   */
.noUi-horizontal {
  height: 3px; }

.noUi-horizontal .noUi-handle {
  width: 0px;
  height: 0px;
  border-radius: 50%;
  top: -4px;
  left: unset;
  right: -22px;
  background: #012D5E;
  border: 4px solid  #012D5E;
  z-index: 99; }

/* Styling;
   */
.noUi-background {
  background: #D6D7D9; }

.noUi-connect {
  background: #012D5E;
  opacity: 1;
  -webkit-transition: background 450ms;
  transition: background 450ms; }

.noUi-origin {
  border-radius: 2px; }

.noUi-target {
  border-radius: 2px; }

/* Handles and cursors;
   */
.noUi-draggable {
  cursor: w-resize; }

.noUi-vertical .noUi-draggable {
  cursor: n-resize; }

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important; }

.noUi-handle:active {
  border: 6px solid #012d5e;
  border: 6px solid #012d5e;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  top: -5px; }

/* Disabled state;
   */
[disabled].noUi-connect, [disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-origin, [disabled] .noUi-handle {
  cursor: not-allowed; }

.card-controller {
  max-width: 268px;
  margin: 0 20px 3.5em 0; }
  @media screen and (max-width: 992px) {
    .card-controller {
      margin: 0;
      max-width: unset; } }

.new-car-controller {
  max-width: 268px;
  max-height: 275px;
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 992px) {
    .new-car-controller {
      max-width: unset;
      max-height: unset; } }
  .new-car-controller img.car-img {
    position: relative;
    z-index: 2;
    margin: 3.75em 0 1em 0;
    max-width: 270px;
    max-height: 116px; }
    @media screen and (max-width: 992px) {
      .new-car-controller img.car-img {
        max-width: unset;
        max-height: unset; } }
  .new-car-controller .car-name {
    position: absolute;
    left: 21px;
    top: 21px;
    color: #FFFFFF;
    font: normal normal bold 24px/29px AndesNeue; }
  .new-car-controller .new-car:before {
    content: '';
    height: 135px;
    width: 100%;
    display: block;
    position: absolute; }
    @media screen and (max-width: 992px) {
      .new-car-controller .new-car:before {
        left: 0; } }

.used-card .used-car-controller {
  min-height: 580px;
  border: 1px solid var(--vw-color-dbe0e4);
  border: 1px solid #DBE0E4;
  border-radius: 4px;
  padding: 15px;
  margin: 0 10px 0 0; }
  @media screen and (max-width: 992px) {
    .used-card .used-car-controller {
      min-height: unset; } }
  .used-card .used-car-controller.last-child {
    margin: 0; }
  .used-card .used-car-controller .car-img {
    max-height: 235px;
    width: 100%; }
  .used-card .used-car-controller .car-brand {
    font: normal normal normal 14px/24px AndesNeue;
    letter-spacing: 0px;
    color: #98A5AC; }
  .used-card .used-car-controller .car-name {
    font: normal normal bold 24px/29px AndesNeue;
    letter-spacing: 0px;
    color: #000000; }
    @media screen and (max-width: 992px) {
      .used-card .used-car-controller .car-name {
        font: normal normal bold 20px/29px AndesNeue; } }
  .used-card .used-car-controller .details ul li {
    display: flex;
    align-items: center;
    margin: .5em 0;
    font: normal normal normal 14px/24px AndesNeue;
    letter-spacing: 0px;
    color: #000000; }
    .used-card .used-car-controller .details ul li p {
      margin: 0; }
    .used-card .used-car-controller .details ul li i {
      margin: 0 .5em 0 0;
      font-size: 15px; }
  .used-card .used-car-controller .details .price {
    font: normal normal bold 24px/29px AndesNeue;
    letter-spacing: 0px;
    color: #000000;
    margin: 0 0 .5em 0; }
    .used-card .used-car-controller .details .price:before {
      content: 'RS'; }

.promo-card {
  width: 370px;
  background: rgba(219, 224, 228, 0.2);
  border: 1px solid rgba(219, 224, 228, 0.2);
  color: #000000;
  border-radius: 4px; }
  .promo-card .car-head.promo {
    display: flex;
    align-items: center;
    justify-content: center; }
  .promo-card .car-name {
    font: normal normal bold 24px/24px AndesNeue; }
  .promo-card .subtitle-car-name {
    font: normal normal normal 14px/24px AndesNeue; }
  .promo-card .parcels-name {
    font: normal normal bold 18px/24px AndesNeue;
    letter-spacing: 0px; }
  .promo-card .subparcels-name {
    max-height: 250px;
    overflow-y: scroll;
    height: auto;
    min-height: 100px; }
    .promo-card .subparcels-name::-webkit-scrollbar {
      width: 2px;
      height: 2px; }
    .promo-card .subparcels-name::-webkit-scrollbar-button {
      width: 0px;
      height: 0px; }
    .promo-card .subparcels-name::-webkit-scrollbar-thumb {
      background: transparent;
      border: 0px none transparent;
      border-radius: 50px; }
    .promo-card .subparcels-name::-webkit-scrollbar-thumb:hover {
      background: transparent; }
    .promo-card .subparcels-name::-webkit-scrollbar-thumb:active {
      background: transparent; }
    .promo-card .subparcels-name::-webkit-scrollbar-track {
      background: transparent;
      border: 0px none transparent;
      border-radius: 50px; }
    .promo-card .subparcels-name::-webkit-scrollbar-track:hover {
      background: transparent; }
    .promo-card .subparcels-name::-webkit-scrollbar-track:active {
      background: transparent; }
    .promo-card .subparcels-name::-webkit-scrollbar-corner {
      background: transparent; }
  .promo-card .subparcels-name, .promo-card .date-name {
    font: normal normal normal 14px/24px AndesNeue;
    letter-spacing: 0px; }
  .promo-card .date-name {
    margin: 0 0 20px 0; }
  .promo-card .conditions {
    font: normal normal bold 16px/20px AndesNeue;
    letter-spacing: 0px;
    color: #012D5E; }
    .promo-card .conditions i {
      font-size: 17px;
      font-weight: bold; }
  .promo-card img {
    height: auto;
    max-height: 200px;
    border-radius: 4px 4px 0px 0px; }

.pieces {
  width: 270px;
  background: var(--vw-color-f7f8f9) 0% 0% no-repeat padding-box;
  border: 1px solid var(--vw-color-dbe0e4);
  background: #F7F8F9 0% 0% no-repeat padding-box;
  border: 1px solid #DBE0E4;
  opacity: 1;
  border-radius: 4px;
  color: #000000; }
  @media screen and (max-width: 992px) {
    .pieces {
      width: 90%;
      margin: 0 auto; } }
  .pieces .piece-name {
    font: normal normal bold 14px/24px AndesNeue;
    min-height: 100px;
    max-height: 100px;
    overflow-y: scroll; }
    .pieces .piece-name::-webkit-scrollbar {
      width: 2px;
      height: 2px; }
    .pieces .piece-name::-webkit-scrollbar-button {
      width: 0px;
      height: 0px; }
    .pieces .piece-name::-webkit-scrollbar-thumb {
      background: transparent;
      border: 0px none transparent;
      border-radius: 50px; }
    .pieces .piece-name::-webkit-scrollbar-thumb:hover {
      background: transparent; }
    .pieces .piece-name::-webkit-scrollbar-thumb:active {
      background: transparent; }
    .pieces .piece-name::-webkit-scrollbar-track {
      background: transparent;
      border: 0px none transparent;
      border-radius: 50px; }
    .pieces .piece-name::-webkit-scrollbar-track:hover {
      background: transparent; }
    .pieces .piece-name::-webkit-scrollbar-track:active {
      background: transparent; }
    .pieces .piece-name::-webkit-scrollbar-corner {
      background: transparent; }
  .pieces .piece-price {
    font: normal normal bold 18px/22px AndesNeue;
    color: #00A1E0; }
  .pieces img {
    height: 187px;
    border-radius: 4px 4px 0px 0px; }
    @media screen and (max-width: 992px) {
      .pieces img {
        width: 100%;
        height: auto; } }

@media screen and (max-width: 992px) {
  .new-car-list {
    padding: 0 5em 0 0; }
    .new-car-list .swiper-slide {
      padding: 2em; }
  .btn-two .btn.cta-outline-btn {
    top: unset; } }

.point-to-sell {
  background: var(--carbel-color-f05022);
  height: 437px;
  display: flex;
  flex-direction: column;
  color: white; }
  @media screen and (max-width: 992px) {
    .point-to-sell {
      height: 375px; }
      .point-to-sell .title {
        font: normal normal bold 24px/30px AndesNeue; } }
  .point-to-sell .points-toswiper {
    padding: 0 0 2em 0; }
    .point-to-sell .points-toswiper .swiper-slide {
      display: flex;
      justify-content: center; }
    .point-to-sell .points-toswiper .swiper-pagination-bullet {
      width: 15px;
      height: 15px;
      background: white; }
      .point-to-sell .points-toswiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: var(--carbel-color-182857); }
    .point-to-sell .points-toswiper .swiper-pagination-pts.swiper-pagination-clickable.swiper-pagination-bullets {
      bottom: -25px;
      position: relative; }
    .point-to-sell .points-toswiper .swiper-button-next, .point-to-sell .points-toswiper .swiper-button-prev {
      background: white;
      padding: 1.5em 1.5em;
      border-radius: 100%;
      box-shadow: 0px 3px 6px #00000029; }
      @media screen and (max-width: 992px) {
        .point-to-sell .points-toswiper .swiper-button-next, .point-to-sell .points-toswiper .swiper-button-prev {
          padding: .25em .85em;
          width: 35px;
          height: 35px; } }
      .point-to-sell .points-toswiper .swiper-button-next i, .point-to-sell .points-toswiper .swiper-button-prev i {
        font-size: 2em; }
        @media screen and (max-width: 992px) {
          .point-to-sell .points-toswiper .swiper-button-next i, .point-to-sell .points-toswiper .swiper-button-prev i {
            font-size: 1.5em; } }
    @media (max-width: 992px) {
      .point-to-sell .points-toswiper .btn-navigation-units {
        top: 90px; } }
  .point-to-sell .point-weight-control {
    width: 75%; }
    @media screen and (max-width: 992px) {
      .point-to-sell .point-weight-control {
        width: 80%;
        margin: 1em 0 0 0; }
        .point-to-sell .point-weight-control .point-address {
          width: 83%;
          margin: 0 auto; } }
    .point-to-sell .point-weight-control i {
      font-size: 25px; }
    .point-to-sell .point-weight-control .point-title {
      font: normal normal bold 18px/26px Montserrat; }

@media screen and (max-width: 992px) {
  .reviews .title {
    font: normal normal bold 26px/30px AndesNeue; } }

.reviews .reviews-toswiper {
  padding: 0 0 2em 0; }
  @media (min-width: 768px) {
    .reviews .reviews-toswiper .swiper-wrapper {
      padding: 0 0 0 4.5em; } }
  @media screen and (max-width: 992px) {
    .reviews .reviews-toswiper .swiper-button-next, .reviews .reviews-toswiper .swiper-button-prev {
      top: 30%; } }
  .reviews .reviews-toswiper .swiper-slide {
    display: flex;
    justify-content: center; }
  .reviews .reviews-toswiper .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #858585; }
    .reviews .reviews-toswiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: var(--carbel-color-f05022); }
  .reviews .reviews-toswiper .swiper-pagination-rvw.swiper-pagination-clickable.swiper-pagination-bullets {
    top: 30px;
    right: unset;
    width: 100%;
    left: unset;
    margin: 0 0 0 auto;
    position: relative; }
    @media screen and (max-width: 992px) {
      .reviews .reviews-toswiper .swiper-pagination-rvw.swiper-pagination-clickable.swiper-pagination-bullets {
        width: 100%;
        right: unset; } }
  .reviews .reviews-toswiper .swiper-button-next, .reviews .reviews-toswiper .swiper-button-prev {
    background: white;
    padding: 1em 1.35em;
    border-radius: 100%;
    box-shadow: 0px 3px 6px #00000029; }
    .reviews .reviews-toswiper .swiper-button-next i, .reviews .reviews-toswiper .swiper-button-prev i {
      font-size: 2em;
      color: var(--carbel-color-f05022); }
      @media screen and (max-width: 992px) {
        .reviews .reviews-toswiper .swiper-button-next i, .reviews .reviews-toswiper .swiper-button-prev i {
          font-size: 1.5em; } }

.reviews .news-toswiper .swiper-slide {
  display: flex;
  justify-content: center; }

.reviews .news-toswiper .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: white; }
  .reviews .news-toswiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--carbel-color-f05022); }

.reviews .news-toswiper .swiper-pagination-pts.swiper-pagination-clickable.swiper-pagination-bullets {
  bottom: -25px;
  position: relative; }

.reviews .news-toswiper .swiper-button-next, .reviews .news-toswiper .swiper-button-prev {
  background: white;
  padding: 1em 1.35em;
  border-radius: 100%;
  box-shadow: 0px 3px 6px #00000029; }
  @media screen and (max-width: 992px) {
    .reviews .news-toswiper .swiper-button-next, .reviews .news-toswiper .swiper-button-prev {
      padding: 0;
      width: 35px;
      height: 35px; } }
  .reviews .news-toswiper .swiper-button-next i, .reviews .news-toswiper .swiper-button-prev i {
    font-size: 2em; }
    @media screen and (max-width: 992px) {
      .reviews .news-toswiper .swiper-button-next i, .reviews .news-toswiper .swiper-button-prev i {
        font-size: 1.5em; } }

.reviews .title {
  color: var(--carbel-color-f05022); }
  .reviews .title.title-news {
    color: var(--carbel-color-182857); }

.reviews .review .quote {
  font: normal normal 300 20px/28px Montserrat; }
  @media screen and (max-width: 992px) {
    .reviews .review .quote {
      font: normal normal 300 14px/20px Montserrat;
      display: flex;
      text-align: center; } }
  .reviews .review .quote i {
    font-size: 35px;
    color: var(--carbel-color-f05022); }
    @media screen and (max-width: 992px) {
      .reviews .review .quote i {
        margin: auto 0 0 0; }
        .reviews .review .quote i.icon-abre-aspas {
          margin: 0; } }

.reviews .review .img-review {
  border-radius: 100%; }
  @media screen and (max-width: 992px) {
    .reviews .review .img-review {
      width: 250px;
      margin: 0 auto; } }

.reviews .review .detail-quote .name {
  font: normal normal bold 22px/28px Montserrat; }
  @media screen and (max-width: 992px) {
    .reviews .review .detail-quote .name {
      font: normal normal bold 16px/20px Montserrat;
      text-align: center; } }

.reviews .review .detail-quote .profession {
  font: normal normal 300 20px/28px Montserrat; }
  @media screen and (max-width: 992px) {
    .reviews .review .detail-quote .profession {
      font: normal normal 300 14px/20px Montserrat;
      text-align: center; } }

.reviews .news {
  background: var(--carbel-color-d4dce1); }
  .reviews .news .img-news-bg {
    display: flex;
    width: 290px;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative; }
    .reviews .news .img-news-bg .detail {
      bottom: 24px;
      position: absolute;
      color: white;
      background: #00000080;
      font: normal normal medium 16px/20px AndesNeue;
      padding: 1em; }

.cta-with-background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .cta-with-background .title {
    color: var(--carbel-color-182857);
    width: 39%;
    text-align: center;
    font: normal normal bold 24px/36px AndesNeue; }
    @media screen and (max-width: 992px) {
      .cta-with-background .title {
        width: 85%;
        margin-bottom: 3em;
        text-align: center;
        font: normal normal bold 18px/24px AndesNeue; } }

.policies .paragraph {
  font: normal normal 300 12px/16px Montserrat; }

#carclick-consortium-container {
  background-color: transparent !important; }
  #carclick-consortium-container .filter-container {
    width: 60%;
    margin: 0 auto 5em auto;
    border: 0; }
    @media screen and (max-width: 992px) {
      #carclick-consortium-container .filter-container {
        width: 100%;
        margin: 0 auto 2em auto;
        border: 0 !important; } }
  #carclick-consortium-container .simulation-result-container {
    width: 61%;
    background: #F0F0F0;
    margin: 0 auto; }
    @media screen and (max-width: 992px) {
      #carclick-consortium-container .simulation-result-container {
        width: 100%;
        margin: 0 auto 2em auto;
        border: 0 !important; } }

@media screen and (max-width: 992px) {
  .policies {
    padding: 2em 1em; }
  .flex-mob {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3em; } }

.section-consortium-cards .consortium-cards-title {
  font-size: 32px;
  color: #182857;
  font-weight: bold;
  font-family: AndesNeue; }

.section-consortium-cards .consortium-cards-header {
  padding-top: 20px;
  border-top: 3px solid #F7F8F9; }

.section-consortium-cards .consortium-cards-body {
  background-color: #FFFFFF; }

.section-consortium-cards .swiper-consortium-tabs .swiper-wrapper {
  justify-content: center; }

@media (max-width: 992px) {
  .section-consortium-cards .consortium-cards-body {
    padding: 40px 0 60px; } }

.consortium-cards-content {
  position: relative;
  margin-bottom: 30px;
  background-color: #FFFFFF;
  border: 1px solid #707070;
  border-top: none; }
  .consortium-cards-content-car {
    font-size: 22px;
    padding: 10px 0;
    margin-bottom: 0;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #182857;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .consortium-cards-content-img {
    height: 141px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .consortium-cards-content-img img {
      max-width: 100%;
      max-height: 100%; }
  .consortium-cards-content-body {
    background-color: #EEEEEE;
    color: #6D7A80; }
  .consortium-cards-content-title {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding-top: 5px;
    margin-bottom: 0;
    font-family: AndesNeue; }
  .consortium-cards-content-value {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 0; }
  .consortium-cards-content-parcel {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    background-color: #182857;
    color: #FFFFFF;
    padding: 5px 0;
    margin-bottom: 0; }
  .consortium-cards-content-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #DBE0E4;
    color: #6D7A80; }
  .consortium-cards-content .buttons-action-wrapper {
    display: flex;
    justify-content: center;
    padding: 10px 20px 20px;
    background-color: #EEEEEE; }
    .consortium-cards-content .buttons-action-wrapper .btn {
      padding: 30px 0;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 24px;
      width: 100%;
      background-color: #F05022;
      border-radius: 5px; }
  .consortium-cards-content-description {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background-color: #EEEEEE; }
    .consortium-cards-content-description-text {
      font-size: 10px;
      color: #6D7A80;
      text-align: center; }

@media (max-width: 992px) {
  .consortium-cards-content-img {
    height: max-content; } }

.form-main {
  width: 255px; }

.main-form {
  padding: 1em 0; }

.date-mob {
  padding: 0 !important; }

.form-content {
  box-shadow: 0px 0px 30px #00000029;
  font-family: Montserrat;
  width: 270px;
  position: absolute;
  z-index: 9;
  top: 150px;
  right: 119px;
  background: #FFFFFF;
  padding: 1.5em;
  border-radius: 0px 0px 20px 20px; }
  .form-content .form-title {
    text-align: center;
    font: normal normal bold 20px/26px AndesNeue;
    color: var(--carbel-color-182857); }
  .form-content.fixed-form {
    transform: translate(0, -200%);
    right: 0; }
    .form-content.fixed-form .form-title {
      display: none; }
    .form-content.fixed-form.sticky {
      position: fixed;
      top: 60px;
      right: 0;
      transform: translate(0, 0);
      transition: transform .25s; }
      @media screen and (max-width: 992px) {
        .form-content.fixed-form.sticky {
          top: 245px;
          width: 100%;
          height: calc(100vh - 42px); } }
  .form-content.float {
    width: 470px;
    right: 375px;
    top: 280px;
    padding: 0 25px 1.5em 25px; }
    .form-content.float .form-head {
      margin: -1.5em -1.6em 0 -1.6em; }
  .form-content.date {
    width: 100%;
    position: unset; }
  .form-content.information {
    width: 470px;
    right: 375px;
    top: 165px; }
    @media screen and (max-width: 992px) {
      .form-content.information {
        width: 90%;
        right: unset;
        top: unset;
        position: unset;
        margin: 3em auto; }
        .form-content.information .btn-form-properties {
          position: relative;
          bottom: -26px; } }
  .form-content .form-head {
    height: 64px;
    background: var(--carbel-color-182857) 0% 0% no-repeat padding-box;
    border-radius: 4px 4px 0px 0px;
    margin: -1.5em -1.5em 0 -1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; }
    .form-content .form-head .form-title {
      color: white; }
    .form-content .form-head span {
      position: relative;
      top: -3px; }
    .form-content .form-head .close-pin-units {
      position: relative;
      font-size: 28px;
      text-shadow: none;
      color: #fff;
      opacity: 1;
      top: -10px;
      right: -5px; }
    .form-content .form-head i {
      color: white;
      font-size: 28px; }
  .form-content [class^="col-"], .form-content [class*=" col-"] {
    padding-left: 5px;
    padding-right: 5px; }
  .form-content .main-form .btn {
    position: absolute;
    /*
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
        height: 60px;
        font-size: 16px;
        */ }
  .form-content .form-control {
    border: none;
    font-size: 14px;
    height: 36px;
    padding: 0 8px; }
    .form-content .form-control:focus {
      box-shadow: none; }
  .form-content textarea.form-control {
    height: 66px; }

.input-wrapper {
  position: relative;
  border: 1px solid #DBE0E4;
  margin: 0 0 .25em 0; }
  .input-wrapper label {
    margin: 0;
    position: absolute;
    font-size: 14px;
    opacity: 0.7;
    transition: all 0.3s ease;
    left: 8px;
    top: 50%;
    transform: translate(0, -50%);
    cursor: text;
    pointer-events: none; }
  .input-wrapper textarea {
    resize: none; }
    .input-wrapper textarea + label {
      top: 18px;
      transform: translate(0 0); }
  .input-wrapper ::placeholder {
    color: #FFFFFF; }
  .input-wrapper input.form-control, .input-wrapper textarea.form-control {
    padding: 14px 8px 0 8px; }
    .input-wrapper input.form-control:focus + label, .input-wrapper input.form-control:not(:placeholder-shown) + label, .input-wrapper textarea.form-control:focus + label, .input-wrapper textarea.form-control:not(:placeholder-shown) + label {
      font-family: Montserrat;
      font-size: 12px;
      top: 12px;
      opacity: 1; }

.form-control {
  border-radius: 0;
  font-size: 14px; }

.custom-select {
  background-size: 12px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Camada_1" x="0px" y="0px" viewBox="0 0 30 30" style="enable-background:new 0 0 30 30;" xml:space="preserve"><path d="M15.6,21.2L15.6,21.2c-0.3,0.3-0.9,0.3-1.2,0L3.3,10c-0.3-0.3-0.3-0.9,0-1.2c0.3-0.3,0.9-0.3,1.2,0L15,19.4L25.5,8.8l0,0  c0.3-0.3,0.9-0.3,1.2,0l0,0c0.3,0.3,0.3,0.9,0,1.2L15.6,21.2z"/></svg>'); }

.btn-privacy {
  transition: all 0.3s ease;
  text-decoration: underline;
  cursor: pointer; }
  .btn-privacy:hover {
    color: #012D5E; }

.custom-control-label {
  cursor: pointer; }

.custom-checkbox {
  display: flex;
  align-items: center; }
  .custom-checkbox .custom-control-input ~ .custom-control-label::before,
  .custom-checkbox .custom-control-input ~ .custom-control-label::after {
    border-radius: 0;
    top: 50%;
    transform: translate(0, -50%); }
  .custom-checkbox .custom-control-input:checked {
    background-color: #012D5E; }

.custom-file input {
  cursor: pointer; }
  .custom-file input:hover + label:after {
    background-color: #012D5E; }

.custom-file label {
  border-radius: 0;
  font-size: 14px; }
  .custom-file label:after {
    transition: all 0.3s ease;
    color: #FFFFFF;
    border-radius: 0;
    height: 100%;
    display: flex;
    align-items: center;
    content: 'ANEXAR';
    font: 12px 'font-bold';
    background-color: #012D5E; }

.iframe-privacy {
  border: none;
  width: 100%;
  height: 400px;
  max-height: 100%; }
  @media screen and (max-width: 992px) {
    .iframe-privacy {
      height: 300px; } }

.modal-form {
  z-index: 850; }
  .modal-form .pop-up-content {
    position: absolute;
    right: 0;
    top: 70px;
    width: 285px; }
  @media screen and (max-width: 992px) {
    .modal-form {
      z-index: 950; }
      .modal-form .pop-up-content {
        width: 100%;
        top: 0;
        left: 0; }
        .modal-form .pop-up-content .form-title {
          text-align: center; } }

.page-form .input-wrapper, .page-form select, .page-form .custom-file {
  margin-bottom: 30px; }

.page-form .custom-checkbox {
  margin-bottom: 15px;
  font-size: 13px; }

.page-form textarea {
  height: 100px; }

@media screen and (max-width: 992px) {
  .page-form .input-wrapper, .page-form select, .page-form .custom-file {
    margin-bottom: 15px; } }

.btn-form-properties {
  height: 50px !important;
  border-radius: 0px 0px 4px 4px;
  position: absolute;
  bottom: 0;
  left: 0; }

input#files {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px; }
  input#files::-webkit-file-upload-button {
    border: 0;
    background: transparent; }

/******* CONTATO CHECK *******/
.contato-check {
  margin-top: 1rem;
  font-size: 0.8rem;
  font-size: 12px; }
  .contato-check__form {
    margin: 0.5rem 0;
    white-space: nowrap; }
  .contato-check__validate {
    color: red; }
  .contato-check input[type=checkbox]::after {
    position: relative;
    top: -5px;
    margin: 0 0.25rem; }
  .contato-check input[type=checkbox]:checked::after {
    top: 0; }

.btn-submit-home:disabled,
.btn-submit-modal:disabled {
  background-color: #363636;
  border: #363636;
  color: darkgray;
  cursor: not-allowed;
  position: initial; }

footer.footer {
  background: var(--carbel-color-182857);
  height: 60px;
  position: relative;
  top: 31px; }
  footer.footer ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 60px;
    color: white;
    font: normal normal 300 12px/16px Montserrat; }

@media screen and (max-width: 992px) {
  footer.footer-mobile {
    margin: 0 0 -2em 0;
    padding: 2em 0 6em 0;
    background: #F0F0F0 0% 0% no-repeat padding-box; }
    footer.footer-mobile li {
      margin-bottom: 15px; }
      footer.footer-mobile li:last-child {
        margin-bottom: 0; } }

@media screen and (max-width: 992px) {
  .footerbar-mobile {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    z-index: 9;
    text-align: center;
    transform: translate(0, 100%);
    font: normal normal bold 18px/20px AndesNeue;
    color: white; }
    .footerbar-mobile i {
      font-size: 24px; }
    .footerbar-mobile.unloaded {
      transition: all .25s;
      transform: translate(0, 0); }
    .footerbar-mobile.loaded {
      transition: all .25s;
      transform: translate(0, 100%); }
    .footerbar-mobile .call-on, .footerbar-mobile .whatsapp-on {
      padding: 1em 0; }
    .footerbar-mobile .call-on {
      background-color: var(--carbel-color-182857); }
    .footerbar-mobile .whatsapp-on {
      background-color: var(--carbel-color-0fb049); } }

.filter-used {
  max-width: 270px; }
  .filter-used.minimized {
    position: fixed;
    top: 0;
    left: 0;
    background: white;
    width: 100%;
    z-index: 9999;
    max-width: 100%;
    height: 100%;
    padding: 2em;
    transition: all .25s;
    transform: translate(-100%, 0); }
    .filter-used.minimized.expanded {
      transform: translate(0, 0);
      transition: all .25s; }
  .filter-used .unbordered {
    border-radius: 0 !important; }

@media screen and (max-width: 992px) {
  .mob-filter {
    border: 1px solid #ced4da;
    width: 50%;
    text-align: center;
    padding: .25em;
    font-size: 16px;
    margin: 0 -13px; }
  .filterused {
    position: absolute;
    margin: 0 !important;
    height: 0;
    padding: 0 !important; }
  .callback-filters {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    top: 0;
    padding: 1em;
    background: #c7c7c7;
    color: white; }
  .direct-sell {
    margin-top: 4em; } }

header {
  position: relative;
  background: white;
  box-shadow: 0px 3px 6px #00000029;
  height: 100px; }
  header.head-desktop-fixed {
    height: 60px;
    background: var(--carbel-color-182857); }
  @media screen and (max-width: 992px) {
    header {
      height: auto; } }

.head .phone-controller, .head .phone-controller-wpp {
  width: 190px;
  height: 60px;
  display: flex;
  margin: 0 0 0 1em;
  padding: 0 0 0 1em; }

.head .location {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 500;
  color: #012D5E; }
  .head .location i {
    font-size: 25px; }

.menu-list-fixed {
  transition: all .25s;
  position: fixed;
  z-index: 11;
  background: #012D5E;
  width: 100vw;
  height: 100vh; }
  @media screen and (max-width: 992px) {
    .menu-list-fixed {
      z-index: 999; } }
  .menu-list-fixed.closed {
    transition: all .35s;
    transform: translate(0, -125%);
    top: unset; }
  .menu-list-fixed.opened {
    transition: all .25s;
    transform: translate(0, 0);
    top: 0; }

.big-menu {
  border-right: 2px solid white; }
  @media screen and (max-width: 992px) {
    .big-menu {
      border-right: 0;
      border-bottom: 1px solid white;
      margin: 1em 20px 25px 20px;
      padding: 25px 0; } }
  .big-menu li {
    margin-bottom: 61px; }
    @media screen and (max-width: 992px) {
      .big-menu li {
        margin-bottom: 20px; } }
    .big-menu li a {
      line-height: 49px;
      font-size: 48px;
      font-family: Montserrat;
      color: #FFFFFF;
      font-weight: 300; }
      @media screen and (max-width: 992px) {
        .big-menu li a {
          line-height: initial;
          font-size: 30px; } }

@media screen and (max-width: 992px) {
  .medium-menu {
    margin: -11em 20px 25px 20px;
    padding: 25px 0; } }

.medium-menu li {
  margin-bottom: 75px; }
  @media screen and (max-width: 992px) {
    .medium-menu li {
      margin-bottom: 25px; } }
  .medium-menu li:first-child a {
    font-weight: 500; }
  .medium-menu li a {
    line-height: 29px;
    font-size: 24px;
    font-family: Montserrat;
    color: #FFFFFF;
    font-weight: 300; }
    .medium-menu li a:hover {
      font-weight: 400; }

.head-desktop-fixed {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.85);
  z-index: 11;
  width: 100%; }
  .head-desktop-fixed .phone-controller {
    background: var(--carbel-color-182857);
    color: white; }
    .head-desktop-fixed .phone-controller-wpp {
      background: var(--whatsapp-color);
      color: white; }
  .head-desktop-fixed .phones-whatsapp .swiper-slide, .head-desktop-fixed .phones .swiper-slide {
    color: white; }
  .head-desktop-fixed.unloaded {
    transition: all .25s;
    transform: translate(0, -100%); }
  .head-desktop-fixed.loaded {
    transition: all .25s;
    transform: translate(0, 0); }
    .head-desktop-fixed.loaded .burger-trigger {
      display: flex;
      align-items: center;
      position: relative;
      justify-content: center;
      height: auto;
      position: fixed;
      top: 20px;
      z-index: 12; }
    .head-desktop-fixed.loaded .btn:first-child {
      border: 1px solid #fff; }
  .head-desktop-fixed .main-btn {
    background: var(--carbel-color-f05022);
    margin-right: -3rem;
    border-radius: 0 !important; }
    .head-desktop-fixed .main-btn i {
      font-size: 28px; }

@media screen and (max-width: 992px) {
  .location {
    display: flex;
    position: absolute;
    flex-direction: column;
    align-items: center;
    font: normal normal bold 12px/16px AndesNeue;
    letter-spacing: 0px;
    color: black; }
    .location i {
      font-size: 25px;
      /* color: #001E50; */
      color: #FF4106; } }
    @media screen and (max-width: 992px) and (max-width: 992px) {
      .location i {
        font-size: 35px;
        color: #FF4106;
        margin-bottom: -5px; } }

@media screen and (max-width: 992px) {
  .menu-mobile, .menu-mobile-fixed {
    z-index: 99; }
  .menu-mobile-fixed {
    position: fixed;
    width: 100%;
    top: 37px;
    background: white; }
    .menu-mobile-fixed.unloaded {
      transition: all .25s;
      transform: translate(0, -200%) !important; }
      .menu-mobile-fixed.unloaded .form-head {
        display: none; }
    .menu-mobile-fixed.loaded {
      transition: all .25s;
      transform: translate(0, 0);
      top: 0px; }
      .menu-mobile-fixed.loaded.unloaded {
        top: 37px; }
      .menu-mobile-fixed.loaded .form-head {
        display: none; }
    .menu-mobile-fixed .form-content .btn {
      position: static; }
  .menu-mobile-fixed.loaded.unloaded .form-content.fixed-form.onmob.sticky {
    top: 247px;
    height: 665px; }
  .menu-mobile-fixed.loaded .form-content.fixed-form.onmob.sticky {
    top: 42px;
    transform: translate(0, 0);
    width: 100%;
    height: calc(100vh - 42px); }
    .menu-mobile-fixed.loaded .form-content.fixed-form.onmob.sticky .main-form {
      padding: 0; }
      .menu-mobile-fixed.loaded .form-content.fixed-form.onmob.sticky .main-form .btn {
        position: static; } }

@media (max-width: 1650px) {
  .btn.cta-size {
    width: 160px; } }

.head-desktop-fixed.loaded .burger-trigger {
  position: initial;
  top: 0;
  margin-bottom: 15px;
  padding-bottom: 0; }

.logo-fixed-controller {
  margin-left: 40px; }

.swiper-button-next i, .swiper-button-prev i {
  color: #012D5E; }

.swiper-button-next:after, .swiper-button-prev:after {
  content: none; }

/*
*/
.newveichle-top .swiper-button-next:after {
  content: 'next'; }

.newveichle-top .swiper-button-next.swiper-button-white:after {
  content: 'next'; }

.newveichle-top .swiper-button-prev.swiper-button-white:after {
  content: 'prev'; }

.newveichle-top .swiper-button-prev:after {
  content: 'prev'; }

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: var(--carbel-color-a8b6bf);
  margin: 0 .25em;
  display: inline-block;
  border-radius: 100%;
  opacity: 1; }
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--carbel-color-182857); }

.swiper-pagination-unitlist {
  position: unset; }

.phones-whatsapp {
  width: 100%; }
  .phones-whatsapp .swiper-slide {
    font-weight: 500;
    color: var(--whatsapp-color); }
    .phones-whatsapp .swiper-slide p {
      margin-left: 2em; }
      .phones-whatsapp .swiper-slide p.phone-title {
        font-weight: bold; }
    .phones-whatsapp .swiper-slide i {
      position: absolute;
      left: 0;
      font-size: 2em;
      top: 15%; }

.phones {
  width: 100%; }
  .phones .swiper-slide {
    font-weight: 500;
    color: var(--carbel-color-f05022); }
    .phones .swiper-slide p {
      margin-left: 2em; }
      .phones .swiper-slide p.phone-title {
        font-weight: bold; }
    .phones .swiper-slide i {
      position: absolute;
      left: 0;
      font-size: 2em;
      top: 15%; }

.version-thumbs {
  padding: 1em 0;
  border-bottom: 2px solid #98A5AC;
  margin: 1em 0; }
  .version-thumbs .swiper-slide {
    cursor: pointer; }
    .version-thumbs .swiper-slide .version-name {
      text-align: center; }
  .version-thumbs .swiper-button-next i, .version-thumbs .swiper-button-prev i {
    font-size: 35px;
    font-weight: bold; }

.version-content {
  padding: 3em 0; }
  .version-content .background-color-effect:before {
    content: '';
    height: 240px;
    background: #DFE4E8 0% 0% no-repeat padding-box;
    display: block;
    margin-bottom: -120px; }
  .version-content ul {
    padding: 2em 0; }

.share-list {
  display: flex;
  list-style: none;
  margin: 0;
  align-items: center;
  font-weight: bold;
  font: normal normal bold 16px/45px AndesNeue;
  letter-spacing: 0px;
  color: #182857; }
  .share-list .share-item {
    color: #182857; }
    .share-list .share-item a {
      font-weight: normal;
      font-size: 1.75em;
      margin: 0 0 0 .15em;
      padding: .25em .35em; }
      .share-list .share-item a i.icon.icon-whastapp {
        color: #0F8539; }
      .share-list .share-item a:hover {
        transition: all .35s; }

.spincar {
  width: 570px; }
  @media screen and (max-width: 992px) {
    .spincar {
      width: 100%;
      max-width: 100%;
      padding: 0 1em; } }
  .spincar .newveichle-banner {
    height: 428px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 100%; }
    @media screen and (max-width: 992px) {
      .spincar .newveichle-banner {
        height: 280px; } }
  .spincar .newveichle-thumb {
    height: 100px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    height: 75px; }
  .spincar .newveichle-thumbs {
    padding: 20px 20px 0 0; }

.modal-overlay {
  position: fixed;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  z-index: 1000; }

.modal-content {
  font-family: Montserrat, sans-serif; }

.strong {
  font-weight: bold; }

.w-50 {
  min-width: 50px !important; }

.response-mob {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .response-mob i {
    color: var(--carbel-color-f05022);
    font-size: 70px;
    padding: 0 0 30px 0; }
  .response-mob .title {
    font: normal normal 300 32px/39px AndesNeue;
    color: #000000;
    padding: 0 0 30px 0; }
  .response-mob .paragraph {
    font: normal normal normal 14px/24px AndesNeue;
    color: #000000;
    padding: 0 0 30px 0; }

.response .modal-header {
  border: 0; }

#modal-pdf .modal-content {
  width: 900px;
  background-color: #555454; }

@media (max-width: 992px) {
  #modal-pdf .modal-content {
    width: 100%;
    height: 98vh; }
  #modal-pdf .pdf-embed-wrapper {
    color: white;
    padding: 12px;
    text-align: center;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    height: 90px; }
  #modal-pdf .download-link {
    background-color: var(--carbel-color-182857);
    padding: 10px;
    border-radius: 20px;
    color: #FFFFFF;
    font-weight: bold; } }

.usedveichle .caracteristics-title {
  font: normal normal bold 18px/22px AndesNeue;
  color: #000000; }

.usedveichle .caracteristic {
  font: normal normal normal 14px/24px AndesNeue;
  color: #000000; }
  .usedveichle .caracteristic i {
    font-size: 16px; }

.usedveichle .used-title-car {
  font: normal normal 300 32px/39px AndesNeue;
  color: #000000; }
  @media screen and (max-width: 992px) {
    .usedveichle .used-title-car {
      font: normal normal 300 22px/37px AndesNeue; } }

.usedveichle .version-used {
  font: normal normal bold 18px/22px AndesNeue; }
  .usedveichle .version-used span {
    font: normal normal bold 18px/22px AndesNeue; }

@media screen and (max-width: 992px) {
  .usedveichle .usedveichle-title {
    font: normal normal normal 18px/22px AndesNeue;
    margin-top: 15px; }
    .usedveichle .usedveichle-title i {
      margin-right: 15px; } }

.usedveichle .usedveichle-details-controller {
  width: 270px;
  padding: 138px 30px 0 30px; }
  @media screen and (max-width: 992px) {
    .usedveichle .usedveichle-details-controller {
      width: 100%;
      padding: 0 1em; } }

.usedveichle .cta-price {
  font: normal normal bold 18px/39px AndesNeue;
  color: #000000; }
  @media screen and (max-width: 992px) {
    .usedveichle .cta-price {
      margin: 1em 0 0 0; } }

.usedveichle .usedveichle-price {
  font: normal normal 300 32px/39px AndesNeue;
  color: #000000; }
  .usedveichle .usedveichle-price:before {
    content: 'R$'; }

.phone {
  line-height: 13px; }

/*# sourceMappingURL=style.min.css.map */
