@charset "UTF-8";
.box-shadow-none {
  box-shadow: none !important;
}

:root {
  --blue: #18a299;
  --indigo: #6610f2;
  --purple: #6e3860;
  --pink: #b03873;
  --lavender: #B69CAE;
  --red: #A01D21;
  --orange: #fd7e14;
  --yellow: #ffd807;
  --green: #96c23f;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray-md: #eceeef;
  --gray: #9f9f9f;
  --gray-dark: #404040;
  --primary: #A01D21;
  --secondary: #fff;
  --success: #ffd807;
  --info: #5bc0de;
  --quantal: #6e3860;
  --warning: #f0ad4e;
  --danger: #d9534f;
  --light: #eceeef;
  --medium: #6c6c6c;
  --dark: #404040;
  --primary-light: rgb(255, 232.0403225806, 109);
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "aktiv-grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

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

[tabindex="-1"]:focus {
  outline: none !important;
}

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

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

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

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

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

dfn {
  font-style: italic;
}

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: #A01D21;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: rgb(95.2380952381, 17.2619047619, 19.6428571429);
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

figure {
  margin: 0 0 1rem;
}

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

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #9f9f9f;
  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;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  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;
}

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-cancel-button,
[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;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  text-transform: uppercase;
}

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

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

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

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

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

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

h1, h2 {
  letter-spacing: 6px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2rem;
}

h3, h4 {
  letter-spacing: 5px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.75rem;
}

h5 {
  letter-spacing: 4px;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5rem;
}

h6 {
  letter-spacing: 3px;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.25rem;
}

p {
  font-size: 0.8rem;
  color: #6c6c6c;
  letter-spacing: 0.5px;
  font-weight: 300;
}

a:hover {
  text-decoration: none;
}

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

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

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

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

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

.line-height-xs {
  line-height: 0.5;
}

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

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

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

.hover-blue:hover {
  color: #18a299 !important;
}

.hover-indigo:hover {
  color: #6610f2 !important;
}

.hover-purple:hover {
  color: #6e3860 !important;
}

.hover-pink:hover {
  color: #b03873 !important;
}

.hover-lavender:hover {
  color: #B69CAE !important;
}

.hover-red:hover {
  color: #A01D21 !important;
}

.hover-orange:hover {
  color: #fd7e14 !important;
}

.hover-yellow:hover {
  color: #ffd807 !important;
}

.hover-green:hover {
  color: #96c23f !important;
}

.hover-teal:hover {
  color: #20c997 !important;
}

.hover-cyan:hover {
  color: #17a2b8 !important;
}

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

.hover-gray-md:hover {
  color: #eceeef !important;
}

.hover-gray:hover {
  color: #9f9f9f !important;
}

.hover-gray-dark:hover {
  color: #404040 !important;
}

.link-unstyled {
  color: inherit;
  text-decoration: none;
}

li {
  font-size: 0.8125rem;
  letter-spacing: 0.5px;
  font-weight: 300;
}

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

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

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

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

.list-links li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 1rem;
}
.list-links li a {
  color: #6c6c6c;
}
.list-links li a:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 12px;
  left: 0;
  top: 2px;
}
.list-links li .hover-blue:before {
  background-color: #18a299;
}
.list-links li .hover-indigo:before {
  background-color: #6610f2;
}
.list-links li .hover-purple:before {
  background-color: #6e3860;
}
.list-links li .hover-pink:before {
  background-color: #b03873;
}
.list-links li .hover-lavender:before {
  background-color: #B69CAE;
}
.list-links li .hover-red:before {
  background-color: #A01D21;
}
.list-links li .hover-orange:before {
  background-color: #fd7e14;
}
.list-links li .hover-yellow:before {
  background-color: #ffd807;
}
.list-links li .hover-green:before {
  background-color: #96c23f;
}
.list-links li .hover-teal:before {
  background-color: #20c997;
}
.list-links li .hover-cyan:before {
  background-color: #17a2b8;
}
.list-links li .hover-white:before {
  background-color: #fff;
}
.list-links li .hover-gray-md:before {
  background-color: #eceeef;
}
.list-links li .hover-gray:before {
  background-color: #9f9f9f;
}
.list-links li .hover-gray-dark:before {
  background-color: #404040;
}

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

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

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

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

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

.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.img-contain {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

.img-select, .img-bulk-select img {
  opacity: 0.5;
  cursor: pointer;
}
.img-select.opaque, .img-bulk-select img.opaque {
  opacity: 1;
}
.img-select.active, .img-bulk-select img.active {
  opacity: 1;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 90%;
  color: #9f9f9f;
}

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

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

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

.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%;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
}

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

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

.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-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%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .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-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%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .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-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%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .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-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%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .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-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%;
  }
}
.row-fluid {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media (min-width: 768px) {
  .row-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1200px) {
  .row-fluid {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 768px) {
  .container-xs {
    max-width: 770px !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .container-sm {
    max-width: 1140px !important;
    margin-left: auto;
    margin-right: auto;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e9ecef;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e9ecef;
}
.table tbody + tbody {
  border-top: 2px solid #e9ecef;
}
.table .table {
  background-color: #fff;
}

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

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

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(228.4, 191.72, 192.84);
}

.table-hover .table-primary:hover {
  background-color: rgb(220.853271028, 173.766728972, 175.2044859813);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(220.853271028, 173.766728972, 175.2044859813);
}

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

.table-hover .table-secondary:hover {
  background-color: rgb(242.25, 242.25, 242.25);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(242.25, 242.25, 242.25);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(255, 244.08, 185.56);
}

.table-hover .table-success:hover {
  background-color: rgb(255, 240.0699193548, 160.06);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(255, 240.0699193548, 160.06);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(209.08, 237.36, 245.76);
}

.table-hover .table-info:hover {
  background-color: rgb(187.8515736041, 229.205177665, 241.4884263959);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(187.8515736041, 229.205177665, 241.4884263959);
}

.table-quantal,
.table-quantal > th,
.table-quantal > td {
  background-color: rgb(214.4, 199.28, 210.48);
}

.table-hover .table-quantal:hover {
  background-color: rgb(203.6514534884, 184.5285465116, 198.6936627907);
}
.table-hover .table-quantal:hover > td,
.table-hover .table-quantal:hover > th {
  background-color: rgb(203.6514534884, 184.5285465116, 198.6936627907);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(250.8, 232.04, 205.44);
}

.table-hover .table-warning:hover {
  background-color: rgb(248.8078125, 221.149375, 181.9321875);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(248.8078125, 221.149375, 181.9321875);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(244.36, 206.84, 205.72);
}

.table-hover .table-danger:hover {
  background-color: rgb(239.8319626168, 186.3446728972, 184.7480373832);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(239.8319626168, 186.3446728972, 184.7480373832);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(249.68, 250.24, 250.52);
}

.table-hover .table-light:hover {
  background-color: rgb(235.8371428571, 237.8542857143, 238.8628571429);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(235.8371428571, 237.8542857143, 238.8628571429);
}

.table-medium,
.table-medium > th,
.table-medium > td {
  background-color: rgb(213.84, 213.84, 213.84);
}

.table-hover .table-medium:hover {
  background-color: rgb(201.09, 201.09, 201.09);
}
.table-hover .table-medium:hover > td,
.table-hover .table-medium:hover > th {
  background-color: rgb(201.09, 201.09, 201.09);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(201.52, 201.52, 201.52);
}

.table-hover .table-dark:hover {
  background-color: rgb(188.77, 188.77, 188.77);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(188.77, 188.77, 188.77);
}

.table-primary-light,
.table-primary-light > th,
.table-primary-light > td {
  background-color: rgb(255, 248.5712903226, 214.12);
}

.table-hover .table-primary-light:hover {
  background-color: rgb(255, 244.5612096774, 188.62);
}
.table-hover .table-primary-light:hover > td,
.table-hover .table-primary-light:hover > th {
  background-color: rgb(255, 244.5612096774, 188.62);
}

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: rgb(50.0574324324, 56.125, 62.1925675676);
}
.table .thead-light th {
  color: #6c6c6c;
  background-color: #e9ecef;
  border-color: #e9ecef;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(50.0574324324, 56.125, 62.1925675676);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm.table-bordered {
    border: 0;
  }
}
@media (max-width: 767px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md.table-bordered {
    border: 0;
  }
}
@media (max-width: 991px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg.table-bordered {
    border: 0;
  }
}
@media (max-width: 1199px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl.table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive.table-bordered {
  border: 0;
}

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: rgb(83.2, 15.08, 17.16);
  background-color: rgb(236, 209.8, 210.6);
  border-color: rgb(228.4, 191.72, 192.84);
}
.alert-primary hr {
  border-top-color: rgb(220.853271028, 173.766728972, 175.2044859813);
}
.alert-primary .alert-link {
  color: rgb(40.0253968254, 7.2546031746, 8.2552380952);
}

.alert-secondary {
  color: rgb(132.6, 132.6, 132.6);
  background-color: white;
  border-color: white;
}
.alert-secondary hr {
  border-top-color: rgb(242.25, 242.25, 242.25);
}
.alert-secondary .alert-link {
  color: rgb(107.1, 107.1, 107.1);
}

.alert-success {
  color: rgb(132.6, 112.32, 3.64);
  background-color: rgb(255, 247.2, 205.4);
  border-color: rgb(255, 244.08, 185.56);
}
.alert-success hr {
  border-top-color: rgb(255, 240.0699193548, 160.06);
}
.alert-success .alert-link {
  color: rgb(82.9625954198, 70.2741984733, 2.2774045802);
}

.alert-info {
  color: rgb(47.32, 99.84, 115.44);
  background-color: rgb(222.2, 242.4, 248.4);
  border-color: rgb(209.08, 237.36, 245.76);
}
.alert-info hr {
  border-top-color: rgb(187.8515736041, 229.205177665, 241.4884263959);
}
.alert-info .alert-link {
  color: rgb(32.4925239617, 68.5556549521, 79.2674760383);
}

.alert-quantal {
  color: rgb(57.2, 29.12, 49.92);
  background-color: rgb(226, 215.2, 223.2);
  border-color: rgb(214.4, 199.28, 210.48);
}
.alert-quantal hr {
  border-top-color: rgb(203.6514534884, 184.5285465116, 198.6936627907);
}
.alert-quantal .alert-link {
  color: rgb(23.4048192771, 11.9151807229, 20.4260240964);
}

.alert-warning {
  color: rgb(124.8, 89.96, 40.56);
  background-color: rgb(252, 238.6, 219.6);
  border-color: rgb(250.8, 232.04, 205.44);
}
.alert-warning hr {
  border-top-color: rgb(248.8078125, 221.149375, 181.9321875);
}
.alert-warning .alert-link {
  color: rgb(86.3094339623, 62.2147169811, 28.0505660377);
}

.alert-danger {
  color: rgb(112.84, 43.16, 41.08);
  background-color: rgb(247.4, 220.6, 219.8);
  border-color: rgb(244.36, 206.84, 205.72);
}
.alert-danger hr {
  border-top-color: rgb(239.8319626168, 186.3446728972, 184.7480373832);
}
.alert-danger .alert-link {
  color: rgb(75.4514864865, 28.8593243243, 27.4685135135);
}

.alert-light {
  color: rgb(122.72, 123.76, 124.28);
  background-color: rgb(251.2, 251.6, 251.8);
  border-color: rgb(249.68, 250.24, 250.52);
}
.alert-light hr {
  border-top-color: rgb(235.8371428571, 237.8542857143, 238.8628571429);
}
.alert-light .alert-link {
  color: rgb(97.3810526316, 98.2063157895, 98.6189473684);
}

.alert-medium {
  color: rgb(56.16, 56.16, 56.16);
  background-color: rgb(225.6, 225.6, 225.6);
  border-color: rgb(213.84, 213.84, 213.84);
}
.alert-medium hr {
  border-top-color: rgb(201.09, 201.09, 201.09);
}
.alert-medium .alert-link {
  color: rgb(30.66, 30.66, 30.66);
}

.alert-dark {
  color: rgb(33.28, 33.28, 33.28);
  background-color: rgb(216.8, 216.8, 216.8);
  border-color: rgb(201.52, 201.52, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(188.77, 188.77, 188.77);
}
.alert-dark .alert-link {
  color: rgb(7.78, 7.78, 7.78);
}

.alert-primary-light {
  color: rgb(132.6, 120.6609677419, 56.68);
  background-color: rgb(255, 250.4080645161, 225.8);
  border-color: rgb(255, 248.5712903226, 214.12);
}
.alert-primary-light hr {
  border-top-color: rgb(255, 244.5612096774, 188.62);
}
.alert-primary-light .alert-link {
  color: rgb(96.871978022, 88.1498236441, 41.408021978);
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
}
.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #fff;
  background-color: #A01D21;
}
.badge-primary[href]:focus, .badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: rgb(116.8253968254, 21.1746031746, 24.0952380952);
}

.badge-secondary {
  color: #111;
  background-color: #fff;
}
.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: rgb(229.5, 229.5, 229.5);
}

.badge-success {
  color: #111;
  background-color: #ffd807;
}
.badge-success[href]:focus, .badge-success[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: rgb(211, 177.8185483871, 0);
}

.badge-info {
  color: #111;
  background-color: #5bc0de;
}
.badge-info[href]:focus, .badge-info[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
}

.badge-quantal {
  color: #fff;
  background-color: #6e3860;
}
.badge-quantal[href]:focus, .badge-quantal[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: rgb(76.2048192771, 38.7951807229, 66.5060240964);
}

.badge-warning {
  color: #111;
  background-color: #f0ad4e;
}
.badge-warning[href]:focus, .badge-warning[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: rgb(236.015625, 151.21875, 30.984375);
}

.badge-danger {
  color: #fff;
  background-color: #d9534f;
}
.badge-danger[href]:focus, .badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
}

.badge-light {
  color: #111;
  background-color: #eceeef;
}
.badge-light[href]:focus, .badge-light[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: rgb(208.3142857143, 213.2285714286, 215.6857142857);
}

.badge-medium {
  color: #fff;
  background-color: #6c6c6c;
}
.badge-medium[href]:focus, .badge-medium[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: rgb(82.5, 82.5, 82.5);
}

.badge-dark {
  color: #fff;
  background-color: #404040;
}
.badge-dark[href]:focus, .badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: rgb(38.5, 38.5, 38.5);
}

.badge-primary-light {
  color: #111;
  background-color: rgb(255, 232.0403225806, 109);
}
.badge-primary-light[href]:focus, .badge-primary-light[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: rgb(255, 224.0201612903, 58);
}

.badge-primary {
  color: #fff;
}

.btn {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-style: none;
  padding: 0.8rem 1.8rem;
  font-size: 0.7rem;
  line-height: 1.5;
  border-radius: 0;
}
.btn:focus, .btn:hover {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not([disabled]):not(.disabled):active, .btn:not([disabled]):not(.disabled).active {
  background-image: none;
}
.btn.btn-icon {
  padding: 1rem !important;
  font-size: 1rem;
}
.btn.btn-icon i {
  line-height: 17px;
  display: block;
}
.btn [class^=icon-], .btn [class*=" icon-"] {
  font-size: 1rem;
  position: relative;
  top: 2px;
}
@media (max-width: 767px) {
  .btn.btn-block-sm-down {
    width: 100%;
  }
}

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

.btn-reset {
  background-color: transparent;
  padding: 0;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

.btn-primary {
  color: #fff;
  background-color: #A01D21;
  border-color: rgb(116.8253968254, 21.1746031746, 24.0952380952);
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(217.4841269841, 48.0158730159, 53.1904761905);
  border-color: rgb(192.380952381, 34.869047619, 39.6785714286);
}
.btn-primary:focus, .btn-primary.disabled, .btn-primary:disabled {
  background-color: #A01D21;
  border-color: rgb(116.8253968254, 21.1746031746, 24.0952380952);
}
.btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(219.4404761905, 58.8095238095, 63.7142857143);
  border-color: rgb(203.1746031746, 36.8253968254, 41.9047619048);
}

.btn-secondary {
  color: #111;
  background-color: #fff;
  border-color: rgb(229.5, 229.5, 229.5);
}
.btn-secondary:hover {
  color: #111;
  background-color: white;
  border-color: white;
}
.btn-secondary:focus, .btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #fff;
  border-color: rgb(229.5, 229.5, 229.5);
}
.btn-secondary:not([disabled]):not(.disabled):active, .btn-secondary:not([disabled]):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #111;
  background-color: white;
  border-color: white;
}

.btn-success {
  color: #111;
  background-color: #ffd807;
  border-color: rgb(211, 177.8185483871, 0);
}
.btn-success:hover {
  color: #111;
  background-color: rgb(255, 228.0302419355, 83.5);
  border-color: rgb(255, 222.0151209677, 45.25);
}
.btn-success:focus, .btn-success.disabled, .btn-success:disabled {
  background-color: #ffd807;
  border-color: rgb(211, 177.8185483871, 0);
}
.btn-success:not([disabled]):not(.disabled):active, .btn-success:not([disabled]):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #111;
  background-color: rgb(255, 230.0352822581, 96.25);
  border-color: rgb(255, 224.0201612903, 58);
}

.btn-info {
  color: #111;
  background-color: #5bc0de;
  border-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
}
.btn-info:hover {
  color: #111;
  background-color: rgb(154.6852791878, 216.4644670051, 234.8147208122);
  border-color: rgb(122.8426395939, 204.2322335025, 228.4073604061);
}
.btn-info:focus, .btn-info.disabled, .btn-info:disabled {
  background-color: #5bc0de;
  border-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
}
.btn-info:not([disabled]):not(.disabled):active, .btn-info:not([disabled]):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #111;
  background-color: rgb(165.2994923858, 220.5418781726, 236.9505076142);
  border-color: rgb(133.4568527919, 208.3096446701, 230.5431472081);
}

.btn-quantal {
  color: #fff;
  background-color: #6e3860;
  border-color: rgb(76.2048192771, 38.7951807229, 66.5060240964);
}
.btn-quantal:hover {
  color: #fff;
  background-color: rgb(160.6927710843, 81.8072289157, 140.2409638554);
  border-color: rgb(135.3463855422, 68.9036144578, 118.1204819277);
}
.btn-quantal:focus, .btn-quantal.disabled, .btn-quantal:disabled {
  background-color: #6e3860;
  border-color: rgb(76.2048192771, 38.7951807229, 66.5060240964);
}
.btn-quantal:not([disabled]):not(.disabled):active, .btn-quantal:not([disabled]):not(.disabled).active, .show > .btn-quantal.dropdown-toggle {
  color: #fff;
  background-color: rgb(169.0602409639, 86.1897590361, 147.5753012048);
  border-color: rgb(143.7951807229, 73.2048192771, 125.4939759036);
}

.btn-warning {
  color: #111;
  background-color: #f0ad4e;
  border-color: rgb(236.015625, 151.21875, 30.984375);
}
.btn-warning:hover {
  color: #111;
  background-color: rgb(245.9765625, 205.671875, 148.5234375);
  border-color: rgb(242.98828125, 189.3359375, 113.26171875);
}
.btn-warning:focus, .btn-warning.disabled, .btn-warning:disabled {
  background-color: #f0ad4e;
  border-color: rgb(236.015625, 151.21875, 30.984375);
}
.btn-warning:not([disabled]):not(.disabled):active, .btn-warning:not([disabled]):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #111;
  background-color: rgb(246.97265625, 211.1171875, 160.27734375);
  border-color: rgb(243.984375, 194.78125, 125.015625);
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
}
.btn-danger:hover {
  color: #111;
  background-color: rgb(230.5841121495, 144.4859813084, 141.9158878505);
  border-color: rgb(223.7920560748, 113.7429906542, 110.4579439252);
}
.btn-danger:focus, .btn-danger.disabled, .btn-danger:disabled {
  background-color: #d9534f;
  border-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
}
.btn-danger:not([disabled]):not(.disabled):active, .btn-danger:not([disabled]):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #111;
  background-color: rgb(232.8481308411, 154.7336448598, 152.4018691589);
  border-color: rgb(226.0560747664, 123.9906542056, 120.9439252336);
}

.btn-light {
  color: #111;
  background-color: #eceeef;
  border-color: rgb(208.3142857143, 213.2285714286, 215.6857142857);
}
.btn-light:hover {
  color: #111;
  background-color: white;
  border-color: white;
}
.btn-light:focus, .btn-light.disabled, .btn-light:disabled {
  background-color: #eceeef;
  border-color: rgb(208.3142857143, 213.2285714286, 215.6857142857);
}
.btn-light:not([disabled]):not(.disabled):active, .btn-light:not([disabled]):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #111;
  background-color: white;
  border-color: white;
}

.btn-medium {
  color: #fff;
  background-color: #6c6c6c;
  border-color: rgb(82.5, 82.5, 82.5);
}
.btn-medium:hover {
  color: #fff;
  background-color: rgb(146.25, 146.25, 146.25);
  border-color: rgb(127.125, 127.125, 127.125);
}
.btn-medium:focus, .btn-medium.disabled, .btn-medium:disabled {
  background-color: #6c6c6c;
  border-color: rgb(82.5, 82.5, 82.5);
}
.btn-medium:not([disabled]):not(.disabled):active, .btn-medium:not([disabled]):not(.disabled).active, .show > .btn-medium.dropdown-toggle {
  color: #111;
  background-color: rgb(152.625, 152.625, 152.625);
  border-color: rgb(133.5, 133.5, 133.5);
}

.btn-dark {
  color: #fff;
  background-color: #404040;
  border-color: rgb(38.5, 38.5, 38.5);
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(102.25, 102.25, 102.25);
  border-color: rgb(83.125, 83.125, 83.125);
}
.btn-dark:focus, .btn-dark.disabled, .btn-dark:disabled {
  background-color: #404040;
  border-color: rgb(38.5, 38.5, 38.5);
}
.btn-dark:not([disabled]):not(.disabled):active, .btn-dark:not([disabled]):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(108.625, 108.625, 108.625);
  border-color: rgb(89.5, 89.5, 89.5);
}

.btn-primary-light {
  color: #111;
  background-color: rgb(255, 232.0403225806, 109);
  border-color: rgb(255, 224.0201612903, 58);
}
.btn-primary-light:hover {
  color: #111;
  background-color: rgb(255, 244.0705645161, 185.5);
  border-color: rgb(255, 238.0554435484, 147.25);
}
.btn-primary-light:focus, .btn-primary-light.disabled, .btn-primary-light:disabled {
  background-color: rgb(255, 232.0403225806, 109);
  border-color: rgb(255, 224.0201612903, 58);
}
.btn-primary-light:not([disabled]):not(.disabled):active, .btn-primary-light:not([disabled]):not(.disabled).active, .show > .btn-primary-light.dropdown-toggle {
  color: #111;
  background-color: rgb(255, 246.0756048387, 198.25);
  border-color: rgb(255, 240.060483871, 160);
}

.bg-lavender .btn-outline-white:hover {
  color: #B69CAE !important;
}

.btn-secondary {
  border-color: #cccccc;
}

.btn-primary-faded {
  color: #fff;
  background-color: rgb(192.3320158103, 218.5928853755, 140.4071146245);
}
.btn-primary-faded:hover {
  color: #fff !important;
  background-color: #96c23f !important;
}

.btn-outline-primary {
  color: #A01D21;
  background-color: transparent;
  background-image: none;
  border-color: #A01D21;
  border-width: 1px;
  border-style: solid;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #A01D21;
  border-color: #A01D21;
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #A01D21;
  background-color: transparent;
}
.btn-outline-primary:not([disabled]):not(.disabled):active, .btn-outline-primary:not([disabled]):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #A01D21;
  border-color: #A01D21;
}

.btn-outline-secondary {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
  border-width: 1px;
  border-style: solid;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-secondary:not([disabled]):not(.disabled):active, .btn-outline-secondary:not([disabled]):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-success {
  color: #ffd807;
  background-color: transparent;
  background-image: none;
  border-color: #ffd807;
  border-width: 1px;
  border-style: solid;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #ffd807;
  border-color: #ffd807;
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #ffd807;
  background-color: transparent;
}
.btn-outline-success:not([disabled]):not(.disabled):active, .btn-outline-success:not([disabled]):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #ffd807;
  border-color: #ffd807;
}

.btn-outline-info {
  color: #5bc0de;
  background-color: transparent;
  background-image: none;
  border-color: #5bc0de;
  border-width: 1px;
  border-style: solid;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #5bc0de;
  background-color: transparent;
}
.btn-outline-info:not([disabled]):not(.disabled):active, .btn-outline-info:not([disabled]):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-quantal {
  color: #6e3860;
  background-color: transparent;
  background-image: none;
  border-color: #6e3860;
  border-width: 1px;
  border-style: solid;
}
.btn-outline-quantal:hover {
  color: #fff;
  background-color: #6e3860;
  border-color: #6e3860;
}
.btn-outline-quantal.disabled, .btn-outline-quantal:disabled {
  color: #6e3860;
  background-color: transparent;
}
.btn-outline-quantal:not([disabled]):not(.disabled):active, .btn-outline-quantal:not([disabled]):not(.disabled).active, .show > .btn-outline-quantal.dropdown-toggle {
  color: #fff;
  background-color: #6e3860;
  border-color: #6e3860;
}

.btn-outline-warning {
  color: #f0ad4e;
  background-color: transparent;
  background-image: none;
  border-color: #f0ad4e;
  border-width: 1px;
  border-style: solid;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #f0ad4e;
  background-color: transparent;
}
.btn-outline-warning:not([disabled]):not(.disabled):active, .btn-outline-warning:not([disabled]):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-outline-danger {
  color: #d9534f;
  background-color: transparent;
  background-image: none;
  border-color: #d9534f;
  border-width: 1px;
  border-style: solid;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #d9534f;
  background-color: transparent;
}
.btn-outline-danger:not([disabled]):not(.disabled):active, .btn-outline-danger:not([disabled]):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-outline-light {
  color: #eceeef;
  background-color: transparent;
  background-image: none;
  border-color: #eceeef;
  border-width: 1px;
  border-style: solid;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #eceeef;
  border-color: #eceeef;
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #eceeef;
  background-color: transparent;
}
.btn-outline-light:not([disabled]):not(.disabled):active, .btn-outline-light:not([disabled]):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #eceeef;
  border-color: #eceeef;
}

.btn-outline-medium {
  color: #6c6c6c;
  background-color: transparent;
  background-image: none;
  border-color: #6c6c6c;
  border-width: 1px;
  border-style: solid;
}
.btn-outline-medium:hover {
  color: #fff;
  background-color: #6c6c6c;
  border-color: #6c6c6c;
}
.btn-outline-medium.disabled, .btn-outline-medium:disabled {
  color: #6c6c6c;
  background-color: transparent;
}
.btn-outline-medium:not([disabled]):not(.disabled):active, .btn-outline-medium:not([disabled]):not(.disabled).active, .show > .btn-outline-medium.dropdown-toggle {
  color: #fff;
  background-color: #6c6c6c;
  border-color: #6c6c6c;
}

.btn-outline-dark {
  color: #404040;
  background-color: transparent;
  background-image: none;
  border-color: #404040;
  border-width: 1px;
  border-style: solid;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #404040;
  border-color: #404040;
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #404040;
  background-color: transparent;
}
.btn-outline-dark:not([disabled]):not(.disabled):active, .btn-outline-dark:not([disabled]):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #404040;
  border-color: #404040;
}

.btn-outline-primary-light {
  color: rgb(255, 232.0403225806, 109);
  background-color: transparent;
  background-image: none;
  border-color: rgb(255, 232.0403225806, 109);
  border-width: 1px;
  border-style: solid;
}
.btn-outline-primary-light:hover {
  color: #fff;
  background-color: rgb(255, 232.0403225806, 109);
  border-color: rgb(255, 232.0403225806, 109);
}
.btn-outline-primary-light.disabled, .btn-outline-primary-light:disabled {
  color: rgb(255, 232.0403225806, 109);
  background-color: transparent;
}
.btn-outline-primary-light:not([disabled]):not(.disabled):active, .btn-outline-primary-light:not([disabled]):not(.disabled).active, .show > .btn-outline-primary-light.dropdown-toggle {
  color: #fff;
  background-color: rgb(255, 232.0403225806, 109);
  border-color: rgb(255, 232.0403225806, 109);
}

.btn-outline-blue {
  color: #18a299;
  background-color: transparent;
  background-image: none;
  border-color: #18a299;
  border-width: 1px;
  border-style: solid;
}
.btn-outline-blue:hover {
  color: #fff;
  background-color: #18a299;
  border-color: #18a299;
}
.btn-outline-blue.disabled, .btn-outline-blue:disabled {
  color: #18a299;
  background-color: transparent;
}
.btn-outline-blue:not([disabled]):not(.disabled):active, .btn-outline-blue:not([disabled]):not(.disabled).active, .show > .btn-outline-blue.dropdown-toggle {
  color: #fff;
  background-color: #18a299;
  border-color: #18a299;
}

.btn-outline-indigo {
  color: #6610f2;
  background-color: transparent;
  background-image: none;
  border-color: #6610f2;
  border-width: 1px;
  border-style: solid;
}
.btn-outline-indigo:hover {
  color: #fff;
  background-color: #6610f2;
  border-color: #6610f2;
}
.btn-outline-indigo.disabled, .btn-outline-indigo:disabled {
  color: #6610f2;
  background-color: transparent;
}
.btn-outline-indigo:not([disabled]):not(.disabled):active, .btn-outline-indigo:not([disabled]):not(.disabled).active, .show > .btn-outline-indigo.dropdown-toggle {
  color: #fff;
  background-color: #6610f2;
  border-color: #6610f2;
}

.btn-outline-purple {
  color: #6e3860;
  background-color: transparent;
  background-image: none;
  border-color: #6e3860;
  border-width: 1px;
  border-style: solid;
}
.btn-outline-purple:hover {
  color: #fff;
  background-color: #6e3860;
  border-color: #6e3860;
}
.btn-outline-purple.disabled, .btn-outline-purple:disabled {
  color: #6e3860;
  background-color: transparent;
}
.btn-outline-purple:not([disabled]):not(.disabled):active, .btn-outline-purple:not([disabled]):not(.disabled).active, .show > .btn-outline-purple.dropdown-toggle {
  color: #fff;
  background-color: #6e3860;
  border-color: #6e3860;
}

.btn-outline-pink {
  color: #b03873;
  background-color: transparent;
  background-image: none;
  border-color: #b03873;
  border-width: 1px;
  border-style: solid;
}
.btn-outline-pink:hover {
  color: #fff;
  background-color: #b03873;
  border-color: #b03873;
}
.btn-outline-pink.disabled, .btn-outline-pink:disabled {
  color: #b03873;
  background-color: transparent;
}
.btn-outline-pink:not([disabled]):not(.disabled):active, .btn-outline-pink:not([disabled]):not(.disabled).active, .show > .btn-outline-pink.dropdown-toggle {
  color: #fff;
  background-color: #b03873;
  border-color: #b03873;
}

.btn-outline-lavender {
  color: #B69CAE;
  background-color: transparent;
  background-image: none;
  border-color: #B69CAE;
  border-width: 1px;
  border-style: solid;
}
.btn-outline-lavender:hover {
  color: #fff;
  background-color: #B69CAE;
  border-color: #B69CAE;
}
.btn-outline-lavender.disabled, .btn-outline-lavender:disabled {
  color: #B69CAE;
  background-color: transparent;
}
.btn-outline-lavender:not([disabled]):not(.disabled):active, .btn-outline-lavender:not([disabled]):not(.disabled).active, .show > .btn-outline-lavender.dropdown-toggle {
  color: #fff;
  background-color: #B69CAE;
  border-color: #B69CAE;
}

.btn-outline-red {
  color: #A01D21;
  background-color: transparent;
  background-image: none;
  border-color: #A01D21;
  border-width: 1px;
  border-style: solid;
}
.btn-outline-red:hover {
  color: #fff;
  background-color: #A01D21;
  border-color: #A01D21;
}
.btn-outline-red.disabled, .btn-outline-red:disabled {
  color: #A01D21;
  background-color: transparent;
}
.btn-outline-red:not([disabled]):not(.disabled):active, .btn-outline-red:not([disabled]):not(.disabled).active, .show > .btn-outline-red.dropdown-toggle {
  color: #fff;
  background-color: #A01D21;
  border-color: #A01D21;
}

.btn-outline-orange {
  color: #fd7e14;
  background-color: transparent;
  background-image: none;
  border-color: #fd7e14;
  border-width: 1px;
  border-style: solid;
}
.btn-outline-orange:hover {
  color: #fff;
  background-color: #fd7e14;
  border-color: #fd7e14;
}
.btn-outline-orange.disabled, .btn-outline-orange:disabled {
  color: #fd7e14;
  background-color: transparent;
}
.btn-outline-orange:not([disabled]):not(.disabled):active, .btn-outline-orange:not([disabled]):not(.disabled).active, .show > .btn-outline-orange.dropdown-toggle {
  color: #fff;
  background-color: #fd7e14;
  border-color: #fd7e14;
}

.btn-outline-yellow {
  color: #ffd807;
  background-color: transparent;
  background-image: none;
  border-color: #ffd807;
  border-width: 1px;
  border-style: solid;
}
.btn-outline-yellow:hover {
  color: #fff;
  background-color: #ffd807;
  border-color: #ffd807;
}
.btn-outline-yellow.disabled, .btn-outline-yellow:disabled {
  color: #ffd807;
  background-color: transparent;
}
.btn-outline-yellow:not([disabled]):not(.disabled):active, .btn-outline-yellow:not([disabled]):not(.disabled).active, .show > .btn-outline-yellow.dropdown-toggle {
  color: #fff;
  background-color: #ffd807;
  border-color: #ffd807;
}

.btn-outline-green {
  color: #96c23f;
  background-color: transparent;
  background-image: none;
  border-color: #96c23f;
  border-width: 1px;
  border-style: solid;
}
.btn-outline-green:hover {
  color: #fff;
  background-color: #96c23f;
  border-color: #96c23f;
}
.btn-outline-green.disabled, .btn-outline-green:disabled {
  color: #96c23f;
  background-color: transparent;
}
.btn-outline-green:not([disabled]):not(.disabled):active, .btn-outline-green:not([disabled]):not(.disabled).active, .show > .btn-outline-green.dropdown-toggle {
  color: #fff;
  background-color: #96c23f;
  border-color: #96c23f;
}

.btn-outline-teal {
  color: #20c997;
  background-color: transparent;
  background-image: none;
  border-color: #20c997;
  border-width: 1px;
  border-style: solid;
}
.btn-outline-teal:hover {
  color: #fff;
  background-color: #20c997;
  border-color: #20c997;
}
.btn-outline-teal.disabled, .btn-outline-teal:disabled {
  color: #20c997;
  background-color: transparent;
}
.btn-outline-teal:not([disabled]):not(.disabled):active, .btn-outline-teal:not([disabled]):not(.disabled).active, .show > .btn-outline-teal.dropdown-toggle {
  color: #fff;
  background-color: #20c997;
  border-color: #20c997;
}

.btn-outline-cyan {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
  border-width: 1px;
  border-style: solid;
}
.btn-outline-cyan:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-cyan.disabled, .btn-outline-cyan:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-cyan:not([disabled]):not(.disabled):active, .btn-outline-cyan:not([disabled]):not(.disabled).active, .show > .btn-outline-cyan.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-white {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
  border-width: 1px;
  border-style: solid;
}
.btn-outline-white:hover {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-white:not([disabled]):not(.disabled):active, .btn-outline-white:not([disabled]):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-gray-md {
  color: #eceeef;
  background-color: transparent;
  background-image: none;
  border-color: #eceeef;
  border-width: 1px;
  border-style: solid;
}
.btn-outline-gray-md:hover {
  color: #fff;
  background-color: #eceeef;
  border-color: #eceeef;
}
.btn-outline-gray-md.disabled, .btn-outline-gray-md:disabled {
  color: #eceeef;
  background-color: transparent;
}
.btn-outline-gray-md:not([disabled]):not(.disabled):active, .btn-outline-gray-md:not([disabled]):not(.disabled).active, .show > .btn-outline-gray-md.dropdown-toggle {
  color: #fff;
  background-color: #eceeef;
  border-color: #eceeef;
}

.btn-outline-gray {
  color: #9f9f9f;
  background-color: transparent;
  background-image: none;
  border-color: #9f9f9f;
  border-width: 1px;
  border-style: solid;
}
.btn-outline-gray:hover {
  color: #fff;
  background-color: #9f9f9f;
  border-color: #9f9f9f;
}
.btn-outline-gray.disabled, .btn-outline-gray:disabled {
  color: #9f9f9f;
  background-color: transparent;
}
.btn-outline-gray:not([disabled]):not(.disabled):active, .btn-outline-gray:not([disabled]):not(.disabled).active, .show > .btn-outline-gray.dropdown-toggle {
  color: #fff;
  background-color: #9f9f9f;
  border-color: #9f9f9f;
}

.btn-outline-gray-dark {
  color: #404040;
  background-color: transparent;
  background-image: none;
  border-color: #404040;
  border-width: 1px;
  border-style: solid;
}
.btn-outline-gray-dark:hover {
  color: #fff;
  background-color: #404040;
  border-color: #404040;
}
.btn-outline-gray-dark.disabled, .btn-outline-gray-dark:disabled {
  color: #404040;
  background-color: transparent;
}
.btn-outline-gray-dark:not([disabled]):not(.disabled):active, .btn-outline-gray-dark:not([disabled]):not(.disabled).active, .show > .btn-outline-gray-dark.dropdown-toggle {
  color: #fff;
  background-color: #404040;
  border-color: #404040;
}

.btn-link {
  font-weight: 400;
  color: #A01D21;
  background-color: transparent;
}
.btn-link:hover {
  color: rgb(95.2380952381, 17.2619047619, 19.6428571429);
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #9f9f9f;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.8rem 1.8rem;
  font-size: 0.7rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  border-width: 1px;
  border-style: solid;
  padding: 0.25rem 0.5rem;
  font-size: 0.7rem;
  line-height: 1.5;
  border-radius: 3px;
}

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

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

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

.btn-primary:hover, .btn-primary:focus {
  color: #fff !important;
}

.btn-outline-blue-icon:hover {
  color: #18a299;
  background-color: transparent;
  background-image: none;
  border-color: #18a299;
}

.btn-outline-indigo-icon:hover {
  color: #6610f2;
  background-color: transparent;
  background-image: none;
  border-color: #6610f2;
}

.btn-outline-purple-icon:hover {
  color: #6e3860;
  background-color: transparent;
  background-image: none;
  border-color: #6e3860;
}

.btn-outline-pink-icon:hover {
  color: #b03873;
  background-color: transparent;
  background-image: none;
  border-color: #b03873;
}

.btn-outline-lavender-icon:hover {
  color: #B69CAE;
  background-color: transparent;
  background-image: none;
  border-color: #B69CAE;
}

.btn-outline-red-icon:hover {
  color: #A01D21;
  background-color: transparent;
  background-image: none;
  border-color: #A01D21;
}

.btn-outline-orange-icon:hover {
  color: #fd7e14;
  background-color: transparent;
  background-image: none;
  border-color: #fd7e14;
}

.btn-outline-yellow-icon:hover {
  color: #ffd807;
  background-color: transparent;
  background-image: none;
  border-color: #ffd807;
}

.btn-outline-green-icon:hover {
  color: #96c23f;
  background-color: transparent;
  background-image: none;
  border-color: #96c23f;
}

.btn-outline-teal-icon:hover {
  color: #20c997;
  background-color: transparent;
  background-image: none;
  border-color: #20c997;
}

.btn-outline-cyan-icon:hover {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-white-icon:hover {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
}

.btn-outline-gray-md-icon:hover {
  color: #eceeef;
  background-color: transparent;
  background-image: none;
  border-color: #eceeef;
}

.btn-outline-gray-icon:hover {
  color: #9f9f9f;
  background-color: transparent;
  background-image: none;
  border-color: #9f9f9f;
}

.btn-outline-gray-dark-icon:hover {
  color: #404040;
  background-color: transparent;
  background-image: none;
  border-color: #404040;
}

.card-toggle:hover {
  background: #96c23f !important;
}
.card-toggle.card-toggle-active {
  background: #96c23f !important;
}

.video-wrapper .btn-video-play {
  opacity: 0.8;
  transition: all 0.2s ease-in-out;
}
.video-wrapper:hover .btn-video-play {
  opacity: 1;
}

.hover-background-primary:hover {
  background-color: #A01D21 !important;
}

.hover-background-secondary:hover {
  background-color: #fff !important;
}

.hover-background-success:hover {
  background-color: #ffd807 !important;
}

.hover-background-info:hover {
  background-color: #5bc0de !important;
}

.hover-background-quantal:hover {
  background-color: #6e3860 !important;
}

.hover-background-warning:hover {
  background-color: #f0ad4e !important;
}

.hover-background-danger:hover {
  background-color: #d9534f !important;
}

.hover-background-light:hover {
  background-color: #eceeef !important;
}

.hover-background-medium:hover {
  background-color: #6c6c6c !important;
}

.hover-background-dark:hover {
  background-color: #404040 !important;
}

.hover-background-primary-light:hover {
  background-color: rgb(255, 232.0403225806, 109) !important;
}

.hover-background-blue:hover {
  background-color: #18a299 !important;
}

.hover-background-indigo:hover {
  background-color: #6610f2 !important;
}

.hover-background-purple:hover {
  background-color: #6e3860 !important;
}

.hover-background-pink:hover {
  background-color: #b03873 !important;
}

.hover-background-lavender:hover {
  background-color: #B69CAE !important;
}

.hover-background-red:hover {
  background-color: #A01D21 !important;
}

.hover-background-orange:hover {
  background-color: #fd7e14 !important;
}

.hover-background-yellow:hover {
  background-color: #ffd807 !important;
}

.hover-background-green:hover {
  background-color: #96c23f !important;
}

.hover-background-teal:hover {
  background-color: #20c997 !important;
}

.hover-background-cyan:hover {
  background-color: #17a2b8 !important;
}

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

.hover-background-gray-md:hover {
  background-color: #eceeef !important;
}

.hover-background-gray:hover {
  background-color: #9f9f9f !important;
}

.hover-background-gray-dark:hover {
  background-color: #404040 !important;
}

.btn-share {
  width: 32px;
  text-align: center;
  padding: 0.5rem 0.75rem;
  border-radius: 100px;
}

.outline-none {
  outline: none !important;
}
.outline-none:focus, .outline-none:hover, .outline-none:active {
  outline: none !important;
}

.toggle-vr-view:hover {
  background-color: rgb(255, 232.0403225806, 109);
}
.toggle-vr-view.active {
  background-color: rgb(255, 232.0403225806, 109) !important;
}

.btn-outline-white:hover {
  color: #A01D21 !important;
}

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

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

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

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

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

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

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

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

.btn + .dropdown-toggle-split {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.btn + .dropdown-toggle-split::after {
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

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

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

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

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

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

.card-img {
  width: 100%;
  border-radius: calc(0 - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0 - 1px);
  border-top-right-radius: calc(0 - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0 - 1px);
  border-bottom-left-radius: calc(0 - 1px);
}

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

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

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

.card-collapse {
  transition: all 0.2s ease !important;
  z-index: 2;
  left: 0;
  padding: 0 8px;
}
.card-collapse.show {
  padding-bottom: 2rem;
}

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

button.close {
  padding: 0;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #6c6c6c;
  background-color: #f7f7f7;
  background-image: none;
  background-clip: padding-box;
  border-width: 1px;
  border-style: solid;
  border-color: #f7f7f7;
  border-radius: 0;
  font-weight: 500;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #6c6c6c;
  background-color: #f7f7f7;
  border-color: #96c23f;
  outline: none;
  border-style: solid;
  border-width: 1px;
}
.form-control.form-control-base::-moz-placeholder {
  color: #9f9f9f;
  opacity: 1;
  font-size: 0.7rem;
  letter-spacing: 1px;
}
.form-control.form-control-base::placeholder {
  color: #9f9f9f;
  opacity: 1;
  font-size: 0.7rem;
  letter-spacing: 1px;
}
.form-control.form-control-primary::-moz-placeholder {
  color: #6c6c6c;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 1;
}
.form-control.form-control-primary::placeholder {
  color: #6c6c6c;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 1;
}
.form-control.form-control-white::-moz-placeholder {
  color: #212529;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 1;
  font-size: 0.7rem;
}
.form-control.form-control-white::placeholder {
  color: #212529;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 1;
  font-size: 0.7rem;
}
.form-control.form-control-italic::-moz-placeholder {
  color: #9f9f9f;
  font-style: italic;
  font-weight: 300;
  font-size: 0.8125rem;
  opacity: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.form-control.form-control-italic::placeholder {
  color: #9f9f9f;
  font-style: italic;
  font-weight: 300;
  font-size: 0.8125rem;
  opacity: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: 2.9rem;
}
select.form-control:focus::-ms-value {
  color: #6c6c6c;
  background-color: #f7f7f7;
}
select.form-control::-ms-expand {
  display: none;
}
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.form-control-dropdown {
  position: relative;
}
.form-control-dropdown:after {
  font-family: "ultra-icon" !important;
  content: "\E904";
  position: absolute;
  top: 12px;
  right: 12px;
}

.form-control-dropdown:after {
  pointer-events: none;
}

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

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

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

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

.col-form-legend {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.form-control-plaintext {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .form-control-plaintext.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .form-control-plaintext.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  border-radius: 0;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(1.55rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.75rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(3rem + 2px);
}

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

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

.form-search-nav svg {
  top: 0;
  right: 0;
}

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

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}
.form-check.disabled .form-check-label {
  color: #9f9f9f;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
}

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

.form-check-inline {
  display: inline-block;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-label {
  vertical-align: middle;
}

.valid-feedback {
  display: none;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #ffd807;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(255, 216, 7, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #ffd807;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 216, 7, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid + .form-check-label, .form-check-input.is-valid + .form-check-label {
  color: #ffd807;
}

.was-validated .custom-control-input:valid ~ .custom-control-indicator, .custom-control-input.is-valid ~ .custom-control-indicator {
  background-color: rgba(255, 216, 7, 0.25);
}
.was-validated .custom-control-input:valid ~ .custom-control-description, .custom-control-input.is-valid ~ .custom-control-description {
  color: #ffd807;
}

.was-validated .custom-file-input:valid ~ .custom-file-control, .custom-file-input.is-valid ~ .custom-file-control {
  border-color: #ffd807;
}
.was-validated .custom-file-input:valid ~ .custom-file-control::before, .custom-file-input.is-valid ~ .custom-file-control::before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid:focus, .custom-file-input.is-valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 216, 7, 0.25);
}

.invalid-feedback {
  display: none;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #d9534f;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(217, 83, 79, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #d9534f;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

.was-validated .custom-control-input:invalid ~ .custom-control-indicator, .custom-control-input.is-invalid ~ .custom-control-indicator {
  background-color: rgba(217, 83, 79, 0.25);
}
.was-validated .custom-control-input:invalid ~ .custom-control-description, .custom-control-input.is-invalid ~ .custom-control-description {
  color: #d9534f;
}

.was-validated .custom-file-input:invalid ~ .custom-file-control, .custom-file-input.is-invalid ~ .custom-file-control {
  border-color: #d9534f;
}
.was-validated .custom-file-input:invalid ~ .custom-file-control::before, .custom-file-input.is-invalid ~ .custom-file-control::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid:focus, .custom-file-input.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.25);
}

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

.form-postcode {
  display: flex;
  align-content: space-between;
}
.form-postcode input[type=text] {
  margin-right: 0.5rem;
}

.checkbox-xl {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  border-width: 2px;
  border-style: solid;
}
@media (min-width: 768px) {
  .checkbox-xl.checkbox-md-lg {
    width: 30px !important;
    height: 30px !important;
  }
  .checkbox-xl.checkbox-md-lg i {
    top: 1px !important;
    left: 1px !important;
  }
  .checkbox-xl.checkbox-md-lg input {
    width: 30px !important;
    height: 30px !important;
  }
}
.checkbox-xl input {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  cursor: pointer;
  z-index: 2;
}
.checkbox-xl i {
  position: absolute;
  top: 3px;
  left: 4px;
  z-index: 1;
  opacity: 0;
}
.checkbox-xl.checked i {
  opacity: 1;
}

.checkbox-white {
  border-color: #fff;
}
.checkbox-white i {
  color: #fff;
}
.checkbox-white:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.checkbox-green {
  border-color: #96c23f;
}
.checkbox-green i {
  color: #96c23f;
}
.checkbox-green:hover {
  background-color: rgb(213.4980237154, 230.8893280632, 179.1106719368);
}

.form-product {
  cursor: pointer;
}
.form-product .embed-responsive {
  transition: all 0.2s ease-in-out;
  border: #fff 3px solid;
}
.form-product .embed-responsive img {
  transition: all 0.2s ease-in-out;
  opacity: 1;
}
.form-product p {
  transition: all 0.2s ease-in-out;
  border-bottom: #fff 3px solid;
}
.form-product:hover .embed-responsive img {
  opacity: 0.8 !important;
}
.form-product.selected .embed-responsive img {
  opacity: 0.8 !important;
}
.form-product.selected p {
  top: -2rem !important;
}
.form-product.selected.form-product-blue .embed-responsive {
  border-color: #18a299 !important;
}
.form-product.selected.form-product-blue p {
  border-bottom-color: #18a299 !important;
}
.form-product.selected.form-product-indigo .embed-responsive {
  border-color: #6610f2 !important;
}
.form-product.selected.form-product-indigo p {
  border-bottom-color: #6610f2 !important;
}
.form-product.selected.form-product-purple .embed-responsive {
  border-color: #6e3860 !important;
}
.form-product.selected.form-product-purple p {
  border-bottom-color: #6e3860 !important;
}
.form-product.selected.form-product-pink .embed-responsive {
  border-color: #b03873 !important;
}
.form-product.selected.form-product-pink p {
  border-bottom-color: #b03873 !important;
}
.form-product.selected.form-product-lavender .embed-responsive {
  border-color: #B69CAE !important;
}
.form-product.selected.form-product-lavender p {
  border-bottom-color: #B69CAE !important;
}
.form-product.selected.form-product-red .embed-responsive {
  border-color: #A01D21 !important;
}
.form-product.selected.form-product-red p {
  border-bottom-color: #A01D21 !important;
}
.form-product.selected.form-product-orange .embed-responsive {
  border-color: #fd7e14 !important;
}
.form-product.selected.form-product-orange p {
  border-bottom-color: #fd7e14 !important;
}
.form-product.selected.form-product-yellow .embed-responsive {
  border-color: #ffd807 !important;
}
.form-product.selected.form-product-yellow p {
  border-bottom-color: #ffd807 !important;
}
.form-product.selected.form-product-green .embed-responsive {
  border-color: #96c23f !important;
}
.form-product.selected.form-product-green p {
  border-bottom-color: #96c23f !important;
}
.form-product.selected.form-product-teal .embed-responsive {
  border-color: #20c997 !important;
}
.form-product.selected.form-product-teal p {
  border-bottom-color: #20c997 !important;
}
.form-product.selected.form-product-cyan .embed-responsive {
  border-color: #17a2b8 !important;
}
.form-product.selected.form-product-cyan p {
  border-bottom-color: #17a2b8 !important;
}
.form-product.selected.form-product-white .embed-responsive {
  border-color: #fff !important;
}
.form-product.selected.form-product-white p {
  border-bottom-color: #fff !important;
}
.form-product.selected.form-product-gray-md .embed-responsive {
  border-color: #eceeef !important;
}
.form-product.selected.form-product-gray-md p {
  border-bottom-color: #eceeef !important;
}
.form-product.selected.form-product-gray .embed-responsive {
  border-color: #9f9f9f !important;
}
.form-product.selected.form-product-gray p {
  border-bottom-color: #9f9f9f !important;
}
.form-product.selected.form-product-gray-dark .embed-responsive {
  border-color: #404040 !important;
}
.form-product.selected.form-product-gray-dark p {
  border-bottom-color: #404040 !important;
}

.hotspot-item .hotspot-toggle {
  outline: none !important;
  cursor: pointer;
}
.hotspot-item .hotspot-toggle:hover {
  outline: none !important;
}
.hotspot-item .hotspot-toggle.hotspot-toggle-active {
  z-index: 3 !important;
}
.hotspot-item .hotspot-toggle.hotspot-toggle-active i {
  background: #96c23f;
  color: #fff;
}
.hotspot-item .hotspot-toggle i {
  border-radius: 50px;
  background: #fff;
  transition: all 0.2s ease-in-out;
  color: #404040;
  border: #96c23f 2px solid;
}
.hotspot-item .hotspot-toggle i:hover {
  background: rgb(171.1660079051, 206.2964426877, 101.7035573123);
  color: #fff;
}
.hotspot-item .hotspot-content {
  opacity: 0;
  visibility: hidden;
  top: 10px;
  left: 16px;
  width: 420px;
  transition: all 0.2s ease-in-out;
}
.hotspot-item .hotspot-content.active {
  opacity: 1;
  visibility: visible;
  display: inline-block;
  z-index: 2;
}

.input-group {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: flex;
  align-items: center;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
}

.input-group-addon {
  padding: 1rem 1.25rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6c6c6c;
  text-align: center;
  background-color: #e9ecef;
  border-radius: 0;
}
.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.25rem 0.75rem;
  font-size: 0.8125rem;
  border-radius: 0;
}
.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.75rem 1rem;
  font-size: 1.25rem;
  border-radius: 0;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

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

.input-group-addon:not(:last-child) {
  border-right: 0;
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  align-items: stretch;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
  z-index: 3;
}
.input-group-btn:first-child > .btn + .btn {
  margin-left: 0;
}
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: 0;
}
.input-group-btn:not(:first-child) > .btn:first-child,
.input-group-btn:not(:first-child) > .btn-group:first-child {
  margin-left: -1px;
}
.input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 3;
}

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

.list-group-item-action {
  width: 100%;
  color: #6c6c6c;
  text-align: inherit;
}
.list-group-item-action:focus, .list-group-item-action:hover {
  color: #6c6c6c;
  text-decoration: none;
  background-color: #f7f7f7;
}
.list-group-item-action:active {
  color: #6c6c6c;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-item:focus, .list-group-item:hover {
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #9f9f9f;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #A01D21;
  border-color: #A01D21;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: rgb(83.2, 15.08, 17.16);
  background-color: rgb(228.4, 191.72, 192.84);
}

a.list-group-item-primary,
button.list-group-item-primary {
  color: rgb(83.2, 15.08, 17.16);
}
a.list-group-item-primary:focus, a.list-group-item-primary:hover,
button.list-group-item-primary:focus,
button.list-group-item-primary:hover {
  color: rgb(83.2, 15.08, 17.16);
  background-color: rgb(220.853271028, 173.766728972, 175.2044859813);
}
a.list-group-item-primary.active,
button.list-group-item-primary.active {
  color: #fff;
  background-color: rgb(83.2, 15.08, 17.16);
  border-color: rgb(83.2, 15.08, 17.16);
}

.list-group-item-secondary {
  color: rgb(132.6, 132.6, 132.6);
  background-color: white;
}

a.list-group-item-secondary,
button.list-group-item-secondary {
  color: rgb(132.6, 132.6, 132.6);
}
a.list-group-item-secondary:focus, a.list-group-item-secondary:hover,
button.list-group-item-secondary:focus,
button.list-group-item-secondary:hover {
  color: rgb(132.6, 132.6, 132.6);
  background-color: rgb(242.25, 242.25, 242.25);
}
a.list-group-item-secondary.active,
button.list-group-item-secondary.active {
  color: #fff;
  background-color: rgb(132.6, 132.6, 132.6);
  border-color: rgb(132.6, 132.6, 132.6);
}

.list-group-item-success {
  color: rgb(132.6, 112.32, 3.64);
  background-color: rgb(255, 244.08, 185.56);
}

a.list-group-item-success,
button.list-group-item-success {
  color: rgb(132.6, 112.32, 3.64);
}
a.list-group-item-success:focus, a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: rgb(132.6, 112.32, 3.64);
  background-color: rgb(255, 240.0699193548, 160.06);
}
a.list-group-item-success.active,
button.list-group-item-success.active {
  color: #fff;
  background-color: rgb(132.6, 112.32, 3.64);
  border-color: rgb(132.6, 112.32, 3.64);
}

.list-group-item-info {
  color: rgb(47.32, 99.84, 115.44);
  background-color: rgb(209.08, 237.36, 245.76);
}

a.list-group-item-info,
button.list-group-item-info {
  color: rgb(47.32, 99.84, 115.44);
}
a.list-group-item-info:focus, a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: rgb(47.32, 99.84, 115.44);
  background-color: rgb(187.8515736041, 229.205177665, 241.4884263959);
}
a.list-group-item-info.active,
button.list-group-item-info.active {
  color: #fff;
  background-color: rgb(47.32, 99.84, 115.44);
  border-color: rgb(47.32, 99.84, 115.44);
}

.list-group-item-quantal {
  color: rgb(57.2, 29.12, 49.92);
  background-color: rgb(214.4, 199.28, 210.48);
}

a.list-group-item-quantal,
button.list-group-item-quantal {
  color: rgb(57.2, 29.12, 49.92);
}
a.list-group-item-quantal:focus, a.list-group-item-quantal:hover,
button.list-group-item-quantal:focus,
button.list-group-item-quantal:hover {
  color: rgb(57.2, 29.12, 49.92);
  background-color: rgb(203.6514534884, 184.5285465116, 198.6936627907);
}
a.list-group-item-quantal.active,
button.list-group-item-quantal.active {
  color: #fff;
  background-color: rgb(57.2, 29.12, 49.92);
  border-color: rgb(57.2, 29.12, 49.92);
}

.list-group-item-warning {
  color: rgb(124.8, 89.96, 40.56);
  background-color: rgb(250.8, 232.04, 205.44);
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: rgb(124.8, 89.96, 40.56);
}
a.list-group-item-warning:focus, a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: rgb(124.8, 89.96, 40.56);
  background-color: rgb(248.8078125, 221.149375, 181.9321875);
}
a.list-group-item-warning.active,
button.list-group-item-warning.active {
  color: #fff;
  background-color: rgb(124.8, 89.96, 40.56);
  border-color: rgb(124.8, 89.96, 40.56);
}

.list-group-item-danger {
  color: rgb(112.84, 43.16, 41.08);
  background-color: rgb(244.36, 206.84, 205.72);
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: rgb(112.84, 43.16, 41.08);
}
a.list-group-item-danger:focus, a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: rgb(112.84, 43.16, 41.08);
  background-color: rgb(239.8319626168, 186.3446728972, 184.7480373832);
}
a.list-group-item-danger.active,
button.list-group-item-danger.active {
  color: #fff;
  background-color: rgb(112.84, 43.16, 41.08);
  border-color: rgb(112.84, 43.16, 41.08);
}

.list-group-item-light {
  color: rgb(122.72, 123.76, 124.28);
  background-color: rgb(249.68, 250.24, 250.52);
}

a.list-group-item-light,
button.list-group-item-light {
  color: rgb(122.72, 123.76, 124.28);
}
a.list-group-item-light:focus, a.list-group-item-light:hover,
button.list-group-item-light:focus,
button.list-group-item-light:hover {
  color: rgb(122.72, 123.76, 124.28);
  background-color: rgb(235.8371428571, 237.8542857143, 238.8628571429);
}
a.list-group-item-light.active,
button.list-group-item-light.active {
  color: #fff;
  background-color: rgb(122.72, 123.76, 124.28);
  border-color: rgb(122.72, 123.76, 124.28);
}

.list-group-item-medium {
  color: rgb(56.16, 56.16, 56.16);
  background-color: rgb(213.84, 213.84, 213.84);
}

a.list-group-item-medium,
button.list-group-item-medium {
  color: rgb(56.16, 56.16, 56.16);
}
a.list-group-item-medium:focus, a.list-group-item-medium:hover,
button.list-group-item-medium:focus,
button.list-group-item-medium:hover {
  color: rgb(56.16, 56.16, 56.16);
  background-color: rgb(201.09, 201.09, 201.09);
}
a.list-group-item-medium.active,
button.list-group-item-medium.active {
  color: #fff;
  background-color: rgb(56.16, 56.16, 56.16);
  border-color: rgb(56.16, 56.16, 56.16);
}

.list-group-item-dark {
  color: rgb(33.28, 33.28, 33.28);
  background-color: rgb(201.52, 201.52, 201.52);
}

a.list-group-item-dark,
button.list-group-item-dark {
  color: rgb(33.28, 33.28, 33.28);
}
a.list-group-item-dark:focus, a.list-group-item-dark:hover,
button.list-group-item-dark:focus,
button.list-group-item-dark:hover {
  color: rgb(33.28, 33.28, 33.28);
  background-color: rgb(188.77, 188.77, 188.77);
}
a.list-group-item-dark.active,
button.list-group-item-dark.active {
  color: #fff;
  background-color: rgb(33.28, 33.28, 33.28);
  border-color: rgb(33.28, 33.28, 33.28);
}

.list-group-item-primary-light {
  color: rgb(132.6, 120.6609677419, 56.68);
  background-color: rgb(255, 248.5712903226, 214.12);
}

a.list-group-item-primary-light,
button.list-group-item-primary-light {
  color: rgb(132.6, 120.6609677419, 56.68);
}
a.list-group-item-primary-light:focus, a.list-group-item-primary-light:hover,
button.list-group-item-primary-light:focus,
button.list-group-item-primary-light:hover {
  color: rgb(132.6, 120.6609677419, 56.68);
  background-color: rgb(255, 244.5612096774, 188.62);
}
a.list-group-item-primary-light.active,
button.list-group-item-primary-light.active {
  color: #fff;
  background-color: rgb(132.6, 120.6609677419, 56.68);
  border-color: rgb(132.6, 120.6609677419, 56.68);
}

a.list-group-item-dark {
  background: #343B4C;
}

.list-group-item-light {
  color: #fff;
  background-color: rgb(179.36, 180.88, 181.64);
}

a.list-group-item-light,
button.list-group-item-light {
  color: #fff;
}
a.list-group-item-light:focus, a.list-group-item-light:hover,
button.list-group-item-light:focus,
button.list-group-item-light:hover {
  color: #fff;
  background-color: rgb(166.4148993289, 168.195033557, 169.0851006711);
}
a.list-group-item-light.active,
button.list-group-item-light.active {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

a.list-group-item-dark:hover,
a.list-group-item-dark:focus {
  background: #1D242E;
}

a.list-group-item-dark.active {
  background-color: #1D242E;
}

/*
 *  Remodal - v1.1.0
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/modal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.modal-is-locked {
  overflow: hidden;
  touch-action: none;
}

/* Anti FOUC */
.modal,
[data-modal-id] {
  display: none;
  transition: all ease 0.3s;
}

/* Necessary styles of the overlay */
.modal-overlay {
  position: fixed;
  z-index: 9997;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.modal-wrapper {
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.modal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.modal-overlay,
.modal-wrapper {
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.modal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
@media (min-width: 992px) {
  .modal.modal-lg {
    max-width: 1100px !important;
  }
}
.modal.modal-fluid {
  max-width: 100% !important;
}

.modal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.1.0
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/modal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.modal-bg.modal-is-opening,
.modal-bg.modal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.modal-overlay {
  background: rgba(0, 0, 0, 0.5);
}

.modal-overlay-light {
  background: rgba(255, 255, 255, 0.8) !important;
}

.modal-overlay.modal-is-opening,
.modal-overlay.modal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.modal-overlay.modal-is-opening {
  animation-name: modal-overlay-opening-keyframes;
}

.modal-overlay.modal-is-closing {
  animation-name: modal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.modal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.modal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

.modal.modal-is-opening,
.modal.modal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.modal.modal-is-opening {
  animation-name: modal-opening-keyframes;
}

.modal.modal-is-closing {
  animation-name: modal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.modal,
.modal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.modal-close:hover,
.modal-close:focus {
  color: #2b2e38;
}

.modal-close:before {
  font-family: "ultra-icon";
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\E908";
  text-align: center;
}

/* Dialog buttons */
.modal-confirm,
.modal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.modal-confirm {
  color: #fff;
  background: #81c784;
}

.modal-confirm:hover,
.modal-confirm:focus {
  background: #66bb6a;
}

.modal-cancel {
  color: #fff;
  background: #e57373;
}

.modal-cancel:hover,
.modal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.modal-confirm::-moz-focus-inner,
.modal-cancel::-moz-focus-inner,
.modal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@keyframes modal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
@keyframes modal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
  }
}
@keyframes modal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .modal {
    max-width: 500px;
  }
  .modal-sm {
    max-width: 350px;
  }
  .modal-md {
    max-width: 880px;
  }
  .modal-lg {
    max-width: 1200px;
  }
  .modal-xl {
    height: 90vh;
    max-width: 90vw;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .modal-overlay {
  background: #2b2e38;
}

.lt-ie9 .modal {
  width: 700px;
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 0.875em;
  letter-spacing: 0.1em;
}
.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #9f9f9f;
}

.nav-icon {
  width: 1.5rem;
  height: 1.5rem;
  fill: #404040;
  transition: all 0.2s ease-in-out;
}
.nav-icon:hover {
  fill: #18a299;
}
@media (min-width: 1200px) {
  .nav-icon {
    width: 1rem;
    height: 1rem;
  }
}

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

.nav-pills .nav-link {
  border-radius: 0;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #A01D21;
}

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

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

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

.nav-pills-vertical .nav-link {
  padding: 0.75rem 2rem;
  color: #404040;
  background: none;
  cursor: scroll;
}
.nav-pills-vertical .nav-link:hover, .nav-pills-vertical .nav-link.active {
  background: #fff;
}
.nav-pills-vertical .nav-link.active {
  color: #96c23f;
}

.navbar {
  position: relative;
  z-index: 999;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0.625rem;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  height: inherit;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 576px) {
  .navbar {
    padding: 0.5rem 1rem;
  }
}
@media (min-width: 1200px) {
  .navbar {
    padding: 1.25rem 1.25rem;
  }
}
@media (max-width: 1199px) {
  .navbar.open {
    height: 100vh;
    position: fixed;
    width: 100%;
  }
  .navbar.open #navbar {
    align-self: stretch;
    flex-grow: 1;
    height: calc(100% - 53px);
    position: relative;
  }
  .navbar.open #navbar .navbar-primary {
    height: 100%;
    overflow-y: scroll;
  }
  .navbar.open #navbar #navbar-secondary {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 0.625rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .navbar-brand.navbar-brand-search-active {
    display: none !important;
  }
}

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

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

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

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

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

@media (max-width: 575px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    /*flex-flow: row nowrap;*/
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    /*flex-flow: row nowrap;*/
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    /*flex-flow: row nowrap;*/
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    /*flex-flow: row nowrap;*/
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand {
  /*flex-flow: row nowrap;*/
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}
@media (min-width: 1200px) {
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand .navbar-toggler {
    display: none;
  }
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
  margin-left: 0.5rem;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.75)' stroke-width='1' stroke-linecap='round' stroke-miterlimit='10' d='M4 5h24M4 15h24M4 25h24'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: rgba(0, 0, 0, 0.95);
}
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.95);
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.75);
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.95);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.95);
}
.navbar-dark .navbar-toggler {
  color: rgba(0, 0, 0, 0.75);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.75)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(0, 0, 0, 0.75);
}
.navbar-dark .navbar-text a {
  color: rgba(0, 0, 0, 0.95);
}
.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.95);
}

#navbar {
  order: 3;
}
#navbar .navbar-nav {
  flex-direction: column;
}
@media (max-width: 1199px) {
  #navbar .navbar-nav.navbar-primary {
    padding-top: 2rem;
  }
  #navbar .navbar-nav > .nav-item {
    border-bottom: #f4f3f4 1px solid;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    position: relative;
  }
  #navbar .navbar-nav > .nav-item.has-dropdown.open > .nav-link {
    border-bottom: #96c23f 3px solid;
    margin-bottom: 0.5rem;
  }
  #navbar .navbar-nav > .nav-item.has-dropdown.open .icon {
    transform: rotate(180deg);
  }
  #navbar .navbar-nav > .nav-item.has-dropdown .icon {
    position: absolute;
    font-size: 0.8rem;
    right: 0;
    top: 1rem;
    transition: all 0.2s ease-in-out;
  }
  #navbar .navbar-nav > .nav-item > .nav-dropdown > li {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
  #navbar .navbar-nav > .nav-item > .nav-dropdown > li > .nav-link {
    text-transform: capitalize;
    font-weight: 400;
    transition: all 0.2s ease-in-out;
  }
  #navbar .navbar-nav > .nav-item > .nav-dropdown > li > .nav-link:hover {
    color: #18a299;
  }
}
@media (min-width: 1200px) {
  #navbar {
    order: 1;
  }
  #navbar .navbar-nav {
    flex-direction: row !important;
  }
}
#navbar .nav-logo {
  width: 116px;
  height: 32px;
}
@media (min-width: 768px) {
  #navbar .nav-logo {
    width: 160px !important;
    height: 44px;
  }
}
@media (max-width: 1199px) {
  #navbar .nav-logo {
    align-self: flex-start;
  }
}
#navbar #navbar-secondary .nav-item {
  text-transform: capitalize;
}
#navbar #navbar-secondary .nav-item .nav-link {
  letter-spacing: 0.8px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  #navbar #navbar-secondary {
    flex-direction: row;
    background: #f7f7f7;
  }
  #navbar #navbar-secondary .nav-item {
    flex-grow: 1;
    text-align: center;
    border-bottom: none;
  }
}

#navbar-icons {
  order: 1;
}
@media (min-width: 576px) {
  #navbar-icons {
    order: 2;
  }
}
@media (max-width: 1199px) {
  #navbar-icons {
    align-self: flex-start;
  }
}

#navbar-toggler {
  order: 2;
}
@media (min-width: 576px) {
  #navbar-toggler {
    order: 3;
  }
}
@media (max-width: 1199px) {
  #navbar-toggler {
    align-self: flex-start;
  }
}

.navbar-primary .nav-item .nav-dropdown {
  display: none;
}
.navbar-primary .nav-item.open .nav-dropdown {
  display: block;
}

@media (min-width: 1200px) {
  #navbar {
    align-items: stretch;
  }
  .navbar-primary .nav-item {
    display: flex;
    align-items: center;
    position: relative;
  }
  .navbar-primary .nav-item:hover {
    background: #eceeef;
  }
  .navbar-primary .nav-item.nav-item-current {
    border-top: #18a299 4px solid;
    border-left: #e9ecef 1px solid;
    border-right: #e9ecef 1px solid;
  }
  .navbar-primary .nav-item.has-dropdown:hover > .nav-dropdown {
    display: inline-block;
  }
  .navbar-primary .nav-item .nav-dropdown {
    position: absolute;
    transform: translateY(100%);
    bottom: 0;
    left: -1rem;
    padding: 3rem;
    background: #f7f7f7;
  }
  .navbar-primary .nav-item .nav-dropdown.nav-dropdown-lg {
    min-width: 460px;
  }
  .navbar-primary .nav-item .nav-dropdown li {
    margin-bottom: 1rem;
    font-size: 0.7rem;
  }
  .navbar-primary .nav-item .nav-dropdown li a {
    padding: 0 !important;
  }
}
@media (max-width: 1291px) and (min-width: 1200px) {
  #navbar-secondary .hide-secondary-item {
    display: none !important;
  }
}
@media (max-width: 767px) {
  body.body-scrolled {
    padding-top: 63px;
  }
}
@media (min-width: 768px) {
  body.body-scrolled {
    padding-top: 81px;
  }
}
@media (max-width: 767px) {
  body.body-scrolled nav.navbar {
    top: -63px;
  }
}
@media (min-width: 768px) {
  body.body-scrolled nav.navbar {
    top: -81px;
  }
}
body.body-scrolled nav.navbar {
  transition: all 0.2s ease-in-out;
}

nav.navbar-scrolled {
  position: fixed;
  top: 0 !important;
  width: 100%;
}

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

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

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

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

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

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0 - 1px);
  border-top-right-radius: calc(0 - 1px);
}
.popover-header:empty {
  display: none;
}

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "aktiv-grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.8125rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
}
.tooltip .arrow::before {
  position: absolute;
  border-color: transparent;
  border-style: solid;
}
.tooltip.bs-tooltip-top, .tooltip.bs-tooltip-auto[x-placement^=top] {
  padding: 5px 0;
}
.tooltip.bs-tooltip-top .arrow, .tooltip.bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.tooltip.bs-tooltip-top .arrow::before, .tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.bs-tooltip-right, .tooltip.bs-tooltip-auto[x-placement^=right] {
  padding: 0 5px;
}
.tooltip.bs-tooltip-right .arrow, .tooltip.bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
}
.tooltip.bs-tooltip-right .arrow::before, .tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before {
  margin-top: -3px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.bs-tooltip-bottom, .tooltip.bs-tooltip-auto[x-placement^=bottom] {
  padding: 5px 0;
}
.tooltip.bs-tooltip-bottom .arrow, .tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.tooltip.bs-tooltip-bottom .arrow::before, .tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bs-tooltip-left, .tooltip.bs-tooltip-auto[x-placement^=left] {
  padding: 0 5px;
}
.tooltip.bs-tooltip-left .arrow, .tooltip.bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
}
.tooltip.bs-tooltip-left .arrow::before, .tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before {
  right: 0;
  margin-top: -3px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
}

.lazyload,
.lazyloading {
  opacity: 0 !important;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

[data-expand].lazyload {
  opacity: 0;
  transform: scale(0.8);
}

[data-expand].lazyloaded {
  opacity: 1;
  transition: all 700ms;
  transform: scale(1);
}

.fade {
  opacity: 0;
  transition: opacity ease 300ms;
}
.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
}

.transition-all-base {
  transition: all 0.2s ease-in-out;
}

.slider {
  overflow: hidden;
}
.slider .slider-item {
  position: relative;
  display: none;
  width: 100%;
  max-height: 550px;
  padding: 0;
  overflow: hidden;
}
.slider .slider-item:first-of-type {
  display: block !important;
}
.slider .slider-item::before {
  display: block;
  content: "";
  padding-top: 75%;
}
@media (min-width: 768px) {
  .slider .slider-item::before {
    padding-top: 50%;
  }
}
@media (min-width: 992px) {
  .slider .slider-item::before {
    padding-top: 42.8571428571%;
  }
}
.slider .slider-item img.slider-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0;
  -o-object-position: 0 50%;
     object-position: 0 50%;
}
.slider .slider-overlay {
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .slider .slider-overlay {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  }
}
@media (min-width: 1200px) {
  .slider .slider-overlay {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  }
}
.slider .slider-content {
  padding: 0 1.25rem;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .slider .slider-content {
    padding: 0 2rem;
  }
}
@media (min-width: 1200px) {
  .slider .slider-content {
    padding: 0 4rem;
  }
}
.slider .slider-content .slider-title {
  color: #fff;
  max-width: 75%;
  font-weight: 300;
}
.slider .slider-content-image {
  width: 100%;
  max-width: 80px;
  height: auto;
  position: absolute;
  margin-left: 1.25rem;
}
@media (max-width: 767px) {
  .slider .slider-content-image {
    margin-right: 2rem !important;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) {
  .slider .slider-content-image {
    max-width: 110px !important;
    margin-left: 2rem !important;
    left: 0;
    bottom: -1rem;
    transform: translateY(100%);
  }
}
@media (min-width: 992px) {
  .slider .slider-content-image {
    max-width: 140px !important;
  }
}
@media (min-width: 1200px) {
  .slider .slider-content-image {
    max-width: 180px !important;
    margin-left: 4rem !important;
  }
}

.slick-slider, .slick-list, .slick-slide {
  outline: none !important;
}
.slick-slider:focus, .slick-list:focus, .slick-slide:focus {
  outline: none !important;
}

#cta-fixed {
  position: fixed;
  z-index: 10;
}
#cta-fixed .cta {
  text-align: center;
}
#cta-fixed .cta a {
  font-size: 0.6rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: #6e3860;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
#cta-fixed .cta a:hover {
  background: #fff;
  color: #6e3860;
}
#cta-fixed .cta a i {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  #cta-fixed {
    bottom: 0;
    left: 0;
    width: 100%;
  }
  #cta-fixed .cta {
    display: flex;
  }
  #cta-fixed .cta .cta-item:not(.cta-download) {
    padding: 0.5rem;
    flex-grow: 1;
    width: 49%;
    display: inline-block;
  }
  #cta-fixed .cta span {
    position: relative;
    top: -4px;
  }
}
@media (min-width: 768px) {
  #cta-fixed {
    padding: 0.5rem 0 0.5rem 0.5rem;
    right: 0;
    transform: translateY(-100%);
    top: 439px;
    background: #fff;
  }
  #cta-fixed .cta {
    text-align: center;
    width: 88px;
  }
  #cta-fixed .cta .cta-item {
    display: block;
    padding: 0.5rem 0;
    font-size: 0.5rem;
  }
  #cta-fixed .cta .cta-item i {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 1.25rem !important;
  }
  #cta-fixed .cta .cta-item span {
    display: block;
  }
}
@media (min-width: 992px) {
  #cta-fixed {
    top: 499px;
  }
  #cta-fixed .cta {
    width: 124px;
  }
}
@media (min-width: 1200px) {
  #cta-fixed {
    padding: 1rem 0 1rem 1rem;
    top: 657px;
  }
  #cta-fixed .cta-item {
    padding: 0.5rem 1rem !important;
    font-size: 0.6rem !important;
  }
  #cta-fixed .cta-item i {
    font-size: 1.5rem !important;
    margin-bottom: 1rem !important;
  }
}

html {
  margin-bottom: 70px;
}

@media (min-width: 768px) {
  html {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) and (min-height: 400px) and (max-height: 700px) {
  #cta-fixed {
    top: 480px !important;
  }
}
.page-list-item {
  align-items: center;
}
@media (min-width: 768px) {
  .page-list-item.page-list-item-ltr .page-list-image {
    order: 2;
  }
  .page-list-item.page-list-item-ltr .page-list-image .embed-responsive-image {
    width: calc(100% + 6rem);
    right: 6rem;
  }
}
@media (min-width: 992px) {
  .page-list-item.page-list-item-ltr .page-list-image .embed-responsive-image {
    width: 100% !important;
    right: 0 !important;
  }
}
@media (min-width: 768px) {
  .page-list-item.page-list-item-ltr .page-list-content {
    order: 1;
  }
}
@media (min-width: 992px) {
  .page-list-item.page-list-item-ltr .page-list-content {
    order: 1;
    position: relative;
    left: 4rem;
  }
}
@media (min-width: 768px) {
  .page-list-item.page-list-item-rtl .page-list-image .embed-responsive-image {
    width: calc(100% + 6rem);
    left: 0;
  }
}
@media (min-width: 992px) {
  .page-list-item.page-list-item-rtl .page-list-image .embed-responsive-image {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .page-list-item.page-list-item-rtl .page-list-content {
    position: relative;
    right: 4rem;
  }
}
.page-list-item:hover .card-border {
  border-color: #96c23f !important;
}

.split-cta .split-cta-content {
  margin-top: -3rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  .split-cta .split-cta-content {
    margin-top: -4rem;
  }
}
.split-cta .split-cta-content.split-cta-which:after {
  content: "";
  position: absolute;
  width: 96px;
  height: 165px;
  left: -72px;
  top: 6rem;
  background-image: url("/img/which-installer-badge.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .split-cta .split-cta-content.split-cta-which:after {
    top: 7rem;
  }
}

.slider-reviews .review-item {
  display: inline-block;
  width: 100%;
}

.reviews-gradient {
  height: 100%;
  position: absolute;
  top: 0;
}
.reviews-gradient.left {
  background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  left: 0;
}
.reviews-gradient.right {
  background: linear-gradient(to left, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  right: 0;
}

.slider-slick-reviews .slick-list.draggable {
  overflow: visible !important;
}

@media (min-width: 768px) {
  .cta .cta-content {
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
    left: 50%;
    bottom: 0;
  }
}

.cta-find-installer-logo-which {
  position: absolute;
  top: -2rem;
  right: 1rem;
}

.cta-block-button {
  position: absolute;
  bottom: -2rem;
  right: 0;
}

.article-item .article-item-image {
  margin-bottom: -2rem;
}

.breadcrumb .list-inline-item {
  margin-left: 1rem;
  position: relative;
}
.breadcrumb .list-inline-item:before {
  position: absolute;
  left: -1rem;
  top: 0;
  content: ">";
  color: #9f9f9f;
  display: inline-block;
}
.breadcrumb .list-inline-item:first-of-type {
  margin-left: 0 !important;
}
.breadcrumb .list-inline-item:first-of-type:before {
  display: none !important;
}
.breadcrumb .list-inline-item .breadcrumb-item {
  color: #9f9f9f;
}
.breadcrumb .list-inline-item .breadcrumb-item.breadcrumb-item-active {
  color: #6e3860;
}

.articles-gradient {
  height: 100%;
  position: absolute;
  top: 0;
}
.articles-gradient.left {
  background: linear-gradient(to right, rgb(247, 247, 247), rgba(247, 247, 247, 0));
  left: 0;
}
.articles-gradient.right {
  background: linear-gradient(to left, rgb(247, 247, 247), rgba(247, 247, 247, 0));
  right: 0;
}

.slider-slick-articles .slick-list.draggable {
  overflow: visible !important;
}

article.case-study .unslider {
  overflow: hidden !important;
}
article.case-study .unslider .slider-image {
  width: 100%;
}

.tabs-specification .toggle-specification {
  background-color: #6c6c6c !important;
  transition: padding-bottom 0.2s ease;
}
@media (min-width: 768px) {
  .tabs-specification .toggle-specification[aria-expanded=true] {
    padding-bottom: 2rem !important;
  }
}
.tabs-specification .card-collapse {
  top: -2px;
}

.collapse-custom.active {
  background-color: rgb(255, 232.0403225806, 109) !important;
}

.toggle-vr-view-active {
  background-color: rgb(255, 232.0403225806, 109) !important;
}

.slider-slick-gallery-thumbnail .slider-slick-gallery .slick-slide {
  padding: 0 0.5rem;
  outline: none !important;
}
.slider-slick-gallery-thumbnail .slick-current {
  opacity: 0.5;
}

.gallery-scrapbook {
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.5);
}

@media (min-width: 992px) {
  .offset-lg-15 {
    margin-left: 12.49999999%;
  }
}
.pull-right-1 {
  right: -1px;
}

hr {
  border-top: 8px solid #f7f7f7 !important;
  margin: 0 !important;
}

.offset-top-1 {
  top: -1rem;
}

.cursor-pointer {
  cursor: pointer;
}

.white-space-normal {
  white-space: normal;
}

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

.which-badge-banner {
  top: -94px;
  left: 12px;
  width: 90px;
  height: auto;
}
@media (min-width: 992px) {
  .which-badge-banner {
    top: -136px !important;
    width: 130px !important;
  }
}

.slider-slick-gallery-installer .slick-list {
  overflow: visible;
}

.installer-search-which {
  position: absolute;
  top: -164px;
  width: 100px;
  max-width: 100%;
}
@media (min-width: 992px) {
  .installer-search-which {
    top: -191px;
    width: 140px;
  }
}
@media (min-width: 1920px) {
  .installer-search-which {
    position: relative !important;
    top: 0 !important;
  }
}

.usp-item img.usp-icon {
  width: 47px;
  height: auto;
}
@media (min-width: 768px) {
  .usp-item img.usp-icon {
    width: 80px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (min-width: 768px) {
  .usp-item .collapse {
    position: absolute;
  }
}

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

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

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

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

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

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

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

a.bg-primary:focus, a.bg-primary:hover {
  background-color: rgb(203.1746031746, 36.8253968254, 41.9047619048) !important;
}

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

a.bg-secondary:focus, a.bg-secondary:hover {
  background-color: white !important;
}

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

a.bg-success:focus, a.bg-success:hover {
  background-color: rgb(255, 224.0201612903, 58) !important;
}

.bg-info {
  background-color: #5bc0de !important;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: rgb(133.4568527919, 208.3096446701, 230.5431472081) !important;
}

.bg-quantal {
  background-color: #6e3860 !important;
}

a.bg-quantal:focus, a.bg-quantal:hover {
  background-color: rgb(143.7951807229, 73.2048192771, 125.4939759036) !important;
}

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

a.bg-warning:focus, a.bg-warning:hover {
  background-color: rgb(243.984375, 194.78125, 125.015625) !important;
}

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

a.bg-danger:focus, a.bg-danger:hover {
  background-color: rgb(226.0560747664, 123.9906542056, 120.9439252336) !important;
}

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

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

.bg-medium {
  background-color: #6c6c6c !important;
}

a.bg-medium:focus, a.bg-medium:hover {
  background-color: rgb(133.5, 133.5, 133.5) !important;
}

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

a.bg-dark:focus, a.bg-dark:hover {
  background-color: rgb(89.5, 89.5, 89.5) !important;
}

.bg-primary-light {
  background-color: rgb(255, 232.0403225806, 109) !important;
}

a.bg-primary-light:focus, a.bg-primary-light:hover {
  background-color: rgb(255, 240.060483871, 160) !important;
}

.bg-blue {
  background-color: #18a299 !important;
}

a.bg-blue:focus, a.bg-blue:hover {
  background-color: rgb(30.5806451613, 206.4193548387, 194.9516129032) !important;
}

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

a.bg-indigo:focus, a.bg-indigo:hover {
  background-color: rgb(132.9642857143, 64.369047619, 244.630952381) !important;
}

.bg-purple {
  background-color: #6e3860 !important;
}

a.bg-purple:focus, a.bg-purple:hover {
  background-color: rgb(143.7951807229, 73.2048192771, 125.4939759036) !important;
}

.bg-pink {
  background-color: #b03873 !important;
}

a.bg-pink:focus, a.bg-pink:hover {
  background-color: rgb(200.2068965517, 82.7931034483, 140.5215517241) !important;
}

.bg-lavender {
  background-color: #B69CAE !important;
}

a.bg-lavender:focus, a.bg-lavender:hover {
  background-color: rgb(203.6453488372, 185.3546511628, 198.0174418605) !important;
}

.bg-red {
  background-color: #A01D21 !important;
}

a.bg-red:focus, a.bg-red:hover {
  background-color: rgb(203.1746031746, 36.8253968254, 41.9047619048) !important;
}

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

a.bg-orange:focus, a.bg-orange:hover {
  background-color: rgb(253.4303797468, 153.7594936709, 70.5696202532) !important;
}

.bg-yellow {
  background-color: #ffd807 !important;
}

a.bg-yellow:focus, a.bg-yellow:hover {
  background-color: rgb(255, 224.0201612903, 58) !important;
}

.bg-green {
  background-color: #96c23f !important;
}

a.bg-green:focus, a.bg-green:hover {
  background-color: rgb(171.1660079051, 206.2964426877, 101.7035573123) !important;
}

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

a.bg-teal:focus, a.bg-teal:hover {
  background-color: rgb(60.0386266094, 223.9613733906, 175.4635193133) !important;
}

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

a.bg-cyan:focus, a.bg-cyan:hover {
  background-color: rgb(31, 200.2173913043, 227) !important;
}

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

a.bg-white:focus, a.bg-white:hover {
  background-color: white !important;
}

.bg-gray-md {
  background-color: #eceeef !important;
}

a.bg-gray-md:focus, a.bg-gray-md:hover {
  background-color: white !important;
}

.bg-gray {
  background-color: #9f9f9f !important;
}

a.bg-gray:focus, a.bg-gray:hover {
  background-color: rgb(184.5, 184.5, 184.5) !important;
}

.bg-gray-dark {
  background-color: #404040 !important;
}

a.bg-gray-dark:focus, a.bg-gray-dark:hover {
  background-color: rgb(89.5, 89.5, 89.5) !important;
}

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

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

.bg-faded {
  background-color: #f7f7f7;
}

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

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

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

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

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

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

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

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

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

.border-info {
  border-color: #5bc0de !important;
}

.border-quantal {
  border-color: #6e3860 !important;
}

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

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

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

.border-medium {
  border-color: #6c6c6c !important;
}

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

.border-primary-light {
  border-color: rgb(255, 232.0403225806, 109) !important;
}

.border-blue {
  border-color: #18a299 !important;
}

.border-indigo {
  border-color: #6610f2 !important;
}

.border-purple {
  border-color: #6e3860 !important;
}

.border-pink {
  border-color: #b03873 !important;
}

.border-lavender {
  border-color: #B69CAE !important;
}

.border-red {
  border-color: #A01D21 !important;
}

.border-orange {
  border-color: #fd7e14 !important;
}

.border-yellow {
  border-color: #ffd807 !important;
}

.border-green {
  border-color: #96c23f !important;
}

.border-teal {
  border-color: #20c997 !important;
}

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

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

.border-gray-md {
  border-color: #eceeef !important;
}

.border-gray {
  border-color: #9f9f9f !important;
}

.border-gray-dark {
  border-color: #404040 !important;
}

.border-hover-blue:hover {
  border-color: #18a299 !important;
}

.border-hover-indigo:hover {
  border-color: #6610f2 !important;
}

.border-hover-purple:hover {
  border-color: #6e3860 !important;
}

.border-hover-pink:hover {
  border-color: #b03873 !important;
}

.border-hover-lavender:hover {
  border-color: #B69CAE !important;
}

.border-hover-red:hover {
  border-color: #A01D21 !important;
}

.border-hover-orange:hover {
  border-color: #fd7e14 !important;
}

.border-hover-yellow:hover {
  border-color: #ffd807 !important;
}

.border-hover-green:hover {
  border-color: #96c23f !important;
}

.border-hover-teal:hover {
  border-color: #20c997 !important;
}

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

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

.border-hover-gray-md:hover {
  border-color: #eceeef !important;
}

.border-hover-gray:hover {
  border-color: #9f9f9f !important;
}

.border-hover-gray-dark:hover {
  border-color: #404040 !important;
}

.border-base {
  border-style: solid;
  border-width: 1px;
}

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

.card-border {
  border-width: 6px;
}
@media (max-width: 767px) {
  .card-border {
    border-bottom-style: solid;
  }
}
@media (min-width: 768px) {
  .card-border {
    border-right-style: solid;
  }
}

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

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

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

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

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

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

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

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

.border-t-0 {
  border-top-width: 0px !important;
  border-top-style: solid !important;
}

.border-r-0 {
  border-right-width: 0px !important;
  border-right-style: solid !important;
}

.border-b-0 {
  border-bottom-width: 0px !important;
  border-bottom-style: solid !important;
}

.border-l-0 {
  border-left-width: 0px !important;
  border-left-style: solid !important;
}

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

.border-t-1 {
  border-top-width: 1px !important;
  border-top-style: solid !important;
}

.border-r-1 {
  border-right-width: 1px !important;
  border-right-style: solid !important;
}

.border-b-1 {
  border-bottom-width: 1px !important;
  border-bottom-style: solid !important;
}

.border-l-1 {
  border-left-width: 1px !important;
  border-left-style: solid !important;
}

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

.border-t-2 {
  border-top-width: 2px !important;
  border-top-style: solid !important;
}

.border-r-2 {
  border-right-width: 2px !important;
  border-right-style: solid !important;
}

.border-b-2 {
  border-bottom-width: 2px !important;
  border-bottom-style: solid !important;
}

.border-l-2 {
  border-left-width: 2px !important;
  border-left-style: solid !important;
}

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

.border-t-3 {
  border-top-width: 3px !important;
  border-top-style: solid !important;
}

.border-r-3 {
  border-right-width: 3px !important;
  border-right-style: solid !important;
}

.border-b-3 {
  border-bottom-width: 3px !important;
  border-bottom-style: solid !important;
}

.border-l-3 {
  border-left-width: 3px !important;
  border-left-style: solid !important;
}

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

.border-t-4 {
  border-top-width: 4px !important;
  border-top-style: solid !important;
}

.border-r-4 {
  border-right-width: 4px !important;
  border-right-style: solid !important;
}

.border-b-4 {
  border-bottom-width: 4px !important;
  border-bottom-style: solid !important;
}

.border-l-4 {
  border-left-width: 4px !important;
  border-left-style: solid !important;
}

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

.border-t-5 {
  border-top-width: 5px !important;
  border-top-style: solid !important;
}

.border-r-5 {
  border-right-width: 5px !important;
  border-right-style: solid !important;
}

.border-b-5 {
  border-bottom-width: 5px !important;
  border-bottom-style: solid !important;
}

.border-l-5 {
  border-left-width: 5px !important;
  border-left-style: solid !important;
}

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

.border-t-6 {
  border-top-width: 6px !important;
  border-top-style: solid !important;
}

.border-r-6 {
  border-right-width: 6px !important;
  border-right-style: solid !important;
}

.border-b-6 {
  border-bottom-width: 6px !important;
  border-bottom-style: solid !important;
}

.border-l-6 {
  border-left-width: 6px !important;
  border-left-style: solid !important;
}

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

.border-t-7 {
  border-top-width: 7px !important;
  border-top-style: solid !important;
}

.border-r-7 {
  border-right-width: 7px !important;
  border-right-style: solid !important;
}

.border-b-7 {
  border-bottom-width: 7px !important;
  border-bottom-style: solid !important;
}

.border-l-7 {
  border-left-width: 7px !important;
  border-left-style: solid !important;
}

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

.border-t-8 {
  border-top-width: 8px !important;
  border-top-style: solid !important;
}

.border-r-8 {
  border-right-width: 8px !important;
  border-right-style: solid !important;
}

.border-b-8 {
  border-bottom-width: 8px !important;
  border-bottom-style: solid !important;
}

.border-l-8 {
  border-left-width: 8px !important;
  border-left-style: solid !important;
}

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

.border-t-9 {
  border-top-width: 9px !important;
  border-top-style: solid !important;
}

.border-r-9 {
  border-right-width: 9px !important;
  border-right-style: solid !important;
}

.border-b-9 {
  border-bottom-width: 9px !important;
  border-bottom-style: solid !important;
}

.border-l-9 {
  border-left-width: 9px !important;
  border-left-style: solid !important;
}

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

.border-t-10 {
  border-top-width: 10px !important;
  border-top-style: solid !important;
}

.border-r-10 {
  border-right-width: 10px !important;
  border-right-style: solid !important;
}

.border-b-10 {
  border-bottom-width: 10px !important;
  border-bottom-style: solid !important;
}

.border-l-10 {
  border-left-width: 10px !important;
  border-left-style: solid !important;
}

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

.border-t-0 {
  border-top-width: 0px !important;
  border-top-style: solid !important;
}

.border-r-0 {
  border-right-width: 0px !important;
  border-right-style: solid !important;
}

.border-b-0 {
  border-bottom-width: 0px !important;
  border-bottom-style: solid !important;
}

.border-l-0 {
  border-left-width: 0px !important;
  border-left-style: solid !important;
}

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

.border-t-1 {
  border-top-width: 1px !important;
  border-top-style: solid !important;
}

.border-r-1 {
  border-right-width: 1px !important;
  border-right-style: solid !important;
}

.border-b-1 {
  border-bottom-width: 1px !important;
  border-bottom-style: solid !important;
}

.border-l-1 {
  border-left-width: 1px !important;
  border-left-style: solid !important;
}

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

.border-t-2 {
  border-top-width: 2px !important;
  border-top-style: solid !important;
}

.border-r-2 {
  border-right-width: 2px !important;
  border-right-style: solid !important;
}

.border-b-2 {
  border-bottom-width: 2px !important;
  border-bottom-style: solid !important;
}

.border-l-2 {
  border-left-width: 2px !important;
  border-left-style: solid !important;
}

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

.border-t-3 {
  border-top-width: 3px !important;
  border-top-style: solid !important;
}

.border-r-3 {
  border-right-width: 3px !important;
  border-right-style: solid !important;
}

.border-b-3 {
  border-bottom-width: 3px !important;
  border-bottom-style: solid !important;
}

.border-l-3 {
  border-left-width: 3px !important;
  border-left-style: solid !important;
}

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

.border-t-4 {
  border-top-width: 4px !important;
  border-top-style: solid !important;
}

.border-r-4 {
  border-right-width: 4px !important;
  border-right-style: solid !important;
}

.border-b-4 {
  border-bottom-width: 4px !important;
  border-bottom-style: solid !important;
}

.border-l-4 {
  border-left-width: 4px !important;
  border-left-style: solid !important;
}

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

.border-t-5 {
  border-top-width: 5px !important;
  border-top-style: solid !important;
}

.border-r-5 {
  border-right-width: 5px !important;
  border-right-style: solid !important;
}

.border-b-5 {
  border-bottom-width: 5px !important;
  border-bottom-style: solid !important;
}

.border-l-5 {
  border-left-width: 5px !important;
  border-left-style: solid !important;
}

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

.border-t-6 {
  border-top-width: 6px !important;
  border-top-style: solid !important;
}

.border-r-6 {
  border-right-width: 6px !important;
  border-right-style: solid !important;
}

.border-b-6 {
  border-bottom-width: 6px !important;
  border-bottom-style: solid !important;
}

.border-l-6 {
  border-left-width: 6px !important;
  border-left-style: solid !important;
}

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

.border-t-7 {
  border-top-width: 7px !important;
  border-top-style: solid !important;
}

.border-r-7 {
  border-right-width: 7px !important;
  border-right-style: solid !important;
}

.border-b-7 {
  border-bottom-width: 7px !important;
  border-bottom-style: solid !important;
}

.border-l-7 {
  border-left-width: 7px !important;
  border-left-style: solid !important;
}

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

.border-t-8 {
  border-top-width: 8px !important;
  border-top-style: solid !important;
}

.border-r-8 {
  border-right-width: 8px !important;
  border-right-style: solid !important;
}

.border-b-8 {
  border-bottom-width: 8px !important;
  border-bottom-style: solid !important;
}

.border-l-8 {
  border-left-width: 8px !important;
  border-left-style: solid !important;
}

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

.border-t-9 {
  border-top-width: 9px !important;
  border-top-style: solid !important;
}

.border-r-9 {
  border-right-width: 9px !important;
  border-right-style: solid !important;
}

.border-b-9 {
  border-bottom-width: 9px !important;
  border-bottom-style: solid !important;
}

.border-l-9 {
  border-left-width: 9px !important;
  border-left-style: solid !important;
}

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

.border-t-10 {
  border-top-width: 10px !important;
  border-top-style: solid !important;
}

.border-r-10 {
  border-right-width: 10px !important;
  border-right-style: solid !important;
}

.border-b-10 {
  border-bottom-width: 10px !important;
  border-bottom-style: solid !important;
}

.border-l-10 {
  border-left-width: 10px !important;
  border-left-style: solid !important;
}

@media (min-width: 576px) {
  .border-sm-none {
    border: none !important;
  }
  .border-t-sm-0 {
    border-top-width: 0px !important;
    border-top-style: solid !important;
  }
  .border-r-sm-0 {
    border-right-width: 0px !important;
    border-right-style: solid !important;
  }
  .border-b-sm-0 {
    border-bottom-width: 0px !important;
    border-bottom-style: solid !important;
  }
  .border-l-sm-0 {
    border-left-width: 0px !important;
    border-left-style: solid !important;
  }
  .border-sm-none {
    border: none !important;
  }
  .border-t-sm-1 {
    border-top-width: 1px !important;
    border-top-style: solid !important;
  }
  .border-r-sm-1 {
    border-right-width: 1px !important;
    border-right-style: solid !important;
  }
  .border-b-sm-1 {
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
  }
  .border-l-sm-1 {
    border-left-width: 1px !important;
    border-left-style: solid !important;
  }
  .border-sm-none {
    border: none !important;
  }
  .border-t-sm-2 {
    border-top-width: 2px !important;
    border-top-style: solid !important;
  }
  .border-r-sm-2 {
    border-right-width: 2px !important;
    border-right-style: solid !important;
  }
  .border-b-sm-2 {
    border-bottom-width: 2px !important;
    border-bottom-style: solid !important;
  }
  .border-l-sm-2 {
    border-left-width: 2px !important;
    border-left-style: solid !important;
  }
  .border-sm-none {
    border: none !important;
  }
  .border-t-sm-3 {
    border-top-width: 3px !important;
    border-top-style: solid !important;
  }
  .border-r-sm-3 {
    border-right-width: 3px !important;
    border-right-style: solid !important;
  }
  .border-b-sm-3 {
    border-bottom-width: 3px !important;
    border-bottom-style: solid !important;
  }
  .border-l-sm-3 {
    border-left-width: 3px !important;
    border-left-style: solid !important;
  }
  .border-sm-none {
    border: none !important;
  }
  .border-t-sm-4 {
    border-top-width: 4px !important;
    border-top-style: solid !important;
  }
  .border-r-sm-4 {
    border-right-width: 4px !important;
    border-right-style: solid !important;
  }
  .border-b-sm-4 {
    border-bottom-width: 4px !important;
    border-bottom-style: solid !important;
  }
  .border-l-sm-4 {
    border-left-width: 4px !important;
    border-left-style: solid !important;
  }
  .border-sm-none {
    border: none !important;
  }
  .border-t-sm-5 {
    border-top-width: 5px !important;
    border-top-style: solid !important;
  }
  .border-r-sm-5 {
    border-right-width: 5px !important;
    border-right-style: solid !important;
  }
  .border-b-sm-5 {
    border-bottom-width: 5px !important;
    border-bottom-style: solid !important;
  }
  .border-l-sm-5 {
    border-left-width: 5px !important;
    border-left-style: solid !important;
  }
  .border-sm-none {
    border: none !important;
  }
  .border-t-sm-6 {
    border-top-width: 6px !important;
    border-top-style: solid !important;
  }
  .border-r-sm-6 {
    border-right-width: 6px !important;
    border-right-style: solid !important;
  }
  .border-b-sm-6 {
    border-bottom-width: 6px !important;
    border-bottom-style: solid !important;
  }
  .border-l-sm-6 {
    border-left-width: 6px !important;
    border-left-style: solid !important;
  }
  .border-sm-none {
    border: none !important;
  }
  .border-t-sm-7 {
    border-top-width: 7px !important;
    border-top-style: solid !important;
  }
  .border-r-sm-7 {
    border-right-width: 7px !important;
    border-right-style: solid !important;
  }
  .border-b-sm-7 {
    border-bottom-width: 7px !important;
    border-bottom-style: solid !important;
  }
  .border-l-sm-7 {
    border-left-width: 7px !important;
    border-left-style: solid !important;
  }
  .border-sm-none {
    border: none !important;
  }
  .border-t-sm-8 {
    border-top-width: 8px !important;
    border-top-style: solid !important;
  }
  .border-r-sm-8 {
    border-right-width: 8px !important;
    border-right-style: solid !important;
  }
  .border-b-sm-8 {
    border-bottom-width: 8px !important;
    border-bottom-style: solid !important;
  }
  .border-l-sm-8 {
    border-left-width: 8px !important;
    border-left-style: solid !important;
  }
  .border-sm-none {
    border: none !important;
  }
  .border-t-sm-9 {
    border-top-width: 9px !important;
    border-top-style: solid !important;
  }
  .border-r-sm-9 {
    border-right-width: 9px !important;
    border-right-style: solid !important;
  }
  .border-b-sm-9 {
    border-bottom-width: 9px !important;
    border-bottom-style: solid !important;
  }
  .border-l-sm-9 {
    border-left-width: 9px !important;
    border-left-style: solid !important;
  }
  .border-sm-none {
    border: none !important;
  }
  .border-t-sm-10 {
    border-top-width: 10px !important;
    border-top-style: solid !important;
  }
  .border-r-sm-10 {
    border-right-width: 10px !important;
    border-right-style: solid !important;
  }
  .border-b-sm-10 {
    border-bottom-width: 10px !important;
    border-bottom-style: solid !important;
  }
  .border-l-sm-10 {
    border-left-width: 10px !important;
    border-left-style: solid !important;
  }
  .border-sm-none {
    border: none !important;
  }
  .border-t-sm-0 {
    border-top-width: 0px !important;
    border-top-style: solid !important;
  }
  .border-r-sm-0 {
    border-right-width: 0px !important;
    border-right-style: solid !important;
  }
  .border-b-sm-0 {
    border-bottom-width: 0px !important;
    border-bottom-style: solid !important;
  }
  .border-l-sm-0 {
    border-left-width: 0px !important;
    border-left-style: solid !important;
  }
  .border-sm-none {
    border: none !important;
  }
  .border-t-sm-1 {
    border-top-width: 1px !important;
    border-top-style: solid !important;
  }
  .border-r-sm-1 {
    border-right-width: 1px !important;
    border-right-style: solid !important;
  }
  .border-b-sm-1 {
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
  }
  .border-l-sm-1 {
    border-left-width: 1px !important;
    border-left-style: solid !important;
  }
  .border-sm-none {
    border: none !important;
  }
  .border-t-sm-2 {
    border-top-width: 2px !important;
    border-top-style: solid !important;
  }
  .border-r-sm-2 {
    border-right-width: 2px !important;
    border-right-style: solid !important;
  }
  .border-b-sm-2 {
    border-bottom-width: 2px !important;
    border-bottom-style: solid !important;
  }
  .border-l-sm-2 {
    border-left-width: 2px !important;
    border-left-style: solid !important;
  }
  .border-sm-none {
    border: none !important;
  }
  .border-t-sm-3 {
    border-top-width: 3px !important;
    border-top-style: solid !important;
  }
  .border-r-sm-3 {
    border-right-width: 3px !important;
    border-right-style: solid !important;
  }
  .border-b-sm-3 {
    border-bottom-width: 3px !important;
    border-bottom-style: solid !important;
  }
  .border-l-sm-3 {
    border-left-width: 3px !important;
    border-left-style: solid !important;
  }
  .border-sm-none {
    border: none !important;
  }
  .border-t-sm-4 {
    border-top-width: 4px !important;
    border-top-style: solid !important;
  }
  .border-r-sm-4 {
    border-right-width: 4px !important;
    border-right-style: solid !important;
  }
  .border-b-sm-4 {
    border-bottom-width: 4px !important;
    border-bottom-style: solid !important;
  }
  .border-l-sm-4 {
    border-left-width: 4px !important;
    border-left-style: solid !important;
  }
  .border-sm-none {
    border: none !important;
  }
  .border-t-sm-5 {
    border-top-width: 5px !important;
    border-top-style: solid !important;
  }
  .border-r-sm-5 {
    border-right-width: 5px !important;
    border-right-style: solid !important;
  }
  .border-b-sm-5 {
    border-bottom-width: 5px !important;
    border-bottom-style: solid !important;
  }
  .border-l-sm-5 {
    border-left-width: 5px !important;
    border-left-style: solid !important;
  }
  .border-sm-none {
    border: none !important;
  }
  .border-t-sm-6 {
    border-top-width: 6px !important;
    border-top-style: solid !important;
  }
  .border-r-sm-6 {
    border-right-width: 6px !important;
    border-right-style: solid !important;
  }
  .border-b-sm-6 {
    border-bottom-width: 6px !important;
    border-bottom-style: solid !important;
  }
  .border-l-sm-6 {
    border-left-width: 6px !important;
    border-left-style: solid !important;
  }
  .border-sm-none {
    border: none !important;
  }
  .border-t-sm-7 {
    border-top-width: 7px !important;
    border-top-style: solid !important;
  }
  .border-r-sm-7 {
    border-right-width: 7px !important;
    border-right-style: solid !important;
  }
  .border-b-sm-7 {
    border-bottom-width: 7px !important;
    border-bottom-style: solid !important;
  }
  .border-l-sm-7 {
    border-left-width: 7px !important;
    border-left-style: solid !important;
  }
  .border-sm-none {
    border: none !important;
  }
  .border-t-sm-8 {
    border-top-width: 8px !important;
    border-top-style: solid !important;
  }
  .border-r-sm-8 {
    border-right-width: 8px !important;
    border-right-style: solid !important;
  }
  .border-b-sm-8 {
    border-bottom-width: 8px !important;
    border-bottom-style: solid !important;
  }
  .border-l-sm-8 {
    border-left-width: 8px !important;
    border-left-style: solid !important;
  }
  .border-sm-none {
    border: none !important;
  }
  .border-t-sm-9 {
    border-top-width: 9px !important;
    border-top-style: solid !important;
  }
  .border-r-sm-9 {
    border-right-width: 9px !important;
    border-right-style: solid !important;
  }
  .border-b-sm-9 {
    border-bottom-width: 9px !important;
    border-bottom-style: solid !important;
  }
  .border-l-sm-9 {
    border-left-width: 9px !important;
    border-left-style: solid !important;
  }
  .border-sm-none {
    border: none !important;
  }
  .border-t-sm-10 {
    border-top-width: 10px !important;
    border-top-style: solid !important;
  }
  .border-r-sm-10 {
    border-right-width: 10px !important;
    border-right-style: solid !important;
  }
  .border-b-sm-10 {
    border-bottom-width: 10px !important;
    border-bottom-style: solid !important;
  }
  .border-l-sm-10 {
    border-left-width: 10px !important;
    border-left-style: solid !important;
  }
}
@media (min-width: 768px) {
  .border-md-none {
    border: none !important;
  }
  .border-t-md-0 {
    border-top-width: 0px !important;
    border-top-style: solid !important;
  }
  .border-r-md-0 {
    border-right-width: 0px !important;
    border-right-style: solid !important;
  }
  .border-b-md-0 {
    border-bottom-width: 0px !important;
    border-bottom-style: solid !important;
  }
  .border-l-md-0 {
    border-left-width: 0px !important;
    border-left-style: solid !important;
  }
  .border-md-none {
    border: none !important;
  }
  .border-t-md-1 {
    border-top-width: 1px !important;
    border-top-style: solid !important;
  }
  .border-r-md-1 {
    border-right-width: 1px !important;
    border-right-style: solid !important;
  }
  .border-b-md-1 {
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
  }
  .border-l-md-1 {
    border-left-width: 1px !important;
    border-left-style: solid !important;
  }
  .border-md-none {
    border: none !important;
  }
  .border-t-md-2 {
    border-top-width: 2px !important;
    border-top-style: solid !important;
  }
  .border-r-md-2 {
    border-right-width: 2px !important;
    border-right-style: solid !important;
  }
  .border-b-md-2 {
    border-bottom-width: 2px !important;
    border-bottom-style: solid !important;
  }
  .border-l-md-2 {
    border-left-width: 2px !important;
    border-left-style: solid !important;
  }
  .border-md-none {
    border: none !important;
  }
  .border-t-md-3 {
    border-top-width: 3px !important;
    border-top-style: solid !important;
  }
  .border-r-md-3 {
    border-right-width: 3px !important;
    border-right-style: solid !important;
  }
  .border-b-md-3 {
    border-bottom-width: 3px !important;
    border-bottom-style: solid !important;
  }
  .border-l-md-3 {
    border-left-width: 3px !important;
    border-left-style: solid !important;
  }
  .border-md-none {
    border: none !important;
  }
  .border-t-md-4 {
    border-top-width: 4px !important;
    border-top-style: solid !important;
  }
  .border-r-md-4 {
    border-right-width: 4px !important;
    border-right-style: solid !important;
  }
  .border-b-md-4 {
    border-bottom-width: 4px !important;
    border-bottom-style: solid !important;
  }
  .border-l-md-4 {
    border-left-width: 4px !important;
    border-left-style: solid !important;
  }
  .border-md-none {
    border: none !important;
  }
  .border-t-md-5 {
    border-top-width: 5px !important;
    border-top-style: solid !important;
  }
  .border-r-md-5 {
    border-right-width: 5px !important;
    border-right-style: solid !important;
  }
  .border-b-md-5 {
    border-bottom-width: 5px !important;
    border-bottom-style: solid !important;
  }
  .border-l-md-5 {
    border-left-width: 5px !important;
    border-left-style: solid !important;
  }
  .border-md-none {
    border: none !important;
  }
  .border-t-md-6 {
    border-top-width: 6px !important;
    border-top-style: solid !important;
  }
  .border-r-md-6 {
    border-right-width: 6px !important;
    border-right-style: solid !important;
  }
  .border-b-md-6 {
    border-bottom-width: 6px !important;
    border-bottom-style: solid !important;
  }
  .border-l-md-6 {
    border-left-width: 6px !important;
    border-left-style: solid !important;
  }
  .border-md-none {
    border: none !important;
  }
  .border-t-md-7 {
    border-top-width: 7px !important;
    border-top-style: solid !important;
  }
  .border-r-md-7 {
    border-right-width: 7px !important;
    border-right-style: solid !important;
  }
  .border-b-md-7 {
    border-bottom-width: 7px !important;
    border-bottom-style: solid !important;
  }
  .border-l-md-7 {
    border-left-width: 7px !important;
    border-left-style: solid !important;
  }
  .border-md-none {
    border: none !important;
  }
  .border-t-md-8 {
    border-top-width: 8px !important;
    border-top-style: solid !important;
  }
  .border-r-md-8 {
    border-right-width: 8px !important;
    border-right-style: solid !important;
  }
  .border-b-md-8 {
    border-bottom-width: 8px !important;
    border-bottom-style: solid !important;
  }
  .border-l-md-8 {
    border-left-width: 8px !important;
    border-left-style: solid !important;
  }
  .border-md-none {
    border: none !important;
  }
  .border-t-md-9 {
    border-top-width: 9px !important;
    border-top-style: solid !important;
  }
  .border-r-md-9 {
    border-right-width: 9px !important;
    border-right-style: solid !important;
  }
  .border-b-md-9 {
    border-bottom-width: 9px !important;
    border-bottom-style: solid !important;
  }
  .border-l-md-9 {
    border-left-width: 9px !important;
    border-left-style: solid !important;
  }
  .border-md-none {
    border: none !important;
  }
  .border-t-md-10 {
    border-top-width: 10px !important;
    border-top-style: solid !important;
  }
  .border-r-md-10 {
    border-right-width: 10px !important;
    border-right-style: solid !important;
  }
  .border-b-md-10 {
    border-bottom-width: 10px !important;
    border-bottom-style: solid !important;
  }
  .border-l-md-10 {
    border-left-width: 10px !important;
    border-left-style: solid !important;
  }
  .border-md-none {
    border: none !important;
  }
  .border-t-md-0 {
    border-top-width: 0px !important;
    border-top-style: solid !important;
  }
  .border-r-md-0 {
    border-right-width: 0px !important;
    border-right-style: solid !important;
  }
  .border-b-md-0 {
    border-bottom-width: 0px !important;
    border-bottom-style: solid !important;
  }
  .border-l-md-0 {
    border-left-width: 0px !important;
    border-left-style: solid !important;
  }
  .border-md-none {
    border: none !important;
  }
  .border-t-md-1 {
    border-top-width: 1px !important;
    border-top-style: solid !important;
  }
  .border-r-md-1 {
    border-right-width: 1px !important;
    border-right-style: solid !important;
  }
  .border-b-md-1 {
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
  }
  .border-l-md-1 {
    border-left-width: 1px !important;
    border-left-style: solid !important;
  }
  .border-md-none {
    border: none !important;
  }
  .border-t-md-2 {
    border-top-width: 2px !important;
    border-top-style: solid !important;
  }
  .border-r-md-2 {
    border-right-width: 2px !important;
    border-right-style: solid !important;
  }
  .border-b-md-2 {
    border-bottom-width: 2px !important;
    border-bottom-style: solid !important;
  }
  .border-l-md-2 {
    border-left-width: 2px !important;
    border-left-style: solid !important;
  }
  .border-md-none {
    border: none !important;
  }
  .border-t-md-3 {
    border-top-width: 3px !important;
    border-top-style: solid !important;
  }
  .border-r-md-3 {
    border-right-width: 3px !important;
    border-right-style: solid !important;
  }
  .border-b-md-3 {
    border-bottom-width: 3px !important;
    border-bottom-style: solid !important;
  }
  .border-l-md-3 {
    border-left-width: 3px !important;
    border-left-style: solid !important;
  }
  .border-md-none {
    border: none !important;
  }
  .border-t-md-4 {
    border-top-width: 4px !important;
    border-top-style: solid !important;
  }
  .border-r-md-4 {
    border-right-width: 4px !important;
    border-right-style: solid !important;
  }
  .border-b-md-4 {
    border-bottom-width: 4px !important;
    border-bottom-style: solid !important;
  }
  .border-l-md-4 {
    border-left-width: 4px !important;
    border-left-style: solid !important;
  }
  .border-md-none {
    border: none !important;
  }
  .border-t-md-5 {
    border-top-width: 5px !important;
    border-top-style: solid !important;
  }
  .border-r-md-5 {
    border-right-width: 5px !important;
    border-right-style: solid !important;
  }
  .border-b-md-5 {
    border-bottom-width: 5px !important;
    border-bottom-style: solid !important;
  }
  .border-l-md-5 {
    border-left-width: 5px !important;
    border-left-style: solid !important;
  }
  .border-md-none {
    border: none !important;
  }
  .border-t-md-6 {
    border-top-width: 6px !important;
    border-top-style: solid !important;
  }
  .border-r-md-6 {
    border-right-width: 6px !important;
    border-right-style: solid !important;
  }
  .border-b-md-6 {
    border-bottom-width: 6px !important;
    border-bottom-style: solid !important;
  }
  .border-l-md-6 {
    border-left-width: 6px !important;
    border-left-style: solid !important;
  }
  .border-md-none {
    border: none !important;
  }
  .border-t-md-7 {
    border-top-width: 7px !important;
    border-top-style: solid !important;
  }
  .border-r-md-7 {
    border-right-width: 7px !important;
    border-right-style: solid !important;
  }
  .border-b-md-7 {
    border-bottom-width: 7px !important;
    border-bottom-style: solid !important;
  }
  .border-l-md-7 {
    border-left-width: 7px !important;
    border-left-style: solid !important;
  }
  .border-md-none {
    border: none !important;
  }
  .border-t-md-8 {
    border-top-width: 8px !important;
    border-top-style: solid !important;
  }
  .border-r-md-8 {
    border-right-width: 8px !important;
    border-right-style: solid !important;
  }
  .border-b-md-8 {
    border-bottom-width: 8px !important;
    border-bottom-style: solid !important;
  }
  .border-l-md-8 {
    border-left-width: 8px !important;
    border-left-style: solid !important;
  }
  .border-md-none {
    border: none !important;
  }
  .border-t-md-9 {
    border-top-width: 9px !important;
    border-top-style: solid !important;
  }
  .border-r-md-9 {
    border-right-width: 9px !important;
    border-right-style: solid !important;
  }
  .border-b-md-9 {
    border-bottom-width: 9px !important;
    border-bottom-style: solid !important;
  }
  .border-l-md-9 {
    border-left-width: 9px !important;
    border-left-style: solid !important;
  }
  .border-md-none {
    border: none !important;
  }
  .border-t-md-10 {
    border-top-width: 10px !important;
    border-top-style: solid !important;
  }
  .border-r-md-10 {
    border-right-width: 10px !important;
    border-right-style: solid !important;
  }
  .border-b-md-10 {
    border-bottom-width: 10px !important;
    border-bottom-style: solid !important;
  }
  .border-l-md-10 {
    border-left-width: 10px !important;
    border-left-style: solid !important;
  }
}
@media (min-width: 992px) {
  .border-lg-none {
    border: none !important;
  }
  .border-t-lg-0 {
    border-top-width: 0px !important;
    border-top-style: solid !important;
  }
  .border-r-lg-0 {
    border-right-width: 0px !important;
    border-right-style: solid !important;
  }
  .border-b-lg-0 {
    border-bottom-width: 0px !important;
    border-bottom-style: solid !important;
  }
  .border-l-lg-0 {
    border-left-width: 0px !important;
    border-left-style: solid !important;
  }
  .border-lg-none {
    border: none !important;
  }
  .border-t-lg-1 {
    border-top-width: 1px !important;
    border-top-style: solid !important;
  }
  .border-r-lg-1 {
    border-right-width: 1px !important;
    border-right-style: solid !important;
  }
  .border-b-lg-1 {
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
  }
  .border-l-lg-1 {
    border-left-width: 1px !important;
    border-left-style: solid !important;
  }
  .border-lg-none {
    border: none !important;
  }
  .border-t-lg-2 {
    border-top-width: 2px !important;
    border-top-style: solid !important;
  }
  .border-r-lg-2 {
    border-right-width: 2px !important;
    border-right-style: solid !important;
  }
  .border-b-lg-2 {
    border-bottom-width: 2px !important;
    border-bottom-style: solid !important;
  }
  .border-l-lg-2 {
    border-left-width: 2px !important;
    border-left-style: solid !important;
  }
  .border-lg-none {
    border: none !important;
  }
  .border-t-lg-3 {
    border-top-width: 3px !important;
    border-top-style: solid !important;
  }
  .border-r-lg-3 {
    border-right-width: 3px !important;
    border-right-style: solid !important;
  }
  .border-b-lg-3 {
    border-bottom-width: 3px !important;
    border-bottom-style: solid !important;
  }
  .border-l-lg-3 {
    border-left-width: 3px !important;
    border-left-style: solid !important;
  }
  .border-lg-none {
    border: none !important;
  }
  .border-t-lg-4 {
    border-top-width: 4px !important;
    border-top-style: solid !important;
  }
  .border-r-lg-4 {
    border-right-width: 4px !important;
    border-right-style: solid !important;
  }
  .border-b-lg-4 {
    border-bottom-width: 4px !important;
    border-bottom-style: solid !important;
  }
  .border-l-lg-4 {
    border-left-width: 4px !important;
    border-left-style: solid !important;
  }
  .border-lg-none {
    border: none !important;
  }
  .border-t-lg-5 {
    border-top-width: 5px !important;
    border-top-style: solid !important;
  }
  .border-r-lg-5 {
    border-right-width: 5px !important;
    border-right-style: solid !important;
  }
  .border-b-lg-5 {
    border-bottom-width: 5px !important;
    border-bottom-style: solid !important;
  }
  .border-l-lg-5 {
    border-left-width: 5px !important;
    border-left-style: solid !important;
  }
  .border-lg-none {
    border: none !important;
  }
  .border-t-lg-6 {
    border-top-width: 6px !important;
    border-top-style: solid !important;
  }
  .border-r-lg-6 {
    border-right-width: 6px !important;
    border-right-style: solid !important;
  }
  .border-b-lg-6 {
    border-bottom-width: 6px !important;
    border-bottom-style: solid !important;
  }
  .border-l-lg-6 {
    border-left-width: 6px !important;
    border-left-style: solid !important;
  }
  .border-lg-none {
    border: none !important;
  }
  .border-t-lg-7 {
    border-top-width: 7px !important;
    border-top-style: solid !important;
  }
  .border-r-lg-7 {
    border-right-width: 7px !important;
    border-right-style: solid !important;
  }
  .border-b-lg-7 {
    border-bottom-width: 7px !important;
    border-bottom-style: solid !important;
  }
  .border-l-lg-7 {
    border-left-width: 7px !important;
    border-left-style: solid !important;
  }
  .border-lg-none {
    border: none !important;
  }
  .border-t-lg-8 {
    border-top-width: 8px !important;
    border-top-style: solid !important;
  }
  .border-r-lg-8 {
    border-right-width: 8px !important;
    border-right-style: solid !important;
  }
  .border-b-lg-8 {
    border-bottom-width: 8px !important;
    border-bottom-style: solid !important;
  }
  .border-l-lg-8 {
    border-left-width: 8px !important;
    border-left-style: solid !important;
  }
  .border-lg-none {
    border: none !important;
  }
  .border-t-lg-9 {
    border-top-width: 9px !important;
    border-top-style: solid !important;
  }
  .border-r-lg-9 {
    border-right-width: 9px !important;
    border-right-style: solid !important;
  }
  .border-b-lg-9 {
    border-bottom-width: 9px !important;
    border-bottom-style: solid !important;
  }
  .border-l-lg-9 {
    border-left-width: 9px !important;
    border-left-style: solid !important;
  }
  .border-lg-none {
    border: none !important;
  }
  .border-t-lg-10 {
    border-top-width: 10px !important;
    border-top-style: solid !important;
  }
  .border-r-lg-10 {
    border-right-width: 10px !important;
    border-right-style: solid !important;
  }
  .border-b-lg-10 {
    border-bottom-width: 10px !important;
    border-bottom-style: solid !important;
  }
  .border-l-lg-10 {
    border-left-width: 10px !important;
    border-left-style: solid !important;
  }
  .border-lg-none {
    border: none !important;
  }
  .border-t-lg-0 {
    border-top-width: 0px !important;
    border-top-style: solid !important;
  }
  .border-r-lg-0 {
    border-right-width: 0px !important;
    border-right-style: solid !important;
  }
  .border-b-lg-0 {
    border-bottom-width: 0px !important;
    border-bottom-style: solid !important;
  }
  .border-l-lg-0 {
    border-left-width: 0px !important;
    border-left-style: solid !important;
  }
  .border-lg-none {
    border: none !important;
  }
  .border-t-lg-1 {
    border-top-width: 1px !important;
    border-top-style: solid !important;
  }
  .border-r-lg-1 {
    border-right-width: 1px !important;
    border-right-style: solid !important;
  }
  .border-b-lg-1 {
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
  }
  .border-l-lg-1 {
    border-left-width: 1px !important;
    border-left-style: solid !important;
  }
  .border-lg-none {
    border: none !important;
  }
  .border-t-lg-2 {
    border-top-width: 2px !important;
    border-top-style: solid !important;
  }
  .border-r-lg-2 {
    border-right-width: 2px !important;
    border-right-style: solid !important;
  }
  .border-b-lg-2 {
    border-bottom-width: 2px !important;
    border-bottom-style: solid !important;
  }
  .border-l-lg-2 {
    border-left-width: 2px !important;
    border-left-style: solid !important;
  }
  .border-lg-none {
    border: none !important;
  }
  .border-t-lg-3 {
    border-top-width: 3px !important;
    border-top-style: solid !important;
  }
  .border-r-lg-3 {
    border-right-width: 3px !important;
    border-right-style: solid !important;
  }
  .border-b-lg-3 {
    border-bottom-width: 3px !important;
    border-bottom-style: solid !important;
  }
  .border-l-lg-3 {
    border-left-width: 3px !important;
    border-left-style: solid !important;
  }
  .border-lg-none {
    border: none !important;
  }
  .border-t-lg-4 {
    border-top-width: 4px !important;
    border-top-style: solid !important;
  }
  .border-r-lg-4 {
    border-right-width: 4px !important;
    border-right-style: solid !important;
  }
  .border-b-lg-4 {
    border-bottom-width: 4px !important;
    border-bottom-style: solid !important;
  }
  .border-l-lg-4 {
    border-left-width: 4px !important;
    border-left-style: solid !important;
  }
  .border-lg-none {
    border: none !important;
  }
  .border-t-lg-5 {
    border-top-width: 5px !important;
    border-top-style: solid !important;
  }
  .border-r-lg-5 {
    border-right-width: 5px !important;
    border-right-style: solid !important;
  }
  .border-b-lg-5 {
    border-bottom-width: 5px !important;
    border-bottom-style: solid !important;
  }
  .border-l-lg-5 {
    border-left-width: 5px !important;
    border-left-style: solid !important;
  }
  .border-lg-none {
    border: none !important;
  }
  .border-t-lg-6 {
    border-top-width: 6px !important;
    border-top-style: solid !important;
  }
  .border-r-lg-6 {
    border-right-width: 6px !important;
    border-right-style: solid !important;
  }
  .border-b-lg-6 {
    border-bottom-width: 6px !important;
    border-bottom-style: solid !important;
  }
  .border-l-lg-6 {
    border-left-width: 6px !important;
    border-left-style: solid !important;
  }
  .border-lg-none {
    border: none !important;
  }
  .border-t-lg-7 {
    border-top-width: 7px !important;
    border-top-style: solid !important;
  }
  .border-r-lg-7 {
    border-right-width: 7px !important;
    border-right-style: solid !important;
  }
  .border-b-lg-7 {
    border-bottom-width: 7px !important;
    border-bottom-style: solid !important;
  }
  .border-l-lg-7 {
    border-left-width: 7px !important;
    border-left-style: solid !important;
  }
  .border-lg-none {
    border: none !important;
  }
  .border-t-lg-8 {
    border-top-width: 8px !important;
    border-top-style: solid !important;
  }
  .border-r-lg-8 {
    border-right-width: 8px !important;
    border-right-style: solid !important;
  }
  .border-b-lg-8 {
    border-bottom-width: 8px !important;
    border-bottom-style: solid !important;
  }
  .border-l-lg-8 {
    border-left-width: 8px !important;
    border-left-style: solid !important;
  }
  .border-lg-none {
    border: none !important;
  }
  .border-t-lg-9 {
    border-top-width: 9px !important;
    border-top-style: solid !important;
  }
  .border-r-lg-9 {
    border-right-width: 9px !important;
    border-right-style: solid !important;
  }
  .border-b-lg-9 {
    border-bottom-width: 9px !important;
    border-bottom-style: solid !important;
  }
  .border-l-lg-9 {
    border-left-width: 9px !important;
    border-left-style: solid !important;
  }
  .border-lg-none {
    border: none !important;
  }
  .border-t-lg-10 {
    border-top-width: 10px !important;
    border-top-style: solid !important;
  }
  .border-r-lg-10 {
    border-right-width: 10px !important;
    border-right-style: solid !important;
  }
  .border-b-lg-10 {
    border-bottom-width: 10px !important;
    border-bottom-style: solid !important;
  }
  .border-l-lg-10 {
    border-left-width: 10px !important;
    border-left-style: solid !important;
  }
}
@media (min-width: 1200px) {
  .border-xl-none {
    border: none !important;
  }
  .border-t-xl-0 {
    border-top-width: 0px !important;
    border-top-style: solid !important;
  }
  .border-r-xl-0 {
    border-right-width: 0px !important;
    border-right-style: solid !important;
  }
  .border-b-xl-0 {
    border-bottom-width: 0px !important;
    border-bottom-style: solid !important;
  }
  .border-l-xl-0 {
    border-left-width: 0px !important;
    border-left-style: solid !important;
  }
  .border-xl-none {
    border: none !important;
  }
  .border-t-xl-1 {
    border-top-width: 1px !important;
    border-top-style: solid !important;
  }
  .border-r-xl-1 {
    border-right-width: 1px !important;
    border-right-style: solid !important;
  }
  .border-b-xl-1 {
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
  }
  .border-l-xl-1 {
    border-left-width: 1px !important;
    border-left-style: solid !important;
  }
  .border-xl-none {
    border: none !important;
  }
  .border-t-xl-2 {
    border-top-width: 2px !important;
    border-top-style: solid !important;
  }
  .border-r-xl-2 {
    border-right-width: 2px !important;
    border-right-style: solid !important;
  }
  .border-b-xl-2 {
    border-bottom-width: 2px !important;
    border-bottom-style: solid !important;
  }
  .border-l-xl-2 {
    border-left-width: 2px !important;
    border-left-style: solid !important;
  }
  .border-xl-none {
    border: none !important;
  }
  .border-t-xl-3 {
    border-top-width: 3px !important;
    border-top-style: solid !important;
  }
  .border-r-xl-3 {
    border-right-width: 3px !important;
    border-right-style: solid !important;
  }
  .border-b-xl-3 {
    border-bottom-width: 3px !important;
    border-bottom-style: solid !important;
  }
  .border-l-xl-3 {
    border-left-width: 3px !important;
    border-left-style: solid !important;
  }
  .border-xl-none {
    border: none !important;
  }
  .border-t-xl-4 {
    border-top-width: 4px !important;
    border-top-style: solid !important;
  }
  .border-r-xl-4 {
    border-right-width: 4px !important;
    border-right-style: solid !important;
  }
  .border-b-xl-4 {
    border-bottom-width: 4px !important;
    border-bottom-style: solid !important;
  }
  .border-l-xl-4 {
    border-left-width: 4px !important;
    border-left-style: solid !important;
  }
  .border-xl-none {
    border: none !important;
  }
  .border-t-xl-5 {
    border-top-width: 5px !important;
    border-top-style: solid !important;
  }
  .border-r-xl-5 {
    border-right-width: 5px !important;
    border-right-style: solid !important;
  }
  .border-b-xl-5 {
    border-bottom-width: 5px !important;
    border-bottom-style: solid !important;
  }
  .border-l-xl-5 {
    border-left-width: 5px !important;
    border-left-style: solid !important;
  }
  .border-xl-none {
    border: none !important;
  }
  .border-t-xl-6 {
    border-top-width: 6px !important;
    border-top-style: solid !important;
  }
  .border-r-xl-6 {
    border-right-width: 6px !important;
    border-right-style: solid !important;
  }
  .border-b-xl-6 {
    border-bottom-width: 6px !important;
    border-bottom-style: solid !important;
  }
  .border-l-xl-6 {
    border-left-width: 6px !important;
    border-left-style: solid !important;
  }
  .border-xl-none {
    border: none !important;
  }
  .border-t-xl-7 {
    border-top-width: 7px !important;
    border-top-style: solid !important;
  }
  .border-r-xl-7 {
    border-right-width: 7px !important;
    border-right-style: solid !important;
  }
  .border-b-xl-7 {
    border-bottom-width: 7px !important;
    border-bottom-style: solid !important;
  }
  .border-l-xl-7 {
    border-left-width: 7px !important;
    border-left-style: solid !important;
  }
  .border-xl-none {
    border: none !important;
  }
  .border-t-xl-8 {
    border-top-width: 8px !important;
    border-top-style: solid !important;
  }
  .border-r-xl-8 {
    border-right-width: 8px !important;
    border-right-style: solid !important;
  }
  .border-b-xl-8 {
    border-bottom-width: 8px !important;
    border-bottom-style: solid !important;
  }
  .border-l-xl-8 {
    border-left-width: 8px !important;
    border-left-style: solid !important;
  }
  .border-xl-none {
    border: none !important;
  }
  .border-t-xl-9 {
    border-top-width: 9px !important;
    border-top-style: solid !important;
  }
  .border-r-xl-9 {
    border-right-width: 9px !important;
    border-right-style: solid !important;
  }
  .border-b-xl-9 {
    border-bottom-width: 9px !important;
    border-bottom-style: solid !important;
  }
  .border-l-xl-9 {
    border-left-width: 9px !important;
    border-left-style: solid !important;
  }
  .border-xl-none {
    border: none !important;
  }
  .border-t-xl-10 {
    border-top-width: 10px !important;
    border-top-style: solid !important;
  }
  .border-r-xl-10 {
    border-right-width: 10px !important;
    border-right-style: solid !important;
  }
  .border-b-xl-10 {
    border-bottom-width: 10px !important;
    border-bottom-style: solid !important;
  }
  .border-l-xl-10 {
    border-left-width: 10px !important;
    border-left-style: solid !important;
  }
  .border-xl-none {
    border: none !important;
  }
  .border-t-xl-0 {
    border-top-width: 0px !important;
    border-top-style: solid !important;
  }
  .border-r-xl-0 {
    border-right-width: 0px !important;
    border-right-style: solid !important;
  }
  .border-b-xl-0 {
    border-bottom-width: 0px !important;
    border-bottom-style: solid !important;
  }
  .border-l-xl-0 {
    border-left-width: 0px !important;
    border-left-style: solid !important;
  }
  .border-xl-none {
    border: none !important;
  }
  .border-t-xl-1 {
    border-top-width: 1px !important;
    border-top-style: solid !important;
  }
  .border-r-xl-1 {
    border-right-width: 1px !important;
    border-right-style: solid !important;
  }
  .border-b-xl-1 {
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
  }
  .border-l-xl-1 {
    border-left-width: 1px !important;
    border-left-style: solid !important;
  }
  .border-xl-none {
    border: none !important;
  }
  .border-t-xl-2 {
    border-top-width: 2px !important;
    border-top-style: solid !important;
  }
  .border-r-xl-2 {
    border-right-width: 2px !important;
    border-right-style: solid !important;
  }
  .border-b-xl-2 {
    border-bottom-width: 2px !important;
    border-bottom-style: solid !important;
  }
  .border-l-xl-2 {
    border-left-width: 2px !important;
    border-left-style: solid !important;
  }
  .border-xl-none {
    border: none !important;
  }
  .border-t-xl-3 {
    border-top-width: 3px !important;
    border-top-style: solid !important;
  }
  .border-r-xl-3 {
    border-right-width: 3px !important;
    border-right-style: solid !important;
  }
  .border-b-xl-3 {
    border-bottom-width: 3px !important;
    border-bottom-style: solid !important;
  }
  .border-l-xl-3 {
    border-left-width: 3px !important;
    border-left-style: solid !important;
  }
  .border-xl-none {
    border: none !important;
  }
  .border-t-xl-4 {
    border-top-width: 4px !important;
    border-top-style: solid !important;
  }
  .border-r-xl-4 {
    border-right-width: 4px !important;
    border-right-style: solid !important;
  }
  .border-b-xl-4 {
    border-bottom-width: 4px !important;
    border-bottom-style: solid !important;
  }
  .border-l-xl-4 {
    border-left-width: 4px !important;
    border-left-style: solid !important;
  }
  .border-xl-none {
    border: none !important;
  }
  .border-t-xl-5 {
    border-top-width: 5px !important;
    border-top-style: solid !important;
  }
  .border-r-xl-5 {
    border-right-width: 5px !important;
    border-right-style: solid !important;
  }
  .border-b-xl-5 {
    border-bottom-width: 5px !important;
    border-bottom-style: solid !important;
  }
  .border-l-xl-5 {
    border-left-width: 5px !important;
    border-left-style: solid !important;
  }
  .border-xl-none {
    border: none !important;
  }
  .border-t-xl-6 {
    border-top-width: 6px !important;
    border-top-style: solid !important;
  }
  .border-r-xl-6 {
    border-right-width: 6px !important;
    border-right-style: solid !important;
  }
  .border-b-xl-6 {
    border-bottom-width: 6px !important;
    border-bottom-style: solid !important;
  }
  .border-l-xl-6 {
    border-left-width: 6px !important;
    border-left-style: solid !important;
  }
  .border-xl-none {
    border: none !important;
  }
  .border-t-xl-7 {
    border-top-width: 7px !important;
    border-top-style: solid !important;
  }
  .border-r-xl-7 {
    border-right-width: 7px !important;
    border-right-style: solid !important;
  }
  .border-b-xl-7 {
    border-bottom-width: 7px !important;
    border-bottom-style: solid !important;
  }
  .border-l-xl-7 {
    border-left-width: 7px !important;
    border-left-style: solid !important;
  }
  .border-xl-none {
    border: none !important;
  }
  .border-t-xl-8 {
    border-top-width: 8px !important;
    border-top-style: solid !important;
  }
  .border-r-xl-8 {
    border-right-width: 8px !important;
    border-right-style: solid !important;
  }
  .border-b-xl-8 {
    border-bottom-width: 8px !important;
    border-bottom-style: solid !important;
  }
  .border-l-xl-8 {
    border-left-width: 8px !important;
    border-left-style: solid !important;
  }
  .border-xl-none {
    border: none !important;
  }
  .border-t-xl-9 {
    border-top-width: 9px !important;
    border-top-style: solid !important;
  }
  .border-r-xl-9 {
    border-right-width: 9px !important;
    border-right-style: solid !important;
  }
  .border-b-xl-9 {
    border-bottom-width: 9px !important;
    border-bottom-style: solid !important;
  }
  .border-l-xl-9 {
    border-left-width: 9px !important;
    border-left-style: solid !important;
  }
  .border-xl-none {
    border: none !important;
  }
  .border-t-xl-10 {
    border-top-width: 10px !important;
    border-top-style: solid !important;
  }
  .border-r-xl-10 {
    border-right-width: 10px !important;
    border-right-style: solid !important;
  }
  .border-b-xl-10 {
    border-bottom-width: 10px !important;
    border-bottom-style: solid !important;
  }
  .border-l-xl-10 {
    border-left-width: 10px !important;
    border-left-style: solid !important;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.column-count-1 {
  -moz-column-count: 1;
       column-count: 1;
}

.column-count-2 {
  -moz-column-count: 2;
       column-count: 2;
}

.column-count-3 {
  -moz-column-count: 3;
       column-count: 3;
}

.column-count-4 {
  -moz-column-count: 4;
       column-count: 4;
}

.column-count-5 {
  -moz-column-count: 5;
       column-count: 5;
}

.column-count-6 {
  -moz-column-count: 6;
       column-count: 6;
}

@media (min-width: 576px) {
  .column-count-sm-1 {
    -moz-column-count: 1;
         column-count: 1;
  }
  .column-count-sm-2 {
    -moz-column-count: 2;
         column-count: 2;
  }
  .column-count-sm-3 {
    -moz-column-count: 3;
         column-count: 3;
  }
  .column-count-sm-4 {
    -moz-column-count: 4;
         column-count: 4;
  }
  .column-count-sm-5 {
    -moz-column-count: 5;
         column-count: 5;
  }
  .column-count-sm-6 {
    -moz-column-count: 6;
         column-count: 6;
  }
}
@media (min-width: 768px) {
  .column-count-md-1 {
    -moz-column-count: 1;
         column-count: 1;
  }
  .column-count-md-2 {
    -moz-column-count: 2;
         column-count: 2;
  }
  .column-count-md-3 {
    -moz-column-count: 3;
         column-count: 3;
  }
  .column-count-md-4 {
    -moz-column-count: 4;
         column-count: 4;
  }
  .column-count-md-5 {
    -moz-column-count: 5;
         column-count: 5;
  }
  .column-count-md-6 {
    -moz-column-count: 6;
         column-count: 6;
  }
}
@media (min-width: 992px) {
  .column-count-lg-1 {
    -moz-column-count: 1;
         column-count: 1;
  }
  .column-count-lg-2 {
    -moz-column-count: 2;
         column-count: 2;
  }
  .column-count-lg-3 {
    -moz-column-count: 3;
         column-count: 3;
  }
  .column-count-lg-4 {
    -moz-column-count: 4;
         column-count: 4;
  }
  .column-count-lg-5 {
    -moz-column-count: 5;
         column-count: 5;
  }
  .column-count-lg-6 {
    -moz-column-count: 6;
         column-count: 6;
  }
}
@media (min-width: 1200px) {
  .column-count-xl-1 {
    -moz-column-count: 1;
         column-count: 1;
  }
  .column-count-xl-2 {
    -moz-column-count: 2;
         column-count: 2;
  }
  .column-count-xl-3 {
    -moz-column-count: 3;
         column-count: 3;
  }
  .column-count-xl-4 {
    -moz-column-count: 4;
         column-count: 4;
  }
  .column-count-xl-5 {
    -moz-column-count: 5;
         column-count: 5;
  }
  .column-count-xl-6 {
    -moz-column-count: 6;
         column-count: 6;
  }
}
.column-gap-1 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.column-gap-2 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.column-gap-3 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.column-gap-4 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.column-gap-5 {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

.column-gap-6 {
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}

@media (min-width: 576px) {
  .column-gap-sm-1 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .column-gap-sm-4 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
  .column-gap-sm-6 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }
}
@media (min-width: 768px) {
  .column-gap-md-1 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .column-gap-md-2 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .column-gap-md-3 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .column-gap-md-4 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .column-gap-md-5 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
  .column-gap-md-6 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }
}
@media (min-width: 992px) {
  .column-gap-lg-1 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .column-gap-lg-4 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
  .column-gap-lg-6 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }
}
@media (min-width: 1200px) {
  .column-gap-xl-1 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .column-gap-xl-2 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .column-gap-xl-3 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .column-gap-xl-4 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .column-gap-xl-5 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
  .column-gap-xl-6 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }
}
.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;
  }
}
.d-print-block {
  display: none !important;
}
@media print {
  .d-print-block {
    display: block !important;
  }
}

.d-print-inline {
  display: none !important;
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
}

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

@media print {
  .d-print-none {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .d-sm-down-none {
    display: none;
  }
  .d-sm-down-block {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .d-md-down-none {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .d-md-lg-none {
    display: none;
  }
}
@media (max-width: 1199px) {
  .d-lg-down-none {
    display: none;
  }
}
@media (min-width: 1200px) {
  .d-xl-up-none {
    display: none;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video,
.embed-responsive .map-iframe-custom {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-image img {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0;
}

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

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

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

.embed-responsive-3by2::before {
  padding-top: 66.6666666667%;
}

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

.embed-responsive-vr::before {
  padding-top: 53%;
}

.embed-responsive-map::before {
  padding-top: 100%;
}
@media (min-width: 768px) {
  .embed-responsive-map::before {
    padding-top: 56.25%;
  }
}
@media (min-width: 1200px) {
  .embed-responsive-map::before {
    padding-top: 42.8571428571%;
  }
}

.embed-responsive-image-landscape::before {
  padding-top: 55.6%;
}
@media (min-width: 768px) {
  .embed-responsive-image-landscape::before {
    padding-top: 100%;
  }
}
@media (min-width: 1200px) {
  .embed-responsive-image-landscape::before {
    padding-top: 55.6%;
  }
}

.embed-responsive-image-16by9::before {
  padding-top: 56.25%;
}
@media (min-width: 1400px) {
  .embed-responsive-image-16by9::before {
    padding-top: 40%;
  }
}
@media (min-width: 1920px) {
  .embed-responsive-image-16by9::before {
    padding-top: 32%;
  }
}

.embed-responsive-image-4by3::before {
  padding-top: 75%;
}
@media (min-width: 768px) {
  .embed-responsive-image-4by3::before {
    padding-top: 100%;
  }
}
@media (min-width: 1200px) {
  .embed-responsive-image-4by3::before {
    padding-top: 75%;
  }
}

.embed-responsive-image-gallery::before {
  padding-top: 56.25%;
}
@media (min-width: 768px) {
  .embed-responsive-image-gallery::before {
    padding-top: 75%;
  }
}
@media (min-width: 992px) {
  .embed-responsive-image-gallery::before {
    padding-top: 42.8571428571%;
  }
}

.embed-responsive-full::before {
  padding-top: 100% !important;
}

.embed-responsive-half::before {
  padding-top: 50% !important;
}

.embed-responsive-narrow::before {
  padding-top: 40% !important;
}

.embed-responsive-full::before {
  padding-top: 100% !important;
}

.embed-responsive-half::before {
  padding-top: 50% !important;
}

.embed-responsive-narrow::before {
  padding-top: 40% !important;
}

.embed-responsive-full::before {
  padding-top: 100% !important;
}

.embed-responsive-half::before {
  padding-top: 50% !important;
}

.embed-responsive-narrow::before {
  padding-top: 40% !important;
}

.embed-responsive-full::before {
  padding-top: 100% !important;
}

.embed-responsive-half::before {
  padding-top: 50% !important;
}

.embed-responsive-narrow::before {
  padding-top: 40% !important;
}

.embed-responsive-full::before {
  padding-top: 100% !important;
}

.embed-responsive-half::before {
  padding-top: 50% !important;
}

.embed-responsive-narrow::before {
  padding-top: 40% !important;
}

.embed-responsive-full::before {
  padding-top: 100% !important;
}

.embed-responsive-half::before {
  padding-top: 50% !important;
}

.embed-responsive-narrow::before {
  padding-top: 40% !important;
}

.embed-responsive-full::before {
  padding-top: 100% !important;
}

.embed-responsive-half::before {
  padding-top: 50% !important;
}

.embed-responsive-narrow::before {
  padding-top: 40% !important;
}

.embed-responsive-full::before {
  padding-top: 100% !important;
}

.embed-responsive-half::before {
  padding-top: 50% !important;
}

.embed-responsive-narrow::before {
  padding-top: 40% !important;
}

.embed-responsive-full::before {
  padding-top: 100% !important;
}

.embed-responsive-half::before {
  padding-top: 50% !important;
}

.embed-responsive-narrow::before {
  padding-top: 40% !important;
}

.embed-responsive-full::before {
  padding-top: 100% !important;
}

.embed-responsive-half::before {
  padding-top: 50% !important;
}

.embed-responsive-narrow::before {
  padding-top: 40% !important;
}

.embed-responsive-full::before {
  padding-top: 100% !important;
}

.embed-responsive-half::before {
  padding-top: 50% !important;
}

.embed-responsive-narrow::before {
  padding-top: 40% !important;
}

.embed-responsive-full::before {
  padding-top: 100% !important;
}

.embed-responsive-half::before {
  padding-top: 50% !important;
}

.embed-responsive-narrow::before {
  padding-top: 40% !important;
}

.embed-responsive-full::before {
  padding-top: 100% !important;
}

.embed-responsive-half::before {
  padding-top: 50% !important;
}

.embed-responsive-narrow::before {
  padding-top: 40% !important;
}

.embed-responsive-full::before {
  padding-top: 100% !important;
}

.embed-responsive-half::before {
  padding-top: 50% !important;
}

.embed-responsive-narrow::before {
  padding-top: 40% !important;
}

.embed-responsive-full::before {
  padding-top: 100% !important;
}

.embed-responsive-half::before {
  padding-top: 50% !important;
}

.embed-responsive-narrow::before {
  padding-top: 40% !important;
}

.embed-responsive-full::before {
  padding-top: 100% !important;
}

.embed-responsive-half::before {
  padding-top: 50% !important;
}

.embed-responsive-narrow::before {
  padding-top: 40% !important;
}

.embed-responsive-full::before {
  padding-top: 100% !important;
}

.embed-responsive-half::before {
  padding-top: 50% !important;
}

.embed-responsive-narrow::before {
  padding-top: 40% !important;
}

.embed-responsive-full::before {
  padding-top: 100% !important;
}

.embed-responsive-half::before {
  padding-top: 50% !important;
}

.embed-responsive-narrow::before {
  padding-top: 40% !important;
}

.embed-responsive-full::before {
  padding-top: 100% !important;
}

.embed-responsive-half::before {
  padding-top: 50% !important;
}

.embed-responsive-narrow::before {
  padding-top: 40% !important;
}

.embed-responsive-full::before {
  padding-top: 100% !important;
}

.embed-responsive-half::before {
  padding-top: 50% !important;
}

.embed-responsive-narrow::before {
  padding-top: 40% !important;
}

.embed-responsive-full::before {
  padding-top: 100% !important;
}

.embed-responsive-half::before {
  padding-top: 50% !important;
}

.embed-responsive-narrow::before {
  padding-top: 40% !important;
}

.embed-responsive-full::before {
  padding-top: 100% !important;
}

.embed-responsive-half::before {
  padding-top: 50% !important;
}

.embed-responsive-narrow::before {
  padding-top: 40% !important;
}

@media (min-width: 576px) {
  .embed-responsive-sm-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-sm-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-sm-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-sm-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-sm-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-sm-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-sm-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-sm-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-sm-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-sm-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-sm-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-sm-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-sm-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-sm-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-sm-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-sm-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-sm-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-sm-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-sm-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-sm-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-sm-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-sm-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-sm-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-sm-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-sm-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-sm-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-sm-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-sm-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-sm-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-sm-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-sm-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-sm-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-sm-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-sm-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-sm-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-sm-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-sm-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-sm-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-sm-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-sm-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-sm-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-sm-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-sm-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-sm-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-sm-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-sm-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-sm-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-sm-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-sm-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-sm-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-sm-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-sm-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-sm-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-sm-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-sm-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-sm-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-sm-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-sm-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-sm-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-sm-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-sm-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-sm-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-sm-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-sm-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-sm-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-sm-narrow::before {
    padding-top: 40% !important;
  }
}
@media (min-width: 768px) {
  .embed-responsive-md-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-md-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-md-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-md-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-md-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-md-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-md-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-md-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-md-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-md-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-md-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-md-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-md-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-md-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-md-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-md-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-md-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-md-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-md-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-md-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-md-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-md-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-md-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-md-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-md-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-md-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-md-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-md-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-md-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-md-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-md-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-md-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-md-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-md-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-md-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-md-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-md-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-md-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-md-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-md-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-md-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-md-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-md-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-md-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-md-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-md-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-md-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-md-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-md-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-md-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-md-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-md-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-md-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-md-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-md-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-md-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-md-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-md-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-md-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-md-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-md-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-md-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-md-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-md-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-md-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-md-narrow::before {
    padding-top: 40% !important;
  }
}
@media (min-width: 992px) {
  .embed-responsive-lg-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-lg-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-lg-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-lg-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-lg-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-lg-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-lg-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-lg-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-lg-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-lg-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-lg-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-lg-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-lg-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-lg-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-lg-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-lg-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-lg-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-lg-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-lg-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-lg-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-lg-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-lg-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-lg-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-lg-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-lg-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-lg-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-lg-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-lg-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-lg-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-lg-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-lg-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-lg-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-lg-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-lg-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-lg-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-lg-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-lg-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-lg-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-lg-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-lg-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-lg-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-lg-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-lg-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-lg-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-lg-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-lg-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-lg-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-lg-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-lg-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-lg-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-lg-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-lg-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-lg-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-lg-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-lg-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-lg-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-lg-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-lg-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-lg-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-lg-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-lg-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-lg-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-lg-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-lg-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-lg-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-lg-narrow::before {
    padding-top: 40% !important;
  }
}
@media (min-width: 1200px) {
  .embed-responsive-xl-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-xl-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-xl-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-xl-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-xl-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-xl-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-xl-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-xl-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-xl-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-xl-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-xl-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-xl-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-xl-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-xl-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-xl-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-xl-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-xl-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-xl-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-xl-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-xl-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-xl-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-xl-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-xl-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-xl-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-xl-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-xl-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-xl-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-xl-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-xl-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-xl-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-xl-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-xl-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-xl-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-xl-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-xl-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-xl-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-xl-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-xl-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-xl-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-xl-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-xl-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-xl-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-xl-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-xl-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-xl-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-xl-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-xl-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-xl-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-xl-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-xl-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-xl-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-xl-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-xl-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-xl-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-xl-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-xl-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-xl-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-xl-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-xl-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-xl-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-xl-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-xl-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-xl-narrow::before {
    padding-top: 40% !important;
  }
  .embed-responsive-xl-full::before {
    padding-top: 100% !important;
  }
  .embed-responsive-xl-half::before {
    padding-top: 50% !important;
  }
  .embed-responsive-xl-narrow::before {
    padding-top: 40% !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;
}

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

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

.flex-shrink {
  flex-shrink: 1 !important;
  flex-grow: 0 !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;
  }
  .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;
  }
  .flex-sm-grow {
    flex-grow: 1 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink {
    flex-shrink: 1 !important;
    flex-grow: 0 !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;
  }
  .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;
  }
  .flex-md-grow {
    flex-grow: 1 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink {
    flex-shrink: 1 !important;
    flex-grow: 0 !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;
  }
  .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;
  }
  .flex-lg-grow {
    flex-grow: 1 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink {
    flex-shrink: 1 !important;
    flex-grow: 0 !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;
  }
  .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;
  }
  .flex-xl-grow {
    flex-grow: 1 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink {
    flex-shrink: 1 !important;
    flex-grow: 0 !important;
  }
}
@media (max-width: 767px) {
  .order-sm-down-5 {
    order: 5;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

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

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

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

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

@media (min-width: 576px) {
  .position-sm-static {
    position: static !important;
  }
  .position-sm-relative {
    position: relative !important;
  }
  .position-sm-absolute {
    position: absolute !important;
  }
  .position-sm-fixed {
    position: fixed !important;
  }
  .position-sm-sticky {
    position: sticky !important;
  }
}
@media (min-width: 768px) {
  .position-md-static {
    position: static !important;
  }
  .position-md-relative {
    position: relative !important;
  }
  .position-md-absolute {
    position: absolute !important;
  }
  .position-md-fixed {
    position: fixed !important;
  }
  .position-md-sticky {
    position: sticky !important;
  }
}
@media (min-width: 992px) {
  .position-lg-static {
    position: static !important;
  }
  .position-lg-relative {
    position: relative !important;
  }
  .position-lg-absolute {
    position: absolute !important;
  }
  .position-lg-fixed {
    position: fixed !important;
  }
  .position-lg-sticky {
    position: sticky !important;
  }
}
@media (min-width: 1200px) {
  .position-xl-static {
    position: static !important;
  }
  .position-xl-relative {
    position: relative !important;
  }
  .position-xl-absolute {
    position: absolute !important;
  }
  .position-xl-fixed {
    position: fixed !important;
  }
  .position-xl-sticky {
    position: sticky !important;
  }
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

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

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

.pos-center-center {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.pos-y-center {
  transform: translateY(-50%);
  top: 50%;
}

.pos-x-center {
  transform: translateX(-50%);
  left: 50%;
}

.pos-left {
  left: 0;
}

.pos-right {
  right: 0;
}

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

.pos-t-0 {
  top: 0 !important;
}

.pos-r-0 {
  right: 0 !important;
}

.pos-b-0 {
  bottom: 0 !important;
}

.pos-l-0 {
  left: 0 !important;
}

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

.pos-t-11 {
  top: 0.25rem !important;
}

.pos-r-11 {
  right: 0.25rem !important;
}

.pos-b-11 {
  bottom: 0.25rem !important;
}

.pos-l-11 {
  left: 0.25rem !important;
}

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

.pos-t-12 {
  top: 0.5rem !important;
}

.pos-r-12 {
  right: 0.5rem !important;
}

.pos-b-12 {
  bottom: 0.5rem !important;
}

.pos-l-12 {
  left: 0.5rem !important;
}

.m-13 {
  margin: 0.75rem !important;
}

.pos-t-13 {
  top: 0.75rem !important;
}

.pos-r-13 {
  right: 0.75rem !important;
}

.pos-b-13 {
  bottom: 0.75rem !important;
}

.pos-l-13 {
  left: 0.75rem !important;
}

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

.pos-t-1 {
  top: 1rem !important;
}

.pos-r-1 {
  right: 1rem !important;
}

.pos-b-1 {
  bottom: 1rem !important;
}

.pos-l-1 {
  left: 1rem !important;
}

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

.pos-t-15 {
  top: 1.5rem !important;
}

.pos-r-15 {
  right: 1.5rem !important;
}

.pos-b-15 {
  bottom: 1.5rem !important;
}

.pos-l-15 {
  left: 1.5rem !important;
}

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

.pos-t-2 {
  top: 2rem !important;
}

.pos-r-2 {
  right: 2rem !important;
}

.pos-b-2 {
  bottom: 2rem !important;
}

.pos-l-2 {
  left: 2rem !important;
}

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

.pos-t-3 {
  top: 3rem !important;
}

.pos-r-3 {
  right: 3rem !important;
}

.pos-b-3 {
  bottom: 3rem !important;
}

.pos-l-3 {
  left: 3rem !important;
}

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

.pos-t-4 {
  top: 4rem !important;
}

.pos-r-4 {
  right: 4rem !important;
}

.pos-b-4 {
  bottom: 4rem !important;
}

.pos-l-4 {
  left: 4rem !important;
}

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

.pos-t-5 {
  top: 5rem !important;
}

.pos-r-5 {
  right: 5rem !important;
}

.pos-b-5 {
  bottom: 5rem !important;
}

.pos-l-5 {
  left: 5rem !important;
}

.m-6 {
  margin: 6rem !important;
}

.pos-t-6 {
  top: 6rem !important;
}

.pos-r-6 {
  right: 6rem !important;
}

.pos-b-6 {
  bottom: 6rem !important;
}

.pos-l-6 {
  left: 6rem !important;
}

.m-7 {
  margin: 7rem !important;
}

.pos-t-7 {
  top: 7rem !important;
}

.pos-r-7 {
  right: 7rem !important;
}

.pos-b-7 {
  bottom: 7rem !important;
}

.pos-l-7 {
  left: 7rem !important;
}

.m-8 {
  margin: 8rem !important;
}

.pos-t-8 {
  top: 8rem !important;
}

.pos-r-8 {
  right: 8rem !important;
}

.pos-b-8 {
  bottom: 8rem !important;
}

.pos-l-8 {
  left: 8rem !important;
}

.m-9 {
  margin: 9rem !important;
}

.pos-t-9 {
  top: 9rem !important;
}

.pos-r-9 {
  right: 9rem !important;
}

.pos-b-9 {
  bottom: 9rem !important;
}

.pos-l-9 {
  left: 9rem !important;
}

.m-10 {
  margin: 10rem !important;
}

.pos-t-10 {
  top: 10rem !important;
}

.pos-r-10 {
  right: 10rem !important;
}

.pos-b-10 {
  bottom: 10rem !important;
}

.pos-l-10 {
  left: 10rem !important;
}

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

.pos-t-0 {
  top: 0 !important;
}

.pos-r-0 {
  right: 0 !important;
}

.pos-b-0 {
  bottom: 0 !important;
}

.pos-l-0 {
  left: 0 !important;
}

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

.pos-t-11 {
  top: 0.25rem !important;
}

.pos-r-11 {
  right: 0.25rem !important;
}

.pos-b-11 {
  bottom: 0.25rem !important;
}

.pos-l-11 {
  left: 0.25rem !important;
}

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

.pos-t-12 {
  top: 0.5rem !important;
}

.pos-r-12 {
  right: 0.5rem !important;
}

.pos-b-12 {
  bottom: 0.5rem !important;
}

.pos-l-12 {
  left: 0.5rem !important;
}

.p-13 {
  padding: 0.75rem !important;
}

.pos-t-13 {
  top: 0.75rem !important;
}

.pos-r-13 {
  right: 0.75rem !important;
}

.pos-b-13 {
  bottom: 0.75rem !important;
}

.pos-l-13 {
  left: 0.75rem !important;
}

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

.pos-t-1 {
  top: 1rem !important;
}

.pos-r-1 {
  right: 1rem !important;
}

.pos-b-1 {
  bottom: 1rem !important;
}

.pos-l-1 {
  left: 1rem !important;
}

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

.pos-t-15 {
  top: 1.5rem !important;
}

.pos-r-15 {
  right: 1.5rem !important;
}

.pos-b-15 {
  bottom: 1.5rem !important;
}

.pos-l-15 {
  left: 1.5rem !important;
}

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

.pos-t-2 {
  top: 2rem !important;
}

.pos-r-2 {
  right: 2rem !important;
}

.pos-b-2 {
  bottom: 2rem !important;
}

.pos-l-2 {
  left: 2rem !important;
}

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

.pos-t-3 {
  top: 3rem !important;
}

.pos-r-3 {
  right: 3rem !important;
}

.pos-b-3 {
  bottom: 3rem !important;
}

.pos-l-3 {
  left: 3rem !important;
}

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

.pos-t-4 {
  top: 4rem !important;
}

.pos-r-4 {
  right: 4rem !important;
}

.pos-b-4 {
  bottom: 4rem !important;
}

.pos-l-4 {
  left: 4rem !important;
}

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

.pos-t-5 {
  top: 5rem !important;
}

.pos-r-5 {
  right: 5rem !important;
}

.pos-b-5 {
  bottom: 5rem !important;
}

.pos-l-5 {
  left: 5rem !important;
}

.p-6 {
  padding: 6rem !important;
}

.pos-t-6 {
  top: 6rem !important;
}

.pos-r-6 {
  right: 6rem !important;
}

.pos-b-6 {
  bottom: 6rem !important;
}

.pos-l-6 {
  left: 6rem !important;
}

.p-7 {
  padding: 7rem !important;
}

.pos-t-7 {
  top: 7rem !important;
}

.pos-r-7 {
  right: 7rem !important;
}

.pos-b-7 {
  bottom: 7rem !important;
}

.pos-l-7 {
  left: 7rem !important;
}

.p-8 {
  padding: 8rem !important;
}

.pos-t-8 {
  top: 8rem !important;
}

.pos-r-8 {
  right: 8rem !important;
}

.pos-b-8 {
  bottom: 8rem !important;
}

.pos-l-8 {
  left: 8rem !important;
}

.p-9 {
  padding: 9rem !important;
}

.pos-t-9 {
  top: 9rem !important;
}

.pos-r-9 {
  right: 9rem !important;
}

.pos-b-9 {
  bottom: 9rem !important;
}

.pos-l-9 {
  left: 9rem !important;
}

.p-10 {
  padding: 10rem !important;
}

.pos-t-10 {
  top: 10rem !important;
}

.pos-r-10 {
  right: 10rem !important;
}

.pos-b-10 {
  bottom: 10rem !important;
}

.pos-l-10 {
  left: 10rem !important;
}

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

.pull-t-0 {
  top: 0 !important;
}

.pull-r-0 {
  right: 0 !important;
}

.pull-b-0 {
  bottom: 0 !important;
}

.pull-l-0 {
  left: 0 !important;
}

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

.pull-t-11 {
  top: -0.25rem !important;
}

.pull-r-11 {
  right: -0.25rem !important;
}

.pull-b-11 {
  bottom: -0.25rem !important;
}

.pull-l-11 {
  left: -0.25rem !important;
}

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

.pull-t-12 {
  top: -0.5rem !important;
}

.pull-r-12 {
  right: -0.5rem !important;
}

.pull-b-12 {
  bottom: -0.5rem !important;
}

.pull-l-12 {
  left: -0.5rem !important;
}

.m-13 {
  margin: 0.75rem !important;
}

.pull-t-13 {
  top: -0.75rem !important;
}

.pull-r-13 {
  right: -0.75rem !important;
}

.pull-b-13 {
  bottom: -0.75rem !important;
}

.pull-l-13 {
  left: -0.75rem !important;
}

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

.pull-t-1 {
  top: -1rem !important;
}

.pull-r-1 {
  right: -1rem !important;
}

.pull-b-1 {
  bottom: -1rem !important;
}

.pull-l-1 {
  left: -1rem !important;
}

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

.pull-t-15 {
  top: -1.5rem !important;
}

.pull-r-15 {
  right: -1.5rem !important;
}

.pull-b-15 {
  bottom: -1.5rem !important;
}

.pull-l-15 {
  left: -1.5rem !important;
}

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

.pull-t-2 {
  top: -2rem !important;
}

.pull-r-2 {
  right: -2rem !important;
}

.pull-b-2 {
  bottom: -2rem !important;
}

.pull-l-2 {
  left: -2rem !important;
}

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

.pull-t-3 {
  top: -3rem !important;
}

.pull-r-3 {
  right: -3rem !important;
}

.pull-b-3 {
  bottom: -3rem !important;
}

.pull-l-3 {
  left: -3rem !important;
}

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

.pull-t-4 {
  top: -4rem !important;
}

.pull-r-4 {
  right: -4rem !important;
}

.pull-b-4 {
  bottom: -4rem !important;
}

.pull-l-4 {
  left: -4rem !important;
}

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

.pull-t-5 {
  top: -5rem !important;
}

.pull-r-5 {
  right: -5rem !important;
}

.pull-b-5 {
  bottom: -5rem !important;
}

.pull-l-5 {
  left: -5rem !important;
}

.m-6 {
  margin: 6rem !important;
}

.pull-t-6 {
  top: -6rem !important;
}

.pull-r-6 {
  right: -6rem !important;
}

.pull-b-6 {
  bottom: -6rem !important;
}

.pull-l-6 {
  left: -6rem !important;
}

.m-7 {
  margin: 7rem !important;
}

.pull-t-7 {
  top: -7rem !important;
}

.pull-r-7 {
  right: -7rem !important;
}

.pull-b-7 {
  bottom: -7rem !important;
}

.pull-l-7 {
  left: -7rem !important;
}

.m-8 {
  margin: 8rem !important;
}

.pull-t-8 {
  top: -8rem !important;
}

.pull-r-8 {
  right: -8rem !important;
}

.pull-b-8 {
  bottom: -8rem !important;
}

.pull-l-8 {
  left: -8rem !important;
}

.m-9 {
  margin: 9rem !important;
}

.pull-t-9 {
  top: -9rem !important;
}

.pull-r-9 {
  right: -9rem !important;
}

.pull-b-9 {
  bottom: -9rem !important;
}

.pull-l-9 {
  left: -9rem !important;
}

.m-10 {
  margin: 10rem !important;
}

.pull-t-10 {
  top: -10rem !important;
}

.pull-r-10 {
  right: -10rem !important;
}

.pull-b-10 {
  bottom: -10rem !important;
}

.pull-l-10 {
  left: -10rem !important;
}

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

.pull-t-0 {
  top: 0 !important;
}

.pull-r-0 {
  right: 0 !important;
}

.pull-b-0 {
  bottom: 0 !important;
}

.pull-l-0 {
  left: 0 !important;
}

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

.pull-t-11 {
  top: -0.25rem !important;
}

.pull-r-11 {
  right: -0.25rem !important;
}

.pull-b-11 {
  bottom: -0.25rem !important;
}

.pull-l-11 {
  left: -0.25rem !important;
}

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

.pull-t-12 {
  top: -0.5rem !important;
}

.pull-r-12 {
  right: -0.5rem !important;
}

.pull-b-12 {
  bottom: -0.5rem !important;
}

.pull-l-12 {
  left: -0.5rem !important;
}

.p-13 {
  padding: 0.75rem !important;
}

.pull-t-13 {
  top: -0.75rem !important;
}

.pull-r-13 {
  right: -0.75rem !important;
}

.pull-b-13 {
  bottom: -0.75rem !important;
}

.pull-l-13 {
  left: -0.75rem !important;
}

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

.pull-t-1 {
  top: -1rem !important;
}

.pull-r-1 {
  right: -1rem !important;
}

.pull-b-1 {
  bottom: -1rem !important;
}

.pull-l-1 {
  left: -1rem !important;
}

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

.pull-t-15 {
  top: -1.5rem !important;
}

.pull-r-15 {
  right: -1.5rem !important;
}

.pull-b-15 {
  bottom: -1.5rem !important;
}

.pull-l-15 {
  left: -1.5rem !important;
}

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

.pull-t-2 {
  top: -2rem !important;
}

.pull-r-2 {
  right: -2rem !important;
}

.pull-b-2 {
  bottom: -2rem !important;
}

.pull-l-2 {
  left: -2rem !important;
}

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

.pull-t-3 {
  top: -3rem !important;
}

.pull-r-3 {
  right: -3rem !important;
}

.pull-b-3 {
  bottom: -3rem !important;
}

.pull-l-3 {
  left: -3rem !important;
}

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

.pull-t-4 {
  top: -4rem !important;
}

.pull-r-4 {
  right: -4rem !important;
}

.pull-b-4 {
  bottom: -4rem !important;
}

.pull-l-4 {
  left: -4rem !important;
}

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

.pull-t-5 {
  top: -5rem !important;
}

.pull-r-5 {
  right: -5rem !important;
}

.pull-b-5 {
  bottom: -5rem !important;
}

.pull-l-5 {
  left: -5rem !important;
}

.p-6 {
  padding: 6rem !important;
}

.pull-t-6 {
  top: -6rem !important;
}

.pull-r-6 {
  right: -6rem !important;
}

.pull-b-6 {
  bottom: -6rem !important;
}

.pull-l-6 {
  left: -6rem !important;
}

.p-7 {
  padding: 7rem !important;
}

.pull-t-7 {
  top: -7rem !important;
}

.pull-r-7 {
  right: -7rem !important;
}

.pull-b-7 {
  bottom: -7rem !important;
}

.pull-l-7 {
  left: -7rem !important;
}

.p-8 {
  padding: 8rem !important;
}

.pull-t-8 {
  top: -8rem !important;
}

.pull-r-8 {
  right: -8rem !important;
}

.pull-b-8 {
  bottom: -8rem !important;
}

.pull-l-8 {
  left: -8rem !important;
}

.p-9 {
  padding: 9rem !important;
}

.pull-t-9 {
  top: -9rem !important;
}

.pull-r-9 {
  right: -9rem !important;
}

.pull-b-9 {
  bottom: -9rem !important;
}

.pull-l-9 {
  left: -9rem !important;
}

.p-10 {
  padding: 10rem !important;
}

.pull-t-10 {
  top: -10rem !important;
}

.pull-r-10 {
  right: -10rem !important;
}

.pull-b-10 {
  bottom: -10rem !important;
}

.pull-l-10 {
  left: -10rem !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .pos-t-sm-0 {
    top: 0 !important;
  }
  .pos-r-sm-0 {
    right: 0 !important;
  }
  .pos-b-sm-0 {
    bottom: 0 !important;
  }
  .pos-l-sm-0 {
    left: 0 !important;
  }
  .m-sm-11 {
    margin: 0.25rem !important;
  }
  .pos-t-sm-11 {
    top: 0.25rem !important;
  }
  .pos-r-sm-11 {
    right: 0.25rem !important;
  }
  .pos-b-sm-11 {
    bottom: 0.25rem !important;
  }
  .pos-l-sm-11 {
    left: 0.25rem !important;
  }
  .m-sm-12 {
    margin: 0.5rem !important;
  }
  .pos-t-sm-12 {
    top: 0.5rem !important;
  }
  .pos-r-sm-12 {
    right: 0.5rem !important;
  }
  .pos-b-sm-12 {
    bottom: 0.5rem !important;
  }
  .pos-l-sm-12 {
    left: 0.5rem !important;
  }
  .m-sm-13 {
    margin: 0.75rem !important;
  }
  .pos-t-sm-13 {
    top: 0.75rem !important;
  }
  .pos-r-sm-13 {
    right: 0.75rem !important;
  }
  .pos-b-sm-13 {
    bottom: 0.75rem !important;
  }
  .pos-l-sm-13 {
    left: 0.75rem !important;
  }
  .m-sm-1 {
    margin: 1rem !important;
  }
  .pos-t-sm-1 {
    top: 1rem !important;
  }
  .pos-r-sm-1 {
    right: 1rem !important;
  }
  .pos-b-sm-1 {
    bottom: 1rem !important;
  }
  .pos-l-sm-1 {
    left: 1rem !important;
  }
  .m-sm-15 {
    margin: 1.5rem !important;
  }
  .pos-t-sm-15 {
    top: 1.5rem !important;
  }
  .pos-r-sm-15 {
    right: 1.5rem !important;
  }
  .pos-b-sm-15 {
    bottom: 1.5rem !important;
  }
  .pos-l-sm-15 {
    left: 1.5rem !important;
  }
  .m-sm-2 {
    margin: 2rem !important;
  }
  .pos-t-sm-2 {
    top: 2rem !important;
  }
  .pos-r-sm-2 {
    right: 2rem !important;
  }
  .pos-b-sm-2 {
    bottom: 2rem !important;
  }
  .pos-l-sm-2 {
    left: 2rem !important;
  }
  .m-sm-3 {
    margin: 3rem !important;
  }
  .pos-t-sm-3 {
    top: 3rem !important;
  }
  .pos-r-sm-3 {
    right: 3rem !important;
  }
  .pos-b-sm-3 {
    bottom: 3rem !important;
  }
  .pos-l-sm-3 {
    left: 3rem !important;
  }
  .m-sm-4 {
    margin: 4rem !important;
  }
  .pos-t-sm-4 {
    top: 4rem !important;
  }
  .pos-r-sm-4 {
    right: 4rem !important;
  }
  .pos-b-sm-4 {
    bottom: 4rem !important;
  }
  .pos-l-sm-4 {
    left: 4rem !important;
  }
  .m-sm-5 {
    margin: 5rem !important;
  }
  .pos-t-sm-5 {
    top: 5rem !important;
  }
  .pos-r-sm-5 {
    right: 5rem !important;
  }
  .pos-b-sm-5 {
    bottom: 5rem !important;
  }
  .pos-l-sm-5 {
    left: 5rem !important;
  }
  .m-sm-6 {
    margin: 6rem !important;
  }
  .pos-t-sm-6 {
    top: 6rem !important;
  }
  .pos-r-sm-6 {
    right: 6rem !important;
  }
  .pos-b-sm-6 {
    bottom: 6rem !important;
  }
  .pos-l-sm-6 {
    left: 6rem !important;
  }
  .m-sm-7 {
    margin: 7rem !important;
  }
  .pos-t-sm-7 {
    top: 7rem !important;
  }
  .pos-r-sm-7 {
    right: 7rem !important;
  }
  .pos-b-sm-7 {
    bottom: 7rem !important;
  }
  .pos-l-sm-7 {
    left: 7rem !important;
  }
  .m-sm-8 {
    margin: 8rem !important;
  }
  .pos-t-sm-8 {
    top: 8rem !important;
  }
  .pos-r-sm-8 {
    right: 8rem !important;
  }
  .pos-b-sm-8 {
    bottom: 8rem !important;
  }
  .pos-l-sm-8 {
    left: 8rem !important;
  }
  .m-sm-9 {
    margin: 9rem !important;
  }
  .pos-t-sm-9 {
    top: 9rem !important;
  }
  .pos-r-sm-9 {
    right: 9rem !important;
  }
  .pos-b-sm-9 {
    bottom: 9rem !important;
  }
  .pos-l-sm-9 {
    left: 9rem !important;
  }
  .m-sm-10 {
    margin: 10rem !important;
  }
  .pos-t-sm-10 {
    top: 10rem !important;
  }
  .pos-r-sm-10 {
    right: 10rem !important;
  }
  .pos-b-sm-10 {
    bottom: 10rem !important;
  }
  .pos-l-sm-10 {
    left: 10rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pos-t-sm-0 {
    top: 0 !important;
  }
  .pos-r-sm-0 {
    right: 0 !important;
  }
  .pos-b-sm-0 {
    bottom: 0 !important;
  }
  .pos-l-sm-0 {
    left: 0 !important;
  }
  .p-sm-11 {
    padding: 0.25rem !important;
  }
  .pos-t-sm-11 {
    top: 0.25rem !important;
  }
  .pos-r-sm-11 {
    right: 0.25rem !important;
  }
  .pos-b-sm-11 {
    bottom: 0.25rem !important;
  }
  .pos-l-sm-11 {
    left: 0.25rem !important;
  }
  .p-sm-12 {
    padding: 0.5rem !important;
  }
  .pos-t-sm-12 {
    top: 0.5rem !important;
  }
  .pos-r-sm-12 {
    right: 0.5rem !important;
  }
  .pos-b-sm-12 {
    bottom: 0.5rem !important;
  }
  .pos-l-sm-12 {
    left: 0.5rem !important;
  }
  .p-sm-13 {
    padding: 0.75rem !important;
  }
  .pos-t-sm-13 {
    top: 0.75rem !important;
  }
  .pos-r-sm-13 {
    right: 0.75rem !important;
  }
  .pos-b-sm-13 {
    bottom: 0.75rem !important;
  }
  .pos-l-sm-13 {
    left: 0.75rem !important;
  }
  .p-sm-1 {
    padding: 1rem !important;
  }
  .pos-t-sm-1 {
    top: 1rem !important;
  }
  .pos-r-sm-1 {
    right: 1rem !important;
  }
  .pos-b-sm-1 {
    bottom: 1rem !important;
  }
  .pos-l-sm-1 {
    left: 1rem !important;
  }
  .p-sm-15 {
    padding: 1.5rem !important;
  }
  .pos-t-sm-15 {
    top: 1.5rem !important;
  }
  .pos-r-sm-15 {
    right: 1.5rem !important;
  }
  .pos-b-sm-15 {
    bottom: 1.5rem !important;
  }
  .pos-l-sm-15 {
    left: 1.5rem !important;
  }
  .p-sm-2 {
    padding: 2rem !important;
  }
  .pos-t-sm-2 {
    top: 2rem !important;
  }
  .pos-r-sm-2 {
    right: 2rem !important;
  }
  .pos-b-sm-2 {
    bottom: 2rem !important;
  }
  .pos-l-sm-2 {
    left: 2rem !important;
  }
  .p-sm-3 {
    padding: 3rem !important;
  }
  .pos-t-sm-3 {
    top: 3rem !important;
  }
  .pos-r-sm-3 {
    right: 3rem !important;
  }
  .pos-b-sm-3 {
    bottom: 3rem !important;
  }
  .pos-l-sm-3 {
    left: 3rem !important;
  }
  .p-sm-4 {
    padding: 4rem !important;
  }
  .pos-t-sm-4 {
    top: 4rem !important;
  }
  .pos-r-sm-4 {
    right: 4rem !important;
  }
  .pos-b-sm-4 {
    bottom: 4rem !important;
  }
  .pos-l-sm-4 {
    left: 4rem !important;
  }
  .p-sm-5 {
    padding: 5rem !important;
  }
  .pos-t-sm-5 {
    top: 5rem !important;
  }
  .pos-r-sm-5 {
    right: 5rem !important;
  }
  .pos-b-sm-5 {
    bottom: 5rem !important;
  }
  .pos-l-sm-5 {
    left: 5rem !important;
  }
  .p-sm-6 {
    padding: 6rem !important;
  }
  .pos-t-sm-6 {
    top: 6rem !important;
  }
  .pos-r-sm-6 {
    right: 6rem !important;
  }
  .pos-b-sm-6 {
    bottom: 6rem !important;
  }
  .pos-l-sm-6 {
    left: 6rem !important;
  }
  .p-sm-7 {
    padding: 7rem !important;
  }
  .pos-t-sm-7 {
    top: 7rem !important;
  }
  .pos-r-sm-7 {
    right: 7rem !important;
  }
  .pos-b-sm-7 {
    bottom: 7rem !important;
  }
  .pos-l-sm-7 {
    left: 7rem !important;
  }
  .p-sm-8 {
    padding: 8rem !important;
  }
  .pos-t-sm-8 {
    top: 8rem !important;
  }
  .pos-r-sm-8 {
    right: 8rem !important;
  }
  .pos-b-sm-8 {
    bottom: 8rem !important;
  }
  .pos-l-sm-8 {
    left: 8rem !important;
  }
  .p-sm-9 {
    padding: 9rem !important;
  }
  .pos-t-sm-9 {
    top: 9rem !important;
  }
  .pos-r-sm-9 {
    right: 9rem !important;
  }
  .pos-b-sm-9 {
    bottom: 9rem !important;
  }
  .pos-l-sm-9 {
    left: 9rem !important;
  }
  .p-sm-10 {
    padding: 10rem !important;
  }
  .pos-t-sm-10 {
    top: 10rem !important;
  }
  .pos-r-sm-10 {
    right: 10rem !important;
  }
  .pos-b-sm-10 {
    bottom: 10rem !important;
  }
  .pos-l-sm-10 {
    left: 10rem !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .pull-t-sm-0 {
    top: 0 !important;
  }
  .pull-r-sm-0 {
    right: 0 !important;
  }
  .pull-b-sm-0 {
    bottom: 0 !important;
  }
  .pull-l-sm-0 {
    left: 0 !important;
  }
  .m-sm-11 {
    margin: 0.25rem !important;
  }
  .pull-t-sm-11 {
    top: -0.25rem !important;
  }
  .pull-r-sm-11 {
    right: -0.25rem !important;
  }
  .pull-b-sm-11 {
    bottom: -0.25rem !important;
  }
  .pull-l-sm-11 {
    left: -0.25rem !important;
  }
  .m-sm-12 {
    margin: 0.5rem !important;
  }
  .pull-t-sm-12 {
    top: -0.5rem !important;
  }
  .pull-r-sm-12 {
    right: -0.5rem !important;
  }
  .pull-b-sm-12 {
    bottom: -0.5rem !important;
  }
  .pull-l-sm-12 {
    left: -0.5rem !important;
  }
  .m-sm-13 {
    margin: 0.75rem !important;
  }
  .pull-t-sm-13 {
    top: -0.75rem !important;
  }
  .pull-r-sm-13 {
    right: -0.75rem !important;
  }
  .pull-b-sm-13 {
    bottom: -0.75rem !important;
  }
  .pull-l-sm-13 {
    left: -0.75rem !important;
  }
  .m-sm-1 {
    margin: 1rem !important;
  }
  .pull-t-sm-1 {
    top: -1rem !important;
  }
  .pull-r-sm-1 {
    right: -1rem !important;
  }
  .pull-b-sm-1 {
    bottom: -1rem !important;
  }
  .pull-l-sm-1 {
    left: -1rem !important;
  }
  .m-sm-15 {
    margin: 1.5rem !important;
  }
  .pull-t-sm-15 {
    top: -1.5rem !important;
  }
  .pull-r-sm-15 {
    right: -1.5rem !important;
  }
  .pull-b-sm-15 {
    bottom: -1.5rem !important;
  }
  .pull-l-sm-15 {
    left: -1.5rem !important;
  }
  .m-sm-2 {
    margin: 2rem !important;
  }
  .pull-t-sm-2 {
    top: -2rem !important;
  }
  .pull-r-sm-2 {
    right: -2rem !important;
  }
  .pull-b-sm-2 {
    bottom: -2rem !important;
  }
  .pull-l-sm-2 {
    left: -2rem !important;
  }
  .m-sm-3 {
    margin: 3rem !important;
  }
  .pull-t-sm-3 {
    top: -3rem !important;
  }
  .pull-r-sm-3 {
    right: -3rem !important;
  }
  .pull-b-sm-3 {
    bottom: -3rem !important;
  }
  .pull-l-sm-3 {
    left: -3rem !important;
  }
  .m-sm-4 {
    margin: 4rem !important;
  }
  .pull-t-sm-4 {
    top: -4rem !important;
  }
  .pull-r-sm-4 {
    right: -4rem !important;
  }
  .pull-b-sm-4 {
    bottom: -4rem !important;
  }
  .pull-l-sm-4 {
    left: -4rem !important;
  }
  .m-sm-5 {
    margin: 5rem !important;
  }
  .pull-t-sm-5 {
    top: -5rem !important;
  }
  .pull-r-sm-5 {
    right: -5rem !important;
  }
  .pull-b-sm-5 {
    bottom: -5rem !important;
  }
  .pull-l-sm-5 {
    left: -5rem !important;
  }
  .m-sm-6 {
    margin: 6rem !important;
  }
  .pull-t-sm-6 {
    top: -6rem !important;
  }
  .pull-r-sm-6 {
    right: -6rem !important;
  }
  .pull-b-sm-6 {
    bottom: -6rem !important;
  }
  .pull-l-sm-6 {
    left: -6rem !important;
  }
  .m-sm-7 {
    margin: 7rem !important;
  }
  .pull-t-sm-7 {
    top: -7rem !important;
  }
  .pull-r-sm-7 {
    right: -7rem !important;
  }
  .pull-b-sm-7 {
    bottom: -7rem !important;
  }
  .pull-l-sm-7 {
    left: -7rem !important;
  }
  .m-sm-8 {
    margin: 8rem !important;
  }
  .pull-t-sm-8 {
    top: -8rem !important;
  }
  .pull-r-sm-8 {
    right: -8rem !important;
  }
  .pull-b-sm-8 {
    bottom: -8rem !important;
  }
  .pull-l-sm-8 {
    left: -8rem !important;
  }
  .m-sm-9 {
    margin: 9rem !important;
  }
  .pull-t-sm-9 {
    top: -9rem !important;
  }
  .pull-r-sm-9 {
    right: -9rem !important;
  }
  .pull-b-sm-9 {
    bottom: -9rem !important;
  }
  .pull-l-sm-9 {
    left: -9rem !important;
  }
  .m-sm-10 {
    margin: 10rem !important;
  }
  .pull-t-sm-10 {
    top: -10rem !important;
  }
  .pull-r-sm-10 {
    right: -10rem !important;
  }
  .pull-b-sm-10 {
    bottom: -10rem !important;
  }
  .pull-l-sm-10 {
    left: -10rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pull-t-sm-0 {
    top: 0 !important;
  }
  .pull-r-sm-0 {
    right: 0 !important;
  }
  .pull-b-sm-0 {
    bottom: 0 !important;
  }
  .pull-l-sm-0 {
    left: 0 !important;
  }
  .p-sm-11 {
    padding: 0.25rem !important;
  }
  .pull-t-sm-11 {
    top: -0.25rem !important;
  }
  .pull-r-sm-11 {
    right: -0.25rem !important;
  }
  .pull-b-sm-11 {
    bottom: -0.25rem !important;
  }
  .pull-l-sm-11 {
    left: -0.25rem !important;
  }
  .p-sm-12 {
    padding: 0.5rem !important;
  }
  .pull-t-sm-12 {
    top: -0.5rem !important;
  }
  .pull-r-sm-12 {
    right: -0.5rem !important;
  }
  .pull-b-sm-12 {
    bottom: -0.5rem !important;
  }
  .pull-l-sm-12 {
    left: -0.5rem !important;
  }
  .p-sm-13 {
    padding: 0.75rem !important;
  }
  .pull-t-sm-13 {
    top: -0.75rem !important;
  }
  .pull-r-sm-13 {
    right: -0.75rem !important;
  }
  .pull-b-sm-13 {
    bottom: -0.75rem !important;
  }
  .pull-l-sm-13 {
    left: -0.75rem !important;
  }
  .p-sm-1 {
    padding: 1rem !important;
  }
  .pull-t-sm-1 {
    top: -1rem !important;
  }
  .pull-r-sm-1 {
    right: -1rem !important;
  }
  .pull-b-sm-1 {
    bottom: -1rem !important;
  }
  .pull-l-sm-1 {
    left: -1rem !important;
  }
  .p-sm-15 {
    padding: 1.5rem !important;
  }
  .pull-t-sm-15 {
    top: -1.5rem !important;
  }
  .pull-r-sm-15 {
    right: -1.5rem !important;
  }
  .pull-b-sm-15 {
    bottom: -1.5rem !important;
  }
  .pull-l-sm-15 {
    left: -1.5rem !important;
  }
  .p-sm-2 {
    padding: 2rem !important;
  }
  .pull-t-sm-2 {
    top: -2rem !important;
  }
  .pull-r-sm-2 {
    right: -2rem !important;
  }
  .pull-b-sm-2 {
    bottom: -2rem !important;
  }
  .pull-l-sm-2 {
    left: -2rem !important;
  }
  .p-sm-3 {
    padding: 3rem !important;
  }
  .pull-t-sm-3 {
    top: -3rem !important;
  }
  .pull-r-sm-3 {
    right: -3rem !important;
  }
  .pull-b-sm-3 {
    bottom: -3rem !important;
  }
  .pull-l-sm-3 {
    left: -3rem !important;
  }
  .p-sm-4 {
    padding: 4rem !important;
  }
  .pull-t-sm-4 {
    top: -4rem !important;
  }
  .pull-r-sm-4 {
    right: -4rem !important;
  }
  .pull-b-sm-4 {
    bottom: -4rem !important;
  }
  .pull-l-sm-4 {
    left: -4rem !important;
  }
  .p-sm-5 {
    padding: 5rem !important;
  }
  .pull-t-sm-5 {
    top: -5rem !important;
  }
  .pull-r-sm-5 {
    right: -5rem !important;
  }
  .pull-b-sm-5 {
    bottom: -5rem !important;
  }
  .pull-l-sm-5 {
    left: -5rem !important;
  }
  .p-sm-6 {
    padding: 6rem !important;
  }
  .pull-t-sm-6 {
    top: -6rem !important;
  }
  .pull-r-sm-6 {
    right: -6rem !important;
  }
  .pull-b-sm-6 {
    bottom: -6rem !important;
  }
  .pull-l-sm-6 {
    left: -6rem !important;
  }
  .p-sm-7 {
    padding: 7rem !important;
  }
  .pull-t-sm-7 {
    top: -7rem !important;
  }
  .pull-r-sm-7 {
    right: -7rem !important;
  }
  .pull-b-sm-7 {
    bottom: -7rem !important;
  }
  .pull-l-sm-7 {
    left: -7rem !important;
  }
  .p-sm-8 {
    padding: 8rem !important;
  }
  .pull-t-sm-8 {
    top: -8rem !important;
  }
  .pull-r-sm-8 {
    right: -8rem !important;
  }
  .pull-b-sm-8 {
    bottom: -8rem !important;
  }
  .pull-l-sm-8 {
    left: -8rem !important;
  }
  .p-sm-9 {
    padding: 9rem !important;
  }
  .pull-t-sm-9 {
    top: -9rem !important;
  }
  .pull-r-sm-9 {
    right: -9rem !important;
  }
  .pull-b-sm-9 {
    bottom: -9rem !important;
  }
  .pull-l-sm-9 {
    left: -9rem !important;
  }
  .p-sm-10 {
    padding: 10rem !important;
  }
  .pull-t-sm-10 {
    top: -10rem !important;
  }
  .pull-r-sm-10 {
    right: -10rem !important;
  }
  .pull-b-sm-10 {
    bottom: -10rem !important;
  }
  .pull-l-sm-10 {
    left: -10rem !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .pos-t-md-0 {
    top: 0 !important;
  }
  .pos-r-md-0 {
    right: 0 !important;
  }
  .pos-b-md-0 {
    bottom: 0 !important;
  }
  .pos-l-md-0 {
    left: 0 !important;
  }
  .m-md-11 {
    margin: 0.25rem !important;
  }
  .pos-t-md-11 {
    top: 0.25rem !important;
  }
  .pos-r-md-11 {
    right: 0.25rem !important;
  }
  .pos-b-md-11 {
    bottom: 0.25rem !important;
  }
  .pos-l-md-11 {
    left: 0.25rem !important;
  }
  .m-md-12 {
    margin: 0.5rem !important;
  }
  .pos-t-md-12 {
    top: 0.5rem !important;
  }
  .pos-r-md-12 {
    right: 0.5rem !important;
  }
  .pos-b-md-12 {
    bottom: 0.5rem !important;
  }
  .pos-l-md-12 {
    left: 0.5rem !important;
  }
  .m-md-13 {
    margin: 0.75rem !important;
  }
  .pos-t-md-13 {
    top: 0.75rem !important;
  }
  .pos-r-md-13 {
    right: 0.75rem !important;
  }
  .pos-b-md-13 {
    bottom: 0.75rem !important;
  }
  .pos-l-md-13 {
    left: 0.75rem !important;
  }
  .m-md-1 {
    margin: 1rem !important;
  }
  .pos-t-md-1 {
    top: 1rem !important;
  }
  .pos-r-md-1 {
    right: 1rem !important;
  }
  .pos-b-md-1 {
    bottom: 1rem !important;
  }
  .pos-l-md-1 {
    left: 1rem !important;
  }
  .m-md-15 {
    margin: 1.5rem !important;
  }
  .pos-t-md-15 {
    top: 1.5rem !important;
  }
  .pos-r-md-15 {
    right: 1.5rem !important;
  }
  .pos-b-md-15 {
    bottom: 1.5rem !important;
  }
  .pos-l-md-15 {
    left: 1.5rem !important;
  }
  .m-md-2 {
    margin: 2rem !important;
  }
  .pos-t-md-2 {
    top: 2rem !important;
  }
  .pos-r-md-2 {
    right: 2rem !important;
  }
  .pos-b-md-2 {
    bottom: 2rem !important;
  }
  .pos-l-md-2 {
    left: 2rem !important;
  }
  .m-md-3 {
    margin: 3rem !important;
  }
  .pos-t-md-3 {
    top: 3rem !important;
  }
  .pos-r-md-3 {
    right: 3rem !important;
  }
  .pos-b-md-3 {
    bottom: 3rem !important;
  }
  .pos-l-md-3 {
    left: 3rem !important;
  }
  .m-md-4 {
    margin: 4rem !important;
  }
  .pos-t-md-4 {
    top: 4rem !important;
  }
  .pos-r-md-4 {
    right: 4rem !important;
  }
  .pos-b-md-4 {
    bottom: 4rem !important;
  }
  .pos-l-md-4 {
    left: 4rem !important;
  }
  .m-md-5 {
    margin: 5rem !important;
  }
  .pos-t-md-5 {
    top: 5rem !important;
  }
  .pos-r-md-5 {
    right: 5rem !important;
  }
  .pos-b-md-5 {
    bottom: 5rem !important;
  }
  .pos-l-md-5 {
    left: 5rem !important;
  }
  .m-md-6 {
    margin: 6rem !important;
  }
  .pos-t-md-6 {
    top: 6rem !important;
  }
  .pos-r-md-6 {
    right: 6rem !important;
  }
  .pos-b-md-6 {
    bottom: 6rem !important;
  }
  .pos-l-md-6 {
    left: 6rem !important;
  }
  .m-md-7 {
    margin: 7rem !important;
  }
  .pos-t-md-7 {
    top: 7rem !important;
  }
  .pos-r-md-7 {
    right: 7rem !important;
  }
  .pos-b-md-7 {
    bottom: 7rem !important;
  }
  .pos-l-md-7 {
    left: 7rem !important;
  }
  .m-md-8 {
    margin: 8rem !important;
  }
  .pos-t-md-8 {
    top: 8rem !important;
  }
  .pos-r-md-8 {
    right: 8rem !important;
  }
  .pos-b-md-8 {
    bottom: 8rem !important;
  }
  .pos-l-md-8 {
    left: 8rem !important;
  }
  .m-md-9 {
    margin: 9rem !important;
  }
  .pos-t-md-9 {
    top: 9rem !important;
  }
  .pos-r-md-9 {
    right: 9rem !important;
  }
  .pos-b-md-9 {
    bottom: 9rem !important;
  }
  .pos-l-md-9 {
    left: 9rem !important;
  }
  .m-md-10 {
    margin: 10rem !important;
  }
  .pos-t-md-10 {
    top: 10rem !important;
  }
  .pos-r-md-10 {
    right: 10rem !important;
  }
  .pos-b-md-10 {
    bottom: 10rem !important;
  }
  .pos-l-md-10 {
    left: 10rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pos-t-md-0 {
    top: 0 !important;
  }
  .pos-r-md-0 {
    right: 0 !important;
  }
  .pos-b-md-0 {
    bottom: 0 !important;
  }
  .pos-l-md-0 {
    left: 0 !important;
  }
  .p-md-11 {
    padding: 0.25rem !important;
  }
  .pos-t-md-11 {
    top: 0.25rem !important;
  }
  .pos-r-md-11 {
    right: 0.25rem !important;
  }
  .pos-b-md-11 {
    bottom: 0.25rem !important;
  }
  .pos-l-md-11 {
    left: 0.25rem !important;
  }
  .p-md-12 {
    padding: 0.5rem !important;
  }
  .pos-t-md-12 {
    top: 0.5rem !important;
  }
  .pos-r-md-12 {
    right: 0.5rem !important;
  }
  .pos-b-md-12 {
    bottom: 0.5rem !important;
  }
  .pos-l-md-12 {
    left: 0.5rem !important;
  }
  .p-md-13 {
    padding: 0.75rem !important;
  }
  .pos-t-md-13 {
    top: 0.75rem !important;
  }
  .pos-r-md-13 {
    right: 0.75rem !important;
  }
  .pos-b-md-13 {
    bottom: 0.75rem !important;
  }
  .pos-l-md-13 {
    left: 0.75rem !important;
  }
  .p-md-1 {
    padding: 1rem !important;
  }
  .pos-t-md-1 {
    top: 1rem !important;
  }
  .pos-r-md-1 {
    right: 1rem !important;
  }
  .pos-b-md-1 {
    bottom: 1rem !important;
  }
  .pos-l-md-1 {
    left: 1rem !important;
  }
  .p-md-15 {
    padding: 1.5rem !important;
  }
  .pos-t-md-15 {
    top: 1.5rem !important;
  }
  .pos-r-md-15 {
    right: 1.5rem !important;
  }
  .pos-b-md-15 {
    bottom: 1.5rem !important;
  }
  .pos-l-md-15 {
    left: 1.5rem !important;
  }
  .p-md-2 {
    padding: 2rem !important;
  }
  .pos-t-md-2 {
    top: 2rem !important;
  }
  .pos-r-md-2 {
    right: 2rem !important;
  }
  .pos-b-md-2 {
    bottom: 2rem !important;
  }
  .pos-l-md-2 {
    left: 2rem !important;
  }
  .p-md-3 {
    padding: 3rem !important;
  }
  .pos-t-md-3 {
    top: 3rem !important;
  }
  .pos-r-md-3 {
    right: 3rem !important;
  }
  .pos-b-md-3 {
    bottom: 3rem !important;
  }
  .pos-l-md-3 {
    left: 3rem !important;
  }
  .p-md-4 {
    padding: 4rem !important;
  }
  .pos-t-md-4 {
    top: 4rem !important;
  }
  .pos-r-md-4 {
    right: 4rem !important;
  }
  .pos-b-md-4 {
    bottom: 4rem !important;
  }
  .pos-l-md-4 {
    left: 4rem !important;
  }
  .p-md-5 {
    padding: 5rem !important;
  }
  .pos-t-md-5 {
    top: 5rem !important;
  }
  .pos-r-md-5 {
    right: 5rem !important;
  }
  .pos-b-md-5 {
    bottom: 5rem !important;
  }
  .pos-l-md-5 {
    left: 5rem !important;
  }
  .p-md-6 {
    padding: 6rem !important;
  }
  .pos-t-md-6 {
    top: 6rem !important;
  }
  .pos-r-md-6 {
    right: 6rem !important;
  }
  .pos-b-md-6 {
    bottom: 6rem !important;
  }
  .pos-l-md-6 {
    left: 6rem !important;
  }
  .p-md-7 {
    padding: 7rem !important;
  }
  .pos-t-md-7 {
    top: 7rem !important;
  }
  .pos-r-md-7 {
    right: 7rem !important;
  }
  .pos-b-md-7 {
    bottom: 7rem !important;
  }
  .pos-l-md-7 {
    left: 7rem !important;
  }
  .p-md-8 {
    padding: 8rem !important;
  }
  .pos-t-md-8 {
    top: 8rem !important;
  }
  .pos-r-md-8 {
    right: 8rem !important;
  }
  .pos-b-md-8 {
    bottom: 8rem !important;
  }
  .pos-l-md-8 {
    left: 8rem !important;
  }
  .p-md-9 {
    padding: 9rem !important;
  }
  .pos-t-md-9 {
    top: 9rem !important;
  }
  .pos-r-md-9 {
    right: 9rem !important;
  }
  .pos-b-md-9 {
    bottom: 9rem !important;
  }
  .pos-l-md-9 {
    left: 9rem !important;
  }
  .p-md-10 {
    padding: 10rem !important;
  }
  .pos-t-md-10 {
    top: 10rem !important;
  }
  .pos-r-md-10 {
    right: 10rem !important;
  }
  .pos-b-md-10 {
    bottom: 10rem !important;
  }
  .pos-l-md-10 {
    left: 10rem !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .pull-t-md-0 {
    top: 0 !important;
  }
  .pull-r-md-0 {
    right: 0 !important;
  }
  .pull-b-md-0 {
    bottom: 0 !important;
  }
  .pull-l-md-0 {
    left: 0 !important;
  }
  .m-md-11 {
    margin: 0.25rem !important;
  }
  .pull-t-md-11 {
    top: -0.25rem !important;
  }
  .pull-r-md-11 {
    right: -0.25rem !important;
  }
  .pull-b-md-11 {
    bottom: -0.25rem !important;
  }
  .pull-l-md-11 {
    left: -0.25rem !important;
  }
  .m-md-12 {
    margin: 0.5rem !important;
  }
  .pull-t-md-12 {
    top: -0.5rem !important;
  }
  .pull-r-md-12 {
    right: -0.5rem !important;
  }
  .pull-b-md-12 {
    bottom: -0.5rem !important;
  }
  .pull-l-md-12 {
    left: -0.5rem !important;
  }
  .m-md-13 {
    margin: 0.75rem !important;
  }
  .pull-t-md-13 {
    top: -0.75rem !important;
  }
  .pull-r-md-13 {
    right: -0.75rem !important;
  }
  .pull-b-md-13 {
    bottom: -0.75rem !important;
  }
  .pull-l-md-13 {
    left: -0.75rem !important;
  }
  .m-md-1 {
    margin: 1rem !important;
  }
  .pull-t-md-1 {
    top: -1rem !important;
  }
  .pull-r-md-1 {
    right: -1rem !important;
  }
  .pull-b-md-1 {
    bottom: -1rem !important;
  }
  .pull-l-md-1 {
    left: -1rem !important;
  }
  .m-md-15 {
    margin: 1.5rem !important;
  }
  .pull-t-md-15 {
    top: -1.5rem !important;
  }
  .pull-r-md-15 {
    right: -1.5rem !important;
  }
  .pull-b-md-15 {
    bottom: -1.5rem !important;
  }
  .pull-l-md-15 {
    left: -1.5rem !important;
  }
  .m-md-2 {
    margin: 2rem !important;
  }
  .pull-t-md-2 {
    top: -2rem !important;
  }
  .pull-r-md-2 {
    right: -2rem !important;
  }
  .pull-b-md-2 {
    bottom: -2rem !important;
  }
  .pull-l-md-2 {
    left: -2rem !important;
  }
  .m-md-3 {
    margin: 3rem !important;
  }
  .pull-t-md-3 {
    top: -3rem !important;
  }
  .pull-r-md-3 {
    right: -3rem !important;
  }
  .pull-b-md-3 {
    bottom: -3rem !important;
  }
  .pull-l-md-3 {
    left: -3rem !important;
  }
  .m-md-4 {
    margin: 4rem !important;
  }
  .pull-t-md-4 {
    top: -4rem !important;
  }
  .pull-r-md-4 {
    right: -4rem !important;
  }
  .pull-b-md-4 {
    bottom: -4rem !important;
  }
  .pull-l-md-4 {
    left: -4rem !important;
  }
  .m-md-5 {
    margin: 5rem !important;
  }
  .pull-t-md-5 {
    top: -5rem !important;
  }
  .pull-r-md-5 {
    right: -5rem !important;
  }
  .pull-b-md-5 {
    bottom: -5rem !important;
  }
  .pull-l-md-5 {
    left: -5rem !important;
  }
  .m-md-6 {
    margin: 6rem !important;
  }
  .pull-t-md-6 {
    top: -6rem !important;
  }
  .pull-r-md-6 {
    right: -6rem !important;
  }
  .pull-b-md-6 {
    bottom: -6rem !important;
  }
  .pull-l-md-6 {
    left: -6rem !important;
  }
  .m-md-7 {
    margin: 7rem !important;
  }
  .pull-t-md-7 {
    top: -7rem !important;
  }
  .pull-r-md-7 {
    right: -7rem !important;
  }
  .pull-b-md-7 {
    bottom: -7rem !important;
  }
  .pull-l-md-7 {
    left: -7rem !important;
  }
  .m-md-8 {
    margin: 8rem !important;
  }
  .pull-t-md-8 {
    top: -8rem !important;
  }
  .pull-r-md-8 {
    right: -8rem !important;
  }
  .pull-b-md-8 {
    bottom: -8rem !important;
  }
  .pull-l-md-8 {
    left: -8rem !important;
  }
  .m-md-9 {
    margin: 9rem !important;
  }
  .pull-t-md-9 {
    top: -9rem !important;
  }
  .pull-r-md-9 {
    right: -9rem !important;
  }
  .pull-b-md-9 {
    bottom: -9rem !important;
  }
  .pull-l-md-9 {
    left: -9rem !important;
  }
  .m-md-10 {
    margin: 10rem !important;
  }
  .pull-t-md-10 {
    top: -10rem !important;
  }
  .pull-r-md-10 {
    right: -10rem !important;
  }
  .pull-b-md-10 {
    bottom: -10rem !important;
  }
  .pull-l-md-10 {
    left: -10rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pull-t-md-0 {
    top: 0 !important;
  }
  .pull-r-md-0 {
    right: 0 !important;
  }
  .pull-b-md-0 {
    bottom: 0 !important;
  }
  .pull-l-md-0 {
    left: 0 !important;
  }
  .p-md-11 {
    padding: 0.25rem !important;
  }
  .pull-t-md-11 {
    top: -0.25rem !important;
  }
  .pull-r-md-11 {
    right: -0.25rem !important;
  }
  .pull-b-md-11 {
    bottom: -0.25rem !important;
  }
  .pull-l-md-11 {
    left: -0.25rem !important;
  }
  .p-md-12 {
    padding: 0.5rem !important;
  }
  .pull-t-md-12 {
    top: -0.5rem !important;
  }
  .pull-r-md-12 {
    right: -0.5rem !important;
  }
  .pull-b-md-12 {
    bottom: -0.5rem !important;
  }
  .pull-l-md-12 {
    left: -0.5rem !important;
  }
  .p-md-13 {
    padding: 0.75rem !important;
  }
  .pull-t-md-13 {
    top: -0.75rem !important;
  }
  .pull-r-md-13 {
    right: -0.75rem !important;
  }
  .pull-b-md-13 {
    bottom: -0.75rem !important;
  }
  .pull-l-md-13 {
    left: -0.75rem !important;
  }
  .p-md-1 {
    padding: 1rem !important;
  }
  .pull-t-md-1 {
    top: -1rem !important;
  }
  .pull-r-md-1 {
    right: -1rem !important;
  }
  .pull-b-md-1 {
    bottom: -1rem !important;
  }
  .pull-l-md-1 {
    left: -1rem !important;
  }
  .p-md-15 {
    padding: 1.5rem !important;
  }
  .pull-t-md-15 {
    top: -1.5rem !important;
  }
  .pull-r-md-15 {
    right: -1.5rem !important;
  }
  .pull-b-md-15 {
    bottom: -1.5rem !important;
  }
  .pull-l-md-15 {
    left: -1.5rem !important;
  }
  .p-md-2 {
    padding: 2rem !important;
  }
  .pull-t-md-2 {
    top: -2rem !important;
  }
  .pull-r-md-2 {
    right: -2rem !important;
  }
  .pull-b-md-2 {
    bottom: -2rem !important;
  }
  .pull-l-md-2 {
    left: -2rem !important;
  }
  .p-md-3 {
    padding: 3rem !important;
  }
  .pull-t-md-3 {
    top: -3rem !important;
  }
  .pull-r-md-3 {
    right: -3rem !important;
  }
  .pull-b-md-3 {
    bottom: -3rem !important;
  }
  .pull-l-md-3 {
    left: -3rem !important;
  }
  .p-md-4 {
    padding: 4rem !important;
  }
  .pull-t-md-4 {
    top: -4rem !important;
  }
  .pull-r-md-4 {
    right: -4rem !important;
  }
  .pull-b-md-4 {
    bottom: -4rem !important;
  }
  .pull-l-md-4 {
    left: -4rem !important;
  }
  .p-md-5 {
    padding: 5rem !important;
  }
  .pull-t-md-5 {
    top: -5rem !important;
  }
  .pull-r-md-5 {
    right: -5rem !important;
  }
  .pull-b-md-5 {
    bottom: -5rem !important;
  }
  .pull-l-md-5 {
    left: -5rem !important;
  }
  .p-md-6 {
    padding: 6rem !important;
  }
  .pull-t-md-6 {
    top: -6rem !important;
  }
  .pull-r-md-6 {
    right: -6rem !important;
  }
  .pull-b-md-6 {
    bottom: -6rem !important;
  }
  .pull-l-md-6 {
    left: -6rem !important;
  }
  .p-md-7 {
    padding: 7rem !important;
  }
  .pull-t-md-7 {
    top: -7rem !important;
  }
  .pull-r-md-7 {
    right: -7rem !important;
  }
  .pull-b-md-7 {
    bottom: -7rem !important;
  }
  .pull-l-md-7 {
    left: -7rem !important;
  }
  .p-md-8 {
    padding: 8rem !important;
  }
  .pull-t-md-8 {
    top: -8rem !important;
  }
  .pull-r-md-8 {
    right: -8rem !important;
  }
  .pull-b-md-8 {
    bottom: -8rem !important;
  }
  .pull-l-md-8 {
    left: -8rem !important;
  }
  .p-md-9 {
    padding: 9rem !important;
  }
  .pull-t-md-9 {
    top: -9rem !important;
  }
  .pull-r-md-9 {
    right: -9rem !important;
  }
  .pull-b-md-9 {
    bottom: -9rem !important;
  }
  .pull-l-md-9 {
    left: -9rem !important;
  }
  .p-md-10 {
    padding: 10rem !important;
  }
  .pull-t-md-10 {
    top: -10rem !important;
  }
  .pull-r-md-10 {
    right: -10rem !important;
  }
  .pull-b-md-10 {
    bottom: -10rem !important;
  }
  .pull-l-md-10 {
    left: -10rem !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .pos-t-lg-0 {
    top: 0 !important;
  }
  .pos-r-lg-0 {
    right: 0 !important;
  }
  .pos-b-lg-0 {
    bottom: 0 !important;
  }
  .pos-l-lg-0 {
    left: 0 !important;
  }
  .m-lg-11 {
    margin: 0.25rem !important;
  }
  .pos-t-lg-11 {
    top: 0.25rem !important;
  }
  .pos-r-lg-11 {
    right: 0.25rem !important;
  }
  .pos-b-lg-11 {
    bottom: 0.25rem !important;
  }
  .pos-l-lg-11 {
    left: 0.25rem !important;
  }
  .m-lg-12 {
    margin: 0.5rem !important;
  }
  .pos-t-lg-12 {
    top: 0.5rem !important;
  }
  .pos-r-lg-12 {
    right: 0.5rem !important;
  }
  .pos-b-lg-12 {
    bottom: 0.5rem !important;
  }
  .pos-l-lg-12 {
    left: 0.5rem !important;
  }
  .m-lg-13 {
    margin: 0.75rem !important;
  }
  .pos-t-lg-13 {
    top: 0.75rem !important;
  }
  .pos-r-lg-13 {
    right: 0.75rem !important;
  }
  .pos-b-lg-13 {
    bottom: 0.75rem !important;
  }
  .pos-l-lg-13 {
    left: 0.75rem !important;
  }
  .m-lg-1 {
    margin: 1rem !important;
  }
  .pos-t-lg-1 {
    top: 1rem !important;
  }
  .pos-r-lg-1 {
    right: 1rem !important;
  }
  .pos-b-lg-1 {
    bottom: 1rem !important;
  }
  .pos-l-lg-1 {
    left: 1rem !important;
  }
  .m-lg-15 {
    margin: 1.5rem !important;
  }
  .pos-t-lg-15 {
    top: 1.5rem !important;
  }
  .pos-r-lg-15 {
    right: 1.5rem !important;
  }
  .pos-b-lg-15 {
    bottom: 1.5rem !important;
  }
  .pos-l-lg-15 {
    left: 1.5rem !important;
  }
  .m-lg-2 {
    margin: 2rem !important;
  }
  .pos-t-lg-2 {
    top: 2rem !important;
  }
  .pos-r-lg-2 {
    right: 2rem !important;
  }
  .pos-b-lg-2 {
    bottom: 2rem !important;
  }
  .pos-l-lg-2 {
    left: 2rem !important;
  }
  .m-lg-3 {
    margin: 3rem !important;
  }
  .pos-t-lg-3 {
    top: 3rem !important;
  }
  .pos-r-lg-3 {
    right: 3rem !important;
  }
  .pos-b-lg-3 {
    bottom: 3rem !important;
  }
  .pos-l-lg-3 {
    left: 3rem !important;
  }
  .m-lg-4 {
    margin: 4rem !important;
  }
  .pos-t-lg-4 {
    top: 4rem !important;
  }
  .pos-r-lg-4 {
    right: 4rem !important;
  }
  .pos-b-lg-4 {
    bottom: 4rem !important;
  }
  .pos-l-lg-4 {
    left: 4rem !important;
  }
  .m-lg-5 {
    margin: 5rem !important;
  }
  .pos-t-lg-5 {
    top: 5rem !important;
  }
  .pos-r-lg-5 {
    right: 5rem !important;
  }
  .pos-b-lg-5 {
    bottom: 5rem !important;
  }
  .pos-l-lg-5 {
    left: 5rem !important;
  }
  .m-lg-6 {
    margin: 6rem !important;
  }
  .pos-t-lg-6 {
    top: 6rem !important;
  }
  .pos-r-lg-6 {
    right: 6rem !important;
  }
  .pos-b-lg-6 {
    bottom: 6rem !important;
  }
  .pos-l-lg-6 {
    left: 6rem !important;
  }
  .m-lg-7 {
    margin: 7rem !important;
  }
  .pos-t-lg-7 {
    top: 7rem !important;
  }
  .pos-r-lg-7 {
    right: 7rem !important;
  }
  .pos-b-lg-7 {
    bottom: 7rem !important;
  }
  .pos-l-lg-7 {
    left: 7rem !important;
  }
  .m-lg-8 {
    margin: 8rem !important;
  }
  .pos-t-lg-8 {
    top: 8rem !important;
  }
  .pos-r-lg-8 {
    right: 8rem !important;
  }
  .pos-b-lg-8 {
    bottom: 8rem !important;
  }
  .pos-l-lg-8 {
    left: 8rem !important;
  }
  .m-lg-9 {
    margin: 9rem !important;
  }
  .pos-t-lg-9 {
    top: 9rem !important;
  }
  .pos-r-lg-9 {
    right: 9rem !important;
  }
  .pos-b-lg-9 {
    bottom: 9rem !important;
  }
  .pos-l-lg-9 {
    left: 9rem !important;
  }
  .m-lg-10 {
    margin: 10rem !important;
  }
  .pos-t-lg-10 {
    top: 10rem !important;
  }
  .pos-r-lg-10 {
    right: 10rem !important;
  }
  .pos-b-lg-10 {
    bottom: 10rem !important;
  }
  .pos-l-lg-10 {
    left: 10rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pos-t-lg-0 {
    top: 0 !important;
  }
  .pos-r-lg-0 {
    right: 0 !important;
  }
  .pos-b-lg-0 {
    bottom: 0 !important;
  }
  .pos-l-lg-0 {
    left: 0 !important;
  }
  .p-lg-11 {
    padding: 0.25rem !important;
  }
  .pos-t-lg-11 {
    top: 0.25rem !important;
  }
  .pos-r-lg-11 {
    right: 0.25rem !important;
  }
  .pos-b-lg-11 {
    bottom: 0.25rem !important;
  }
  .pos-l-lg-11 {
    left: 0.25rem !important;
  }
  .p-lg-12 {
    padding: 0.5rem !important;
  }
  .pos-t-lg-12 {
    top: 0.5rem !important;
  }
  .pos-r-lg-12 {
    right: 0.5rem !important;
  }
  .pos-b-lg-12 {
    bottom: 0.5rem !important;
  }
  .pos-l-lg-12 {
    left: 0.5rem !important;
  }
  .p-lg-13 {
    padding: 0.75rem !important;
  }
  .pos-t-lg-13 {
    top: 0.75rem !important;
  }
  .pos-r-lg-13 {
    right: 0.75rem !important;
  }
  .pos-b-lg-13 {
    bottom: 0.75rem !important;
  }
  .pos-l-lg-13 {
    left: 0.75rem !important;
  }
  .p-lg-1 {
    padding: 1rem !important;
  }
  .pos-t-lg-1 {
    top: 1rem !important;
  }
  .pos-r-lg-1 {
    right: 1rem !important;
  }
  .pos-b-lg-1 {
    bottom: 1rem !important;
  }
  .pos-l-lg-1 {
    left: 1rem !important;
  }
  .p-lg-15 {
    padding: 1.5rem !important;
  }
  .pos-t-lg-15 {
    top: 1.5rem !important;
  }
  .pos-r-lg-15 {
    right: 1.5rem !important;
  }
  .pos-b-lg-15 {
    bottom: 1.5rem !important;
  }
  .pos-l-lg-15 {
    left: 1.5rem !important;
  }
  .p-lg-2 {
    padding: 2rem !important;
  }
  .pos-t-lg-2 {
    top: 2rem !important;
  }
  .pos-r-lg-2 {
    right: 2rem !important;
  }
  .pos-b-lg-2 {
    bottom: 2rem !important;
  }
  .pos-l-lg-2 {
    left: 2rem !important;
  }
  .p-lg-3 {
    padding: 3rem !important;
  }
  .pos-t-lg-3 {
    top: 3rem !important;
  }
  .pos-r-lg-3 {
    right: 3rem !important;
  }
  .pos-b-lg-3 {
    bottom: 3rem !important;
  }
  .pos-l-lg-3 {
    left: 3rem !important;
  }
  .p-lg-4 {
    padding: 4rem !important;
  }
  .pos-t-lg-4 {
    top: 4rem !important;
  }
  .pos-r-lg-4 {
    right: 4rem !important;
  }
  .pos-b-lg-4 {
    bottom: 4rem !important;
  }
  .pos-l-lg-4 {
    left: 4rem !important;
  }
  .p-lg-5 {
    padding: 5rem !important;
  }
  .pos-t-lg-5 {
    top: 5rem !important;
  }
  .pos-r-lg-5 {
    right: 5rem !important;
  }
  .pos-b-lg-5 {
    bottom: 5rem !important;
  }
  .pos-l-lg-5 {
    left: 5rem !important;
  }
  .p-lg-6 {
    padding: 6rem !important;
  }
  .pos-t-lg-6 {
    top: 6rem !important;
  }
  .pos-r-lg-6 {
    right: 6rem !important;
  }
  .pos-b-lg-6 {
    bottom: 6rem !important;
  }
  .pos-l-lg-6 {
    left: 6rem !important;
  }
  .p-lg-7 {
    padding: 7rem !important;
  }
  .pos-t-lg-7 {
    top: 7rem !important;
  }
  .pos-r-lg-7 {
    right: 7rem !important;
  }
  .pos-b-lg-7 {
    bottom: 7rem !important;
  }
  .pos-l-lg-7 {
    left: 7rem !important;
  }
  .p-lg-8 {
    padding: 8rem !important;
  }
  .pos-t-lg-8 {
    top: 8rem !important;
  }
  .pos-r-lg-8 {
    right: 8rem !important;
  }
  .pos-b-lg-8 {
    bottom: 8rem !important;
  }
  .pos-l-lg-8 {
    left: 8rem !important;
  }
  .p-lg-9 {
    padding: 9rem !important;
  }
  .pos-t-lg-9 {
    top: 9rem !important;
  }
  .pos-r-lg-9 {
    right: 9rem !important;
  }
  .pos-b-lg-9 {
    bottom: 9rem !important;
  }
  .pos-l-lg-9 {
    left: 9rem !important;
  }
  .p-lg-10 {
    padding: 10rem !important;
  }
  .pos-t-lg-10 {
    top: 10rem !important;
  }
  .pos-r-lg-10 {
    right: 10rem !important;
  }
  .pos-b-lg-10 {
    bottom: 10rem !important;
  }
  .pos-l-lg-10 {
    left: 10rem !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .pull-t-lg-0 {
    top: 0 !important;
  }
  .pull-r-lg-0 {
    right: 0 !important;
  }
  .pull-b-lg-0 {
    bottom: 0 !important;
  }
  .pull-l-lg-0 {
    left: 0 !important;
  }
  .m-lg-11 {
    margin: 0.25rem !important;
  }
  .pull-t-lg-11 {
    top: -0.25rem !important;
  }
  .pull-r-lg-11 {
    right: -0.25rem !important;
  }
  .pull-b-lg-11 {
    bottom: -0.25rem !important;
  }
  .pull-l-lg-11 {
    left: -0.25rem !important;
  }
  .m-lg-12 {
    margin: 0.5rem !important;
  }
  .pull-t-lg-12 {
    top: -0.5rem !important;
  }
  .pull-r-lg-12 {
    right: -0.5rem !important;
  }
  .pull-b-lg-12 {
    bottom: -0.5rem !important;
  }
  .pull-l-lg-12 {
    left: -0.5rem !important;
  }
  .m-lg-13 {
    margin: 0.75rem !important;
  }
  .pull-t-lg-13 {
    top: -0.75rem !important;
  }
  .pull-r-lg-13 {
    right: -0.75rem !important;
  }
  .pull-b-lg-13 {
    bottom: -0.75rem !important;
  }
  .pull-l-lg-13 {
    left: -0.75rem !important;
  }
  .m-lg-1 {
    margin: 1rem !important;
  }
  .pull-t-lg-1 {
    top: -1rem !important;
  }
  .pull-r-lg-1 {
    right: -1rem !important;
  }
  .pull-b-lg-1 {
    bottom: -1rem !important;
  }
  .pull-l-lg-1 {
    left: -1rem !important;
  }
  .m-lg-15 {
    margin: 1.5rem !important;
  }
  .pull-t-lg-15 {
    top: -1.5rem !important;
  }
  .pull-r-lg-15 {
    right: -1.5rem !important;
  }
  .pull-b-lg-15 {
    bottom: -1.5rem !important;
  }
  .pull-l-lg-15 {
    left: -1.5rem !important;
  }
  .m-lg-2 {
    margin: 2rem !important;
  }
  .pull-t-lg-2 {
    top: -2rem !important;
  }
  .pull-r-lg-2 {
    right: -2rem !important;
  }
  .pull-b-lg-2 {
    bottom: -2rem !important;
  }
  .pull-l-lg-2 {
    left: -2rem !important;
  }
  .m-lg-3 {
    margin: 3rem !important;
  }
  .pull-t-lg-3 {
    top: -3rem !important;
  }
  .pull-r-lg-3 {
    right: -3rem !important;
  }
  .pull-b-lg-3 {
    bottom: -3rem !important;
  }
  .pull-l-lg-3 {
    left: -3rem !important;
  }
  .m-lg-4 {
    margin: 4rem !important;
  }
  .pull-t-lg-4 {
    top: -4rem !important;
  }
  .pull-r-lg-4 {
    right: -4rem !important;
  }
  .pull-b-lg-4 {
    bottom: -4rem !important;
  }
  .pull-l-lg-4 {
    left: -4rem !important;
  }
  .m-lg-5 {
    margin: 5rem !important;
  }
  .pull-t-lg-5 {
    top: -5rem !important;
  }
  .pull-r-lg-5 {
    right: -5rem !important;
  }
  .pull-b-lg-5 {
    bottom: -5rem !important;
  }
  .pull-l-lg-5 {
    left: -5rem !important;
  }
  .m-lg-6 {
    margin: 6rem !important;
  }
  .pull-t-lg-6 {
    top: -6rem !important;
  }
  .pull-r-lg-6 {
    right: -6rem !important;
  }
  .pull-b-lg-6 {
    bottom: -6rem !important;
  }
  .pull-l-lg-6 {
    left: -6rem !important;
  }
  .m-lg-7 {
    margin: 7rem !important;
  }
  .pull-t-lg-7 {
    top: -7rem !important;
  }
  .pull-r-lg-7 {
    right: -7rem !important;
  }
  .pull-b-lg-7 {
    bottom: -7rem !important;
  }
  .pull-l-lg-7 {
    left: -7rem !important;
  }
  .m-lg-8 {
    margin: 8rem !important;
  }
  .pull-t-lg-8 {
    top: -8rem !important;
  }
  .pull-r-lg-8 {
    right: -8rem !important;
  }
  .pull-b-lg-8 {
    bottom: -8rem !important;
  }
  .pull-l-lg-8 {
    left: -8rem !important;
  }
  .m-lg-9 {
    margin: 9rem !important;
  }
  .pull-t-lg-9 {
    top: -9rem !important;
  }
  .pull-r-lg-9 {
    right: -9rem !important;
  }
  .pull-b-lg-9 {
    bottom: -9rem !important;
  }
  .pull-l-lg-9 {
    left: -9rem !important;
  }
  .m-lg-10 {
    margin: 10rem !important;
  }
  .pull-t-lg-10 {
    top: -10rem !important;
  }
  .pull-r-lg-10 {
    right: -10rem !important;
  }
  .pull-b-lg-10 {
    bottom: -10rem !important;
  }
  .pull-l-lg-10 {
    left: -10rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pull-t-lg-0 {
    top: 0 !important;
  }
  .pull-r-lg-0 {
    right: 0 !important;
  }
  .pull-b-lg-0 {
    bottom: 0 !important;
  }
  .pull-l-lg-0 {
    left: 0 !important;
  }
  .p-lg-11 {
    padding: 0.25rem !important;
  }
  .pull-t-lg-11 {
    top: -0.25rem !important;
  }
  .pull-r-lg-11 {
    right: -0.25rem !important;
  }
  .pull-b-lg-11 {
    bottom: -0.25rem !important;
  }
  .pull-l-lg-11 {
    left: -0.25rem !important;
  }
  .p-lg-12 {
    padding: 0.5rem !important;
  }
  .pull-t-lg-12 {
    top: -0.5rem !important;
  }
  .pull-r-lg-12 {
    right: -0.5rem !important;
  }
  .pull-b-lg-12 {
    bottom: -0.5rem !important;
  }
  .pull-l-lg-12 {
    left: -0.5rem !important;
  }
  .p-lg-13 {
    padding: 0.75rem !important;
  }
  .pull-t-lg-13 {
    top: -0.75rem !important;
  }
  .pull-r-lg-13 {
    right: -0.75rem !important;
  }
  .pull-b-lg-13 {
    bottom: -0.75rem !important;
  }
  .pull-l-lg-13 {
    left: -0.75rem !important;
  }
  .p-lg-1 {
    padding: 1rem !important;
  }
  .pull-t-lg-1 {
    top: -1rem !important;
  }
  .pull-r-lg-1 {
    right: -1rem !important;
  }
  .pull-b-lg-1 {
    bottom: -1rem !important;
  }
  .pull-l-lg-1 {
    left: -1rem !important;
  }
  .p-lg-15 {
    padding: 1.5rem !important;
  }
  .pull-t-lg-15 {
    top: -1.5rem !important;
  }
  .pull-r-lg-15 {
    right: -1.5rem !important;
  }
  .pull-b-lg-15 {
    bottom: -1.5rem !important;
  }
  .pull-l-lg-15 {
    left: -1.5rem !important;
  }
  .p-lg-2 {
    padding: 2rem !important;
  }
  .pull-t-lg-2 {
    top: -2rem !important;
  }
  .pull-r-lg-2 {
    right: -2rem !important;
  }
  .pull-b-lg-2 {
    bottom: -2rem !important;
  }
  .pull-l-lg-2 {
    left: -2rem !important;
  }
  .p-lg-3 {
    padding: 3rem !important;
  }
  .pull-t-lg-3 {
    top: -3rem !important;
  }
  .pull-r-lg-3 {
    right: -3rem !important;
  }
  .pull-b-lg-3 {
    bottom: -3rem !important;
  }
  .pull-l-lg-3 {
    left: -3rem !important;
  }
  .p-lg-4 {
    padding: 4rem !important;
  }
  .pull-t-lg-4 {
    top: -4rem !important;
  }
  .pull-r-lg-4 {
    right: -4rem !important;
  }
  .pull-b-lg-4 {
    bottom: -4rem !important;
  }
  .pull-l-lg-4 {
    left: -4rem !important;
  }
  .p-lg-5 {
    padding: 5rem !important;
  }
  .pull-t-lg-5 {
    top: -5rem !important;
  }
  .pull-r-lg-5 {
    right: -5rem !important;
  }
  .pull-b-lg-5 {
    bottom: -5rem !important;
  }
  .pull-l-lg-5 {
    left: -5rem !important;
  }
  .p-lg-6 {
    padding: 6rem !important;
  }
  .pull-t-lg-6 {
    top: -6rem !important;
  }
  .pull-r-lg-6 {
    right: -6rem !important;
  }
  .pull-b-lg-6 {
    bottom: -6rem !important;
  }
  .pull-l-lg-6 {
    left: -6rem !important;
  }
  .p-lg-7 {
    padding: 7rem !important;
  }
  .pull-t-lg-7 {
    top: -7rem !important;
  }
  .pull-r-lg-7 {
    right: -7rem !important;
  }
  .pull-b-lg-7 {
    bottom: -7rem !important;
  }
  .pull-l-lg-7 {
    left: -7rem !important;
  }
  .p-lg-8 {
    padding: 8rem !important;
  }
  .pull-t-lg-8 {
    top: -8rem !important;
  }
  .pull-r-lg-8 {
    right: -8rem !important;
  }
  .pull-b-lg-8 {
    bottom: -8rem !important;
  }
  .pull-l-lg-8 {
    left: -8rem !important;
  }
  .p-lg-9 {
    padding: 9rem !important;
  }
  .pull-t-lg-9 {
    top: -9rem !important;
  }
  .pull-r-lg-9 {
    right: -9rem !important;
  }
  .pull-b-lg-9 {
    bottom: -9rem !important;
  }
  .pull-l-lg-9 {
    left: -9rem !important;
  }
  .p-lg-10 {
    padding: 10rem !important;
  }
  .pull-t-lg-10 {
    top: -10rem !important;
  }
  .pull-r-lg-10 {
    right: -10rem !important;
  }
  .pull-b-lg-10 {
    bottom: -10rem !important;
  }
  .pull-l-lg-10 {
    left: -10rem !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .pos-t-xl-0 {
    top: 0 !important;
  }
  .pos-r-xl-0 {
    right: 0 !important;
  }
  .pos-b-xl-0 {
    bottom: 0 !important;
  }
  .pos-l-xl-0 {
    left: 0 !important;
  }
  .m-xl-11 {
    margin: 0.25rem !important;
  }
  .pos-t-xl-11 {
    top: 0.25rem !important;
  }
  .pos-r-xl-11 {
    right: 0.25rem !important;
  }
  .pos-b-xl-11 {
    bottom: 0.25rem !important;
  }
  .pos-l-xl-11 {
    left: 0.25rem !important;
  }
  .m-xl-12 {
    margin: 0.5rem !important;
  }
  .pos-t-xl-12 {
    top: 0.5rem !important;
  }
  .pos-r-xl-12 {
    right: 0.5rem !important;
  }
  .pos-b-xl-12 {
    bottom: 0.5rem !important;
  }
  .pos-l-xl-12 {
    left: 0.5rem !important;
  }
  .m-xl-13 {
    margin: 0.75rem !important;
  }
  .pos-t-xl-13 {
    top: 0.75rem !important;
  }
  .pos-r-xl-13 {
    right: 0.75rem !important;
  }
  .pos-b-xl-13 {
    bottom: 0.75rem !important;
  }
  .pos-l-xl-13 {
    left: 0.75rem !important;
  }
  .m-xl-1 {
    margin: 1rem !important;
  }
  .pos-t-xl-1 {
    top: 1rem !important;
  }
  .pos-r-xl-1 {
    right: 1rem !important;
  }
  .pos-b-xl-1 {
    bottom: 1rem !important;
  }
  .pos-l-xl-1 {
    left: 1rem !important;
  }
  .m-xl-15 {
    margin: 1.5rem !important;
  }
  .pos-t-xl-15 {
    top: 1.5rem !important;
  }
  .pos-r-xl-15 {
    right: 1.5rem !important;
  }
  .pos-b-xl-15 {
    bottom: 1.5rem !important;
  }
  .pos-l-xl-15 {
    left: 1.5rem !important;
  }
  .m-xl-2 {
    margin: 2rem !important;
  }
  .pos-t-xl-2 {
    top: 2rem !important;
  }
  .pos-r-xl-2 {
    right: 2rem !important;
  }
  .pos-b-xl-2 {
    bottom: 2rem !important;
  }
  .pos-l-xl-2 {
    left: 2rem !important;
  }
  .m-xl-3 {
    margin: 3rem !important;
  }
  .pos-t-xl-3 {
    top: 3rem !important;
  }
  .pos-r-xl-3 {
    right: 3rem !important;
  }
  .pos-b-xl-3 {
    bottom: 3rem !important;
  }
  .pos-l-xl-3 {
    left: 3rem !important;
  }
  .m-xl-4 {
    margin: 4rem !important;
  }
  .pos-t-xl-4 {
    top: 4rem !important;
  }
  .pos-r-xl-4 {
    right: 4rem !important;
  }
  .pos-b-xl-4 {
    bottom: 4rem !important;
  }
  .pos-l-xl-4 {
    left: 4rem !important;
  }
  .m-xl-5 {
    margin: 5rem !important;
  }
  .pos-t-xl-5 {
    top: 5rem !important;
  }
  .pos-r-xl-5 {
    right: 5rem !important;
  }
  .pos-b-xl-5 {
    bottom: 5rem !important;
  }
  .pos-l-xl-5 {
    left: 5rem !important;
  }
  .m-xl-6 {
    margin: 6rem !important;
  }
  .pos-t-xl-6 {
    top: 6rem !important;
  }
  .pos-r-xl-6 {
    right: 6rem !important;
  }
  .pos-b-xl-6 {
    bottom: 6rem !important;
  }
  .pos-l-xl-6 {
    left: 6rem !important;
  }
  .m-xl-7 {
    margin: 7rem !important;
  }
  .pos-t-xl-7 {
    top: 7rem !important;
  }
  .pos-r-xl-7 {
    right: 7rem !important;
  }
  .pos-b-xl-7 {
    bottom: 7rem !important;
  }
  .pos-l-xl-7 {
    left: 7rem !important;
  }
  .m-xl-8 {
    margin: 8rem !important;
  }
  .pos-t-xl-8 {
    top: 8rem !important;
  }
  .pos-r-xl-8 {
    right: 8rem !important;
  }
  .pos-b-xl-8 {
    bottom: 8rem !important;
  }
  .pos-l-xl-8 {
    left: 8rem !important;
  }
  .m-xl-9 {
    margin: 9rem !important;
  }
  .pos-t-xl-9 {
    top: 9rem !important;
  }
  .pos-r-xl-9 {
    right: 9rem !important;
  }
  .pos-b-xl-9 {
    bottom: 9rem !important;
  }
  .pos-l-xl-9 {
    left: 9rem !important;
  }
  .m-xl-10 {
    margin: 10rem !important;
  }
  .pos-t-xl-10 {
    top: 10rem !important;
  }
  .pos-r-xl-10 {
    right: 10rem !important;
  }
  .pos-b-xl-10 {
    bottom: 10rem !important;
  }
  .pos-l-xl-10 {
    left: 10rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pos-t-xl-0 {
    top: 0 !important;
  }
  .pos-r-xl-0 {
    right: 0 !important;
  }
  .pos-b-xl-0 {
    bottom: 0 !important;
  }
  .pos-l-xl-0 {
    left: 0 !important;
  }
  .p-xl-11 {
    padding: 0.25rem !important;
  }
  .pos-t-xl-11 {
    top: 0.25rem !important;
  }
  .pos-r-xl-11 {
    right: 0.25rem !important;
  }
  .pos-b-xl-11 {
    bottom: 0.25rem !important;
  }
  .pos-l-xl-11 {
    left: 0.25rem !important;
  }
  .p-xl-12 {
    padding: 0.5rem !important;
  }
  .pos-t-xl-12 {
    top: 0.5rem !important;
  }
  .pos-r-xl-12 {
    right: 0.5rem !important;
  }
  .pos-b-xl-12 {
    bottom: 0.5rem !important;
  }
  .pos-l-xl-12 {
    left: 0.5rem !important;
  }
  .p-xl-13 {
    padding: 0.75rem !important;
  }
  .pos-t-xl-13 {
    top: 0.75rem !important;
  }
  .pos-r-xl-13 {
    right: 0.75rem !important;
  }
  .pos-b-xl-13 {
    bottom: 0.75rem !important;
  }
  .pos-l-xl-13 {
    left: 0.75rem !important;
  }
  .p-xl-1 {
    padding: 1rem !important;
  }
  .pos-t-xl-1 {
    top: 1rem !important;
  }
  .pos-r-xl-1 {
    right: 1rem !important;
  }
  .pos-b-xl-1 {
    bottom: 1rem !important;
  }
  .pos-l-xl-1 {
    left: 1rem !important;
  }
  .p-xl-15 {
    padding: 1.5rem !important;
  }
  .pos-t-xl-15 {
    top: 1.5rem !important;
  }
  .pos-r-xl-15 {
    right: 1.5rem !important;
  }
  .pos-b-xl-15 {
    bottom: 1.5rem !important;
  }
  .pos-l-xl-15 {
    left: 1.5rem !important;
  }
  .p-xl-2 {
    padding: 2rem !important;
  }
  .pos-t-xl-2 {
    top: 2rem !important;
  }
  .pos-r-xl-2 {
    right: 2rem !important;
  }
  .pos-b-xl-2 {
    bottom: 2rem !important;
  }
  .pos-l-xl-2 {
    left: 2rem !important;
  }
  .p-xl-3 {
    padding: 3rem !important;
  }
  .pos-t-xl-3 {
    top: 3rem !important;
  }
  .pos-r-xl-3 {
    right: 3rem !important;
  }
  .pos-b-xl-3 {
    bottom: 3rem !important;
  }
  .pos-l-xl-3 {
    left: 3rem !important;
  }
  .p-xl-4 {
    padding: 4rem !important;
  }
  .pos-t-xl-4 {
    top: 4rem !important;
  }
  .pos-r-xl-4 {
    right: 4rem !important;
  }
  .pos-b-xl-4 {
    bottom: 4rem !important;
  }
  .pos-l-xl-4 {
    left: 4rem !important;
  }
  .p-xl-5 {
    padding: 5rem !important;
  }
  .pos-t-xl-5 {
    top: 5rem !important;
  }
  .pos-r-xl-5 {
    right: 5rem !important;
  }
  .pos-b-xl-5 {
    bottom: 5rem !important;
  }
  .pos-l-xl-5 {
    left: 5rem !important;
  }
  .p-xl-6 {
    padding: 6rem !important;
  }
  .pos-t-xl-6 {
    top: 6rem !important;
  }
  .pos-r-xl-6 {
    right: 6rem !important;
  }
  .pos-b-xl-6 {
    bottom: 6rem !important;
  }
  .pos-l-xl-6 {
    left: 6rem !important;
  }
  .p-xl-7 {
    padding: 7rem !important;
  }
  .pos-t-xl-7 {
    top: 7rem !important;
  }
  .pos-r-xl-7 {
    right: 7rem !important;
  }
  .pos-b-xl-7 {
    bottom: 7rem !important;
  }
  .pos-l-xl-7 {
    left: 7rem !important;
  }
  .p-xl-8 {
    padding: 8rem !important;
  }
  .pos-t-xl-8 {
    top: 8rem !important;
  }
  .pos-r-xl-8 {
    right: 8rem !important;
  }
  .pos-b-xl-8 {
    bottom: 8rem !important;
  }
  .pos-l-xl-8 {
    left: 8rem !important;
  }
  .p-xl-9 {
    padding: 9rem !important;
  }
  .pos-t-xl-9 {
    top: 9rem !important;
  }
  .pos-r-xl-9 {
    right: 9rem !important;
  }
  .pos-b-xl-9 {
    bottom: 9rem !important;
  }
  .pos-l-xl-9 {
    left: 9rem !important;
  }
  .p-xl-10 {
    padding: 10rem !important;
  }
  .pos-t-xl-10 {
    top: 10rem !important;
  }
  .pos-r-xl-10 {
    right: 10rem !important;
  }
  .pos-b-xl-10 {
    bottom: 10rem !important;
  }
  .pos-l-xl-10 {
    left: 10rem !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .pull-t-xl-0 {
    top: 0 !important;
  }
  .pull-r-xl-0 {
    right: 0 !important;
  }
  .pull-b-xl-0 {
    bottom: 0 !important;
  }
  .pull-l-xl-0 {
    left: 0 !important;
  }
  .m-xl-11 {
    margin: 0.25rem !important;
  }
  .pull-t-xl-11 {
    top: -0.25rem !important;
  }
  .pull-r-xl-11 {
    right: -0.25rem !important;
  }
  .pull-b-xl-11 {
    bottom: -0.25rem !important;
  }
  .pull-l-xl-11 {
    left: -0.25rem !important;
  }
  .m-xl-12 {
    margin: 0.5rem !important;
  }
  .pull-t-xl-12 {
    top: -0.5rem !important;
  }
  .pull-r-xl-12 {
    right: -0.5rem !important;
  }
  .pull-b-xl-12 {
    bottom: -0.5rem !important;
  }
  .pull-l-xl-12 {
    left: -0.5rem !important;
  }
  .m-xl-13 {
    margin: 0.75rem !important;
  }
  .pull-t-xl-13 {
    top: -0.75rem !important;
  }
  .pull-r-xl-13 {
    right: -0.75rem !important;
  }
  .pull-b-xl-13 {
    bottom: -0.75rem !important;
  }
  .pull-l-xl-13 {
    left: -0.75rem !important;
  }
  .m-xl-1 {
    margin: 1rem !important;
  }
  .pull-t-xl-1 {
    top: -1rem !important;
  }
  .pull-r-xl-1 {
    right: -1rem !important;
  }
  .pull-b-xl-1 {
    bottom: -1rem !important;
  }
  .pull-l-xl-1 {
    left: -1rem !important;
  }
  .m-xl-15 {
    margin: 1.5rem !important;
  }
  .pull-t-xl-15 {
    top: -1.5rem !important;
  }
  .pull-r-xl-15 {
    right: -1.5rem !important;
  }
  .pull-b-xl-15 {
    bottom: -1.5rem !important;
  }
  .pull-l-xl-15 {
    left: -1.5rem !important;
  }
  .m-xl-2 {
    margin: 2rem !important;
  }
  .pull-t-xl-2 {
    top: -2rem !important;
  }
  .pull-r-xl-2 {
    right: -2rem !important;
  }
  .pull-b-xl-2 {
    bottom: -2rem !important;
  }
  .pull-l-xl-2 {
    left: -2rem !important;
  }
  .m-xl-3 {
    margin: 3rem !important;
  }
  .pull-t-xl-3 {
    top: -3rem !important;
  }
  .pull-r-xl-3 {
    right: -3rem !important;
  }
  .pull-b-xl-3 {
    bottom: -3rem !important;
  }
  .pull-l-xl-3 {
    left: -3rem !important;
  }
  .m-xl-4 {
    margin: 4rem !important;
  }
  .pull-t-xl-4 {
    top: -4rem !important;
  }
  .pull-r-xl-4 {
    right: -4rem !important;
  }
  .pull-b-xl-4 {
    bottom: -4rem !important;
  }
  .pull-l-xl-4 {
    left: -4rem !important;
  }
  .m-xl-5 {
    margin: 5rem !important;
  }
  .pull-t-xl-5 {
    top: -5rem !important;
  }
  .pull-r-xl-5 {
    right: -5rem !important;
  }
  .pull-b-xl-5 {
    bottom: -5rem !important;
  }
  .pull-l-xl-5 {
    left: -5rem !important;
  }
  .m-xl-6 {
    margin: 6rem !important;
  }
  .pull-t-xl-6 {
    top: -6rem !important;
  }
  .pull-r-xl-6 {
    right: -6rem !important;
  }
  .pull-b-xl-6 {
    bottom: -6rem !important;
  }
  .pull-l-xl-6 {
    left: -6rem !important;
  }
  .m-xl-7 {
    margin: 7rem !important;
  }
  .pull-t-xl-7 {
    top: -7rem !important;
  }
  .pull-r-xl-7 {
    right: -7rem !important;
  }
  .pull-b-xl-7 {
    bottom: -7rem !important;
  }
  .pull-l-xl-7 {
    left: -7rem !important;
  }
  .m-xl-8 {
    margin: 8rem !important;
  }
  .pull-t-xl-8 {
    top: -8rem !important;
  }
  .pull-r-xl-8 {
    right: -8rem !important;
  }
  .pull-b-xl-8 {
    bottom: -8rem !important;
  }
  .pull-l-xl-8 {
    left: -8rem !important;
  }
  .m-xl-9 {
    margin: 9rem !important;
  }
  .pull-t-xl-9 {
    top: -9rem !important;
  }
  .pull-r-xl-9 {
    right: -9rem !important;
  }
  .pull-b-xl-9 {
    bottom: -9rem !important;
  }
  .pull-l-xl-9 {
    left: -9rem !important;
  }
  .m-xl-10 {
    margin: 10rem !important;
  }
  .pull-t-xl-10 {
    top: -10rem !important;
  }
  .pull-r-xl-10 {
    right: -10rem !important;
  }
  .pull-b-xl-10 {
    bottom: -10rem !important;
  }
  .pull-l-xl-10 {
    left: -10rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pull-t-xl-0 {
    top: 0 !important;
  }
  .pull-r-xl-0 {
    right: 0 !important;
  }
  .pull-b-xl-0 {
    bottom: 0 !important;
  }
  .pull-l-xl-0 {
    left: 0 !important;
  }
  .p-xl-11 {
    padding: 0.25rem !important;
  }
  .pull-t-xl-11 {
    top: -0.25rem !important;
  }
  .pull-r-xl-11 {
    right: -0.25rem !important;
  }
  .pull-b-xl-11 {
    bottom: -0.25rem !important;
  }
  .pull-l-xl-11 {
    left: -0.25rem !important;
  }
  .p-xl-12 {
    padding: 0.5rem !important;
  }
  .pull-t-xl-12 {
    top: -0.5rem !important;
  }
  .pull-r-xl-12 {
    right: -0.5rem !important;
  }
  .pull-b-xl-12 {
    bottom: -0.5rem !important;
  }
  .pull-l-xl-12 {
    left: -0.5rem !important;
  }
  .p-xl-13 {
    padding: 0.75rem !important;
  }
  .pull-t-xl-13 {
    top: -0.75rem !important;
  }
  .pull-r-xl-13 {
    right: -0.75rem !important;
  }
  .pull-b-xl-13 {
    bottom: -0.75rem !important;
  }
  .pull-l-xl-13 {
    left: -0.75rem !important;
  }
  .p-xl-1 {
    padding: 1rem !important;
  }
  .pull-t-xl-1 {
    top: -1rem !important;
  }
  .pull-r-xl-1 {
    right: -1rem !important;
  }
  .pull-b-xl-1 {
    bottom: -1rem !important;
  }
  .pull-l-xl-1 {
    left: -1rem !important;
  }
  .p-xl-15 {
    padding: 1.5rem !important;
  }
  .pull-t-xl-15 {
    top: -1.5rem !important;
  }
  .pull-r-xl-15 {
    right: -1.5rem !important;
  }
  .pull-b-xl-15 {
    bottom: -1.5rem !important;
  }
  .pull-l-xl-15 {
    left: -1.5rem !important;
  }
  .p-xl-2 {
    padding: 2rem !important;
  }
  .pull-t-xl-2 {
    top: -2rem !important;
  }
  .pull-r-xl-2 {
    right: -2rem !important;
  }
  .pull-b-xl-2 {
    bottom: -2rem !important;
  }
  .pull-l-xl-2 {
    left: -2rem !important;
  }
  .p-xl-3 {
    padding: 3rem !important;
  }
  .pull-t-xl-3 {
    top: -3rem !important;
  }
  .pull-r-xl-3 {
    right: -3rem !important;
  }
  .pull-b-xl-3 {
    bottom: -3rem !important;
  }
  .pull-l-xl-3 {
    left: -3rem !important;
  }
  .p-xl-4 {
    padding: 4rem !important;
  }
  .pull-t-xl-4 {
    top: -4rem !important;
  }
  .pull-r-xl-4 {
    right: -4rem !important;
  }
  .pull-b-xl-4 {
    bottom: -4rem !important;
  }
  .pull-l-xl-4 {
    left: -4rem !important;
  }
  .p-xl-5 {
    padding: 5rem !important;
  }
  .pull-t-xl-5 {
    top: -5rem !important;
  }
  .pull-r-xl-5 {
    right: -5rem !important;
  }
  .pull-b-xl-5 {
    bottom: -5rem !important;
  }
  .pull-l-xl-5 {
    left: -5rem !important;
  }
  .p-xl-6 {
    padding: 6rem !important;
  }
  .pull-t-xl-6 {
    top: -6rem !important;
  }
  .pull-r-xl-6 {
    right: -6rem !important;
  }
  .pull-b-xl-6 {
    bottom: -6rem !important;
  }
  .pull-l-xl-6 {
    left: -6rem !important;
  }
  .p-xl-7 {
    padding: 7rem !important;
  }
  .pull-t-xl-7 {
    top: -7rem !important;
  }
  .pull-r-xl-7 {
    right: -7rem !important;
  }
  .pull-b-xl-7 {
    bottom: -7rem !important;
  }
  .pull-l-xl-7 {
    left: -7rem !important;
  }
  .p-xl-8 {
    padding: 8rem !important;
  }
  .pull-t-xl-8 {
    top: -8rem !important;
  }
  .pull-r-xl-8 {
    right: -8rem !important;
  }
  .pull-b-xl-8 {
    bottom: -8rem !important;
  }
  .pull-l-xl-8 {
    left: -8rem !important;
  }
  .p-xl-9 {
    padding: 9rem !important;
  }
  .pull-t-xl-9 {
    top: -9rem !important;
  }
  .pull-r-xl-9 {
    right: -9rem !important;
  }
  .pull-b-xl-9 {
    bottom: -9rem !important;
  }
  .pull-l-xl-9 {
    left: -9rem !important;
  }
  .p-xl-10 {
    padding: 10rem !important;
  }
  .pull-t-xl-10 {
    top: -10rem !important;
  }
  .pull-r-xl-10 {
    right: -10rem !important;
  }
  .pull-b-xl-10 {
    bottom: -10rem !important;
  }
  .pull-l-xl-10 {
    left: -10rem !important;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .w-sm-down-100 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .content-max-xs {
    max-width: 430px;
  }
}

.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-11 {
  margin: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

.m-13 {
  margin: 0.75rem !important;
}

.mt-13,
.my-13 {
  margin-top: 0.75rem !important;
}

.mr-13,
.mx-13 {
  margin-right: 0.75rem !important;
}

.mb-13,
.my-13 {
  margin-bottom: 0.75rem !important;
}

.ml-13,
.mx-13 {
  margin-left: 0.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-6 {
  margin: 6rem !important;
}

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

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

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

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

.m-7 {
  margin: 7rem !important;
}

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

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

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

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

.m-8 {
  margin: 8rem !important;
}

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

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

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

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

.m-9 {
  margin: 9rem !important;
}

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

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

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

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

.m-10 {
  margin: 10rem !important;
}

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

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

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

.ml-10,
.mx-10 {
  margin-left: 10rem !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-11 {
  padding: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

.p-13 {
  padding: 0.75rem !important;
}

.pt-13,
.py-13 {
  padding-top: 0.75rem !important;
}

.pr-13,
.px-13 {
  padding-right: 0.75rem !important;
}

.pb-13,
.py-13 {
  padding-bottom: 0.75rem !important;
}

.pl-13,
.px-13 {
  padding-left: 0.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-6 {
  padding: 6rem !important;
}

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

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

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

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

.p-7 {
  padding: 7rem !important;
}

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

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

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

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

.p-8 {
  padding: 8rem !important;
}

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

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

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

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

.p-9 {
  padding: 9rem !important;
}

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

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

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

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

.p-10 {
  padding: 10rem !important;
}

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

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

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

.pl-10,
.px-10 {
  padding-left: 10rem !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-11 {
    margin: 0.25rem !important;
  }
  .mt-sm-11,
  .my-sm-11 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-11,
  .mx-sm-11 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-11,
  .my-sm-11 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-11,
  .mx-sm-11 {
    margin-left: 0.25rem !important;
  }
  .m-sm-12 {
    margin: 0.5rem !important;
  }
  .mt-sm-12,
  .my-sm-12 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-12,
  .mx-sm-12 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-12,
  .my-sm-12 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-12,
  .mx-sm-12 {
    margin-left: 0.5rem !important;
  }
  .m-sm-13 {
    margin: 0.75rem !important;
  }
  .mt-sm-13,
  .my-sm-13 {
    margin-top: 0.75rem !important;
  }
  .mr-sm-13,
  .mx-sm-13 {
    margin-right: 0.75rem !important;
  }
  .mb-sm-13,
  .my-sm-13 {
    margin-bottom: 0.75rem !important;
  }
  .ml-sm-13,
  .mx-sm-13 {
    margin-left: 0.75rem !important;
  }
  .m-sm-1 {
    margin: 1rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 1rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 1rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 1rem !important;
  }
  .m-sm-15 {
    margin: 1.5rem !important;
  }
  .mt-sm-15,
  .my-sm-15 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 1.5rem !important;
  }
  .m-sm-2 {
    margin: 2rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 2rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 2rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 2rem !important;
  }
  .m-sm-3 {
    margin: 3rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 3rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 3rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 3rem !important;
  }
  .m-sm-4 {
    margin: 4rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 4rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 4rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 4rem !important;
  }
  .m-sm-5 {
    margin: 5rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 5rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 5rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 5rem !important;
  }
  .m-sm-6 {
    margin: 6rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 6rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 6rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 6rem !important;
  }
  .m-sm-7 {
    margin: 7rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 7rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 7rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 7rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 7rem !important;
  }
  .m-sm-8 {
    margin: 8rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 8rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 8rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 8rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 8rem !important;
  }
  .m-sm-9 {
    margin: 9rem !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 9rem !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 9rem !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 9rem !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 9rem !important;
  }
  .m-sm-10 {
    margin: 10rem !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 10rem !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 10rem !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 10rem !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 10rem !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-11 {
    padding: 0.25rem !important;
  }
  .pt-sm-11,
  .py-sm-11 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-11,
  .px-sm-11 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-11,
  .py-sm-11 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-11,
  .px-sm-11 {
    padding-left: 0.25rem !important;
  }
  .p-sm-12 {
    padding: 0.5rem !important;
  }
  .pt-sm-12,
  .py-sm-12 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-12,
  .px-sm-12 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-12,
  .py-sm-12 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-12,
  .px-sm-12 {
    padding-left: 0.5rem !important;
  }
  .p-sm-13 {
    padding: 0.75rem !important;
  }
  .pt-sm-13,
  .py-sm-13 {
    padding-top: 0.75rem !important;
  }
  .pr-sm-13,
  .px-sm-13 {
    padding-right: 0.75rem !important;
  }
  .pb-sm-13,
  .py-sm-13 {
    padding-bottom: 0.75rem !important;
  }
  .pl-sm-13,
  .px-sm-13 {
    padding-left: 0.75rem !important;
  }
  .p-sm-1 {
    padding: 1rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 1rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 1rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 1rem !important;
  }
  .p-sm-15 {
    padding: 1.5rem !important;
  }
  .pt-sm-15,
  .py-sm-15 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-15,
  .px-sm-15 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-15,
  .px-sm-15 {
    padding-left: 1.5rem !important;
  }
  .p-sm-2 {
    padding: 2rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 2rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 2rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 2rem !important;
  }
  .p-sm-3 {
    padding: 3rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 3rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 3rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 3rem !important;
  }
  .p-sm-4 {
    padding: 4rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 4rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 4rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 4rem !important;
  }
  .p-sm-5 {
    padding: 5rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 5rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 5rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 5rem !important;
  }
  .p-sm-6 {
    padding: 6rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 6rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 6rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 6rem !important;
  }
  .p-sm-7 {
    padding: 7rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 7rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 7rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 7rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 7rem !important;
  }
  .p-sm-8 {
    padding: 8rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 8rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 8rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 8rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 8rem !important;
  }
  .p-sm-9 {
    padding: 9rem !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 9rem !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 9rem !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 9rem !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 9rem !important;
  }
  .p-sm-10 {
    padding: 10rem !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 10rem !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 10rem !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 10rem !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 10rem !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-11 {
    margin: 0.25rem !important;
  }
  .mt-md-11,
  .my-md-11 {
    margin-top: 0.25rem !important;
  }
  .mr-md-11,
  .mx-md-11 {
    margin-right: 0.25rem !important;
  }
  .mb-md-11,
  .my-md-11 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-11,
  .mx-md-11 {
    margin-left: 0.25rem !important;
  }
  .m-md-12 {
    margin: 0.5rem !important;
  }
  .mt-md-12,
  .my-md-12 {
    margin-top: 0.5rem !important;
  }
  .mr-md-12,
  .mx-md-12 {
    margin-right: 0.5rem !important;
  }
  .mb-md-12,
  .my-md-12 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-12,
  .mx-md-12 {
    margin-left: 0.5rem !important;
  }
  .m-md-13 {
    margin: 0.75rem !important;
  }
  .mt-md-13,
  .my-md-13 {
    margin-top: 0.75rem !important;
  }
  .mr-md-13,
  .mx-md-13 {
    margin-right: 0.75rem !important;
  }
  .mb-md-13,
  .my-md-13 {
    margin-bottom: 0.75rem !important;
  }
  .ml-md-13,
  .mx-md-13 {
    margin-left: 0.75rem !important;
  }
  .m-md-1 {
    margin: 1rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 1rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 1rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 1rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 1rem !important;
  }
  .m-md-15 {
    margin: 1.5rem !important;
  }
  .mt-md-15,
  .my-md-15 {
    margin-top: 1.5rem !important;
  }
  .mr-md-15,
  .mx-md-15 {
    margin-right: 1.5rem !important;
  }
  .mb-md-15,
  .my-md-15 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-15,
  .mx-md-15 {
    margin-left: 1.5rem !important;
  }
  .m-md-2 {
    margin: 2rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 2rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 2rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 2rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 2rem !important;
  }
  .m-md-3 {
    margin: 3rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 3rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 3rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 3rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 3rem !important;
  }
  .m-md-4 {
    margin: 4rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 4rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 4rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 4rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 4rem !important;
  }
  .m-md-5 {
    margin: 5rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 5rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 5rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 5rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 5rem !important;
  }
  .m-md-6 {
    margin: 6rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 6rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 6rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 6rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 6rem !important;
  }
  .m-md-7 {
    margin: 7rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 7rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 7rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 7rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 7rem !important;
  }
  .m-md-8 {
    margin: 8rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 8rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 8rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 8rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 8rem !important;
  }
  .m-md-9 {
    margin: 9rem !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 9rem !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 9rem !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 9rem !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 9rem !important;
  }
  .m-md-10 {
    margin: 10rem !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 10rem !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 10rem !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 10rem !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 10rem !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-11 {
    padding: 0.25rem !important;
  }
  .pt-md-11,
  .py-md-11 {
    padding-top: 0.25rem !important;
  }
  .pr-md-11,
  .px-md-11 {
    padding-right: 0.25rem !important;
  }
  .pb-md-11,
  .py-md-11 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-11,
  .px-md-11 {
    padding-left: 0.25rem !important;
  }
  .p-md-12 {
    padding: 0.5rem !important;
  }
  .pt-md-12,
  .py-md-12 {
    padding-top: 0.5rem !important;
  }
  .pr-md-12,
  .px-md-12 {
    padding-right: 0.5rem !important;
  }
  .pb-md-12,
  .py-md-12 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-12,
  .px-md-12 {
    padding-left: 0.5rem !important;
  }
  .p-md-13 {
    padding: 0.75rem !important;
  }
  .pt-md-13,
  .py-md-13 {
    padding-top: 0.75rem !important;
  }
  .pr-md-13,
  .px-md-13 {
    padding-right: 0.75rem !important;
  }
  .pb-md-13,
  .py-md-13 {
    padding-bottom: 0.75rem !important;
  }
  .pl-md-13,
  .px-md-13 {
    padding-left: 0.75rem !important;
  }
  .p-md-1 {
    padding: 1rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 1rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 1rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 1rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 1rem !important;
  }
  .p-md-15 {
    padding: 1.5rem !important;
  }
  .pt-md-15,
  .py-md-15 {
    padding-top: 1.5rem !important;
  }
  .pr-md-15,
  .px-md-15 {
    padding-right: 1.5rem !important;
  }
  .pb-md-15,
  .py-md-15 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-15,
  .px-md-15 {
    padding-left: 1.5rem !important;
  }
  .p-md-2 {
    padding: 2rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 2rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 2rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 2rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 2rem !important;
  }
  .p-md-3 {
    padding: 3rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 3rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 3rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 3rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 3rem !important;
  }
  .p-md-4 {
    padding: 4rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 4rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 4rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 4rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 4rem !important;
  }
  .p-md-5 {
    padding: 5rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 5rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 5rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 5rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 5rem !important;
  }
  .p-md-6 {
    padding: 6rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 6rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 6rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 6rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 6rem !important;
  }
  .p-md-7 {
    padding: 7rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 7rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 7rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 7rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 7rem !important;
  }
  .p-md-8 {
    padding: 8rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 8rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 8rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 8rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 8rem !important;
  }
  .p-md-9 {
    padding: 9rem !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 9rem !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 9rem !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 9rem !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 9rem !important;
  }
  .p-md-10 {
    padding: 10rem !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 10rem !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 10rem !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 10rem !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 10rem !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-11 {
    margin: 0.25rem !important;
  }
  .mt-lg-11,
  .my-lg-11 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-11,
  .mx-lg-11 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-11,
  .my-lg-11 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-11,
  .mx-lg-11 {
    margin-left: 0.25rem !important;
  }
  .m-lg-12 {
    margin: 0.5rem !important;
  }
  .mt-lg-12,
  .my-lg-12 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-12,
  .mx-lg-12 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-12,
  .my-lg-12 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-12,
  .mx-lg-12 {
    margin-left: 0.5rem !important;
  }
  .m-lg-13 {
    margin: 0.75rem !important;
  }
  .mt-lg-13,
  .my-lg-13 {
    margin-top: 0.75rem !important;
  }
  .mr-lg-13,
  .mx-lg-13 {
    margin-right: 0.75rem !important;
  }
  .mb-lg-13,
  .my-lg-13 {
    margin-bottom: 0.75rem !important;
  }
  .ml-lg-13,
  .mx-lg-13 {
    margin-left: 0.75rem !important;
  }
  .m-lg-1 {
    margin: 1rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 1rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 1rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 1rem !important;
  }
  .m-lg-15 {
    margin: 1.5rem !important;
  }
  .mt-lg-15,
  .my-lg-15 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 1.5rem !important;
  }
  .m-lg-2 {
    margin: 2rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 2rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 2rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 2rem !important;
  }
  .m-lg-3 {
    margin: 3rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 3rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 3rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 3rem !important;
  }
  .m-lg-4 {
    margin: 4rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 4rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 4rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 4rem !important;
  }
  .m-lg-5 {
    margin: 5rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 5rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 5rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 5rem !important;
  }
  .m-lg-6 {
    margin: 6rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 6rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 6rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 6rem !important;
  }
  .m-lg-7 {
    margin: 7rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 7rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 7rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 7rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 7rem !important;
  }
  .m-lg-8 {
    margin: 8rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 8rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 8rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 8rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 8rem !important;
  }
  .m-lg-9 {
    margin: 9rem !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 9rem !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 9rem !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 9rem !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 9rem !important;
  }
  .m-lg-10 {
    margin: 10rem !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 10rem !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 10rem !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 10rem !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 10rem !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-11 {
    padding: 0.25rem !important;
  }
  .pt-lg-11,
  .py-lg-11 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-11,
  .px-lg-11 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-11,
  .py-lg-11 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-11,
  .px-lg-11 {
    padding-left: 0.25rem !important;
  }
  .p-lg-12 {
    padding: 0.5rem !important;
  }
  .pt-lg-12,
  .py-lg-12 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-12,
  .px-lg-12 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-12,
  .py-lg-12 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-12,
  .px-lg-12 {
    padding-left: 0.5rem !important;
  }
  .p-lg-13 {
    padding: 0.75rem !important;
  }
  .pt-lg-13,
  .py-lg-13 {
    padding-top: 0.75rem !important;
  }
  .pr-lg-13,
  .px-lg-13 {
    padding-right: 0.75rem !important;
  }
  .pb-lg-13,
  .py-lg-13 {
    padding-bottom: 0.75rem !important;
  }
  .pl-lg-13,
  .px-lg-13 {
    padding-left: 0.75rem !important;
  }
  .p-lg-1 {
    padding: 1rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 1rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 1rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 1rem !important;
  }
  .p-lg-15 {
    padding: 1.5rem !important;
  }
  .pt-lg-15,
  .py-lg-15 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-15,
  .px-lg-15 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-15,
  .px-lg-15 {
    padding-left: 1.5rem !important;
  }
  .p-lg-2 {
    padding: 2rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 2rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 2rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 2rem !important;
  }
  .p-lg-3 {
    padding: 3rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 3rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 3rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 3rem !important;
  }
  .p-lg-4 {
    padding: 4rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 4rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 4rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 4rem !important;
  }
  .p-lg-5 {
    padding: 5rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 5rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 5rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 5rem !important;
  }
  .p-lg-6 {
    padding: 6rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 6rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 6rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 6rem !important;
  }
  .p-lg-7 {
    padding: 7rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 7rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 7rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 7rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 7rem !important;
  }
  .p-lg-8 {
    padding: 8rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 8rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 8rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 8rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 8rem !important;
  }
  .p-lg-9 {
    padding: 9rem !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 9rem !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 9rem !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 9rem !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 9rem !important;
  }
  .p-lg-10 {
    padding: 10rem !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 10rem !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 10rem !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 10rem !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 10rem !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-11 {
    margin: 0.25rem !important;
  }
  .mt-xl-11,
  .my-xl-11 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-11,
  .mx-xl-11 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-11,
  .my-xl-11 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-11,
  .mx-xl-11 {
    margin-left: 0.25rem !important;
  }
  .m-xl-12 {
    margin: 0.5rem !important;
  }
  .mt-xl-12,
  .my-xl-12 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-12,
  .mx-xl-12 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-12,
  .my-xl-12 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-12,
  .mx-xl-12 {
    margin-left: 0.5rem !important;
  }
  .m-xl-13 {
    margin: 0.75rem !important;
  }
  .mt-xl-13,
  .my-xl-13 {
    margin-top: 0.75rem !important;
  }
  .mr-xl-13,
  .mx-xl-13 {
    margin-right: 0.75rem !important;
  }
  .mb-xl-13,
  .my-xl-13 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xl-13,
  .mx-xl-13 {
    margin-left: 0.75rem !important;
  }
  .m-xl-1 {
    margin: 1rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 1rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 1rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 1rem !important;
  }
  .m-xl-15 {
    margin: 1.5rem !important;
  }
  .mt-xl-15,
  .my-xl-15 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 1.5rem !important;
  }
  .m-xl-2 {
    margin: 2rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 2rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 2rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 2rem !important;
  }
  .m-xl-3 {
    margin: 3rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 3rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 3rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 3rem !important;
  }
  .m-xl-4 {
    margin: 4rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 4rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 4rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 4rem !important;
  }
  .m-xl-5 {
    margin: 5rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 5rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 5rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 5rem !important;
  }
  .m-xl-6 {
    margin: 6rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 6rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 6rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 6rem !important;
  }
  .m-xl-7 {
    margin: 7rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 7rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 7rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 7rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 7rem !important;
  }
  .m-xl-8 {
    margin: 8rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 8rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 8rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 8rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 8rem !important;
  }
  .m-xl-9 {
    margin: 9rem !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 9rem !important;
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 9rem !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 9rem !important;
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 9rem !important;
  }
  .m-xl-10 {
    margin: 10rem !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 10rem !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 10rem !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 10rem !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 10rem !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-11 {
    padding: 0.25rem !important;
  }
  .pt-xl-11,
  .py-xl-11 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-11,
  .px-xl-11 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-11,
  .py-xl-11 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-11,
  .px-xl-11 {
    padding-left: 0.25rem !important;
  }
  .p-xl-12 {
    padding: 0.5rem !important;
  }
  .pt-xl-12,
  .py-xl-12 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-12,
  .px-xl-12 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-12,
  .py-xl-12 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-12,
  .px-xl-12 {
    padding-left: 0.5rem !important;
  }
  .p-xl-13 {
    padding: 0.75rem !important;
  }
  .pt-xl-13,
  .py-xl-13 {
    padding-top: 0.75rem !important;
  }
  .pr-xl-13,
  .px-xl-13 {
    padding-right: 0.75rem !important;
  }
  .pb-xl-13,
  .py-xl-13 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xl-13,
  .px-xl-13 {
    padding-left: 0.75rem !important;
  }
  .p-xl-1 {
    padding: 1rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 1rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 1rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 1rem !important;
  }
  .p-xl-15 {
    padding: 1.5rem !important;
  }
  .pt-xl-15,
  .py-xl-15 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-15,
  .px-xl-15 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-15,
  .px-xl-15 {
    padding-left: 1.5rem !important;
  }
  .p-xl-2 {
    padding: 2rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 2rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 2rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 2rem !important;
  }
  .p-xl-3 {
    padding: 3rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 3rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 3rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 3rem !important;
  }
  .p-xl-4 {
    padding: 4rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 4rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 4rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 4rem !important;
  }
  .p-xl-5 {
    padding: 5rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 5rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 5rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 5rem !important;
  }
  .p-xl-6 {
    padding: 6rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 6rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 6rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 6rem !important;
  }
  .p-xl-7 {
    padding: 7rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 7rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 7rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 7rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 7rem !important;
  }
  .p-xl-8 {
    padding: 8rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 8rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 8rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 8rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 8rem !important;
  }
  .p-xl-9 {
    padding: 9rem !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 9rem !important;
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 9rem !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 9rem !important;
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 9rem !important;
  }
  .p-xl-10 {
    padding: 10rem !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 10rem !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 10rem !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 10rem !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 10rem !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;
  }
}
.pb-r {
  padding-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .pb-r {
    padding-bottom: 1rem;
  }
}
@media (min-width: 1200px) {
  .pb-r {
    padding-bottom: 1.25rem;
  }
}

@media (max-width: 767px) {
  .mb-sm-down-1 {
    margin-bottom: 1rem !important;
  }
  .px-sm-down-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 991px) {
  .px-md-down-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .p-md-up-3 {
    padding: 3rem !important;
  }
  .mx-md-up-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .ml-md-up-1 {
    margin-left: 1rem !important;
  }
  .mr-md-up-1 {
    margin-right: 1rem !important;
  }
  .ml-md-up-4 {
    margin-left: 4rem !important;
  }
  .mr-md-up-4 {
    margin-right: 4rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .mb-md-lg-2 {
    margin-bottom: 2rem !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-up-1 {
    margin-left: 1rem !important;
  }
  .mr-lg-up-1 {
    margin-right: 1rem !important;
  }
  .ml-lg-up-4 {
    margin-left: 4rem !important;
  }
  .mr-lg-up-4 {
    margin-right: 4rem !important;
  }
}
.list-spacing-0 li {
  margin-bottom: 0 !important;
}

.list-spacing-11 li {
  margin-bottom: 0.25rem !important;
}

.list-spacing-12 li {
  margin-bottom: 0.5rem !important;
}

.list-spacing-13 li {
  margin-bottom: 0.75rem !important;
}

.list-spacing-1 li {
  margin-bottom: 1rem !important;
}

.list-spacing-15 li {
  margin-bottom: 1.5rem !important;
}

.list-spacing-2 li {
  margin-bottom: 2rem !important;
}

.list-spacing-3 li {
  margin-bottom: 3rem !important;
}

.list-spacing-4 li {
  margin-bottom: 4rem !important;
}

.list-spacing-5 li {
  margin-bottom: 5rem !important;
}

.list-spacing-6 li {
  margin-bottom: 6rem !important;
}

.list-spacing-7 li {
  margin-bottom: 7rem !important;
}

.list-spacing-8 li {
  margin-bottom: 8rem !important;
}

.list-spacing-9 li {
  margin-bottom: 9rem !important;
}

.list-spacing-10 li {
  margin-bottom: 10rem !important;
}

.list-spacing-0 li {
  margin-bottom: 0 !important;
}

.list-spacing-11 li {
  margin-bottom: 0.25rem !important;
}

.list-spacing-12 li {
  margin-bottom: 0.5rem !important;
}

.list-spacing-13 li {
  margin-bottom: 0.75rem !important;
}

.list-spacing-1 li {
  margin-bottom: 1rem !important;
}

.list-spacing-15 li {
  margin-bottom: 1.5rem !important;
}

.list-spacing-2 li {
  margin-bottom: 2rem !important;
}

.list-spacing-3 li {
  margin-bottom: 3rem !important;
}

.list-spacing-4 li {
  margin-bottom: 4rem !important;
}

.list-spacing-5 li {
  margin-bottom: 5rem !important;
}

.list-spacing-6 li {
  margin-bottom: 6rem !important;
}

.list-spacing-7 li {
  margin-bottom: 7rem !important;
}

.list-spacing-8 li {
  margin-bottom: 8rem !important;
}

.list-spacing-9 li {
  margin-bottom: 9rem !important;
}

.list-spacing-10 li {
  margin-bottom: 10rem !important;
}

@media (min-width: 576px) {
  .list-spacing-0 li {
    margin-bottom: 0 !important;
  }
  .list-spacing-11 li {
    margin-bottom: 0.25rem !important;
  }
  .list-spacing-12 li {
    margin-bottom: 0.5rem !important;
  }
  .list-spacing-13 li {
    margin-bottom: 0.75rem !important;
  }
  .list-spacing-1 li {
    margin-bottom: 1rem !important;
  }
  .list-spacing-15 li {
    margin-bottom: 1.5rem !important;
  }
  .list-spacing-2 li {
    margin-bottom: 2rem !important;
  }
  .list-spacing-3 li {
    margin-bottom: 3rem !important;
  }
  .list-spacing-4 li {
    margin-bottom: 4rem !important;
  }
  .list-spacing-5 li {
    margin-bottom: 5rem !important;
  }
  .list-spacing-6 li {
    margin-bottom: 6rem !important;
  }
  .list-spacing-7 li {
    margin-bottom: 7rem !important;
  }
  .list-spacing-8 li {
    margin-bottom: 8rem !important;
  }
  .list-spacing-9 li {
    margin-bottom: 9rem !important;
  }
  .list-spacing-10 li {
    margin-bottom: 10rem !important;
  }
  .list-spacing-0 li {
    margin-bottom: 0 !important;
  }
  .list-spacing-11 li {
    margin-bottom: 0.25rem !important;
  }
  .list-spacing-12 li {
    margin-bottom: 0.5rem !important;
  }
  .list-spacing-13 li {
    margin-bottom: 0.75rem !important;
  }
  .list-spacing-1 li {
    margin-bottom: 1rem !important;
  }
  .list-spacing-15 li {
    margin-bottom: 1.5rem !important;
  }
  .list-spacing-2 li {
    margin-bottom: 2rem !important;
  }
  .list-spacing-3 li {
    margin-bottom: 3rem !important;
  }
  .list-spacing-4 li {
    margin-bottom: 4rem !important;
  }
  .list-spacing-5 li {
    margin-bottom: 5rem !important;
  }
  .list-spacing-6 li {
    margin-bottom: 6rem !important;
  }
  .list-spacing-7 li {
    margin-bottom: 7rem !important;
  }
  .list-spacing-8 li {
    margin-bottom: 8rem !important;
  }
  .list-spacing-9 li {
    margin-bottom: 9rem !important;
  }
  .list-spacing-10 li {
    margin-bottom: 10rem !important;
  }
}
@media (min-width: 768px) {
  .list-spacing-0 li {
    margin-bottom: 0 !important;
  }
  .list-spacing-11 li {
    margin-bottom: 0.25rem !important;
  }
  .list-spacing-12 li {
    margin-bottom: 0.5rem !important;
  }
  .list-spacing-13 li {
    margin-bottom: 0.75rem !important;
  }
  .list-spacing-1 li {
    margin-bottom: 1rem !important;
  }
  .list-spacing-15 li {
    margin-bottom: 1.5rem !important;
  }
  .list-spacing-2 li {
    margin-bottom: 2rem !important;
  }
  .list-spacing-3 li {
    margin-bottom: 3rem !important;
  }
  .list-spacing-4 li {
    margin-bottom: 4rem !important;
  }
  .list-spacing-5 li {
    margin-bottom: 5rem !important;
  }
  .list-spacing-6 li {
    margin-bottom: 6rem !important;
  }
  .list-spacing-7 li {
    margin-bottom: 7rem !important;
  }
  .list-spacing-8 li {
    margin-bottom: 8rem !important;
  }
  .list-spacing-9 li {
    margin-bottom: 9rem !important;
  }
  .list-spacing-10 li {
    margin-bottom: 10rem !important;
  }
  .list-spacing-0 li {
    margin-bottom: 0 !important;
  }
  .list-spacing-11 li {
    margin-bottom: 0.25rem !important;
  }
  .list-spacing-12 li {
    margin-bottom: 0.5rem !important;
  }
  .list-spacing-13 li {
    margin-bottom: 0.75rem !important;
  }
  .list-spacing-1 li {
    margin-bottom: 1rem !important;
  }
  .list-spacing-15 li {
    margin-bottom: 1.5rem !important;
  }
  .list-spacing-2 li {
    margin-bottom: 2rem !important;
  }
  .list-spacing-3 li {
    margin-bottom: 3rem !important;
  }
  .list-spacing-4 li {
    margin-bottom: 4rem !important;
  }
  .list-spacing-5 li {
    margin-bottom: 5rem !important;
  }
  .list-spacing-6 li {
    margin-bottom: 6rem !important;
  }
  .list-spacing-7 li {
    margin-bottom: 7rem !important;
  }
  .list-spacing-8 li {
    margin-bottom: 8rem !important;
  }
  .list-spacing-9 li {
    margin-bottom: 9rem !important;
  }
  .list-spacing-10 li {
    margin-bottom: 10rem !important;
  }
}
@media (min-width: 992px) {
  .list-spacing-0 li {
    margin-bottom: 0 !important;
  }
  .list-spacing-11 li {
    margin-bottom: 0.25rem !important;
  }
  .list-spacing-12 li {
    margin-bottom: 0.5rem !important;
  }
  .list-spacing-13 li {
    margin-bottom: 0.75rem !important;
  }
  .list-spacing-1 li {
    margin-bottom: 1rem !important;
  }
  .list-spacing-15 li {
    margin-bottom: 1.5rem !important;
  }
  .list-spacing-2 li {
    margin-bottom: 2rem !important;
  }
  .list-spacing-3 li {
    margin-bottom: 3rem !important;
  }
  .list-spacing-4 li {
    margin-bottom: 4rem !important;
  }
  .list-spacing-5 li {
    margin-bottom: 5rem !important;
  }
  .list-spacing-6 li {
    margin-bottom: 6rem !important;
  }
  .list-spacing-7 li {
    margin-bottom: 7rem !important;
  }
  .list-spacing-8 li {
    margin-bottom: 8rem !important;
  }
  .list-spacing-9 li {
    margin-bottom: 9rem !important;
  }
  .list-spacing-10 li {
    margin-bottom: 10rem !important;
  }
  .list-spacing-0 li {
    margin-bottom: 0 !important;
  }
  .list-spacing-11 li {
    margin-bottom: 0.25rem !important;
  }
  .list-spacing-12 li {
    margin-bottom: 0.5rem !important;
  }
  .list-spacing-13 li {
    margin-bottom: 0.75rem !important;
  }
  .list-spacing-1 li {
    margin-bottom: 1rem !important;
  }
  .list-spacing-15 li {
    margin-bottom: 1.5rem !important;
  }
  .list-spacing-2 li {
    margin-bottom: 2rem !important;
  }
  .list-spacing-3 li {
    margin-bottom: 3rem !important;
  }
  .list-spacing-4 li {
    margin-bottom: 4rem !important;
  }
  .list-spacing-5 li {
    margin-bottom: 5rem !important;
  }
  .list-spacing-6 li {
    margin-bottom: 6rem !important;
  }
  .list-spacing-7 li {
    margin-bottom: 7rem !important;
  }
  .list-spacing-8 li {
    margin-bottom: 8rem !important;
  }
  .list-spacing-9 li {
    margin-bottom: 9rem !important;
  }
  .list-spacing-10 li {
    margin-bottom: 10rem !important;
  }
}
@media (min-width: 1200px) {
  .list-spacing-0 li {
    margin-bottom: 0 !important;
  }
  .list-spacing-11 li {
    margin-bottom: 0.25rem !important;
  }
  .list-spacing-12 li {
    margin-bottom: 0.5rem !important;
  }
  .list-spacing-13 li {
    margin-bottom: 0.75rem !important;
  }
  .list-spacing-1 li {
    margin-bottom: 1rem !important;
  }
  .list-spacing-15 li {
    margin-bottom: 1.5rem !important;
  }
  .list-spacing-2 li {
    margin-bottom: 2rem !important;
  }
  .list-spacing-3 li {
    margin-bottom: 3rem !important;
  }
  .list-spacing-4 li {
    margin-bottom: 4rem !important;
  }
  .list-spacing-5 li {
    margin-bottom: 5rem !important;
  }
  .list-spacing-6 li {
    margin-bottom: 6rem !important;
  }
  .list-spacing-7 li {
    margin-bottom: 7rem !important;
  }
  .list-spacing-8 li {
    margin-bottom: 8rem !important;
  }
  .list-spacing-9 li {
    margin-bottom: 9rem !important;
  }
  .list-spacing-10 li {
    margin-bottom: 10rem !important;
  }
  .list-spacing-0 li {
    margin-bottom: 0 !important;
  }
  .list-spacing-11 li {
    margin-bottom: 0.25rem !important;
  }
  .list-spacing-12 li {
    margin-bottom: 0.5rem !important;
  }
  .list-spacing-13 li {
    margin-bottom: 0.75rem !important;
  }
  .list-spacing-1 li {
    margin-bottom: 1rem !important;
  }
  .list-spacing-15 li {
    margin-bottom: 1.5rem !important;
  }
  .list-spacing-2 li {
    margin-bottom: 2rem !important;
  }
  .list-spacing-3 li {
    margin-bottom: 3rem !important;
  }
  .list-spacing-4 li {
    margin-bottom: 4rem !important;
  }
  .list-spacing-5 li {
    margin-bottom: 5rem !important;
  }
  .list-spacing-6 li {
    margin-bottom: 6rem !important;
  }
  .list-spacing-7 li {
    margin-bottom: 7rem !important;
  }
  .list-spacing-8 li {
    margin-bottom: 8rem !important;
  }
  .list-spacing-9 li {
    margin-bottom: 9rem !important;
  }
  .list-spacing-10 li {
    margin-bottom: 10rem !important;
  }
}
.text-justify {
  text-align: justify !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-xxs {
  font-size: 0.6rem !important;
}

.text-xs {
  font-size: 0.7rem !important;
}

.text-sm {
  font-size: 0.8125rem !important;
}

.text-md {
  font-size: 0.875rem !important;
}

.text-base {
  font-size: 1rem !important;
}

.text-lg {
  font-size: 1.25rem !important;
}

.text-xl {
  font-size: 1.5rem !important;
}

.text-xxl {
  font-size: 2rem !important;
}

.text-jumbo {
  font-size: 3rem !important;
}

@media (min-width: 576px) {
  .text-sm-xxs {
    font-size: 0.6rem !important;
  }
  .text-sm-xs {
    font-size: 0.7rem !important;
  }
  .text-sm-sm {
    font-size: 0.8125rem !important;
  }
  .text-sm-md {
    font-size: 0.875rem !important;
  }
  .text-sm-base {
    font-size: 1rem !important;
  }
  .text-sm-lg {
    font-size: 1.25rem !important;
  }
  .text-sm-xl {
    font-size: 1.5rem !important;
  }
  .text-sm-xxl {
    font-size: 2rem !important;
  }
  .text-sm-jumbo {
    font-size: 3rem !important;
  }
}
@media (min-width: 768px) {
  .text-md-xxs {
    font-size: 0.6rem !important;
  }
  .text-md-xs {
    font-size: 0.7rem !important;
  }
  .text-md-sm {
    font-size: 0.8125rem !important;
  }
  .text-md-md {
    font-size: 0.875rem !important;
  }
  .text-md-base {
    font-size: 1rem !important;
  }
  .text-md-lg {
    font-size: 1.25rem !important;
  }
  .text-md-xl {
    font-size: 1.5rem !important;
  }
  .text-md-xxl {
    font-size: 2rem !important;
  }
  .text-md-jumbo {
    font-size: 3rem !important;
  }
}
@media (min-width: 992px) {
  .text-lg-xxs {
    font-size: 0.6rem !important;
  }
  .text-lg-xs {
    font-size: 0.7rem !important;
  }
  .text-lg-sm {
    font-size: 0.8125rem !important;
  }
  .text-lg-md {
    font-size: 0.875rem !important;
  }
  .text-lg-base {
    font-size: 1rem !important;
  }
  .text-lg-lg {
    font-size: 1.25rem !important;
  }
  .text-lg-xl {
    font-size: 1.5rem !important;
  }
  .text-lg-xxl {
    font-size: 2rem !important;
  }
  .text-lg-jumbo {
    font-size: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-xxs {
    font-size: 0.6rem !important;
  }
  .text-xl-xs {
    font-size: 0.7rem !important;
  }
  .text-xl-sm {
    font-size: 0.8125rem !important;
  }
  .text-xl-md {
    font-size: 0.875rem !important;
  }
  .text-xl-base {
    font-size: 1rem !important;
  }
  .text-xl-lg {
    font-size: 1.25rem !important;
  }
  .text-xl-xl {
    font-size: 1.5rem !important;
  }
  .text-xl-xxl {
    font-size: 2rem !important;
  }
  .text-xl-jumbo {
    font-size: 3rem !important;
  }
}
.text-transform-none {
  text-transform: none !important;
}

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

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

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

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

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

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

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

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

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

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

.text-primary p {
  color: #A01D21 !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: rgb(116.8253968254, 21.1746031746, 24.0952380952) !important;
}

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

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

a.text-secondary:focus, a.text-secondary:hover {
  color: rgb(229.5, 229.5, 229.5) !important;
}

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

.text-success p {
  color: #ffd807 !important;
}

a.text-success:focus, a.text-success:hover {
  color: rgb(211, 177.8185483871, 0) !important;
}

.text-info {
  color: #5bc0de !important;
}

.text-info p {
  color: #5bc0de !important;
}

a.text-info:focus, a.text-info:hover {
  color: rgb(48.5431472081, 175.6903553299, 213.4568527919) !important;
}

.text-quantal {
  color: #6e3860 !important;
}

.text-quantal p {
  color: #6e3860 !important;
}

a.text-quantal:focus, a.text-quantal:hover {
  color: rgb(76.2048192771, 38.7951807229, 66.5060240964) !important;
}

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

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

a.text-warning:focus, a.text-warning:hover {
  color: rgb(236.015625, 151.21875, 30.984375) !important;
}

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

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

a.text-danger:focus, a.text-danger:hover {
  color: rgb(201.4953271028, 48.0841121495, 43.5046728972) !important;
}

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

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

a.text-light:focus, a.text-light:hover {
  color: rgb(208.3142857143, 213.2285714286, 215.6857142857) !important;
}

.text-medium {
  color: #6c6c6c !important;
}

.text-medium p {
  color: #6c6c6c !important;
}

a.text-medium:focus, a.text-medium:hover {
  color: rgb(82.5, 82.5, 82.5) !important;
}

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

.text-dark p {
  color: #404040 !important;
}

a.text-dark:focus, a.text-dark:hover {
  color: rgb(38.5, 38.5, 38.5) !important;
}

.text-primary-light {
  color: rgb(255, 232.0403225806, 109) !important;
}

.text-primary-light p {
  color: rgb(255, 232.0403225806, 109) !important;
}

a.text-primary-light:focus, a.text-primary-light:hover {
  color: rgb(255, 224.0201612903, 58) !important;
}

.text-blue {
  color: #18a299 !important;
}

.text-blue p {
  color: #18a299 !important;
}

a.text-blue:focus, a.text-blue:hover {
  color: rgb(17.4193548387, 117.5806451613, 111.0483870968) !important;
}

.text-indigo {
  color: #6610f2 !important;
}

.text-indigo p {
  color: #6610f2 !important;
}

a.text-indigo:focus, a.text-indigo:hover {
  color: rgb(81.3214285714, 10.6785714286, 196.3214285714) !important;
}

.text-purple {
  color: #6e3860 !important;
}

.text-purple p {
  color: #6e3860 !important;
}

a.text-purple:focus, a.text-purple:hover {
  color: rgb(76.2048192771, 38.7951807229, 66.5060240964) !important;
}

.text-pink {
  color: #b03873 !important;
}

.text-pink p {
  color: #b03873 !important;
}

a.text-pink:focus, a.text-pink:hover {
  color: rgb(137.3103448276, 43.6896551724, 89.7198275862) !important;
}

.text-lavender {
  color: #B69CAE !important;
}

.text-lavender p {
  color: #B69CAE !important;
}

a.text-lavender:focus, a.text-lavender:hover {
  color: rgb(160.3546511628, 126.6453488372, 149.9825581395) !important;
}

.text-red {
  color: #A01D21 !important;
}

.text-red p {
  color: #A01D21 !important;
}

a.text-red:focus, a.text-red:hover {
  color: rgb(116.8253968254, 21.1746031746, 24.0952380952) !important;
}

.text-orange {
  color: #fd7e14 !important;
}

.text-orange p {
  color: #fd7e14 !important;
}

a.text-orange:focus, a.text-orange:hover {
  color: rgb(220.1265822785, 101.164556962, 1.8734177215) !important;
}

.text-yellow {
  color: #ffd807 !important;
}

.text-yellow p {
  color: #ffd807 !important;
}

a.text-yellow:focus, a.text-yellow:hover {
  color: rgb(211, 177.8185483871, 0) !important;
}

.text-green {
  color: #96c23f !important;
}

.text-green p {
  color: #96c23f !important;
}

a.text-green:focus, a.text-green:hover {
  color: rgb(120.5059288538, 156.3320158103, 49.6679841897) !important;
}

.text-teal {
  color: #20c997 !important;
}

.text-teal p {
  color: #20c997 !important;
}

a.text-teal:focus, a.text-teal:hover {
  color: rgb(24.9957081545, 157.0042918455, 117.9484978541) !important;
}

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

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

a.text-cyan:focus, a.text-cyan:hover {
  color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

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

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

a.text-white:focus, a.text-white:hover {
  color: rgb(229.5, 229.5, 229.5) !important;
}

.text-gray-md {
  color: #eceeef !important;
}

.text-gray-md p {
  color: #eceeef !important;
}

a.text-gray-md:focus, a.text-gray-md:hover {
  color: rgb(208.3142857143, 213.2285714286, 215.6857142857) !important;
}

.text-gray {
  color: #9f9f9f !important;
}

.text-gray p {
  color: #9f9f9f !important;
}

a.text-gray:focus, a.text-gray:hover {
  color: rgb(133.5, 133.5, 133.5) !important;
}

.text-gray-dark {
  color: #404040 !important;
}

.text-gray-dark p {
  color: #404040 !important;
}

a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: rgb(38.5, 38.5, 38.5) !important;
}

.text-muted {
  color: #9f9f9f !important;
}

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

.title-feature {
  text-transform: uppercase;
  color: #404040;
}
.title-feature.text-xs {
  letter-spacing: 3px !important;
  line-height: 1rem !important;
}
.title-feature.text-sm {
  line-height: 1rem !important;
}
.title-feature.text-md {
  line-height: 1.25rem !important;
}
.title-feature.text-lg {
  line-height: 1.5rem !important;
}
.title-feature.text-xl {
  line-height: 1.75rem !important;
}

h1.title-feature, h2.title-feature {
  letter-spacing: 6px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2rem;
}

h3.title-feature, h4.title-feature {
  letter-spacing: 5px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.75rem;
}

h5.title-feature {
  letter-spacing: 4px;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5rem;
}

h6.title-feature {
  letter-spacing: 3px;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.25rem;
}

p.title-feature, li.title-feature, a.title-feature {
  letter-spacing: 3px;
  font-size: 0.8rem;
  font-weight: 600;
}

.link-title [class^=icon-], .link-title [class*=" icon-"] {
  position: relative;
  left: 0;
  transition: all 0.2s ease-in-out;
}
.link-title:hover [class^=icon-], .link-title:hover [class*=" icon-"] {
  left: 0.5rem;
}

.letter-spacing-base {
  letter-spacing: 2px !important;
}

.letter-spacing-md {
  letter-spacing: 4px !important;
}

.letter-spacing-lg {
  letter-spacing: 6px !important;
}

.letter-spacing-xl {
  letter-spacing: 8px !important;
}

.font-family-base {
  font-family: "aktiv-grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

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

.h-left h2, .h-left h3, .h-left h4, .h-left h5, .h-left h6 {
  text-align: left !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.o-visible {
  overflow: visible !important;
}

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

.o-scroll {
  overflow: scroll;
}

.ox-scroll {
  overflow-x: scroll;
}

.oy-scroll {
  overflow-y: scroll;
}

.pointer-events-all {
  pointer-events: all !important;
}

.pointer-events-none {
  pointer-events: none !important;
}

.z-depth-0 {
  box-shadow: none !important;
}

.z-depth-1 {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08) !important;
  z-index: 5;
}

.z-depth-2 {
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08) !important;
  z-index: 10;
}

.z-depth-3, .img-select.active, .img-bulk-select img.active {
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(0, 0, 0, 0.08) !important;
  z-index: 15;
}

.z-depth-4 {
  box-shadow: 0 5px 128px 0 rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(0, 0, 0, 0.08) !important;
  z-index: 20;
}

.z-depth-focus:focus, .z-depth-focus:hover {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08) !important;
}

.z-depth-focus.z-depth-1:focus, .z-depth-focus.z-depth-1:hover {
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08) !important;
}

.z-depth-focus.z-depth-2:focus, .z-depth-focus.z-depth-2:hover {
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(0, 0, 0, 0.08) !important;
}

.z-depth-focus.z-depth-3:focus, .z-depth-focus.img-select.active:focus, .img-bulk-select img.z-depth-focus.active:focus, .z-depth-focus.z-depth-3:hover, .z-depth-focus.img-select.active:hover, .img-bulk-select img.z-depth-focus.active:hover {
  box-shadow: 0 5px 128px 0 rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(0, 0, 0, 0.08) !important;
}

.z-depth-inset-1 {
  box-shadow: inset -5px 0 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

.z-depth-inset-2 {
  box-shadow: inset -10px 0 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.z-depth-inset-3 {
  box-shadow: inset -15px 0 15px 5px rgba(0, 0, 0, 0.5) !important;
}

.z-depth-inset-4 {
  box-shadow: inset -28px 0 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21) !important;
}

.z-index-1 {
  position: relative;
  z-index: 1;
}

.pagination {
  display: block;
}
.pagination .pagination-item {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
  background: rgba(0, 0, 0, 0.15);
  margin-left: 0.25rem;
  vertical-align: middle;
}
.pagination .pagination-item:hover {
  background: rgba(0, 0, 0, 0.5);
}
.pagination .pagination-item.active {
  background: #18a299;
}
.pagination .pagination-item:first-of-type {
  margin-left: 0;
}
.pagination.pagination-white .pagination-item {
  background: rgba(255, 255, 255, 0.3);
}
.pagination.pagination-white .pagination-item:hover {
  background: rgba(255, 255, 255, 0.75);
}
.pagination.pagination-white .pagination-item.active {
  background: rgba(255, 255, 255, 0.9);
}

.pagination-previous, .pagination-next {
  position: relative;
  top: 3px;
  cursor: pointer;
}

.unslider .pagination-previous {
  order: 2;
}
.unslider .pagination-next {
  order: 4;
}

@font-face {
  font-family: "ultra-icon";
  src: url("/fonts/ultra-icons/ultra-icons/ultra-icon.eot?5he3gw");
  src: url("/fonts/ultra-icons/ultra-icon.eot?5he3gw#iefix") format("embedded-opentype"), url("/fonts/ultra-icons/ultra-icon.ttf?5he3gw") format("truetype"), url("/fonts/ultra-icons/ultra-icon.woff?5he3gw") format("woff"), url("/fonts/ultra-icons/ultra-icon.svg?5he3gw#ultra-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ultra-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[data-hover-icon=icon-heart]:hover .icon-btn:before, [data-hover-icon=icon-heart].icon-heart:hover:before {
  content: "\E90B";
}

[data-hover-icon=icon-heart-o]:hover .icon-btn:before, [data-hover-icon=icon-heart-o].icon-heart-o:hover:before {
  content: "\E90C";
}

[data-hover-icon=icon-share]:hover .icon-btn:before, [data-hover-icon=icon-share].icon-share:hover:before {
  content: "\E90E";
}

[data-hover-icon=icon-share-o]:hover .icon-btn:before, [data-hover-icon=icon-share-o].icon-share-o:hover:before {
  content: "\E90F";
}

.icon-arrow-down:before {
  content: "\E900";
}

.icon-arrow-left:before {
  content: "\E901";
}

.icon-arrow-right:before {
  content: "\E902";
}

.icon-arrow-up:before {
  content: "\E903";
}

.icon-chevron-down:before {
  content: "\E904";
}

.icon-chevron-left:before {
  content: "\E905";
}

.icon-chevron-right:before {
  content: "\E906";
}

.icon-chevron-up:before {
  content: "\E907";
}

.icon-close:before {
  content: "\E908";
}

.icon-download:before {
  content: "\E909";
}

.icon-gbp:before {
  content: "\E90A";
}

.icon-heart-o:before {
  content: "\E90B";
}

.icon-heart:before {
  content: "\E90C";
}

.icon-search:before {
  content: "\E90D";
}

.icon-share-o:before {
  content: "\E90E";
}

.icon-share:before {
  content: "\E90F";
}

.icon-star-o:before {
  content: "\E910";
}

.icon-star:before {
  content: "\E911";
}

.icon-wrench:before {
  content: "\E912";
}

.icon-check:before {
  content: "\E913";
}

.icon-check-bold:before {
  content: "\E914";
}

.icon-information:before {
  content: "\E915";
}

.icon-active-primary {
  color: #A01D21 !important;
}

.icon-active-secondary {
  color: #fff !important;
}

.icon-active-success {
  color: #ffd807 !important;
}

.icon-active-info {
  color: #5bc0de !important;
}

.icon-active-quantal {
  color: #6e3860 !important;
}

.icon-active-warning {
  color: #f0ad4e !important;
}

.icon-active-danger {
  color: #d9534f !important;
}

.icon-active-light {
  color: #eceeef !important;
}

.icon-active-medium {
  color: #6c6c6c !important;
}

.icon-active-dark {
  color: #404040 !important;
}

.icon-active-primary-light {
  color: rgb(255, 232.0403225806, 109) !important;
}

.icon-dropdown-slider {
  transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%;
  color: white;
  font-size: 2rem;
  transition: all 0.2s ease-in-out;
}
.icon-dropdown-slider:hover {
  bottom: 0.5rem;
}

[aria-expanded=true] .collapse-icon {
  transform: rotate(180deg) !important;
}

.collapse-icon {
  position: absolute !important;
  top: 1rem !important;
  right: 1.5rem !important;
  transition: all 0.2s ease-in-out !important;
  transform: rotate(0deg) !important;
}

/**
 *   Here's where everything gets included. You don't need
 *   to change anything here, and doing so might break
 *   stuff. Here be dragons and all that.
 */
/**
 *   Default variables
 *
 *   While these can be set with JavaScript, it's probably
 *   better and faster to just set them here, compile to
 *   CSS and include that instead to use some of that
 *   hardware-accelerated goodness.
 */
.unslider {
  overflow: visible;
  margin: 0;
  padding: 0;
}
.unslider-wrap {
  position: relative;
}
.unslider-wrap.unslider-carousel > li {
  float: left;
}
.unslider-vertical > ul {
  height: 100%;
}
.unslider-vertical li {
  float: none;
  width: 100%;
}
.unslider-fade {
  position: relative;
}
.unslider-fade .unslider-wrap li {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 8;
}
.unslider-fade .unslider-wrap li.unslider-active {
  z-index: 10;
}
.unslider ul, .unslider ol, .unslider li {
  list-style: none;
  /* Reset any weird spacing */
  margin: 0;
  padding: 0;
  border: none;
}
.unslider-arrow {
  position: absolute;
  left: 20px;
  z-index: 2;
  cursor: pointer;
}
.unslider-arrow.next {
  left: auto;
  right: 20px;
}

.unslider-nav {
  order: 3;
  align-self: flex-start;
  margin-left: 1rem;
  margin-right: 1rem;
}
.unslider-nav ol {
  list-style: none;
  text-align: center;
}
.unslider-nav ol li {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
  background: rgba(0, 0, 0, 0.15);
  margin-left: 0.5rem;
  vertical-align: middle;
  overflow: hidden;
  text-indent: -999em;
  cursor: pointer;
}
.unslider-nav ol li:hover {
  background: rgba(0, 0, 0, 0.5);
}
.unslider-nav ol li.unslider-active {
  background: #18a299;
}
.unslider-nav ol li:first-of-type {
  margin-left: 0;
}

.unslider {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

/*!
 * Datepicker v0.6.3
 * https://github.com/fengyuanchen/datepicker
 * 
 * Copyright (c) 2014-2017 Fengyuan Chen
 * Released under the MIT license
 * 
 * Date: 2017-09-29T14:28:02.764Z
 */
.datepicker-container {
  background-color: #fff;
  direction: ltr;
  font-size: 12px;
  left: 0;
  line-height: 30px;
  position: fixed;
  top: 0;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 210px;
  z-index: -1;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.datepicker-container::before,
.datepicker-container::after {
  border: 5px solid transparent;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.datepicker-dropdown {
  border: 1px solid #ccc;
  box-shadow: 0 3px 6px #ccc;
  box-sizing: content-box;
  position: absolute;
  z-index: 1;
}

.datepicker-inline {
  position: static;
}

.datepicker-top-left,
.datepicker-top-right {
  border-top-color: #39f;
}

.datepicker-top-left::before,
.datepicker-top-left::after,
.datepicker-top-right::before,
.datepicker-top-right::after {
  border-top: 0;
  left: 10px;
  top: -5px;
}

.datepicker-top-left::before,
.datepicker-top-right::before {
  border-bottom-color: #39f;
}

.datepicker-top-left::after,
.datepicker-top-right::after {
  border-bottom-color: #fff;
  top: -4px;
}

.datepicker-bottom-left,
.datepicker-bottom-right {
  border-bottom-color: #39f;
}

.datepicker-bottom-left::before,
.datepicker-bottom-left::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
  border-bottom: 0;
  bottom: -5px;
  left: 10px;
}

.datepicker-bottom-left::before,
.datepicker-bottom-right::before {
  border-top-color: #39f;
}

.datepicker-bottom-left::after,
.datepicker-bottom-right::after {
  border-top-color: #fff;
  bottom: -4px;
}

.datepicker-top-right::before,
.datepicker-top-right::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
  left: auto;
  right: 10px;
}

.datepicker-panel > ul {
  margin: 0;
  padding: 0;
  width: 102%;
}

.datepicker-panel > ul::before,
.datepicker-panel > ul::after {
  content: " ";
  display: table;
}

.datepicker-panel > ul::after {
  clear: both;
}

.datepicker-panel > ul > li {
  background-color: #fff;
  cursor: pointer;
  float: left;
  height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 30px;
}

.datepicker-panel > ul > li:hover {
  background-color: rgb(229, 242, 255);
}

.datepicker-panel > ul > li.muted,
.datepicker-panel > ul > li.muted:hover {
  color: #999;
}

.datepicker-panel > ul > li.highlighted {
  background-color: rgb(229, 242, 255);
}

.datepicker-panel > ul > li.highlighted:hover {
  background-color: rgb(204, 229, 255);
}

.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
  color: #39f;
}

.datepicker-panel > ul > li.disabled,
.datepicker-panel > ul > li.disabled:hover {
  background-color: #fff;
  color: #ccc;
  cursor: default;
}

.datepicker-panel > ul > li.disabled.highlighted,
.datepicker-panel > ul > li.disabled:hover.highlighted {
  background-color: rgb(229, 242, 255);
}

.datepicker-panel > ul > li[data-view="years prev"],
.datepicker-panel > ul > li[data-view="year prev"],
.datepicker-panel > ul > li[data-view="month prev"],
.datepicker-panel > ul > li[data-view="years next"],
.datepicker-panel > ul > li[data-view="year next"],
.datepicker-panel > ul > li[data-view="month next"],
.datepicker-panel > ul > li[data-view=next] {
  font-size: 18px;
}

.datepicker-panel > ul > li[data-view="years current"],
.datepicker-panel > ul > li[data-view="year current"],
.datepicker-panel > ul > li[data-view="month current"] {
  width: 150px;
}

.datepicker-panel > ul[data-view=years] > li,
.datepicker-panel > ul[data-view=months] > li {
  height: 52.5px;
  line-height: 52.5px;
  width: 52.5px;
}

.datepicker-panel > ul[data-view=week] > li,
.datepicker-panel > ul[data-view=week] > li:hover {
  background-color: #fff;
  cursor: default;
}

.datepicker-hide {
  display: none;
}

/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #A01D21;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #A01D21, 0 0 5px #A01D21;
  opacity: 1;
  transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #A01D21;
  border-left-color: #A01D21;
  border-radius: 50%;
  animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.slick-nav {
  display: inline-block;
}
.slick-nav .slick-dots {
  list-style: none;
  margin-bottom: 0 !important;
  padding-left: 0;
  position: relative;
  top: 1px;
}
.slick-nav .slick-dots li {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
  margin-left: 0.5rem;
  vertical-align: middle;
  overflow: hidden;
  text-indent: -999em;
  cursor: pointer;
}
.slick-nav .slick-dots li:first-of-type {
  margin-left: 0 !important;
}
.slick-nav.slick-nav-left .slick-dots {
  text-align: left !important;
}
.slick-nav.slick-nav-center .slick-dots {
  text-align: center !important;
}
.slick-nav.slick-nav-light .slick-dots li {
  background: rgba(0, 0, 0, 0.15);
}
.slick-nav.slick-nav-light .slick-dots li:hover {
  background: rgba(0, 0, 0, 0.5);
}
.slick-nav.slick-nav-light .slick-dots li.slick-active {
  background: #18a299 !important;
}
.slick-nav.slick-nav-dark .slick-dots li {
  background: rgba(255, 255, 255, 0.2);
}
.slick-nav.slick-nav-dark .slick-dots li:hover {
  background: rgba(255, 255, 255, 0.5);
}
.slick-nav.slick-nav-dark .slick-dots li.slick-active {
  background: rgba(255, 255, 255, 0.9) !important;
}
.slick-nav.slick-nav-gallery {
  padding: 0 1rem !important;
}
.slick-nav.slick-nav-case-study {
  padding: 0 1rem !important;
}
.slick-nav.slick-nav-product {
  padding: 0 1rem !important;
}