/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* custom min-file for bootstraps */
/*!
 * Bootstrap Reboot v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}

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

/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    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-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  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.3333333333%;
  max-width: 33.3333333333%;
}

.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.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 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.3333333333%;
    max-width: 33.3333333333%;
  }

  .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.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 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.3333333333%;
    max-width: 33.3333333333%;
  }

  .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.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 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.3333333333%;
    max-width: 33.3333333333%;
  }

  .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.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 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.3333333333%;
    max-width: 33.3333333333%;
  }

  .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.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.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;
  }
}
.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;
  }
}
.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;
  }
}
/* Login Pages */
html {
  font-size: 16px;
}

body {
  color: #000;
  font-size: 16px;
  font-family: proxima-nova, sans-serif;
}

h1, h2, h3, h4, h5 {
  padding: 0;
  margin: 0;
}

p {
  padding: 0;
  margin: 0;
}

/* generic form styles cross app */
.app-forms .step {
  margin: 40px 0 0 0;
}
.app-forms .step h2 {
  font-size: 1.286rem;
  float: left;
  padding: 0;
  margin: 0;
}
.app-forms .step h2 .secondary {
  font-size: 1rem;
  font-weight: normal;
  font-style: italic;
}
.app-forms .step .step-header {
  padding: 0 0 10px 0;
}
.app-forms .step.nopaddingtop {
  padding-top: 0;
}
.app-forms .step.nomargintop {
  margin-top: 0;
}
.app-forms .cl-form-row {
  /*margin: 0 0 20px 0;*/
}
.app-forms .cl-form-row .split-row-v2 {
  display: flex;
  margin: 0 -10px;
}
.app-forms .cl-form-row .split-row-v2 .av-col {
  flex: 1 1 50%;
  padding: 0 10px;
}
.app-forms .cl-form-row .consent {
  display: flex;
}
.app-forms .cl-form-row .consent label {
  flex: 1 1 auto;
  padding: 0 0 0 10px !important;
  font-size: 12px;
}
.app-forms .cl-form-row .consent input[type=check] {
  flex: 0 0 16px;
}
.app-forms .cl-form-row .password-container {
  padding: 0 0 20px 0;
}
.app-forms .cl-form-row .inline-form-message {
  background: #333333;
  padding: 10px 15px;
  margin: 20px 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
}
.app-forms .cl-form-row .inline-form-message.nomargin {
  margin: 0;
}
.app-forms .cl-form-row .inline-form-message.nomargin-top {
  margin-top: 0;
}
.app-forms .cl-form-row .inline-form-message p {
  color: #fff;
  font-size: 0.8571rem;
  padding: 0;
  margin: 0;
}
.app-forms .cl-form-row .inline-form-message .icon {
  font-size: 0.8571rem;
  margin: 0 5px 0 0;
  color: #fff;
  float: left;
  display: block;
}
.app-forms .cl-form-row label {
  font-size: 1rem;
  color: #000;
}
.app-forms .cl-form-row label.error {
  color: #B91212;
}
.app-forms .cl-form-row label[for] {
  padding: 0;
  margin: 0;
}
.app-forms .cl-form-row label[for]:hover {
  cursor: pointer;
}
.app-forms .cl-form-row .char-count {
  float: right;
}
.app-forms .cl-form-row .char-count::after {
  display: block;
  content: "";
  clear: both;
}
.app-forms .cl-form-row .char-count .count {
  float: left;
}
.app-forms .cl-form-row .char-count .count p {
  margin: 2px 0 0 0;
}
.app-forms .cl-form-row .char-count .limits {
  float: left;
  border-left: 1px solid #E2E2E2;
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
}
.app-forms .cl-form-row .char-count .limits .icon.error {
  color: #B91212;
}
.app-forms .cl-form-row .char-count p {
  font-size: 0.857rem;
  padding: 0;
  margin: 0;
}
.app-forms .cl-form-row .char-count p.error {
  color: #B91212;
}
.app-forms .cl-form-row input[type=text], .app-forms .cl-form-row input[type=password] {
  border: 1px solid #E2E2E2;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  height: 50px;
  width: 100%;
  padding: 0 0 0 15px;
  font-size: 0.8571rem;
  margin: 0 0 25px 0;
  -webkit-transition: border 500ms ease-out;
  -moz-transition: border 500ms ease-out;
  -o-transition: border 500ms ease-out;
  transition: border 500ms ease-out;
}
.app-forms .cl-form-row input[type=text].uppercase, .app-forms .cl-form-row input[type=password].uppercase {
  text-transform: uppercase;
}
.app-forms .cl-form-row input[type=text]:focus, .app-forms .cl-form-row input[type=password]:focus {
  outline: none;
}
.app-forms .cl-form-row input[type=text]:focus, .app-forms .cl-form-row input[type=password]:focus {
  border: 1px solid #898989;
}
.app-forms .cl-form-row input[type=text].error, .app-forms .cl-form-row input[type=password].error {
  border-color: #B91212;
}
.app-forms .cl-form-row input[type=radio]:hover {
  cursor: pointer;
}
.app-forms .cl-form-row input[readonly=readonly] {
  border-color: #E2E2E2;
  cursor: not-allowed;
}
.app-forms .cl-form-row input[type=text].uppercase {
  text-transform: uppercase;
}
.app-forms .cl-form-row input[type=text].uppercase::-webkit-input-placeholder {
  /* WebKit browsers */
  text-transform: none;
}
.app-forms .cl-form-row input[type=text].uppercase:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  text-transform: none;
}
.app-forms .cl-form-row input[type=text].uppercase::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  text-transform: none;
}
.app-forms .cl-form-row input[type=text].uppercase:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  text-transform: none;
}
.app-forms .cl-form-row input[type=text].uppercase::placeholder {
  /* Recent browsers */
  text-transform: none;
}
.app-forms .cl-form-row input[type=text].nomarginbottom {
  margin-bottom: 0;
}
.app-forms .cl-form-row input[type=text].cl-combobox {
  padding-right: 35px;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='none' stroke='%23ACACAC' stroke-width='1.5' d='M1 1l4 4 4-4'/%3E%3C/svg%3E") no-repeat right 12px center;
}
.app-forms .cl-form-row input.uppercase {
  text-transform: uppercase;
}
.app-forms .cl-form-row #add-price-euro {
  margin: 15px 0 0 0;
}
.app-forms .cl-form-row #add-price-euro p a {
  color: #000;
}
.app-forms .cl-form-row #price-row input[type=text] {
  margin-bottom: 0;
}
.app-forms .cl-form-row #price-euro-row {
  position: relative;
}
.app-forms .cl-form-row #price-euro-row .delete-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  font-size: 20px;
  color: #999;
  cursor: pointer;
}
.app-forms .cl-form-row #price-euro-row .delete-btn:hover {
  color: #000;
}
.app-forms .cl-form-row textarea.uppercase {
  text-transform: uppercase;
}
.app-forms .cl-form-row textarea {
  width: 100%;
  height: 200px;
  /*border:1px solid #898989;*/
  border: 1px solid #E2E2E2;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  padding: 15px;
  margin: 0 0 25px 0;
  -webkit-transition: border 500ms ease-out;
  -moz-transition: border 500ms ease-out;
  -o-transition: border 500ms ease-out;
  transition: border 500ms ease-out;
}
.app-forms .cl-form-row textarea.error {
  border-color: #B91212;
}
.app-forms .cl-form-row textarea:focus {
  border: 1px solid #898989;
}
.app-forms .cl-form-row textarea.usercomments {
  height: 333px;
}
.app-forms .cl-form-row .faux-input {
  border: 1px solid #E2E2E2;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  height: 50px;
  width: 100%;
  padding: 0 0 0 15px;
  font-size: 0.8571rem;
  margin: 0 0 25px 0;
  -webkit-transition: border 500ms ease-out;
  -moz-transition: border 500ms ease-out;
  -o-transition: border 500ms ease-out;
  transition: border 500ms ease-out;
  display: flex;
}
.app-forms .cl-form-row .faux-input input[type=text] {
  flex: 1 1 auto;
  float: left;
  height: 48px;
  width: auto;
  padding: 0 0 0 15px;
  margin: 0;
  border: 0;
}
.app-forms .cl-form-row .faux-input select {
  flex: 0 0 95px;
  float: left;
  display: block;
  padding: 16px 0 15px 0 !important;
  width: auto;
  height: auto !important;
  border: 0;
  border-right: 1px solid #E2E2E2;
  border-radius: 0;
  background-color: #fff;
  color: #000;
  font-size: 12px;
  line-height: 16px !important;
  appearance: none;
  /* this is must */
  -webkit-appearance: none;
  -moz-appearance: none;
}
.app-forms .cl-form-row .faux-input select:hover, .app-forms .cl-form-row .faux-input select.filled {
  cursor: pointer;
}
.app-forms .cl-form-row .single-checkbox {
  margin: 25px 0 0 0;
}
.app-forms .cl-form-row .opening-hours {
  padding: 0 0 20px 0;
}
.app-forms .cl-form-row .opening-hours::after {
  display: block;
  content: "";
  clear: both;
}
.app-forms .cl-form-row .opening-hours .day-choose {
  float: left;
}
.app-forms .cl-form-row .opening-hours .day-choose label.day {
  width: 90px;
  float: left;
  padding: 7px 0 0 0;
  margin: 0;
}
.app-forms .cl-form-row .opening-hours .day-choose .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: 0.8571rem;
  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;
}
.app-forms .cl-form-row .opening-hours .day-choose .btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.app-forms .cl-form-row .opening-hours .day-choose .btn-default {
  color: #000;
  background-color: #C9C8C8;
  border-color: #C9C8C8;
}
.app-forms .cl-form-row .opening-hours .day-choose .toggle-handle {
  position: relative;
  margin: 0 auto;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 100%;
  width: 0px;
  border-width: 0 1px;
  background-color: #fff;
}
.app-forms .cl-form-row .opening-hours .day-choose .toggle-group label, .app-forms .cl-form-row .opening-hours .day-choose .toggle-group span {
  cursor: pointer;
}
.app-forms .cl-form-row .opening-hours .day-choose .app-forms .cl-form-row label.btn-primary {
  color: #fff;
  font-size: 0.8571rem;
}
.app-forms .cl-form-row .opening-hours .day-choose .app-forms .cl-form-row label.btn-light {
  color: #000;
  font-size: 0.8571rem;
}
.app-forms .cl-form-row .opening-hours .opening-closing {
  float: right;
}
.app-forms .cl-form-row .opening-hours .opening-closing::after {
  display: block;
  content: "";
  clear: both;
}
.app-forms .cl-form-row .opening-hours .opening-closing .hours {
  float: left;
  padding: 0 0 0 10px;
}
.app-forms .cl-form-row .opening-hours .opening-closing .hours .cl-dropdown {
  width: 100%;
}
.app-forms .cl-form-row .opening-hours .opening-closing .hours .cl-dropdown button.dropdown-toggle {
  width: 115px;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  margin: 0;
}
.app-forms .cl-form-row .opening-hours .opening-closing .hours .cl-dropdown button.dropdown-toggle .filter-option .filter-option-inner {
  line-height: 36px;
}
.app-forms .cl-form-row .vcheck-checkrow {
  border-bottom: 1px solid #EDEDED;
  padding: 15px 0;
}
.app-forms .cl-form-row .vcheck-checkrow::after {
  display: block;
  content: "";
  clear: both;
}
.app-forms .cl-form-row .vcheck-checkrow .img {
  float: left;
}
.app-forms .cl-form-row .vcheck-checkrow .img img {
  display: none;
}
.app-forms .cl-form-row .vcheck-checkrow label {
  float: left;
  padding: 0;
  margin: 0;
}
.app-forms .cl-form-row .vcheck-checkrow label .text {
  font-weight: bold;
}
.app-forms .cl-form-row .vcheck-checkrow label .credits {
  font-style: italic;
  margin: 0 0 0 10px;
}
.app-forms .cl-form-row .vcheck-checkrow input[type=radio] {
  float: right;
  margin: 4px 0 0 0;
}
.app-forms .cl-form-row .vcheck-checkrow input[type=radio]:hover {
  cursor: pointer;
}
.app-forms .cl-form-row .vcheck-checkrow input[type=checkbox] {
  float: right;
  margin: 4px 0 0 0;
}
.app-forms .cl-form-row .vcheck-checkrow input[type=checkbox]:hover {
  cursor: pointer;
}
.app-forms .cl-form-row .vcheck-checkrow:first-child {
  padding-top: 0;
}
.app-forms .cl-form-row .vcheck-checkrow:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.app-forms .cl-form-row:last-child .av-picker {
  margin-bottom: 0;
}
.app-forms .cl-form-row:last-child .split-row-v2 .av-col input[type=text] {
  margin-bottom: 0;
}
.app-forms .cl-form-row.disabled > * {
  color: #ADADAD;
}
.app-forms .cl-form-row.disabled > *:hover {
  cursor: not-allowed;
}
.app-forms .cl-form-row.disabled input:disabled {
  background-color: #F5F5F5;
}
.app-forms .cl-form-row.divider-top {
  border-top: 1px solid #E2E2E2;
  padding-top: 20px;
}
.app-forms .cl-form-row.divider-bottom {
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 20px;
}
.app-forms fieldset .option-group {
  border: 1px solid #E2E2E2;
  padding: 20px;
}
.app-forms fieldset .option-group .options-main .option {
  margin: 0 0 8px 0;
}
.app-forms fieldset .option-group .options-main .option:last-child {
  margin: 0;
}
.app-forms fieldset .option-group .options-main .option label {
  margin: 0 0 0 3px !important;
}
.app-forms fieldset .option-group .options-main .option label:hover {
  cursor: pointer;
}
.app-forms fieldset .option-group .options-supplement {
  border: 1px solid #E6E6E6;
  margin: 20px 0 0 0;
}
.app-forms fieldset .option-group .options-supplement .artboard-bg {
  text-align: center;
  height: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("/build/assets/img/admin/media-creator/artboardbg.png");
}
.app-forms fieldset .option-group .options-supplement img {
  max-height: 100px;
  max-width: 250px;
}
.app-forms #form-submit {
  text-align: left;
}
.app-forms #form-submit p.terms {
  font-size: 1rem;
  color: #4D4D4D;
  padding: 0;
  margin: 0 0 20px 0;
}
.app-forms #form-submit p.terms a {
  color: #4D4D4D;
  text-decoration: underline;
}
.app-forms #form-submit p.terms a:hover {
  text-decoration: none;
}
.app-forms #form-submit p.forgot-password {
  margin: 15px 0 0 0;
}
.app-forms #form-submit p.forgot-password a {
  color: #595959;
  font-size: 1rem;
  transition: color 0.5s ease;
}
.app-forms #form-submit p.forgot-password a:hover {
  color: #000;
  text-decoration: none;
}
.app-forms ul.feature-list {
  padding: 0;
  margin: 0;
  max-height: 295px;
  overflow-y: scroll;
}
.app-forms ul.feature-list li {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  color: #000;
  border: 1px solid #EDEDED;
  list-style: none;
  display: inline-block;
  margin: 0 7px 10px 0;
  position: relative;
}
.app-forms ul.feature-list li .text {
  font-size: 0.7857rem;
  line-height: 35px;
  padding: 0 10px;
  line-height: 35px;
  display: inline-block;
}
.app-forms ul.feature-list li .text:hover {
  cursor: move;
}
.app-forms ul.feature-list li .icon {
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  background-clip: padding-box;
  font-size: 0.7857rem;
  background: #AD1212;
  padding: 0 5px;
  color: #fff;
  display: none;
  line-height: 35px;
  transition: background-color 0.5s ease;
  position: absolute;
  right: 0;
  top: 0;
}
.app-forms ul.feature-list li .icon:hover {
  cursor: pointer;
}
.app-forms ul.feature-list li:hover .icon {
  display: inline-block;
}
.app-forms #list-ono {
  margin: 0 0 25px 0;
  display: flex;
}
.app-forms #list-ono .checkbox {
  flex: 1 1 auto;
}
.app-forms #list-ono .checkbox:last-child {
  margin-bottom: 0;
}

/* TOGGLES */
.togglechk .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: 0.8571rem;
  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;
}
.togglechk .btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.togglechk .btn-default {
  color: #000;
  background-color: #C9C8C8;
  border-color: #C9C8C8;
}
.togglechk .toggle-handle {
  position: relative;
  margin: 0 auto;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 100%;
  width: 0px;
  border-width: 0 1px;
  background-color: #fff;
}
.togglechk .toggle-group label, .togglechk .toggle-group span {
  cursor: pointer;
}
.togglechk .app-forms .cl-form-row label.btn-primary {
  color: #fff;
  font-size: 0.8571rem;
}
.togglechk .app-forms .cl-form-row label.btn-light {
  color: #000;
  font-size: 0.8571rem;
}

#internal-forms #seller-types {
  padding: 20px 0 40px 0;
}
#internal-forms #seller-types .choose-seller-type {
  border-bottom: 1px solid #F0F0F0;
  padding-bottom: 20px;
}
#internal-forms #seller-types .choose-seller-type .icon {
  float: left;
  display: block;
  width: 30px;
  font-size: 2rem;
  opacity: 0.3;
  transition: opacity 0.5s ease;
}
#internal-forms #seller-types .choose-seller-type .text {
  position: relative;
  padding: 0 0 0 50px;
  opacity: 0.3;
  transition: opacity 0.5s ease;
}
#internal-forms #seller-types .choose-seller-type .text h3 {
  font-size: 1.429rem;
  font-weight: normal;
}
#internal-forms #seller-types .choose-seller-type .text p {
  font-size: 0.8571rem;
  padding: 0;
  margin: 0;
}
#internal-forms #seller-types .choose-seller-type:last-child {
  border-right: none;
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 20px;
}
#internal-forms #seller-types .choose-seller-type.active .icon, #internal-forms #seller-types .choose-seller-type.active .text, #internal-forms #seller-types .choose-seller-type:hover .icon, #internal-forms #seller-types .choose-seller-type:hover .text {
  opacity: 1;
  cursor: pointer;
}
#internal-forms .field-set {
  border: 1px solid #BCBCBC;
  padding: 20px;
}
#internal-forms .field-set input.createpasswordstrength {
  margin-bottom: 0;
}
#internal-forms .field-set .pass-graybar {
  margin-top: -3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
#internal-forms .field-set .pass-graybar .pass-colorbar {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
#internal-forms .field-set .pass-text {
  font-size: 0.7143rem;
  padding: 5px 0;
  display: block;
}
#internal-forms .field-set.socialmediaimages {
  padding-right: 0;
  padding-bottom: 0;
}
#internal-forms #secondary-address-select {
  padding: 0 0 20px 0;
}
#internal-forms #secondary-address-select .secondary-address-option {
  text-align: center;
}
#internal-forms #secondary-address-select .border-right {
  border-right: 1px solid #E2E2E2;
}
#internal-forms #secondary-address-fields {
  display: none;
  padding: 20px 0;
  border-top: 1px solid #E2E2E2;
}
#internal-forms .form-next-btn {
  padding: 20px 0 0 0;
  text-align: right;
}
#internal-forms .form-next-btn p.cta-confirm-text {
  float: right;
  font-size: 0.8571rem;
  color: #272727;
  margin: 13px 0 0 0;
}
#internal-forms .form-next-btn p.cta-confirm-text.paddingright {
  margin-right: 15px;
}
#internal-forms .form-next-btn .form-submit-cta {
  float: right;
}
#internal-forms .form-submit {
  margin: 30px 0 0 0;
}
#internal-forms .form-submit::after {
  display: block;
  content: "";
  clear: both;
}
#internal-forms .form-submit .form-submit-cta.alignleft {
  float: left;
}
#internal-forms .form-submit .form-submit-cta.alignright {
  float: right;
}
#internal-forms .form-submit .form-submit-cta.alignmiddle {
  margin: 0 auto;
}
#internal-forms #list-ono {
  padding: 0 0 20px 0;
  text-align: center;
}
#internal-forms #contact-options .listing-contact-type {
  border-bottom: 1px solid #E2E2E2;
  padding: 17px 0;
}
#internal-forms #contact-options .listing-contact-type:last-child {
  border-bottom: none;
}
#internal-forms .terms-wrapper label {
  font-size: 0.8571rem;
}
#internal-forms .terms-wrapper .cl-form-row {
  padding: 0 0 15px 0;
}
#internal-forms .terms-wrapper a {
  color: #229EC6;
}
#internal-forms .terms-wrapper a:hover {
  color: #218CAF;
}
#internal-forms .terms-wrapper p.gdpr-consent {
  font-size: 0.8571rem;
  padding: 0;
  margin: 0;
}
#internal-forms .terms-wrapper h5 {
  font-size: 1rem;
  padding: 15px 0 0 0;
}

.cl-image-upload form .fileuploader-theme-gallery .fileuploader-items ul.fileuploader-items-list {
  margin: 0;
  padding: 0;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}
.cl-image-upload form .fileuploader-theme-gallery .fileuploader-items ul.fileuploader-items-list li.fileuploader-item {
  width: auto;
  margin: 0;
}
.cl-image-upload form .fileuploader-theme-gallery .fileuploader-items ul.fileuploader-items-list li.fileuploader-input {
  width: auto;
  margin: 0;
  grid-column: 1/-1;
}
.cl-image-upload form .fileuploader-theme-gallery .fileuploader-items ul.fileuploader-items-list li.fileuploader-input button.fileuploader-input-inner {
  height: 100px !important;
  padding: 0;
}
.av-picker {
  border: 1px solid #E2E2E2;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  padding: 20px;
  margin: 0 0 25px 0;
}
.av-picker.nomargin {
  margin: 0;
}
.av-picker .selected {
  display: flex;
  align-items: center;
  justify-content: center;
}
.av-picker .selected p {
  padding: 0;
  margin: 0;
}
.av-picker .selected .selected-inner {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.av-picker .selected .selected-inner .thumbnail {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
}
.av-picker .selected .selected-inner .thumbnail.colour-black {
  background: #000;
}
.av-picker .selected .selected-inner .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
}
.av-picker .selected .selected-inner .thumbnail .icon-cont {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  background: #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
}
.av-picker .selected .selected-inner .title {
  flex: 1 1 auto;
}
.av-picker .selected .selected-inner .title p {
  margin: 0 0 0 10px;
}
.av-picker .selected .change-cta {
  flex: 1 1 auto;
  text-align: right;
}
.av-picker .selected .change-cta p a {
  color: #000;
  font-size: 0.857rem;
}
.av-picker .options {
  padding: 20px 0 0 0;
  margin: 20px 0 0 0;
  border-top: 1px solid #E2E2E2;
}
.av-picker .options .img-select {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(4, 1fr);
}
.av-picker .options .img-select .item .item-inner {
  padding-top: 100%;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.av-picker .options .img-select .item .item-inner .selected {
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  display: none;
}
.av-picker .options .img-select .item .item-inner .selected .icon {
  color: #fff;
  font-size: 1.8rem;
}
.av-picker .options .img-select .item .item-inner img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  transition: all 0.3s ease;
}
.av-picker .options .img-select .item:hover {
  cursor: pointer;
}
.av-picker .options .img-select .item:hover .item-inner img {
  transform: scale(1.05);
}
.av-picker .options .img-select .item.active .item-inner .selected {
  display: flex;
}
.av-picker .options .img-select .item.active:hover .item-inner img {
  transform: scale(1);
}
.av-picker .options .confirm-cta {
  margin: 20px 0 0 0;
}
.av-picker.single-upload .options {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

#modal-plan-upgrade-options {
  margin: -20px 0;
}
#modal-plan-upgrade-options .upgrade-option {
  border-bottom: 1px solid #EFEFEF;
  padding: 10px 0;
}
#modal-plan-upgrade-options .upgrade-option .inner {
  padding: 30px 0;
  display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
#modal-plan-upgrade-options .upgrade-option .inner .desc {
  flex: 1 1 auto;
}
#modal-plan-upgrade-options .upgrade-option .inner .desc p .feature {
  font-size: 1.143rem;
  font-weight: 800;
}
#modal-plan-upgrade-options .upgrade-option .inner .desc p .plan {
  font-size: 1rem;
  font-style: italic;
}
#modal-plan-upgrade-options .upgrade-option .inner .desc p.detail {
  font-size: 0.857rem;
}
#modal-plan-upgrade-options .upgrade-option .inner .cost-info {
  text-align: right;
  flex: 0 0 100px;
}
#modal-plan-upgrade-options .upgrade-option .inner .cost-info p.current-plan {
  font-size: 1rem;
  background: #48E5AF;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  text-align: center;
  color: #000000;
  font-weight: 300;
  font-size: 0.857rem;
  padding: 5px 0;
}
#modal-plan-upgrade-options .upgrade-option .inner .cost-info p.cost {
  font-size: 1.143rem;
  font-weight: 600;
}
#modal-plan-upgrade-options .upgrade-option .inner .cost-info p.saving {
  font-size: 0.857rem;
}
#modal-plan-upgrade-options .upgrade-option:last-child {
  border-bottom: none;
}
#modal-plan-upgrade-options .upgrade-option:hover .inner, #modal-plan-upgrade-options .upgrade-option.selected .inner {
  cursor: pointer;
  background: #000;
  padding: 30px 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  color: #fff;
}

/* notification styles - move out to notifications sass*/
.notification {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  color: #fff;
  padding: 17px 15px;
  margin: 0 0 10px 0;
}
.notification ul {
  padding: 0;
  margin: 15px 0 0 0;
}
.notification ul li {
  display: block;
}
.notification p {
  padding: 0 0 0 30px !important;
  margin: 0 !important;
  font-size: 0.9286rem !important;
  color: #fff !important;
  font-style: normal !important;
  line-height: normal !important;
  text-align: left;
}
.notification p a {
  color: #fff;
  font-weight: bold;
}
.notification .icon {
  float: left;
  display: block;
  height: auto;
  line-height: normal;
}
.notification.nomargin {
  margin: 0;
}
.notification.m10bottom {
  margin: 0 0 10px 0;
}
.notification.m20bottom {
  margin: 0 0 20px 0;
}
.notification.m30bottom {
  margin: 0 0 30px 0;
}

.notification.nomargin {
  margin: 0;
}

.notification.info {
  background: #333333;
}

.notification.infosecondary {
  background: #229EC6;
}

.notification.error {
  background: #C71414;
}

.notification.success {
  background: #4EAC59;
}

.notification.warning {
  background: #CC7815;
}

.info-notification {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  background: #000;
  color: #fff;
  padding: 17px 15px;
  margin: 0 0 30px 0;
}
.info-notification::after {
  display: block;
  content: "";
  clear: both;
}
.info-notification .messaging {
  text-align: center;
}
.info-notification .messaging p {
  padding: 0;
  margin: 0;
}
.info-notification .messaging p.heading {
  font-size: 1rem;
  margin: 0;
  padding: 0;
  text-decoration: none;
  border: none;
  height: auto;
}
.info-notification .messaging p.message {
  font-size: 1rem;
  clear: both;
}
.info-notification .messaging p.message a {
  color: #fff;
  text-decoration: underline;
}
.info-notification .messaging p.message a:hover {
  text-decoration: none;
}
.info-notification p.actionbtn {
  margin: 15px 0 0 0;
  float: none;
  text-align: center;
}
.info-notification p.actionbtn a {
  border: 1px solid #fff;
  outline: none;
  font-weight: normal;
  color: #fff;
  height: 43px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  font-size: 0.8571rem;
  padding: 8px 15px;
  background: none;
}
.info-notification p.actionbtn a:hover {
  text-decoration: none;
}

.info-notification.success {
  background: #4EAC59;
}

.info-pill {
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-clip: padding-box;
  background: #448BF8;
  color: #fff;
  padding: 5px 20px;
  font-size: 0.857rem;
}
.info-pill.green {
  background: #2DBA84;
  color: #fff;
}
.info-pill.orange {
  background: #CC7815;
  color: #fff;
}
.info-pill.red {
  background: #C71414;
  color: #fff;
}

/* custom dropdowns */
section#filters #filter-fields .cl-dropdown {
  width: 100%;
}

.cl-dropdown {
  width: 100% !important;
  /* ADDED */
}
.cl-dropdown button.dropdown-toggle {
  background: #fff;
  border: 1px solid #E2E2E2;
  color: #595959;
  outline: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  font-size: 0.8571rem;
  padding: 0 15px;
  height: 50px;
  /* ADDED */
  line-height: 50px;
  /* ADDED */
  margin: 0 0 25px 0;
  /* ADDED */
}
.cl-dropdown button.dropdown-toggle .filter-option .filter-option-inner {
  line-height: 50px;
  /* ADDED */
}
.cl-dropdown button.dropdown-toggle .filter-option .filter-option-inner .filter-option-inner-inner {
  color: #212529;
}
.cl-dropdown button.dropdown-toggle.error {
  border-color: #B91212;
}
.cl-dropdown ul.dropdown-menu li a.dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cl-dropdown ul.dropdown-menu li a.dropdown-item .check-mark {
  font-size: 0.8rem;
  margin: 0.5rem 0;
}

/* overwrite for filter sort in s/m */
#filter-sort .cl-dropdown button.dropdown-toggle {
  height: 40px;
  line-height: 40px;
  margin: 0;
}
#filter-sort .cl-dropdown button.dropdown-toggle .filter-option .filter-option-inner {
  line-height: 40px;
}
/* default styles are for opening hours with overwrites for regular form dropdowns */
/* for efficiency, reverse this and have the opening hours dropdown as the overwrite *
/* add dropdown overwrite */
section.module {
  /* add dropdown overwrite for warranty */
}
section.module #vehicle-details .cl-dropdown {
  width: 100%;
}
section.module #vehicle-details .cl-dropdown button.dropdown-toggle {
  height: 50px;
  line-height: 50px;
  margin: 0 0 25px 0;
}
section.module #vehicle-details .cl-dropdown button.dropdown-toggle .filter-option .filter-option-inner {
  line-height: 50px;
}
section.module #vehicle-price .cl-dropdown, section.module #schedulng-options .cl-dropdown {
  width: 100%;
}
section.module #vehicle-price .cl-dropdown button.dropdown-toggle, section.module #schedulng-options .cl-dropdown button.dropdown-toggle {
  height: 50px;
  line-height: 50px;
  margin: 0 0 25px 0;
}
section.module #vehicle-price .cl-dropdown button.dropdown-toggle .filter-option .filter-option-inner, section.module #schedulng-options .cl-dropdown button.dropdown-toggle .filter-option .filter-option-inner {
  line-height: 50px;
}

/* generic form dropdown overwrite */
#sm-container .cl-dropdown, #manual-post .cl-dropdown {
  width: 100%;
}
#sm-container .cl-dropdown button.dropdown-toggle, #manual-post .cl-dropdown button.dropdown-toggle {
  height: 50px;
  line-height: 50px;
  margin: 0 0 25px 0;
}
#sm-container .cl-dropdown button.dropdown-toggle .filter-option .filter-option-inner, #manual-post .cl-dropdown button.dropdown-toggle .filter-option .filter-option-inner {
  line-height: 50px;
}

/* customer dropdown overwrite */
#existing-customer-fields .cl-dropdown, #newcustomer-fields .cl-dropdown {
  width: 100%;
}
#existing-customer-fields .cl-dropdown button.dropdown-toggle, #newcustomer-fields .cl-dropdown button.dropdown-toggle {
  height: 50px;
  line-height: 50px;
  margin: 0 0 25px 0;
}
#existing-customer-fields .cl-dropdown button.dropdown-toggle .filter-option .filter-option-inner, #newcustomer-fields .cl-dropdown button.dropdown-toggle .filter-option .filter-option-inner {
  line-height: 50px;
}

/* inline class overwrite */
/*
.cl-home-dropdown {
	button.dropdown-toggle {
		background: #fff;
		color: #000;
		border: none;
		outline: none;
		height: 60px;

		.filter-option {
			padding: 0 1rem;

			.filter-option-inner {
				line-height: 60px;
			}
		}
	}

	ul.dropdown-menu {
		li {
			a.dropdown-item {
				padding: 1rem 1.5rem;

				.check-mark {
					font-size: 0.8rem;
					margin: 0.9rem 0;
				}
			}
		}
	}

}
*/
@media (min-width: 768px) {
  .app-forms .cl-form-row .single-checkbox {
    margin: 43px 0 0 0;
  }
}
@media (min-width: 992px) {
  /* desktop styles for choose type selectors */
  #internal-forms #seller-types {
    padding: 20px 0 40px 0;
  }
  #internal-forms #seller-types .choose-seller-type {
    border-bottom: none;
    border-right: 1px solid #F0F0F0;
    padding-bottom: 0;
  }
  #internal-forms #seller-types .choose-seller-type:last-child {
    padding-top: 0;
  }
  #internal-forms #list-ono {
    padding: 43px 0 0 0;
    text-align: left;
  }

  .info-notification .messaging {
    float: left;
    text-align: left;
  }
  .info-notification p.actionbtn {
    float: right;
    margin: 8px 0 0 0;
  }
}
/* Page Framework Styles */
#login-container {
  display: flex;
  flex-wrap: wrap;
}
#login-container #splitbg-left {
  flex: 1 1 100%;
  background-image: url("/build/assets/dealersite/img/login-img-new.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
#login-container #splitbg-left .inner {
  text-align: center;
  padding: 50px 0;
}
#login-container #splitbg-left .inner img {
  max-width: 300px;
}
#login-container #splitbg-right {
  flex: 1 1 100%;
}
#login-container #splitbg-right .inner {
  padding: 50px;
}
#login-container #splitbg-right .inner .sub-heading h2 {
  font-size: 1.6rem;
}
#login-container #login-register #tab-nav ul {
  padding: 0;
  margin: 0;
  font-size: 0;
}
#login-container #login-register #tab-nav ul li {
  display: inline-block;
  width: 50%;
}
#login-container #login-register #tab-nav ul li a {
  height: 53px;
  line-height: 53px;
  width: 100%;
  display: block;
  background: #3C3C3C;
  color: #CFCFCF;
  font-size: 1rem;
  text-align: center;
  transition: color 0.5s ease;
}
#login-container #login-register #tab-nav ul li a:hover {
  text-decoration: none;
  color: #fff;
}
#login-container #login-register #tab-nav ul li a:active {
  text-decoration: none;
}
#login-container #login-register #tab-nav ul li a:focus {
  text-decoration: none;
}
#login-container #login-register #tab-nav ul li.active a {
  background: #2B2B2B;
  color: #fff;
}
#login-container #login-register .field-set {
  border-top: 1px solid #BCBCBC;
  border-bottom: 1px solid #BCBCBC;
  padding: 35px 0 15px 0;
  margin: 35px 0 40px 0;
}
#login-container #login-register #form-submit p.terms {
  font-size: 0.875rem;
  color: #4D4D4D;
  padding: 0;
  margin: 0 0 20px 0;
}
#login-container #login-register #form-submit p.terms a {
  color: #4D4D4D;
  text-decoration: underline;
}
#login-container #login-register #form-submit p.terms a:hover {
  text-decoration: none;
}
#login-container #login-register #form-submit p.forgot-password {
  margin: 15px 0 0 0;
}
#login-container #login-register #form-submit p.forgot-password a {
  color: #595959;
  font-size: 0.875rem;
  transition: color 0.5s ease;
}
#login-container #login-register #form-submit p.forgot-password a:hover {
  color: #000;
  text-decoration: none;
}
#login-container #login-register .notification {
  margin: 0 0 30px 0;
}

@media (min-width: 992px) {
  #login-container {
    flex-wrap: nowrap;
  }
  #login-container #splitbg-left {
    flex: 1 1 50%;
    height: 100vh;
    position: relative;
  }
  #login-container #splitbg-left .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: left;
    width: 70%;
  }
  #login-container #splitbg-left .inner img {
    max-width: 400px;
  }
  #login-container #splitbg-left .inner h2 {
    font-size: 3rem;
    font-weight: 600;
    margin: 0;
  }
  #login-container #splitbg-left .inner h3 {
    font-size: 2rem;
    font-weight: normal;
    margin: 0;
  }
  #login-container #splitbg-right {
    flex: 1 1 50%;
    background-repeat: no-repeat;
    min-height: 100vh;
    position: relative;
    z-index: 1009;
  }
  #login-container #splitbg-right .inner {
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70%;
  }
}
/* v2 btns */
button#gen-ai-description {
  background: #0079FF;
  color: #fff;
  border: none;
  outline: none;
  border-radius: 3px;
  font-size: 0.75rem;
  padding: 5px 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
button#gen-ai-description .icon {
  font-size: 1rem;
}
button#gen-ai-description .text {
  font-size: 0.75rem;
}

.btn-container.m60t {
  margin: 60px 0 0 0;
}
.btn-container.m40t {
  margin: 40px 0 0 0;
}
.btn-container.m30t {
  margin: 30px 0 0 0;
}
.btn-container.m20t {
  margin: 20px 0 0 0;
}
.btn-container.m10t {
  margin: 10px 0 0 0;
}
.btn-container .btn {
  padding: 0 !important;
  margin: 0 !important;
  display: inline-block;
}
.btn-container .btn a {
  display: block;
  font-size: 1rem;
  transition: all 0.5s;
  text-align: center;
  font-weight: normal;
  font-style: normal !important;
}
.btn-container .btn a .icon {
  margin: 0 5px;
}
.btn-container .btn a:hover {
  text-decoration: none;
}
.btn-container .btn.xsmall a {
  line-height: 30px;
  padding: 0 15px;
  font-size: 0.857rem;
}
.btn-container .btn.small a {
  line-height: 41px;
  padding: 0 25px;
  font-size: 0.857rem;
}
.btn-container .btn.medium a {
  line-height: 51px;
  padding: 0 25px;
  font-size: 0.857rem;
}
.btn-container .btn.large a {
  line-height: 61px;
  padding: 0 45px;
  font-size: 1rem;
}
.btn-container .btn.detail-custom-large a {
  line-height: 61px;
  font-size: 1rem;
}
.btn-container .btn.bluecustom a {
  color: #fff;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  background-clip: padding-box;
  background-color: #0E4FC8;
  background: #0e4fc8;
  background: -moz-linear-gradient(90deg, #0e4fc8 0%, #3e7beb 100%);
  background: -webkit-linear-gradient(90deg, #0e4fc8 0%, #3e7beb 100%);
  background: linear-gradient(90deg, #0e4fc8 0%, #3e7beb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0e4fc8",endColorstr="#3e7beb",GradientType=1);
}
.btn-container .btn.bluecustom.square a {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
}
.btn-container .btn.primary a {
  background: #000;
  color: #fff;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  background-clip: padding-box;
}
.btn-container .btn.primary.square a {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
}
.btn-container .btn.secondary a {
  background: none;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  background-clip: padding-box;
}
.btn-container .btn.secondary.square a {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
}
.btn-container .btn.secondary.light a {
  color: #fff;
  border: 1px solid #fff;
}
.btn-container .btn.secondary.light a:hover {
  background: #fff;
  color: #000 !important;
}
.btn-container .btn.secondary.dark a {
  color: #000;
  border: 1px solid #D8D8D8;
}
.btn-container .btn.secondary.dark a:hover {
  background: #000;
  color: #fff;
}
.btn-container .btn.tertiary a {
  font-size: 0.875rem;
}
.btn-container .btn.tertiary.light a {
  color: #fff;
}
.btn-container .btn.tertiary.dark a {
  color: #000;
}
.btn-container .btn.fullwidth {
  width: 100%;
}
.btn-container .btn.savesearchcustom a {
  font-size: 0.875rem;
  background: #0C5DF2;
  line-height: 45px;
}
.btn-container .btn.savesearchcustom a:hover {
  background: #0A52D6;
}
.btn-container.align-left {
  text-align: left;
}
.btn-container.align-middle {
  text-align: center;
}
.btn-container.align-right {
  text-align: right;
}

.login-cta {
  /*background:#229EC6;*/
  background: #222222;
  outline: none;
  font-weight: normal;
  border: 0;
  color: #fff;
  height: 53px;
  line-height: 53px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  font-size: 0.8571rem;
  padding: 0 20px;
  transition: background-color 0.5s ease;
  margin: 0 10px 0 0;
  width: 100%;
}
.login-cta a {
  color: #fff;
  line-height: 43px;
  display: block;
  margin: 0 -20px;
}
.login-cta a:hover {
  text-decoration: none;
}

.form-submit-cta {
  /*background:#229EC6;*/
  background: #222222;
  outline: none;
  font-weight: normal;
  border: 0;
  color: #fff;
  height: 43px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  font-size: 0.8571rem;
  padding: 0 20px;
  transition: background-color 0.5s ease;
  margin: 0 10px 0 0;
  width: 100%;
}
.form-submit-cta a {
  color: #fff;
  line-height: 43px;
  display: block;
  margin: 0 -20px;
}
.form-submit-cta a:hover {
  text-decoration: none;
}

.form-submit-cta:hover {
  background: #000;
  cursor: pointer;
}

.form-submit-cta.disabled {
  background: #F2F2F2;
  cursor: not-allowed;
}

.form-submit-cta.disabled:hover {
  cursor: not-allowed;
}

/* secondard cta */
.form-submit-secondary-cta {
  border: 1px solid #229EC6;
  outline: none;
  font-weight: normal;
  color: #229EC6;
  height: 43px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  font-size: 0.8571rem;
  padding: 0 20px;
  background: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin: 0 10px 0 0;
  width: 100%;
}
.form-submit-secondary-cta:hover {
  border-color: #218CAF;
  color: #218CAF;
  cursor: pointer;
}

/* second cta grey */
.form-submit-secondary-cta.grey {
  border-color: #595959;
  color: #595959;
}

.form-submit-secondary-cta.grey:hover {
  border-color: #000;
  color: #000;
}

.form-submit-secondary-cta.marginleft {
  margin-left: 15px;
}

.form-submit-secondary-cta.marginright {
  margin-right: 15px;
}

/* Step Heading Buttons (currently unused) */
button.stepheaderaction {
  float: right;
  color: #229EC6;
  border: 1px solid #229EC6;
  background: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  font-size: 0.6429rem;
  text-transform: uppercase;
  padding: 7px 10px 5px 10px;
  margin: -4px 0 0 0;
}

button.stepheaderaction:hover {
  cursor: pointer;
}

button.admin-secondary-header, ul.nav li.admin-secondary-header a {
  border: 1px solid #229EC6;
  outline: none;
  font-weight: normal;
  color: #229EC6;
  height: 43px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  font-size: 0.7143rem;
  padding: 7px 7px 5px 7px;
  margin: 0 0 0 5px;
  height: auto;
  background: none;
  text-decoration: none;
}

/* Alternative use of button for href anchors - few hacks needed*/
ul.nav li.admin-secondary-header {
  margin-top: 3px;
  display: inline-block;
}
ul.nav li.admin-secondary-header::after {
  display: block;
  content: "";
  clear: both;
}
ul.nav li.admin-secondary-header a {
  padding: 8px 7px 7px 7px;
}

button.admin-secondary-header:hover, ul.nav li.admin-secondary-header a:hover {
  border-color: #218CAF;
  color: #218CAF;
  cursor: pointer;
  text-decoration: none;
}

button.tertiary {
  border: 1px solid #229EC6;
  outline: none;
  font-weight: normal;
  color: #229EC6;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  font-size: 0.8571rem;
  padding: 6px 15px 4px 15px;
  background: none;
}

button.tertiary:hover {
  border-color: #218CAF;
  color: #218CAF;
  cursor: pointer;
  text-decoration: none;
}

p.form-text-action {
  color: #272727;
  display: inline-block;
  font-size: 0.8571rem;
  margin: 13px 0 0 10px;
}

p.form-text-action:hover {
  cursor: pointer;
}

section.module .heading .dateselector {
  margin-top: -5px;
}

.dateselector {
  float: right;
  border: 1px solid #707070;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  padding: 5px 0;
}
.dateselector .icon {
  color: #5D5D5D;
  font-size: 0.5714rem;
  float: left;
  padding: 3px 10px 0 10px;
  transition: color 0.5s ease;
}
.dateselector .icon:hover {
  cursor: pointer;
  color: #000;
}
.dateselector .text {
  text-transform: uppercase;
  font-size: 0.7rem;
  color: #5D5D5D;
  padding: 2px 0 0 0;
  margin: 0;
  float: left;
  font-weight: normal;
}

/* Card buttons */
button.primary {
  background: #1D1D1D;
  outline: none;
  font-weight: normal;
  border: 0;
  color: #fff;
  height: 43px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  font-size: 0.8571rem;
  padding: 0 20px;
  transition: background-color 0.5s ease;
}
button.primary.fullwidth {
  width: 100%;
}

button.primary:hover {
  background: #000;
  cursor: pointer;
}

button.moreoptions {
  background: none;
  outline: none;
  font-weight: normal;
  border: 0;
  color: #000;
  height: 43px;
  width: 43px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  font-size: 1.3rem;
  transition: background-color 0.5s ease;
}

button.moreoptions:hover {
  cursor: pointer;
}

button.delete-card {
  padding: 15px 20px;
  outline: none;
  border: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  font-size: 0.9286rem;
  margin: 0 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #D82121;
  color: #fff;
}

button.delete-card:hover {
  background-color: #BF1717;
  cursor: pointer;
}

.card-btn {
  padding: 0;
  margin: 0;
  outline: none;
  font-weight: normal;
  border: 0;
}
.card-btn a {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  transition: background-color 0.5s ease;
  line-height: 43px;
  float: left;
  font-size: 0.8571rem;
  padding: 0 20px;
}
.card-btn a:hover {
  text-decoration: none;
}
.card-btn.center a {
  float: none;
  display: block;
}

.empty-state-btns {
  text-align: center;
  margin: 20px 0 0 0;
}
.empty-state-btns p {
  padding: 0;
  margin: 0;
}

.card-btn.primary a {
  background: #1D1D1D;
  color: #fff;
  text-align: center;
  margin: 0 10px;
}
.card-btn.primary a .text {
  display: inline-block;
}
.card-btn.primary a .icon {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 5px 0 0;
}
.card-btn.primary a:hover {
  background: #000;
}
.card-btn.primary.maxwidth {
  margin: 0 auto;
  display: inline-block;
}
.card-btn.primary.maxwidth a {
  max-width: auto;
  display: block;
}

.card-btn.facebook a {
  background: #1877F2;
  color: #fff;
}
.card-btn.facebook a:hover {
  background: #186EDD;
}

.card-btn.twitter a {
  background: #38A1F3;
  color: #fff;
}
.card-btn.twitter a:hover {
  background: #3696E2;
}

.card-btn.instagram a {
  background: #C13584;
  color: #fff;
}
.card-btn.instagram a:hover {
  background: #E1306C;
}

button.form-add {
  background: #1D1D1D;
  color: #fff;
  font-size: 0.8571rem;
  border: none;
  outline: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  padding: 10px 15px;
  margin: 0 0 25px 0;
}

button.form-add:hover {
  background: #000;
}

button.form-cancel {
  font-size: 0.8571rem;
  border: none;
  outline: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  padding: 10px 15px;
  background: #fff;
  color: #535353;
  margin: 0 0 25px 0;
}

button.form-cancel:hover {
  color: #000;
}

#toggle-additional-feeds {
  text-align: center;
  padding: 30px 0 0 0;
}
#toggle-additional-feeds p {
  background: #222222;
  color: #fff;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background-clip: padding-box;
  font-size: 0.8571rem;
  padding: 0 20px;
  margin: 0;
  transition: all 0.3s ease;
}
#toggle-additional-feeds p .text {
  padding: 0 0 0 5px;
}
#toggle-additional-feeds p:hover {
  cursor: pointer;
  background: #000;
}

/* table action buttons */
/*table {*/
.actionbuttons ul {
  padding: 0;
  margin: 0;
}
.actionbuttons ul li {
  display: inline-block;
  list-style: none;
  margin: 0 0 0 5px;
}
.actionbuttons ul li a {
  border: 1px solid #ACACAC;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  color: #9F9F9F;
  font-size: 0.7857rem;
  margin: 0 0 0 10px;
  padding: 7px 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.actionbuttons ul li a .text {
  padding: 0 0 0 3px;
}
.actionbuttons ul li a:first-child {
  margin-left: 0;
}
.actionbuttons ul li a:hover {
  text-decoration: none;
  color: #55555A;
  border-color: #727379;
}
.actionbuttons ul li:first-child {
  margin-left: 0;
}

/*}*/
/* leads contact view vehicle */
.slimprimary-cta {
  background: #229EC6;
  outline: none;
  font-weight: normal;
  text-align: center;
  border: 0;
  color: #fff;
  line-height: 33px;
  width: 100%;
  display: block;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  font-size: 0.8571rem;
  padding: 0 20px;
  transition: background-color 0.5s ease;
}

.slimprimary-cta:hover {
  background: #218CAF;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}

/* add vehicle VRM lookup */
.registration-lookup-primary {
  background: #000;
  outline: none;
  font-weight: normal;
  border: 0;
  color: #fff;
  height: 42px;
  width: 100%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  font-size: 0.8571rem;
  padding: 0 20px;
  transition: background-color 0.5s ease;
}
.registration-lookup-primary:hover {
  background: #222222;
  cursor: pointer;
}

/* add vehicle VRM lookup */
.registration-lookup-secondary {
  background: none;
  outline: none;
  font-weight: normal;
  border: 0;
  color: #fff;
  height: 42px;
  width: 100%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  border: 1px solid #fff;
  font-size: 0.8571rem;
  padding: 0 20px;
  transition: background-color 0.5s ease;
}
.registration-lookup-secondary:hover {
  background: #fff;
  color: #000;
  cursor: pointer;
}

/* add page add features */
.add-features {
  background: #007BFF;
  outline: none;
  font-weight: normal;
  border: 0;
  color: #fff;
  height: 37px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  font-size: 0.8571rem;
  padding: 0 15px;
  transition: background-color 0.5s ease;
}

.add-features.align-right {
  float: right;
}

.connectfacebook {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.connectfacebook.center {
  margin: 0 auto;
  width: 100%;
}
.connectfacebook a {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  display: inline-block;
  line-height: 47px;
  background: #4267B2;
  padding: 0 20px;
  color: #fff;
  font-size: 1rem;
  transition: background-color 0.5s ease;
}
.connectfacebook a:hover {
  text-decoration: none;
  background: #3C5EA2;
}
.connectfacebook a i.icon {
  width: auto;
  height: auto;
  margin: 0;
  display: inline-block;
}

p.action-required {
  padding: 0;
  margin: 0;
  font-size: 0.8571rem;
  display: inline-block;
  width: 100%;
  text-align: center;
}
p.action-required a {
  background: #007BFF;
  color: #fff;
  padding: 7px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  transition: all 0.3s ease;
  display: block;
}
p.action-required a .text {
  padding: 0 0 0 10px;
  margin: 0 0 0 5px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
p.action-required a:hover {
  text-decoration: none;
  background: #3E7FE2;
}

p.action-requested {
  font-size: 0.8571rem;
  background: #FF6C00;
  color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  padding: 7px;
  margin: 0;
  text-align: center;
  display: block;
}

#page-btns {
  margin: 0 0 20px 0;
}
#page-btns .btn:nth-child(2) {
  margin: 10px 0 0 0;
}

.button-options {
  margin: 0 0 20px 0;
}
.button-options label.divider {
  text-align: center;
  width: 100%;
  margin: 5px 0 15px 0;
}
.button-options button {
  border: 1px solid #EDEDED;
  color: #595959;
  background: none;
  outline: none;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  font-size: 0.8571rem;
  padding: 0 20px;
  transition: all 0.5s ease;
  margin: 0 0 10px 0;
  width: 100%;
}
.button-options button:hover {
  border-color: #7E7E7E;
  color: #000;
  text-decoration: none;
}
.button-options button.active {
  background: #0079FF;
  font-weight: bold;
  color: #fff;
  border-color: #0079FF;
}
.button-options button.sm {
  line-height: 40px;
  height: 40px;
  padding: 0 25px;
  width: auto;
}

ul.button-options {
  padding: 0;
  margin: 0 0 20px 0;
}
ul.button-options li {
  display: inline-block;
}
ul.button-options li a {
  border: 1px solid #EDEDED;
  color: #595959;
  height: 38px;
  line-height: 38px;
  margin: 0 15px 0 0;
  display: block;
  padding: 0 20px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  transition: all 0.3s ease;
  font-size: 0.8571rem;
}
ul.button-options li a:hover {
  border-color: #7E7E7E;
  color: #000;
  text-decoration: none;
}
ul.button-options li a.active {
  border-color: #0079FF;
  background: #0079FF;
  color: #fff;
}

/* empty state s/m return btn (connect account) */
p.empty-state-return-btn a {
  color: #595959;
  font-size: 0.875rem;
}
p.empty-state-return-btn a:hover {
  color: #000;
  text-decoration: none;
}

/* v2 buttons */
.v2button {
  border: none;
  background: none;
  outline: none;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.v2button.button .text {
  margin: 0 0 0 0;
  display: inline-block;
}
.v2button.button .icon {
  margin: 0 5px 0 0;
  display: inline-block;
  width: auto;
  height: auto;
}
.v2button.button.primary {
  transition: all 0.5s ease;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  display: inline-block;
}
.v2button.button.primary:hover {
  background: #333;
}
.v2button.button.secondary {
  transition: all 0.5s ease;
  background: #0079FF;
  color: #fff;
  border: 1px solid #0079FF;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  display: inline-block;
}
.v2button.button.secondary:hover {
  background: #3E7FE2;
}
.v2button.button.tertiary {
  transition: all 0.5s ease;
  background: none;
  color: #000;
  border: 1px solid #EDEDED;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  display: inline-block;
}
.v2button.button.tertiary:hover {
  background: #000;
  color: #fff;
}
.v2button.button.large {
  height: 53px;
  line-height: 53px;
  font-size: 0.8571rem;
  padding: 0 15px;
}
.v2button.button.medium {
  height: 43px;
  line-height: 43px;
  font-size: 0.8571rem;
  padding: 0 10px;
}
.v2button.button.small {
  height: 34px;
  line-height: 34px;
  font-size: 0.8571rem;
  padding: 0 10px;
}
.v2button.button.small .icon {
  font-size: 0.7143rem;
}
.v2button.button.upgrade {
  background: #3E7FE2;
}
.v2button a {
  height: 100%;
  color: #fff;
  text-align: center;
  transition: all 0.5s ease;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  display: inline-block;
}
.v2button a .text {
  margin: 0 0 0 0;
  display: inline-block;
}
.v2button a .icon {
  margin: 0 5px 0 0;
  display: inline-block;
  width: auto;
  height: auto;
}
.v2button a:hover {
  text-decoration: none;
}
.v2button.primary a {
  background: #000;
  color: #fff;
}
.v2button.primary a:hover {
  background: #333;
}
.v2button.secondary a {
  background: #0079FF;
  color: #fff;
}
.v2button.secondary a:hover {
  background: #3E7FE2;
}
.v2button.tertiary a {
  transition: all 0.5s ease;
  background: none;
  color: #000;
  border: 1px solid #EDEDED;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  display: inline-block;
}
.v2button.tertiary a:hover {
  background: #000;
  color: #fff;
}
.v2button.upgrade a {
  background: #3E7FE2;
}
.v2button.upgrade a:hover {
  background: #3E7FE2;
  color: #fff;
}
.v2button.credits-header-upgrade a {
  background: #3E7FE2;
  color: #fff;
  padding: 0 10px !important;
}
.v2button.credits-header-upgrade a:hover {
  background: #3E7FE2;
  color: #fff;
}
.v2button.instagram a {
  background: #C13584;
  color: #fff;
}
.v2button.instagram a:hover {
  background: #E1306C;
}
.v2button.facebook a {
  background: #1877F2;
  color: #fff;
}
.v2button.facebook a:hover {
  background: #186EDD;
}
.v2button.twitter a {
  background: #0079FF;
  color: #fff;
}
.v2button.twitter a:hover {
  background: #3E7FE2;
}
.v2button.large a {
  height: 53px;
  line-height: 53px;
  font-size: 1rem;
  padding: 0 20px;
}
.v2button.medium a {
  height: 43px;
  line-height: 43px;
  font-size: 0.8571rem;
  padding: 0 15px;
}
.v2button.small a {
  height: 34px;
  line-height: 34px;
  font-size: 0.8571rem;
  padding: 0 15px;
}
.v2button.small a .icon {
  font-size: 0.7143rem;
}
.v2button.radius-3 a {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
}
.v2button.radius-5 a {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
}
.v2button.radius-10 a {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
}
.v2button.radius-15 a {
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-clip: padding-box;
}
.v2button.radius-20 a {
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-clip: padding-box;
}
.v2button.center {
  display: inline-block;
}
.v2button.left {
  text-align: left;
}
.v2button.right {
  text-align: right;
}
.v2button.maxwidth a {
  display: block;
}
.v2button.fullwidth {
  width: 100%;
  text-align: center;
}
.v2button.fullwidth a {
  width: 100%;
}
.v2button.mt10 {
  margin-top: 10px;
}
.v2button.mr10 {
  margin-right: 10px;
}
.v2button.mb10 {
  margin-bottom: 10px;
}
.v2button.ml10 {
  margin-left: 10px;
}

@media (min-width: 768px) {
  #page-btns .btn:nth-child(2) {
    margin: 0 0 0 0;
  }

  .form-submit-cta, .form-submit-secondary-cta {
    width: auto;
  }

  .button-options label.divider {
    text-align: normal;
    width: auto;
    margin: 0 10px 0 0;
  }
  .button-options button {
    display: inline-block;
    margin: 0 10px 0 0;
    width: 180px;
  }
}