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

*,
*::before,
*::after {
  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", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

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

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

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

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

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

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

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

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

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

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

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.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::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          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; }
  .form-row > .col > .valid-tooltip,
  .form-row > [class*="col-"] > .valid-tooltip {
    left: 5px; }

.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") right 0.75rem center/8px 10px no-repeat, #fff 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") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }
  .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; }
  .form-row > .col > .invalid-tooltip,
  .form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px; }

.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") right 0.75rem center/8px 10px no-repeat, #fff 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") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

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

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

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

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

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

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

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

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

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

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

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

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

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

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

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

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

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

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

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

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

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent; }

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

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

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .input-group:not(.has-validation) > .form-control:not(:last-child),
  .input-group:not(.has-validation) > .custom-select:not(:last-child),
  .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group.has-validation > .form-control:nth-last-child(n + 3),
  .input-group.has-validation > .custom-select:nth-last-child(n + 3),
  .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

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

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

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

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

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

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          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: 50% / 50% 50% no-repeat; }

.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") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          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;
  overflow: hidden;
  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;
  overflow: hidden;
  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;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .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;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

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

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

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

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-link {
    margin-bottom: -1px;
    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; }

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

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

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

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

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

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

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

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

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

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

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

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

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

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

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

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

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

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

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

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

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

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

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

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

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

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px); }

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

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

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

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

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

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

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

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

.accordion {
  overflow-anchor: none; }
  .accordion > .card {
    overflow: hidden; }
    .accordion > .card:not(:last-of-type) {
      border-bottom: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .accordion > .card:not(:first-of-type) {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .accordion > .card > .card-header {
      border-radius: 0;
      margin-bottom: -1px; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  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; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #007bff; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

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

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      -webkit-animation: none;
              animation: none; } }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 1px; }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

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

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

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

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.toast-body {
  padding: 0.75rem; }

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

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

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

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

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    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: -webkit-min-content;
      height: -moz-min-content;
      height: min-content; }
  .modal-sm {
    max-width: 300px; } }

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

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc(-0.5rem - 1px); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc(-0.5rem - 1px); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
          animation: .75s linear infinite spinner-border; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: .75s linear infinite spinner-grow;
          animation: .75s linear infinite spinner-grow; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s; } }

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

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

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

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

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

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

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

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

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

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

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

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

@-webkit-keyframes pulse2 {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: .8; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0; } }

@keyframes pulse2 {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: .8; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0; } }

@-webkit-keyframes pointerglow {
  0% {
    transform: translate(-50%, -50%) scale(0);
    transform-origin: center center;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0; }
  50% {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1; }
  100% {
    transform: translate(-50%, -50%) scale(1);
    transform-origin: center center;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0; } }

@keyframes pointerglow {
  0% {
    transform: translate(-50%, -50%) scale(0);
    transform-origin: center center;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0; }
  50% {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1; }
  100% {
    transform: translate(-50%, -50%) scale(1);
    transform-origin: center center;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0; } }

@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg); }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg); }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg); } }

@keyframes shake {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg); }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg); }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg); } }

@keyframes blink-animation {
  to {
    visibility: hidden; } }

@-webkit-keyframes blink-animation {
  to {
    visibility: hidden; } }

/* CSS reset */
body {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: 1.115rem;
  line-height: 1.75rem;
  color: #222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

html {
  height: 100%;
  margin: 0px;
  padding: 0px; }

body {
  min-height: 100%;
  margin: 0px;
  padding: 0px; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  color: #111; }

h1, .h1 {
  font-size: 2.5rem;
  line-height: 3.5rem;
  margin-bottom: 1rem; }

h2, .h2 {
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 1rem; }

h3, .h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1rem; }

h4, .h4 {
  font-size: 1.275rem;
  line-height: 2.625rem;
  margin-bottom: 1rem; }

h5, .h5 {
  font-size: 1rem;
  line-height: 2.125rem;
  margin-bottom: 1rem; }

h6, .h6 {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  margin-bottom: 1rem; }

p, li, td, th, dl, dt, dd {
  font-size: 1.115rem;
  line-height: 1.75rem;
  font-family: "Poppins", sans-serif;
  color: #222; }
  p strong, li strong, td strong, th strong, dl strong, dt strong, dd strong {
    color: #111; }

ol, ul, dl {
  margin-left: 0px;
  padding-left: 18px; }

p:not(:last-child), li:not(:last-child) {
  margin-bottom: 1.5rem; }

hr {
  box-sizing: border-box; }

.modal {
  top: 50%;
  transform: translateY(calc(-25% + 20px));
  z-index: 99992; }
  .modal .modal-dialog .modal-content .modal-header {
    padding-right: 60px; }
    .modal .modal-dialog .modal-content .modal-header .close {
      position: relative;
      margin: 0px;
      padding: 0px;
      opacity: 1;
      text-shadow: none;
      width: 32px;
      height: 32px;
      position: absolute;
      right: 5px;
      top: 5px; }
      .modal .modal-dialog .modal-content .modal-header .close::before {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        background: #fff;
        position: absolute;
        left: 0px;
        top: 15px;
        transform: rotate(45deg); }
      .modal .modal-dialog .modal-content .modal-header .close::after {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        background: #fff;
        position: absolute;
        left: 0px;
        top: 15px;
        transform: rotate(135deg); }
      .modal .modal-dialog .modal-content .modal-header .close:hover::before {
        background: #000; }
      .modal .modal-dialog .modal-content .modal-header .close:hover::after {
        background: #000; }

.bg_white {
  background: #fff; }

.bg_gray {
  background: #f7f6f6; }

.btn-white {
  background: #fff;
  color: #000 !important; }

.btn-primary {
  background-color: #df0d0c;
  border-color: #df0d0c; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled):active {
    background-color: #cc0201;
    border-color: #cc0201; }
  .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(223, 13, 12, 0.5); }

.book_an_appointment_btn {
  margin: 1rem 0; }
  .book_an_appointment_btn a {
    width: 100%;
    background: #df0d0c;
    border: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    width: 100%;
    padding: 0.6rem 0.75rem;
    text-align: center;
    text-decoration: none; }
    .book_an_appointment_btn a:hover {
      background: #f00; }

.cta_icons > div {
  display: inline-block;
  margin: 0px 30px 0 10px; }

.cta_icons .phone {
  width: 48px;
  height: 48px;
  position: relative; }
  .cta_icons .phone .icon {
    display: block;
    width: 60%;
    height: 60%;
    position: absolute;
    left: 20%;
    top: 20%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    padding: 10%;
    background: rgba(255, 255, 255, 0.2);
    -webkit-animation: shake 1s infinite ease-in-out;
    animation: shake 1s infinite ease-in-out; }
    .cta_icons .phone .icon span {
      display: block;
      width: 100%;
      height: 100%;
      background: url("data:image/svg+xml,%3Csvg class='svg-phone' style='width: 1em; height: 1em;vertical-align: middle;fill: %23fff; overflow: hidden;' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M911.242667 708.565333q0 15.424-5.717333 40.277333t-12.010667 39.146667q-12.010667 28.565333-69.717333 60.565333-53.717333 29.141333-106.282667 29.141333-15.424 0-29.994667-2.005333t-32.853333-7.146667-27.136-8.277333-31.722667-11.712-28.010667-10.282667q-56-20.010667-100.010667-47.424-73.152-45.141333-151.146667-123.136t-123.136-151.146667q-27.434667-44.010667-47.424-100.010667-1.706667-5.141333-10.282667-28.010667t-11.712-31.722667-8.277333-27.136-7.146667-32.853333-2.005333-29.994667q0-52.565333 29.141333-106.282667 32-57.706667 60.565333-69.717333 14.293333-6.293333 39.146667-12.010667t40.277333-5.717333q8 0 12.010667 1.706667 10.282667 3.434667 30.293333 43.434667 6.293333 10.858667 17.152 30.848t20.010667 36.288 17.706667 30.570667q1.706667 2.282667 10.005333 14.293333t12.288 20.288 4.010667 16.277333q0 11.434667-16.277333 28.565333t-35.434667 31.424-35.434667 30.293333-16.277333 26.282667q0 5.141333 2.858667 12.864t4.864 11.712 8 13.717333 6.570667 10.858667q43.434667 78.293333 99.434667 134.293333t134.293333 99.434667q1.152 0.576 10.858667 6.570667t13.717333 8 11.712 4.864 12.864 2.858667q10.282667 0 26.282667-16.277333t30.293333-35.434667 31.424-35.434667 28.565333-16.277333q8 0 16.277333 4.010667t20.288 12.288 14.293333 10.005333q14.293333 8.576 30.570667 17.706667t36.288 20.010667 30.848 17.152q40 20.010667 43.434667 30.293333 1.706667 4.010667 1.706667 12.010667z' /%3E%3C/svg%3E"); }
  .cta_icons .phone .ring1, .cta_icons .phone .ring2, .cta_icons .phone .ring3, .cta_icons .phone .ring4 {
    box-shadow: 0 0 5px #fff;
    opacity: 0;
    display: block;
    width: 120%;
    height: 120%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .cta_icons .phone .ring1 {
    -webkit-animation: pointerglow 3s infinite;
    animation: pointerglow 3s infinite; }
  .cta_icons .phone .ring2 {
    -webkit-animation: pointerglow 3s 400ms infinite;
    animation: pointerglow 3s 400ms infinite; }
  .cta_icons .phone .ring3 {
    -webkit-animation: pointerglow 3s 800ms infinite;
    animation: pointerglow 3s 800ms infinite; }
  .cta_icons .phone .ring4 {
    -webkit-animation: pointerglow 3s 1400ms infinite;
    animation: pointerglow 3s 1400ms infinite; }
  .cta_icons .phone:hover .icon {
    background: white; }
    .cta_icons .phone:hover .icon span {
      background: url("data:image/svg+xml,%3Csvg class='svg-phone' style='width: 1em; height: 1em;vertical-align: middle;fill: %23df0d0c; overflow: hidden;' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M911.242667 708.565333q0 15.424-5.717333 40.277333t-12.010667 39.146667q-12.010667 28.565333-69.717333 60.565333-53.717333 29.141333-106.282667 29.141333-15.424 0-29.994667-2.005333t-32.853333-7.146667-27.136-8.277333-31.722667-11.712-28.010667-10.282667q-56-20.010667-100.010667-47.424-73.152-45.141333-151.146667-123.136t-123.136-151.146667q-27.434667-44.010667-47.424-100.010667-1.706667-5.141333-10.282667-28.010667t-11.712-31.722667-8.277333-27.136-7.146667-32.853333-2.005333-29.994667q0-52.565333 29.141333-106.282667 32-57.706667 60.565333-69.717333 14.293333-6.293333 39.146667-12.010667t40.277333-5.717333q8 0 12.010667 1.706667 10.282667 3.434667 30.293333 43.434667 6.293333 10.858667 17.152 30.848t20.010667 36.288 17.706667 30.570667q1.706667 2.282667 10.005333 14.293333t12.288 20.288 4.010667 16.277333q0 11.434667-16.277333 28.565333t-35.434667 31.424-35.434667 30.293333-16.277333 26.282667q0 5.141333 2.858667 12.864t4.864 11.712 8 13.717333 6.570667 10.858667q43.434667 78.293333 99.434667 134.293333t134.293333 99.434667q1.152 0.576 10.858667 6.570667t13.717333 8 11.712 4.864 12.864 2.858667q10.282667 0 26.282667-16.277333t30.293333-35.434667 31.424-35.434667 28.565333-16.277333q8 0 16.277333 4.010667t20.288 12.288 14.293333 10.005333q14.293333 8.576 30.570667 17.706667t36.288 20.010667 30.848 17.152q40 20.010667 43.434667 30.293333 1.706667 4.010667 1.706667 12.010667z' /%3E%3C/svg%3E"); }

.cta_icons .whatsapp {
  width: 48px;
  height: 48px; }
  .cta_icons .whatsapp a {
    display: block;
    background: url(../images/whatsapp.svg) no-repeat 0 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    border-radius: 50%;
    position: relative; }
    .cta_icons .whatsapp a::before {
      content: "";
      position: absolute;
      top: -5px;
      left: -5px;
      z-index: -1;
      border-radius: 50%;
      width: calc(100% + 10px);
      height: calc(100% + 10px);
      border: 26px solid #fff;
      -webkit-animation: pulse2 2s ease-out infinite;
              animation: pulse2 2s ease-out infinite; }
    .cta_icons .whatsapp a:hover::before {
      border-color: #0fe886; }

.cta_icons .facebook {
  width: 48px;
  height: 48px; }
  .cta_icons .facebook a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
    position: relative; }
    .cta_icons .facebook a::after {
      content: '';
      display: block;
      background: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg fill='%2338529a' viewBox='0 0 512 512' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M288,192v-38.1c0-17.2,3.8-25.9,30.5-25.9H352V64h-55.9c-68.5,0-91.1,31.4-91.1,85.3V192h-45v64h45v192h83V256h56.4l7.6-64 H288z'/%3E%3C/svg%3E");
      position: absolute;
      width: 70%;
      height: 70%;
      left: 15%;
      top: 15%; }
    .cta_icons .facebook a:hover {
      background: #38529a; }
      .cta_icons .facebook a:hover::after {
        background: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg fill='%23fff' viewBox='0 0 512 512' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M288,192v-38.1c0-17.2,3.8-25.9,30.5-25.9H352V64h-55.9c-68.5,0-91.1,31.4-91.1,85.3V192h-45v64h45v192h83V256h56.4l7.6-64 H288z'/%3E%3C/svg%3E"); }

.cta_icons .youtube {
  width: 48px;
  height: 48px; }
  .cta_icons .youtube a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
    position: relative; }
    .cta_icons .youtube a::after {
      content: '';
      display: block;
      background: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' viewBox='0 0 512 512' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:serif='http://www.serif.com/' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg%3E%3Cpath d='M501.299,132.766c-5.888,-22.03 -23.234,-39.377 -45.264,-45.264c-39.932,-10.701 -200.037,-10.701 -200.037,-10.701c0,0 -160.105,0 -200.038,10.701c-22.025,5.887 -39.376,23.234 -45.264,45.264c-10.696,39.928 -10.696,123.236 -10.696,123.236c0,0 0,83.308 10.696,123.232c5.888,22.03 23.239,39.381 45.264,45.268c39.933,10.697 200.038,10.697 200.038,10.697c0,0 160.105,0 200.037,-10.697c22.03,-5.887 39.376,-23.238 45.264,-45.268c10.701,-39.924 10.701,-123.232 10.701,-123.232c0,0 0,-83.308 -10.701,-123.236Z' style='fill:%23df0d0c;fill-rule:nonzero;'/%3E%3Cpath d='M204.796,332.803l133.018,-76.801l-133.018,-76.801l0,153.602Z' style='fill:%23fff;fill-rule:nonzero;'/%3E%3C/g%3E%3C/svg%3E");
      position: absolute;
      width: 70%;
      height: 70%;
      left: 15%;
      top: 15%; }
    .cta_icons .youtube a:hover {
      background: #df0d0c; }
      .cta_icons .youtube a:hover::after {
        background: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' viewBox='0 0 512 512' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:serif='http://www.serif.com/' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg%3E%3Cpath d='M501.299,132.766c-5.888,-22.03 -23.234,-39.377 -45.264,-45.264c-39.932,-10.701 -200.037,-10.701 -200.037,-10.701c0,0 -160.105,0 -200.038,10.701c-22.025,5.887 -39.376,23.234 -45.264,45.264c-10.696,39.928 -10.696,123.236 -10.696,123.236c0,0 0,83.308 10.696,123.232c5.888,22.03 23.239,39.381 45.264,45.268c39.933,10.697 200.038,10.697 200.038,10.697c0,0 160.105,0 200.037,-10.697c22.03,-5.887 39.376,-23.238 45.264,-45.268c10.701,-39.924 10.701,-123.232 10.701,-123.232c0,0 0,-83.308 -10.701,-123.236Z' style='fill:%23fff;fill-rule:nonzero;'/%3E%3Cpath d='M204.796,332.803l133.018,-76.801l-133.018,-76.801l0,153.602Z' style='fill:%23df0d0c;fill-rule:nonzero;'/%3E%3C/g%3E%3C/svg%3E"); }

.cta_icons .twitter {
  width: 48px;
  height: 48px; }
  .cta_icons .twitter a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
    position: relative; }
    .cta_icons .twitter a::after {
      content: '';
      display: block;
      background: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg fill='%23df0d0c' viewBox='0 0 56.693 56.693' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M52.837,15.065c-1.811,0.805-3.76,1.348-5.805,1.591c2.088-1.25,3.689-3.23,4.444-5.592c-1.953,1.159-4.115,2-6.418,2.454 c-1.843-1.964-4.47-3.192-7.377-3.192c-5.581,0-10.106,4.525-10.106,10.107c0,0.791,0.089,1.562,0.262,2.303 c-8.4-0.422-15.848-4.445-20.833-10.56c-0.87,1.492-1.368,3.228-1.368,5.082c0,3.506,1.784,6.6,4.496,8.412 c-1.656-0.053-3.215-0.508-4.578-1.265c-0.001,0.042-0.001,0.085-0.001,0.128c0,4.896,3.484,8.98,8.108,9.91 c-0.848,0.23-1.741,0.354-2.663,0.354c-0.652,0-1.285-0.063-1.902-0.182c1.287,4.015,5.019,6.938,9.441,7.019 c-3.459,2.711-7.816,4.327-12.552,4.327c-0.815,0-1.62-0.048-2.411-0.142c4.474,2.869,9.786,4.541,15.493,4.541 c18.591,0,28.756-15.4,28.756-28.756c0-0.438-0.009-0.875-0.028-1.309C49.769,18.873,51.483,17.092,52.837,15.065z'/%3E%3C/svg%3E");
      position: absolute;
      width: 70%;
      height: 70%;
      left: 15%;
      top: 15%; }
    .cta_icons .twitter a:hover {
      background: #df0d0c; }
      .cta_icons .twitter a:hover::after {
        background: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg fill='%23fff' viewBox='0 0 56.693 56.693' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M52.837,15.065c-1.811,0.805-3.76,1.348-5.805,1.591c2.088-1.25,3.689-3.23,4.444-5.592c-1.953,1.159-4.115,2-6.418,2.454 c-1.843-1.964-4.47-3.192-7.377-3.192c-5.581,0-10.106,4.525-10.106,10.107c0,0.791,0.089,1.562,0.262,2.303 c-8.4-0.422-15.848-4.445-20.833-10.56c-0.87,1.492-1.368,3.228-1.368,5.082c0,3.506,1.784,6.6,4.496,8.412 c-1.656-0.053-3.215-0.508-4.578-1.265c-0.001,0.042-0.001,0.085-0.001,0.128c0,4.896,3.484,8.98,8.108,9.91 c-0.848,0.23-1.741,0.354-2.663,0.354c-0.652,0-1.285-0.063-1.902-0.182c1.287,4.015,5.019,6.938,9.441,7.019 c-3.459,2.711-7.816,4.327-12.552,4.327c-0.815,0-1.62-0.048-2.411-0.142c4.474,2.869,9.786,4.541,15.493,4.541 c18.591,0,28.756-15.4,28.756-28.756c0-0.438-0.009-0.875-0.028-1.309C49.769,18.873,51.483,17.092,52.837,15.065z'/%3E%3C/svg%3E"); }

.postshare > div {
  display: inline-block;
  margin: 6px; }

.postshare .whatsapp {
  width: 44px;
  height: 44px; }
  .postshare .whatsapp a {
    display: block;
    background: url(../images/whatsapp.svg) no-repeat 0 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    border-radius: 50%;
    position: relative; }
    .postshare .whatsapp a::before {
      content: "";
      position: absolute;
      top: -5px;
      left: -5px;
      z-index: -1;
      border-radius: 50%;
      width: calc(100% + 10px);
      height: calc(100% + 10px);
      border: 26px solid #fff;
      -webkit-animation: pulse2 2s ease-out infinite;
              animation: pulse2 2s ease-out infinite; }
    .postshare .whatsapp a:hover::before {
      border-color: #0fe886; }

.postshare .facebook {
  width: 44px;
  height: 44px; }
  .postshare .facebook a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #38529a;
    border-radius: 50%;
    position: relative; }
    .postshare .facebook a::after {
      content: '';
      display: block;
      background: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg fill='%23fff' viewBox='0 0 512 512' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M288,192v-38.1c0-17.2,3.8-25.9,30.5-25.9H352V64h-55.9c-68.5,0-91.1,31.4-91.1,85.3V192h-45v64h45v192h83V256h56.4l7.6-64 H288z'/%3E%3C/svg%3E");
      position: absolute;
      width: 70%;
      height: 70%;
      left: 15%;
      top: 15%; }
    .postshare .facebook a::before {
      content: "";
      position: absolute;
      top: -5px;
      left: -5px;
      z-index: -1;
      border-radius: 50%;
      width: calc(100% + 10px);
      height: calc(100% + 10px);
      border: 26px solid #fff;
      -webkit-animation: pulse2 2s ease-out infinite;
              animation: pulse2 2s ease-out infinite; }
    .postshare .facebook a:hover::before {
      border-color: #38529a; }

.postshare .twitter {
  width: 44px;
  height: 44px; }
  .postshare .twitter a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #1DA1F2;
    border-radius: 50%;
    position: relative; }
    .postshare .twitter a::after {
      content: '';
      display: block;
      background: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg fill='%23fff' viewBox='0 0 56.693 56.693' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M52.837,15.065c-1.811,0.805-3.76,1.348-5.805,1.591c2.088-1.25,3.689-3.23,4.444-5.592c-1.953,1.159-4.115,2-6.418,2.454 c-1.843-1.964-4.47-3.192-7.377-3.192c-5.581,0-10.106,4.525-10.106,10.107c0,0.791,0.089,1.562,0.262,2.303 c-8.4-0.422-15.848-4.445-20.833-10.56c-0.87,1.492-1.368,3.228-1.368,5.082c0,3.506,1.784,6.6,4.496,8.412 c-1.656-0.053-3.215-0.508-4.578-1.265c-0.001,0.042-0.001,0.085-0.001,0.128c0,4.896,3.484,8.98,8.108,9.91 c-0.848,0.23-1.741,0.354-2.663,0.354c-0.652,0-1.285-0.063-1.902-0.182c1.287,4.015,5.019,6.938,9.441,7.019 c-3.459,2.711-7.816,4.327-12.552,4.327c-0.815,0-1.62-0.048-2.411-0.142c4.474,2.869,9.786,4.541,15.493,4.541 c18.591,0,28.756-15.4,28.756-28.756c0-0.438-0.009-0.875-0.028-1.309C49.769,18.873,51.483,17.092,52.837,15.065z'/%3E%3C/svg%3E");
      position: absolute;
      width: 64%;
      height: 64%;
      left: 18%;
      top: 18%; }
    .postshare .twitter a::before {
      content: "";
      position: absolute;
      top: -5px;
      left: -5px;
      z-index: -1;
      border-radius: 50%;
      width: calc(100% + 10px);
      height: calc(100% + 10px);
      border: 26px solid #fff;
      -webkit-animation: pulse2 2s ease-out infinite;
              animation: pulse2 2s ease-out infinite; }
    .postshare .twitter a:hover::before {
      border-color: #1DA1F2; }

.postshare .pinterest {
  width: 44px;
  height: 44px; }
  .postshare .pinterest a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #D7143A;
    border-radius: 50%;
    position: relative; }
    .postshare .pinterest a::after {
      content: '';
      display: block;
      background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http:a/www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 511.998 511.998' style='enable-background:new 0 0 511.998 511.998;' xml:space='preserve'%3E%3Cpath style='fill:%23fff;' d='M405.017,52.467C369.774,18.634,321.001,0,267.684,0C186.24,0,136.148,33.385,108.468,61.39 c-34.114,34.513-53.675,80.34-53.675,125.732c0,56.993,23.839,100.737,63.76,117.011c2.68,1.098,5.377,1.651,8.021,1.651 c8.422,0,15.095-5.511,17.407-14.35c1.348-5.071,4.47-17.582,5.828-23.013c2.906-10.725,0.558-15.884-5.78-23.353 c-11.546-13.662-16.923-29.817-16.923-50.842c0-62.451,46.502-128.823,132.689-128.823c68.386,0,110.866,38.868,110.866,101.434 c0,39.482-8.504,76.046-23.951,102.961c-10.734,18.702-29.609,40.995-58.585,40.995c-12.53,0-23.786-5.147-30.888-14.121 c-6.709-8.483-8.921-19.441-6.222-30.862c3.048-12.904,7.205-26.364,11.228-39.376c7.337-23.766,14.273-46.213,14.273-64.122 c0-30.632-18.832-51.215-46.857-51.215c-35.616,0-63.519,36.174-63.519,82.354c0,22.648,6.019,39.588,8.744,46.092 c-4.487,19.01-31.153,132.03-36.211,153.342c-2.925,12.441-20.543,110.705,8.618,118.54c32.764,8.803,62.051-86.899,65.032-97.713 c2.416-8.795,10.869-42.052,16.049-62.495c15.817,15.235,41.284,25.535,66.064,25.535c46.715,0,88.727-21.022,118.298-59.189 c28.679-37.02,44.474-88.618,44.474-145.282C457.206,127.983,438.182,84.311,405.017,52.467z'/%3E%3C/svg%3E");
      position: absolute;
      width: 56%;
      height: 56%;
      left: 22%;
      top: 22%; }
    .postshare .pinterest a::before {
      content: "";
      position: absolute;
      top: -5px;
      left: -5px;
      z-index: -1;
      border-radius: 50%;
      width: calc(100% + 10px);
      height: calc(100% + 10px);
      border: 26px solid #fff;
      -webkit-animation: pulse2 2s ease-out infinite;
              animation: pulse2 2s ease-out infinite; }
    .postshare .pinterest a:hover::before {
      border-color: #D7143A; }

.checklist_icon {
  width: 110px;
  height: 110px;
  position: relative;
  margin: 0 auto; }
  .checklist_icon .icon {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%; }
    .checklist_icon .icon span {
      display: block;
      width: 84%;
      height: 84%;
      position: absolute;
      z-index: 2;
      border-radius: 50%;
      background: #df0d0c;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
      .checklist_icon .icon span img, .checklist_icon .icon span svg {
        width: 100%;
        height: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-24%, -34%);
        position: absolute;
        z-index: 5; }
    .checklist_icon .icon:before {
      content: '';
      width: 100%;
      height: 100%;
      display: block;
      background: #fff;
      z-index: 1;
      position: absolute;
      border-radius: 50%;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      border: solid 4px #df0d0c; }
  .checklist_icon .ring1, .checklist_icon .ring2, .checklist_icon .ring3, .checklist_icon .ring4 {
    box-shadow: 0 0 5px #df0d0c;
    opacity: 0;
    display: block;
    width: 140%;
    height: 140%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .checklist_icon .ring1 {
    -webkit-animation: pointerglow 3s infinite;
    animation: pointerglow 3s infinite; }
  .checklist_icon .ring2 {
    -webkit-animation: pointerglow 3s 400ms infinite;
    animation: pointerglow 3s 400ms infinite; }
  .checklist_icon .ring3 {
    -webkit-animation: pointerglow 3s 800ms infinite;
    animation: pointerglow 3s 800ms infinite; }
  .checklist_icon .ring4 {
    -webkit-animation: pointerglow 3s 1400ms infinite;
    animation: pointerglow 3s 1400ms infinite; }

body.on {
  overflow: hidden; }

.breadcrumbs {
  margin: 1rem 0;
  font-size: 0.85rem;
  line-height: 1; }
  .breadcrumbs a {
    color: #df0d0c; }

.loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.clear {
  display: block;
  width: 100%;
  clear: both; }

.section-heading {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 1.5rem; }
  .section-heading span {
    display: inline-block;
    position: relative;
    font-weight: 500; }
    .section-heading span::after {
      content: '';
      width: 50%;
      display: block;
      height: 3px;
      background: #df0d0c;
      left: 50%;
      transform: translateX(50%); }

.blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite; }

img.alignright, a img.alignright {
  float: right;
  margin: 0.5em 0 1em 1em; }

img.alignleft, a img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

img.aligncenter, a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px; }

/*########### Flip Box ##############*/
.flip-box {
  width: 100%;
  height: auto;
  perspective: 1000px; }
  .flip-box .flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transform-style: preserve-3d; }
  .flip-box:hover .flip-box-inner, .flip-box.active .flip-box-inner {
    transform: rotateY(180deg); }
  .flip-box .flip-box-front, .flip-box .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .flip-box .flip-box-front {
    z-index: 1; }
  .flip-box .flip-box-back {
    transform: rotateY(180deg);
    z-index: 2; }

/*########### From Slick Slider Library ##############*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-list, .slick-slider .slick-track {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:after, .slick-track:before {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir=rtl] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-slider ul.slick-dots {
  list-style: none;
  width: 100%;
  margin: 25px 0 0;
  padding: 0px;
  text-align: center; }
  .slick-slider ul.slick-dots li {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0px 5px; }
    .slick-slider ul.slick-dots li button {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      border: solid 2px #df0d0c;
      background: #ffeded;
      text-indent: -10000px; }
    .slick-slider ul.slick-dots li.slick-active button {
      background: #df0d0c; }

.slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% - 35px));
  text-indent: -10000px;
  border: none;
  background: transparent;
  z-index: 999;
  height: 70px;
  width: 34px;
  margin: 0px;
  padding: 0px;
  opacity: 0.3; }
  .slick-slider .slick-arrow::before, .slick-slider .slick-arrow::after {
    content: '';
    width: 100%;
    height: 0.05rem;
    background: #000;
    position: absolute;
    display: block; }
  .slick-slider .slick-arrow.slick-prev {
    left: -25px; }
    .slick-slider .slick-arrow.slick-prev::before {
      transform: rotate(125deg);
      left: 0px; }
    .slick-slider .slick-arrow.slick-prev::after {
      transform: rotate(55deg);
      left: 0px; }
  .slick-slider .slick-arrow.slick-next {
    right: -25px; }
    .slick-slider .slick-arrow.slick-next::before {
      transform: rotate(55deg);
      left: 0px; }
    .slick-slider .slick-arrow.slick-next::after {
      transform: rotate(125deg);
      left: 0px; }
  .slick-slider .slick-arrow:hover {
    opacity: 0.7; }

@media (min-width: 1440px) {
  .container {
    max-width: 1320px; } }

@media (max-width: 1023px) {
  .container, .container-sm, .container-md {
    max-width: 100%; } }

@media (max-width: 768px) {
  .flip-box.resets .flip-box-inner {
    transform: rotateY(0deg); }
  .modal {
    transform: translateY(calc(-50% + 90px)); } }

@media (max-width: 640px) {
  h1 {
    font-size: 1.8rem;
    line-height: 1.5; } }

@media (max-width: 480px) {
  .cta_icons > div {
    margin: 0px 12px 0 10px; } }

.home_hero_banner {
  width: 100%;
  min-height: 750px;
  height: 100%;
  float: left; }
  .home_hero_banner figure {
    margin: 0px;
    width: 100%;
    min-height: 750px;
    background: url(../images/banner.jpg) no-repeat bottom center;
    background-size: cover;
    background-attachment: fixed; }

header {
  height: 80px;
  padding-top: 5px;
  width: 100%;
  position: relative;
  background: rgba(223, 13, 12, 0); }
  header .container {
    position: relative; }
    header .container .logo {
      float: left;
      max-width: 230px;
      height: auto;
      margin: 6px 0px 0px 0px; }
      header .container .logo img {
        width: 100%;
        height: auto; }
    header .container nav.main-navigation {
      float: left;
      width: calc(100% - 240px); }
      header .container nav.main-navigation ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        display: inline-block;
        width: calc(100% - 130px);
        text-align: center; }
        header .container nav.main-navigation ul li {
          display: inline-block;
          position: relative;
          margin: 0px;
          padding: 0px; }
          header .container nav.main-navigation ul li > a {
            display: block;
            font-size: 0.875rem;
            padding: 22px 10px;
            color: rgba(255, 255, 255, 0.85);
            text-decoration: none;
            text-transform: uppercase;
            text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.25);
            position: relative; }
            header .container nav.main-navigation ul li > a:hover {
              text-decoration: none;
              color: white; }
          header .container nav.main-navigation ul li.active > a {
            color: white; }
          header .container nav.main-navigation ul li .submenu_show {
            display: none; }
          header .container nav.main-navigation ul li > ul.sub-menu {
            display: none;
            position: absolute;
            left: 0px;
            width: 240px;
            background: #df0d0c;
            top: 58px;
            padding-top: 20px; }
            header .container nav.main-navigation ul li > ul.sub-menu li {
              display: block;
              width: 100%;
              text-align: left;
              border-top: solid 1px #cc0201; }
              header .container nav.main-navigation ul li > ul.sub-menu li a {
                padding: 8px 16px; }
              header .container nav.main-navigation ul li > ul.sub-menu li:hover {
                background: #cc0201; }
                header .container nav.main-navigation ul li > ul.sub-menu li:hover > ul.sub-menu {
                  display: block;
                  left: 100%;
                  top: -1px;
                  padding: 0px; }
              header .container nav.main-navigation ul li > ul.sub-menu li.menu-item-has-children > a::after {
                transform: rotate(0deg);
                top: 18px;
                right: 0px;
                position: absolute; }
          header .container nav.main-navigation ul li:hover > ul.sub-menu {
            display: block; }
          header .container nav.main-navigation ul li.menu-item-has-children > a::after {
            content: '';
            display: inline-block;
            width: 20px;
            height: 15px;
            position: relative;
            top: 2px;
            background: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M202.1,450a15,15,0,0,1-10.6-25.61L365.79,250.1,191.5,75.81A15,15,0,0,1,212.71,54.6l184.9,184.9a15,15,0,0,1,0,21.21l-184.9,184.9A15,15,0,0,1,202.1,450Z'/%3E%3C/svg%3E") no-repeat center;
            transform: rotate(90deg); }
    header .container .speedfoceLogo {
      display: block;
      width: 148px;
      position: absolute;
      right: 15px;
      top: 2px;
      opacity: 0;
      transition: all 0.25s ease;
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      -ms-transition: all 0.25s ease; }
      header .container .speedfoceLogo.on {
        opacity: 1; }
      header .container .speedfoceLogo img {
        max-width: 100%;
        height: auto; }
    header .container .widget_media_image {
      display: none; }
  header.is_sticky {
    position: sticky;
    top: 0;
    background: #df0d0c;
    box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.25); }
    header.is_sticky nav.main-navigation .speedfoceLogoMenu {
      display: inline-block; }
  header.header_inner {
    background: #df0d0c;
    z-index: 9999; }
    header.header_inner.is_sticky {
      position: fixed; }
    header.header_inner .container .speedfoceLogo {
      opacity: 1; }
  header.header_home .container nav.main-navigation ul li:hover ul.sub-menu {
    padding-bottom: 20px;
    bottom: 60px;
    top: unset;
    padding-top: unset; }
    header.header_home .container nav.main-navigation ul li:hover ul.sub-menu li {
      border-bottom: solid 1px #cc0201;
      border-top: none; }
      header.header_home .container nav.main-navigation ul li:hover ul.sub-menu li > ul.sub-menu {
        padding: 0px;
        bottom: -1px;
        top: unset; }
  header.header_home.is_fixed {
    position: fixed;
    bottom: 0px;
    top: unset;
    background: #df0d0c; }
  header.header_home.is_sticky .container nav.main-navigation ul li:hover ul.sub-menu {
    padding-top: 20px;
    top: 58px;
    bottom: unset;
    padding-bottom: unset; }
    header.header_home.is_sticky .container nav.main-navigation ul li:hover ul.sub-menu li {
      border-top: solid 1px #cc0201;
      border-bottom: none; }
      header.header_home.is_sticky .container nav.main-navigation ul li:hover ul.sub-menu li > ul.sub-menu {
        padding: 0px;
        top: -1px;
        bottom: unset; }

.header_top_spacer {
  float: left;
  width: 100%;
  height: 0px;
  position: relative; }

.home_banner {
  padding-top: 50px; }
  .home_banner .home_banner_left {
    max-width: 380px;
    text-align: left;
    margin: 0; }
    .home_banner .home_banner_left .logo {
      margin-left: -8px;
      max-width: 100%; }
      .home_banner .home_banner_left .logo img {
        width: 100%;
        height: auto; }
    .home_banner .home_banner_left h2 {
      font-size: 1.9rem;
      line-height: 1.25;
      color: #fff;
      margin: 1.25rem 0;
      font-weight: 500; }
      .home_banner .home_banner_left h2 span {
        display: block;
        font-weight: 200;
        font-size: 1.8rem; }
    .home_banner .home_banner_left h4 {
      line-height: 1.5; }
      .home_banner .home_banner_left h4 small {
        font-weight: 200;
        color: #fff;
        font-size: 1.15rem; }
      .home_banner .home_banner_left h4 strong {
        color: #f00;
        font-size: 2.1rem;
        letter-spacing: 3px;
        text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; }
    .home_banner .home_banner_left h3 {
      font-size: 0.9rem;
      color: #fff;
      max-width: 400px;
      font-weight: 300;
      line-height: 1.45;
      margin: 1.25rem 0;
      text-transform: capitalize; }
      .home_banner .home_banner_left h3 strong {
        font-weight: 500; }
      .home_banner .home_banner_left h3 a {
        color: #fff;
        text-decoration: none; }
        .home_banner .home_banner_left h3 a:hover {
          color: #df0d0c;
          text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; }
    .home_banner .home_banner_left .book_an_appointment_btn {
      max-width: 400px; }

.menu-toggle {
  display: none;
  font-size: 0;
  border: none;
  width: 32px;
  cursor: pointer;
  position: absolute;
  right: 12px;
  top: 10px;
  z-index: 11;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease; }
  .menu-toggle .line-one, .menu-toggle .line-two, .menu-toggle .line-three {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    display: block;
    height: 3px;
    margin: 5px auto;
    width: 100%;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease; }
  .menu-toggle .line-one, .menu-toggle .line-two, .menu-toggle .line-three {
    background-color: #fff; }
  .menu-toggle.menu-toggle.on {
    width: 28px; }
    .menu-toggle.menu-toggle.on .line-one, .menu-toggle.menu-toggle.on .line-two, .menu-toggle.menu-toggle.on .line-three {
      background-color: #fff; }
    .menu-toggle.menu-toggle.on .line-one {
      transform: rotate(-45deg) translate(-5px, 5px); }
    .menu-toggle.menu-toggle.on .line-two {
      opacity: 0;
      -moz-opacity: 0;
      filter: alpha(opacity=0); }
    .menu-toggle.menu-toggle.on .line-three {
      transform: rotate(45deg) translate(-6px, -6px); }

@media (min-width: 1281px) and (max-width: 1440px) {
  header .logo {
    max-width: 220px;
    margin: 12px 20px 0 0; }
  header nav.main-navigation {
    width: calc(100% - 240px); }
    header nav.main-navigation ul {
      width: calc(100% - 140px); }
      header nav.main-navigation ul li a {
        font-size: 0.85rem;
        padding: 22px 14px; }
    header nav.main-navigation .speedfoceLogoMenu {
      max-width: 135px; } }

@media (max-width: 1280px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 100%; }
  header .container .logo {
    max-width: 200px; }
  header .container nav.main-navigation {
    width: calc(100% - 220px); }
    header .container nav.main-navigation ul {
      width: calc(100% - 140px); }
      header .container nav.main-navigation ul li a {
        font-size: 0.85rem;
        padding: 22px 10px; }
    header .container nav.main-navigation .speedfoceLogoMenu {
      max-width: 135px; } }

@media (min-width: 1025px) and (max-width: 1100px) {
  header .container .logo {
    max-width: 188px;
    margin-top: 12px; }
  header .container nav.main-navigation {
    width: calc(100% - 190px); }
    header .container nav.main-navigation ul {
      width: calc(100% - 130px); }
  header .container .speedfoceLogo {
    width: 130px;
    top: 5px; } }

@media (max-width: 1024px) {
  header {
    position: fixed !important;
    top: 0px !important;
    bottom: unset !important;
    height: 64px;
    padding-top: 10px; }
    header .container .logo {
      max-width: 220px;
      margin: -5px 0 0 -8px; }
    header .container .speedfoceLogo {
      max-width: 110px;
      float: right;
      margin-right: 60px;
      display: block;
      top: -1px; }
      header .container .speedfoceLogo img {
        width: 100%;
        height: auto; }
    header .container nav.main-navigation {
      width: 100%;
      max-width: 300px;
      height: calc(100% - 64px);
      top: 64px;
      position: fixed;
      left: unset;
      right: -1000px;
      z-index: 999;
      opacity: 0;
      overflow-y: scroll;
      padding: 0px;
      border-top: solid 1px rgba(255, 255, 255, 0.1);
      background: rgba(223, 13, 12, 0.96);
      background: linear-gradient(to right, rgba(120, 0, 0, 0.96) 0%, #df0d0c 100%);
      transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease; }
      header .container nav.main-navigation.on {
        right: 0px;
        opacity: 1; }
      header .container nav.main-navigation ul {
        text-align: left;
        width: 100%; }
        header .container nav.main-navigation ul li {
          display: block;
          border-top: solid 1px rgba(255, 255, 255, 0.1); }
          header .container nav.main-navigation ul li:first-child {
            border-bottom: none; }
          header .container nav.main-navigation ul li a {
            padding: 12px 15px;
            font-weight: 200; }
            header .container nav.main-navigation ul li a:hover {
              background-color: rgba(0, 0, 0, 0.25); }
          header .container nav.main-navigation ul li:hover ul {
            display: none; }
          header .container nav.main-navigation ul li.menu-item-has-children a::after {
            display: none; }
          header .container nav.main-navigation ul li.menu-item-has-children:hover a {
            color: #fff; }
          header .container nav.main-navigation ul li .submenu_show {
            display: block;
            color: #fff;
            position: absolute;
            right: 0px;
            top: 0px;
            font-size: 2rem;
            width: 70px;
            height: 52px;
            text-align: right;
            line-height: 52px;
            padding-right: 10px; }
          header .container nav.main-navigation ul li ul.sub-menu {
            width: 100%;
            background: rgba(120, 0, 0, 0.9);
            left: 0px !important;
            top: 0px !important;
            bottom: unset !important;
            padding: 0px !important;
            position: relative;
            display: none; }
            header .container nav.main-navigation ul li ul.sub-menu::before {
              display: none; }
            header .container nav.main-navigation ul li ul.sub-menu.show {
              display: block; }
            header .container nav.main-navigation ul li ul.sub-menu li a {
              color: #fff;
              padding: 11px 14px; }
              header .container nav.main-navigation ul li ul.sub-menu li a::before {
                content: '';
                display: inline-block;
                width: 10px;
                height: 10px;
                margin-right: 4px;
                background: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M202.1,450a15,15,0,0,1-10.6-25.61L365.79,250.1,191.5,75.81A15,15,0,0,1,212.71,54.6l184.9,184.9a15,15,0,0,1,0,21.21l-184.9,184.9A15,15,0,0,1,202.1,450Z'/%3E%3C/svg%3E") no-repeat center;
                background-size: cover; }
            header .container nav.main-navigation ul li ul.sub-menu li li a {
              padding-left: 28px; }
            header .container nav.main-navigation ul li ul.sub-menu li li li a {
              padding-left: 40px; }
            header .container nav.main-navigation ul li ul.sub-menu li:hover ul.sub-menu {
              display: none; }
            header .container nav.main-navigation ul li ul.sub-menu.on {
              display: block !important; }
          header .container nav.main-navigation ul li.current_page_item a {
            background-color: rgba(0, 0, 0, 0.25); }
          header .container nav.main-navigation ul li:hover ul.sub-menu {
            display: none; }
      header .container nav.main-navigation > ul > li:last-child {
        border-bottom: solid 1px rgba(255, 255, 255, 0.1); }
    header .container .widget_media_image {
      display: block; }
      header .container .widget_media_image figure {
        padding: 10px;
        margin-bottom: 20px;
        text-align: center; }
        header .container .widget_media_image figure img {
          max-width: 100%;
          height: auto; }
  .header_top_spacer {
    height: 50px; }
  .home_hero_banner figure {
    background: url(../images/banner1023.jpg) no-repeat top right 20%;
    background-size: cover;
    background-attachment: fixed; }
  .home_banner {
    padding-top: 70px; }
  .menu-toggle {
    display: block; } }

@media (max-width: 768px) {
  header .container nav.main-navigation {
    max-width: 100%; }
  .home_hero_banner, .home_hero_banner figure {
    height: auto !important;
    position: relative !important; }
  .home_banner .home_banner_left {
    margin: 0 auto; }
  .book_an_appointment_btn, .get_started_form {
    margin: 1.5rem auto !important; }
  .get_started_form {
    margin-bottom: 110px !important; } }

@media (max-width: 480px) {
  header {
    height: 55px; }
    header .container .logo {
      max-width: 180px; }
    header .container nav.main-navigation {
      height: calc(100% - 55px);
      top: 55px; }
    header .container .speedfoceLogo {
      max-width: 98px;
      margin: -5px 40px 0px 0px; }
  .menu-toggle {
    top: 5px; }
  .home_banner .home_banner_left h2 {
    font-size: 1.7rem; }
    .home_banner .home_banner_left h2 span {
      font-size: 1.6rem; }
  .home_banner .home_banner_left h4 strong {
    font-size: 1.65rem; } }

.home_body_content {
  position: relative;
  width: 100%;
  float: left;
  margin-top: -99px; }
  .home_body_content .header_home {
    z-index: 9; }
  .home_body_content .home_page_aboutus_section {
    background: #fff;
    width: 100%;
    float: left; }
    .home_body_content .home_page_aboutus_section .container {
      overflow-x: hidden;
      z-index: 1;
      position: relative; }
      .home_body_content .home_page_aboutus_section .container h1 {
        font-size: 2.6rem;
        line-height: 1.5; }
      .home_body_content .home_page_aboutus_section .container .about_slider {
        box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.15);
        -ms-box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.15);
        -o-box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.15);
        border-radius: 20px;
        margin-top: 20px; }
        .home_body_content .home_page_aboutus_section .container .about_slider .slick-slide img {
          border: solid 0.35rem #df0d0c;
          border-radius: 20px; }

.brands_heading {
  max-width: 150px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  color: #444;
  padding-top: 10px; }

.brands_logo {
  max-width: calc(100% - 175px) !important;
  width: 100%;
  padding-left: 40px; }
  .brands_logo .slick-slider figure {
    margin: 0px; }
  .brands_logo .slick-slider .slick-arrow {
    transform: translateY(calc(-50% - 0px));
    height: 40px;
    width: 20px; }
    .brands_logo .slick-slider .slick-arrow.slick-prev {
      left: -50px; }
    .brands_logo .slick-slider .slick-arrow.slick-prev::before {
      top: 12px; }
    .brands_logo .slick-slider .slick-arrow.slick-prev::after {
      bottom: 11px; }
    .brands_logo .slick-slider .slick-arrow.slick-next::before {
      top: 12px; }
    .brands_logo .slick-slider .slick-arrow.slick-next::after {
      bottom: 11px; }

.why_us {
  background: #f7f6f6;
  width: 100%;
  float: left;
  padding: 70px 0px 50px; }
  .why_us .container {
    overflow-x: hidden;
    overflow-y: hidden;
    z-index: 1;
    position: relative;
    height: auto; }
    .why_us .container .featured_icon figure {
      margin: 0px auto 5px;
      max-width: 100px; }
      .why_us .container .featured_icon figure img {
        max-width: 100%;
        height: auto; }
    .why_us .container .featured_icon p {
      font-size: 0.9rem;
      line-height: 1.4; }

ul.checklist {
  margin: 0px;
  padding: 0px;
  list-style: none; }
  ul.checklist li {
    margin: 0px;
    padding: 10px 0 10px 35px;
    list-style: 1.35;
    position: relative; }
    ul.checklist li::before {
      content: '';
      width: 20px;
      height: 20px;
      border: solid 0.1rem #df0d0c;
      display: block;
      position: absolute;
      left: 0px;
      top: 13px; }
    ul.checklist li::after {
      content: '';
      width: 14px;
      height: 14px;
      display: block;
      position: absolute;
      left: 3px;
      top: 16px;
      background: url("../images/tick.svg") no-repeat 0 0;
      background-size: contain; }
  ul.checklist.left li {
    text-align: right;
    padding: 10px 35px 10px 0px; }
    ul.checklist.left li::before {
      left: unset;
      right: 0px; }
    ul.checklist.left li::after {
      left: unset;
      right: 3px;
      top: 16px; }

.our_services {
  width: 100%;
  float: left;
  padding: 70px 0px 50px; }
  .our_services .ourservices-flipBox {
    margin-bottom: 8px; }
    .our_services .ourservices-flipBox .flip-box-inner {
      height: 310px; }
    .our_services .ourservices-flipBox .flip-box-front {
      border: solid 0.09rem #df0d0c;
      border-radius: 16px;
      padding: 20px; }
      .our_services .ourservices-flipBox .flip-box-front .cont {
        transform: translate(-50%, -50%);
        position: relative;
        top: 50%;
        left: 50%; }
        .our_services .ourservices-flipBox .flip-box-front .cont figure {
          width: 120px;
          height: 120px;
          background: #df0d0c;
          margin: 0 auto 15px;
          border-radius: 50%;
          border: solid 5px #ffd8d8;
          position: relative; }
          .our_services .ourservices-flipBox .flip-box-front .cont figure img {
            max-width: 90%;
            height: auto;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%); }
        .our_services .ourservices-flipBox .flip-box-front .cont h4 {
          font-size: 1.15rem;
          line-height: 1.4;
          text-transform: capitalize;
          min-height: 60px;
          margin-bottom: 0; }
    .our_services .ourservices-flipBox .flip-box-back {
      transform: rotateY(180deg);
      z-index: 2;
      background: #df0d0c;
      border-radius: 16px;
      padding: 20px 2px 40px 20px; }
      .our_services .ourservices-flipBox .flip-box-back h4 {
        color: #fff;
        font-size: 1.15rem;
        line-height: 1.35;
        text-transform: capitalize;
        max-height: 50px;
        padding-right: 20px;
        margin-bottom: 5px; }
      .our_services .ourservices-flipBox .flip-box-back .cont {
        overflow-y: auto;
        padding-right: 10px;
        height: calc(100% - 30px); }
        .our_services .ourservices-flipBox .flip-box-back .cont::-webkit-scrollbar {
          width: 4px; }
        .our_services .ourservices-flipBox .flip-box-back .cont::-webkit-scrollbar-track {
          background: #9c0d0d; }
        .our_services .ourservices-flipBox .flip-box-back .cont::-webkit-scrollbar-thumb {
          background-color: #fff; }
        .our_services .ourservices-flipBox .flip-box-back .cont::-webkit-scrollbar-thumb:hover {
          background: #ccc; }
        .our_services .ourservices-flipBox .flip-box-back .cont p {
          color: #fff;
          font-size: 1rem;
          line-height: 1.35;
          font-weight: 300;
          text-align: left;
          margin-bottom: 10px; }

.car_washing {
  float: left;
  width: 100%;
  background: url(../images/car-washing-bg.jpg) no-repeat center center;
  background-attachment: fixed;
  padding: 70px 0;
  position: relative; }
  .car_washing::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background: rgba(255, 255, 255, 0.75);
    background: rgba(255, 255, 255, 0.9);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 25%, rgba(223, 13, 12, 0.15) 85%); }
  .car_washing .container {
    position: relative;
    z-index: 5; }

.car_service_wrapper {
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
  background: #fff;
  min-height: 100%; }
  .car_service_wrapper figure {
    width: 100%;
    margin-bottom: 0; }
    .car_service_wrapper figure img {
      width: 100%;
      height: auto; }
  .car_service_wrapper .cont_wrap {
    padding: 20px 25px 15px; }
    .car_service_wrapper .cont_wrap h5 {
      font-size: 1.4rem;
      line-height: 1.35;
      margin-bottom: 5px;
      color: #df0d0c; }
    .car_service_wrapper .cont_wrap p {
      margin-bottom: 10px;
      font-size: 1.05rem;
      line-height: 1.45; }
    .car_service_wrapper .cont_wrap ul {
      list-style: none;
      margin: 0;
      padding-left: 25px; }
      .car_service_wrapper .cont_wrap ul li {
        margin-bottom: 10px;
        font-size: 1.05rem;
        line-height: 1.35;
        position: relative; }
        .car_service_wrapper .cont_wrap ul li::before {
          content: '\2714';
          display: inline-block;
          position: absolute;
          left: -22px;
          top: 4px;
          font-size: 0.8rem;
          font-weight: 300; }

.testimonials {
  float: left;
  width: 100%;
  padding: 70px 0;
  position: relative;
  background: #fff; }
  .testimonials .testimonial_item .item {
    text-align: center; }
    .testimonials .testimonial_item .item figure {
      width: 120px;
      height: 120px;
      border-radius: 50%;
      margin: 0 auto 15px;
      background: #fff;
      border: solid 0.35rem #df0d0c; }
      .testimonials .testimonial_item .item figure img {
        width: 100%;
        height: auto;
        border-radius: 50%; }
    .testimonials .testimonial_item .item h6 {
      font-size: 1.35rem;
      color: #df0d0c;
      line-height: 1.35; }
      .testimonials .testimonial_item .item h6 small {
        display: block;
        color: #999;
        font-family: cursive; }

/* ############ Feedback Page ############# */
.feedback {
  float: left;
  width: 100%;
  padding: 35px 0 40px;
  position: relative;
  background: #ffd6d6;
  background: linear-gradient(90deg, #ffd6d6 50%, white 50%); }
  .feedback::before {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/feedback.png);
    background-repeat: no-repeat;
    background-position: top 100px right calc(50% + 400px);
    background-attachment: fixed; }
  .feedback .wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
    margin-bottom: 10px; }
    .feedback .wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-list-item-label {
      color: #555 !important; }
  .feedback .wpcf7 .automobile-form .form-group p.security-txt {
    color: #000;
    text-shadow: none; }
  .feedback .wpcf7 .automobile-form .form-group .btn-action {
    min-width: 275px; }
    .feedback .wpcf7 .automobile-form .form-group .btn-action .wpcf7-submit {
      background: #df0d0c;
      width: 100%;
      border: none;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 3px; }
      .feedback .wpcf7 .automobile-form .form-group .btn-action .wpcf7-submit:hover {
        background: #f00; }
  .feedback .wpcf7 .wpcf7-response-output {
    margin: 0px; }

/* ############ Contact Us Page ############# */
.contact_us_page {
  background: url(../images/contact-bg.jpg) no-repeat left top #73030f;
  padding: 70px 0;
  background-attachment: fixed; }
  .contact_us_page .contact_wrap {
    padding: 35px 50px 50px;
    background: #fff;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25); }
    .contact_us_page .contact_wrap h2 {
      color: #df0d0c; }
    .contact_us_page .contact_wrap .automobile-form .form-group p.security-txt {
      color: #000;
      text-shadow: none; }
    .contact_us_page .contact_wrap .btn-action {
      width: 100%; }
      .contact_us_page .contact_wrap .btn-action .wpcf7-submit {
        width: 100%; }
  .contact_us_page .contact_us_get_touch {
    color: #fff;
    padding-right: 50px; }
    .contact_us_page .contact_us_get_touch h1 {
      color: #fff;
      margin: 0; }
    .contact_us_page .contact_us_get_touch h4 {
      color: #fff;
      font-weight: 300; }
    .contact_us_page .contact_us_get_touch ul {
      margin: 0 0 30px;
      padding: 0;
      list-style: none; }
      .contact_us_page .contact_us_get_touch ul li {
        margin: 0px;
        padding: 0 0 25px 40px;
        position: relative;
        color: #fff;
        letter-spacing: 1px;
        font-weight: 300; }
        .contact_us_page .contact_us_get_touch ul li i {
          width: 40px;
          height: 25px;
          position: absolute;
          display: block;
          left: 0px;
          top: 6px; }
          .contact_us_page .contact_us_get_touch ul li i.address {
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='256' height='256' viewBox='0 0 256 256' xml:space='preserve'%3E%3Cg transform='translate(128 128) scale(0.72 0.72)' fill='%23fff'%3E%3Cg transform='translate(-175.05 -175.05000000000004) scale(3.89 3.89)'%3E%3Cpath d='M 45 0 C 25.463 0 9.625 15.838 9.625 35.375 c 0 8.722 3.171 16.693 8.404 22.861 L 45 90 l 26.97 -31.765 c 5.233 -6.167 8.404 -14.139 8.404 -22.861 C 80.375 15.838 64.537 0 45 0 z M 45 48.705 c -8.035 0 -14.548 -6.513 -14.548 -14.548 c 0 -8.035 6.513 -14.548 14.548 -14.548 s 14.548 6.513 14.548 14.548 C 59.548 42.192 53.035 48.705 45 48.705 z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-size: contain;
            width: 30px;
            height: 22px; }
          .contact_us_page .contact_us_get_touch ul li i.phone {
            background: url("data:image/svg+xml,%3Csvg class='svg-phone' style='width: 1em; height: 1em;vertical-align: middle;fill: %23fff; overflow: hidden;' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M911.242667 708.565333q0 15.424-5.717333 40.277333t-12.010667 39.146667q-12.010667 28.565333-69.717333 60.565333-53.717333 29.141333-106.282667 29.141333-15.424 0-29.994667-2.005333t-32.853333-7.146667-27.136-8.277333-31.722667-11.712-28.010667-10.282667q-56-20.010667-100.010667-47.424-73.152-45.141333-151.146667-123.136t-123.136-151.146667q-27.434667-44.010667-47.424-100.010667-1.706667-5.141333-10.282667-28.010667t-11.712-31.722667-8.277333-27.136-7.146667-32.853333-2.005333-29.994667q0-52.565333 29.141333-106.282667 32-57.706667 60.565333-69.717333 14.293333-6.293333 39.146667-12.010667t40.277333-5.717333q8 0 12.010667 1.706667 10.282667 3.434667 30.293333 43.434667 6.293333 10.858667 17.152 30.848t20.010667 36.288 17.706667 30.570667q1.706667 2.282667 10.005333 14.293333t12.288 20.288 4.010667 16.277333q0 11.434667-16.277333 28.565333t-35.434667 31.424-35.434667 30.293333-16.277333 26.282667q0 5.141333 2.858667 12.864t4.864 11.712 8 13.717333 6.570667 10.858667q43.434667 78.293333 99.434667 134.293333t134.293333 99.434667q1.152 0.576 10.858667 6.570667t13.717333 8 11.712 4.864 12.864 2.858667q10.282667 0 26.282667-16.277333t30.293333-35.434667 31.424-35.434667 28.565333-16.277333q8 0 16.277333 4.010667t20.288 12.288 14.293333 10.005333q14.293333 8.576 30.570667 17.706667t36.288 20.010667 30.848 17.152q40 20.010667 43.434667 30.293333 1.706667 4.010667 1.706667 12.010667z' /%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-size: contain;
            width: 26px;
            height: 20px; }
          .contact_us_page .contact_us_get_touch ul li i.email {
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='256' height='256' viewBox='0 0 256 256' xml:space='preserve'%3E%3Cg transform='translate(128 128) scale(0.72 0.72)' fill='%23fff'%3E%3Cg transform='translate(-175.05 -175.05000000000004) scale(3.89 3.89)' %3E%3Cpath d='M 45 51.648 l 45 -27.845 v -6.422 c 0 -1.595 -1.293 -2.887 -2.887 -2.887 H 2.887 C 1.293 14.494 0 15.786 0 17.381 v 6.422 L 45 51.648 z' transform=' matrix(1 0 0 1 0 0) ' stroke-linecap='round' /%3E%3Cpath d='M 45.789 54.688 c -0.011 0.007 -0.023 0.008 -0.033 0.015 c -0.08 0.047 -0.166 0.08 -0.253 0.111 c -0.04 0.014 -0.077 0.035 -0.118 0.046 c -0.115 0.031 -0.233 0.045 -0.353 0.048 c -0.011 0 -0.021 0.004 -0.031 0.004 c 0 0 -0.001 0 -0.001 0 s -0.001 0 -0.001 0 c -0.011 0 -0.021 -0.004 -0.031 -0.004 c -0.119 -0.003 -0.238 -0.018 -0.353 -0.048 c -0.04 -0.011 -0.078 -0.032 -0.118 -0.046 c -0.087 -0.031 -0.172 -0.064 -0.253 -0.111 c -0.011 -0.006 -0.023 -0.008 -0.033 -0.015 L 0 27.331 v 45.289 c 0 1.594 1.293 2.887 2.887 2.887 h 84.226 c 1.594 0 2.887 -1.293 2.887 -2.887 V 27.331 L 45.789 54.688 z' transform=' matrix(1 0 0 1 0 0) ' stroke-linecap='round' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-size: contain;
            width: 26px;
            height: 20px; }
        .contact_us_page .contact_us_get_touch ul li a {
          color: #fff; }

/* ############ Sale Your Vehicle Page ############# */
.page-sale-your-bike {
  background: #f7f6f6; }
  .page-sale-your-bike h1 {
    text-align: center; }

.sell_your_bike_intro {
  box-sizing: border-box;
  background: url("../images/sell-intro-bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 50px 0 50px;
  color: #fff;
  text-align: center;
  position: relative;
  margin-bottom: 30px; }
  .sell_your_bike_intro h1 {
    color: #fff;
    font-size: 2rem;
    line-height: 1.35;
    font-weight: 400; }
  .sell_your_bike_intro h2 {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.35;
    font-weight: 300; }
  .sell_your_bike_intro ul {
    margin: 25px 0px 0px;
    padding: 0px;
    float: left;
    width: 100%;
    border: dashed 1px rgba(255, 255, 255, 0.35); }
    .sell_your_bike_intro ul li {
      color: #fff;
      list-style: none;
      float: left;
      width: 25%;
      text-align: left;
      padding: 30px 30px 15px;
      margin: 0;
      font-weight: 300;
      vertical-align: top;
      font-size: 0.9rem;
      line-height: 1.4;
      position: relative; }
      .sell_your_bike_intro ul li i {
        width: 42px;
        height: 60px;
        float: left;
        position: relative;
        top: 5px;
        margin-right: 10px; }
        .sell_your_bike_intro ul li i.form {
          background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' fill='%23fff' viewBox='0 0 492.014 492.014' xml:space='preserve'%3E%3Cg%3E%3Cpath id='XMLID_151_' d='M339.277,459.566H34.922V32.446h304.354v105.873l32.446-32.447V16.223C371.723,7.264,364.458,0,355.5,0 H18.699C9.739,0,2.473,7.264,2.473,16.223v459.568c0,8.959,7.265,16.223,16.226,16.223H355.5c8.958,0,16.223-7.264,16.223-16.223 V297.268l-32.446,32.447V459.566z'/%3E%3Cpath id='XMLID_150_' d='M291.446,71.359H82.751c-6.843,0-12.396,5.553-12.396,12.398c0,6.844,5.553,12.397,12.396,12.397h208.694 c6.845,0,12.397-5.553,12.397-12.397C303.843,76.912,298.29,71.359,291.446,71.359z'/%3E%3Cpath id='XMLID_149_' d='M303.843,149.876c0-6.844-5.553-12.398-12.397-12.398H82.751c-6.843,0-12.396,5.554-12.396,12.398 c0,6.845,5.553,12.398,12.396,12.398h208.694C298.29,162.274,303.843,156.722,303.843,149.876z'/%3E%3Cpath id='XMLID_148_' d='M274.004,203.6H82.751c-6.843,0-12.396,5.554-12.396,12.398c0,6.845,5.553,12.397,12.396,12.397h166.457 L274.004,203.6z'/%3E%3Cpath id='XMLID_147_' d='M204.655,285.79c1.678-5.618,4.076-11.001,6.997-16.07h-128.9c-6.843,0-12.396,5.553-12.396,12.398 c0,6.844,5.553,12.398,12.396,12.398h119.304L204.655,285.79z'/%3E%3Cpath id='XMLID_146_' d='M82.751,335.842c-6.843,0-12.396,5.553-12.396,12.398c0,6.843,5.553,12.397,12.396,12.397h108.9 c-3.213-7.796-4.044-16.409-1.775-24.795H82.751z'/%3E%3Cpath id='XMLID_145_' d='M479.403,93.903c-6.496-6.499-15.304-10.146-24.48-10.146c-9.176,0-17.982,3.647-24.471,10.138 L247.036,277.316c-5.005,5.003-8.676,11.162-10.703,17.942l-14.616,48.994c-0.622,2.074-0.057,4.318,1.477,5.852 c1.122,1.123,2.624,1.727,4.164,1.727c0.558,0,1.13-0.08,1.688-0.249l48.991-14.618c6.782-2.026,12.941-5.699,17.943-10.702 l183.422-183.414c6.489-6.49,10.138-15.295,10.138-24.472C489.54,109.197,485.892,100.392,479.403,93.903z'/%3E%3C/g%3E%3C/svg%3E") no-repeat left top; }
        .sell_your_bike_intro ul li i.marketplace {
          background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 470 470' xmlns:xlink='http://www.w3.org/1999/xlink' enable-background='new 0 0 470 470' fill='%23fff'%3E%3Cg%3E%3Cpath d='M452.159,16.363H17.841C8.003,16.363,0,24.366,0,34.204v329.205c0,9.838,8.003,17.841,17.841,17.841h163.807v57.387 h-70.738c-4.143,0-7.5,3.357-7.5,7.5s3.357,7.5,7.5,7.5h248.182c4.143,0,7.5-3.357,7.5-7.5s-3.357-7.5-7.5-7.5h-70.738V381.25 h163.807c9.838,0,17.841-8.003,17.841-17.841V34.204C470,24.366,461.997,16.363,452.159,16.363z M273.353,438.637h-76.705V381.25 h76.705V438.637z M455,363.409c0,1.54-1.301,2.841-2.841,2.841H17.841c-1.54,0-2.841-1.301-2.841-2.841V34.204 c0-1.54,1.301-2.841,2.841-2.841h434.318c1.54,0,2.841,1.301,2.841,2.841V363.409z'/%3E%3Cpath d='m431.478,305.228h-392.956c-4.143,0-7.5,3.357-7.5,7.5s3.357,7.5 7.5,7.5h392.955c4.143,0 7.5-3.357 7.5-7.5s-3.357-7.5-7.499-7.5z'/%3E%3C/g%3E%3Csvg x='40px' y='0px'%3E%3Cg style='transform:scale(0.8);'%3E%3Cpath d='M391.083,210.102c-10.262,0-20.05,2.054-28.991,5.754l-4.204-7.886c10.289-4.373,21.533-6.766,33.195-6.766 c14.523,0,28.863,3.744,41.472,10.826c3.608,2.028,8.183,0.746,10.212-2.866c2.028-3.611,0.745-8.184-2.866-10.212 c-14.846-8.339-31.727-12.748-48.817-12.748c-14.184,0-27.84,3.01-40.273,8.49l-7.419-13.917c0.697,0.047,1.398,0.08,2.107,0.08 h17.363c4.143,0,7.5-3.358,7.5-7.5v-48.49c0-4.142-3.357-7.5-7.5-7.5h-17.363c-11.763,0-22.005,6.624-27.203,16.335l-13.238-24.832 c-1.303-2.445-3.848-3.972-6.618-3.972H263.11c-4.143,0-7.5,3.358-7.5,7.5s3.357,7.5,7.5,7.5h30.828l12.748,23.913 c-1.641-1.205-3.383-2.306-5.232-3.278c-11.296-5.936-24.958-6.282-36.543-0.927l-23.357,10.8 c-8.455,3.909-15.074,10.358-19.271,18.091c-6.716-7.44-16.062-12.511-26.711-13.715L81.73,141.913h0 c-5.808-0.657-11.636,1.2-15.994,5.092c-4.357,3.893-6.857,9.477-6.857,15.32v32.943c-1.436,0.62-2.85,1.281-4.235,1.995 c-25.867,13.334-44.631,37.128-51.48,65.28c-0.979,4.025,1.49,8.081,5.515,9.061c0.596,0.145,1.192,0.214,1.779,0.214 c3.379,0,6.447-2.3,7.282-5.729c5.821-23.925,21.777-44.152,43.778-55.493c7.854-4.049,16.868-6.189,26.068-6.189h10.355h120.262 v21.75h-71.313c-12.899-10.042-29.069-16.052-46.575-16.052c-39.079,0-71.561,29.868-75.634,67.969H7.5c-4.142,0-7.5,3.358-7.5,7.5 v24.938c0,4.142,3.358,7.5,7.5,7.5h23.716c12.314,26.667,39.442,44.25,69.1,44.25s56.786-17.583,69.1-44.25H221.1 c16.36,0,29.842-12.538,31.354-28.509c13.915-5.003,25.737-15.026,32.921-28.55l35.532-69.341 c2.005-5.34,2.823-10.867,2.584-16.278l14.085,26.421c-18.799,11.922-33.568,30.048-41.125,52.147 c-1.34,3.919,0.751,8.183,4.67,9.523c0.804,0.275,1.622,0.405,2.428,0.405c3.118,0,6.03-1.96,7.096-5.075 c6.297-18.414,18.478-33.591,34.006-43.729l4.212,7.902c-20.399,13.661-33.859,36.912-33.859,63.252 c0,41.95,34.129,76.078,76.078,76.078s76.078-34.128,76.078-76.078S433.032,210.102,391.083,210.102z M329.664,148.199 c0-8.73,7.104-15.833,15.834-15.833h9.863v33.49h-9.863c-8.73,0-15.834-7.103-15.834-15.833V148.199z M247.848,164.021l23.357-10.8 c7.379-3.411,16.077-3.19,23.271,0.59c11.715,6.155,17.041,20.139,12.388,32.528l-1.152,3.069h-73.178 c-0.101-0.567-0.216-1.129-0.339-1.688C232.504,177.704,238.391,168.394,247.848,164.021z M97.942,189.408H87.586H73.88v-27.083 c0-2.159,1.159-3.516,1.85-4.134c0.691-0.617,2.174-1.616,4.315-1.374h0l113.841,12.869c11.285,1.276,20.311,9.268,23.278,19.721 H97.942z M175.95,278.075c-1.466-13.71-6.618-26.346-14.425-36.917h30.533l19.21,36.917H175.95z M100.316,225.106 c30.824,0,56.523,23.15,60.514,52.969H39.802C43.793,248.257,69.491,225.106,100.316,225.106z M100.316,347.263 c-21.4,0-41.16-11.401-52.12-29.25h9.511c10.045,13.46,25.669,21.391,42.609,21.391c16.939,0,32.564-7.931,42.609-21.391h9.511 C141.477,335.862,121.716,347.263,100.316,347.263z M79.176,318.013h42.28c-6.162,4.108-13.462,6.391-21.14,6.391 C92.638,324.403,85.338,322.121,79.176,318.013z M236.239,293.075c-2.542,5.843-8.371,9.938-15.139,9.938H15v-9.938H236.239z M272.129,253.917c-7.917,14.901-23.317,24.159-40.191,24.159h-3.76l-19.21-36.917h16.737c4.142,0,7.5-3.358,7.5-7.5v-29.25h65.227 L272.129,253.917z M391.083,347.258c-33.679,0-61.078-27.399-61.078-61.078c0-20.614,10.275-38.862,25.962-49.928l3.726,6.989 c-13.222,9.692-21.828,25.326-21.828,42.939c0,29.345,23.874,53.219,53.219,53.219s53.219-23.874,53.219-53.219 c0-29.345-23.874-53.219-53.219-53.219c-6.378,0-12.496,1.13-18.168,3.197l-3.723-6.984c6.801-2.621,14.178-4.073,21.891-4.073 c33.679,0,61.078,27.4,61.078,61.079S424.761,347.258,391.083,347.258z M375.128,272.196c1.35,2.531,3.943,3.973,6.625,3.973 c1.19,0,2.397-0.284,3.521-0.883c3.655-1.948,5.038-6.491,3.09-10.146l-8.292-15.555c3.489-1.052,7.183-1.624,11.01-1.624 c21.074,0,38.219,17.145,38.219,38.219c0,21.074-17.145,38.219-38.219,38.219s-38.219-17.145-38.219-38.219 c0-11.88,5.45-22.511,13.979-29.526L375.128,272.196z'/%3E%3Cpath d='M384.153,289.049c2.018,4.77,8.537,6.235,12.23,2.43c2.896-2.815,2.893-7.783,0-10.6c-2.452-2.526-6.564-2.878-9.47-0.94 C383.954,281.913,382.844,285.772,384.153,289.049C384.343,289.499,383.973,288.599,384.153,289.049z'/%3E%3C/g%3E%3C/svg%3E%3C/svg%3E") no-repeat left top; }
        .sell_your_bike_intro ul li i.sell {
          background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.2' baseProfile='tiny' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%23fff' x='0px' y='0px' viewBox='0 0 256 256' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M223.8,99.9c-0.4-0.2-1.5-0.2-1.9-0.4c-0.4-0.2-1.9-0.2-2.6-0.2c-4.3,0-7.4,1.7-9.1,4.7l-22.8,37.6l-28.7,0.5 c-4.7,0-8.7,3.8-8.7,8.7c0,1.3,0.3,2.5,0.8,3.6h-46c0.5-1.1,0.8-2.3,0.8-3.6c0-4.9-4-8.7-8.7-8.7H68.2L45.4,104 c-1.7-3-4.9-4.7-9.1-4.7c-0.6,0-2.1,0-2.6,0.2c-0.4,0.2-1.5,0.2-1.9,0.4c-29.2,6.7-29.3,69-29.1,80.9c0,10.9,3.8,15.7,11.7,18.7 c1.9,0.9,4.3,1.3,6.2,1.3l50.2,0v43.4c0,6.4,4.9,11.3,11.3,11.3c6.4,0,11.3-4.9,11.3-11.3v-54.3c0-3-1.3-6.2-3.4-8.1 c-2.3-2.3-5.3-3.6-8.1-3.6H48.4v-25.1L31,123.5c-0.9-1.3-0.4-2.8,0.6-3.4c1.3-0.9,2.8-0.4,3.4,0.6L55.2,155 c0.1,0.2,0.3,0.4,0.4,0.7v15.7H200v-15.7c0.2-0.2,0.3-0.4,0.4-0.7l20.2-34.3c0.6-1.1,2.1-1.5,3.4-0.6c1.1,0.6,1.5,2.1,0.6,3.4 l-17.4,29.6v25.1h-33.4c-2.8,0-5.7,1.3-8.1,3.6c-2.1,1.9-3.4,5.1-3.4,8.1v54.3c0,6.4,4.9,11.3,11.3,11.3c6.4,0,11.3-4.9,11.3-11.3 v-43.4h50.2c1.9,0,4.3-0.4,6.2-1.3c7.9-3,11.7-7.8,11.7-18.7C253.2,169,253.1,106.6,223.8,99.9z'/%3E%3Cellipse transform='matrix(0.1222 -0.9925 0.9925 0.1222 99.5814 269.4569)' cx='202.1' cy='78.4' rx='20.2' ry='20.2'/%3E%3Cellipse transform='matrix(0.4719 -0.8817 0.8817 0.4719 -40.881 88.6184)' cx='53.5' cy='78.4' rx='20.2' ry='20.2'/%3E%3C/g%3E%3Csvg x='80px' y='0px'%3E%3Cpath style='transform:scale(4)' d='M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12zm7-6a1 1 0 0 0 0 2h3c.34 0 .872.11 1.29.412.19.136.372.321.505.588H7.997a1 1 0 1 0 0 2h4.798a1.58 1.58 0 0 1-.504.588A2.352 2.352 0 0 1 11 12H7.997a1 1 0 0 0-.625 1.781l5.003 4a1 1 0 1 0 1.25-1.562L10.848 14h.15c.661 0 1.629-.19 2.46-.789A3.621 3.621 0 0 0 14.896 11H16a1 1 0 1 0 0-2h-1.104a3.81 3.81 0 0 0-.367-1H16a1 1 0 1 0 0-2H8z' /%3E%3C/svg%3E%3C/svg%3E") no-repeat left top; }
        .sell_your_bike_intro ul li i.inspection {
          background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 620 467.161' xml:space='preserve' fill='%23fff'%3E%3Csvg x='340px' y='30px'%3E%3Cg style='transform:scale(0.45)'%3E%3Cpath d='M481.8,453l-140-140.1c27.6-33.1,44.2-75.4,44.2-121.6C386,85.9,299.5,0.2,193.1,0.2S0,86,0,191.4s86.5,191.1,192.9,191.1 c45.2,0,86.8-15.5,119.8-41.4l140.5,140.5c8.2,8.2,20.4,8.2,28.6,0C490,473.4,490,461.2,481.8,453z M41,191.4 c0-82.8,68.2-150.1,151.9-150.1s151.9,67.3,151.9,150.1s-68.2,150.1-151.9,150.1S41,274.1,41,191.4z'/%3E%3C/g%3E%3C/svg%3E%3Cg%3E%3Cpath d='M391.083,210.102c-10.262,0-20.05,2.054-28.991,5.754l-4.204-7.886c10.289-4.373,21.533-6.766,33.195-6.766 c14.523,0,28.863,3.744,41.472,10.826c3.608,2.028,8.183,0.746,10.212-2.866c2.028-3.611,0.745-8.184-2.866-10.212 c-14.846-8.339-31.727-12.748-48.817-12.748c-14.184,0-27.84,3.01-40.273,8.49l-7.419-13.917c0.697,0.047,1.398,0.08,2.107,0.08 h17.363c4.143,0,7.5-3.358,7.5-7.5v-48.49c0-4.142-3.357-7.5-7.5-7.5h-17.363c-11.763,0-22.005,6.624-27.203,16.335l-13.238-24.832 c-1.303-2.445-3.848-3.972-6.618-3.972H263.11c-4.143,0-7.5,3.358-7.5,7.5s3.357,7.5,7.5,7.5h30.828l12.748,23.913 c-1.641-1.205-3.383-2.306-5.232-3.278c-11.296-5.936-24.958-6.282-36.543-0.927l-23.357,10.8 c-8.455,3.909-15.074,10.358-19.271,18.091c-6.716-7.44-16.062-12.511-26.711-13.715L81.73,141.913h0 c-5.808-0.657-11.636,1.2-15.994,5.092c-4.357,3.893-6.857,9.477-6.857,15.32v32.943c-1.436,0.62-2.85,1.281-4.235,1.995 c-25.867,13.334-44.631,37.128-51.48,65.28c-0.979,4.025,1.49,8.081,5.515,9.061c0.596,0.145,1.192,0.214,1.779,0.214 c3.379,0,6.447-2.3,7.282-5.729c5.821-23.925,21.777-44.152,43.778-55.493c7.854-4.049,16.868-6.189,26.068-6.189h10.355h120.262 v21.75h-71.313c-12.899-10.042-29.069-16.052-46.575-16.052c-39.079,0-71.561,29.868-75.634,67.969H7.5c-4.142,0-7.5,3.358-7.5,7.5 v24.938c0,4.142,3.358,7.5,7.5,7.5h23.716c12.314,26.667,39.442,44.25,69.1,44.25s56.786-17.583,69.1-44.25H221.1 c16.36,0,29.842-12.538,31.354-28.509c13.915-5.003,25.737-15.026,32.921-28.55l35.532-69.341 c2.005-5.34,2.823-10.867,2.584-16.278l14.085,26.421c-18.799,11.922-33.568,30.048-41.125,52.147 c-1.34,3.919,0.751,8.183,4.67,9.523c0.804,0.275,1.622,0.405,2.428,0.405c3.118,0,6.03-1.96,7.096-5.075 c6.297-18.414,18.478-33.591,34.006-43.729l4.212,7.902c-20.399,13.661-33.859,36.912-33.859,63.252 c0,41.95,34.129,76.078,76.078,76.078s76.078-34.128,76.078-76.078S433.032,210.102,391.083,210.102z M329.664,148.199 c0-8.73,7.104-15.833,15.834-15.833h9.863v33.49h-9.863c-8.73,0-15.834-7.103-15.834-15.833V148.199z M247.848,164.021l23.357-10.8 c7.379-3.411,16.077-3.19,23.271,0.59c11.715,6.155,17.041,20.139,12.388,32.528l-1.152,3.069h-73.178 c-0.101-0.567-0.216-1.129-0.339-1.688C232.504,177.704,238.391,168.394,247.848,164.021z M97.942,189.408H87.586H73.88v-27.083 c0-2.159,1.159-3.516,1.85-4.134c0.691-0.617,2.174-1.616,4.315-1.374h0l113.841,12.869c11.285,1.276,20.311,9.268,23.278,19.721 H97.942z M175.95,278.075c-1.466-13.71-6.618-26.346-14.425-36.917h30.533l19.21,36.917H175.95z M100.316,225.106 c30.824,0,56.523,23.15,60.514,52.969H39.802C43.793,248.257,69.491,225.106,100.316,225.106z M100.316,347.263 c-21.4,0-41.16-11.401-52.12-29.25h9.511c10.045,13.46,25.669,21.391,42.609,21.391c16.939,0,32.564-7.931,42.609-21.391h9.511 C141.477,335.862,121.716,347.263,100.316,347.263z M79.176,318.013h42.28c-6.162,4.108-13.462,6.391-21.14,6.391 C92.638,324.403,85.338,322.121,79.176,318.013z M236.239,293.075c-2.542,5.843-8.371,9.938-15.139,9.938H15v-9.938H236.239z M272.129,253.917c-7.917,14.901-23.317,24.159-40.191,24.159h-3.76l-19.21-36.917h16.737c4.142,0,7.5-3.358,7.5-7.5v-29.25h65.227 L272.129,253.917z M391.083,347.258c-33.679,0-61.078-27.399-61.078-61.078c0-20.614,10.275-38.862,25.962-49.928l3.726,6.989 c-13.222,9.692-21.828,25.326-21.828,42.939c0,29.345,23.874,53.219,53.219,53.219s53.219-23.874,53.219-53.219 c0-29.345-23.874-53.219-53.219-53.219c-6.378,0-12.496,1.13-18.168,3.197l-3.723-6.984c6.801-2.621,14.178-4.073,21.891-4.073 c33.679,0,61.078,27.4,61.078,61.079S424.761,347.258,391.083,347.258z M375.128,272.196c1.35,2.531,3.943,3.973,6.625,3.973 c1.19,0,2.397-0.284,3.521-0.883c3.655-1.948,5.038-6.491,3.09-10.146l-8.292-15.555c3.489-1.052,7.183-1.624,11.01-1.624 c21.074,0,38.219,17.145,38.219,38.219c0,21.074-17.145,38.219-38.219,38.219s-38.219-17.145-38.219-38.219 c0-11.88,5.45-22.511,13.979-29.526L375.128,272.196z'/%3E%3Cpath d='M384.153,289.049c2.018,4.77,8.537,6.235,12.23,2.43c2.896-2.815,2.893-7.783,0-10.6c-2.452-2.526-6.564-2.878-9.47-0.94 C383.954,281.913,382.844,285.772,384.153,289.049C384.343,289.499,383.973,288.599,384.153,289.049z'/%3E%3C/g%3E%3C/svg%3E") no-repeat left top;
          width: 70px;
          margin-right: 2px; }
      .sell_your_bike_intro ul li strong {
        color: #fff;
        font-weight: 300; }
      .sell_your_bike_intro ul li span {
        width: 0;
        height: 0;
        position: absolute;
        border-left: solid 20px transparent;
        border-top: solid 20px transparent;
        border-bottom: solid 20px transparent;
        right: -14px;
        top: 50%;
        transform: translateY(-50%); }
        .sell_your_bike_intro ul li span::after {
          content: '';
          width: 20px;
          height: 20px;
          display: block;
          position: absolute;
          transform: rotate(45deg);
          right: 10px;
          top: -10px;
          border-top: dashed 1px rgba(255, 255, 255, 0.4);
          border-right: dashed 1px rgba(255, 255, 255, 0.4); }
      .sell_your_bike_intro ul li::before {
        content: '';
        display: block;
        border-right: dashed 1px rgba(255, 255, 255, 0.4);
        position: absolute;
        right: 6px;
        top: 0;
        width: 1px;
        height: calc(50% - 14px); }
      .sell_your_bike_intro ul li::after {
        content: '';
        display: block;
        border-right: dashed 1px rgba(255, 255, 255, 0.4);
        position: absolute;
        right: 6px;
        bottom: 0;
        width: 1px;
        height: calc(50% - 14px); }
      .sell_your_bike_intro ul li:last-child::before, .sell_your_bike_intro ul li:last-child::after, .sell_your_bike_intro ul li:last-child span {
        display: none; }
  .sell_your_bike_intro::after {
    content: 'Start';
    display: block;
    position: absolute;
    bottom: -50px;
    right: 50%;
    transform: translateX(50px);
    width: 0;
    height: 0;
    border-top: solid 50px #862725;
    border-left: solid 50px transparent;
    border-right: solid 50px transparent; }

.sale_your_vehicle_wrap h4 {
  font-weight: 400;
  font-size: 1.125rem;
  margin: 15px 0 0 0; }

.sale_your_vehicle_wrap .bike_pic_upload {
  margin-bottom: 25px; }
  .sale_your_vehicle_wrap .bike_pic_upload .file_view {
    position: relative;
    float: left;
    width: 100%; }
    .sale_your_vehicle_wrap .bike_pic_upload .file_view .bike_view_pic {
      width: calc(100% - 80px);
      height: 80px;
      float: left;
      border: solid 1px #ccc;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      border-right: none;
      background-color: #fff; }
      .sale_your_vehicle_wrap .bike_pic_upload .file_view .bike_view_pic.front_view {
        background-image: url("../images/front-view.jpg"); }
      .sale_your_vehicle_wrap .bike_pic_upload .file_view .bike_view_pic.left_view {
        background-image: url("../images/left-view.jpg"); }
      .sale_your_vehicle_wrap .bike_pic_upload .file_view .bike_view_pic.right_view {
        background-image: url("../images/right-view.jpg"); }
      .sale_your_vehicle_wrap .bike_pic_upload .file_view .bike_view_pic.top_view {
        background-image: url("../images/top-view.jpg"); }
      .sale_your_vehicle_wrap .bike_pic_upload .file_view .bike_view_pic.back_view {
        background-image: url("../images/back-view.jpg"); }
      .sale_your_vehicle_wrap .bike_pic_upload .file_view .bike_view_pic.speedometer_view {
        background-image: url("../images/speedometer-view.jpg"); }
    .sale_your_vehicle_wrap .bike_pic_upload .file_view .bike_upload_pic {
      width: 80px;
      height: 80px;
      border: solid 1px #ccc;
      float: left;
      position: relative; }
      .sale_your_vehicle_wrap .bike_pic_upload .file_view .bike_upload_pic span {
        width: 100%;
        height: 100%;
        margin: 0;
        position: relative;
        display: block;
        z-index: 1;
        background: #fafafa; }
        .sale_your_vehicle_wrap .bike_pic_upload .file_view .bike_upload_pic span::after {
          width: 30px;
          height: 30px;
          left: 50%;
          top: 50%;
          display: block;
          content: '';
          position: relative;
          z-index: -1;
          transform: translate(-50%, -50%);
          opacity: 0.25;
          background: url("../images/upload.svg") no-repeat 0 0;
          background-size: cover; }
        .sale_your_vehicle_wrap .bike_pic_upload .file_view .bike_upload_pic span:hover {
          background: #f0f0f0; }
          .sale_your_vehicle_wrap .bike_pic_upload .file_view .bike_upload_pic span:hover::after {
            opacity: 0.65; }
        .sale_your_vehicle_wrap .bike_pic_upload .file_view .bike_upload_pic span input[type="file"] {
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          width: 100%;
          height: 100%;
          cursor: pointer;
          opacity: 0;
          z-index: 9; }
    .sale_your_vehicle_wrap .bike_pic_upload .file_view .wpcf7-not-valid-tip {
      font-size: 0.9rem;
      display: block;
      line-height: 1.35;
      color: #f00;
      position: absolute;
      top: 0px;
      left: 0;
      text-align: left;
      background: #ffe3e3;
      width: 100%;
      height: 100%;
      border: solid 2px #f00;
      line-height: 1;
      padding: 14px 10px 5px;
      z-index: 999; }

.sale_your_vehicle_wrap .wpcf7 form .wpcf7-form-control-wrap.kc_captcha {
  background: #fff;
  text-align: left; }

.sale_your_vehicle_wrap .wpcf7 form .wpcf7-response-output {
  margin: 25px 0px;
  padding: 10px; }

.marketPlace_item {
  border: 1px solid #dee2e6;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease; }
  .marketPlace_item a {
    display: block;
    font-size: 0;
    line-height: 0;
    text-decoration: none !important;
    position: relative;
    overflow: hidden; }
    .marketPlace_item a h4 {
      text-align: center;
      font-size: 1.8rem;
      line-height: 1.5;
      color: #222;
      padding-top: 0.6rem;
      position: absolute;
      width: 100%;
      transition: all 1s ease;
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
      font-family: 'Lalezar'; }
      .marketPlace_item a h4.text-white {
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        font-size: 5rem;
        text-shadow: -1px -1px 4px rgba(0, 0, 0, 0.5), 1px -1px 4px rgba(0, 0, 0, 0.5), -1px 1px 4px rgba(0, 0, 0, 0.5), 1px 1px 4px rgba(0, 0, 0, 0.5); }
    .marketPlace_item a img {
      max-width: 100%;
      height: auto; }
    .marketPlace_item a::before {
      content: '';
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.2);
      background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 1%, rgba(255, 255, 255, 0) 100%);
      display: block;
      position: absolute;
      z-index: 1;
      top: 0;
      left: -100%;
      transition: all 1s ease;
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -o-transition: all 1s ease;
      -ms-transition: all 1s ease; }
    .marketPlace_item a::after {
      content: '';
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.2);
      background: linear-gradient(270deg, rgba(255, 255, 255, 0.2) 1%, rgba(255, 255, 255, 0) 100%);
      display: block;
      position: absolute;
      z-index: 2;
      top: 0px;
      right: -100%;
      transition: all 1s ease;
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -o-transition: all 1s ease;
      -ms-transition: all 1s ease; }
    .marketPlace_item a:hover h4 {
      color: #df0d0c; }
    .marketPlace_item a:hover::before {
      display: block;
      left: 100%; }
    .marketPlace_item a:hover::after {
      display: block;
      right: 100%; }
  .marketPlace_item:hover {
    border-color: rgba(223, 13, 12, 0.3); }

.comingsoon {
  background: url(../images/coming-soon.jpg) no-repeat center top;
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: fixed;
  float: left;
  background-size: cover; }
  .comingsoon .coming {
    font-family: 'Lalezar';
    font-size: 7rem;
    line-height: 1;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 40%;
    color: #fff;
    text-align: center;
    text-shadow: -1px -1px 4px rgba(90, 0, 0, 0.5), 1px -1px 4px rgba(90, 0, 0, 0.5), -1px 1px 4px rgba(90, 0, 0, 0.5), 1px 1px 4px rgba(90, 0, 0, 0.5);
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite; }

@media (max-width: 1280px) {
  .feedback::before {
    background-position: top 100px right calc(50% + 320px); }
  .contact_us_page {
    background-position: top 0px left -150px; } }

@media (max-width: 1024px) {
  .feedback::before {
    background-position: top 100px right calc(50% + 260px); }
  .contact_us_page .contact_us_get_touch {
    padding-right: 15px; }
  .sell_your_bike_intro {
    padding: 100px 0 50px; }
    .sell_your_bike_intro ul li {
      padding: 15px;
      font-size: 0.85rem; } }

@media (max-width: 992px) {
  ul.checklist.left li {
    text-align: left;
    padding: 10px 0px 10px 35px; }
    ul.checklist.left li::before {
      left: 0;
      right: unset; }
    ul.checklist.left li::after {
      left: 3px;
      right: unset; }
  .home_body_content .home_page_aboutus_section h1 {
    font-size: 2.4rem; }
  .home_body_content .home_page_aboutus_section .about_slider {
    margin-top: 0px; }
  .feedback {
    background: none;
    padding: 30px 0 50px; }
    .feedback::before {
      display: none; } }

@media (max-width: 767px) {
  .home_body_content .home_page_aboutus_section h1 {
    font-size: 2.15rem;
    line-height: 1.35; }
  .sell_your_bike_intro ul li {
    width: 100%;
    padding: 15px 25px 25px; }
    .sell_your_bike_intro ul li i {
      height: 45px;
      width: 70px;
      margin-right: 2px; }
    .sell_your_bike_intro ul li strong {
      float: left;
      padding-top: 15px;
      width: calc(100% - 75px);
      font-size: 1rem; }
    .sell_your_bike_intro ul li span {
      transform: rotate(90deg);
      top: unset;
      bottom: -30px;
      right: calc(50% - 10px); }
    .sell_your_bike_intro ul li::before {
      border-top: dashed 1px rgba(255, 255, 255, 0.4);
      left: 0px;
      top: unset;
      bottom: 0;
      height: 1px;
      width: calc(50% - 14px); }
    .sell_your_bike_intro ul li::after {
      border-top: dashed 1px rgba(255, 255, 255, 0.4);
      right: 0px;
      top: unset;
      bottom: 0;
      height: 1px;
      width: calc(50% - 14px); } }

@media (max-width: 480px) {
  .home_body_content .home_page_aboutus_section h1 {
    font-size: 1.5rem;
    line-height: 1.35; }
  .brands_heading {
    max-width: 130px;
    font-size: 0.8rem; }
  .brands_logo {
    max-width: calc(100% - 150px);
    padding-left: 8px; }
    .brands_logo .slick-slider .slick-arrow.slick-prev {
      left: -25px; }
  .contact_us_page .contact_us_get_touch ul li {
    font-size: 0.95rem;
    line-height: 1.5;
    padding-left: 30px; }
    .contact_us_page .contact_us_get_touch ul li i {
      top: 3px; }
  .contact_us_page .contact_wrap {
    padding: 15px; }
    .contact_us_page .contact_wrap h2 {
      font-size: 1.5rem;
      line-height: 1.35; }
  .feedback h1 {
    font-size: 1.7rem;
    margin-bottom: 0.5rem; }
  .feedback .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
    display: block; }
  .feedback .wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    height: 100%; }
  .feedback .wpcf7 .automobile-form .form-group .btn-action {
    min-width: 100%; }
  .comingsoon .coming {
    font-size: 5rem;
    top: 50%; }
  .sell_your_bike_intro {
    padding: 70px 0 20px;
    margin-bottom: 10px; }
    .sell_your_bike_intro h1 {
      margin-bottom: 0px;
      font-size: 1.1rem; }
    .sell_your_bike_intro h2 {
      margin-bottom: 0px;
      font-size: 1rem; }
    .sell_your_bike_intro ul {
      margin-top: 15px; }
      .sell_your_bike_intro ul li {
        padding: 15px 25px 15px; }
        .sell_your_bike_intro ul li strong {
          /* padding-top: 8px; */
          line-height: 1.25;
          position: relative;
          transform: translateY(-10%);
          top: 50%; }
    .sell_your_bike_intro::after {
      border-width: 30px;
      bottom: -30px;
      transform: translateX(30px); }
  .sale_your_vehicle_wrap .wpcf7 form .wpcf7-form-control-wrap.kc_captcha {
    text-align: center; } }

.product_list {
  float: left;
  width: 100%;
  padding: 10px 0 50px;
  background: #f7f6f6; }
  .product_list .porduct_item {
    background: #fff;
    padding: 0.75rem;
    border-radius: 6px;
    position: relative;
    border: solid 1px #f0f0f0;
    width: 100%;
    min-height: 100%;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.05);
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease; }
    .product_list .porduct_item a {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 9; }
    .product_list .porduct_item .featured-image {
      width: 100%;
      height: 230px;
      display: block;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center; }
    .product_list .porduct_item h4 {
      font-size: 1.05rem;
      line-height: 1.35;
      font-weight: 400;
      margin-bottom: 5px; }
    .product_list .porduct_item .product_meta {
      font-size: 0.85rem; }
      .product_list .porduct_item .product_meta span:after {
        display: inline-block;
        content: '|';
        margin: 0 2px 0 4px;
        font-size: 0.8rem;
        line-height: 1;
        color: #ccc; }
      .product_list .porduct_item .product_meta span:last-child:after {
        display: none; }
    .product_list .porduct_item .product_price {
      font-size: 0.85rem; }
      .product_list .porduct_item .product_price strong {
        font-size: 1.115rem;
        font-weight: 600; }
    .product_list .porduct_item .more {
      width: 100%;
      transition: all 0.8s ease;
      -webkit-transition: all 0.8s ease;
      -moz-transition: all 0.8s ease;
      -o-transition: all 0.8s ease;
      -ms-transition: all 0.8s ease;
      padding: 8px 0 10px;
      border-radius: 4px;
      position: relative;
      font-size: 1rem;
      line-height: 1;
      overflow: hidden; }
      .product_list .porduct_item .more span {
        display: block;
        position: relative;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease; }
    .product_list .porduct_item:hover {
      border: solid 1px rgba(223, 13, 12, 0.35);
      box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.05);
      -webkit-box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.05);
      -ms-box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.05);
      -o-box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.05); }
      .product_list .porduct_item:hover .more {
        background: #df0d0c;
        color: #fff; }
        .product_list .porduct_item:hover .more span {
          transform: translateX(25%);
          color: #fff; }

.product_details .woocommerce div.product div.images .flex-viewport {
  max-height: 100%; }

.product_details .woocommerce div.product div.images .flex-control-thumbs li {
  max-width: 12%;
  clear: none;
  padding: 1px;
  position: relative;
  z-index: 1; }
  .product_details .woocommerce div.product div.images .flex-control-thumbs li img {
    border: solid 0.125rem #fff; }
    .product_details .woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
      border-color: #df0d0c; }

.product_details .woocommerce div.product .entry-summary .you_save {
  text-align: center;
  color: #777;
  font-size: 1rem; }
  .product_details .woocommerce div.product .entry-summary .you_save strong {
    font-size: 2rem;
    display: block;
    font-weight: 400;
    color: #df0d0c; }
    .product_details .woocommerce div.product .entry-summary .you_save strong small {
      font-size: 1rem;
      color: #777; }
      .product_details .woocommerce div.product .entry-summary .you_save strong small span {
        color: #df0d0c; }

.product_details .woocommerce div.product .entry-summary .vehicle_details {
  max-width: 100%;
  margin: 10px auto; }
  .product_details .woocommerce div.product .entry-summary .vehicle_details .details_item, .product_details .woocommerce div.product .entry-summary .vehicle_details .report_item {
    vertical-align: top;
    padding-top: 0px;
    padding-bottom: 20px;
    font-size: 1rem;
    line-height: 1.25; }
    .product_details .woocommerce div.product .entry-summary .vehicle_details .details_item i, .product_details .woocommerce div.product .entry-summary .vehicle_details .report_item i {
      width: 50px;
      height: 36px;
      float: left; }
      .product_details .woocommerce div.product .entry-summary .vehicle_details .details_item i::after, .product_details .woocommerce div.product .entry-summary .vehicle_details .report_item i::after {
        content: '';
        width: 100%;
        height: 100%;
        display: block; }
    .product_details .woocommerce div.product .entry-summary .vehicle_details .details_item span, .product_details .woocommerce div.product .entry-summary .vehicle_details .report_item span {
      float: right;
      width: calc(100% - 50px);
      color: #888;
      font-weight: 300; }
      .product_details .woocommerce div.product .entry-summary .vehicle_details .details_item span strong, .product_details .woocommerce div.product .entry-summary .vehicle_details .report_item span strong {
        font-weight: 400;
        display: block;
        color: #222; }
    .product_details .woocommerce div.product .entry-summary .vehicle_details .details_item.meter i, .product_details .woocommerce div.product .entry-summary .vehicle_details .report_item.meter i {
      height: 30px; }
      .product_details .woocommerce div.product .entry-summary .vehicle_details .details_item.meter i::after, .product_details .woocommerce div.product .entry-summary .vehicle_details .report_item.meter i::after {
        background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 344.996 344.996' style='enable-background:new 0 0 344.996 344.996;' xml:space='preserve' fill='%23cc0201'%3E%3Cg%3E%3Cpath d='M172.498,70.839C77.159,70.839,0,147.989,0,243.337c0,4.143,3.358,7.5,7.5,7.5c3.327,0,132.584,0,135.105,0 c3.359,13.381,15.485,23.32,29.893,23.32c14.408,0,26.534-9.939,29.893-23.32c2.501,0,131.682,0,135.105,0 c4.142,0,7.5-3.357,7.5-7.5C344.996,147.999,267.846,70.839,172.498,70.839z M179.997,86.013L179.997,86.013 c36.765,1.712,71.235,15.99,98.442,40.776c-13.327,13.327-13.14,13.14-26.362,26.361c-20.03-17.732-45.234-28.203-72.08-29.855 V86.013z M164.997,86.013v37.282h0.001c-26.423,1.628-51.656,11.796-72.08,29.855c-13.203-13.202-13.024-13.024-26.362-26.361 C93.763,102.003,128.233,87.725,164.997,86.013z M15.174,235.837c1.712-36.765,15.989-71.235,40.775-98.441l26.362,26.361 c-17.216,19.459-28.163,44.448-29.856,72.08H15.174z M172.498,259.157c-8.723,0-15.82-7.097-15.82-15.82 c0-8.724,7.097-15.82,15.82-15.82c8.596,0,15.82,7.117,15.82,15.82C188.318,252.061,181.221,259.157,172.498,259.157z M197.018,224.69c-1.767-2.32-3.631-4.137-5.874-5.872l19.25-13.377L197.018,224.69z M207.538,235.837l38.951-56.052 c4.752-6.837-3.612-15.186-10.438-10.439l-62.169,43.202c-14.924-0.659-27.784,9.397-31.282,23.289H67.492 c3.872-55.03,49.599-97.77,105.006-97.77c55.609-0.001,101.154,43.03,105.006,97.77H207.538z M292.54,235.837 c-1.635-26.782-12.07-51.963-29.856-72.08l26.362-26.361c24.786,27.206,39.064,61.676,40.775,98.441H292.54z'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat left center; }
    .product_details .woocommerce div.product .entry-summary .vehicle_details .details_item.color i, .product_details .woocommerce div.product .entry-summary .vehicle_details .report_item.color i {
      height: 20px; }
      .product_details .woocommerce div.product .entry-summary .vehicle_details .details_item.color i::after, .product_details .woocommerce div.product .entry-summary .vehicle_details .report_item.color i::after {
        background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve' fill='%23cc0201'%3E%3Cg%3E%3Cpath d='M341.641,98.432c-22.17-27.665-45.099-56.269-63.932-86.4C273.033,4.548,264.823,0,256,0s-17.033,4.548-21.709,12.032 c-18.833,30.14-41.762,58.743-63.932,86.4C118.067,163.678,64,231.142,64,320c0,105.865,86.135,192,192,192s192-86.135,192-192 C448,231.142,393.933,163.678,341.641,98.432z M256,486.4c-91.904,0-166.4-74.496-166.4-166.4C89.6,204.8,192,128,256,25.6 C320,128,422.4,204.8,422.4,320C422.4,411.904,347.904,486.4,256,486.4z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M384,309.564c-7.074,0-12.8,5.726-12.8,12.8c0,63.522-51.678,115.2-115.2,115.2c-7.074,0-12.8,5.726-12.8,12.8 c0,7.074,5.726,12.8,12.8,12.8c77.628,0,140.8-63.172,140.8-140.8C396.8,315.29,391.074,309.564,384,309.564z'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat left center;
        margin-top: 2px; }
    .product_details .woocommerce div.product .entry-summary .vehicle_details .details_item.bike i:after, .product_details .woocommerce div.product .entry-summary .vehicle_details .report_item.bike i:after {
      background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 467.161 467.161' style='enable-background:new 0 0 467.161 467.161;' xml:space='preserve' fill='%23cc0201'%3E%3Cg%3E%3Cpath d='M391.083,210.102c-10.262,0-20.05,2.054-28.991,5.754l-4.204-7.886c10.289-4.373,21.533-6.766,33.195-6.766 c14.523,0,28.863,3.744,41.472,10.826c3.608,2.028,8.183,0.746,10.212-2.866c2.028-3.611,0.745-8.184-2.866-10.212 c-14.846-8.339-31.727-12.748-48.817-12.748c-14.184,0-27.84,3.01-40.273,8.49l-7.419-13.917c0.697,0.047,1.398,0.08,2.107,0.08 h17.363c4.143,0,7.5-3.358,7.5-7.5v-48.49c0-4.142-3.357-7.5-7.5-7.5h-17.363c-11.763,0-22.005,6.624-27.203,16.335l-13.238-24.832 c-1.303-2.445-3.848-3.972-6.618-3.972H263.11c-4.143,0-7.5,3.358-7.5,7.5s3.357,7.5,7.5,7.5h30.828l12.748,23.913 c-1.641-1.205-3.383-2.306-5.232-3.278c-11.296-5.936-24.958-6.282-36.543-0.927l-23.357,10.8 c-8.455,3.909-15.074,10.358-19.271,18.091c-6.716-7.44-16.062-12.511-26.711-13.715L81.73,141.913h0 c-5.808-0.657-11.636,1.2-15.994,5.092c-4.357,3.893-6.857,9.477-6.857,15.32v32.943c-1.436,0.62-2.85,1.281-4.235,1.995 c-25.867,13.334-44.631,37.128-51.48,65.28c-0.979,4.025,1.49,8.081,5.515,9.061c0.596,0.145,1.192,0.214,1.779,0.214 c3.379,0,6.447-2.3,7.282-5.729c5.821-23.925,21.777-44.152,43.778-55.493c7.854-4.049,16.868-6.189,26.068-6.189h10.355h120.262 v21.75h-71.313c-12.899-10.042-29.069-16.052-46.575-16.052c-39.079,0-71.561,29.868-75.634,67.969H7.5c-4.142,0-7.5,3.358-7.5,7.5 v24.938c0,4.142,3.358,7.5,7.5,7.5h23.716c12.314,26.667,39.442,44.25,69.1,44.25s56.786-17.583,69.1-44.25H221.1 c16.36,0,29.842-12.538,31.354-28.509c13.915-5.003,25.737-15.026,32.921-28.55l35.532-69.341 c2.005-5.34,2.823-10.867,2.584-16.278l14.085,26.421c-18.799,11.922-33.568,30.048-41.125,52.147 c-1.34,3.919,0.751,8.183,4.67,9.523c0.804,0.275,1.622,0.405,2.428,0.405c3.118,0,6.03-1.96,7.096-5.075 c6.297-18.414,18.478-33.591,34.006-43.729l4.212,7.902c-20.399,13.661-33.859,36.912-33.859,63.252 c0,41.95,34.129,76.078,76.078,76.078s76.078-34.128,76.078-76.078S433.032,210.102,391.083,210.102z M329.664,148.199 c0-8.73,7.104-15.833,15.834-15.833h9.863v33.49h-9.863c-8.73,0-15.834-7.103-15.834-15.833V148.199z M247.848,164.021l23.357-10.8 c7.379-3.411,16.077-3.19,23.271,0.59c11.715,6.155,17.041,20.139,12.388,32.528l-1.152,3.069h-73.178 c-0.101-0.567-0.216-1.129-0.339-1.688C232.504,177.704,238.391,168.394,247.848,164.021z M97.942,189.408H87.586H73.88v-27.083 c0-2.159,1.159-3.516,1.85-4.134c0.691-0.617,2.174-1.616,4.315-1.374h0l113.841,12.869c11.285,1.276,20.311,9.268,23.278,19.721 H97.942z M175.95,278.075c-1.466-13.71-6.618-26.346-14.425-36.917h30.533l19.21,36.917H175.95z M100.316,225.106 c30.824,0,56.523,23.15,60.514,52.969H39.802C43.793,248.257,69.491,225.106,100.316,225.106z M100.316,347.263 c-21.4,0-41.16-11.401-52.12-29.25h9.511c10.045,13.46,25.669,21.391,42.609,21.391c16.939,0,32.564-7.931,42.609-21.391h9.511 C141.477,335.862,121.716,347.263,100.316,347.263z M79.176,318.013h42.28c-6.162,4.108-13.462,6.391-21.14,6.391 C92.638,324.403,85.338,322.121,79.176,318.013z M236.239,293.075c-2.542,5.843-8.371,9.938-15.139,9.938H15v-9.938H236.239z M272.129,253.917c-7.917,14.901-23.317,24.159-40.191,24.159h-3.76l-19.21-36.917h16.737c4.142,0,7.5-3.358,7.5-7.5v-29.25h65.227 L272.129,253.917z M391.083,347.258c-33.679,0-61.078-27.399-61.078-61.078c0-20.614,10.275-38.862,25.962-49.928l3.726,6.989 c-13.222,9.692-21.828,25.326-21.828,42.939c0,29.345,23.874,53.219,53.219,53.219s53.219-23.874,53.219-53.219 c0-29.345-23.874-53.219-53.219-53.219c-6.378,0-12.496,1.13-18.168,3.197l-3.723-6.984c6.801-2.621,14.178-4.073,21.891-4.073 c33.679,0,61.078,27.4,61.078,61.079S424.761,347.258,391.083,347.258z M375.128,272.196c1.35,2.531,3.943,3.973,6.625,3.973 c1.19,0,2.397-0.284,3.521-0.883c3.655-1.948,5.038-6.491,3.09-10.146l-8.292-15.555c3.489-1.052,7.183-1.624,11.01-1.624 c21.074,0,38.219,17.145,38.219,38.219c0,21.074-17.145,38.219-38.219,38.219s-38.219-17.145-38.219-38.219 c0-11.88,5.45-22.511,13.979-29.526L375.128,272.196z'/%3E%3Cpath d='M384.153,289.049c2.018,4.77,8.537,6.235,12.23,2.43c2.896-2.815,2.893-7.783,0-10.6c-2.452-2.526-6.564-2.878-9.47-0.94 C383.954,281.913,382.844,285.772,384.153,289.049C384.343,289.499,383.973,288.599,384.153,289.049z'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat left center; }
    .product_details .woocommerce div.product .entry-summary .vehicle_details .details_item.engine i, .product_details .woocommerce div.product .entry-summary .vehicle_details .report_item.engine i {
      height: 32px; }
      .product_details .woocommerce div.product .entry-summary .vehicle_details .details_item.engine i::after, .product_details .woocommerce div.product .entry-summary .vehicle_details .report_item.engine i::after {
        background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 295.238 295.238' style='enable-background:new 0 0 295.238 295.238;' xml:space='preserve' fill='%23cc0201'%3E%3Cg%3E%3Cpath d='M257.143,157.143h-14.286v-28.571H220.49l-28.571-19.048h-30.014V80.952H200v-9.524H85.714v9.524h38.095v28.571H93.476 l-33.333,28.571h-26.81v28.571H9.524V123.81H0v119.048h9.524v-38.095h23.81v38.095h27.305l33.333,19.048h53.648v-9.524H96.505 l-29.838-17.048v-90.286l30.333-26h92.033l25.252,16.833v16.5h9.524v-14.286h9.524v114.286h-9.524v9.524h19.048v-23.81h14.286 v9.524h38.095V142.857h-38.095V157.143z M33.334,195.238H9.524V176.19h23.81V195.238z M57.143,233.333H42.857v-85.714h14.286 V233.333z M152.381,109.523h-19.048V80.952h19.048V109.523z M257.143,228.571h-14.286v-61.905h14.286V228.571z M266.667,152.381 h19.048v85.714h-19.048V152.381z'/%3E%3Cpath d='M192.448,176.19h-35.576l23.81-33.333h-45.533L106.576,200h29.962l-12.833,44.933L192.448,176.19z M121.99,190.476 l19.048-38.095h21.133l-23.81,33.333h31.09l-26.495,26.495l6.214-21.733H121.99z'/%3E%3Cpolygon points='276.191,71.429 276.191,52.381 266.667,52.381 266.667,71.429 276.19,71.429 276.19,80.952 266.667,80.952 266.667,71.429 247.619,71.429 247.619,80.953 266.667,80.953 266.667,100 276.191,100 276.191,80.953 295.238,80.953 295.238,71.429 '/%3E%3Crect x='190.476' y='252.381' width='23.81' height='9.524'/%3E%3Cpolygon points='180.953,252.381 190.476,252.381 190.476,228.571 180.952,228.571 180.952,252.381 157.143,252.381 157.143,261.905 180.952,261.905 180.952,285.715 190.476,285.715 190.476,261.905 180.953,261.905 '/%3E%3Cpolygon points='285.714,266.667 276.19,266.667 276.19,276.19 266.667,276.19 266.667,285.714 276.19,285.714 276.19,295.238 285.714,295.238 285.714,285.714 276.191,285.714 276.191,276.191 285.714,276.191 285.714,285.714 295.238,285.714 295.238,276.19 285.714,276.19 '/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat left center; }
    .product_details .woocommerce div.product .entry-summary .vehicle_details .details_item.user i, .product_details .woocommerce div.product .entry-summary .vehicle_details .report_item.user i {
      height: 24px; }
      .product_details .woocommerce div.product .entry-summary .vehicle_details .details_item.user i::after, .product_details .woocommerce div.product .entry-summary .vehicle_details .report_item.user i::after {
        background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 488.9 488.9' style='enable-background:new 0 0 488.9 488.9;' xml:space='preserve' fill='%23cc0201'%3E%3Cg%3E%3Cpath d='M477.7,454.8v-26c0-26.5-12.4-52-33.1-68.1c-48.2-37.4-97.3-63.5-114.5-72.2v-29.7c3.5-7.8,6.4-16.3,8.6-25.5 c12.8-4.6,19.8-23.4,24.5-40c6.3-22.1,5.6-37.6-1.8-46.2c7.8-42.5,4.3-73.8-10.3-93.1c-7.7-10.1-16.7-14.4-22.7-16.3 c-4.3-6-13-16.1-27.7-24.2C285.5,4.5,268.4,0,249.6,0c-3.4,0-6.8,0.2-9.8,0.4c-8.4,0.4-16.7,2-24.9,4.7c-0.1,0-0.2,0.1-0.3,0.1 c-9,3.1-17.8,7.6-26.3,13.4c-9.7,6.2-18.6,13.6-26.3,21.8c-15.1,15.5-25.1,33-29.4,51.7c-4.1,15.5-4.4,31.1-1,46.4 c-1.8,1.3-3.4,2.8-4.8,4.6c-6.9,9.1-7.2,23.4-1.1,45.1c4.2,15,9.8,30.3,19.3,37.2c2.8,14.4,7.5,27.5,13.8,39.1v24.1 c-17.2,8.7-66.3,34.7-114.5,72.2c-20.7,16.1-33.1,41.5-33.1,68.1v26c0,18.8,15.3,34,34,34h398.5 C462.4,488.9,477.7,473.6,477.7,454.8z M35.6,454.8v-26c0-19,8.8-37.2,23.6-48.7c52-40.3,104.9-66.9,115-71.8 c5.6-2.7,9.1-8.3,9.1-14.6v-32.5c0-2.2-0.6-4.3-1.7-6.2c-6.6-11.2-11.2-24.6-13.5-39.9c-0.8-4.9-4.4-8.8-9.1-10 c-1.3-1.5-5-6.9-9.7-23.6c-3.9-13.8-3.6-20.2-3.2-22.5c3.9,0.2,7.8-1.6,10.3-4.7c2.6-3.3,3.3-7.7,1.9-11.6 c-5.2-14.5-5.8-29.4-1.8-44.6c3.4-14.6,11.2-28.2,23.3-40.6c6.5-7,14-13.1,22-18.2c0.1-0.1,0.3-0.2,0.4-0.3 c6.7-4.7,13.7-8.2,20.6-10.6c0.1,0,0.2-0.1,0.2-0.1c5.9-2,12-3.1,18.4-3.4c17.5-1.5,33.2,1.8,47.1,9.9 c15.2,8.4,21.4,19.4,21.4,19.4c1.9,3.9,5.3,6.2,9.7,6.5c0.3,0,6.8,1,12.4,8.9c5.9,8.4,14.3,30,3.8,80.4c-1.2,5.6,1.7,11.2,6.8,13.6 c0.5,1.8,1.3,7.9-3,23.1c-3.8,13.4-6.9,19.5-8.7,22.2c-2.3-0.4-4.7-0.2-6.9,0.8c-3.8,1.6-6.6,5.1-7.3,9.1c-2.1,12-5.5,22.8-9.9,32 c-0.8,1.7-1.2,3.5-1.2,5.3v37.6c0,6.3,3.5,11.8,9.1,14.6c10.1,4.9,63,31.6,114.9,71.8c14.8,11.5,23.6,29.7,23.6,48.7v26 c0,5.2-4.3,9.5-9.5,9.5H45.2C39.9,464.4,35.6,460.1,35.6,454.8z'/%3E%3C/g%3E%3C/svg%3E") no-repeat left center; }
    .product_details .woocommerce div.product .entry-summary .vehicle_details .details_item.calendar i, .product_details .woocommerce div.product .entry-summary .vehicle_details .report_item.calendar i {
      height: 26px; }
      .product_details .woocommerce div.product .entry-summary .vehicle_details .details_item.calendar i::after, .product_details .woocommerce div.product .entry-summary .vehicle_details .report_item.calendar i::after {
        background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 470 470' style='enable-background:new 0 0 470 470;' xml:space='preserve' fill='%23cc0201'%3E%3Cg%3E%3Cpath d='M462.5,30h-25v-7.5C437.5,10.093,427.406,0,415,0s-22.5,10.093-22.5,22.5V30h-75v-7.5C317.5,10.093,307.406,0,295,0 s-22.5,10.093-22.5,22.5V30h-75v-7.5C197.5,10.093,187.407,0,175,0s-22.5,10.093-22.5,22.5V30h-75v-7.5C77.5,10.093,67.407,0,55,0 S32.5,10.093,32.5,22.5V30h-25C3.358,30,0,33.358,0,37.5v365c0,4.142,3.358,7.5,7.5,7.5h455c4.143,0,7.5-3.358,7.5-7.5v-365 C470,33.358,466.643,30,462.5,30z M407.5,22.5c0-4.136,3.364-7.5,7.5-7.5s7.5,3.364,7.5,7.5v30c0,4.136-3.364,7.5-7.5,7.5 s-7.5-3.364-7.5-7.5V22.5z M287.5,22.5c0-4.136,3.364-7.5,7.5-7.5s7.5,3.364,7.5,7.5v30c0,4.136-3.364,7.5-7.5,7.5 s-7.5-3.364-7.5-7.5V22.5z M167.5,22.5c0-4.136,3.364-7.5,7.5-7.5s7.5,3.364,7.5,7.5v30c0,4.136-3.364,7.5-7.5,7.5 s-7.5-3.364-7.5-7.5V22.5z M47.5,22.5c0-4.136,3.364-7.5,7.5-7.5s7.5,3.364,7.5,7.5v30c0,4.136-3.364,7.5-7.5,7.5 s-7.5-3.364-7.5-7.5V22.5z M32.5,45v7.5C32.5,64.907,42.593,75,55,75s22.5-10.093,22.5-22.5V45h75v7.5 c0,12.407,10.093,22.5,22.5,22.5s22.5-10.093,22.5-22.5V45h75v7.5c0,12.407,10.094,22.5,22.5,22.5s22.5-10.093,22.5-22.5V45h75v7.5 c0,12.407,10.094,22.5,22.5,22.5s22.5-10.093,22.5-22.5V45H455v77.3H15V45H32.5z M15,395V137.3h440V395H15z'/%3E%3Cpath d='M412,226.8h-30c-4.143,0-7.5,3.358-7.5,7.5s3.357,7.5,7.5,7.5h30c4.143,0,7.5-3.358,7.5-7.5S416.143,226.8,412,226.8z'/%3E%3Cpath d='M331,226.8h-30c-4.143,0-7.5,3.358-7.5,7.5s3.357,7.5,7.5,7.5h30c4.143,0,7.5-3.358,7.5-7.5S335.143,226.8,331,226.8z'/%3E%3Cpath d='M250,226.8h-30c-4.142,0-7.5,3.358-7.5,7.5s3.358,7.5,7.5,7.5h30c4.143,0,7.5-3.358,7.5-7.5S254.143,226.8,250,226.8z'/%3E%3Cpath d='M169,226.8h-30c-4.142,0-7.5,3.358-7.5,7.5s3.358,7.5,7.5,7.5h30c4.142,0,7.5-3.358,7.5-7.5S173.142,226.8,169,226.8z'/%3E%3Cpath d='M88,226.8H58c-4.142,0-7.5,3.358-7.5,7.5s3.358,7.5,7.5,7.5h30c4.142,0,7.5-3.358,7.5-7.5S92.142,226.8,88,226.8z'/%3E%3Cpath d='M331,280.8h-30c-4.143,0-7.5,3.358-7.5,7.5s3.357,7.5,7.5,7.5h30c4.143,0,7.5-3.358,7.5-7.5S335.143,280.8,331,280.8z'/%3E%3Cpath d='M250,280.8h-30c-4.142,0-7.5,3.358-7.5,7.5s3.358,7.5,7.5,7.5h30c4.143,0,7.5-3.358,7.5-7.5S254.143,280.8,250,280.8z'/%3E%3Cpath d='M169,280.8h-30c-4.142,0-7.5,3.358-7.5,7.5s3.358,7.5,7.5,7.5h30c4.142,0,7.5-3.358,7.5-7.5S173.142,280.8,169,280.8z'/%3E%3Cpath d='M88,280.8H58c-4.142,0-7.5,3.358-7.5,7.5s3.358,7.5,7.5,7.5h30c4.142,0,7.5-3.358,7.5-7.5S92.142,280.8,88,280.8z'/%3E%3Cpath d='M331,334.8h-30c-4.143,0-7.5,3.358-7.5,7.5s3.357,7.5,7.5,7.5h30c4.143,0,7.5-3.358,7.5-7.5S335.143,334.8,331,334.8z'/%3E%3Cpath d='M412,280.8h-30c-4.143,0-7.5,3.358-7.5,7.5s3.357,7.5,7.5,7.5h30c4.143,0,7.5-3.358,7.5-7.5S416.143,280.8,412,280.8z'/%3E%3Cpath d='M412,334.8h-30c-4.143,0-7.5,3.358-7.5,7.5s3.357,7.5,7.5,7.5h30c4.143,0,7.5-3.358,7.5-7.5S416.143,334.8,412,334.8z'/%3E%3Cpath d='M250,334.8h-30c-4.142,0-7.5,3.358-7.5,7.5s3.358,7.5,7.5,7.5h30c4.143,0,7.5-3.358,7.5-7.5S254.143,334.8,250,334.8z'/%3E%3Cpath d='M169,334.8h-30c-4.142,0-7.5,3.358-7.5,7.5s3.358,7.5,7.5,7.5h30c4.142,0,7.5-3.358,7.5-7.5S173.142,334.8,169,334.8z'/%3E%3Cpath d='M88,334.8H58c-4.142,0-7.5,3.358-7.5,7.5s3.358,7.5,7.5,7.5h30c4.142,0,7.5-3.358,7.5-7.5S92.142,334.8,88,334.8z'/%3E%3Cpath d='M412,172.8h-30c-4.143,0-7.5,3.358-7.5,7.5s3.357,7.5,7.5,7.5h30c4.143,0,7.5-3.358,7.5-7.5S416.143,172.8,412,172.8z'/%3E%3Cpath d='M331,172.8h-30c-4.143,0-7.5,3.358-7.5,7.5s3.357,7.5,7.5,7.5h30c4.143,0,7.5-3.358,7.5-7.5S335.143,172.8,331,172.8z'/%3E%3Cpath d='M250,172.8h-30c-4.142,0-7.5,3.358-7.5,7.5s3.358,7.5,7.5,7.5h30c4.143,0,7.5-3.358,7.5-7.5S254.143,172.8,250,172.8z'/%3E%3Cpath d='M169,172.8h-30c-4.142,0-7.5,3.358-7.5,7.5s3.358,7.5,7.5,7.5h30c4.142,0,7.5-3.358,7.5-7.5S173.142,172.8,169,172.8z'/%3E%3Cpath d='M88,172.8H58c-4.142,0-7.5,3.358-7.5,7.5s3.358,7.5,7.5,7.5h30c4.142,0,7.5-3.358,7.5-7.5S92.142,172.8,88,172.8z'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat left center; }
    .product_details .woocommerce div.product .entry-summary .vehicle_details .details_item.key i, .product_details .woocommerce div.product .entry-summary .vehicle_details .report_item.key i {
      height: 26px; }
      .product_details .woocommerce div.product .entry-summary .vehicle_details .details_item.key i::after, .product_details .woocommerce div.product .entry-summary .vehicle_details .report_item.key i::after {
        background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 398.614 398.614' style='enable-background:new 0 0 398.614 398.614;' xml:space='preserve' fill='%23cc0201'%3E%3Cg%3E%3Cpath d='M398.074,265.117c-10.935-61.976-30.089-122.262-56.93-179.184c-6.007-12.74-18.917-20.632-32.951-20.101 c-26.745,1.01-52.264,6.687-76.248,16.917c-0.081-1.428-0.187-2.854-0.345-4.276c-4.738-42.47-43.146-73.178-85.615-68.43 C111.741,13.864,84.56,39.641,78.394,72.8l-19.627-5.013c-12.436-3.177-25.151,3.512-29.58,15.557L2.087,157.051 c-2.431,6.612-1.944,13.981,1.335,20.216c3.279,6.235,9.075,10.811,15.901,12.555l22.074,5.638l-2.069,29.206l-11.625,20.477 c-0.579,1.02-0.911,2.162-0.968,3.333l-1.525,30.917l-8.795,11.371c-0.898,1.161-1.436,2.56-1.546,4.023l-2.746,36.352 L1.063,349.637c-1.561,2.611-1.391,5.906,0.431,8.341l20.994,28.068c1.443,1.929,3.687,3.008,6.007,3.008 c0.774,0,1.557-0.12,2.321-0.369l39.078-12.725c2.443-0.795,4.309-2.786,4.944-5.275l39.966-156.477l20.875,5.332 c2.029,0.519,4.098,0.773,6.158,0.773c4.871,0,9.692-1.425,13.816-4.165c5.868-3.899,9.828-10.132,10.866-17.1l5.428-36.459 c5.265-1.2,10.336-2.926,15.15-5.14c11.344,54.499,29.067,107.527,52.827,157.915c5.817,12.337,18.13,20.126,31.625,20.126 c0.441,0,0.883-0.008,1.326-0.025c39.664-1.498,76.637-13.246,109.892-34.915C394.514,292.896,400.522,278.987,398.074,265.117z M82.267,115.33c0.048,0,0.096,0.008,0.145,0.009c1.892,4.838,4.266,9.482,7.097,13.848c1.436,2.215,3.843,3.421,6.3,3.421 c1.398,0,2.812-0.391,4.073-1.208c3.476-2.253,4.467-6.897,2.214-10.373c-0.227-0.35-0.444-0.706-0.663-1.061l12.865,3.286 c4.274,1.092,6.863,5.457,5.771,9.731c-1.092,4.273-5.459,6.862-9.731,5.771l-30.036-7.671c-2.07-0.529-3.811-1.832-4.901-3.67 c-1.09-1.838-1.399-3.99-0.871-6.061s1.833-3.811,3.67-4.901C79.451,115.71,80.848,115.33,82.267,115.33z M25.906,337.318 c0.597-0.999,0.954-2.124,1.042-3.284l2.709-35.873l8.86-11.456c0.939-1.214,1.482-2.686,1.558-4.219l1.554-31.49l11.583-20.403 c0.552-0.973,0.88-2.057,0.959-3.173l1.997-28.188l10.469,2.674l-41.53,162.599l-8.59-11.485L25.906,337.318z M100.271,210.496 L61.326,362.975l-22.192,7.227L81.17,205.618l12.814,3.273L100.271,210.496z M151.682,196.839c-0.419,2.818-1.957,5.238-4.33,6.815 c-2.373,1.577-5.201,2.057-7.961,1.352L23.036,175.288c-2.761-0.705-5.011-2.482-6.337-5.004c-1.327-2.522-1.516-5.383-0.533-8.057 l27.1-73.707c1.765-4.801,6.832-7.468,11.79-6.201l22.035,5.628c0.033,2.575,0.18,5.152,0.465,7.71 c0.188,1.686,0.451,3.362,0.749,5.032c-2.702,0.476-5.327,1.419-7.758,2.86c-5.284,3.134-9.031,8.138-10.551,14.09 c-1.521,5.953-0.632,12.141,2.502,17.425c3.134,5.284,8.138,9.031,14.09,10.551l30.036,7.671c1.899,0.485,3.822,0.725,5.732,0.725 c4.077,0,8.095-1.093,11.693-3.227c5.284-3.134,9.031-8.138,10.552-14.091s0.631-12.141-2.502-17.424 c-3.134-5.284-8.138-9.032-14.09-10.552l-23.958-6.119c-0.721-2.824-1.263-5.702-1.587-8.605c-0.08-0.722-0.137-1.446-0.193-2.171 l63.604,16.245c4.956,1.266,8.125,6.035,7.371,11.094L151.682,196.839z M174.362,146.361l3.72-24.988 c1.89-12.693-6.062-24.661-18.496-27.836L92.959,76.52c4.613-27.198,26.735-48.45,54.69-51.569 c34.25-3.819,65.223,20.936,69.044,55.185c0.359,3.216,0.455,6.46,0.319,9.671c-6.358,3.311-12.598,6.956-18.711,10.939 c-11.746,7.654-17.754,21.562-15.307,35.434c0.354,2.005,0.74,4.004,1.111,6.005C180.999,143.846,177.742,145.243,174.362,146.361z M374.578,287.982c-30.948,20.167-65.357,31.099-102.27,32.493c-7.985,0.294-15.378-4.215-18.817-11.509 c-23.989-50.873-41.682-104.496-52.729-159.612c8.613-6.395,15.911-14.614,21.37-24.304c2.033-3.609,0.756-8.183-2.853-10.216 c-3.609-2.033-8.182-0.756-10.216,2.853c-3.122,5.541-7,10.473-11.46,14.721c-0.886-7.545,2.514-14.941,8.886-19.094 c30.948-20.167,65.357-31.099,102.27-32.493c0.252-0.009,0.503-0.014,0.754-0.014c7.7,0,14.733,4.46,18.063,11.523 c26.273,55.717,45.021,114.728,55.726,175.393C384.704,275.664,381.279,283.616,374.578,287.982z'/%3E%3Cpath d='M358.158,236.464c-2.568-8.082-11.233-12.567-19.315-10l-72.858,23.148c-8.082,2.568-12.568,11.233-10,19.315l6.945,21.859 c2.078,6.539,8.146,10.724,14.668,10.724c1.539,0,3.104-0.233,4.646-0.723l72.858-23.148c0,0,0,0,0,0 c8.082-2.568,12.568-11.233,10-19.315L358.158,236.464z M277.702,286.491c-0.198,0.064-0.414-0.047-0.478-0.247l-6.945-21.859 c-0.063-0.199,0.047-0.413,0.247-0.477l29.281-9.303l7.175,22.583L277.702,286.491z M350.559,263.342L350.559,263.342 l-29.281,9.303l-7.175-22.583l29.281-9.303c0.038-0.012,0.077-0.018,0.115-0.018c0.162,0,0.312,0.104,0.363,0.265l6.945,21.859 C350.87,263.065,350.759,263.279,350.559,263.342z'/%3E%3Cpath d='M235.085,161.528l78.15-24.83c3.948-1.254,6.131-5.471,4.877-9.419c-1.254-3.948-5.476-6.131-9.419-4.877l-78.15,24.83 c-3.948,1.254-6.131,5.471-4.877,9.419c1.014,3.192,3.966,5.231,7.146,5.231C233.565,161.882,234.331,161.768,235.085,161.528z'/%3E%3Cpath d='M325.38,150.153c-1.254-3.948-5.475-6.13-9.419-4.877l-78.15,24.83c-3.948,1.254-6.131,5.471-4.877,9.419 c1.014,3.192,3.966,5.231,7.146,5.231c0.752,0,1.518-0.114,2.273-0.354l78.15-24.83C324.451,158.317,326.634,154.1,325.38,150.153z '/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat left center; }
    .product_details .woocommerce div.product .entry-summary .vehicle_details .details_item.insurance i, .product_details .woocommerce div.product .entry-summary .vehicle_details .report_item.insurance i {
      height: 30px; }
      .product_details .woocommerce div.product .entry-summary .vehicle_details .details_item.insurance i::after, .product_details .woocommerce div.product .entry-summary .vehicle_details .report_item.insurance i::after {
        background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 425.736 425.736' style='enable-background:new 0 0 425.736 425.736;' xml:space='preserve' fill='%23cc0201'%3E%3Cpath d='M171.653,325.864c0,5.523-4.477,10-10,10h-37.907c-5.523,0-10-4.477-10-10s4.477-10,10-10h37.907 C167.176,315.864,171.653,320.341,171.653,325.864z M235.747,136.836h37.907c5.523,0,10-4.477,10-10c0-5.523-4.477-10-10-10h-37.907 c-5.523,0-10,4.477-10,10C225.747,132.359,230.225,136.836,235.747,136.836z M235.747,179.192h37.907c5.523,0,10-4.477,10-10 s-4.477-10-10-10h-37.907c-5.523,0-10,4.477-10,10S230.225,179.192,235.747,179.192z M192.318,201.107h-68.572 c-5.523,0-10,4.477-10,10s4.477,10,10,10h68.572c5.523,0,10-4.477,10-10S197.841,201.107,192.318,201.107z M191.668,273.717h-67.923 c-5.523,0-10,4.477-10,10s4.477,10,10,10h67.923c5.523,0,10-4.477,10-10S197.191,273.717,191.668,273.717z M372.002,289.14v65.239 c0,39.346-32.011,71.356-71.357,71.356c-18.62,0-35.597-7.168-48.316-18.89H63.734c-5.523,0-10-4.477-10-10V10.001 c0-5.523,4.477-10,10-10h201.28c2.594-0.033,5.161,0.973,7.087,2.863c0.001,0.001,0.002,0.002,0.003,0.003 c0.006,0.006,0.013,0.012,0.019,0.019c0.004,0.004,0.009,0.009,0.013,0.013c0.003,0.003,0.006,0.006,0.009,0.009 c0.007,0.007,0.015,0.015,0.022,0.022l68.572,68.572c0.006,0.007,0.013,0.014,0.02,0.021c0.001,0.001,0.003,0.003,0.005,0.005 c0.005,0.005,0.011,0.011,0.017,0.017c0.001,0.001,0.002,0.002,0.003,0.004c1.402,1.419,2.314,3.188,2.689,5.064 c0,0,0,0.001,0,0.001c0.004,0.02,0.008,0.04,0.012,0.059v0.001c0.002,0.01,0.004,0.019,0.006,0.029v0.001 c0.122,0.642,0.182,1.296,0.176,1.953v197.619c6.775,0.816,13.488,1.825,20.118,3.026 C368.543,280.163,372.002,284.305,372.002,289.14z M275.096,68.573h34.43l-34.43-34.43V68.573z M229.287,354.38V289.14 c0-4.835,3.459-8.978,8.217-9.84c20.456-3.707,41.699-5.586,63.14-5.586c7.71,0,15.394,0.243,23.024,0.727V88.573h-58.572 c-5.523,0-10-4.477-10-10V20.001H73.734v366.846H237.11C232.109,377.101,229.287,366.065,229.287,354.38z M352.002,297.602 c-16.733-2.582-33.97-3.888-51.359-3.888c-17.388,0-34.625,1.306-51.357,3.888v56.777c0,28.318,23.039,51.356,51.357,51.356 c28.319,0,51.359-23.039,51.359-51.356V297.602z M290.643,322.413v17.312h-17.31c-5.523,0-10,4.477-10,10s4.477,10,10,10h17.31 v17.313c0,5.523,4.477,10,10,10s10-4.477,10-10v-17.313h17.314c5.523,0,10-4.477,10-10s-4.477-10-10-10h-17.314v-17.312 c0-5.523-4.477-10-10-10S290.643,316.89,290.643,322.413z M273.654,221.107c5.523,0,10-4.477,10-10s-4.477-10-10-10h-37.907 c-5.523,0-10,4.477-10,10s4.477,10,10,10H273.654z M192.318,159.192h-68.572c-5.523,0-10,4.477-10,10s4.477,10,10,10h68.572 c5.523,0,10-4.477,10-10S197.841,159.192,192.318,159.192z M192.318,116.836h-68.572c-5.523,0-10,4.477-10,10 c0,5.523,4.477,10,10,10h68.572c5.523,0,10-4.477,10-10C202.318,121.313,197.841,116.836,192.318,116.836z'/%3E%3C/svg%3E%0A") no-repeat left center; }
    .product_details .woocommerce div.product .entry-summary .vehicle_details .details_item.rto i, .product_details .woocommerce div.product .entry-summary .vehicle_details .report_item.rto i {
      height: 30px; }
      .product_details .woocommerce div.product .entry-summary .vehicle_details .details_item.rto i::after, .product_details .woocommerce div.product .entry-summary .vehicle_details .report_item.rto i::after {
        background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 346.734 346.734' style='enable-background:new 0 0 346.734 346.734;' xml:space='preserve' fill='%23cc0201'%3E%3Cg%3E%3Cpath d='M80.867,163.367h-2.5v-2.5c0-5.523-4.477-10-10-10s-10,4.477-10,10v2.5h-2.5c-5.523,0-10,4.477-10,10s4.477,10,10,10h2.5 v2.5c0,5.523,4.477,10,10,10s10-4.477,10-10v-2.5h2.5c5.523,0,10-4.477,10-10S86.39,163.367,80.867,163.367z'/%3E%3Cpath d='M150.867,163.367h-2.5v-2.5c0-5.523-4.477-10-10-10s-10,4.477-10,10v2.5h-2.5c-5.523,0-10,4.477-10,10s4.477,10,10,10h2.5 v2.5c0,5.523,4.477,10,10,10s10-4.477,10-10v-2.5h2.5c5.523,0,10-4.477,10-10S156.39,163.367,150.867,163.367z'/%3E%3Cpath d='M220.867,163.367h-2.5v-2.5c0-5.523-4.477-10-10-10s-10,4.477-10,10v2.5h-2.5c-5.523,0-10,4.477-10,10s4.477,10,10,10h2.5 v2.5c0,5.523,4.477,10,10,10s10-4.477,10-10v-2.5h2.5c5.523,0,10-4.477,10-10S226.39,163.367,220.867,163.367z'/%3E%3Cpath d='M290.867,163.367h-25c-5.523,0-10,4.477-10,10s4.477,10,10,10h25c5.523,0,10-4.477,10-10S296.39,163.367,290.867,163.367z' /%3E%3Cpath d='M325.265,122.332H21.469C9.631,122.332,0,131.962,0,143.801v59.133c0,11.838,9.631,21.469,21.469,21.469h303.796 c11.838,0,21.469-9.631,21.469-21.469v-59.133C346.734,131.962,337.104,122.332,325.265,122.332z M326.734,202.934 c0,0.81-0.659,1.469-1.469,1.469H21.469c-0.81,0-1.469-0.659-1.469-1.469v-59.133c0-0.81,0.659-1.469,1.469-1.469h303.796 c0.81,0,1.469,0.659,1.469,1.469V202.934z'/%3E%3C/g%3E%3C/svg%3E") no-repeat left center;
        margin-top: -10px;
        position: relative; }
    .product_details .woocommerce div.product .entry-summary .vehicle_details .details_item.insurance_expire i, .product_details .woocommerce div.product .entry-summary .vehicle_details .report_item.insurance_expire i {
      height: 26px; }
      .product_details .woocommerce div.product .entry-summary .vehicle_details .details_item.insurance_expire i::after, .product_details .woocommerce div.product .entry-summary .vehicle_details .report_item.insurance_expire i::after {
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='34' height='22' viewBox='0 0 34 22'%3E%3Cdefs%3E%3Cpath id='a' d='M0 .118h33.383v21.294H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(-4 -10)'%3E%3Crect width='42' height='42' opacity='.1' rx='5'/%3E%3Cpath fill='%23cc0201' d='M16.142 19.4a1.605 1.605 0 1 1-3.21 0 1.605 1.605 0 0 1 3.21 0'/%3E%3Cpath fill='%23cc0201' d='M10.51 16.9v4.525c0 1.986.983 2.956 2.918 4.151l1.002.619 1-.619h.001c1.936-1.195 2.919-2.165 2.919-4.151v-4.53l-3.858-1.615-3.982 1.62zm3.92 10.907a.74.74 0 0 1-.39-.11l-1.39-.86c-2.237-1.38-3.622-2.767-3.622-5.412V16.4c0-.301.182-.573.461-.686l4.728-1.924a.744.744 0 0 1 .566.003l4.594 1.924a.741.741 0 0 1 .455.683v5.024c0 2.645-1.386 4.032-3.622 5.412l-1.39.86a.74.74 0 0 1-.39.11z'/%3E%3Cpath fill='%23cc0201' d='M24.766 18.76c1.274 0 1.277-1.981 0-1.981-1.274 0-1.276 1.98 0 1.98M24.766 22.017c1.274 0 1.277-1.98 0-1.98-1.274 0-1.276 1.98 0 1.98M24.766 25.35c1.274 0 1.277-1.98 0-1.98-1.274 0-1.276 1.98 0 1.98M32.425 18.49H27.48a.741.741 0 0 1 0-1.482h4.944a.741.741 0 0 1 0 1.483M32.425 21.672H27.48a.741.741 0 0 1 0-1.482h4.944a.741.741 0 0 1 0 1.482M32.425 24.855H27.48a.741.741 0 0 1 0-1.483h4.944a.741.741 0 0 1 0 1.483'/%3E%3Cg transform='translate(4.2 10.012)'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath fill='%23cc0201' d='M29.047 21.412h-7.084a.741.741 0 0 1 0-1.483h7.084a2.857 2.857 0 0 0 2.854-2.854V4.454A2.857 2.857 0 0 0 29.047 1.6H4.337a2.857 2.857 0 0 0-2.855 2.854v12.621a2.857 2.857 0 0 0 2.854 2.854h14.075a.741.741 0 0 1 0 1.483H4.336A4.341 4.341 0 0 1 0 17.075V4.454A4.342 4.342 0 0 1 4.336.118h24.71a4.341 4.341 0 0 1 4.337 4.336v12.621a4.341 4.341 0 0 1-4.336 4.337' mask='url(%23b)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") no-repeat left center; }
    .product_details .woocommerce div.product .entry-summary .vehicle_details .details_item.rc i, .product_details .woocommerce div.product .entry-summary .vehicle_details .report_item.rc i {
      height: 34px; }
      .product_details .woocommerce div.product .entry-summary .vehicle_details .details_item.rc i::after, .product_details .woocommerce div.product .entry-summary .vehicle_details .report_item.rc i::after {
        background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve' fill='%23cc0201'%3E%3Cg%3E%3Cpath d='M502,92.5H10c-5.522,0-10,4.478-10,10v307c0,5.522,4.478,10,10,10h492c5.522,0,10-4.478,10-10v-307 C512,96.978,507.522,92.5,502,92.5z M492,399.5H20v-287h472V399.5z'/%3E%3Cpath d='M298.667,315.5c0,30.327,24.673,55,55,55c8.966,0,17.664-2.156,25.5-6.271c7.836,4.115,16.534,6.271,25.5,6.271 c30.327,0,55-24.673,55-55c0-30.327-24.673-55-55-55c-8.966,0-17.664,2.156-25.5,6.271c-7.836-4.115-16.534-6.271-25.5-6.271 C323.34,260.5,298.667,285.173,298.667,315.5z M404.819,295.32c-1.957-4.989-4.674-9.74-8.018-13.932 c2.559-0.589,5.193-0.889,7.866-0.889c19.299,0,35,15.701,35,35s-15.701,35.001-35,35.001c-2.673,0-5.308-0.3-7.866-0.889 C408.917,334.426,411.887,313.346,404.819,295.32z M379.167,291.562c6.033,6.428,9.5,14.956,9.5,23.938s-3.467,17.51-9.5,23.938 c-6.033-6.429-9.5-14.957-9.5-23.938C369.667,306.519,373.134,297.99,379.167,291.562z M352.659,333.349 c2.009,5.848,5.014,11.424,8.874,16.263c-2.558,0.588-5.193,0.888-7.866,0.888c-19.299,0-35-15.701-35-35s15.701-35,35-35 c2.673,0,5.308,0.3,7.866,0.889c-0.132,0.166-0.254,0.339-0.384,0.506C349.943,296.403,346.702,316.01,352.659,333.349z'/%3E%3Cpath d='M244.667,339.5h-178c-5.522,0-10,4.478-10,10c0,5.522,4.478,10,10,10h178c5.522,0,10-4.478,10-10 C254.667,343.978,250.189,339.5,244.667,339.5z'/%3E%3Cpath d='M244.667,282.5h-45c-5.522,0-10,4.478-10,10c0,5.522,4.478,10,10,10h45c5.522,0,10-4.478,10-10 C254.667,286.978,250.189,282.5,244.667,282.5z'/%3E%3Cpath d='M53.667,228.5c0,5.522,4.478,10,10,10h304c5.522,0,10-4.478,10-10c0-5.522-4.478-10-10-10h-304 C58.145,218.5,53.667,222.978,53.667,228.5z'/%3E%3Cpath d='M405.667,238.5h40c5.522,0,10-4.478,10-10c0-5.522-4.478-10-10-10h-40c-5.522,0-10,4.478-10,10 C395.667,234.022,400.145,238.5,405.667,238.5z'/%3E%3Cpath d='M60.667,197.5h61c5.522,0,10-4.478,10-10v-42c0-5.522-4.478-10-10-10h-61c-5.522,0-10,4.478-10,10v42 C50.667,193.022,55.145,197.5,60.667,197.5z M70.667,155.5h41v22h-41V155.5z'/%3E%3C/g%3E%3C/svg%3E") no-repeat left center; }
    .product_details .woocommerce div.product .entry-summary .vehicle_details .details_item.accident i, .product_details .woocommerce div.product .entry-summary .vehicle_details .report_item.accident i {
      height: 34px; }
      .product_details .woocommerce div.product .entry-summary .vehicle_details .details_item.accident i::after, .product_details .woocommerce div.product .entry-summary .vehicle_details .report_item.accident i::after {
        background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 500 457.68' xml:space='preserve' fill='%23cc0201'%3E%3Csvg x='235px' y='-12px' width='340px' height='300px' viewBox='0 0 600 400'%3E%3Cpath d='M453.822,195.374l-58.311-44.323l45.737-40.447c3.195-2.825,4.189-7.396,2.455-11.292 c-1.733-3.896-5.779-6.215-10.03-5.738l-61.163,6.943l26.917-68.152c1.591-4.027,0.341-8.622-3.07-11.288 c-3.412-2.665-8.17-2.77-11.696-0.254L318.889,67.78l-14.022-54.566c-1.041-4.05-4.543-6.989-8.712-7.311 c-4.157-0.317-8.081,2.044-9.731,5.886L262.659,67.11l-66.396-34.183c-4.117-2.12-9.157-1.059-12.068,2.541 c-2.913,3.599-2.901,8.748,0.031,12.333l42.625,52.133l-45.023,21.367c-3.829,1.817-6.05,5.895-5.499,10.098 c0.551,4.203,3.748,7.571,7.916,8.34l46.369,8.554c0,0,10.757,1.677,16.309,10.642c0.044,0.072,0.116,0.122,0.175,0.181 l9.481-10.928c2.297-2.648,3-6.324,1.841-9.633s-4.002-5.744-7.449-6.38l-33.463-6.174l28.999-13.762 c2.714-1.288,4.685-3.753,5.345-6.684c0.659-2.932-0.067-6.003-1.97-8.329l-20.773-25.407l33.922,17.464 c2.408,1.24,5.227,1.425,7.776,0.508c2.551-0.916,4.606-2.85,5.675-5.34l16.59-38.618l10.435,40.61 c0.802,3.121,3.09,5.645,6.117,6.749s6.403,0.643,9.025-1.228l50.452-36.021l-20.746,52.529c-1.26,3.191-0.754,6.81,1.332,9.533 c2.087,2.723,5.456,4.155,8.858,3.766l46.548-5.284l-31.451,27.814c-2.193,1.939-3.401,4.758-3.292,7.682 c0.108,2.925,1.522,5.646,3.851,7.418l30.374,23.087l-31.878-7.801c-3.224-0.787-6.633,0.114-9.044,2.399 c-2.41,2.284-3.496,5.637-2.882,8.901l6.75,35.854l-27.148-33.493c-2.056-2.537-5.248-3.886-8.497-3.576 c-3.252,0.302-6.138,2.209-7.69,5.082l-20.833,38.531l-8.793-52.25c-0.463-2.753-2.081-5.175-4.445-6.658 c-2.33-1.46-5.208-1.895-7.931-1.101l-25.402,7.419c0.817,3.021,1.263,6.163,1.303,9.372l0.133,10.569l18.893-5.518l11.684,69.435 c0.692,4.114,3.92,7.335,8.036,8.018c4.118,0.685,8.211-1.322,10.195-4.993l27.384-50.648l42.275,52.154 c2.817,3.475,7.636,4.595,11.697,2.714c4.06-1.88,6.325-6.278,5.497-10.675l-11.098-58.949l62.802,15.369 c4.493,1.097,9.151-1.107,11.143-5.286C458.722,203.179,457.508,198.175,453.822,195.374z'/%3E%3C/svg%3E%3Csvg x='0px' y='0px'%3E%3Cpath d='M391.083,210.102c-10.262,0-20.05,2.054-28.991,5.754l-4.204-7.886c10.289-4.373,21.533-6.766,33.195-6.766 c14.523,0,28.863,3.744,41.472,10.826c3.608,2.028,8.183,0.746,10.212-2.866c2.028-3.611,0.745-8.184-2.866-10.212 c-14.846-8.339-31.727-12.748-48.817-12.748c-14.184,0-27.84,3.01-40.273,8.49l-7.419-13.917c0.697,0.047,1.398,0.08,2.107,0.08 h17.363c4.143,0,7.5-3.358,7.5-7.5v-48.49c0-4.142-3.357-7.5-7.5-7.5h-17.363c-11.763,0-22.005,6.624-27.203,16.335l-13.238-24.832 c-1.303-2.445-3.848-3.972-6.618-3.972H263.11c-4.143,0-7.5,3.358-7.5,7.5s3.357,7.5,7.5,7.5h30.828l12.748,23.913 c-1.641-1.205-3.383-2.306-5.232-3.278c-11.296-5.936-24.958-6.282-36.543-0.927l-23.357,10.8 c-8.455,3.909-15.074,10.358-19.271,18.091c-6.716-7.44-16.062-12.511-26.711-13.715L81.73,141.913h0 c-5.808-0.657-11.636,1.2-15.994,5.092c-4.357,3.893-6.857,9.477-6.857,15.32v32.943c-1.436,0.62-2.85,1.281-4.235,1.995 c-25.867,13.334-44.631,37.128-51.48,65.28c-0.979,4.025,1.49,8.081,5.515,9.061c0.596,0.145,1.192,0.214,1.779,0.214 c3.379,0,6.447-2.3,7.282-5.729c5.821-23.925,21.777-44.152,43.778-55.493c7.854-4.049,16.868-6.189,26.068-6.189h10.355h120.262 v21.75h-71.313c-12.899-10.042-29.069-16.052-46.575-16.052c-39.079,0-71.561,29.868-75.634,67.969H7.5c-4.142,0-7.5,3.358-7.5,7.5 v24.938c0,4.142,3.358,7.5,7.5,7.5h23.716c12.314,26.667,39.442,44.25,69.1,44.25s56.786-17.583,69.1-44.25H221.1 c16.36,0,29.842-12.538,31.354-28.509c13.915-5.003,25.737-15.026,32.921-28.55l35.532-69.341 c2.005-5.34,2.823-10.867,2.584-16.278l14.085,26.421c-18.799,11.922-33.568,30.048-41.125,52.147 c-1.34,3.919,0.751,8.183,4.67,9.523c0.804,0.275,1.622,0.405,2.428,0.405c3.118,0,6.03-1.96,7.096-5.075 c6.297-18.414,18.478-33.591,34.006-43.729l4.212,7.902c-20.399,13.661-33.859,36.912-33.859,63.252 c0,41.95,34.129,76.078,76.078,76.078s76.078-34.128,76.078-76.078S433.032,210.102,391.083,210.102z M329.664,148.199 c0-8.73,7.104-15.833,15.834-15.833h9.863v33.49h-9.863c-8.73,0-15.834-7.103-15.834-15.833V148.199z M247.848,164.021l23.357-10.8 c7.379-3.411,16.077-3.19,23.271,0.59c11.715,6.155,17.041,20.139,12.388,32.528l-1.152,3.069h-73.178 c-0.101-0.567-0.216-1.129-0.339-1.688C232.504,177.704,238.391,168.394,247.848,164.021z M97.942,189.408H87.586H73.88v-27.083 c0-2.159,1.159-3.516,1.85-4.134c0.691-0.617,2.174-1.616,4.315-1.374h0l113.841,12.869c11.285,1.276,20.311,9.268,23.278,19.721 H97.942z M175.95,278.075c-1.466-13.71-6.618-26.346-14.425-36.917h30.533l19.21,36.917H175.95z M100.316,225.106 c30.824,0,56.523,23.15,60.514,52.969H39.802C43.793,248.257,69.491,225.106,100.316,225.106z M100.316,347.263 c-21.4,0-41.16-11.401-52.12-29.25h9.511c10.045,13.46,25.669,21.391,42.609,21.391c16.939,0,32.564-7.931,42.609-21.391h9.511 C141.477,335.862,121.716,347.263,100.316,347.263z M79.176,318.013h42.28c-6.162,4.108-13.462,6.391-21.14,6.391 C92.638,324.403,85.338,322.121,79.176,318.013z M236.239,293.075c-2.542,5.843-8.371,9.938-15.139,9.938H15v-9.938H236.239z M272.129,253.917c-7.917,14.901-23.317,24.159-40.191,24.159h-3.76l-19.21-36.917h16.737c4.142,0,7.5-3.358,7.5-7.5v-29.25h65.227 L272.129,253.917z M391.083,347.258c-33.679,0-61.078-27.399-61.078-61.078c0-20.614,10.275-38.862,25.962-49.928l3.726,6.989 c-13.222,9.692-21.828,25.326-21.828,42.939c0,29.345,23.874,53.219,53.219,53.219s53.219-23.874,53.219-53.219 c0-29.345-23.874-53.219-53.219-53.219c-6.378,0-12.496,1.13-18.168,3.197l-3.723-6.984c6.801-2.621,14.178-4.073,21.891-4.073 c33.679,0,61.078,27.4,61.078,61.079S424.761,347.258,391.083,347.258z M375.128,272.196c1.35,2.531,3.943,3.973,6.625,3.973 c1.19,0,2.397-0.284,3.521-0.883c3.655-1.948,5.038-6.491,3.09-10.146l-8.292-15.555c3.489-1.052,7.183-1.624,11.01-1.624 c21.074,0,38.219,17.145,38.219,38.219c0,21.074-17.145,38.219-38.219,38.219s-38.219-17.145-38.219-38.219 c0-11.88,5.45-22.511,13.979-29.526L375.128,272.196z'/%3E%3Cpath d='M384.153,289.049c2.018,4.77,8.537,6.235,12.23,2.43c2.896-2.815,2.893-7.783,0-10.6c-2.452-2.526-6.564-2.878-9.47-0.94 C383.954,281.913,382.844,285.772,384.153,289.049C384.343,289.499,383.973,288.599,384.153,289.049z'/%3E%3C/svg%3E%3C/svg%3E") no-repeat left center; }
    .product_details .woocommerce div.product .entry-summary .vehicle_details .details_item.fitness i, .product_details .woocommerce div.product .entry-summary .vehicle_details .report_item.fitness i {
      height: 34px; }
      .product_details .woocommerce div.product .entry-summary .vehicle_details .details_item.fitness i::after, .product_details .woocommerce div.product .entry-summary .vehicle_details .report_item.fitness i::after {
        background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' fill='%23cc0201' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 412.452 412.452' style='enable-background:new 0 0 412.452 412.452;' xml:space='preserve'%3E%3Cpath id='XMLID_47_' d='M345.823,241.2c-3.652,0-7.225,0.495-10.652,1.463c-4.233-17.117-19.722-29.844-38.127-29.844 c-21.656,0-39.274,17.617-39.274,39.271v28.25H154.682v-28.25c0-21.654-17.618-39.271-39.273-39.271 c-18.406,0-33.895,12.728-38.128,29.844c-3.427-0.967-6.999-1.462-10.651-1.462c-21.654,0-39.271,17.617-39.271,39.271v64.328 c0,21.654,17.618,39.271,39.272,39.271c3.651,0,7.223-0.495,10.65-1.463c4.233,17.116,19.723,29.844,38.128,29.844 c21.655,0,39.272-17.617,39.272-39.271v-28.248H257.77v28.248c0,21.654,17.618,39.271,39.272,39.271 c18.406,0,33.895-12.728,38.128-29.844c3.427,0.968,7,1.463,10.65,1.463c21.655,0,39.272-17.617,39.272-39.271v-64.328 C385.094,258.817,367.477,241.2,345.823,241.2z M76.138,363.81c-2.935,1.488-6.161,2.261-9.507,2.261 c-11.729,0-21.272-9.542-21.272-21.271v-64.328c0-11.729,9.542-21.271,21.271-21.271c3.348,0,6.575,0.773,9.508,2.26V363.81z M136.682,373.181c0,11.729-9.543,21.271-21.272,21.271s-21.272-9.542-21.272-21.271v-4.39c0-0.059,0-0.117,0-0.176V256.657 c0-0.059,0-0.119,0-0.179v-4.388c0-11.729,9.542-21.271,21.271-21.271c11.73,0,21.273,9.542,21.273,21.271V373.181z M257.77,326.933 H154.682v-28.592H257.77V326.933z M318.314,256.477c0,0.061,0,0.122,0,0.182v111.955c0,0.059,0,0.118,0,0.176v4.39 c0,11.729-9.542,21.271-21.272,21.271s-21.272-9.542-21.272-21.271v-37.248V252.09c0-11.729,9.543-21.271,21.274-21.271 c11.729,0,21.271,9.542,21.271,21.271V256.477z M367.094,344.799c0,11.729-9.543,21.271-21.272,21.271 c-3.346,0-6.572-0.773-9.507-2.261V261.46c2.934-1.487,6.161-2.26,9.509-2.26c11.729,0,21.271,9.542,21.271,21.271V344.799z M158.243,134.99c0,4.971-4.029,9-9,9h-16.239c-4.971,0-9-4.029-9-9s4.029-9,9-9h16.239 C154.214,125.99,158.243,130.019,158.243,134.99z M158.243,163.998c0,4.971-4.029,9-9,9h-16.239c-4.971,0-9-4.029-9-9s4.029-9,9-9 h16.239C154.214,154.998,158.243,159.027,158.243,163.998z M80.58,203.729c4.971,0,9-4.029,9-9v-20.161 c11.87-6.959,19.494-19.902,19.494-33.926c0-14.023-7.624-26.967-19.494-33.926v-0.667c0-11.729,9.542-21.272,21.271-21.272h60.545 c10.472,0,19.2,7.604,20.953,17.581c-12.922,12.686-22.591,33.204-22.591,48.797c0,19.034,10.503,30.727,22.912,34.502v67.457 c0,4.971,4.029,9,9,9s9-4.029,9-9v-67.456c12.408-3.774,22.912-15.468,22.912-34.503c0-15.81-9.942-36.687-23.137-49.326 c-1.76-16.396-13.654-29.806-29.274-33.821V40.59c0-4.971-4.029-9-9-9h-4.694V9c0-4.971-4.029-9-9-9h-34.705c-4.971,0-9,4.029-9,9 v22.59h-4.695c-4.971,0-9,4.029-9,9v27.418c-16.939,4.356-29.496,19.76-29.496,38.041v6.297c0,3.734,2.306,7.08,5.795,8.41 c8.194,3.123,13.699,11.114,13.699,19.886s-5.505,16.763-13.699,19.885c-3.49,1.33-5.795,4.676-5.795,8.41v25.791 C71.58,199.7,75.609,203.729,80.58,203.729z M201.669,118.782c7.87,9.41,13.912,22.929,13.912,32.373 c0,12.327-6.987,17.844-13.911,17.844c-6.925,0-13.913-5.519-13.913-17.844C187.758,141.71,193.799,128.191,201.669,118.782z M132.771,18h16.705v13.59h-16.705V18z M119.076,49.59h44.094v17.187h-44.094V49.59z M308.281,252.747v3.472c0,4.971-4.029,9-9,9 s-9-4.029-9-9v-3.472c0-4.971,4.029-9,9-9S308.281,247.776,308.281,252.747z'/%3E%3C/svg%3E") no-repeat left center; }
  .product_details .woocommerce div.product .entry-summary .vehicle_details .report_item span {
    float: left;
    width: 100%;
    color: #888;
    font-weight: 300; }
    .product_details .woocommerce div.product .entry-summary .vehicle_details .report_item span strong {
      font-weight: 400;
      display: block;
      color: #222; }

.product_details .woocommerce div.product .entry-summary .interestedWrap {
  border: solid 1px rgba(0, 0, 0, 0.08);
  background: rgba(0, 0, 0, 0.015);
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.15);
  margin: 15px 0;
  padding: 1rem 1rem 1.5rem; }

.product_details .woocommerce div.product .related {
  width: 100%;
  float: left; }

.product_details .woocommerce div.product .inspection_Report {
  float: left;
  width: 100%; }
  .product_details .woocommerce div.product .inspection_Report .report_item {
    vertical-align: middle;
    padding-top: 0px;
    padding-bottom: 20px;
    font-size: 1rem;
    line-height: 1.25;
    display: flex;
    justify-content: center;
    align-items: center; }
    .product_details .woocommerce div.product .inspection_Report .report_item span {
      float: left;
      width: 100%;
      color: #888;
      font-weight: 300; }
      .product_details .woocommerce div.product .inspection_Report .report_item span strong {
        font-weight: 400;
        display: block;
        color: #222; }

#VehicleBuyModal .modal-dialog {
  max-width: 600px; }
  #VehicleBuyModal .modal-dialog .modal-content {
    border: none; }
    #VehicleBuyModal .modal-dialog .modal-content .modal-header {
      background: #df0d0c;
      color: #fff;
      padding: 10px 60px 10px 16px; }
      #VehicleBuyModal .modal-dialog .modal-content .modal-header h5 {
        color: #fff;
        font-size: 1rem;
        line-height: 1; }
    #VehicleBuyModal .modal-dialog .modal-content .modal-body .security-txt {
      text-shadow: none;
      color: #222; }
  #VehicleBuyModal .modal-dialog .wpcf7-form .btn-action .wpcf7-submit {
    width: 100%; }
  #VehicleBuyModal .modal-dialog .wpcf7-form.submitting .btn-action .wpcf7-submit {
    width: calc(100% - 77px); }
  #VehicleBuyModal .modal-dialog .wpcf7 form .wpcf7-response-output {
    margin: 15px 0 0;
    font-size: 1rem;
    line-height: 1.35;
    padding: 10px; }

.pswp--supports-fs .pswp__button--fs, .pswp__caption {
  display: none; }

@media (max-width: 1280px) {
  .woocommerce-page div.product div.images {
    width: 40%; }
  .woocommerce-page div.product div.summary {
    width: 58%; } }

@media (max-width: 1023px) {
  .woocommerce-page div.product div.summary, .woocommerce-page div.product div.images {
    width: 100%; }
  .pswp__top-bar {
    top: 55px; } }

.automobile-form :-ms-input-placeholder {
  color: #777; }

.automobile-form ::-moz-placeholder {
  color: #777; }

.automobile-form ::placeholder {
  color: #777; }

.automobile-form .required :-ms-input-placeholder {
  color: #E63324; }

.automobile-form .required ::-moz-placeholder {
  color: #E63324; }

.automobile-form .required ::placeholder {
  color: #E63324; }

.automobile-form .form-control {
  height: calc(42px + 2px);
  border-radius: 0px !important; }
  .automobile-form .form-control:focus {
    box-shadow: none; }

.automobile-form textarea.form-control {
  height: calc(100px + 2px); }

.automobile-form .custom-file {
  position: relative; }
  .automobile-form .custom-file .custom-file-label {
    height: calc(42px + 2px);
    padding: 10px 10px 7px; }
    .automobile-form .custom-file .custom-file-label::after {
      height: calc(42px + 2px);
      padding: 10px 10px 7px; }
  .automobile-form .custom-file label.placelabel {
    display: none;
    color: #007bff;
    position: absolute;
    z-index: 99;
    left: 11px;
    top: -14px;
    font-size: 15px;
    width: auto;
    background: -webkit-gradient(left top, left bottom, color-stop(50%, #fff), color-stop(50%, #fff), color-stop(100%, #fff));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, #fff 50%, #fff 100%); }
    .automobile-form .custom-file label.placelabel.showlabel {
      display: block;
      width: calc(100% - 30px); }

.automobile-form .form-group {
  position: relative;
  margin-bottom: 15px; }
  .automobile-form .form-group label {
    display: none;
    color: #f00;
    position: absolute;
    z-index: 4;
    left: 11px;
    top: 1px;
    font-size: 13px;
    line-height: 1.4;
    width: auto;
    background: #fff; }
    .automobile-form .form-group label.showlabel {
      display: block;
      width: calc(100% - 30px); }
  .automobile-form .form-group p + p {
    margin-top: -20px; }
  .automobile-form .form-group input, .automobile-form .form-group textarea, .automobile-form .form-group select, .automobile-form .form-group option {
    color: #222; }
  .automobile-form .form-group .captcha-text, .automobile-form .form-group .captcha-field, .automobile-form .form-group .btn-action {
    display: inline-block; }
  .automobile-form .form-group .captcha-text img {
    height: 34px;
    width: auto; }
  .automobile-form .form-group .captcha-text {
    border: dashed 2px #222;
    padding: 1px;
    margin: 0px;
    vertical-align: top;
    max-width: 140px; }
  .automobile-form .form-group .captcha-field {
    width: calc(100% - 143px); }
    .automobile-form .form-group .captcha-field input {
      background: #94a2b5;
      border: none;
      width: 135px;
      color: #fff;
      font-size: 20px;
      max-height: 52px; }
    .automobile-form .form-group .captcha-field .wpcf7-not-valid-tip {
      padding: 8px 6px;
      font-size: 15px; }
  .automobile-form .form-group p.security-txt {
    font-size: 14px;
    margin: 0 0 5px;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5); }
  .automobile-form .form-group option[type="label"] {
    color: #f00; }

.wpcf7 > .screen-reader-response {
  display: none; }

.wpcf7-form label {
  width: 100%;
  margin-bottom: 0px;
  font-size: 1rem; }
  .wpcf7-form label span {
    color: #f00;
    font-size: 0.95rem; }

.wpcf7-form .wpcf7-form-control-wrap {
  position: relative;
  margin-bottom: 10px;
  display: block;
  width: 100%; }
  .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control {
    width: 100%;
    border: solid 1px #ddd;
    padding: 3px 10px;
    color: #555;
    font-weight: 400; }
    .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea {
      max-height: 120px; }
    .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control.uppercase {
      text-transform: uppercase; }
      .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control.uppercase::-moz-placeholder {
        text-transform: none; }
      .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control.uppercase:-ms-input-placeholder {
        text-transform: none; }
      .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control.uppercase::placeholder {
        text-transform: none; }
    .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio {
      position: relative;
      border: none;
      padding: 0px; }
      .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
        margin: 0 2em 1.1rem 0.25rem;
        display: inline-block; }
        .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label {
          position: relative;
          display: block;
          left: unset;
          top: unset; }
          .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label span.wpcf7-list-item-label {
            font-size: 1rem;
            color: #222;
            padding-left: 0.75rem; }
            .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label span.wpcf7-list-item-label::before {
              content: " ";
              display: block;
              position: absolute;
              top: 0.025rem;
              left: -0.2rem;
              width: 1.2rem;
              height: 1.2rem;
              border-radius: 50%;
              border: 0.125rem solid #df0d0c;
              z-index: 2;
              background: #fff; }
            .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label span.wpcf7-list-item-label::after {
              content: " ";
              display: none;
              position: absolute;
              top: 0.3rem;
              left: 0.1rem;
              width: 0.625rem;
              height: 0.625rem;
              border-radius: 50%;
              background: #df0d0c;
              z-index: 3; }
          .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label.selected span.wpcf7-list-item-label::after {
            display: block; }
  .wpcf7-form .wpcf7-form-control-wrap.kc_captcha {
    width: 100%;
    margin: 0px 0px 10px 0px;
    text-align: center; }
    .wpcf7-form .wpcf7-form-control-wrap.kc_captcha .captcha-image {
      width: 100%;
      border: solid 1px #ddd;
      padding: 10px;
      display: block; }
      .wpcf7-form .wpcf7-form-control-wrap.kc_captcha .captcha-image .cf7ic_instructions {
        font-size: 1rem;
        display: block; }
        .wpcf7-form .wpcf7-form-control-wrap.kc_captcha .captcha-image .cf7ic_instructions span {
          color: #f00;
          font-weight: bold; }
      .wpcf7-form .wpcf7-form-control-wrap.kc_captcha .captcha-image label {
        width: 90px !important; }
        .wpcf7-form .wpcf7-form-control-wrap.kc_captcha .captcha-image label input[type="radio"] {
          opacity: 0; }
        .wpcf7-form .wpcf7-form-control-wrap.kc_captcha .captcha-image label svg {
          padding: 5px;
          width: 50px;
          height: 50px;
          cursor: pointer;
          border: 2px solid transparent; }
        .wpcf7-form .wpcf7-form-control-wrap.kc_captcha .captcha-image label input:checked + svg {
          border: 2px solid #f00; }
        .wpcf7-form .wpcf7-form-control-wrap.kc_captcha .captcha-image label input[value="kc_human"]:checked + svg path {
          fill: #f00; }
    .wpcf7-form .wpcf7-form-control-wrap.kc_captcha .wpcf7-not-valid-tip {
      height: 100%; }
  .wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    font-size: 0.9rem;
    display: block;
    line-height: 1.35;
    color: #f00;
    position: absolute;
    top: 0px;
    left: 0;
    text-align: left;
    background: #ffe3e3;
    width: 100%;
    height: 100%;
    border: solid 2px #f00;
    line-height: 1;
    padding: 14px 10px 5px;
    z-index: 5; }

.wpcf7-form .wpcf7-submit {
  width: auto;
  margin-bottom: 0px;
  padding: 10px 40px;
  font-size: 1.25rem;
  line-height: 1.25;
  width: 100%;
  background: #df0d0c;
  color: #fff;
  border: none;
  letter-spacing: 3px;
  text-transform: uppercase; }
  .wpcf7-form .wpcf7-submit:hover {
    background: #f00; }

.wpcf7-form .ajax-loader {
  display: none; }

.wpcf7-form.submitting .ajax-loader {
  display: inline-block; }

.wpcf7-form .captcha-text {
  display: inline-block;
  margin-right: 15px; }
  .wpcf7-form .captcha-text img {
    min-height: 34px;
    min-width: 130px; }

.wpcf7-form .captcha-field {
  display: inline-block; }
  .wpcf7-form .captcha-field .wpcf7-form-control-wrap {
    margin-bottom: 0px; }

.wpcf7-form .wpcf7-spinner {
  display: none; }

.wpcf7-form.submitting .btn-action .wpcf7-submit {
  width: calc(100% - 75px); }

.wpcf7-form.submitting .wpcf7-spinner {
  display: inline-block;
  top: 6px; }

.get_started_form {
  background: rgba(255, 255, 255, 0.25);
  padding: 15px 20px 20px;
  max-width: 410px;
  margin: 10px 0 0 auto; }
  .get_started_form h4 {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5px;
    color: #f00;
    font-size: 1.5rem;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; }
  .get_started_form .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea {
    max-height: 80px; }
  .get_started_form .wpcf7-form .wpcf7-form-control-wrap .captcha-field .wpcf7-not-valid-tip {
    line-height: 1.1; }
  .get_started_form .wpcf7-form .wpcf7-form-control-wrap .btn-action {
    width: 100%;
    margin-top: 12px; }
    .get_started_form .wpcf7-form .wpcf7-form-control-wrap .btn-action .wpcf7-submit {
      width: 100%;
      background: #df0d0c;
      border: none;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 3px; }
      .get_started_form .wpcf7-form .wpcf7-form-control-wrap .btn-action .wpcf7-submit:hover {
        background: #f00; }
  .get_started_form .wpcf7-form .wpcf7-form-control-wrap.kc_captcha {
    margin: 0px 0px 5px 0px; }
    .get_started_form .wpcf7-form .wpcf7-form-control-wrap.kc_captcha .captcha-image {
      width: 100%;
      padding: 0px;
      border: none; }
      .get_started_form .wpcf7-form .wpcf7-form-control-wrap.kc_captcha .captcha-image .cf7ic_instructions {
        font-size: 0.875rem;
        color: #fff; }
      .get_started_form .wpcf7-form .wpcf7-form-control-wrap.kc_captcha .captcha-image label {
        width: 80px !important; }
        .get_started_form .wpcf7-form .wpcf7-form-control-wrap.kc_captcha .captcha-image label svg {
          padding: 5px;
          width: 42px;
          height: 42px; }
          .get_started_form .wpcf7-form .wpcf7-form-control-wrap.kc_captcha .captcha-image label svg path {
            fill: #fff; }
        .get_started_form .wpcf7-form .wpcf7-form-control-wrap.kc_captcha .captcha-image label input[value="kc_human"]:checked + svg path {
          fill: #f00; }
  .get_started_form .wpcf7 form .wpcf7-response-output {
    margin: 10px 0 0;
    padding: 10px;
    font-size: 0.9rem; }
  .get_started_form .wpcf7 form.invalid .wpcf7-response-output {
    background: #fffcca; }
  .get_started_form .wpcf7 form.sent .wpcf7-response-output {
    background: #dcffde; }

.feedback .wpcf7 {
  margin-top: 2rem; }
  .feedback .wpcf7 .form-group p {
    font-weight: 500;
    font-size: 1rem; }
  .feedback .wpcf7 .kc_captcha {
    width: 100%; }
    .feedback .wpcf7 .kc_captcha .captcha-image {
      width: 100%;
      border-color: #ddd; }
      .feedback .wpcf7 .kc_captcha .captcha-image .cf7ic_instructions {
        font-size: 1rem; }
      .feedback .wpcf7 .kc_captcha .captcha-image label {
        width: 90px !important; }
        .feedback .wpcf7 .kc_captcha .captcha-image label input[value="kc_human"]:checked + svg path {
          fill: #f00; }
    .feedback .wpcf7 .kc_captcha .wpcf7-not-valid-tip {
      height: 100%; }
  .feedback .wpcf7 .wpcf7-response-output {
    margin-top: 20px; }

.feedback h4 {
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 0.4rem; }

.feedback h5 {
  line-height: 1.6;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 15px; }

.contact_us .wpcf7-form .wpcf7-form-control-wrap.kc_captcha .captcha-image {
  border: none;
  padding: 0px;
  width: 100%; }
  .contact_us .wpcf7-form .wpcf7-form-control-wrap.kc_captcha .captcha-image .cf7ic_instructions {
    font-size: 0.9rem;
    line-height: 1.35;
    margin-bottom: 10px; }
  .contact_us .wpcf7-form .wpcf7-form-control-wrap.kc_captcha .captcha-image label {
    width: 70px !important; }
    .contact_us .wpcf7-form .wpcf7-form-control-wrap.kc_captcha .captcha-image label svg {
      width: 52px;
      height: 48px; }

@media (max-width: 480px) {
  .automobile-form .form-group {
    margin-bottom: 30px; } }

footer {
  background: #3c0100;
  float: left;
  width: 100%;
  position: relative; }
  footer .copyright {
    font-weight: 200;
    font-size: 0.8rem;
    line-height: 1.4;
    padding: 14px 0px;
    color: rgba(255, 255, 255, 0.75); }

.map {
  float: left;
  width: 100%;
  font-size: 0px;
  line-height: 0;
  background: #f2f1f0; }
  .map iframe {
    width: 100%;
    margin: 0px;
    padding: 0px; }

.contact_us {
  float: left;
  width: 100%;
  background: #f2f1f0;
  padding: 50px 0;
  border-bottom: solid 1px #e0e0e0; }
  .contact_us .automobile-form .form-group .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    text-shadow: none; }
  .contact_us .automobile-form .form-group .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea {
    min-height: 106px; }
  .contact_us .automobile-form .form-group p.security-txt {
    color: #222;
    margin: -8px 0px 0px;
    text-shadow: none; }
  .contact_us .automobile-form .form-group .captcha-text {
    border: none; }
  .contact_us .automobile-form .form-group .captcha-field {
    max-width: 50%; }
    .contact_us .automobile-form .form-group .captcha-field input {
      background: #fff;
      border: solid 1px #ddd;
      color: #222; }
    .contact_us .automobile-form .form-group .captcha-field .wpcf7-not-valid-tip {
      font-size: 0.85rem;
      line-height: 1.1;
      padding: 3px;
      height: 36px; }
  .contact_us .automobile-form .form-group .btn-action {
    margin-top: 6px;
    width: 100%; }
    .contact_us .automobile-form .form-group .btn-action .wpcf7-submit {
      display: block;
      width: 100%;
      padding: 10px;
      background: #df0d0c;
      border: none;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 3px; }
      .contact_us .automobile-form .form-group .btn-action .wpcf7-submit:hover {
        background: #f00; }

#top-link {
  position: fixed;
  bottom: -70px;
  right: 0;
  background: #df0d0c;
  width: 45px;
  height: 45px;
  color: #fff;
  text-align: center;
  z-index: 9999;
  padding-top: 10px;
  font-size: 0.75rem;
  line-height: 1;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15); }
  #top-link::after {
    content: '';
    width: 26px;
    height: 26px;
    position: absolute;
    background: url(../images/arrow-white.svg) no-repeat center center;
    background-size: cover;
    transform: rotate(270deg);
    left: 10px;
    top: 12px; }
  #top-link:hover {
    background: #000; }

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