@import url(https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600&display=swap);@charset "UTF-8";
.box-shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

:root {
  --blue: #18a299;
  --indigo: #6610f2;
  --purple: #6e3860;
  --pink: #b03873;
  --lavender: #B69CAE;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #96c23f;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray-md: #dee2e6;
  --gray: #9f9f9f;
  --gray-dark: #404040;
  --primary: #96c23f;
  --secondary: #fff;
  --success: #96c23f;
  --info: #5bc0de;
  --quantal: #6e3860;
  --warning: #f0ad4e;
  --danger: #d9534f;
  --light: #f7f7f7;
  --medium: #6c6c6c;
  --dark: #404040;
  --primary-light: #c0db8c;
  --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 screen and (max-height: 700px) {
  iframe.ultraframe-virtual-tour {
    height: 100vh !important;
  }
}

@media (min-width: 768px) {
  iframe.ultraframe-virtual-tour {
    height: 800px !important;
  }
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-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 {
  -webkit-box-sizing: border-box;
          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);
}

@-ms-viewport {
  width: device-width;
}

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 {
  -webkit-box-sizing: content-box;
          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: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: 900;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #96c23f;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #6a892c;
  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 {
  -ms-touch-action: manipulation;
      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: .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"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .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 {
  letter-spacing: 6px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2rem;
}

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

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

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

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

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

p {
  font-size: .9rem;
  color: #6c6c6c;
  letter-spacing: .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: #dc3545 !important;
}

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

.hover-yellow:hover {
  color: #ffc107 !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: #dee2e6 !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: .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: #dc3545;
}

.list-links li .hover-orange:before {
  background-color: #fd7e14;
}

.list-links li .hover-yellow:before {
  background-color: #ffc107;
}

.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: #dee2e6;
}

.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 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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;
  border: 3px solid #96c23f;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

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

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333333%;
          flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66666667%;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66666667%;
          flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333333%;
          flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66666667%;
          flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333333%;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

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

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

.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: #e2eec9;
}

.table-hover .table-primary:hover {
  background-color: #d8e8b6;
}

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

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

.table-hover .table-secondary:hover {
  background-color: #f2f2f2;
}

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

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

.table-hover .table-success:hover {
  background-color: #d8e8b6;
}

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

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

.table-hover .table-info:hover {
  background-color: #bce5f2;
}

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

.table-quantal,
.table-quantal > th,
.table-quantal > td {
  background-color: #d6c7d2;
}

.table-hover .table-quantal:hover {
  background-color: #cbb8c6;
}

.table-hover .table-quantal:hover > td,
.table-hover .table-quantal:hover > th {
  background-color: #cbb8c6;
}

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

.table-hover .table-warning:hover {
  background-color: #f9ddb5;
}

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

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

.table-hover .table-danger:hover {
  background-color: #efbbb9;
}

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

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

.table-hover .table-light:hover {
  background-color: #f0f0f0;
}

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

.table-medium,
.table-medium > th,
.table-medium > td {
  background-color: #d6d6d6;
}

.table-hover .table-medium:hover {
  background-color: #c9c9c9;
}

.table-hover .table-medium:hover > td,
.table-hover .table-medium:hover > th {
  background-color: #c9c9c9;
}

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

.table-hover .table-dark:hover {
  background-color: #bdbdbd;
}

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

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

.table-hover .table-primary-light:hover {
  background-color: #e2efcc;
}

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

.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: #32383e;
}

.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: #32383e;
}

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

.hub-template {
}

.hub-template h1, .hub-template h2, .hub-template h3, .hub-template h4, .hub-template h5, .hub-template h6 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
}

.hub-template h1 span, .hub-template h2 span, .hub-template h3 span, .hub-template h4 span, .hub-template h5 span, .hub-template h6 span {
  font-weight: 500;
}

.hub-template div, .hub-template p, .hub-template span, .hub-template p > span, .hub-template li:not(.nav-link),
.hub-template div, .hub-template p, .hub-template span, .hub-template p > span, .hub-template li:not(footer),
.hub-template div, .hub-template p, .hub-template span, .hub-template p > span, .hub-template li  div, .hub-template p, .hub-template span, .hub-template p > span, .hub-template li  div, .hub-template p, .hub-template span, .hub-template p > span:not(#cta-fixed) {
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
  letter-spacing: 0;
}

.hub-template a:not(.nav-link) a:not(footer) a  a:not(#cta-fixed) a:not(.cta-item) a  a:not(li) {
  font-family: 'Quicksand', sans-serif;
}

.hub-template .features-hup-card-content ul li span {
  font-weight: 500 !important;
}

.hub-template strong {
  font-family: 'Quicksand', sans-serif !important;
}

.hub-template .navbar div,
.hub-template .navbar-nav,
.hub-template .navbar-nav a,
.hub-template .navbar-nav li,
.hub-template .menu-item,
.hub-template a.nav-link,
.hub-template .menu-cat h6,
.hub-template .menu-cat a,
.hub-template .nav-link,
.hub-template .cta-item span,
.hub-template .cta-item {
  font-family: aktiv-grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
}

.hub-template footer div,
.hub-template footer p,
.hub-template footer a,
.hub-template footer h5,
.hub-template footer ul,
.hub-template footer ul li,
.hub-template footer li,
.hub-template footer span {
  font-family: aktiv-grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif !important;
}

.hub-template footer .panel-body a {
  font-size: 12px;
}

.hub-template footer .panel-body small {
  font-size: 80%;
  font-weight: 400;
}

.hub-template footer address p {
  font-family: ultra-icon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 1px;
}

.hub-template footer address p .address p {
  font-size: normal;
  letter-spacing: inherit;
}

.hub-template .hup-green {
  color: #93d400;
}

.hub-template .hup-cyan {
  color: #081f2d;
}

.hub-template .hup-grey {
  color: #d8d7d6;
}

.hub-template .svg-hup-green {
  color: #93d400;
}

.hub-template .svg-hup-green path {
  fill: #93d400 !important;
}

.hub-template .svg-hup-cyan {
  color: #081f2d;
}

.hub-template .svg-hup-cyan path {
  fill: #081f2d !important;
}

.hub-template .svg-hup-grey {
  color: #d8d7d6;
}

.hub-template .svg-hup-grey path {
  fill: #d8d7d6 !important;
}

.hub-template .bg-hup-green {
  background: #93d400 !important;
}

.hub-template .bg-hup-green svg polygon,
.hub-template .bg-hup-green svg path {
  fill: #93d400 !important;
}

.hub-template .bg-hup-cyan {
  background: #081f2d !important;
}

.hub-template .bg-hup-cyan svg polygon,
.hub-template .bg-hup-cyan svg path {
  fill: #081f2d !important;
}

.hub-template .bg-hup-grey {
  background: #d8d7d6 !important;
}

.hub-template .bg-hup-grey svg polygon,
.hub-template .bg-hup-grey svg path {
  fill: #d8d7d6 !important;
}

.hub-template .btn-hup-green {
  background: #93d400;
  border-color: #93d400;
  color: white !important;
  text-transform: none !important;
  padding: 1.5rem 2rem;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 15px;
}

.hub-template .btn-hup-green:hover {
  color: #93d400;
  background-color: #d8d7d6;
  border-color: #d8d7d6;
}

.hub-template .btn-hup-green--size {
  width: 150px;
}

.hub-template .btn-hup-cyan {
  background: #081f2d;
  border-color: #081f2d;
  color: white !important;
  text-transform: none !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 1.5rem 2rem;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 15px;
}

.hub-template .btn-hup-cyan:hover {
  color: #081f2d;
  background-color: #d8d7d6;
  border-color: #d8d7d6;
}

.hub-template .btn-hup-cyan--size {
  width: 150px;
}

.hub-template .btn-hup-grey {
  background: #d8d7d6;
  border-color: #d8d7d6;
  color: #081f2d !important;
  text-transform: none !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 1.5rem 2rem;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 15px;
}

.hub-template .btn-hup-grey:hover {
  color: #081f2d;
  background-color: #93d400;
  border-color: #93d400;
}

.hub-template .btn-hup-white {
  background: #ffffff;
  border-color: #ffffff;
  color: #081f2d !important;
  text-transform: none !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 1.5rem 2rem;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 15px;
}

.hub-template .btn-hup-white:hover {
  color: #ffffff !important;
  background-color: #081f2d;
  border-color: #081f2d;
}

.hub-template .btn-hup-white--size {
  width: 150px;
}

.hub-template .h1-hup {
  font-size: 2.2rem;
  text-transform: none !important;
  position: relative;
  color: #ffffff;
  line-height: 1em;
}

.hub-template .h1-hup::after {
  content: '';
  width: 80px;
  height: 2px;
  background-color: #93d400;
  position: absolute;
  bottom: -30px;
  left: 0;
}

.hub-template .h1-hup--nounderline::after {
  display: none;
}

@media (min-width: 768px) {
  .hub-template .h1-hup {
    font-size: 3rem;
  }
}

@media (min-width: 1280px) {
  .hub-template .h1-hup {
    font-size: 3.2rem;
  }
}

@media (min-width: 1660px) {
  .hub-template .h1-hup {
    font-size: 4rem;
  }
}

.hub-template .h2-hup-white {
  font-size: 1.6rem;
  text-transform: none !important;
  position: relative;
  color: #fff;
}

.hub-template .h2-hup-white::after {
  display: block;
  content: '';
  width: 80px;
  height: 2px;
  background-color: #93d400;
  position: absolute;
  bottom: -30px;
  left: 0;
}

.hub-template .h2-hup-white--nounderline::after {
  display: none;
}

.hub-template .h2-hup-white span {
  color: #93d400;
  font-size: calc(1.6rem + 2pt);
}

@media (min-width: 768px) {
  .hub-template .h2-hup-white span {
    font-size: calc(2.6rem + 2pt);
  }
}

@media (min-width: 768px) {
  .hub-template .h2-hup-white {
    font-size: 2.6rem;
    line-height: 1.2em;
  }
}

.hub-template .h2-hup-cyan {
  font-size: 1.6rem;
  text-transform: none !important;
  position: relative;
  color: #081f2d;
}

.hub-template .h2-hup-cyan::after {
  content: '';
  width: 80px;
  height: 2px;
  background-color: #93d400;
  position: absolute;
  bottom: -30px;
  left: 0;
}

.hub-template .h2-hup-cyan--nounderline::after {
  display: none;
}

.hub-template .h2-hup-cyan span {
  color: #93d400;
  font-size: calc(1.6rem + 2pt);
}

@media (min-width: 768px) {
  .hub-template .h2-hup-cyan span {
    font-size: calc(2.6rem + 2pt);
  }
}

@media (min-width: 768px) {
  .hub-template .h2-hup-cyan {
    font-size: 2.6rem;
    line-height: 1.2em;
  }
}

.hub-template .h2-hup-green {
  font-size: 1.6rem;
  text-transform: none !important;
  position: relative;
  color: #93d400;
}

.hub-template .h2-hup-green::after {
  content: '';
  width: 80px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: -30px;
  left: 0;
}

.hub-template .h2-hup-green--nounderline::after {
  display: none;
}

.hub-template .h2-hup-green span {
  color: #ffffff;
  font-size: calc(1.6rem + 2pt);
}

@media (min-width: 768px) {
  .hub-template .h2-hup-green span {
    font-size: calc(2.6rem + 2pt);
  }
}

@media (min-width: 768px) {
  .hub-template .h2-hup-green {
    font-size: 2.6rem;
  }
}

.hub-template .h3-hup-green {
  font-size: 1rem;
  text-transform: none !important;
  position: relative;
  color: #93d400;
}

.hub-template .h3-hup-green::after {
  content: '';
  width: 60px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.hub-template .h3-hup-green--nounderline::after {
  display: none;
}

.hub-template .h3-hup-green span {
  color: #ffffff;
  font-size: calc(1rem + 2pt);
}

.hub-template .h3-hup-white {
  font-size: 1.3rem;
  line-height: 1.5em;
  text-transform: none !important;
  position: relative;
  color: #ffffff;
}

.hub-template .h3-hup-white::after {
  content: '';
  width: 60px;
  height: 2px;
  background-color: #93d400;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.hub-template .h3-hup-white--nounderline::after {
  display: none;
}

.hub-template .h3-hup-white span {
  font-size: calc(1.5rem + 2pt);
  margin-right: 0.5rem;
}

@media (max-width: 767px) {
  .hub-template .hup-retail-banner-logo {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 160px;
    height: 140px;
    background: #081f2d;
    padding: 1rem 1rem 0 1rem;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 99%, 0 73%);
    clip-path: polygon(0 0, 100% 0%, 100% 99%, 0 73%);
    z-index: 2;
  }
}

@media (min-width: 768px) {
  .hub-template .hup-retail-banner-logo {
    display: block;
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 247px;
    height: 235px;
    background: #081f2d;
    padding: 1rem 1rem 0 1rem;
    -webkit-clip-path: polygon(0 27%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 27%, 100% 0%, 100% 100%, 0% 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 2;
  }
}

.hub-template .hup-retail-banner {
  position: relative;
  width: 100%;
}

@media (max-width: 768px) {
  .hub-template .hup-retail-banner {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 8rem 0 5rem 0;
  }
}

@media (max-width: 1279px) and (min-width: 769px) {
  .hub-template .hup-retail-banner {
    height: 70vh;
    padding: 0;
  }
}

@media (min-width: 1280px) {
  .hub-template .hup-retail-banner {
    height: calc(90vh - 81px);
    padding: 0;
  }
}

.hub-template .hup-retail-banner-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.hub-template .hup-retail-banner-video {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.hub-template .hup-retail-banner-content {
  z-index: 2;
}

.hub-template .hup-retail-banner .overlayer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #061D2865;
}

.hub-template .hup-banner-image-container {
  height: 100vh;
  overflow: hidden;
}

@media (min-width: 992px) {
  .hub-template .hup-banner-image-container {
    height: 75vh;
  }
}

.hub-template .hup-banner-image-container--ytsize {
  height: 32vh;
}

@media (min-width: 768px) {
  .hub-template .hup-banner-image-container--ytsize {
    height: 42vh;
  }
}

@media (min-width: 1025px) {
  .hub-template .hup-banner-image-container--ytsize {
    height: 75vh;
  }
}

.hub-template .hup-banner-image-container .product-banner-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.hub-template .hup-retail-banner-play {
  position: relative;
  background: #ffffff;
  width: 86px;
  height: 86px;
  border: none;
  border-radius: 50%;
}

.hub-template .hup-retail-banner-play::before {
  content: '';
  width: 120%;
  height: 120%;
  border: none;
  border-radius: 50%;
  display: block;
  position: absolute;
  background: #ffffff75;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.hub-template .hup-retail-banner-play:hover {
  cursor: pointer;
}

.hub-template .hup-retail-banner-play:hover::before {
  -webkit-animation: pulse-animation 2s ease;
          animation: pulse-animation 2s ease;
}

@media (max-width: 991px) {
  .hub-template .hup-retail-banner-play {
    width: 60px;
    height: 60px;
  }
}

.hub-template .hup-retail-banner-play-icon {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.hub-template .hup-retail-banner-play-text {
  font-weight: 500 !important;
  letter-spacing: 2px;
}

@-webkit-keyframes pulse-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.4);
            box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.4);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
}

@keyframes pulse-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.4);
            box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.4);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
}

.hub-template .hup-video-play,
.hub-template .hup-video-pause {
  position: absolute;
  background: #ffffff;
  width: 56px;
  height: 56px;
  border: none;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}

@media (min-width: 768px) {
  .hub-template .hup-video-play,
  .hub-template .hup-video-pause {
    width: 86px;
    height: 86px;
  }
}

.hub-template .hup-video-play::before,
.hub-template .hup-video-pause::before {
  content: '';
  width: 76px;
  height: 76px;
  border: none;
  border-radius: 50%;
  display: block;
  position: absolute;
  background: #ffffff75;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .hub-template .hup-video-play::before,
  .hub-template .hup-video-pause::before {
    width: 106px;
    height: 106px;
  }
}

.hub-template .hup-video-play:hover,
.hub-template .hup-video-pause:hover {
  cursor: pointer;
}

.hub-template .hup-video-play:hover::before,
.hub-template .hup-video-pause:hover::before {
  -webkit-animation: pulse-animation 2s ease;
          animation: pulse-animation 2s ease;
}

.hub-template .hup-video-play-icon,
.hub-template .hup-video-pause-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@keyframes pulse-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.4);
            box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.4);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
}

.hub-template .hup-video-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  background-color: rgba(8, 31, 45, 0.85);
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hub-template .hup-video-modal-inner {
  position: absolute;
  width: 100%;
  max-width: 800px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}

.hub-template .hup-video-modal-content {
  position: relative;
  background-color: #081f2d;
  background-clip: padding-box;
  -webkit-box-shadow: 0 4px 10px 0 #081f2d, 0 4px 20px 0 #081f2d;
          box-shadow: 0 4px 10px 0 #081f2d, 0 4px 20px 0 #081f2d;
}

.hub-template .hup-video-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #081f2d;
  border: none;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  font-size: 1.5rem;
  color: #fff;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hub-template .hup-video-modal-close svg {
  width: 26px;
  height: 26px;
}

.hub-template .hup-video-modal-close:hover {
  cursor: pointer;
}

.hub-template .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.hub-template .embed-responsive .embed-responsive-item,
.hub-template .embed-responsive iframe,
.hub-template .embed-responsive embed,
.hub-template .embed-responsive object,
.hub-template .embed-responsive video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border: 0;
}

.hub-template .embed-responsive-21by9 {
  padding-bottom: 42.85714286%;
}

.hub-template .embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.hub-template .embed-responsive-3by2 {
  padding-bottom: 66.66666667%;
}

.hub-template .embed-responsive-4by3 {
  padding-bottom: 75%;
}

.hub-template .embed-responsive-1by1 {
  padding-bottom: 100%;
}

.hub-template .hup-retail-banner-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.hub-template .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.hub-template .hup-banner-video,
.hub-template .hup-banner-video-yt,
.hub-template .hup-banner-video-vimeo {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.hub-template .hup-retail-features-block-inner {
  min-height: 180px;
}

@media (min-width: 414px) {
  .hub-template .hup-retail-features-block-inner {
    min-height: 200px;
  }
}

@media (min-width: 768px) {
  .hub-template .hup-retail-features-block-inner {
    min-height: 160px;
  }
}

@media (min-width: 1024px) {
  .hub-template .hup-retail-features-block-inner {
    min-height: 200px;
  }
}

@media (min-width: 1280px) {
  .hub-template .hup-retail-features-block-inner {
    min-height: 174px;
  }
}

@media (min-width: 1680px) {
  .hub-template .hup-retail-features-block-inner {
    min-height: 180px;
  }
}

@media (min-width: 1920px) {
  .hub-template .hup-retail-features-block-inner {
    min-height: 190px;
  }
}

@media (min-width: 2560px) {
  .hub-template .hup-retail-features-block-inner {
    min-height: 210px;
  }
}

.hub-template .img-box-border {
  border-top: 1px solid white;
}

.hub-template .hup-retail-features-content ul {
  padding-left: 1rem;
}

.hub-template .hup-retail-features-content ul li {
  font-weight: 400 !important;
  padding-bottom: 1rem;
  font-size: 1rem;
}

.hub-template .hup-clip-path-bottom {
  width: 100%;
  height: 50px;
  background: #ffffff;
  position: relative;
  bottom: -1px;
  left: 0;
  z-index: 10;
  -webkit-clip-path: polygon(100% 30%, 0% 100%, 100% 100%);
          clip-path: polygon(100% 30%, 0% 100%, 100% 100%);
}

@media (min-width: 768px) {
  .hub-template .hup-clip-path-bottom {
    height: 100px;
  }
}

@media (min-width: 1280px) {
  .hub-template .hup-clip-path-bottom {
    height: 150px;
  }
}

.hub-template .hup-clip-path-bottom--cyan {
  background: #081f2d;
}

.hub-template .hup-clip-path-top {
  width: 100%;
  height: 50px;
  background: #ffffff;
  position: relative;
  top: -1px;
  left: 0;
  z-index: 10;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 70%);
          clip-path: polygon(100% 0, 0 0, 0 70%);
}

@media (min-width: 768px) {
  .hub-template .hup-clip-path-top {
    height: 100px;
  }
}

@media (min-width: 1280px) {
  .hub-template .hup-clip-path-top {
    height: 150px;
  }
}

.hub-template .hup-clip-path-top--cyan {
  background: #081f2d;
}

.hub-template .hup-clip-path-top--right {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: -50px;
}

@media (min-width: 768px) {
  .hub-template .hup-clip-path-top--right {
    top: -100px;
  }
}

@media (min-width: 1280px) {
  .hub-template .hup-clip-path-top--right {
    top: -150px;
  }
}

.hub-template .hup-retail-installer {
  overflow: hidden;
  min-height: 600px;
}

.hub-template .hup-retail-installer p {
  line-height: 2em;
}

@media (min-width: 1358px) {
  .hub-template .hup-retail-installer h2 {
    padding-right: 4rem;
  }
}

.hub-template .hup-retail-installer input {
  padding: 1.2rem 1rem;
}

.hub-template .hup-retail-installer button[type="submit"] {
  min-width: 66px;
}

.hub-template .hup-retail-installer-img {
  position: absolute;
  top: 70%;
  right: -30%;
  display: block;
  width: 100%;
  height: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  opacity: 0.2;
}

@media (min-width: 1024px) {
  .hub-template .hup-retail-installer-img {
    right: -10%;
  }
}

@media (min-width: 1024px) {
  .hub-template .hup-retail-installer-img {
    width: 90%;
    top: 60%;
    right: -40%;
  }
}

@media (min-width: 1280px) {
  .hub-template .hup-retail-installer-img {
    width: 90%;
    top: 50%;
  }
}

.hub-template .hup-installer-form .mr-0-5 {
  margin-right: 0.5rem;
}

.hub-template .hup-installer-form .mt-0-5 {
  margin-top: 0.5rem;
}

.hub-template .hup-installer-form-input {
  font-size: 16px !important;
  font-family: 'Quicksand', sans-serif !important;
  text-transform: none !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  color: #081f2d !important;
}

.hub-template .hup-installer-form-input::-webkit-input-placeholder {
  font-family: 'Quicksand', sans-serif !important;
  text-transform: none !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  color: #9D9D9D !important;
}

.hub-template .hup-installer-form-input::-moz-placeholder {
  font-family: 'Quicksand', sans-serif !important;
  text-transform: none !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  color: #9D9D9D !important;
}

.hub-template .hup-installer-form-input::-ms-input-placeholder {
  font-family: 'Quicksand', sans-serif !important;
  text-transform: none !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  color: #9D9D9D !important;
}

.hub-template .hup-installer-form-input::placeholder {
  font-family: 'Quicksand', sans-serif !important;
  text-transform: none !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  color: #9D9D9D !important;
}

.hub-template .hup-installer-form-btn {
  padding: 0.8rem 1.2rem !important;
  height: auto;
}

@media (min-width: 768px) {
  .hub-template .hup-installer-form-btn {
    margin-left: 0.5rem !important;
    height: 100% !important;
  }
}

@media (max-width: 992px) {
  .hub-template #split-banner .split-banner-containers {
    min-height: 40vh;
    overflow: hidden;
  }
}

.hub-template #split-banner .split-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hub-template #split-banner .text-container-left,
.hub-template #split-banner .text-container-right {
  position: absolute;
  bottom: 0;
  padding: 5%;
}

.hub-template #split-banner .text-container-left {
  left: 0;
}

.hub-template #split-banner .text-container-left svg {
  height: 100%;
  width: auto;
  position: absolute;
  right: 1px;
  top: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.hub-template #split-banner .text-container-right {
  right: 0;
  text-align: right;
}

.hub-template #split-banner .text-container-right svg {
  height: 100%;
  width: auto;
  position: absolute;
  left: 1px;
  top: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.hub-template .split-banner-containers {
  min-height: 70vh;
  overflow: hidden;
}

.hub-template .hup-retail-video-text-content-wrapper {
  height: auto;
}

@media (min-witdth: 1280px) {
  .hub-template .hup-retail-video-text-content-wrapper {
    height: 100%;
  }
}

.hub-template .hup-single-cta {
  overflow: hidden;
}

.hub-template .hup-single-cta .hup-single-cta-content {
  position: relative;
  z-index: 1;
}

.hub-template .hup-single-cta .hup-single-cta-content .h2-hup-white {
  font-size: 2rem;
  font-weight: 500;
  font-family: 'Quicksand', sans-serif;
}

.hub-template .hup-single-cta .hup-single-cta-content p {
  color: white;
  line-height: 1.8em;
  font-size: 18px;
  font-size: 'Quicksand', sans-serif;
}

.hub-template .hup-single-cta-play {
  width: 50px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}

.hub-template .hup-single-cta-img {
  position: absolute;
  top: 70%;
  right: -30%;
  display: block;
  width: 100%;
  height: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  opacity: 0.2;
}

@media (min-width: 1024px) {
  .hub-template .hup-single-cta-img {
    right: -10%;
  }
}

@media (min-width: 1024px) {
  .hub-template .hup-single-cta-img {
    width: 90%;
    top: 60%;
    right: -40%;
  }
}

@media (min-width: 1280px) {
  .hub-template .hup-single-cta-img {
    width: 90%;
    top: 50%;
  }
}

.hub-template .hup-single-cta .hup-single-cta-play-icon {
  width: 37px !important;
  height: 34px !important;
  position: relative;
  z-index: 99;
}

.hub-template .hup-single-cta .hup-single-cta-play-icon path {
  fill: #ffffff !important;
}

.hub-template .hup-retail-post-previous,
.hub-template .hup-retail-post-next {
  color: white;
  background: #081f2d90;
  position: absolute;
  top: 22%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hub-template .hup-retail-post-previous svg,
.hub-template .hup-retail-post-next svg {
  width: 16px;
  height: auto;
}

.hub-template .hup-retail-post-previous svg path,
.hub-template .hup-retail-post-next svg path {
  fill: #ffffff !important;
}

@media (min-width: 768px) {
  .hub-template .hup-retail-post-previous,
  .hub-template .hup-retail-post-next {
    top: 36%;
  }
}

@media (min-width: 1024px) {
  .hub-template .hup-retail-post-previous,
  .hub-template .hup-retail-post-next {
    top: 40%;
  }
}

@media (min-width: 1280px) {
  .hub-template .hup-retail-post-previous,
  .hub-template .hup-retail-post-next {
    top: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}

.hub-template .hup-retail-post-previous {
  left: 2%;
}

@media (min-width: 768px) {
  .hub-template .hup-retail-post-previous {
    left: 4%;
  }
}

@media (min-width: 1280px) {
  .hub-template .hup-retail-post-previous {
    left: 2%;
  }
}

@media (min-width: 1920px) {
  .hub-template .hup-retail-post-previous {
    left: 10%;
  }
}

.hub-template .hup-retail-post-next {
  right: 2%;
}

@media (min-width: 768px) {
  .hub-template .hup-retail-post-next {
    right: 4%;
  }
}

@media (min-width: 1280px) {
  .hub-template .hup-retail-post-next {
    right: 2%;
  }
}

@media (min-width: 1920px) {
  .hub-template .hup-retail-post-next {
    right: 10%;
  }
}

.hub-template .hup-retail-posts-slider-read-more {
  font-size: 0.9rem;
  border: none;
  background: none;
  color: #93d400;
  cursor: pointer;
}

.hub-template .hup-retail-posts-slider-read-more:focus {
  outline: none !important;
}

.hub-template .hup-retail-posts-slider-read-more:hover {
  opacity: 0.8;
}

.hub-template .hup-retail-posts-slider-read-more svg {
  width: 14px;
  height: 14px;
  margin-left: 0.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hub-template .hup-retail-posts-slider-read-more svg.active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.hub-template .hup-retail-posts-slider-read-more svg path {
  fill: #93d400 !important;
}

.hub-template .hup-retail-posts-read-more-text {
  display: none;
}

.hub-template .hup-retail-posts-read-more-text.active {
  display: block;
}

.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: #4e6521;
  background-color: #eaf3d9;
  border-color: #e2eec9;
}

.alert-primary hr {
  border-top-color: #d8e8b6;
}

.alert-primary .alert-link {
  color: #303f14;
}

.alert-secondary {
  color: #858585;
  background-color: white;
  border-color: white;
}

.alert-secondary hr {
  border-top-color: #f2f2f2;
}

.alert-secondary .alert-link {
  color: #6c6b6b;
}

.alert-success {
  color: #4e6521;
  background-color: #eaf3d9;
  border-color: #e2eec9;
}

.alert-success hr {
  border-top-color: #d8e8b6;
}

.alert-success .alert-link {
  color: #303f14;
}

.alert-info {
  color: #2f6473;
  background-color: #def2f8;
  border-color: #d1edf6;
}

.alert-info hr {
  border-top-color: #bce5f2;
}

.alert-info .alert-link {
  color: #20454f;
}

.alert-quantal {
  color: #391d32;
  background-color: #e2d7df;
  border-color: #d6c7d2;
}

.alert-quantal hr {
  border-top-color: #cbb8c6;
}

.alert-quantal .alert-link {
  color: #170c14;
}

.alert-warning {
  color: #7d5a29;
  background-color: #fcefdc;
  border-color: #fbe8cd;
}

.alert-warning hr {
  border-top-color: #f9ddb5;
}

.alert-warning .alert-link {
  color: #573e1c;
}

.alert-danger {
  color: #712b29;
  background-color: #f7dddc;
  border-color: #f4cfce;
}

.alert-danger hr {
  border-top-color: #efbbb9;
}

.alert-danger .alert-link {
  color: #4c1d1b;
}

.alert-light {
  color: gray;
  background-color: #fdfdfd;
  border-color: #fdfdfd;
}

.alert-light hr {
  border-top-color: #f0f0f0;
}

.alert-light .alert-link {
  color: #676666;
}

.alert-medium {
  color: #383838;
  background-color: #e2e2e2;
  border-color: #d6d6d6;
}

.alert-medium hr {
  border-top-color: #c9c9c9;
}

.alert-medium .alert-link {
  color: #1f1e1e;
}

.alert-dark {
  color: #212121;
  background-color: #d9d9d9;
  border-color: #cacaca;
}

.alert-dark hr {
  border-top-color: #bdbdbd;
}

.alert-dark .alert-link {
  color: #080808;
}

.alert-primary-light {
  color: #647249;
  background-color: #f2f8e8;
  border-color: #edf5df;
}

.alert-primary-light hr {
  border-top-color: #e2efcc;
}

.alert-primary-light .alert-link {
  color: #495335;
}

.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: #111;
  background-color: #96c23f;
}

.badge-primary[href]:focus, .badge-primary[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #799c32;
}

.badge-secondary {
  color: #111;
  background-color: #fff;
}

.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #e6e5e5;
}

.badge-success {
  color: #111;
  background-color: #96c23f;
}

.badge-success[href]:focus, .badge-success[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #799c32;
}

.badge-info {
  color: #111;
  background-color: #5bc0de;
}

.badge-info[href]:focus, .badge-info[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #31b0d5;
}

.badge-quantal {
  color: #fff;
  background-color: #6e3860;
}

.badge-quantal[href]:focus, .badge-quantal[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #4c2743;
}

.badge-warning {
  color: #111;
  background-color: #f0ad4e;
}

.badge-warning[href]:focus, .badge-warning[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #ec971f;
}

.badge-danger {
  color: #fff;
  background-color: #d9534f;
}

.badge-danger[href]:focus, .badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #c9302c;
}

.badge-light {
  color: #111;
  background-color: #f7f7f7;
}

.badge-light[href]:focus, .badge-light[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #dedddd;
}

.badge-medium {
  color: #fff;
  background-color: #6c6c6c;
}

.badge-medium[href]:focus, .badge-medium[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #535252;
}

.badge-dark {
  color: #fff;
  background-color: #404040;
}

.badge-dark[href]:focus, .badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #272626;
}

.badge-primary-light {
  color: #111;
  background-color: #c0db8c;
}

.badge-primary-light[href]:focus, .badge-primary-light[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #abce66;
}

.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;
      -ms-user-select: none;
          user-select: none;
  border-style: none;
  padding: .8rem 1.8rem;
  font-size: .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: .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-reset:focus {
  outline: none;
}

.btn-primary {
  color: #fff;
  background-color: #96c23f;
  border-color: #799c32;
}

.btn-primary:hover {
  color: #111;
  background-color: #b6d479;
  border-color: #a6cb5c;
}

.btn-primary:focus, .btn-primary.disabled, .btn-primary:disabled {
  background-color: #96c23f;
  border-color: #799c32;
}

.btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #111;
  background-color: #bbd883;
  border-color: #abce66;
}

.btn-secondary {
  color: #111;
  background-color: #fff;
  border-color: #e6e5e5;
}

.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: #e6e5e5;
}

.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: #fff;
  background-color: #96c23f;
  border-color: #799c32;
}

.btn-success:hover {
  color: #111;
  background-color: #b6d479;
  border-color: #a6cb5c;
}

.btn-success:focus, .btn-success.disabled, .btn-success:disabled {
  background-color: #96c23f;
  border-color: #799c32;
}

.btn-success:not([disabled]):not(.disabled):active, .btn-success:not([disabled]):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #111;
  background-color: #bbd883;
  border-color: #abce66;
}

.btn-info {
  color: #111;
  background-color: #5bc0de;
  border-color: #31b0d5;
}

.btn-info:hover {
  color: #111;
  background-color: #9bd8eb;
  border-color: #7bcce4;
}

.btn-info:focus, .btn-info.disabled, .btn-info:disabled {
  background-color: #5bc0de;
  border-color: #31b0d5;
}

.btn-info:not([disabled]):not(.disabled):active, .btn-info:not([disabled]):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #111;
  background-color: #a5dded;
  border-color: #85d0e7;
}

.btn-quantal {
  color: #fff;
  background-color: #6e3860;
  border-color: #4c2743;
}

.btn-quantal:hover {
  color: #fff;
  background-color: #a1528c;
  border-color: #874576;
}

.btn-quantal:focus, .btn-quantal.disabled, .btn-quantal:disabled {
  background-color: #6e3860;
  border-color: #4c2743;
}

.btn-quantal:not([disabled]):not(.disabled):active, .btn-quantal:not([disabled]):not(.disabled).active,
.show > .btn-quantal.dropdown-toggle {
  color: #fff;
  background-color: #a95694;
  border-color: #90497d;
}

.btn-warning {
  color: #111;
  background-color: #f0ad4e;
  border-color: #ec971f;
}

.btn-warning:hover {
  color: #111;
  background-color: #f6ce95;
  border-color: #f3bd71;
}

.btn-warning:focus, .btn-warning.disabled, .btn-warning:disabled {
  background-color: #f0ad4e;
  border-color: #ec971f;
}

.btn-warning:not([disabled]):not(.disabled):active, .btn-warning:not([disabled]):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #111;
  background-color: #f7d3a0;
  border-color: #f4c37d;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #c9302c;
}

.btn-danger:hover {
  color: #111;
  background-color: #e7908e;
  border-color: #e0726e;
}

.btn-danger:focus, .btn-danger.disabled, .btn-danger:disabled {
  background-color: #d9534f;
  border-color: #c9302c;
}

.btn-danger:not([disabled]):not(.disabled):active, .btn-danger:not([disabled]):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #111;
  background-color: #e99b98;
  border-color: #e27c79;
}

.btn-light {
  color: #111;
  background-color: #f7f7f7;
  border-color: #dedddd;
}

.btn-light:hover {
  color: #111;
  background-color: white;
  border-color: white;
}

.btn-light:focus, .btn-light.disabled, .btn-light:disabled {
  background-color: #f7f7f7;
  border-color: #dedddd;
}

.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: #535252;
}

.btn-medium:hover {
  color: #fff;
  background-color: #929292;
  border-color: #7f7f7f;
}

.btn-medium:focus, .btn-medium.disabled, .btn-medium:disabled {
  background-color: #6c6c6c;
  border-color: #535252;
}

.btn-medium:not([disabled]):not(.disabled):active, .btn-medium:not([disabled]):not(.disabled).active,
.show > .btn-medium.dropdown-toggle {
  color: #111;
  background-color: #999999;
  border-color: #868585;
}

.btn-dark {
  color: #fff;
  background-color: #404040;
  border-color: #272626;
}

.btn-dark:hover {
  color: #fff;
  background-color: #666666;
  border-color: #535353;
}

.btn-dark:focus, .btn-dark.disabled, .btn-dark:disabled {
  background-color: #404040;
  border-color: #272626;
}

.btn-dark:not([disabled]):not(.disabled):active, .btn-dark:not([disabled]):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #6d6d6d;
  border-color: #5a5959;
}

.btn-primary-light {
  color: #111;
  background-color: #c0db8c;
  border-color: #abce66;
}

.btn-primary-light:hover {
  color: #111;
  background-color: #e0edc6;
  border-color: #d0e4a9;
}

.btn-primary-light:focus, .btn-primary-light.disabled, .btn-primary-light:disabled {
  background-color: #c0db8c;
  border-color: #abce66;
}

.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: #e5f0d0;
  border-color: #d5e7b3;
}

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

.btn-primary {
  color: #fff;
}

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

.btn-primary-faded {
  color: #fff;
  background-color: #c0db8c;
}

.btn-primary-faded:hover {
  color: #fff !important;
  background-color: #96c23f !important;
}

.btn-outline-primary {
  color: #96c23f;
  background-color: transparent;
  background-image: none;
  border-color: #96c23f;
  border-width: 1px;
  border-style: solid;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #96c23f;
  border-color: #96c23f;
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #96c23f;
  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: #96c23f;
  border-color: #96c23f;
}

.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: #96c23f;
  background-color: transparent;
  background-image: none;
  border-color: #96c23f;
  border-width: 1px;
  border-style: solid;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #96c23f;
  border-color: #96c23f;
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #96c23f;
  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: #96c23f;
  border-color: #96c23f;
}

.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: #f7f7f7;
  background-color: transparent;
  background-image: none;
  border-color: #f7f7f7;
  border-width: 1px;
  border-style: solid;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f7f7f7;
  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: #f7f7f7;
  border-color: #f7f7f7;
}

.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: #c0db8c;
  background-color: transparent;
  background-image: none;
  border-color: #c0db8c;
  border-width: 1px;
  border-style: solid;
}

.btn-outline-primary-light:hover {
  color: #fff;
  background-color: #c0db8c;
  border-color: #c0db8c;
}

.btn-outline-primary-light.disabled, .btn-outline-primary-light:disabled {
  color: #c0db8c;
  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: #c0db8c;
  border-color: #c0db8c;
}

.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: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
  border-width: 1px;
  border-style: solid;
}

.btn-outline-red:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-red.disabled, .btn-outline-red:disabled {
  color: #dc3545;
  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: #dc3545;
  border-color: #dc3545;
}

.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: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
  border-width: 1px;
  border-style: solid;
}

.btn-outline-yellow:hover {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-yellow.disabled, .btn-outline-yellow:disabled {
  color: #ffc107;
  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: #ffc107;
  border-color: #ffc107;
}

.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: #dee2e6;
  background-color: transparent;
  background-image: none;
  border-color: #dee2e6;
  border-width: 1px;
  border-style: solid;
}

.btn-outline-gray-md:hover {
  color: #fff;
  background-color: #dee2e6;
  border-color: #dee2e6;
}

.btn-outline-gray-md.disabled, .btn-outline-gray-md:disabled {
  color: #dee2e6;
  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: #dee2e6;
  border-color: #dee2e6;
}

.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: #96c23f;
  background-color: transparent;
  white-space: normal;
  word-wrap: break-word;
}

.btn-link:hover {
  color: #6a892c;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus, .btn-link.focus {
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #9f9f9f;
}

.btn-lg, .btn-group-lg > .btn {
  padding: .8rem 1.8rem;
  font-size: .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: .25rem .5rem;
  font-size: .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-primaryfocus {
  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: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

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

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

.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: #dee2e6;
  background-color: transparent;
  background-image: none;
  border-color: #dee2e6;
}

.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;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.video-wrapper:hover .btn-video-play {
  opacity: 1;
}

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

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

.hover-background-success:hover {
  background-color: #96c23f !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: #f7f7f7 !important;
}

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

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

.hover-background-primary-light:hover {
  background-color: #c0db8c !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: #dc3545 !important;
}

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

.hover-background-yellow:hover {
  background-color: #ffc107 !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: #dee2e6 !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: .5rem .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: #c0db8c;
}

.toggle-vr-view.active {
  background-color: #c0db8c !important;
}

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

.btn-outline-dark-second {
  color: #404040;
  background-color: transparent;
  background-image: none;
  border-color: #404040;
  border-width: 1px;
  border-style: solid;
}

.btn-outline-dark-second:hover {
  color: #fff;
  background-color: #96c23f;
  border-color: #799c32;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          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.show .dropdown-toggle.btn-link {
  white-space: normal;
  word-wrap: break-word;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}

.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 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem;
}

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

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

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

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

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

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  position: relative;
}

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

.plusminus-wrapper {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.plusminus-wrapper:hover .plusminus:before, .plusminus-wrapper:hover .plusminus:after {
  background-color: #6c6c6c;
  -webkit-transition: background-color 0.35s, opacity 0.35s, -webkit-transform 0.35s;
  transition: background-color 0.35s, opacity 0.35s, -webkit-transform 0.35s;
  transition: background-color 0.35s, transform 0.35s, opacity 0.35s;
  transition: background-color 0.35s, transform 0.35s, opacity 0.35s, -webkit-transform 0.35s;
}

.plusminus-wrapper:hover .plusminus:before {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  opacity: 0;
}

.plusminus-wrapper:hover .plusminus:after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}

.plusminus {
  position: relative;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.plusminus.active:before {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  opacity: 0;
}

.plusminus.active:after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}

.plusminus:before, .plusminus:after {
  content: "";
  display: block;
  background-color: #96C240;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: .35s;
  transition: .35s;
  width: 100%;
  height: 3px;
}

.plusminus:before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.plusminus:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -8px;
    margin-left: -8px;
  }
  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 8px;
    margin-bottom: 0;
    margin-left: 8px;
  }
}

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-group .card {
  margin-bottom: 8px;
}

@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group .card: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 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.card-collapse {
  -webkit-transition: all 0.2s ease !important;
  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: .5;
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

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

.form-control {
  display: block;
  width: 100%;
  padding: .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::-webkit-input-placeholder {
  color: #9f9f9f;
  opacity: 1;
  font-size: 0.7rem;
  letter-spacing: 1px;
}

.form-control.form-control-base::-moz-placeholder {
  color: #9f9f9f;
  opacity: 1;
  font-size: 0.7rem;
  letter-spacing: 1px;
}

.form-control.form-control-base::-ms-input-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::-webkit-input-placeholder {
  color: #6c6c6c;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 1;
}

.form-control.form-control-primary::-moz-placeholder {
  color: #6c6c6c;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 1;
}

.form-control.form-control-primary::-ms-input-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::-webkit-input-placeholder {
  color: #212529;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 1;
  font-size: 0.7rem;
}

.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::-ms-input-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::-webkit-input-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::-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::-ms-input-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 {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

select.form-control:not([size]):not([multiple]) {
  height: 2.625rem;
}

select.form-control:focus::-ms-value {
  color: #6c6c6c;
  background-color: #f7f7f7;
}

select.form-control::-ms-expand {
  display: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

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

.form-check {
  position: relative;
  display: block;
  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: .25rem;
  font-size: .875rem;
  color: #96c23f;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(150, 194, 63, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #96c23f;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(150, 194, 63, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(150, 194, 63, 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: #96c23f;
}

.was-validated .custom-control-input:valid ~ .custom-control-indicator, .custom-control-input.is-valid ~ .custom-control-indicator {
  background-color: rgba(150, 194, 63, 0.25);
}

.was-validated .custom-control-input:valid ~ .custom-control-description, .custom-control-input.is-valid ~ .custom-control-description {
  color: #96c23f;
}

.was-validated .custom-file-input:valid ~ .custom-file-control, .custom-file-input.is-valid ~ .custom-file-control {
  border-color: #96c23f;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(150, 194, 63, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(150, 194, 63, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(217, 83, 79, 0.8);
  border-radius: .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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.25);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.form-postcode input[type="text"] {
  margin-right: .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-md {
  position: relative;
  display: inline-block;
  width: 22px;
  min-width: 22px;
  height: 22px;
  min-height: 22px;
  border-width: 2px;
  border-style: solid;
}

.checkbox-md input {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  cursor: pointer;
  z-index: 2;
}

.checkbox-md i {
  position: absolute;
  top: 3px;
  left: 2px;
  z-index: 1;
  opacity: 0;
}

.checkbox-md.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: #d5e7b3;
}

.form-product {
  cursor: pointer;
}

.form-product .embed-responsive {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: #fff 3px solid;
}

.form-product .embed-responsive img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}

.form-product p {
  -webkit-transition: all 0.2s ease-in-out;
  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: #dc3545 !important;
}

.form-product.selected.form-product-red p {
  border-bottom-color: #dc3545 !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: #ffc107 !important;
}

.form-product.selected.form-product-yellow p {
  border-bottom-color: #ffc107 !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: #dee2e6 !important;
}

.form-product.selected.form-product-gray-md p {
  border-bottom-color: #dee2e6 !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;
}

#files-area {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.file-block {
  border-radius: 10px;
  background-color: rgba(144, 163, 203, 0.2);
  margin: 5px;
  color: initial;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.file-block > span.name {
  padding-right: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.file-delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  color: initial;
  background-color: #6eb4ff00;
  font-size: large;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 3px;
  cursor: pointer;
}

.file-delete > span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  color: red;
}

.file-delete:hover {
  background-color: rgba(144, 163, 203, 0.2);
  border-radius: 10px;
}

.uploadedFiles {
  display: none;
}

.uploadedFiles.active {
  display: block;
}

.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;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #404040;
  border: #96c23f 2px solid;
}

.hotspot-item .hotspot-toggle i:hover {
  background: #abce66;
  color: #fff;
}

.hotspot-item .hotspot-content {
  opacity: 0;
  visibility: hidden;
  top: 10px;
  left: 16px;
  width: 420px;
  -webkit-transition: all 0.2s ease-in-out;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: 1px solid #ced4da;
  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;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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: #96c23f;
  border-color: #96c23f;
}

.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: #4e6521;
  background-color: #e2eec9;
}

a.list-group-item-primary,
button.list-group-item-primary {
  color: #4e6521;
}

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: #4e6521;
  background-color: #d8e8b6;
}

a.list-group-item-primary.active,
button.list-group-item-primary.active {
  color: #fff;
  background-color: #4e6521;
  border-color: #4e6521;
}

.list-group-item-secondary {
  color: #858585;
  background-color: white;
}

a.list-group-item-secondary,
button.list-group-item-secondary {
  color: #858585;
}

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: #858585;
  background-color: #f2f2f2;
}

a.list-group-item-secondary.active,
button.list-group-item-secondary.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}

.list-group-item-success {
  color: #4e6521;
  background-color: #e2eec9;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #4e6521;
}

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: #4e6521;
  background-color: #d8e8b6;
}

a.list-group-item-success.active,
button.list-group-item-success.active {
  color: #fff;
  background-color: #4e6521;
  border-color: #4e6521;
}

.list-group-item-info {
  color: #2f6473;
  background-color: #d1edf6;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #2f6473;
}

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: #2f6473;
  background-color: #bce5f2;
}

a.list-group-item-info.active,
button.list-group-item-info.active {
  color: #fff;
  background-color: #2f6473;
  border-color: #2f6473;
}

.list-group-item-quantal {
  color: #391d32;
  background-color: #d6c7d2;
}

a.list-group-item-quantal,
button.list-group-item-quantal {
  color: #391d32;
}

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: #391d32;
  background-color: #cbb8c6;
}

a.list-group-item-quantal.active,
button.list-group-item-quantal.active {
  color: #fff;
  background-color: #391d32;
  border-color: #391d32;
}

.list-group-item-warning {
  color: #7d5a29;
  background-color: #fbe8cd;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #7d5a29;
}

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: #7d5a29;
  background-color: #f9ddb5;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active {
  color: #fff;
  background-color: #7d5a29;
  border-color: #7d5a29;
}

.list-group-item-danger {
  color: #712b29;
  background-color: #f4cfce;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #712b29;
}

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: #712b29;
  background-color: #efbbb9;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active {
  color: #fff;
  background-color: #712b29;
  border-color: #712b29;
}

.list-group-item-light {
  color: gray;
  background-color: #fdfdfd;
}

a.list-group-item-light,
button.list-group-item-light {
  color: gray;
}

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: gray;
  background-color: #f0f0f0;
}

a.list-group-item-light.active,
button.list-group-item-light.active {
  color: #fff;
  background-color: gray;
  border-color: gray;
}

.list-group-item-medium {
  color: #383838;
  background-color: #d6d6d6;
}

a.list-group-item-medium,
button.list-group-item-medium {
  color: #383838;
}

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: #383838;
  background-color: #c9c9c9;
}

a.list-group-item-medium.active,
button.list-group-item-medium.active {
  color: #fff;
  background-color: #383838;
  border-color: #383838;
}

.list-group-item-dark {
  color: #212121;
  background-color: #cacaca;
}

a.list-group-item-dark,
button.list-group-item-dark {
  color: #212121;
}

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: #212121;
  background-color: #bdbdbd;
}

a.list-group-item-dark.active,
button.list-group-item-dark.active {
  color: #fff;
  background-color: #212121;
  border-color: #212121;
}

.list-group-item-primary-light {
  color: #647249;
  background-color: #edf5df;
}

a.list-group-item-primary-light,
button.list-group-item-primary-light {
  color: #647249;
}

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: #647249;
  background-color: #e2efcc;
}

a.list-group-item-primary-light.active,
button.list-group-item-primary-light.active {
  color: #fff;
  background-color: #647249;
  border-color: #647249;
}

.list-group-item-dark {
  color: #fff;
  background-color: #313131;
}

a.list-group-item-dark,
button.list-group-item-dark {
  color: #fff;
}

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: #fff;
  background-color: #242424;
}

a.list-group-item-dark.active,
button.list-group-item-dark.active {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

a.list-group-item-dark.active {
  background-color: #262626;
  border-color: #262626;
}

/*
 *  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;
  -ms-touch-action: none;
      touch-action: none;
}

/* Anti FOUC */
.modal,
[data-modal-id] {
  display: none;
  -webkit-transition: all ease .3s;
  transition: all ease .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 {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.modal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-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 {
  -webkit-filter: blur(3px);
          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 {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

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

.modal-overlay.modal-is-closing {
  -webkit-animation-name: modal-overlay-closing-keyframes;
          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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

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

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

.modal.modal-is-closing {
  -webkit-animation-name: modal-closing-keyframes;
          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;
  -webkit-transition: color 0.2s;
  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;
  -webkit-transition: background 0.2s;
  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
   ========================================================================== */
@-webkit-keyframes modal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes modal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes modal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
}

@keyframes modal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
}

@-webkit-keyframes modal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes modal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  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;
  -webkit-transition: all 0.2s ease-in-out;
  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: #96c23f;
}

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

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

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

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

.nav-pills-vertical .nav-link {
  padding: .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 0.625rem;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: inherit;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: 100dvh;
    position: fixed;
    width: 100%;
  }
  .navbar.open #navbar {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: calc(100% - 53px);
    position: relative;
    padding-bottom: env(safe-area-inset-bottom);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .navbar.open #navbar .navbar-primary {
    height: 90%;
    overflow-y: scroll;
  }
  .navbar.open #navbar #navbar-secondary {
    position: absolute;
    bottom: 20px;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav.navbar-nav-icons {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.navbar-nav.navbar-nav-icons .nav-link {
  padding-right: .5rem;
  padding-left: .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 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;*/
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 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;*/
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 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;*/
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 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;*/
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  /*flex-flow: row nowrap;*/
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          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: .5rem;
  padding-left: .5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

@media (min-width: 1200px) {
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand .navbar-toggler {
    display: none;
  }
}

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

.navbar-light .navbar-brand: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: .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 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

#navbar .navbar-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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: .5rem;
    padding-bottom: .5rem;
    position: relative;
  }
  #navbar .navbar-nav > .nav-item.has-dropdown.open > .nav-link {
    border-bottom: #96c23f 3px solid;
    margin-bottom: .5rem;
  }
  #navbar .navbar-nav > .nav-item.has-dropdown.open .icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #navbar .navbar-nav > .nav-item.has-dropdown .icon {
    position: absolute;
    font-size: .8rem;
    right: 0;
    top: 1rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #navbar .navbar-nav > .nav-item > .nav-dropdown > li {
    padding-top: .2rem;
    padding-bottom: .2rem;
  }
  #navbar .navbar-nav > .nav-item > .nav-dropdown > li > .nav-link {
    text-transform: capitalize;
    font-weight: 400;
    -webkit-transition: all 0.2s ease-in-out;
    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 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #navbar .navbar-nav {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            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 {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

#navbar #navbar-secondary .nav-item {
  text-transform: capitalize;
}

#navbar #navbar-secondary .nav-item .nav-link {
  letter-spacing: .8px;
  font-weight: 600;
}

@media (max-width: 1199px) {
  #navbar #navbar-secondary {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background: #f7f7f7;
    z-index: 99;
  }
  #navbar #navbar-secondary .nav-item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
    border-bottom: none;
  }
}

#navbar-icons {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 576px) {
  #navbar-icons {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 1199px) {
  #navbar-icons {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

#navbar-toggler {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (min-width: 576px) {
  #navbar-toggler {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (max-width: 1199px) {
  #navbar-toggler {
    -ms-flex-item-align: start;
        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 {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .navbar-primary .nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .navbar-primary .nav-item:hover {
    background: #f7f7f7;
  }
  .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;
    -webkit-transform: translateY(100%);
            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;
  }
}

body.body-scrolled nav.navbar {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 767px) {
  body.body-scrolled nav.navbar {
    top: -63px;
  }
}

@media (min-width: 768px) {
  body.body-scrolled nav.navbar {
    top: -81px;
  }
}

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

.navbar-nav .nav-link-hup,
.navbar-nav .nav-link-hup-green,
.navbar-nav .text-navlink-hup,
.navbar-nav .text-navlink-hup li,
.navbar-nav .text-navlink-hup a {
  text-transform: none;
  font-family: 'Quicksand', sans-serif !important;
  font-weight: 500;
}

.navbar-nav .text-navlink-hup li {
  text-transform: none;
  font-weight: 500;
}

.navbar-nav .text-navlink-hup span {
  color: #93d400;
  font-weight: 500;
  text-transform: none;
  font-size: calc(0.875em + 2pt);
}

.navbar-nav .nav-link-hup span.nav-link-hup-green {
  color: #93d400;
  font-weight: 500;
  text-transform: none;
}

.navbar-nav .nav-link .nav-link-hup-hup {
  font-size: calc(0.875em + 2pt);
  text-transform: none !important;
}

#navbar .navbar-nav > .nav-item > .nav-dropdown > li > .nav-link-hup .nav-link-hup-hup {
  text-transform: none !important;
}

@media (max-width: 1199px) {
  #navbar .navbar-nav > .nav-item > .nav-dropdown > li > .nav-link-hup .nav-link-hup-hup {
    text-transform: none !important;
  }
}

.navbar-nav .nav-link-hup span.nav-link-hup-hup {
  color: #93d400;
  font-weight: 500;
  font-size: calc(1em + 2pt);
}

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

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0 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: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  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;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

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

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

.fade {
  opacity: 0;
  -webkit-transition: opacity ease 300ms;
  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 {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.slider {
  overflow: hidden;
}

.slider.slider-full .slider-item {
  max-height: 90vh !important;
}

.slider.slider-full .slider-item .slider-content {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  top: 100% !important;
  padding-bottom: 3rem;
}

@media (max-width: 767px) {
  .slider.slider-fill-sm-down.slider-static,
  .slider.slider-fill-sm-down .slider-item {
    max-height: unset !important;
  }
}

@media (max-width: 767px) {
  .slider.slider-mobile-full.slider-static:before,
  .slider.slider-mobile-full .slider-item:before {
    padding-bottom: 90%;
  }
}

.slider.slider-static,
.slider .slider-item {
  position: relative;
  display: none;
  width: 100%;
  max-height: 550px;
  padding: 0;
  overflow: hidden;
}

@media (min-width: 1280px) {
  .slider.slider-static,
  .slider .slider-item {
    max-height: 400px;
  }
}

@media (min-width: 1440px) {
  .slider.slider-static,
  .slider .slider-item {
    max-height: 550px;
  }
}

.slider.slider-static:first-of-type,
.slider .slider-item:first-of-type {
  display: block !important;
}

.slider.slider-static::before,
.slider .slider-item::before {
  display: block;
  content: "";
  padding-top: 75%;
}

@media (min-width: 768px) {
  .slider.slider-static::before,
  .slider .slider-item::before {
    padding-top: 50%;
  }
}

@media (max-width: 767px) {
  .slider.slider-static,
  .slider .slider-item {
    padding: 1rem 0 6rem;
  }
}

@media (min-width: 992px) {
  .slider.slider-static::before,
  .slider .slider-item::before {
    padding-top: 42.85714286%;
  }
}

.slider.slider-static img.slider-image,
.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-static video.slider-video,
.slider .slider-item video.slider-video {
  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-lg {
  max-height: 800px !important;
}

.slider .slider-overlay {
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  .slider .slider-overlay {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), color-stop(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}

@media (min-width: 1200px) {
  .slider .slider-overlay {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), color-stop(rgba(0, 0, 0, 0.5)), color-stop(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  }
}

.slider .slider-content {
  padding: 0 1.25rem;
  position: absolute;
  -webkit-transform: translateY(-50%);
          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%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (min-width: 768px) {
  .slider .slider-content-image {
    max-width: 110px !important;
    margin-left: 2rem !important;
    left: 0;
    bottom: -1rem;
    -webkit-transform: translateY(100%);
            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;
}

@media (max-width: 767px) {
  .btn-slider {
    min-width: 75%;
  }
}

.overlay-dark {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 767px) and (min-width: 565px) {
  .ultrainstaller-img {
    position: absolute;
    width: 70px;
    background: #fff;
    border-radius: 100%;
    height: 70px;
    left: 13px;
    top: -26px;
    padding: 0.4em !important;
  }
}

.hup-banner-video-yt-if {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.hup-retail-posts-slider-gallery .slick-slide {
  position: relative;
  padding-top: 234px;
  width: 333px !important;
  margin: 0 5px;
}

.hup-retail-posts-slider-gallery .slick-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#hup-retail-posts-gallery {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#hup-retail-posts-gallery.active {
  height: unset;
}

@media (max-width: 767px) {
  body.body-scrolled:not(.live-chat-open) #cta-fixed {
    bottom: 0;
  }
}

#cta-fixed {
  position: fixed;
  z-index: 10;
}

#cta-fixed .cta {
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#cta-fixed .cta a {
  font-size: 0.6rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: #6e3860;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  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: -44px;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #cta-fixed .cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #cta-fixed .cta .cta-item:not(.cta-download) {
    padding: .5rem;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 49%;
    display: inline-block;
  }
  #cta-fixed .cta span {
    position: relative;
    top: -4px;
  }
}

@media (min-width: 768px) {
  #cta-fixed {
    padding: .5rem 0 .5rem .5rem;
    right: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    top: 439px;
    background: #fff;
  }
  #cta-fixed .cta {
    text-align: center;
    width: 88px;
    position: relative;
  }
  #cta-fixed .cta .cta-item {
    display: block;
    padding: .5rem 0;
    font-size: .5rem;
  }
  #cta-fixed .cta .cta-item i {
    display: block;
    margin-bottom: .5rem;
    font-size: 1.25rem !important;
  }
  #cta-fixed .cta .cta-item span {
    display: block;
  }
  #cta-fixed .cta .cta-fixed-min {
    position: absolute;
    left: -16px;
    top: 0;
    height: 100%;
  }
  #cta-fixed .cta .cta-fixed-min:hover {
    cursor: pointer;
  }
  #cta-fixed .cta .cta-fixed-min .icon-rotate {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}

@media (min-width: 992px) {
  #cta-fixed {
    top: 499px;
  }
  #cta-fixed .cta {
    width: 124px;
  }
}

@media (min-width: 1200px) {
  #cta-fixed {
    top: 657px;
  }
  #cta-fixed .cta-item {
    padding: .5rem 1rem !important;
    font-size: .6rem !important;
  }
  #cta-fixed .cta-item i {
    font-size: 1.5rem !important;
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 768px) {
  #cta-fixed.minimised .cta {
    width: 38px !important;
  }
  #cta-fixed.minimised .cta .cta-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #cta-fixed.minimised .cta .cta-item i {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  #cta-fixed.minimised .cta .cta-item span {
    display: none;
  }
  #cta-fixed.minimised .cta .cta-fixed-min .icon-rotate {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

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

.pages-new-container {
  max-width: 1800px;
  padding: 0 1rem;
}

.pages-new-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  min-width: 250px;
  height: 300px;
  position: relative;
  margin: 0.5rem;
}

@media (min-width: 1280px) {
  .pages-new-item {
    min-width: 32%;
  }
}

.pages-new-item img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  position: absolute;
  width: 100%;
}

.pages-new-item .product-tile-home {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

@media (max-width: 1500px) {
  .pages-new-item i {
    display: none;
  }
}

.page-list-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-list-item .page-list-content {
  z-index: 1;
}

@media (min-width: 768px) {
  .page-list-item.page-list-item-ltr .page-list-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            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 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 992px) {
  .page-list-item.page-list-item-ltr .page-list-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            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/LO_Square_Ultra Installer_Colour.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: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
  left: 0;
}

.reviews-gradient.right {
  background: -webkit-gradient(linear, right top, left top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, white, 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;
    -webkit-transform: translateX(-50%);
            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;
}

.installer-which-logo {
  position: absolute;
  width: 72px;
  left: -28px;
}

@media (min-width: 768px) {
  .installer-which-logo {
    width: 100px;
    top: 14px;
    left: -40px;
  }
}

.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: -webkit-gradient(linear, left top, right top, from(#f7f7f7), to(rgba(247, 247, 247, 0)));
  background: linear-gradient(to right, #f7f7f7, rgba(247, 247, 247, 0));
  left: 0;
}

.articles-gradient.right {
  background: -webkit-gradient(linear, right top, left top, from(#f7f7f7), to(rgba(247, 247, 247, 0)));
  background: linear-gradient(to left, #f7f7f7, 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;
  -webkit-transition: padding-bottom .2s ease;
  transition: padding-bottom .2s ease;
}

@media (min-width: 768px) {
  .tabs-specification .toggle-specification[aria-expanded="true"] {
    padding-bottom: 2rem !important;
  }
}

.tabs-specification .toggle-specification.toggle-specification-light {
  background-color: white !important;
  color: #6c6c6c !important;
}

.tabs-specification .toggle-specification.toggle-specification-light .collapse-content-white p {
  color: white !important;
}

.tabs-specification .card-collapse {
  top: -2px;
}

.collapse-custom.active {
  background-color: #c0db8c !important;
}

.toggle-vr-view-active {
  background-color: #c0db8c !important;
}

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

.slider-slick-gallery-thumbnail .slick-current {
  opacity: 0.5;
}

.slider-slick-gallery-wrapper .slick-gallery-previous,
.slider-slick-gallery-wrapper .slick-gallery-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 30px;
  height: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #799c32;
  background: #96c23f;
}

@media (min-width: 1280px) {
  .slider-slick-gallery-wrapper .slick-gallery-previous,
  .slider-slick-gallery-wrapper .slick-gallery-next {
    width: 50px;
    height: 50px;
  }
}

.slider-slick-gallery-wrapper .slick-gallery-previous {
  left: 0;
}

@media (min-width: 1280px) {
  .slider-slick-gallery-wrapper .slick-gallery-previous {
    left: -20px;
  }
}

.slider-slick-gallery-wrapper .slick-gallery-previous:hover {
  background: #b6d479;
  border: 1px solid #a6cb5c;
  cursor: pointer;
}

.slider-slick-gallery-wrapper .slick-gallery-next {
  right: 0;
}

@media (min-width: 1280px) {
  .slider-slick-gallery-wrapper .slick-gallery-next {
    right: -20px;
  }
}

.slider-slick-gallery-wrapper .slick-gallery-next:hover {
  background: #b6d479;
  border: 1px solid #a6cb5c;
  cursor: pointer;
}

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

.gallery-banner {
  position: relative;
}

.gallery-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.15;
}

.pinterest-button {
  line-height: 0;
}

.pinterest-button:hover {
  -webkit-filter: invert(18%) sepia(63%) saturate(6758%) hue-rotate(346deg) brightness(87%) contrast(108%);
          filter: invert(18%) sepia(63%) saturate(6758%) hue-rotate(346deg) brightness(87%) contrast(108%);
}

.virtual-tours-cta {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 11;
  width: 450px;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.16);
}

.virtual-tours-cta .virtual-tours-cta-close {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 1.5rem;
}

@media (max-width: 500px) {
  .virtual-tours-cta {
    width: calc(100% - 40px);
  }
}

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

#sidebar {
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (min-width: 992px) {
  #sidebar .form-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #sidebar .logo-which {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    height: 1px;
  }
}

#sidebar.is_stuck {
  top: 5rem !important;
}

#sidebar.is_stuck .form-wrapper {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

#sidebar.is_stuck .logo-which {
  opacity: 1;
  height: unset;
}

.hero-pbl-image {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media (min-width: 992px) {
  .hero-pbl-image {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
  }
}

.hero-pbl-content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media (min-width: 992px) {
  .hero-pbl-content {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
  }
}

@media (min-width: 992px) {
  .pbl-form-installer {
    margin-top: -1rem;
  }
}

@media (min-width: 1200px) {
  .pbl-form-installer {
    margin-top: -2rem;
  }
}

.pop-up-builder {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 300px;
}

@media (max-width: 1199px) {
  .pop-up-builder {
    display: none !important;
  }
}

.pop-builder-text {
  top: -30px;
  right: -8px;
  width: 162px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08) !important;
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08) !important;
  background: #fff;
  padding: 10px;
}

.pop-builder-text p {
  margin-bottom: 0;
}

.pop-builder-square {
  position: absolute;
  top: 60px;
  left: 130px;
  height: 10px;
  width: 10px;
  background: #96c23f;
}

.btn-pop-job {
  display: none;
}

.btn-pop-job.act {
  display: block;
  margin-top: 10px;
}

.close-pop-builder {
  position: absolute;
  bottom: 110.4%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50%;
  text-align: center;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08) !important;
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08) !important;
  padding: 5px 10px;
  background: #6e3860;
  color: #fff;
  cursor: pointer;
}

.close-pop-builder:hover {
  background: #fff;
  color: #6e3860;
}

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

.video-block-overlay {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  background: transparent;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.hup-single-cta-copy,
.hup-single-cta-copy-cta {
  width: 100%;
}

@media (min-width: 1025px) {
  .hup-single-cta-copy {
    width: 70%;
  }
  .hup-single-cta-copy-cta {
    width: 30%;
  }
}

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

.usp-item:hover .collapse-usp-link {
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.usp-item .icon-chevron-down-wrapper, .usp-item .icon-chevron-down {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.usp-item .icon-chevron-down-wrapper.active .icon-chevron-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.new-colour-wrap .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.new-colour-wrap .embed-responsive {
  width: 100% !important;
}

.new-colour-wrap .embed-responsive:before {
  display: block;
  content: "";
}

.new-colour-wrap .bg-purple {
  background: #6e3860 !important;
}

.new-colour-wrap .position-absolute {
  position: absolute !important;
}

.new-colour-wrap .lazyloaded {
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.new-colour-wrap .text-center {
  text-align: center !important;
}

.new-colour-wrap .pos-r {
  position: relative;
}

.new-colour-wrap article, .new-colour-wrap aside, .new-colour-wrap figcaption, .new-colour-wrap figure, .new-colour-wrap footer, .new-colour-wrap header, .new-colour-wrap hgroup, .new-colour-wrap main, .new-colour-wrap nav, .new-colour-wrap section {
  display: block;
}

.new-colour-wrap .d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.new-colour-wrap ol, .new-colour-wrap p, .new-colour-wrap ul {
  letter-spacing: 1px;
}

/*Image and text*/
.new-colour-wrap .pl-0, .new-colour-wrap .px-0 {
  padding-left: 0 !important;
}

/*Product Banner*/
.new-colour-wrap svg {
  overflow: hidden;
}

/*under banner*/
.new-colour-wrap .bg-white {
  background: #fff !important;
}

.hex-list svg {
  margin-right: 20px;
  float: left;
}

.new-colour-wrap img, svg {
  vertical-align: middle;
}

.new-colour-wrap .hex-list .hex-item:first-of-type path {
  fill: #96c23f;
}

.new-colour-wrap .hex-list p {
  display: table-cell;
}

.new-colour-wrap .hex-list .hex-item:nth-of-type(2) path {
  fill: #6e3860;
}

.new-colour-wrap .hex-list .hex-item:nth-of-type(3) path {
  fill: #26a19d;
}

.new-colour-wrap .hex-list .hex-item:nth-of-type(4) path {
  fill: #76777a;
}

.new-colour-wrap .hex-list .hex-item:nth-of-type(5) path {
  fill: #b03873;
}

.new-colour-wrap .hex-list .hex-item:nth-of-type(4) path {
  fill: #76777a;
}

.new-colour-wrap .hex-list .hex-item:nth-of-type(5) path {
  fill: #b03873;
}

.new-colour-wrap .hex-list .hex-item:nth-of-type(6) path {
  fill: #96c23f;
}

/*Split half section*/
.new-colour-wrap .w-100 {
  width: 100% !important;
}

.new-colour-wrap .bg-grey {
  background: #76777a !important;
}

/*New tabs section*/
.new-colour-wrap .icon-dropdown-slider {
  bottom: 15px;
}

.new-colour-wrap .icon-dropdown-slider:hover {
  bottom: 25px;
}

.new-colour-wrap .list-inline, .new-colour-wrap .list-unstyled {
  padding-left: 0;
  list-style: none;
}

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

.new-colour-wrap .tooltip-number {
  background: #6E3860;
  width: 27px;
  border-radius: 30px;
  padding: 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.new-colour-wrap .tooltip-inner, .new-colour-wrap .tooltip-number {
  color: #fff;
  text-align: center;
  /*border: 1px solid #fff;*/
}

.new-colour-wrap .product-tooltip-title {
  font-size: calc(18px + 1vw);
}

.new-colour-wrap .tooltip-text-container ul li {
  font-size: 1rem;
}

.new-colour-wrap .bg-light-green {
  background-color: #96C23F;
}

.new-colour-wrap .hover-purple,
.new-colour-wrap .hover-green,
.new-colour-wrap .hover-pink,
.new-colour-wrap .hover-blue,
.new-colour-wrap .hover-grey {
  color: #6c6c6c;
}

.new-colour-wrap .hover-purple:hover {
  color: #6E3860;
}

.new-colour-wrap .hover-green:hover {
  color: #96C23F;
}

.new-colour-wrap .hover-pink:hover {
  color: #B03873;
}

.new-colour-wrap .hover-grey:hover {
  color: #77777A;
}

.new-colour-wrap .btn-purple {
  color: #fff;
  background-color: #6E3860;
  border-color: #6E3860;
}

.new-colour-wrap .btn-purple:hover,
.new-colour-wrap .btn-purple:active {
  color: #fff;
  background-color: #6E3860;
  border-color: #6E3860;
}

.new-colour-wrap .nav-pills-vertical .nav-link.active {
  color: white;
}

.new-colour-wrap .nav-pills-vertical .nav-link:hover {
  color: white;
}

.new-colour-wrap .border-purple {
  border-color: #6E3860 !important;
}

.new-colour-wrap .nav-pills-vertical .nav-link.active, .new-colour-wrap .nav-pills-vertical .nav-link:hover {
  background: #6E3860;
}

@media (min-width: 768px) {
  .new-colour-wrap .border-l-md-1 {
    border-left: 1px solid #6E3860 !important;
  }
}

/*End of Tabs*/
/*Hotspot tooltips*/
.tooltip-inner {
  background-color: white !important;
  color: #76777A !important;
  border: none !important;
  padding: 15px 15px 25px 15px !important;
  position: relative !important;
  opacity: 1;
  -webkit-box-shadow: 0px 0px 11px -5px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 0px 11px -5px rgba(0, 0, 0, 0.75);
  font-size: 1rem;
}

.tooltip.bs-tooltip-right .arrow:before, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow:before {
  border-right-color: #6E3860 !important;
}

.tooltip.bs-tooltip-left .arrow:before, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow:before {
  border-left-color: #6E3860 !important;
}

.tooltip.bs-tooltip-bottom .arrow:before, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow:before {
  border-bottom-color: #6E3860 !important;
}

.tooltip.bs-tooltip-top .arrow:before, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow:before {
  border-top-color: #6E3860 !important;
}

.slick-gallery-previous i {
  color: #6E3860;
  font-weight: 600;
}

.slick-gallery-next i {
  color: #6E3860;
  font-weight: 600;
}

/* End Hotspot tooltips*/
.tab-ctn-wrap {
  right: 10%;
}

@media (max-width: 991px) {
  .tab-ctn-wrap {
    right: 0%;
  }
}

@media (max-width: 767px) {
  .new-colour-wrap .link-unstyled .btn.btn-primary {
    display: none;
  }
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.colour-line {
  height: .3rem;
  background-color: #6E3860;
  width: 5rem;
  display: inline-block;
}

.c-purple {
  background-color: #6E3860;
}

.c-pink {
  background-color: #B03873;
}

.c-green {
  background-color: #96C23F;
}

.c-blue {
  background-color: #18A299;
}

.img-fifty {
  width: 50%;
  -webkit-transition: -webkit-transform .3s linear;
  transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear, -webkit-transform .3s linear;
  -webkit-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
}

.img-fifty:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}

@media (max-width: 500px) {
  .img-fifty {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .font-on-mobile {
    font-size: .8rem;
  }
}

.hide-medium-down {
  display: none;
}

.purple-border {
  border-top: 3px solid #724369;
  border-bottom: 3px solid #724369;
}

.purple-box {
  border: 4px solid #724369;
}

/*****
Homepage changes
*******/
/*Collapse*/
.new-tab-colour .tabs-specification.tabs-home-new a,
.new-tab-colour .tabs-specification.tabs-home-new a:hover {
  color: #6c6c6c;
  font-weight: 500;
  background-color: white !important;
}

.new-tab-colour .tab-pane p {
  line-height: 2;
}

/*Product Tiles*/
.link-title {
  margin-bottom: 0;
}

.product-new-colour-style {
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  color: #fff;
}

/*Tabs*/
.new-tab-colour {
  background: #7ebebb;
}

.new-tab-colour-bw {
  background: #97718e;
}

.new-tab-colour .tab-pane a {
  color: #989898;
}

.content-flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.new-tab-colour .nav-pills-vertical .nav-link {
  color: #989898;
}

.new-tab-colour .nav-pills-vertical .nav-link.active {
  color: #26A19D;
  border-left: 4px solid;
}

@media (min-width: 768px) {
  .why-choose-tab-content::after {
    position: absolute;
    content: '';
    width: 78%;
    height: 100%;
    background: #ffff;
    top: 0;
    right: 0;
    background: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(51%, white), to(rgba(255, 255, 255, 0.849177)));
    background: linear-gradient(90deg, white 51%, rgba(255, 255, 255, 0.849177) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  }
  .why-choose-tab-image {
    width: 50%;
    height: 100%;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
    right: 0;
    position: absolute;
    z-index: 0;
  }
}

@media (max-width: 767px) {
  .why-choose-tab-image {
    display: none;
  }
  .new-tab-colour .nav-pills-vertical .nav-link.active {
    border-bottom: 4px solid;
    border-left: none;
  }
}

.tabs-horizontal-icon {
  width: 120px;
  height: auto;
}

/*FAI widget*/
.hide-medium-down {
  display: none;
}

@media (min-width: 768px) {
  .hide-medium-down {
    display: block;
  }
}

/*Inspiration Gallery*/
.inspiration-left {
  position: absolute;
  bottom: 1rem;
  z-index: 2;
  left: 1.5rem;
  color: white;
  font-size: 2rem !important;
}

.inspiration-right {
  position: absolute;
  bottom: 1rem;
  z-index: 2;
  left: 3.5rem;
  color: white;
  font-size: 2rem !important;
}

@media (min-width: 992px) {
  .ml-lg-n4 {
    margin-left: -4rem;
  }
}

/*Help and Advice section*/
.new-colour-posts a.title-feature,
.new-colour-posts li.title-feature,
.new-colour-posts p.title-feature {
  font-weight: 400;
  letter-spacing: 2px;
}

/********End Homepage changes*******/
.case-studies-section {
  padding: 2em;
  max-width: 1300px;
  margin: auto;
}

.case-studies-section-content {
  font-size: 1.5em;
}

.case-study-image img {
  min-height: 450px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.case-studies-card {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.case-studies-card a {
  text-decoration: none !important;
}

.case-study-card-overlay-btn {
  opacity: 0;
  top: 20px;
  position: relative;
  -webkit-transition: ease-in-out all 200ms;
  transition: ease-in-out all 200ms;
}

.case-studies-card:hover .case-study-card-overlay-btn {
  opacity: 1;
  top: 0;
}

.case-studies-card:hover .case-study-card-overlay {
  bottom: 0;
}

.case-study-card-1 {
  border-bottom: 6px solid #95c93d;
}

.case-study-card-1 .case-study-card-overlay {
  background: rgba(149, 201, 61, 0.89);
}

.case-study-card-2 {
  border-bottom: 6px solid #97718e;
}

.case-study-card-2 .case-study-card-overlay {
  background: rgba(151, 113, 142, 0.89);
}

.case-study-card-3 {
  border-bottom: 6px solid #27a19d;
}

.case-study-card-3 .case-study-card-overlay {
  background: rgba(39, 161, 157, 0.89);
}

.case-study-card-overlay {
  padding: 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 80%;
  bottom: -70px;
  max-height: 60%;
  -webkit-transition: ease-in-out all 250ms;
  transition: ease-in-out all 250ms;
}

.case-study-card-overlay h4 {
  font-size: 1em;
  color: #fff;
  letter-spacing: 1.1px;
}

.case-study-card-overlay p {
  font-size: 0.9em;
  color: #fff;
}

@media (max-width: 1201px) and (min-width: 990px) {
  .case-study-image img {
    min-height: 550px;
  }
}

@media (max-width: 768px) and (min-width: 640px) {
  .case-study-image img {
    height: 340px;
    min-height: auto;
  }
  .case-study-card-overlay {
    min-height: 90%;
  }
  .case-study-card-overlay-btn {
    opacity: 1;
    top: 0;
  }
}

@media (max-width: 639px) {
  .case-study-image img {
    height: 330px;
    min-height: auto;
  }
  .case-study-card-overlay-btn {
    opacity: 1;
    top: 0;
  }
  .case-study-card-overlay p {
    display: none;
  }
}

@media (max-width: 520px) {
  .installer-search-widget {
    position: relative;
    top: -40px;
  }
}

.shrink {
  -webkit-transform: scale(0.5) translate(-50%, 50%);
  transform: scale(0.5) translate(-50%, 50%);
}

.hover-overlay {
  text-align: center;
}

#notification-bnrn {
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  background: #ebebeb;
  border: 1px solid #eaede5;
  z-index: 10000;
  max-width: 618px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  visibility: hidden;
}

#corner-popout {
  width: 55px;
  height: 55px;
  position: fixed;
  bottom: 0;
  background-color: #96c23f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  left: 0;
  z-index: 1000;
}

.cta-number {
  display: none;
}

.hover-icon {
  position: absolute;
  display: none;
  color: #A39161;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1000;
  font-size: 4.5em;
}

.hover-icon:hover {
  cursor: pointer;
}

.notification-bnr-notice-dismiss {
  padding: .3rem .7rem;
  background-color: #96c23f;
  top: 0rem;
  right: 0rem;
  font-size: 1.5em;
  color: #fff;
  position: absolute;
  font-weight: bold;
  border: none;
}

.shrink .notification-bnr-notice-dismiss {
  -webkit-transform: scale(2) translate(-25%, 25%);
          transform: scale(2) translate(-25%, 25%);
}

.notification-bnr-notice-show {
  color: #fff;
  position: absolute;
  font-size: 2em;
  padding: 0;
  background: none;
  font-weight: bold;
  border: none;
  cursor: pointer;
}

.hover-overlay {
  position: relative;
}

.notification-bnr-notice-dismiss:hover {
  cursor: pointer;
}

.sink-to-bottom {
  bottom: 0 !important;
  left: 0 !important;
}

.noHover .hover-icon {
  visibility: hidden;
}

.hide-popout {
  display: none !important;
}

@media (max-width: 767px) {
  #notification-bnrn {
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    width: 90%;
  }
  #notification-bnrn h2 {
    font-size: .9rem;
    line-height: 1.5;
  }
  .notification-bnr-notice-dismiss {
    padding: .3rem .5rem;
    color: #fff;
    position: absolute;
    font-weight: bold;
    border: none;
  }
  .shrink .notification-bnr-notice-dismiss {
    -webkit-transform: none;
            transform: none;
  }
  .corner-paragraph {
    font-size: .65rem;
  }
  .corner-paragraph p {
    font-size: .65rem;
  }
}

.before-after-image-after-text,
.before-after-image-before-text {
  position: absolute;
  display: block;
  bottom: 20px;
  z-index: 10;
  color: white;
  font-size: 1.2rem;
  letter-spacing: 2px;
  background: rgba(0, 0, 0, 0.75);
  padding: 10px 20px;
}

.before-after-image-after-text p,
.before-after-image-before-text p {
  color: white;
}

.before-after-image-after-text {
  right: 50px;
}

@media (max-width: 767px) {
  .before-after-image-after-text {
    right: 10px;
  }
}

.before-after-image-before-text {
  left: 50px;
}

@media (max-width: 767px) {
  .before-after-image-before-text {
    left: 10px;
  }
}

.before-after-image-section .container {
  position: relative;
  max-width: 1200px;
  height: 300px;
  border: 2px solid white;
  padding: 0 10px;
}

@media (min-width: 768px) {
  .before-after-image-section .container {
    height: 450px;
  }
}

@media (min-width: 992px) {
  .before-after-image-section .container {
    height: 600px;
  }
}

.before-after-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-size: 900px 100%; */
  background-size: cover;
}

.before-after-image:nth-of-type(1) {
  z-index: 1;
}

.before-after-image:nth-of-type(2) {
  z-index: 2;
}

.foreground-img {
  width: 50%;
}

.before-after-image-slider {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 100%;
  background: rgba(242, 242, 242, 0.3);
  outline: none;
  margin: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
  background: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 767px) {
  .before-after-image-slider {
    left: 0;
  }
}

.before-after-image-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 6px;
  height: 300px;
  background: white;
  cursor: pointer;
}

@media (min-width: 768px) {
  .before-after-image-slider::-webkit-slider-thumb {
    height: 450px;
  }
}

@media (min-width: 992px) {
  .before-after-image-slider::-webkit-slider-thumb {
    height: 600px;
  }
}

.slider-button {
  font-size: 30px;
  pointer-events: none;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: white;
  left: calc(50% - 10px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
}

@media (max-width: 767px) {
  .slider-button {
    left: calc(50% - 16px);
  }
}

.slider-button:after {
  content: '';
  padding: 3px;
  display: inline-block;
  border: solid #5D5D5D;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.slider-button:before {
  content: '';
  padding: 3px;
  display: inline-block;
  border: solid #5D5D5D;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.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: #96c23f !important;
}

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

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

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

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

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

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

a.bg-info:focus, a.bg-info:hover {
  background-color: #85d0e7 !important;
}

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

a.bg-quantal:focus, a.bg-quantal:hover {
  background-color: #90497d !important;
}

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

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

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

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

.bg-light {
  background-color: #f7f7f7 !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: #868585 !important;
}

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

a.bg-dark:focus, a.bg-dark:hover {
  background-color: #5a5959 !important;
}

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

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

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

a.bg-blue:focus, a.bg-blue:hover {
  background-color: #1fcec3 !important;
}

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

a.bg-indigo:focus, a.bg-indigo:hover {
  background-color: #8540f5 !important;
}

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

a.bg-purple:focus, a.bg-purple:hover {
  background-color: #90497d !important;
}

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

a.bg-pink:focus, a.bg-pink:hover {
  background-color: #c8538d !important;
}

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

a.bg-lavender:focus, a.bg-lavender:hover {
  background-color: #ccb9c6 !important;
}

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

a.bg-red:focus, a.bg-red:hover {
  background-color: #e4606d !important;
}

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

a.bg-orange:focus, a.bg-orange:hover {
  background-color: #fd9a47 !important;
}

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

a.bg-yellow:focus, a.bg-yellow:hover {
  background-color: #ffce3a !important;
}

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

a.bg-green:focus, a.bg-green:hover {
  background-color: #abce66 !important;
}

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

a.bg-teal:focus, a.bg-teal:hover {
  background-color: #3ce0af !important;
}

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

a.bg-cyan:focus, a.bg-cyan:hover {
  background-color: #1fc8e3 !important;
}

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

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

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

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

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

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

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

a.bg-gray-dark:focus, a.bg-gray-dark:hover {
  background-color: #5a5959 !important;
}

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

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

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

.bg-faded + .bg-faded {
  padding-top: 1px !important;
}

.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: #96c23f !important;
}

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

.border-success {
  border-color: #96c23f !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: #f7f7f7 !important;
}

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

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

.border-primary-light {
  border-color: #c0db8c !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: #dc3545 !important;
}

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

.border-yellow {
  border-color: #ffc107 !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: #dee2e6 !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: #dc3545 !important;
}

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

.border-hover-yellow:hover {
  border-color: #ffc107 !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: #dee2e6 !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 {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
}

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

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

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

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

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

@media (min-width: 576px) {
  .column-count-sm-1 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .column-count-sm-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .column-count-sm-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
  .column-count-sm-4 {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
  .column-count-sm-5 {
    -webkit-column-count: 5;
       -moz-column-count: 5;
            column-count: 5;
  }
  .column-count-sm-6 {
    -webkit-column-count: 6;
       -moz-column-count: 6;
            column-count: 6;
  }
}

@media (min-width: 768px) {
  .column-count-md-1 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .column-count-md-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .column-count-md-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
  .column-count-md-4 {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
  .column-count-md-5 {
    -webkit-column-count: 5;
       -moz-column-count: 5;
            column-count: 5;
  }
  .column-count-md-6 {
    -webkit-column-count: 6;
       -moz-column-count: 6;
            column-count: 6;
  }
}

@media (min-width: 992px) {
  .column-count-lg-1 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .column-count-lg-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .column-count-lg-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
  .column-count-lg-4 {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
  .column-count-lg-5 {
    -webkit-column-count: 5;
       -moz-column-count: 5;
            column-count: 5;
  }
  .column-count-lg-6 {
    -webkit-column-count: 6;
       -moz-column-count: 6;
            column-count: 6;
  }
}

@media (min-width: 1200px) {
  .column-count-xl-1 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .column-count-xl-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .column-count-xl-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
  .column-count-xl-4 {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
  .column-count-xl-5 {
    -webkit-column-count: 5;
       -moz-column-count: 5;
            column-count: 5;
  }
  .column-count-xl-6 {
    -webkit-column-count: 6;
       -moz-column-count: 6;
            column-count: 6;
  }
}

.column-gap-1 {
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

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

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

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

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

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

@media (min-width: 576px) {
  .column-gap-sm-1 {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .column-gap-sm-2 {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
  .column-gap-sm-3 {
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }
  .column-gap-sm-4 {
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }
  .column-gap-sm-5 {
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
  }
  .column-gap-sm-6 {
    -webkit-column-gap: 6rem;
       -moz-column-gap: 6rem;
            column-gap: 6rem;
  }
}

@media (min-width: 768px) {
  .column-gap-md-1 {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .column-gap-md-2 {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
  .column-gap-md-3 {
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }
  .column-gap-md-4 {
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }
  .column-gap-md-5 {
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
  }
  .column-gap-md-6 {
    -webkit-column-gap: 6rem;
       -moz-column-gap: 6rem;
            column-gap: 6rem;
  }
}

@media (min-width: 992px) {
  .column-gap-lg-1 {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .column-gap-lg-2 {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
  .column-gap-lg-3 {
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }
  .column-gap-lg-4 {
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }
  .column-gap-lg-5 {
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
  }
  .column-gap-lg-6 {
    -webkit-column-gap: 6rem;
       -moz-column-gap: 6rem;
            column-gap: 6rem;
  }
}

@media (min-width: 1200px) {
  .column-gap-xl-1 {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .column-gap-xl-2 {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
  .column-gap-xl-3 {
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }
  .column-gap-xl-4 {
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }
  .column-gap-xl-5 {
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
  }
  .column-gap-xl-6 {
    -webkit-column-gap: 6rem;
       -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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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 !important;
  }
  .d-sm-down-block {
    display: block !important;
  }
}

@media (max-width: 991px) {
  .d-md-down-none {
    display: none !important;
  }
}

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

.opacity-0 {
  opacity: 0;
}

.opacity-1 {
  opacity: 1;
}

.opacity-05 {
  opacity: .5;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  -o-object-fit: fill;
     object-fit: fill;
}

.embed-responsive .video-embed-custom {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.embed-responsive.embed-responsive-image img {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          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.85714286%;
}

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

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

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

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

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

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

@media (orientation: landscape) {
  .embed-responsive-vr-embed::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.85714286%;
  }
}

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

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

.youtube-player {
  position: relative;
  padding-bottom: 56.25%;
  /* Use 75% for 4:3 videos */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}

.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}

.youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: .4s all;
  transition: .4s all;
}

.youtube-player img:hover {
  -webkit-filter: brightness(75%);
}

.youtube-player .play {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url("//i.imgur.com/TxzC70f.png") no-repeat;
  cursor: pointer;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

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

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

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

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

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

.flex-grow {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .flex-sm-grow {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .flex-md-grow {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .flex-lg-grow {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .flex-xl-grow {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
}

@media (max-width: 767px) {
  .order-sm-down-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 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 {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

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

.pos-x-center {
  -webkit-transform: translateX(-50%);
          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;
  -webkit-clip-path: inset(50%);
          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;
  -webkit-clip-path: none;
          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;
  }
}

@media (min-width: 768px) {
  .content-max-sm {
    max-width: 760px;
  }
}

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

.text-jumbo-xl {
  font-size: 4rem !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;
  }
  .text-sm-jumbo-xl {
    font-size: 4rem !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;
  }
  .text-md-jumbo-xl {
    font-size: 4rem !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;
  }
  .text-lg-jumbo-xl {
    font-size: 4rem !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-xl-jumbo-xl {
    font-size: 4rem !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: #96c23f !important;
}

.text-primary p {
  color: #96c23f !important;
}

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

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

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

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

.text-success {
  color: #96c23f !important;
}

.text-success p {
  color: #96c23f !important;
}

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

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

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

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

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

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

a.text-quantal:focus, a.text-quantal:hover {
  color: #4c2743 !important;
}

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

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

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

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

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

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

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

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

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

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

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

a.text-medium:focus, a.text-medium:hover {
  color: #535252 !important;
}

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

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

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

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

.text-primary-light p {
  color: #c0db8c !important;
}

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

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

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

a.text-blue:focus, a.text-blue:hover {
  color: #11766f !important;
}

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

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

a.text-indigo:focus, a.text-indigo:hover {
  color: #510bc4 !important;
}

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

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

a.text-purple:focus, a.text-purple:hover {
  color: #4c2743 !important;
}

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

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

a.text-pink:focus, a.text-pink:hover {
  color: #892c5a !important;
}

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

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

a.text-lavender:focus, a.text-lavender:hover {
  color: #a07f96 !important;
}

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

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

a.text-red:focus, a.text-red:hover {
  color: #bd2130 !important;
}

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

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

a.text-orange:focus, a.text-orange:hover {
  color: #dc6502 !important;
}

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

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

a.text-yellow:focus, a.text-yellow:hover {
  color: #d39e00 !important;
}

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

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

a.text-green:focus, a.text-green:hover {
  color: #799c32 !important;
}

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

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

a.text-teal:focus, a.text-teal:hover {
  color: #199d76 !important;
}

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

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

a.text-cyan:focus, a.text-cyan:hover {
  color: #117a8b !important;
}

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

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

a.text-white:focus, a.text-white:hover {
  color: #e6e5e5 !important;
}

.text-gray-md {
  color: #dee2e6 !important;
}

.text-gray-md p {
  color: #dee2e6 !important;
}

a.text-gray-md:focus, a.text-gray-md:hover {
  color: #c1c9d0 !important;
}

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

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

a.text-gray:focus, a.text-gray:hover {
  color: #868585 !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: #272626 !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: .9rem;
  font-weight: 400;
  line-height: 1.5rem;
}

h6.title-feature {
  letter-spacing: 3px;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.25rem;
}

p.title-feature, li.title-feature, a.title-feature {
  letter-spacing: 3px;
  font-size: .8rem;
  font-weight: 600;
}

.link-title [class^="icon-"], .link-title [class*=" icon-"] {
  position: relative;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.link-title:hover [class^="icon-"], .link-title:hover [class*=" icon-"] {
  left: .5rem;
}

.link-title-hup-page {
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
}

.link-title-hup-page span {
  font-weight: 500;
  font-size: calc(1rem + 2pt);
}

.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 {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.z-depth-1 {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08) !important;
          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 {
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08) !important;
          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 {
  -webkit-box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(0, 0, 0, 0.08) !important;
          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 {
  -webkit-box-shadow: 0 5px 128px 0 rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(0, 0, 0, 0.08) !important;
          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 {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08) !important;
          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 {
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08) !important;
          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 {
  -webkit-box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(0, 0, 0, 0.08) !important;
          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 {
  -webkit-box-shadow: 0 5px 128px 0 rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(0, 0, 0, 0.08) !important;
          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 {
  -webkit-box-shadow: inset -5px 0 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
          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 {
  -webkit-box-shadow: inset -10px 0 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19) !important;
          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 {
  -webkit-box-shadow: inset -15px 0 15px 5px rgba(0, 0, 0, 0.5) !important;
          box-shadow: inset -15px 0 15px 5px rgba(0, 0, 0, 0.5) !important;
}

.z-depth-inset-4 {
  -webkit-box-shadow: inset -28px 0 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21) !important;
          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;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: rgba(0, 0, 0, 0.15);
  margin-left: .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 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.unslider .pagination-next {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

@font-face {
  font-family: 'ultra-icon';
  src: url("/fonts/ultra-icons/ultra-icon.eot?version=2.1#iefix") format("embedded-opentype"), url("/fonts/ultra-icons/ultra-icon.woff?version=2.1") format("woff"), url("/fonts/ultra-icons/ultra-icon.svg?version=2.1#ultra-icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[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-vr:before {
  content: "\E916";
}

.icon-chat:before {
  content: "\E917";
}

.icon-active-primary {
  color: #96c23f !important;
}

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

.icon-active-success {
  color: #96c23f !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: #f7f7f7 !important;
}

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

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

.icon-active-primary-light {
  color: #c0db8c !important;
}

.icon-dropdown-slider {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%;
  color: white;
  font-size: 2rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.icon-dropdown-slider:hover {
  bottom: .5rem;
}

.homepage-icon-arrow-down {
  bottom: 31px !important;
  left: 80px !important;
}

@media (max-width: 992px) and (min-width: 767px) {
  .homepage-icon-arrow-down {
    bottom: -16px !important;
    left: 26px !important;
  }
}

@media (max-width: 1200px) and (min-width: 993px) {
  .homepage-icon-arrow-down {
    bottom: 0px !important;
    left: 47px !important;
  }
}

.why-choose-tab i {
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  top: 50%;
  font-size: 3.5em;
  position: absolute;
  opacity: 0.08;
}

[aria-expanded="true"] .collapse-icon {
  -webkit-transform: rotate(180deg) !important;
          transform: rotate(180deg) !important;
}

.collapse-icon {
  position: absolute !important;
  top: 1rem !important;
  right: 1.5rem !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
}

@-webkit-keyframes opacity-in-out {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes opacity-in-out {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.pbl-animate {
  opacity: 0;
}

.pbl-in-out-1 {
  -webkit-animation-name: opacity-in-out;
          animation-name: opacity-in-out;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.pbl-in-out-2 {
  -webkit-animation-name: opacity-in-out;
          animation-name: opacity-in-out;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.pbl-in-out-3 {
  -webkit-animation-name: opacity-in-out;
          animation-name: opacity-in-out;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes opacity-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacity-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.pbl-in {
  -webkit-animation-name: opacity-in;
          animation-name: opacity-in;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.pbl-in-1 {
  -webkit-animation-name: opacity-in;
          animation-name: opacity-in;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: .8s;
          animation-delay: .8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.pbl-in-2 {
  -webkit-animation-name: opacity-in;
          animation-name: opacity-in;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.pbl-in-3 {
  -webkit-animation-name: opacity-in;
          animation-name: opacity-in;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.pbl-in-4 {
  -webkit-animation-name: opacity-in;
          animation-name: opacity-in;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes opacity-in-up {
  0% {
    top: 60px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes opacity-in-up {
  0% {
    top: 60px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

.pbl-in-up {
  position: relative;
  opacity: 0;
  top: 100px;
  -webkit-animation-name: opacity-in-up;
          animation-name: opacity-in-up;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes opacity-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes opacity-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.pbl-out {
  opacity: 1;
  -webkit-animation-name: opacity-out;
          animation-name: opacity-out;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.animation-none {
  -webkit-animation: none;
          animation: none;
}

/**
 *   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 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -ms-flex-item-align: start;
      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;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: rgba(0, 0, 0, 0.15);
  margin-left: .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      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;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-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;
  -webkit-box-shadow: 0 3px 6px #ccc;
  box-shadow: 0 3px 6px #ccc;
  -webkit-box-sizing: content-box;
  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: #e5f2ff;
}

.datepicker-panel > ul > li.muted,
.datepicker-panel > ul > li.muted:hover {
  color: #999;
}

.datepicker-panel > ul > li.highlighted {
  background-color: #e5f2ff;
}

.datepicker-panel > ul > li.highlighted:hover {
  background-color: #cce5ff;
}

.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: #e5f2ff;
}

.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: #96c23f;
  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%;
  -webkit-box-shadow: 0 0 10px #96c23f, 0 0 5px #96c23f;
          box-shadow: 0 0 10px #96c23f, 0 0 5px #96c23f;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
          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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #96c23f;
  border-left-color: #96c23f;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
          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;
}

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  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;
  display: none;
}

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

.slick-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;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-left: .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;
}
