/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #309dfc;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #f26522;
  --yellow: #ff9e16;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #343a40;
  --gray-medium: #4e5969;
  --black: #000;
  --primary: #309dfc;
  --secondary: #868e96;
  --success: #28a745;
  --info: #0073cc;
  --warning: #f26522;
  --danger: #dc3545;
  --light: #f5f8fa;
  --dark: #343a40;
  --blue-dark: #001e60;
  --gray-medium: #4e5969;
  --black: #000;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Open Sans", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Open Sans", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4e5969;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #309dfc;
  background-color: transparent; }
  a:hover {
    color: #0377dc;
    text-decoration: none; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #309dfc; }

h1, .h1 {
  font-size: 1.5rem; }

h2, .h2 {
  font-size: 1.25rem; }

h3, .h3 {
  font-size: 1.125rem; }

h4, .h4 {
  font-size: 1rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.5; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.5; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.5; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.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; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.75rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #868e96; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.375rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1170px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -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: 100%; }

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.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.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.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.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.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.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.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-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.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.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    -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: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .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.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .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.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .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.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .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-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .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.3333333333%; }
  .offset-sm-2 {
    margin-left: 16.6666666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.3333333333%; }
  .offset-sm-5 {
    margin-left: 41.6666666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.3333333333%; }
  .offset-sm-8 {
    margin-left: 66.6666666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.3333333333%; }
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
  .col-md {
    -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: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .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.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .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.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .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.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .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-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .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.3333333333%; }
  .offset-md-2 {
    margin-left: 16.6666666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.3333333333%; }
  .offset-md-5 {
    margin-left: 41.6666666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.3333333333%; }
  .offset-md-8 {
    margin-left: 66.6666666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.3333333333%; }
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 992px) {
  .col-lg {
    -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: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .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.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .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.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .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.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .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-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .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.3333333333%; }
  .offset-lg-2 {
    margin-left: 16.6666666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.3333333333%; }
  .offset-lg-5 {
    margin-left: 41.6666666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.3333333333%; }
  .offset-lg-8 {
    margin-left: 66.6666666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.3333333333%; }
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -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: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .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.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .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.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .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.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .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-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .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.3333333333%; }
  .offset-xl-2 {
    margin-left: 16.6666666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.3333333333%; }
  .offset-xl-5 {
    margin-left: 41.6666666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.3333333333%; }
  .offset-xl-8 {
    margin-left: 66.6666666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.3333333333%; }
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #4e5969; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #e3e9ed; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e3e9ed; }
  .table tbody + tbody {
    border-top: 2px solid #e3e9ed; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #e3e9ed; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #e3e9ed; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #4e5969;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c5e4fe; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #93ccfd; }

.table-hover .table-primary:hover {
  background-color: #acd8fe; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #acd8fe; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #dddfe2; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #c0c4c8; }

.table-hover .table-secondary:hover {
  background-color: #cfd2d6; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #cfd2d6; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #b8d8f1; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #7ab6e4; }

.table-hover .table-info:hover {
  background-color: #a3cced; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #a3cced; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fbd4c1; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #f8af8c; }

.table-hover .table-warning:hover {
  background-color: #f9c3a9; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #f9c3a9; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fcfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fafbfc; }

.table-hover .table-light:hover {
  background-color: #e9f0f8; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #e9f0f8; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-blue-dark,
.table-blue-dark > th,
.table-blue-dark > td {
  background-color: #b8c0d2; }

.table-blue-dark th,
.table-blue-dark td,
.table-blue-dark thead th,
.table-blue-dark tbody + tbody {
  border-color: #7a8aac; }

.table-hover .table-blue-dark:hover {
  background-color: #a8b2c8; }
  .table-hover .table-blue-dark:hover > td,
  .table-hover .table-blue-dark:hover > th {
    background-color: #a8b2c8; }

.table-gray-medium,
.table-gray-medium > th,
.table-gray-medium > td {
  background-color: #cdd1d5; }

.table-gray-medium th,
.table-gray-medium td,
.table-gray-medium thead th,
.table-gray-medium tbody + tbody {
  border-color: #a3a9b1; }

.table-hover .table-gray-medium:hover {
  background-color: #bfc4c9; }
  .table-hover .table-gray-medium:hover > td,
  .table-hover .table-gray-medium:hover > th {
    background-color: #bfc4c9; }

.table-black,
.table-black > th,
.table-black > td {
  background-color: #b8b8b8; }

.table-black th,
.table-black td,
.table-black thead th,
.table-black tbody + tbody {
  border-color: #7a7a7a; }

.table-hover .table-black:hover {
  background-color: #ababab; }
  .table-hover .table-black:hover > td,
  .table-hover .table-black:hover > th {
    background-color: #ababab; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #4e5969;
  background-color: #e3e9ed;
  border-color: #e3e9ed; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.125rem + 2px);
  padding: 0.5625rem 0.9375rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4e5969;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.75rem;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #4e5969;
    background-color: #fff;
    border-color: #aed9fe;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(48, 157, 252, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #868e96;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #868e96;
    opacity: 1; }
  .form-control::placeholder {
    color: #868e96;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e3e9ed;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #4e5969;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.5625rem + 1px);
  padding-bottom: calc(0.5625rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #4e5969;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.375rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -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;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #868e96; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.75rem; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 1.125rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.28125rem);
  background-size: calc(0.75em + 0.5625rem) calc(0.75em + 0.5625rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1.125rem);
  background-position: top calc(0.375em + 0.28125rem) right calc(0.375em + 0.28125rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 1.125rem) * 3 / 4 + 1.9375rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.9375rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.9375rem/calc(0.75em + 0.5625rem) calc(0.75em + 0.5625rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .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-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.75rem; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 1.125rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.28125rem);
  background-size: calc(0.75em + 0.5625rem) calc(0.75em + 0.5625rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1.125rem);
  background-position: top calc(0.375em + 0.28125rem) right calc(0.375em + 0.28125rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 1.125rem) * 3 / 4 + 1.9375rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.9375rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.9375rem/calc(0.75em + 0.5625rem) calc(0.75em + 0.5625rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .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-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: -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,
    .form-inline .custom-select {
      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;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 700;
  color: #4e5969;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5625rem 0.9375rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.375rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      transition: none; } }
  .btn:hover {
    color: #4e5969;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(48, 157, 252, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #309dfc;
  border-color: #309dfc; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0a8bfb;
    border-color: #0485f5; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(79, 172, 252, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #309dfc;
    border-color: #309dfc; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0485f5;
    border-color: #037ee9; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(79, 172, 252, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #727b84;
    border-color: #6c757d; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(152, 159, 166, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #666e76; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(152, 159, 166, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #0073cc;
  border-color: #0073cc; }
  .btn-info:hover {
    color: #fff;
    background-color: #005da6;
    border-color: #005699; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 136, 212, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #0073cc;
    border-color: #0073cc; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #005699;
    border-color: #004f8c; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 136, 212, 0.5); }

.btn-warning {
  color: #fff;
  background-color: #f26522;
  border-color: #f26522; }
  .btn-warning:hover {
    color: #fff;
    background-color: #e1510d;
    border-color: #d54d0d; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(244, 124, 67, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #fff;
    background-color: #f26522;
    border-color: #f26522; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #d54d0d;
    border-color: #c8490c; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(244, 124, 67, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f5f8fa;
  border-color: #f5f8fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #dce6ed;
    border-color: #d3e0e9; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(213, 216, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f5f8fa;
    border-color: #f5f8fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #d3e0e9;
    border-color: #cbdae5; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(213, 216, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-blue-dark {
  color: #fff;
  background-color: #001e60;
  border-color: #001e60; }
  .btn-blue-dark:hover {
    color: #fff;
    background-color: #00123a;
    border-color: #000e2d; }
  .btn-blue-dark:focus, .btn-blue-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 64, 120, 0.5); }
  .btn-blue-dark.disabled, .btn-blue-dark:disabled {
    color: #fff;
    background-color: #001e60;
    border-color: #001e60; }
  .btn-blue-dark:not(:disabled):not(.disabled):active, .btn-blue-dark:not(:disabled):not(.disabled).active,
  .show > .btn-blue-dark.dropdown-toggle {
    color: #fff;
    background-color: #000e2d;
    border-color: #000a20; }
    .btn-blue-dark:not(:disabled):not(.disabled):active:focus, .btn-blue-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-blue-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 64, 120, 0.5); }

.btn-gray-medium {
  color: #fff;
  background-color: #4e5969;
  border-color: #4e5969; }
  .btn-gray-medium:hover {
    color: #fff;
    background-color: #3e4653;
    border-color: #38404c; }
  .btn-gray-medium:focus, .btn-gray-medium.focus {
    box-shadow: 0 0 0 0.2rem rgba(105, 114, 128, 0.5); }
  .btn-gray-medium.disabled, .btn-gray-medium:disabled {
    color: #fff;
    background-color: #4e5969;
    border-color: #4e5969; }
  .btn-gray-medium:not(:disabled):not(.disabled):active, .btn-gray-medium:not(:disabled):not(.disabled).active,
  .show > .btn-gray-medium.dropdown-toggle {
    color: #fff;
    background-color: #38404c;
    border-color: #333a44; }
    .btn-gray-medium:not(:disabled):not(.disabled):active:focus, .btn-gray-medium:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gray-medium.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(105, 114, 128, 0.5); }

.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000; }
  .btn-black:hover {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-black:focus, .btn-black.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }
  .btn-black.disabled, .btn-black:disabled {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active,
  .show > .btn-black.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black; }
    .btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus,
    .show > .btn-black.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }

.btn-outline-primary {
  color: #309dfc;
  border-color: #309dfc; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #309dfc;
    border-color: #309dfc; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(48, 157, 252, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #309dfc;
    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: #309dfc;
    border-color: #309dfc; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(48, 157, 252, 0.5); }

.btn-outline-secondary {
  color: #868e96;
  border-color: #868e96; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #868e96;
    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: #868e96;
    border-color: #868e96; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #0073cc;
  border-color: #0073cc; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #0073cc;
    border-color: #0073cc; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 115, 204, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #0073cc;
    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: #0073cc;
    border-color: #0073cc; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 115, 204, 0.5); }

.btn-outline-warning {
  color: #f26522;
  border-color: #f26522; }
  .btn-outline-warning:hover {
    color: #fff;
    background-color: #f26522;
    border-color: #f26522; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(242, 101, 34, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #f26522;
    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: #f26522;
    border-color: #f26522; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(242, 101, 34, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f5f8fa;
  border-color: #f5f8fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f5f8fa;
    border-color: #f5f8fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(245, 248, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f5f8fa;
    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: #f5f8fa;
    border-color: #f5f8fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(245, 248, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-blue-dark {
  color: #001e60;
  border-color: #001e60; }
  .btn-outline-blue-dark:hover {
    color: #fff;
    background-color: #001e60;
    border-color: #001e60; }
  .btn-outline-blue-dark:focus, .btn-outline-blue-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 30, 96, 0.5); }
  .btn-outline-blue-dark.disabled, .btn-outline-blue-dark:disabled {
    color: #001e60;
    background-color: transparent; }
  .btn-outline-blue-dark:not(:disabled):not(.disabled):active, .btn-outline-blue-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-blue-dark.dropdown-toggle {
    color: #fff;
    background-color: #001e60;
    border-color: #001e60; }
    .btn-outline-blue-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-blue-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-blue-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 30, 96, 0.5); }

.btn-outline-gray-medium {
  color: #4e5969;
  border-color: #4e5969; }
  .btn-outline-gray-medium:hover {
    color: #fff;
    background-color: #4e5969;
    border-color: #4e5969; }
  .btn-outline-gray-medium:focus, .btn-outline-gray-medium.focus {
    box-shadow: 0 0 0 0.2rem rgba(78, 89, 105, 0.5); }
  .btn-outline-gray-medium.disabled, .btn-outline-gray-medium:disabled {
    color: #4e5969;
    background-color: transparent; }
  .btn-outline-gray-medium:not(:disabled):not(.disabled):active, .btn-outline-gray-medium:not(:disabled):not(.disabled).active,
  .show > .btn-outline-gray-medium.dropdown-toggle {
    color: #fff;
    background-color: #4e5969;
    border-color: #4e5969; }
    .btn-outline-gray-medium:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-medium:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-gray-medium.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(78, 89, 105, 0.5); }

.btn-outline-black {
  color: #000;
  border-color: #000; }
  .btn-outline-black:hover {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-outline-black:focus, .btn-outline-black.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-outline-black.disabled, .btn-outline-black:disabled {
    color: #000;
    background-color: transparent; }
  .btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active,
  .show > .btn-outline-black.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000; }
    .btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-black.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-link {
  font-weight: 400;
  color: #309dfc;
  text-decoration: none; }
  .btn-link:hover {
    color: #0377dc;
    text-decoration: none; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: none;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #868e96;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.375rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #4e5969;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.75rem; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e3e9ed; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f5f8fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #309dfc; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #868e96;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #868e96;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.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: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: -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),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.703125rem;
  padding-left: 0.703125rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  -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:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5625rem 0.9375rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4e5969;
  text-align: center;
  white-space: nowrap;
  background-color: #e3e9ed;
  border: 1px solid #ced4da;
  border-radius: 0.75rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.375rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.9375rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #309dfc;
    background-color: #309dfc; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(48, 157, 252, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #aed9fe; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #e0f0ff;
    border-color: #e0f0ff; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #868e96; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e3e9ed; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.75rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #309dfc;
  background-color: #309dfc; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(48, 157, 252, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(48, 157, 252, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(48, 157, 252, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
        -ms-transform: translateX(0.75rem);
            transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(48, 157, 252, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.125rem + 2px);
  padding: 0.5625rem 1.9375rem 0.5625rem 0.9375rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4e5969;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.9375rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.75rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #aed9fe;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(48, 157, 252, 0.25); }
    .custom-select:focus::-ms-value {
      color: #4e5969;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.9375rem;
    background-image: none; }
  .custom-select:disabled {
    color: #868e96;
    background-color: #e3e9ed; }
  .custom-select::-ms-expand {
    display: none; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.125rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1.125rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #aed9fe;
    box-shadow: 0 0 0 0.2rem rgba(48, 157, 252, 0.25); }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e3e9ed; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 1.125rem + 2px);
  padding: 0.5625rem 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4e5969;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.75rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 1.125rem);
    padding: 0.5625rem 0.9375rem;
    line-height: 1.5;
    color: #4e5969;
    content: "Browse";
    background-color: #e3e9ed;
    border-left: inherit;
    border-radius: 0 0.75rem 0.75rem 0; }

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(48, 157, 252, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(48, 157, 252, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(48, 157, 252, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #309dfc;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #e0f0ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #309dfc;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #e0f0ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #309dfc;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #e0f0ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      -webkit-transition: none;
      transition: none; } }

.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; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #868e96;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e3e9ed #e3e9ed #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #868e96;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #4e5969;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.75rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #309dfc; }

.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; }

.navbar {
  position: relative;
  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 1rem; }
  .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; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: -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 .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.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.375rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            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 .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .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: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            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 .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .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: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            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 .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .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: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            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 .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .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 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          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 .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .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:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: -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 #e3e9ed;
  border-radius: 0.75rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem; }

.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 #e3e9ed; }
  .card-header:first-child {
    border-radius: calc(0.75rem - 1px) calc(0.75rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid #e3e9ed; }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.75rem - 1px) calc(0.75rem - 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.75rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.75rem - 1px);
  border-top-right-radius: calc(0.75rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.75rem - 1px);
  border-bottom-left-radius: calc(0.75rem - 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: 15px; }
  @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: -15px;
      margin-left: -15px; }
      .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: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.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: 15px; }
  @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:not(:last-child) {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-top,
          .card-group > .card:not(:last-child) .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-bottom,
          .card-group > .card:not(:last-child) .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:not(:first-child) {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-top,
          .card-group > .card:not(:first-child) .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-bottom,
          .card-group > .card:not(:first-child) .card-footer {
            border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion > .card {
  overflow: hidden; }
  .accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0; }
  .accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0; }
  .accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion > .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion > .card .card-header {
    margin-bottom: -1px; }

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e3e9ed;
  border-radius: 0.75rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #868e96;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #868e96; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.75rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #309dfc;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0377dc;
    text-decoration: none;
    background-color: #e3e9ed;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(48, 157, 252, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #309dfc;
  border-color: #309dfc; }

.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem; }

.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.75rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      -webkit-transition: none;
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #309dfc; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #0485f5; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(48, 157, 252, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #868e96; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #6c757d; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5); }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #fff;
  background-color: #0073cc; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #005699; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 115, 204, 0.5); }

.badge-warning {
  color: #fff;
  background-color: #f26522; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #fff;
    background-color: #d54d0d; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(242, 101, 34, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f5f8fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #d3e0e9; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(245, 248, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.badge-blue-dark {
  color: #fff;
  background-color: #001e60; }
  a.badge-blue-dark:hover, a.badge-blue-dark:focus {
    color: #fff;
    background-color: #000e2d; }
  a.badge-blue-dark:focus, a.badge-blue-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 30, 96, 0.5); }

.badge-gray-medium {
  color: #fff;
  background-color: #4e5969; }
  a.badge-gray-medium:hover, a.badge-gray-medium:focus {
    color: #fff;
    background-color: #38404c; }
  a.badge-gray-medium:focus, a.badge-gray-medium.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(78, 89, 105, 0.5); }

.badge-black {
  color: #fff;
  background-color: #000; }
  a.badge-black:hover, a.badge-black:focus {
    color: #fff;
    background-color: black; }
  a.badge-black:focus, a.badge-black.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e3e9ed;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.75rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #195283;
  background-color: #d6ebfe;
  border-color: #c5e4fe; }
  .alert-primary hr {
    border-top-color: #acd8fe; }
  .alert-primary .alert-link {
    color: #113758; }

.alert-secondary {
  color: #464a4e;
  background-color: #e7e8ea;
  border-color: #dddfe2; }
  .alert-secondary hr {
    border-top-color: #cfd2d6; }
  .alert-secondary .alert-link {
    color: #2e3133; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #003c6a;
  background-color: #cce3f5;
  border-color: #b8d8f1; }
  .alert-info hr {
    border-top-color: #a3cced; }
  .alert-info .alert-link {
    color: #001f37; }

.alert-warning {
  color: #7e3512;
  background-color: #fce0d3;
  border-color: #fbd4c1; }
  .alert-warning hr {
    border-top-color: #f9c3a9; }
  .alert-warning .alert-link {
    color: #51220c; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #7f8182;
  background-color: #fdfefe;
  border-color: #fcfdfe; }
  .alert-light hr {
    border-top-color: #e9f0f8; }
  .alert-light .alert-link {
    color: #666768; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

.alert-blue-dark {
  color: #001032;
  background-color: #ccd2df;
  border-color: #b8c0d2; }
  .alert-blue-dark hr {
    border-top-color: #a8b2c8; }
  .alert-blue-dark .alert-link {
    color: black; }

.alert-gray-medium {
  color: #292e37;
  background-color: #dcdee1;
  border-color: #cdd1d5; }
  .alert-gray-medium hr {
    border-top-color: #bfc4c9; }
  .alert-gray-medium .alert-link {
    color: #13161a; }

.alert-black {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8; }
  .alert-black hr {
    border-top-color: #ababab; }
  .alert-black .alert-link {
    color: black; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e3e9ed;
  border-radius: 0.75rem; }

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #309dfc;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      -webkit-transition: none;
      transition: none; } }

.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      -webkit-animation: none;
              animation: none; } }

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.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: #4e5969;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #4e5969;
    text-decoration: none;
    background-color: #f5f8fa; }
  .list-group-item-action:active {
    color: #4e5969;
    background-color: #e3e9ed; }

.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.75rem;
    border-top-right-radius: 0.75rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #868e96;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #309dfc;
    border-color: #309dfc; }

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }
    .list-group-horizontal .list-group-item:first-child {
      border-top-left-radius: 0.75rem;
      border-bottom-left-radius: 0.75rem;
      border-top-right-radius: 0; }
    .list-group-horizontal .list-group-item:last-child {
      margin-right: 0;
      border-top-right-radius: 0.75rem;
      border-bottom-right-radius: 0.75rem;
      border-bottom-left-radius: 0; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-sm .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: 0.75rem;
        border-bottom-left-radius: 0.75rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.75rem;
        border-bottom-right-radius: 0.75rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-md .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: 0.75rem;
        border-bottom-left-radius: 0.75rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.75rem;
        border-bottom-right-radius: 0.75rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-lg .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: 0.75rem;
        border-bottom-left-radius: 0.75rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.75rem;
        border-bottom-right-radius: 0.75rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-xl .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: 0.75rem;
        border-bottom-left-radius: 0.75rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.75rem;
        border-bottom-right-radius: 0.75rem;
        border-bottom-left-radius: 0; } }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:last-child {
    margin-bottom: -1px; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0; }

.list-group-item-primary {
  color: #195283;
  background-color: #c5e4fe; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #195283;
    background-color: #acd8fe; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #195283;
    border-color: #195283; }

.list-group-item-secondary {
  color: #464a4e;
  background-color: #dddfe2; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #464a4e;
    background-color: #cfd2d6; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #464a4e;
    border-color: #464a4e; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #003c6a;
  background-color: #b8d8f1; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #003c6a;
    background-color: #a3cced; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #003c6a;
    border-color: #003c6a; }

.list-group-item-warning {
  color: #7e3512;
  background-color: #fbd4c1; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #7e3512;
    background-color: #f9c3a9; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #7e3512;
    border-color: #7e3512; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #7f8182;
  background-color: #fcfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #7f8182;
    background-color: #e9f0f8; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #7f8182;
    border-color: #7f8182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.list-group-item-blue-dark {
  color: #001032;
  background-color: #b8c0d2; }
  .list-group-item-blue-dark.list-group-item-action:hover, .list-group-item-blue-dark.list-group-item-action:focus {
    color: #001032;
    background-color: #a8b2c8; }
  .list-group-item-blue-dark.list-group-item-action.active {
    color: #fff;
    background-color: #001032;
    border-color: #001032; }

.list-group-item-gray-medium {
  color: #292e37;
  background-color: #cdd1d5; }
  .list-group-item-gray-medium.list-group-item-action:hover, .list-group-item-gray-medium.list-group-item-action:focus {
    color: #292e37;
    background-color: #bfc4c9; }
  .list-group-item-gray-medium.list-group-item-action.active {
    color: #fff;
    background-color: #292e37;
    border-color: #292e37; }

.list-group-item-black {
  color: black;
  background-color: #b8b8b8; }
  .list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
    color: black;
    background-color: #ababab; }
  .list-group-item-black.list-group-item-action.active {
    color: #fff;
    background-color: black;
    border-color: black; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

a.close.disabled {
  pointer-events: none; }

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0.75rem;
  color: #868e96;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.toast-body {
  padding: 0.75rem; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
        -ms-transform: translate(0, -50px);
            transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e3e9ed;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e3e9ed;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Open Sans", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.75rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Open Sans", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc((0.5rem + 1px) * -1); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #309dfc;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #4e5969; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      -webkit-transition: none;
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: 0s 0.6s opacity;
  transition: 0s 0.6s opacity; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      -webkit-transition: none;
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  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;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      -webkit-transition: none;
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        -webkit-transition: none;
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1; } }

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
          animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

.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: #309dfc !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0485f5 !important; }

.bg-secondary {
  background-color: #868e96 !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #6c757d !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #0073cc !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #005699 !important; }

.bg-warning {
  background-color: #f26522 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d54d0d !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f5f8fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #d3e0e9 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-blue-dark {
  background-color: #001e60 !important; }

a.bg-blue-dark:hover, a.bg-blue-dark:focus,
button.bg-blue-dark:hover,
button.bg-blue-dark:focus {
  background-color: #000e2d !important; }

.bg-gray-medium {
  background-color: #4e5969 !important; }

a.bg-gray-medium:hover, a.bg-gray-medium:focus,
button.bg-gray-medium:hover,
button.bg-gray-medium:focus {
  background-color: #38404c !important; }

.bg-black {
  background-color: #000 !important; }

a.bg-black:hover, a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
  background-color: black !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #e3e9ed !important; }

.border-top {
  border-top: 1px solid #e3e9ed !important; }

.border-right {
  border-right: 1px solid #e3e9ed !important; }

.border-bottom {
  border-bottom: 1px solid #e3e9ed !important; }

.border-left {
  border-left: 1px solid #e3e9ed !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: #309dfc !important; }

.border-secondary {
  border-color: #868e96 !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #0073cc !important; }

.border-warning {
  border-color: #f26522 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f5f8fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-blue-dark {
  border-color: #001e60 !important; }

.border-gray-medium {
  border-color: #4e5969 !important; }

.border-black {
  border-color: #000 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.375rem !important; }

.rounded {
  border-radius: 0.75rem !important; }

.rounded-top {
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important; }

.rounded-right {
  border-top-right-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important; }

.rounded-left {
  border-top-left-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -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; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.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; }

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !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;
      -ms-grid-row-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;
      -ms-grid-row-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;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !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; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !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; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !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; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !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; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  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: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 1rem 0.875rem -0.875rem #b9c6d3 !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.m-0_5 {
  margin: 0.125rem !important; }

.mt-0_5,
.my-0_5 {
  margin-top: 0.125rem !important; }

.mr-0_5,
.mx-0_5 {
  margin-right: 0.125rem !important; }

.mb-0_5,
.my-0_5 {
  margin-bottom: 0.125rem !important; }

.ml-0_5,
.mx-0_5 {
  margin-left: 0.125rem !important; }

.m-1_5 {
  margin: 0.375rem !important; }

.mt-1_5,
.my-1_5 {
  margin-top: 0.375rem !important; }

.mr-1_5,
.mx-1_5 {
  margin-right: 0.375rem !important; }

.mb-1_5,
.my-1_5 {
  margin-bottom: 0.375rem !important; }

.ml-1_5,
.mx-1_5 {
  margin-left: 0.375rem !important; }

.m-2_25 {
  margin: 0.55rem !important; }

.mt-2_25,
.my-2_25 {
  margin-top: 0.55rem !important; }

.mr-2_25,
.mx-2_25 {
  margin-right: 0.55rem !important; }

.mb-2_25,
.my-2_25 {
  margin-bottom: 0.55rem !important; }

.ml-2_25,
.mx-2_25 {
  margin-left: 0.55rem !important; }

.m-2_35 {
  margin: 0.625rem !important; }

.mt-2_35,
.my-2_35 {
  margin-top: 0.625rem !important; }

.mr-2_35,
.mx-2_35 {
  margin-right: 0.625rem !important; }

.mb-2_35,
.my-2_35 {
  margin-bottom: 0.625rem !important; }

.ml-2_35,
.mx-2_35 {
  margin-left: 0.625rem !important; }

.m-2_5 {
  margin: 0.75rem !important; }

.mt-2_5,
.my-2_5 {
  margin-top: 0.75rem !important; }

.mr-2_5,
.mx-2_5 {
  margin-right: 0.75rem !important; }

.mb-2_5,
.my-2_5 {
  margin-bottom: 0.75rem !important; }

.ml-2_5,
.mx-2_5 {
  margin-left: 0.75rem !important; }

.m-2_75 {
  margin: 0.875rem !important; }

.mt-2_75,
.my-2_75 {
  margin-top: 0.875rem !important; }

.mr-2_75,
.mx-2_75 {
  margin-right: 0.875rem !important; }

.mb-2_75,
.my-2_75 {
  margin-bottom: 0.875rem !important; }

.ml-2_75,
.mx-2_75 {
  margin-left: 0.875rem !important; }

.m-3_25 {
  margin: 1.125rem !important; }

.mt-3_25,
.my-3_25 {
  margin-top: 1.125rem !important; }

.mr-3_25,
.mx-3_25 {
  margin-right: 1.125rem !important; }

.mb-3_25,
.my-3_25 {
  margin-bottom: 1.125rem !important; }

.ml-3_25,
.mx-3_25 {
  margin-left: 1.125rem !important; }

.m-3_5 {
  margin: 1.25rem !important; }

.mt-3_5,
.my-3_5 {
  margin-top: 1.25rem !important; }

.mr-3_5,
.mx-3_5 {
  margin-right: 1.25rem !important; }

.mb-3_5,
.my-3_5 {
  margin-bottom: 1.25rem !important; }

.ml-3_5,
.mx-3_5 {
  margin-left: 1.25rem !important; }

.m-3_75 {
  margin: 1.375rem !important; }

.mt-3_75,
.my-3_75 {
  margin-top: 1.375rem !important; }

.mr-3_75,
.mx-3_75 {
  margin-right: 1.375rem !important; }

.mb-3_75,
.my-3_75 {
  margin-bottom: 1.375rem !important; }

.ml-3_75,
.mx-3_75 {
  margin-left: 1.375rem !important; }

.m-4_15 {
  margin: 1.6875rem !important; }

.mt-4_15,
.my-4_15 {
  margin-top: 1.6875rem !important; }

.mr-4_15,
.mx-4_15 {
  margin-right: 1.6875rem !important; }

.mb-4_15,
.my-4_15 {
  margin-bottom: 1.6875rem !important; }

.ml-4_15,
.mx-4_15 {
  margin-left: 1.6875rem !important; }

.m-4_25 {
  margin: 1.875rem !important; }

.mt-4_25,
.my-4_25 {
  margin-top: 1.875rem !important; }

.mr-4_25,
.mx-4_25 {
  margin-right: 1.875rem !important; }

.mb-4_25,
.my-4_25 {
  margin-bottom: 1.875rem !important; }

.ml-4_25,
.mx-4_25 {
  margin-left: 1.875rem !important; }

.m-4_35 {
  margin: 2.0625rem !important; }

.mt-4_35,
.my-4_35 {
  margin-top: 2.0625rem !important; }

.mr-4_35,
.mx-4_35 {
  margin-right: 2.0625rem !important; }

.mb-4_35,
.my-4_35 {
  margin-bottom: 2.0625rem !important; }

.ml-4_35,
.mx-4_35 {
  margin-left: 2.0625rem !important; }

.m-4_5 {
  margin: 2.25rem !important; }

.mt-4_5,
.my-4_5 {
  margin-top: 2.25rem !important; }

.mr-4_5,
.mx-4_5 {
  margin-right: 2.25rem !important; }

.mb-4_5,
.my-4_5 {
  margin-bottom: 2.25rem !important; }

.ml-4_5,
.mx-4_5 {
  margin-left: 2.25rem !important; }

.m-4_75 {
  margin: 2.5rem !important; }

.mt-4_75,
.my-4_75 {
  margin-top: 2.5rem !important; }

.mr-4_75,
.mx-4_75 {
  margin-right: 2.5rem !important; }

.mb-4_75,
.my-4_75 {
  margin-bottom: 2.5rem !important; }

.ml-4_75,
.mx-4_75 {
  margin-left: 2.5rem !important; }

.m-5_15 {
  margin: 3.125rem !important; }

.mt-5_15,
.my-5_15 {
  margin-top: 3.125rem !important; }

.mr-5_15,
.mx-5_15 {
  margin-right: 3.125rem !important; }

.mb-5_15,
.my-5_15 {
  margin-bottom: 3.125rem !important; }

.ml-5_15,
.mx-5_15 {
  margin-left: 3.125rem !important; }

.m-5_25 {
  margin: 3.5rem !important; }

.mt-5_25,
.my-5_25 {
  margin-top: 3.5rem !important; }

.mr-5_25,
.mx-5_25 {
  margin-right: 3.5rem !important; }

.mb-5_25,
.my-5_25 {
  margin-bottom: 3.5rem !important; }

.ml-5_25,
.mx-5_25 {
  margin-left: 3.5rem !important; }

.m-5_5 {
  margin: 3.75rem !important; }

.mt-5_5,
.my-5_5 {
  margin-top: 3.75rem !important; }

.mr-5_5,
.mx-5_5 {
  margin-right: 3.75rem !important; }

.mb-5_5,
.my-5_5 {
  margin-bottom: 3.75rem !important; }

.ml-5_5,
.mx-5_5 {
  margin-left: 3.75rem !important; }

.m-5_75 {
  margin: 4.375rem !important; }

.mt-5_75,
.my-5_75 {
  margin-top: 4.375rem !important; }

.mr-5_75,
.mx-5_75 {
  margin-right: 4.375rem !important; }

.mb-5_75,
.my-5_75 {
  margin-bottom: 4.375rem !important; }

.ml-5_75,
.mx-5_75 {
  margin-left: 4.375rem !important; }

.m-6 {
  margin: 4.5rem !important; }

.mt-6,
.my-6 {
  margin-top: 4.5rem !important; }

.mr-6,
.mx-6 {
  margin-right: 4.5rem !important; }

.mb-6,
.my-6 {
  margin-bottom: 4.5rem !important; }

.ml-6,
.mx-6 {
  margin-left: 4.5rem !important; }

.m-6_5 {
  margin: 5rem !important; }

.mt-6_5,
.my-6_5 {
  margin-top: 5rem !important; }

.mr-6_5,
.mx-6_5 {
  margin-right: 5rem !important; }

.mb-6_5,
.my-6_5 {
  margin-bottom: 5rem !important; }

.ml-6_5,
.mx-6_5 {
  margin-left: 5rem !important; }

.m-6_75 {
  margin: 5.375rem !important; }

.mt-6_75,
.my-6_75 {
  margin-top: 5.375rem !important; }

.mr-6_75,
.mx-6_75 {
  margin-right: 5.375rem !important; }

.mb-6_75,
.my-6_75 {
  margin-bottom: 5.375rem !important; }

.ml-6_75,
.mx-6_75 {
  margin-left: 5.375rem !important; }

.m-7 {
  margin: 6rem !important; }

.mt-7,
.my-7 {
  margin-top: 6rem !important; }

.mr-7,
.mx-7 {
  margin-right: 6rem !important; }

.mb-7,
.my-7 {
  margin-bottom: 6rem !important; }

.ml-7,
.mx-7 {
  margin-left: 6rem !important; }

.m-7_5 {
  margin: 6.75rem !important; }

.mt-7_5,
.my-7_5 {
  margin-top: 6.75rem !important; }

.mr-7_5,
.mx-7_5 {
  margin-right: 6.75rem !important; }

.mb-7_5,
.my-7_5 {
  margin-bottom: 6.75rem !important; }

.ml-7_5,
.mx-7_5 {
  margin-left: 6.75rem !important; }

.m-7_75 {
  margin: 7.25rem !important; }

.mt-7_75,
.my-7_75 {
  margin-top: 7.25rem !important; }

.mr-7_75,
.mx-7_75 {
  margin-right: 7.25rem !important; }

.mb-7_75,
.my-7_75 {
  margin-bottom: 7.25rem !important; }

.ml-7_75,
.mx-7_75 {
  margin-left: 7.25rem !important; }

.m-8 {
  margin: 7.5rem !important; }

.mt-8,
.my-8 {
  margin-top: 7.5rem !important; }

.mr-8,
.mx-8 {
  margin-right: 7.5rem !important; }

.mb-8,
.my-8 {
  margin-bottom: 7.5rem !important; }

.ml-8,
.mx-8 {
  margin-left: 7.5rem !important; }

.m-8_5 {
  margin: 8.125rem !important; }

.mt-8_5,
.my-8_5 {
  margin-top: 8.125rem !important; }

.mr-8_5,
.mx-8_5 {
  margin-right: 8.125rem !important; }

.mb-8_5,
.my-8_5 {
  margin-bottom: 8.125rem !important; }

.ml-8_5,
.mx-8_5 {
  margin-left: 8.125rem !important; }

.m-8_75 {
  margin: 8.4375rem !important; }

.mt-8_75,
.my-8_75 {
  margin-top: 8.4375rem !important; }

.mr-8_75,
.mx-8_75 {
  margin-right: 8.4375rem !important; }

.mb-8_75,
.my-8_75 {
  margin-bottom: 8.4375rem !important; }

.ml-8_75,
.mx-8_75 {
  margin-left: 8.4375rem !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: 10.5rem !important; }

.mt-10,
.my-10 {
  margin-top: 10.5rem !important; }

.mr-10,
.mx-10 {
  margin-right: 10.5rem !important; }

.mb-10,
.my-10 {
  margin-bottom: 10.5rem !important; }

.ml-10,
.mx-10 {
  margin-left: 10.5rem !important; }

.m-10_25 {
  margin: 11rem !important; }

.mt-10_25,
.my-10_25 {
  margin-top: 11rem !important; }

.mr-10_25,
.mx-10_25 {
  margin-right: 11rem !important; }

.mb-10_25,
.my-10_25 {
  margin-bottom: 11rem !important; }

.ml-10_25,
.mx-10_25 {
  margin-left: 11rem !important; }

.m-10_5 {
  margin: 11.25rem !important; }

.mt-10_5,
.my-10_5 {
  margin-top: 11.25rem !important; }

.mr-10_5,
.mx-10_5 {
  margin-right: 11.25rem !important; }

.mb-10_5,
.my-10_5 {
  margin-bottom: 11.25rem !important; }

.ml-10_5,
.mx-10_5 {
  margin-left: 11.25rem !important; }

.m-10_75 {
  margin: 11.5rem !important; }

.mt-10_75,
.my-10_75 {
  margin-top: 11.5rem !important; }

.mr-10_75,
.mx-10_75 {
  margin-right: 11.5rem !important; }

.mb-10_75,
.my-10_75 {
  margin-bottom: 11.5rem !important; }

.ml-10_75,
.mx-10_75 {
  margin-left: 11.5rem !important; }

.m-11 {
  margin: 12rem !important; }

.mt-11,
.my-11 {
  margin-top: 12rem !important; }

.mr-11,
.mx-11 {
  margin-right: 12rem !important; }

.mb-11,
.my-11 {
  margin-bottom: 12rem !important; }

.ml-11,
.mx-11 {
  margin-left: 12rem !important; }

.m-12 {
  margin: 13.5rem !important; }

.mt-12,
.my-12 {
  margin-top: 13.5rem !important; }

.mr-12,
.mx-12 {
  margin-right: 13.5rem !important; }

.mb-12,
.my-12 {
  margin-bottom: 13.5rem !important; }

.ml-12,
.mx-12 {
  margin-left: 13.5rem !important; }

.m-13 {
  margin: 15rem !important; }

.mt-13,
.my-13 {
  margin-top: 15rem !important; }

.mr-13,
.mx-13 {
  margin-right: 15rem !important; }

.mb-13,
.my-13 {
  margin-bottom: 15rem !important; }

.ml-13,
.mx-13 {
  margin-left: 15rem !important; }

.m-14 {
  margin: 16.6rem !important; }

.mt-14,
.my-14 {
  margin-top: 16.6rem !important; }

.mr-14,
.mx-14 {
  margin-right: 16.6rem !important; }

.mb-14,
.my-14 {
  margin-bottom: 16.6rem !important; }

.ml-14,
.mx-14 {
  margin-left: 16.6rem !important; }

.m-15 {
  margin: 18rem !important; }

.mt-15,
.my-15 {
  margin-top: 18rem !important; }

.mr-15,
.mx-15 {
  margin-right: 18rem !important; }

.mb-15,
.my-15 {
  margin-bottom: 18rem !important; }

.ml-15,
.mx-15 {
  margin-left: 18rem !important; }

.m-16 {
  margin: 19.5rem !important; }

.mt-16,
.my-16 {
  margin-top: 19.5rem !important; }

.mr-16,
.mx-16 {
  margin-right: 19.5rem !important; }

.mb-16,
.my-16 {
  margin-bottom: 19.5rem !important; }

.ml-16,
.mx-16 {
  margin-left: 19.5rem !important; }

.m-17 {
  margin: 21rem !important; }

.mt-17,
.my-17 {
  margin-top: 21rem !important; }

.mr-17,
.mx-17 {
  margin-right: 21rem !important; }

.mb-17,
.my-17 {
  margin-bottom: 21rem !important; }

.ml-17,
.mx-17 {
  margin-left: 21rem !important; }

.m-18 {
  margin: 22.5rem !important; }

.mt-18,
.my-18 {
  margin-top: 22.5rem !important; }

.mr-18,
.mx-18 {
  margin-right: 22.5rem !important; }

.mb-18,
.my-18 {
  margin-bottom: 22.5rem !important; }

.ml-18,
.mx-18 {
  margin-left: 22.5rem !important; }

.m-19 {
  margin: 24rem !important; }

.mt-19,
.my-19 {
  margin-top: 24rem !important; }

.mr-19,
.mx-19 {
  margin-right: 24rem !important; }

.mb-19,
.my-19 {
  margin-bottom: 24rem !important; }

.ml-19,
.mx-19 {
  margin-left: 24rem !important; }

.m-20 {
  margin: 25.5rem !important; }

.mt-20,
.my-20 {
  margin-top: 25.5rem !important; }

.mr-20,
.mx-20 {
  margin-right: 25.5rem !important; }

.mb-20,
.my-20 {
  margin-bottom: 25.5rem !important; }

.ml-20,
.mx-20 {
  margin-left: 25.5rem !important; }

.m-21 {
  margin: 27rem !important; }

.mt-21,
.my-21 {
  margin-top: 27rem !important; }

.mr-21,
.mx-21 {
  margin-right: 27rem !important; }

.mb-21,
.my-21 {
  margin-bottom: 27rem !important; }

.ml-21,
.mx-21 {
  margin-left: 27rem !important; }

.m-22 {
  margin: 28.5rem !important; }

.mt-22,
.my-22 {
  margin-top: 28.5rem !important; }

.mr-22,
.mx-22 {
  margin-right: 28.5rem !important; }

.mb-22,
.my-22 {
  margin-bottom: 28.5rem !important; }

.ml-22,
.mx-22 {
  margin-left: 28.5rem !important; }

.m-23 {
  margin: 30rem !important; }

.mt-23,
.my-23 {
  margin-top: 30rem !important; }

.mr-23,
.mx-23 {
  margin-right: 30rem !important; }

.mb-23,
.my-23 {
  margin-bottom: 30rem !important; }

.ml-23,
.mx-23 {
  margin-left: 30rem !important; }

.m-24 {
  margin: 31.5rem !important; }

.mt-24,
.my-24 {
  margin-top: 31.5rem !important; }

.mr-24,
.mx-24 {
  margin-right: 31.5rem !important; }

.mb-24,
.my-24 {
  margin-bottom: 31.5rem !important; }

.ml-24,
.mx-24 {
  margin-left: 31.5rem !important; }

.m-25 {
  margin: 33rem !important; }

.mt-25,
.my-25 {
  margin-top: 33rem !important; }

.mr-25,
.mx-25 {
  margin-right: 33rem !important; }

.mb-25,
.my-25 {
  margin-bottom: 33rem !important; }

.ml-25,
.mx-25 {
  margin-left: 33rem !important; }

.m-26 {
  margin: 34.5rem !important; }

.mt-26,
.my-26 {
  margin-top: 34.5rem !important; }

.mr-26,
.mx-26 {
  margin-right: 34.5rem !important; }

.mb-26,
.my-26 {
  margin-bottom: 34.5rem !important; }

.ml-26,
.mx-26 {
  margin-left: 34.5rem !important; }

.m-27 {
  margin: 36rem !important; }

.mt-27,
.my-27 {
  margin-top: 36rem !important; }

.mr-27,
.mx-27 {
  margin-right: 36rem !important; }

.mb-27,
.my-27 {
  margin-bottom: 36rem !important; }

.ml-27,
.mx-27 {
  margin-left: 36rem !important; }

.m-28 {
  margin: 37.5rem !important; }

.mt-28,
.my-28 {
  margin-top: 37.5rem !important; }

.mr-28,
.mx-28 {
  margin-right: 37.5rem !important; }

.mb-28,
.my-28 {
  margin-bottom: 37.5rem !important; }

.ml-28,
.mx-28 {
  margin-left: 37.5rem !important; }

.m-29 {
  margin: 39rem !important; }

.mt-29,
.my-29 {
  margin-top: 39rem !important; }

.mr-29,
.mx-29 {
  margin-right: 39rem !important; }

.mb-29,
.my-29 {
  margin-bottom: 39rem !important; }

.ml-29,
.mx-29 {
  margin-left: 39rem !important; }

.m-30 {
  margin: 40.5rem !important; }

.mt-30,
.my-30 {
  margin-top: 40.5rem !important; }

.mr-30,
.mx-30 {
  margin-right: 40.5rem !important; }

.mb-30,
.my-30 {
  margin-bottom: 40.5rem !important; }

.ml-30,
.mx-30 {
  margin-left: 40.5rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.p-0_5 {
  padding: 0.125rem !important; }

.pt-0_5,
.py-0_5 {
  padding-top: 0.125rem !important; }

.pr-0_5,
.px-0_5 {
  padding-right: 0.125rem !important; }

.pb-0_5,
.py-0_5 {
  padding-bottom: 0.125rem !important; }

.pl-0_5,
.px-0_5 {
  padding-left: 0.125rem !important; }

.p-1_5 {
  padding: 0.375rem !important; }

.pt-1_5,
.py-1_5 {
  padding-top: 0.375rem !important; }

.pr-1_5,
.px-1_5 {
  padding-right: 0.375rem !important; }

.pb-1_5,
.py-1_5 {
  padding-bottom: 0.375rem !important; }

.pl-1_5,
.px-1_5 {
  padding-left: 0.375rem !important; }

.p-2_25 {
  padding: 0.55rem !important; }

.pt-2_25,
.py-2_25 {
  padding-top: 0.55rem !important; }

.pr-2_25,
.px-2_25 {
  padding-right: 0.55rem !important; }

.pb-2_25,
.py-2_25 {
  padding-bottom: 0.55rem !important; }

.pl-2_25,
.px-2_25 {
  padding-left: 0.55rem !important; }

.p-2_35 {
  padding: 0.625rem !important; }

.pt-2_35,
.py-2_35 {
  padding-top: 0.625rem !important; }

.pr-2_35,
.px-2_35 {
  padding-right: 0.625rem !important; }

.pb-2_35,
.py-2_35 {
  padding-bottom: 0.625rem !important; }

.pl-2_35,
.px-2_35 {
  padding-left: 0.625rem !important; }

.p-2_5 {
  padding: 0.75rem !important; }

.pt-2_5,
.py-2_5 {
  padding-top: 0.75rem !important; }

.pr-2_5,
.px-2_5 {
  padding-right: 0.75rem !important; }

.pb-2_5,
.py-2_5 {
  padding-bottom: 0.75rem !important; }

.pl-2_5,
.px-2_5 {
  padding-left: 0.75rem !important; }

.p-2_75 {
  padding: 0.875rem !important; }

.pt-2_75,
.py-2_75 {
  padding-top: 0.875rem !important; }

.pr-2_75,
.px-2_75 {
  padding-right: 0.875rem !important; }

.pb-2_75,
.py-2_75 {
  padding-bottom: 0.875rem !important; }

.pl-2_75,
.px-2_75 {
  padding-left: 0.875rem !important; }

.p-3_25 {
  padding: 1.125rem !important; }

.pt-3_25,
.py-3_25 {
  padding-top: 1.125rem !important; }

.pr-3_25,
.px-3_25 {
  padding-right: 1.125rem !important; }

.pb-3_25,
.py-3_25 {
  padding-bottom: 1.125rem !important; }

.pl-3_25,
.px-3_25 {
  padding-left: 1.125rem !important; }

.p-3_5 {
  padding: 1.25rem !important; }

.pt-3_5,
.py-3_5 {
  padding-top: 1.25rem !important; }

.pr-3_5,
.px-3_5 {
  padding-right: 1.25rem !important; }

.pb-3_5,
.py-3_5 {
  padding-bottom: 1.25rem !important; }

.pl-3_5,
.px-3_5 {
  padding-left: 1.25rem !important; }

.p-3_75 {
  padding: 1.375rem !important; }

.pt-3_75,
.py-3_75 {
  padding-top: 1.375rem !important; }

.pr-3_75,
.px-3_75 {
  padding-right: 1.375rem !important; }

.pb-3_75,
.py-3_75 {
  padding-bottom: 1.375rem !important; }

.pl-3_75,
.px-3_75 {
  padding-left: 1.375rem !important; }

.p-4_15 {
  padding: 1.6875rem !important; }

.pt-4_15,
.py-4_15 {
  padding-top: 1.6875rem !important; }

.pr-4_15,
.px-4_15 {
  padding-right: 1.6875rem !important; }

.pb-4_15,
.py-4_15 {
  padding-bottom: 1.6875rem !important; }

.pl-4_15,
.px-4_15 {
  padding-left: 1.6875rem !important; }

.p-4_25 {
  padding: 1.875rem !important; }

.pt-4_25,
.py-4_25 {
  padding-top: 1.875rem !important; }

.pr-4_25,
.px-4_25 {
  padding-right: 1.875rem !important; }

.pb-4_25,
.py-4_25 {
  padding-bottom: 1.875rem !important; }

.pl-4_25,
.px-4_25 {
  padding-left: 1.875rem !important; }

.p-4_35 {
  padding: 2.0625rem !important; }

.pt-4_35,
.py-4_35 {
  padding-top: 2.0625rem !important; }

.pr-4_35,
.px-4_35 {
  padding-right: 2.0625rem !important; }

.pb-4_35,
.py-4_35 {
  padding-bottom: 2.0625rem !important; }

.pl-4_35,
.px-4_35 {
  padding-left: 2.0625rem !important; }

.p-4_5 {
  padding: 2.25rem !important; }

.pt-4_5,
.py-4_5 {
  padding-top: 2.25rem !important; }

.pr-4_5,
.px-4_5 {
  padding-right: 2.25rem !important; }

.pb-4_5,
.py-4_5 {
  padding-bottom: 2.25rem !important; }

.pl-4_5,
.px-4_5 {
  padding-left: 2.25rem !important; }

.p-4_75 {
  padding: 2.5rem !important; }

.pt-4_75,
.py-4_75 {
  padding-top: 2.5rem !important; }

.pr-4_75,
.px-4_75 {
  padding-right: 2.5rem !important; }

.pb-4_75,
.py-4_75 {
  padding-bottom: 2.5rem !important; }

.pl-4_75,
.px-4_75 {
  padding-left: 2.5rem !important; }

.p-5_15 {
  padding: 3.125rem !important; }

.pt-5_15,
.py-5_15 {
  padding-top: 3.125rem !important; }

.pr-5_15,
.px-5_15 {
  padding-right: 3.125rem !important; }

.pb-5_15,
.py-5_15 {
  padding-bottom: 3.125rem !important; }

.pl-5_15,
.px-5_15 {
  padding-left: 3.125rem !important; }

.p-5_25 {
  padding: 3.5rem !important; }

.pt-5_25,
.py-5_25 {
  padding-top: 3.5rem !important; }

.pr-5_25,
.px-5_25 {
  padding-right: 3.5rem !important; }

.pb-5_25,
.py-5_25 {
  padding-bottom: 3.5rem !important; }

.pl-5_25,
.px-5_25 {
  padding-left: 3.5rem !important; }

.p-5_5 {
  padding: 3.75rem !important; }

.pt-5_5,
.py-5_5 {
  padding-top: 3.75rem !important; }

.pr-5_5,
.px-5_5 {
  padding-right: 3.75rem !important; }

.pb-5_5,
.py-5_5 {
  padding-bottom: 3.75rem !important; }

.pl-5_5,
.px-5_5 {
  padding-left: 3.75rem !important; }

.p-5_75 {
  padding: 4.375rem !important; }

.pt-5_75,
.py-5_75 {
  padding-top: 4.375rem !important; }

.pr-5_75,
.px-5_75 {
  padding-right: 4.375rem !important; }

.pb-5_75,
.py-5_75 {
  padding-bottom: 4.375rem !important; }

.pl-5_75,
.px-5_75 {
  padding-left: 4.375rem !important; }

.p-6 {
  padding: 4.5rem !important; }

.pt-6,
.py-6 {
  padding-top: 4.5rem !important; }

.pr-6,
.px-6 {
  padding-right: 4.5rem !important; }

.pb-6,
.py-6 {
  padding-bottom: 4.5rem !important; }

.pl-6,
.px-6 {
  padding-left: 4.5rem !important; }

.p-6_5 {
  padding: 5rem !important; }

.pt-6_5,
.py-6_5 {
  padding-top: 5rem !important; }

.pr-6_5,
.px-6_5 {
  padding-right: 5rem !important; }

.pb-6_5,
.py-6_5 {
  padding-bottom: 5rem !important; }

.pl-6_5,
.px-6_5 {
  padding-left: 5rem !important; }

.p-6_75 {
  padding: 5.375rem !important; }

.pt-6_75,
.py-6_75 {
  padding-top: 5.375rem !important; }

.pr-6_75,
.px-6_75 {
  padding-right: 5.375rem !important; }

.pb-6_75,
.py-6_75 {
  padding-bottom: 5.375rem !important; }

.pl-6_75,
.px-6_75 {
  padding-left: 5.375rem !important; }

.p-7 {
  padding: 6rem !important; }

.pt-7,
.py-7 {
  padding-top: 6rem !important; }

.pr-7,
.px-7 {
  padding-right: 6rem !important; }

.pb-7,
.py-7 {
  padding-bottom: 6rem !important; }

.pl-7,
.px-7 {
  padding-left: 6rem !important; }

.p-7_5 {
  padding: 6.75rem !important; }

.pt-7_5,
.py-7_5 {
  padding-top: 6.75rem !important; }

.pr-7_5,
.px-7_5 {
  padding-right: 6.75rem !important; }

.pb-7_5,
.py-7_5 {
  padding-bottom: 6.75rem !important; }

.pl-7_5,
.px-7_5 {
  padding-left: 6.75rem !important; }

.p-7_75 {
  padding: 7.25rem !important; }

.pt-7_75,
.py-7_75 {
  padding-top: 7.25rem !important; }

.pr-7_75,
.px-7_75 {
  padding-right: 7.25rem !important; }

.pb-7_75,
.py-7_75 {
  padding-bottom: 7.25rem !important; }

.pl-7_75,
.px-7_75 {
  padding-left: 7.25rem !important; }

.p-8 {
  padding: 7.5rem !important; }

.pt-8,
.py-8 {
  padding-top: 7.5rem !important; }

.pr-8,
.px-8 {
  padding-right: 7.5rem !important; }

.pb-8,
.py-8 {
  padding-bottom: 7.5rem !important; }

.pl-8,
.px-8 {
  padding-left: 7.5rem !important; }

.p-8_5 {
  padding: 8.125rem !important; }

.pt-8_5,
.py-8_5 {
  padding-top: 8.125rem !important; }

.pr-8_5,
.px-8_5 {
  padding-right: 8.125rem !important; }

.pb-8_5,
.py-8_5 {
  padding-bottom: 8.125rem !important; }

.pl-8_5,
.px-8_5 {
  padding-left: 8.125rem !important; }

.p-8_75 {
  padding: 8.4375rem !important; }

.pt-8_75,
.py-8_75 {
  padding-top: 8.4375rem !important; }

.pr-8_75,
.px-8_75 {
  padding-right: 8.4375rem !important; }

.pb-8_75,
.py-8_75 {
  padding-bottom: 8.4375rem !important; }

.pl-8_75,
.px-8_75 {
  padding-left: 8.4375rem !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: 10.5rem !important; }

.pt-10,
.py-10 {
  padding-top: 10.5rem !important; }

.pr-10,
.px-10 {
  padding-right: 10.5rem !important; }

.pb-10,
.py-10 {
  padding-bottom: 10.5rem !important; }

.pl-10,
.px-10 {
  padding-left: 10.5rem !important; }

.p-10_25 {
  padding: 11rem !important; }

.pt-10_25,
.py-10_25 {
  padding-top: 11rem !important; }

.pr-10_25,
.px-10_25 {
  padding-right: 11rem !important; }

.pb-10_25,
.py-10_25 {
  padding-bottom: 11rem !important; }

.pl-10_25,
.px-10_25 {
  padding-left: 11rem !important; }

.p-10_5 {
  padding: 11.25rem !important; }

.pt-10_5,
.py-10_5 {
  padding-top: 11.25rem !important; }

.pr-10_5,
.px-10_5 {
  padding-right: 11.25rem !important; }

.pb-10_5,
.py-10_5 {
  padding-bottom: 11.25rem !important; }

.pl-10_5,
.px-10_5 {
  padding-left: 11.25rem !important; }

.p-10_75 {
  padding: 11.5rem !important; }

.pt-10_75,
.py-10_75 {
  padding-top: 11.5rem !important; }

.pr-10_75,
.px-10_75 {
  padding-right: 11.5rem !important; }

.pb-10_75,
.py-10_75 {
  padding-bottom: 11.5rem !important; }

.pl-10_75,
.px-10_75 {
  padding-left: 11.5rem !important; }

.p-11 {
  padding: 12rem !important; }

.pt-11,
.py-11 {
  padding-top: 12rem !important; }

.pr-11,
.px-11 {
  padding-right: 12rem !important; }

.pb-11,
.py-11 {
  padding-bottom: 12rem !important; }

.pl-11,
.px-11 {
  padding-left: 12rem !important; }

.p-12 {
  padding: 13.5rem !important; }

.pt-12,
.py-12 {
  padding-top: 13.5rem !important; }

.pr-12,
.px-12 {
  padding-right: 13.5rem !important; }

.pb-12,
.py-12 {
  padding-bottom: 13.5rem !important; }

.pl-12,
.px-12 {
  padding-left: 13.5rem !important; }

.p-13 {
  padding: 15rem !important; }

.pt-13,
.py-13 {
  padding-top: 15rem !important; }

.pr-13,
.px-13 {
  padding-right: 15rem !important; }

.pb-13,
.py-13 {
  padding-bottom: 15rem !important; }

.pl-13,
.px-13 {
  padding-left: 15rem !important; }

.p-14 {
  padding: 16.6rem !important; }

.pt-14,
.py-14 {
  padding-top: 16.6rem !important; }

.pr-14,
.px-14 {
  padding-right: 16.6rem !important; }

.pb-14,
.py-14 {
  padding-bottom: 16.6rem !important; }

.pl-14,
.px-14 {
  padding-left: 16.6rem !important; }

.p-15 {
  padding: 18rem !important; }

.pt-15,
.py-15 {
  padding-top: 18rem !important; }

.pr-15,
.px-15 {
  padding-right: 18rem !important; }

.pb-15,
.py-15 {
  padding-bottom: 18rem !important; }

.pl-15,
.px-15 {
  padding-left: 18rem !important; }

.p-16 {
  padding: 19.5rem !important; }

.pt-16,
.py-16 {
  padding-top: 19.5rem !important; }

.pr-16,
.px-16 {
  padding-right: 19.5rem !important; }

.pb-16,
.py-16 {
  padding-bottom: 19.5rem !important; }

.pl-16,
.px-16 {
  padding-left: 19.5rem !important; }

.p-17 {
  padding: 21rem !important; }

.pt-17,
.py-17 {
  padding-top: 21rem !important; }

.pr-17,
.px-17 {
  padding-right: 21rem !important; }

.pb-17,
.py-17 {
  padding-bottom: 21rem !important; }

.pl-17,
.px-17 {
  padding-left: 21rem !important; }

.p-18 {
  padding: 22.5rem !important; }

.pt-18,
.py-18 {
  padding-top: 22.5rem !important; }

.pr-18,
.px-18 {
  padding-right: 22.5rem !important; }

.pb-18,
.py-18 {
  padding-bottom: 22.5rem !important; }

.pl-18,
.px-18 {
  padding-left: 22.5rem !important; }

.p-19 {
  padding: 24rem !important; }

.pt-19,
.py-19 {
  padding-top: 24rem !important; }

.pr-19,
.px-19 {
  padding-right: 24rem !important; }

.pb-19,
.py-19 {
  padding-bottom: 24rem !important; }

.pl-19,
.px-19 {
  padding-left: 24rem !important; }

.p-20 {
  padding: 25.5rem !important; }

.pt-20,
.py-20 {
  padding-top: 25.5rem !important; }

.pr-20,
.px-20 {
  padding-right: 25.5rem !important; }

.pb-20,
.py-20 {
  padding-bottom: 25.5rem !important; }

.pl-20,
.px-20 {
  padding-left: 25.5rem !important; }

.p-21 {
  padding: 27rem !important; }

.pt-21,
.py-21 {
  padding-top: 27rem !important; }

.pr-21,
.px-21 {
  padding-right: 27rem !important; }

.pb-21,
.py-21 {
  padding-bottom: 27rem !important; }

.pl-21,
.px-21 {
  padding-left: 27rem !important; }

.p-22 {
  padding: 28.5rem !important; }

.pt-22,
.py-22 {
  padding-top: 28.5rem !important; }

.pr-22,
.px-22 {
  padding-right: 28.5rem !important; }

.pb-22,
.py-22 {
  padding-bottom: 28.5rem !important; }

.pl-22,
.px-22 {
  padding-left: 28.5rem !important; }

.p-23 {
  padding: 30rem !important; }

.pt-23,
.py-23 {
  padding-top: 30rem !important; }

.pr-23,
.px-23 {
  padding-right: 30rem !important; }

.pb-23,
.py-23 {
  padding-bottom: 30rem !important; }

.pl-23,
.px-23 {
  padding-left: 30rem !important; }

.p-24 {
  padding: 31.5rem !important; }

.pt-24,
.py-24 {
  padding-top: 31.5rem !important; }

.pr-24,
.px-24 {
  padding-right: 31.5rem !important; }

.pb-24,
.py-24 {
  padding-bottom: 31.5rem !important; }

.pl-24,
.px-24 {
  padding-left: 31.5rem !important; }

.p-25 {
  padding: 33rem !important; }

.pt-25,
.py-25 {
  padding-top: 33rem !important; }

.pr-25,
.px-25 {
  padding-right: 33rem !important; }

.pb-25,
.py-25 {
  padding-bottom: 33rem !important; }

.pl-25,
.px-25 {
  padding-left: 33rem !important; }

.p-26 {
  padding: 34.5rem !important; }

.pt-26,
.py-26 {
  padding-top: 34.5rem !important; }

.pr-26,
.px-26 {
  padding-right: 34.5rem !important; }

.pb-26,
.py-26 {
  padding-bottom: 34.5rem !important; }

.pl-26,
.px-26 {
  padding-left: 34.5rem !important; }

.p-27 {
  padding: 36rem !important; }

.pt-27,
.py-27 {
  padding-top: 36rem !important; }

.pr-27,
.px-27 {
  padding-right: 36rem !important; }

.pb-27,
.py-27 {
  padding-bottom: 36rem !important; }

.pl-27,
.px-27 {
  padding-left: 36rem !important; }

.p-28 {
  padding: 37.5rem !important; }

.pt-28,
.py-28 {
  padding-top: 37.5rem !important; }

.pr-28,
.px-28 {
  padding-right: 37.5rem !important; }

.pb-28,
.py-28 {
  padding-bottom: 37.5rem !important; }

.pl-28,
.px-28 {
  padding-left: 37.5rem !important; }

.p-29 {
  padding: 39rem !important; }

.pt-29,
.py-29 {
  padding-top: 39rem !important; }

.pr-29,
.px-29 {
  padding-right: 39rem !important; }

.pb-29,
.py-29 {
  padding-bottom: 39rem !important; }

.pl-29,
.px-29 {
  padding-left: 39rem !important; }

.p-30 {
  padding: 40.5rem !important; }

.pt-30,
.py-30 {
  padding-top: 40.5rem !important; }

.pr-30,
.px-30 {
  padding-right: 40.5rem !important; }

.pb-30,
.py-30 {
  padding-bottom: 40.5rem !important; }

.pl-30,
.px-30 {
  padding-left: 40.5rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-n1_5 {
  margin: -0.375rem !important; }

.mt-n1_5,
.my-n1_5 {
  margin-top: -0.375rem !important; }

.mr-n1_5,
.mx-n1_5 {
  margin-right: -0.375rem !important; }

.mb-n1_5,
.my-n1_5 {
  margin-bottom: -0.375rem !important; }

.ml-n1_5,
.mx-n1_5 {
  margin-left: -0.375rem !important; }

.m-n2_25 {
  margin: -0.55rem !important; }

.mt-n2_25,
.my-n2_25 {
  margin-top: -0.55rem !important; }

.mr-n2_25,
.mx-n2_25 {
  margin-right: -0.55rem !important; }

.mb-n2_25,
.my-n2_25 {
  margin-bottom: -0.55rem !important; }

.ml-n2_25,
.mx-n2_25 {
  margin-left: -0.55rem !important; }

.m-n2_35 {
  margin: -0.625rem !important; }

.mt-n2_35,
.my-n2_35 {
  margin-top: -0.625rem !important; }

.mr-n2_35,
.mx-n2_35 {
  margin-right: -0.625rem !important; }

.mb-n2_35,
.my-n2_35 {
  margin-bottom: -0.625rem !important; }

.ml-n2_35,
.mx-n2_35 {
  margin-left: -0.625rem !important; }

.m-n2_5 {
  margin: -0.75rem !important; }

.mt-n2_5,
.my-n2_5 {
  margin-top: -0.75rem !important; }

.mr-n2_5,
.mx-n2_5 {
  margin-right: -0.75rem !important; }

.mb-n2_5,
.my-n2_5 {
  margin-bottom: -0.75rem !important; }

.ml-n2_5,
.mx-n2_5 {
  margin-left: -0.75rem !important; }

.m-n2_75 {
  margin: -0.875rem !important; }

.mt-n2_75,
.my-n2_75 {
  margin-top: -0.875rem !important; }

.mr-n2_75,
.mx-n2_75 {
  margin-right: -0.875rem !important; }

.mb-n2_75,
.my-n2_75 {
  margin-bottom: -0.875rem !important; }

.ml-n2_75,
.mx-n2_75 {
  margin-left: -0.875rem !important; }

.m-n3_25 {
  margin: -1.125rem !important; }

.mt-n3_25,
.my-n3_25 {
  margin-top: -1.125rem !important; }

.mr-n3_25,
.mx-n3_25 {
  margin-right: -1.125rem !important; }

.mb-n3_25,
.my-n3_25 {
  margin-bottom: -1.125rem !important; }

.ml-n3_25,
.mx-n3_25 {
  margin-left: -1.125rem !important; }

.m-n3_5 {
  margin: -1.25rem !important; }

.mt-n3_5,
.my-n3_5 {
  margin-top: -1.25rem !important; }

.mr-n3_5,
.mx-n3_5 {
  margin-right: -1.25rem !important; }

.mb-n3_5,
.my-n3_5 {
  margin-bottom: -1.25rem !important; }

.ml-n3_5,
.mx-n3_5 {
  margin-left: -1.25rem !important; }

.m-n3_75 {
  margin: -1.375rem !important; }

.mt-n3_75,
.my-n3_75 {
  margin-top: -1.375rem !important; }

.mr-n3_75,
.mx-n3_75 {
  margin-right: -1.375rem !important; }

.mb-n3_75,
.my-n3_75 {
  margin-bottom: -1.375rem !important; }

.ml-n3_75,
.mx-n3_75 {
  margin-left: -1.375rem !important; }

.m-n4_15 {
  margin: -1.6875rem !important; }

.mt-n4_15,
.my-n4_15 {
  margin-top: -1.6875rem !important; }

.mr-n4_15,
.mx-n4_15 {
  margin-right: -1.6875rem !important; }

.mb-n4_15,
.my-n4_15 {
  margin-bottom: -1.6875rem !important; }

.ml-n4_15,
.mx-n4_15 {
  margin-left: -1.6875rem !important; }

.m-n4_25 {
  margin: -1.875rem !important; }

.mt-n4_25,
.my-n4_25 {
  margin-top: -1.875rem !important; }

.mr-n4_25,
.mx-n4_25 {
  margin-right: -1.875rem !important; }

.mb-n4_25,
.my-n4_25 {
  margin-bottom: -1.875rem !important; }

.ml-n4_25,
.mx-n4_25 {
  margin-left: -1.875rem !important; }

.m-n4_35 {
  margin: -2.0625rem !important; }

.mt-n4_35,
.my-n4_35 {
  margin-top: -2.0625rem !important; }

.mr-n4_35,
.mx-n4_35 {
  margin-right: -2.0625rem !important; }

.mb-n4_35,
.my-n4_35 {
  margin-bottom: -2.0625rem !important; }

.ml-n4_35,
.mx-n4_35 {
  margin-left: -2.0625rem !important; }

.m-n4_5 {
  margin: -2.25rem !important; }

.mt-n4_5,
.my-n4_5 {
  margin-top: -2.25rem !important; }

.mr-n4_5,
.mx-n4_5 {
  margin-right: -2.25rem !important; }

.mb-n4_5,
.my-n4_5 {
  margin-bottom: -2.25rem !important; }

.ml-n4_5,
.mx-n4_5 {
  margin-left: -2.25rem !important; }

.m-n4_75 {
  margin: -2.5rem !important; }

.mt-n4_75,
.my-n4_75 {
  margin-top: -2.5rem !important; }

.mr-n4_75,
.mx-n4_75 {
  margin-right: -2.5rem !important; }

.mb-n4_75,
.my-n4_75 {
  margin-bottom: -2.5rem !important; }

.ml-n4_75,
.mx-n4_75 {
  margin-left: -2.5rem !important; }

.m-n5_15 {
  margin: -3.125rem !important; }

.mt-n5_15,
.my-n5_15 {
  margin-top: -3.125rem !important; }

.mr-n5_15,
.mx-n5_15 {
  margin-right: -3.125rem !important; }

.mb-n5_15,
.my-n5_15 {
  margin-bottom: -3.125rem !important; }

.ml-n5_15,
.mx-n5_15 {
  margin-left: -3.125rem !important; }

.m-n5_25 {
  margin: -3.5rem !important; }

.mt-n5_25,
.my-n5_25 {
  margin-top: -3.5rem !important; }

.mr-n5_25,
.mx-n5_25 {
  margin-right: -3.5rem !important; }

.mb-n5_25,
.my-n5_25 {
  margin-bottom: -3.5rem !important; }

.ml-n5_25,
.mx-n5_25 {
  margin-left: -3.5rem !important; }

.m-n5_5 {
  margin: -3.75rem !important; }

.mt-n5_5,
.my-n5_5 {
  margin-top: -3.75rem !important; }

.mr-n5_5,
.mx-n5_5 {
  margin-right: -3.75rem !important; }

.mb-n5_5,
.my-n5_5 {
  margin-bottom: -3.75rem !important; }

.ml-n5_5,
.mx-n5_5 {
  margin-left: -3.75rem !important; }

.m-n5_75 {
  margin: -4.375rem !important; }

.mt-n5_75,
.my-n5_75 {
  margin-top: -4.375rem !important; }

.mr-n5_75,
.mx-n5_75 {
  margin-right: -4.375rem !important; }

.mb-n5_75,
.my-n5_75 {
  margin-bottom: -4.375rem !important; }

.ml-n5_75,
.mx-n5_75 {
  margin-left: -4.375rem !important; }

.m-n6 {
  margin: -4.5rem !important; }

.mt-n6,
.my-n6 {
  margin-top: -4.5rem !important; }

.mr-n6,
.mx-n6 {
  margin-right: -4.5rem !important; }

.mb-n6,
.my-n6 {
  margin-bottom: -4.5rem !important; }

.ml-n6,
.mx-n6 {
  margin-left: -4.5rem !important; }

.m-n6_5 {
  margin: -5rem !important; }

.mt-n6_5,
.my-n6_5 {
  margin-top: -5rem !important; }

.mr-n6_5,
.mx-n6_5 {
  margin-right: -5rem !important; }

.mb-n6_5,
.my-n6_5 {
  margin-bottom: -5rem !important; }

.ml-n6_5,
.mx-n6_5 {
  margin-left: -5rem !important; }

.m-n6_75 {
  margin: -5.375rem !important; }

.mt-n6_75,
.my-n6_75 {
  margin-top: -5.375rem !important; }

.mr-n6_75,
.mx-n6_75 {
  margin-right: -5.375rem !important; }

.mb-n6_75,
.my-n6_75 {
  margin-bottom: -5.375rem !important; }

.ml-n6_75,
.mx-n6_75 {
  margin-left: -5.375rem !important; }

.m-n7 {
  margin: -6rem !important; }

.mt-n7,
.my-n7 {
  margin-top: -6rem !important; }

.mr-n7,
.mx-n7 {
  margin-right: -6rem !important; }

.mb-n7,
.my-n7 {
  margin-bottom: -6rem !important; }

.ml-n7,
.mx-n7 {
  margin-left: -6rem !important; }

.m-n7_5 {
  margin: -6.75rem !important; }

.mt-n7_5,
.my-n7_5 {
  margin-top: -6.75rem !important; }

.mr-n7_5,
.mx-n7_5 {
  margin-right: -6.75rem !important; }

.mb-n7_5,
.my-n7_5 {
  margin-bottom: -6.75rem !important; }

.ml-n7_5,
.mx-n7_5 {
  margin-left: -6.75rem !important; }

.m-n7_75 {
  margin: -7.25rem !important; }

.mt-n7_75,
.my-n7_75 {
  margin-top: -7.25rem !important; }

.mr-n7_75,
.mx-n7_75 {
  margin-right: -7.25rem !important; }

.mb-n7_75,
.my-n7_75 {
  margin-bottom: -7.25rem !important; }

.ml-n7_75,
.mx-n7_75 {
  margin-left: -7.25rem !important; }

.m-n8 {
  margin: -7.5rem !important; }

.mt-n8,
.my-n8 {
  margin-top: -7.5rem !important; }

.mr-n8,
.mx-n8 {
  margin-right: -7.5rem !important; }

.mb-n8,
.my-n8 {
  margin-bottom: -7.5rem !important; }

.ml-n8,
.mx-n8 {
  margin-left: -7.5rem !important; }

.m-n8_5 {
  margin: -8.125rem !important; }

.mt-n8_5,
.my-n8_5 {
  margin-top: -8.125rem !important; }

.mr-n8_5,
.mx-n8_5 {
  margin-right: -8.125rem !important; }

.mb-n8_5,
.my-n8_5 {
  margin-bottom: -8.125rem !important; }

.ml-n8_5,
.mx-n8_5 {
  margin-left: -8.125rem !important; }

.m-n8_75 {
  margin: -8.4375rem !important; }

.mt-n8_75,
.my-n8_75 {
  margin-top: -8.4375rem !important; }

.mr-n8_75,
.mx-n8_75 {
  margin-right: -8.4375rem !important; }

.mb-n8_75,
.my-n8_75 {
  margin-bottom: -8.4375rem !important; }

.ml-n8_75,
.mx-n8_75 {
  margin-left: -8.4375rem !important; }

.m-n9 {
  margin: -9rem !important; }

.mt-n9,
.my-n9 {
  margin-top: -9rem !important; }

.mr-n9,
.mx-n9 {
  margin-right: -9rem !important; }

.mb-n9,
.my-n9 {
  margin-bottom: -9rem !important; }

.ml-n9,
.mx-n9 {
  margin-left: -9rem !important; }

.m-n10 {
  margin: -10.5rem !important; }

.mt-n10,
.my-n10 {
  margin-top: -10.5rem !important; }

.mr-n10,
.mx-n10 {
  margin-right: -10.5rem !important; }

.mb-n10,
.my-n10 {
  margin-bottom: -10.5rem !important; }

.ml-n10,
.mx-n10 {
  margin-left: -10.5rem !important; }

.m-n10_25 {
  margin: -11rem !important; }

.mt-n10_25,
.my-n10_25 {
  margin-top: -11rem !important; }

.mr-n10_25,
.mx-n10_25 {
  margin-right: -11rem !important; }

.mb-n10_25,
.my-n10_25 {
  margin-bottom: -11rem !important; }

.ml-n10_25,
.mx-n10_25 {
  margin-left: -11rem !important; }

.m-n10_5 {
  margin: -11.25rem !important; }

.mt-n10_5,
.my-n10_5 {
  margin-top: -11.25rem !important; }

.mr-n10_5,
.mx-n10_5 {
  margin-right: -11.25rem !important; }

.mb-n10_5,
.my-n10_5 {
  margin-bottom: -11.25rem !important; }

.ml-n10_5,
.mx-n10_5 {
  margin-left: -11.25rem !important; }

.m-n10_75 {
  margin: -11.5rem !important; }

.mt-n10_75,
.my-n10_75 {
  margin-top: -11.5rem !important; }

.mr-n10_75,
.mx-n10_75 {
  margin-right: -11.5rem !important; }

.mb-n10_75,
.my-n10_75 {
  margin-bottom: -11.5rem !important; }

.ml-n10_75,
.mx-n10_75 {
  margin-left: -11.5rem !important; }

.m-n11 {
  margin: -12rem !important; }

.mt-n11,
.my-n11 {
  margin-top: -12rem !important; }

.mr-n11,
.mx-n11 {
  margin-right: -12rem !important; }

.mb-n11,
.my-n11 {
  margin-bottom: -12rem !important; }

.ml-n11,
.mx-n11 {
  margin-left: -12rem !important; }

.m-n12 {
  margin: -13.5rem !important; }

.mt-n12,
.my-n12 {
  margin-top: -13.5rem !important; }

.mr-n12,
.mx-n12 {
  margin-right: -13.5rem !important; }

.mb-n12,
.my-n12 {
  margin-bottom: -13.5rem !important; }

.ml-n12,
.mx-n12 {
  margin-left: -13.5rem !important; }

.m-n13 {
  margin: -15rem !important; }

.mt-n13,
.my-n13 {
  margin-top: -15rem !important; }

.mr-n13,
.mx-n13 {
  margin-right: -15rem !important; }

.mb-n13,
.my-n13 {
  margin-bottom: -15rem !important; }

.ml-n13,
.mx-n13 {
  margin-left: -15rem !important; }

.m-n14 {
  margin: -16.6rem !important; }

.mt-n14,
.my-n14 {
  margin-top: -16.6rem !important; }

.mr-n14,
.mx-n14 {
  margin-right: -16.6rem !important; }

.mb-n14,
.my-n14 {
  margin-bottom: -16.6rem !important; }

.ml-n14,
.mx-n14 {
  margin-left: -16.6rem !important; }

.m-n15 {
  margin: -18rem !important; }

.mt-n15,
.my-n15 {
  margin-top: -18rem !important; }

.mr-n15,
.mx-n15 {
  margin-right: -18rem !important; }

.mb-n15,
.my-n15 {
  margin-bottom: -18rem !important; }

.ml-n15,
.mx-n15 {
  margin-left: -18rem !important; }

.m-n16 {
  margin: -19.5rem !important; }

.mt-n16,
.my-n16 {
  margin-top: -19.5rem !important; }

.mr-n16,
.mx-n16 {
  margin-right: -19.5rem !important; }

.mb-n16,
.my-n16 {
  margin-bottom: -19.5rem !important; }

.ml-n16,
.mx-n16 {
  margin-left: -19.5rem !important; }

.m-n17 {
  margin: -21rem !important; }

.mt-n17,
.my-n17 {
  margin-top: -21rem !important; }

.mr-n17,
.mx-n17 {
  margin-right: -21rem !important; }

.mb-n17,
.my-n17 {
  margin-bottom: -21rem !important; }

.ml-n17,
.mx-n17 {
  margin-left: -21rem !important; }

.m-n18 {
  margin: -22.5rem !important; }

.mt-n18,
.my-n18 {
  margin-top: -22.5rem !important; }

.mr-n18,
.mx-n18 {
  margin-right: -22.5rem !important; }

.mb-n18,
.my-n18 {
  margin-bottom: -22.5rem !important; }

.ml-n18,
.mx-n18 {
  margin-left: -22.5rem !important; }

.m-n19 {
  margin: -24rem !important; }

.mt-n19,
.my-n19 {
  margin-top: -24rem !important; }

.mr-n19,
.mx-n19 {
  margin-right: -24rem !important; }

.mb-n19,
.my-n19 {
  margin-bottom: -24rem !important; }

.ml-n19,
.mx-n19 {
  margin-left: -24rem !important; }

.m-n20 {
  margin: -25.5rem !important; }

.mt-n20,
.my-n20 {
  margin-top: -25.5rem !important; }

.mr-n20,
.mx-n20 {
  margin-right: -25.5rem !important; }

.mb-n20,
.my-n20 {
  margin-bottom: -25.5rem !important; }

.ml-n20,
.mx-n20 {
  margin-left: -25.5rem !important; }

.m-n21 {
  margin: -27rem !important; }

.mt-n21,
.my-n21 {
  margin-top: -27rem !important; }

.mr-n21,
.mx-n21 {
  margin-right: -27rem !important; }

.mb-n21,
.my-n21 {
  margin-bottom: -27rem !important; }

.ml-n21,
.mx-n21 {
  margin-left: -27rem !important; }

.m-n22 {
  margin: -28.5rem !important; }

.mt-n22,
.my-n22 {
  margin-top: -28.5rem !important; }

.mr-n22,
.mx-n22 {
  margin-right: -28.5rem !important; }

.mb-n22,
.my-n22 {
  margin-bottom: -28.5rem !important; }

.ml-n22,
.mx-n22 {
  margin-left: -28.5rem !important; }

.m-n23 {
  margin: -30rem !important; }

.mt-n23,
.my-n23 {
  margin-top: -30rem !important; }

.mr-n23,
.mx-n23 {
  margin-right: -30rem !important; }

.mb-n23,
.my-n23 {
  margin-bottom: -30rem !important; }

.ml-n23,
.mx-n23 {
  margin-left: -30rem !important; }

.m-n24 {
  margin: -31.5rem !important; }

.mt-n24,
.my-n24 {
  margin-top: -31.5rem !important; }

.mr-n24,
.mx-n24 {
  margin-right: -31.5rem !important; }

.mb-n24,
.my-n24 {
  margin-bottom: -31.5rem !important; }

.ml-n24,
.mx-n24 {
  margin-left: -31.5rem !important; }

.m-n25 {
  margin: -33rem !important; }

.mt-n25,
.my-n25 {
  margin-top: -33rem !important; }

.mr-n25,
.mx-n25 {
  margin-right: -33rem !important; }

.mb-n25,
.my-n25 {
  margin-bottom: -33rem !important; }

.ml-n25,
.mx-n25 {
  margin-left: -33rem !important; }

.m-n26 {
  margin: -34.5rem !important; }

.mt-n26,
.my-n26 {
  margin-top: -34.5rem !important; }

.mr-n26,
.mx-n26 {
  margin-right: -34.5rem !important; }

.mb-n26,
.my-n26 {
  margin-bottom: -34.5rem !important; }

.ml-n26,
.mx-n26 {
  margin-left: -34.5rem !important; }

.m-n27 {
  margin: -36rem !important; }

.mt-n27,
.my-n27 {
  margin-top: -36rem !important; }

.mr-n27,
.mx-n27 {
  margin-right: -36rem !important; }

.mb-n27,
.my-n27 {
  margin-bottom: -36rem !important; }

.ml-n27,
.mx-n27 {
  margin-left: -36rem !important; }

.m-n28 {
  margin: -37.5rem !important; }

.mt-n28,
.my-n28 {
  margin-top: -37.5rem !important; }

.mr-n28,
.mx-n28 {
  margin-right: -37.5rem !important; }

.mb-n28,
.my-n28 {
  margin-bottom: -37.5rem !important; }

.ml-n28,
.mx-n28 {
  margin-left: -37.5rem !important; }

.m-n29 {
  margin: -39rem !important; }

.mt-n29,
.my-n29 {
  margin-top: -39rem !important; }

.mr-n29,
.mx-n29 {
  margin-right: -39rem !important; }

.mb-n29,
.my-n29 {
  margin-bottom: -39rem !important; }

.ml-n29,
.mx-n29 {
  margin-left: -39rem !important; }

.m-n30 {
  margin: -40.5rem !important; }

.mt-n30,
.my-n30 {
  margin-top: -40.5rem !important; }

.mr-n30,
.mx-n30 {
  margin-right: -40.5rem !important; }

.mb-n30,
.my-n30 {
  margin-bottom: -40.5rem !important; }

.ml-n30,
.mx-n30 {
  margin-left: -40.5rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .m-sm-0_5 {
    margin: 0.125rem !important; }
  .mt-sm-0_5,
  .my-sm-0_5 {
    margin-top: 0.125rem !important; }
  .mr-sm-0_5,
  .mx-sm-0_5 {
    margin-right: 0.125rem !important; }
  .mb-sm-0_5,
  .my-sm-0_5 {
    margin-bottom: 0.125rem !important; }
  .ml-sm-0_5,
  .mx-sm-0_5 {
    margin-left: 0.125rem !important; }
  .m-sm-1_5 {
    margin: 0.375rem !important; }
  .mt-sm-1_5,
  .my-sm-1_5 {
    margin-top: 0.375rem !important; }
  .mr-sm-1_5,
  .mx-sm-1_5 {
    margin-right: 0.375rem !important; }
  .mb-sm-1_5,
  .my-sm-1_5 {
    margin-bottom: 0.375rem !important; }
  .ml-sm-1_5,
  .mx-sm-1_5 {
    margin-left: 0.375rem !important; }
  .m-sm-2_25 {
    margin: 0.55rem !important; }
  .mt-sm-2_25,
  .my-sm-2_25 {
    margin-top: 0.55rem !important; }
  .mr-sm-2_25,
  .mx-sm-2_25 {
    margin-right: 0.55rem !important; }
  .mb-sm-2_25,
  .my-sm-2_25 {
    margin-bottom: 0.55rem !important; }
  .ml-sm-2_25,
  .mx-sm-2_25 {
    margin-left: 0.55rem !important; }
  .m-sm-2_35 {
    margin: 0.625rem !important; }
  .mt-sm-2_35,
  .my-sm-2_35 {
    margin-top: 0.625rem !important; }
  .mr-sm-2_35,
  .mx-sm-2_35 {
    margin-right: 0.625rem !important; }
  .mb-sm-2_35,
  .my-sm-2_35 {
    margin-bottom: 0.625rem !important; }
  .ml-sm-2_35,
  .mx-sm-2_35 {
    margin-left: 0.625rem !important; }
  .m-sm-2_5 {
    margin: 0.75rem !important; }
  .mt-sm-2_5,
  .my-sm-2_5 {
    margin-top: 0.75rem !important; }
  .mr-sm-2_5,
  .mx-sm-2_5 {
    margin-right: 0.75rem !important; }
  .mb-sm-2_5,
  .my-sm-2_5 {
    margin-bottom: 0.75rem !important; }
  .ml-sm-2_5,
  .mx-sm-2_5 {
    margin-left: 0.75rem !important; }
  .m-sm-2_75 {
    margin: 0.875rem !important; }
  .mt-sm-2_75,
  .my-sm-2_75 {
    margin-top: 0.875rem !important; }
  .mr-sm-2_75,
  .mx-sm-2_75 {
    margin-right: 0.875rem !important; }
  .mb-sm-2_75,
  .my-sm-2_75 {
    margin-bottom: 0.875rem !important; }
  .ml-sm-2_75,
  .mx-sm-2_75 {
    margin-left: 0.875rem !important; }
  .m-sm-3_25 {
    margin: 1.125rem !important; }
  .mt-sm-3_25,
  .my-sm-3_25 {
    margin-top: 1.125rem !important; }
  .mr-sm-3_25,
  .mx-sm-3_25 {
    margin-right: 1.125rem !important; }
  .mb-sm-3_25,
  .my-sm-3_25 {
    margin-bottom: 1.125rem !important; }
  .ml-sm-3_25,
  .mx-sm-3_25 {
    margin-left: 1.125rem !important; }
  .m-sm-3_5 {
    margin: 1.25rem !important; }
  .mt-sm-3_5,
  .my-sm-3_5 {
    margin-top: 1.25rem !important; }
  .mr-sm-3_5,
  .mx-sm-3_5 {
    margin-right: 1.25rem !important; }
  .mb-sm-3_5,
  .my-sm-3_5 {
    margin-bottom: 1.25rem !important; }
  .ml-sm-3_5,
  .mx-sm-3_5 {
    margin-left: 1.25rem !important; }
  .m-sm-3_75 {
    margin: 1.375rem !important; }
  .mt-sm-3_75,
  .my-sm-3_75 {
    margin-top: 1.375rem !important; }
  .mr-sm-3_75,
  .mx-sm-3_75 {
    margin-right: 1.375rem !important; }
  .mb-sm-3_75,
  .my-sm-3_75 {
    margin-bottom: 1.375rem !important; }
  .ml-sm-3_75,
  .mx-sm-3_75 {
    margin-left: 1.375rem !important; }
  .m-sm-4_15 {
    margin: 1.6875rem !important; }
  .mt-sm-4_15,
  .my-sm-4_15 {
    margin-top: 1.6875rem !important; }
  .mr-sm-4_15,
  .mx-sm-4_15 {
    margin-right: 1.6875rem !important; }
  .mb-sm-4_15,
  .my-sm-4_15 {
    margin-bottom: 1.6875rem !important; }
  .ml-sm-4_15,
  .mx-sm-4_15 {
    margin-left: 1.6875rem !important; }
  .m-sm-4_25 {
    margin: 1.875rem !important; }
  .mt-sm-4_25,
  .my-sm-4_25 {
    margin-top: 1.875rem !important; }
  .mr-sm-4_25,
  .mx-sm-4_25 {
    margin-right: 1.875rem !important; }
  .mb-sm-4_25,
  .my-sm-4_25 {
    margin-bottom: 1.875rem !important; }
  .ml-sm-4_25,
  .mx-sm-4_25 {
    margin-left: 1.875rem !important; }
  .m-sm-4_35 {
    margin: 2.0625rem !important; }
  .mt-sm-4_35,
  .my-sm-4_35 {
    margin-top: 2.0625rem !important; }
  .mr-sm-4_35,
  .mx-sm-4_35 {
    margin-right: 2.0625rem !important; }
  .mb-sm-4_35,
  .my-sm-4_35 {
    margin-bottom: 2.0625rem !important; }
  .ml-sm-4_35,
  .mx-sm-4_35 {
    margin-left: 2.0625rem !important; }
  .m-sm-4_5 {
    margin: 2.25rem !important; }
  .mt-sm-4_5,
  .my-sm-4_5 {
    margin-top: 2.25rem !important; }
  .mr-sm-4_5,
  .mx-sm-4_5 {
    margin-right: 2.25rem !important; }
  .mb-sm-4_5,
  .my-sm-4_5 {
    margin-bottom: 2.25rem !important; }
  .ml-sm-4_5,
  .mx-sm-4_5 {
    margin-left: 2.25rem !important; }
  .m-sm-4_75 {
    margin: 2.5rem !important; }
  .mt-sm-4_75,
  .my-sm-4_75 {
    margin-top: 2.5rem !important; }
  .mr-sm-4_75,
  .mx-sm-4_75 {
    margin-right: 2.5rem !important; }
  .mb-sm-4_75,
  .my-sm-4_75 {
    margin-bottom: 2.5rem !important; }
  .ml-sm-4_75,
  .mx-sm-4_75 {
    margin-left: 2.5rem !important; }
  .m-sm-5_15 {
    margin: 3.125rem !important; }
  .mt-sm-5_15,
  .my-sm-5_15 {
    margin-top: 3.125rem !important; }
  .mr-sm-5_15,
  .mx-sm-5_15 {
    margin-right: 3.125rem !important; }
  .mb-sm-5_15,
  .my-sm-5_15 {
    margin-bottom: 3.125rem !important; }
  .ml-sm-5_15,
  .mx-sm-5_15 {
    margin-left: 3.125rem !important; }
  .m-sm-5_25 {
    margin: 3.5rem !important; }
  .mt-sm-5_25,
  .my-sm-5_25 {
    margin-top: 3.5rem !important; }
  .mr-sm-5_25,
  .mx-sm-5_25 {
    margin-right: 3.5rem !important; }
  .mb-sm-5_25,
  .my-sm-5_25 {
    margin-bottom: 3.5rem !important; }
  .ml-sm-5_25,
  .mx-sm-5_25 {
    margin-left: 3.5rem !important; }
  .m-sm-5_5 {
    margin: 3.75rem !important; }
  .mt-sm-5_5,
  .my-sm-5_5 {
    margin-top: 3.75rem !important; }
  .mr-sm-5_5,
  .mx-sm-5_5 {
    margin-right: 3.75rem !important; }
  .mb-sm-5_5,
  .my-sm-5_5 {
    margin-bottom: 3.75rem !important; }
  .ml-sm-5_5,
  .mx-sm-5_5 {
    margin-left: 3.75rem !important; }
  .m-sm-5_75 {
    margin: 4.375rem !important; }
  .mt-sm-5_75,
  .my-sm-5_75 {
    margin-top: 4.375rem !important; }
  .mr-sm-5_75,
  .mx-sm-5_75 {
    margin-right: 4.375rem !important; }
  .mb-sm-5_75,
  .my-sm-5_75 {
    margin-bottom: 4.375rem !important; }
  .ml-sm-5_75,
  .mx-sm-5_75 {
    margin-left: 4.375rem !important; }
  .m-sm-6 {
    margin: 4.5rem !important; }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4.5rem !important; }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4.5rem !important; }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4.5rem !important; }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4.5rem !important; }
  .m-sm-6_5 {
    margin: 5rem !important; }
  .mt-sm-6_5,
  .my-sm-6_5 {
    margin-top: 5rem !important; }
  .mr-sm-6_5,
  .mx-sm-6_5 {
    margin-right: 5rem !important; }
  .mb-sm-6_5,
  .my-sm-6_5 {
    margin-bottom: 5rem !important; }
  .ml-sm-6_5,
  .mx-sm-6_5 {
    margin-left: 5rem !important; }
  .m-sm-6_75 {
    margin: 5.375rem !important; }
  .mt-sm-6_75,
  .my-sm-6_75 {
    margin-top: 5.375rem !important; }
  .mr-sm-6_75,
  .mx-sm-6_75 {
    margin-right: 5.375rem !important; }
  .mb-sm-6_75,
  .my-sm-6_75 {
    margin-bottom: 5.375rem !important; }
  .ml-sm-6_75,
  .mx-sm-6_75 {
    margin-left: 5.375rem !important; }
  .m-sm-7 {
    margin: 6rem !important; }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 6rem !important; }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 6rem !important; }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 6rem !important; }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 6rem !important; }
  .m-sm-7_5 {
    margin: 6.75rem !important; }
  .mt-sm-7_5,
  .my-sm-7_5 {
    margin-top: 6.75rem !important; }
  .mr-sm-7_5,
  .mx-sm-7_5 {
    margin-right: 6.75rem !important; }
  .mb-sm-7_5,
  .my-sm-7_5 {
    margin-bottom: 6.75rem !important; }
  .ml-sm-7_5,
  .mx-sm-7_5 {
    margin-left: 6.75rem !important; }
  .m-sm-7_75 {
    margin: 7.25rem !important; }
  .mt-sm-7_75,
  .my-sm-7_75 {
    margin-top: 7.25rem !important; }
  .mr-sm-7_75,
  .mx-sm-7_75 {
    margin-right: 7.25rem !important; }
  .mb-sm-7_75,
  .my-sm-7_75 {
    margin-bottom: 7.25rem !important; }
  .ml-sm-7_75,
  .mx-sm-7_75 {
    margin-left: 7.25rem !important; }
  .m-sm-8 {
    margin: 7.5rem !important; }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 7.5rem !important; }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 7.5rem !important; }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 7.5rem !important; }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 7.5rem !important; }
  .m-sm-8_5 {
    margin: 8.125rem !important; }
  .mt-sm-8_5,
  .my-sm-8_5 {
    margin-top: 8.125rem !important; }
  .mr-sm-8_5,
  .mx-sm-8_5 {
    margin-right: 8.125rem !important; }
  .mb-sm-8_5,
  .my-sm-8_5 {
    margin-bottom: 8.125rem !important; }
  .ml-sm-8_5,
  .mx-sm-8_5 {
    margin-left: 8.125rem !important; }
  .m-sm-8_75 {
    margin: 8.4375rem !important; }
  .mt-sm-8_75,
  .my-sm-8_75 {
    margin-top: 8.4375rem !important; }
  .mr-sm-8_75,
  .mx-sm-8_75 {
    margin-right: 8.4375rem !important; }
  .mb-sm-8_75,
  .my-sm-8_75 {
    margin-bottom: 8.4375rem !important; }
  .ml-sm-8_75,
  .mx-sm-8_75 {
    margin-left: 8.4375rem !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: 10.5rem !important; }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 10.5rem !important; }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 10.5rem !important; }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 10.5rem !important; }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 10.5rem !important; }
  .m-sm-10_25 {
    margin: 11rem !important; }
  .mt-sm-10_25,
  .my-sm-10_25 {
    margin-top: 11rem !important; }
  .mr-sm-10_25,
  .mx-sm-10_25 {
    margin-right: 11rem !important; }
  .mb-sm-10_25,
  .my-sm-10_25 {
    margin-bottom: 11rem !important; }
  .ml-sm-10_25,
  .mx-sm-10_25 {
    margin-left: 11rem !important; }
  .m-sm-10_5 {
    margin: 11.25rem !important; }
  .mt-sm-10_5,
  .my-sm-10_5 {
    margin-top: 11.25rem !important; }
  .mr-sm-10_5,
  .mx-sm-10_5 {
    margin-right: 11.25rem !important; }
  .mb-sm-10_5,
  .my-sm-10_5 {
    margin-bottom: 11.25rem !important; }
  .ml-sm-10_5,
  .mx-sm-10_5 {
    margin-left: 11.25rem !important; }
  .m-sm-10_75 {
    margin: 11.5rem !important; }
  .mt-sm-10_75,
  .my-sm-10_75 {
    margin-top: 11.5rem !important; }
  .mr-sm-10_75,
  .mx-sm-10_75 {
    margin-right: 11.5rem !important; }
  .mb-sm-10_75,
  .my-sm-10_75 {
    margin-bottom: 11.5rem !important; }
  .ml-sm-10_75,
  .mx-sm-10_75 {
    margin-left: 11.5rem !important; }
  .m-sm-11 {
    margin: 12rem !important; }
  .mt-sm-11,
  .my-sm-11 {
    margin-top: 12rem !important; }
  .mr-sm-11,
  .mx-sm-11 {
    margin-right: 12rem !important; }
  .mb-sm-11,
  .my-sm-11 {
    margin-bottom: 12rem !important; }
  .ml-sm-11,
  .mx-sm-11 {
    margin-left: 12rem !important; }
  .m-sm-12 {
    margin: 13.5rem !important; }
  .mt-sm-12,
  .my-sm-12 {
    margin-top: 13.5rem !important; }
  .mr-sm-12,
  .mx-sm-12 {
    margin-right: 13.5rem !important; }
  .mb-sm-12,
  .my-sm-12 {
    margin-bottom: 13.5rem !important; }
  .ml-sm-12,
  .mx-sm-12 {
    margin-left: 13.5rem !important; }
  .m-sm-13 {
    margin: 15rem !important; }
  .mt-sm-13,
  .my-sm-13 {
    margin-top: 15rem !important; }
  .mr-sm-13,
  .mx-sm-13 {
    margin-right: 15rem !important; }
  .mb-sm-13,
  .my-sm-13 {
    margin-bottom: 15rem !important; }
  .ml-sm-13,
  .mx-sm-13 {
    margin-left: 15rem !important; }
  .m-sm-14 {
    margin: 16.6rem !important; }
  .mt-sm-14,
  .my-sm-14 {
    margin-top: 16.6rem !important; }
  .mr-sm-14,
  .mx-sm-14 {
    margin-right: 16.6rem !important; }
  .mb-sm-14,
  .my-sm-14 {
    margin-bottom: 16.6rem !important; }
  .ml-sm-14,
  .mx-sm-14 {
    margin-left: 16.6rem !important; }
  .m-sm-15 {
    margin: 18rem !important; }
  .mt-sm-15,
  .my-sm-15 {
    margin-top: 18rem !important; }
  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 18rem !important; }
  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 18rem !important; }
  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 18rem !important; }
  .m-sm-16 {
    margin: 19.5rem !important; }
  .mt-sm-16,
  .my-sm-16 {
    margin-top: 19.5rem !important; }
  .mr-sm-16,
  .mx-sm-16 {
    margin-right: 19.5rem !important; }
  .mb-sm-16,
  .my-sm-16 {
    margin-bottom: 19.5rem !important; }
  .ml-sm-16,
  .mx-sm-16 {
    margin-left: 19.5rem !important; }
  .m-sm-17 {
    margin: 21rem !important; }
  .mt-sm-17,
  .my-sm-17 {
    margin-top: 21rem !important; }
  .mr-sm-17,
  .mx-sm-17 {
    margin-right: 21rem !important; }
  .mb-sm-17,
  .my-sm-17 {
    margin-bottom: 21rem !important; }
  .ml-sm-17,
  .mx-sm-17 {
    margin-left: 21rem !important; }
  .m-sm-18 {
    margin: 22.5rem !important; }
  .mt-sm-18,
  .my-sm-18 {
    margin-top: 22.5rem !important; }
  .mr-sm-18,
  .mx-sm-18 {
    margin-right: 22.5rem !important; }
  .mb-sm-18,
  .my-sm-18 {
    margin-bottom: 22.5rem !important; }
  .ml-sm-18,
  .mx-sm-18 {
    margin-left: 22.5rem !important; }
  .m-sm-19 {
    margin: 24rem !important; }
  .mt-sm-19,
  .my-sm-19 {
    margin-top: 24rem !important; }
  .mr-sm-19,
  .mx-sm-19 {
    margin-right: 24rem !important; }
  .mb-sm-19,
  .my-sm-19 {
    margin-bottom: 24rem !important; }
  .ml-sm-19,
  .mx-sm-19 {
    margin-left: 24rem !important; }
  .m-sm-20 {
    margin: 25.5rem !important; }
  .mt-sm-20,
  .my-sm-20 {
    margin-top: 25.5rem !important; }
  .mr-sm-20,
  .mx-sm-20 {
    margin-right: 25.5rem !important; }
  .mb-sm-20,
  .my-sm-20 {
    margin-bottom: 25.5rem !important; }
  .ml-sm-20,
  .mx-sm-20 {
    margin-left: 25.5rem !important; }
  .m-sm-21 {
    margin: 27rem !important; }
  .mt-sm-21,
  .my-sm-21 {
    margin-top: 27rem !important; }
  .mr-sm-21,
  .mx-sm-21 {
    margin-right: 27rem !important; }
  .mb-sm-21,
  .my-sm-21 {
    margin-bottom: 27rem !important; }
  .ml-sm-21,
  .mx-sm-21 {
    margin-left: 27rem !important; }
  .m-sm-22 {
    margin: 28.5rem !important; }
  .mt-sm-22,
  .my-sm-22 {
    margin-top: 28.5rem !important; }
  .mr-sm-22,
  .mx-sm-22 {
    margin-right: 28.5rem !important; }
  .mb-sm-22,
  .my-sm-22 {
    margin-bottom: 28.5rem !important; }
  .ml-sm-22,
  .mx-sm-22 {
    margin-left: 28.5rem !important; }
  .m-sm-23 {
    margin: 30rem !important; }
  .mt-sm-23,
  .my-sm-23 {
    margin-top: 30rem !important; }
  .mr-sm-23,
  .mx-sm-23 {
    margin-right: 30rem !important; }
  .mb-sm-23,
  .my-sm-23 {
    margin-bottom: 30rem !important; }
  .ml-sm-23,
  .mx-sm-23 {
    margin-left: 30rem !important; }
  .m-sm-24 {
    margin: 31.5rem !important; }
  .mt-sm-24,
  .my-sm-24 {
    margin-top: 31.5rem !important; }
  .mr-sm-24,
  .mx-sm-24 {
    margin-right: 31.5rem !important; }
  .mb-sm-24,
  .my-sm-24 {
    margin-bottom: 31.5rem !important; }
  .ml-sm-24,
  .mx-sm-24 {
    margin-left: 31.5rem !important; }
  .m-sm-25 {
    margin: 33rem !important; }
  .mt-sm-25,
  .my-sm-25 {
    margin-top: 33rem !important; }
  .mr-sm-25,
  .mx-sm-25 {
    margin-right: 33rem !important; }
  .mb-sm-25,
  .my-sm-25 {
    margin-bottom: 33rem !important; }
  .ml-sm-25,
  .mx-sm-25 {
    margin-left: 33rem !important; }
  .m-sm-26 {
    margin: 34.5rem !important; }
  .mt-sm-26,
  .my-sm-26 {
    margin-top: 34.5rem !important; }
  .mr-sm-26,
  .mx-sm-26 {
    margin-right: 34.5rem !important; }
  .mb-sm-26,
  .my-sm-26 {
    margin-bottom: 34.5rem !important; }
  .ml-sm-26,
  .mx-sm-26 {
    margin-left: 34.5rem !important; }
  .m-sm-27 {
    margin: 36rem !important; }
  .mt-sm-27,
  .my-sm-27 {
    margin-top: 36rem !important; }
  .mr-sm-27,
  .mx-sm-27 {
    margin-right: 36rem !important; }
  .mb-sm-27,
  .my-sm-27 {
    margin-bottom: 36rem !important; }
  .ml-sm-27,
  .mx-sm-27 {
    margin-left: 36rem !important; }
  .m-sm-28 {
    margin: 37.5rem !important; }
  .mt-sm-28,
  .my-sm-28 {
    margin-top: 37.5rem !important; }
  .mr-sm-28,
  .mx-sm-28 {
    margin-right: 37.5rem !important; }
  .mb-sm-28,
  .my-sm-28 {
    margin-bottom: 37.5rem !important; }
  .ml-sm-28,
  .mx-sm-28 {
    margin-left: 37.5rem !important; }
  .m-sm-29 {
    margin: 39rem !important; }
  .mt-sm-29,
  .my-sm-29 {
    margin-top: 39rem !important; }
  .mr-sm-29,
  .mx-sm-29 {
    margin-right: 39rem !important; }
  .mb-sm-29,
  .my-sm-29 {
    margin-bottom: 39rem !important; }
  .ml-sm-29,
  .mx-sm-29 {
    margin-left: 39rem !important; }
  .m-sm-30 {
    margin: 40.5rem !important; }
  .mt-sm-30,
  .my-sm-30 {
    margin-top: 40.5rem !important; }
  .mr-sm-30,
  .mx-sm-30 {
    margin-right: 40.5rem !important; }
  .mb-sm-30,
  .my-sm-30 {
    margin-bottom: 40.5rem !important; }
  .ml-sm-30,
  .mx-sm-30 {
    margin-left: 40.5rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .p-sm-0_5 {
    padding: 0.125rem !important; }
  .pt-sm-0_5,
  .py-sm-0_5 {
    padding-top: 0.125rem !important; }
  .pr-sm-0_5,
  .px-sm-0_5 {
    padding-right: 0.125rem !important; }
  .pb-sm-0_5,
  .py-sm-0_5 {
    padding-bottom: 0.125rem !important; }
  .pl-sm-0_5,
  .px-sm-0_5 {
    padding-left: 0.125rem !important; }
  .p-sm-1_5 {
    padding: 0.375rem !important; }
  .pt-sm-1_5,
  .py-sm-1_5 {
    padding-top: 0.375rem !important; }
  .pr-sm-1_5,
  .px-sm-1_5 {
    padding-right: 0.375rem !important; }
  .pb-sm-1_5,
  .py-sm-1_5 {
    padding-bottom: 0.375rem !important; }
  .pl-sm-1_5,
  .px-sm-1_5 {
    padding-left: 0.375rem !important; }
  .p-sm-2_25 {
    padding: 0.55rem !important; }
  .pt-sm-2_25,
  .py-sm-2_25 {
    padding-top: 0.55rem !important; }
  .pr-sm-2_25,
  .px-sm-2_25 {
    padding-right: 0.55rem !important; }
  .pb-sm-2_25,
  .py-sm-2_25 {
    padding-bottom: 0.55rem !important; }
  .pl-sm-2_25,
  .px-sm-2_25 {
    padding-left: 0.55rem !important; }
  .p-sm-2_35 {
    padding: 0.625rem !important; }
  .pt-sm-2_35,
  .py-sm-2_35 {
    padding-top: 0.625rem !important; }
  .pr-sm-2_35,
  .px-sm-2_35 {
    padding-right: 0.625rem !important; }
  .pb-sm-2_35,
  .py-sm-2_35 {
    padding-bottom: 0.625rem !important; }
  .pl-sm-2_35,
  .px-sm-2_35 {
    padding-left: 0.625rem !important; }
  .p-sm-2_5 {
    padding: 0.75rem !important; }
  .pt-sm-2_5,
  .py-sm-2_5 {
    padding-top: 0.75rem !important; }
  .pr-sm-2_5,
  .px-sm-2_5 {
    padding-right: 0.75rem !important; }
  .pb-sm-2_5,
  .py-sm-2_5 {
    padding-bottom: 0.75rem !important; }
  .pl-sm-2_5,
  .px-sm-2_5 {
    padding-left: 0.75rem !important; }
  .p-sm-2_75 {
    padding: 0.875rem !important; }
  .pt-sm-2_75,
  .py-sm-2_75 {
    padding-top: 0.875rem !important; }
  .pr-sm-2_75,
  .px-sm-2_75 {
    padding-right: 0.875rem !important; }
  .pb-sm-2_75,
  .py-sm-2_75 {
    padding-bottom: 0.875rem !important; }
  .pl-sm-2_75,
  .px-sm-2_75 {
    padding-left: 0.875rem !important; }
  .p-sm-3_25 {
    padding: 1.125rem !important; }
  .pt-sm-3_25,
  .py-sm-3_25 {
    padding-top: 1.125rem !important; }
  .pr-sm-3_25,
  .px-sm-3_25 {
    padding-right: 1.125rem !important; }
  .pb-sm-3_25,
  .py-sm-3_25 {
    padding-bottom: 1.125rem !important; }
  .pl-sm-3_25,
  .px-sm-3_25 {
    padding-left: 1.125rem !important; }
  .p-sm-3_5 {
    padding: 1.25rem !important; }
  .pt-sm-3_5,
  .py-sm-3_5 {
    padding-top: 1.25rem !important; }
  .pr-sm-3_5,
  .px-sm-3_5 {
    padding-right: 1.25rem !important; }
  .pb-sm-3_5,
  .py-sm-3_5 {
    padding-bottom: 1.25rem !important; }
  .pl-sm-3_5,
  .px-sm-3_5 {
    padding-left: 1.25rem !important; }
  .p-sm-3_75 {
    padding: 1.375rem !important; }
  .pt-sm-3_75,
  .py-sm-3_75 {
    padding-top: 1.375rem !important; }
  .pr-sm-3_75,
  .px-sm-3_75 {
    padding-right: 1.375rem !important; }
  .pb-sm-3_75,
  .py-sm-3_75 {
    padding-bottom: 1.375rem !important; }
  .pl-sm-3_75,
  .px-sm-3_75 {
    padding-left: 1.375rem !important; }
  .p-sm-4_15 {
    padding: 1.6875rem !important; }
  .pt-sm-4_15,
  .py-sm-4_15 {
    padding-top: 1.6875rem !important; }
  .pr-sm-4_15,
  .px-sm-4_15 {
    padding-right: 1.6875rem !important; }
  .pb-sm-4_15,
  .py-sm-4_15 {
    padding-bottom: 1.6875rem !important; }
  .pl-sm-4_15,
  .px-sm-4_15 {
    padding-left: 1.6875rem !important; }
  .p-sm-4_25 {
    padding: 1.875rem !important; }
  .pt-sm-4_25,
  .py-sm-4_25 {
    padding-top: 1.875rem !important; }
  .pr-sm-4_25,
  .px-sm-4_25 {
    padding-right: 1.875rem !important; }
  .pb-sm-4_25,
  .py-sm-4_25 {
    padding-bottom: 1.875rem !important; }
  .pl-sm-4_25,
  .px-sm-4_25 {
    padding-left: 1.875rem !important; }
  .p-sm-4_35 {
    padding: 2.0625rem !important; }
  .pt-sm-4_35,
  .py-sm-4_35 {
    padding-top: 2.0625rem !important; }
  .pr-sm-4_35,
  .px-sm-4_35 {
    padding-right: 2.0625rem !important; }
  .pb-sm-4_35,
  .py-sm-4_35 {
    padding-bottom: 2.0625rem !important; }
  .pl-sm-4_35,
  .px-sm-4_35 {
    padding-left: 2.0625rem !important; }
  .p-sm-4_5 {
    padding: 2.25rem !important; }
  .pt-sm-4_5,
  .py-sm-4_5 {
    padding-top: 2.25rem !important; }
  .pr-sm-4_5,
  .px-sm-4_5 {
    padding-right: 2.25rem !important; }
  .pb-sm-4_5,
  .py-sm-4_5 {
    padding-bottom: 2.25rem !important; }
  .pl-sm-4_5,
  .px-sm-4_5 {
    padding-left: 2.25rem !important; }
  .p-sm-4_75 {
    padding: 2.5rem !important; }
  .pt-sm-4_75,
  .py-sm-4_75 {
    padding-top: 2.5rem !important; }
  .pr-sm-4_75,
  .px-sm-4_75 {
    padding-right: 2.5rem !important; }
  .pb-sm-4_75,
  .py-sm-4_75 {
    padding-bottom: 2.5rem !important; }
  .pl-sm-4_75,
  .px-sm-4_75 {
    padding-left: 2.5rem !important; }
  .p-sm-5_15 {
    padding: 3.125rem !important; }
  .pt-sm-5_15,
  .py-sm-5_15 {
    padding-top: 3.125rem !important; }
  .pr-sm-5_15,
  .px-sm-5_15 {
    padding-right: 3.125rem !important; }
  .pb-sm-5_15,
  .py-sm-5_15 {
    padding-bottom: 3.125rem !important; }
  .pl-sm-5_15,
  .px-sm-5_15 {
    padding-left: 3.125rem !important; }
  .p-sm-5_25 {
    padding: 3.5rem !important; }
  .pt-sm-5_25,
  .py-sm-5_25 {
    padding-top: 3.5rem !important; }
  .pr-sm-5_25,
  .px-sm-5_25 {
    padding-right: 3.5rem !important; }
  .pb-sm-5_25,
  .py-sm-5_25 {
    padding-bottom: 3.5rem !important; }
  .pl-sm-5_25,
  .px-sm-5_25 {
    padding-left: 3.5rem !important; }
  .p-sm-5_5 {
    padding: 3.75rem !important; }
  .pt-sm-5_5,
  .py-sm-5_5 {
    padding-top: 3.75rem !important; }
  .pr-sm-5_5,
  .px-sm-5_5 {
    padding-right: 3.75rem !important; }
  .pb-sm-5_5,
  .py-sm-5_5 {
    padding-bottom: 3.75rem !important; }
  .pl-sm-5_5,
  .px-sm-5_5 {
    padding-left: 3.75rem !important; }
  .p-sm-5_75 {
    padding: 4.375rem !important; }
  .pt-sm-5_75,
  .py-sm-5_75 {
    padding-top: 4.375rem !important; }
  .pr-sm-5_75,
  .px-sm-5_75 {
    padding-right: 4.375rem !important; }
  .pb-sm-5_75,
  .py-sm-5_75 {
    padding-bottom: 4.375rem !important; }
  .pl-sm-5_75,
  .px-sm-5_75 {
    padding-left: 4.375rem !important; }
  .p-sm-6 {
    padding: 4.5rem !important; }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4.5rem !important; }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4.5rem !important; }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4.5rem !important; }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4.5rem !important; }
  .p-sm-6_5 {
    padding: 5rem !important; }
  .pt-sm-6_5,
  .py-sm-6_5 {
    padding-top: 5rem !important; }
  .pr-sm-6_5,
  .px-sm-6_5 {
    padding-right: 5rem !important; }
  .pb-sm-6_5,
  .py-sm-6_5 {
    padding-bottom: 5rem !important; }
  .pl-sm-6_5,
  .px-sm-6_5 {
    padding-left: 5rem !important; }
  .p-sm-6_75 {
    padding: 5.375rem !important; }
  .pt-sm-6_75,
  .py-sm-6_75 {
    padding-top: 5.375rem !important; }
  .pr-sm-6_75,
  .px-sm-6_75 {
    padding-right: 5.375rem !important; }
  .pb-sm-6_75,
  .py-sm-6_75 {
    padding-bottom: 5.375rem !important; }
  .pl-sm-6_75,
  .px-sm-6_75 {
    padding-left: 5.375rem !important; }
  .p-sm-7 {
    padding: 6rem !important; }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 6rem !important; }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 6rem !important; }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 6rem !important; }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 6rem !important; }
  .p-sm-7_5 {
    padding: 6.75rem !important; }
  .pt-sm-7_5,
  .py-sm-7_5 {
    padding-top: 6.75rem !important; }
  .pr-sm-7_5,
  .px-sm-7_5 {
    padding-right: 6.75rem !important; }
  .pb-sm-7_5,
  .py-sm-7_5 {
    padding-bottom: 6.75rem !important; }
  .pl-sm-7_5,
  .px-sm-7_5 {
    padding-left: 6.75rem !important; }
  .p-sm-7_75 {
    padding: 7.25rem !important; }
  .pt-sm-7_75,
  .py-sm-7_75 {
    padding-top: 7.25rem !important; }
  .pr-sm-7_75,
  .px-sm-7_75 {
    padding-right: 7.25rem !important; }
  .pb-sm-7_75,
  .py-sm-7_75 {
    padding-bottom: 7.25rem !important; }
  .pl-sm-7_75,
  .px-sm-7_75 {
    padding-left: 7.25rem !important; }
  .p-sm-8 {
    padding: 7.5rem !important; }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 7.5rem !important; }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 7.5rem !important; }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 7.5rem !important; }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 7.5rem !important; }
  .p-sm-8_5 {
    padding: 8.125rem !important; }
  .pt-sm-8_5,
  .py-sm-8_5 {
    padding-top: 8.125rem !important; }
  .pr-sm-8_5,
  .px-sm-8_5 {
    padding-right: 8.125rem !important; }
  .pb-sm-8_5,
  .py-sm-8_5 {
    padding-bottom: 8.125rem !important; }
  .pl-sm-8_5,
  .px-sm-8_5 {
    padding-left: 8.125rem !important; }
  .p-sm-8_75 {
    padding: 8.4375rem !important; }
  .pt-sm-8_75,
  .py-sm-8_75 {
    padding-top: 8.4375rem !important; }
  .pr-sm-8_75,
  .px-sm-8_75 {
    padding-right: 8.4375rem !important; }
  .pb-sm-8_75,
  .py-sm-8_75 {
    padding-bottom: 8.4375rem !important; }
  .pl-sm-8_75,
  .px-sm-8_75 {
    padding-left: 8.4375rem !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: 10.5rem !important; }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 10.5rem !important; }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 10.5rem !important; }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 10.5rem !important; }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 10.5rem !important; }
  .p-sm-10_25 {
    padding: 11rem !important; }
  .pt-sm-10_25,
  .py-sm-10_25 {
    padding-top: 11rem !important; }
  .pr-sm-10_25,
  .px-sm-10_25 {
    padding-right: 11rem !important; }
  .pb-sm-10_25,
  .py-sm-10_25 {
    padding-bottom: 11rem !important; }
  .pl-sm-10_25,
  .px-sm-10_25 {
    padding-left: 11rem !important; }
  .p-sm-10_5 {
    padding: 11.25rem !important; }
  .pt-sm-10_5,
  .py-sm-10_5 {
    padding-top: 11.25rem !important; }
  .pr-sm-10_5,
  .px-sm-10_5 {
    padding-right: 11.25rem !important; }
  .pb-sm-10_5,
  .py-sm-10_5 {
    padding-bottom: 11.25rem !important; }
  .pl-sm-10_5,
  .px-sm-10_5 {
    padding-left: 11.25rem !important; }
  .p-sm-10_75 {
    padding: 11.5rem !important; }
  .pt-sm-10_75,
  .py-sm-10_75 {
    padding-top: 11.5rem !important; }
  .pr-sm-10_75,
  .px-sm-10_75 {
    padding-right: 11.5rem !important; }
  .pb-sm-10_75,
  .py-sm-10_75 {
    padding-bottom: 11.5rem !important; }
  .pl-sm-10_75,
  .px-sm-10_75 {
    padding-left: 11.5rem !important; }
  .p-sm-11 {
    padding: 12rem !important; }
  .pt-sm-11,
  .py-sm-11 {
    padding-top: 12rem !important; }
  .pr-sm-11,
  .px-sm-11 {
    padding-right: 12rem !important; }
  .pb-sm-11,
  .py-sm-11 {
    padding-bottom: 12rem !important; }
  .pl-sm-11,
  .px-sm-11 {
    padding-left: 12rem !important; }
  .p-sm-12 {
    padding: 13.5rem !important; }
  .pt-sm-12,
  .py-sm-12 {
    padding-top: 13.5rem !important; }
  .pr-sm-12,
  .px-sm-12 {
    padding-right: 13.5rem !important; }
  .pb-sm-12,
  .py-sm-12 {
    padding-bottom: 13.5rem !important; }
  .pl-sm-12,
  .px-sm-12 {
    padding-left: 13.5rem !important; }
  .p-sm-13 {
    padding: 15rem !important; }
  .pt-sm-13,
  .py-sm-13 {
    padding-top: 15rem !important; }
  .pr-sm-13,
  .px-sm-13 {
    padding-right: 15rem !important; }
  .pb-sm-13,
  .py-sm-13 {
    padding-bottom: 15rem !important; }
  .pl-sm-13,
  .px-sm-13 {
    padding-left: 15rem !important; }
  .p-sm-14 {
    padding: 16.6rem !important; }
  .pt-sm-14,
  .py-sm-14 {
    padding-top: 16.6rem !important; }
  .pr-sm-14,
  .px-sm-14 {
    padding-right: 16.6rem !important; }
  .pb-sm-14,
  .py-sm-14 {
    padding-bottom: 16.6rem !important; }
  .pl-sm-14,
  .px-sm-14 {
    padding-left: 16.6rem !important; }
  .p-sm-15 {
    padding: 18rem !important; }
  .pt-sm-15,
  .py-sm-15 {
    padding-top: 18rem !important; }
  .pr-sm-15,
  .px-sm-15 {
    padding-right: 18rem !important; }
  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 18rem !important; }
  .pl-sm-15,
  .px-sm-15 {
    padding-left: 18rem !important; }
  .p-sm-16 {
    padding: 19.5rem !important; }
  .pt-sm-16,
  .py-sm-16 {
    padding-top: 19.5rem !important; }
  .pr-sm-16,
  .px-sm-16 {
    padding-right: 19.5rem !important; }
  .pb-sm-16,
  .py-sm-16 {
    padding-bottom: 19.5rem !important; }
  .pl-sm-16,
  .px-sm-16 {
    padding-left: 19.5rem !important; }
  .p-sm-17 {
    padding: 21rem !important; }
  .pt-sm-17,
  .py-sm-17 {
    padding-top: 21rem !important; }
  .pr-sm-17,
  .px-sm-17 {
    padding-right: 21rem !important; }
  .pb-sm-17,
  .py-sm-17 {
    padding-bottom: 21rem !important; }
  .pl-sm-17,
  .px-sm-17 {
    padding-left: 21rem !important; }
  .p-sm-18 {
    padding: 22.5rem !important; }
  .pt-sm-18,
  .py-sm-18 {
    padding-top: 22.5rem !important; }
  .pr-sm-18,
  .px-sm-18 {
    padding-right: 22.5rem !important; }
  .pb-sm-18,
  .py-sm-18 {
    padding-bottom: 22.5rem !important; }
  .pl-sm-18,
  .px-sm-18 {
    padding-left: 22.5rem !important; }
  .p-sm-19 {
    padding: 24rem !important; }
  .pt-sm-19,
  .py-sm-19 {
    padding-top: 24rem !important; }
  .pr-sm-19,
  .px-sm-19 {
    padding-right: 24rem !important; }
  .pb-sm-19,
  .py-sm-19 {
    padding-bottom: 24rem !important; }
  .pl-sm-19,
  .px-sm-19 {
    padding-left: 24rem !important; }
  .p-sm-20 {
    padding: 25.5rem !important; }
  .pt-sm-20,
  .py-sm-20 {
    padding-top: 25.5rem !important; }
  .pr-sm-20,
  .px-sm-20 {
    padding-right: 25.5rem !important; }
  .pb-sm-20,
  .py-sm-20 {
    padding-bottom: 25.5rem !important; }
  .pl-sm-20,
  .px-sm-20 {
    padding-left: 25.5rem !important; }
  .p-sm-21 {
    padding: 27rem !important; }
  .pt-sm-21,
  .py-sm-21 {
    padding-top: 27rem !important; }
  .pr-sm-21,
  .px-sm-21 {
    padding-right: 27rem !important; }
  .pb-sm-21,
  .py-sm-21 {
    padding-bottom: 27rem !important; }
  .pl-sm-21,
  .px-sm-21 {
    padding-left: 27rem !important; }
  .p-sm-22 {
    padding: 28.5rem !important; }
  .pt-sm-22,
  .py-sm-22 {
    padding-top: 28.5rem !important; }
  .pr-sm-22,
  .px-sm-22 {
    padding-right: 28.5rem !important; }
  .pb-sm-22,
  .py-sm-22 {
    padding-bottom: 28.5rem !important; }
  .pl-sm-22,
  .px-sm-22 {
    padding-left: 28.5rem !important; }
  .p-sm-23 {
    padding: 30rem !important; }
  .pt-sm-23,
  .py-sm-23 {
    padding-top: 30rem !important; }
  .pr-sm-23,
  .px-sm-23 {
    padding-right: 30rem !important; }
  .pb-sm-23,
  .py-sm-23 {
    padding-bottom: 30rem !important; }
  .pl-sm-23,
  .px-sm-23 {
    padding-left: 30rem !important; }
  .p-sm-24 {
    padding: 31.5rem !important; }
  .pt-sm-24,
  .py-sm-24 {
    padding-top: 31.5rem !important; }
  .pr-sm-24,
  .px-sm-24 {
    padding-right: 31.5rem !important; }
  .pb-sm-24,
  .py-sm-24 {
    padding-bottom: 31.5rem !important; }
  .pl-sm-24,
  .px-sm-24 {
    padding-left: 31.5rem !important; }
  .p-sm-25 {
    padding: 33rem !important; }
  .pt-sm-25,
  .py-sm-25 {
    padding-top: 33rem !important; }
  .pr-sm-25,
  .px-sm-25 {
    padding-right: 33rem !important; }
  .pb-sm-25,
  .py-sm-25 {
    padding-bottom: 33rem !important; }
  .pl-sm-25,
  .px-sm-25 {
    padding-left: 33rem !important; }
  .p-sm-26 {
    padding: 34.5rem !important; }
  .pt-sm-26,
  .py-sm-26 {
    padding-top: 34.5rem !important; }
  .pr-sm-26,
  .px-sm-26 {
    padding-right: 34.5rem !important; }
  .pb-sm-26,
  .py-sm-26 {
    padding-bottom: 34.5rem !important; }
  .pl-sm-26,
  .px-sm-26 {
    padding-left: 34.5rem !important; }
  .p-sm-27 {
    padding: 36rem !important; }
  .pt-sm-27,
  .py-sm-27 {
    padding-top: 36rem !important; }
  .pr-sm-27,
  .px-sm-27 {
    padding-right: 36rem !important; }
  .pb-sm-27,
  .py-sm-27 {
    padding-bottom: 36rem !important; }
  .pl-sm-27,
  .px-sm-27 {
    padding-left: 36rem !important; }
  .p-sm-28 {
    padding: 37.5rem !important; }
  .pt-sm-28,
  .py-sm-28 {
    padding-top: 37.5rem !important; }
  .pr-sm-28,
  .px-sm-28 {
    padding-right: 37.5rem !important; }
  .pb-sm-28,
  .py-sm-28 {
    padding-bottom: 37.5rem !important; }
  .pl-sm-28,
  .px-sm-28 {
    padding-left: 37.5rem !important; }
  .p-sm-29 {
    padding: 39rem !important; }
  .pt-sm-29,
  .py-sm-29 {
    padding-top: 39rem !important; }
  .pr-sm-29,
  .px-sm-29 {
    padding-right: 39rem !important; }
  .pb-sm-29,
  .py-sm-29 {
    padding-bottom: 39rem !important; }
  .pl-sm-29,
  .px-sm-29 {
    padding-left: 39rem !important; }
  .p-sm-30 {
    padding: 40.5rem !important; }
  .pt-sm-30,
  .py-sm-30 {
    padding-top: 40.5rem !important; }
  .pr-sm-30,
  .px-sm-30 {
    padding-right: 40.5rem !important; }
  .pb-sm-30,
  .py-sm-30 {
    padding-bottom: 40.5rem !important; }
  .pl-sm-30,
  .px-sm-30 {
    padding-left: 40.5rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-n1_5 {
    margin: -0.375rem !important; }
  .mt-sm-n1_5,
  .my-sm-n1_5 {
    margin-top: -0.375rem !important; }
  .mr-sm-n1_5,
  .mx-sm-n1_5 {
    margin-right: -0.375rem !important; }
  .mb-sm-n1_5,
  .my-sm-n1_5 {
    margin-bottom: -0.375rem !important; }
  .ml-sm-n1_5,
  .mx-sm-n1_5 {
    margin-left: -0.375rem !important; }
  .m-sm-n2_25 {
    margin: -0.55rem !important; }
  .mt-sm-n2_25,
  .my-sm-n2_25 {
    margin-top: -0.55rem !important; }
  .mr-sm-n2_25,
  .mx-sm-n2_25 {
    margin-right: -0.55rem !important; }
  .mb-sm-n2_25,
  .my-sm-n2_25 {
    margin-bottom: -0.55rem !important; }
  .ml-sm-n2_25,
  .mx-sm-n2_25 {
    margin-left: -0.55rem !important; }
  .m-sm-n2_35 {
    margin: -0.625rem !important; }
  .mt-sm-n2_35,
  .my-sm-n2_35 {
    margin-top: -0.625rem !important; }
  .mr-sm-n2_35,
  .mx-sm-n2_35 {
    margin-right: -0.625rem !important; }
  .mb-sm-n2_35,
  .my-sm-n2_35 {
    margin-bottom: -0.625rem !important; }
  .ml-sm-n2_35,
  .mx-sm-n2_35 {
    margin-left: -0.625rem !important; }
  .m-sm-n2_5 {
    margin: -0.75rem !important; }
  .mt-sm-n2_5,
  .my-sm-n2_5 {
    margin-top: -0.75rem !important; }
  .mr-sm-n2_5,
  .mx-sm-n2_5 {
    margin-right: -0.75rem !important; }
  .mb-sm-n2_5,
  .my-sm-n2_5 {
    margin-bottom: -0.75rem !important; }
  .ml-sm-n2_5,
  .mx-sm-n2_5 {
    margin-left: -0.75rem !important; }
  .m-sm-n2_75 {
    margin: -0.875rem !important; }
  .mt-sm-n2_75,
  .my-sm-n2_75 {
    margin-top: -0.875rem !important; }
  .mr-sm-n2_75,
  .mx-sm-n2_75 {
    margin-right: -0.875rem !important; }
  .mb-sm-n2_75,
  .my-sm-n2_75 {
    margin-bottom: -0.875rem !important; }
  .ml-sm-n2_75,
  .mx-sm-n2_75 {
    margin-left: -0.875rem !important; }
  .m-sm-n3_25 {
    margin: -1.125rem !important; }
  .mt-sm-n3_25,
  .my-sm-n3_25 {
    margin-top: -1.125rem !important; }
  .mr-sm-n3_25,
  .mx-sm-n3_25 {
    margin-right: -1.125rem !important; }
  .mb-sm-n3_25,
  .my-sm-n3_25 {
    margin-bottom: -1.125rem !important; }
  .ml-sm-n3_25,
  .mx-sm-n3_25 {
    margin-left: -1.125rem !important; }
  .m-sm-n3_5 {
    margin: -1.25rem !important; }
  .mt-sm-n3_5,
  .my-sm-n3_5 {
    margin-top: -1.25rem !important; }
  .mr-sm-n3_5,
  .mx-sm-n3_5 {
    margin-right: -1.25rem !important; }
  .mb-sm-n3_5,
  .my-sm-n3_5 {
    margin-bottom: -1.25rem !important; }
  .ml-sm-n3_5,
  .mx-sm-n3_5 {
    margin-left: -1.25rem !important; }
  .m-sm-n3_75 {
    margin: -1.375rem !important; }
  .mt-sm-n3_75,
  .my-sm-n3_75 {
    margin-top: -1.375rem !important; }
  .mr-sm-n3_75,
  .mx-sm-n3_75 {
    margin-right: -1.375rem !important; }
  .mb-sm-n3_75,
  .my-sm-n3_75 {
    margin-bottom: -1.375rem !important; }
  .ml-sm-n3_75,
  .mx-sm-n3_75 {
    margin-left: -1.375rem !important; }
  .m-sm-n4_15 {
    margin: -1.6875rem !important; }
  .mt-sm-n4_15,
  .my-sm-n4_15 {
    margin-top: -1.6875rem !important; }
  .mr-sm-n4_15,
  .mx-sm-n4_15 {
    margin-right: -1.6875rem !important; }
  .mb-sm-n4_15,
  .my-sm-n4_15 {
    margin-bottom: -1.6875rem !important; }
  .ml-sm-n4_15,
  .mx-sm-n4_15 {
    margin-left: -1.6875rem !important; }
  .m-sm-n4_25 {
    margin: -1.875rem !important; }
  .mt-sm-n4_25,
  .my-sm-n4_25 {
    margin-top: -1.875rem !important; }
  .mr-sm-n4_25,
  .mx-sm-n4_25 {
    margin-right: -1.875rem !important; }
  .mb-sm-n4_25,
  .my-sm-n4_25 {
    margin-bottom: -1.875rem !important; }
  .ml-sm-n4_25,
  .mx-sm-n4_25 {
    margin-left: -1.875rem !important; }
  .m-sm-n4_35 {
    margin: -2.0625rem !important; }
  .mt-sm-n4_35,
  .my-sm-n4_35 {
    margin-top: -2.0625rem !important; }
  .mr-sm-n4_35,
  .mx-sm-n4_35 {
    margin-right: -2.0625rem !important; }
  .mb-sm-n4_35,
  .my-sm-n4_35 {
    margin-bottom: -2.0625rem !important; }
  .ml-sm-n4_35,
  .mx-sm-n4_35 {
    margin-left: -2.0625rem !important; }
  .m-sm-n4_5 {
    margin: -2.25rem !important; }
  .mt-sm-n4_5,
  .my-sm-n4_5 {
    margin-top: -2.25rem !important; }
  .mr-sm-n4_5,
  .mx-sm-n4_5 {
    margin-right: -2.25rem !important; }
  .mb-sm-n4_5,
  .my-sm-n4_5 {
    margin-bottom: -2.25rem !important; }
  .ml-sm-n4_5,
  .mx-sm-n4_5 {
    margin-left: -2.25rem !important; }
  .m-sm-n4_75 {
    margin: -2.5rem !important; }
  .mt-sm-n4_75,
  .my-sm-n4_75 {
    margin-top: -2.5rem !important; }
  .mr-sm-n4_75,
  .mx-sm-n4_75 {
    margin-right: -2.5rem !important; }
  .mb-sm-n4_75,
  .my-sm-n4_75 {
    margin-bottom: -2.5rem !important; }
  .ml-sm-n4_75,
  .mx-sm-n4_75 {
    margin-left: -2.5rem !important; }
  .m-sm-n5_15 {
    margin: -3.125rem !important; }
  .mt-sm-n5_15,
  .my-sm-n5_15 {
    margin-top: -3.125rem !important; }
  .mr-sm-n5_15,
  .mx-sm-n5_15 {
    margin-right: -3.125rem !important; }
  .mb-sm-n5_15,
  .my-sm-n5_15 {
    margin-bottom: -3.125rem !important; }
  .ml-sm-n5_15,
  .mx-sm-n5_15 {
    margin-left: -3.125rem !important; }
  .m-sm-n5_25 {
    margin: -3.5rem !important; }
  .mt-sm-n5_25,
  .my-sm-n5_25 {
    margin-top: -3.5rem !important; }
  .mr-sm-n5_25,
  .mx-sm-n5_25 {
    margin-right: -3.5rem !important; }
  .mb-sm-n5_25,
  .my-sm-n5_25 {
    margin-bottom: -3.5rem !important; }
  .ml-sm-n5_25,
  .mx-sm-n5_25 {
    margin-left: -3.5rem !important; }
  .m-sm-n5_5 {
    margin: -3.75rem !important; }
  .mt-sm-n5_5,
  .my-sm-n5_5 {
    margin-top: -3.75rem !important; }
  .mr-sm-n5_5,
  .mx-sm-n5_5 {
    margin-right: -3.75rem !important; }
  .mb-sm-n5_5,
  .my-sm-n5_5 {
    margin-bottom: -3.75rem !important; }
  .ml-sm-n5_5,
  .mx-sm-n5_5 {
    margin-left: -3.75rem !important; }
  .m-sm-n5_75 {
    margin: -4.375rem !important; }
  .mt-sm-n5_75,
  .my-sm-n5_75 {
    margin-top: -4.375rem !important; }
  .mr-sm-n5_75,
  .mx-sm-n5_75 {
    margin-right: -4.375rem !important; }
  .mb-sm-n5_75,
  .my-sm-n5_75 {
    margin-bottom: -4.375rem !important; }
  .ml-sm-n5_75,
  .mx-sm-n5_75 {
    margin-left: -4.375rem !important; }
  .m-sm-n6 {
    margin: -4.5rem !important; }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -4.5rem !important; }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -4.5rem !important; }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -4.5rem !important; }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -4.5rem !important; }
  .m-sm-n6_5 {
    margin: -5rem !important; }
  .mt-sm-n6_5,
  .my-sm-n6_5 {
    margin-top: -5rem !important; }
  .mr-sm-n6_5,
  .mx-sm-n6_5 {
    margin-right: -5rem !important; }
  .mb-sm-n6_5,
  .my-sm-n6_5 {
    margin-bottom: -5rem !important; }
  .ml-sm-n6_5,
  .mx-sm-n6_5 {
    margin-left: -5rem !important; }
  .m-sm-n6_75 {
    margin: -5.375rem !important; }
  .mt-sm-n6_75,
  .my-sm-n6_75 {
    margin-top: -5.375rem !important; }
  .mr-sm-n6_75,
  .mx-sm-n6_75 {
    margin-right: -5.375rem !important; }
  .mb-sm-n6_75,
  .my-sm-n6_75 {
    margin-bottom: -5.375rem !important; }
  .ml-sm-n6_75,
  .mx-sm-n6_75 {
    margin-left: -5.375rem !important; }
  .m-sm-n7 {
    margin: -6rem !important; }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -6rem !important; }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -6rem !important; }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -6rem !important; }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -6rem !important; }
  .m-sm-n7_5 {
    margin: -6.75rem !important; }
  .mt-sm-n7_5,
  .my-sm-n7_5 {
    margin-top: -6.75rem !important; }
  .mr-sm-n7_5,
  .mx-sm-n7_5 {
    margin-right: -6.75rem !important; }
  .mb-sm-n7_5,
  .my-sm-n7_5 {
    margin-bottom: -6.75rem !important; }
  .ml-sm-n7_5,
  .mx-sm-n7_5 {
    margin-left: -6.75rem !important; }
  .m-sm-n7_75 {
    margin: -7.25rem !important; }
  .mt-sm-n7_75,
  .my-sm-n7_75 {
    margin-top: -7.25rem !important; }
  .mr-sm-n7_75,
  .mx-sm-n7_75 {
    margin-right: -7.25rem !important; }
  .mb-sm-n7_75,
  .my-sm-n7_75 {
    margin-bottom: -7.25rem !important; }
  .ml-sm-n7_75,
  .mx-sm-n7_75 {
    margin-left: -7.25rem !important; }
  .m-sm-n8 {
    margin: -7.5rem !important; }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -7.5rem !important; }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -7.5rem !important; }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -7.5rem !important; }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -7.5rem !important; }
  .m-sm-n8_5 {
    margin: -8.125rem !important; }
  .mt-sm-n8_5,
  .my-sm-n8_5 {
    margin-top: -8.125rem !important; }
  .mr-sm-n8_5,
  .mx-sm-n8_5 {
    margin-right: -8.125rem !important; }
  .mb-sm-n8_5,
  .my-sm-n8_5 {
    margin-bottom: -8.125rem !important; }
  .ml-sm-n8_5,
  .mx-sm-n8_5 {
    margin-left: -8.125rem !important; }
  .m-sm-n8_75 {
    margin: -8.4375rem !important; }
  .mt-sm-n8_75,
  .my-sm-n8_75 {
    margin-top: -8.4375rem !important; }
  .mr-sm-n8_75,
  .mx-sm-n8_75 {
    margin-right: -8.4375rem !important; }
  .mb-sm-n8_75,
  .my-sm-n8_75 {
    margin-bottom: -8.4375rem !important; }
  .ml-sm-n8_75,
  .mx-sm-n8_75 {
    margin-left: -8.4375rem !important; }
  .m-sm-n9 {
    margin: -9rem !important; }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -9rem !important; }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -9rem !important; }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -9rem !important; }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -9rem !important; }
  .m-sm-n10 {
    margin: -10.5rem !important; }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -10.5rem !important; }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -10.5rem !important; }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -10.5rem !important; }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -10.5rem !important; }
  .m-sm-n10_25 {
    margin: -11rem !important; }
  .mt-sm-n10_25,
  .my-sm-n10_25 {
    margin-top: -11rem !important; }
  .mr-sm-n10_25,
  .mx-sm-n10_25 {
    margin-right: -11rem !important; }
  .mb-sm-n10_25,
  .my-sm-n10_25 {
    margin-bottom: -11rem !important; }
  .ml-sm-n10_25,
  .mx-sm-n10_25 {
    margin-left: -11rem !important; }
  .m-sm-n10_5 {
    margin: -11.25rem !important; }
  .mt-sm-n10_5,
  .my-sm-n10_5 {
    margin-top: -11.25rem !important; }
  .mr-sm-n10_5,
  .mx-sm-n10_5 {
    margin-right: -11.25rem !important; }
  .mb-sm-n10_5,
  .my-sm-n10_5 {
    margin-bottom: -11.25rem !important; }
  .ml-sm-n10_5,
  .mx-sm-n10_5 {
    margin-left: -11.25rem !important; }
  .m-sm-n10_75 {
    margin: -11.5rem !important; }
  .mt-sm-n10_75,
  .my-sm-n10_75 {
    margin-top: -11.5rem !important; }
  .mr-sm-n10_75,
  .mx-sm-n10_75 {
    margin-right: -11.5rem !important; }
  .mb-sm-n10_75,
  .my-sm-n10_75 {
    margin-bottom: -11.5rem !important; }
  .ml-sm-n10_75,
  .mx-sm-n10_75 {
    margin-left: -11.5rem !important; }
  .m-sm-n11 {
    margin: -12rem !important; }
  .mt-sm-n11,
  .my-sm-n11 {
    margin-top: -12rem !important; }
  .mr-sm-n11,
  .mx-sm-n11 {
    margin-right: -12rem !important; }
  .mb-sm-n11,
  .my-sm-n11 {
    margin-bottom: -12rem !important; }
  .ml-sm-n11,
  .mx-sm-n11 {
    margin-left: -12rem !important; }
  .m-sm-n12 {
    margin: -13.5rem !important; }
  .mt-sm-n12,
  .my-sm-n12 {
    margin-top: -13.5rem !important; }
  .mr-sm-n12,
  .mx-sm-n12 {
    margin-right: -13.5rem !important; }
  .mb-sm-n12,
  .my-sm-n12 {
    margin-bottom: -13.5rem !important; }
  .ml-sm-n12,
  .mx-sm-n12 {
    margin-left: -13.5rem !important; }
  .m-sm-n13 {
    margin: -15rem !important; }
  .mt-sm-n13,
  .my-sm-n13 {
    margin-top: -15rem !important; }
  .mr-sm-n13,
  .mx-sm-n13 {
    margin-right: -15rem !important; }
  .mb-sm-n13,
  .my-sm-n13 {
    margin-bottom: -15rem !important; }
  .ml-sm-n13,
  .mx-sm-n13 {
    margin-left: -15rem !important; }
  .m-sm-n14 {
    margin: -16.6rem !important; }
  .mt-sm-n14,
  .my-sm-n14 {
    margin-top: -16.6rem !important; }
  .mr-sm-n14,
  .mx-sm-n14 {
    margin-right: -16.6rem !important; }
  .mb-sm-n14,
  .my-sm-n14 {
    margin-bottom: -16.6rem !important; }
  .ml-sm-n14,
  .mx-sm-n14 {
    margin-left: -16.6rem !important; }
  .m-sm-n15 {
    margin: -18rem !important; }
  .mt-sm-n15,
  .my-sm-n15 {
    margin-top: -18rem !important; }
  .mr-sm-n15,
  .mx-sm-n15 {
    margin-right: -18rem !important; }
  .mb-sm-n15,
  .my-sm-n15 {
    margin-bottom: -18rem !important; }
  .ml-sm-n15,
  .mx-sm-n15 {
    margin-left: -18rem !important; }
  .m-sm-n16 {
    margin: -19.5rem !important; }
  .mt-sm-n16,
  .my-sm-n16 {
    margin-top: -19.5rem !important; }
  .mr-sm-n16,
  .mx-sm-n16 {
    margin-right: -19.5rem !important; }
  .mb-sm-n16,
  .my-sm-n16 {
    margin-bottom: -19.5rem !important; }
  .ml-sm-n16,
  .mx-sm-n16 {
    margin-left: -19.5rem !important; }
  .m-sm-n17 {
    margin: -21rem !important; }
  .mt-sm-n17,
  .my-sm-n17 {
    margin-top: -21rem !important; }
  .mr-sm-n17,
  .mx-sm-n17 {
    margin-right: -21rem !important; }
  .mb-sm-n17,
  .my-sm-n17 {
    margin-bottom: -21rem !important; }
  .ml-sm-n17,
  .mx-sm-n17 {
    margin-left: -21rem !important; }
  .m-sm-n18 {
    margin: -22.5rem !important; }
  .mt-sm-n18,
  .my-sm-n18 {
    margin-top: -22.5rem !important; }
  .mr-sm-n18,
  .mx-sm-n18 {
    margin-right: -22.5rem !important; }
  .mb-sm-n18,
  .my-sm-n18 {
    margin-bottom: -22.5rem !important; }
  .ml-sm-n18,
  .mx-sm-n18 {
    margin-left: -22.5rem !important; }
  .m-sm-n19 {
    margin: -24rem !important; }
  .mt-sm-n19,
  .my-sm-n19 {
    margin-top: -24rem !important; }
  .mr-sm-n19,
  .mx-sm-n19 {
    margin-right: -24rem !important; }
  .mb-sm-n19,
  .my-sm-n19 {
    margin-bottom: -24rem !important; }
  .ml-sm-n19,
  .mx-sm-n19 {
    margin-left: -24rem !important; }
  .m-sm-n20 {
    margin: -25.5rem !important; }
  .mt-sm-n20,
  .my-sm-n20 {
    margin-top: -25.5rem !important; }
  .mr-sm-n20,
  .mx-sm-n20 {
    margin-right: -25.5rem !important; }
  .mb-sm-n20,
  .my-sm-n20 {
    margin-bottom: -25.5rem !important; }
  .ml-sm-n20,
  .mx-sm-n20 {
    margin-left: -25.5rem !important; }
  .m-sm-n21 {
    margin: -27rem !important; }
  .mt-sm-n21,
  .my-sm-n21 {
    margin-top: -27rem !important; }
  .mr-sm-n21,
  .mx-sm-n21 {
    margin-right: -27rem !important; }
  .mb-sm-n21,
  .my-sm-n21 {
    margin-bottom: -27rem !important; }
  .ml-sm-n21,
  .mx-sm-n21 {
    margin-left: -27rem !important; }
  .m-sm-n22 {
    margin: -28.5rem !important; }
  .mt-sm-n22,
  .my-sm-n22 {
    margin-top: -28.5rem !important; }
  .mr-sm-n22,
  .mx-sm-n22 {
    margin-right: -28.5rem !important; }
  .mb-sm-n22,
  .my-sm-n22 {
    margin-bottom: -28.5rem !important; }
  .ml-sm-n22,
  .mx-sm-n22 {
    margin-left: -28.5rem !important; }
  .m-sm-n23 {
    margin: -30rem !important; }
  .mt-sm-n23,
  .my-sm-n23 {
    margin-top: -30rem !important; }
  .mr-sm-n23,
  .mx-sm-n23 {
    margin-right: -30rem !important; }
  .mb-sm-n23,
  .my-sm-n23 {
    margin-bottom: -30rem !important; }
  .ml-sm-n23,
  .mx-sm-n23 {
    margin-left: -30rem !important; }
  .m-sm-n24 {
    margin: -31.5rem !important; }
  .mt-sm-n24,
  .my-sm-n24 {
    margin-top: -31.5rem !important; }
  .mr-sm-n24,
  .mx-sm-n24 {
    margin-right: -31.5rem !important; }
  .mb-sm-n24,
  .my-sm-n24 {
    margin-bottom: -31.5rem !important; }
  .ml-sm-n24,
  .mx-sm-n24 {
    margin-left: -31.5rem !important; }
  .m-sm-n25 {
    margin: -33rem !important; }
  .mt-sm-n25,
  .my-sm-n25 {
    margin-top: -33rem !important; }
  .mr-sm-n25,
  .mx-sm-n25 {
    margin-right: -33rem !important; }
  .mb-sm-n25,
  .my-sm-n25 {
    margin-bottom: -33rem !important; }
  .ml-sm-n25,
  .mx-sm-n25 {
    margin-left: -33rem !important; }
  .m-sm-n26 {
    margin: -34.5rem !important; }
  .mt-sm-n26,
  .my-sm-n26 {
    margin-top: -34.5rem !important; }
  .mr-sm-n26,
  .mx-sm-n26 {
    margin-right: -34.5rem !important; }
  .mb-sm-n26,
  .my-sm-n26 {
    margin-bottom: -34.5rem !important; }
  .ml-sm-n26,
  .mx-sm-n26 {
    margin-left: -34.5rem !important; }
  .m-sm-n27 {
    margin: -36rem !important; }
  .mt-sm-n27,
  .my-sm-n27 {
    margin-top: -36rem !important; }
  .mr-sm-n27,
  .mx-sm-n27 {
    margin-right: -36rem !important; }
  .mb-sm-n27,
  .my-sm-n27 {
    margin-bottom: -36rem !important; }
  .ml-sm-n27,
  .mx-sm-n27 {
    margin-left: -36rem !important; }
  .m-sm-n28 {
    margin: -37.5rem !important; }
  .mt-sm-n28,
  .my-sm-n28 {
    margin-top: -37.5rem !important; }
  .mr-sm-n28,
  .mx-sm-n28 {
    margin-right: -37.5rem !important; }
  .mb-sm-n28,
  .my-sm-n28 {
    margin-bottom: -37.5rem !important; }
  .ml-sm-n28,
  .mx-sm-n28 {
    margin-left: -37.5rem !important; }
  .m-sm-n29 {
    margin: -39rem !important; }
  .mt-sm-n29,
  .my-sm-n29 {
    margin-top: -39rem !important; }
  .mr-sm-n29,
  .mx-sm-n29 {
    margin-right: -39rem !important; }
  .mb-sm-n29,
  .my-sm-n29 {
    margin-bottom: -39rem !important; }
  .ml-sm-n29,
  .mx-sm-n29 {
    margin-left: -39rem !important; }
  .m-sm-n30 {
    margin: -40.5rem !important; }
  .mt-sm-n30,
  .my-sm-n30 {
    margin-top: -40.5rem !important; }
  .mr-sm-n30,
  .mx-sm-n30 {
    margin-right: -40.5rem !important; }
  .mb-sm-n30,
  .my-sm-n30 {
    margin-bottom: -40.5rem !important; }
  .ml-sm-n30,
  .mx-sm-n30 {
    margin-left: -40.5rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .m-md-0_5 {
    margin: 0.125rem !important; }
  .mt-md-0_5,
  .my-md-0_5 {
    margin-top: 0.125rem !important; }
  .mr-md-0_5,
  .mx-md-0_5 {
    margin-right: 0.125rem !important; }
  .mb-md-0_5,
  .my-md-0_5 {
    margin-bottom: 0.125rem !important; }
  .ml-md-0_5,
  .mx-md-0_5 {
    margin-left: 0.125rem !important; }
  .m-md-1_5 {
    margin: 0.375rem !important; }
  .mt-md-1_5,
  .my-md-1_5 {
    margin-top: 0.375rem !important; }
  .mr-md-1_5,
  .mx-md-1_5 {
    margin-right: 0.375rem !important; }
  .mb-md-1_5,
  .my-md-1_5 {
    margin-bottom: 0.375rem !important; }
  .ml-md-1_5,
  .mx-md-1_5 {
    margin-left: 0.375rem !important; }
  .m-md-2_25 {
    margin: 0.55rem !important; }
  .mt-md-2_25,
  .my-md-2_25 {
    margin-top: 0.55rem !important; }
  .mr-md-2_25,
  .mx-md-2_25 {
    margin-right: 0.55rem !important; }
  .mb-md-2_25,
  .my-md-2_25 {
    margin-bottom: 0.55rem !important; }
  .ml-md-2_25,
  .mx-md-2_25 {
    margin-left: 0.55rem !important; }
  .m-md-2_35 {
    margin: 0.625rem !important; }
  .mt-md-2_35,
  .my-md-2_35 {
    margin-top: 0.625rem !important; }
  .mr-md-2_35,
  .mx-md-2_35 {
    margin-right: 0.625rem !important; }
  .mb-md-2_35,
  .my-md-2_35 {
    margin-bottom: 0.625rem !important; }
  .ml-md-2_35,
  .mx-md-2_35 {
    margin-left: 0.625rem !important; }
  .m-md-2_5 {
    margin: 0.75rem !important; }
  .mt-md-2_5,
  .my-md-2_5 {
    margin-top: 0.75rem !important; }
  .mr-md-2_5,
  .mx-md-2_5 {
    margin-right: 0.75rem !important; }
  .mb-md-2_5,
  .my-md-2_5 {
    margin-bottom: 0.75rem !important; }
  .ml-md-2_5,
  .mx-md-2_5 {
    margin-left: 0.75rem !important; }
  .m-md-2_75 {
    margin: 0.875rem !important; }
  .mt-md-2_75,
  .my-md-2_75 {
    margin-top: 0.875rem !important; }
  .mr-md-2_75,
  .mx-md-2_75 {
    margin-right: 0.875rem !important; }
  .mb-md-2_75,
  .my-md-2_75 {
    margin-bottom: 0.875rem !important; }
  .ml-md-2_75,
  .mx-md-2_75 {
    margin-left: 0.875rem !important; }
  .m-md-3_25 {
    margin: 1.125rem !important; }
  .mt-md-3_25,
  .my-md-3_25 {
    margin-top: 1.125rem !important; }
  .mr-md-3_25,
  .mx-md-3_25 {
    margin-right: 1.125rem !important; }
  .mb-md-3_25,
  .my-md-3_25 {
    margin-bottom: 1.125rem !important; }
  .ml-md-3_25,
  .mx-md-3_25 {
    margin-left: 1.125rem !important; }
  .m-md-3_5 {
    margin: 1.25rem !important; }
  .mt-md-3_5,
  .my-md-3_5 {
    margin-top: 1.25rem !important; }
  .mr-md-3_5,
  .mx-md-3_5 {
    margin-right: 1.25rem !important; }
  .mb-md-3_5,
  .my-md-3_5 {
    margin-bottom: 1.25rem !important; }
  .ml-md-3_5,
  .mx-md-3_5 {
    margin-left: 1.25rem !important; }
  .m-md-3_75 {
    margin: 1.375rem !important; }
  .mt-md-3_75,
  .my-md-3_75 {
    margin-top: 1.375rem !important; }
  .mr-md-3_75,
  .mx-md-3_75 {
    margin-right: 1.375rem !important; }
  .mb-md-3_75,
  .my-md-3_75 {
    margin-bottom: 1.375rem !important; }
  .ml-md-3_75,
  .mx-md-3_75 {
    margin-left: 1.375rem !important; }
  .m-md-4_15 {
    margin: 1.6875rem !important; }
  .mt-md-4_15,
  .my-md-4_15 {
    margin-top: 1.6875rem !important; }
  .mr-md-4_15,
  .mx-md-4_15 {
    margin-right: 1.6875rem !important; }
  .mb-md-4_15,
  .my-md-4_15 {
    margin-bottom: 1.6875rem !important; }
  .ml-md-4_15,
  .mx-md-4_15 {
    margin-left: 1.6875rem !important; }
  .m-md-4_25 {
    margin: 1.875rem !important; }
  .mt-md-4_25,
  .my-md-4_25 {
    margin-top: 1.875rem !important; }
  .mr-md-4_25,
  .mx-md-4_25 {
    margin-right: 1.875rem !important; }
  .mb-md-4_25,
  .my-md-4_25 {
    margin-bottom: 1.875rem !important; }
  .ml-md-4_25,
  .mx-md-4_25 {
    margin-left: 1.875rem !important; }
  .m-md-4_35 {
    margin: 2.0625rem !important; }
  .mt-md-4_35,
  .my-md-4_35 {
    margin-top: 2.0625rem !important; }
  .mr-md-4_35,
  .mx-md-4_35 {
    margin-right: 2.0625rem !important; }
  .mb-md-4_35,
  .my-md-4_35 {
    margin-bottom: 2.0625rem !important; }
  .ml-md-4_35,
  .mx-md-4_35 {
    margin-left: 2.0625rem !important; }
  .m-md-4_5 {
    margin: 2.25rem !important; }
  .mt-md-4_5,
  .my-md-4_5 {
    margin-top: 2.25rem !important; }
  .mr-md-4_5,
  .mx-md-4_5 {
    margin-right: 2.25rem !important; }
  .mb-md-4_5,
  .my-md-4_5 {
    margin-bottom: 2.25rem !important; }
  .ml-md-4_5,
  .mx-md-4_5 {
    margin-left: 2.25rem !important; }
  .m-md-4_75 {
    margin: 2.5rem !important; }
  .mt-md-4_75,
  .my-md-4_75 {
    margin-top: 2.5rem !important; }
  .mr-md-4_75,
  .mx-md-4_75 {
    margin-right: 2.5rem !important; }
  .mb-md-4_75,
  .my-md-4_75 {
    margin-bottom: 2.5rem !important; }
  .ml-md-4_75,
  .mx-md-4_75 {
    margin-left: 2.5rem !important; }
  .m-md-5_15 {
    margin: 3.125rem !important; }
  .mt-md-5_15,
  .my-md-5_15 {
    margin-top: 3.125rem !important; }
  .mr-md-5_15,
  .mx-md-5_15 {
    margin-right: 3.125rem !important; }
  .mb-md-5_15,
  .my-md-5_15 {
    margin-bottom: 3.125rem !important; }
  .ml-md-5_15,
  .mx-md-5_15 {
    margin-left: 3.125rem !important; }
  .m-md-5_25 {
    margin: 3.5rem !important; }
  .mt-md-5_25,
  .my-md-5_25 {
    margin-top: 3.5rem !important; }
  .mr-md-5_25,
  .mx-md-5_25 {
    margin-right: 3.5rem !important; }
  .mb-md-5_25,
  .my-md-5_25 {
    margin-bottom: 3.5rem !important; }
  .ml-md-5_25,
  .mx-md-5_25 {
    margin-left: 3.5rem !important; }
  .m-md-5_5 {
    margin: 3.75rem !important; }
  .mt-md-5_5,
  .my-md-5_5 {
    margin-top: 3.75rem !important; }
  .mr-md-5_5,
  .mx-md-5_5 {
    margin-right: 3.75rem !important; }
  .mb-md-5_5,
  .my-md-5_5 {
    margin-bottom: 3.75rem !important; }
  .ml-md-5_5,
  .mx-md-5_5 {
    margin-left: 3.75rem !important; }
  .m-md-5_75 {
    margin: 4.375rem !important; }
  .mt-md-5_75,
  .my-md-5_75 {
    margin-top: 4.375rem !important; }
  .mr-md-5_75,
  .mx-md-5_75 {
    margin-right: 4.375rem !important; }
  .mb-md-5_75,
  .my-md-5_75 {
    margin-bottom: 4.375rem !important; }
  .ml-md-5_75,
  .mx-md-5_75 {
    margin-left: 4.375rem !important; }
  .m-md-6 {
    margin: 4.5rem !important; }
  .mt-md-6,
  .my-md-6 {
    margin-top: 4.5rem !important; }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 4.5rem !important; }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4.5rem !important; }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 4.5rem !important; }
  .m-md-6_5 {
    margin: 5rem !important; }
  .mt-md-6_5,
  .my-md-6_5 {
    margin-top: 5rem !important; }
  .mr-md-6_5,
  .mx-md-6_5 {
    margin-right: 5rem !important; }
  .mb-md-6_5,
  .my-md-6_5 {
    margin-bottom: 5rem !important; }
  .ml-md-6_5,
  .mx-md-6_5 {
    margin-left: 5rem !important; }
  .m-md-6_75 {
    margin: 5.375rem !important; }
  .mt-md-6_75,
  .my-md-6_75 {
    margin-top: 5.375rem !important; }
  .mr-md-6_75,
  .mx-md-6_75 {
    margin-right: 5.375rem !important; }
  .mb-md-6_75,
  .my-md-6_75 {
    margin-bottom: 5.375rem !important; }
  .ml-md-6_75,
  .mx-md-6_75 {
    margin-left: 5.375rem !important; }
  .m-md-7 {
    margin: 6rem !important; }
  .mt-md-7,
  .my-md-7 {
    margin-top: 6rem !important; }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 6rem !important; }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 6rem !important; }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 6rem !important; }
  .m-md-7_5 {
    margin: 6.75rem !important; }
  .mt-md-7_5,
  .my-md-7_5 {
    margin-top: 6.75rem !important; }
  .mr-md-7_5,
  .mx-md-7_5 {
    margin-right: 6.75rem !important; }
  .mb-md-7_5,
  .my-md-7_5 {
    margin-bottom: 6.75rem !important; }
  .ml-md-7_5,
  .mx-md-7_5 {
    margin-left: 6.75rem !important; }
  .m-md-7_75 {
    margin: 7.25rem !important; }
  .mt-md-7_75,
  .my-md-7_75 {
    margin-top: 7.25rem !important; }
  .mr-md-7_75,
  .mx-md-7_75 {
    margin-right: 7.25rem !important; }
  .mb-md-7_75,
  .my-md-7_75 {
    margin-bottom: 7.25rem !important; }
  .ml-md-7_75,
  .mx-md-7_75 {
    margin-left: 7.25rem !important; }
  .m-md-8 {
    margin: 7.5rem !important; }
  .mt-md-8,
  .my-md-8 {
    margin-top: 7.5rem !important; }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 7.5rem !important; }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 7.5rem !important; }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 7.5rem !important; }
  .m-md-8_5 {
    margin: 8.125rem !important; }
  .mt-md-8_5,
  .my-md-8_5 {
    margin-top: 8.125rem !important; }
  .mr-md-8_5,
  .mx-md-8_5 {
    margin-right: 8.125rem !important; }
  .mb-md-8_5,
  .my-md-8_5 {
    margin-bottom: 8.125rem !important; }
  .ml-md-8_5,
  .mx-md-8_5 {
    margin-left: 8.125rem !important; }
  .m-md-8_75 {
    margin: 8.4375rem !important; }
  .mt-md-8_75,
  .my-md-8_75 {
    margin-top: 8.4375rem !important; }
  .mr-md-8_75,
  .mx-md-8_75 {
    margin-right: 8.4375rem !important; }
  .mb-md-8_75,
  .my-md-8_75 {
    margin-bottom: 8.4375rem !important; }
  .ml-md-8_75,
  .mx-md-8_75 {
    margin-left: 8.4375rem !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: 10.5rem !important; }
  .mt-md-10,
  .my-md-10 {
    margin-top: 10.5rem !important; }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 10.5rem !important; }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 10.5rem !important; }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 10.5rem !important; }
  .m-md-10_25 {
    margin: 11rem !important; }
  .mt-md-10_25,
  .my-md-10_25 {
    margin-top: 11rem !important; }
  .mr-md-10_25,
  .mx-md-10_25 {
    margin-right: 11rem !important; }
  .mb-md-10_25,
  .my-md-10_25 {
    margin-bottom: 11rem !important; }
  .ml-md-10_25,
  .mx-md-10_25 {
    margin-left: 11rem !important; }
  .m-md-10_5 {
    margin: 11.25rem !important; }
  .mt-md-10_5,
  .my-md-10_5 {
    margin-top: 11.25rem !important; }
  .mr-md-10_5,
  .mx-md-10_5 {
    margin-right: 11.25rem !important; }
  .mb-md-10_5,
  .my-md-10_5 {
    margin-bottom: 11.25rem !important; }
  .ml-md-10_5,
  .mx-md-10_5 {
    margin-left: 11.25rem !important; }
  .m-md-10_75 {
    margin: 11.5rem !important; }
  .mt-md-10_75,
  .my-md-10_75 {
    margin-top: 11.5rem !important; }
  .mr-md-10_75,
  .mx-md-10_75 {
    margin-right: 11.5rem !important; }
  .mb-md-10_75,
  .my-md-10_75 {
    margin-bottom: 11.5rem !important; }
  .ml-md-10_75,
  .mx-md-10_75 {
    margin-left: 11.5rem !important; }
  .m-md-11 {
    margin: 12rem !important; }
  .mt-md-11,
  .my-md-11 {
    margin-top: 12rem !important; }
  .mr-md-11,
  .mx-md-11 {
    margin-right: 12rem !important; }
  .mb-md-11,
  .my-md-11 {
    margin-bottom: 12rem !important; }
  .ml-md-11,
  .mx-md-11 {
    margin-left: 12rem !important; }
  .m-md-12 {
    margin: 13.5rem !important; }
  .mt-md-12,
  .my-md-12 {
    margin-top: 13.5rem !important; }
  .mr-md-12,
  .mx-md-12 {
    margin-right: 13.5rem !important; }
  .mb-md-12,
  .my-md-12 {
    margin-bottom: 13.5rem !important; }
  .ml-md-12,
  .mx-md-12 {
    margin-left: 13.5rem !important; }
  .m-md-13 {
    margin: 15rem !important; }
  .mt-md-13,
  .my-md-13 {
    margin-top: 15rem !important; }
  .mr-md-13,
  .mx-md-13 {
    margin-right: 15rem !important; }
  .mb-md-13,
  .my-md-13 {
    margin-bottom: 15rem !important; }
  .ml-md-13,
  .mx-md-13 {
    margin-left: 15rem !important; }
  .m-md-14 {
    margin: 16.6rem !important; }
  .mt-md-14,
  .my-md-14 {
    margin-top: 16.6rem !important; }
  .mr-md-14,
  .mx-md-14 {
    margin-right: 16.6rem !important; }
  .mb-md-14,
  .my-md-14 {
    margin-bottom: 16.6rem !important; }
  .ml-md-14,
  .mx-md-14 {
    margin-left: 16.6rem !important; }
  .m-md-15 {
    margin: 18rem !important; }
  .mt-md-15,
  .my-md-15 {
    margin-top: 18rem !important; }
  .mr-md-15,
  .mx-md-15 {
    margin-right: 18rem !important; }
  .mb-md-15,
  .my-md-15 {
    margin-bottom: 18rem !important; }
  .ml-md-15,
  .mx-md-15 {
    margin-left: 18rem !important; }
  .m-md-16 {
    margin: 19.5rem !important; }
  .mt-md-16,
  .my-md-16 {
    margin-top: 19.5rem !important; }
  .mr-md-16,
  .mx-md-16 {
    margin-right: 19.5rem !important; }
  .mb-md-16,
  .my-md-16 {
    margin-bottom: 19.5rem !important; }
  .ml-md-16,
  .mx-md-16 {
    margin-left: 19.5rem !important; }
  .m-md-17 {
    margin: 21rem !important; }
  .mt-md-17,
  .my-md-17 {
    margin-top: 21rem !important; }
  .mr-md-17,
  .mx-md-17 {
    margin-right: 21rem !important; }
  .mb-md-17,
  .my-md-17 {
    margin-bottom: 21rem !important; }
  .ml-md-17,
  .mx-md-17 {
    margin-left: 21rem !important; }
  .m-md-18 {
    margin: 22.5rem !important; }
  .mt-md-18,
  .my-md-18 {
    margin-top: 22.5rem !important; }
  .mr-md-18,
  .mx-md-18 {
    margin-right: 22.5rem !important; }
  .mb-md-18,
  .my-md-18 {
    margin-bottom: 22.5rem !important; }
  .ml-md-18,
  .mx-md-18 {
    margin-left: 22.5rem !important; }
  .m-md-19 {
    margin: 24rem !important; }
  .mt-md-19,
  .my-md-19 {
    margin-top: 24rem !important; }
  .mr-md-19,
  .mx-md-19 {
    margin-right: 24rem !important; }
  .mb-md-19,
  .my-md-19 {
    margin-bottom: 24rem !important; }
  .ml-md-19,
  .mx-md-19 {
    margin-left: 24rem !important; }
  .m-md-20 {
    margin: 25.5rem !important; }
  .mt-md-20,
  .my-md-20 {
    margin-top: 25.5rem !important; }
  .mr-md-20,
  .mx-md-20 {
    margin-right: 25.5rem !important; }
  .mb-md-20,
  .my-md-20 {
    margin-bottom: 25.5rem !important; }
  .ml-md-20,
  .mx-md-20 {
    margin-left: 25.5rem !important; }
  .m-md-21 {
    margin: 27rem !important; }
  .mt-md-21,
  .my-md-21 {
    margin-top: 27rem !important; }
  .mr-md-21,
  .mx-md-21 {
    margin-right: 27rem !important; }
  .mb-md-21,
  .my-md-21 {
    margin-bottom: 27rem !important; }
  .ml-md-21,
  .mx-md-21 {
    margin-left: 27rem !important; }
  .m-md-22 {
    margin: 28.5rem !important; }
  .mt-md-22,
  .my-md-22 {
    margin-top: 28.5rem !important; }
  .mr-md-22,
  .mx-md-22 {
    margin-right: 28.5rem !important; }
  .mb-md-22,
  .my-md-22 {
    margin-bottom: 28.5rem !important; }
  .ml-md-22,
  .mx-md-22 {
    margin-left: 28.5rem !important; }
  .m-md-23 {
    margin: 30rem !important; }
  .mt-md-23,
  .my-md-23 {
    margin-top: 30rem !important; }
  .mr-md-23,
  .mx-md-23 {
    margin-right: 30rem !important; }
  .mb-md-23,
  .my-md-23 {
    margin-bottom: 30rem !important; }
  .ml-md-23,
  .mx-md-23 {
    margin-left: 30rem !important; }
  .m-md-24 {
    margin: 31.5rem !important; }
  .mt-md-24,
  .my-md-24 {
    margin-top: 31.5rem !important; }
  .mr-md-24,
  .mx-md-24 {
    margin-right: 31.5rem !important; }
  .mb-md-24,
  .my-md-24 {
    margin-bottom: 31.5rem !important; }
  .ml-md-24,
  .mx-md-24 {
    margin-left: 31.5rem !important; }
  .m-md-25 {
    margin: 33rem !important; }
  .mt-md-25,
  .my-md-25 {
    margin-top: 33rem !important; }
  .mr-md-25,
  .mx-md-25 {
    margin-right: 33rem !important; }
  .mb-md-25,
  .my-md-25 {
    margin-bottom: 33rem !important; }
  .ml-md-25,
  .mx-md-25 {
    margin-left: 33rem !important; }
  .m-md-26 {
    margin: 34.5rem !important; }
  .mt-md-26,
  .my-md-26 {
    margin-top: 34.5rem !important; }
  .mr-md-26,
  .mx-md-26 {
    margin-right: 34.5rem !important; }
  .mb-md-26,
  .my-md-26 {
    margin-bottom: 34.5rem !important; }
  .ml-md-26,
  .mx-md-26 {
    margin-left: 34.5rem !important; }
  .m-md-27 {
    margin: 36rem !important; }
  .mt-md-27,
  .my-md-27 {
    margin-top: 36rem !important; }
  .mr-md-27,
  .mx-md-27 {
    margin-right: 36rem !important; }
  .mb-md-27,
  .my-md-27 {
    margin-bottom: 36rem !important; }
  .ml-md-27,
  .mx-md-27 {
    margin-left: 36rem !important; }
  .m-md-28 {
    margin: 37.5rem !important; }
  .mt-md-28,
  .my-md-28 {
    margin-top: 37.5rem !important; }
  .mr-md-28,
  .mx-md-28 {
    margin-right: 37.5rem !important; }
  .mb-md-28,
  .my-md-28 {
    margin-bottom: 37.5rem !important; }
  .ml-md-28,
  .mx-md-28 {
    margin-left: 37.5rem !important; }
  .m-md-29 {
    margin: 39rem !important; }
  .mt-md-29,
  .my-md-29 {
    margin-top: 39rem !important; }
  .mr-md-29,
  .mx-md-29 {
    margin-right: 39rem !important; }
  .mb-md-29,
  .my-md-29 {
    margin-bottom: 39rem !important; }
  .ml-md-29,
  .mx-md-29 {
    margin-left: 39rem !important; }
  .m-md-30 {
    margin: 40.5rem !important; }
  .mt-md-30,
  .my-md-30 {
    margin-top: 40.5rem !important; }
  .mr-md-30,
  .mx-md-30 {
    margin-right: 40.5rem !important; }
  .mb-md-30,
  .my-md-30 {
    margin-bottom: 40.5rem !important; }
  .ml-md-30,
  .mx-md-30 {
    margin-left: 40.5rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .p-md-0_5 {
    padding: 0.125rem !important; }
  .pt-md-0_5,
  .py-md-0_5 {
    padding-top: 0.125rem !important; }
  .pr-md-0_5,
  .px-md-0_5 {
    padding-right: 0.125rem !important; }
  .pb-md-0_5,
  .py-md-0_5 {
    padding-bottom: 0.125rem !important; }
  .pl-md-0_5,
  .px-md-0_5 {
    padding-left: 0.125rem !important; }
  .p-md-1_5 {
    padding: 0.375rem !important; }
  .pt-md-1_5,
  .py-md-1_5 {
    padding-top: 0.375rem !important; }
  .pr-md-1_5,
  .px-md-1_5 {
    padding-right: 0.375rem !important; }
  .pb-md-1_5,
  .py-md-1_5 {
    padding-bottom: 0.375rem !important; }
  .pl-md-1_5,
  .px-md-1_5 {
    padding-left: 0.375rem !important; }
  .p-md-2_25 {
    padding: 0.55rem !important; }
  .pt-md-2_25,
  .py-md-2_25 {
    padding-top: 0.55rem !important; }
  .pr-md-2_25,
  .px-md-2_25 {
    padding-right: 0.55rem !important; }
  .pb-md-2_25,
  .py-md-2_25 {
    padding-bottom: 0.55rem !important; }
  .pl-md-2_25,
  .px-md-2_25 {
    padding-left: 0.55rem !important; }
  .p-md-2_35 {
    padding: 0.625rem !important; }
  .pt-md-2_35,
  .py-md-2_35 {
    padding-top: 0.625rem !important; }
  .pr-md-2_35,
  .px-md-2_35 {
    padding-right: 0.625rem !important; }
  .pb-md-2_35,
  .py-md-2_35 {
    padding-bottom: 0.625rem !important; }
  .pl-md-2_35,
  .px-md-2_35 {
    padding-left: 0.625rem !important; }
  .p-md-2_5 {
    padding: 0.75rem !important; }
  .pt-md-2_5,
  .py-md-2_5 {
    padding-top: 0.75rem !important; }
  .pr-md-2_5,
  .px-md-2_5 {
    padding-right: 0.75rem !important; }
  .pb-md-2_5,
  .py-md-2_5 {
    padding-bottom: 0.75rem !important; }
  .pl-md-2_5,
  .px-md-2_5 {
    padding-left: 0.75rem !important; }
  .p-md-2_75 {
    padding: 0.875rem !important; }
  .pt-md-2_75,
  .py-md-2_75 {
    padding-top: 0.875rem !important; }
  .pr-md-2_75,
  .px-md-2_75 {
    padding-right: 0.875rem !important; }
  .pb-md-2_75,
  .py-md-2_75 {
    padding-bottom: 0.875rem !important; }
  .pl-md-2_75,
  .px-md-2_75 {
    padding-left: 0.875rem !important; }
  .p-md-3_25 {
    padding: 1.125rem !important; }
  .pt-md-3_25,
  .py-md-3_25 {
    padding-top: 1.125rem !important; }
  .pr-md-3_25,
  .px-md-3_25 {
    padding-right: 1.125rem !important; }
  .pb-md-3_25,
  .py-md-3_25 {
    padding-bottom: 1.125rem !important; }
  .pl-md-3_25,
  .px-md-3_25 {
    padding-left: 1.125rem !important; }
  .p-md-3_5 {
    padding: 1.25rem !important; }
  .pt-md-3_5,
  .py-md-3_5 {
    padding-top: 1.25rem !important; }
  .pr-md-3_5,
  .px-md-3_5 {
    padding-right: 1.25rem !important; }
  .pb-md-3_5,
  .py-md-3_5 {
    padding-bottom: 1.25rem !important; }
  .pl-md-3_5,
  .px-md-3_5 {
    padding-left: 1.25rem !important; }
  .p-md-3_75 {
    padding: 1.375rem !important; }
  .pt-md-3_75,
  .py-md-3_75 {
    padding-top: 1.375rem !important; }
  .pr-md-3_75,
  .px-md-3_75 {
    padding-right: 1.375rem !important; }
  .pb-md-3_75,
  .py-md-3_75 {
    padding-bottom: 1.375rem !important; }
  .pl-md-3_75,
  .px-md-3_75 {
    padding-left: 1.375rem !important; }
  .p-md-4_15 {
    padding: 1.6875rem !important; }
  .pt-md-4_15,
  .py-md-4_15 {
    padding-top: 1.6875rem !important; }
  .pr-md-4_15,
  .px-md-4_15 {
    padding-right: 1.6875rem !important; }
  .pb-md-4_15,
  .py-md-4_15 {
    padding-bottom: 1.6875rem !important; }
  .pl-md-4_15,
  .px-md-4_15 {
    padding-left: 1.6875rem !important; }
  .p-md-4_25 {
    padding: 1.875rem !important; }
  .pt-md-4_25,
  .py-md-4_25 {
    padding-top: 1.875rem !important; }
  .pr-md-4_25,
  .px-md-4_25 {
    padding-right: 1.875rem !important; }
  .pb-md-4_25,
  .py-md-4_25 {
    padding-bottom: 1.875rem !important; }
  .pl-md-4_25,
  .px-md-4_25 {
    padding-left: 1.875rem !important; }
  .p-md-4_35 {
    padding: 2.0625rem !important; }
  .pt-md-4_35,
  .py-md-4_35 {
    padding-top: 2.0625rem !important; }
  .pr-md-4_35,
  .px-md-4_35 {
    padding-right: 2.0625rem !important; }
  .pb-md-4_35,
  .py-md-4_35 {
    padding-bottom: 2.0625rem !important; }
  .pl-md-4_35,
  .px-md-4_35 {
    padding-left: 2.0625rem !important; }
  .p-md-4_5 {
    padding: 2.25rem !important; }
  .pt-md-4_5,
  .py-md-4_5 {
    padding-top: 2.25rem !important; }
  .pr-md-4_5,
  .px-md-4_5 {
    padding-right: 2.25rem !important; }
  .pb-md-4_5,
  .py-md-4_5 {
    padding-bottom: 2.25rem !important; }
  .pl-md-4_5,
  .px-md-4_5 {
    padding-left: 2.25rem !important; }
  .p-md-4_75 {
    padding: 2.5rem !important; }
  .pt-md-4_75,
  .py-md-4_75 {
    padding-top: 2.5rem !important; }
  .pr-md-4_75,
  .px-md-4_75 {
    padding-right: 2.5rem !important; }
  .pb-md-4_75,
  .py-md-4_75 {
    padding-bottom: 2.5rem !important; }
  .pl-md-4_75,
  .px-md-4_75 {
    padding-left: 2.5rem !important; }
  .p-md-5_15 {
    padding: 3.125rem !important; }
  .pt-md-5_15,
  .py-md-5_15 {
    padding-top: 3.125rem !important; }
  .pr-md-5_15,
  .px-md-5_15 {
    padding-right: 3.125rem !important; }
  .pb-md-5_15,
  .py-md-5_15 {
    padding-bottom: 3.125rem !important; }
  .pl-md-5_15,
  .px-md-5_15 {
    padding-left: 3.125rem !important; }
  .p-md-5_25 {
    padding: 3.5rem !important; }
  .pt-md-5_25,
  .py-md-5_25 {
    padding-top: 3.5rem !important; }
  .pr-md-5_25,
  .px-md-5_25 {
    padding-right: 3.5rem !important; }
  .pb-md-5_25,
  .py-md-5_25 {
    padding-bottom: 3.5rem !important; }
  .pl-md-5_25,
  .px-md-5_25 {
    padding-left: 3.5rem !important; }
  .p-md-5_5 {
    padding: 3.75rem !important; }
  .pt-md-5_5,
  .py-md-5_5 {
    padding-top: 3.75rem !important; }
  .pr-md-5_5,
  .px-md-5_5 {
    padding-right: 3.75rem !important; }
  .pb-md-5_5,
  .py-md-5_5 {
    padding-bottom: 3.75rem !important; }
  .pl-md-5_5,
  .px-md-5_5 {
    padding-left: 3.75rem !important; }
  .p-md-5_75 {
    padding: 4.375rem !important; }
  .pt-md-5_75,
  .py-md-5_75 {
    padding-top: 4.375rem !important; }
  .pr-md-5_75,
  .px-md-5_75 {
    padding-right: 4.375rem !important; }
  .pb-md-5_75,
  .py-md-5_75 {
    padding-bottom: 4.375rem !important; }
  .pl-md-5_75,
  .px-md-5_75 {
    padding-left: 4.375rem !important; }
  .p-md-6 {
    padding: 4.5rem !important; }
  .pt-md-6,
  .py-md-6 {
    padding-top: 4.5rem !important; }
  .pr-md-6,
  .px-md-6 {
    padding-right: 4.5rem !important; }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4.5rem !important; }
  .pl-md-6,
  .px-md-6 {
    padding-left: 4.5rem !important; }
  .p-md-6_5 {
    padding: 5rem !important; }
  .pt-md-6_5,
  .py-md-6_5 {
    padding-top: 5rem !important; }
  .pr-md-6_5,
  .px-md-6_5 {
    padding-right: 5rem !important; }
  .pb-md-6_5,
  .py-md-6_5 {
    padding-bottom: 5rem !important; }
  .pl-md-6_5,
  .px-md-6_5 {
    padding-left: 5rem !important; }
  .p-md-6_75 {
    padding: 5.375rem !important; }
  .pt-md-6_75,
  .py-md-6_75 {
    padding-top: 5.375rem !important; }
  .pr-md-6_75,
  .px-md-6_75 {
    padding-right: 5.375rem !important; }
  .pb-md-6_75,
  .py-md-6_75 {
    padding-bottom: 5.375rem !important; }
  .pl-md-6_75,
  .px-md-6_75 {
    padding-left: 5.375rem !important; }
  .p-md-7 {
    padding: 6rem !important; }
  .pt-md-7,
  .py-md-7 {
    padding-top: 6rem !important; }
  .pr-md-7,
  .px-md-7 {
    padding-right: 6rem !important; }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 6rem !important; }
  .pl-md-7,
  .px-md-7 {
    padding-left: 6rem !important; }
  .p-md-7_5 {
    padding: 6.75rem !important; }
  .pt-md-7_5,
  .py-md-7_5 {
    padding-top: 6.75rem !important; }
  .pr-md-7_5,
  .px-md-7_5 {
    padding-right: 6.75rem !important; }
  .pb-md-7_5,
  .py-md-7_5 {
    padding-bottom: 6.75rem !important; }
  .pl-md-7_5,
  .px-md-7_5 {
    padding-left: 6.75rem !important; }
  .p-md-7_75 {
    padding: 7.25rem !important; }
  .pt-md-7_75,
  .py-md-7_75 {
    padding-top: 7.25rem !important; }
  .pr-md-7_75,
  .px-md-7_75 {
    padding-right: 7.25rem !important; }
  .pb-md-7_75,
  .py-md-7_75 {
    padding-bottom: 7.25rem !important; }
  .pl-md-7_75,
  .px-md-7_75 {
    padding-left: 7.25rem !important; }
  .p-md-8 {
    padding: 7.5rem !important; }
  .pt-md-8,
  .py-md-8 {
    padding-top: 7.5rem !important; }
  .pr-md-8,
  .px-md-8 {
    padding-right: 7.5rem !important; }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 7.5rem !important; }
  .pl-md-8,
  .px-md-8 {
    padding-left: 7.5rem !important; }
  .p-md-8_5 {
    padding: 8.125rem !important; }
  .pt-md-8_5,
  .py-md-8_5 {
    padding-top: 8.125rem !important; }
  .pr-md-8_5,
  .px-md-8_5 {
    padding-right: 8.125rem !important; }
  .pb-md-8_5,
  .py-md-8_5 {
    padding-bottom: 8.125rem !important; }
  .pl-md-8_5,
  .px-md-8_5 {
    padding-left: 8.125rem !important; }
  .p-md-8_75 {
    padding: 8.4375rem !important; }
  .pt-md-8_75,
  .py-md-8_75 {
    padding-top: 8.4375rem !important; }
  .pr-md-8_75,
  .px-md-8_75 {
    padding-right: 8.4375rem !important; }
  .pb-md-8_75,
  .py-md-8_75 {
    padding-bottom: 8.4375rem !important; }
  .pl-md-8_75,
  .px-md-8_75 {
    padding-left: 8.4375rem !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: 10.5rem !important; }
  .pt-md-10,
  .py-md-10 {
    padding-top: 10.5rem !important; }
  .pr-md-10,
  .px-md-10 {
    padding-right: 10.5rem !important; }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 10.5rem !important; }
  .pl-md-10,
  .px-md-10 {
    padding-left: 10.5rem !important; }
  .p-md-10_25 {
    padding: 11rem !important; }
  .pt-md-10_25,
  .py-md-10_25 {
    padding-top: 11rem !important; }
  .pr-md-10_25,
  .px-md-10_25 {
    padding-right: 11rem !important; }
  .pb-md-10_25,
  .py-md-10_25 {
    padding-bottom: 11rem !important; }
  .pl-md-10_25,
  .px-md-10_25 {
    padding-left: 11rem !important; }
  .p-md-10_5 {
    padding: 11.25rem !important; }
  .pt-md-10_5,
  .py-md-10_5 {
    padding-top: 11.25rem !important; }
  .pr-md-10_5,
  .px-md-10_5 {
    padding-right: 11.25rem !important; }
  .pb-md-10_5,
  .py-md-10_5 {
    padding-bottom: 11.25rem !important; }
  .pl-md-10_5,
  .px-md-10_5 {
    padding-left: 11.25rem !important; }
  .p-md-10_75 {
    padding: 11.5rem !important; }
  .pt-md-10_75,
  .py-md-10_75 {
    padding-top: 11.5rem !important; }
  .pr-md-10_75,
  .px-md-10_75 {
    padding-right: 11.5rem !important; }
  .pb-md-10_75,
  .py-md-10_75 {
    padding-bottom: 11.5rem !important; }
  .pl-md-10_75,
  .px-md-10_75 {
    padding-left: 11.5rem !important; }
  .p-md-11 {
    padding: 12rem !important; }
  .pt-md-11,
  .py-md-11 {
    padding-top: 12rem !important; }
  .pr-md-11,
  .px-md-11 {
    padding-right: 12rem !important; }
  .pb-md-11,
  .py-md-11 {
    padding-bottom: 12rem !important; }
  .pl-md-11,
  .px-md-11 {
    padding-left: 12rem !important; }
  .p-md-12 {
    padding: 13.5rem !important; }
  .pt-md-12,
  .py-md-12 {
    padding-top: 13.5rem !important; }
  .pr-md-12,
  .px-md-12 {
    padding-right: 13.5rem !important; }
  .pb-md-12,
  .py-md-12 {
    padding-bottom: 13.5rem !important; }
  .pl-md-12,
  .px-md-12 {
    padding-left: 13.5rem !important; }
  .p-md-13 {
    padding: 15rem !important; }
  .pt-md-13,
  .py-md-13 {
    padding-top: 15rem !important; }
  .pr-md-13,
  .px-md-13 {
    padding-right: 15rem !important; }
  .pb-md-13,
  .py-md-13 {
    padding-bottom: 15rem !important; }
  .pl-md-13,
  .px-md-13 {
    padding-left: 15rem !important; }
  .p-md-14 {
    padding: 16.6rem !important; }
  .pt-md-14,
  .py-md-14 {
    padding-top: 16.6rem !important; }
  .pr-md-14,
  .px-md-14 {
    padding-right: 16.6rem !important; }
  .pb-md-14,
  .py-md-14 {
    padding-bottom: 16.6rem !important; }
  .pl-md-14,
  .px-md-14 {
    padding-left: 16.6rem !important; }
  .p-md-15 {
    padding: 18rem !important; }
  .pt-md-15,
  .py-md-15 {
    padding-top: 18rem !important; }
  .pr-md-15,
  .px-md-15 {
    padding-right: 18rem !important; }
  .pb-md-15,
  .py-md-15 {
    padding-bottom: 18rem !important; }
  .pl-md-15,
  .px-md-15 {
    padding-left: 18rem !important; }
  .p-md-16 {
    padding: 19.5rem !important; }
  .pt-md-16,
  .py-md-16 {
    padding-top: 19.5rem !important; }
  .pr-md-16,
  .px-md-16 {
    padding-right: 19.5rem !important; }
  .pb-md-16,
  .py-md-16 {
    padding-bottom: 19.5rem !important; }
  .pl-md-16,
  .px-md-16 {
    padding-left: 19.5rem !important; }
  .p-md-17 {
    padding: 21rem !important; }
  .pt-md-17,
  .py-md-17 {
    padding-top: 21rem !important; }
  .pr-md-17,
  .px-md-17 {
    padding-right: 21rem !important; }
  .pb-md-17,
  .py-md-17 {
    padding-bottom: 21rem !important; }
  .pl-md-17,
  .px-md-17 {
    padding-left: 21rem !important; }
  .p-md-18 {
    padding: 22.5rem !important; }
  .pt-md-18,
  .py-md-18 {
    padding-top: 22.5rem !important; }
  .pr-md-18,
  .px-md-18 {
    padding-right: 22.5rem !important; }
  .pb-md-18,
  .py-md-18 {
    padding-bottom: 22.5rem !important; }
  .pl-md-18,
  .px-md-18 {
    padding-left: 22.5rem !important; }
  .p-md-19 {
    padding: 24rem !important; }
  .pt-md-19,
  .py-md-19 {
    padding-top: 24rem !important; }
  .pr-md-19,
  .px-md-19 {
    padding-right: 24rem !important; }
  .pb-md-19,
  .py-md-19 {
    padding-bottom: 24rem !important; }
  .pl-md-19,
  .px-md-19 {
    padding-left: 24rem !important; }
  .p-md-20 {
    padding: 25.5rem !important; }
  .pt-md-20,
  .py-md-20 {
    padding-top: 25.5rem !important; }
  .pr-md-20,
  .px-md-20 {
    padding-right: 25.5rem !important; }
  .pb-md-20,
  .py-md-20 {
    padding-bottom: 25.5rem !important; }
  .pl-md-20,
  .px-md-20 {
    padding-left: 25.5rem !important; }
  .p-md-21 {
    padding: 27rem !important; }
  .pt-md-21,
  .py-md-21 {
    padding-top: 27rem !important; }
  .pr-md-21,
  .px-md-21 {
    padding-right: 27rem !important; }
  .pb-md-21,
  .py-md-21 {
    padding-bottom: 27rem !important; }
  .pl-md-21,
  .px-md-21 {
    padding-left: 27rem !important; }
  .p-md-22 {
    padding: 28.5rem !important; }
  .pt-md-22,
  .py-md-22 {
    padding-top: 28.5rem !important; }
  .pr-md-22,
  .px-md-22 {
    padding-right: 28.5rem !important; }
  .pb-md-22,
  .py-md-22 {
    padding-bottom: 28.5rem !important; }
  .pl-md-22,
  .px-md-22 {
    padding-left: 28.5rem !important; }
  .p-md-23 {
    padding: 30rem !important; }
  .pt-md-23,
  .py-md-23 {
    padding-top: 30rem !important; }
  .pr-md-23,
  .px-md-23 {
    padding-right: 30rem !important; }
  .pb-md-23,
  .py-md-23 {
    padding-bottom: 30rem !important; }
  .pl-md-23,
  .px-md-23 {
    padding-left: 30rem !important; }
  .p-md-24 {
    padding: 31.5rem !important; }
  .pt-md-24,
  .py-md-24 {
    padding-top: 31.5rem !important; }
  .pr-md-24,
  .px-md-24 {
    padding-right: 31.5rem !important; }
  .pb-md-24,
  .py-md-24 {
    padding-bottom: 31.5rem !important; }
  .pl-md-24,
  .px-md-24 {
    padding-left: 31.5rem !important; }
  .p-md-25 {
    padding: 33rem !important; }
  .pt-md-25,
  .py-md-25 {
    padding-top: 33rem !important; }
  .pr-md-25,
  .px-md-25 {
    padding-right: 33rem !important; }
  .pb-md-25,
  .py-md-25 {
    padding-bottom: 33rem !important; }
  .pl-md-25,
  .px-md-25 {
    padding-left: 33rem !important; }
  .p-md-26 {
    padding: 34.5rem !important; }
  .pt-md-26,
  .py-md-26 {
    padding-top: 34.5rem !important; }
  .pr-md-26,
  .px-md-26 {
    padding-right: 34.5rem !important; }
  .pb-md-26,
  .py-md-26 {
    padding-bottom: 34.5rem !important; }
  .pl-md-26,
  .px-md-26 {
    padding-left: 34.5rem !important; }
  .p-md-27 {
    padding: 36rem !important; }
  .pt-md-27,
  .py-md-27 {
    padding-top: 36rem !important; }
  .pr-md-27,
  .px-md-27 {
    padding-right: 36rem !important; }
  .pb-md-27,
  .py-md-27 {
    padding-bottom: 36rem !important; }
  .pl-md-27,
  .px-md-27 {
    padding-left: 36rem !important; }
  .p-md-28 {
    padding: 37.5rem !important; }
  .pt-md-28,
  .py-md-28 {
    padding-top: 37.5rem !important; }
  .pr-md-28,
  .px-md-28 {
    padding-right: 37.5rem !important; }
  .pb-md-28,
  .py-md-28 {
    padding-bottom: 37.5rem !important; }
  .pl-md-28,
  .px-md-28 {
    padding-left: 37.5rem !important; }
  .p-md-29 {
    padding: 39rem !important; }
  .pt-md-29,
  .py-md-29 {
    padding-top: 39rem !important; }
  .pr-md-29,
  .px-md-29 {
    padding-right: 39rem !important; }
  .pb-md-29,
  .py-md-29 {
    padding-bottom: 39rem !important; }
  .pl-md-29,
  .px-md-29 {
    padding-left: 39rem !important; }
  .p-md-30 {
    padding: 40.5rem !important; }
  .pt-md-30,
  .py-md-30 {
    padding-top: 40.5rem !important; }
  .pr-md-30,
  .px-md-30 {
    padding-right: 40.5rem !important; }
  .pb-md-30,
  .py-md-30 {
    padding-bottom: 40.5rem !important; }
  .pl-md-30,
  .px-md-30 {
    padding-left: 40.5rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-n1_5 {
    margin: -0.375rem !important; }
  .mt-md-n1_5,
  .my-md-n1_5 {
    margin-top: -0.375rem !important; }
  .mr-md-n1_5,
  .mx-md-n1_5 {
    margin-right: -0.375rem !important; }
  .mb-md-n1_5,
  .my-md-n1_5 {
    margin-bottom: -0.375rem !important; }
  .ml-md-n1_5,
  .mx-md-n1_5 {
    margin-left: -0.375rem !important; }
  .m-md-n2_25 {
    margin: -0.55rem !important; }
  .mt-md-n2_25,
  .my-md-n2_25 {
    margin-top: -0.55rem !important; }
  .mr-md-n2_25,
  .mx-md-n2_25 {
    margin-right: -0.55rem !important; }
  .mb-md-n2_25,
  .my-md-n2_25 {
    margin-bottom: -0.55rem !important; }
  .ml-md-n2_25,
  .mx-md-n2_25 {
    margin-left: -0.55rem !important; }
  .m-md-n2_35 {
    margin: -0.625rem !important; }
  .mt-md-n2_35,
  .my-md-n2_35 {
    margin-top: -0.625rem !important; }
  .mr-md-n2_35,
  .mx-md-n2_35 {
    margin-right: -0.625rem !important; }
  .mb-md-n2_35,
  .my-md-n2_35 {
    margin-bottom: -0.625rem !important; }
  .ml-md-n2_35,
  .mx-md-n2_35 {
    margin-left: -0.625rem !important; }
  .m-md-n2_5 {
    margin: -0.75rem !important; }
  .mt-md-n2_5,
  .my-md-n2_5 {
    margin-top: -0.75rem !important; }
  .mr-md-n2_5,
  .mx-md-n2_5 {
    margin-right: -0.75rem !important; }
  .mb-md-n2_5,
  .my-md-n2_5 {
    margin-bottom: -0.75rem !important; }
  .ml-md-n2_5,
  .mx-md-n2_5 {
    margin-left: -0.75rem !important; }
  .m-md-n2_75 {
    margin: -0.875rem !important; }
  .mt-md-n2_75,
  .my-md-n2_75 {
    margin-top: -0.875rem !important; }
  .mr-md-n2_75,
  .mx-md-n2_75 {
    margin-right: -0.875rem !important; }
  .mb-md-n2_75,
  .my-md-n2_75 {
    margin-bottom: -0.875rem !important; }
  .ml-md-n2_75,
  .mx-md-n2_75 {
    margin-left: -0.875rem !important; }
  .m-md-n3_25 {
    margin: -1.125rem !important; }
  .mt-md-n3_25,
  .my-md-n3_25 {
    margin-top: -1.125rem !important; }
  .mr-md-n3_25,
  .mx-md-n3_25 {
    margin-right: -1.125rem !important; }
  .mb-md-n3_25,
  .my-md-n3_25 {
    margin-bottom: -1.125rem !important; }
  .ml-md-n3_25,
  .mx-md-n3_25 {
    margin-left: -1.125rem !important; }
  .m-md-n3_5 {
    margin: -1.25rem !important; }
  .mt-md-n3_5,
  .my-md-n3_5 {
    margin-top: -1.25rem !important; }
  .mr-md-n3_5,
  .mx-md-n3_5 {
    margin-right: -1.25rem !important; }
  .mb-md-n3_5,
  .my-md-n3_5 {
    margin-bottom: -1.25rem !important; }
  .ml-md-n3_5,
  .mx-md-n3_5 {
    margin-left: -1.25rem !important; }
  .m-md-n3_75 {
    margin: -1.375rem !important; }
  .mt-md-n3_75,
  .my-md-n3_75 {
    margin-top: -1.375rem !important; }
  .mr-md-n3_75,
  .mx-md-n3_75 {
    margin-right: -1.375rem !important; }
  .mb-md-n3_75,
  .my-md-n3_75 {
    margin-bottom: -1.375rem !important; }
  .ml-md-n3_75,
  .mx-md-n3_75 {
    margin-left: -1.375rem !important; }
  .m-md-n4_15 {
    margin: -1.6875rem !important; }
  .mt-md-n4_15,
  .my-md-n4_15 {
    margin-top: -1.6875rem !important; }
  .mr-md-n4_15,
  .mx-md-n4_15 {
    margin-right: -1.6875rem !important; }
  .mb-md-n4_15,
  .my-md-n4_15 {
    margin-bottom: -1.6875rem !important; }
  .ml-md-n4_15,
  .mx-md-n4_15 {
    margin-left: -1.6875rem !important; }
  .m-md-n4_25 {
    margin: -1.875rem !important; }
  .mt-md-n4_25,
  .my-md-n4_25 {
    margin-top: -1.875rem !important; }
  .mr-md-n4_25,
  .mx-md-n4_25 {
    margin-right: -1.875rem !important; }
  .mb-md-n4_25,
  .my-md-n4_25 {
    margin-bottom: -1.875rem !important; }
  .ml-md-n4_25,
  .mx-md-n4_25 {
    margin-left: -1.875rem !important; }
  .m-md-n4_35 {
    margin: -2.0625rem !important; }
  .mt-md-n4_35,
  .my-md-n4_35 {
    margin-top: -2.0625rem !important; }
  .mr-md-n4_35,
  .mx-md-n4_35 {
    margin-right: -2.0625rem !important; }
  .mb-md-n4_35,
  .my-md-n4_35 {
    margin-bottom: -2.0625rem !important; }
  .ml-md-n4_35,
  .mx-md-n4_35 {
    margin-left: -2.0625rem !important; }
  .m-md-n4_5 {
    margin: -2.25rem !important; }
  .mt-md-n4_5,
  .my-md-n4_5 {
    margin-top: -2.25rem !important; }
  .mr-md-n4_5,
  .mx-md-n4_5 {
    margin-right: -2.25rem !important; }
  .mb-md-n4_5,
  .my-md-n4_5 {
    margin-bottom: -2.25rem !important; }
  .ml-md-n4_5,
  .mx-md-n4_5 {
    margin-left: -2.25rem !important; }
  .m-md-n4_75 {
    margin: -2.5rem !important; }
  .mt-md-n4_75,
  .my-md-n4_75 {
    margin-top: -2.5rem !important; }
  .mr-md-n4_75,
  .mx-md-n4_75 {
    margin-right: -2.5rem !important; }
  .mb-md-n4_75,
  .my-md-n4_75 {
    margin-bottom: -2.5rem !important; }
  .ml-md-n4_75,
  .mx-md-n4_75 {
    margin-left: -2.5rem !important; }
  .m-md-n5_15 {
    margin: -3.125rem !important; }
  .mt-md-n5_15,
  .my-md-n5_15 {
    margin-top: -3.125rem !important; }
  .mr-md-n5_15,
  .mx-md-n5_15 {
    margin-right: -3.125rem !important; }
  .mb-md-n5_15,
  .my-md-n5_15 {
    margin-bottom: -3.125rem !important; }
  .ml-md-n5_15,
  .mx-md-n5_15 {
    margin-left: -3.125rem !important; }
  .m-md-n5_25 {
    margin: -3.5rem !important; }
  .mt-md-n5_25,
  .my-md-n5_25 {
    margin-top: -3.5rem !important; }
  .mr-md-n5_25,
  .mx-md-n5_25 {
    margin-right: -3.5rem !important; }
  .mb-md-n5_25,
  .my-md-n5_25 {
    margin-bottom: -3.5rem !important; }
  .ml-md-n5_25,
  .mx-md-n5_25 {
    margin-left: -3.5rem !important; }
  .m-md-n5_5 {
    margin: -3.75rem !important; }
  .mt-md-n5_5,
  .my-md-n5_5 {
    margin-top: -3.75rem !important; }
  .mr-md-n5_5,
  .mx-md-n5_5 {
    margin-right: -3.75rem !important; }
  .mb-md-n5_5,
  .my-md-n5_5 {
    margin-bottom: -3.75rem !important; }
  .ml-md-n5_5,
  .mx-md-n5_5 {
    margin-left: -3.75rem !important; }
  .m-md-n5_75 {
    margin: -4.375rem !important; }
  .mt-md-n5_75,
  .my-md-n5_75 {
    margin-top: -4.375rem !important; }
  .mr-md-n5_75,
  .mx-md-n5_75 {
    margin-right: -4.375rem !important; }
  .mb-md-n5_75,
  .my-md-n5_75 {
    margin-bottom: -4.375rem !important; }
  .ml-md-n5_75,
  .mx-md-n5_75 {
    margin-left: -4.375rem !important; }
  .m-md-n6 {
    margin: -4.5rem !important; }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -4.5rem !important; }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -4.5rem !important; }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -4.5rem !important; }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -4.5rem !important; }
  .m-md-n6_5 {
    margin: -5rem !important; }
  .mt-md-n6_5,
  .my-md-n6_5 {
    margin-top: -5rem !important; }
  .mr-md-n6_5,
  .mx-md-n6_5 {
    margin-right: -5rem !important; }
  .mb-md-n6_5,
  .my-md-n6_5 {
    margin-bottom: -5rem !important; }
  .ml-md-n6_5,
  .mx-md-n6_5 {
    margin-left: -5rem !important; }
  .m-md-n6_75 {
    margin: -5.375rem !important; }
  .mt-md-n6_75,
  .my-md-n6_75 {
    margin-top: -5.375rem !important; }
  .mr-md-n6_75,
  .mx-md-n6_75 {
    margin-right: -5.375rem !important; }
  .mb-md-n6_75,
  .my-md-n6_75 {
    margin-bottom: -5.375rem !important; }
  .ml-md-n6_75,
  .mx-md-n6_75 {
    margin-left: -5.375rem !important; }
  .m-md-n7 {
    margin: -6rem !important; }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -6rem !important; }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -6rem !important; }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -6rem !important; }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -6rem !important; }
  .m-md-n7_5 {
    margin: -6.75rem !important; }
  .mt-md-n7_5,
  .my-md-n7_5 {
    margin-top: -6.75rem !important; }
  .mr-md-n7_5,
  .mx-md-n7_5 {
    margin-right: -6.75rem !important; }
  .mb-md-n7_5,
  .my-md-n7_5 {
    margin-bottom: -6.75rem !important; }
  .ml-md-n7_5,
  .mx-md-n7_5 {
    margin-left: -6.75rem !important; }
  .m-md-n7_75 {
    margin: -7.25rem !important; }
  .mt-md-n7_75,
  .my-md-n7_75 {
    margin-top: -7.25rem !important; }
  .mr-md-n7_75,
  .mx-md-n7_75 {
    margin-right: -7.25rem !important; }
  .mb-md-n7_75,
  .my-md-n7_75 {
    margin-bottom: -7.25rem !important; }
  .ml-md-n7_75,
  .mx-md-n7_75 {
    margin-left: -7.25rem !important; }
  .m-md-n8 {
    margin: -7.5rem !important; }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -7.5rem !important; }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -7.5rem !important; }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -7.5rem !important; }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -7.5rem !important; }
  .m-md-n8_5 {
    margin: -8.125rem !important; }
  .mt-md-n8_5,
  .my-md-n8_5 {
    margin-top: -8.125rem !important; }
  .mr-md-n8_5,
  .mx-md-n8_5 {
    margin-right: -8.125rem !important; }
  .mb-md-n8_5,
  .my-md-n8_5 {
    margin-bottom: -8.125rem !important; }
  .ml-md-n8_5,
  .mx-md-n8_5 {
    margin-left: -8.125rem !important; }
  .m-md-n8_75 {
    margin: -8.4375rem !important; }
  .mt-md-n8_75,
  .my-md-n8_75 {
    margin-top: -8.4375rem !important; }
  .mr-md-n8_75,
  .mx-md-n8_75 {
    margin-right: -8.4375rem !important; }
  .mb-md-n8_75,
  .my-md-n8_75 {
    margin-bottom: -8.4375rem !important; }
  .ml-md-n8_75,
  .mx-md-n8_75 {
    margin-left: -8.4375rem !important; }
  .m-md-n9 {
    margin: -9rem !important; }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -9rem !important; }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -9rem !important; }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -9rem !important; }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -9rem !important; }
  .m-md-n10 {
    margin: -10.5rem !important; }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -10.5rem !important; }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -10.5rem !important; }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -10.5rem !important; }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -10.5rem !important; }
  .m-md-n10_25 {
    margin: -11rem !important; }
  .mt-md-n10_25,
  .my-md-n10_25 {
    margin-top: -11rem !important; }
  .mr-md-n10_25,
  .mx-md-n10_25 {
    margin-right: -11rem !important; }
  .mb-md-n10_25,
  .my-md-n10_25 {
    margin-bottom: -11rem !important; }
  .ml-md-n10_25,
  .mx-md-n10_25 {
    margin-left: -11rem !important; }
  .m-md-n10_5 {
    margin: -11.25rem !important; }
  .mt-md-n10_5,
  .my-md-n10_5 {
    margin-top: -11.25rem !important; }
  .mr-md-n10_5,
  .mx-md-n10_5 {
    margin-right: -11.25rem !important; }
  .mb-md-n10_5,
  .my-md-n10_5 {
    margin-bottom: -11.25rem !important; }
  .ml-md-n10_5,
  .mx-md-n10_5 {
    margin-left: -11.25rem !important; }
  .m-md-n10_75 {
    margin: -11.5rem !important; }
  .mt-md-n10_75,
  .my-md-n10_75 {
    margin-top: -11.5rem !important; }
  .mr-md-n10_75,
  .mx-md-n10_75 {
    margin-right: -11.5rem !important; }
  .mb-md-n10_75,
  .my-md-n10_75 {
    margin-bottom: -11.5rem !important; }
  .ml-md-n10_75,
  .mx-md-n10_75 {
    margin-left: -11.5rem !important; }
  .m-md-n11 {
    margin: -12rem !important; }
  .mt-md-n11,
  .my-md-n11 {
    margin-top: -12rem !important; }
  .mr-md-n11,
  .mx-md-n11 {
    margin-right: -12rem !important; }
  .mb-md-n11,
  .my-md-n11 {
    margin-bottom: -12rem !important; }
  .ml-md-n11,
  .mx-md-n11 {
    margin-left: -12rem !important; }
  .m-md-n12 {
    margin: -13.5rem !important; }
  .mt-md-n12,
  .my-md-n12 {
    margin-top: -13.5rem !important; }
  .mr-md-n12,
  .mx-md-n12 {
    margin-right: -13.5rem !important; }
  .mb-md-n12,
  .my-md-n12 {
    margin-bottom: -13.5rem !important; }
  .ml-md-n12,
  .mx-md-n12 {
    margin-left: -13.5rem !important; }
  .m-md-n13 {
    margin: -15rem !important; }
  .mt-md-n13,
  .my-md-n13 {
    margin-top: -15rem !important; }
  .mr-md-n13,
  .mx-md-n13 {
    margin-right: -15rem !important; }
  .mb-md-n13,
  .my-md-n13 {
    margin-bottom: -15rem !important; }
  .ml-md-n13,
  .mx-md-n13 {
    margin-left: -15rem !important; }
  .m-md-n14 {
    margin: -16.6rem !important; }
  .mt-md-n14,
  .my-md-n14 {
    margin-top: -16.6rem !important; }
  .mr-md-n14,
  .mx-md-n14 {
    margin-right: -16.6rem !important; }
  .mb-md-n14,
  .my-md-n14 {
    margin-bottom: -16.6rem !important; }
  .ml-md-n14,
  .mx-md-n14 {
    margin-left: -16.6rem !important; }
  .m-md-n15 {
    margin: -18rem !important; }
  .mt-md-n15,
  .my-md-n15 {
    margin-top: -18rem !important; }
  .mr-md-n15,
  .mx-md-n15 {
    margin-right: -18rem !important; }
  .mb-md-n15,
  .my-md-n15 {
    margin-bottom: -18rem !important; }
  .ml-md-n15,
  .mx-md-n15 {
    margin-left: -18rem !important; }
  .m-md-n16 {
    margin: -19.5rem !important; }
  .mt-md-n16,
  .my-md-n16 {
    margin-top: -19.5rem !important; }
  .mr-md-n16,
  .mx-md-n16 {
    margin-right: -19.5rem !important; }
  .mb-md-n16,
  .my-md-n16 {
    margin-bottom: -19.5rem !important; }
  .ml-md-n16,
  .mx-md-n16 {
    margin-left: -19.5rem !important; }
  .m-md-n17 {
    margin: -21rem !important; }
  .mt-md-n17,
  .my-md-n17 {
    margin-top: -21rem !important; }
  .mr-md-n17,
  .mx-md-n17 {
    margin-right: -21rem !important; }
  .mb-md-n17,
  .my-md-n17 {
    margin-bottom: -21rem !important; }
  .ml-md-n17,
  .mx-md-n17 {
    margin-left: -21rem !important; }
  .m-md-n18 {
    margin: -22.5rem !important; }
  .mt-md-n18,
  .my-md-n18 {
    margin-top: -22.5rem !important; }
  .mr-md-n18,
  .mx-md-n18 {
    margin-right: -22.5rem !important; }
  .mb-md-n18,
  .my-md-n18 {
    margin-bottom: -22.5rem !important; }
  .ml-md-n18,
  .mx-md-n18 {
    margin-left: -22.5rem !important; }
  .m-md-n19 {
    margin: -24rem !important; }
  .mt-md-n19,
  .my-md-n19 {
    margin-top: -24rem !important; }
  .mr-md-n19,
  .mx-md-n19 {
    margin-right: -24rem !important; }
  .mb-md-n19,
  .my-md-n19 {
    margin-bottom: -24rem !important; }
  .ml-md-n19,
  .mx-md-n19 {
    margin-left: -24rem !important; }
  .m-md-n20 {
    margin: -25.5rem !important; }
  .mt-md-n20,
  .my-md-n20 {
    margin-top: -25.5rem !important; }
  .mr-md-n20,
  .mx-md-n20 {
    margin-right: -25.5rem !important; }
  .mb-md-n20,
  .my-md-n20 {
    margin-bottom: -25.5rem !important; }
  .ml-md-n20,
  .mx-md-n20 {
    margin-left: -25.5rem !important; }
  .m-md-n21 {
    margin: -27rem !important; }
  .mt-md-n21,
  .my-md-n21 {
    margin-top: -27rem !important; }
  .mr-md-n21,
  .mx-md-n21 {
    margin-right: -27rem !important; }
  .mb-md-n21,
  .my-md-n21 {
    margin-bottom: -27rem !important; }
  .ml-md-n21,
  .mx-md-n21 {
    margin-left: -27rem !important; }
  .m-md-n22 {
    margin: -28.5rem !important; }
  .mt-md-n22,
  .my-md-n22 {
    margin-top: -28.5rem !important; }
  .mr-md-n22,
  .mx-md-n22 {
    margin-right: -28.5rem !important; }
  .mb-md-n22,
  .my-md-n22 {
    margin-bottom: -28.5rem !important; }
  .ml-md-n22,
  .mx-md-n22 {
    margin-left: -28.5rem !important; }
  .m-md-n23 {
    margin: -30rem !important; }
  .mt-md-n23,
  .my-md-n23 {
    margin-top: -30rem !important; }
  .mr-md-n23,
  .mx-md-n23 {
    margin-right: -30rem !important; }
  .mb-md-n23,
  .my-md-n23 {
    margin-bottom: -30rem !important; }
  .ml-md-n23,
  .mx-md-n23 {
    margin-left: -30rem !important; }
  .m-md-n24 {
    margin: -31.5rem !important; }
  .mt-md-n24,
  .my-md-n24 {
    margin-top: -31.5rem !important; }
  .mr-md-n24,
  .mx-md-n24 {
    margin-right: -31.5rem !important; }
  .mb-md-n24,
  .my-md-n24 {
    margin-bottom: -31.5rem !important; }
  .ml-md-n24,
  .mx-md-n24 {
    margin-left: -31.5rem !important; }
  .m-md-n25 {
    margin: -33rem !important; }
  .mt-md-n25,
  .my-md-n25 {
    margin-top: -33rem !important; }
  .mr-md-n25,
  .mx-md-n25 {
    margin-right: -33rem !important; }
  .mb-md-n25,
  .my-md-n25 {
    margin-bottom: -33rem !important; }
  .ml-md-n25,
  .mx-md-n25 {
    margin-left: -33rem !important; }
  .m-md-n26 {
    margin: -34.5rem !important; }
  .mt-md-n26,
  .my-md-n26 {
    margin-top: -34.5rem !important; }
  .mr-md-n26,
  .mx-md-n26 {
    margin-right: -34.5rem !important; }
  .mb-md-n26,
  .my-md-n26 {
    margin-bottom: -34.5rem !important; }
  .ml-md-n26,
  .mx-md-n26 {
    margin-left: -34.5rem !important; }
  .m-md-n27 {
    margin: -36rem !important; }
  .mt-md-n27,
  .my-md-n27 {
    margin-top: -36rem !important; }
  .mr-md-n27,
  .mx-md-n27 {
    margin-right: -36rem !important; }
  .mb-md-n27,
  .my-md-n27 {
    margin-bottom: -36rem !important; }
  .ml-md-n27,
  .mx-md-n27 {
    margin-left: -36rem !important; }
  .m-md-n28 {
    margin: -37.5rem !important; }
  .mt-md-n28,
  .my-md-n28 {
    margin-top: -37.5rem !important; }
  .mr-md-n28,
  .mx-md-n28 {
    margin-right: -37.5rem !important; }
  .mb-md-n28,
  .my-md-n28 {
    margin-bottom: -37.5rem !important; }
  .ml-md-n28,
  .mx-md-n28 {
    margin-left: -37.5rem !important; }
  .m-md-n29 {
    margin: -39rem !important; }
  .mt-md-n29,
  .my-md-n29 {
    margin-top: -39rem !important; }
  .mr-md-n29,
  .mx-md-n29 {
    margin-right: -39rem !important; }
  .mb-md-n29,
  .my-md-n29 {
    margin-bottom: -39rem !important; }
  .ml-md-n29,
  .mx-md-n29 {
    margin-left: -39rem !important; }
  .m-md-n30 {
    margin: -40.5rem !important; }
  .mt-md-n30,
  .my-md-n30 {
    margin-top: -40.5rem !important; }
  .mr-md-n30,
  .mx-md-n30 {
    margin-right: -40.5rem !important; }
  .mb-md-n30,
  .my-md-n30 {
    margin-bottom: -40.5rem !important; }
  .ml-md-n30,
  .mx-md-n30 {
    margin-left: -40.5rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .m-lg-0_5 {
    margin: 0.125rem !important; }
  .mt-lg-0_5,
  .my-lg-0_5 {
    margin-top: 0.125rem !important; }
  .mr-lg-0_5,
  .mx-lg-0_5 {
    margin-right: 0.125rem !important; }
  .mb-lg-0_5,
  .my-lg-0_5 {
    margin-bottom: 0.125rem !important; }
  .ml-lg-0_5,
  .mx-lg-0_5 {
    margin-left: 0.125rem !important; }
  .m-lg-1_5 {
    margin: 0.375rem !important; }
  .mt-lg-1_5,
  .my-lg-1_5 {
    margin-top: 0.375rem !important; }
  .mr-lg-1_5,
  .mx-lg-1_5 {
    margin-right: 0.375rem !important; }
  .mb-lg-1_5,
  .my-lg-1_5 {
    margin-bottom: 0.375rem !important; }
  .ml-lg-1_5,
  .mx-lg-1_5 {
    margin-left: 0.375rem !important; }
  .m-lg-2_25 {
    margin: 0.55rem !important; }
  .mt-lg-2_25,
  .my-lg-2_25 {
    margin-top: 0.55rem !important; }
  .mr-lg-2_25,
  .mx-lg-2_25 {
    margin-right: 0.55rem !important; }
  .mb-lg-2_25,
  .my-lg-2_25 {
    margin-bottom: 0.55rem !important; }
  .ml-lg-2_25,
  .mx-lg-2_25 {
    margin-left: 0.55rem !important; }
  .m-lg-2_35 {
    margin: 0.625rem !important; }
  .mt-lg-2_35,
  .my-lg-2_35 {
    margin-top: 0.625rem !important; }
  .mr-lg-2_35,
  .mx-lg-2_35 {
    margin-right: 0.625rem !important; }
  .mb-lg-2_35,
  .my-lg-2_35 {
    margin-bottom: 0.625rem !important; }
  .ml-lg-2_35,
  .mx-lg-2_35 {
    margin-left: 0.625rem !important; }
  .m-lg-2_5 {
    margin: 0.75rem !important; }
  .mt-lg-2_5,
  .my-lg-2_5 {
    margin-top: 0.75rem !important; }
  .mr-lg-2_5,
  .mx-lg-2_5 {
    margin-right: 0.75rem !important; }
  .mb-lg-2_5,
  .my-lg-2_5 {
    margin-bottom: 0.75rem !important; }
  .ml-lg-2_5,
  .mx-lg-2_5 {
    margin-left: 0.75rem !important; }
  .m-lg-2_75 {
    margin: 0.875rem !important; }
  .mt-lg-2_75,
  .my-lg-2_75 {
    margin-top: 0.875rem !important; }
  .mr-lg-2_75,
  .mx-lg-2_75 {
    margin-right: 0.875rem !important; }
  .mb-lg-2_75,
  .my-lg-2_75 {
    margin-bottom: 0.875rem !important; }
  .ml-lg-2_75,
  .mx-lg-2_75 {
    margin-left: 0.875rem !important; }
  .m-lg-3_25 {
    margin: 1.125rem !important; }
  .mt-lg-3_25,
  .my-lg-3_25 {
    margin-top: 1.125rem !important; }
  .mr-lg-3_25,
  .mx-lg-3_25 {
    margin-right: 1.125rem !important; }
  .mb-lg-3_25,
  .my-lg-3_25 {
    margin-bottom: 1.125rem !important; }
  .ml-lg-3_25,
  .mx-lg-3_25 {
    margin-left: 1.125rem !important; }
  .m-lg-3_5 {
    margin: 1.25rem !important; }
  .mt-lg-3_5,
  .my-lg-3_5 {
    margin-top: 1.25rem !important; }
  .mr-lg-3_5,
  .mx-lg-3_5 {
    margin-right: 1.25rem !important; }
  .mb-lg-3_5,
  .my-lg-3_5 {
    margin-bottom: 1.25rem !important; }
  .ml-lg-3_5,
  .mx-lg-3_5 {
    margin-left: 1.25rem !important; }
  .m-lg-3_75 {
    margin: 1.375rem !important; }
  .mt-lg-3_75,
  .my-lg-3_75 {
    margin-top: 1.375rem !important; }
  .mr-lg-3_75,
  .mx-lg-3_75 {
    margin-right: 1.375rem !important; }
  .mb-lg-3_75,
  .my-lg-3_75 {
    margin-bottom: 1.375rem !important; }
  .ml-lg-3_75,
  .mx-lg-3_75 {
    margin-left: 1.375rem !important; }
  .m-lg-4_15 {
    margin: 1.6875rem !important; }
  .mt-lg-4_15,
  .my-lg-4_15 {
    margin-top: 1.6875rem !important; }
  .mr-lg-4_15,
  .mx-lg-4_15 {
    margin-right: 1.6875rem !important; }
  .mb-lg-4_15,
  .my-lg-4_15 {
    margin-bottom: 1.6875rem !important; }
  .ml-lg-4_15,
  .mx-lg-4_15 {
    margin-left: 1.6875rem !important; }
  .m-lg-4_25 {
    margin: 1.875rem !important; }
  .mt-lg-4_25,
  .my-lg-4_25 {
    margin-top: 1.875rem !important; }
  .mr-lg-4_25,
  .mx-lg-4_25 {
    margin-right: 1.875rem !important; }
  .mb-lg-4_25,
  .my-lg-4_25 {
    margin-bottom: 1.875rem !important; }
  .ml-lg-4_25,
  .mx-lg-4_25 {
    margin-left: 1.875rem !important; }
  .m-lg-4_35 {
    margin: 2.0625rem !important; }
  .mt-lg-4_35,
  .my-lg-4_35 {
    margin-top: 2.0625rem !important; }
  .mr-lg-4_35,
  .mx-lg-4_35 {
    margin-right: 2.0625rem !important; }
  .mb-lg-4_35,
  .my-lg-4_35 {
    margin-bottom: 2.0625rem !important; }
  .ml-lg-4_35,
  .mx-lg-4_35 {
    margin-left: 2.0625rem !important; }
  .m-lg-4_5 {
    margin: 2.25rem !important; }
  .mt-lg-4_5,
  .my-lg-4_5 {
    margin-top: 2.25rem !important; }
  .mr-lg-4_5,
  .mx-lg-4_5 {
    margin-right: 2.25rem !important; }
  .mb-lg-4_5,
  .my-lg-4_5 {
    margin-bottom: 2.25rem !important; }
  .ml-lg-4_5,
  .mx-lg-4_5 {
    margin-left: 2.25rem !important; }
  .m-lg-4_75 {
    margin: 2.5rem !important; }
  .mt-lg-4_75,
  .my-lg-4_75 {
    margin-top: 2.5rem !important; }
  .mr-lg-4_75,
  .mx-lg-4_75 {
    margin-right: 2.5rem !important; }
  .mb-lg-4_75,
  .my-lg-4_75 {
    margin-bottom: 2.5rem !important; }
  .ml-lg-4_75,
  .mx-lg-4_75 {
    margin-left: 2.5rem !important; }
  .m-lg-5_15 {
    margin: 3.125rem !important; }
  .mt-lg-5_15,
  .my-lg-5_15 {
    margin-top: 3.125rem !important; }
  .mr-lg-5_15,
  .mx-lg-5_15 {
    margin-right: 3.125rem !important; }
  .mb-lg-5_15,
  .my-lg-5_15 {
    margin-bottom: 3.125rem !important; }
  .ml-lg-5_15,
  .mx-lg-5_15 {
    margin-left: 3.125rem !important; }
  .m-lg-5_25 {
    margin: 3.5rem !important; }
  .mt-lg-5_25,
  .my-lg-5_25 {
    margin-top: 3.5rem !important; }
  .mr-lg-5_25,
  .mx-lg-5_25 {
    margin-right: 3.5rem !important; }
  .mb-lg-5_25,
  .my-lg-5_25 {
    margin-bottom: 3.5rem !important; }
  .ml-lg-5_25,
  .mx-lg-5_25 {
    margin-left: 3.5rem !important; }
  .m-lg-5_5 {
    margin: 3.75rem !important; }
  .mt-lg-5_5,
  .my-lg-5_5 {
    margin-top: 3.75rem !important; }
  .mr-lg-5_5,
  .mx-lg-5_5 {
    margin-right: 3.75rem !important; }
  .mb-lg-5_5,
  .my-lg-5_5 {
    margin-bottom: 3.75rem !important; }
  .ml-lg-5_5,
  .mx-lg-5_5 {
    margin-left: 3.75rem !important; }
  .m-lg-5_75 {
    margin: 4.375rem !important; }
  .mt-lg-5_75,
  .my-lg-5_75 {
    margin-top: 4.375rem !important; }
  .mr-lg-5_75,
  .mx-lg-5_75 {
    margin-right: 4.375rem !important; }
  .mb-lg-5_75,
  .my-lg-5_75 {
    margin-bottom: 4.375rem !important; }
  .ml-lg-5_75,
  .mx-lg-5_75 {
    margin-left: 4.375rem !important; }
  .m-lg-6 {
    margin: 4.5rem !important; }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4.5rem !important; }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4.5rem !important; }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4.5rem !important; }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4.5rem !important; }
  .m-lg-6_5 {
    margin: 5rem !important; }
  .mt-lg-6_5,
  .my-lg-6_5 {
    margin-top: 5rem !important; }
  .mr-lg-6_5,
  .mx-lg-6_5 {
    margin-right: 5rem !important; }
  .mb-lg-6_5,
  .my-lg-6_5 {
    margin-bottom: 5rem !important; }
  .ml-lg-6_5,
  .mx-lg-6_5 {
    margin-left: 5rem !important; }
  .m-lg-6_75 {
    margin: 5.375rem !important; }
  .mt-lg-6_75,
  .my-lg-6_75 {
    margin-top: 5.375rem !important; }
  .mr-lg-6_75,
  .mx-lg-6_75 {
    margin-right: 5.375rem !important; }
  .mb-lg-6_75,
  .my-lg-6_75 {
    margin-bottom: 5.375rem !important; }
  .ml-lg-6_75,
  .mx-lg-6_75 {
    margin-left: 5.375rem !important; }
  .m-lg-7 {
    margin: 6rem !important; }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 6rem !important; }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 6rem !important; }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 6rem !important; }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 6rem !important; }
  .m-lg-7_5 {
    margin: 6.75rem !important; }
  .mt-lg-7_5,
  .my-lg-7_5 {
    margin-top: 6.75rem !important; }
  .mr-lg-7_5,
  .mx-lg-7_5 {
    margin-right: 6.75rem !important; }
  .mb-lg-7_5,
  .my-lg-7_5 {
    margin-bottom: 6.75rem !important; }
  .ml-lg-7_5,
  .mx-lg-7_5 {
    margin-left: 6.75rem !important; }
  .m-lg-7_75 {
    margin: 7.25rem !important; }
  .mt-lg-7_75,
  .my-lg-7_75 {
    margin-top: 7.25rem !important; }
  .mr-lg-7_75,
  .mx-lg-7_75 {
    margin-right: 7.25rem !important; }
  .mb-lg-7_75,
  .my-lg-7_75 {
    margin-bottom: 7.25rem !important; }
  .ml-lg-7_75,
  .mx-lg-7_75 {
    margin-left: 7.25rem !important; }
  .m-lg-8 {
    margin: 7.5rem !important; }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 7.5rem !important; }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 7.5rem !important; }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 7.5rem !important; }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 7.5rem !important; }
  .m-lg-8_5 {
    margin: 8.125rem !important; }
  .mt-lg-8_5,
  .my-lg-8_5 {
    margin-top: 8.125rem !important; }
  .mr-lg-8_5,
  .mx-lg-8_5 {
    margin-right: 8.125rem !important; }
  .mb-lg-8_5,
  .my-lg-8_5 {
    margin-bottom: 8.125rem !important; }
  .ml-lg-8_5,
  .mx-lg-8_5 {
    margin-left: 8.125rem !important; }
  .m-lg-8_75 {
    margin: 8.4375rem !important; }
  .mt-lg-8_75,
  .my-lg-8_75 {
    margin-top: 8.4375rem !important; }
  .mr-lg-8_75,
  .mx-lg-8_75 {
    margin-right: 8.4375rem !important; }
  .mb-lg-8_75,
  .my-lg-8_75 {
    margin-bottom: 8.4375rem !important; }
  .ml-lg-8_75,
  .mx-lg-8_75 {
    margin-left: 8.4375rem !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: 10.5rem !important; }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 10.5rem !important; }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 10.5rem !important; }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 10.5rem !important; }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 10.5rem !important; }
  .m-lg-10_25 {
    margin: 11rem !important; }
  .mt-lg-10_25,
  .my-lg-10_25 {
    margin-top: 11rem !important; }
  .mr-lg-10_25,
  .mx-lg-10_25 {
    margin-right: 11rem !important; }
  .mb-lg-10_25,
  .my-lg-10_25 {
    margin-bottom: 11rem !important; }
  .ml-lg-10_25,
  .mx-lg-10_25 {
    margin-left: 11rem !important; }
  .m-lg-10_5 {
    margin: 11.25rem !important; }
  .mt-lg-10_5,
  .my-lg-10_5 {
    margin-top: 11.25rem !important; }
  .mr-lg-10_5,
  .mx-lg-10_5 {
    margin-right: 11.25rem !important; }
  .mb-lg-10_5,
  .my-lg-10_5 {
    margin-bottom: 11.25rem !important; }
  .ml-lg-10_5,
  .mx-lg-10_5 {
    margin-left: 11.25rem !important; }
  .m-lg-10_75 {
    margin: 11.5rem !important; }
  .mt-lg-10_75,
  .my-lg-10_75 {
    margin-top: 11.5rem !important; }
  .mr-lg-10_75,
  .mx-lg-10_75 {
    margin-right: 11.5rem !important; }
  .mb-lg-10_75,
  .my-lg-10_75 {
    margin-bottom: 11.5rem !important; }
  .ml-lg-10_75,
  .mx-lg-10_75 {
    margin-left: 11.5rem !important; }
  .m-lg-11 {
    margin: 12rem !important; }
  .mt-lg-11,
  .my-lg-11 {
    margin-top: 12rem !important; }
  .mr-lg-11,
  .mx-lg-11 {
    margin-right: 12rem !important; }
  .mb-lg-11,
  .my-lg-11 {
    margin-bottom: 12rem !important; }
  .ml-lg-11,
  .mx-lg-11 {
    margin-left: 12rem !important; }
  .m-lg-12 {
    margin: 13.5rem !important; }
  .mt-lg-12,
  .my-lg-12 {
    margin-top: 13.5rem !important; }
  .mr-lg-12,
  .mx-lg-12 {
    margin-right: 13.5rem !important; }
  .mb-lg-12,
  .my-lg-12 {
    margin-bottom: 13.5rem !important; }
  .ml-lg-12,
  .mx-lg-12 {
    margin-left: 13.5rem !important; }
  .m-lg-13 {
    margin: 15rem !important; }
  .mt-lg-13,
  .my-lg-13 {
    margin-top: 15rem !important; }
  .mr-lg-13,
  .mx-lg-13 {
    margin-right: 15rem !important; }
  .mb-lg-13,
  .my-lg-13 {
    margin-bottom: 15rem !important; }
  .ml-lg-13,
  .mx-lg-13 {
    margin-left: 15rem !important; }
  .m-lg-14 {
    margin: 16.6rem !important; }
  .mt-lg-14,
  .my-lg-14 {
    margin-top: 16.6rem !important; }
  .mr-lg-14,
  .mx-lg-14 {
    margin-right: 16.6rem !important; }
  .mb-lg-14,
  .my-lg-14 {
    margin-bottom: 16.6rem !important; }
  .ml-lg-14,
  .mx-lg-14 {
    margin-left: 16.6rem !important; }
  .m-lg-15 {
    margin: 18rem !important; }
  .mt-lg-15,
  .my-lg-15 {
    margin-top: 18rem !important; }
  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 18rem !important; }
  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 18rem !important; }
  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 18rem !important; }
  .m-lg-16 {
    margin: 19.5rem !important; }
  .mt-lg-16,
  .my-lg-16 {
    margin-top: 19.5rem !important; }
  .mr-lg-16,
  .mx-lg-16 {
    margin-right: 19.5rem !important; }
  .mb-lg-16,
  .my-lg-16 {
    margin-bottom: 19.5rem !important; }
  .ml-lg-16,
  .mx-lg-16 {
    margin-left: 19.5rem !important; }
  .m-lg-17 {
    margin: 21rem !important; }
  .mt-lg-17,
  .my-lg-17 {
    margin-top: 21rem !important; }
  .mr-lg-17,
  .mx-lg-17 {
    margin-right: 21rem !important; }
  .mb-lg-17,
  .my-lg-17 {
    margin-bottom: 21rem !important; }
  .ml-lg-17,
  .mx-lg-17 {
    margin-left: 21rem !important; }
  .m-lg-18 {
    margin: 22.5rem !important; }
  .mt-lg-18,
  .my-lg-18 {
    margin-top: 22.5rem !important; }
  .mr-lg-18,
  .mx-lg-18 {
    margin-right: 22.5rem !important; }
  .mb-lg-18,
  .my-lg-18 {
    margin-bottom: 22.5rem !important; }
  .ml-lg-18,
  .mx-lg-18 {
    margin-left: 22.5rem !important; }
  .m-lg-19 {
    margin: 24rem !important; }
  .mt-lg-19,
  .my-lg-19 {
    margin-top: 24rem !important; }
  .mr-lg-19,
  .mx-lg-19 {
    margin-right: 24rem !important; }
  .mb-lg-19,
  .my-lg-19 {
    margin-bottom: 24rem !important; }
  .ml-lg-19,
  .mx-lg-19 {
    margin-left: 24rem !important; }
  .m-lg-20 {
    margin: 25.5rem !important; }
  .mt-lg-20,
  .my-lg-20 {
    margin-top: 25.5rem !important; }
  .mr-lg-20,
  .mx-lg-20 {
    margin-right: 25.5rem !important; }
  .mb-lg-20,
  .my-lg-20 {
    margin-bottom: 25.5rem !important; }
  .ml-lg-20,
  .mx-lg-20 {
    margin-left: 25.5rem !important; }
  .m-lg-21 {
    margin: 27rem !important; }
  .mt-lg-21,
  .my-lg-21 {
    margin-top: 27rem !important; }
  .mr-lg-21,
  .mx-lg-21 {
    margin-right: 27rem !important; }
  .mb-lg-21,
  .my-lg-21 {
    margin-bottom: 27rem !important; }
  .ml-lg-21,
  .mx-lg-21 {
    margin-left: 27rem !important; }
  .m-lg-22 {
    margin: 28.5rem !important; }
  .mt-lg-22,
  .my-lg-22 {
    margin-top: 28.5rem !important; }
  .mr-lg-22,
  .mx-lg-22 {
    margin-right: 28.5rem !important; }
  .mb-lg-22,
  .my-lg-22 {
    margin-bottom: 28.5rem !important; }
  .ml-lg-22,
  .mx-lg-22 {
    margin-left: 28.5rem !important; }
  .m-lg-23 {
    margin: 30rem !important; }
  .mt-lg-23,
  .my-lg-23 {
    margin-top: 30rem !important; }
  .mr-lg-23,
  .mx-lg-23 {
    margin-right: 30rem !important; }
  .mb-lg-23,
  .my-lg-23 {
    margin-bottom: 30rem !important; }
  .ml-lg-23,
  .mx-lg-23 {
    margin-left: 30rem !important; }
  .m-lg-24 {
    margin: 31.5rem !important; }
  .mt-lg-24,
  .my-lg-24 {
    margin-top: 31.5rem !important; }
  .mr-lg-24,
  .mx-lg-24 {
    margin-right: 31.5rem !important; }
  .mb-lg-24,
  .my-lg-24 {
    margin-bottom: 31.5rem !important; }
  .ml-lg-24,
  .mx-lg-24 {
    margin-left: 31.5rem !important; }
  .m-lg-25 {
    margin: 33rem !important; }
  .mt-lg-25,
  .my-lg-25 {
    margin-top: 33rem !important; }
  .mr-lg-25,
  .mx-lg-25 {
    margin-right: 33rem !important; }
  .mb-lg-25,
  .my-lg-25 {
    margin-bottom: 33rem !important; }
  .ml-lg-25,
  .mx-lg-25 {
    margin-left: 33rem !important; }
  .m-lg-26 {
    margin: 34.5rem !important; }
  .mt-lg-26,
  .my-lg-26 {
    margin-top: 34.5rem !important; }
  .mr-lg-26,
  .mx-lg-26 {
    margin-right: 34.5rem !important; }
  .mb-lg-26,
  .my-lg-26 {
    margin-bottom: 34.5rem !important; }
  .ml-lg-26,
  .mx-lg-26 {
    margin-left: 34.5rem !important; }
  .m-lg-27 {
    margin: 36rem !important; }
  .mt-lg-27,
  .my-lg-27 {
    margin-top: 36rem !important; }
  .mr-lg-27,
  .mx-lg-27 {
    margin-right: 36rem !important; }
  .mb-lg-27,
  .my-lg-27 {
    margin-bottom: 36rem !important; }
  .ml-lg-27,
  .mx-lg-27 {
    margin-left: 36rem !important; }
  .m-lg-28 {
    margin: 37.5rem !important; }
  .mt-lg-28,
  .my-lg-28 {
    margin-top: 37.5rem !important; }
  .mr-lg-28,
  .mx-lg-28 {
    margin-right: 37.5rem !important; }
  .mb-lg-28,
  .my-lg-28 {
    margin-bottom: 37.5rem !important; }
  .ml-lg-28,
  .mx-lg-28 {
    margin-left: 37.5rem !important; }
  .m-lg-29 {
    margin: 39rem !important; }
  .mt-lg-29,
  .my-lg-29 {
    margin-top: 39rem !important; }
  .mr-lg-29,
  .mx-lg-29 {
    margin-right: 39rem !important; }
  .mb-lg-29,
  .my-lg-29 {
    margin-bottom: 39rem !important; }
  .ml-lg-29,
  .mx-lg-29 {
    margin-left: 39rem !important; }
  .m-lg-30 {
    margin: 40.5rem !important; }
  .mt-lg-30,
  .my-lg-30 {
    margin-top: 40.5rem !important; }
  .mr-lg-30,
  .mx-lg-30 {
    margin-right: 40.5rem !important; }
  .mb-lg-30,
  .my-lg-30 {
    margin-bottom: 40.5rem !important; }
  .ml-lg-30,
  .mx-lg-30 {
    margin-left: 40.5rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .p-lg-0_5 {
    padding: 0.125rem !important; }
  .pt-lg-0_5,
  .py-lg-0_5 {
    padding-top: 0.125rem !important; }
  .pr-lg-0_5,
  .px-lg-0_5 {
    padding-right: 0.125rem !important; }
  .pb-lg-0_5,
  .py-lg-0_5 {
    padding-bottom: 0.125rem !important; }
  .pl-lg-0_5,
  .px-lg-0_5 {
    padding-left: 0.125rem !important; }
  .p-lg-1_5 {
    padding: 0.375rem !important; }
  .pt-lg-1_5,
  .py-lg-1_5 {
    padding-top: 0.375rem !important; }
  .pr-lg-1_5,
  .px-lg-1_5 {
    padding-right: 0.375rem !important; }
  .pb-lg-1_5,
  .py-lg-1_5 {
    padding-bottom: 0.375rem !important; }
  .pl-lg-1_5,
  .px-lg-1_5 {
    padding-left: 0.375rem !important; }
  .p-lg-2_25 {
    padding: 0.55rem !important; }
  .pt-lg-2_25,
  .py-lg-2_25 {
    padding-top: 0.55rem !important; }
  .pr-lg-2_25,
  .px-lg-2_25 {
    padding-right: 0.55rem !important; }
  .pb-lg-2_25,
  .py-lg-2_25 {
    padding-bottom: 0.55rem !important; }
  .pl-lg-2_25,
  .px-lg-2_25 {
    padding-left: 0.55rem !important; }
  .p-lg-2_35 {
    padding: 0.625rem !important; }
  .pt-lg-2_35,
  .py-lg-2_35 {
    padding-top: 0.625rem !important; }
  .pr-lg-2_35,
  .px-lg-2_35 {
    padding-right: 0.625rem !important; }
  .pb-lg-2_35,
  .py-lg-2_35 {
    padding-bottom: 0.625rem !important; }
  .pl-lg-2_35,
  .px-lg-2_35 {
    padding-left: 0.625rem !important; }
  .p-lg-2_5 {
    padding: 0.75rem !important; }
  .pt-lg-2_5,
  .py-lg-2_5 {
    padding-top: 0.75rem !important; }
  .pr-lg-2_5,
  .px-lg-2_5 {
    padding-right: 0.75rem !important; }
  .pb-lg-2_5,
  .py-lg-2_5 {
    padding-bottom: 0.75rem !important; }
  .pl-lg-2_5,
  .px-lg-2_5 {
    padding-left: 0.75rem !important; }
  .p-lg-2_75 {
    padding: 0.875rem !important; }
  .pt-lg-2_75,
  .py-lg-2_75 {
    padding-top: 0.875rem !important; }
  .pr-lg-2_75,
  .px-lg-2_75 {
    padding-right: 0.875rem !important; }
  .pb-lg-2_75,
  .py-lg-2_75 {
    padding-bottom: 0.875rem !important; }
  .pl-lg-2_75,
  .px-lg-2_75 {
    padding-left: 0.875rem !important; }
  .p-lg-3_25 {
    padding: 1.125rem !important; }
  .pt-lg-3_25,
  .py-lg-3_25 {
    padding-top: 1.125rem !important; }
  .pr-lg-3_25,
  .px-lg-3_25 {
    padding-right: 1.125rem !important; }
  .pb-lg-3_25,
  .py-lg-3_25 {
    padding-bottom: 1.125rem !important; }
  .pl-lg-3_25,
  .px-lg-3_25 {
    padding-left: 1.125rem !important; }
  .p-lg-3_5 {
    padding: 1.25rem !important; }
  .pt-lg-3_5,
  .py-lg-3_5 {
    padding-top: 1.25rem !important; }
  .pr-lg-3_5,
  .px-lg-3_5 {
    padding-right: 1.25rem !important; }
  .pb-lg-3_5,
  .py-lg-3_5 {
    padding-bottom: 1.25rem !important; }
  .pl-lg-3_5,
  .px-lg-3_5 {
    padding-left: 1.25rem !important; }
  .p-lg-3_75 {
    padding: 1.375rem !important; }
  .pt-lg-3_75,
  .py-lg-3_75 {
    padding-top: 1.375rem !important; }
  .pr-lg-3_75,
  .px-lg-3_75 {
    padding-right: 1.375rem !important; }
  .pb-lg-3_75,
  .py-lg-3_75 {
    padding-bottom: 1.375rem !important; }
  .pl-lg-3_75,
  .px-lg-3_75 {
    padding-left: 1.375rem !important; }
  .p-lg-4_15 {
    padding: 1.6875rem !important; }
  .pt-lg-4_15,
  .py-lg-4_15 {
    padding-top: 1.6875rem !important; }
  .pr-lg-4_15,
  .px-lg-4_15 {
    padding-right: 1.6875rem !important; }
  .pb-lg-4_15,
  .py-lg-4_15 {
    padding-bottom: 1.6875rem !important; }
  .pl-lg-4_15,
  .px-lg-4_15 {
    padding-left: 1.6875rem !important; }
  .p-lg-4_25 {
    padding: 1.875rem !important; }
  .pt-lg-4_25,
  .py-lg-4_25 {
    padding-top: 1.875rem !important; }
  .pr-lg-4_25,
  .px-lg-4_25 {
    padding-right: 1.875rem !important; }
  .pb-lg-4_25,
  .py-lg-4_25 {
    padding-bottom: 1.875rem !important; }
  .pl-lg-4_25,
  .px-lg-4_25 {
    padding-left: 1.875rem !important; }
  .p-lg-4_35 {
    padding: 2.0625rem !important; }
  .pt-lg-4_35,
  .py-lg-4_35 {
    padding-top: 2.0625rem !important; }
  .pr-lg-4_35,
  .px-lg-4_35 {
    padding-right: 2.0625rem !important; }
  .pb-lg-4_35,
  .py-lg-4_35 {
    padding-bottom: 2.0625rem !important; }
  .pl-lg-4_35,
  .px-lg-4_35 {
    padding-left: 2.0625rem !important; }
  .p-lg-4_5 {
    padding: 2.25rem !important; }
  .pt-lg-4_5,
  .py-lg-4_5 {
    padding-top: 2.25rem !important; }
  .pr-lg-4_5,
  .px-lg-4_5 {
    padding-right: 2.25rem !important; }
  .pb-lg-4_5,
  .py-lg-4_5 {
    padding-bottom: 2.25rem !important; }
  .pl-lg-4_5,
  .px-lg-4_5 {
    padding-left: 2.25rem !important; }
  .p-lg-4_75 {
    padding: 2.5rem !important; }
  .pt-lg-4_75,
  .py-lg-4_75 {
    padding-top: 2.5rem !important; }
  .pr-lg-4_75,
  .px-lg-4_75 {
    padding-right: 2.5rem !important; }
  .pb-lg-4_75,
  .py-lg-4_75 {
    padding-bottom: 2.5rem !important; }
  .pl-lg-4_75,
  .px-lg-4_75 {
    padding-left: 2.5rem !important; }
  .p-lg-5_15 {
    padding: 3.125rem !important; }
  .pt-lg-5_15,
  .py-lg-5_15 {
    padding-top: 3.125rem !important; }
  .pr-lg-5_15,
  .px-lg-5_15 {
    padding-right: 3.125rem !important; }
  .pb-lg-5_15,
  .py-lg-5_15 {
    padding-bottom: 3.125rem !important; }
  .pl-lg-5_15,
  .px-lg-5_15 {
    padding-left: 3.125rem !important; }
  .p-lg-5_25 {
    padding: 3.5rem !important; }
  .pt-lg-5_25,
  .py-lg-5_25 {
    padding-top: 3.5rem !important; }
  .pr-lg-5_25,
  .px-lg-5_25 {
    padding-right: 3.5rem !important; }
  .pb-lg-5_25,
  .py-lg-5_25 {
    padding-bottom: 3.5rem !important; }
  .pl-lg-5_25,
  .px-lg-5_25 {
    padding-left: 3.5rem !important; }
  .p-lg-5_5 {
    padding: 3.75rem !important; }
  .pt-lg-5_5,
  .py-lg-5_5 {
    padding-top: 3.75rem !important; }
  .pr-lg-5_5,
  .px-lg-5_5 {
    padding-right: 3.75rem !important; }
  .pb-lg-5_5,
  .py-lg-5_5 {
    padding-bottom: 3.75rem !important; }
  .pl-lg-5_5,
  .px-lg-5_5 {
    padding-left: 3.75rem !important; }
  .p-lg-5_75 {
    padding: 4.375rem !important; }
  .pt-lg-5_75,
  .py-lg-5_75 {
    padding-top: 4.375rem !important; }
  .pr-lg-5_75,
  .px-lg-5_75 {
    padding-right: 4.375rem !important; }
  .pb-lg-5_75,
  .py-lg-5_75 {
    padding-bottom: 4.375rem !important; }
  .pl-lg-5_75,
  .px-lg-5_75 {
    padding-left: 4.375rem !important; }
  .p-lg-6 {
    padding: 4.5rem !important; }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4.5rem !important; }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4.5rem !important; }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4.5rem !important; }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4.5rem !important; }
  .p-lg-6_5 {
    padding: 5rem !important; }
  .pt-lg-6_5,
  .py-lg-6_5 {
    padding-top: 5rem !important; }
  .pr-lg-6_5,
  .px-lg-6_5 {
    padding-right: 5rem !important; }
  .pb-lg-6_5,
  .py-lg-6_5 {
    padding-bottom: 5rem !important; }
  .pl-lg-6_5,
  .px-lg-6_5 {
    padding-left: 5rem !important; }
  .p-lg-6_75 {
    padding: 5.375rem !important; }
  .pt-lg-6_75,
  .py-lg-6_75 {
    padding-top: 5.375rem !important; }
  .pr-lg-6_75,
  .px-lg-6_75 {
    padding-right: 5.375rem !important; }
  .pb-lg-6_75,
  .py-lg-6_75 {
    padding-bottom: 5.375rem !important; }
  .pl-lg-6_75,
  .px-lg-6_75 {
    padding-left: 5.375rem !important; }
  .p-lg-7 {
    padding: 6rem !important; }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 6rem !important; }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 6rem !important; }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 6rem !important; }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 6rem !important; }
  .p-lg-7_5 {
    padding: 6.75rem !important; }
  .pt-lg-7_5,
  .py-lg-7_5 {
    padding-top: 6.75rem !important; }
  .pr-lg-7_5,
  .px-lg-7_5 {
    padding-right: 6.75rem !important; }
  .pb-lg-7_5,
  .py-lg-7_5 {
    padding-bottom: 6.75rem !important; }
  .pl-lg-7_5,
  .px-lg-7_5 {
    padding-left: 6.75rem !important; }
  .p-lg-7_75 {
    padding: 7.25rem !important; }
  .pt-lg-7_75,
  .py-lg-7_75 {
    padding-top: 7.25rem !important; }
  .pr-lg-7_75,
  .px-lg-7_75 {
    padding-right: 7.25rem !important; }
  .pb-lg-7_75,
  .py-lg-7_75 {
    padding-bottom: 7.25rem !important; }
  .pl-lg-7_75,
  .px-lg-7_75 {
    padding-left: 7.25rem !important; }
  .p-lg-8 {
    padding: 7.5rem !important; }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 7.5rem !important; }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 7.5rem !important; }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 7.5rem !important; }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 7.5rem !important; }
  .p-lg-8_5 {
    padding: 8.125rem !important; }
  .pt-lg-8_5,
  .py-lg-8_5 {
    padding-top: 8.125rem !important; }
  .pr-lg-8_5,
  .px-lg-8_5 {
    padding-right: 8.125rem !important; }
  .pb-lg-8_5,
  .py-lg-8_5 {
    padding-bottom: 8.125rem !important; }
  .pl-lg-8_5,
  .px-lg-8_5 {
    padding-left: 8.125rem !important; }
  .p-lg-8_75 {
    padding: 8.4375rem !important; }
  .pt-lg-8_75,
  .py-lg-8_75 {
    padding-top: 8.4375rem !important; }
  .pr-lg-8_75,
  .px-lg-8_75 {
    padding-right: 8.4375rem !important; }
  .pb-lg-8_75,
  .py-lg-8_75 {
    padding-bottom: 8.4375rem !important; }
  .pl-lg-8_75,
  .px-lg-8_75 {
    padding-left: 8.4375rem !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: 10.5rem !important; }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 10.5rem !important; }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 10.5rem !important; }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 10.5rem !important; }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 10.5rem !important; }
  .p-lg-10_25 {
    padding: 11rem !important; }
  .pt-lg-10_25,
  .py-lg-10_25 {
    padding-top: 11rem !important; }
  .pr-lg-10_25,
  .px-lg-10_25 {
    padding-right: 11rem !important; }
  .pb-lg-10_25,
  .py-lg-10_25 {
    padding-bottom: 11rem !important; }
  .pl-lg-10_25,
  .px-lg-10_25 {
    padding-left: 11rem !important; }
  .p-lg-10_5 {
    padding: 11.25rem !important; }
  .pt-lg-10_5,
  .py-lg-10_5 {
    padding-top: 11.25rem !important; }
  .pr-lg-10_5,
  .px-lg-10_5 {
    padding-right: 11.25rem !important; }
  .pb-lg-10_5,
  .py-lg-10_5 {
    padding-bottom: 11.25rem !important; }
  .pl-lg-10_5,
  .px-lg-10_5 {
    padding-left: 11.25rem !important; }
  .p-lg-10_75 {
    padding: 11.5rem !important; }
  .pt-lg-10_75,
  .py-lg-10_75 {
    padding-top: 11.5rem !important; }
  .pr-lg-10_75,
  .px-lg-10_75 {
    padding-right: 11.5rem !important; }
  .pb-lg-10_75,
  .py-lg-10_75 {
    padding-bottom: 11.5rem !important; }
  .pl-lg-10_75,
  .px-lg-10_75 {
    padding-left: 11.5rem !important; }
  .p-lg-11 {
    padding: 12rem !important; }
  .pt-lg-11,
  .py-lg-11 {
    padding-top: 12rem !important; }
  .pr-lg-11,
  .px-lg-11 {
    padding-right: 12rem !important; }
  .pb-lg-11,
  .py-lg-11 {
    padding-bottom: 12rem !important; }
  .pl-lg-11,
  .px-lg-11 {
    padding-left: 12rem !important; }
  .p-lg-12 {
    padding: 13.5rem !important; }
  .pt-lg-12,
  .py-lg-12 {
    padding-top: 13.5rem !important; }
  .pr-lg-12,
  .px-lg-12 {
    padding-right: 13.5rem !important; }
  .pb-lg-12,
  .py-lg-12 {
    padding-bottom: 13.5rem !important; }
  .pl-lg-12,
  .px-lg-12 {
    padding-left: 13.5rem !important; }
  .p-lg-13 {
    padding: 15rem !important; }
  .pt-lg-13,
  .py-lg-13 {
    padding-top: 15rem !important; }
  .pr-lg-13,
  .px-lg-13 {
    padding-right: 15rem !important; }
  .pb-lg-13,
  .py-lg-13 {
    padding-bottom: 15rem !important; }
  .pl-lg-13,
  .px-lg-13 {
    padding-left: 15rem !important; }
  .p-lg-14 {
    padding: 16.6rem !important; }
  .pt-lg-14,
  .py-lg-14 {
    padding-top: 16.6rem !important; }
  .pr-lg-14,
  .px-lg-14 {
    padding-right: 16.6rem !important; }
  .pb-lg-14,
  .py-lg-14 {
    padding-bottom: 16.6rem !important; }
  .pl-lg-14,
  .px-lg-14 {
    padding-left: 16.6rem !important; }
  .p-lg-15 {
    padding: 18rem !important; }
  .pt-lg-15,
  .py-lg-15 {
    padding-top: 18rem !important; }
  .pr-lg-15,
  .px-lg-15 {
    padding-right: 18rem !important; }
  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 18rem !important; }
  .pl-lg-15,
  .px-lg-15 {
    padding-left: 18rem !important; }
  .p-lg-16 {
    padding: 19.5rem !important; }
  .pt-lg-16,
  .py-lg-16 {
    padding-top: 19.5rem !important; }
  .pr-lg-16,
  .px-lg-16 {
    padding-right: 19.5rem !important; }
  .pb-lg-16,
  .py-lg-16 {
    padding-bottom: 19.5rem !important; }
  .pl-lg-16,
  .px-lg-16 {
    padding-left: 19.5rem !important; }
  .p-lg-17 {
    padding: 21rem !important; }
  .pt-lg-17,
  .py-lg-17 {
    padding-top: 21rem !important; }
  .pr-lg-17,
  .px-lg-17 {
    padding-right: 21rem !important; }
  .pb-lg-17,
  .py-lg-17 {
    padding-bottom: 21rem !important; }
  .pl-lg-17,
  .px-lg-17 {
    padding-left: 21rem !important; }
  .p-lg-18 {
    padding: 22.5rem !important; }
  .pt-lg-18,
  .py-lg-18 {
    padding-top: 22.5rem !important; }
  .pr-lg-18,
  .px-lg-18 {
    padding-right: 22.5rem !important; }
  .pb-lg-18,
  .py-lg-18 {
    padding-bottom: 22.5rem !important; }
  .pl-lg-18,
  .px-lg-18 {
    padding-left: 22.5rem !important; }
  .p-lg-19 {
    padding: 24rem !important; }
  .pt-lg-19,
  .py-lg-19 {
    padding-top: 24rem !important; }
  .pr-lg-19,
  .px-lg-19 {
    padding-right: 24rem !important; }
  .pb-lg-19,
  .py-lg-19 {
    padding-bottom: 24rem !important; }
  .pl-lg-19,
  .px-lg-19 {
    padding-left: 24rem !important; }
  .p-lg-20 {
    padding: 25.5rem !important; }
  .pt-lg-20,
  .py-lg-20 {
    padding-top: 25.5rem !important; }
  .pr-lg-20,
  .px-lg-20 {
    padding-right: 25.5rem !important; }
  .pb-lg-20,
  .py-lg-20 {
    padding-bottom: 25.5rem !important; }
  .pl-lg-20,
  .px-lg-20 {
    padding-left: 25.5rem !important; }
  .p-lg-21 {
    padding: 27rem !important; }
  .pt-lg-21,
  .py-lg-21 {
    padding-top: 27rem !important; }
  .pr-lg-21,
  .px-lg-21 {
    padding-right: 27rem !important; }
  .pb-lg-21,
  .py-lg-21 {
    padding-bottom: 27rem !important; }
  .pl-lg-21,
  .px-lg-21 {
    padding-left: 27rem !important; }
  .p-lg-22 {
    padding: 28.5rem !important; }
  .pt-lg-22,
  .py-lg-22 {
    padding-top: 28.5rem !important; }
  .pr-lg-22,
  .px-lg-22 {
    padding-right: 28.5rem !important; }
  .pb-lg-22,
  .py-lg-22 {
    padding-bottom: 28.5rem !important; }
  .pl-lg-22,
  .px-lg-22 {
    padding-left: 28.5rem !important; }
  .p-lg-23 {
    padding: 30rem !important; }
  .pt-lg-23,
  .py-lg-23 {
    padding-top: 30rem !important; }
  .pr-lg-23,
  .px-lg-23 {
    padding-right: 30rem !important; }
  .pb-lg-23,
  .py-lg-23 {
    padding-bottom: 30rem !important; }
  .pl-lg-23,
  .px-lg-23 {
    padding-left: 30rem !important; }
  .p-lg-24 {
    padding: 31.5rem !important; }
  .pt-lg-24,
  .py-lg-24 {
    padding-top: 31.5rem !important; }
  .pr-lg-24,
  .px-lg-24 {
    padding-right: 31.5rem !important; }
  .pb-lg-24,
  .py-lg-24 {
    padding-bottom: 31.5rem !important; }
  .pl-lg-24,
  .px-lg-24 {
    padding-left: 31.5rem !important; }
  .p-lg-25 {
    padding: 33rem !important; }
  .pt-lg-25,
  .py-lg-25 {
    padding-top: 33rem !important; }
  .pr-lg-25,
  .px-lg-25 {
    padding-right: 33rem !important; }
  .pb-lg-25,
  .py-lg-25 {
    padding-bottom: 33rem !important; }
  .pl-lg-25,
  .px-lg-25 {
    padding-left: 33rem !important; }
  .p-lg-26 {
    padding: 34.5rem !important; }
  .pt-lg-26,
  .py-lg-26 {
    padding-top: 34.5rem !important; }
  .pr-lg-26,
  .px-lg-26 {
    padding-right: 34.5rem !important; }
  .pb-lg-26,
  .py-lg-26 {
    padding-bottom: 34.5rem !important; }
  .pl-lg-26,
  .px-lg-26 {
    padding-left: 34.5rem !important; }
  .p-lg-27 {
    padding: 36rem !important; }
  .pt-lg-27,
  .py-lg-27 {
    padding-top: 36rem !important; }
  .pr-lg-27,
  .px-lg-27 {
    padding-right: 36rem !important; }
  .pb-lg-27,
  .py-lg-27 {
    padding-bottom: 36rem !important; }
  .pl-lg-27,
  .px-lg-27 {
    padding-left: 36rem !important; }
  .p-lg-28 {
    padding: 37.5rem !important; }
  .pt-lg-28,
  .py-lg-28 {
    padding-top: 37.5rem !important; }
  .pr-lg-28,
  .px-lg-28 {
    padding-right: 37.5rem !important; }
  .pb-lg-28,
  .py-lg-28 {
    padding-bottom: 37.5rem !important; }
  .pl-lg-28,
  .px-lg-28 {
    padding-left: 37.5rem !important; }
  .p-lg-29 {
    padding: 39rem !important; }
  .pt-lg-29,
  .py-lg-29 {
    padding-top: 39rem !important; }
  .pr-lg-29,
  .px-lg-29 {
    padding-right: 39rem !important; }
  .pb-lg-29,
  .py-lg-29 {
    padding-bottom: 39rem !important; }
  .pl-lg-29,
  .px-lg-29 {
    padding-left: 39rem !important; }
  .p-lg-30 {
    padding: 40.5rem !important; }
  .pt-lg-30,
  .py-lg-30 {
    padding-top: 40.5rem !important; }
  .pr-lg-30,
  .px-lg-30 {
    padding-right: 40.5rem !important; }
  .pb-lg-30,
  .py-lg-30 {
    padding-bottom: 40.5rem !important; }
  .pl-lg-30,
  .px-lg-30 {
    padding-left: 40.5rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-n1_5 {
    margin: -0.375rem !important; }
  .mt-lg-n1_5,
  .my-lg-n1_5 {
    margin-top: -0.375rem !important; }
  .mr-lg-n1_5,
  .mx-lg-n1_5 {
    margin-right: -0.375rem !important; }
  .mb-lg-n1_5,
  .my-lg-n1_5 {
    margin-bottom: -0.375rem !important; }
  .ml-lg-n1_5,
  .mx-lg-n1_5 {
    margin-left: -0.375rem !important; }
  .m-lg-n2_25 {
    margin: -0.55rem !important; }
  .mt-lg-n2_25,
  .my-lg-n2_25 {
    margin-top: -0.55rem !important; }
  .mr-lg-n2_25,
  .mx-lg-n2_25 {
    margin-right: -0.55rem !important; }
  .mb-lg-n2_25,
  .my-lg-n2_25 {
    margin-bottom: -0.55rem !important; }
  .ml-lg-n2_25,
  .mx-lg-n2_25 {
    margin-left: -0.55rem !important; }
  .m-lg-n2_35 {
    margin: -0.625rem !important; }
  .mt-lg-n2_35,
  .my-lg-n2_35 {
    margin-top: -0.625rem !important; }
  .mr-lg-n2_35,
  .mx-lg-n2_35 {
    margin-right: -0.625rem !important; }
  .mb-lg-n2_35,
  .my-lg-n2_35 {
    margin-bottom: -0.625rem !important; }
  .ml-lg-n2_35,
  .mx-lg-n2_35 {
    margin-left: -0.625rem !important; }
  .m-lg-n2_5 {
    margin: -0.75rem !important; }
  .mt-lg-n2_5,
  .my-lg-n2_5 {
    margin-top: -0.75rem !important; }
  .mr-lg-n2_5,
  .mx-lg-n2_5 {
    margin-right: -0.75rem !important; }
  .mb-lg-n2_5,
  .my-lg-n2_5 {
    margin-bottom: -0.75rem !important; }
  .ml-lg-n2_5,
  .mx-lg-n2_5 {
    margin-left: -0.75rem !important; }
  .m-lg-n2_75 {
    margin: -0.875rem !important; }
  .mt-lg-n2_75,
  .my-lg-n2_75 {
    margin-top: -0.875rem !important; }
  .mr-lg-n2_75,
  .mx-lg-n2_75 {
    margin-right: -0.875rem !important; }
  .mb-lg-n2_75,
  .my-lg-n2_75 {
    margin-bottom: -0.875rem !important; }
  .ml-lg-n2_75,
  .mx-lg-n2_75 {
    margin-left: -0.875rem !important; }
  .m-lg-n3_25 {
    margin: -1.125rem !important; }
  .mt-lg-n3_25,
  .my-lg-n3_25 {
    margin-top: -1.125rem !important; }
  .mr-lg-n3_25,
  .mx-lg-n3_25 {
    margin-right: -1.125rem !important; }
  .mb-lg-n3_25,
  .my-lg-n3_25 {
    margin-bottom: -1.125rem !important; }
  .ml-lg-n3_25,
  .mx-lg-n3_25 {
    margin-left: -1.125rem !important; }
  .m-lg-n3_5 {
    margin: -1.25rem !important; }
  .mt-lg-n3_5,
  .my-lg-n3_5 {
    margin-top: -1.25rem !important; }
  .mr-lg-n3_5,
  .mx-lg-n3_5 {
    margin-right: -1.25rem !important; }
  .mb-lg-n3_5,
  .my-lg-n3_5 {
    margin-bottom: -1.25rem !important; }
  .ml-lg-n3_5,
  .mx-lg-n3_5 {
    margin-left: -1.25rem !important; }
  .m-lg-n3_75 {
    margin: -1.375rem !important; }
  .mt-lg-n3_75,
  .my-lg-n3_75 {
    margin-top: -1.375rem !important; }
  .mr-lg-n3_75,
  .mx-lg-n3_75 {
    margin-right: -1.375rem !important; }
  .mb-lg-n3_75,
  .my-lg-n3_75 {
    margin-bottom: -1.375rem !important; }
  .ml-lg-n3_75,
  .mx-lg-n3_75 {
    margin-left: -1.375rem !important; }
  .m-lg-n4_15 {
    margin: -1.6875rem !important; }
  .mt-lg-n4_15,
  .my-lg-n4_15 {
    margin-top: -1.6875rem !important; }
  .mr-lg-n4_15,
  .mx-lg-n4_15 {
    margin-right: -1.6875rem !important; }
  .mb-lg-n4_15,
  .my-lg-n4_15 {
    margin-bottom: -1.6875rem !important; }
  .ml-lg-n4_15,
  .mx-lg-n4_15 {
    margin-left: -1.6875rem !important; }
  .m-lg-n4_25 {
    margin: -1.875rem !important; }
  .mt-lg-n4_25,
  .my-lg-n4_25 {
    margin-top: -1.875rem !important; }
  .mr-lg-n4_25,
  .mx-lg-n4_25 {
    margin-right: -1.875rem !important; }
  .mb-lg-n4_25,
  .my-lg-n4_25 {
    margin-bottom: -1.875rem !important; }
  .ml-lg-n4_25,
  .mx-lg-n4_25 {
    margin-left: -1.875rem !important; }
  .m-lg-n4_35 {
    margin: -2.0625rem !important; }
  .mt-lg-n4_35,
  .my-lg-n4_35 {
    margin-top: -2.0625rem !important; }
  .mr-lg-n4_35,
  .mx-lg-n4_35 {
    margin-right: -2.0625rem !important; }
  .mb-lg-n4_35,
  .my-lg-n4_35 {
    margin-bottom: -2.0625rem !important; }
  .ml-lg-n4_35,
  .mx-lg-n4_35 {
    margin-left: -2.0625rem !important; }
  .m-lg-n4_5 {
    margin: -2.25rem !important; }
  .mt-lg-n4_5,
  .my-lg-n4_5 {
    margin-top: -2.25rem !important; }
  .mr-lg-n4_5,
  .mx-lg-n4_5 {
    margin-right: -2.25rem !important; }
  .mb-lg-n4_5,
  .my-lg-n4_5 {
    margin-bottom: -2.25rem !important; }
  .ml-lg-n4_5,
  .mx-lg-n4_5 {
    margin-left: -2.25rem !important; }
  .m-lg-n4_75 {
    margin: -2.5rem !important; }
  .mt-lg-n4_75,
  .my-lg-n4_75 {
    margin-top: -2.5rem !important; }
  .mr-lg-n4_75,
  .mx-lg-n4_75 {
    margin-right: -2.5rem !important; }
  .mb-lg-n4_75,
  .my-lg-n4_75 {
    margin-bottom: -2.5rem !important; }
  .ml-lg-n4_75,
  .mx-lg-n4_75 {
    margin-left: -2.5rem !important; }
  .m-lg-n5_15 {
    margin: -3.125rem !important; }
  .mt-lg-n5_15,
  .my-lg-n5_15 {
    margin-top: -3.125rem !important; }
  .mr-lg-n5_15,
  .mx-lg-n5_15 {
    margin-right: -3.125rem !important; }
  .mb-lg-n5_15,
  .my-lg-n5_15 {
    margin-bottom: -3.125rem !important; }
  .ml-lg-n5_15,
  .mx-lg-n5_15 {
    margin-left: -3.125rem !important; }
  .m-lg-n5_25 {
    margin: -3.5rem !important; }
  .mt-lg-n5_25,
  .my-lg-n5_25 {
    margin-top: -3.5rem !important; }
  .mr-lg-n5_25,
  .mx-lg-n5_25 {
    margin-right: -3.5rem !important; }
  .mb-lg-n5_25,
  .my-lg-n5_25 {
    margin-bottom: -3.5rem !important; }
  .ml-lg-n5_25,
  .mx-lg-n5_25 {
    margin-left: -3.5rem !important; }
  .m-lg-n5_5 {
    margin: -3.75rem !important; }
  .mt-lg-n5_5,
  .my-lg-n5_5 {
    margin-top: -3.75rem !important; }
  .mr-lg-n5_5,
  .mx-lg-n5_5 {
    margin-right: -3.75rem !important; }
  .mb-lg-n5_5,
  .my-lg-n5_5 {
    margin-bottom: -3.75rem !important; }
  .ml-lg-n5_5,
  .mx-lg-n5_5 {
    margin-left: -3.75rem !important; }
  .m-lg-n5_75 {
    margin: -4.375rem !important; }
  .mt-lg-n5_75,
  .my-lg-n5_75 {
    margin-top: -4.375rem !important; }
  .mr-lg-n5_75,
  .mx-lg-n5_75 {
    margin-right: -4.375rem !important; }
  .mb-lg-n5_75,
  .my-lg-n5_75 {
    margin-bottom: -4.375rem !important; }
  .ml-lg-n5_75,
  .mx-lg-n5_75 {
    margin-left: -4.375rem !important; }
  .m-lg-n6 {
    margin: -4.5rem !important; }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -4.5rem !important; }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -4.5rem !important; }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -4.5rem !important; }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -4.5rem !important; }
  .m-lg-n6_5 {
    margin: -5rem !important; }
  .mt-lg-n6_5,
  .my-lg-n6_5 {
    margin-top: -5rem !important; }
  .mr-lg-n6_5,
  .mx-lg-n6_5 {
    margin-right: -5rem !important; }
  .mb-lg-n6_5,
  .my-lg-n6_5 {
    margin-bottom: -5rem !important; }
  .ml-lg-n6_5,
  .mx-lg-n6_5 {
    margin-left: -5rem !important; }
  .m-lg-n6_75 {
    margin: -5.375rem !important; }
  .mt-lg-n6_75,
  .my-lg-n6_75 {
    margin-top: -5.375rem !important; }
  .mr-lg-n6_75,
  .mx-lg-n6_75 {
    margin-right: -5.375rem !important; }
  .mb-lg-n6_75,
  .my-lg-n6_75 {
    margin-bottom: -5.375rem !important; }
  .ml-lg-n6_75,
  .mx-lg-n6_75 {
    margin-left: -5.375rem !important; }
  .m-lg-n7 {
    margin: -6rem !important; }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -6rem !important; }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -6rem !important; }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -6rem !important; }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -6rem !important; }
  .m-lg-n7_5 {
    margin: -6.75rem !important; }
  .mt-lg-n7_5,
  .my-lg-n7_5 {
    margin-top: -6.75rem !important; }
  .mr-lg-n7_5,
  .mx-lg-n7_5 {
    margin-right: -6.75rem !important; }
  .mb-lg-n7_5,
  .my-lg-n7_5 {
    margin-bottom: -6.75rem !important; }
  .ml-lg-n7_5,
  .mx-lg-n7_5 {
    margin-left: -6.75rem !important; }
  .m-lg-n7_75 {
    margin: -7.25rem !important; }
  .mt-lg-n7_75,
  .my-lg-n7_75 {
    margin-top: -7.25rem !important; }
  .mr-lg-n7_75,
  .mx-lg-n7_75 {
    margin-right: -7.25rem !important; }
  .mb-lg-n7_75,
  .my-lg-n7_75 {
    margin-bottom: -7.25rem !important; }
  .ml-lg-n7_75,
  .mx-lg-n7_75 {
    margin-left: -7.25rem !important; }
  .m-lg-n8 {
    margin: -7.5rem !important; }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -7.5rem !important; }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -7.5rem !important; }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -7.5rem !important; }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -7.5rem !important; }
  .m-lg-n8_5 {
    margin: -8.125rem !important; }
  .mt-lg-n8_5,
  .my-lg-n8_5 {
    margin-top: -8.125rem !important; }
  .mr-lg-n8_5,
  .mx-lg-n8_5 {
    margin-right: -8.125rem !important; }
  .mb-lg-n8_5,
  .my-lg-n8_5 {
    margin-bottom: -8.125rem !important; }
  .ml-lg-n8_5,
  .mx-lg-n8_5 {
    margin-left: -8.125rem !important; }
  .m-lg-n8_75 {
    margin: -8.4375rem !important; }
  .mt-lg-n8_75,
  .my-lg-n8_75 {
    margin-top: -8.4375rem !important; }
  .mr-lg-n8_75,
  .mx-lg-n8_75 {
    margin-right: -8.4375rem !important; }
  .mb-lg-n8_75,
  .my-lg-n8_75 {
    margin-bottom: -8.4375rem !important; }
  .ml-lg-n8_75,
  .mx-lg-n8_75 {
    margin-left: -8.4375rem !important; }
  .m-lg-n9 {
    margin: -9rem !important; }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -9rem !important; }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -9rem !important; }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -9rem !important; }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -9rem !important; }
  .m-lg-n10 {
    margin: -10.5rem !important; }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -10.5rem !important; }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -10.5rem !important; }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -10.5rem !important; }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -10.5rem !important; }
  .m-lg-n10_25 {
    margin: -11rem !important; }
  .mt-lg-n10_25,
  .my-lg-n10_25 {
    margin-top: -11rem !important; }
  .mr-lg-n10_25,
  .mx-lg-n10_25 {
    margin-right: -11rem !important; }
  .mb-lg-n10_25,
  .my-lg-n10_25 {
    margin-bottom: -11rem !important; }
  .ml-lg-n10_25,
  .mx-lg-n10_25 {
    margin-left: -11rem !important; }
  .m-lg-n10_5 {
    margin: -11.25rem !important; }
  .mt-lg-n10_5,
  .my-lg-n10_5 {
    margin-top: -11.25rem !important; }
  .mr-lg-n10_5,
  .mx-lg-n10_5 {
    margin-right: -11.25rem !important; }
  .mb-lg-n10_5,
  .my-lg-n10_5 {
    margin-bottom: -11.25rem !important; }
  .ml-lg-n10_5,
  .mx-lg-n10_5 {
    margin-left: -11.25rem !important; }
  .m-lg-n10_75 {
    margin: -11.5rem !important; }
  .mt-lg-n10_75,
  .my-lg-n10_75 {
    margin-top: -11.5rem !important; }
  .mr-lg-n10_75,
  .mx-lg-n10_75 {
    margin-right: -11.5rem !important; }
  .mb-lg-n10_75,
  .my-lg-n10_75 {
    margin-bottom: -11.5rem !important; }
  .ml-lg-n10_75,
  .mx-lg-n10_75 {
    margin-left: -11.5rem !important; }
  .m-lg-n11 {
    margin: -12rem !important; }
  .mt-lg-n11,
  .my-lg-n11 {
    margin-top: -12rem !important; }
  .mr-lg-n11,
  .mx-lg-n11 {
    margin-right: -12rem !important; }
  .mb-lg-n11,
  .my-lg-n11 {
    margin-bottom: -12rem !important; }
  .ml-lg-n11,
  .mx-lg-n11 {
    margin-left: -12rem !important; }
  .m-lg-n12 {
    margin: -13.5rem !important; }
  .mt-lg-n12,
  .my-lg-n12 {
    margin-top: -13.5rem !important; }
  .mr-lg-n12,
  .mx-lg-n12 {
    margin-right: -13.5rem !important; }
  .mb-lg-n12,
  .my-lg-n12 {
    margin-bottom: -13.5rem !important; }
  .ml-lg-n12,
  .mx-lg-n12 {
    margin-left: -13.5rem !important; }
  .m-lg-n13 {
    margin: -15rem !important; }
  .mt-lg-n13,
  .my-lg-n13 {
    margin-top: -15rem !important; }
  .mr-lg-n13,
  .mx-lg-n13 {
    margin-right: -15rem !important; }
  .mb-lg-n13,
  .my-lg-n13 {
    margin-bottom: -15rem !important; }
  .ml-lg-n13,
  .mx-lg-n13 {
    margin-left: -15rem !important; }
  .m-lg-n14 {
    margin: -16.6rem !important; }
  .mt-lg-n14,
  .my-lg-n14 {
    margin-top: -16.6rem !important; }
  .mr-lg-n14,
  .mx-lg-n14 {
    margin-right: -16.6rem !important; }
  .mb-lg-n14,
  .my-lg-n14 {
    margin-bottom: -16.6rem !important; }
  .ml-lg-n14,
  .mx-lg-n14 {
    margin-left: -16.6rem !important; }
  .m-lg-n15 {
    margin: -18rem !important; }
  .mt-lg-n15,
  .my-lg-n15 {
    margin-top: -18rem !important; }
  .mr-lg-n15,
  .mx-lg-n15 {
    margin-right: -18rem !important; }
  .mb-lg-n15,
  .my-lg-n15 {
    margin-bottom: -18rem !important; }
  .ml-lg-n15,
  .mx-lg-n15 {
    margin-left: -18rem !important; }
  .m-lg-n16 {
    margin: -19.5rem !important; }
  .mt-lg-n16,
  .my-lg-n16 {
    margin-top: -19.5rem !important; }
  .mr-lg-n16,
  .mx-lg-n16 {
    margin-right: -19.5rem !important; }
  .mb-lg-n16,
  .my-lg-n16 {
    margin-bottom: -19.5rem !important; }
  .ml-lg-n16,
  .mx-lg-n16 {
    margin-left: -19.5rem !important; }
  .m-lg-n17 {
    margin: -21rem !important; }
  .mt-lg-n17,
  .my-lg-n17 {
    margin-top: -21rem !important; }
  .mr-lg-n17,
  .mx-lg-n17 {
    margin-right: -21rem !important; }
  .mb-lg-n17,
  .my-lg-n17 {
    margin-bottom: -21rem !important; }
  .ml-lg-n17,
  .mx-lg-n17 {
    margin-left: -21rem !important; }
  .m-lg-n18 {
    margin: -22.5rem !important; }
  .mt-lg-n18,
  .my-lg-n18 {
    margin-top: -22.5rem !important; }
  .mr-lg-n18,
  .mx-lg-n18 {
    margin-right: -22.5rem !important; }
  .mb-lg-n18,
  .my-lg-n18 {
    margin-bottom: -22.5rem !important; }
  .ml-lg-n18,
  .mx-lg-n18 {
    margin-left: -22.5rem !important; }
  .m-lg-n19 {
    margin: -24rem !important; }
  .mt-lg-n19,
  .my-lg-n19 {
    margin-top: -24rem !important; }
  .mr-lg-n19,
  .mx-lg-n19 {
    margin-right: -24rem !important; }
  .mb-lg-n19,
  .my-lg-n19 {
    margin-bottom: -24rem !important; }
  .ml-lg-n19,
  .mx-lg-n19 {
    margin-left: -24rem !important; }
  .m-lg-n20 {
    margin: -25.5rem !important; }
  .mt-lg-n20,
  .my-lg-n20 {
    margin-top: -25.5rem !important; }
  .mr-lg-n20,
  .mx-lg-n20 {
    margin-right: -25.5rem !important; }
  .mb-lg-n20,
  .my-lg-n20 {
    margin-bottom: -25.5rem !important; }
  .ml-lg-n20,
  .mx-lg-n20 {
    margin-left: -25.5rem !important; }
  .m-lg-n21 {
    margin: -27rem !important; }
  .mt-lg-n21,
  .my-lg-n21 {
    margin-top: -27rem !important; }
  .mr-lg-n21,
  .mx-lg-n21 {
    margin-right: -27rem !important; }
  .mb-lg-n21,
  .my-lg-n21 {
    margin-bottom: -27rem !important; }
  .ml-lg-n21,
  .mx-lg-n21 {
    margin-left: -27rem !important; }
  .m-lg-n22 {
    margin: -28.5rem !important; }
  .mt-lg-n22,
  .my-lg-n22 {
    margin-top: -28.5rem !important; }
  .mr-lg-n22,
  .mx-lg-n22 {
    margin-right: -28.5rem !important; }
  .mb-lg-n22,
  .my-lg-n22 {
    margin-bottom: -28.5rem !important; }
  .ml-lg-n22,
  .mx-lg-n22 {
    margin-left: -28.5rem !important; }
  .m-lg-n23 {
    margin: -30rem !important; }
  .mt-lg-n23,
  .my-lg-n23 {
    margin-top: -30rem !important; }
  .mr-lg-n23,
  .mx-lg-n23 {
    margin-right: -30rem !important; }
  .mb-lg-n23,
  .my-lg-n23 {
    margin-bottom: -30rem !important; }
  .ml-lg-n23,
  .mx-lg-n23 {
    margin-left: -30rem !important; }
  .m-lg-n24 {
    margin: -31.5rem !important; }
  .mt-lg-n24,
  .my-lg-n24 {
    margin-top: -31.5rem !important; }
  .mr-lg-n24,
  .mx-lg-n24 {
    margin-right: -31.5rem !important; }
  .mb-lg-n24,
  .my-lg-n24 {
    margin-bottom: -31.5rem !important; }
  .ml-lg-n24,
  .mx-lg-n24 {
    margin-left: -31.5rem !important; }
  .m-lg-n25 {
    margin: -33rem !important; }
  .mt-lg-n25,
  .my-lg-n25 {
    margin-top: -33rem !important; }
  .mr-lg-n25,
  .mx-lg-n25 {
    margin-right: -33rem !important; }
  .mb-lg-n25,
  .my-lg-n25 {
    margin-bottom: -33rem !important; }
  .ml-lg-n25,
  .mx-lg-n25 {
    margin-left: -33rem !important; }
  .m-lg-n26 {
    margin: -34.5rem !important; }
  .mt-lg-n26,
  .my-lg-n26 {
    margin-top: -34.5rem !important; }
  .mr-lg-n26,
  .mx-lg-n26 {
    margin-right: -34.5rem !important; }
  .mb-lg-n26,
  .my-lg-n26 {
    margin-bottom: -34.5rem !important; }
  .ml-lg-n26,
  .mx-lg-n26 {
    margin-left: -34.5rem !important; }
  .m-lg-n27 {
    margin: -36rem !important; }
  .mt-lg-n27,
  .my-lg-n27 {
    margin-top: -36rem !important; }
  .mr-lg-n27,
  .mx-lg-n27 {
    margin-right: -36rem !important; }
  .mb-lg-n27,
  .my-lg-n27 {
    margin-bottom: -36rem !important; }
  .ml-lg-n27,
  .mx-lg-n27 {
    margin-left: -36rem !important; }
  .m-lg-n28 {
    margin: -37.5rem !important; }
  .mt-lg-n28,
  .my-lg-n28 {
    margin-top: -37.5rem !important; }
  .mr-lg-n28,
  .mx-lg-n28 {
    margin-right: -37.5rem !important; }
  .mb-lg-n28,
  .my-lg-n28 {
    margin-bottom: -37.5rem !important; }
  .ml-lg-n28,
  .mx-lg-n28 {
    margin-left: -37.5rem !important; }
  .m-lg-n29 {
    margin: -39rem !important; }
  .mt-lg-n29,
  .my-lg-n29 {
    margin-top: -39rem !important; }
  .mr-lg-n29,
  .mx-lg-n29 {
    margin-right: -39rem !important; }
  .mb-lg-n29,
  .my-lg-n29 {
    margin-bottom: -39rem !important; }
  .ml-lg-n29,
  .mx-lg-n29 {
    margin-left: -39rem !important; }
  .m-lg-n30 {
    margin: -40.5rem !important; }
  .mt-lg-n30,
  .my-lg-n30 {
    margin-top: -40.5rem !important; }
  .mr-lg-n30,
  .mx-lg-n30 {
    margin-right: -40.5rem !important; }
  .mb-lg-n30,
  .my-lg-n30 {
    margin-bottom: -40.5rem !important; }
  .ml-lg-n30,
  .mx-lg-n30 {
    margin-left: -40.5rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .m-xl-0_5 {
    margin: 0.125rem !important; }
  .mt-xl-0_5,
  .my-xl-0_5 {
    margin-top: 0.125rem !important; }
  .mr-xl-0_5,
  .mx-xl-0_5 {
    margin-right: 0.125rem !important; }
  .mb-xl-0_5,
  .my-xl-0_5 {
    margin-bottom: 0.125rem !important; }
  .ml-xl-0_5,
  .mx-xl-0_5 {
    margin-left: 0.125rem !important; }
  .m-xl-1_5 {
    margin: 0.375rem !important; }
  .mt-xl-1_5,
  .my-xl-1_5 {
    margin-top: 0.375rem !important; }
  .mr-xl-1_5,
  .mx-xl-1_5 {
    margin-right: 0.375rem !important; }
  .mb-xl-1_5,
  .my-xl-1_5 {
    margin-bottom: 0.375rem !important; }
  .ml-xl-1_5,
  .mx-xl-1_5 {
    margin-left: 0.375rem !important; }
  .m-xl-2_25 {
    margin: 0.55rem !important; }
  .mt-xl-2_25,
  .my-xl-2_25 {
    margin-top: 0.55rem !important; }
  .mr-xl-2_25,
  .mx-xl-2_25 {
    margin-right: 0.55rem !important; }
  .mb-xl-2_25,
  .my-xl-2_25 {
    margin-bottom: 0.55rem !important; }
  .ml-xl-2_25,
  .mx-xl-2_25 {
    margin-left: 0.55rem !important; }
  .m-xl-2_35 {
    margin: 0.625rem !important; }
  .mt-xl-2_35,
  .my-xl-2_35 {
    margin-top: 0.625rem !important; }
  .mr-xl-2_35,
  .mx-xl-2_35 {
    margin-right: 0.625rem !important; }
  .mb-xl-2_35,
  .my-xl-2_35 {
    margin-bottom: 0.625rem !important; }
  .ml-xl-2_35,
  .mx-xl-2_35 {
    margin-left: 0.625rem !important; }
  .m-xl-2_5 {
    margin: 0.75rem !important; }
  .mt-xl-2_5,
  .my-xl-2_5 {
    margin-top: 0.75rem !important; }
  .mr-xl-2_5,
  .mx-xl-2_5 {
    margin-right: 0.75rem !important; }
  .mb-xl-2_5,
  .my-xl-2_5 {
    margin-bottom: 0.75rem !important; }
  .ml-xl-2_5,
  .mx-xl-2_5 {
    margin-left: 0.75rem !important; }
  .m-xl-2_75 {
    margin: 0.875rem !important; }
  .mt-xl-2_75,
  .my-xl-2_75 {
    margin-top: 0.875rem !important; }
  .mr-xl-2_75,
  .mx-xl-2_75 {
    margin-right: 0.875rem !important; }
  .mb-xl-2_75,
  .my-xl-2_75 {
    margin-bottom: 0.875rem !important; }
  .ml-xl-2_75,
  .mx-xl-2_75 {
    margin-left: 0.875rem !important; }
  .m-xl-3_25 {
    margin: 1.125rem !important; }
  .mt-xl-3_25,
  .my-xl-3_25 {
    margin-top: 1.125rem !important; }
  .mr-xl-3_25,
  .mx-xl-3_25 {
    margin-right: 1.125rem !important; }
  .mb-xl-3_25,
  .my-xl-3_25 {
    margin-bottom: 1.125rem !important; }
  .ml-xl-3_25,
  .mx-xl-3_25 {
    margin-left: 1.125rem !important; }
  .m-xl-3_5 {
    margin: 1.25rem !important; }
  .mt-xl-3_5,
  .my-xl-3_5 {
    margin-top: 1.25rem !important; }
  .mr-xl-3_5,
  .mx-xl-3_5 {
    margin-right: 1.25rem !important; }
  .mb-xl-3_5,
  .my-xl-3_5 {
    margin-bottom: 1.25rem !important; }
  .ml-xl-3_5,
  .mx-xl-3_5 {
    margin-left: 1.25rem !important; }
  .m-xl-3_75 {
    margin: 1.375rem !important; }
  .mt-xl-3_75,
  .my-xl-3_75 {
    margin-top: 1.375rem !important; }
  .mr-xl-3_75,
  .mx-xl-3_75 {
    margin-right: 1.375rem !important; }
  .mb-xl-3_75,
  .my-xl-3_75 {
    margin-bottom: 1.375rem !important; }
  .ml-xl-3_75,
  .mx-xl-3_75 {
    margin-left: 1.375rem !important; }
  .m-xl-4_15 {
    margin: 1.6875rem !important; }
  .mt-xl-4_15,
  .my-xl-4_15 {
    margin-top: 1.6875rem !important; }
  .mr-xl-4_15,
  .mx-xl-4_15 {
    margin-right: 1.6875rem !important; }
  .mb-xl-4_15,
  .my-xl-4_15 {
    margin-bottom: 1.6875rem !important; }
  .ml-xl-4_15,
  .mx-xl-4_15 {
    margin-left: 1.6875rem !important; }
  .m-xl-4_25 {
    margin: 1.875rem !important; }
  .mt-xl-4_25,
  .my-xl-4_25 {
    margin-top: 1.875rem !important; }
  .mr-xl-4_25,
  .mx-xl-4_25 {
    margin-right: 1.875rem !important; }
  .mb-xl-4_25,
  .my-xl-4_25 {
    margin-bottom: 1.875rem !important; }
  .ml-xl-4_25,
  .mx-xl-4_25 {
    margin-left: 1.875rem !important; }
  .m-xl-4_35 {
    margin: 2.0625rem !important; }
  .mt-xl-4_35,
  .my-xl-4_35 {
    margin-top: 2.0625rem !important; }
  .mr-xl-4_35,
  .mx-xl-4_35 {
    margin-right: 2.0625rem !important; }
  .mb-xl-4_35,
  .my-xl-4_35 {
    margin-bottom: 2.0625rem !important; }
  .ml-xl-4_35,
  .mx-xl-4_35 {
    margin-left: 2.0625rem !important; }
  .m-xl-4_5 {
    margin: 2.25rem !important; }
  .mt-xl-4_5,
  .my-xl-4_5 {
    margin-top: 2.25rem !important; }
  .mr-xl-4_5,
  .mx-xl-4_5 {
    margin-right: 2.25rem !important; }
  .mb-xl-4_5,
  .my-xl-4_5 {
    margin-bottom: 2.25rem !important; }
  .ml-xl-4_5,
  .mx-xl-4_5 {
    margin-left: 2.25rem !important; }
  .m-xl-4_75 {
    margin: 2.5rem !important; }
  .mt-xl-4_75,
  .my-xl-4_75 {
    margin-top: 2.5rem !important; }
  .mr-xl-4_75,
  .mx-xl-4_75 {
    margin-right: 2.5rem !important; }
  .mb-xl-4_75,
  .my-xl-4_75 {
    margin-bottom: 2.5rem !important; }
  .ml-xl-4_75,
  .mx-xl-4_75 {
    margin-left: 2.5rem !important; }
  .m-xl-5_15 {
    margin: 3.125rem !important; }
  .mt-xl-5_15,
  .my-xl-5_15 {
    margin-top: 3.125rem !important; }
  .mr-xl-5_15,
  .mx-xl-5_15 {
    margin-right: 3.125rem !important; }
  .mb-xl-5_15,
  .my-xl-5_15 {
    margin-bottom: 3.125rem !important; }
  .ml-xl-5_15,
  .mx-xl-5_15 {
    margin-left: 3.125rem !important; }
  .m-xl-5_25 {
    margin: 3.5rem !important; }
  .mt-xl-5_25,
  .my-xl-5_25 {
    margin-top: 3.5rem !important; }
  .mr-xl-5_25,
  .mx-xl-5_25 {
    margin-right: 3.5rem !important; }
  .mb-xl-5_25,
  .my-xl-5_25 {
    margin-bottom: 3.5rem !important; }
  .ml-xl-5_25,
  .mx-xl-5_25 {
    margin-left: 3.5rem !important; }
  .m-xl-5_5 {
    margin: 3.75rem !important; }
  .mt-xl-5_5,
  .my-xl-5_5 {
    margin-top: 3.75rem !important; }
  .mr-xl-5_5,
  .mx-xl-5_5 {
    margin-right: 3.75rem !important; }
  .mb-xl-5_5,
  .my-xl-5_5 {
    margin-bottom: 3.75rem !important; }
  .ml-xl-5_5,
  .mx-xl-5_5 {
    margin-left: 3.75rem !important; }
  .m-xl-5_75 {
    margin: 4.375rem !important; }
  .mt-xl-5_75,
  .my-xl-5_75 {
    margin-top: 4.375rem !important; }
  .mr-xl-5_75,
  .mx-xl-5_75 {
    margin-right: 4.375rem !important; }
  .mb-xl-5_75,
  .my-xl-5_75 {
    margin-bottom: 4.375rem !important; }
  .ml-xl-5_75,
  .mx-xl-5_75 {
    margin-left: 4.375rem !important; }
  .m-xl-6 {
    margin: 4.5rem !important; }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 4.5rem !important; }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 4.5rem !important; }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 4.5rem !important; }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 4.5rem !important; }
  .m-xl-6_5 {
    margin: 5rem !important; }
  .mt-xl-6_5,
  .my-xl-6_5 {
    margin-top: 5rem !important; }
  .mr-xl-6_5,
  .mx-xl-6_5 {
    margin-right: 5rem !important; }
  .mb-xl-6_5,
  .my-xl-6_5 {
    margin-bottom: 5rem !important; }
  .ml-xl-6_5,
  .mx-xl-6_5 {
    margin-left: 5rem !important; }
  .m-xl-6_75 {
    margin: 5.375rem !important; }
  .mt-xl-6_75,
  .my-xl-6_75 {
    margin-top: 5.375rem !important; }
  .mr-xl-6_75,
  .mx-xl-6_75 {
    margin-right: 5.375rem !important; }
  .mb-xl-6_75,
  .my-xl-6_75 {
    margin-bottom: 5.375rem !important; }
  .ml-xl-6_75,
  .mx-xl-6_75 {
    margin-left: 5.375rem !important; }
  .m-xl-7 {
    margin: 6rem !important; }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 6rem !important; }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 6rem !important; }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 6rem !important; }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 6rem !important; }
  .m-xl-7_5 {
    margin: 6.75rem !important; }
  .mt-xl-7_5,
  .my-xl-7_5 {
    margin-top: 6.75rem !important; }
  .mr-xl-7_5,
  .mx-xl-7_5 {
    margin-right: 6.75rem !important; }
  .mb-xl-7_5,
  .my-xl-7_5 {
    margin-bottom: 6.75rem !important; }
  .ml-xl-7_5,
  .mx-xl-7_5 {
    margin-left: 6.75rem !important; }
  .m-xl-7_75 {
    margin: 7.25rem !important; }
  .mt-xl-7_75,
  .my-xl-7_75 {
    margin-top: 7.25rem !important; }
  .mr-xl-7_75,
  .mx-xl-7_75 {
    margin-right: 7.25rem !important; }
  .mb-xl-7_75,
  .my-xl-7_75 {
    margin-bottom: 7.25rem !important; }
  .ml-xl-7_75,
  .mx-xl-7_75 {
    margin-left: 7.25rem !important; }
  .m-xl-8 {
    margin: 7.5rem !important; }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 7.5rem !important; }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 7.5rem !important; }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 7.5rem !important; }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 7.5rem !important; }
  .m-xl-8_5 {
    margin: 8.125rem !important; }
  .mt-xl-8_5,
  .my-xl-8_5 {
    margin-top: 8.125rem !important; }
  .mr-xl-8_5,
  .mx-xl-8_5 {
    margin-right: 8.125rem !important; }
  .mb-xl-8_5,
  .my-xl-8_5 {
    margin-bottom: 8.125rem !important; }
  .ml-xl-8_5,
  .mx-xl-8_5 {
    margin-left: 8.125rem !important; }
  .m-xl-8_75 {
    margin: 8.4375rem !important; }
  .mt-xl-8_75,
  .my-xl-8_75 {
    margin-top: 8.4375rem !important; }
  .mr-xl-8_75,
  .mx-xl-8_75 {
    margin-right: 8.4375rem !important; }
  .mb-xl-8_75,
  .my-xl-8_75 {
    margin-bottom: 8.4375rem !important; }
  .ml-xl-8_75,
  .mx-xl-8_75 {
    margin-left: 8.4375rem !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: 10.5rem !important; }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 10.5rem !important; }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 10.5rem !important; }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 10.5rem !important; }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 10.5rem !important; }
  .m-xl-10_25 {
    margin: 11rem !important; }
  .mt-xl-10_25,
  .my-xl-10_25 {
    margin-top: 11rem !important; }
  .mr-xl-10_25,
  .mx-xl-10_25 {
    margin-right: 11rem !important; }
  .mb-xl-10_25,
  .my-xl-10_25 {
    margin-bottom: 11rem !important; }
  .ml-xl-10_25,
  .mx-xl-10_25 {
    margin-left: 11rem !important; }
  .m-xl-10_5 {
    margin: 11.25rem !important; }
  .mt-xl-10_5,
  .my-xl-10_5 {
    margin-top: 11.25rem !important; }
  .mr-xl-10_5,
  .mx-xl-10_5 {
    margin-right: 11.25rem !important; }
  .mb-xl-10_5,
  .my-xl-10_5 {
    margin-bottom: 11.25rem !important; }
  .ml-xl-10_5,
  .mx-xl-10_5 {
    margin-left: 11.25rem !important; }
  .m-xl-10_75 {
    margin: 11.5rem !important; }
  .mt-xl-10_75,
  .my-xl-10_75 {
    margin-top: 11.5rem !important; }
  .mr-xl-10_75,
  .mx-xl-10_75 {
    margin-right: 11.5rem !important; }
  .mb-xl-10_75,
  .my-xl-10_75 {
    margin-bottom: 11.5rem !important; }
  .ml-xl-10_75,
  .mx-xl-10_75 {
    margin-left: 11.5rem !important; }
  .m-xl-11 {
    margin: 12rem !important; }
  .mt-xl-11,
  .my-xl-11 {
    margin-top: 12rem !important; }
  .mr-xl-11,
  .mx-xl-11 {
    margin-right: 12rem !important; }
  .mb-xl-11,
  .my-xl-11 {
    margin-bottom: 12rem !important; }
  .ml-xl-11,
  .mx-xl-11 {
    margin-left: 12rem !important; }
  .m-xl-12 {
    margin: 13.5rem !important; }
  .mt-xl-12,
  .my-xl-12 {
    margin-top: 13.5rem !important; }
  .mr-xl-12,
  .mx-xl-12 {
    margin-right: 13.5rem !important; }
  .mb-xl-12,
  .my-xl-12 {
    margin-bottom: 13.5rem !important; }
  .ml-xl-12,
  .mx-xl-12 {
    margin-left: 13.5rem !important; }
  .m-xl-13 {
    margin: 15rem !important; }
  .mt-xl-13,
  .my-xl-13 {
    margin-top: 15rem !important; }
  .mr-xl-13,
  .mx-xl-13 {
    margin-right: 15rem !important; }
  .mb-xl-13,
  .my-xl-13 {
    margin-bottom: 15rem !important; }
  .ml-xl-13,
  .mx-xl-13 {
    margin-left: 15rem !important; }
  .m-xl-14 {
    margin: 16.6rem !important; }
  .mt-xl-14,
  .my-xl-14 {
    margin-top: 16.6rem !important; }
  .mr-xl-14,
  .mx-xl-14 {
    margin-right: 16.6rem !important; }
  .mb-xl-14,
  .my-xl-14 {
    margin-bottom: 16.6rem !important; }
  .ml-xl-14,
  .mx-xl-14 {
    margin-left: 16.6rem !important; }
  .m-xl-15 {
    margin: 18rem !important; }
  .mt-xl-15,
  .my-xl-15 {
    margin-top: 18rem !important; }
  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 18rem !important; }
  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 18rem !important; }
  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 18rem !important; }
  .m-xl-16 {
    margin: 19.5rem !important; }
  .mt-xl-16,
  .my-xl-16 {
    margin-top: 19.5rem !important; }
  .mr-xl-16,
  .mx-xl-16 {
    margin-right: 19.5rem !important; }
  .mb-xl-16,
  .my-xl-16 {
    margin-bottom: 19.5rem !important; }
  .ml-xl-16,
  .mx-xl-16 {
    margin-left: 19.5rem !important; }
  .m-xl-17 {
    margin: 21rem !important; }
  .mt-xl-17,
  .my-xl-17 {
    margin-top: 21rem !important; }
  .mr-xl-17,
  .mx-xl-17 {
    margin-right: 21rem !important; }
  .mb-xl-17,
  .my-xl-17 {
    margin-bottom: 21rem !important; }
  .ml-xl-17,
  .mx-xl-17 {
    margin-left: 21rem !important; }
  .m-xl-18 {
    margin: 22.5rem !important; }
  .mt-xl-18,
  .my-xl-18 {
    margin-top: 22.5rem !important; }
  .mr-xl-18,
  .mx-xl-18 {
    margin-right: 22.5rem !important; }
  .mb-xl-18,
  .my-xl-18 {
    margin-bottom: 22.5rem !important; }
  .ml-xl-18,
  .mx-xl-18 {
    margin-left: 22.5rem !important; }
  .m-xl-19 {
    margin: 24rem !important; }
  .mt-xl-19,
  .my-xl-19 {
    margin-top: 24rem !important; }
  .mr-xl-19,
  .mx-xl-19 {
    margin-right: 24rem !important; }
  .mb-xl-19,
  .my-xl-19 {
    margin-bottom: 24rem !important; }
  .ml-xl-19,
  .mx-xl-19 {
    margin-left: 24rem !important; }
  .m-xl-20 {
    margin: 25.5rem !important; }
  .mt-xl-20,
  .my-xl-20 {
    margin-top: 25.5rem !important; }
  .mr-xl-20,
  .mx-xl-20 {
    margin-right: 25.5rem !important; }
  .mb-xl-20,
  .my-xl-20 {
    margin-bottom: 25.5rem !important; }
  .ml-xl-20,
  .mx-xl-20 {
    margin-left: 25.5rem !important; }
  .m-xl-21 {
    margin: 27rem !important; }
  .mt-xl-21,
  .my-xl-21 {
    margin-top: 27rem !important; }
  .mr-xl-21,
  .mx-xl-21 {
    margin-right: 27rem !important; }
  .mb-xl-21,
  .my-xl-21 {
    margin-bottom: 27rem !important; }
  .ml-xl-21,
  .mx-xl-21 {
    margin-left: 27rem !important; }
  .m-xl-22 {
    margin: 28.5rem !important; }
  .mt-xl-22,
  .my-xl-22 {
    margin-top: 28.5rem !important; }
  .mr-xl-22,
  .mx-xl-22 {
    margin-right: 28.5rem !important; }
  .mb-xl-22,
  .my-xl-22 {
    margin-bottom: 28.5rem !important; }
  .ml-xl-22,
  .mx-xl-22 {
    margin-left: 28.5rem !important; }
  .m-xl-23 {
    margin: 30rem !important; }
  .mt-xl-23,
  .my-xl-23 {
    margin-top: 30rem !important; }
  .mr-xl-23,
  .mx-xl-23 {
    margin-right: 30rem !important; }
  .mb-xl-23,
  .my-xl-23 {
    margin-bottom: 30rem !important; }
  .ml-xl-23,
  .mx-xl-23 {
    margin-left: 30rem !important; }
  .m-xl-24 {
    margin: 31.5rem !important; }
  .mt-xl-24,
  .my-xl-24 {
    margin-top: 31.5rem !important; }
  .mr-xl-24,
  .mx-xl-24 {
    margin-right: 31.5rem !important; }
  .mb-xl-24,
  .my-xl-24 {
    margin-bottom: 31.5rem !important; }
  .ml-xl-24,
  .mx-xl-24 {
    margin-left: 31.5rem !important; }
  .m-xl-25 {
    margin: 33rem !important; }
  .mt-xl-25,
  .my-xl-25 {
    margin-top: 33rem !important; }
  .mr-xl-25,
  .mx-xl-25 {
    margin-right: 33rem !important; }
  .mb-xl-25,
  .my-xl-25 {
    margin-bottom: 33rem !important; }
  .ml-xl-25,
  .mx-xl-25 {
    margin-left: 33rem !important; }
  .m-xl-26 {
    margin: 34.5rem !important; }
  .mt-xl-26,
  .my-xl-26 {
    margin-top: 34.5rem !important; }
  .mr-xl-26,
  .mx-xl-26 {
    margin-right: 34.5rem !important; }
  .mb-xl-26,
  .my-xl-26 {
    margin-bottom: 34.5rem !important; }
  .ml-xl-26,
  .mx-xl-26 {
    margin-left: 34.5rem !important; }
  .m-xl-27 {
    margin: 36rem !important; }
  .mt-xl-27,
  .my-xl-27 {
    margin-top: 36rem !important; }
  .mr-xl-27,
  .mx-xl-27 {
    margin-right: 36rem !important; }
  .mb-xl-27,
  .my-xl-27 {
    margin-bottom: 36rem !important; }
  .ml-xl-27,
  .mx-xl-27 {
    margin-left: 36rem !important; }
  .m-xl-28 {
    margin: 37.5rem !important; }
  .mt-xl-28,
  .my-xl-28 {
    margin-top: 37.5rem !important; }
  .mr-xl-28,
  .mx-xl-28 {
    margin-right: 37.5rem !important; }
  .mb-xl-28,
  .my-xl-28 {
    margin-bottom: 37.5rem !important; }
  .ml-xl-28,
  .mx-xl-28 {
    margin-left: 37.5rem !important; }
  .m-xl-29 {
    margin: 39rem !important; }
  .mt-xl-29,
  .my-xl-29 {
    margin-top: 39rem !important; }
  .mr-xl-29,
  .mx-xl-29 {
    margin-right: 39rem !important; }
  .mb-xl-29,
  .my-xl-29 {
    margin-bottom: 39rem !important; }
  .ml-xl-29,
  .mx-xl-29 {
    margin-left: 39rem !important; }
  .m-xl-30 {
    margin: 40.5rem !important; }
  .mt-xl-30,
  .my-xl-30 {
    margin-top: 40.5rem !important; }
  .mr-xl-30,
  .mx-xl-30 {
    margin-right: 40.5rem !important; }
  .mb-xl-30,
  .my-xl-30 {
    margin-bottom: 40.5rem !important; }
  .ml-xl-30,
  .mx-xl-30 {
    margin-left: 40.5rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .p-xl-0_5 {
    padding: 0.125rem !important; }
  .pt-xl-0_5,
  .py-xl-0_5 {
    padding-top: 0.125rem !important; }
  .pr-xl-0_5,
  .px-xl-0_5 {
    padding-right: 0.125rem !important; }
  .pb-xl-0_5,
  .py-xl-0_5 {
    padding-bottom: 0.125rem !important; }
  .pl-xl-0_5,
  .px-xl-0_5 {
    padding-left: 0.125rem !important; }
  .p-xl-1_5 {
    padding: 0.375rem !important; }
  .pt-xl-1_5,
  .py-xl-1_5 {
    padding-top: 0.375rem !important; }
  .pr-xl-1_5,
  .px-xl-1_5 {
    padding-right: 0.375rem !important; }
  .pb-xl-1_5,
  .py-xl-1_5 {
    padding-bottom: 0.375rem !important; }
  .pl-xl-1_5,
  .px-xl-1_5 {
    padding-left: 0.375rem !important; }
  .p-xl-2_25 {
    padding: 0.55rem !important; }
  .pt-xl-2_25,
  .py-xl-2_25 {
    padding-top: 0.55rem !important; }
  .pr-xl-2_25,
  .px-xl-2_25 {
    padding-right: 0.55rem !important; }
  .pb-xl-2_25,
  .py-xl-2_25 {
    padding-bottom: 0.55rem !important; }
  .pl-xl-2_25,
  .px-xl-2_25 {
    padding-left: 0.55rem !important; }
  .p-xl-2_35 {
    padding: 0.625rem !important; }
  .pt-xl-2_35,
  .py-xl-2_35 {
    padding-top: 0.625rem !important; }
  .pr-xl-2_35,
  .px-xl-2_35 {
    padding-right: 0.625rem !important; }
  .pb-xl-2_35,
  .py-xl-2_35 {
    padding-bottom: 0.625rem !important; }
  .pl-xl-2_35,
  .px-xl-2_35 {
    padding-left: 0.625rem !important; }
  .p-xl-2_5 {
    padding: 0.75rem !important; }
  .pt-xl-2_5,
  .py-xl-2_5 {
    padding-top: 0.75rem !important; }
  .pr-xl-2_5,
  .px-xl-2_5 {
    padding-right: 0.75rem !important; }
  .pb-xl-2_5,
  .py-xl-2_5 {
    padding-bottom: 0.75rem !important; }
  .pl-xl-2_5,
  .px-xl-2_5 {
    padding-left: 0.75rem !important; }
  .p-xl-2_75 {
    padding: 0.875rem !important; }
  .pt-xl-2_75,
  .py-xl-2_75 {
    padding-top: 0.875rem !important; }
  .pr-xl-2_75,
  .px-xl-2_75 {
    padding-right: 0.875rem !important; }
  .pb-xl-2_75,
  .py-xl-2_75 {
    padding-bottom: 0.875rem !important; }
  .pl-xl-2_75,
  .px-xl-2_75 {
    padding-left: 0.875rem !important; }
  .p-xl-3_25 {
    padding: 1.125rem !important; }
  .pt-xl-3_25,
  .py-xl-3_25 {
    padding-top: 1.125rem !important; }
  .pr-xl-3_25,
  .px-xl-3_25 {
    padding-right: 1.125rem !important; }
  .pb-xl-3_25,
  .py-xl-3_25 {
    padding-bottom: 1.125rem !important; }
  .pl-xl-3_25,
  .px-xl-3_25 {
    padding-left: 1.125rem !important; }
  .p-xl-3_5 {
    padding: 1.25rem !important; }
  .pt-xl-3_5,
  .py-xl-3_5 {
    padding-top: 1.25rem !important; }
  .pr-xl-3_5,
  .px-xl-3_5 {
    padding-right: 1.25rem !important; }
  .pb-xl-3_5,
  .py-xl-3_5 {
    padding-bottom: 1.25rem !important; }
  .pl-xl-3_5,
  .px-xl-3_5 {
    padding-left: 1.25rem !important; }
  .p-xl-3_75 {
    padding: 1.375rem !important; }
  .pt-xl-3_75,
  .py-xl-3_75 {
    padding-top: 1.375rem !important; }
  .pr-xl-3_75,
  .px-xl-3_75 {
    padding-right: 1.375rem !important; }
  .pb-xl-3_75,
  .py-xl-3_75 {
    padding-bottom: 1.375rem !important; }
  .pl-xl-3_75,
  .px-xl-3_75 {
    padding-left: 1.375rem !important; }
  .p-xl-4_15 {
    padding: 1.6875rem !important; }
  .pt-xl-4_15,
  .py-xl-4_15 {
    padding-top: 1.6875rem !important; }
  .pr-xl-4_15,
  .px-xl-4_15 {
    padding-right: 1.6875rem !important; }
  .pb-xl-4_15,
  .py-xl-4_15 {
    padding-bottom: 1.6875rem !important; }
  .pl-xl-4_15,
  .px-xl-4_15 {
    padding-left: 1.6875rem !important; }
  .p-xl-4_25 {
    padding: 1.875rem !important; }
  .pt-xl-4_25,
  .py-xl-4_25 {
    padding-top: 1.875rem !important; }
  .pr-xl-4_25,
  .px-xl-4_25 {
    padding-right: 1.875rem !important; }
  .pb-xl-4_25,
  .py-xl-4_25 {
    padding-bottom: 1.875rem !important; }
  .pl-xl-4_25,
  .px-xl-4_25 {
    padding-left: 1.875rem !important; }
  .p-xl-4_35 {
    padding: 2.0625rem !important; }
  .pt-xl-4_35,
  .py-xl-4_35 {
    padding-top: 2.0625rem !important; }
  .pr-xl-4_35,
  .px-xl-4_35 {
    padding-right: 2.0625rem !important; }
  .pb-xl-4_35,
  .py-xl-4_35 {
    padding-bottom: 2.0625rem !important; }
  .pl-xl-4_35,
  .px-xl-4_35 {
    padding-left: 2.0625rem !important; }
  .p-xl-4_5 {
    padding: 2.25rem !important; }
  .pt-xl-4_5,
  .py-xl-4_5 {
    padding-top: 2.25rem !important; }
  .pr-xl-4_5,
  .px-xl-4_5 {
    padding-right: 2.25rem !important; }
  .pb-xl-4_5,
  .py-xl-4_5 {
    padding-bottom: 2.25rem !important; }
  .pl-xl-4_5,
  .px-xl-4_5 {
    padding-left: 2.25rem !important; }
  .p-xl-4_75 {
    padding: 2.5rem !important; }
  .pt-xl-4_75,
  .py-xl-4_75 {
    padding-top: 2.5rem !important; }
  .pr-xl-4_75,
  .px-xl-4_75 {
    padding-right: 2.5rem !important; }
  .pb-xl-4_75,
  .py-xl-4_75 {
    padding-bottom: 2.5rem !important; }
  .pl-xl-4_75,
  .px-xl-4_75 {
    padding-left: 2.5rem !important; }
  .p-xl-5_15 {
    padding: 3.125rem !important; }
  .pt-xl-5_15,
  .py-xl-5_15 {
    padding-top: 3.125rem !important; }
  .pr-xl-5_15,
  .px-xl-5_15 {
    padding-right: 3.125rem !important; }
  .pb-xl-5_15,
  .py-xl-5_15 {
    padding-bottom: 3.125rem !important; }
  .pl-xl-5_15,
  .px-xl-5_15 {
    padding-left: 3.125rem !important; }
  .p-xl-5_25 {
    padding: 3.5rem !important; }
  .pt-xl-5_25,
  .py-xl-5_25 {
    padding-top: 3.5rem !important; }
  .pr-xl-5_25,
  .px-xl-5_25 {
    padding-right: 3.5rem !important; }
  .pb-xl-5_25,
  .py-xl-5_25 {
    padding-bottom: 3.5rem !important; }
  .pl-xl-5_25,
  .px-xl-5_25 {
    padding-left: 3.5rem !important; }
  .p-xl-5_5 {
    padding: 3.75rem !important; }
  .pt-xl-5_5,
  .py-xl-5_5 {
    padding-top: 3.75rem !important; }
  .pr-xl-5_5,
  .px-xl-5_5 {
    padding-right: 3.75rem !important; }
  .pb-xl-5_5,
  .py-xl-5_5 {
    padding-bottom: 3.75rem !important; }
  .pl-xl-5_5,
  .px-xl-5_5 {
    padding-left: 3.75rem !important; }
  .p-xl-5_75 {
    padding: 4.375rem !important; }
  .pt-xl-5_75,
  .py-xl-5_75 {
    padding-top: 4.375rem !important; }
  .pr-xl-5_75,
  .px-xl-5_75 {
    padding-right: 4.375rem !important; }
  .pb-xl-5_75,
  .py-xl-5_75 {
    padding-bottom: 4.375rem !important; }
  .pl-xl-5_75,
  .px-xl-5_75 {
    padding-left: 4.375rem !important; }
  .p-xl-6 {
    padding: 4.5rem !important; }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 4.5rem !important; }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 4.5rem !important; }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 4.5rem !important; }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 4.5rem !important; }
  .p-xl-6_5 {
    padding: 5rem !important; }
  .pt-xl-6_5,
  .py-xl-6_5 {
    padding-top: 5rem !important; }
  .pr-xl-6_5,
  .px-xl-6_5 {
    padding-right: 5rem !important; }
  .pb-xl-6_5,
  .py-xl-6_5 {
    padding-bottom: 5rem !important; }
  .pl-xl-6_5,
  .px-xl-6_5 {
    padding-left: 5rem !important; }
  .p-xl-6_75 {
    padding: 5.375rem !important; }
  .pt-xl-6_75,
  .py-xl-6_75 {
    padding-top: 5.375rem !important; }
  .pr-xl-6_75,
  .px-xl-6_75 {
    padding-right: 5.375rem !important; }
  .pb-xl-6_75,
  .py-xl-6_75 {
    padding-bottom: 5.375rem !important; }
  .pl-xl-6_75,
  .px-xl-6_75 {
    padding-left: 5.375rem !important; }
  .p-xl-7 {
    padding: 6rem !important; }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 6rem !important; }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 6rem !important; }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 6rem !important; }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 6rem !important; }
  .p-xl-7_5 {
    padding: 6.75rem !important; }
  .pt-xl-7_5,
  .py-xl-7_5 {
    padding-top: 6.75rem !important; }
  .pr-xl-7_5,
  .px-xl-7_5 {
    padding-right: 6.75rem !important; }
  .pb-xl-7_5,
  .py-xl-7_5 {
    padding-bottom: 6.75rem !important; }
  .pl-xl-7_5,
  .px-xl-7_5 {
    padding-left: 6.75rem !important; }
  .p-xl-7_75 {
    padding: 7.25rem !important; }
  .pt-xl-7_75,
  .py-xl-7_75 {
    padding-top: 7.25rem !important; }
  .pr-xl-7_75,
  .px-xl-7_75 {
    padding-right: 7.25rem !important; }
  .pb-xl-7_75,
  .py-xl-7_75 {
    padding-bottom: 7.25rem !important; }
  .pl-xl-7_75,
  .px-xl-7_75 {
    padding-left: 7.25rem !important; }
  .p-xl-8 {
    padding: 7.5rem !important; }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 7.5rem !important; }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 7.5rem !important; }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 7.5rem !important; }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 7.5rem !important; }
  .p-xl-8_5 {
    padding: 8.125rem !important; }
  .pt-xl-8_5,
  .py-xl-8_5 {
    padding-top: 8.125rem !important; }
  .pr-xl-8_5,
  .px-xl-8_5 {
    padding-right: 8.125rem !important; }
  .pb-xl-8_5,
  .py-xl-8_5 {
    padding-bottom: 8.125rem !important; }
  .pl-xl-8_5,
  .px-xl-8_5 {
    padding-left: 8.125rem !important; }
  .p-xl-8_75 {
    padding: 8.4375rem !important; }
  .pt-xl-8_75,
  .py-xl-8_75 {
    padding-top: 8.4375rem !important; }
  .pr-xl-8_75,
  .px-xl-8_75 {
    padding-right: 8.4375rem !important; }
  .pb-xl-8_75,
  .py-xl-8_75 {
    padding-bottom: 8.4375rem !important; }
  .pl-xl-8_75,
  .px-xl-8_75 {
    padding-left: 8.4375rem !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: 10.5rem !important; }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 10.5rem !important; }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 10.5rem !important; }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 10.5rem !important; }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 10.5rem !important; }
  .p-xl-10_25 {
    padding: 11rem !important; }
  .pt-xl-10_25,
  .py-xl-10_25 {
    padding-top: 11rem !important; }
  .pr-xl-10_25,
  .px-xl-10_25 {
    padding-right: 11rem !important; }
  .pb-xl-10_25,
  .py-xl-10_25 {
    padding-bottom: 11rem !important; }
  .pl-xl-10_25,
  .px-xl-10_25 {
    padding-left: 11rem !important; }
  .p-xl-10_5 {
    padding: 11.25rem !important; }
  .pt-xl-10_5,
  .py-xl-10_5 {
    padding-top: 11.25rem !important; }
  .pr-xl-10_5,
  .px-xl-10_5 {
    padding-right: 11.25rem !important; }
  .pb-xl-10_5,
  .py-xl-10_5 {
    padding-bottom: 11.25rem !important; }
  .pl-xl-10_5,
  .px-xl-10_5 {
    padding-left: 11.25rem !important; }
  .p-xl-10_75 {
    padding: 11.5rem !important; }
  .pt-xl-10_75,
  .py-xl-10_75 {
    padding-top: 11.5rem !important; }
  .pr-xl-10_75,
  .px-xl-10_75 {
    padding-right: 11.5rem !important; }
  .pb-xl-10_75,
  .py-xl-10_75 {
    padding-bottom: 11.5rem !important; }
  .pl-xl-10_75,
  .px-xl-10_75 {
    padding-left: 11.5rem !important; }
  .p-xl-11 {
    padding: 12rem !important; }
  .pt-xl-11,
  .py-xl-11 {
    padding-top: 12rem !important; }
  .pr-xl-11,
  .px-xl-11 {
    padding-right: 12rem !important; }
  .pb-xl-11,
  .py-xl-11 {
    padding-bottom: 12rem !important; }
  .pl-xl-11,
  .px-xl-11 {
    padding-left: 12rem !important; }
  .p-xl-12 {
    padding: 13.5rem !important; }
  .pt-xl-12,
  .py-xl-12 {
    padding-top: 13.5rem !important; }
  .pr-xl-12,
  .px-xl-12 {
    padding-right: 13.5rem !important; }
  .pb-xl-12,
  .py-xl-12 {
    padding-bottom: 13.5rem !important; }
  .pl-xl-12,
  .px-xl-12 {
    padding-left: 13.5rem !important; }
  .p-xl-13 {
    padding: 15rem !important; }
  .pt-xl-13,
  .py-xl-13 {
    padding-top: 15rem !important; }
  .pr-xl-13,
  .px-xl-13 {
    padding-right: 15rem !important; }
  .pb-xl-13,
  .py-xl-13 {
    padding-bottom: 15rem !important; }
  .pl-xl-13,
  .px-xl-13 {
    padding-left: 15rem !important; }
  .p-xl-14 {
    padding: 16.6rem !important; }
  .pt-xl-14,
  .py-xl-14 {
    padding-top: 16.6rem !important; }
  .pr-xl-14,
  .px-xl-14 {
    padding-right: 16.6rem !important; }
  .pb-xl-14,
  .py-xl-14 {
    padding-bottom: 16.6rem !important; }
  .pl-xl-14,
  .px-xl-14 {
    padding-left: 16.6rem !important; }
  .p-xl-15 {
    padding: 18rem !important; }
  .pt-xl-15,
  .py-xl-15 {
    padding-top: 18rem !important; }
  .pr-xl-15,
  .px-xl-15 {
    padding-right: 18rem !important; }
  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 18rem !important; }
  .pl-xl-15,
  .px-xl-15 {
    padding-left: 18rem !important; }
  .p-xl-16 {
    padding: 19.5rem !important; }
  .pt-xl-16,
  .py-xl-16 {
    padding-top: 19.5rem !important; }
  .pr-xl-16,
  .px-xl-16 {
    padding-right: 19.5rem !important; }
  .pb-xl-16,
  .py-xl-16 {
    padding-bottom: 19.5rem !important; }
  .pl-xl-16,
  .px-xl-16 {
    padding-left: 19.5rem !important; }
  .p-xl-17 {
    padding: 21rem !important; }
  .pt-xl-17,
  .py-xl-17 {
    padding-top: 21rem !important; }
  .pr-xl-17,
  .px-xl-17 {
    padding-right: 21rem !important; }
  .pb-xl-17,
  .py-xl-17 {
    padding-bottom: 21rem !important; }
  .pl-xl-17,
  .px-xl-17 {
    padding-left: 21rem !important; }
  .p-xl-18 {
    padding: 22.5rem !important; }
  .pt-xl-18,
  .py-xl-18 {
    padding-top: 22.5rem !important; }
  .pr-xl-18,
  .px-xl-18 {
    padding-right: 22.5rem !important; }
  .pb-xl-18,
  .py-xl-18 {
    padding-bottom: 22.5rem !important; }
  .pl-xl-18,
  .px-xl-18 {
    padding-left: 22.5rem !important; }
  .p-xl-19 {
    padding: 24rem !important; }
  .pt-xl-19,
  .py-xl-19 {
    padding-top: 24rem !important; }
  .pr-xl-19,
  .px-xl-19 {
    padding-right: 24rem !important; }
  .pb-xl-19,
  .py-xl-19 {
    padding-bottom: 24rem !important; }
  .pl-xl-19,
  .px-xl-19 {
    padding-left: 24rem !important; }
  .p-xl-20 {
    padding: 25.5rem !important; }
  .pt-xl-20,
  .py-xl-20 {
    padding-top: 25.5rem !important; }
  .pr-xl-20,
  .px-xl-20 {
    padding-right: 25.5rem !important; }
  .pb-xl-20,
  .py-xl-20 {
    padding-bottom: 25.5rem !important; }
  .pl-xl-20,
  .px-xl-20 {
    padding-left: 25.5rem !important; }
  .p-xl-21 {
    padding: 27rem !important; }
  .pt-xl-21,
  .py-xl-21 {
    padding-top: 27rem !important; }
  .pr-xl-21,
  .px-xl-21 {
    padding-right: 27rem !important; }
  .pb-xl-21,
  .py-xl-21 {
    padding-bottom: 27rem !important; }
  .pl-xl-21,
  .px-xl-21 {
    padding-left: 27rem !important; }
  .p-xl-22 {
    padding: 28.5rem !important; }
  .pt-xl-22,
  .py-xl-22 {
    padding-top: 28.5rem !important; }
  .pr-xl-22,
  .px-xl-22 {
    padding-right: 28.5rem !important; }
  .pb-xl-22,
  .py-xl-22 {
    padding-bottom: 28.5rem !important; }
  .pl-xl-22,
  .px-xl-22 {
    padding-left: 28.5rem !important; }
  .p-xl-23 {
    padding: 30rem !important; }
  .pt-xl-23,
  .py-xl-23 {
    padding-top: 30rem !important; }
  .pr-xl-23,
  .px-xl-23 {
    padding-right: 30rem !important; }
  .pb-xl-23,
  .py-xl-23 {
    padding-bottom: 30rem !important; }
  .pl-xl-23,
  .px-xl-23 {
    padding-left: 30rem !important; }
  .p-xl-24 {
    padding: 31.5rem !important; }
  .pt-xl-24,
  .py-xl-24 {
    padding-top: 31.5rem !important; }
  .pr-xl-24,
  .px-xl-24 {
    padding-right: 31.5rem !important; }
  .pb-xl-24,
  .py-xl-24 {
    padding-bottom: 31.5rem !important; }
  .pl-xl-24,
  .px-xl-24 {
    padding-left: 31.5rem !important; }
  .p-xl-25 {
    padding: 33rem !important; }
  .pt-xl-25,
  .py-xl-25 {
    padding-top: 33rem !important; }
  .pr-xl-25,
  .px-xl-25 {
    padding-right: 33rem !important; }
  .pb-xl-25,
  .py-xl-25 {
    padding-bottom: 33rem !important; }
  .pl-xl-25,
  .px-xl-25 {
    padding-left: 33rem !important; }
  .p-xl-26 {
    padding: 34.5rem !important; }
  .pt-xl-26,
  .py-xl-26 {
    padding-top: 34.5rem !important; }
  .pr-xl-26,
  .px-xl-26 {
    padding-right: 34.5rem !important; }
  .pb-xl-26,
  .py-xl-26 {
    padding-bottom: 34.5rem !important; }
  .pl-xl-26,
  .px-xl-26 {
    padding-left: 34.5rem !important; }
  .p-xl-27 {
    padding: 36rem !important; }
  .pt-xl-27,
  .py-xl-27 {
    padding-top: 36rem !important; }
  .pr-xl-27,
  .px-xl-27 {
    padding-right: 36rem !important; }
  .pb-xl-27,
  .py-xl-27 {
    padding-bottom: 36rem !important; }
  .pl-xl-27,
  .px-xl-27 {
    padding-left: 36rem !important; }
  .p-xl-28 {
    padding: 37.5rem !important; }
  .pt-xl-28,
  .py-xl-28 {
    padding-top: 37.5rem !important; }
  .pr-xl-28,
  .px-xl-28 {
    padding-right: 37.5rem !important; }
  .pb-xl-28,
  .py-xl-28 {
    padding-bottom: 37.5rem !important; }
  .pl-xl-28,
  .px-xl-28 {
    padding-left: 37.5rem !important; }
  .p-xl-29 {
    padding: 39rem !important; }
  .pt-xl-29,
  .py-xl-29 {
    padding-top: 39rem !important; }
  .pr-xl-29,
  .px-xl-29 {
    padding-right: 39rem !important; }
  .pb-xl-29,
  .py-xl-29 {
    padding-bottom: 39rem !important; }
  .pl-xl-29,
  .px-xl-29 {
    padding-left: 39rem !important; }
  .p-xl-30 {
    padding: 40.5rem !important; }
  .pt-xl-30,
  .py-xl-30 {
    padding-top: 40.5rem !important; }
  .pr-xl-30,
  .px-xl-30 {
    padding-right: 40.5rem !important; }
  .pb-xl-30,
  .py-xl-30 {
    padding-bottom: 40.5rem !important; }
  .pl-xl-30,
  .px-xl-30 {
    padding-left: 40.5rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-n1_5 {
    margin: -0.375rem !important; }
  .mt-xl-n1_5,
  .my-xl-n1_5 {
    margin-top: -0.375rem !important; }
  .mr-xl-n1_5,
  .mx-xl-n1_5 {
    margin-right: -0.375rem !important; }
  .mb-xl-n1_5,
  .my-xl-n1_5 {
    margin-bottom: -0.375rem !important; }
  .ml-xl-n1_5,
  .mx-xl-n1_5 {
    margin-left: -0.375rem !important; }
  .m-xl-n2_25 {
    margin: -0.55rem !important; }
  .mt-xl-n2_25,
  .my-xl-n2_25 {
    margin-top: -0.55rem !important; }
  .mr-xl-n2_25,
  .mx-xl-n2_25 {
    margin-right: -0.55rem !important; }
  .mb-xl-n2_25,
  .my-xl-n2_25 {
    margin-bottom: -0.55rem !important; }
  .ml-xl-n2_25,
  .mx-xl-n2_25 {
    margin-left: -0.55rem !important; }
  .m-xl-n2_35 {
    margin: -0.625rem !important; }
  .mt-xl-n2_35,
  .my-xl-n2_35 {
    margin-top: -0.625rem !important; }
  .mr-xl-n2_35,
  .mx-xl-n2_35 {
    margin-right: -0.625rem !important; }
  .mb-xl-n2_35,
  .my-xl-n2_35 {
    margin-bottom: -0.625rem !important; }
  .ml-xl-n2_35,
  .mx-xl-n2_35 {
    margin-left: -0.625rem !important; }
  .m-xl-n2_5 {
    margin: -0.75rem !important; }
  .mt-xl-n2_5,
  .my-xl-n2_5 {
    margin-top: -0.75rem !important; }
  .mr-xl-n2_5,
  .mx-xl-n2_5 {
    margin-right: -0.75rem !important; }
  .mb-xl-n2_5,
  .my-xl-n2_5 {
    margin-bottom: -0.75rem !important; }
  .ml-xl-n2_5,
  .mx-xl-n2_5 {
    margin-left: -0.75rem !important; }
  .m-xl-n2_75 {
    margin: -0.875rem !important; }
  .mt-xl-n2_75,
  .my-xl-n2_75 {
    margin-top: -0.875rem !important; }
  .mr-xl-n2_75,
  .mx-xl-n2_75 {
    margin-right: -0.875rem !important; }
  .mb-xl-n2_75,
  .my-xl-n2_75 {
    margin-bottom: -0.875rem !important; }
  .ml-xl-n2_75,
  .mx-xl-n2_75 {
    margin-left: -0.875rem !important; }
  .m-xl-n3_25 {
    margin: -1.125rem !important; }
  .mt-xl-n3_25,
  .my-xl-n3_25 {
    margin-top: -1.125rem !important; }
  .mr-xl-n3_25,
  .mx-xl-n3_25 {
    margin-right: -1.125rem !important; }
  .mb-xl-n3_25,
  .my-xl-n3_25 {
    margin-bottom: -1.125rem !important; }
  .ml-xl-n3_25,
  .mx-xl-n3_25 {
    margin-left: -1.125rem !important; }
  .m-xl-n3_5 {
    margin: -1.25rem !important; }
  .mt-xl-n3_5,
  .my-xl-n3_5 {
    margin-top: -1.25rem !important; }
  .mr-xl-n3_5,
  .mx-xl-n3_5 {
    margin-right: -1.25rem !important; }
  .mb-xl-n3_5,
  .my-xl-n3_5 {
    margin-bottom: -1.25rem !important; }
  .ml-xl-n3_5,
  .mx-xl-n3_5 {
    margin-left: -1.25rem !important; }
  .m-xl-n3_75 {
    margin: -1.375rem !important; }
  .mt-xl-n3_75,
  .my-xl-n3_75 {
    margin-top: -1.375rem !important; }
  .mr-xl-n3_75,
  .mx-xl-n3_75 {
    margin-right: -1.375rem !important; }
  .mb-xl-n3_75,
  .my-xl-n3_75 {
    margin-bottom: -1.375rem !important; }
  .ml-xl-n3_75,
  .mx-xl-n3_75 {
    margin-left: -1.375rem !important; }
  .m-xl-n4_15 {
    margin: -1.6875rem !important; }
  .mt-xl-n4_15,
  .my-xl-n4_15 {
    margin-top: -1.6875rem !important; }
  .mr-xl-n4_15,
  .mx-xl-n4_15 {
    margin-right: -1.6875rem !important; }
  .mb-xl-n4_15,
  .my-xl-n4_15 {
    margin-bottom: -1.6875rem !important; }
  .ml-xl-n4_15,
  .mx-xl-n4_15 {
    margin-left: -1.6875rem !important; }
  .m-xl-n4_25 {
    margin: -1.875rem !important; }
  .mt-xl-n4_25,
  .my-xl-n4_25 {
    margin-top: -1.875rem !important; }
  .mr-xl-n4_25,
  .mx-xl-n4_25 {
    margin-right: -1.875rem !important; }
  .mb-xl-n4_25,
  .my-xl-n4_25 {
    margin-bottom: -1.875rem !important; }
  .ml-xl-n4_25,
  .mx-xl-n4_25 {
    margin-left: -1.875rem !important; }
  .m-xl-n4_35 {
    margin: -2.0625rem !important; }
  .mt-xl-n4_35,
  .my-xl-n4_35 {
    margin-top: -2.0625rem !important; }
  .mr-xl-n4_35,
  .mx-xl-n4_35 {
    margin-right: -2.0625rem !important; }
  .mb-xl-n4_35,
  .my-xl-n4_35 {
    margin-bottom: -2.0625rem !important; }
  .ml-xl-n4_35,
  .mx-xl-n4_35 {
    margin-left: -2.0625rem !important; }
  .m-xl-n4_5 {
    margin: -2.25rem !important; }
  .mt-xl-n4_5,
  .my-xl-n4_5 {
    margin-top: -2.25rem !important; }
  .mr-xl-n4_5,
  .mx-xl-n4_5 {
    margin-right: -2.25rem !important; }
  .mb-xl-n4_5,
  .my-xl-n4_5 {
    margin-bottom: -2.25rem !important; }
  .ml-xl-n4_5,
  .mx-xl-n4_5 {
    margin-left: -2.25rem !important; }
  .m-xl-n4_75 {
    margin: -2.5rem !important; }
  .mt-xl-n4_75,
  .my-xl-n4_75 {
    margin-top: -2.5rem !important; }
  .mr-xl-n4_75,
  .mx-xl-n4_75 {
    margin-right: -2.5rem !important; }
  .mb-xl-n4_75,
  .my-xl-n4_75 {
    margin-bottom: -2.5rem !important; }
  .ml-xl-n4_75,
  .mx-xl-n4_75 {
    margin-left: -2.5rem !important; }
  .m-xl-n5_15 {
    margin: -3.125rem !important; }
  .mt-xl-n5_15,
  .my-xl-n5_15 {
    margin-top: -3.125rem !important; }
  .mr-xl-n5_15,
  .mx-xl-n5_15 {
    margin-right: -3.125rem !important; }
  .mb-xl-n5_15,
  .my-xl-n5_15 {
    margin-bottom: -3.125rem !important; }
  .ml-xl-n5_15,
  .mx-xl-n5_15 {
    margin-left: -3.125rem !important; }
  .m-xl-n5_25 {
    margin: -3.5rem !important; }
  .mt-xl-n5_25,
  .my-xl-n5_25 {
    margin-top: -3.5rem !important; }
  .mr-xl-n5_25,
  .mx-xl-n5_25 {
    margin-right: -3.5rem !important; }
  .mb-xl-n5_25,
  .my-xl-n5_25 {
    margin-bottom: -3.5rem !important; }
  .ml-xl-n5_25,
  .mx-xl-n5_25 {
    margin-left: -3.5rem !important; }
  .m-xl-n5_5 {
    margin: -3.75rem !important; }
  .mt-xl-n5_5,
  .my-xl-n5_5 {
    margin-top: -3.75rem !important; }
  .mr-xl-n5_5,
  .mx-xl-n5_5 {
    margin-right: -3.75rem !important; }
  .mb-xl-n5_5,
  .my-xl-n5_5 {
    margin-bottom: -3.75rem !important; }
  .ml-xl-n5_5,
  .mx-xl-n5_5 {
    margin-left: -3.75rem !important; }
  .m-xl-n5_75 {
    margin: -4.375rem !important; }
  .mt-xl-n5_75,
  .my-xl-n5_75 {
    margin-top: -4.375rem !important; }
  .mr-xl-n5_75,
  .mx-xl-n5_75 {
    margin-right: -4.375rem !important; }
  .mb-xl-n5_75,
  .my-xl-n5_75 {
    margin-bottom: -4.375rem !important; }
  .ml-xl-n5_75,
  .mx-xl-n5_75 {
    margin-left: -4.375rem !important; }
  .m-xl-n6 {
    margin: -4.5rem !important; }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -4.5rem !important; }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -4.5rem !important; }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -4.5rem !important; }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -4.5rem !important; }
  .m-xl-n6_5 {
    margin: -5rem !important; }
  .mt-xl-n6_5,
  .my-xl-n6_5 {
    margin-top: -5rem !important; }
  .mr-xl-n6_5,
  .mx-xl-n6_5 {
    margin-right: -5rem !important; }
  .mb-xl-n6_5,
  .my-xl-n6_5 {
    margin-bottom: -5rem !important; }
  .ml-xl-n6_5,
  .mx-xl-n6_5 {
    margin-left: -5rem !important; }
  .m-xl-n6_75 {
    margin: -5.375rem !important; }
  .mt-xl-n6_75,
  .my-xl-n6_75 {
    margin-top: -5.375rem !important; }
  .mr-xl-n6_75,
  .mx-xl-n6_75 {
    margin-right: -5.375rem !important; }
  .mb-xl-n6_75,
  .my-xl-n6_75 {
    margin-bottom: -5.375rem !important; }
  .ml-xl-n6_75,
  .mx-xl-n6_75 {
    margin-left: -5.375rem !important; }
  .m-xl-n7 {
    margin: -6rem !important; }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -6rem !important; }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -6rem !important; }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -6rem !important; }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -6rem !important; }
  .m-xl-n7_5 {
    margin: -6.75rem !important; }
  .mt-xl-n7_5,
  .my-xl-n7_5 {
    margin-top: -6.75rem !important; }
  .mr-xl-n7_5,
  .mx-xl-n7_5 {
    margin-right: -6.75rem !important; }
  .mb-xl-n7_5,
  .my-xl-n7_5 {
    margin-bottom: -6.75rem !important; }
  .ml-xl-n7_5,
  .mx-xl-n7_5 {
    margin-left: -6.75rem !important; }
  .m-xl-n7_75 {
    margin: -7.25rem !important; }
  .mt-xl-n7_75,
  .my-xl-n7_75 {
    margin-top: -7.25rem !important; }
  .mr-xl-n7_75,
  .mx-xl-n7_75 {
    margin-right: -7.25rem !important; }
  .mb-xl-n7_75,
  .my-xl-n7_75 {
    margin-bottom: -7.25rem !important; }
  .ml-xl-n7_75,
  .mx-xl-n7_75 {
    margin-left: -7.25rem !important; }
  .m-xl-n8 {
    margin: -7.5rem !important; }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -7.5rem !important; }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -7.5rem !important; }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -7.5rem !important; }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -7.5rem !important; }
  .m-xl-n8_5 {
    margin: -8.125rem !important; }
  .mt-xl-n8_5,
  .my-xl-n8_5 {
    margin-top: -8.125rem !important; }
  .mr-xl-n8_5,
  .mx-xl-n8_5 {
    margin-right: -8.125rem !important; }
  .mb-xl-n8_5,
  .my-xl-n8_5 {
    margin-bottom: -8.125rem !important; }
  .ml-xl-n8_5,
  .mx-xl-n8_5 {
    margin-left: -8.125rem !important; }
  .m-xl-n8_75 {
    margin: -8.4375rem !important; }
  .mt-xl-n8_75,
  .my-xl-n8_75 {
    margin-top: -8.4375rem !important; }
  .mr-xl-n8_75,
  .mx-xl-n8_75 {
    margin-right: -8.4375rem !important; }
  .mb-xl-n8_75,
  .my-xl-n8_75 {
    margin-bottom: -8.4375rem !important; }
  .ml-xl-n8_75,
  .mx-xl-n8_75 {
    margin-left: -8.4375rem !important; }
  .m-xl-n9 {
    margin: -9rem !important; }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -9rem !important; }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -9rem !important; }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -9rem !important; }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -9rem !important; }
  .m-xl-n10 {
    margin: -10.5rem !important; }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -10.5rem !important; }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -10.5rem !important; }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -10.5rem !important; }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -10.5rem !important; }
  .m-xl-n10_25 {
    margin: -11rem !important; }
  .mt-xl-n10_25,
  .my-xl-n10_25 {
    margin-top: -11rem !important; }
  .mr-xl-n10_25,
  .mx-xl-n10_25 {
    margin-right: -11rem !important; }
  .mb-xl-n10_25,
  .my-xl-n10_25 {
    margin-bottom: -11rem !important; }
  .ml-xl-n10_25,
  .mx-xl-n10_25 {
    margin-left: -11rem !important; }
  .m-xl-n10_5 {
    margin: -11.25rem !important; }
  .mt-xl-n10_5,
  .my-xl-n10_5 {
    margin-top: -11.25rem !important; }
  .mr-xl-n10_5,
  .mx-xl-n10_5 {
    margin-right: -11.25rem !important; }
  .mb-xl-n10_5,
  .my-xl-n10_5 {
    margin-bottom: -11.25rem !important; }
  .ml-xl-n10_5,
  .mx-xl-n10_5 {
    margin-left: -11.25rem !important; }
  .m-xl-n10_75 {
    margin: -11.5rem !important; }
  .mt-xl-n10_75,
  .my-xl-n10_75 {
    margin-top: -11.5rem !important; }
  .mr-xl-n10_75,
  .mx-xl-n10_75 {
    margin-right: -11.5rem !important; }
  .mb-xl-n10_75,
  .my-xl-n10_75 {
    margin-bottom: -11.5rem !important; }
  .ml-xl-n10_75,
  .mx-xl-n10_75 {
    margin-left: -11.5rem !important; }
  .m-xl-n11 {
    margin: -12rem !important; }
  .mt-xl-n11,
  .my-xl-n11 {
    margin-top: -12rem !important; }
  .mr-xl-n11,
  .mx-xl-n11 {
    margin-right: -12rem !important; }
  .mb-xl-n11,
  .my-xl-n11 {
    margin-bottom: -12rem !important; }
  .ml-xl-n11,
  .mx-xl-n11 {
    margin-left: -12rem !important; }
  .m-xl-n12 {
    margin: -13.5rem !important; }
  .mt-xl-n12,
  .my-xl-n12 {
    margin-top: -13.5rem !important; }
  .mr-xl-n12,
  .mx-xl-n12 {
    margin-right: -13.5rem !important; }
  .mb-xl-n12,
  .my-xl-n12 {
    margin-bottom: -13.5rem !important; }
  .ml-xl-n12,
  .mx-xl-n12 {
    margin-left: -13.5rem !important; }
  .m-xl-n13 {
    margin: -15rem !important; }
  .mt-xl-n13,
  .my-xl-n13 {
    margin-top: -15rem !important; }
  .mr-xl-n13,
  .mx-xl-n13 {
    margin-right: -15rem !important; }
  .mb-xl-n13,
  .my-xl-n13 {
    margin-bottom: -15rem !important; }
  .ml-xl-n13,
  .mx-xl-n13 {
    margin-left: -15rem !important; }
  .m-xl-n14 {
    margin: -16.6rem !important; }
  .mt-xl-n14,
  .my-xl-n14 {
    margin-top: -16.6rem !important; }
  .mr-xl-n14,
  .mx-xl-n14 {
    margin-right: -16.6rem !important; }
  .mb-xl-n14,
  .my-xl-n14 {
    margin-bottom: -16.6rem !important; }
  .ml-xl-n14,
  .mx-xl-n14 {
    margin-left: -16.6rem !important; }
  .m-xl-n15 {
    margin: -18rem !important; }
  .mt-xl-n15,
  .my-xl-n15 {
    margin-top: -18rem !important; }
  .mr-xl-n15,
  .mx-xl-n15 {
    margin-right: -18rem !important; }
  .mb-xl-n15,
  .my-xl-n15 {
    margin-bottom: -18rem !important; }
  .ml-xl-n15,
  .mx-xl-n15 {
    margin-left: -18rem !important; }
  .m-xl-n16 {
    margin: -19.5rem !important; }
  .mt-xl-n16,
  .my-xl-n16 {
    margin-top: -19.5rem !important; }
  .mr-xl-n16,
  .mx-xl-n16 {
    margin-right: -19.5rem !important; }
  .mb-xl-n16,
  .my-xl-n16 {
    margin-bottom: -19.5rem !important; }
  .ml-xl-n16,
  .mx-xl-n16 {
    margin-left: -19.5rem !important; }
  .m-xl-n17 {
    margin: -21rem !important; }
  .mt-xl-n17,
  .my-xl-n17 {
    margin-top: -21rem !important; }
  .mr-xl-n17,
  .mx-xl-n17 {
    margin-right: -21rem !important; }
  .mb-xl-n17,
  .my-xl-n17 {
    margin-bottom: -21rem !important; }
  .ml-xl-n17,
  .mx-xl-n17 {
    margin-left: -21rem !important; }
  .m-xl-n18 {
    margin: -22.5rem !important; }
  .mt-xl-n18,
  .my-xl-n18 {
    margin-top: -22.5rem !important; }
  .mr-xl-n18,
  .mx-xl-n18 {
    margin-right: -22.5rem !important; }
  .mb-xl-n18,
  .my-xl-n18 {
    margin-bottom: -22.5rem !important; }
  .ml-xl-n18,
  .mx-xl-n18 {
    margin-left: -22.5rem !important; }
  .m-xl-n19 {
    margin: -24rem !important; }
  .mt-xl-n19,
  .my-xl-n19 {
    margin-top: -24rem !important; }
  .mr-xl-n19,
  .mx-xl-n19 {
    margin-right: -24rem !important; }
  .mb-xl-n19,
  .my-xl-n19 {
    margin-bottom: -24rem !important; }
  .ml-xl-n19,
  .mx-xl-n19 {
    margin-left: -24rem !important; }
  .m-xl-n20 {
    margin: -25.5rem !important; }
  .mt-xl-n20,
  .my-xl-n20 {
    margin-top: -25.5rem !important; }
  .mr-xl-n20,
  .mx-xl-n20 {
    margin-right: -25.5rem !important; }
  .mb-xl-n20,
  .my-xl-n20 {
    margin-bottom: -25.5rem !important; }
  .ml-xl-n20,
  .mx-xl-n20 {
    margin-left: -25.5rem !important; }
  .m-xl-n21 {
    margin: -27rem !important; }
  .mt-xl-n21,
  .my-xl-n21 {
    margin-top: -27rem !important; }
  .mr-xl-n21,
  .mx-xl-n21 {
    margin-right: -27rem !important; }
  .mb-xl-n21,
  .my-xl-n21 {
    margin-bottom: -27rem !important; }
  .ml-xl-n21,
  .mx-xl-n21 {
    margin-left: -27rem !important; }
  .m-xl-n22 {
    margin: -28.5rem !important; }
  .mt-xl-n22,
  .my-xl-n22 {
    margin-top: -28.5rem !important; }
  .mr-xl-n22,
  .mx-xl-n22 {
    margin-right: -28.5rem !important; }
  .mb-xl-n22,
  .my-xl-n22 {
    margin-bottom: -28.5rem !important; }
  .ml-xl-n22,
  .mx-xl-n22 {
    margin-left: -28.5rem !important; }
  .m-xl-n23 {
    margin: -30rem !important; }
  .mt-xl-n23,
  .my-xl-n23 {
    margin-top: -30rem !important; }
  .mr-xl-n23,
  .mx-xl-n23 {
    margin-right: -30rem !important; }
  .mb-xl-n23,
  .my-xl-n23 {
    margin-bottom: -30rem !important; }
  .ml-xl-n23,
  .mx-xl-n23 {
    margin-left: -30rem !important; }
  .m-xl-n24 {
    margin: -31.5rem !important; }
  .mt-xl-n24,
  .my-xl-n24 {
    margin-top: -31.5rem !important; }
  .mr-xl-n24,
  .mx-xl-n24 {
    margin-right: -31.5rem !important; }
  .mb-xl-n24,
  .my-xl-n24 {
    margin-bottom: -31.5rem !important; }
  .ml-xl-n24,
  .mx-xl-n24 {
    margin-left: -31.5rem !important; }
  .m-xl-n25 {
    margin: -33rem !important; }
  .mt-xl-n25,
  .my-xl-n25 {
    margin-top: -33rem !important; }
  .mr-xl-n25,
  .mx-xl-n25 {
    margin-right: -33rem !important; }
  .mb-xl-n25,
  .my-xl-n25 {
    margin-bottom: -33rem !important; }
  .ml-xl-n25,
  .mx-xl-n25 {
    margin-left: -33rem !important; }
  .m-xl-n26 {
    margin: -34.5rem !important; }
  .mt-xl-n26,
  .my-xl-n26 {
    margin-top: -34.5rem !important; }
  .mr-xl-n26,
  .mx-xl-n26 {
    margin-right: -34.5rem !important; }
  .mb-xl-n26,
  .my-xl-n26 {
    margin-bottom: -34.5rem !important; }
  .ml-xl-n26,
  .mx-xl-n26 {
    margin-left: -34.5rem !important; }
  .m-xl-n27 {
    margin: -36rem !important; }
  .mt-xl-n27,
  .my-xl-n27 {
    margin-top: -36rem !important; }
  .mr-xl-n27,
  .mx-xl-n27 {
    margin-right: -36rem !important; }
  .mb-xl-n27,
  .my-xl-n27 {
    margin-bottom: -36rem !important; }
  .ml-xl-n27,
  .mx-xl-n27 {
    margin-left: -36rem !important; }
  .m-xl-n28 {
    margin: -37.5rem !important; }
  .mt-xl-n28,
  .my-xl-n28 {
    margin-top: -37.5rem !important; }
  .mr-xl-n28,
  .mx-xl-n28 {
    margin-right: -37.5rem !important; }
  .mb-xl-n28,
  .my-xl-n28 {
    margin-bottom: -37.5rem !important; }
  .ml-xl-n28,
  .mx-xl-n28 {
    margin-left: -37.5rem !important; }
  .m-xl-n29 {
    margin: -39rem !important; }
  .mt-xl-n29,
  .my-xl-n29 {
    margin-top: -39rem !important; }
  .mr-xl-n29,
  .mx-xl-n29 {
    margin-right: -39rem !important; }
  .mb-xl-n29,
  .my-xl-n29 {
    margin-bottom: -39rem !important; }
  .ml-xl-n29,
  .mx-xl-n29 {
    margin-left: -39rem !important; }
  .m-xl-n30 {
    margin: -40.5rem !important; }
  .mt-xl-n30,
  .my-xl-n30 {
    margin-top: -40.5rem !important; }
  .mr-xl-n30,
  .mx-xl-n30 {
    margin-right: -40.5rem !important; }
  .mb-xl-n30,
  .my-xl-n30 {
    margin-bottom: -40.5rem !important; }
  .ml-xl-n30,
  .mx-xl-n30 {
    margin-left: -40.5rem !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; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #309dfc !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0377dc !important; }

.text-secondary {
  color: #868e96 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #60686f !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #0073cc !important; }

a.text-info:hover, a.text-info:focus {
  color: #004880 !important; }

.text-warning {
  color: #f26522 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #bc440b !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f5f8fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #c2d4e1 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-blue-dark {
  color: #001e60 !important; }

a.text-blue-dark:hover, a.text-blue-dark:focus {
  color: #000614 !important; }

.text-gray-medium {
  color: #4e5969 !important; }

a.text-gray-medium:hover, a.text-gray-medium:focus {
  color: #2d343d !important; }

.text-black {
  color: #000 !important; }

a.text-black:hover, a.text-black:focus {
  color: black !important; }

.text-body {
  color: #4e5969 !important; }

.text-muted {
  color: #868e96 !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #e3e9ed; }
  .table .thead-dark th {
    color: inherit;
    border-color: #e3e9ed; } }

.font-h1 {
  font-size: 1.5rem !important; }

.font-h2 {
  font-size: 1.25rem !important; }

.font-h3 {
  font-size: 1.125rem !important; }

.font-h4 {
  font-size: 1rem !important; }

.font-link {
  font-size: 0.875rem !important; }

.font-body {
  font-size: 0.9375rem !important; }

.font-caption {
  font-size: 0.75rem !important; }

.font-9 {
  font-size: 0.5625rem !important; }

.font-10 {
  font-size: 0.625rem !important; }

.font-11 {
  font-size: 0.6875rem !important; }

.font-13 {
  font-size: 0.8125rem !important; }

.font-16 {
  font-size: 1rem !important; }

.font-17 {
  font-size: 1.0625rem !important; }

.font-19 {
  font-size: 1.1875rem !important; }

.font-20 {
  font-size: 1.25rem !important; }

.font-21 {
  font-size: 1.3125rem !important; }

.font-22 {
  font-size: 1.375rem !important; }

.font-23 {
  font-size: 1.4375rem !important; }

.font-25 {
  font-size: 1.5625rem !important; }

.font-26 {
  font-size: 1.625rem !important; }

.font-28 {
  font-size: 1.75rem !important; }

.font-29 {
  font-size: 1.8125rem !important; }

.font-31 {
  font-size: 1.9375rem !important; }

.font-33 {
  font-size: 2.0625rem !important; }

.font-34 {
  font-size: 2.125rem !important; }

.font-35 {
  font-size: 2.1875rem !important; }

.font-37 {
  font-size: 2.3125rem !important; }

.font-40 {
  font-size: 2.5rem !important; }

.font-42 {
  font-size: 2.625rem !important; }

.font-43 {
  font-size: 2.6875rem !important; }

.font-45 {
  font-size: 2.8125rem !important; }

.font-50 {
  font-size: 3.125rem !important; }

.font-small {
  font-size: 80% !important; }

.font-weight-ultralight {
  font-weight: 100 !important; }

.font-weight-semibold {
  font-weight: 600 !important; }

.font-weight-bold {
  font-weight: bold !important; }

.font-weight-bolder {
  font-weight: 800 !important; }

.text-gray {
  color: #868e96 !important; }

.line-height-sm {
  line-height: 1.1666666667 !important; }

.line-height-body {
  line-height: 1.3333333333 !important; }

.line-height-lg {
  line-height: 1.3888888889 !important; }

.line-height-llg {
  line-height: 1.4667 !important; }

.line-height-1 {
  line-height: 1 !important; }

.line-height-xl {
  line-height: 1.6666666667 !important; }

.height-40 {
  height: 40px !important; }

.height-45 {
  height: 45px !important; }

.height-46 {
  height: 46px !important; }

.height-47 {
  height: 47px !important; }

.height-48 {
  height: 48px !important; }

.height-49 {
  height: 49px !important; }

.height-50 {
  height: 50px !important; }

.text-underline {
  text-decoration: underline !important; }

.min-width-0 {
  min-width: 0 !important; }

.min-height-0 {
  min-height: 0 !important; }

.max-height-none {
  max-height: none !important; }

.width-auto {
  width: auto !important; }

.rounded-0 {
  border-radius: 0 !important; }

.rounded-xs {
  border-radius: 0.125rem !important; }

.rounded-sm {
  border-radius: 0.3125rem !important; }

.rounded-md {
  border-radius: 0.5rem !important; }

.rounded-20 {
  border-radius: 1.25rem !important; }

.rounded-lg {
  border-radius: 0.625rem !important; }

.resize-none {
  resize: none !important; }

.rotate-0 {
  -webkit-transform: rotate(0) !important;
      -ms-transform: rotate(0) !important;
          transform: rotate(0) !important; }

.rotate-45 {
  -webkit-transform: rotate(45deg) !important;
      -ms-transform: rotate(45deg) !important;
          transform: rotate(45deg) !important; }

.rotate--45 {
  -webkit-transform: rotate(-45deg) !important;
      -ms-transform: rotate(-45deg) !important;
          transform: rotate(-45deg) !important; }

.rotate-90 {
  -webkit-transform: rotate(90deg) !important;
      -ms-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important; }

.rotate--90 {
  -webkit-transform: rotate(-90deg) !important;
      -ms-transform: rotate(-90deg) !important;
          transform: rotate(-90deg) !important; }

.rotate-120 {
  -webkit-transform: rotate(120deg) !important;
      -ms-transform: rotate(120deg) !important;
          transform: rotate(120deg) !important; }

.rotate--120 {
  -webkit-transform: rotate(-120deg) !important;
      -ms-transform: rotate(-120deg) !important;
          transform: rotate(-120deg) !important; }

.rotate-180 {
  -webkit-transform: rotate(180deg) !important;
      -ms-transform: rotate(180deg) !important;
          transform: rotate(180deg) !important; }

.rotate--180 {
  -webkit-transform: rotate(-180deg) !important;
      -ms-transform: rotate(-180deg) !important;
          transform: rotate(-180deg) !important; }

.rotate-270 {
  -webkit-transform: rotate(270deg) !important;
      -ms-transform: rotate(270deg) !important;
          transform: rotate(270deg) !important; }

.rotate--270 {
  -webkit-transform: rotate(-270deg) !important;
      -ms-transform: rotate(-270deg) !important;
          transform: rotate(-270deg) !important; }

.rotate-360 {
  -webkit-transform: rotate(360deg) !important;
      -ms-transform: rotate(360deg) !important;
          transform: rotate(360deg) !important; }

.shadow-none {
  box-shadow: none !important; }

.shadow-md {
  box-shadow: 0 1rem 0.875rem -0.875rem #b9c6d3 !important; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.bg-transparent {
  background-color: transparent !important; }

.bg-white {
  background-color: white !important; }

.border-none {
  border: none !important; }

.border-dashed {
  border-style: dashed !important; }

.border-y-0 {
  border-top-width: 0 !important;
  border-bottom-width: 0 !important; }

.border-x-0 {
  border-left-width: 0 !important;
  border-right-width: 0 !important; }

.border-1 {
  border-width: 1px !important; }

.border-2 {
  border-width: 2px !important; }

.border-t-0 {
  border-top-width: 0 !important; }

.border-t-1 {
  border-top-width: 1px !important; }

.border-t-2 {
  border-top-width: 2px !important; }

.border-b-0 {
  border-bottom-width: 0 !important; }

.border-b-1 {
  border-bottom-width: 1px !important; }

.border-b-2 {
  border-bottom-width: 2px !important; }

.border-l-0 {
  border-left-width: 0 !important; }

.border-l-1 {
  border-left-width: 1px !important; }

.border-l-2 {
  border-left-width: 2px !important; }

.border-r-0 {
  border-right-width: 0 !important; }

.border-r-1 {
  border-right-width: 1px !important; }

.border-r-2 {
  border-right-width: 2px !important; }

.border-t-radius-0 {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important; }

.border-b-radius-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.border-l-radius-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.border-r-radius-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.letter-spacing-0 {
  letter-spacing: 0 !important; }

.letter-spacing-1 {
  letter-spacing: 1px !important; }

.letter-spacing-2 {
  letter-spacing: 2px !important; }

.letter-spacing-3 {
  letter-spacing: 3px !important; }

.opacity-1 {
  opacity: 0.1 !important; }

.opacity-2 {
  opacity: 0.2 !important; }

.opacity-3 {
  opacity: 0.3 !important; }

.opacity-4 {
  opacity: 0.4 !important; }

.opacity-5 {
  opacity: 0.5 !important; }

.opacity-6 {
  opacity: 0.6 !important; }

.opacity-7 {
  opacity: 0.7 !important; }

.opacity-8 {
  opacity: 0.8 !important; }

.opacity-9 {
  opacity: 0.9 !important; }

.opacity-10 {
  opacity: 1 !important; }

.overflow-x-hidden {
  overflow-x: hidden !important; }

.overflow-x-auto {
  overflow-x: auto !important; }

.overflow-x-visible {
  overflow-x: visible !important; }

.overflow-y-hidden {
  overflow-y: hidden !important; }

.overflow-y-auto {
  overflow-y: auto !important; }

.overflow-y-visible {
  overflow-y: visible !important; }

.z-index--1 {
  z-index: -1 !important; }

.z-index-1 {
  z-index: 1 !important; }

.z-index-9 {
  z-index: 9 !important; }

.z-index-99 {
  z-index: 99 !important; }

.pointer-events-none {
  pointer-events: none !important; }

.right-0 {
  right: 0 !important; }

.rightt-0,
.righty-0 {
  right-top: 0 !important; }

.rightr-0,
.rightx-0 {
  right-right: 0 !important; }

.rightb-0,
.righty-0 {
  right-bottom: 0 !important; }

.rightl-0,
.rightx-0 {
  right-left: 0 !important; }

.right-1 {
  right: 0.25rem !important; }

.rightt-1,
.righty-1 {
  right-top: 0.25rem !important; }

.rightr-1,
.rightx-1 {
  right-right: 0.25rem !important; }

.rightb-1,
.righty-1 {
  right-bottom: 0.25rem !important; }

.rightl-1,
.rightx-1 {
  right-left: 0.25rem !important; }

.right-2 {
  right: 0.5rem !important; }

.rightt-2,
.righty-2 {
  right-top: 0.5rem !important; }

.rightr-2,
.rightx-2 {
  right-right: 0.5rem !important; }

.rightb-2,
.righty-2 {
  right-bottom: 0.5rem !important; }

.rightl-2,
.rightx-2 {
  right-left: 0.5rem !important; }

.right-3 {
  right: 1rem !important; }

.rightt-3,
.righty-3 {
  right-top: 1rem !important; }

.rightr-3,
.rightx-3 {
  right-right: 1rem !important; }

.rightb-3,
.righty-3 {
  right-bottom: 1rem !important; }

.rightl-3,
.rightx-3 {
  right-left: 1rem !important; }

.right-4 {
  right: 1.5rem !important; }

.rightt-4,
.righty-4 {
  right-top: 1.5rem !important; }

.rightr-4,
.rightx-4 {
  right-right: 1.5rem !important; }

.rightb-4,
.righty-4 {
  right-bottom: 1.5rem !important; }

.rightl-4,
.rightx-4 {
  right-left: 1.5rem !important; }

.right-5 {
  right: 3rem !important; }

.rightt-5,
.righty-5 {
  right-top: 3rem !important; }

.rightr-5,
.rightx-5 {
  right-right: 3rem !important; }

.rightb-5,
.righty-5 {
  right-bottom: 3rem !important; }

.rightl-5,
.rightx-5 {
  right-left: 3rem !important; }

.right-0_5 {
  right: 0.125rem !important; }

.rightt-0_5,
.righty-0_5 {
  right-top: 0.125rem !important; }

.rightr-0_5,
.rightx-0_5 {
  right-right: 0.125rem !important; }

.rightb-0_5,
.righty-0_5 {
  right-bottom: 0.125rem !important; }

.rightl-0_5,
.rightx-0_5 {
  right-left: 0.125rem !important; }

.right-1_5 {
  right: 0.375rem !important; }

.rightt-1_5,
.righty-1_5 {
  right-top: 0.375rem !important; }

.rightr-1_5,
.rightx-1_5 {
  right-right: 0.375rem !important; }

.rightb-1_5,
.righty-1_5 {
  right-bottom: 0.375rem !important; }

.rightl-1_5,
.rightx-1_5 {
  right-left: 0.375rem !important; }

.right-2_25 {
  right: 0.55rem !important; }

.rightt-2_25,
.righty-2_25 {
  right-top: 0.55rem !important; }

.rightr-2_25,
.rightx-2_25 {
  right-right: 0.55rem !important; }

.rightb-2_25,
.righty-2_25 {
  right-bottom: 0.55rem !important; }

.rightl-2_25,
.rightx-2_25 {
  right-left: 0.55rem !important; }

.right-2_35 {
  right: 0.625rem !important; }

.rightt-2_35,
.righty-2_35 {
  right-top: 0.625rem !important; }

.rightr-2_35,
.rightx-2_35 {
  right-right: 0.625rem !important; }

.rightb-2_35,
.righty-2_35 {
  right-bottom: 0.625rem !important; }

.rightl-2_35,
.rightx-2_35 {
  right-left: 0.625rem !important; }

.right-2_5 {
  right: 0.75rem !important; }

.rightt-2_5,
.righty-2_5 {
  right-top: 0.75rem !important; }

.rightr-2_5,
.rightx-2_5 {
  right-right: 0.75rem !important; }

.rightb-2_5,
.righty-2_5 {
  right-bottom: 0.75rem !important; }

.rightl-2_5,
.rightx-2_5 {
  right-left: 0.75rem !important; }

.right-2_75 {
  right: 0.875rem !important; }

.rightt-2_75,
.righty-2_75 {
  right-top: 0.875rem !important; }

.rightr-2_75,
.rightx-2_75 {
  right-right: 0.875rem !important; }

.rightb-2_75,
.righty-2_75 {
  right-bottom: 0.875rem !important; }

.rightl-2_75,
.rightx-2_75 {
  right-left: 0.875rem !important; }

.right-3_25 {
  right: 1.125rem !important; }

.rightt-3_25,
.righty-3_25 {
  right-top: 1.125rem !important; }

.rightr-3_25,
.rightx-3_25 {
  right-right: 1.125rem !important; }

.rightb-3_25,
.righty-3_25 {
  right-bottom: 1.125rem !important; }

.rightl-3_25,
.rightx-3_25 {
  right-left: 1.125rem !important; }

.right-3_5 {
  right: 1.25rem !important; }

.rightt-3_5,
.righty-3_5 {
  right-top: 1.25rem !important; }

.rightr-3_5,
.rightx-3_5 {
  right-right: 1.25rem !important; }

.rightb-3_5,
.righty-3_5 {
  right-bottom: 1.25rem !important; }

.rightl-3_5,
.rightx-3_5 {
  right-left: 1.25rem !important; }

.right-3_75 {
  right: 1.375rem !important; }

.rightt-3_75,
.righty-3_75 {
  right-top: 1.375rem !important; }

.rightr-3_75,
.rightx-3_75 {
  right-right: 1.375rem !important; }

.rightb-3_75,
.righty-3_75 {
  right-bottom: 1.375rem !important; }

.rightl-3_75,
.rightx-3_75 {
  right-left: 1.375rem !important; }

.right-4_15 {
  right: 1.6875rem !important; }

.rightt-4_15,
.righty-4_15 {
  right-top: 1.6875rem !important; }

.rightr-4_15,
.rightx-4_15 {
  right-right: 1.6875rem !important; }

.rightb-4_15,
.righty-4_15 {
  right-bottom: 1.6875rem !important; }

.rightl-4_15,
.rightx-4_15 {
  right-left: 1.6875rem !important; }

.right-4_25 {
  right: 1.875rem !important; }

.rightt-4_25,
.righty-4_25 {
  right-top: 1.875rem !important; }

.rightr-4_25,
.rightx-4_25 {
  right-right: 1.875rem !important; }

.rightb-4_25,
.righty-4_25 {
  right-bottom: 1.875rem !important; }

.rightl-4_25,
.rightx-4_25 {
  right-left: 1.875rem !important; }

.right-4_35 {
  right: 2.0625rem !important; }

.rightt-4_35,
.righty-4_35 {
  right-top: 2.0625rem !important; }

.rightr-4_35,
.rightx-4_35 {
  right-right: 2.0625rem !important; }

.rightb-4_35,
.righty-4_35 {
  right-bottom: 2.0625rem !important; }

.rightl-4_35,
.rightx-4_35 {
  right-left: 2.0625rem !important; }

.right-4_5 {
  right: 2.25rem !important; }

.rightt-4_5,
.righty-4_5 {
  right-top: 2.25rem !important; }

.rightr-4_5,
.rightx-4_5 {
  right-right: 2.25rem !important; }

.rightb-4_5,
.righty-4_5 {
  right-bottom: 2.25rem !important; }

.rightl-4_5,
.rightx-4_5 {
  right-left: 2.25rem !important; }

.right-4_75 {
  right: 2.5rem !important; }

.rightt-4_75,
.righty-4_75 {
  right-top: 2.5rem !important; }

.rightr-4_75,
.rightx-4_75 {
  right-right: 2.5rem !important; }

.rightb-4_75,
.righty-4_75 {
  right-bottom: 2.5rem !important; }

.rightl-4_75,
.rightx-4_75 {
  right-left: 2.5rem !important; }

.right-5_15 {
  right: 3.125rem !important; }

.rightt-5_15,
.righty-5_15 {
  right-top: 3.125rem !important; }

.rightr-5_15,
.rightx-5_15 {
  right-right: 3.125rem !important; }

.rightb-5_15,
.righty-5_15 {
  right-bottom: 3.125rem !important; }

.rightl-5_15,
.rightx-5_15 {
  right-left: 3.125rem !important; }

.right-5_25 {
  right: 3.5rem !important; }

.rightt-5_25,
.righty-5_25 {
  right-top: 3.5rem !important; }

.rightr-5_25,
.rightx-5_25 {
  right-right: 3.5rem !important; }

.rightb-5_25,
.righty-5_25 {
  right-bottom: 3.5rem !important; }

.rightl-5_25,
.rightx-5_25 {
  right-left: 3.5rem !important; }

.right-5_5 {
  right: 3.75rem !important; }

.rightt-5_5,
.righty-5_5 {
  right-top: 3.75rem !important; }

.rightr-5_5,
.rightx-5_5 {
  right-right: 3.75rem !important; }

.rightb-5_5,
.righty-5_5 {
  right-bottom: 3.75rem !important; }

.rightl-5_5,
.rightx-5_5 {
  right-left: 3.75rem !important; }

.right-5_75 {
  right: 4.375rem !important; }

.rightt-5_75,
.righty-5_75 {
  right-top: 4.375rem !important; }

.rightr-5_75,
.rightx-5_75 {
  right-right: 4.375rem !important; }

.rightb-5_75,
.righty-5_75 {
  right-bottom: 4.375rem !important; }

.rightl-5_75,
.rightx-5_75 {
  right-left: 4.375rem !important; }

.right-6 {
  right: 4.5rem !important; }

.rightt-6,
.righty-6 {
  right-top: 4.5rem !important; }

.rightr-6,
.rightx-6 {
  right-right: 4.5rem !important; }

.rightb-6,
.righty-6 {
  right-bottom: 4.5rem !important; }

.rightl-6,
.rightx-6 {
  right-left: 4.5rem !important; }

.right-6_5 {
  right: 5rem !important; }

.rightt-6_5,
.righty-6_5 {
  right-top: 5rem !important; }

.rightr-6_5,
.rightx-6_5 {
  right-right: 5rem !important; }

.rightb-6_5,
.righty-6_5 {
  right-bottom: 5rem !important; }

.rightl-6_5,
.rightx-6_5 {
  right-left: 5rem !important; }

.right-6_75 {
  right: 5.375rem !important; }

.rightt-6_75,
.righty-6_75 {
  right-top: 5.375rem !important; }

.rightr-6_75,
.rightx-6_75 {
  right-right: 5.375rem !important; }

.rightb-6_75,
.righty-6_75 {
  right-bottom: 5.375rem !important; }

.rightl-6_75,
.rightx-6_75 {
  right-left: 5.375rem !important; }

.right-7 {
  right: 6rem !important; }

.rightt-7,
.righty-7 {
  right-top: 6rem !important; }

.rightr-7,
.rightx-7 {
  right-right: 6rem !important; }

.rightb-7,
.righty-7 {
  right-bottom: 6rem !important; }

.rightl-7,
.rightx-7 {
  right-left: 6rem !important; }

.right-7_5 {
  right: 6.75rem !important; }

.rightt-7_5,
.righty-7_5 {
  right-top: 6.75rem !important; }

.rightr-7_5,
.rightx-7_5 {
  right-right: 6.75rem !important; }

.rightb-7_5,
.righty-7_5 {
  right-bottom: 6.75rem !important; }

.rightl-7_5,
.rightx-7_5 {
  right-left: 6.75rem !important; }

.right-7_75 {
  right: 7.25rem !important; }

.rightt-7_75,
.righty-7_75 {
  right-top: 7.25rem !important; }

.rightr-7_75,
.rightx-7_75 {
  right-right: 7.25rem !important; }

.rightb-7_75,
.righty-7_75 {
  right-bottom: 7.25rem !important; }

.rightl-7_75,
.rightx-7_75 {
  right-left: 7.25rem !important; }

.right-8 {
  right: 7.5rem !important; }

.rightt-8,
.righty-8 {
  right-top: 7.5rem !important; }

.rightr-8,
.rightx-8 {
  right-right: 7.5rem !important; }

.rightb-8,
.righty-8 {
  right-bottom: 7.5rem !important; }

.rightl-8,
.rightx-8 {
  right-left: 7.5rem !important; }

.right-8_5 {
  right: 8.125rem !important; }

.rightt-8_5,
.righty-8_5 {
  right-top: 8.125rem !important; }

.rightr-8_5,
.rightx-8_5 {
  right-right: 8.125rem !important; }

.rightb-8_5,
.righty-8_5 {
  right-bottom: 8.125rem !important; }

.rightl-8_5,
.rightx-8_5 {
  right-left: 8.125rem !important; }

.right-8_75 {
  right: 8.4375rem !important; }

.rightt-8_75,
.righty-8_75 {
  right-top: 8.4375rem !important; }

.rightr-8_75,
.rightx-8_75 {
  right-right: 8.4375rem !important; }

.rightb-8_75,
.righty-8_75 {
  right-bottom: 8.4375rem !important; }

.rightl-8_75,
.rightx-8_75 {
  right-left: 8.4375rem !important; }

.right-9 {
  right: 9rem !important; }

.rightt-9,
.righty-9 {
  right-top: 9rem !important; }

.rightr-9,
.rightx-9 {
  right-right: 9rem !important; }

.rightb-9,
.righty-9 {
  right-bottom: 9rem !important; }

.rightl-9,
.rightx-9 {
  right-left: 9rem !important; }

.right-10 {
  right: 10.5rem !important; }

.rightt-10,
.righty-10 {
  right-top: 10.5rem !important; }

.rightr-10,
.rightx-10 {
  right-right: 10.5rem !important; }

.rightb-10,
.righty-10 {
  right-bottom: 10.5rem !important; }

.rightl-10,
.rightx-10 {
  right-left: 10.5rem !important; }

.right-10_25 {
  right: 11rem !important; }

.rightt-10_25,
.righty-10_25 {
  right-top: 11rem !important; }

.rightr-10_25,
.rightx-10_25 {
  right-right: 11rem !important; }

.rightb-10_25,
.righty-10_25 {
  right-bottom: 11rem !important; }

.rightl-10_25,
.rightx-10_25 {
  right-left: 11rem !important; }

.right-10_5 {
  right: 11.25rem !important; }

.rightt-10_5,
.righty-10_5 {
  right-top: 11.25rem !important; }

.rightr-10_5,
.rightx-10_5 {
  right-right: 11.25rem !important; }

.rightb-10_5,
.righty-10_5 {
  right-bottom: 11.25rem !important; }

.rightl-10_5,
.rightx-10_5 {
  right-left: 11.25rem !important; }

.right-10_75 {
  right: 11.5rem !important; }

.rightt-10_75,
.righty-10_75 {
  right-top: 11.5rem !important; }

.rightr-10_75,
.rightx-10_75 {
  right-right: 11.5rem !important; }

.rightb-10_75,
.righty-10_75 {
  right-bottom: 11.5rem !important; }

.rightl-10_75,
.rightx-10_75 {
  right-left: 11.5rem !important; }

.right-11 {
  right: 12rem !important; }

.rightt-11,
.righty-11 {
  right-top: 12rem !important; }

.rightr-11,
.rightx-11 {
  right-right: 12rem !important; }

.rightb-11,
.righty-11 {
  right-bottom: 12rem !important; }

.rightl-11,
.rightx-11 {
  right-left: 12rem !important; }

.right-12 {
  right: 13.5rem !important; }

.rightt-12,
.righty-12 {
  right-top: 13.5rem !important; }

.rightr-12,
.rightx-12 {
  right-right: 13.5rem !important; }

.rightb-12,
.righty-12 {
  right-bottom: 13.5rem !important; }

.rightl-12,
.rightx-12 {
  right-left: 13.5rem !important; }

.right-13 {
  right: 15rem !important; }

.rightt-13,
.righty-13 {
  right-top: 15rem !important; }

.rightr-13,
.rightx-13 {
  right-right: 15rem !important; }

.rightb-13,
.righty-13 {
  right-bottom: 15rem !important; }

.rightl-13,
.rightx-13 {
  right-left: 15rem !important; }

.right-14 {
  right: 16.6rem !important; }

.rightt-14,
.righty-14 {
  right-top: 16.6rem !important; }

.rightr-14,
.rightx-14 {
  right-right: 16.6rem !important; }

.rightb-14,
.righty-14 {
  right-bottom: 16.6rem !important; }

.rightl-14,
.rightx-14 {
  right-left: 16.6rem !important; }

.right-15 {
  right: 18rem !important; }

.rightt-15,
.righty-15 {
  right-top: 18rem !important; }

.rightr-15,
.rightx-15 {
  right-right: 18rem !important; }

.rightb-15,
.righty-15 {
  right-bottom: 18rem !important; }

.rightl-15,
.rightx-15 {
  right-left: 18rem !important; }

.right-16 {
  right: 19.5rem !important; }

.rightt-16,
.righty-16 {
  right-top: 19.5rem !important; }

.rightr-16,
.rightx-16 {
  right-right: 19.5rem !important; }

.rightb-16,
.righty-16 {
  right-bottom: 19.5rem !important; }

.rightl-16,
.rightx-16 {
  right-left: 19.5rem !important; }

.right-17 {
  right: 21rem !important; }

.rightt-17,
.righty-17 {
  right-top: 21rem !important; }

.rightr-17,
.rightx-17 {
  right-right: 21rem !important; }

.rightb-17,
.righty-17 {
  right-bottom: 21rem !important; }

.rightl-17,
.rightx-17 {
  right-left: 21rem !important; }

.right-18 {
  right: 22.5rem !important; }

.rightt-18,
.righty-18 {
  right-top: 22.5rem !important; }

.rightr-18,
.rightx-18 {
  right-right: 22.5rem !important; }

.rightb-18,
.righty-18 {
  right-bottom: 22.5rem !important; }

.rightl-18,
.rightx-18 {
  right-left: 22.5rem !important; }

.right-19 {
  right: 24rem !important; }

.rightt-19,
.righty-19 {
  right-top: 24rem !important; }

.rightr-19,
.rightx-19 {
  right-right: 24rem !important; }

.rightb-19,
.righty-19 {
  right-bottom: 24rem !important; }

.rightl-19,
.rightx-19 {
  right-left: 24rem !important; }

.right-20 {
  right: 25.5rem !important; }

.rightt-20,
.righty-20 {
  right-top: 25.5rem !important; }

.rightr-20,
.rightx-20 {
  right-right: 25.5rem !important; }

.rightb-20,
.righty-20 {
  right-bottom: 25.5rem !important; }

.rightl-20,
.rightx-20 {
  right-left: 25.5rem !important; }

.right-21 {
  right: 27rem !important; }

.rightt-21,
.righty-21 {
  right-top: 27rem !important; }

.rightr-21,
.rightx-21 {
  right-right: 27rem !important; }

.rightb-21,
.righty-21 {
  right-bottom: 27rem !important; }

.rightl-21,
.rightx-21 {
  right-left: 27rem !important; }

.right-22 {
  right: 28.5rem !important; }

.rightt-22,
.righty-22 {
  right-top: 28.5rem !important; }

.rightr-22,
.rightx-22 {
  right-right: 28.5rem !important; }

.rightb-22,
.righty-22 {
  right-bottom: 28.5rem !important; }

.rightl-22,
.rightx-22 {
  right-left: 28.5rem !important; }

.right-23 {
  right: 30rem !important; }

.rightt-23,
.righty-23 {
  right-top: 30rem !important; }

.rightr-23,
.rightx-23 {
  right-right: 30rem !important; }

.rightb-23,
.righty-23 {
  right-bottom: 30rem !important; }

.rightl-23,
.rightx-23 {
  right-left: 30rem !important; }

.right-24 {
  right: 31.5rem !important; }

.rightt-24,
.righty-24 {
  right-top: 31.5rem !important; }

.rightr-24,
.rightx-24 {
  right-right: 31.5rem !important; }

.rightb-24,
.righty-24 {
  right-bottom: 31.5rem !important; }

.rightl-24,
.rightx-24 {
  right-left: 31.5rem !important; }

.right-25 {
  right: 33rem !important; }

.rightt-25,
.righty-25 {
  right-top: 33rem !important; }

.rightr-25,
.rightx-25 {
  right-right: 33rem !important; }

.rightb-25,
.righty-25 {
  right-bottom: 33rem !important; }

.rightl-25,
.rightx-25 {
  right-left: 33rem !important; }

.right-26 {
  right: 34.5rem !important; }

.rightt-26,
.righty-26 {
  right-top: 34.5rem !important; }

.rightr-26,
.rightx-26 {
  right-right: 34.5rem !important; }

.rightb-26,
.righty-26 {
  right-bottom: 34.5rem !important; }

.rightl-26,
.rightx-26 {
  right-left: 34.5rem !important; }

.right-27 {
  right: 36rem !important; }

.rightt-27,
.righty-27 {
  right-top: 36rem !important; }

.rightr-27,
.rightx-27 {
  right-right: 36rem !important; }

.rightb-27,
.righty-27 {
  right-bottom: 36rem !important; }

.rightl-27,
.rightx-27 {
  right-left: 36rem !important; }

.right-28 {
  right: 37.5rem !important; }

.rightt-28,
.righty-28 {
  right-top: 37.5rem !important; }

.rightr-28,
.rightx-28 {
  right-right: 37.5rem !important; }

.rightb-28,
.righty-28 {
  right-bottom: 37.5rem !important; }

.rightl-28,
.rightx-28 {
  right-left: 37.5rem !important; }

.right-29 {
  right: 39rem !important; }

.rightt-29,
.righty-29 {
  right-top: 39rem !important; }

.rightr-29,
.rightx-29 {
  right-right: 39rem !important; }

.rightb-29,
.righty-29 {
  right-bottom: 39rem !important; }

.rightl-29,
.rightx-29 {
  right-left: 39rem !important; }

.right-30 {
  right: 40.5rem !important; }

.rightt-30,
.righty-30 {
  right-top: 40.5rem !important; }

.rightr-30,
.rightx-30 {
  right-right: 40.5rem !important; }

.rightb-30,
.righty-30 {
  right-bottom: 40.5rem !important; }

.rightl-30,
.rightx-30 {
  right-left: 40.5rem !important; }

.left-0 {
  left: 0 !important; }

.leftt-0,
.lefty-0 {
  left-top: 0 !important; }

.leftr-0,
.leftx-0 {
  left-right: 0 !important; }

.leftb-0,
.lefty-0 {
  left-bottom: 0 !important; }

.leftl-0,
.leftx-0 {
  left-left: 0 !important; }

.left-1 {
  left: 0.25rem !important; }

.leftt-1,
.lefty-1 {
  left-top: 0.25rem !important; }

.leftr-1,
.leftx-1 {
  left-right: 0.25rem !important; }

.leftb-1,
.lefty-1 {
  left-bottom: 0.25rem !important; }

.leftl-1,
.leftx-1 {
  left-left: 0.25rem !important; }

.left-2 {
  left: 0.5rem !important; }

.leftt-2,
.lefty-2 {
  left-top: 0.5rem !important; }

.leftr-2,
.leftx-2 {
  left-right: 0.5rem !important; }

.leftb-2,
.lefty-2 {
  left-bottom: 0.5rem !important; }

.leftl-2,
.leftx-2 {
  left-left: 0.5rem !important; }

.left-3 {
  left: 1rem !important; }

.leftt-3,
.lefty-3 {
  left-top: 1rem !important; }

.leftr-3,
.leftx-3 {
  left-right: 1rem !important; }

.leftb-3,
.lefty-3 {
  left-bottom: 1rem !important; }

.leftl-3,
.leftx-3 {
  left-left: 1rem !important; }

.left-4 {
  left: 1.5rem !important; }

.leftt-4,
.lefty-4 {
  left-top: 1.5rem !important; }

.leftr-4,
.leftx-4 {
  left-right: 1.5rem !important; }

.leftb-4,
.lefty-4 {
  left-bottom: 1.5rem !important; }

.leftl-4,
.leftx-4 {
  left-left: 1.5rem !important; }

.left-5 {
  left: 3rem !important; }

.leftt-5,
.lefty-5 {
  left-top: 3rem !important; }

.leftr-5,
.leftx-5 {
  left-right: 3rem !important; }

.leftb-5,
.lefty-5 {
  left-bottom: 3rem !important; }

.leftl-5,
.leftx-5 {
  left-left: 3rem !important; }

.left-0_5 {
  left: 0.125rem !important; }

.leftt-0_5,
.lefty-0_5 {
  left-top: 0.125rem !important; }

.leftr-0_5,
.leftx-0_5 {
  left-right: 0.125rem !important; }

.leftb-0_5,
.lefty-0_5 {
  left-bottom: 0.125rem !important; }

.leftl-0_5,
.leftx-0_5 {
  left-left: 0.125rem !important; }

.left-1_5 {
  left: 0.375rem !important; }

.leftt-1_5,
.lefty-1_5 {
  left-top: 0.375rem !important; }

.leftr-1_5,
.leftx-1_5 {
  left-right: 0.375rem !important; }

.leftb-1_5,
.lefty-1_5 {
  left-bottom: 0.375rem !important; }

.leftl-1_5,
.leftx-1_5 {
  left-left: 0.375rem !important; }

.left-2_25 {
  left: 0.55rem !important; }

.leftt-2_25,
.lefty-2_25 {
  left-top: 0.55rem !important; }

.leftr-2_25,
.leftx-2_25 {
  left-right: 0.55rem !important; }

.leftb-2_25,
.lefty-2_25 {
  left-bottom: 0.55rem !important; }

.leftl-2_25,
.leftx-2_25 {
  left-left: 0.55rem !important; }

.left-2_35 {
  left: 0.625rem !important; }

.leftt-2_35,
.lefty-2_35 {
  left-top: 0.625rem !important; }

.leftr-2_35,
.leftx-2_35 {
  left-right: 0.625rem !important; }

.leftb-2_35,
.lefty-2_35 {
  left-bottom: 0.625rem !important; }

.leftl-2_35,
.leftx-2_35 {
  left-left: 0.625rem !important; }

.left-2_5 {
  left: 0.75rem !important; }

.leftt-2_5,
.lefty-2_5 {
  left-top: 0.75rem !important; }

.leftr-2_5,
.leftx-2_5 {
  left-right: 0.75rem !important; }

.leftb-2_5,
.lefty-2_5 {
  left-bottom: 0.75rem !important; }

.leftl-2_5,
.leftx-2_5 {
  left-left: 0.75rem !important; }

.left-2_75 {
  left: 0.875rem !important; }

.leftt-2_75,
.lefty-2_75 {
  left-top: 0.875rem !important; }

.leftr-2_75,
.leftx-2_75 {
  left-right: 0.875rem !important; }

.leftb-2_75,
.lefty-2_75 {
  left-bottom: 0.875rem !important; }

.leftl-2_75,
.leftx-2_75 {
  left-left: 0.875rem !important; }

.left-3_25 {
  left: 1.125rem !important; }

.leftt-3_25,
.lefty-3_25 {
  left-top: 1.125rem !important; }

.leftr-3_25,
.leftx-3_25 {
  left-right: 1.125rem !important; }

.leftb-3_25,
.lefty-3_25 {
  left-bottom: 1.125rem !important; }

.leftl-3_25,
.leftx-3_25 {
  left-left: 1.125rem !important; }

.left-3_5 {
  left: 1.25rem !important; }

.leftt-3_5,
.lefty-3_5 {
  left-top: 1.25rem !important; }

.leftr-3_5,
.leftx-3_5 {
  left-right: 1.25rem !important; }

.leftb-3_5,
.lefty-3_5 {
  left-bottom: 1.25rem !important; }

.leftl-3_5,
.leftx-3_5 {
  left-left: 1.25rem !important; }

.left-3_75 {
  left: 1.375rem !important; }

.leftt-3_75,
.lefty-3_75 {
  left-top: 1.375rem !important; }

.leftr-3_75,
.leftx-3_75 {
  left-right: 1.375rem !important; }

.leftb-3_75,
.lefty-3_75 {
  left-bottom: 1.375rem !important; }

.leftl-3_75,
.leftx-3_75 {
  left-left: 1.375rem !important; }

.left-4_15 {
  left: 1.6875rem !important; }

.leftt-4_15,
.lefty-4_15 {
  left-top: 1.6875rem !important; }

.leftr-4_15,
.leftx-4_15 {
  left-right: 1.6875rem !important; }

.leftb-4_15,
.lefty-4_15 {
  left-bottom: 1.6875rem !important; }

.leftl-4_15,
.leftx-4_15 {
  left-left: 1.6875rem !important; }

.left-4_25 {
  left: 1.875rem !important; }

.leftt-4_25,
.lefty-4_25 {
  left-top: 1.875rem !important; }

.leftr-4_25,
.leftx-4_25 {
  left-right: 1.875rem !important; }

.leftb-4_25,
.lefty-4_25 {
  left-bottom: 1.875rem !important; }

.leftl-4_25,
.leftx-4_25 {
  left-left: 1.875rem !important; }

.left-4_35 {
  left: 2.0625rem !important; }

.leftt-4_35,
.lefty-4_35 {
  left-top: 2.0625rem !important; }

.leftr-4_35,
.leftx-4_35 {
  left-right: 2.0625rem !important; }

.leftb-4_35,
.lefty-4_35 {
  left-bottom: 2.0625rem !important; }

.leftl-4_35,
.leftx-4_35 {
  left-left: 2.0625rem !important; }

.left-4_5 {
  left: 2.25rem !important; }

.leftt-4_5,
.lefty-4_5 {
  left-top: 2.25rem !important; }

.leftr-4_5,
.leftx-4_5 {
  left-right: 2.25rem !important; }

.leftb-4_5,
.lefty-4_5 {
  left-bottom: 2.25rem !important; }

.leftl-4_5,
.leftx-4_5 {
  left-left: 2.25rem !important; }

.left-4_75 {
  left: 2.5rem !important; }

.leftt-4_75,
.lefty-4_75 {
  left-top: 2.5rem !important; }

.leftr-4_75,
.leftx-4_75 {
  left-right: 2.5rem !important; }

.leftb-4_75,
.lefty-4_75 {
  left-bottom: 2.5rem !important; }

.leftl-4_75,
.leftx-4_75 {
  left-left: 2.5rem !important; }

.left-5_15 {
  left: 3.125rem !important; }

.leftt-5_15,
.lefty-5_15 {
  left-top: 3.125rem !important; }

.leftr-5_15,
.leftx-5_15 {
  left-right: 3.125rem !important; }

.leftb-5_15,
.lefty-5_15 {
  left-bottom: 3.125rem !important; }

.leftl-5_15,
.leftx-5_15 {
  left-left: 3.125rem !important; }

.left-5_25 {
  left: 3.5rem !important; }

.leftt-5_25,
.lefty-5_25 {
  left-top: 3.5rem !important; }

.leftr-5_25,
.leftx-5_25 {
  left-right: 3.5rem !important; }

.leftb-5_25,
.lefty-5_25 {
  left-bottom: 3.5rem !important; }

.leftl-5_25,
.leftx-5_25 {
  left-left: 3.5rem !important; }

.left-5_5 {
  left: 3.75rem !important; }

.leftt-5_5,
.lefty-5_5 {
  left-top: 3.75rem !important; }

.leftr-5_5,
.leftx-5_5 {
  left-right: 3.75rem !important; }

.leftb-5_5,
.lefty-5_5 {
  left-bottom: 3.75rem !important; }

.leftl-5_5,
.leftx-5_5 {
  left-left: 3.75rem !important; }

.left-5_75 {
  left: 4.375rem !important; }

.leftt-5_75,
.lefty-5_75 {
  left-top: 4.375rem !important; }

.leftr-5_75,
.leftx-5_75 {
  left-right: 4.375rem !important; }

.leftb-5_75,
.lefty-5_75 {
  left-bottom: 4.375rem !important; }

.leftl-5_75,
.leftx-5_75 {
  left-left: 4.375rem !important; }

.left-6 {
  left: 4.5rem !important; }

.leftt-6,
.lefty-6 {
  left-top: 4.5rem !important; }

.leftr-6,
.leftx-6 {
  left-right: 4.5rem !important; }

.leftb-6,
.lefty-6 {
  left-bottom: 4.5rem !important; }

.leftl-6,
.leftx-6 {
  left-left: 4.5rem !important; }

.left-6_5 {
  left: 5rem !important; }

.leftt-6_5,
.lefty-6_5 {
  left-top: 5rem !important; }

.leftr-6_5,
.leftx-6_5 {
  left-right: 5rem !important; }

.leftb-6_5,
.lefty-6_5 {
  left-bottom: 5rem !important; }

.leftl-6_5,
.leftx-6_5 {
  left-left: 5rem !important; }

.left-6_75 {
  left: 5.375rem !important; }

.leftt-6_75,
.lefty-6_75 {
  left-top: 5.375rem !important; }

.leftr-6_75,
.leftx-6_75 {
  left-right: 5.375rem !important; }

.leftb-6_75,
.lefty-6_75 {
  left-bottom: 5.375rem !important; }

.leftl-6_75,
.leftx-6_75 {
  left-left: 5.375rem !important; }

.left-7 {
  left: 6rem !important; }

.leftt-7,
.lefty-7 {
  left-top: 6rem !important; }

.leftr-7,
.leftx-7 {
  left-right: 6rem !important; }

.leftb-7,
.lefty-7 {
  left-bottom: 6rem !important; }

.leftl-7,
.leftx-7 {
  left-left: 6rem !important; }

.left-7_5 {
  left: 6.75rem !important; }

.leftt-7_5,
.lefty-7_5 {
  left-top: 6.75rem !important; }

.leftr-7_5,
.leftx-7_5 {
  left-right: 6.75rem !important; }

.leftb-7_5,
.lefty-7_5 {
  left-bottom: 6.75rem !important; }

.leftl-7_5,
.leftx-7_5 {
  left-left: 6.75rem !important; }

.left-7_75 {
  left: 7.25rem !important; }

.leftt-7_75,
.lefty-7_75 {
  left-top: 7.25rem !important; }

.leftr-7_75,
.leftx-7_75 {
  left-right: 7.25rem !important; }

.leftb-7_75,
.lefty-7_75 {
  left-bottom: 7.25rem !important; }

.leftl-7_75,
.leftx-7_75 {
  left-left: 7.25rem !important; }

.left-8 {
  left: 7.5rem !important; }

.leftt-8,
.lefty-8 {
  left-top: 7.5rem !important; }

.leftr-8,
.leftx-8 {
  left-right: 7.5rem !important; }

.leftb-8,
.lefty-8 {
  left-bottom: 7.5rem !important; }

.leftl-8,
.leftx-8 {
  left-left: 7.5rem !important; }

.left-8_5 {
  left: 8.125rem !important; }

.leftt-8_5,
.lefty-8_5 {
  left-top: 8.125rem !important; }

.leftr-8_5,
.leftx-8_5 {
  left-right: 8.125rem !important; }

.leftb-8_5,
.lefty-8_5 {
  left-bottom: 8.125rem !important; }

.leftl-8_5,
.leftx-8_5 {
  left-left: 8.125rem !important; }

.left-8_75 {
  left: 8.4375rem !important; }

.leftt-8_75,
.lefty-8_75 {
  left-top: 8.4375rem !important; }

.leftr-8_75,
.leftx-8_75 {
  left-right: 8.4375rem !important; }

.leftb-8_75,
.lefty-8_75 {
  left-bottom: 8.4375rem !important; }

.leftl-8_75,
.leftx-8_75 {
  left-left: 8.4375rem !important; }

.left-9 {
  left: 9rem !important; }

.leftt-9,
.lefty-9 {
  left-top: 9rem !important; }

.leftr-9,
.leftx-9 {
  left-right: 9rem !important; }

.leftb-9,
.lefty-9 {
  left-bottom: 9rem !important; }

.leftl-9,
.leftx-9 {
  left-left: 9rem !important; }

.left-10 {
  left: 10.5rem !important; }

.leftt-10,
.lefty-10 {
  left-top: 10.5rem !important; }

.leftr-10,
.leftx-10 {
  left-right: 10.5rem !important; }

.leftb-10,
.lefty-10 {
  left-bottom: 10.5rem !important; }

.leftl-10,
.leftx-10 {
  left-left: 10.5rem !important; }

.left-10_25 {
  left: 11rem !important; }

.leftt-10_25,
.lefty-10_25 {
  left-top: 11rem !important; }

.leftr-10_25,
.leftx-10_25 {
  left-right: 11rem !important; }

.leftb-10_25,
.lefty-10_25 {
  left-bottom: 11rem !important; }

.leftl-10_25,
.leftx-10_25 {
  left-left: 11rem !important; }

.left-10_5 {
  left: 11.25rem !important; }

.leftt-10_5,
.lefty-10_5 {
  left-top: 11.25rem !important; }

.leftr-10_5,
.leftx-10_5 {
  left-right: 11.25rem !important; }

.leftb-10_5,
.lefty-10_5 {
  left-bottom: 11.25rem !important; }

.leftl-10_5,
.leftx-10_5 {
  left-left: 11.25rem !important; }

.left-10_75 {
  left: 11.5rem !important; }

.leftt-10_75,
.lefty-10_75 {
  left-top: 11.5rem !important; }

.leftr-10_75,
.leftx-10_75 {
  left-right: 11.5rem !important; }

.leftb-10_75,
.lefty-10_75 {
  left-bottom: 11.5rem !important; }

.leftl-10_75,
.leftx-10_75 {
  left-left: 11.5rem !important; }

.left-11 {
  left: 12rem !important; }

.leftt-11,
.lefty-11 {
  left-top: 12rem !important; }

.leftr-11,
.leftx-11 {
  left-right: 12rem !important; }

.leftb-11,
.lefty-11 {
  left-bottom: 12rem !important; }

.leftl-11,
.leftx-11 {
  left-left: 12rem !important; }

.left-12 {
  left: 13.5rem !important; }

.leftt-12,
.lefty-12 {
  left-top: 13.5rem !important; }

.leftr-12,
.leftx-12 {
  left-right: 13.5rem !important; }

.leftb-12,
.lefty-12 {
  left-bottom: 13.5rem !important; }

.leftl-12,
.leftx-12 {
  left-left: 13.5rem !important; }

.left-13 {
  left: 15rem !important; }

.leftt-13,
.lefty-13 {
  left-top: 15rem !important; }

.leftr-13,
.leftx-13 {
  left-right: 15rem !important; }

.leftb-13,
.lefty-13 {
  left-bottom: 15rem !important; }

.leftl-13,
.leftx-13 {
  left-left: 15rem !important; }

.left-14 {
  left: 16.6rem !important; }

.leftt-14,
.lefty-14 {
  left-top: 16.6rem !important; }

.leftr-14,
.leftx-14 {
  left-right: 16.6rem !important; }

.leftb-14,
.lefty-14 {
  left-bottom: 16.6rem !important; }

.leftl-14,
.leftx-14 {
  left-left: 16.6rem !important; }

.left-15 {
  left: 18rem !important; }

.leftt-15,
.lefty-15 {
  left-top: 18rem !important; }

.leftr-15,
.leftx-15 {
  left-right: 18rem !important; }

.leftb-15,
.lefty-15 {
  left-bottom: 18rem !important; }

.leftl-15,
.leftx-15 {
  left-left: 18rem !important; }

.left-16 {
  left: 19.5rem !important; }

.leftt-16,
.lefty-16 {
  left-top: 19.5rem !important; }

.leftr-16,
.leftx-16 {
  left-right: 19.5rem !important; }

.leftb-16,
.lefty-16 {
  left-bottom: 19.5rem !important; }

.leftl-16,
.leftx-16 {
  left-left: 19.5rem !important; }

.left-17 {
  left: 21rem !important; }

.leftt-17,
.lefty-17 {
  left-top: 21rem !important; }

.leftr-17,
.leftx-17 {
  left-right: 21rem !important; }

.leftb-17,
.lefty-17 {
  left-bottom: 21rem !important; }

.leftl-17,
.leftx-17 {
  left-left: 21rem !important; }

.left-18 {
  left: 22.5rem !important; }

.leftt-18,
.lefty-18 {
  left-top: 22.5rem !important; }

.leftr-18,
.leftx-18 {
  left-right: 22.5rem !important; }

.leftb-18,
.lefty-18 {
  left-bottom: 22.5rem !important; }

.leftl-18,
.leftx-18 {
  left-left: 22.5rem !important; }

.left-19 {
  left: 24rem !important; }

.leftt-19,
.lefty-19 {
  left-top: 24rem !important; }

.leftr-19,
.leftx-19 {
  left-right: 24rem !important; }

.leftb-19,
.lefty-19 {
  left-bottom: 24rem !important; }

.leftl-19,
.leftx-19 {
  left-left: 24rem !important; }

.left-20 {
  left: 25.5rem !important; }

.leftt-20,
.lefty-20 {
  left-top: 25.5rem !important; }

.leftr-20,
.leftx-20 {
  left-right: 25.5rem !important; }

.leftb-20,
.lefty-20 {
  left-bottom: 25.5rem !important; }

.leftl-20,
.leftx-20 {
  left-left: 25.5rem !important; }

.left-21 {
  left: 27rem !important; }

.leftt-21,
.lefty-21 {
  left-top: 27rem !important; }

.leftr-21,
.leftx-21 {
  left-right: 27rem !important; }

.leftb-21,
.lefty-21 {
  left-bottom: 27rem !important; }

.leftl-21,
.leftx-21 {
  left-left: 27rem !important; }

.left-22 {
  left: 28.5rem !important; }

.leftt-22,
.lefty-22 {
  left-top: 28.5rem !important; }

.leftr-22,
.leftx-22 {
  left-right: 28.5rem !important; }

.leftb-22,
.lefty-22 {
  left-bottom: 28.5rem !important; }

.leftl-22,
.leftx-22 {
  left-left: 28.5rem !important; }

.left-23 {
  left: 30rem !important; }

.leftt-23,
.lefty-23 {
  left-top: 30rem !important; }

.leftr-23,
.leftx-23 {
  left-right: 30rem !important; }

.leftb-23,
.lefty-23 {
  left-bottom: 30rem !important; }

.leftl-23,
.leftx-23 {
  left-left: 30rem !important; }

.left-24 {
  left: 31.5rem !important; }

.leftt-24,
.lefty-24 {
  left-top: 31.5rem !important; }

.leftr-24,
.leftx-24 {
  left-right: 31.5rem !important; }

.leftb-24,
.lefty-24 {
  left-bottom: 31.5rem !important; }

.leftl-24,
.leftx-24 {
  left-left: 31.5rem !important; }

.left-25 {
  left: 33rem !important; }

.leftt-25,
.lefty-25 {
  left-top: 33rem !important; }

.leftr-25,
.leftx-25 {
  left-right: 33rem !important; }

.leftb-25,
.lefty-25 {
  left-bottom: 33rem !important; }

.leftl-25,
.leftx-25 {
  left-left: 33rem !important; }

.left-26 {
  left: 34.5rem !important; }

.leftt-26,
.lefty-26 {
  left-top: 34.5rem !important; }

.leftr-26,
.leftx-26 {
  left-right: 34.5rem !important; }

.leftb-26,
.lefty-26 {
  left-bottom: 34.5rem !important; }

.leftl-26,
.leftx-26 {
  left-left: 34.5rem !important; }

.left-27 {
  left: 36rem !important; }

.leftt-27,
.lefty-27 {
  left-top: 36rem !important; }

.leftr-27,
.leftx-27 {
  left-right: 36rem !important; }

.leftb-27,
.lefty-27 {
  left-bottom: 36rem !important; }

.leftl-27,
.leftx-27 {
  left-left: 36rem !important; }

.left-28 {
  left: 37.5rem !important; }

.leftt-28,
.lefty-28 {
  left-top: 37.5rem !important; }

.leftr-28,
.leftx-28 {
  left-right: 37.5rem !important; }

.leftb-28,
.lefty-28 {
  left-bottom: 37.5rem !important; }

.leftl-28,
.leftx-28 {
  left-left: 37.5rem !important; }

.left-29 {
  left: 39rem !important; }

.leftt-29,
.lefty-29 {
  left-top: 39rem !important; }

.leftr-29,
.leftx-29 {
  left-right: 39rem !important; }

.leftb-29,
.lefty-29 {
  left-bottom: 39rem !important; }

.leftl-29,
.leftx-29 {
  left-left: 39rem !important; }

.left-30 {
  left: 40.5rem !important; }

.leftt-30,
.lefty-30 {
  left-top: 40.5rem !important; }

.leftr-30,
.leftx-30 {
  left-right: 40.5rem !important; }

.leftb-30,
.lefty-30 {
  left-bottom: 40.5rem !important; }

.leftl-30,
.leftx-30 {
  left-left: 40.5rem !important; }

.top-0 {
  top: 0 !important; }

.topt-0,
.topy-0 {
  top-top: 0 !important; }

.topr-0,
.topx-0 {
  top-right: 0 !important; }

.topb-0,
.topy-0 {
  top-bottom: 0 !important; }

.topl-0,
.topx-0 {
  top-left: 0 !important; }

.top-1 {
  top: 0.25rem !important; }

.topt-1,
.topy-1 {
  top-top: 0.25rem !important; }

.topr-1,
.topx-1 {
  top-right: 0.25rem !important; }

.topb-1,
.topy-1 {
  top-bottom: 0.25rem !important; }

.topl-1,
.topx-1 {
  top-left: 0.25rem !important; }

.top-2 {
  top: 0.5rem !important; }

.topt-2,
.topy-2 {
  top-top: 0.5rem !important; }

.topr-2,
.topx-2 {
  top-right: 0.5rem !important; }

.topb-2,
.topy-2 {
  top-bottom: 0.5rem !important; }

.topl-2,
.topx-2 {
  top-left: 0.5rem !important; }

.top-3 {
  top: 1rem !important; }

.topt-3,
.topy-3 {
  top-top: 1rem !important; }

.topr-3,
.topx-3 {
  top-right: 1rem !important; }

.topb-3,
.topy-3 {
  top-bottom: 1rem !important; }

.topl-3,
.topx-3 {
  top-left: 1rem !important; }

.top-4 {
  top: 1.5rem !important; }

.topt-4,
.topy-4 {
  top-top: 1.5rem !important; }

.topr-4,
.topx-4 {
  top-right: 1.5rem !important; }

.topb-4,
.topy-4 {
  top-bottom: 1.5rem !important; }

.topl-4,
.topx-4 {
  top-left: 1.5rem !important; }

.top-5 {
  top: 3rem !important; }

.topt-5,
.topy-5 {
  top-top: 3rem !important; }

.topr-5,
.topx-5 {
  top-right: 3rem !important; }

.topb-5,
.topy-5 {
  top-bottom: 3rem !important; }

.topl-5,
.topx-5 {
  top-left: 3rem !important; }

.top-0_5 {
  top: 0.125rem !important; }

.topt-0_5,
.topy-0_5 {
  top-top: 0.125rem !important; }

.topr-0_5,
.topx-0_5 {
  top-right: 0.125rem !important; }

.topb-0_5,
.topy-0_5 {
  top-bottom: 0.125rem !important; }

.topl-0_5,
.topx-0_5 {
  top-left: 0.125rem !important; }

.top-1_5 {
  top: 0.375rem !important; }

.topt-1_5,
.topy-1_5 {
  top-top: 0.375rem !important; }

.topr-1_5,
.topx-1_5 {
  top-right: 0.375rem !important; }

.topb-1_5,
.topy-1_5 {
  top-bottom: 0.375rem !important; }

.topl-1_5,
.topx-1_5 {
  top-left: 0.375rem !important; }

.top-2_25 {
  top: 0.55rem !important; }

.topt-2_25,
.topy-2_25 {
  top-top: 0.55rem !important; }

.topr-2_25,
.topx-2_25 {
  top-right: 0.55rem !important; }

.topb-2_25,
.topy-2_25 {
  top-bottom: 0.55rem !important; }

.topl-2_25,
.topx-2_25 {
  top-left: 0.55rem !important; }

.top-2_35 {
  top: 0.625rem !important; }

.topt-2_35,
.topy-2_35 {
  top-top: 0.625rem !important; }

.topr-2_35,
.topx-2_35 {
  top-right: 0.625rem !important; }

.topb-2_35,
.topy-2_35 {
  top-bottom: 0.625rem !important; }

.topl-2_35,
.topx-2_35 {
  top-left: 0.625rem !important; }

.top-2_5 {
  top: 0.75rem !important; }

.topt-2_5,
.topy-2_5 {
  top-top: 0.75rem !important; }

.topr-2_5,
.topx-2_5 {
  top-right: 0.75rem !important; }

.topb-2_5,
.topy-2_5 {
  top-bottom: 0.75rem !important; }

.topl-2_5,
.topx-2_5 {
  top-left: 0.75rem !important; }

.top-2_75 {
  top: 0.875rem !important; }

.topt-2_75,
.topy-2_75 {
  top-top: 0.875rem !important; }

.topr-2_75,
.topx-2_75 {
  top-right: 0.875rem !important; }

.topb-2_75,
.topy-2_75 {
  top-bottom: 0.875rem !important; }

.topl-2_75,
.topx-2_75 {
  top-left: 0.875rem !important; }

.top-3_25 {
  top: 1.125rem !important; }

.topt-3_25,
.topy-3_25 {
  top-top: 1.125rem !important; }

.topr-3_25,
.topx-3_25 {
  top-right: 1.125rem !important; }

.topb-3_25,
.topy-3_25 {
  top-bottom: 1.125rem !important; }

.topl-3_25,
.topx-3_25 {
  top-left: 1.125rem !important; }

.top-3_5 {
  top: 1.25rem !important; }

.topt-3_5,
.topy-3_5 {
  top-top: 1.25rem !important; }

.topr-3_5,
.topx-3_5 {
  top-right: 1.25rem !important; }

.topb-3_5,
.topy-3_5 {
  top-bottom: 1.25rem !important; }

.topl-3_5,
.topx-3_5 {
  top-left: 1.25rem !important; }

.top-3_75 {
  top: 1.375rem !important; }

.topt-3_75,
.topy-3_75 {
  top-top: 1.375rem !important; }

.topr-3_75,
.topx-3_75 {
  top-right: 1.375rem !important; }

.topb-3_75,
.topy-3_75 {
  top-bottom: 1.375rem !important; }

.topl-3_75,
.topx-3_75 {
  top-left: 1.375rem !important; }

.top-4_15 {
  top: 1.6875rem !important; }

.topt-4_15,
.topy-4_15 {
  top-top: 1.6875rem !important; }

.topr-4_15,
.topx-4_15 {
  top-right: 1.6875rem !important; }

.topb-4_15,
.topy-4_15 {
  top-bottom: 1.6875rem !important; }

.topl-4_15,
.topx-4_15 {
  top-left: 1.6875rem !important; }

.top-4_25 {
  top: 1.875rem !important; }

.topt-4_25,
.topy-4_25 {
  top-top: 1.875rem !important; }

.topr-4_25,
.topx-4_25 {
  top-right: 1.875rem !important; }

.topb-4_25,
.topy-4_25 {
  top-bottom: 1.875rem !important; }

.topl-4_25,
.topx-4_25 {
  top-left: 1.875rem !important; }

.top-4_35 {
  top: 2.0625rem !important; }

.topt-4_35,
.topy-4_35 {
  top-top: 2.0625rem !important; }

.topr-4_35,
.topx-4_35 {
  top-right: 2.0625rem !important; }

.topb-4_35,
.topy-4_35 {
  top-bottom: 2.0625rem !important; }

.topl-4_35,
.topx-4_35 {
  top-left: 2.0625rem !important; }

.top-4_5 {
  top: 2.25rem !important; }

.topt-4_5,
.topy-4_5 {
  top-top: 2.25rem !important; }

.topr-4_5,
.topx-4_5 {
  top-right: 2.25rem !important; }

.topb-4_5,
.topy-4_5 {
  top-bottom: 2.25rem !important; }

.topl-4_5,
.topx-4_5 {
  top-left: 2.25rem !important; }

.top-4_75 {
  top: 2.5rem !important; }

.topt-4_75,
.topy-4_75 {
  top-top: 2.5rem !important; }

.topr-4_75,
.topx-4_75 {
  top-right: 2.5rem !important; }

.topb-4_75,
.topy-4_75 {
  top-bottom: 2.5rem !important; }

.topl-4_75,
.topx-4_75 {
  top-left: 2.5rem !important; }

.top-5_15 {
  top: 3.125rem !important; }

.topt-5_15,
.topy-5_15 {
  top-top: 3.125rem !important; }

.topr-5_15,
.topx-5_15 {
  top-right: 3.125rem !important; }

.topb-5_15,
.topy-5_15 {
  top-bottom: 3.125rem !important; }

.topl-5_15,
.topx-5_15 {
  top-left: 3.125rem !important; }

.top-5_25 {
  top: 3.5rem !important; }

.topt-5_25,
.topy-5_25 {
  top-top: 3.5rem !important; }

.topr-5_25,
.topx-5_25 {
  top-right: 3.5rem !important; }

.topb-5_25,
.topy-5_25 {
  top-bottom: 3.5rem !important; }

.topl-5_25,
.topx-5_25 {
  top-left: 3.5rem !important; }

.top-5_5 {
  top: 3.75rem !important; }

.topt-5_5,
.topy-5_5 {
  top-top: 3.75rem !important; }

.topr-5_5,
.topx-5_5 {
  top-right: 3.75rem !important; }

.topb-5_5,
.topy-5_5 {
  top-bottom: 3.75rem !important; }

.topl-5_5,
.topx-5_5 {
  top-left: 3.75rem !important; }

.top-5_75 {
  top: 4.375rem !important; }

.topt-5_75,
.topy-5_75 {
  top-top: 4.375rem !important; }

.topr-5_75,
.topx-5_75 {
  top-right: 4.375rem !important; }

.topb-5_75,
.topy-5_75 {
  top-bottom: 4.375rem !important; }

.topl-5_75,
.topx-5_75 {
  top-left: 4.375rem !important; }

.top-6 {
  top: 4.5rem !important; }

.topt-6,
.topy-6 {
  top-top: 4.5rem !important; }

.topr-6,
.topx-6 {
  top-right: 4.5rem !important; }

.topb-6,
.topy-6 {
  top-bottom: 4.5rem !important; }

.topl-6,
.topx-6 {
  top-left: 4.5rem !important; }

.top-6_5 {
  top: 5rem !important; }

.topt-6_5,
.topy-6_5 {
  top-top: 5rem !important; }

.topr-6_5,
.topx-6_5 {
  top-right: 5rem !important; }

.topb-6_5,
.topy-6_5 {
  top-bottom: 5rem !important; }

.topl-6_5,
.topx-6_5 {
  top-left: 5rem !important; }

.top-6_75 {
  top: 5.375rem !important; }

.topt-6_75,
.topy-6_75 {
  top-top: 5.375rem !important; }

.topr-6_75,
.topx-6_75 {
  top-right: 5.375rem !important; }

.topb-6_75,
.topy-6_75 {
  top-bottom: 5.375rem !important; }

.topl-6_75,
.topx-6_75 {
  top-left: 5.375rem !important; }

.top-7 {
  top: 6rem !important; }

.topt-7,
.topy-7 {
  top-top: 6rem !important; }

.topr-7,
.topx-7 {
  top-right: 6rem !important; }

.topb-7,
.topy-7 {
  top-bottom: 6rem !important; }

.topl-7,
.topx-7 {
  top-left: 6rem !important; }

.top-7_5 {
  top: 6.75rem !important; }

.topt-7_5,
.topy-7_5 {
  top-top: 6.75rem !important; }

.topr-7_5,
.topx-7_5 {
  top-right: 6.75rem !important; }

.topb-7_5,
.topy-7_5 {
  top-bottom: 6.75rem !important; }

.topl-7_5,
.topx-7_5 {
  top-left: 6.75rem !important; }

.top-7_75 {
  top: 7.25rem !important; }

.topt-7_75,
.topy-7_75 {
  top-top: 7.25rem !important; }

.topr-7_75,
.topx-7_75 {
  top-right: 7.25rem !important; }

.topb-7_75,
.topy-7_75 {
  top-bottom: 7.25rem !important; }

.topl-7_75,
.topx-7_75 {
  top-left: 7.25rem !important; }

.top-8 {
  top: 7.5rem !important; }

.topt-8,
.topy-8 {
  top-top: 7.5rem !important; }

.topr-8,
.topx-8 {
  top-right: 7.5rem !important; }

.topb-8,
.topy-8 {
  top-bottom: 7.5rem !important; }

.topl-8,
.topx-8 {
  top-left: 7.5rem !important; }

.top-8_5 {
  top: 8.125rem !important; }

.topt-8_5,
.topy-8_5 {
  top-top: 8.125rem !important; }

.topr-8_5,
.topx-8_5 {
  top-right: 8.125rem !important; }

.topb-8_5,
.topy-8_5 {
  top-bottom: 8.125rem !important; }

.topl-8_5,
.topx-8_5 {
  top-left: 8.125rem !important; }

.top-8_75 {
  top: 8.4375rem !important; }

.topt-8_75,
.topy-8_75 {
  top-top: 8.4375rem !important; }

.topr-8_75,
.topx-8_75 {
  top-right: 8.4375rem !important; }

.topb-8_75,
.topy-8_75 {
  top-bottom: 8.4375rem !important; }

.topl-8_75,
.topx-8_75 {
  top-left: 8.4375rem !important; }

.top-9 {
  top: 9rem !important; }

.topt-9,
.topy-9 {
  top-top: 9rem !important; }

.topr-9,
.topx-9 {
  top-right: 9rem !important; }

.topb-9,
.topy-9 {
  top-bottom: 9rem !important; }

.topl-9,
.topx-9 {
  top-left: 9rem !important; }

.top-10 {
  top: 10.5rem !important; }

.topt-10,
.topy-10 {
  top-top: 10.5rem !important; }

.topr-10,
.topx-10 {
  top-right: 10.5rem !important; }

.topb-10,
.topy-10 {
  top-bottom: 10.5rem !important; }

.topl-10,
.topx-10 {
  top-left: 10.5rem !important; }

.top-10_25 {
  top: 11rem !important; }

.topt-10_25,
.topy-10_25 {
  top-top: 11rem !important; }

.topr-10_25,
.topx-10_25 {
  top-right: 11rem !important; }

.topb-10_25,
.topy-10_25 {
  top-bottom: 11rem !important; }

.topl-10_25,
.topx-10_25 {
  top-left: 11rem !important; }

.top-10_5 {
  top: 11.25rem !important; }

.topt-10_5,
.topy-10_5 {
  top-top: 11.25rem !important; }

.topr-10_5,
.topx-10_5 {
  top-right: 11.25rem !important; }

.topb-10_5,
.topy-10_5 {
  top-bottom: 11.25rem !important; }

.topl-10_5,
.topx-10_5 {
  top-left: 11.25rem !important; }

.top-10_75 {
  top: 11.5rem !important; }

.topt-10_75,
.topy-10_75 {
  top-top: 11.5rem !important; }

.topr-10_75,
.topx-10_75 {
  top-right: 11.5rem !important; }

.topb-10_75,
.topy-10_75 {
  top-bottom: 11.5rem !important; }

.topl-10_75,
.topx-10_75 {
  top-left: 11.5rem !important; }

.top-11 {
  top: 12rem !important; }

.topt-11,
.topy-11 {
  top-top: 12rem !important; }

.topr-11,
.topx-11 {
  top-right: 12rem !important; }

.topb-11,
.topy-11 {
  top-bottom: 12rem !important; }

.topl-11,
.topx-11 {
  top-left: 12rem !important; }

.top-12 {
  top: 13.5rem !important; }

.topt-12,
.topy-12 {
  top-top: 13.5rem !important; }

.topr-12,
.topx-12 {
  top-right: 13.5rem !important; }

.topb-12,
.topy-12 {
  top-bottom: 13.5rem !important; }

.topl-12,
.topx-12 {
  top-left: 13.5rem !important; }

.top-13 {
  top: 15rem !important; }

.topt-13,
.topy-13 {
  top-top: 15rem !important; }

.topr-13,
.topx-13 {
  top-right: 15rem !important; }

.topb-13,
.topy-13 {
  top-bottom: 15rem !important; }

.topl-13,
.topx-13 {
  top-left: 15rem !important; }

.top-14 {
  top: 16.6rem !important; }

.topt-14,
.topy-14 {
  top-top: 16.6rem !important; }

.topr-14,
.topx-14 {
  top-right: 16.6rem !important; }

.topb-14,
.topy-14 {
  top-bottom: 16.6rem !important; }

.topl-14,
.topx-14 {
  top-left: 16.6rem !important; }

.top-15 {
  top: 18rem !important; }

.topt-15,
.topy-15 {
  top-top: 18rem !important; }

.topr-15,
.topx-15 {
  top-right: 18rem !important; }

.topb-15,
.topy-15 {
  top-bottom: 18rem !important; }

.topl-15,
.topx-15 {
  top-left: 18rem !important; }

.top-16 {
  top: 19.5rem !important; }

.topt-16,
.topy-16 {
  top-top: 19.5rem !important; }

.topr-16,
.topx-16 {
  top-right: 19.5rem !important; }

.topb-16,
.topy-16 {
  top-bottom: 19.5rem !important; }

.topl-16,
.topx-16 {
  top-left: 19.5rem !important; }

.top-17 {
  top: 21rem !important; }

.topt-17,
.topy-17 {
  top-top: 21rem !important; }

.topr-17,
.topx-17 {
  top-right: 21rem !important; }

.topb-17,
.topy-17 {
  top-bottom: 21rem !important; }

.topl-17,
.topx-17 {
  top-left: 21rem !important; }

.top-18 {
  top: 22.5rem !important; }

.topt-18,
.topy-18 {
  top-top: 22.5rem !important; }

.topr-18,
.topx-18 {
  top-right: 22.5rem !important; }

.topb-18,
.topy-18 {
  top-bottom: 22.5rem !important; }

.topl-18,
.topx-18 {
  top-left: 22.5rem !important; }

.top-19 {
  top: 24rem !important; }

.topt-19,
.topy-19 {
  top-top: 24rem !important; }

.topr-19,
.topx-19 {
  top-right: 24rem !important; }

.topb-19,
.topy-19 {
  top-bottom: 24rem !important; }

.topl-19,
.topx-19 {
  top-left: 24rem !important; }

.top-20 {
  top: 25.5rem !important; }

.topt-20,
.topy-20 {
  top-top: 25.5rem !important; }

.topr-20,
.topx-20 {
  top-right: 25.5rem !important; }

.topb-20,
.topy-20 {
  top-bottom: 25.5rem !important; }

.topl-20,
.topx-20 {
  top-left: 25.5rem !important; }

.top-21 {
  top: 27rem !important; }

.topt-21,
.topy-21 {
  top-top: 27rem !important; }

.topr-21,
.topx-21 {
  top-right: 27rem !important; }

.topb-21,
.topy-21 {
  top-bottom: 27rem !important; }

.topl-21,
.topx-21 {
  top-left: 27rem !important; }

.top-22 {
  top: 28.5rem !important; }

.topt-22,
.topy-22 {
  top-top: 28.5rem !important; }

.topr-22,
.topx-22 {
  top-right: 28.5rem !important; }

.topb-22,
.topy-22 {
  top-bottom: 28.5rem !important; }

.topl-22,
.topx-22 {
  top-left: 28.5rem !important; }

.top-23 {
  top: 30rem !important; }

.topt-23,
.topy-23 {
  top-top: 30rem !important; }

.topr-23,
.topx-23 {
  top-right: 30rem !important; }

.topb-23,
.topy-23 {
  top-bottom: 30rem !important; }

.topl-23,
.topx-23 {
  top-left: 30rem !important; }

.top-24 {
  top: 31.5rem !important; }

.topt-24,
.topy-24 {
  top-top: 31.5rem !important; }

.topr-24,
.topx-24 {
  top-right: 31.5rem !important; }

.topb-24,
.topy-24 {
  top-bottom: 31.5rem !important; }

.topl-24,
.topx-24 {
  top-left: 31.5rem !important; }

.top-25 {
  top: 33rem !important; }

.topt-25,
.topy-25 {
  top-top: 33rem !important; }

.topr-25,
.topx-25 {
  top-right: 33rem !important; }

.topb-25,
.topy-25 {
  top-bottom: 33rem !important; }

.topl-25,
.topx-25 {
  top-left: 33rem !important; }

.top-26 {
  top: 34.5rem !important; }

.topt-26,
.topy-26 {
  top-top: 34.5rem !important; }

.topr-26,
.topx-26 {
  top-right: 34.5rem !important; }

.topb-26,
.topy-26 {
  top-bottom: 34.5rem !important; }

.topl-26,
.topx-26 {
  top-left: 34.5rem !important; }

.top-27 {
  top: 36rem !important; }

.topt-27,
.topy-27 {
  top-top: 36rem !important; }

.topr-27,
.topx-27 {
  top-right: 36rem !important; }

.topb-27,
.topy-27 {
  top-bottom: 36rem !important; }

.topl-27,
.topx-27 {
  top-left: 36rem !important; }

.top-28 {
  top: 37.5rem !important; }

.topt-28,
.topy-28 {
  top-top: 37.5rem !important; }

.topr-28,
.topx-28 {
  top-right: 37.5rem !important; }

.topb-28,
.topy-28 {
  top-bottom: 37.5rem !important; }

.topl-28,
.topx-28 {
  top-left: 37.5rem !important; }

.top-29 {
  top: 39rem !important; }

.topt-29,
.topy-29 {
  top-top: 39rem !important; }

.topr-29,
.topx-29 {
  top-right: 39rem !important; }

.topb-29,
.topy-29 {
  top-bottom: 39rem !important; }

.topl-29,
.topx-29 {
  top-left: 39rem !important; }

.top-30 {
  top: 40.5rem !important; }

.topt-30,
.topy-30 {
  top-top: 40.5rem !important; }

.topr-30,
.topx-30 {
  top-right: 40.5rem !important; }

.topb-30,
.topy-30 {
  top-bottom: 40.5rem !important; }

.topl-30,
.topx-30 {
  top-left: 40.5rem !important; }

.bottom-0 {
  bottom: 0 !important; }

.bottomt-0,
.bottomy-0 {
  bottom-top: 0 !important; }

.bottomr-0,
.bottomx-0 {
  bottom-right: 0 !important; }

.bottomb-0,
.bottomy-0 {
  bottom-bottom: 0 !important; }

.bottoml-0,
.bottomx-0 {
  bottom-left: 0 !important; }

.bottom-1 {
  bottom: 0.25rem !important; }

.bottomt-1,
.bottomy-1 {
  bottom-top: 0.25rem !important; }

.bottomr-1,
.bottomx-1 {
  bottom-right: 0.25rem !important; }

.bottomb-1,
.bottomy-1 {
  bottom-bottom: 0.25rem !important; }

.bottoml-1,
.bottomx-1 {
  bottom-left: 0.25rem !important; }

.bottom-2 {
  bottom: 0.5rem !important; }

.bottomt-2,
.bottomy-2 {
  bottom-top: 0.5rem !important; }

.bottomr-2,
.bottomx-2 {
  bottom-right: 0.5rem !important; }

.bottomb-2,
.bottomy-2 {
  bottom-bottom: 0.5rem !important; }

.bottoml-2,
.bottomx-2 {
  bottom-left: 0.5rem !important; }

.bottom-3 {
  bottom: 1rem !important; }

.bottomt-3,
.bottomy-3 {
  bottom-top: 1rem !important; }

.bottomr-3,
.bottomx-3 {
  bottom-right: 1rem !important; }

.bottomb-3,
.bottomy-3 {
  bottom-bottom: 1rem !important; }

.bottoml-3,
.bottomx-3 {
  bottom-left: 1rem !important; }

.bottom-4 {
  bottom: 1.5rem !important; }

.bottomt-4,
.bottomy-4 {
  bottom-top: 1.5rem !important; }

.bottomr-4,
.bottomx-4 {
  bottom-right: 1.5rem !important; }

.bottomb-4,
.bottomy-4 {
  bottom-bottom: 1.5rem !important; }

.bottoml-4,
.bottomx-4 {
  bottom-left: 1.5rem !important; }

.bottom-5 {
  bottom: 3rem !important; }

.bottomt-5,
.bottomy-5 {
  bottom-top: 3rem !important; }

.bottomr-5,
.bottomx-5 {
  bottom-right: 3rem !important; }

.bottomb-5,
.bottomy-5 {
  bottom-bottom: 3rem !important; }

.bottoml-5,
.bottomx-5 {
  bottom-left: 3rem !important; }

.bottom-0_5 {
  bottom: 0.125rem !important; }

.bottomt-0_5,
.bottomy-0_5 {
  bottom-top: 0.125rem !important; }

.bottomr-0_5,
.bottomx-0_5 {
  bottom-right: 0.125rem !important; }

.bottomb-0_5,
.bottomy-0_5 {
  bottom-bottom: 0.125rem !important; }

.bottoml-0_5,
.bottomx-0_5 {
  bottom-left: 0.125rem !important; }

.bottom-1_5 {
  bottom: 0.375rem !important; }

.bottomt-1_5,
.bottomy-1_5 {
  bottom-top: 0.375rem !important; }

.bottomr-1_5,
.bottomx-1_5 {
  bottom-right: 0.375rem !important; }

.bottomb-1_5,
.bottomy-1_5 {
  bottom-bottom: 0.375rem !important; }

.bottoml-1_5,
.bottomx-1_5 {
  bottom-left: 0.375rem !important; }

.bottom-2_25 {
  bottom: 0.55rem !important; }

.bottomt-2_25,
.bottomy-2_25 {
  bottom-top: 0.55rem !important; }

.bottomr-2_25,
.bottomx-2_25 {
  bottom-right: 0.55rem !important; }

.bottomb-2_25,
.bottomy-2_25 {
  bottom-bottom: 0.55rem !important; }

.bottoml-2_25,
.bottomx-2_25 {
  bottom-left: 0.55rem !important; }

.bottom-2_35 {
  bottom: 0.625rem !important; }

.bottomt-2_35,
.bottomy-2_35 {
  bottom-top: 0.625rem !important; }

.bottomr-2_35,
.bottomx-2_35 {
  bottom-right: 0.625rem !important; }

.bottomb-2_35,
.bottomy-2_35 {
  bottom-bottom: 0.625rem !important; }

.bottoml-2_35,
.bottomx-2_35 {
  bottom-left: 0.625rem !important; }

.bottom-2_5 {
  bottom: 0.75rem !important; }

.bottomt-2_5,
.bottomy-2_5 {
  bottom-top: 0.75rem !important; }

.bottomr-2_5,
.bottomx-2_5 {
  bottom-right: 0.75rem !important; }

.bottomb-2_5,
.bottomy-2_5 {
  bottom-bottom: 0.75rem !important; }

.bottoml-2_5,
.bottomx-2_5 {
  bottom-left: 0.75rem !important; }

.bottom-2_75 {
  bottom: 0.875rem !important; }

.bottomt-2_75,
.bottomy-2_75 {
  bottom-top: 0.875rem !important; }

.bottomr-2_75,
.bottomx-2_75 {
  bottom-right: 0.875rem !important; }

.bottomb-2_75,
.bottomy-2_75 {
  bottom-bottom: 0.875rem !important; }

.bottoml-2_75,
.bottomx-2_75 {
  bottom-left: 0.875rem !important; }

.bottom-3_25 {
  bottom: 1.125rem !important; }

.bottomt-3_25,
.bottomy-3_25 {
  bottom-top: 1.125rem !important; }

.bottomr-3_25,
.bottomx-3_25 {
  bottom-right: 1.125rem !important; }

.bottomb-3_25,
.bottomy-3_25 {
  bottom-bottom: 1.125rem !important; }

.bottoml-3_25,
.bottomx-3_25 {
  bottom-left: 1.125rem !important; }

.bottom-3_5 {
  bottom: 1.25rem !important; }

.bottomt-3_5,
.bottomy-3_5 {
  bottom-top: 1.25rem !important; }

.bottomr-3_5,
.bottomx-3_5 {
  bottom-right: 1.25rem !important; }

.bottomb-3_5,
.bottomy-3_5 {
  bottom-bottom: 1.25rem !important; }

.bottoml-3_5,
.bottomx-3_5 {
  bottom-left: 1.25rem !important; }

.bottom-3_75 {
  bottom: 1.375rem !important; }

.bottomt-3_75,
.bottomy-3_75 {
  bottom-top: 1.375rem !important; }

.bottomr-3_75,
.bottomx-3_75 {
  bottom-right: 1.375rem !important; }

.bottomb-3_75,
.bottomy-3_75 {
  bottom-bottom: 1.375rem !important; }

.bottoml-3_75,
.bottomx-3_75 {
  bottom-left: 1.375rem !important; }

.bottom-4_15 {
  bottom: 1.6875rem !important; }

.bottomt-4_15,
.bottomy-4_15 {
  bottom-top: 1.6875rem !important; }

.bottomr-4_15,
.bottomx-4_15 {
  bottom-right: 1.6875rem !important; }

.bottomb-4_15,
.bottomy-4_15 {
  bottom-bottom: 1.6875rem !important; }

.bottoml-4_15,
.bottomx-4_15 {
  bottom-left: 1.6875rem !important; }

.bottom-4_25 {
  bottom: 1.875rem !important; }

.bottomt-4_25,
.bottomy-4_25 {
  bottom-top: 1.875rem !important; }

.bottomr-4_25,
.bottomx-4_25 {
  bottom-right: 1.875rem !important; }

.bottomb-4_25,
.bottomy-4_25 {
  bottom-bottom: 1.875rem !important; }

.bottoml-4_25,
.bottomx-4_25 {
  bottom-left: 1.875rem !important; }

.bottom-4_35 {
  bottom: 2.0625rem !important; }

.bottomt-4_35,
.bottomy-4_35 {
  bottom-top: 2.0625rem !important; }

.bottomr-4_35,
.bottomx-4_35 {
  bottom-right: 2.0625rem !important; }

.bottomb-4_35,
.bottomy-4_35 {
  bottom-bottom: 2.0625rem !important; }

.bottoml-4_35,
.bottomx-4_35 {
  bottom-left: 2.0625rem !important; }

.bottom-4_5 {
  bottom: 2.25rem !important; }

.bottomt-4_5,
.bottomy-4_5 {
  bottom-top: 2.25rem !important; }

.bottomr-4_5,
.bottomx-4_5 {
  bottom-right: 2.25rem !important; }

.bottomb-4_5,
.bottomy-4_5 {
  bottom-bottom: 2.25rem !important; }

.bottoml-4_5,
.bottomx-4_5 {
  bottom-left: 2.25rem !important; }

.bottom-4_75 {
  bottom: 2.5rem !important; }

.bottomt-4_75,
.bottomy-4_75 {
  bottom-top: 2.5rem !important; }

.bottomr-4_75,
.bottomx-4_75 {
  bottom-right: 2.5rem !important; }

.bottomb-4_75,
.bottomy-4_75 {
  bottom-bottom: 2.5rem !important; }

.bottoml-4_75,
.bottomx-4_75 {
  bottom-left: 2.5rem !important; }

.bottom-5_15 {
  bottom: 3.125rem !important; }

.bottomt-5_15,
.bottomy-5_15 {
  bottom-top: 3.125rem !important; }

.bottomr-5_15,
.bottomx-5_15 {
  bottom-right: 3.125rem !important; }

.bottomb-5_15,
.bottomy-5_15 {
  bottom-bottom: 3.125rem !important; }

.bottoml-5_15,
.bottomx-5_15 {
  bottom-left: 3.125rem !important; }

.bottom-5_25 {
  bottom: 3.5rem !important; }

.bottomt-5_25,
.bottomy-5_25 {
  bottom-top: 3.5rem !important; }

.bottomr-5_25,
.bottomx-5_25 {
  bottom-right: 3.5rem !important; }

.bottomb-5_25,
.bottomy-5_25 {
  bottom-bottom: 3.5rem !important; }

.bottoml-5_25,
.bottomx-5_25 {
  bottom-left: 3.5rem !important; }

.bottom-5_5 {
  bottom: 3.75rem !important; }

.bottomt-5_5,
.bottomy-5_5 {
  bottom-top: 3.75rem !important; }

.bottomr-5_5,
.bottomx-5_5 {
  bottom-right: 3.75rem !important; }

.bottomb-5_5,
.bottomy-5_5 {
  bottom-bottom: 3.75rem !important; }

.bottoml-5_5,
.bottomx-5_5 {
  bottom-left: 3.75rem !important; }

.bottom-5_75 {
  bottom: 4.375rem !important; }

.bottomt-5_75,
.bottomy-5_75 {
  bottom-top: 4.375rem !important; }

.bottomr-5_75,
.bottomx-5_75 {
  bottom-right: 4.375rem !important; }

.bottomb-5_75,
.bottomy-5_75 {
  bottom-bottom: 4.375rem !important; }

.bottoml-5_75,
.bottomx-5_75 {
  bottom-left: 4.375rem !important; }

.bottom-6 {
  bottom: 4.5rem !important; }

.bottomt-6,
.bottomy-6 {
  bottom-top: 4.5rem !important; }

.bottomr-6,
.bottomx-6 {
  bottom-right: 4.5rem !important; }

.bottomb-6,
.bottomy-6 {
  bottom-bottom: 4.5rem !important; }

.bottoml-6,
.bottomx-6 {
  bottom-left: 4.5rem !important; }

.bottom-6_5 {
  bottom: 5rem !important; }

.bottomt-6_5,
.bottomy-6_5 {
  bottom-top: 5rem !important; }

.bottomr-6_5,
.bottomx-6_5 {
  bottom-right: 5rem !important; }

.bottomb-6_5,
.bottomy-6_5 {
  bottom-bottom: 5rem !important; }

.bottoml-6_5,
.bottomx-6_5 {
  bottom-left: 5rem !important; }

.bottom-6_75 {
  bottom: 5.375rem !important; }

.bottomt-6_75,
.bottomy-6_75 {
  bottom-top: 5.375rem !important; }

.bottomr-6_75,
.bottomx-6_75 {
  bottom-right: 5.375rem !important; }

.bottomb-6_75,
.bottomy-6_75 {
  bottom-bottom: 5.375rem !important; }

.bottoml-6_75,
.bottomx-6_75 {
  bottom-left: 5.375rem !important; }

.bottom-7 {
  bottom: 6rem !important; }

.bottomt-7,
.bottomy-7 {
  bottom-top: 6rem !important; }

.bottomr-7,
.bottomx-7 {
  bottom-right: 6rem !important; }

.bottomb-7,
.bottomy-7 {
  bottom-bottom: 6rem !important; }

.bottoml-7,
.bottomx-7 {
  bottom-left: 6rem !important; }

.bottom-7_5 {
  bottom: 6.75rem !important; }

.bottomt-7_5,
.bottomy-7_5 {
  bottom-top: 6.75rem !important; }

.bottomr-7_5,
.bottomx-7_5 {
  bottom-right: 6.75rem !important; }

.bottomb-7_5,
.bottomy-7_5 {
  bottom-bottom: 6.75rem !important; }

.bottoml-7_5,
.bottomx-7_5 {
  bottom-left: 6.75rem !important; }

.bottom-7_75 {
  bottom: 7.25rem !important; }

.bottomt-7_75,
.bottomy-7_75 {
  bottom-top: 7.25rem !important; }

.bottomr-7_75,
.bottomx-7_75 {
  bottom-right: 7.25rem !important; }

.bottomb-7_75,
.bottomy-7_75 {
  bottom-bottom: 7.25rem !important; }

.bottoml-7_75,
.bottomx-7_75 {
  bottom-left: 7.25rem !important; }

.bottom-8 {
  bottom: 7.5rem !important; }

.bottomt-8,
.bottomy-8 {
  bottom-top: 7.5rem !important; }

.bottomr-8,
.bottomx-8 {
  bottom-right: 7.5rem !important; }

.bottomb-8,
.bottomy-8 {
  bottom-bottom: 7.5rem !important; }

.bottoml-8,
.bottomx-8 {
  bottom-left: 7.5rem !important; }

.bottom-8_5 {
  bottom: 8.125rem !important; }

.bottomt-8_5,
.bottomy-8_5 {
  bottom-top: 8.125rem !important; }

.bottomr-8_5,
.bottomx-8_5 {
  bottom-right: 8.125rem !important; }

.bottomb-8_5,
.bottomy-8_5 {
  bottom-bottom: 8.125rem !important; }

.bottoml-8_5,
.bottomx-8_5 {
  bottom-left: 8.125rem !important; }

.bottom-8_75 {
  bottom: 8.4375rem !important; }

.bottomt-8_75,
.bottomy-8_75 {
  bottom-top: 8.4375rem !important; }

.bottomr-8_75,
.bottomx-8_75 {
  bottom-right: 8.4375rem !important; }

.bottomb-8_75,
.bottomy-8_75 {
  bottom-bottom: 8.4375rem !important; }

.bottoml-8_75,
.bottomx-8_75 {
  bottom-left: 8.4375rem !important; }

.bottom-9 {
  bottom: 9rem !important; }

.bottomt-9,
.bottomy-9 {
  bottom-top: 9rem !important; }

.bottomr-9,
.bottomx-9 {
  bottom-right: 9rem !important; }

.bottomb-9,
.bottomy-9 {
  bottom-bottom: 9rem !important; }

.bottoml-9,
.bottomx-9 {
  bottom-left: 9rem !important; }

.bottom-10 {
  bottom: 10.5rem !important; }

.bottomt-10,
.bottomy-10 {
  bottom-top: 10.5rem !important; }

.bottomr-10,
.bottomx-10 {
  bottom-right: 10.5rem !important; }

.bottomb-10,
.bottomy-10 {
  bottom-bottom: 10.5rem !important; }

.bottoml-10,
.bottomx-10 {
  bottom-left: 10.5rem !important; }

.bottom-10_25 {
  bottom: 11rem !important; }

.bottomt-10_25,
.bottomy-10_25 {
  bottom-top: 11rem !important; }

.bottomr-10_25,
.bottomx-10_25 {
  bottom-right: 11rem !important; }

.bottomb-10_25,
.bottomy-10_25 {
  bottom-bottom: 11rem !important; }

.bottoml-10_25,
.bottomx-10_25 {
  bottom-left: 11rem !important; }

.bottom-10_5 {
  bottom: 11.25rem !important; }

.bottomt-10_5,
.bottomy-10_5 {
  bottom-top: 11.25rem !important; }

.bottomr-10_5,
.bottomx-10_5 {
  bottom-right: 11.25rem !important; }

.bottomb-10_5,
.bottomy-10_5 {
  bottom-bottom: 11.25rem !important; }

.bottoml-10_5,
.bottomx-10_5 {
  bottom-left: 11.25rem !important; }

.bottom-10_75 {
  bottom: 11.5rem !important; }

.bottomt-10_75,
.bottomy-10_75 {
  bottom-top: 11.5rem !important; }

.bottomr-10_75,
.bottomx-10_75 {
  bottom-right: 11.5rem !important; }

.bottomb-10_75,
.bottomy-10_75 {
  bottom-bottom: 11.5rem !important; }

.bottoml-10_75,
.bottomx-10_75 {
  bottom-left: 11.5rem !important; }

.bottom-11 {
  bottom: 12rem !important; }

.bottomt-11,
.bottomy-11 {
  bottom-top: 12rem !important; }

.bottomr-11,
.bottomx-11 {
  bottom-right: 12rem !important; }

.bottomb-11,
.bottomy-11 {
  bottom-bottom: 12rem !important; }

.bottoml-11,
.bottomx-11 {
  bottom-left: 12rem !important; }

.bottom-12 {
  bottom: 13.5rem !important; }

.bottomt-12,
.bottomy-12 {
  bottom-top: 13.5rem !important; }

.bottomr-12,
.bottomx-12 {
  bottom-right: 13.5rem !important; }

.bottomb-12,
.bottomy-12 {
  bottom-bottom: 13.5rem !important; }

.bottoml-12,
.bottomx-12 {
  bottom-left: 13.5rem !important; }

.bottom-13 {
  bottom: 15rem !important; }

.bottomt-13,
.bottomy-13 {
  bottom-top: 15rem !important; }

.bottomr-13,
.bottomx-13 {
  bottom-right: 15rem !important; }

.bottomb-13,
.bottomy-13 {
  bottom-bottom: 15rem !important; }

.bottoml-13,
.bottomx-13 {
  bottom-left: 15rem !important; }

.bottom-14 {
  bottom: 16.6rem !important; }

.bottomt-14,
.bottomy-14 {
  bottom-top: 16.6rem !important; }

.bottomr-14,
.bottomx-14 {
  bottom-right: 16.6rem !important; }

.bottomb-14,
.bottomy-14 {
  bottom-bottom: 16.6rem !important; }

.bottoml-14,
.bottomx-14 {
  bottom-left: 16.6rem !important; }

.bottom-15 {
  bottom: 18rem !important; }

.bottomt-15,
.bottomy-15 {
  bottom-top: 18rem !important; }

.bottomr-15,
.bottomx-15 {
  bottom-right: 18rem !important; }

.bottomb-15,
.bottomy-15 {
  bottom-bottom: 18rem !important; }

.bottoml-15,
.bottomx-15 {
  bottom-left: 18rem !important; }

.bottom-16 {
  bottom: 19.5rem !important; }

.bottomt-16,
.bottomy-16 {
  bottom-top: 19.5rem !important; }

.bottomr-16,
.bottomx-16 {
  bottom-right: 19.5rem !important; }

.bottomb-16,
.bottomy-16 {
  bottom-bottom: 19.5rem !important; }

.bottoml-16,
.bottomx-16 {
  bottom-left: 19.5rem !important; }

.bottom-17 {
  bottom: 21rem !important; }

.bottomt-17,
.bottomy-17 {
  bottom-top: 21rem !important; }

.bottomr-17,
.bottomx-17 {
  bottom-right: 21rem !important; }

.bottomb-17,
.bottomy-17 {
  bottom-bottom: 21rem !important; }

.bottoml-17,
.bottomx-17 {
  bottom-left: 21rem !important; }

.bottom-18 {
  bottom: 22.5rem !important; }

.bottomt-18,
.bottomy-18 {
  bottom-top: 22.5rem !important; }

.bottomr-18,
.bottomx-18 {
  bottom-right: 22.5rem !important; }

.bottomb-18,
.bottomy-18 {
  bottom-bottom: 22.5rem !important; }

.bottoml-18,
.bottomx-18 {
  bottom-left: 22.5rem !important; }

.bottom-19 {
  bottom: 24rem !important; }

.bottomt-19,
.bottomy-19 {
  bottom-top: 24rem !important; }

.bottomr-19,
.bottomx-19 {
  bottom-right: 24rem !important; }

.bottomb-19,
.bottomy-19 {
  bottom-bottom: 24rem !important; }

.bottoml-19,
.bottomx-19 {
  bottom-left: 24rem !important; }

.bottom-20 {
  bottom: 25.5rem !important; }

.bottomt-20,
.bottomy-20 {
  bottom-top: 25.5rem !important; }

.bottomr-20,
.bottomx-20 {
  bottom-right: 25.5rem !important; }

.bottomb-20,
.bottomy-20 {
  bottom-bottom: 25.5rem !important; }

.bottoml-20,
.bottomx-20 {
  bottom-left: 25.5rem !important; }

.bottom-21 {
  bottom: 27rem !important; }

.bottomt-21,
.bottomy-21 {
  bottom-top: 27rem !important; }

.bottomr-21,
.bottomx-21 {
  bottom-right: 27rem !important; }

.bottomb-21,
.bottomy-21 {
  bottom-bottom: 27rem !important; }

.bottoml-21,
.bottomx-21 {
  bottom-left: 27rem !important; }

.bottom-22 {
  bottom: 28.5rem !important; }

.bottomt-22,
.bottomy-22 {
  bottom-top: 28.5rem !important; }

.bottomr-22,
.bottomx-22 {
  bottom-right: 28.5rem !important; }

.bottomb-22,
.bottomy-22 {
  bottom-bottom: 28.5rem !important; }

.bottoml-22,
.bottomx-22 {
  bottom-left: 28.5rem !important; }

.bottom-23 {
  bottom: 30rem !important; }

.bottomt-23,
.bottomy-23 {
  bottom-top: 30rem !important; }

.bottomr-23,
.bottomx-23 {
  bottom-right: 30rem !important; }

.bottomb-23,
.bottomy-23 {
  bottom-bottom: 30rem !important; }

.bottoml-23,
.bottomx-23 {
  bottom-left: 30rem !important; }

.bottom-24 {
  bottom: 31.5rem !important; }

.bottomt-24,
.bottomy-24 {
  bottom-top: 31.5rem !important; }

.bottomr-24,
.bottomx-24 {
  bottom-right: 31.5rem !important; }

.bottomb-24,
.bottomy-24 {
  bottom-bottom: 31.5rem !important; }

.bottoml-24,
.bottomx-24 {
  bottom-left: 31.5rem !important; }

.bottom-25 {
  bottom: 33rem !important; }

.bottomt-25,
.bottomy-25 {
  bottom-top: 33rem !important; }

.bottomr-25,
.bottomx-25 {
  bottom-right: 33rem !important; }

.bottomb-25,
.bottomy-25 {
  bottom-bottom: 33rem !important; }

.bottoml-25,
.bottomx-25 {
  bottom-left: 33rem !important; }

.bottom-26 {
  bottom: 34.5rem !important; }

.bottomt-26,
.bottomy-26 {
  bottom-top: 34.5rem !important; }

.bottomr-26,
.bottomx-26 {
  bottom-right: 34.5rem !important; }

.bottomb-26,
.bottomy-26 {
  bottom-bottom: 34.5rem !important; }

.bottoml-26,
.bottomx-26 {
  bottom-left: 34.5rem !important; }

.bottom-27 {
  bottom: 36rem !important; }

.bottomt-27,
.bottomy-27 {
  bottom-top: 36rem !important; }

.bottomr-27,
.bottomx-27 {
  bottom-right: 36rem !important; }

.bottomb-27,
.bottomy-27 {
  bottom-bottom: 36rem !important; }

.bottoml-27,
.bottomx-27 {
  bottom-left: 36rem !important; }

.bottom-28 {
  bottom: 37.5rem !important; }

.bottomt-28,
.bottomy-28 {
  bottom-top: 37.5rem !important; }

.bottomr-28,
.bottomx-28 {
  bottom-right: 37.5rem !important; }

.bottomb-28,
.bottomy-28 {
  bottom-bottom: 37.5rem !important; }

.bottoml-28,
.bottomx-28 {
  bottom-left: 37.5rem !important; }

.bottom-29 {
  bottom: 39rem !important; }

.bottomt-29,
.bottomy-29 {
  bottom-top: 39rem !important; }

.bottomr-29,
.bottomx-29 {
  bottom-right: 39rem !important; }

.bottomb-29,
.bottomy-29 {
  bottom-bottom: 39rem !important; }

.bottoml-29,
.bottomx-29 {
  bottom-left: 39rem !important; }

.bottom-30 {
  bottom: 40.5rem !important; }

.bottomt-30,
.bottomy-30 {
  bottom-top: 40.5rem !important; }

.bottomr-30,
.bottomx-30 {
  bottom-right: 40.5rem !important; }

.bottomb-30,
.bottomy-30 {
  bottom-bottom: 40.5rem !important; }

.bottoml-30,
.bottomx-30 {
  bottom-left: 40.5rem !important; }

.top-n1 {
  top: -0.25rem !important; }

.right-n1 {
  right: -0.25rem !important; }

.bottom-n1 {
  bottom: -0.25rem !important; }

.left-n1 {
  left: -0.25rem !important; }

.top-n2 {
  top: -0.5rem !important; }

.right-n2 {
  right: -0.5rem !important; }

.bottom-n2 {
  bottom: -0.5rem !important; }

.left-n2 {
  left: -0.5rem !important; }

.top-n3 {
  top: -1rem !important; }

.right-n3 {
  right: -1rem !important; }

.bottom-n3 {
  bottom: -1rem !important; }

.left-n3 {
  left: -1rem !important; }

.top-n4 {
  top: -1.5rem !important; }

.right-n4 {
  right: -1.5rem !important; }

.bottom-n4 {
  bottom: -1.5rem !important; }

.left-n4 {
  left: -1.5rem !important; }

.top-n5 {
  top: -3rem !important; }

.right-n5 {
  right: -3rem !important; }

.bottom-n5 {
  bottom: -3rem !important; }

.left-n5 {
  left: -3rem !important; }

.top-n1_5 {
  top: -0.375rem !important; }

.right-n1_5 {
  right: -0.375rem !important; }

.bottom-n1_5 {
  bottom: -0.375rem !important; }

.left-n1_5 {
  left: -0.375rem !important; }

.top-n2_25 {
  top: -0.55rem !important; }

.right-n2_25 {
  right: -0.55rem !important; }

.bottom-n2_25 {
  bottom: -0.55rem !important; }

.left-n2_25 {
  left: -0.55rem !important; }

.top-n2_35 {
  top: -0.625rem !important; }

.right-n2_35 {
  right: -0.625rem !important; }

.bottom-n2_35 {
  bottom: -0.625rem !important; }

.left-n2_35 {
  left: -0.625rem !important; }

.top-n2_5 {
  top: -0.75rem !important; }

.right-n2_5 {
  right: -0.75rem !important; }

.bottom-n2_5 {
  bottom: -0.75rem !important; }

.left-n2_5 {
  left: -0.75rem !important; }

.top-n2_75 {
  top: -0.875rem !important; }

.right-n2_75 {
  right: -0.875rem !important; }

.bottom-n2_75 {
  bottom: -0.875rem !important; }

.left-n2_75 {
  left: -0.875rem !important; }

.top-n3_25 {
  top: -1.125rem !important; }

.right-n3_25 {
  right: -1.125rem !important; }

.bottom-n3_25 {
  bottom: -1.125rem !important; }

.left-n3_25 {
  left: -1.125rem !important; }

.top-n3_5 {
  top: -1.25rem !important; }

.right-n3_5 {
  right: -1.25rem !important; }

.bottom-n3_5 {
  bottom: -1.25rem !important; }

.left-n3_5 {
  left: -1.25rem !important; }

.top-n3_75 {
  top: -1.375rem !important; }

.right-n3_75 {
  right: -1.375rem !important; }

.bottom-n3_75 {
  bottom: -1.375rem !important; }

.left-n3_75 {
  left: -1.375rem !important; }

.top-n4_15 {
  top: -1.6875rem !important; }

.right-n4_15 {
  right: -1.6875rem !important; }

.bottom-n4_15 {
  bottom: -1.6875rem !important; }

.left-n4_15 {
  left: -1.6875rem !important; }

.top-n4_25 {
  top: -1.875rem !important; }

.right-n4_25 {
  right: -1.875rem !important; }

.bottom-n4_25 {
  bottom: -1.875rem !important; }

.left-n4_25 {
  left: -1.875rem !important; }

.top-n4_35 {
  top: -2.0625rem !important; }

.right-n4_35 {
  right: -2.0625rem !important; }

.bottom-n4_35 {
  bottom: -2.0625rem !important; }

.left-n4_35 {
  left: -2.0625rem !important; }

.top-n4_5 {
  top: -2.25rem !important; }

.right-n4_5 {
  right: -2.25rem !important; }

.bottom-n4_5 {
  bottom: -2.25rem !important; }

.left-n4_5 {
  left: -2.25rem !important; }

.top-n4_75 {
  top: -2.5rem !important; }

.right-n4_75 {
  right: -2.5rem !important; }

.bottom-n4_75 {
  bottom: -2.5rem !important; }

.left-n4_75 {
  left: -2.5rem !important; }

.top-n5_15 {
  top: -3.125rem !important; }

.right-n5_15 {
  right: -3.125rem !important; }

.bottom-n5_15 {
  bottom: -3.125rem !important; }

.left-n5_15 {
  left: -3.125rem !important; }

.top-n5_25 {
  top: -3.5rem !important; }

.right-n5_25 {
  right: -3.5rem !important; }

.bottom-n5_25 {
  bottom: -3.5rem !important; }

.left-n5_25 {
  left: -3.5rem !important; }

.top-n5_5 {
  top: -3.75rem !important; }

.right-n5_5 {
  right: -3.75rem !important; }

.bottom-n5_5 {
  bottom: -3.75rem !important; }

.left-n5_5 {
  left: -3.75rem !important; }

.top-n5_75 {
  top: -4.375rem !important; }

.right-n5_75 {
  right: -4.375rem !important; }

.bottom-n5_75 {
  bottom: -4.375rem !important; }

.left-n5_75 {
  left: -4.375rem !important; }

.top-n6 {
  top: -4.5rem !important; }

.right-n6 {
  right: -4.5rem !important; }

.bottom-n6 {
  bottom: -4.5rem !important; }

.left-n6 {
  left: -4.5rem !important; }

.top-n6_5 {
  top: -5rem !important; }

.right-n6_5 {
  right: -5rem !important; }

.bottom-n6_5 {
  bottom: -5rem !important; }

.left-n6_5 {
  left: -5rem !important; }

.top-n6_75 {
  top: -5.375rem !important; }

.right-n6_75 {
  right: -5.375rem !important; }

.bottom-n6_75 {
  bottom: -5.375rem !important; }

.left-n6_75 {
  left: -5.375rem !important; }

.top-n7 {
  top: -6rem !important; }

.right-n7 {
  right: -6rem !important; }

.bottom-n7 {
  bottom: -6rem !important; }

.left-n7 {
  left: -6rem !important; }

.top-n7_5 {
  top: -6.75rem !important; }

.right-n7_5 {
  right: -6.75rem !important; }

.bottom-n7_5 {
  bottom: -6.75rem !important; }

.left-n7_5 {
  left: -6.75rem !important; }

.top-n7_75 {
  top: -7.25rem !important; }

.right-n7_75 {
  right: -7.25rem !important; }

.bottom-n7_75 {
  bottom: -7.25rem !important; }

.left-n7_75 {
  left: -7.25rem !important; }

.top-n8 {
  top: -7.5rem !important; }

.right-n8 {
  right: -7.5rem !important; }

.bottom-n8 {
  bottom: -7.5rem !important; }

.left-n8 {
  left: -7.5rem !important; }

.top-n8_5 {
  top: -8.125rem !important; }

.right-n8_5 {
  right: -8.125rem !important; }

.bottom-n8_5 {
  bottom: -8.125rem !important; }

.left-n8_5 {
  left: -8.125rem !important; }

.top-n8_75 {
  top: -8.4375rem !important; }

.right-n8_75 {
  right: -8.4375rem !important; }

.bottom-n8_75 {
  bottom: -8.4375rem !important; }

.left-n8_75 {
  left: -8.4375rem !important; }

.top-n9 {
  top: -9rem !important; }

.right-n9 {
  right: -9rem !important; }

.bottom-n9 {
  bottom: -9rem !important; }

.left-n9 {
  left: -9rem !important; }

.top-n10 {
  top: -10.5rem !important; }

.right-n10 {
  right: -10.5rem !important; }

.bottom-n10 {
  bottom: -10.5rem !important; }

.left-n10 {
  left: -10.5rem !important; }

.top-n10_25 {
  top: -11rem !important; }

.right-n10_25 {
  right: -11rem !important; }

.bottom-n10_25 {
  bottom: -11rem !important; }

.left-n10_25 {
  left: -11rem !important; }

.top-n10_5 {
  top: -11.25rem !important; }

.right-n10_5 {
  right: -11.25rem !important; }

.bottom-n10_5 {
  bottom: -11.25rem !important; }

.left-n10_5 {
  left: -11.25rem !important; }

.top-n10_75 {
  top: -11.5rem !important; }

.right-n10_75 {
  right: -11.5rem !important; }

.bottom-n10_75 {
  bottom: -11.5rem !important; }

.left-n10_75 {
  left: -11.5rem !important; }

.top-n11 {
  top: -12rem !important; }

.right-n11 {
  right: -12rem !important; }

.bottom-n11 {
  bottom: -12rem !important; }

.left-n11 {
  left: -12rem !important; }

.top-n12 {
  top: -13.5rem !important; }

.right-n12 {
  right: -13.5rem !important; }

.bottom-n12 {
  bottom: -13.5rem !important; }

.left-n12 {
  left: -13.5rem !important; }

.top-n13 {
  top: -15rem !important; }

.right-n13 {
  right: -15rem !important; }

.bottom-n13 {
  bottom: -15rem !important; }

.left-n13 {
  left: -15rem !important; }

.top-n14 {
  top: -16.6rem !important; }

.right-n14 {
  right: -16.6rem !important; }

.bottom-n14 {
  bottom: -16.6rem !important; }

.left-n14 {
  left: -16.6rem !important; }

.top-n15 {
  top: -18rem !important; }

.right-n15 {
  right: -18rem !important; }

.bottom-n15 {
  bottom: -18rem !important; }

.left-n15 {
  left: -18rem !important; }

.top-n16 {
  top: -19.5rem !important; }

.right-n16 {
  right: -19.5rem !important; }

.bottom-n16 {
  bottom: -19.5rem !important; }

.left-n16 {
  left: -19.5rem !important; }

.top-n17 {
  top: -21rem !important; }

.right-n17 {
  right: -21rem !important; }

.bottom-n17 {
  bottom: -21rem !important; }

.left-n17 {
  left: -21rem !important; }

.top-n18 {
  top: -22.5rem !important; }

.right-n18 {
  right: -22.5rem !important; }

.bottom-n18 {
  bottom: -22.5rem !important; }

.left-n18 {
  left: -22.5rem !important; }

.top-n19 {
  top: -24rem !important; }

.right-n19 {
  right: -24rem !important; }

.bottom-n19 {
  bottom: -24rem !important; }

.left-n19 {
  left: -24rem !important; }

.top-n20 {
  top: -25.5rem !important; }

.right-n20 {
  right: -25.5rem !important; }

.bottom-n20 {
  bottom: -25.5rem !important; }

.left-n20 {
  left: -25.5rem !important; }

.top-n21 {
  top: -27rem !important; }

.right-n21 {
  right: -27rem !important; }

.bottom-n21 {
  bottom: -27rem !important; }

.left-n21 {
  left: -27rem !important; }

.top-n22 {
  top: -28.5rem !important; }

.right-n22 {
  right: -28.5rem !important; }

.bottom-n22 {
  bottom: -28.5rem !important; }

.left-n22 {
  left: -28.5rem !important; }

.top-n23 {
  top: -30rem !important; }

.right-n23 {
  right: -30rem !important; }

.bottom-n23 {
  bottom: -30rem !important; }

.left-n23 {
  left: -30rem !important; }

.top-n24 {
  top: -31.5rem !important; }

.right-n24 {
  right: -31.5rem !important; }

.bottom-n24 {
  bottom: -31.5rem !important; }

.left-n24 {
  left: -31.5rem !important; }

.top-n25 {
  top: -33rem !important; }

.right-n25 {
  right: -33rem !important; }

.bottom-n25 {
  bottom: -33rem !important; }

.left-n25 {
  left: -33rem !important; }

.top-n26 {
  top: -34.5rem !important; }

.right-n26 {
  right: -34.5rem !important; }

.bottom-n26 {
  bottom: -34.5rem !important; }

.left-n26 {
  left: -34.5rem !important; }

.top-n27 {
  top: -36rem !important; }

.right-n27 {
  right: -36rem !important; }

.bottom-n27 {
  bottom: -36rem !important; }

.left-n27 {
  left: -36rem !important; }

.top-n28 {
  top: -37.5rem !important; }

.right-n28 {
  right: -37.5rem !important; }

.bottom-n28 {
  bottom: -37.5rem !important; }

.left-n28 {
  left: -37.5rem !important; }

.top-n29 {
  top: -39rem !important; }

.right-n29 {
  right: -39rem !important; }

.bottom-n29 {
  bottom: -39rem !important; }

.left-n29 {
  left: -39rem !important; }

.top-n30 {
  top: -40.5rem !important; }

.right-n30 {
  right: -40.5rem !important; }

.bottom-n30 {
  bottom: -40.5rem !important; }

.left-n30 {
  left: -40.5rem !important; }

.top-auto {
  top: auto !important; }

.right-auto {
  right: auto !important; }

.bottom-auto {
  bottom: auto !important; }

.left-auto {
  left: auto !important; }

@media (min-width: 576px) {
  .font-sm-h1 {
    font-size: 1.5rem !important; }
  .font-sm-h2 {
    font-size: 1.25rem !important; }
  .font-sm-h3 {
    font-size: 1.125rem !important; }
  .font-sm-h4 {
    font-size: 1rem !important; }
  .font-sm-link {
    font-size: 0.875rem !important; }
  .font-sm-body {
    font-size: 0.9375rem !important; }
  .font-sm-caption {
    font-size: 0.75rem !important; }
  .font-sm-9 {
    font-size: 0.5625rem !important; }
  .font-sm-10 {
    font-size: 0.625rem !important; }
  .font-sm-11 {
    font-size: 0.6875rem !important; }
  .font-sm-13 {
    font-size: 0.8125rem !important; }
  .font-sm-16 {
    font-size: 1rem !important; }
  .font-sm-17 {
    font-size: 1.0625rem !important; }
  .font-sm-19 {
    font-size: 1.1875rem !important; }
  .font-sm-20 {
    font-size: 1.25rem !important; }
  .font-sm-21 {
    font-size: 1.3125rem !important; }
  .font-sm-22 {
    font-size: 1.375rem !important; }
  .font-sm-23 {
    font-size: 1.4375rem !important; }
  .font-sm-25 {
    font-size: 1.5625rem !important; }
  .font-sm-26 {
    font-size: 1.625rem !important; }
  .font-sm-28 {
    font-size: 1.75rem !important; }
  .font-sm-29 {
    font-size: 1.8125rem !important; }
  .font-sm-31 {
    font-size: 1.9375rem !important; }
  .font-sm-33 {
    font-size: 2.0625rem !important; }
  .font-sm-34 {
    font-size: 2.125rem !important; }
  .font-sm-35 {
    font-size: 2.1875rem !important; }
  .font-sm-37 {
    font-size: 2.3125rem !important; }
  .font-sm-40 {
    font-size: 2.5rem !important; }
  .font-sm-42 {
    font-size: 2.625rem !important; }
  .font-sm-43 {
    font-size: 2.6875rem !important; }
  .font-sm-45 {
    font-size: 2.8125rem !important; }
  .font-sm-50 {
    font-size: 3.125rem !important; }
  .font-sm-small {
    font-size: 80% !important; }
  .font-weight-sm-ultralight {
    font-weight: 100 !important; }
  .font-weight-sm-semibold {
    font-weight: 600 !important; }
  .font-weight-sm-bold {
    font-weight: bold !important; }
  .font-weight-sm-bolder {
    font-weight: 800 !important; }
  .text-sm-gray {
    color: #868e96 !important; }
  .line-height-sm-sm {
    line-height: 1.1666666667 !important; }
  .line-height-sm-body {
    line-height: 1.3333333333 !important; }
  .line-height-sm-lg {
    line-height: 1.3888888889 !important; }
  .line-height-sm-llg {
    line-height: 1.4667 !important; }
  .line-height-sm-1 {
    line-height: 1 !important; }
  .line-height-sm-xl {
    line-height: 1.6666666667 !important; }
  .height-sm-40 {
    height: 40px !important; }
  .height-sm-45 {
    height: 45px !important; }
  .height-sm-46 {
    height: 46px !important; }
  .height-sm-47 {
    height: 47px !important; }
  .height-sm-48 {
    height: 48px !important; }
  .height-sm-49 {
    height: 49px !important; }
  .height-sm-50 {
    height: 50px !important; }
  .text-sm-underline {
    text-decoration: underline !important; }
  .min-width-sm-0 {
    min-width: 0 !important; }
  .min-height-sm-0 {
    min-height: 0 !important; }
  .max-height-sm-none {
    max-height: none !important; }
  .width-sm-auto {
    width: auto !important; }
  .rounded-sm-0 {
    border-radius: 0 !important; }
  .rounded-sm-xs {
    border-radius: 0.125rem !important; }
  .rounded-sm-sm {
    border-radius: 0.3125rem !important; }
  .rounded-sm-md {
    border-radius: 0.5rem !important; }
  .rounded-sm-20 {
    border-radius: 1.25rem !important; }
  .rounded-sm-lg {
    border-radius: 0.625rem !important; }
  .resize-sm-none {
    resize: none !important; }
  .rotate-sm-0 {
    -webkit-transform: rotate(0) !important;
        -ms-transform: rotate(0) !important;
            transform: rotate(0) !important; }
  .rotate-sm-45 {
    -webkit-transform: rotate(45deg) !important;
        -ms-transform: rotate(45deg) !important;
            transform: rotate(45deg) !important; }
  .rotate-sm--45 {
    -webkit-transform: rotate(-45deg) !important;
        -ms-transform: rotate(-45deg) !important;
            transform: rotate(-45deg) !important; }
  .rotate-sm-90 {
    -webkit-transform: rotate(90deg) !important;
        -ms-transform: rotate(90deg) !important;
            transform: rotate(90deg) !important; }
  .rotate-sm--90 {
    -webkit-transform: rotate(-90deg) !important;
        -ms-transform: rotate(-90deg) !important;
            transform: rotate(-90deg) !important; }
  .rotate-sm-120 {
    -webkit-transform: rotate(120deg) !important;
        -ms-transform: rotate(120deg) !important;
            transform: rotate(120deg) !important; }
  .rotate-sm--120 {
    -webkit-transform: rotate(-120deg) !important;
        -ms-transform: rotate(-120deg) !important;
            transform: rotate(-120deg) !important; }
  .rotate-sm-180 {
    -webkit-transform: rotate(180deg) !important;
        -ms-transform: rotate(180deg) !important;
            transform: rotate(180deg) !important; }
  .rotate-sm--180 {
    -webkit-transform: rotate(-180deg) !important;
        -ms-transform: rotate(-180deg) !important;
            transform: rotate(-180deg) !important; }
  .rotate-sm-270 {
    -webkit-transform: rotate(270deg) !important;
        -ms-transform: rotate(270deg) !important;
            transform: rotate(270deg) !important; }
  .rotate-sm--270 {
    -webkit-transform: rotate(-270deg) !important;
        -ms-transform: rotate(-270deg) !important;
            transform: rotate(-270deg) !important; }
  .rotate-sm-360 {
    -webkit-transform: rotate(360deg) !important;
        -ms-transform: rotate(360deg) !important;
            transform: rotate(360deg) !important; }
  .shadow-sm-none {
    box-shadow: none !important; }
  .shadow-sm-md {
    box-shadow: 0 1rem 0.875rem -0.875rem #b9c6d3 !important; }
  .shadow-sm-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }
  .bg-sm-transparent {
    background-color: transparent !important; }
  .bg-sm-white {
    background-color: white !important; }
  .border-sm-none {
    border: none !important; }
  .border-sm-dashed {
    border-style: dashed !important; }
  .border-y-sm-0 {
    border-top-width: 0 !important;
    border-bottom-width: 0 !important; }
  .border-x-sm-0 {
    border-left-width: 0 !important;
    border-right-width: 0 !important; }
  .border-sm-1 {
    border-width: 1px !important; }
  .border-sm-2 {
    border-width: 2px !important; }
  .border-t-sm-0 {
    border-top-width: 0 !important; }
  .border-t-sm-1 {
    border-top-width: 1px !important; }
  .border-t-sm-2 {
    border-top-width: 2px !important; }
  .border-b-sm-0 {
    border-bottom-width: 0 !important; }
  .border-b-sm-1 {
    border-bottom-width: 1px !important; }
  .border-b-sm-2 {
    border-bottom-width: 2px !important; }
  .border-l-sm-0 {
    border-left-width: 0 !important; }
  .border-l-sm-1 {
    border-left-width: 1px !important; }
  .border-l-sm-2 {
    border-left-width: 2px !important; }
  .border-r-sm-0 {
    border-right-width: 0 !important; }
  .border-r-sm-1 {
    border-right-width: 1px !important; }
  .border-r-sm-2 {
    border-right-width: 2px !important; }
  .border-t-radius-sm-0 {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important; }
  .border-b-radius-sm-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important; }
  .border-l-radius-sm-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important; }
  .border-r-radius-sm-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important; }
  .letter-spacing-sm-0 {
    letter-spacing: 0 !important; }
  .letter-spacing-sm-1 {
    letter-spacing: 1px !important; }
  .letter-spacing-sm-2 {
    letter-spacing: 2px !important; }
  .letter-spacing-sm-3 {
    letter-spacing: 3px !important; }
  .opacity-sm-1 {
    opacity: 0.1 !important; }
  .opacity-sm-2 {
    opacity: 0.2 !important; }
  .opacity-sm-3 {
    opacity: 0.3 !important; }
  .opacity-sm-4 {
    opacity: 0.4 !important; }
  .opacity-sm-5 {
    opacity: 0.5 !important; }
  .opacity-sm-6 {
    opacity: 0.6 !important; }
  .opacity-sm-7 {
    opacity: 0.7 !important; }
  .opacity-sm-8 {
    opacity: 0.8 !important; }
  .opacity-sm-9 {
    opacity: 0.9 !important; }
  .opacity-sm-10 {
    opacity: 1 !important; }
  .overflow-x-sm-hidden {
    overflow-x: hidden !important; }
  .overflow-x-sm-auto {
    overflow-x: auto !important; }
  .overflow-x-sm-visible {
    overflow-x: visible !important; }
  .overflow-y-sm-hidden {
    overflow-y: hidden !important; }
  .overflow-y-sm-auto {
    overflow-y: auto !important; }
  .overflow-y-sm-visible {
    overflow-y: visible !important; }
  .z-index-sm--1 {
    z-index: -1 !important; }
  .z-index-sm-1 {
    z-index: 1 !important; }
  .z-index-sm-9 {
    z-index: 9 !important; }
  .z-index-sm-99 {
    z-index: 99 !important; }
  .pointer-events-sm-none {
    pointer-events: none !important; }
  .right-sm-0 {
    right: 0 !important; }
  .rightt-sm-0,
  .righty-sm-0 {
    right-top: 0 !important; }
  .rightr-sm-0,
  .rightx-sm-0 {
    right-right: 0 !important; }
  .rightb-sm-0,
  .righty-sm-0 {
    right-bottom: 0 !important; }
  .rightl-sm-0,
  .rightx-sm-0 {
    right-left: 0 !important; }
  .right-sm-1 {
    right: 0.25rem !important; }
  .rightt-sm-1,
  .righty-sm-1 {
    right-top: 0.25rem !important; }
  .rightr-sm-1,
  .rightx-sm-1 {
    right-right: 0.25rem !important; }
  .rightb-sm-1,
  .righty-sm-1 {
    right-bottom: 0.25rem !important; }
  .rightl-sm-1,
  .rightx-sm-1 {
    right-left: 0.25rem !important; }
  .right-sm-2 {
    right: 0.5rem !important; }
  .rightt-sm-2,
  .righty-sm-2 {
    right-top: 0.5rem !important; }
  .rightr-sm-2,
  .rightx-sm-2 {
    right-right: 0.5rem !important; }
  .rightb-sm-2,
  .righty-sm-2 {
    right-bottom: 0.5rem !important; }
  .rightl-sm-2,
  .rightx-sm-2 {
    right-left: 0.5rem !important; }
  .right-sm-3 {
    right: 1rem !important; }
  .rightt-sm-3,
  .righty-sm-3 {
    right-top: 1rem !important; }
  .rightr-sm-3,
  .rightx-sm-3 {
    right-right: 1rem !important; }
  .rightb-sm-3,
  .righty-sm-3 {
    right-bottom: 1rem !important; }
  .rightl-sm-3,
  .rightx-sm-3 {
    right-left: 1rem !important; }
  .right-sm-4 {
    right: 1.5rem !important; }
  .rightt-sm-4,
  .righty-sm-4 {
    right-top: 1.5rem !important; }
  .rightr-sm-4,
  .rightx-sm-4 {
    right-right: 1.5rem !important; }
  .rightb-sm-4,
  .righty-sm-4 {
    right-bottom: 1.5rem !important; }
  .rightl-sm-4,
  .rightx-sm-4 {
    right-left: 1.5rem !important; }
  .right-sm-5 {
    right: 3rem !important; }
  .rightt-sm-5,
  .righty-sm-5 {
    right-top: 3rem !important; }
  .rightr-sm-5,
  .rightx-sm-5 {
    right-right: 3rem !important; }
  .rightb-sm-5,
  .righty-sm-5 {
    right-bottom: 3rem !important; }
  .rightl-sm-5,
  .rightx-sm-5 {
    right-left: 3rem !important; }
  .right-sm-0_5 {
    right: 0.125rem !important; }
  .rightt-sm-0_5,
  .righty-sm-0_5 {
    right-top: 0.125rem !important; }
  .rightr-sm-0_5,
  .rightx-sm-0_5 {
    right-right: 0.125rem !important; }
  .rightb-sm-0_5,
  .righty-sm-0_5 {
    right-bottom: 0.125rem !important; }
  .rightl-sm-0_5,
  .rightx-sm-0_5 {
    right-left: 0.125rem !important; }
  .right-sm-1_5 {
    right: 0.375rem !important; }
  .rightt-sm-1_5,
  .righty-sm-1_5 {
    right-top: 0.375rem !important; }
  .rightr-sm-1_5,
  .rightx-sm-1_5 {
    right-right: 0.375rem !important; }
  .rightb-sm-1_5,
  .righty-sm-1_5 {
    right-bottom: 0.375rem !important; }
  .rightl-sm-1_5,
  .rightx-sm-1_5 {
    right-left: 0.375rem !important; }
  .right-sm-2_25 {
    right: 0.55rem !important; }
  .rightt-sm-2_25,
  .righty-sm-2_25 {
    right-top: 0.55rem !important; }
  .rightr-sm-2_25,
  .rightx-sm-2_25 {
    right-right: 0.55rem !important; }
  .rightb-sm-2_25,
  .righty-sm-2_25 {
    right-bottom: 0.55rem !important; }
  .rightl-sm-2_25,
  .rightx-sm-2_25 {
    right-left: 0.55rem !important; }
  .right-sm-2_35 {
    right: 0.625rem !important; }
  .rightt-sm-2_35,
  .righty-sm-2_35 {
    right-top: 0.625rem !important; }
  .rightr-sm-2_35,
  .rightx-sm-2_35 {
    right-right: 0.625rem !important; }
  .rightb-sm-2_35,
  .righty-sm-2_35 {
    right-bottom: 0.625rem !important; }
  .rightl-sm-2_35,
  .rightx-sm-2_35 {
    right-left: 0.625rem !important; }
  .right-sm-2_5 {
    right: 0.75rem !important; }
  .rightt-sm-2_5,
  .righty-sm-2_5 {
    right-top: 0.75rem !important; }
  .rightr-sm-2_5,
  .rightx-sm-2_5 {
    right-right: 0.75rem !important; }
  .rightb-sm-2_5,
  .righty-sm-2_5 {
    right-bottom: 0.75rem !important; }
  .rightl-sm-2_5,
  .rightx-sm-2_5 {
    right-left: 0.75rem !important; }
  .right-sm-2_75 {
    right: 0.875rem !important; }
  .rightt-sm-2_75,
  .righty-sm-2_75 {
    right-top: 0.875rem !important; }
  .rightr-sm-2_75,
  .rightx-sm-2_75 {
    right-right: 0.875rem !important; }
  .rightb-sm-2_75,
  .righty-sm-2_75 {
    right-bottom: 0.875rem !important; }
  .rightl-sm-2_75,
  .rightx-sm-2_75 {
    right-left: 0.875rem !important; }
  .right-sm-3_25 {
    right: 1.125rem !important; }
  .rightt-sm-3_25,
  .righty-sm-3_25 {
    right-top: 1.125rem !important; }
  .rightr-sm-3_25,
  .rightx-sm-3_25 {
    right-right: 1.125rem !important; }
  .rightb-sm-3_25,
  .righty-sm-3_25 {
    right-bottom: 1.125rem !important; }
  .rightl-sm-3_25,
  .rightx-sm-3_25 {
    right-left: 1.125rem !important; }
  .right-sm-3_5 {
    right: 1.25rem !important; }
  .rightt-sm-3_5,
  .righty-sm-3_5 {
    right-top: 1.25rem !important; }
  .rightr-sm-3_5,
  .rightx-sm-3_5 {
    right-right: 1.25rem !important; }
  .rightb-sm-3_5,
  .righty-sm-3_5 {
    right-bottom: 1.25rem !important; }
  .rightl-sm-3_5,
  .rightx-sm-3_5 {
    right-left: 1.25rem !important; }
  .right-sm-3_75 {
    right: 1.375rem !important; }
  .rightt-sm-3_75,
  .righty-sm-3_75 {
    right-top: 1.375rem !important; }
  .rightr-sm-3_75,
  .rightx-sm-3_75 {
    right-right: 1.375rem !important; }
  .rightb-sm-3_75,
  .righty-sm-3_75 {
    right-bottom: 1.375rem !important; }
  .rightl-sm-3_75,
  .rightx-sm-3_75 {
    right-left: 1.375rem !important; }
  .right-sm-4_15 {
    right: 1.6875rem !important; }
  .rightt-sm-4_15,
  .righty-sm-4_15 {
    right-top: 1.6875rem !important; }
  .rightr-sm-4_15,
  .rightx-sm-4_15 {
    right-right: 1.6875rem !important; }
  .rightb-sm-4_15,
  .righty-sm-4_15 {
    right-bottom: 1.6875rem !important; }
  .rightl-sm-4_15,
  .rightx-sm-4_15 {
    right-left: 1.6875rem !important; }
  .right-sm-4_25 {
    right: 1.875rem !important; }
  .rightt-sm-4_25,
  .righty-sm-4_25 {
    right-top: 1.875rem !important; }
  .rightr-sm-4_25,
  .rightx-sm-4_25 {
    right-right: 1.875rem !important; }
  .rightb-sm-4_25,
  .righty-sm-4_25 {
    right-bottom: 1.875rem !important; }
  .rightl-sm-4_25,
  .rightx-sm-4_25 {
    right-left: 1.875rem !important; }
  .right-sm-4_35 {
    right: 2.0625rem !important; }
  .rightt-sm-4_35,
  .righty-sm-4_35 {
    right-top: 2.0625rem !important; }
  .rightr-sm-4_35,
  .rightx-sm-4_35 {
    right-right: 2.0625rem !important; }
  .rightb-sm-4_35,
  .righty-sm-4_35 {
    right-bottom: 2.0625rem !important; }
  .rightl-sm-4_35,
  .rightx-sm-4_35 {
    right-left: 2.0625rem !important; }
  .right-sm-4_5 {
    right: 2.25rem !important; }
  .rightt-sm-4_5,
  .righty-sm-4_5 {
    right-top: 2.25rem !important; }
  .rightr-sm-4_5,
  .rightx-sm-4_5 {
    right-right: 2.25rem !important; }
  .rightb-sm-4_5,
  .righty-sm-4_5 {
    right-bottom: 2.25rem !important; }
  .rightl-sm-4_5,
  .rightx-sm-4_5 {
    right-left: 2.25rem !important; }
  .right-sm-4_75 {
    right: 2.5rem !important; }
  .rightt-sm-4_75,
  .righty-sm-4_75 {
    right-top: 2.5rem !important; }
  .rightr-sm-4_75,
  .rightx-sm-4_75 {
    right-right: 2.5rem !important; }
  .rightb-sm-4_75,
  .righty-sm-4_75 {
    right-bottom: 2.5rem !important; }
  .rightl-sm-4_75,
  .rightx-sm-4_75 {
    right-left: 2.5rem !important; }
  .right-sm-5_15 {
    right: 3.125rem !important; }
  .rightt-sm-5_15,
  .righty-sm-5_15 {
    right-top: 3.125rem !important; }
  .rightr-sm-5_15,
  .rightx-sm-5_15 {
    right-right: 3.125rem !important; }
  .rightb-sm-5_15,
  .righty-sm-5_15 {
    right-bottom: 3.125rem !important; }
  .rightl-sm-5_15,
  .rightx-sm-5_15 {
    right-left: 3.125rem !important; }
  .right-sm-5_25 {
    right: 3.5rem !important; }
  .rightt-sm-5_25,
  .righty-sm-5_25 {
    right-top: 3.5rem !important; }
  .rightr-sm-5_25,
  .rightx-sm-5_25 {
    right-right: 3.5rem !important; }
  .rightb-sm-5_25,
  .righty-sm-5_25 {
    right-bottom: 3.5rem !important; }
  .rightl-sm-5_25,
  .rightx-sm-5_25 {
    right-left: 3.5rem !important; }
  .right-sm-5_5 {
    right: 3.75rem !important; }
  .rightt-sm-5_5,
  .righty-sm-5_5 {
    right-top: 3.75rem !important; }
  .rightr-sm-5_5,
  .rightx-sm-5_5 {
    right-right: 3.75rem !important; }
  .rightb-sm-5_5,
  .righty-sm-5_5 {
    right-bottom: 3.75rem !important; }
  .rightl-sm-5_5,
  .rightx-sm-5_5 {
    right-left: 3.75rem !important; }
  .right-sm-5_75 {
    right: 4.375rem !important; }
  .rightt-sm-5_75,
  .righty-sm-5_75 {
    right-top: 4.375rem !important; }
  .rightr-sm-5_75,
  .rightx-sm-5_75 {
    right-right: 4.375rem !important; }
  .rightb-sm-5_75,
  .righty-sm-5_75 {
    right-bottom: 4.375rem !important; }
  .rightl-sm-5_75,
  .rightx-sm-5_75 {
    right-left: 4.375rem !important; }
  .right-sm-6 {
    right: 4.5rem !important; }
  .rightt-sm-6,
  .righty-sm-6 {
    right-top: 4.5rem !important; }
  .rightr-sm-6,
  .rightx-sm-6 {
    right-right: 4.5rem !important; }
  .rightb-sm-6,
  .righty-sm-6 {
    right-bottom: 4.5rem !important; }
  .rightl-sm-6,
  .rightx-sm-6 {
    right-left: 4.5rem !important; }
  .right-sm-6_5 {
    right: 5rem !important; }
  .rightt-sm-6_5,
  .righty-sm-6_5 {
    right-top: 5rem !important; }
  .rightr-sm-6_5,
  .rightx-sm-6_5 {
    right-right: 5rem !important; }
  .rightb-sm-6_5,
  .righty-sm-6_5 {
    right-bottom: 5rem !important; }
  .rightl-sm-6_5,
  .rightx-sm-6_5 {
    right-left: 5rem !important; }
  .right-sm-6_75 {
    right: 5.375rem !important; }
  .rightt-sm-6_75,
  .righty-sm-6_75 {
    right-top: 5.375rem !important; }
  .rightr-sm-6_75,
  .rightx-sm-6_75 {
    right-right: 5.375rem !important; }
  .rightb-sm-6_75,
  .righty-sm-6_75 {
    right-bottom: 5.375rem !important; }
  .rightl-sm-6_75,
  .rightx-sm-6_75 {
    right-left: 5.375rem !important; }
  .right-sm-7 {
    right: 6rem !important; }
  .rightt-sm-7,
  .righty-sm-7 {
    right-top: 6rem !important; }
  .rightr-sm-7,
  .rightx-sm-7 {
    right-right: 6rem !important; }
  .rightb-sm-7,
  .righty-sm-7 {
    right-bottom: 6rem !important; }
  .rightl-sm-7,
  .rightx-sm-7 {
    right-left: 6rem !important; }
  .right-sm-7_5 {
    right: 6.75rem !important; }
  .rightt-sm-7_5,
  .righty-sm-7_5 {
    right-top: 6.75rem !important; }
  .rightr-sm-7_5,
  .rightx-sm-7_5 {
    right-right: 6.75rem !important; }
  .rightb-sm-7_5,
  .righty-sm-7_5 {
    right-bottom: 6.75rem !important; }
  .rightl-sm-7_5,
  .rightx-sm-7_5 {
    right-left: 6.75rem !important; }
  .right-sm-7_75 {
    right: 7.25rem !important; }
  .rightt-sm-7_75,
  .righty-sm-7_75 {
    right-top: 7.25rem !important; }
  .rightr-sm-7_75,
  .rightx-sm-7_75 {
    right-right: 7.25rem !important; }
  .rightb-sm-7_75,
  .righty-sm-7_75 {
    right-bottom: 7.25rem !important; }
  .rightl-sm-7_75,
  .rightx-sm-7_75 {
    right-left: 7.25rem !important; }
  .right-sm-8 {
    right: 7.5rem !important; }
  .rightt-sm-8,
  .righty-sm-8 {
    right-top: 7.5rem !important; }
  .rightr-sm-8,
  .rightx-sm-8 {
    right-right: 7.5rem !important; }
  .rightb-sm-8,
  .righty-sm-8 {
    right-bottom: 7.5rem !important; }
  .rightl-sm-8,
  .rightx-sm-8 {
    right-left: 7.5rem !important; }
  .right-sm-8_5 {
    right: 8.125rem !important; }
  .rightt-sm-8_5,
  .righty-sm-8_5 {
    right-top: 8.125rem !important; }
  .rightr-sm-8_5,
  .rightx-sm-8_5 {
    right-right: 8.125rem !important; }
  .rightb-sm-8_5,
  .righty-sm-8_5 {
    right-bottom: 8.125rem !important; }
  .rightl-sm-8_5,
  .rightx-sm-8_5 {
    right-left: 8.125rem !important; }
  .right-sm-8_75 {
    right: 8.4375rem !important; }
  .rightt-sm-8_75,
  .righty-sm-8_75 {
    right-top: 8.4375rem !important; }
  .rightr-sm-8_75,
  .rightx-sm-8_75 {
    right-right: 8.4375rem !important; }
  .rightb-sm-8_75,
  .righty-sm-8_75 {
    right-bottom: 8.4375rem !important; }
  .rightl-sm-8_75,
  .rightx-sm-8_75 {
    right-left: 8.4375rem !important; }
  .right-sm-9 {
    right: 9rem !important; }
  .rightt-sm-9,
  .righty-sm-9 {
    right-top: 9rem !important; }
  .rightr-sm-9,
  .rightx-sm-9 {
    right-right: 9rem !important; }
  .rightb-sm-9,
  .righty-sm-9 {
    right-bottom: 9rem !important; }
  .rightl-sm-9,
  .rightx-sm-9 {
    right-left: 9rem !important; }
  .right-sm-10 {
    right: 10.5rem !important; }
  .rightt-sm-10,
  .righty-sm-10 {
    right-top: 10.5rem !important; }
  .rightr-sm-10,
  .rightx-sm-10 {
    right-right: 10.5rem !important; }
  .rightb-sm-10,
  .righty-sm-10 {
    right-bottom: 10.5rem !important; }
  .rightl-sm-10,
  .rightx-sm-10 {
    right-left: 10.5rem !important; }
  .right-sm-10_25 {
    right: 11rem !important; }
  .rightt-sm-10_25,
  .righty-sm-10_25 {
    right-top: 11rem !important; }
  .rightr-sm-10_25,
  .rightx-sm-10_25 {
    right-right: 11rem !important; }
  .rightb-sm-10_25,
  .righty-sm-10_25 {
    right-bottom: 11rem !important; }
  .rightl-sm-10_25,
  .rightx-sm-10_25 {
    right-left: 11rem !important; }
  .right-sm-10_5 {
    right: 11.25rem !important; }
  .rightt-sm-10_5,
  .righty-sm-10_5 {
    right-top: 11.25rem !important; }
  .rightr-sm-10_5,
  .rightx-sm-10_5 {
    right-right: 11.25rem !important; }
  .rightb-sm-10_5,
  .righty-sm-10_5 {
    right-bottom: 11.25rem !important; }
  .rightl-sm-10_5,
  .rightx-sm-10_5 {
    right-left: 11.25rem !important; }
  .right-sm-10_75 {
    right: 11.5rem !important; }
  .rightt-sm-10_75,
  .righty-sm-10_75 {
    right-top: 11.5rem !important; }
  .rightr-sm-10_75,
  .rightx-sm-10_75 {
    right-right: 11.5rem !important; }
  .rightb-sm-10_75,
  .righty-sm-10_75 {
    right-bottom: 11.5rem !important; }
  .rightl-sm-10_75,
  .rightx-sm-10_75 {
    right-left: 11.5rem !important; }
  .right-sm-11 {
    right: 12rem !important; }
  .rightt-sm-11,
  .righty-sm-11 {
    right-top: 12rem !important; }
  .rightr-sm-11,
  .rightx-sm-11 {
    right-right: 12rem !important; }
  .rightb-sm-11,
  .righty-sm-11 {
    right-bottom: 12rem !important; }
  .rightl-sm-11,
  .rightx-sm-11 {
    right-left: 12rem !important; }
  .right-sm-12 {
    right: 13.5rem !important; }
  .rightt-sm-12,
  .righty-sm-12 {
    right-top: 13.5rem !important; }
  .rightr-sm-12,
  .rightx-sm-12 {
    right-right: 13.5rem !important; }
  .rightb-sm-12,
  .righty-sm-12 {
    right-bottom: 13.5rem !important; }
  .rightl-sm-12,
  .rightx-sm-12 {
    right-left: 13.5rem !important; }
  .right-sm-13 {
    right: 15rem !important; }
  .rightt-sm-13,
  .righty-sm-13 {
    right-top: 15rem !important; }
  .rightr-sm-13,
  .rightx-sm-13 {
    right-right: 15rem !important; }
  .rightb-sm-13,
  .righty-sm-13 {
    right-bottom: 15rem !important; }
  .rightl-sm-13,
  .rightx-sm-13 {
    right-left: 15rem !important; }
  .right-sm-14 {
    right: 16.6rem !important; }
  .rightt-sm-14,
  .righty-sm-14 {
    right-top: 16.6rem !important; }
  .rightr-sm-14,
  .rightx-sm-14 {
    right-right: 16.6rem !important; }
  .rightb-sm-14,
  .righty-sm-14 {
    right-bottom: 16.6rem !important; }
  .rightl-sm-14,
  .rightx-sm-14 {
    right-left: 16.6rem !important; }
  .right-sm-15 {
    right: 18rem !important; }
  .rightt-sm-15,
  .righty-sm-15 {
    right-top: 18rem !important; }
  .rightr-sm-15,
  .rightx-sm-15 {
    right-right: 18rem !important; }
  .rightb-sm-15,
  .righty-sm-15 {
    right-bottom: 18rem !important; }
  .rightl-sm-15,
  .rightx-sm-15 {
    right-left: 18rem !important; }
  .right-sm-16 {
    right: 19.5rem !important; }
  .rightt-sm-16,
  .righty-sm-16 {
    right-top: 19.5rem !important; }
  .rightr-sm-16,
  .rightx-sm-16 {
    right-right: 19.5rem !important; }
  .rightb-sm-16,
  .righty-sm-16 {
    right-bottom: 19.5rem !important; }
  .rightl-sm-16,
  .rightx-sm-16 {
    right-left: 19.5rem !important; }
  .right-sm-17 {
    right: 21rem !important; }
  .rightt-sm-17,
  .righty-sm-17 {
    right-top: 21rem !important; }
  .rightr-sm-17,
  .rightx-sm-17 {
    right-right: 21rem !important; }
  .rightb-sm-17,
  .righty-sm-17 {
    right-bottom: 21rem !important; }
  .rightl-sm-17,
  .rightx-sm-17 {
    right-left: 21rem !important; }
  .right-sm-18 {
    right: 22.5rem !important; }
  .rightt-sm-18,
  .righty-sm-18 {
    right-top: 22.5rem !important; }
  .rightr-sm-18,
  .rightx-sm-18 {
    right-right: 22.5rem !important; }
  .rightb-sm-18,
  .righty-sm-18 {
    right-bottom: 22.5rem !important; }
  .rightl-sm-18,
  .rightx-sm-18 {
    right-left: 22.5rem !important; }
  .right-sm-19 {
    right: 24rem !important; }
  .rightt-sm-19,
  .righty-sm-19 {
    right-top: 24rem !important; }
  .rightr-sm-19,
  .rightx-sm-19 {
    right-right: 24rem !important; }
  .rightb-sm-19,
  .righty-sm-19 {
    right-bottom: 24rem !important; }
  .rightl-sm-19,
  .rightx-sm-19 {
    right-left: 24rem !important; }
  .right-sm-20 {
    right: 25.5rem !important; }
  .rightt-sm-20,
  .righty-sm-20 {
    right-top: 25.5rem !important; }
  .rightr-sm-20,
  .rightx-sm-20 {
    right-right: 25.5rem !important; }
  .rightb-sm-20,
  .righty-sm-20 {
    right-bottom: 25.5rem !important; }
  .rightl-sm-20,
  .rightx-sm-20 {
    right-left: 25.5rem !important; }
  .right-sm-21 {
    right: 27rem !important; }
  .rightt-sm-21,
  .righty-sm-21 {
    right-top: 27rem !important; }
  .rightr-sm-21,
  .rightx-sm-21 {
    right-right: 27rem !important; }
  .rightb-sm-21,
  .righty-sm-21 {
    right-bottom: 27rem !important; }
  .rightl-sm-21,
  .rightx-sm-21 {
    right-left: 27rem !important; }
  .right-sm-22 {
    right: 28.5rem !important; }
  .rightt-sm-22,
  .righty-sm-22 {
    right-top: 28.5rem !important; }
  .rightr-sm-22,
  .rightx-sm-22 {
    right-right: 28.5rem !important; }
  .rightb-sm-22,
  .righty-sm-22 {
    right-bottom: 28.5rem !important; }
  .rightl-sm-22,
  .rightx-sm-22 {
    right-left: 28.5rem !important; }
  .right-sm-23 {
    right: 30rem !important; }
  .rightt-sm-23,
  .righty-sm-23 {
    right-top: 30rem !important; }
  .rightr-sm-23,
  .rightx-sm-23 {
    right-right: 30rem !important; }
  .rightb-sm-23,
  .righty-sm-23 {
    right-bottom: 30rem !important; }
  .rightl-sm-23,
  .rightx-sm-23 {
    right-left: 30rem !important; }
  .right-sm-24 {
    right: 31.5rem !important; }
  .rightt-sm-24,
  .righty-sm-24 {
    right-top: 31.5rem !important; }
  .rightr-sm-24,
  .rightx-sm-24 {
    right-right: 31.5rem !important; }
  .rightb-sm-24,
  .righty-sm-24 {
    right-bottom: 31.5rem !important; }
  .rightl-sm-24,
  .rightx-sm-24 {
    right-left: 31.5rem !important; }
  .right-sm-25 {
    right: 33rem !important; }
  .rightt-sm-25,
  .righty-sm-25 {
    right-top: 33rem !important; }
  .rightr-sm-25,
  .rightx-sm-25 {
    right-right: 33rem !important; }
  .rightb-sm-25,
  .righty-sm-25 {
    right-bottom: 33rem !important; }
  .rightl-sm-25,
  .rightx-sm-25 {
    right-left: 33rem !important; }
  .right-sm-26 {
    right: 34.5rem !important; }
  .rightt-sm-26,
  .righty-sm-26 {
    right-top: 34.5rem !important; }
  .rightr-sm-26,
  .rightx-sm-26 {
    right-right: 34.5rem !important; }
  .rightb-sm-26,
  .righty-sm-26 {
    right-bottom: 34.5rem !important; }
  .rightl-sm-26,
  .rightx-sm-26 {
    right-left: 34.5rem !important; }
  .right-sm-27 {
    right: 36rem !important; }
  .rightt-sm-27,
  .righty-sm-27 {
    right-top: 36rem !important; }
  .rightr-sm-27,
  .rightx-sm-27 {
    right-right: 36rem !important; }
  .rightb-sm-27,
  .righty-sm-27 {
    right-bottom: 36rem !important; }
  .rightl-sm-27,
  .rightx-sm-27 {
    right-left: 36rem !important; }
  .right-sm-28 {
    right: 37.5rem !important; }
  .rightt-sm-28,
  .righty-sm-28 {
    right-top: 37.5rem !important; }
  .rightr-sm-28,
  .rightx-sm-28 {
    right-right: 37.5rem !important; }
  .rightb-sm-28,
  .righty-sm-28 {
    right-bottom: 37.5rem !important; }
  .rightl-sm-28,
  .rightx-sm-28 {
    right-left: 37.5rem !important; }
  .right-sm-29 {
    right: 39rem !important; }
  .rightt-sm-29,
  .righty-sm-29 {
    right-top: 39rem !important; }
  .rightr-sm-29,
  .rightx-sm-29 {
    right-right: 39rem !important; }
  .rightb-sm-29,
  .righty-sm-29 {
    right-bottom: 39rem !important; }
  .rightl-sm-29,
  .rightx-sm-29 {
    right-left: 39rem !important; }
  .right-sm-30 {
    right: 40.5rem !important; }
  .rightt-sm-30,
  .righty-sm-30 {
    right-top: 40.5rem !important; }
  .rightr-sm-30,
  .rightx-sm-30 {
    right-right: 40.5rem !important; }
  .rightb-sm-30,
  .righty-sm-30 {
    right-bottom: 40.5rem !important; }
  .rightl-sm-30,
  .rightx-sm-30 {
    right-left: 40.5rem !important; }
  .left-sm-0 {
    left: 0 !important; }
  .leftt-sm-0,
  .lefty-sm-0 {
    left-top: 0 !important; }
  .leftr-sm-0,
  .leftx-sm-0 {
    left-right: 0 !important; }
  .leftb-sm-0,
  .lefty-sm-0 {
    left-bottom: 0 !important; }
  .leftl-sm-0,
  .leftx-sm-0 {
    left-left: 0 !important; }
  .left-sm-1 {
    left: 0.25rem !important; }
  .leftt-sm-1,
  .lefty-sm-1 {
    left-top: 0.25rem !important; }
  .leftr-sm-1,
  .leftx-sm-1 {
    left-right: 0.25rem !important; }
  .leftb-sm-1,
  .lefty-sm-1 {
    left-bottom: 0.25rem !important; }
  .leftl-sm-1,
  .leftx-sm-1 {
    left-left: 0.25rem !important; }
  .left-sm-2 {
    left: 0.5rem !important; }
  .leftt-sm-2,
  .lefty-sm-2 {
    left-top: 0.5rem !important; }
  .leftr-sm-2,
  .leftx-sm-2 {
    left-right: 0.5rem !important; }
  .leftb-sm-2,
  .lefty-sm-2 {
    left-bottom: 0.5rem !important; }
  .leftl-sm-2,
  .leftx-sm-2 {
    left-left: 0.5rem !important; }
  .left-sm-3 {
    left: 1rem !important; }
  .leftt-sm-3,
  .lefty-sm-3 {
    left-top: 1rem !important; }
  .leftr-sm-3,
  .leftx-sm-3 {
    left-right: 1rem !important; }
  .leftb-sm-3,
  .lefty-sm-3 {
    left-bottom: 1rem !important; }
  .leftl-sm-3,
  .leftx-sm-3 {
    left-left: 1rem !important; }
  .left-sm-4 {
    left: 1.5rem !important; }
  .leftt-sm-4,
  .lefty-sm-4 {
    left-top: 1.5rem !important; }
  .leftr-sm-4,
  .leftx-sm-4 {
    left-right: 1.5rem !important; }
  .leftb-sm-4,
  .lefty-sm-4 {
    left-bottom: 1.5rem !important; }
  .leftl-sm-4,
  .leftx-sm-4 {
    left-left: 1.5rem !important; }
  .left-sm-5 {
    left: 3rem !important; }
  .leftt-sm-5,
  .lefty-sm-5 {
    left-top: 3rem !important; }
  .leftr-sm-5,
  .leftx-sm-5 {
    left-right: 3rem !important; }
  .leftb-sm-5,
  .lefty-sm-5 {
    left-bottom: 3rem !important; }
  .leftl-sm-5,
  .leftx-sm-5 {
    left-left: 3rem !important; }
  .left-sm-0_5 {
    left: 0.125rem !important; }
  .leftt-sm-0_5,
  .lefty-sm-0_5 {
    left-top: 0.125rem !important; }
  .leftr-sm-0_5,
  .leftx-sm-0_5 {
    left-right: 0.125rem !important; }
  .leftb-sm-0_5,
  .lefty-sm-0_5 {
    left-bottom: 0.125rem !important; }
  .leftl-sm-0_5,
  .leftx-sm-0_5 {
    left-left: 0.125rem !important; }
  .left-sm-1_5 {
    left: 0.375rem !important; }
  .leftt-sm-1_5,
  .lefty-sm-1_5 {
    left-top: 0.375rem !important; }
  .leftr-sm-1_5,
  .leftx-sm-1_5 {
    left-right: 0.375rem !important; }
  .leftb-sm-1_5,
  .lefty-sm-1_5 {
    left-bottom: 0.375rem !important; }
  .leftl-sm-1_5,
  .leftx-sm-1_5 {
    left-left: 0.375rem !important; }
  .left-sm-2_25 {
    left: 0.55rem !important; }
  .leftt-sm-2_25,
  .lefty-sm-2_25 {
    left-top: 0.55rem !important; }
  .leftr-sm-2_25,
  .leftx-sm-2_25 {
    left-right: 0.55rem !important; }
  .leftb-sm-2_25,
  .lefty-sm-2_25 {
    left-bottom: 0.55rem !important; }
  .leftl-sm-2_25,
  .leftx-sm-2_25 {
    left-left: 0.55rem !important; }
  .left-sm-2_35 {
    left: 0.625rem !important; }
  .leftt-sm-2_35,
  .lefty-sm-2_35 {
    left-top: 0.625rem !important; }
  .leftr-sm-2_35,
  .leftx-sm-2_35 {
    left-right: 0.625rem !important; }
  .leftb-sm-2_35,
  .lefty-sm-2_35 {
    left-bottom: 0.625rem !important; }
  .leftl-sm-2_35,
  .leftx-sm-2_35 {
    left-left: 0.625rem !important; }
  .left-sm-2_5 {
    left: 0.75rem !important; }
  .leftt-sm-2_5,
  .lefty-sm-2_5 {
    left-top: 0.75rem !important; }
  .leftr-sm-2_5,
  .leftx-sm-2_5 {
    left-right: 0.75rem !important; }
  .leftb-sm-2_5,
  .lefty-sm-2_5 {
    left-bottom: 0.75rem !important; }
  .leftl-sm-2_5,
  .leftx-sm-2_5 {
    left-left: 0.75rem !important; }
  .left-sm-2_75 {
    left: 0.875rem !important; }
  .leftt-sm-2_75,
  .lefty-sm-2_75 {
    left-top: 0.875rem !important; }
  .leftr-sm-2_75,
  .leftx-sm-2_75 {
    left-right: 0.875rem !important; }
  .leftb-sm-2_75,
  .lefty-sm-2_75 {
    left-bottom: 0.875rem !important; }
  .leftl-sm-2_75,
  .leftx-sm-2_75 {
    left-left: 0.875rem !important; }
  .left-sm-3_25 {
    left: 1.125rem !important; }
  .leftt-sm-3_25,
  .lefty-sm-3_25 {
    left-top: 1.125rem !important; }
  .leftr-sm-3_25,
  .leftx-sm-3_25 {
    left-right: 1.125rem !important; }
  .leftb-sm-3_25,
  .lefty-sm-3_25 {
    left-bottom: 1.125rem !important; }
  .leftl-sm-3_25,
  .leftx-sm-3_25 {
    left-left: 1.125rem !important; }
  .left-sm-3_5 {
    left: 1.25rem !important; }
  .leftt-sm-3_5,
  .lefty-sm-3_5 {
    left-top: 1.25rem !important; }
  .leftr-sm-3_5,
  .leftx-sm-3_5 {
    left-right: 1.25rem !important; }
  .leftb-sm-3_5,
  .lefty-sm-3_5 {
    left-bottom: 1.25rem !important; }
  .leftl-sm-3_5,
  .leftx-sm-3_5 {
    left-left: 1.25rem !important; }
  .left-sm-3_75 {
    left: 1.375rem !important; }
  .leftt-sm-3_75,
  .lefty-sm-3_75 {
    left-top: 1.375rem !important; }
  .leftr-sm-3_75,
  .leftx-sm-3_75 {
    left-right: 1.375rem !important; }
  .leftb-sm-3_75,
  .lefty-sm-3_75 {
    left-bottom: 1.375rem !important; }
  .leftl-sm-3_75,
  .leftx-sm-3_75 {
    left-left: 1.375rem !important; }
  .left-sm-4_15 {
    left: 1.6875rem !important; }
  .leftt-sm-4_15,
  .lefty-sm-4_15 {
    left-top: 1.6875rem !important; }
  .leftr-sm-4_15,
  .leftx-sm-4_15 {
    left-right: 1.6875rem !important; }
  .leftb-sm-4_15,
  .lefty-sm-4_15 {
    left-bottom: 1.6875rem !important; }
  .leftl-sm-4_15,
  .leftx-sm-4_15 {
    left-left: 1.6875rem !important; }
  .left-sm-4_25 {
    left: 1.875rem !important; }
  .leftt-sm-4_25,
  .lefty-sm-4_25 {
    left-top: 1.875rem !important; }
  .leftr-sm-4_25,
  .leftx-sm-4_25 {
    left-right: 1.875rem !important; }
  .leftb-sm-4_25,
  .lefty-sm-4_25 {
    left-bottom: 1.875rem !important; }
  .leftl-sm-4_25,
  .leftx-sm-4_25 {
    left-left: 1.875rem !important; }
  .left-sm-4_35 {
    left: 2.0625rem !important; }
  .leftt-sm-4_35,
  .lefty-sm-4_35 {
    left-top: 2.0625rem !important; }
  .leftr-sm-4_35,
  .leftx-sm-4_35 {
    left-right: 2.0625rem !important; }
  .leftb-sm-4_35,
  .lefty-sm-4_35 {
    left-bottom: 2.0625rem !important; }
  .leftl-sm-4_35,
  .leftx-sm-4_35 {
    left-left: 2.0625rem !important; }
  .left-sm-4_5 {
    left: 2.25rem !important; }
  .leftt-sm-4_5,
  .lefty-sm-4_5 {
    left-top: 2.25rem !important; }
  .leftr-sm-4_5,
  .leftx-sm-4_5 {
    left-right: 2.25rem !important; }
  .leftb-sm-4_5,
  .lefty-sm-4_5 {
    left-bottom: 2.25rem !important; }
  .leftl-sm-4_5,
  .leftx-sm-4_5 {
    left-left: 2.25rem !important; }
  .left-sm-4_75 {
    left: 2.5rem !important; }
  .leftt-sm-4_75,
  .lefty-sm-4_75 {
    left-top: 2.5rem !important; }
  .leftr-sm-4_75,
  .leftx-sm-4_75 {
    left-right: 2.5rem !important; }
  .leftb-sm-4_75,
  .lefty-sm-4_75 {
    left-bottom: 2.5rem !important; }
  .leftl-sm-4_75,
  .leftx-sm-4_75 {
    left-left: 2.5rem !important; }
  .left-sm-5_15 {
    left: 3.125rem !important; }
  .leftt-sm-5_15,
  .lefty-sm-5_15 {
    left-top: 3.125rem !important; }
  .leftr-sm-5_15,
  .leftx-sm-5_15 {
    left-right: 3.125rem !important; }
  .leftb-sm-5_15,
  .lefty-sm-5_15 {
    left-bottom: 3.125rem !important; }
  .leftl-sm-5_15,
  .leftx-sm-5_15 {
    left-left: 3.125rem !important; }
  .left-sm-5_25 {
    left: 3.5rem !important; }
  .leftt-sm-5_25,
  .lefty-sm-5_25 {
    left-top: 3.5rem !important; }
  .leftr-sm-5_25,
  .leftx-sm-5_25 {
    left-right: 3.5rem !important; }
  .leftb-sm-5_25,
  .lefty-sm-5_25 {
    left-bottom: 3.5rem !important; }
  .leftl-sm-5_25,
  .leftx-sm-5_25 {
    left-left: 3.5rem !important; }
  .left-sm-5_5 {
    left: 3.75rem !important; }
  .leftt-sm-5_5,
  .lefty-sm-5_5 {
    left-top: 3.75rem !important; }
  .leftr-sm-5_5,
  .leftx-sm-5_5 {
    left-right: 3.75rem !important; }
  .leftb-sm-5_5,
  .lefty-sm-5_5 {
    left-bottom: 3.75rem !important; }
  .leftl-sm-5_5,
  .leftx-sm-5_5 {
    left-left: 3.75rem !important; }
  .left-sm-5_75 {
    left: 4.375rem !important; }
  .leftt-sm-5_75,
  .lefty-sm-5_75 {
    left-top: 4.375rem !important; }
  .leftr-sm-5_75,
  .leftx-sm-5_75 {
    left-right: 4.375rem !important; }
  .leftb-sm-5_75,
  .lefty-sm-5_75 {
    left-bottom: 4.375rem !important; }
  .leftl-sm-5_75,
  .leftx-sm-5_75 {
    left-left: 4.375rem !important; }
  .left-sm-6 {
    left: 4.5rem !important; }
  .leftt-sm-6,
  .lefty-sm-6 {
    left-top: 4.5rem !important; }
  .leftr-sm-6,
  .leftx-sm-6 {
    left-right: 4.5rem !important; }
  .leftb-sm-6,
  .lefty-sm-6 {
    left-bottom: 4.5rem !important; }
  .leftl-sm-6,
  .leftx-sm-6 {
    left-left: 4.5rem !important; }
  .left-sm-6_5 {
    left: 5rem !important; }
  .leftt-sm-6_5,
  .lefty-sm-6_5 {
    left-top: 5rem !important; }
  .leftr-sm-6_5,
  .leftx-sm-6_5 {
    left-right: 5rem !important; }
  .leftb-sm-6_5,
  .lefty-sm-6_5 {
    left-bottom: 5rem !important; }
  .leftl-sm-6_5,
  .leftx-sm-6_5 {
    left-left: 5rem !important; }
  .left-sm-6_75 {
    left: 5.375rem !important; }
  .leftt-sm-6_75,
  .lefty-sm-6_75 {
    left-top: 5.375rem !important; }
  .leftr-sm-6_75,
  .leftx-sm-6_75 {
    left-right: 5.375rem !important; }
  .leftb-sm-6_75,
  .lefty-sm-6_75 {
    left-bottom: 5.375rem !important; }
  .leftl-sm-6_75,
  .leftx-sm-6_75 {
    left-left: 5.375rem !important; }
  .left-sm-7 {
    left: 6rem !important; }
  .leftt-sm-7,
  .lefty-sm-7 {
    left-top: 6rem !important; }
  .leftr-sm-7,
  .leftx-sm-7 {
    left-right: 6rem !important; }
  .leftb-sm-7,
  .lefty-sm-7 {
    left-bottom: 6rem !important; }
  .leftl-sm-7,
  .leftx-sm-7 {
    left-left: 6rem !important; }
  .left-sm-7_5 {
    left: 6.75rem !important; }
  .leftt-sm-7_5,
  .lefty-sm-7_5 {
    left-top: 6.75rem !important; }
  .leftr-sm-7_5,
  .leftx-sm-7_5 {
    left-right: 6.75rem !important; }
  .leftb-sm-7_5,
  .lefty-sm-7_5 {
    left-bottom: 6.75rem !important; }
  .leftl-sm-7_5,
  .leftx-sm-7_5 {
    left-left: 6.75rem !important; }
  .left-sm-7_75 {
    left: 7.25rem !important; }
  .leftt-sm-7_75,
  .lefty-sm-7_75 {
    left-top: 7.25rem !important; }
  .leftr-sm-7_75,
  .leftx-sm-7_75 {
    left-right: 7.25rem !important; }
  .leftb-sm-7_75,
  .lefty-sm-7_75 {
    left-bottom: 7.25rem !important; }
  .leftl-sm-7_75,
  .leftx-sm-7_75 {
    left-left: 7.25rem !important; }
  .left-sm-8 {
    left: 7.5rem !important; }
  .leftt-sm-8,
  .lefty-sm-8 {
    left-top: 7.5rem !important; }
  .leftr-sm-8,
  .leftx-sm-8 {
    left-right: 7.5rem !important; }
  .leftb-sm-8,
  .lefty-sm-8 {
    left-bottom: 7.5rem !important; }
  .leftl-sm-8,
  .leftx-sm-8 {
    left-left: 7.5rem !important; }
  .left-sm-8_5 {
    left: 8.125rem !important; }
  .leftt-sm-8_5,
  .lefty-sm-8_5 {
    left-top: 8.125rem !important; }
  .leftr-sm-8_5,
  .leftx-sm-8_5 {
    left-right: 8.125rem !important; }
  .leftb-sm-8_5,
  .lefty-sm-8_5 {
    left-bottom: 8.125rem !important; }
  .leftl-sm-8_5,
  .leftx-sm-8_5 {
    left-left: 8.125rem !important; }
  .left-sm-8_75 {
    left: 8.4375rem !important; }
  .leftt-sm-8_75,
  .lefty-sm-8_75 {
    left-top: 8.4375rem !important; }
  .leftr-sm-8_75,
  .leftx-sm-8_75 {
    left-right: 8.4375rem !important; }
  .leftb-sm-8_75,
  .lefty-sm-8_75 {
    left-bottom: 8.4375rem !important; }
  .leftl-sm-8_75,
  .leftx-sm-8_75 {
    left-left: 8.4375rem !important; }
  .left-sm-9 {
    left: 9rem !important; }
  .leftt-sm-9,
  .lefty-sm-9 {
    left-top: 9rem !important; }
  .leftr-sm-9,
  .leftx-sm-9 {
    left-right: 9rem !important; }
  .leftb-sm-9,
  .lefty-sm-9 {
    left-bottom: 9rem !important; }
  .leftl-sm-9,
  .leftx-sm-9 {
    left-left: 9rem !important; }
  .left-sm-10 {
    left: 10.5rem !important; }
  .leftt-sm-10,
  .lefty-sm-10 {
    left-top: 10.5rem !important; }
  .leftr-sm-10,
  .leftx-sm-10 {
    left-right: 10.5rem !important; }
  .leftb-sm-10,
  .lefty-sm-10 {
    left-bottom: 10.5rem !important; }
  .leftl-sm-10,
  .leftx-sm-10 {
    left-left: 10.5rem !important; }
  .left-sm-10_25 {
    left: 11rem !important; }
  .leftt-sm-10_25,
  .lefty-sm-10_25 {
    left-top: 11rem !important; }
  .leftr-sm-10_25,
  .leftx-sm-10_25 {
    left-right: 11rem !important; }
  .leftb-sm-10_25,
  .lefty-sm-10_25 {
    left-bottom: 11rem !important; }
  .leftl-sm-10_25,
  .leftx-sm-10_25 {
    left-left: 11rem !important; }
  .left-sm-10_5 {
    left: 11.25rem !important; }
  .leftt-sm-10_5,
  .lefty-sm-10_5 {
    left-top: 11.25rem !important; }
  .leftr-sm-10_5,
  .leftx-sm-10_5 {
    left-right: 11.25rem !important; }
  .leftb-sm-10_5,
  .lefty-sm-10_5 {
    left-bottom: 11.25rem !important; }
  .leftl-sm-10_5,
  .leftx-sm-10_5 {
    left-left: 11.25rem !important; }
  .left-sm-10_75 {
    left: 11.5rem !important; }
  .leftt-sm-10_75,
  .lefty-sm-10_75 {
    left-top: 11.5rem !important; }
  .leftr-sm-10_75,
  .leftx-sm-10_75 {
    left-right: 11.5rem !important; }
  .leftb-sm-10_75,
  .lefty-sm-10_75 {
    left-bottom: 11.5rem !important; }
  .leftl-sm-10_75,
  .leftx-sm-10_75 {
    left-left: 11.5rem !important; }
  .left-sm-11 {
    left: 12rem !important; }
  .leftt-sm-11,
  .lefty-sm-11 {
    left-top: 12rem !important; }
  .leftr-sm-11,
  .leftx-sm-11 {
    left-right: 12rem !important; }
  .leftb-sm-11,
  .lefty-sm-11 {
    left-bottom: 12rem !important; }
  .leftl-sm-11,
  .leftx-sm-11 {
    left-left: 12rem !important; }
  .left-sm-12 {
    left: 13.5rem !important; }
  .leftt-sm-12,
  .lefty-sm-12 {
    left-top: 13.5rem !important; }
  .leftr-sm-12,
  .leftx-sm-12 {
    left-right: 13.5rem !important; }
  .leftb-sm-12,
  .lefty-sm-12 {
    left-bottom: 13.5rem !important; }
  .leftl-sm-12,
  .leftx-sm-12 {
    left-left: 13.5rem !important; }
  .left-sm-13 {
    left: 15rem !important; }
  .leftt-sm-13,
  .lefty-sm-13 {
    left-top: 15rem !important; }
  .leftr-sm-13,
  .leftx-sm-13 {
    left-right: 15rem !important; }
  .leftb-sm-13,
  .lefty-sm-13 {
    left-bottom: 15rem !important; }
  .leftl-sm-13,
  .leftx-sm-13 {
    left-left: 15rem !important; }
  .left-sm-14 {
    left: 16.6rem !important; }
  .leftt-sm-14,
  .lefty-sm-14 {
    left-top: 16.6rem !important; }
  .leftr-sm-14,
  .leftx-sm-14 {
    left-right: 16.6rem !important; }
  .leftb-sm-14,
  .lefty-sm-14 {
    left-bottom: 16.6rem !important; }
  .leftl-sm-14,
  .leftx-sm-14 {
    left-left: 16.6rem !important; }
  .left-sm-15 {
    left: 18rem !important; }
  .leftt-sm-15,
  .lefty-sm-15 {
    left-top: 18rem !important; }
  .leftr-sm-15,
  .leftx-sm-15 {
    left-right: 18rem !important; }
  .leftb-sm-15,
  .lefty-sm-15 {
    left-bottom: 18rem !important; }
  .leftl-sm-15,
  .leftx-sm-15 {
    left-left: 18rem !important; }
  .left-sm-16 {
    left: 19.5rem !important; }
  .leftt-sm-16,
  .lefty-sm-16 {
    left-top: 19.5rem !important; }
  .leftr-sm-16,
  .leftx-sm-16 {
    left-right: 19.5rem !important; }
  .leftb-sm-16,
  .lefty-sm-16 {
    left-bottom: 19.5rem !important; }
  .leftl-sm-16,
  .leftx-sm-16 {
    left-left: 19.5rem !important; }
  .left-sm-17 {
    left: 21rem !important; }
  .leftt-sm-17,
  .lefty-sm-17 {
    left-top: 21rem !important; }
  .leftr-sm-17,
  .leftx-sm-17 {
    left-right: 21rem !important; }
  .leftb-sm-17,
  .lefty-sm-17 {
    left-bottom: 21rem !important; }
  .leftl-sm-17,
  .leftx-sm-17 {
    left-left: 21rem !important; }
  .left-sm-18 {
    left: 22.5rem !important; }
  .leftt-sm-18,
  .lefty-sm-18 {
    left-top: 22.5rem !important; }
  .leftr-sm-18,
  .leftx-sm-18 {
    left-right: 22.5rem !important; }
  .leftb-sm-18,
  .lefty-sm-18 {
    left-bottom: 22.5rem !important; }
  .leftl-sm-18,
  .leftx-sm-18 {
    left-left: 22.5rem !important; }
  .left-sm-19 {
    left: 24rem !important; }
  .leftt-sm-19,
  .lefty-sm-19 {
    left-top: 24rem !important; }
  .leftr-sm-19,
  .leftx-sm-19 {
    left-right: 24rem !important; }
  .leftb-sm-19,
  .lefty-sm-19 {
    left-bottom: 24rem !important; }
  .leftl-sm-19,
  .leftx-sm-19 {
    left-left: 24rem !important; }
  .left-sm-20 {
    left: 25.5rem !important; }
  .leftt-sm-20,
  .lefty-sm-20 {
    left-top: 25.5rem !important; }
  .leftr-sm-20,
  .leftx-sm-20 {
    left-right: 25.5rem !important; }
  .leftb-sm-20,
  .lefty-sm-20 {
    left-bottom: 25.5rem !important; }
  .leftl-sm-20,
  .leftx-sm-20 {
    left-left: 25.5rem !important; }
  .left-sm-21 {
    left: 27rem !important; }
  .leftt-sm-21,
  .lefty-sm-21 {
    left-top: 27rem !important; }
  .leftr-sm-21,
  .leftx-sm-21 {
    left-right: 27rem !important; }
  .leftb-sm-21,
  .lefty-sm-21 {
    left-bottom: 27rem !important; }
  .leftl-sm-21,
  .leftx-sm-21 {
    left-left: 27rem !important; }
  .left-sm-22 {
    left: 28.5rem !important; }
  .leftt-sm-22,
  .lefty-sm-22 {
    left-top: 28.5rem !important; }
  .leftr-sm-22,
  .leftx-sm-22 {
    left-right: 28.5rem !important; }
  .leftb-sm-22,
  .lefty-sm-22 {
    left-bottom: 28.5rem !important; }
  .leftl-sm-22,
  .leftx-sm-22 {
    left-left: 28.5rem !important; }
  .left-sm-23 {
    left: 30rem !important; }
  .leftt-sm-23,
  .lefty-sm-23 {
    left-top: 30rem !important; }
  .leftr-sm-23,
  .leftx-sm-23 {
    left-right: 30rem !important; }
  .leftb-sm-23,
  .lefty-sm-23 {
    left-bottom: 30rem !important; }
  .leftl-sm-23,
  .leftx-sm-23 {
    left-left: 30rem !important; }
  .left-sm-24 {
    left: 31.5rem !important; }
  .leftt-sm-24,
  .lefty-sm-24 {
    left-top: 31.5rem !important; }
  .leftr-sm-24,
  .leftx-sm-24 {
    left-right: 31.5rem !important; }
  .leftb-sm-24,
  .lefty-sm-24 {
    left-bottom: 31.5rem !important; }
  .leftl-sm-24,
  .leftx-sm-24 {
    left-left: 31.5rem !important; }
  .left-sm-25 {
    left: 33rem !important; }
  .leftt-sm-25,
  .lefty-sm-25 {
    left-top: 33rem !important; }
  .leftr-sm-25,
  .leftx-sm-25 {
    left-right: 33rem !important; }
  .leftb-sm-25,
  .lefty-sm-25 {
    left-bottom: 33rem !important; }
  .leftl-sm-25,
  .leftx-sm-25 {
    left-left: 33rem !important; }
  .left-sm-26 {
    left: 34.5rem !important; }
  .leftt-sm-26,
  .lefty-sm-26 {
    left-top: 34.5rem !important; }
  .leftr-sm-26,
  .leftx-sm-26 {
    left-right: 34.5rem !important; }
  .leftb-sm-26,
  .lefty-sm-26 {
    left-bottom: 34.5rem !important; }
  .leftl-sm-26,
  .leftx-sm-26 {
    left-left: 34.5rem !important; }
  .left-sm-27 {
    left: 36rem !important; }
  .leftt-sm-27,
  .lefty-sm-27 {
    left-top: 36rem !important; }
  .leftr-sm-27,
  .leftx-sm-27 {
    left-right: 36rem !important; }
  .leftb-sm-27,
  .lefty-sm-27 {
    left-bottom: 36rem !important; }
  .leftl-sm-27,
  .leftx-sm-27 {
    left-left: 36rem !important; }
  .left-sm-28 {
    left: 37.5rem !important; }
  .leftt-sm-28,
  .lefty-sm-28 {
    left-top: 37.5rem !important; }
  .leftr-sm-28,
  .leftx-sm-28 {
    left-right: 37.5rem !important; }
  .leftb-sm-28,
  .lefty-sm-28 {
    left-bottom: 37.5rem !important; }
  .leftl-sm-28,
  .leftx-sm-28 {
    left-left: 37.5rem !important; }
  .left-sm-29 {
    left: 39rem !important; }
  .leftt-sm-29,
  .lefty-sm-29 {
    left-top: 39rem !important; }
  .leftr-sm-29,
  .leftx-sm-29 {
    left-right: 39rem !important; }
  .leftb-sm-29,
  .lefty-sm-29 {
    left-bottom: 39rem !important; }
  .leftl-sm-29,
  .leftx-sm-29 {
    left-left: 39rem !important; }
  .left-sm-30 {
    left: 40.5rem !important; }
  .leftt-sm-30,
  .lefty-sm-30 {
    left-top: 40.5rem !important; }
  .leftr-sm-30,
  .leftx-sm-30 {
    left-right: 40.5rem !important; }
  .leftb-sm-30,
  .lefty-sm-30 {
    left-bottom: 40.5rem !important; }
  .leftl-sm-30,
  .leftx-sm-30 {
    left-left: 40.5rem !important; }
  .top-sm-0 {
    top: 0 !important; }
  .topt-sm-0,
  .topy-sm-0 {
    top-top: 0 !important; }
  .topr-sm-0,
  .topx-sm-0 {
    top-right: 0 !important; }
  .topb-sm-0,
  .topy-sm-0 {
    top-bottom: 0 !important; }
  .topl-sm-0,
  .topx-sm-0 {
    top-left: 0 !important; }
  .top-sm-1 {
    top: 0.25rem !important; }
  .topt-sm-1,
  .topy-sm-1 {
    top-top: 0.25rem !important; }
  .topr-sm-1,
  .topx-sm-1 {
    top-right: 0.25rem !important; }
  .topb-sm-1,
  .topy-sm-1 {
    top-bottom: 0.25rem !important; }
  .topl-sm-1,
  .topx-sm-1 {
    top-left: 0.25rem !important; }
  .top-sm-2 {
    top: 0.5rem !important; }
  .topt-sm-2,
  .topy-sm-2 {
    top-top: 0.5rem !important; }
  .topr-sm-2,
  .topx-sm-2 {
    top-right: 0.5rem !important; }
  .topb-sm-2,
  .topy-sm-2 {
    top-bottom: 0.5rem !important; }
  .topl-sm-2,
  .topx-sm-2 {
    top-left: 0.5rem !important; }
  .top-sm-3 {
    top: 1rem !important; }
  .topt-sm-3,
  .topy-sm-3 {
    top-top: 1rem !important; }
  .topr-sm-3,
  .topx-sm-3 {
    top-right: 1rem !important; }
  .topb-sm-3,
  .topy-sm-3 {
    top-bottom: 1rem !important; }
  .topl-sm-3,
  .topx-sm-3 {
    top-left: 1rem !important; }
  .top-sm-4 {
    top: 1.5rem !important; }
  .topt-sm-4,
  .topy-sm-4 {
    top-top: 1.5rem !important; }
  .topr-sm-4,
  .topx-sm-4 {
    top-right: 1.5rem !important; }
  .topb-sm-4,
  .topy-sm-4 {
    top-bottom: 1.5rem !important; }
  .topl-sm-4,
  .topx-sm-4 {
    top-left: 1.5rem !important; }
  .top-sm-5 {
    top: 3rem !important; }
  .topt-sm-5,
  .topy-sm-5 {
    top-top: 3rem !important; }
  .topr-sm-5,
  .topx-sm-5 {
    top-right: 3rem !important; }
  .topb-sm-5,
  .topy-sm-5 {
    top-bottom: 3rem !important; }
  .topl-sm-5,
  .topx-sm-5 {
    top-left: 3rem !important; }
  .top-sm-0_5 {
    top: 0.125rem !important; }
  .topt-sm-0_5,
  .topy-sm-0_5 {
    top-top: 0.125rem !important; }
  .topr-sm-0_5,
  .topx-sm-0_5 {
    top-right: 0.125rem !important; }
  .topb-sm-0_5,
  .topy-sm-0_5 {
    top-bottom: 0.125rem !important; }
  .topl-sm-0_5,
  .topx-sm-0_5 {
    top-left: 0.125rem !important; }
  .top-sm-1_5 {
    top: 0.375rem !important; }
  .topt-sm-1_5,
  .topy-sm-1_5 {
    top-top: 0.375rem !important; }
  .topr-sm-1_5,
  .topx-sm-1_5 {
    top-right: 0.375rem !important; }
  .topb-sm-1_5,
  .topy-sm-1_5 {
    top-bottom: 0.375rem !important; }
  .topl-sm-1_5,
  .topx-sm-1_5 {
    top-left: 0.375rem !important; }
  .top-sm-2_25 {
    top: 0.55rem !important; }
  .topt-sm-2_25,
  .topy-sm-2_25 {
    top-top: 0.55rem !important; }
  .topr-sm-2_25,
  .topx-sm-2_25 {
    top-right: 0.55rem !important; }
  .topb-sm-2_25,
  .topy-sm-2_25 {
    top-bottom: 0.55rem !important; }
  .topl-sm-2_25,
  .topx-sm-2_25 {
    top-left: 0.55rem !important; }
  .top-sm-2_35 {
    top: 0.625rem !important; }
  .topt-sm-2_35,
  .topy-sm-2_35 {
    top-top: 0.625rem !important; }
  .topr-sm-2_35,
  .topx-sm-2_35 {
    top-right: 0.625rem !important; }
  .topb-sm-2_35,
  .topy-sm-2_35 {
    top-bottom: 0.625rem !important; }
  .topl-sm-2_35,
  .topx-sm-2_35 {
    top-left: 0.625rem !important; }
  .top-sm-2_5 {
    top: 0.75rem !important; }
  .topt-sm-2_5,
  .topy-sm-2_5 {
    top-top: 0.75rem !important; }
  .topr-sm-2_5,
  .topx-sm-2_5 {
    top-right: 0.75rem !important; }
  .topb-sm-2_5,
  .topy-sm-2_5 {
    top-bottom: 0.75rem !important; }
  .topl-sm-2_5,
  .topx-sm-2_5 {
    top-left: 0.75rem !important; }
  .top-sm-2_75 {
    top: 0.875rem !important; }
  .topt-sm-2_75,
  .topy-sm-2_75 {
    top-top: 0.875rem !important; }
  .topr-sm-2_75,
  .topx-sm-2_75 {
    top-right: 0.875rem !important; }
  .topb-sm-2_75,
  .topy-sm-2_75 {
    top-bottom: 0.875rem !important; }
  .topl-sm-2_75,
  .topx-sm-2_75 {
    top-left: 0.875rem !important; }
  .top-sm-3_25 {
    top: 1.125rem !important; }
  .topt-sm-3_25,
  .topy-sm-3_25 {
    top-top: 1.125rem !important; }
  .topr-sm-3_25,
  .topx-sm-3_25 {
    top-right: 1.125rem !important; }
  .topb-sm-3_25,
  .topy-sm-3_25 {
    top-bottom: 1.125rem !important; }
  .topl-sm-3_25,
  .topx-sm-3_25 {
    top-left: 1.125rem !important; }
  .top-sm-3_5 {
    top: 1.25rem !important; }
  .topt-sm-3_5,
  .topy-sm-3_5 {
    top-top: 1.25rem !important; }
  .topr-sm-3_5,
  .topx-sm-3_5 {
    top-right: 1.25rem !important; }
  .topb-sm-3_5,
  .topy-sm-3_5 {
    top-bottom: 1.25rem !important; }
  .topl-sm-3_5,
  .topx-sm-3_5 {
    top-left: 1.25rem !important; }
  .top-sm-3_75 {
    top: 1.375rem !important; }
  .topt-sm-3_75,
  .topy-sm-3_75 {
    top-top: 1.375rem !important; }
  .topr-sm-3_75,
  .topx-sm-3_75 {
    top-right: 1.375rem !important; }
  .topb-sm-3_75,
  .topy-sm-3_75 {
    top-bottom: 1.375rem !important; }
  .topl-sm-3_75,
  .topx-sm-3_75 {
    top-left: 1.375rem !important; }
  .top-sm-4_15 {
    top: 1.6875rem !important; }
  .topt-sm-4_15,
  .topy-sm-4_15 {
    top-top: 1.6875rem !important; }
  .topr-sm-4_15,
  .topx-sm-4_15 {
    top-right: 1.6875rem !important; }
  .topb-sm-4_15,
  .topy-sm-4_15 {
    top-bottom: 1.6875rem !important; }
  .topl-sm-4_15,
  .topx-sm-4_15 {
    top-left: 1.6875rem !important; }
  .top-sm-4_25 {
    top: 1.875rem !important; }
  .topt-sm-4_25,
  .topy-sm-4_25 {
    top-top: 1.875rem !important; }
  .topr-sm-4_25,
  .topx-sm-4_25 {
    top-right: 1.875rem !important; }
  .topb-sm-4_25,
  .topy-sm-4_25 {
    top-bottom: 1.875rem !important; }
  .topl-sm-4_25,
  .topx-sm-4_25 {
    top-left: 1.875rem !important; }
  .top-sm-4_35 {
    top: 2.0625rem !important; }
  .topt-sm-4_35,
  .topy-sm-4_35 {
    top-top: 2.0625rem !important; }
  .topr-sm-4_35,
  .topx-sm-4_35 {
    top-right: 2.0625rem !important; }
  .topb-sm-4_35,
  .topy-sm-4_35 {
    top-bottom: 2.0625rem !important; }
  .topl-sm-4_35,
  .topx-sm-4_35 {
    top-left: 2.0625rem !important; }
  .top-sm-4_5 {
    top: 2.25rem !important; }
  .topt-sm-4_5,
  .topy-sm-4_5 {
    top-top: 2.25rem !important; }
  .topr-sm-4_5,
  .topx-sm-4_5 {
    top-right: 2.25rem !important; }
  .topb-sm-4_5,
  .topy-sm-4_5 {
    top-bottom: 2.25rem !important; }
  .topl-sm-4_5,
  .topx-sm-4_5 {
    top-left: 2.25rem !important; }
  .top-sm-4_75 {
    top: 2.5rem !important; }
  .topt-sm-4_75,
  .topy-sm-4_75 {
    top-top: 2.5rem !important; }
  .topr-sm-4_75,
  .topx-sm-4_75 {
    top-right: 2.5rem !important; }
  .topb-sm-4_75,
  .topy-sm-4_75 {
    top-bottom: 2.5rem !important; }
  .topl-sm-4_75,
  .topx-sm-4_75 {
    top-left: 2.5rem !important; }
  .top-sm-5_15 {
    top: 3.125rem !important; }
  .topt-sm-5_15,
  .topy-sm-5_15 {
    top-top: 3.125rem !important; }
  .topr-sm-5_15,
  .topx-sm-5_15 {
    top-right: 3.125rem !important; }
  .topb-sm-5_15,
  .topy-sm-5_15 {
    top-bottom: 3.125rem !important; }
  .topl-sm-5_15,
  .topx-sm-5_15 {
    top-left: 3.125rem !important; }
  .top-sm-5_25 {
    top: 3.5rem !important; }
  .topt-sm-5_25,
  .topy-sm-5_25 {
    top-top: 3.5rem !important; }
  .topr-sm-5_25,
  .topx-sm-5_25 {
    top-right: 3.5rem !important; }
  .topb-sm-5_25,
  .topy-sm-5_25 {
    top-bottom: 3.5rem !important; }
  .topl-sm-5_25,
  .topx-sm-5_25 {
    top-left: 3.5rem !important; }
  .top-sm-5_5 {
    top: 3.75rem !important; }
  .topt-sm-5_5,
  .topy-sm-5_5 {
    top-top: 3.75rem !important; }
  .topr-sm-5_5,
  .topx-sm-5_5 {
    top-right: 3.75rem !important; }
  .topb-sm-5_5,
  .topy-sm-5_5 {
    top-bottom: 3.75rem !important; }
  .topl-sm-5_5,
  .topx-sm-5_5 {
    top-left: 3.75rem !important; }
  .top-sm-5_75 {
    top: 4.375rem !important; }
  .topt-sm-5_75,
  .topy-sm-5_75 {
    top-top: 4.375rem !important; }
  .topr-sm-5_75,
  .topx-sm-5_75 {
    top-right: 4.375rem !important; }
  .topb-sm-5_75,
  .topy-sm-5_75 {
    top-bottom: 4.375rem !important; }
  .topl-sm-5_75,
  .topx-sm-5_75 {
    top-left: 4.375rem !important; }
  .top-sm-6 {
    top: 4.5rem !important; }
  .topt-sm-6,
  .topy-sm-6 {
    top-top: 4.5rem !important; }
  .topr-sm-6,
  .topx-sm-6 {
    top-right: 4.5rem !important; }
  .topb-sm-6,
  .topy-sm-6 {
    top-bottom: 4.5rem !important; }
  .topl-sm-6,
  .topx-sm-6 {
    top-left: 4.5rem !important; }
  .top-sm-6_5 {
    top: 5rem !important; }
  .topt-sm-6_5,
  .topy-sm-6_5 {
    top-top: 5rem !important; }
  .topr-sm-6_5,
  .topx-sm-6_5 {
    top-right: 5rem !important; }
  .topb-sm-6_5,
  .topy-sm-6_5 {
    top-bottom: 5rem !important; }
  .topl-sm-6_5,
  .topx-sm-6_5 {
    top-left: 5rem !important; }
  .top-sm-6_75 {
    top: 5.375rem !important; }
  .topt-sm-6_75,
  .topy-sm-6_75 {
    top-top: 5.375rem !important; }
  .topr-sm-6_75,
  .topx-sm-6_75 {
    top-right: 5.375rem !important; }
  .topb-sm-6_75,
  .topy-sm-6_75 {
    top-bottom: 5.375rem !important; }
  .topl-sm-6_75,
  .topx-sm-6_75 {
    top-left: 5.375rem !important; }
  .top-sm-7 {
    top: 6rem !important; }
  .topt-sm-7,
  .topy-sm-7 {
    top-top: 6rem !important; }
  .topr-sm-7,
  .topx-sm-7 {
    top-right: 6rem !important; }
  .topb-sm-7,
  .topy-sm-7 {
    top-bottom: 6rem !important; }
  .topl-sm-7,
  .topx-sm-7 {
    top-left: 6rem !important; }
  .top-sm-7_5 {
    top: 6.75rem !important; }
  .topt-sm-7_5,
  .topy-sm-7_5 {
    top-top: 6.75rem !important; }
  .topr-sm-7_5,
  .topx-sm-7_5 {
    top-right: 6.75rem !important; }
  .topb-sm-7_5,
  .topy-sm-7_5 {
    top-bottom: 6.75rem !important; }
  .topl-sm-7_5,
  .topx-sm-7_5 {
    top-left: 6.75rem !important; }
  .top-sm-7_75 {
    top: 7.25rem !important; }
  .topt-sm-7_75,
  .topy-sm-7_75 {
    top-top: 7.25rem !important; }
  .topr-sm-7_75,
  .topx-sm-7_75 {
    top-right: 7.25rem !important; }
  .topb-sm-7_75,
  .topy-sm-7_75 {
    top-bottom: 7.25rem !important; }
  .topl-sm-7_75,
  .topx-sm-7_75 {
    top-left: 7.25rem !important; }
  .top-sm-8 {
    top: 7.5rem !important; }
  .topt-sm-8,
  .topy-sm-8 {
    top-top: 7.5rem !important; }
  .topr-sm-8,
  .topx-sm-8 {
    top-right: 7.5rem !important; }
  .topb-sm-8,
  .topy-sm-8 {
    top-bottom: 7.5rem !important; }
  .topl-sm-8,
  .topx-sm-8 {
    top-left: 7.5rem !important; }
  .top-sm-8_5 {
    top: 8.125rem !important; }
  .topt-sm-8_5,
  .topy-sm-8_5 {
    top-top: 8.125rem !important; }
  .topr-sm-8_5,
  .topx-sm-8_5 {
    top-right: 8.125rem !important; }
  .topb-sm-8_5,
  .topy-sm-8_5 {
    top-bottom: 8.125rem !important; }
  .topl-sm-8_5,
  .topx-sm-8_5 {
    top-left: 8.125rem !important; }
  .top-sm-8_75 {
    top: 8.4375rem !important; }
  .topt-sm-8_75,
  .topy-sm-8_75 {
    top-top: 8.4375rem !important; }
  .topr-sm-8_75,
  .topx-sm-8_75 {
    top-right: 8.4375rem !important; }
  .topb-sm-8_75,
  .topy-sm-8_75 {
    top-bottom: 8.4375rem !important; }
  .topl-sm-8_75,
  .topx-sm-8_75 {
    top-left: 8.4375rem !important; }
  .top-sm-9 {
    top: 9rem !important; }
  .topt-sm-9,
  .topy-sm-9 {
    top-top: 9rem !important; }
  .topr-sm-9,
  .topx-sm-9 {
    top-right: 9rem !important; }
  .topb-sm-9,
  .topy-sm-9 {
    top-bottom: 9rem !important; }
  .topl-sm-9,
  .topx-sm-9 {
    top-left: 9rem !important; }
  .top-sm-10 {
    top: 10.5rem !important; }
  .topt-sm-10,
  .topy-sm-10 {
    top-top: 10.5rem !important; }
  .topr-sm-10,
  .topx-sm-10 {
    top-right: 10.5rem !important; }
  .topb-sm-10,
  .topy-sm-10 {
    top-bottom: 10.5rem !important; }
  .topl-sm-10,
  .topx-sm-10 {
    top-left: 10.5rem !important; }
  .top-sm-10_25 {
    top: 11rem !important; }
  .topt-sm-10_25,
  .topy-sm-10_25 {
    top-top: 11rem !important; }
  .topr-sm-10_25,
  .topx-sm-10_25 {
    top-right: 11rem !important; }
  .topb-sm-10_25,
  .topy-sm-10_25 {
    top-bottom: 11rem !important; }
  .topl-sm-10_25,
  .topx-sm-10_25 {
    top-left: 11rem !important; }
  .top-sm-10_5 {
    top: 11.25rem !important; }
  .topt-sm-10_5,
  .topy-sm-10_5 {
    top-top: 11.25rem !important; }
  .topr-sm-10_5,
  .topx-sm-10_5 {
    top-right: 11.25rem !important; }
  .topb-sm-10_5,
  .topy-sm-10_5 {
    top-bottom: 11.25rem !important; }
  .topl-sm-10_5,
  .topx-sm-10_5 {
    top-left: 11.25rem !important; }
  .top-sm-10_75 {
    top: 11.5rem !important; }
  .topt-sm-10_75,
  .topy-sm-10_75 {
    top-top: 11.5rem !important; }
  .topr-sm-10_75,
  .topx-sm-10_75 {
    top-right: 11.5rem !important; }
  .topb-sm-10_75,
  .topy-sm-10_75 {
    top-bottom: 11.5rem !important; }
  .topl-sm-10_75,
  .topx-sm-10_75 {
    top-left: 11.5rem !important; }
  .top-sm-11 {
    top: 12rem !important; }
  .topt-sm-11,
  .topy-sm-11 {
    top-top: 12rem !important; }
  .topr-sm-11,
  .topx-sm-11 {
    top-right: 12rem !important; }
  .topb-sm-11,
  .topy-sm-11 {
    top-bottom: 12rem !important; }
  .topl-sm-11,
  .topx-sm-11 {
    top-left: 12rem !important; }
  .top-sm-12 {
    top: 13.5rem !important; }
  .topt-sm-12,
  .topy-sm-12 {
    top-top: 13.5rem !important; }
  .topr-sm-12,
  .topx-sm-12 {
    top-right: 13.5rem !important; }
  .topb-sm-12,
  .topy-sm-12 {
    top-bottom: 13.5rem !important; }
  .topl-sm-12,
  .topx-sm-12 {
    top-left: 13.5rem !important; }
  .top-sm-13 {
    top: 15rem !important; }
  .topt-sm-13,
  .topy-sm-13 {
    top-top: 15rem !important; }
  .topr-sm-13,
  .topx-sm-13 {
    top-right: 15rem !important; }
  .topb-sm-13,
  .topy-sm-13 {
    top-bottom: 15rem !important; }
  .topl-sm-13,
  .topx-sm-13 {
    top-left: 15rem !important; }
  .top-sm-14 {
    top: 16.6rem !important; }
  .topt-sm-14,
  .topy-sm-14 {
    top-top: 16.6rem !important; }
  .topr-sm-14,
  .topx-sm-14 {
    top-right: 16.6rem !important; }
  .topb-sm-14,
  .topy-sm-14 {
    top-bottom: 16.6rem !important; }
  .topl-sm-14,
  .topx-sm-14 {
    top-left: 16.6rem !important; }
  .top-sm-15 {
    top: 18rem !important; }
  .topt-sm-15,
  .topy-sm-15 {
    top-top: 18rem !important; }
  .topr-sm-15,
  .topx-sm-15 {
    top-right: 18rem !important; }
  .topb-sm-15,
  .topy-sm-15 {
    top-bottom: 18rem !important; }
  .topl-sm-15,
  .topx-sm-15 {
    top-left: 18rem !important; }
  .top-sm-16 {
    top: 19.5rem !important; }
  .topt-sm-16,
  .topy-sm-16 {
    top-top: 19.5rem !important; }
  .topr-sm-16,
  .topx-sm-16 {
    top-right: 19.5rem !important; }
  .topb-sm-16,
  .topy-sm-16 {
    top-bottom: 19.5rem !important; }
  .topl-sm-16,
  .topx-sm-16 {
    top-left: 19.5rem !important; }
  .top-sm-17 {
    top: 21rem !important; }
  .topt-sm-17,
  .topy-sm-17 {
    top-top: 21rem !important; }
  .topr-sm-17,
  .topx-sm-17 {
    top-right: 21rem !important; }
  .topb-sm-17,
  .topy-sm-17 {
    top-bottom: 21rem !important; }
  .topl-sm-17,
  .topx-sm-17 {
    top-left: 21rem !important; }
  .top-sm-18 {
    top: 22.5rem !important; }
  .topt-sm-18,
  .topy-sm-18 {
    top-top: 22.5rem !important; }
  .topr-sm-18,
  .topx-sm-18 {
    top-right: 22.5rem !important; }
  .topb-sm-18,
  .topy-sm-18 {
    top-bottom: 22.5rem !important; }
  .topl-sm-18,
  .topx-sm-18 {
    top-left: 22.5rem !important; }
  .top-sm-19 {
    top: 24rem !important; }
  .topt-sm-19,
  .topy-sm-19 {
    top-top: 24rem !important; }
  .topr-sm-19,
  .topx-sm-19 {
    top-right: 24rem !important; }
  .topb-sm-19,
  .topy-sm-19 {
    top-bottom: 24rem !important; }
  .topl-sm-19,
  .topx-sm-19 {
    top-left: 24rem !important; }
  .top-sm-20 {
    top: 25.5rem !important; }
  .topt-sm-20,
  .topy-sm-20 {
    top-top: 25.5rem !important; }
  .topr-sm-20,
  .topx-sm-20 {
    top-right: 25.5rem !important; }
  .topb-sm-20,
  .topy-sm-20 {
    top-bottom: 25.5rem !important; }
  .topl-sm-20,
  .topx-sm-20 {
    top-left: 25.5rem !important; }
  .top-sm-21 {
    top: 27rem !important; }
  .topt-sm-21,
  .topy-sm-21 {
    top-top: 27rem !important; }
  .topr-sm-21,
  .topx-sm-21 {
    top-right: 27rem !important; }
  .topb-sm-21,
  .topy-sm-21 {
    top-bottom: 27rem !important; }
  .topl-sm-21,
  .topx-sm-21 {
    top-left: 27rem !important; }
  .top-sm-22 {
    top: 28.5rem !important; }
  .topt-sm-22,
  .topy-sm-22 {
    top-top: 28.5rem !important; }
  .topr-sm-22,
  .topx-sm-22 {
    top-right: 28.5rem !important; }
  .topb-sm-22,
  .topy-sm-22 {
    top-bottom: 28.5rem !important; }
  .topl-sm-22,
  .topx-sm-22 {
    top-left: 28.5rem !important; }
  .top-sm-23 {
    top: 30rem !important; }
  .topt-sm-23,
  .topy-sm-23 {
    top-top: 30rem !important; }
  .topr-sm-23,
  .topx-sm-23 {
    top-right: 30rem !important; }
  .topb-sm-23,
  .topy-sm-23 {
    top-bottom: 30rem !important; }
  .topl-sm-23,
  .topx-sm-23 {
    top-left: 30rem !important; }
  .top-sm-24 {
    top: 31.5rem !important; }
  .topt-sm-24,
  .topy-sm-24 {
    top-top: 31.5rem !important; }
  .topr-sm-24,
  .topx-sm-24 {
    top-right: 31.5rem !important; }
  .topb-sm-24,
  .topy-sm-24 {
    top-bottom: 31.5rem !important; }
  .topl-sm-24,
  .topx-sm-24 {
    top-left: 31.5rem !important; }
  .top-sm-25 {
    top: 33rem !important; }
  .topt-sm-25,
  .topy-sm-25 {
    top-top: 33rem !important; }
  .topr-sm-25,
  .topx-sm-25 {
    top-right: 33rem !important; }
  .topb-sm-25,
  .topy-sm-25 {
    top-bottom: 33rem !important; }
  .topl-sm-25,
  .topx-sm-25 {
    top-left: 33rem !important; }
  .top-sm-26 {
    top: 34.5rem !important; }
  .topt-sm-26,
  .topy-sm-26 {
    top-top: 34.5rem !important; }
  .topr-sm-26,
  .topx-sm-26 {
    top-right: 34.5rem !important; }
  .topb-sm-26,
  .topy-sm-26 {
    top-bottom: 34.5rem !important; }
  .topl-sm-26,
  .topx-sm-26 {
    top-left: 34.5rem !important; }
  .top-sm-27 {
    top: 36rem !important; }
  .topt-sm-27,
  .topy-sm-27 {
    top-top: 36rem !important; }
  .topr-sm-27,
  .topx-sm-27 {
    top-right: 36rem !important; }
  .topb-sm-27,
  .topy-sm-27 {
    top-bottom: 36rem !important; }
  .topl-sm-27,
  .topx-sm-27 {
    top-left: 36rem !important; }
  .top-sm-28 {
    top: 37.5rem !important; }
  .topt-sm-28,
  .topy-sm-28 {
    top-top: 37.5rem !important; }
  .topr-sm-28,
  .topx-sm-28 {
    top-right: 37.5rem !important; }
  .topb-sm-28,
  .topy-sm-28 {
    top-bottom: 37.5rem !important; }
  .topl-sm-28,
  .topx-sm-28 {
    top-left: 37.5rem !important; }
  .top-sm-29 {
    top: 39rem !important; }
  .topt-sm-29,
  .topy-sm-29 {
    top-top: 39rem !important; }
  .topr-sm-29,
  .topx-sm-29 {
    top-right: 39rem !important; }
  .topb-sm-29,
  .topy-sm-29 {
    top-bottom: 39rem !important; }
  .topl-sm-29,
  .topx-sm-29 {
    top-left: 39rem !important; }
  .top-sm-30 {
    top: 40.5rem !important; }
  .topt-sm-30,
  .topy-sm-30 {
    top-top: 40.5rem !important; }
  .topr-sm-30,
  .topx-sm-30 {
    top-right: 40.5rem !important; }
  .topb-sm-30,
  .topy-sm-30 {
    top-bottom: 40.5rem !important; }
  .topl-sm-30,
  .topx-sm-30 {
    top-left: 40.5rem !important; }
  .bottom-sm-0 {
    bottom: 0 !important; }
  .bottomt-sm-0,
  .bottomy-sm-0 {
    bottom-top: 0 !important; }
  .bottomr-sm-0,
  .bottomx-sm-0 {
    bottom-right: 0 !important; }
  .bottomb-sm-0,
  .bottomy-sm-0 {
    bottom-bottom: 0 !important; }
  .bottoml-sm-0,
  .bottomx-sm-0 {
    bottom-left: 0 !important; }
  .bottom-sm-1 {
    bottom: 0.25rem !important; }
  .bottomt-sm-1,
  .bottomy-sm-1 {
    bottom-top: 0.25rem !important; }
  .bottomr-sm-1,
  .bottomx-sm-1 {
    bottom-right: 0.25rem !important; }
  .bottomb-sm-1,
  .bottomy-sm-1 {
    bottom-bottom: 0.25rem !important; }
  .bottoml-sm-1,
  .bottomx-sm-1 {
    bottom-left: 0.25rem !important; }
  .bottom-sm-2 {
    bottom: 0.5rem !important; }
  .bottomt-sm-2,
  .bottomy-sm-2 {
    bottom-top: 0.5rem !important; }
  .bottomr-sm-2,
  .bottomx-sm-2 {
    bottom-right: 0.5rem !important; }
  .bottomb-sm-2,
  .bottomy-sm-2 {
    bottom-bottom: 0.5rem !important; }
  .bottoml-sm-2,
  .bottomx-sm-2 {
    bottom-left: 0.5rem !important; }
  .bottom-sm-3 {
    bottom: 1rem !important; }
  .bottomt-sm-3,
  .bottomy-sm-3 {
    bottom-top: 1rem !important; }
  .bottomr-sm-3,
  .bottomx-sm-3 {
    bottom-right: 1rem !important; }
  .bottomb-sm-3,
  .bottomy-sm-3 {
    bottom-bottom: 1rem !important; }
  .bottoml-sm-3,
  .bottomx-sm-3 {
    bottom-left: 1rem !important; }
  .bottom-sm-4 {
    bottom: 1.5rem !important; }
  .bottomt-sm-4,
  .bottomy-sm-4 {
    bottom-top: 1.5rem !important; }
  .bottomr-sm-4,
  .bottomx-sm-4 {
    bottom-right: 1.5rem !important; }
  .bottomb-sm-4,
  .bottomy-sm-4 {
    bottom-bottom: 1.5rem !important; }
  .bottoml-sm-4,
  .bottomx-sm-4 {
    bottom-left: 1.5rem !important; }
  .bottom-sm-5 {
    bottom: 3rem !important; }
  .bottomt-sm-5,
  .bottomy-sm-5 {
    bottom-top: 3rem !important; }
  .bottomr-sm-5,
  .bottomx-sm-5 {
    bottom-right: 3rem !important; }
  .bottomb-sm-5,
  .bottomy-sm-5 {
    bottom-bottom: 3rem !important; }
  .bottoml-sm-5,
  .bottomx-sm-5 {
    bottom-left: 3rem !important; }
  .bottom-sm-0_5 {
    bottom: 0.125rem !important; }
  .bottomt-sm-0_5,
  .bottomy-sm-0_5 {
    bottom-top: 0.125rem !important; }
  .bottomr-sm-0_5,
  .bottomx-sm-0_5 {
    bottom-right: 0.125rem !important; }
  .bottomb-sm-0_5,
  .bottomy-sm-0_5 {
    bottom-bottom: 0.125rem !important; }
  .bottoml-sm-0_5,
  .bottomx-sm-0_5 {
    bottom-left: 0.125rem !important; }
  .bottom-sm-1_5 {
    bottom: 0.375rem !important; }
  .bottomt-sm-1_5,
  .bottomy-sm-1_5 {
    bottom-top: 0.375rem !important; }
  .bottomr-sm-1_5,
  .bottomx-sm-1_5 {
    bottom-right: 0.375rem !important; }
  .bottomb-sm-1_5,
  .bottomy-sm-1_5 {
    bottom-bottom: 0.375rem !important; }
  .bottoml-sm-1_5,
  .bottomx-sm-1_5 {
    bottom-left: 0.375rem !important; }
  .bottom-sm-2_25 {
    bottom: 0.55rem !important; }
  .bottomt-sm-2_25,
  .bottomy-sm-2_25 {
    bottom-top: 0.55rem !important; }
  .bottomr-sm-2_25,
  .bottomx-sm-2_25 {
    bottom-right: 0.55rem !important; }
  .bottomb-sm-2_25,
  .bottomy-sm-2_25 {
    bottom-bottom: 0.55rem !important; }
  .bottoml-sm-2_25,
  .bottomx-sm-2_25 {
    bottom-left: 0.55rem !important; }
  .bottom-sm-2_35 {
    bottom: 0.625rem !important; }
  .bottomt-sm-2_35,
  .bottomy-sm-2_35 {
    bottom-top: 0.625rem !important; }
  .bottomr-sm-2_35,
  .bottomx-sm-2_35 {
    bottom-right: 0.625rem !important; }
  .bottomb-sm-2_35,
  .bottomy-sm-2_35 {
    bottom-bottom: 0.625rem !important; }
  .bottoml-sm-2_35,
  .bottomx-sm-2_35 {
    bottom-left: 0.625rem !important; }
  .bottom-sm-2_5 {
    bottom: 0.75rem !important; }
  .bottomt-sm-2_5,
  .bottomy-sm-2_5 {
    bottom-top: 0.75rem !important; }
  .bottomr-sm-2_5,
  .bottomx-sm-2_5 {
    bottom-right: 0.75rem !important; }
  .bottomb-sm-2_5,
  .bottomy-sm-2_5 {
    bottom-bottom: 0.75rem !important; }
  .bottoml-sm-2_5,
  .bottomx-sm-2_5 {
    bottom-left: 0.75rem !important; }
  .bottom-sm-2_75 {
    bottom: 0.875rem !important; }
  .bottomt-sm-2_75,
  .bottomy-sm-2_75 {
    bottom-top: 0.875rem !important; }
  .bottomr-sm-2_75,
  .bottomx-sm-2_75 {
    bottom-right: 0.875rem !important; }
  .bottomb-sm-2_75,
  .bottomy-sm-2_75 {
    bottom-bottom: 0.875rem !important; }
  .bottoml-sm-2_75,
  .bottomx-sm-2_75 {
    bottom-left: 0.875rem !important; }
  .bottom-sm-3_25 {
    bottom: 1.125rem !important; }
  .bottomt-sm-3_25,
  .bottomy-sm-3_25 {
    bottom-top: 1.125rem !important; }
  .bottomr-sm-3_25,
  .bottomx-sm-3_25 {
    bottom-right: 1.125rem !important; }
  .bottomb-sm-3_25,
  .bottomy-sm-3_25 {
    bottom-bottom: 1.125rem !important; }
  .bottoml-sm-3_25,
  .bottomx-sm-3_25 {
    bottom-left: 1.125rem !important; }
  .bottom-sm-3_5 {
    bottom: 1.25rem !important; }
  .bottomt-sm-3_5,
  .bottomy-sm-3_5 {
    bottom-top: 1.25rem !important; }
  .bottomr-sm-3_5,
  .bottomx-sm-3_5 {
    bottom-right: 1.25rem !important; }
  .bottomb-sm-3_5,
  .bottomy-sm-3_5 {
    bottom-bottom: 1.25rem !important; }
  .bottoml-sm-3_5,
  .bottomx-sm-3_5 {
    bottom-left: 1.25rem !important; }
  .bottom-sm-3_75 {
    bottom: 1.375rem !important; }
  .bottomt-sm-3_75,
  .bottomy-sm-3_75 {
    bottom-top: 1.375rem !important; }
  .bottomr-sm-3_75,
  .bottomx-sm-3_75 {
    bottom-right: 1.375rem !important; }
  .bottomb-sm-3_75,
  .bottomy-sm-3_75 {
    bottom-bottom: 1.375rem !important; }
  .bottoml-sm-3_75,
  .bottomx-sm-3_75 {
    bottom-left: 1.375rem !important; }
  .bottom-sm-4_15 {
    bottom: 1.6875rem !important; }
  .bottomt-sm-4_15,
  .bottomy-sm-4_15 {
    bottom-top: 1.6875rem !important; }
  .bottomr-sm-4_15,
  .bottomx-sm-4_15 {
    bottom-right: 1.6875rem !important; }
  .bottomb-sm-4_15,
  .bottomy-sm-4_15 {
    bottom-bottom: 1.6875rem !important; }
  .bottoml-sm-4_15,
  .bottomx-sm-4_15 {
    bottom-left: 1.6875rem !important; }
  .bottom-sm-4_25 {
    bottom: 1.875rem !important; }
  .bottomt-sm-4_25,
  .bottomy-sm-4_25 {
    bottom-top: 1.875rem !important; }
  .bottomr-sm-4_25,
  .bottomx-sm-4_25 {
    bottom-right: 1.875rem !important; }
  .bottomb-sm-4_25,
  .bottomy-sm-4_25 {
    bottom-bottom: 1.875rem !important; }
  .bottoml-sm-4_25,
  .bottomx-sm-4_25 {
    bottom-left: 1.875rem !important; }
  .bottom-sm-4_35 {
    bottom: 2.0625rem !important; }
  .bottomt-sm-4_35,
  .bottomy-sm-4_35 {
    bottom-top: 2.0625rem !important; }
  .bottomr-sm-4_35,
  .bottomx-sm-4_35 {
    bottom-right: 2.0625rem !important; }
  .bottomb-sm-4_35,
  .bottomy-sm-4_35 {
    bottom-bottom: 2.0625rem !important; }
  .bottoml-sm-4_35,
  .bottomx-sm-4_35 {
    bottom-left: 2.0625rem !important; }
  .bottom-sm-4_5 {
    bottom: 2.25rem !important; }
  .bottomt-sm-4_5,
  .bottomy-sm-4_5 {
    bottom-top: 2.25rem !important; }
  .bottomr-sm-4_5,
  .bottomx-sm-4_5 {
    bottom-right: 2.25rem !important; }
  .bottomb-sm-4_5,
  .bottomy-sm-4_5 {
    bottom-bottom: 2.25rem !important; }
  .bottoml-sm-4_5,
  .bottomx-sm-4_5 {
    bottom-left: 2.25rem !important; }
  .bottom-sm-4_75 {
    bottom: 2.5rem !important; }
  .bottomt-sm-4_75,
  .bottomy-sm-4_75 {
    bottom-top: 2.5rem !important; }
  .bottomr-sm-4_75,
  .bottomx-sm-4_75 {
    bottom-right: 2.5rem !important; }
  .bottomb-sm-4_75,
  .bottomy-sm-4_75 {
    bottom-bottom: 2.5rem !important; }
  .bottoml-sm-4_75,
  .bottomx-sm-4_75 {
    bottom-left: 2.5rem !important; }
  .bottom-sm-5_15 {
    bottom: 3.125rem !important; }
  .bottomt-sm-5_15,
  .bottomy-sm-5_15 {
    bottom-top: 3.125rem !important; }
  .bottomr-sm-5_15,
  .bottomx-sm-5_15 {
    bottom-right: 3.125rem !important; }
  .bottomb-sm-5_15,
  .bottomy-sm-5_15 {
    bottom-bottom: 3.125rem !important; }
  .bottoml-sm-5_15,
  .bottomx-sm-5_15 {
    bottom-left: 3.125rem !important; }
  .bottom-sm-5_25 {
    bottom: 3.5rem !important; }
  .bottomt-sm-5_25,
  .bottomy-sm-5_25 {
    bottom-top: 3.5rem !important; }
  .bottomr-sm-5_25,
  .bottomx-sm-5_25 {
    bottom-right: 3.5rem !important; }
  .bottomb-sm-5_25,
  .bottomy-sm-5_25 {
    bottom-bottom: 3.5rem !important; }
  .bottoml-sm-5_25,
  .bottomx-sm-5_25 {
    bottom-left: 3.5rem !important; }
  .bottom-sm-5_5 {
    bottom: 3.75rem !important; }
  .bottomt-sm-5_5,
  .bottomy-sm-5_5 {
    bottom-top: 3.75rem !important; }
  .bottomr-sm-5_5,
  .bottomx-sm-5_5 {
    bottom-right: 3.75rem !important; }
  .bottomb-sm-5_5,
  .bottomy-sm-5_5 {
    bottom-bottom: 3.75rem !important; }
  .bottoml-sm-5_5,
  .bottomx-sm-5_5 {
    bottom-left: 3.75rem !important; }
  .bottom-sm-5_75 {
    bottom: 4.375rem !important; }
  .bottomt-sm-5_75,
  .bottomy-sm-5_75 {
    bottom-top: 4.375rem !important; }
  .bottomr-sm-5_75,
  .bottomx-sm-5_75 {
    bottom-right: 4.375rem !important; }
  .bottomb-sm-5_75,
  .bottomy-sm-5_75 {
    bottom-bottom: 4.375rem !important; }
  .bottoml-sm-5_75,
  .bottomx-sm-5_75 {
    bottom-left: 4.375rem !important; }
  .bottom-sm-6 {
    bottom: 4.5rem !important; }
  .bottomt-sm-6,
  .bottomy-sm-6 {
    bottom-top: 4.5rem !important; }
  .bottomr-sm-6,
  .bottomx-sm-6 {
    bottom-right: 4.5rem !important; }
  .bottomb-sm-6,
  .bottomy-sm-6 {
    bottom-bottom: 4.5rem !important; }
  .bottoml-sm-6,
  .bottomx-sm-6 {
    bottom-left: 4.5rem !important; }
  .bottom-sm-6_5 {
    bottom: 5rem !important; }
  .bottomt-sm-6_5,
  .bottomy-sm-6_5 {
    bottom-top: 5rem !important; }
  .bottomr-sm-6_5,
  .bottomx-sm-6_5 {
    bottom-right: 5rem !important; }
  .bottomb-sm-6_5,
  .bottomy-sm-6_5 {
    bottom-bottom: 5rem !important; }
  .bottoml-sm-6_5,
  .bottomx-sm-6_5 {
    bottom-left: 5rem !important; }
  .bottom-sm-6_75 {
    bottom: 5.375rem !important; }
  .bottomt-sm-6_75,
  .bottomy-sm-6_75 {
    bottom-top: 5.375rem !important; }
  .bottomr-sm-6_75,
  .bottomx-sm-6_75 {
    bottom-right: 5.375rem !important; }
  .bottomb-sm-6_75,
  .bottomy-sm-6_75 {
    bottom-bottom: 5.375rem !important; }
  .bottoml-sm-6_75,
  .bottomx-sm-6_75 {
    bottom-left: 5.375rem !important; }
  .bottom-sm-7 {
    bottom: 6rem !important; }
  .bottomt-sm-7,
  .bottomy-sm-7 {
    bottom-top: 6rem !important; }
  .bottomr-sm-7,
  .bottomx-sm-7 {
    bottom-right: 6rem !important; }
  .bottomb-sm-7,
  .bottomy-sm-7 {
    bottom-bottom: 6rem !important; }
  .bottoml-sm-7,
  .bottomx-sm-7 {
    bottom-left: 6rem !important; }
  .bottom-sm-7_5 {
    bottom: 6.75rem !important; }
  .bottomt-sm-7_5,
  .bottomy-sm-7_5 {
    bottom-top: 6.75rem !important; }
  .bottomr-sm-7_5,
  .bottomx-sm-7_5 {
    bottom-right: 6.75rem !important; }
  .bottomb-sm-7_5,
  .bottomy-sm-7_5 {
    bottom-bottom: 6.75rem !important; }
  .bottoml-sm-7_5,
  .bottomx-sm-7_5 {
    bottom-left: 6.75rem !important; }
  .bottom-sm-7_75 {
    bottom: 7.25rem !important; }
  .bottomt-sm-7_75,
  .bottomy-sm-7_75 {
    bottom-top: 7.25rem !important; }
  .bottomr-sm-7_75,
  .bottomx-sm-7_75 {
    bottom-right: 7.25rem !important; }
  .bottomb-sm-7_75,
  .bottomy-sm-7_75 {
    bottom-bottom: 7.25rem !important; }
  .bottoml-sm-7_75,
  .bottomx-sm-7_75 {
    bottom-left: 7.25rem !important; }
  .bottom-sm-8 {
    bottom: 7.5rem !important; }
  .bottomt-sm-8,
  .bottomy-sm-8 {
    bottom-top: 7.5rem !important; }
  .bottomr-sm-8,
  .bottomx-sm-8 {
    bottom-right: 7.5rem !important; }
  .bottomb-sm-8,
  .bottomy-sm-8 {
    bottom-bottom: 7.5rem !important; }
  .bottoml-sm-8,
  .bottomx-sm-8 {
    bottom-left: 7.5rem !important; }
  .bottom-sm-8_5 {
    bottom: 8.125rem !important; }
  .bottomt-sm-8_5,
  .bottomy-sm-8_5 {
    bottom-top: 8.125rem !important; }
  .bottomr-sm-8_5,
  .bottomx-sm-8_5 {
    bottom-right: 8.125rem !important; }
  .bottomb-sm-8_5,
  .bottomy-sm-8_5 {
    bottom-bottom: 8.125rem !important; }
  .bottoml-sm-8_5,
  .bottomx-sm-8_5 {
    bottom-left: 8.125rem !important; }
  .bottom-sm-8_75 {
    bottom: 8.4375rem !important; }
  .bottomt-sm-8_75,
  .bottomy-sm-8_75 {
    bottom-top: 8.4375rem !important; }
  .bottomr-sm-8_75,
  .bottomx-sm-8_75 {
    bottom-right: 8.4375rem !important; }
  .bottomb-sm-8_75,
  .bottomy-sm-8_75 {
    bottom-bottom: 8.4375rem !important; }
  .bottoml-sm-8_75,
  .bottomx-sm-8_75 {
    bottom-left: 8.4375rem !important; }
  .bottom-sm-9 {
    bottom: 9rem !important; }
  .bottomt-sm-9,
  .bottomy-sm-9 {
    bottom-top: 9rem !important; }
  .bottomr-sm-9,
  .bottomx-sm-9 {
    bottom-right: 9rem !important; }
  .bottomb-sm-9,
  .bottomy-sm-9 {
    bottom-bottom: 9rem !important; }
  .bottoml-sm-9,
  .bottomx-sm-9 {
    bottom-left: 9rem !important; }
  .bottom-sm-10 {
    bottom: 10.5rem !important; }
  .bottomt-sm-10,
  .bottomy-sm-10 {
    bottom-top: 10.5rem !important; }
  .bottomr-sm-10,
  .bottomx-sm-10 {
    bottom-right: 10.5rem !important; }
  .bottomb-sm-10,
  .bottomy-sm-10 {
    bottom-bottom: 10.5rem !important; }
  .bottoml-sm-10,
  .bottomx-sm-10 {
    bottom-left: 10.5rem !important; }
  .bottom-sm-10_25 {
    bottom: 11rem !important; }
  .bottomt-sm-10_25,
  .bottomy-sm-10_25 {
    bottom-top: 11rem !important; }
  .bottomr-sm-10_25,
  .bottomx-sm-10_25 {
    bottom-right: 11rem !important; }
  .bottomb-sm-10_25,
  .bottomy-sm-10_25 {
    bottom-bottom: 11rem !important; }
  .bottoml-sm-10_25,
  .bottomx-sm-10_25 {
    bottom-left: 11rem !important; }
  .bottom-sm-10_5 {
    bottom: 11.25rem !important; }
  .bottomt-sm-10_5,
  .bottomy-sm-10_5 {
    bottom-top: 11.25rem !important; }
  .bottomr-sm-10_5,
  .bottomx-sm-10_5 {
    bottom-right: 11.25rem !important; }
  .bottomb-sm-10_5,
  .bottomy-sm-10_5 {
    bottom-bottom: 11.25rem !important; }
  .bottoml-sm-10_5,
  .bottomx-sm-10_5 {
    bottom-left: 11.25rem !important; }
  .bottom-sm-10_75 {
    bottom: 11.5rem !important; }
  .bottomt-sm-10_75,
  .bottomy-sm-10_75 {
    bottom-top: 11.5rem !important; }
  .bottomr-sm-10_75,
  .bottomx-sm-10_75 {
    bottom-right: 11.5rem !important; }
  .bottomb-sm-10_75,
  .bottomy-sm-10_75 {
    bottom-bottom: 11.5rem !important; }
  .bottoml-sm-10_75,
  .bottomx-sm-10_75 {
    bottom-left: 11.5rem !important; }
  .bottom-sm-11 {
    bottom: 12rem !important; }
  .bottomt-sm-11,
  .bottomy-sm-11 {
    bottom-top: 12rem !important; }
  .bottomr-sm-11,
  .bottomx-sm-11 {
    bottom-right: 12rem !important; }
  .bottomb-sm-11,
  .bottomy-sm-11 {
    bottom-bottom: 12rem !important; }
  .bottoml-sm-11,
  .bottomx-sm-11 {
    bottom-left: 12rem !important; }
  .bottom-sm-12 {
    bottom: 13.5rem !important; }
  .bottomt-sm-12,
  .bottomy-sm-12 {
    bottom-top: 13.5rem !important; }
  .bottomr-sm-12,
  .bottomx-sm-12 {
    bottom-right: 13.5rem !important; }
  .bottomb-sm-12,
  .bottomy-sm-12 {
    bottom-bottom: 13.5rem !important; }
  .bottoml-sm-12,
  .bottomx-sm-12 {
    bottom-left: 13.5rem !important; }
  .bottom-sm-13 {
    bottom: 15rem !important; }
  .bottomt-sm-13,
  .bottomy-sm-13 {
    bottom-top: 15rem !important; }
  .bottomr-sm-13,
  .bottomx-sm-13 {
    bottom-right: 15rem !important; }
  .bottomb-sm-13,
  .bottomy-sm-13 {
    bottom-bottom: 15rem !important; }
  .bottoml-sm-13,
  .bottomx-sm-13 {
    bottom-left: 15rem !important; }
  .bottom-sm-14 {
    bottom: 16.6rem !important; }
  .bottomt-sm-14,
  .bottomy-sm-14 {
    bottom-top: 16.6rem !important; }
  .bottomr-sm-14,
  .bottomx-sm-14 {
    bottom-right: 16.6rem !important; }
  .bottomb-sm-14,
  .bottomy-sm-14 {
    bottom-bottom: 16.6rem !important; }
  .bottoml-sm-14,
  .bottomx-sm-14 {
    bottom-left: 16.6rem !important; }
  .bottom-sm-15 {
    bottom: 18rem !important; }
  .bottomt-sm-15,
  .bottomy-sm-15 {
    bottom-top: 18rem !important; }
  .bottomr-sm-15,
  .bottomx-sm-15 {
    bottom-right: 18rem !important; }
  .bottomb-sm-15,
  .bottomy-sm-15 {
    bottom-bottom: 18rem !important; }
  .bottoml-sm-15,
  .bottomx-sm-15 {
    bottom-left: 18rem !important; }
  .bottom-sm-16 {
    bottom: 19.5rem !important; }
  .bottomt-sm-16,
  .bottomy-sm-16 {
    bottom-top: 19.5rem !important; }
  .bottomr-sm-16,
  .bottomx-sm-16 {
    bottom-right: 19.5rem !important; }
  .bottomb-sm-16,
  .bottomy-sm-16 {
    bottom-bottom: 19.5rem !important; }
  .bottoml-sm-16,
  .bottomx-sm-16 {
    bottom-left: 19.5rem !important; }
  .bottom-sm-17 {
    bottom: 21rem !important; }
  .bottomt-sm-17,
  .bottomy-sm-17 {
    bottom-top: 21rem !important; }
  .bottomr-sm-17,
  .bottomx-sm-17 {
    bottom-right: 21rem !important; }
  .bottomb-sm-17,
  .bottomy-sm-17 {
    bottom-bottom: 21rem !important; }
  .bottoml-sm-17,
  .bottomx-sm-17 {
    bottom-left: 21rem !important; }
  .bottom-sm-18 {
    bottom: 22.5rem !important; }
  .bottomt-sm-18,
  .bottomy-sm-18 {
    bottom-top: 22.5rem !important; }
  .bottomr-sm-18,
  .bottomx-sm-18 {
    bottom-right: 22.5rem !important; }
  .bottomb-sm-18,
  .bottomy-sm-18 {
    bottom-bottom: 22.5rem !important; }
  .bottoml-sm-18,
  .bottomx-sm-18 {
    bottom-left: 22.5rem !important; }
  .bottom-sm-19 {
    bottom: 24rem !important; }
  .bottomt-sm-19,
  .bottomy-sm-19 {
    bottom-top: 24rem !important; }
  .bottomr-sm-19,
  .bottomx-sm-19 {
    bottom-right: 24rem !important; }
  .bottomb-sm-19,
  .bottomy-sm-19 {
    bottom-bottom: 24rem !important; }
  .bottoml-sm-19,
  .bottomx-sm-19 {
    bottom-left: 24rem !important; }
  .bottom-sm-20 {
    bottom: 25.5rem !important; }
  .bottomt-sm-20,
  .bottomy-sm-20 {
    bottom-top: 25.5rem !important; }
  .bottomr-sm-20,
  .bottomx-sm-20 {
    bottom-right: 25.5rem !important; }
  .bottomb-sm-20,
  .bottomy-sm-20 {
    bottom-bottom: 25.5rem !important; }
  .bottoml-sm-20,
  .bottomx-sm-20 {
    bottom-left: 25.5rem !important; }
  .bottom-sm-21 {
    bottom: 27rem !important; }
  .bottomt-sm-21,
  .bottomy-sm-21 {
    bottom-top: 27rem !important; }
  .bottomr-sm-21,
  .bottomx-sm-21 {
    bottom-right: 27rem !important; }
  .bottomb-sm-21,
  .bottomy-sm-21 {
    bottom-bottom: 27rem !important; }
  .bottoml-sm-21,
  .bottomx-sm-21 {
    bottom-left: 27rem !important; }
  .bottom-sm-22 {
    bottom: 28.5rem !important; }
  .bottomt-sm-22,
  .bottomy-sm-22 {
    bottom-top: 28.5rem !important; }
  .bottomr-sm-22,
  .bottomx-sm-22 {
    bottom-right: 28.5rem !important; }
  .bottomb-sm-22,
  .bottomy-sm-22 {
    bottom-bottom: 28.5rem !important; }
  .bottoml-sm-22,
  .bottomx-sm-22 {
    bottom-left: 28.5rem !important; }
  .bottom-sm-23 {
    bottom: 30rem !important; }
  .bottomt-sm-23,
  .bottomy-sm-23 {
    bottom-top: 30rem !important; }
  .bottomr-sm-23,
  .bottomx-sm-23 {
    bottom-right: 30rem !important; }
  .bottomb-sm-23,
  .bottomy-sm-23 {
    bottom-bottom: 30rem !important; }
  .bottoml-sm-23,
  .bottomx-sm-23 {
    bottom-left: 30rem !important; }
  .bottom-sm-24 {
    bottom: 31.5rem !important; }
  .bottomt-sm-24,
  .bottomy-sm-24 {
    bottom-top: 31.5rem !important; }
  .bottomr-sm-24,
  .bottomx-sm-24 {
    bottom-right: 31.5rem !important; }
  .bottomb-sm-24,
  .bottomy-sm-24 {
    bottom-bottom: 31.5rem !important; }
  .bottoml-sm-24,
  .bottomx-sm-24 {
    bottom-left: 31.5rem !important; }
  .bottom-sm-25 {
    bottom: 33rem !important; }
  .bottomt-sm-25,
  .bottomy-sm-25 {
    bottom-top: 33rem !important; }
  .bottomr-sm-25,
  .bottomx-sm-25 {
    bottom-right: 33rem !important; }
  .bottomb-sm-25,
  .bottomy-sm-25 {
    bottom-bottom: 33rem !important; }
  .bottoml-sm-25,
  .bottomx-sm-25 {
    bottom-left: 33rem !important; }
  .bottom-sm-26 {
    bottom: 34.5rem !important; }
  .bottomt-sm-26,
  .bottomy-sm-26 {
    bottom-top: 34.5rem !important; }
  .bottomr-sm-26,
  .bottomx-sm-26 {
    bottom-right: 34.5rem !important; }
  .bottomb-sm-26,
  .bottomy-sm-26 {
    bottom-bottom: 34.5rem !important; }
  .bottoml-sm-26,
  .bottomx-sm-26 {
    bottom-left: 34.5rem !important; }
  .bottom-sm-27 {
    bottom: 36rem !important; }
  .bottomt-sm-27,
  .bottomy-sm-27 {
    bottom-top: 36rem !important; }
  .bottomr-sm-27,
  .bottomx-sm-27 {
    bottom-right: 36rem !important; }
  .bottomb-sm-27,
  .bottomy-sm-27 {
    bottom-bottom: 36rem !important; }
  .bottoml-sm-27,
  .bottomx-sm-27 {
    bottom-left: 36rem !important; }
  .bottom-sm-28 {
    bottom: 37.5rem !important; }
  .bottomt-sm-28,
  .bottomy-sm-28 {
    bottom-top: 37.5rem !important; }
  .bottomr-sm-28,
  .bottomx-sm-28 {
    bottom-right: 37.5rem !important; }
  .bottomb-sm-28,
  .bottomy-sm-28 {
    bottom-bottom: 37.5rem !important; }
  .bottoml-sm-28,
  .bottomx-sm-28 {
    bottom-left: 37.5rem !important; }
  .bottom-sm-29 {
    bottom: 39rem !important; }
  .bottomt-sm-29,
  .bottomy-sm-29 {
    bottom-top: 39rem !important; }
  .bottomr-sm-29,
  .bottomx-sm-29 {
    bottom-right: 39rem !important; }
  .bottomb-sm-29,
  .bottomy-sm-29 {
    bottom-bottom: 39rem !important; }
  .bottoml-sm-29,
  .bottomx-sm-29 {
    bottom-left: 39rem !important; }
  .bottom-sm-30 {
    bottom: 40.5rem !important; }
  .bottomt-sm-30,
  .bottomy-sm-30 {
    bottom-top: 40.5rem !important; }
  .bottomr-sm-30,
  .bottomx-sm-30 {
    bottom-right: 40.5rem !important; }
  .bottomb-sm-30,
  .bottomy-sm-30 {
    bottom-bottom: 40.5rem !important; }
  .bottoml-sm-30,
  .bottomx-sm-30 {
    bottom-left: 40.5rem !important; }
  .top-sm-n1 {
    top: -0.25rem !important; }
  .right-sm-n1 {
    right: -0.25rem !important; }
  .bottom-sm-n1 {
    bottom: -0.25rem !important; }
  .left-sm-n1 {
    left: -0.25rem !important; }
  .top-sm-n2 {
    top: -0.5rem !important; }
  .right-sm-n2 {
    right: -0.5rem !important; }
  .bottom-sm-n2 {
    bottom: -0.5rem !important; }
  .left-sm-n2 {
    left: -0.5rem !important; }
  .top-sm-n3 {
    top: -1rem !important; }
  .right-sm-n3 {
    right: -1rem !important; }
  .bottom-sm-n3 {
    bottom: -1rem !important; }
  .left-sm-n3 {
    left: -1rem !important; }
  .top-sm-n4 {
    top: -1.5rem !important; }
  .right-sm-n4 {
    right: -1.5rem !important; }
  .bottom-sm-n4 {
    bottom: -1.5rem !important; }
  .left-sm-n4 {
    left: -1.5rem !important; }
  .top-sm-n5 {
    top: -3rem !important; }
  .right-sm-n5 {
    right: -3rem !important; }
  .bottom-sm-n5 {
    bottom: -3rem !important; }
  .left-sm-n5 {
    left: -3rem !important; }
  .top-sm-n1_5 {
    top: -0.375rem !important; }
  .right-sm-n1_5 {
    right: -0.375rem !important; }
  .bottom-sm-n1_5 {
    bottom: -0.375rem !important; }
  .left-sm-n1_5 {
    left: -0.375rem !important; }
  .top-sm-n2_25 {
    top: -0.55rem !important; }
  .right-sm-n2_25 {
    right: -0.55rem !important; }
  .bottom-sm-n2_25 {
    bottom: -0.55rem !important; }
  .left-sm-n2_25 {
    left: -0.55rem !important; }
  .top-sm-n2_35 {
    top: -0.625rem !important; }
  .right-sm-n2_35 {
    right: -0.625rem !important; }
  .bottom-sm-n2_35 {
    bottom: -0.625rem !important; }
  .left-sm-n2_35 {
    left: -0.625rem !important; }
  .top-sm-n2_5 {
    top: -0.75rem !important; }
  .right-sm-n2_5 {
    right: -0.75rem !important; }
  .bottom-sm-n2_5 {
    bottom: -0.75rem !important; }
  .left-sm-n2_5 {
    left: -0.75rem !important; }
  .top-sm-n2_75 {
    top: -0.875rem !important; }
  .right-sm-n2_75 {
    right: -0.875rem !important; }
  .bottom-sm-n2_75 {
    bottom: -0.875rem !important; }
  .left-sm-n2_75 {
    left: -0.875rem !important; }
  .top-sm-n3_25 {
    top: -1.125rem !important; }
  .right-sm-n3_25 {
    right: -1.125rem !important; }
  .bottom-sm-n3_25 {
    bottom: -1.125rem !important; }
  .left-sm-n3_25 {
    left: -1.125rem !important; }
  .top-sm-n3_5 {
    top: -1.25rem !important; }
  .right-sm-n3_5 {
    right: -1.25rem !important; }
  .bottom-sm-n3_5 {
    bottom: -1.25rem !important; }
  .left-sm-n3_5 {
    left: -1.25rem !important; }
  .top-sm-n3_75 {
    top: -1.375rem !important; }
  .right-sm-n3_75 {
    right: -1.375rem !important; }
  .bottom-sm-n3_75 {
    bottom: -1.375rem !important; }
  .left-sm-n3_75 {
    left: -1.375rem !important; }
  .top-sm-n4_15 {
    top: -1.6875rem !important; }
  .right-sm-n4_15 {
    right: -1.6875rem !important; }
  .bottom-sm-n4_15 {
    bottom: -1.6875rem !important; }
  .left-sm-n4_15 {
    left: -1.6875rem !important; }
  .top-sm-n4_25 {
    top: -1.875rem !important; }
  .right-sm-n4_25 {
    right: -1.875rem !important; }
  .bottom-sm-n4_25 {
    bottom: -1.875rem !important; }
  .left-sm-n4_25 {
    left: -1.875rem !important; }
  .top-sm-n4_35 {
    top: -2.0625rem !important; }
  .right-sm-n4_35 {
    right: -2.0625rem !important; }
  .bottom-sm-n4_35 {
    bottom: -2.0625rem !important; }
  .left-sm-n4_35 {
    left: -2.0625rem !important; }
  .top-sm-n4_5 {
    top: -2.25rem !important; }
  .right-sm-n4_5 {
    right: -2.25rem !important; }
  .bottom-sm-n4_5 {
    bottom: -2.25rem !important; }
  .left-sm-n4_5 {
    left: -2.25rem !important; }
  .top-sm-n4_75 {
    top: -2.5rem !important; }
  .right-sm-n4_75 {
    right: -2.5rem !important; }
  .bottom-sm-n4_75 {
    bottom: -2.5rem !important; }
  .left-sm-n4_75 {
    left: -2.5rem !important; }
  .top-sm-n5_15 {
    top: -3.125rem !important; }
  .right-sm-n5_15 {
    right: -3.125rem !important; }
  .bottom-sm-n5_15 {
    bottom: -3.125rem !important; }
  .left-sm-n5_15 {
    left: -3.125rem !important; }
  .top-sm-n5_25 {
    top: -3.5rem !important; }
  .right-sm-n5_25 {
    right: -3.5rem !important; }
  .bottom-sm-n5_25 {
    bottom: -3.5rem !important; }
  .left-sm-n5_25 {
    left: -3.5rem !important; }
  .top-sm-n5_5 {
    top: -3.75rem !important; }
  .right-sm-n5_5 {
    right: -3.75rem !important; }
  .bottom-sm-n5_5 {
    bottom: -3.75rem !important; }
  .left-sm-n5_5 {
    left: -3.75rem !important; }
  .top-sm-n5_75 {
    top: -4.375rem !important; }
  .right-sm-n5_75 {
    right: -4.375rem !important; }
  .bottom-sm-n5_75 {
    bottom: -4.375rem !important; }
  .left-sm-n5_75 {
    left: -4.375rem !important; }
  .top-sm-n6 {
    top: -4.5rem !important; }
  .right-sm-n6 {
    right: -4.5rem !important; }
  .bottom-sm-n6 {
    bottom: -4.5rem !important; }
  .left-sm-n6 {
    left: -4.5rem !important; }
  .top-sm-n6_5 {
    top: -5rem !important; }
  .right-sm-n6_5 {
    right: -5rem !important; }
  .bottom-sm-n6_5 {
    bottom: -5rem !important; }
  .left-sm-n6_5 {
    left: -5rem !important; }
  .top-sm-n6_75 {
    top: -5.375rem !important; }
  .right-sm-n6_75 {
    right: -5.375rem !important; }
  .bottom-sm-n6_75 {
    bottom: -5.375rem !important; }
  .left-sm-n6_75 {
    left: -5.375rem !important; }
  .top-sm-n7 {
    top: -6rem !important; }
  .right-sm-n7 {
    right: -6rem !important; }
  .bottom-sm-n7 {
    bottom: -6rem !important; }
  .left-sm-n7 {
    left: -6rem !important; }
  .top-sm-n7_5 {
    top: -6.75rem !important; }
  .right-sm-n7_5 {
    right: -6.75rem !important; }
  .bottom-sm-n7_5 {
    bottom: -6.75rem !important; }
  .left-sm-n7_5 {
    left: -6.75rem !important; }
  .top-sm-n7_75 {
    top: -7.25rem !important; }
  .right-sm-n7_75 {
    right: -7.25rem !important; }
  .bottom-sm-n7_75 {
    bottom: -7.25rem !important; }
  .left-sm-n7_75 {
    left: -7.25rem !important; }
  .top-sm-n8 {
    top: -7.5rem !important; }
  .right-sm-n8 {
    right: -7.5rem !important; }
  .bottom-sm-n8 {
    bottom: -7.5rem !important; }
  .left-sm-n8 {
    left: -7.5rem !important; }
  .top-sm-n8_5 {
    top: -8.125rem !important; }
  .right-sm-n8_5 {
    right: -8.125rem !important; }
  .bottom-sm-n8_5 {
    bottom: -8.125rem !important; }
  .left-sm-n8_5 {
    left: -8.125rem !important; }
  .top-sm-n8_75 {
    top: -8.4375rem !important; }
  .right-sm-n8_75 {
    right: -8.4375rem !important; }
  .bottom-sm-n8_75 {
    bottom: -8.4375rem !important; }
  .left-sm-n8_75 {
    left: -8.4375rem !important; }
  .top-sm-n9 {
    top: -9rem !important; }
  .right-sm-n9 {
    right: -9rem !important; }
  .bottom-sm-n9 {
    bottom: -9rem !important; }
  .left-sm-n9 {
    left: -9rem !important; }
  .top-sm-n10 {
    top: -10.5rem !important; }
  .right-sm-n10 {
    right: -10.5rem !important; }
  .bottom-sm-n10 {
    bottom: -10.5rem !important; }
  .left-sm-n10 {
    left: -10.5rem !important; }
  .top-sm-n10_25 {
    top: -11rem !important; }
  .right-sm-n10_25 {
    right: -11rem !important; }
  .bottom-sm-n10_25 {
    bottom: -11rem !important; }
  .left-sm-n10_25 {
    left: -11rem !important; }
  .top-sm-n10_5 {
    top: -11.25rem !important; }
  .right-sm-n10_5 {
    right: -11.25rem !important; }
  .bottom-sm-n10_5 {
    bottom: -11.25rem !important; }
  .left-sm-n10_5 {
    left: -11.25rem !important; }
  .top-sm-n10_75 {
    top: -11.5rem !important; }
  .right-sm-n10_75 {
    right: -11.5rem !important; }
  .bottom-sm-n10_75 {
    bottom: -11.5rem !important; }
  .left-sm-n10_75 {
    left: -11.5rem !important; }
  .top-sm-n11 {
    top: -12rem !important; }
  .right-sm-n11 {
    right: -12rem !important; }
  .bottom-sm-n11 {
    bottom: -12rem !important; }
  .left-sm-n11 {
    left: -12rem !important; }
  .top-sm-n12 {
    top: -13.5rem !important; }
  .right-sm-n12 {
    right: -13.5rem !important; }
  .bottom-sm-n12 {
    bottom: -13.5rem !important; }
  .left-sm-n12 {
    left: -13.5rem !important; }
  .top-sm-n13 {
    top: -15rem !important; }
  .right-sm-n13 {
    right: -15rem !important; }
  .bottom-sm-n13 {
    bottom: -15rem !important; }
  .left-sm-n13 {
    left: -15rem !important; }
  .top-sm-n14 {
    top: -16.6rem !important; }
  .right-sm-n14 {
    right: -16.6rem !important; }
  .bottom-sm-n14 {
    bottom: -16.6rem !important; }
  .left-sm-n14 {
    left: -16.6rem !important; }
  .top-sm-n15 {
    top: -18rem !important; }
  .right-sm-n15 {
    right: -18rem !important; }
  .bottom-sm-n15 {
    bottom: -18rem !important; }
  .left-sm-n15 {
    left: -18rem !important; }
  .top-sm-n16 {
    top: -19.5rem !important; }
  .right-sm-n16 {
    right: -19.5rem !important; }
  .bottom-sm-n16 {
    bottom: -19.5rem !important; }
  .left-sm-n16 {
    left: -19.5rem !important; }
  .top-sm-n17 {
    top: -21rem !important; }
  .right-sm-n17 {
    right: -21rem !important; }
  .bottom-sm-n17 {
    bottom: -21rem !important; }
  .left-sm-n17 {
    left: -21rem !important; }
  .top-sm-n18 {
    top: -22.5rem !important; }
  .right-sm-n18 {
    right: -22.5rem !important; }
  .bottom-sm-n18 {
    bottom: -22.5rem !important; }
  .left-sm-n18 {
    left: -22.5rem !important; }
  .top-sm-n19 {
    top: -24rem !important; }
  .right-sm-n19 {
    right: -24rem !important; }
  .bottom-sm-n19 {
    bottom: -24rem !important; }
  .left-sm-n19 {
    left: -24rem !important; }
  .top-sm-n20 {
    top: -25.5rem !important; }
  .right-sm-n20 {
    right: -25.5rem !important; }
  .bottom-sm-n20 {
    bottom: -25.5rem !important; }
  .left-sm-n20 {
    left: -25.5rem !important; }
  .top-sm-n21 {
    top: -27rem !important; }
  .right-sm-n21 {
    right: -27rem !important; }
  .bottom-sm-n21 {
    bottom: -27rem !important; }
  .left-sm-n21 {
    left: -27rem !important; }
  .top-sm-n22 {
    top: -28.5rem !important; }
  .right-sm-n22 {
    right: -28.5rem !important; }
  .bottom-sm-n22 {
    bottom: -28.5rem !important; }
  .left-sm-n22 {
    left: -28.5rem !important; }
  .top-sm-n23 {
    top: -30rem !important; }
  .right-sm-n23 {
    right: -30rem !important; }
  .bottom-sm-n23 {
    bottom: -30rem !important; }
  .left-sm-n23 {
    left: -30rem !important; }
  .top-sm-n24 {
    top: -31.5rem !important; }
  .right-sm-n24 {
    right: -31.5rem !important; }
  .bottom-sm-n24 {
    bottom: -31.5rem !important; }
  .left-sm-n24 {
    left: -31.5rem !important; }
  .top-sm-n25 {
    top: -33rem !important; }
  .right-sm-n25 {
    right: -33rem !important; }
  .bottom-sm-n25 {
    bottom: -33rem !important; }
  .left-sm-n25 {
    left: -33rem !important; }
  .top-sm-n26 {
    top: -34.5rem !important; }
  .right-sm-n26 {
    right: -34.5rem !important; }
  .bottom-sm-n26 {
    bottom: -34.5rem !important; }
  .left-sm-n26 {
    left: -34.5rem !important; }
  .top-sm-n27 {
    top: -36rem !important; }
  .right-sm-n27 {
    right: -36rem !important; }
  .bottom-sm-n27 {
    bottom: -36rem !important; }
  .left-sm-n27 {
    left: -36rem !important; }
  .top-sm-n28 {
    top: -37.5rem !important; }
  .right-sm-n28 {
    right: -37.5rem !important; }
  .bottom-sm-n28 {
    bottom: -37.5rem !important; }
  .left-sm-n28 {
    left: -37.5rem !important; }
  .top-sm-n29 {
    top: -39rem !important; }
  .right-sm-n29 {
    right: -39rem !important; }
  .bottom-sm-n29 {
    bottom: -39rem !important; }
  .left-sm-n29 {
    left: -39rem !important; }
  .top-sm-n30 {
    top: -40.5rem !important; }
  .right-sm-n30 {
    right: -40.5rem !important; }
  .bottom-sm-n30 {
    bottom: -40.5rem !important; }
  .left-sm-n30 {
    left: -40.5rem !important; }
  .top-sm-auto {
    top: auto !important; }
  .right-sm-auto {
    right: auto !important; }
  .bottom-sm-auto {
    bottom: auto !important; }
  .left-sm-auto {
    left: auto !important; } }

@media (min-width: 768px) {
  .font-md-h1 {
    font-size: 1.5rem !important; }
  .font-md-h2 {
    font-size: 1.25rem !important; }
  .font-md-h3 {
    font-size: 1.125rem !important; }
  .font-md-h4 {
    font-size: 1rem !important; }
  .font-md-link {
    font-size: 0.875rem !important; }
  .font-md-body {
    font-size: 0.9375rem !important; }
  .font-md-caption {
    font-size: 0.75rem !important; }
  .font-md-9 {
    font-size: 0.5625rem !important; }
  .font-md-10 {
    font-size: 0.625rem !important; }
  .font-md-11 {
    font-size: 0.6875rem !important; }
  .font-md-13 {
    font-size: 0.8125rem !important; }
  .font-md-16 {
    font-size: 1rem !important; }
  .font-md-17 {
    font-size: 1.0625rem !important; }
  .font-md-19 {
    font-size: 1.1875rem !important; }
  .font-md-20 {
    font-size: 1.25rem !important; }
  .font-md-21 {
    font-size: 1.3125rem !important; }
  .font-md-22 {
    font-size: 1.375rem !important; }
  .font-md-23 {
    font-size: 1.4375rem !important; }
  .font-md-25 {
    font-size: 1.5625rem !important; }
  .font-md-26 {
    font-size: 1.625rem !important; }
  .font-md-28 {
    font-size: 1.75rem !important; }
  .font-md-29 {
    font-size: 1.8125rem !important; }
  .font-md-31 {
    font-size: 1.9375rem !important; }
  .font-md-33 {
    font-size: 2.0625rem !important; }
  .font-md-34 {
    font-size: 2.125rem !important; }
  .font-md-35 {
    font-size: 2.1875rem !important; }
  .font-md-37 {
    font-size: 2.3125rem !important; }
  .font-md-40 {
    font-size: 2.5rem !important; }
  .font-md-42 {
    font-size: 2.625rem !important; }
  .font-md-43 {
    font-size: 2.6875rem !important; }
  .font-md-45 {
    font-size: 2.8125rem !important; }
  .font-md-50 {
    font-size: 3.125rem !important; }
  .font-md-small {
    font-size: 80% !important; }
  .font-weight-md-ultralight {
    font-weight: 100 !important; }
  .font-weight-md-semibold {
    font-weight: 600 !important; }
  .font-weight-md-bold {
    font-weight: bold !important; }
  .font-weight-md-bolder {
    font-weight: 800 !important; }
  .text-md-gray {
    color: #868e96 !important; }
  .line-height-md-sm {
    line-height: 1.1666666667 !important; }
  .line-height-md-body {
    line-height: 1.3333333333 !important; }
  .line-height-md-lg {
    line-height: 1.3888888889 !important; }
  .line-height-md-llg {
    line-height: 1.4667 !important; }
  .line-height-md-1 {
    line-height: 1 !important; }
  .line-height-md-xl {
    line-height: 1.6666666667 !important; }
  .height-md-40 {
    height: 40px !important; }
  .height-md-45 {
    height: 45px !important; }
  .height-md-46 {
    height: 46px !important; }
  .height-md-47 {
    height: 47px !important; }
  .height-md-48 {
    height: 48px !important; }
  .height-md-49 {
    height: 49px !important; }
  .height-md-50 {
    height: 50px !important; }
  .text-md-underline {
    text-decoration: underline !important; }
  .min-width-md-0 {
    min-width: 0 !important; }
  .min-height-md-0 {
    min-height: 0 !important; }
  .max-height-md-none {
    max-height: none !important; }
  .width-md-auto {
    width: auto !important; }
  .rounded-md-0 {
    border-radius: 0 !important; }
  .rounded-md-xs {
    border-radius: 0.125rem !important; }
  .rounded-md-sm {
    border-radius: 0.3125rem !important; }
  .rounded-md-md {
    border-radius: 0.5rem !important; }
  .rounded-md-20 {
    border-radius: 1.25rem !important; }
  .rounded-md-lg {
    border-radius: 0.625rem !important; }
  .resize-md-none {
    resize: none !important; }
  .rotate-md-0 {
    -webkit-transform: rotate(0) !important;
        -ms-transform: rotate(0) !important;
            transform: rotate(0) !important; }
  .rotate-md-45 {
    -webkit-transform: rotate(45deg) !important;
        -ms-transform: rotate(45deg) !important;
            transform: rotate(45deg) !important; }
  .rotate-md--45 {
    -webkit-transform: rotate(-45deg) !important;
        -ms-transform: rotate(-45deg) !important;
            transform: rotate(-45deg) !important; }
  .rotate-md-90 {
    -webkit-transform: rotate(90deg) !important;
        -ms-transform: rotate(90deg) !important;
            transform: rotate(90deg) !important; }
  .rotate-md--90 {
    -webkit-transform: rotate(-90deg) !important;
        -ms-transform: rotate(-90deg) !important;
            transform: rotate(-90deg) !important; }
  .rotate-md-120 {
    -webkit-transform: rotate(120deg) !important;
        -ms-transform: rotate(120deg) !important;
            transform: rotate(120deg) !important; }
  .rotate-md--120 {
    -webkit-transform: rotate(-120deg) !important;
        -ms-transform: rotate(-120deg) !important;
            transform: rotate(-120deg) !important; }
  .rotate-md-180 {
    -webkit-transform: rotate(180deg) !important;
        -ms-transform: rotate(180deg) !important;
            transform: rotate(180deg) !important; }
  .rotate-md--180 {
    -webkit-transform: rotate(-180deg) !important;
        -ms-transform: rotate(-180deg) !important;
            transform: rotate(-180deg) !important; }
  .rotate-md-270 {
    -webkit-transform: rotate(270deg) !important;
        -ms-transform: rotate(270deg) !important;
            transform: rotate(270deg) !important; }
  .rotate-md--270 {
    -webkit-transform: rotate(-270deg) !important;
        -ms-transform: rotate(-270deg) !important;
            transform: rotate(-270deg) !important; }
  .rotate-md-360 {
    -webkit-transform: rotate(360deg) !important;
        -ms-transform: rotate(360deg) !important;
            transform: rotate(360deg) !important; }
  .shadow-md-none {
    box-shadow: none !important; }
  .shadow-md-md {
    box-shadow: 0 1rem 0.875rem -0.875rem #b9c6d3 !important; }
  .shadow-md-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }
  .bg-md-transparent {
    background-color: transparent !important; }
  .bg-md-white {
    background-color: white !important; }
  .border-md-none {
    border: none !important; }
  .border-md-dashed {
    border-style: dashed !important; }
  .border-y-md-0 {
    border-top-width: 0 !important;
    border-bottom-width: 0 !important; }
  .border-x-md-0 {
    border-left-width: 0 !important;
    border-right-width: 0 !important; }
  .border-md-1 {
    border-width: 1px !important; }
  .border-md-2 {
    border-width: 2px !important; }
  .border-t-md-0 {
    border-top-width: 0 !important; }
  .border-t-md-1 {
    border-top-width: 1px !important; }
  .border-t-md-2 {
    border-top-width: 2px !important; }
  .border-b-md-0 {
    border-bottom-width: 0 !important; }
  .border-b-md-1 {
    border-bottom-width: 1px !important; }
  .border-b-md-2 {
    border-bottom-width: 2px !important; }
  .border-l-md-0 {
    border-left-width: 0 !important; }
  .border-l-md-1 {
    border-left-width: 1px !important; }
  .border-l-md-2 {
    border-left-width: 2px !important; }
  .border-r-md-0 {
    border-right-width: 0 !important; }
  .border-r-md-1 {
    border-right-width: 1px !important; }
  .border-r-md-2 {
    border-right-width: 2px !important; }
  .border-t-radius-md-0 {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important; }
  .border-b-radius-md-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important; }
  .border-l-radius-md-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important; }
  .border-r-radius-md-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important; }
  .letter-spacing-md-0 {
    letter-spacing: 0 !important; }
  .letter-spacing-md-1 {
    letter-spacing: 1px !important; }
  .letter-spacing-md-2 {
    letter-spacing: 2px !important; }
  .letter-spacing-md-3 {
    letter-spacing: 3px !important; }
  .opacity-md-1 {
    opacity: 0.1 !important; }
  .opacity-md-2 {
    opacity: 0.2 !important; }
  .opacity-md-3 {
    opacity: 0.3 !important; }
  .opacity-md-4 {
    opacity: 0.4 !important; }
  .opacity-md-5 {
    opacity: 0.5 !important; }
  .opacity-md-6 {
    opacity: 0.6 !important; }
  .opacity-md-7 {
    opacity: 0.7 !important; }
  .opacity-md-8 {
    opacity: 0.8 !important; }
  .opacity-md-9 {
    opacity: 0.9 !important; }
  .opacity-md-10 {
    opacity: 1 !important; }
  .overflow-x-md-hidden {
    overflow-x: hidden !important; }
  .overflow-x-md-auto {
    overflow-x: auto !important; }
  .overflow-x-md-visible {
    overflow-x: visible !important; }
  .overflow-y-md-hidden {
    overflow-y: hidden !important; }
  .overflow-y-md-auto {
    overflow-y: auto !important; }
  .overflow-y-md-visible {
    overflow-y: visible !important; }
  .z-index-md--1 {
    z-index: -1 !important; }
  .z-index-md-1 {
    z-index: 1 !important; }
  .z-index-md-9 {
    z-index: 9 !important; }
  .z-index-md-99 {
    z-index: 99 !important; }
  .pointer-events-md-none {
    pointer-events: none !important; }
  .right-md-0 {
    right: 0 !important; }
  .rightt-md-0,
  .righty-md-0 {
    right-top: 0 !important; }
  .rightr-md-0,
  .rightx-md-0 {
    right-right: 0 !important; }
  .rightb-md-0,
  .righty-md-0 {
    right-bottom: 0 !important; }
  .rightl-md-0,
  .rightx-md-0 {
    right-left: 0 !important; }
  .right-md-1 {
    right: 0.25rem !important; }
  .rightt-md-1,
  .righty-md-1 {
    right-top: 0.25rem !important; }
  .rightr-md-1,
  .rightx-md-1 {
    right-right: 0.25rem !important; }
  .rightb-md-1,
  .righty-md-1 {
    right-bottom: 0.25rem !important; }
  .rightl-md-1,
  .rightx-md-1 {
    right-left: 0.25rem !important; }
  .right-md-2 {
    right: 0.5rem !important; }
  .rightt-md-2,
  .righty-md-2 {
    right-top: 0.5rem !important; }
  .rightr-md-2,
  .rightx-md-2 {
    right-right: 0.5rem !important; }
  .rightb-md-2,
  .righty-md-2 {
    right-bottom: 0.5rem !important; }
  .rightl-md-2,
  .rightx-md-2 {
    right-left: 0.5rem !important; }
  .right-md-3 {
    right: 1rem !important; }
  .rightt-md-3,
  .righty-md-3 {
    right-top: 1rem !important; }
  .rightr-md-3,
  .rightx-md-3 {
    right-right: 1rem !important; }
  .rightb-md-3,
  .righty-md-3 {
    right-bottom: 1rem !important; }
  .rightl-md-3,
  .rightx-md-3 {
    right-left: 1rem !important; }
  .right-md-4 {
    right: 1.5rem !important; }
  .rightt-md-4,
  .righty-md-4 {
    right-top: 1.5rem !important; }
  .rightr-md-4,
  .rightx-md-4 {
    right-right: 1.5rem !important; }
  .rightb-md-4,
  .righty-md-4 {
    right-bottom: 1.5rem !important; }
  .rightl-md-4,
  .rightx-md-4 {
    right-left: 1.5rem !important; }
  .right-md-5 {
    right: 3rem !important; }
  .rightt-md-5,
  .righty-md-5 {
    right-top: 3rem !important; }
  .rightr-md-5,
  .rightx-md-5 {
    right-right: 3rem !important; }
  .rightb-md-5,
  .righty-md-5 {
    right-bottom: 3rem !important; }
  .rightl-md-5,
  .rightx-md-5 {
    right-left: 3rem !important; }
  .right-md-0_5 {
    right: 0.125rem !important; }
  .rightt-md-0_5,
  .righty-md-0_5 {
    right-top: 0.125rem !important; }
  .rightr-md-0_5,
  .rightx-md-0_5 {
    right-right: 0.125rem !important; }
  .rightb-md-0_5,
  .righty-md-0_5 {
    right-bottom: 0.125rem !important; }
  .rightl-md-0_5,
  .rightx-md-0_5 {
    right-left: 0.125rem !important; }
  .right-md-1_5 {
    right: 0.375rem !important; }
  .rightt-md-1_5,
  .righty-md-1_5 {
    right-top: 0.375rem !important; }
  .rightr-md-1_5,
  .rightx-md-1_5 {
    right-right: 0.375rem !important; }
  .rightb-md-1_5,
  .righty-md-1_5 {
    right-bottom: 0.375rem !important; }
  .rightl-md-1_5,
  .rightx-md-1_5 {
    right-left: 0.375rem !important; }
  .right-md-2_25 {
    right: 0.55rem !important; }
  .rightt-md-2_25,
  .righty-md-2_25 {
    right-top: 0.55rem !important; }
  .rightr-md-2_25,
  .rightx-md-2_25 {
    right-right: 0.55rem !important; }
  .rightb-md-2_25,
  .righty-md-2_25 {
    right-bottom: 0.55rem !important; }
  .rightl-md-2_25,
  .rightx-md-2_25 {
    right-left: 0.55rem !important; }
  .right-md-2_35 {
    right: 0.625rem !important; }
  .rightt-md-2_35,
  .righty-md-2_35 {
    right-top: 0.625rem !important; }
  .rightr-md-2_35,
  .rightx-md-2_35 {
    right-right: 0.625rem !important; }
  .rightb-md-2_35,
  .righty-md-2_35 {
    right-bottom: 0.625rem !important; }
  .rightl-md-2_35,
  .rightx-md-2_35 {
    right-left: 0.625rem !important; }
  .right-md-2_5 {
    right: 0.75rem !important; }
  .rightt-md-2_5,
  .righty-md-2_5 {
    right-top: 0.75rem !important; }
  .rightr-md-2_5,
  .rightx-md-2_5 {
    right-right: 0.75rem !important; }
  .rightb-md-2_5,
  .righty-md-2_5 {
    right-bottom: 0.75rem !important; }
  .rightl-md-2_5,
  .rightx-md-2_5 {
    right-left: 0.75rem !important; }
  .right-md-2_75 {
    right: 0.875rem !important; }
  .rightt-md-2_75,
  .righty-md-2_75 {
    right-top: 0.875rem !important; }
  .rightr-md-2_75,
  .rightx-md-2_75 {
    right-right: 0.875rem !important; }
  .rightb-md-2_75,
  .righty-md-2_75 {
    right-bottom: 0.875rem !important; }
  .rightl-md-2_75,
  .rightx-md-2_75 {
    right-left: 0.875rem !important; }
  .right-md-3_25 {
    right: 1.125rem !important; }
  .rightt-md-3_25,
  .righty-md-3_25 {
    right-top: 1.125rem !important; }
  .rightr-md-3_25,
  .rightx-md-3_25 {
    right-right: 1.125rem !important; }
  .rightb-md-3_25,
  .righty-md-3_25 {
    right-bottom: 1.125rem !important; }
  .rightl-md-3_25,
  .rightx-md-3_25 {
    right-left: 1.125rem !important; }
  .right-md-3_5 {
    right: 1.25rem !important; }
  .rightt-md-3_5,
  .righty-md-3_5 {
    right-top: 1.25rem !important; }
  .rightr-md-3_5,
  .rightx-md-3_5 {
    right-right: 1.25rem !important; }
  .rightb-md-3_5,
  .righty-md-3_5 {
    right-bottom: 1.25rem !important; }
  .rightl-md-3_5,
  .rightx-md-3_5 {
    right-left: 1.25rem !important; }
  .right-md-3_75 {
    right: 1.375rem !important; }
  .rightt-md-3_75,
  .righty-md-3_75 {
    right-top: 1.375rem !important; }
  .rightr-md-3_75,
  .rightx-md-3_75 {
    right-right: 1.375rem !important; }
  .rightb-md-3_75,
  .righty-md-3_75 {
    right-bottom: 1.375rem !important; }
  .rightl-md-3_75,
  .rightx-md-3_75 {
    right-left: 1.375rem !important; }
  .right-md-4_15 {
    right: 1.6875rem !important; }
  .rightt-md-4_15,
  .righty-md-4_15 {
    right-top: 1.6875rem !important; }
  .rightr-md-4_15,
  .rightx-md-4_15 {
    right-right: 1.6875rem !important; }
  .rightb-md-4_15,
  .righty-md-4_15 {
    right-bottom: 1.6875rem !important; }
  .rightl-md-4_15,
  .rightx-md-4_15 {
    right-left: 1.6875rem !important; }
  .right-md-4_25 {
    right: 1.875rem !important; }
  .rightt-md-4_25,
  .righty-md-4_25 {
    right-top: 1.875rem !important; }
  .rightr-md-4_25,
  .rightx-md-4_25 {
    right-right: 1.875rem !important; }
  .rightb-md-4_25,
  .righty-md-4_25 {
    right-bottom: 1.875rem !important; }
  .rightl-md-4_25,
  .rightx-md-4_25 {
    right-left: 1.875rem !important; }
  .right-md-4_35 {
    right: 2.0625rem !important; }
  .rightt-md-4_35,
  .righty-md-4_35 {
    right-top: 2.0625rem !important; }
  .rightr-md-4_35,
  .rightx-md-4_35 {
    right-right: 2.0625rem !important; }
  .rightb-md-4_35,
  .righty-md-4_35 {
    right-bottom: 2.0625rem !important; }
  .rightl-md-4_35,
  .rightx-md-4_35 {
    right-left: 2.0625rem !important; }
  .right-md-4_5 {
    right: 2.25rem !important; }
  .rightt-md-4_5,
  .righty-md-4_5 {
    right-top: 2.25rem !important; }
  .rightr-md-4_5,
  .rightx-md-4_5 {
    right-right: 2.25rem !important; }
  .rightb-md-4_5,
  .righty-md-4_5 {
    right-bottom: 2.25rem !important; }
  .rightl-md-4_5,
  .rightx-md-4_5 {
    right-left: 2.25rem !important; }
  .right-md-4_75 {
    right: 2.5rem !important; }
  .rightt-md-4_75,
  .righty-md-4_75 {
    right-top: 2.5rem !important; }
  .rightr-md-4_75,
  .rightx-md-4_75 {
    right-right: 2.5rem !important; }
  .rightb-md-4_75,
  .righty-md-4_75 {
    right-bottom: 2.5rem !important; }
  .rightl-md-4_75,
  .rightx-md-4_75 {
    right-left: 2.5rem !important; }
  .right-md-5_15 {
    right: 3.125rem !important; }
  .rightt-md-5_15,
  .righty-md-5_15 {
    right-top: 3.125rem !important; }
  .rightr-md-5_15,
  .rightx-md-5_15 {
    right-right: 3.125rem !important; }
  .rightb-md-5_15,
  .righty-md-5_15 {
    right-bottom: 3.125rem !important; }
  .rightl-md-5_15,
  .rightx-md-5_15 {
    right-left: 3.125rem !important; }
  .right-md-5_25 {
    right: 3.5rem !important; }
  .rightt-md-5_25,
  .righty-md-5_25 {
    right-top: 3.5rem !important; }
  .rightr-md-5_25,
  .rightx-md-5_25 {
    right-right: 3.5rem !important; }
  .rightb-md-5_25,
  .righty-md-5_25 {
    right-bottom: 3.5rem !important; }
  .rightl-md-5_25,
  .rightx-md-5_25 {
    right-left: 3.5rem !important; }
  .right-md-5_5 {
    right: 3.75rem !important; }
  .rightt-md-5_5,
  .righty-md-5_5 {
    right-top: 3.75rem !important; }
  .rightr-md-5_5,
  .rightx-md-5_5 {
    right-right: 3.75rem !important; }
  .rightb-md-5_5,
  .righty-md-5_5 {
    right-bottom: 3.75rem !important; }
  .rightl-md-5_5,
  .rightx-md-5_5 {
    right-left: 3.75rem !important; }
  .right-md-5_75 {
    right: 4.375rem !important; }
  .rightt-md-5_75,
  .righty-md-5_75 {
    right-top: 4.375rem !important; }
  .rightr-md-5_75,
  .rightx-md-5_75 {
    right-right: 4.375rem !important; }
  .rightb-md-5_75,
  .righty-md-5_75 {
    right-bottom: 4.375rem !important; }
  .rightl-md-5_75,
  .rightx-md-5_75 {
    right-left: 4.375rem !important; }
  .right-md-6 {
    right: 4.5rem !important; }
  .rightt-md-6,
  .righty-md-6 {
    right-top: 4.5rem !important; }
  .rightr-md-6,
  .rightx-md-6 {
    right-right: 4.5rem !important; }
  .rightb-md-6,
  .righty-md-6 {
    right-bottom: 4.5rem !important; }
  .rightl-md-6,
  .rightx-md-6 {
    right-left: 4.5rem !important; }
  .right-md-6_5 {
    right: 5rem !important; }
  .rightt-md-6_5,
  .righty-md-6_5 {
    right-top: 5rem !important; }
  .rightr-md-6_5,
  .rightx-md-6_5 {
    right-right: 5rem !important; }
  .rightb-md-6_5,
  .righty-md-6_5 {
    right-bottom: 5rem !important; }
  .rightl-md-6_5,
  .rightx-md-6_5 {
    right-left: 5rem !important; }
  .right-md-6_75 {
    right: 5.375rem !important; }
  .rightt-md-6_75,
  .righty-md-6_75 {
    right-top: 5.375rem !important; }
  .rightr-md-6_75,
  .rightx-md-6_75 {
    right-right: 5.375rem !important; }
  .rightb-md-6_75,
  .righty-md-6_75 {
    right-bottom: 5.375rem !important; }
  .rightl-md-6_75,
  .rightx-md-6_75 {
    right-left: 5.375rem !important; }
  .right-md-7 {
    right: 6rem !important; }
  .rightt-md-7,
  .righty-md-7 {
    right-top: 6rem !important; }
  .rightr-md-7,
  .rightx-md-7 {
    right-right: 6rem !important; }
  .rightb-md-7,
  .righty-md-7 {
    right-bottom: 6rem !important; }
  .rightl-md-7,
  .rightx-md-7 {
    right-left: 6rem !important; }
  .right-md-7_5 {
    right: 6.75rem !important; }
  .rightt-md-7_5,
  .righty-md-7_5 {
    right-top: 6.75rem !important; }
  .rightr-md-7_5,
  .rightx-md-7_5 {
    right-right: 6.75rem !important; }
  .rightb-md-7_5,
  .righty-md-7_5 {
    right-bottom: 6.75rem !important; }
  .rightl-md-7_5,
  .rightx-md-7_5 {
    right-left: 6.75rem !important; }
  .right-md-7_75 {
    right: 7.25rem !important; }
  .rightt-md-7_75,
  .righty-md-7_75 {
    right-top: 7.25rem !important; }
  .rightr-md-7_75,
  .rightx-md-7_75 {
    right-right: 7.25rem !important; }
  .rightb-md-7_75,
  .righty-md-7_75 {
    right-bottom: 7.25rem !important; }
  .rightl-md-7_75,
  .rightx-md-7_75 {
    right-left: 7.25rem !important; }
  .right-md-8 {
    right: 7.5rem !important; }
  .rightt-md-8,
  .righty-md-8 {
    right-top: 7.5rem !important; }
  .rightr-md-8,
  .rightx-md-8 {
    right-right: 7.5rem !important; }
  .rightb-md-8,
  .righty-md-8 {
    right-bottom: 7.5rem !important; }
  .rightl-md-8,
  .rightx-md-8 {
    right-left: 7.5rem !important; }
  .right-md-8_5 {
    right: 8.125rem !important; }
  .rightt-md-8_5,
  .righty-md-8_5 {
    right-top: 8.125rem !important; }
  .rightr-md-8_5,
  .rightx-md-8_5 {
    right-right: 8.125rem !important; }
  .rightb-md-8_5,
  .righty-md-8_5 {
    right-bottom: 8.125rem !important; }
  .rightl-md-8_5,
  .rightx-md-8_5 {
    right-left: 8.125rem !important; }
  .right-md-8_75 {
    right: 8.4375rem !important; }
  .rightt-md-8_75,
  .righty-md-8_75 {
    right-top: 8.4375rem !important; }
  .rightr-md-8_75,
  .rightx-md-8_75 {
    right-right: 8.4375rem !important; }
  .rightb-md-8_75,
  .righty-md-8_75 {
    right-bottom: 8.4375rem !important; }
  .rightl-md-8_75,
  .rightx-md-8_75 {
    right-left: 8.4375rem !important; }
  .right-md-9 {
    right: 9rem !important; }
  .rightt-md-9,
  .righty-md-9 {
    right-top: 9rem !important; }
  .rightr-md-9,
  .rightx-md-9 {
    right-right: 9rem !important; }
  .rightb-md-9,
  .righty-md-9 {
    right-bottom: 9rem !important; }
  .rightl-md-9,
  .rightx-md-9 {
    right-left: 9rem !important; }
  .right-md-10 {
    right: 10.5rem !important; }
  .rightt-md-10,
  .righty-md-10 {
    right-top: 10.5rem !important; }
  .rightr-md-10,
  .rightx-md-10 {
    right-right: 10.5rem !important; }
  .rightb-md-10,
  .righty-md-10 {
    right-bottom: 10.5rem !important; }
  .rightl-md-10,
  .rightx-md-10 {
    right-left: 10.5rem !important; }
  .right-md-10_25 {
    right: 11rem !important; }
  .rightt-md-10_25,
  .righty-md-10_25 {
    right-top: 11rem !important; }
  .rightr-md-10_25,
  .rightx-md-10_25 {
    right-right: 11rem !important; }
  .rightb-md-10_25,
  .righty-md-10_25 {
    right-bottom: 11rem !important; }
  .rightl-md-10_25,
  .rightx-md-10_25 {
    right-left: 11rem !important; }
  .right-md-10_5 {
    right: 11.25rem !important; }
  .rightt-md-10_5,
  .righty-md-10_5 {
    right-top: 11.25rem !important; }
  .rightr-md-10_5,
  .rightx-md-10_5 {
    right-right: 11.25rem !important; }
  .rightb-md-10_5,
  .righty-md-10_5 {
    right-bottom: 11.25rem !important; }
  .rightl-md-10_5,
  .rightx-md-10_5 {
    right-left: 11.25rem !important; }
  .right-md-10_75 {
    right: 11.5rem !important; }
  .rightt-md-10_75,
  .righty-md-10_75 {
    right-top: 11.5rem !important; }
  .rightr-md-10_75,
  .rightx-md-10_75 {
    right-right: 11.5rem !important; }
  .rightb-md-10_75,
  .righty-md-10_75 {
    right-bottom: 11.5rem !important; }
  .rightl-md-10_75,
  .rightx-md-10_75 {
    right-left: 11.5rem !important; }
  .right-md-11 {
    right: 12rem !important; }
  .rightt-md-11,
  .righty-md-11 {
    right-top: 12rem !important; }
  .rightr-md-11,
  .rightx-md-11 {
    right-right: 12rem !important; }
  .rightb-md-11,
  .righty-md-11 {
    right-bottom: 12rem !important; }
  .rightl-md-11,
  .rightx-md-11 {
    right-left: 12rem !important; }
  .right-md-12 {
    right: 13.5rem !important; }
  .rightt-md-12,
  .righty-md-12 {
    right-top: 13.5rem !important; }
  .rightr-md-12,
  .rightx-md-12 {
    right-right: 13.5rem !important; }
  .rightb-md-12,
  .righty-md-12 {
    right-bottom: 13.5rem !important; }
  .rightl-md-12,
  .rightx-md-12 {
    right-left: 13.5rem !important; }
  .right-md-13 {
    right: 15rem !important; }
  .rightt-md-13,
  .righty-md-13 {
    right-top: 15rem !important; }
  .rightr-md-13,
  .rightx-md-13 {
    right-right: 15rem !important; }
  .rightb-md-13,
  .righty-md-13 {
    right-bottom: 15rem !important; }
  .rightl-md-13,
  .rightx-md-13 {
    right-left: 15rem !important; }
  .right-md-14 {
    right: 16.6rem !important; }
  .rightt-md-14,
  .righty-md-14 {
    right-top: 16.6rem !important; }
  .rightr-md-14,
  .rightx-md-14 {
    right-right: 16.6rem !important; }
  .rightb-md-14,
  .righty-md-14 {
    right-bottom: 16.6rem !important; }
  .rightl-md-14,
  .rightx-md-14 {
    right-left: 16.6rem !important; }
  .right-md-15 {
    right: 18rem !important; }
  .rightt-md-15,
  .righty-md-15 {
    right-top: 18rem !important; }
  .rightr-md-15,
  .rightx-md-15 {
    right-right: 18rem !important; }
  .rightb-md-15,
  .righty-md-15 {
    right-bottom: 18rem !important; }
  .rightl-md-15,
  .rightx-md-15 {
    right-left: 18rem !important; }
  .right-md-16 {
    right: 19.5rem !important; }
  .rightt-md-16,
  .righty-md-16 {
    right-top: 19.5rem !important; }
  .rightr-md-16,
  .rightx-md-16 {
    right-right: 19.5rem !important; }
  .rightb-md-16,
  .righty-md-16 {
    right-bottom: 19.5rem !important; }
  .rightl-md-16,
  .rightx-md-16 {
    right-left: 19.5rem !important; }
  .right-md-17 {
    right: 21rem !important; }
  .rightt-md-17,
  .righty-md-17 {
    right-top: 21rem !important; }
  .rightr-md-17,
  .rightx-md-17 {
    right-right: 21rem !important; }
  .rightb-md-17,
  .righty-md-17 {
    right-bottom: 21rem !important; }
  .rightl-md-17,
  .rightx-md-17 {
    right-left: 21rem !important; }
  .right-md-18 {
    right: 22.5rem !important; }
  .rightt-md-18,
  .righty-md-18 {
    right-top: 22.5rem !important; }
  .rightr-md-18,
  .rightx-md-18 {
    right-right: 22.5rem !important; }
  .rightb-md-18,
  .righty-md-18 {
    right-bottom: 22.5rem !important; }
  .rightl-md-18,
  .rightx-md-18 {
    right-left: 22.5rem !important; }
  .right-md-19 {
    right: 24rem !important; }
  .rightt-md-19,
  .righty-md-19 {
    right-top: 24rem !important; }
  .rightr-md-19,
  .rightx-md-19 {
    right-right: 24rem !important; }
  .rightb-md-19,
  .righty-md-19 {
    right-bottom: 24rem !important; }
  .rightl-md-19,
  .rightx-md-19 {
    right-left: 24rem !important; }
  .right-md-20 {
    right: 25.5rem !important; }
  .rightt-md-20,
  .righty-md-20 {
    right-top: 25.5rem !important; }
  .rightr-md-20,
  .rightx-md-20 {
    right-right: 25.5rem !important; }
  .rightb-md-20,
  .righty-md-20 {
    right-bottom: 25.5rem !important; }
  .rightl-md-20,
  .rightx-md-20 {
    right-left: 25.5rem !important; }
  .right-md-21 {
    right: 27rem !important; }
  .rightt-md-21,
  .righty-md-21 {
    right-top: 27rem !important; }
  .rightr-md-21,
  .rightx-md-21 {
    right-right: 27rem !important; }
  .rightb-md-21,
  .righty-md-21 {
    right-bottom: 27rem !important; }
  .rightl-md-21,
  .rightx-md-21 {
    right-left: 27rem !important; }
  .right-md-22 {
    right: 28.5rem !important; }
  .rightt-md-22,
  .righty-md-22 {
    right-top: 28.5rem !important; }
  .rightr-md-22,
  .rightx-md-22 {
    right-right: 28.5rem !important; }
  .rightb-md-22,
  .righty-md-22 {
    right-bottom: 28.5rem !important; }
  .rightl-md-22,
  .rightx-md-22 {
    right-left: 28.5rem !important; }
  .right-md-23 {
    right: 30rem !important; }
  .rightt-md-23,
  .righty-md-23 {
    right-top: 30rem !important; }
  .rightr-md-23,
  .rightx-md-23 {
    right-right: 30rem !important; }
  .rightb-md-23,
  .righty-md-23 {
    right-bottom: 30rem !important; }
  .rightl-md-23,
  .rightx-md-23 {
    right-left: 30rem !important; }
  .right-md-24 {
    right: 31.5rem !important; }
  .rightt-md-24,
  .righty-md-24 {
    right-top: 31.5rem !important; }
  .rightr-md-24,
  .rightx-md-24 {
    right-right: 31.5rem !important; }
  .rightb-md-24,
  .righty-md-24 {
    right-bottom: 31.5rem !important; }
  .rightl-md-24,
  .rightx-md-24 {
    right-left: 31.5rem !important; }
  .right-md-25 {
    right: 33rem !important; }
  .rightt-md-25,
  .righty-md-25 {
    right-top: 33rem !important; }
  .rightr-md-25,
  .rightx-md-25 {
    right-right: 33rem !important; }
  .rightb-md-25,
  .righty-md-25 {
    right-bottom: 33rem !important; }
  .rightl-md-25,
  .rightx-md-25 {
    right-left: 33rem !important; }
  .right-md-26 {
    right: 34.5rem !important; }
  .rightt-md-26,
  .righty-md-26 {
    right-top: 34.5rem !important; }
  .rightr-md-26,
  .rightx-md-26 {
    right-right: 34.5rem !important; }
  .rightb-md-26,
  .righty-md-26 {
    right-bottom: 34.5rem !important; }
  .rightl-md-26,
  .rightx-md-26 {
    right-left: 34.5rem !important; }
  .right-md-27 {
    right: 36rem !important; }
  .rightt-md-27,
  .righty-md-27 {
    right-top: 36rem !important; }
  .rightr-md-27,
  .rightx-md-27 {
    right-right: 36rem !important; }
  .rightb-md-27,
  .righty-md-27 {
    right-bottom: 36rem !important; }
  .rightl-md-27,
  .rightx-md-27 {
    right-left: 36rem !important; }
  .right-md-28 {
    right: 37.5rem !important; }
  .rightt-md-28,
  .righty-md-28 {
    right-top: 37.5rem !important; }
  .rightr-md-28,
  .rightx-md-28 {
    right-right: 37.5rem !important; }
  .rightb-md-28,
  .righty-md-28 {
    right-bottom: 37.5rem !important; }
  .rightl-md-28,
  .rightx-md-28 {
    right-left: 37.5rem !important; }
  .right-md-29 {
    right: 39rem !important; }
  .rightt-md-29,
  .righty-md-29 {
    right-top: 39rem !important; }
  .rightr-md-29,
  .rightx-md-29 {
    right-right: 39rem !important; }
  .rightb-md-29,
  .righty-md-29 {
    right-bottom: 39rem !important; }
  .rightl-md-29,
  .rightx-md-29 {
    right-left: 39rem !important; }
  .right-md-30 {
    right: 40.5rem !important; }
  .rightt-md-30,
  .righty-md-30 {
    right-top: 40.5rem !important; }
  .rightr-md-30,
  .rightx-md-30 {
    right-right: 40.5rem !important; }
  .rightb-md-30,
  .righty-md-30 {
    right-bottom: 40.5rem !important; }
  .rightl-md-30,
  .rightx-md-30 {
    right-left: 40.5rem !important; }
  .left-md-0 {
    left: 0 !important; }
  .leftt-md-0,
  .lefty-md-0 {
    left-top: 0 !important; }
  .leftr-md-0,
  .leftx-md-0 {
    left-right: 0 !important; }
  .leftb-md-0,
  .lefty-md-0 {
    left-bottom: 0 !important; }
  .leftl-md-0,
  .leftx-md-0 {
    left-left: 0 !important; }
  .left-md-1 {
    left: 0.25rem !important; }
  .leftt-md-1,
  .lefty-md-1 {
    left-top: 0.25rem !important; }
  .leftr-md-1,
  .leftx-md-1 {
    left-right: 0.25rem !important; }
  .leftb-md-1,
  .lefty-md-1 {
    left-bottom: 0.25rem !important; }
  .leftl-md-1,
  .leftx-md-1 {
    left-left: 0.25rem !important; }
  .left-md-2 {
    left: 0.5rem !important; }
  .leftt-md-2,
  .lefty-md-2 {
    left-top: 0.5rem !important; }
  .leftr-md-2,
  .leftx-md-2 {
    left-right: 0.5rem !important; }
  .leftb-md-2,
  .lefty-md-2 {
    left-bottom: 0.5rem !important; }
  .leftl-md-2,
  .leftx-md-2 {
    left-left: 0.5rem !important; }
  .left-md-3 {
    left: 1rem !important; }
  .leftt-md-3,
  .lefty-md-3 {
    left-top: 1rem !important; }
  .leftr-md-3,
  .leftx-md-3 {
    left-right: 1rem !important; }
  .leftb-md-3,
  .lefty-md-3 {
    left-bottom: 1rem !important; }
  .leftl-md-3,
  .leftx-md-3 {
    left-left: 1rem !important; }
  .left-md-4 {
    left: 1.5rem !important; }
  .leftt-md-4,
  .lefty-md-4 {
    left-top: 1.5rem !important; }
  .leftr-md-4,
  .leftx-md-4 {
    left-right: 1.5rem !important; }
  .leftb-md-4,
  .lefty-md-4 {
    left-bottom: 1.5rem !important; }
  .leftl-md-4,
  .leftx-md-4 {
    left-left: 1.5rem !important; }
  .left-md-5 {
    left: 3rem !important; }
  .leftt-md-5,
  .lefty-md-5 {
    left-top: 3rem !important; }
  .leftr-md-5,
  .leftx-md-5 {
    left-right: 3rem !important; }
  .leftb-md-5,
  .lefty-md-5 {
    left-bottom: 3rem !important; }
  .leftl-md-5,
  .leftx-md-5 {
    left-left: 3rem !important; }
  .left-md-0_5 {
    left: 0.125rem !important; }
  .leftt-md-0_5,
  .lefty-md-0_5 {
    left-top: 0.125rem !important; }
  .leftr-md-0_5,
  .leftx-md-0_5 {
    left-right: 0.125rem !important; }
  .leftb-md-0_5,
  .lefty-md-0_5 {
    left-bottom: 0.125rem !important; }
  .leftl-md-0_5,
  .leftx-md-0_5 {
    left-left: 0.125rem !important; }
  .left-md-1_5 {
    left: 0.375rem !important; }
  .leftt-md-1_5,
  .lefty-md-1_5 {
    left-top: 0.375rem !important; }
  .leftr-md-1_5,
  .leftx-md-1_5 {
    left-right: 0.375rem !important; }
  .leftb-md-1_5,
  .lefty-md-1_5 {
    left-bottom: 0.375rem !important; }
  .leftl-md-1_5,
  .leftx-md-1_5 {
    left-left: 0.375rem !important; }
  .left-md-2_25 {
    left: 0.55rem !important; }
  .leftt-md-2_25,
  .lefty-md-2_25 {
    left-top: 0.55rem !important; }
  .leftr-md-2_25,
  .leftx-md-2_25 {
    left-right: 0.55rem !important; }
  .leftb-md-2_25,
  .lefty-md-2_25 {
    left-bottom: 0.55rem !important; }
  .leftl-md-2_25,
  .leftx-md-2_25 {
    left-left: 0.55rem !important; }
  .left-md-2_35 {
    left: 0.625rem !important; }
  .leftt-md-2_35,
  .lefty-md-2_35 {
    left-top: 0.625rem !important; }
  .leftr-md-2_35,
  .leftx-md-2_35 {
    left-right: 0.625rem !important; }
  .leftb-md-2_35,
  .lefty-md-2_35 {
    left-bottom: 0.625rem !important; }
  .leftl-md-2_35,
  .leftx-md-2_35 {
    left-left: 0.625rem !important; }
  .left-md-2_5 {
    left: 0.75rem !important; }
  .leftt-md-2_5,
  .lefty-md-2_5 {
    left-top: 0.75rem !important; }
  .leftr-md-2_5,
  .leftx-md-2_5 {
    left-right: 0.75rem !important; }
  .leftb-md-2_5,
  .lefty-md-2_5 {
    left-bottom: 0.75rem !important; }
  .leftl-md-2_5,
  .leftx-md-2_5 {
    left-left: 0.75rem !important; }
  .left-md-2_75 {
    left: 0.875rem !important; }
  .leftt-md-2_75,
  .lefty-md-2_75 {
    left-top: 0.875rem !important; }
  .leftr-md-2_75,
  .leftx-md-2_75 {
    left-right: 0.875rem !important; }
  .leftb-md-2_75,
  .lefty-md-2_75 {
    left-bottom: 0.875rem !important; }
  .leftl-md-2_75,
  .leftx-md-2_75 {
    left-left: 0.875rem !important; }
  .left-md-3_25 {
    left: 1.125rem !important; }
  .leftt-md-3_25,
  .lefty-md-3_25 {
    left-top: 1.125rem !important; }
  .leftr-md-3_25,
  .leftx-md-3_25 {
    left-right: 1.125rem !important; }
  .leftb-md-3_25,
  .lefty-md-3_25 {
    left-bottom: 1.125rem !important; }
  .leftl-md-3_25,
  .leftx-md-3_25 {
    left-left: 1.125rem !important; }
  .left-md-3_5 {
    left: 1.25rem !important; }
  .leftt-md-3_5,
  .lefty-md-3_5 {
    left-top: 1.25rem !important; }
  .leftr-md-3_5,
  .leftx-md-3_5 {
    left-right: 1.25rem !important; }
  .leftb-md-3_5,
  .lefty-md-3_5 {
    left-bottom: 1.25rem !important; }
  .leftl-md-3_5,
  .leftx-md-3_5 {
    left-left: 1.25rem !important; }
  .left-md-3_75 {
    left: 1.375rem !important; }
  .leftt-md-3_75,
  .lefty-md-3_75 {
    left-top: 1.375rem !important; }
  .leftr-md-3_75,
  .leftx-md-3_75 {
    left-right: 1.375rem !important; }
  .leftb-md-3_75,
  .lefty-md-3_75 {
    left-bottom: 1.375rem !important; }
  .leftl-md-3_75,
  .leftx-md-3_75 {
    left-left: 1.375rem !important; }
  .left-md-4_15 {
    left: 1.6875rem !important; }
  .leftt-md-4_15,
  .lefty-md-4_15 {
    left-top: 1.6875rem !important; }
  .leftr-md-4_15,
  .leftx-md-4_15 {
    left-right: 1.6875rem !important; }
  .leftb-md-4_15,
  .lefty-md-4_15 {
    left-bottom: 1.6875rem !important; }
  .leftl-md-4_15,
  .leftx-md-4_15 {
    left-left: 1.6875rem !important; }
  .left-md-4_25 {
    left: 1.875rem !important; }
  .leftt-md-4_25,
  .lefty-md-4_25 {
    left-top: 1.875rem !important; }
  .leftr-md-4_25,
  .leftx-md-4_25 {
    left-right: 1.875rem !important; }
  .leftb-md-4_25,
  .lefty-md-4_25 {
    left-bottom: 1.875rem !important; }
  .leftl-md-4_25,
  .leftx-md-4_25 {
    left-left: 1.875rem !important; }
  .left-md-4_35 {
    left: 2.0625rem !important; }
  .leftt-md-4_35,
  .lefty-md-4_35 {
    left-top: 2.0625rem !important; }
  .leftr-md-4_35,
  .leftx-md-4_35 {
    left-right: 2.0625rem !important; }
  .leftb-md-4_35,
  .lefty-md-4_35 {
    left-bottom: 2.0625rem !important; }
  .leftl-md-4_35,
  .leftx-md-4_35 {
    left-left: 2.0625rem !important; }
  .left-md-4_5 {
    left: 2.25rem !important; }
  .leftt-md-4_5,
  .lefty-md-4_5 {
    left-top: 2.25rem !important; }
  .leftr-md-4_5,
  .leftx-md-4_5 {
    left-right: 2.25rem !important; }
  .leftb-md-4_5,
  .lefty-md-4_5 {
    left-bottom: 2.25rem !important; }
  .leftl-md-4_5,
  .leftx-md-4_5 {
    left-left: 2.25rem !important; }
  .left-md-4_75 {
    left: 2.5rem !important; }
  .leftt-md-4_75,
  .lefty-md-4_75 {
    left-top: 2.5rem !important; }
  .leftr-md-4_75,
  .leftx-md-4_75 {
    left-right: 2.5rem !important; }
  .leftb-md-4_75,
  .lefty-md-4_75 {
    left-bottom: 2.5rem !important; }
  .leftl-md-4_75,
  .leftx-md-4_75 {
    left-left: 2.5rem !important; }
  .left-md-5_15 {
    left: 3.125rem !important; }
  .leftt-md-5_15,
  .lefty-md-5_15 {
    left-top: 3.125rem !important; }
  .leftr-md-5_15,
  .leftx-md-5_15 {
    left-right: 3.125rem !important; }
  .leftb-md-5_15,
  .lefty-md-5_15 {
    left-bottom: 3.125rem !important; }
  .leftl-md-5_15,
  .leftx-md-5_15 {
    left-left: 3.125rem !important; }
  .left-md-5_25 {
    left: 3.5rem !important; }
  .leftt-md-5_25,
  .lefty-md-5_25 {
    left-top: 3.5rem !important; }
  .leftr-md-5_25,
  .leftx-md-5_25 {
    left-right: 3.5rem !important; }
  .leftb-md-5_25,
  .lefty-md-5_25 {
    left-bottom: 3.5rem !important; }
  .leftl-md-5_25,
  .leftx-md-5_25 {
    left-left: 3.5rem !important; }
  .left-md-5_5 {
    left: 3.75rem !important; }
  .leftt-md-5_5,
  .lefty-md-5_5 {
    left-top: 3.75rem !important; }
  .leftr-md-5_5,
  .leftx-md-5_5 {
    left-right: 3.75rem !important; }
  .leftb-md-5_5,
  .lefty-md-5_5 {
    left-bottom: 3.75rem !important; }
  .leftl-md-5_5,
  .leftx-md-5_5 {
    left-left: 3.75rem !important; }
  .left-md-5_75 {
    left: 4.375rem !important; }
  .leftt-md-5_75,
  .lefty-md-5_75 {
    left-top: 4.375rem !important; }
  .leftr-md-5_75,
  .leftx-md-5_75 {
    left-right: 4.375rem !important; }
  .leftb-md-5_75,
  .lefty-md-5_75 {
    left-bottom: 4.375rem !important; }
  .leftl-md-5_75,
  .leftx-md-5_75 {
    left-left: 4.375rem !important; }
  .left-md-6 {
    left: 4.5rem !important; }
  .leftt-md-6,
  .lefty-md-6 {
    left-top: 4.5rem !important; }
  .leftr-md-6,
  .leftx-md-6 {
    left-right: 4.5rem !important; }
  .leftb-md-6,
  .lefty-md-6 {
    left-bottom: 4.5rem !important; }
  .leftl-md-6,
  .leftx-md-6 {
    left-left: 4.5rem !important; }
  .left-md-6_5 {
    left: 5rem !important; }
  .leftt-md-6_5,
  .lefty-md-6_5 {
    left-top: 5rem !important; }
  .leftr-md-6_5,
  .leftx-md-6_5 {
    left-right: 5rem !important; }
  .leftb-md-6_5,
  .lefty-md-6_5 {
    left-bottom: 5rem !important; }
  .leftl-md-6_5,
  .leftx-md-6_5 {
    left-left: 5rem !important; }
  .left-md-6_75 {
    left: 5.375rem !important; }
  .leftt-md-6_75,
  .lefty-md-6_75 {
    left-top: 5.375rem !important; }
  .leftr-md-6_75,
  .leftx-md-6_75 {
    left-right: 5.375rem !important; }
  .leftb-md-6_75,
  .lefty-md-6_75 {
    left-bottom: 5.375rem !important; }
  .leftl-md-6_75,
  .leftx-md-6_75 {
    left-left: 5.375rem !important; }
  .left-md-7 {
    left: 6rem !important; }
  .leftt-md-7,
  .lefty-md-7 {
    left-top: 6rem !important; }
  .leftr-md-7,
  .leftx-md-7 {
    left-right: 6rem !important; }
  .leftb-md-7,
  .lefty-md-7 {
    left-bottom: 6rem !important; }
  .leftl-md-7,
  .leftx-md-7 {
    left-left: 6rem !important; }
  .left-md-7_5 {
    left: 6.75rem !important; }
  .leftt-md-7_5,
  .lefty-md-7_5 {
    left-top: 6.75rem !important; }
  .leftr-md-7_5,
  .leftx-md-7_5 {
    left-right: 6.75rem !important; }
  .leftb-md-7_5,
  .lefty-md-7_5 {
    left-bottom: 6.75rem !important; }
  .leftl-md-7_5,
  .leftx-md-7_5 {
    left-left: 6.75rem !important; }
  .left-md-7_75 {
    left: 7.25rem !important; }
  .leftt-md-7_75,
  .lefty-md-7_75 {
    left-top: 7.25rem !important; }
  .leftr-md-7_75,
  .leftx-md-7_75 {
    left-right: 7.25rem !important; }
  .leftb-md-7_75,
  .lefty-md-7_75 {
    left-bottom: 7.25rem !important; }
  .leftl-md-7_75,
  .leftx-md-7_75 {
    left-left: 7.25rem !important; }
  .left-md-8 {
    left: 7.5rem !important; }
  .leftt-md-8,
  .lefty-md-8 {
    left-top: 7.5rem !important; }
  .leftr-md-8,
  .leftx-md-8 {
    left-right: 7.5rem !important; }
  .leftb-md-8,
  .lefty-md-8 {
    left-bottom: 7.5rem !important; }
  .leftl-md-8,
  .leftx-md-8 {
    left-left: 7.5rem !important; }
  .left-md-8_5 {
    left: 8.125rem !important; }
  .leftt-md-8_5,
  .lefty-md-8_5 {
    left-top: 8.125rem !important; }
  .leftr-md-8_5,
  .leftx-md-8_5 {
    left-right: 8.125rem !important; }
  .leftb-md-8_5,
  .lefty-md-8_5 {
    left-bottom: 8.125rem !important; }
  .leftl-md-8_5,
  .leftx-md-8_5 {
    left-left: 8.125rem !important; }
  .left-md-8_75 {
    left: 8.4375rem !important; }
  .leftt-md-8_75,
  .lefty-md-8_75 {
    left-top: 8.4375rem !important; }
  .leftr-md-8_75,
  .leftx-md-8_75 {
    left-right: 8.4375rem !important; }
  .leftb-md-8_75,
  .lefty-md-8_75 {
    left-bottom: 8.4375rem !important; }
  .leftl-md-8_75,
  .leftx-md-8_75 {
    left-left: 8.4375rem !important; }
  .left-md-9 {
    left: 9rem !important; }
  .leftt-md-9,
  .lefty-md-9 {
    left-top: 9rem !important; }
  .leftr-md-9,
  .leftx-md-9 {
    left-right: 9rem !important; }
  .leftb-md-9,
  .lefty-md-9 {
    left-bottom: 9rem !important; }
  .leftl-md-9,
  .leftx-md-9 {
    left-left: 9rem !important; }
  .left-md-10 {
    left: 10.5rem !important; }
  .leftt-md-10,
  .lefty-md-10 {
    left-top: 10.5rem !important; }
  .leftr-md-10,
  .leftx-md-10 {
    left-right: 10.5rem !important; }
  .leftb-md-10,
  .lefty-md-10 {
    left-bottom: 10.5rem !important; }
  .leftl-md-10,
  .leftx-md-10 {
    left-left: 10.5rem !important; }
  .left-md-10_25 {
    left: 11rem !important; }
  .leftt-md-10_25,
  .lefty-md-10_25 {
    left-top: 11rem !important; }
  .leftr-md-10_25,
  .leftx-md-10_25 {
    left-right: 11rem !important; }
  .leftb-md-10_25,
  .lefty-md-10_25 {
    left-bottom: 11rem !important; }
  .leftl-md-10_25,
  .leftx-md-10_25 {
    left-left: 11rem !important; }
  .left-md-10_5 {
    left: 11.25rem !important; }
  .leftt-md-10_5,
  .lefty-md-10_5 {
    left-top: 11.25rem !important; }
  .leftr-md-10_5,
  .leftx-md-10_5 {
    left-right: 11.25rem !important; }
  .leftb-md-10_5,
  .lefty-md-10_5 {
    left-bottom: 11.25rem !important; }
  .leftl-md-10_5,
  .leftx-md-10_5 {
    left-left: 11.25rem !important; }
  .left-md-10_75 {
    left: 11.5rem !important; }
  .leftt-md-10_75,
  .lefty-md-10_75 {
    left-top: 11.5rem !important; }
  .leftr-md-10_75,
  .leftx-md-10_75 {
    left-right: 11.5rem !important; }
  .leftb-md-10_75,
  .lefty-md-10_75 {
    left-bottom: 11.5rem !important; }
  .leftl-md-10_75,
  .leftx-md-10_75 {
    left-left: 11.5rem !important; }
  .left-md-11 {
    left: 12rem !important; }
  .leftt-md-11,
  .lefty-md-11 {
    left-top: 12rem !important; }
  .leftr-md-11,
  .leftx-md-11 {
    left-right: 12rem !important; }
  .leftb-md-11,
  .lefty-md-11 {
    left-bottom: 12rem !important; }
  .leftl-md-11,
  .leftx-md-11 {
    left-left: 12rem !important; }
  .left-md-12 {
    left: 13.5rem !important; }
  .leftt-md-12,
  .lefty-md-12 {
    left-top: 13.5rem !important; }
  .leftr-md-12,
  .leftx-md-12 {
    left-right: 13.5rem !important; }
  .leftb-md-12,
  .lefty-md-12 {
    left-bottom: 13.5rem !important; }
  .leftl-md-12,
  .leftx-md-12 {
    left-left: 13.5rem !important; }
  .left-md-13 {
    left: 15rem !important; }
  .leftt-md-13,
  .lefty-md-13 {
    left-top: 15rem !important; }
  .leftr-md-13,
  .leftx-md-13 {
    left-right: 15rem !important; }
  .leftb-md-13,
  .lefty-md-13 {
    left-bottom: 15rem !important; }
  .leftl-md-13,
  .leftx-md-13 {
    left-left: 15rem !important; }
  .left-md-14 {
    left: 16.6rem !important; }
  .leftt-md-14,
  .lefty-md-14 {
    left-top: 16.6rem !important; }
  .leftr-md-14,
  .leftx-md-14 {
    left-right: 16.6rem !important; }
  .leftb-md-14,
  .lefty-md-14 {
    left-bottom: 16.6rem !important; }
  .leftl-md-14,
  .leftx-md-14 {
    left-left: 16.6rem !important; }
  .left-md-15 {
    left: 18rem !important; }
  .leftt-md-15,
  .lefty-md-15 {
    left-top: 18rem !important; }
  .leftr-md-15,
  .leftx-md-15 {
    left-right: 18rem !important; }
  .leftb-md-15,
  .lefty-md-15 {
    left-bottom: 18rem !important; }
  .leftl-md-15,
  .leftx-md-15 {
    left-left: 18rem !important; }
  .left-md-16 {
    left: 19.5rem !important; }
  .leftt-md-16,
  .lefty-md-16 {
    left-top: 19.5rem !important; }
  .leftr-md-16,
  .leftx-md-16 {
    left-right: 19.5rem !important; }
  .leftb-md-16,
  .lefty-md-16 {
    left-bottom: 19.5rem !important; }
  .leftl-md-16,
  .leftx-md-16 {
    left-left: 19.5rem !important; }
  .left-md-17 {
    left: 21rem !important; }
  .leftt-md-17,
  .lefty-md-17 {
    left-top: 21rem !important; }
  .leftr-md-17,
  .leftx-md-17 {
    left-right: 21rem !important; }
  .leftb-md-17,
  .lefty-md-17 {
    left-bottom: 21rem !important; }
  .leftl-md-17,
  .leftx-md-17 {
    left-left: 21rem !important; }
  .left-md-18 {
    left: 22.5rem !important; }
  .leftt-md-18,
  .lefty-md-18 {
    left-top: 22.5rem !important; }
  .leftr-md-18,
  .leftx-md-18 {
    left-right: 22.5rem !important; }
  .leftb-md-18,
  .lefty-md-18 {
    left-bottom: 22.5rem !important; }
  .leftl-md-18,
  .leftx-md-18 {
    left-left: 22.5rem !important; }
  .left-md-19 {
    left: 24rem !important; }
  .leftt-md-19,
  .lefty-md-19 {
    left-top: 24rem !important; }
  .leftr-md-19,
  .leftx-md-19 {
    left-right: 24rem !important; }
  .leftb-md-19,
  .lefty-md-19 {
    left-bottom: 24rem !important; }
  .leftl-md-19,
  .leftx-md-19 {
    left-left: 24rem !important; }
  .left-md-20 {
    left: 25.5rem !important; }
  .leftt-md-20,
  .lefty-md-20 {
    left-top: 25.5rem !important; }
  .leftr-md-20,
  .leftx-md-20 {
    left-right: 25.5rem !important; }
  .leftb-md-20,
  .lefty-md-20 {
    left-bottom: 25.5rem !important; }
  .leftl-md-20,
  .leftx-md-20 {
    left-left: 25.5rem !important; }
  .left-md-21 {
    left: 27rem !important; }
  .leftt-md-21,
  .lefty-md-21 {
    left-top: 27rem !important; }
  .leftr-md-21,
  .leftx-md-21 {
    left-right: 27rem !important; }
  .leftb-md-21,
  .lefty-md-21 {
    left-bottom: 27rem !important; }
  .leftl-md-21,
  .leftx-md-21 {
    left-left: 27rem !important; }
  .left-md-22 {
    left: 28.5rem !important; }
  .leftt-md-22,
  .lefty-md-22 {
    left-top: 28.5rem !important; }
  .leftr-md-22,
  .leftx-md-22 {
    left-right: 28.5rem !important; }
  .leftb-md-22,
  .lefty-md-22 {
    left-bottom: 28.5rem !important; }
  .leftl-md-22,
  .leftx-md-22 {
    left-left: 28.5rem !important; }
  .left-md-23 {
    left: 30rem !important; }
  .leftt-md-23,
  .lefty-md-23 {
    left-top: 30rem !important; }
  .leftr-md-23,
  .leftx-md-23 {
    left-right: 30rem !important; }
  .leftb-md-23,
  .lefty-md-23 {
    left-bottom: 30rem !important; }
  .leftl-md-23,
  .leftx-md-23 {
    left-left: 30rem !important; }
  .left-md-24 {
    left: 31.5rem !important; }
  .leftt-md-24,
  .lefty-md-24 {
    left-top: 31.5rem !important; }
  .leftr-md-24,
  .leftx-md-24 {
    left-right: 31.5rem !important; }
  .leftb-md-24,
  .lefty-md-24 {
    left-bottom: 31.5rem !important; }
  .leftl-md-24,
  .leftx-md-24 {
    left-left: 31.5rem !important; }
  .left-md-25 {
    left: 33rem !important; }
  .leftt-md-25,
  .lefty-md-25 {
    left-top: 33rem !important; }
  .leftr-md-25,
  .leftx-md-25 {
    left-right: 33rem !important; }
  .leftb-md-25,
  .lefty-md-25 {
    left-bottom: 33rem !important; }
  .leftl-md-25,
  .leftx-md-25 {
    left-left: 33rem !important; }
  .left-md-26 {
    left: 34.5rem !important; }
  .leftt-md-26,
  .lefty-md-26 {
    left-top: 34.5rem !important; }
  .leftr-md-26,
  .leftx-md-26 {
    left-right: 34.5rem !important; }
  .leftb-md-26,
  .lefty-md-26 {
    left-bottom: 34.5rem !important; }
  .leftl-md-26,
  .leftx-md-26 {
    left-left: 34.5rem !important; }
  .left-md-27 {
    left: 36rem !important; }
  .leftt-md-27,
  .lefty-md-27 {
    left-top: 36rem !important; }
  .leftr-md-27,
  .leftx-md-27 {
    left-right: 36rem !important; }
  .leftb-md-27,
  .lefty-md-27 {
    left-bottom: 36rem !important; }
  .leftl-md-27,
  .leftx-md-27 {
    left-left: 36rem !important; }
  .left-md-28 {
    left: 37.5rem !important; }
  .leftt-md-28,
  .lefty-md-28 {
    left-top: 37.5rem !important; }
  .leftr-md-28,
  .leftx-md-28 {
    left-right: 37.5rem !important; }
  .leftb-md-28,
  .lefty-md-28 {
    left-bottom: 37.5rem !important; }
  .leftl-md-28,
  .leftx-md-28 {
    left-left: 37.5rem !important; }
  .left-md-29 {
    left: 39rem !important; }
  .leftt-md-29,
  .lefty-md-29 {
    left-top: 39rem !important; }
  .leftr-md-29,
  .leftx-md-29 {
    left-right: 39rem !important; }
  .leftb-md-29,
  .lefty-md-29 {
    left-bottom: 39rem !important; }
  .leftl-md-29,
  .leftx-md-29 {
    left-left: 39rem !important; }
  .left-md-30 {
    left: 40.5rem !important; }
  .leftt-md-30,
  .lefty-md-30 {
    left-top: 40.5rem !important; }
  .leftr-md-30,
  .leftx-md-30 {
    left-right: 40.5rem !important; }
  .leftb-md-30,
  .lefty-md-30 {
    left-bottom: 40.5rem !important; }
  .leftl-md-30,
  .leftx-md-30 {
    left-left: 40.5rem !important; }
  .top-md-0 {
    top: 0 !important; }
  .topt-md-0,
  .topy-md-0 {
    top-top: 0 !important; }
  .topr-md-0,
  .topx-md-0 {
    top-right: 0 !important; }
  .topb-md-0,
  .topy-md-0 {
    top-bottom: 0 !important; }
  .topl-md-0,
  .topx-md-0 {
    top-left: 0 !important; }
  .top-md-1 {
    top: 0.25rem !important; }
  .topt-md-1,
  .topy-md-1 {
    top-top: 0.25rem !important; }
  .topr-md-1,
  .topx-md-1 {
    top-right: 0.25rem !important; }
  .topb-md-1,
  .topy-md-1 {
    top-bottom: 0.25rem !important; }
  .topl-md-1,
  .topx-md-1 {
    top-left: 0.25rem !important; }
  .top-md-2 {
    top: 0.5rem !important; }
  .topt-md-2,
  .topy-md-2 {
    top-top: 0.5rem !important; }
  .topr-md-2,
  .topx-md-2 {
    top-right: 0.5rem !important; }
  .topb-md-2,
  .topy-md-2 {
    top-bottom: 0.5rem !important; }
  .topl-md-2,
  .topx-md-2 {
    top-left: 0.5rem !important; }
  .top-md-3 {
    top: 1rem !important; }
  .topt-md-3,
  .topy-md-3 {
    top-top: 1rem !important; }
  .topr-md-3,
  .topx-md-3 {
    top-right: 1rem !important; }
  .topb-md-3,
  .topy-md-3 {
    top-bottom: 1rem !important; }
  .topl-md-3,
  .topx-md-3 {
    top-left: 1rem !important; }
  .top-md-4 {
    top: 1.5rem !important; }
  .topt-md-4,
  .topy-md-4 {
    top-top: 1.5rem !important; }
  .topr-md-4,
  .topx-md-4 {
    top-right: 1.5rem !important; }
  .topb-md-4,
  .topy-md-4 {
    top-bottom: 1.5rem !important; }
  .topl-md-4,
  .topx-md-4 {
    top-left: 1.5rem !important; }
  .top-md-5 {
    top: 3rem !important; }
  .topt-md-5,
  .topy-md-5 {
    top-top: 3rem !important; }
  .topr-md-5,
  .topx-md-5 {
    top-right: 3rem !important; }
  .topb-md-5,
  .topy-md-5 {
    top-bottom: 3rem !important; }
  .topl-md-5,
  .topx-md-5 {
    top-left: 3rem !important; }
  .top-md-0_5 {
    top: 0.125rem !important; }
  .topt-md-0_5,
  .topy-md-0_5 {
    top-top: 0.125rem !important; }
  .topr-md-0_5,
  .topx-md-0_5 {
    top-right: 0.125rem !important; }
  .topb-md-0_5,
  .topy-md-0_5 {
    top-bottom: 0.125rem !important; }
  .topl-md-0_5,
  .topx-md-0_5 {
    top-left: 0.125rem !important; }
  .top-md-1_5 {
    top: 0.375rem !important; }
  .topt-md-1_5,
  .topy-md-1_5 {
    top-top: 0.375rem !important; }
  .topr-md-1_5,
  .topx-md-1_5 {
    top-right: 0.375rem !important; }
  .topb-md-1_5,
  .topy-md-1_5 {
    top-bottom: 0.375rem !important; }
  .topl-md-1_5,
  .topx-md-1_5 {
    top-left: 0.375rem !important; }
  .top-md-2_25 {
    top: 0.55rem !important; }
  .topt-md-2_25,
  .topy-md-2_25 {
    top-top: 0.55rem !important; }
  .topr-md-2_25,
  .topx-md-2_25 {
    top-right: 0.55rem !important; }
  .topb-md-2_25,
  .topy-md-2_25 {
    top-bottom: 0.55rem !important; }
  .topl-md-2_25,
  .topx-md-2_25 {
    top-left: 0.55rem !important; }
  .top-md-2_35 {
    top: 0.625rem !important; }
  .topt-md-2_35,
  .topy-md-2_35 {
    top-top: 0.625rem !important; }
  .topr-md-2_35,
  .topx-md-2_35 {
    top-right: 0.625rem !important; }
  .topb-md-2_35,
  .topy-md-2_35 {
    top-bottom: 0.625rem !important; }
  .topl-md-2_35,
  .topx-md-2_35 {
    top-left: 0.625rem !important; }
  .top-md-2_5 {
    top: 0.75rem !important; }
  .topt-md-2_5,
  .topy-md-2_5 {
    top-top: 0.75rem !important; }
  .topr-md-2_5,
  .topx-md-2_5 {
    top-right: 0.75rem !important; }
  .topb-md-2_5,
  .topy-md-2_5 {
    top-bottom: 0.75rem !important; }
  .topl-md-2_5,
  .topx-md-2_5 {
    top-left: 0.75rem !important; }
  .top-md-2_75 {
    top: 0.875rem !important; }
  .topt-md-2_75,
  .topy-md-2_75 {
    top-top: 0.875rem !important; }
  .topr-md-2_75,
  .topx-md-2_75 {
    top-right: 0.875rem !important; }
  .topb-md-2_75,
  .topy-md-2_75 {
    top-bottom: 0.875rem !important; }
  .topl-md-2_75,
  .topx-md-2_75 {
    top-left: 0.875rem !important; }
  .top-md-3_25 {
    top: 1.125rem !important; }
  .topt-md-3_25,
  .topy-md-3_25 {
    top-top: 1.125rem !important; }
  .topr-md-3_25,
  .topx-md-3_25 {
    top-right: 1.125rem !important; }
  .topb-md-3_25,
  .topy-md-3_25 {
    top-bottom: 1.125rem !important; }
  .topl-md-3_25,
  .topx-md-3_25 {
    top-left: 1.125rem !important; }
  .top-md-3_5 {
    top: 1.25rem !important; }
  .topt-md-3_5,
  .topy-md-3_5 {
    top-top: 1.25rem !important; }
  .topr-md-3_5,
  .topx-md-3_5 {
    top-right: 1.25rem !important; }
  .topb-md-3_5,
  .topy-md-3_5 {
    top-bottom: 1.25rem !important; }
  .topl-md-3_5,
  .topx-md-3_5 {
    top-left: 1.25rem !important; }
  .top-md-3_75 {
    top: 1.375rem !important; }
  .topt-md-3_75,
  .topy-md-3_75 {
    top-top: 1.375rem !important; }
  .topr-md-3_75,
  .topx-md-3_75 {
    top-right: 1.375rem !important; }
  .topb-md-3_75,
  .topy-md-3_75 {
    top-bottom: 1.375rem !important; }
  .topl-md-3_75,
  .topx-md-3_75 {
    top-left: 1.375rem !important; }
  .top-md-4_15 {
    top: 1.6875rem !important; }
  .topt-md-4_15,
  .topy-md-4_15 {
    top-top: 1.6875rem !important; }
  .topr-md-4_15,
  .topx-md-4_15 {
    top-right: 1.6875rem !important; }
  .topb-md-4_15,
  .topy-md-4_15 {
    top-bottom: 1.6875rem !important; }
  .topl-md-4_15,
  .topx-md-4_15 {
    top-left: 1.6875rem !important; }
  .top-md-4_25 {
    top: 1.875rem !important; }
  .topt-md-4_25,
  .topy-md-4_25 {
    top-top: 1.875rem !important; }
  .topr-md-4_25,
  .topx-md-4_25 {
    top-right: 1.875rem !important; }
  .topb-md-4_25,
  .topy-md-4_25 {
    top-bottom: 1.875rem !important; }
  .topl-md-4_25,
  .topx-md-4_25 {
    top-left: 1.875rem !important; }
  .top-md-4_35 {
    top: 2.0625rem !important; }
  .topt-md-4_35,
  .topy-md-4_35 {
    top-top: 2.0625rem !important; }
  .topr-md-4_35,
  .topx-md-4_35 {
    top-right: 2.0625rem !important; }
  .topb-md-4_35,
  .topy-md-4_35 {
    top-bottom: 2.0625rem !important; }
  .topl-md-4_35,
  .topx-md-4_35 {
    top-left: 2.0625rem !important; }
  .top-md-4_5 {
    top: 2.25rem !important; }
  .topt-md-4_5,
  .topy-md-4_5 {
    top-top: 2.25rem !important; }
  .topr-md-4_5,
  .topx-md-4_5 {
    top-right: 2.25rem !important; }
  .topb-md-4_5,
  .topy-md-4_5 {
    top-bottom: 2.25rem !important; }
  .topl-md-4_5,
  .topx-md-4_5 {
    top-left: 2.25rem !important; }
  .top-md-4_75 {
    top: 2.5rem !important; }
  .topt-md-4_75,
  .topy-md-4_75 {
    top-top: 2.5rem !important; }
  .topr-md-4_75,
  .topx-md-4_75 {
    top-right: 2.5rem !important; }
  .topb-md-4_75,
  .topy-md-4_75 {
    top-bottom: 2.5rem !important; }
  .topl-md-4_75,
  .topx-md-4_75 {
    top-left: 2.5rem !important; }
  .top-md-5_15 {
    top: 3.125rem !important; }
  .topt-md-5_15,
  .topy-md-5_15 {
    top-top: 3.125rem !important; }
  .topr-md-5_15,
  .topx-md-5_15 {
    top-right: 3.125rem !important; }
  .topb-md-5_15,
  .topy-md-5_15 {
    top-bottom: 3.125rem !important; }
  .topl-md-5_15,
  .topx-md-5_15 {
    top-left: 3.125rem !important; }
  .top-md-5_25 {
    top: 3.5rem !important; }
  .topt-md-5_25,
  .topy-md-5_25 {
    top-top: 3.5rem !important; }
  .topr-md-5_25,
  .topx-md-5_25 {
    top-right: 3.5rem !important; }
  .topb-md-5_25,
  .topy-md-5_25 {
    top-bottom: 3.5rem !important; }
  .topl-md-5_25,
  .topx-md-5_25 {
    top-left: 3.5rem !important; }
  .top-md-5_5 {
    top: 3.75rem !important; }
  .topt-md-5_5,
  .topy-md-5_5 {
    top-top: 3.75rem !important; }
  .topr-md-5_5,
  .topx-md-5_5 {
    top-right: 3.75rem !important; }
  .topb-md-5_5,
  .topy-md-5_5 {
    top-bottom: 3.75rem !important; }
  .topl-md-5_5,
  .topx-md-5_5 {
    top-left: 3.75rem !important; }
  .top-md-5_75 {
    top: 4.375rem !important; }
  .topt-md-5_75,
  .topy-md-5_75 {
    top-top: 4.375rem !important; }
  .topr-md-5_75,
  .topx-md-5_75 {
    top-right: 4.375rem !important; }
  .topb-md-5_75,
  .topy-md-5_75 {
    top-bottom: 4.375rem !important; }
  .topl-md-5_75,
  .topx-md-5_75 {
    top-left: 4.375rem !important; }
  .top-md-6 {
    top: 4.5rem !important; }
  .topt-md-6,
  .topy-md-6 {
    top-top: 4.5rem !important; }
  .topr-md-6,
  .topx-md-6 {
    top-right: 4.5rem !important; }
  .topb-md-6,
  .topy-md-6 {
    top-bottom: 4.5rem !important; }
  .topl-md-6,
  .topx-md-6 {
    top-left: 4.5rem !important; }
  .top-md-6_5 {
    top: 5rem !important; }
  .topt-md-6_5,
  .topy-md-6_5 {
    top-top: 5rem !important; }
  .topr-md-6_5,
  .topx-md-6_5 {
    top-right: 5rem !important; }
  .topb-md-6_5,
  .topy-md-6_5 {
    top-bottom: 5rem !important; }
  .topl-md-6_5,
  .topx-md-6_5 {
    top-left: 5rem !important; }
  .top-md-6_75 {
    top: 5.375rem !important; }
  .topt-md-6_75,
  .topy-md-6_75 {
    top-top: 5.375rem !important; }
  .topr-md-6_75,
  .topx-md-6_75 {
    top-right: 5.375rem !important; }
  .topb-md-6_75,
  .topy-md-6_75 {
    top-bottom: 5.375rem !important; }
  .topl-md-6_75,
  .topx-md-6_75 {
    top-left: 5.375rem !important; }
  .top-md-7 {
    top: 6rem !important; }
  .topt-md-7,
  .topy-md-7 {
    top-top: 6rem !important; }
  .topr-md-7,
  .topx-md-7 {
    top-right: 6rem !important; }
  .topb-md-7,
  .topy-md-7 {
    top-bottom: 6rem !important; }
  .topl-md-7,
  .topx-md-7 {
    top-left: 6rem !important; }
  .top-md-7_5 {
    top: 6.75rem !important; }
  .topt-md-7_5,
  .topy-md-7_5 {
    top-top: 6.75rem !important; }
  .topr-md-7_5,
  .topx-md-7_5 {
    top-right: 6.75rem !important; }
  .topb-md-7_5,
  .topy-md-7_5 {
    top-bottom: 6.75rem !important; }
  .topl-md-7_5,
  .topx-md-7_5 {
    top-left: 6.75rem !important; }
  .top-md-7_75 {
    top: 7.25rem !important; }
  .topt-md-7_75,
  .topy-md-7_75 {
    top-top: 7.25rem !important; }
  .topr-md-7_75,
  .topx-md-7_75 {
    top-right: 7.25rem !important; }
  .topb-md-7_75,
  .topy-md-7_75 {
    top-bottom: 7.25rem !important; }
  .topl-md-7_75,
  .topx-md-7_75 {
    top-left: 7.25rem !important; }
  .top-md-8 {
    top: 7.5rem !important; }
  .topt-md-8,
  .topy-md-8 {
    top-top: 7.5rem !important; }
  .topr-md-8,
  .topx-md-8 {
    top-right: 7.5rem !important; }
  .topb-md-8,
  .topy-md-8 {
    top-bottom: 7.5rem !important; }
  .topl-md-8,
  .topx-md-8 {
    top-left: 7.5rem !important; }
  .top-md-8_5 {
    top: 8.125rem !important; }
  .topt-md-8_5,
  .topy-md-8_5 {
    top-top: 8.125rem !important; }
  .topr-md-8_5,
  .topx-md-8_5 {
    top-right: 8.125rem !important; }
  .topb-md-8_5,
  .topy-md-8_5 {
    top-bottom: 8.125rem !important; }
  .topl-md-8_5,
  .topx-md-8_5 {
    top-left: 8.125rem !important; }
  .top-md-8_75 {
    top: 8.4375rem !important; }
  .topt-md-8_75,
  .topy-md-8_75 {
    top-top: 8.4375rem !important; }
  .topr-md-8_75,
  .topx-md-8_75 {
    top-right: 8.4375rem !important; }
  .topb-md-8_75,
  .topy-md-8_75 {
    top-bottom: 8.4375rem !important; }
  .topl-md-8_75,
  .topx-md-8_75 {
    top-left: 8.4375rem !important; }
  .top-md-9 {
    top: 9rem !important; }
  .topt-md-9,
  .topy-md-9 {
    top-top: 9rem !important; }
  .topr-md-9,
  .topx-md-9 {
    top-right: 9rem !important; }
  .topb-md-9,
  .topy-md-9 {
    top-bottom: 9rem !important; }
  .topl-md-9,
  .topx-md-9 {
    top-left: 9rem !important; }
  .top-md-10 {
    top: 10.5rem !important; }
  .topt-md-10,
  .topy-md-10 {
    top-top: 10.5rem !important; }
  .topr-md-10,
  .topx-md-10 {
    top-right: 10.5rem !important; }
  .topb-md-10,
  .topy-md-10 {
    top-bottom: 10.5rem !important; }
  .topl-md-10,
  .topx-md-10 {
    top-left: 10.5rem !important; }
  .top-md-10_25 {
    top: 11rem !important; }
  .topt-md-10_25,
  .topy-md-10_25 {
    top-top: 11rem !important; }
  .topr-md-10_25,
  .topx-md-10_25 {
    top-right: 11rem !important; }
  .topb-md-10_25,
  .topy-md-10_25 {
    top-bottom: 11rem !important; }
  .topl-md-10_25,
  .topx-md-10_25 {
    top-left: 11rem !important; }
  .top-md-10_5 {
    top: 11.25rem !important; }
  .topt-md-10_5,
  .topy-md-10_5 {
    top-top: 11.25rem !important; }
  .topr-md-10_5,
  .topx-md-10_5 {
    top-right: 11.25rem !important; }
  .topb-md-10_5,
  .topy-md-10_5 {
    top-bottom: 11.25rem !important; }
  .topl-md-10_5,
  .topx-md-10_5 {
    top-left: 11.25rem !important; }
  .top-md-10_75 {
    top: 11.5rem !important; }
  .topt-md-10_75,
  .topy-md-10_75 {
    top-top: 11.5rem !important; }
  .topr-md-10_75,
  .topx-md-10_75 {
    top-right: 11.5rem !important; }
  .topb-md-10_75,
  .topy-md-10_75 {
    top-bottom: 11.5rem !important; }
  .topl-md-10_75,
  .topx-md-10_75 {
    top-left: 11.5rem !important; }
  .top-md-11 {
    top: 12rem !important; }
  .topt-md-11,
  .topy-md-11 {
    top-top: 12rem !important; }
  .topr-md-11,
  .topx-md-11 {
    top-right: 12rem !important; }
  .topb-md-11,
  .topy-md-11 {
    top-bottom: 12rem !important; }
  .topl-md-11,
  .topx-md-11 {
    top-left: 12rem !important; }
  .top-md-12 {
    top: 13.5rem !important; }
  .topt-md-12,
  .topy-md-12 {
    top-top: 13.5rem !important; }
  .topr-md-12,
  .topx-md-12 {
    top-right: 13.5rem !important; }
  .topb-md-12,
  .topy-md-12 {
    top-bottom: 13.5rem !important; }
  .topl-md-12,
  .topx-md-12 {
    top-left: 13.5rem !important; }
  .top-md-13 {
    top: 15rem !important; }
  .topt-md-13,
  .topy-md-13 {
    top-top: 15rem !important; }
  .topr-md-13,
  .topx-md-13 {
    top-right: 15rem !important; }
  .topb-md-13,
  .topy-md-13 {
    top-bottom: 15rem !important; }
  .topl-md-13,
  .topx-md-13 {
    top-left: 15rem !important; }
  .top-md-14 {
    top: 16.6rem !important; }
  .topt-md-14,
  .topy-md-14 {
    top-top: 16.6rem !important; }
  .topr-md-14,
  .topx-md-14 {
    top-right: 16.6rem !important; }
  .topb-md-14,
  .topy-md-14 {
    top-bottom: 16.6rem !important; }
  .topl-md-14,
  .topx-md-14 {
    top-left: 16.6rem !important; }
  .top-md-15 {
    top: 18rem !important; }
  .topt-md-15,
  .topy-md-15 {
    top-top: 18rem !important; }
  .topr-md-15,
  .topx-md-15 {
    top-right: 18rem !important; }
  .topb-md-15,
  .topy-md-15 {
    top-bottom: 18rem !important; }
  .topl-md-15,
  .topx-md-15 {
    top-left: 18rem !important; }
  .top-md-16 {
    top: 19.5rem !important; }
  .topt-md-16,
  .topy-md-16 {
    top-top: 19.5rem !important; }
  .topr-md-16,
  .topx-md-16 {
    top-right: 19.5rem !important; }
  .topb-md-16,
  .topy-md-16 {
    top-bottom: 19.5rem !important; }
  .topl-md-16,
  .topx-md-16 {
    top-left: 19.5rem !important; }
  .top-md-17 {
    top: 21rem !important; }
  .topt-md-17,
  .topy-md-17 {
    top-top: 21rem !important; }
  .topr-md-17,
  .topx-md-17 {
    top-right: 21rem !important; }
  .topb-md-17,
  .topy-md-17 {
    top-bottom: 21rem !important; }
  .topl-md-17,
  .topx-md-17 {
    top-left: 21rem !important; }
  .top-md-18 {
    top: 22.5rem !important; }
  .topt-md-18,
  .topy-md-18 {
    top-top: 22.5rem !important; }
  .topr-md-18,
  .topx-md-18 {
    top-right: 22.5rem !important; }
  .topb-md-18,
  .topy-md-18 {
    top-bottom: 22.5rem !important; }
  .topl-md-18,
  .topx-md-18 {
    top-left: 22.5rem !important; }
  .top-md-19 {
    top: 24rem !important; }
  .topt-md-19,
  .topy-md-19 {
    top-top: 24rem !important; }
  .topr-md-19,
  .topx-md-19 {
    top-right: 24rem !important; }
  .topb-md-19,
  .topy-md-19 {
    top-bottom: 24rem !important; }
  .topl-md-19,
  .topx-md-19 {
    top-left: 24rem !important; }
  .top-md-20 {
    top: 25.5rem !important; }
  .topt-md-20,
  .topy-md-20 {
    top-top: 25.5rem !important; }
  .topr-md-20,
  .topx-md-20 {
    top-right: 25.5rem !important; }
  .topb-md-20,
  .topy-md-20 {
    top-bottom: 25.5rem !important; }
  .topl-md-20,
  .topx-md-20 {
    top-left: 25.5rem !important; }
  .top-md-21 {
    top: 27rem !important; }
  .topt-md-21,
  .topy-md-21 {
    top-top: 27rem !important; }
  .topr-md-21,
  .topx-md-21 {
    top-right: 27rem !important; }
  .topb-md-21,
  .topy-md-21 {
    top-bottom: 27rem !important; }
  .topl-md-21,
  .topx-md-21 {
    top-left: 27rem !important; }
  .top-md-22 {
    top: 28.5rem !important; }
  .topt-md-22,
  .topy-md-22 {
    top-top: 28.5rem !important; }
  .topr-md-22,
  .topx-md-22 {
    top-right: 28.5rem !important; }
  .topb-md-22,
  .topy-md-22 {
    top-bottom: 28.5rem !important; }
  .topl-md-22,
  .topx-md-22 {
    top-left: 28.5rem !important; }
  .top-md-23 {
    top: 30rem !important; }
  .topt-md-23,
  .topy-md-23 {
    top-top: 30rem !important; }
  .topr-md-23,
  .topx-md-23 {
    top-right: 30rem !important; }
  .topb-md-23,
  .topy-md-23 {
    top-bottom: 30rem !important; }
  .topl-md-23,
  .topx-md-23 {
    top-left: 30rem !important; }
  .top-md-24 {
    top: 31.5rem !important; }
  .topt-md-24,
  .topy-md-24 {
    top-top: 31.5rem !important; }
  .topr-md-24,
  .topx-md-24 {
    top-right: 31.5rem !important; }
  .topb-md-24,
  .topy-md-24 {
    top-bottom: 31.5rem !important; }
  .topl-md-24,
  .topx-md-24 {
    top-left: 31.5rem !important; }
  .top-md-25 {
    top: 33rem !important; }
  .topt-md-25,
  .topy-md-25 {
    top-top: 33rem !important; }
  .topr-md-25,
  .topx-md-25 {
    top-right: 33rem !important; }
  .topb-md-25,
  .topy-md-25 {
    top-bottom: 33rem !important; }
  .topl-md-25,
  .topx-md-25 {
    top-left: 33rem !important; }
  .top-md-26 {
    top: 34.5rem !important; }
  .topt-md-26,
  .topy-md-26 {
    top-top: 34.5rem !important; }
  .topr-md-26,
  .topx-md-26 {
    top-right: 34.5rem !important; }
  .topb-md-26,
  .topy-md-26 {
    top-bottom: 34.5rem !important; }
  .topl-md-26,
  .topx-md-26 {
    top-left: 34.5rem !important; }
  .top-md-27 {
    top: 36rem !important; }
  .topt-md-27,
  .topy-md-27 {
    top-top: 36rem !important; }
  .topr-md-27,
  .topx-md-27 {
    top-right: 36rem !important; }
  .topb-md-27,
  .topy-md-27 {
    top-bottom: 36rem !important; }
  .topl-md-27,
  .topx-md-27 {
    top-left: 36rem !important; }
  .top-md-28 {
    top: 37.5rem !important; }
  .topt-md-28,
  .topy-md-28 {
    top-top: 37.5rem !important; }
  .topr-md-28,
  .topx-md-28 {
    top-right: 37.5rem !important; }
  .topb-md-28,
  .topy-md-28 {
    top-bottom: 37.5rem !important; }
  .topl-md-28,
  .topx-md-28 {
    top-left: 37.5rem !important; }
  .top-md-29 {
    top: 39rem !important; }
  .topt-md-29,
  .topy-md-29 {
    top-top: 39rem !important; }
  .topr-md-29,
  .topx-md-29 {
    top-right: 39rem !important; }
  .topb-md-29,
  .topy-md-29 {
    top-bottom: 39rem !important; }
  .topl-md-29,
  .topx-md-29 {
    top-left: 39rem !important; }
  .top-md-30 {
    top: 40.5rem !important; }
  .topt-md-30,
  .topy-md-30 {
    top-top: 40.5rem !important; }
  .topr-md-30,
  .topx-md-30 {
    top-right: 40.5rem !important; }
  .topb-md-30,
  .topy-md-30 {
    top-bottom: 40.5rem !important; }
  .topl-md-30,
  .topx-md-30 {
    top-left: 40.5rem !important; }
  .bottom-md-0 {
    bottom: 0 !important; }
  .bottomt-md-0,
  .bottomy-md-0 {
    bottom-top: 0 !important; }
  .bottomr-md-0,
  .bottomx-md-0 {
    bottom-right: 0 !important; }
  .bottomb-md-0,
  .bottomy-md-0 {
    bottom-bottom: 0 !important; }
  .bottoml-md-0,
  .bottomx-md-0 {
    bottom-left: 0 !important; }
  .bottom-md-1 {
    bottom: 0.25rem !important; }
  .bottomt-md-1,
  .bottomy-md-1 {
    bottom-top: 0.25rem !important; }
  .bottomr-md-1,
  .bottomx-md-1 {
    bottom-right: 0.25rem !important; }
  .bottomb-md-1,
  .bottomy-md-1 {
    bottom-bottom: 0.25rem !important; }
  .bottoml-md-1,
  .bottomx-md-1 {
    bottom-left: 0.25rem !important; }
  .bottom-md-2 {
    bottom: 0.5rem !important; }
  .bottomt-md-2,
  .bottomy-md-2 {
    bottom-top: 0.5rem !important; }
  .bottomr-md-2,
  .bottomx-md-2 {
    bottom-right: 0.5rem !important; }
  .bottomb-md-2,
  .bottomy-md-2 {
    bottom-bottom: 0.5rem !important; }
  .bottoml-md-2,
  .bottomx-md-2 {
    bottom-left: 0.5rem !important; }
  .bottom-md-3 {
    bottom: 1rem !important; }
  .bottomt-md-3,
  .bottomy-md-3 {
    bottom-top: 1rem !important; }
  .bottomr-md-3,
  .bottomx-md-3 {
    bottom-right: 1rem !important; }
  .bottomb-md-3,
  .bottomy-md-3 {
    bottom-bottom: 1rem !important; }
  .bottoml-md-3,
  .bottomx-md-3 {
    bottom-left: 1rem !important; }
  .bottom-md-4 {
    bottom: 1.5rem !important; }
  .bottomt-md-4,
  .bottomy-md-4 {
    bottom-top: 1.5rem !important; }
  .bottomr-md-4,
  .bottomx-md-4 {
    bottom-right: 1.5rem !important; }
  .bottomb-md-4,
  .bottomy-md-4 {
    bottom-bottom: 1.5rem !important; }
  .bottoml-md-4,
  .bottomx-md-4 {
    bottom-left: 1.5rem !important; }
  .bottom-md-5 {
    bottom: 3rem !important; }
  .bottomt-md-5,
  .bottomy-md-5 {
    bottom-top: 3rem !important; }
  .bottomr-md-5,
  .bottomx-md-5 {
    bottom-right: 3rem !important; }
  .bottomb-md-5,
  .bottomy-md-5 {
    bottom-bottom: 3rem !important; }
  .bottoml-md-5,
  .bottomx-md-5 {
    bottom-left: 3rem !important; }
  .bottom-md-0_5 {
    bottom: 0.125rem !important; }
  .bottomt-md-0_5,
  .bottomy-md-0_5 {
    bottom-top: 0.125rem !important; }
  .bottomr-md-0_5,
  .bottomx-md-0_5 {
    bottom-right: 0.125rem !important; }
  .bottomb-md-0_5,
  .bottomy-md-0_5 {
    bottom-bottom: 0.125rem !important; }
  .bottoml-md-0_5,
  .bottomx-md-0_5 {
    bottom-left: 0.125rem !important; }
  .bottom-md-1_5 {
    bottom: 0.375rem !important; }
  .bottomt-md-1_5,
  .bottomy-md-1_5 {
    bottom-top: 0.375rem !important; }
  .bottomr-md-1_5,
  .bottomx-md-1_5 {
    bottom-right: 0.375rem !important; }
  .bottomb-md-1_5,
  .bottomy-md-1_5 {
    bottom-bottom: 0.375rem !important; }
  .bottoml-md-1_5,
  .bottomx-md-1_5 {
    bottom-left: 0.375rem !important; }
  .bottom-md-2_25 {
    bottom: 0.55rem !important; }
  .bottomt-md-2_25,
  .bottomy-md-2_25 {
    bottom-top: 0.55rem !important; }
  .bottomr-md-2_25,
  .bottomx-md-2_25 {
    bottom-right: 0.55rem !important; }
  .bottomb-md-2_25,
  .bottomy-md-2_25 {
    bottom-bottom: 0.55rem !important; }
  .bottoml-md-2_25,
  .bottomx-md-2_25 {
    bottom-left: 0.55rem !important; }
  .bottom-md-2_35 {
    bottom: 0.625rem !important; }
  .bottomt-md-2_35,
  .bottomy-md-2_35 {
    bottom-top: 0.625rem !important; }
  .bottomr-md-2_35,
  .bottomx-md-2_35 {
    bottom-right: 0.625rem !important; }
  .bottomb-md-2_35,
  .bottomy-md-2_35 {
    bottom-bottom: 0.625rem !important; }
  .bottoml-md-2_35,
  .bottomx-md-2_35 {
    bottom-left: 0.625rem !important; }
  .bottom-md-2_5 {
    bottom: 0.75rem !important; }
  .bottomt-md-2_5,
  .bottomy-md-2_5 {
    bottom-top: 0.75rem !important; }
  .bottomr-md-2_5,
  .bottomx-md-2_5 {
    bottom-right: 0.75rem !important; }
  .bottomb-md-2_5,
  .bottomy-md-2_5 {
    bottom-bottom: 0.75rem !important; }
  .bottoml-md-2_5,
  .bottomx-md-2_5 {
    bottom-left: 0.75rem !important; }
  .bottom-md-2_75 {
    bottom: 0.875rem !important; }
  .bottomt-md-2_75,
  .bottomy-md-2_75 {
    bottom-top: 0.875rem !important; }
  .bottomr-md-2_75,
  .bottomx-md-2_75 {
    bottom-right: 0.875rem !important; }
  .bottomb-md-2_75,
  .bottomy-md-2_75 {
    bottom-bottom: 0.875rem !important; }
  .bottoml-md-2_75,
  .bottomx-md-2_75 {
    bottom-left: 0.875rem !important; }
  .bottom-md-3_25 {
    bottom: 1.125rem !important; }
  .bottomt-md-3_25,
  .bottomy-md-3_25 {
    bottom-top: 1.125rem !important; }
  .bottomr-md-3_25,
  .bottomx-md-3_25 {
    bottom-right: 1.125rem !important; }
  .bottomb-md-3_25,
  .bottomy-md-3_25 {
    bottom-bottom: 1.125rem !important; }
  .bottoml-md-3_25,
  .bottomx-md-3_25 {
    bottom-left: 1.125rem !important; }
  .bottom-md-3_5 {
    bottom: 1.25rem !important; }
  .bottomt-md-3_5,
  .bottomy-md-3_5 {
    bottom-top: 1.25rem !important; }
  .bottomr-md-3_5,
  .bottomx-md-3_5 {
    bottom-right: 1.25rem !important; }
  .bottomb-md-3_5,
  .bottomy-md-3_5 {
    bottom-bottom: 1.25rem !important; }
  .bottoml-md-3_5,
  .bottomx-md-3_5 {
    bottom-left: 1.25rem !important; }
  .bottom-md-3_75 {
    bottom: 1.375rem !important; }
  .bottomt-md-3_75,
  .bottomy-md-3_75 {
    bottom-top: 1.375rem !important; }
  .bottomr-md-3_75,
  .bottomx-md-3_75 {
    bottom-right: 1.375rem !important; }
  .bottomb-md-3_75,
  .bottomy-md-3_75 {
    bottom-bottom: 1.375rem !important; }
  .bottoml-md-3_75,
  .bottomx-md-3_75 {
    bottom-left: 1.375rem !important; }
  .bottom-md-4_15 {
    bottom: 1.6875rem !important; }
  .bottomt-md-4_15,
  .bottomy-md-4_15 {
    bottom-top: 1.6875rem !important; }
  .bottomr-md-4_15,
  .bottomx-md-4_15 {
    bottom-right: 1.6875rem !important; }
  .bottomb-md-4_15,
  .bottomy-md-4_15 {
    bottom-bottom: 1.6875rem !important; }
  .bottoml-md-4_15,
  .bottomx-md-4_15 {
    bottom-left: 1.6875rem !important; }
  .bottom-md-4_25 {
    bottom: 1.875rem !important; }
  .bottomt-md-4_25,
  .bottomy-md-4_25 {
    bottom-top: 1.875rem !important; }
  .bottomr-md-4_25,
  .bottomx-md-4_25 {
    bottom-right: 1.875rem !important; }
  .bottomb-md-4_25,
  .bottomy-md-4_25 {
    bottom-bottom: 1.875rem !important; }
  .bottoml-md-4_25,
  .bottomx-md-4_25 {
    bottom-left: 1.875rem !important; }
  .bottom-md-4_35 {
    bottom: 2.0625rem !important; }
  .bottomt-md-4_35,
  .bottomy-md-4_35 {
    bottom-top: 2.0625rem !important; }
  .bottomr-md-4_35,
  .bottomx-md-4_35 {
    bottom-right: 2.0625rem !important; }
  .bottomb-md-4_35,
  .bottomy-md-4_35 {
    bottom-bottom: 2.0625rem !important; }
  .bottoml-md-4_35,
  .bottomx-md-4_35 {
    bottom-left: 2.0625rem !important; }
  .bottom-md-4_5 {
    bottom: 2.25rem !important; }
  .bottomt-md-4_5,
  .bottomy-md-4_5 {
    bottom-top: 2.25rem !important; }
  .bottomr-md-4_5,
  .bottomx-md-4_5 {
    bottom-right: 2.25rem !important; }
  .bottomb-md-4_5,
  .bottomy-md-4_5 {
    bottom-bottom: 2.25rem !important; }
  .bottoml-md-4_5,
  .bottomx-md-4_5 {
    bottom-left: 2.25rem !important; }
  .bottom-md-4_75 {
    bottom: 2.5rem !important; }
  .bottomt-md-4_75,
  .bottomy-md-4_75 {
    bottom-top: 2.5rem !important; }
  .bottomr-md-4_75,
  .bottomx-md-4_75 {
    bottom-right: 2.5rem !important; }
  .bottomb-md-4_75,
  .bottomy-md-4_75 {
    bottom-bottom: 2.5rem !important; }
  .bottoml-md-4_75,
  .bottomx-md-4_75 {
    bottom-left: 2.5rem !important; }
  .bottom-md-5_15 {
    bottom: 3.125rem !important; }
  .bottomt-md-5_15,
  .bottomy-md-5_15 {
    bottom-top: 3.125rem !important; }
  .bottomr-md-5_15,
  .bottomx-md-5_15 {
    bottom-right: 3.125rem !important; }
  .bottomb-md-5_15,
  .bottomy-md-5_15 {
    bottom-bottom: 3.125rem !important; }
  .bottoml-md-5_15,
  .bottomx-md-5_15 {
    bottom-left: 3.125rem !important; }
  .bottom-md-5_25 {
    bottom: 3.5rem !important; }
  .bottomt-md-5_25,
  .bottomy-md-5_25 {
    bottom-top: 3.5rem !important; }
  .bottomr-md-5_25,
  .bottomx-md-5_25 {
    bottom-right: 3.5rem !important; }
  .bottomb-md-5_25,
  .bottomy-md-5_25 {
    bottom-bottom: 3.5rem !important; }
  .bottoml-md-5_25,
  .bottomx-md-5_25 {
    bottom-left: 3.5rem !important; }
  .bottom-md-5_5 {
    bottom: 3.75rem !important; }
  .bottomt-md-5_5,
  .bottomy-md-5_5 {
    bottom-top: 3.75rem !important; }
  .bottomr-md-5_5,
  .bottomx-md-5_5 {
    bottom-right: 3.75rem !important; }
  .bottomb-md-5_5,
  .bottomy-md-5_5 {
    bottom-bottom: 3.75rem !important; }
  .bottoml-md-5_5,
  .bottomx-md-5_5 {
    bottom-left: 3.75rem !important; }
  .bottom-md-5_75 {
    bottom: 4.375rem !important; }
  .bottomt-md-5_75,
  .bottomy-md-5_75 {
    bottom-top: 4.375rem !important; }
  .bottomr-md-5_75,
  .bottomx-md-5_75 {
    bottom-right: 4.375rem !important; }
  .bottomb-md-5_75,
  .bottomy-md-5_75 {
    bottom-bottom: 4.375rem !important; }
  .bottoml-md-5_75,
  .bottomx-md-5_75 {
    bottom-left: 4.375rem !important; }
  .bottom-md-6 {
    bottom: 4.5rem !important; }
  .bottomt-md-6,
  .bottomy-md-6 {
    bottom-top: 4.5rem !important; }
  .bottomr-md-6,
  .bottomx-md-6 {
    bottom-right: 4.5rem !important; }
  .bottomb-md-6,
  .bottomy-md-6 {
    bottom-bottom: 4.5rem !important; }
  .bottoml-md-6,
  .bottomx-md-6 {
    bottom-left: 4.5rem !important; }
  .bottom-md-6_5 {
    bottom: 5rem !important; }
  .bottomt-md-6_5,
  .bottomy-md-6_5 {
    bottom-top: 5rem !important; }
  .bottomr-md-6_5,
  .bottomx-md-6_5 {
    bottom-right: 5rem !important; }
  .bottomb-md-6_5,
  .bottomy-md-6_5 {
    bottom-bottom: 5rem !important; }
  .bottoml-md-6_5,
  .bottomx-md-6_5 {
    bottom-left: 5rem !important; }
  .bottom-md-6_75 {
    bottom: 5.375rem !important; }
  .bottomt-md-6_75,
  .bottomy-md-6_75 {
    bottom-top: 5.375rem !important; }
  .bottomr-md-6_75,
  .bottomx-md-6_75 {
    bottom-right: 5.375rem !important; }
  .bottomb-md-6_75,
  .bottomy-md-6_75 {
    bottom-bottom: 5.375rem !important; }
  .bottoml-md-6_75,
  .bottomx-md-6_75 {
    bottom-left: 5.375rem !important; }
  .bottom-md-7 {
    bottom: 6rem !important; }
  .bottomt-md-7,
  .bottomy-md-7 {
    bottom-top: 6rem !important; }
  .bottomr-md-7,
  .bottomx-md-7 {
    bottom-right: 6rem !important; }
  .bottomb-md-7,
  .bottomy-md-7 {
    bottom-bottom: 6rem !important; }
  .bottoml-md-7,
  .bottomx-md-7 {
    bottom-left: 6rem !important; }
  .bottom-md-7_5 {
    bottom: 6.75rem !important; }
  .bottomt-md-7_5,
  .bottomy-md-7_5 {
    bottom-top: 6.75rem !important; }
  .bottomr-md-7_5,
  .bottomx-md-7_5 {
    bottom-right: 6.75rem !important; }
  .bottomb-md-7_5,
  .bottomy-md-7_5 {
    bottom-bottom: 6.75rem !important; }
  .bottoml-md-7_5,
  .bottomx-md-7_5 {
    bottom-left: 6.75rem !important; }
  .bottom-md-7_75 {
    bottom: 7.25rem !important; }
  .bottomt-md-7_75,
  .bottomy-md-7_75 {
    bottom-top: 7.25rem !important; }
  .bottomr-md-7_75,
  .bottomx-md-7_75 {
    bottom-right: 7.25rem !important; }
  .bottomb-md-7_75,
  .bottomy-md-7_75 {
    bottom-bottom: 7.25rem !important; }
  .bottoml-md-7_75,
  .bottomx-md-7_75 {
    bottom-left: 7.25rem !important; }
  .bottom-md-8 {
    bottom: 7.5rem !important; }
  .bottomt-md-8,
  .bottomy-md-8 {
    bottom-top: 7.5rem !important; }
  .bottomr-md-8,
  .bottomx-md-8 {
    bottom-right: 7.5rem !important; }
  .bottomb-md-8,
  .bottomy-md-8 {
    bottom-bottom: 7.5rem !important; }
  .bottoml-md-8,
  .bottomx-md-8 {
    bottom-left: 7.5rem !important; }
  .bottom-md-8_5 {
    bottom: 8.125rem !important; }
  .bottomt-md-8_5,
  .bottomy-md-8_5 {
    bottom-top: 8.125rem !important; }
  .bottomr-md-8_5,
  .bottomx-md-8_5 {
    bottom-right: 8.125rem !important; }
  .bottomb-md-8_5,
  .bottomy-md-8_5 {
    bottom-bottom: 8.125rem !important; }
  .bottoml-md-8_5,
  .bottomx-md-8_5 {
    bottom-left: 8.125rem !important; }
  .bottom-md-8_75 {
    bottom: 8.4375rem !important; }
  .bottomt-md-8_75,
  .bottomy-md-8_75 {
    bottom-top: 8.4375rem !important; }
  .bottomr-md-8_75,
  .bottomx-md-8_75 {
    bottom-right: 8.4375rem !important; }
  .bottomb-md-8_75,
  .bottomy-md-8_75 {
    bottom-bottom: 8.4375rem !important; }
  .bottoml-md-8_75,
  .bottomx-md-8_75 {
    bottom-left: 8.4375rem !important; }
  .bottom-md-9 {
    bottom: 9rem !important; }
  .bottomt-md-9,
  .bottomy-md-9 {
    bottom-top: 9rem !important; }
  .bottomr-md-9,
  .bottomx-md-9 {
    bottom-right: 9rem !important; }
  .bottomb-md-9,
  .bottomy-md-9 {
    bottom-bottom: 9rem !important; }
  .bottoml-md-9,
  .bottomx-md-9 {
    bottom-left: 9rem !important; }
  .bottom-md-10 {
    bottom: 10.5rem !important; }
  .bottomt-md-10,
  .bottomy-md-10 {
    bottom-top: 10.5rem !important; }
  .bottomr-md-10,
  .bottomx-md-10 {
    bottom-right: 10.5rem !important; }
  .bottomb-md-10,
  .bottomy-md-10 {
    bottom-bottom: 10.5rem !important; }
  .bottoml-md-10,
  .bottomx-md-10 {
    bottom-left: 10.5rem !important; }
  .bottom-md-10_25 {
    bottom: 11rem !important; }
  .bottomt-md-10_25,
  .bottomy-md-10_25 {
    bottom-top: 11rem !important; }
  .bottomr-md-10_25,
  .bottomx-md-10_25 {
    bottom-right: 11rem !important; }
  .bottomb-md-10_25,
  .bottomy-md-10_25 {
    bottom-bottom: 11rem !important; }
  .bottoml-md-10_25,
  .bottomx-md-10_25 {
    bottom-left: 11rem !important; }
  .bottom-md-10_5 {
    bottom: 11.25rem !important; }
  .bottomt-md-10_5,
  .bottomy-md-10_5 {
    bottom-top: 11.25rem !important; }
  .bottomr-md-10_5,
  .bottomx-md-10_5 {
    bottom-right: 11.25rem !important; }
  .bottomb-md-10_5,
  .bottomy-md-10_5 {
    bottom-bottom: 11.25rem !important; }
  .bottoml-md-10_5,
  .bottomx-md-10_5 {
    bottom-left: 11.25rem !important; }
  .bottom-md-10_75 {
    bottom: 11.5rem !important; }
  .bottomt-md-10_75,
  .bottomy-md-10_75 {
    bottom-top: 11.5rem !important; }
  .bottomr-md-10_75,
  .bottomx-md-10_75 {
    bottom-right: 11.5rem !important; }
  .bottomb-md-10_75,
  .bottomy-md-10_75 {
    bottom-bottom: 11.5rem !important; }
  .bottoml-md-10_75,
  .bottomx-md-10_75 {
    bottom-left: 11.5rem !important; }
  .bottom-md-11 {
    bottom: 12rem !important; }
  .bottomt-md-11,
  .bottomy-md-11 {
    bottom-top: 12rem !important; }
  .bottomr-md-11,
  .bottomx-md-11 {
    bottom-right: 12rem !important; }
  .bottomb-md-11,
  .bottomy-md-11 {
    bottom-bottom: 12rem !important; }
  .bottoml-md-11,
  .bottomx-md-11 {
    bottom-left: 12rem !important; }
  .bottom-md-12 {
    bottom: 13.5rem !important; }
  .bottomt-md-12,
  .bottomy-md-12 {
    bottom-top: 13.5rem !important; }
  .bottomr-md-12,
  .bottomx-md-12 {
    bottom-right: 13.5rem !important; }
  .bottomb-md-12,
  .bottomy-md-12 {
    bottom-bottom: 13.5rem !important; }
  .bottoml-md-12,
  .bottomx-md-12 {
    bottom-left: 13.5rem !important; }
  .bottom-md-13 {
    bottom: 15rem !important; }
  .bottomt-md-13,
  .bottomy-md-13 {
    bottom-top: 15rem !important; }
  .bottomr-md-13,
  .bottomx-md-13 {
    bottom-right: 15rem !important; }
  .bottomb-md-13,
  .bottomy-md-13 {
    bottom-bottom: 15rem !important; }
  .bottoml-md-13,
  .bottomx-md-13 {
    bottom-left: 15rem !important; }
  .bottom-md-14 {
    bottom: 16.6rem !important; }
  .bottomt-md-14,
  .bottomy-md-14 {
    bottom-top: 16.6rem !important; }
  .bottomr-md-14,
  .bottomx-md-14 {
    bottom-right: 16.6rem !important; }
  .bottomb-md-14,
  .bottomy-md-14 {
    bottom-bottom: 16.6rem !important; }
  .bottoml-md-14,
  .bottomx-md-14 {
    bottom-left: 16.6rem !important; }
  .bottom-md-15 {
    bottom: 18rem !important; }
  .bottomt-md-15,
  .bottomy-md-15 {
    bottom-top: 18rem !important; }
  .bottomr-md-15,
  .bottomx-md-15 {
    bottom-right: 18rem !important; }
  .bottomb-md-15,
  .bottomy-md-15 {
    bottom-bottom: 18rem !important; }
  .bottoml-md-15,
  .bottomx-md-15 {
    bottom-left: 18rem !important; }
  .bottom-md-16 {
    bottom: 19.5rem !important; }
  .bottomt-md-16,
  .bottomy-md-16 {
    bottom-top: 19.5rem !important; }
  .bottomr-md-16,
  .bottomx-md-16 {
    bottom-right: 19.5rem !important; }
  .bottomb-md-16,
  .bottomy-md-16 {
    bottom-bottom: 19.5rem !important; }
  .bottoml-md-16,
  .bottomx-md-16 {
    bottom-left: 19.5rem !important; }
  .bottom-md-17 {
    bottom: 21rem !important; }
  .bottomt-md-17,
  .bottomy-md-17 {
    bottom-top: 21rem !important; }
  .bottomr-md-17,
  .bottomx-md-17 {
    bottom-right: 21rem !important; }
  .bottomb-md-17,
  .bottomy-md-17 {
    bottom-bottom: 21rem !important; }
  .bottoml-md-17,
  .bottomx-md-17 {
    bottom-left: 21rem !important; }
  .bottom-md-18 {
    bottom: 22.5rem !important; }
  .bottomt-md-18,
  .bottomy-md-18 {
    bottom-top: 22.5rem !important; }
  .bottomr-md-18,
  .bottomx-md-18 {
    bottom-right: 22.5rem !important; }
  .bottomb-md-18,
  .bottomy-md-18 {
    bottom-bottom: 22.5rem !important; }
  .bottoml-md-18,
  .bottomx-md-18 {
    bottom-left: 22.5rem !important; }
  .bottom-md-19 {
    bottom: 24rem !important; }
  .bottomt-md-19,
  .bottomy-md-19 {
    bottom-top: 24rem !important; }
  .bottomr-md-19,
  .bottomx-md-19 {
    bottom-right: 24rem !important; }
  .bottomb-md-19,
  .bottomy-md-19 {
    bottom-bottom: 24rem !important; }
  .bottoml-md-19,
  .bottomx-md-19 {
    bottom-left: 24rem !important; }
  .bottom-md-20 {
    bottom: 25.5rem !important; }
  .bottomt-md-20,
  .bottomy-md-20 {
    bottom-top: 25.5rem !important; }
  .bottomr-md-20,
  .bottomx-md-20 {
    bottom-right: 25.5rem !important; }
  .bottomb-md-20,
  .bottomy-md-20 {
    bottom-bottom: 25.5rem !important; }
  .bottoml-md-20,
  .bottomx-md-20 {
    bottom-left: 25.5rem !important; }
  .bottom-md-21 {
    bottom: 27rem !important; }
  .bottomt-md-21,
  .bottomy-md-21 {
    bottom-top: 27rem !important; }
  .bottomr-md-21,
  .bottomx-md-21 {
    bottom-right: 27rem !important; }
  .bottomb-md-21,
  .bottomy-md-21 {
    bottom-bottom: 27rem !important; }
  .bottoml-md-21,
  .bottomx-md-21 {
    bottom-left: 27rem !important; }
  .bottom-md-22 {
    bottom: 28.5rem !important; }
  .bottomt-md-22,
  .bottomy-md-22 {
    bottom-top: 28.5rem !important; }
  .bottomr-md-22,
  .bottomx-md-22 {
    bottom-right: 28.5rem !important; }
  .bottomb-md-22,
  .bottomy-md-22 {
    bottom-bottom: 28.5rem !important; }
  .bottoml-md-22,
  .bottomx-md-22 {
    bottom-left: 28.5rem !important; }
  .bottom-md-23 {
    bottom: 30rem !important; }
  .bottomt-md-23,
  .bottomy-md-23 {
    bottom-top: 30rem !important; }
  .bottomr-md-23,
  .bottomx-md-23 {
    bottom-right: 30rem !important; }
  .bottomb-md-23,
  .bottomy-md-23 {
    bottom-bottom: 30rem !important; }
  .bottoml-md-23,
  .bottomx-md-23 {
    bottom-left: 30rem !important; }
  .bottom-md-24 {
    bottom: 31.5rem !important; }
  .bottomt-md-24,
  .bottomy-md-24 {
    bottom-top: 31.5rem !important; }
  .bottomr-md-24,
  .bottomx-md-24 {
    bottom-right: 31.5rem !important; }
  .bottomb-md-24,
  .bottomy-md-24 {
    bottom-bottom: 31.5rem !important; }
  .bottoml-md-24,
  .bottomx-md-24 {
    bottom-left: 31.5rem !important; }
  .bottom-md-25 {
    bottom: 33rem !important; }
  .bottomt-md-25,
  .bottomy-md-25 {
    bottom-top: 33rem !important; }
  .bottomr-md-25,
  .bottomx-md-25 {
    bottom-right: 33rem !important; }
  .bottomb-md-25,
  .bottomy-md-25 {
    bottom-bottom: 33rem !important; }
  .bottoml-md-25,
  .bottomx-md-25 {
    bottom-left: 33rem !important; }
  .bottom-md-26 {
    bottom: 34.5rem !important; }
  .bottomt-md-26,
  .bottomy-md-26 {
    bottom-top: 34.5rem !important; }
  .bottomr-md-26,
  .bottomx-md-26 {
    bottom-right: 34.5rem !important; }
  .bottomb-md-26,
  .bottomy-md-26 {
    bottom-bottom: 34.5rem !important; }
  .bottoml-md-26,
  .bottomx-md-26 {
    bottom-left: 34.5rem !important; }
  .bottom-md-27 {
    bottom: 36rem !important; }
  .bottomt-md-27,
  .bottomy-md-27 {
    bottom-top: 36rem !important; }
  .bottomr-md-27,
  .bottomx-md-27 {
    bottom-right: 36rem !important; }
  .bottomb-md-27,
  .bottomy-md-27 {
    bottom-bottom: 36rem !important; }
  .bottoml-md-27,
  .bottomx-md-27 {
    bottom-left: 36rem !important; }
  .bottom-md-28 {
    bottom: 37.5rem !important; }
  .bottomt-md-28,
  .bottomy-md-28 {
    bottom-top: 37.5rem !important; }
  .bottomr-md-28,
  .bottomx-md-28 {
    bottom-right: 37.5rem !important; }
  .bottomb-md-28,
  .bottomy-md-28 {
    bottom-bottom: 37.5rem !important; }
  .bottoml-md-28,
  .bottomx-md-28 {
    bottom-left: 37.5rem !important; }
  .bottom-md-29 {
    bottom: 39rem !important; }
  .bottomt-md-29,
  .bottomy-md-29 {
    bottom-top: 39rem !important; }
  .bottomr-md-29,
  .bottomx-md-29 {
    bottom-right: 39rem !important; }
  .bottomb-md-29,
  .bottomy-md-29 {
    bottom-bottom: 39rem !important; }
  .bottoml-md-29,
  .bottomx-md-29 {
    bottom-left: 39rem !important; }
  .bottom-md-30 {
    bottom: 40.5rem !important; }
  .bottomt-md-30,
  .bottomy-md-30 {
    bottom-top: 40.5rem !important; }
  .bottomr-md-30,
  .bottomx-md-30 {
    bottom-right: 40.5rem !important; }
  .bottomb-md-30,
  .bottomy-md-30 {
    bottom-bottom: 40.5rem !important; }
  .bottoml-md-30,
  .bottomx-md-30 {
    bottom-left: 40.5rem !important; }
  .top-md-n1 {
    top: -0.25rem !important; }
  .right-md-n1 {
    right: -0.25rem !important; }
  .bottom-md-n1 {
    bottom: -0.25rem !important; }
  .left-md-n1 {
    left: -0.25rem !important; }
  .top-md-n2 {
    top: -0.5rem !important; }
  .right-md-n2 {
    right: -0.5rem !important; }
  .bottom-md-n2 {
    bottom: -0.5rem !important; }
  .left-md-n2 {
    left: -0.5rem !important; }
  .top-md-n3 {
    top: -1rem !important; }
  .right-md-n3 {
    right: -1rem !important; }
  .bottom-md-n3 {
    bottom: -1rem !important; }
  .left-md-n3 {
    left: -1rem !important; }
  .top-md-n4 {
    top: -1.5rem !important; }
  .right-md-n4 {
    right: -1.5rem !important; }
  .bottom-md-n4 {
    bottom: -1.5rem !important; }
  .left-md-n4 {
    left: -1.5rem !important; }
  .top-md-n5 {
    top: -3rem !important; }
  .right-md-n5 {
    right: -3rem !important; }
  .bottom-md-n5 {
    bottom: -3rem !important; }
  .left-md-n5 {
    left: -3rem !important; }
  .top-md-n1_5 {
    top: -0.375rem !important; }
  .right-md-n1_5 {
    right: -0.375rem !important; }
  .bottom-md-n1_5 {
    bottom: -0.375rem !important; }
  .left-md-n1_5 {
    left: -0.375rem !important; }
  .top-md-n2_25 {
    top: -0.55rem !important; }
  .right-md-n2_25 {
    right: -0.55rem !important; }
  .bottom-md-n2_25 {
    bottom: -0.55rem !important; }
  .left-md-n2_25 {
    left: -0.55rem !important; }
  .top-md-n2_35 {
    top: -0.625rem !important; }
  .right-md-n2_35 {
    right: -0.625rem !important; }
  .bottom-md-n2_35 {
    bottom: -0.625rem !important; }
  .left-md-n2_35 {
    left: -0.625rem !important; }
  .top-md-n2_5 {
    top: -0.75rem !important; }
  .right-md-n2_5 {
    right: -0.75rem !important; }
  .bottom-md-n2_5 {
    bottom: -0.75rem !important; }
  .left-md-n2_5 {
    left: -0.75rem !important; }
  .top-md-n2_75 {
    top: -0.875rem !important; }
  .right-md-n2_75 {
    right: -0.875rem !important; }
  .bottom-md-n2_75 {
    bottom: -0.875rem !important; }
  .left-md-n2_75 {
    left: -0.875rem !important; }
  .top-md-n3_25 {
    top: -1.125rem !important; }
  .right-md-n3_25 {
    right: -1.125rem !important; }
  .bottom-md-n3_25 {
    bottom: -1.125rem !important; }
  .left-md-n3_25 {
    left: -1.125rem !important; }
  .top-md-n3_5 {
    top: -1.25rem !important; }
  .right-md-n3_5 {
    right: -1.25rem !important; }
  .bottom-md-n3_5 {
    bottom: -1.25rem !important; }
  .left-md-n3_5 {
    left: -1.25rem !important; }
  .top-md-n3_75 {
    top: -1.375rem !important; }
  .right-md-n3_75 {
    right: -1.375rem !important; }
  .bottom-md-n3_75 {
    bottom: -1.375rem !important; }
  .left-md-n3_75 {
    left: -1.375rem !important; }
  .top-md-n4_15 {
    top: -1.6875rem !important; }
  .right-md-n4_15 {
    right: -1.6875rem !important; }
  .bottom-md-n4_15 {
    bottom: -1.6875rem !important; }
  .left-md-n4_15 {
    left: -1.6875rem !important; }
  .top-md-n4_25 {
    top: -1.875rem !important; }
  .right-md-n4_25 {
    right: -1.875rem !important; }
  .bottom-md-n4_25 {
    bottom: -1.875rem !important; }
  .left-md-n4_25 {
    left: -1.875rem !important; }
  .top-md-n4_35 {
    top: -2.0625rem !important; }
  .right-md-n4_35 {
    right: -2.0625rem !important; }
  .bottom-md-n4_35 {
    bottom: -2.0625rem !important; }
  .left-md-n4_35 {
    left: -2.0625rem !important; }
  .top-md-n4_5 {
    top: -2.25rem !important; }
  .right-md-n4_5 {
    right: -2.25rem !important; }
  .bottom-md-n4_5 {
    bottom: -2.25rem !important; }
  .left-md-n4_5 {
    left: -2.25rem !important; }
  .top-md-n4_75 {
    top: -2.5rem !important; }
  .right-md-n4_75 {
    right: -2.5rem !important; }
  .bottom-md-n4_75 {
    bottom: -2.5rem !important; }
  .left-md-n4_75 {
    left: -2.5rem !important; }
  .top-md-n5_15 {
    top: -3.125rem !important; }
  .right-md-n5_15 {
    right: -3.125rem !important; }
  .bottom-md-n5_15 {
    bottom: -3.125rem !important; }
  .left-md-n5_15 {
    left: -3.125rem !important; }
  .top-md-n5_25 {
    top: -3.5rem !important; }
  .right-md-n5_25 {
    right: -3.5rem !important; }
  .bottom-md-n5_25 {
    bottom: -3.5rem !important; }
  .left-md-n5_25 {
    left: -3.5rem !important; }
  .top-md-n5_5 {
    top: -3.75rem !important; }
  .right-md-n5_5 {
    right: -3.75rem !important; }
  .bottom-md-n5_5 {
    bottom: -3.75rem !important; }
  .left-md-n5_5 {
    left: -3.75rem !important; }
  .top-md-n5_75 {
    top: -4.375rem !important; }
  .right-md-n5_75 {
    right: -4.375rem !important; }
  .bottom-md-n5_75 {
    bottom: -4.375rem !important; }
  .left-md-n5_75 {
    left: -4.375rem !important; }
  .top-md-n6 {
    top: -4.5rem !important; }
  .right-md-n6 {
    right: -4.5rem !important; }
  .bottom-md-n6 {
    bottom: -4.5rem !important; }
  .left-md-n6 {
    left: -4.5rem !important; }
  .top-md-n6_5 {
    top: -5rem !important; }
  .right-md-n6_5 {
    right: -5rem !important; }
  .bottom-md-n6_5 {
    bottom: -5rem !important; }
  .left-md-n6_5 {
    left: -5rem !important; }
  .top-md-n6_75 {
    top: -5.375rem !important; }
  .right-md-n6_75 {
    right: -5.375rem !important; }
  .bottom-md-n6_75 {
    bottom: -5.375rem !important; }
  .left-md-n6_75 {
    left: -5.375rem !important; }
  .top-md-n7 {
    top: -6rem !important; }
  .right-md-n7 {
    right: -6rem !important; }
  .bottom-md-n7 {
    bottom: -6rem !important; }
  .left-md-n7 {
    left: -6rem !important; }
  .top-md-n7_5 {
    top: -6.75rem !important; }
  .right-md-n7_5 {
    right: -6.75rem !important; }
  .bottom-md-n7_5 {
    bottom: -6.75rem !important; }
  .left-md-n7_5 {
    left: -6.75rem !important; }
  .top-md-n7_75 {
    top: -7.25rem !important; }
  .right-md-n7_75 {
    right: -7.25rem !important; }
  .bottom-md-n7_75 {
    bottom: -7.25rem !important; }
  .left-md-n7_75 {
    left: -7.25rem !important; }
  .top-md-n8 {
    top: -7.5rem !important; }
  .right-md-n8 {
    right: -7.5rem !important; }
  .bottom-md-n8 {
    bottom: -7.5rem !important; }
  .left-md-n8 {
    left: -7.5rem !important; }
  .top-md-n8_5 {
    top: -8.125rem !important; }
  .right-md-n8_5 {
    right: -8.125rem !important; }
  .bottom-md-n8_5 {
    bottom: -8.125rem !important; }
  .left-md-n8_5 {
    left: -8.125rem !important; }
  .top-md-n8_75 {
    top: -8.4375rem !important; }
  .right-md-n8_75 {
    right: -8.4375rem !important; }
  .bottom-md-n8_75 {
    bottom: -8.4375rem !important; }
  .left-md-n8_75 {
    left: -8.4375rem !important; }
  .top-md-n9 {
    top: -9rem !important; }
  .right-md-n9 {
    right: -9rem !important; }
  .bottom-md-n9 {
    bottom: -9rem !important; }
  .left-md-n9 {
    left: -9rem !important; }
  .top-md-n10 {
    top: -10.5rem !important; }
  .right-md-n10 {
    right: -10.5rem !important; }
  .bottom-md-n10 {
    bottom: -10.5rem !important; }
  .left-md-n10 {
    left: -10.5rem !important; }
  .top-md-n10_25 {
    top: -11rem !important; }
  .right-md-n10_25 {
    right: -11rem !important; }
  .bottom-md-n10_25 {
    bottom: -11rem !important; }
  .left-md-n10_25 {
    left: -11rem !important; }
  .top-md-n10_5 {
    top: -11.25rem !important; }
  .right-md-n10_5 {
    right: -11.25rem !important; }
  .bottom-md-n10_5 {
    bottom: -11.25rem !important; }
  .left-md-n10_5 {
    left: -11.25rem !important; }
  .top-md-n10_75 {
    top: -11.5rem !important; }
  .right-md-n10_75 {
    right: -11.5rem !important; }
  .bottom-md-n10_75 {
    bottom: -11.5rem !important; }
  .left-md-n10_75 {
    left: -11.5rem !important; }
  .top-md-n11 {
    top: -12rem !important; }
  .right-md-n11 {
    right: -12rem !important; }
  .bottom-md-n11 {
    bottom: -12rem !important; }
  .left-md-n11 {
    left: -12rem !important; }
  .top-md-n12 {
    top: -13.5rem !important; }
  .right-md-n12 {
    right: -13.5rem !important; }
  .bottom-md-n12 {
    bottom: -13.5rem !important; }
  .left-md-n12 {
    left: -13.5rem !important; }
  .top-md-n13 {
    top: -15rem !important; }
  .right-md-n13 {
    right: -15rem !important; }
  .bottom-md-n13 {
    bottom: -15rem !important; }
  .left-md-n13 {
    left: -15rem !important; }
  .top-md-n14 {
    top: -16.6rem !important; }
  .right-md-n14 {
    right: -16.6rem !important; }
  .bottom-md-n14 {
    bottom: -16.6rem !important; }
  .left-md-n14 {
    left: -16.6rem !important; }
  .top-md-n15 {
    top: -18rem !important; }
  .right-md-n15 {
    right: -18rem !important; }
  .bottom-md-n15 {
    bottom: -18rem !important; }
  .left-md-n15 {
    left: -18rem !important; }
  .top-md-n16 {
    top: -19.5rem !important; }
  .right-md-n16 {
    right: -19.5rem !important; }
  .bottom-md-n16 {
    bottom: -19.5rem !important; }
  .left-md-n16 {
    left: -19.5rem !important; }
  .top-md-n17 {
    top: -21rem !important; }
  .right-md-n17 {
    right: -21rem !important; }
  .bottom-md-n17 {
    bottom: -21rem !important; }
  .left-md-n17 {
    left: -21rem !important; }
  .top-md-n18 {
    top: -22.5rem !important; }
  .right-md-n18 {
    right: -22.5rem !important; }
  .bottom-md-n18 {
    bottom: -22.5rem !important; }
  .left-md-n18 {
    left: -22.5rem !important; }
  .top-md-n19 {
    top: -24rem !important; }
  .right-md-n19 {
    right: -24rem !important; }
  .bottom-md-n19 {
    bottom: -24rem !important; }
  .left-md-n19 {
    left: -24rem !important; }
  .top-md-n20 {
    top: -25.5rem !important; }
  .right-md-n20 {
    right: -25.5rem !important; }
  .bottom-md-n20 {
    bottom: -25.5rem !important; }
  .left-md-n20 {
    left: -25.5rem !important; }
  .top-md-n21 {
    top: -27rem !important; }
  .right-md-n21 {
    right: -27rem !important; }
  .bottom-md-n21 {
    bottom: -27rem !important; }
  .left-md-n21 {
    left: -27rem !important; }
  .top-md-n22 {
    top: -28.5rem !important; }
  .right-md-n22 {
    right: -28.5rem !important; }
  .bottom-md-n22 {
    bottom: -28.5rem !important; }
  .left-md-n22 {
    left: -28.5rem !important; }
  .top-md-n23 {
    top: -30rem !important; }
  .right-md-n23 {
    right: -30rem !important; }
  .bottom-md-n23 {
    bottom: -30rem !important; }
  .left-md-n23 {
    left: -30rem !important; }
  .top-md-n24 {
    top: -31.5rem !important; }
  .right-md-n24 {
    right: -31.5rem !important; }
  .bottom-md-n24 {
    bottom: -31.5rem !important; }
  .left-md-n24 {
    left: -31.5rem !important; }
  .top-md-n25 {
    top: -33rem !important; }
  .right-md-n25 {
    right: -33rem !important; }
  .bottom-md-n25 {
    bottom: -33rem !important; }
  .left-md-n25 {
    left: -33rem !important; }
  .top-md-n26 {
    top: -34.5rem !important; }
  .right-md-n26 {
    right: -34.5rem !important; }
  .bottom-md-n26 {
    bottom: -34.5rem !important; }
  .left-md-n26 {
    left: -34.5rem !important; }
  .top-md-n27 {
    top: -36rem !important; }
  .right-md-n27 {
    right: -36rem !important; }
  .bottom-md-n27 {
    bottom: -36rem !important; }
  .left-md-n27 {
    left: -36rem !important; }
  .top-md-n28 {
    top: -37.5rem !important; }
  .right-md-n28 {
    right: -37.5rem !important; }
  .bottom-md-n28 {
    bottom: -37.5rem !important; }
  .left-md-n28 {
    left: -37.5rem !important; }
  .top-md-n29 {
    top: -39rem !important; }
  .right-md-n29 {
    right: -39rem !important; }
  .bottom-md-n29 {
    bottom: -39rem !important; }
  .left-md-n29 {
    left: -39rem !important; }
  .top-md-n30 {
    top: -40.5rem !important; }
  .right-md-n30 {
    right: -40.5rem !important; }
  .bottom-md-n30 {
    bottom: -40.5rem !important; }
  .left-md-n30 {
    left: -40.5rem !important; }
  .top-md-auto {
    top: auto !important; }
  .right-md-auto {
    right: auto !important; }
  .bottom-md-auto {
    bottom: auto !important; }
  .left-md-auto {
    left: auto !important; } }

@media (min-width: 992px) {
  .font-lg-h1 {
    font-size: 1.5rem !important; }
  .font-lg-h2 {
    font-size: 1.25rem !important; }
  .font-lg-h3 {
    font-size: 1.125rem !important; }
  .font-lg-h4 {
    font-size: 1rem !important; }
  .font-lg-link {
    font-size: 0.875rem !important; }
  .font-lg-body {
    font-size: 0.9375rem !important; }
  .font-lg-caption {
    font-size: 0.75rem !important; }
  .font-lg-9 {
    font-size: 0.5625rem !important; }
  .font-lg-10 {
    font-size: 0.625rem !important; }
  .font-lg-11 {
    font-size: 0.6875rem !important; }
  .font-lg-13 {
    font-size: 0.8125rem !important; }
  .font-lg-16 {
    font-size: 1rem !important; }
  .font-lg-17 {
    font-size: 1.0625rem !important; }
  .font-lg-19 {
    font-size: 1.1875rem !important; }
  .font-lg-20 {
    font-size: 1.25rem !important; }
  .font-lg-21 {
    font-size: 1.3125rem !important; }
  .font-lg-22 {
    font-size: 1.375rem !important; }
  .font-lg-23 {
    font-size: 1.4375rem !important; }
  .font-lg-25 {
    font-size: 1.5625rem !important; }
  .font-lg-26 {
    font-size: 1.625rem !important; }
  .font-lg-28 {
    font-size: 1.75rem !important; }
  .font-lg-29 {
    font-size: 1.8125rem !important; }
  .font-lg-31 {
    font-size: 1.9375rem !important; }
  .font-lg-33 {
    font-size: 2.0625rem !important; }
  .font-lg-34 {
    font-size: 2.125rem !important; }
  .font-lg-35 {
    font-size: 2.1875rem !important; }
  .font-lg-37 {
    font-size: 2.3125rem !important; }
  .font-lg-40 {
    font-size: 2.5rem !important; }
  .font-lg-42 {
    font-size: 2.625rem !important; }
  .font-lg-43 {
    font-size: 2.6875rem !important; }
  .font-lg-45 {
    font-size: 2.8125rem !important; }
  .font-lg-50 {
    font-size: 3.125rem !important; }
  .font-lg-small {
    font-size: 80% !important; }
  .font-weight-lg-ultralight {
    font-weight: 100 !important; }
  .font-weight-lg-semibold {
    font-weight: 600 !important; }
  .font-weight-lg-bold {
    font-weight: bold !important; }
  .font-weight-lg-bolder {
    font-weight: 800 !important; }
  .text-lg-gray {
    color: #868e96 !important; }
  .line-height-lg-sm {
    line-height: 1.1666666667 !important; }
  .line-height-lg-body {
    line-height: 1.3333333333 !important; }
  .line-height-lg-lg {
    line-height: 1.3888888889 !important; }
  .line-height-lg-llg {
    line-height: 1.4667 !important; }
  .line-height-lg-1 {
    line-height: 1 !important; }
  .line-height-lg-xl {
    line-height: 1.6666666667 !important; }
  .height-lg-40 {
    height: 40px !important; }
  .height-lg-45 {
    height: 45px !important; }
  .height-lg-46 {
    height: 46px !important; }
  .height-lg-47 {
    height: 47px !important; }
  .height-lg-48 {
    height: 48px !important; }
  .height-lg-49 {
    height: 49px !important; }
  .height-lg-50 {
    height: 50px !important; }
  .text-lg-underline {
    text-decoration: underline !important; }
  .min-width-lg-0 {
    min-width: 0 !important; }
  .min-height-lg-0 {
    min-height: 0 !important; }
  .max-height-lg-none {
    max-height: none !important; }
  .width-lg-auto {
    width: auto !important; }
  .rounded-lg-0 {
    border-radius: 0 !important; }
  .rounded-lg-xs {
    border-radius: 0.125rem !important; }
  .rounded-lg-sm {
    border-radius: 0.3125rem !important; }
  .rounded-lg-md {
    border-radius: 0.5rem !important; }
  .rounded-lg-20 {
    border-radius: 1.25rem !important; }
  .rounded-lg-lg {
    border-radius: 0.625rem !important; }
  .resize-lg-none {
    resize: none !important; }
  .rotate-lg-0 {
    -webkit-transform: rotate(0) !important;
        -ms-transform: rotate(0) !important;
            transform: rotate(0) !important; }
  .rotate-lg-45 {
    -webkit-transform: rotate(45deg) !important;
        -ms-transform: rotate(45deg) !important;
            transform: rotate(45deg) !important; }
  .rotate-lg--45 {
    -webkit-transform: rotate(-45deg) !important;
        -ms-transform: rotate(-45deg) !important;
            transform: rotate(-45deg) !important; }
  .rotate-lg-90 {
    -webkit-transform: rotate(90deg) !important;
        -ms-transform: rotate(90deg) !important;
            transform: rotate(90deg) !important; }
  .rotate-lg--90 {
    -webkit-transform: rotate(-90deg) !important;
        -ms-transform: rotate(-90deg) !important;
            transform: rotate(-90deg) !important; }
  .rotate-lg-120 {
    -webkit-transform: rotate(120deg) !important;
        -ms-transform: rotate(120deg) !important;
            transform: rotate(120deg) !important; }
  .rotate-lg--120 {
    -webkit-transform: rotate(-120deg) !important;
        -ms-transform: rotate(-120deg) !important;
            transform: rotate(-120deg) !important; }
  .rotate-lg-180 {
    -webkit-transform: rotate(180deg) !important;
        -ms-transform: rotate(180deg) !important;
            transform: rotate(180deg) !important; }
  .rotate-lg--180 {
    -webkit-transform: rotate(-180deg) !important;
        -ms-transform: rotate(-180deg) !important;
            transform: rotate(-180deg) !important; }
  .rotate-lg-270 {
    -webkit-transform: rotate(270deg) !important;
        -ms-transform: rotate(270deg) !important;
            transform: rotate(270deg) !important; }
  .rotate-lg--270 {
    -webkit-transform: rotate(-270deg) !important;
        -ms-transform: rotate(-270deg) !important;
            transform: rotate(-270deg) !important; }
  .rotate-lg-360 {
    -webkit-transform: rotate(360deg) !important;
        -ms-transform: rotate(360deg) !important;
            transform: rotate(360deg) !important; }
  .shadow-lg-none {
    box-shadow: none !important; }
  .shadow-lg-md {
    box-shadow: 0 1rem 0.875rem -0.875rem #b9c6d3 !important; }
  .shadow-lg-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }
  .bg-lg-transparent {
    background-color: transparent !important; }
  .bg-lg-white {
    background-color: white !important; }
  .border-lg-none {
    border: none !important; }
  .border-lg-dashed {
    border-style: dashed !important; }
  .border-y-lg-0 {
    border-top-width: 0 !important;
    border-bottom-width: 0 !important; }
  .border-x-lg-0 {
    border-left-width: 0 !important;
    border-right-width: 0 !important; }
  .border-lg-1 {
    border-width: 1px !important; }
  .border-lg-2 {
    border-width: 2px !important; }
  .border-t-lg-0 {
    border-top-width: 0 !important; }
  .border-t-lg-1 {
    border-top-width: 1px !important; }
  .border-t-lg-2 {
    border-top-width: 2px !important; }
  .border-b-lg-0 {
    border-bottom-width: 0 !important; }
  .border-b-lg-1 {
    border-bottom-width: 1px !important; }
  .border-b-lg-2 {
    border-bottom-width: 2px !important; }
  .border-l-lg-0 {
    border-left-width: 0 !important; }
  .border-l-lg-1 {
    border-left-width: 1px !important; }
  .border-l-lg-2 {
    border-left-width: 2px !important; }
  .border-r-lg-0 {
    border-right-width: 0 !important; }
  .border-r-lg-1 {
    border-right-width: 1px !important; }
  .border-r-lg-2 {
    border-right-width: 2px !important; }
  .border-t-radius-lg-0 {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important; }
  .border-b-radius-lg-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important; }
  .border-l-radius-lg-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important; }
  .border-r-radius-lg-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important; }
  .letter-spacing-lg-0 {
    letter-spacing: 0 !important; }
  .letter-spacing-lg-1 {
    letter-spacing: 1px !important; }
  .letter-spacing-lg-2 {
    letter-spacing: 2px !important; }
  .letter-spacing-lg-3 {
    letter-spacing: 3px !important; }
  .opacity-lg-1 {
    opacity: 0.1 !important; }
  .opacity-lg-2 {
    opacity: 0.2 !important; }
  .opacity-lg-3 {
    opacity: 0.3 !important; }
  .opacity-lg-4 {
    opacity: 0.4 !important; }
  .opacity-lg-5 {
    opacity: 0.5 !important; }
  .opacity-lg-6 {
    opacity: 0.6 !important; }
  .opacity-lg-7 {
    opacity: 0.7 !important; }
  .opacity-lg-8 {
    opacity: 0.8 !important; }
  .opacity-lg-9 {
    opacity: 0.9 !important; }
  .opacity-lg-10 {
    opacity: 1 !important; }
  .overflow-x-lg-hidden {
    overflow-x: hidden !important; }
  .overflow-x-lg-auto {
    overflow-x: auto !important; }
  .overflow-x-lg-visible {
    overflow-x: visible !important; }
  .overflow-y-lg-hidden {
    overflow-y: hidden !important; }
  .overflow-y-lg-auto {
    overflow-y: auto !important; }
  .overflow-y-lg-visible {
    overflow-y: visible !important; }
  .z-index-lg--1 {
    z-index: -1 !important; }
  .z-index-lg-1 {
    z-index: 1 !important; }
  .z-index-lg-9 {
    z-index: 9 !important; }
  .z-index-lg-99 {
    z-index: 99 !important; }
  .pointer-events-lg-none {
    pointer-events: none !important; }
  .right-lg-0 {
    right: 0 !important; }
  .rightt-lg-0,
  .righty-lg-0 {
    right-top: 0 !important; }
  .rightr-lg-0,
  .rightx-lg-0 {
    right-right: 0 !important; }
  .rightb-lg-0,
  .righty-lg-0 {
    right-bottom: 0 !important; }
  .rightl-lg-0,
  .rightx-lg-0 {
    right-left: 0 !important; }
  .right-lg-1 {
    right: 0.25rem !important; }
  .rightt-lg-1,
  .righty-lg-1 {
    right-top: 0.25rem !important; }
  .rightr-lg-1,
  .rightx-lg-1 {
    right-right: 0.25rem !important; }
  .rightb-lg-1,
  .righty-lg-1 {
    right-bottom: 0.25rem !important; }
  .rightl-lg-1,
  .rightx-lg-1 {
    right-left: 0.25rem !important; }
  .right-lg-2 {
    right: 0.5rem !important; }
  .rightt-lg-2,
  .righty-lg-2 {
    right-top: 0.5rem !important; }
  .rightr-lg-2,
  .rightx-lg-2 {
    right-right: 0.5rem !important; }
  .rightb-lg-2,
  .righty-lg-2 {
    right-bottom: 0.5rem !important; }
  .rightl-lg-2,
  .rightx-lg-2 {
    right-left: 0.5rem !important; }
  .right-lg-3 {
    right: 1rem !important; }
  .rightt-lg-3,
  .righty-lg-3 {
    right-top: 1rem !important; }
  .rightr-lg-3,
  .rightx-lg-3 {
    right-right: 1rem !important; }
  .rightb-lg-3,
  .righty-lg-3 {
    right-bottom: 1rem !important; }
  .rightl-lg-3,
  .rightx-lg-3 {
    right-left: 1rem !important; }
  .right-lg-4 {
    right: 1.5rem !important; }
  .rightt-lg-4,
  .righty-lg-4 {
    right-top: 1.5rem !important; }
  .rightr-lg-4,
  .rightx-lg-4 {
    right-right: 1.5rem !important; }
  .rightb-lg-4,
  .righty-lg-4 {
    right-bottom: 1.5rem !important; }
  .rightl-lg-4,
  .rightx-lg-4 {
    right-left: 1.5rem !important; }
  .right-lg-5 {
    right: 3rem !important; }
  .rightt-lg-5,
  .righty-lg-5 {
    right-top: 3rem !important; }
  .rightr-lg-5,
  .rightx-lg-5 {
    right-right: 3rem !important; }
  .rightb-lg-5,
  .righty-lg-5 {
    right-bottom: 3rem !important; }
  .rightl-lg-5,
  .rightx-lg-5 {
    right-left: 3rem !important; }
  .right-lg-0_5 {
    right: 0.125rem !important; }
  .rightt-lg-0_5,
  .righty-lg-0_5 {
    right-top: 0.125rem !important; }
  .rightr-lg-0_5,
  .rightx-lg-0_5 {
    right-right: 0.125rem !important; }
  .rightb-lg-0_5,
  .righty-lg-0_5 {
    right-bottom: 0.125rem !important; }
  .rightl-lg-0_5,
  .rightx-lg-0_5 {
    right-left: 0.125rem !important; }
  .right-lg-1_5 {
    right: 0.375rem !important; }
  .rightt-lg-1_5,
  .righty-lg-1_5 {
    right-top: 0.375rem !important; }
  .rightr-lg-1_5,
  .rightx-lg-1_5 {
    right-right: 0.375rem !important; }
  .rightb-lg-1_5,
  .righty-lg-1_5 {
    right-bottom: 0.375rem !important; }
  .rightl-lg-1_5,
  .rightx-lg-1_5 {
    right-left: 0.375rem !important; }
  .right-lg-2_25 {
    right: 0.55rem !important; }
  .rightt-lg-2_25,
  .righty-lg-2_25 {
    right-top: 0.55rem !important; }
  .rightr-lg-2_25,
  .rightx-lg-2_25 {
    right-right: 0.55rem !important; }
  .rightb-lg-2_25,
  .righty-lg-2_25 {
    right-bottom: 0.55rem !important; }
  .rightl-lg-2_25,
  .rightx-lg-2_25 {
    right-left: 0.55rem !important; }
  .right-lg-2_35 {
    right: 0.625rem !important; }
  .rightt-lg-2_35,
  .righty-lg-2_35 {
    right-top: 0.625rem !important; }
  .rightr-lg-2_35,
  .rightx-lg-2_35 {
    right-right: 0.625rem !important; }
  .rightb-lg-2_35,
  .righty-lg-2_35 {
    right-bottom: 0.625rem !important; }
  .rightl-lg-2_35,
  .rightx-lg-2_35 {
    right-left: 0.625rem !important; }
  .right-lg-2_5 {
    right: 0.75rem !important; }
  .rightt-lg-2_5,
  .righty-lg-2_5 {
    right-top: 0.75rem !important; }
  .rightr-lg-2_5,
  .rightx-lg-2_5 {
    right-right: 0.75rem !important; }
  .rightb-lg-2_5,
  .righty-lg-2_5 {
    right-bottom: 0.75rem !important; }
  .rightl-lg-2_5,
  .rightx-lg-2_5 {
    right-left: 0.75rem !important; }
  .right-lg-2_75 {
    right: 0.875rem !important; }
  .rightt-lg-2_75,
  .righty-lg-2_75 {
    right-top: 0.875rem !important; }
  .rightr-lg-2_75,
  .rightx-lg-2_75 {
    right-right: 0.875rem !important; }
  .rightb-lg-2_75,
  .righty-lg-2_75 {
    right-bottom: 0.875rem !important; }
  .rightl-lg-2_75,
  .rightx-lg-2_75 {
    right-left: 0.875rem !important; }
  .right-lg-3_25 {
    right: 1.125rem !important; }
  .rightt-lg-3_25,
  .righty-lg-3_25 {
    right-top: 1.125rem !important; }
  .rightr-lg-3_25,
  .rightx-lg-3_25 {
    right-right: 1.125rem !important; }
  .rightb-lg-3_25,
  .righty-lg-3_25 {
    right-bottom: 1.125rem !important; }
  .rightl-lg-3_25,
  .rightx-lg-3_25 {
    right-left: 1.125rem !important; }
  .right-lg-3_5 {
    right: 1.25rem !important; }
  .rightt-lg-3_5,
  .righty-lg-3_5 {
    right-top: 1.25rem !important; }
  .rightr-lg-3_5,
  .rightx-lg-3_5 {
    right-right: 1.25rem !important; }
  .rightb-lg-3_5,
  .righty-lg-3_5 {
    right-bottom: 1.25rem !important; }
  .rightl-lg-3_5,
  .rightx-lg-3_5 {
    right-left: 1.25rem !important; }
  .right-lg-3_75 {
    right: 1.375rem !important; }
  .rightt-lg-3_75,
  .righty-lg-3_75 {
    right-top: 1.375rem !important; }
  .rightr-lg-3_75,
  .rightx-lg-3_75 {
    right-right: 1.375rem !important; }
  .rightb-lg-3_75,
  .righty-lg-3_75 {
    right-bottom: 1.375rem !important; }
  .rightl-lg-3_75,
  .rightx-lg-3_75 {
    right-left: 1.375rem !important; }
  .right-lg-4_15 {
    right: 1.6875rem !important; }
  .rightt-lg-4_15,
  .righty-lg-4_15 {
    right-top: 1.6875rem !important; }
  .rightr-lg-4_15,
  .rightx-lg-4_15 {
    right-right: 1.6875rem !important; }
  .rightb-lg-4_15,
  .righty-lg-4_15 {
    right-bottom: 1.6875rem !important; }
  .rightl-lg-4_15,
  .rightx-lg-4_15 {
    right-left: 1.6875rem !important; }
  .right-lg-4_25 {
    right: 1.875rem !important; }
  .rightt-lg-4_25,
  .righty-lg-4_25 {
    right-top: 1.875rem !important; }
  .rightr-lg-4_25,
  .rightx-lg-4_25 {
    right-right: 1.875rem !important; }
  .rightb-lg-4_25,
  .righty-lg-4_25 {
    right-bottom: 1.875rem !important; }
  .rightl-lg-4_25,
  .rightx-lg-4_25 {
    right-left: 1.875rem !important; }
  .right-lg-4_35 {
    right: 2.0625rem !important; }
  .rightt-lg-4_35,
  .righty-lg-4_35 {
    right-top: 2.0625rem !important; }
  .rightr-lg-4_35,
  .rightx-lg-4_35 {
    right-right: 2.0625rem !important; }
  .rightb-lg-4_35,
  .righty-lg-4_35 {
    right-bottom: 2.0625rem !important; }
  .rightl-lg-4_35,
  .rightx-lg-4_35 {
    right-left: 2.0625rem !important; }
  .right-lg-4_5 {
    right: 2.25rem !important; }
  .rightt-lg-4_5,
  .righty-lg-4_5 {
    right-top: 2.25rem !important; }
  .rightr-lg-4_5,
  .rightx-lg-4_5 {
    right-right: 2.25rem !important; }
  .rightb-lg-4_5,
  .righty-lg-4_5 {
    right-bottom: 2.25rem !important; }
  .rightl-lg-4_5,
  .rightx-lg-4_5 {
    right-left: 2.25rem !important; }
  .right-lg-4_75 {
    right: 2.5rem !important; }
  .rightt-lg-4_75,
  .righty-lg-4_75 {
    right-top: 2.5rem !important; }
  .rightr-lg-4_75,
  .rightx-lg-4_75 {
    right-right: 2.5rem !important; }
  .rightb-lg-4_75,
  .righty-lg-4_75 {
    right-bottom: 2.5rem !important; }
  .rightl-lg-4_75,
  .rightx-lg-4_75 {
    right-left: 2.5rem !important; }
  .right-lg-5_15 {
    right: 3.125rem !important; }
  .rightt-lg-5_15,
  .righty-lg-5_15 {
    right-top: 3.125rem !important; }
  .rightr-lg-5_15,
  .rightx-lg-5_15 {
    right-right: 3.125rem !important; }
  .rightb-lg-5_15,
  .righty-lg-5_15 {
    right-bottom: 3.125rem !important; }
  .rightl-lg-5_15,
  .rightx-lg-5_15 {
    right-left: 3.125rem !important; }
  .right-lg-5_25 {
    right: 3.5rem !important; }
  .rightt-lg-5_25,
  .righty-lg-5_25 {
    right-top: 3.5rem !important; }
  .rightr-lg-5_25,
  .rightx-lg-5_25 {
    right-right: 3.5rem !important; }
  .rightb-lg-5_25,
  .righty-lg-5_25 {
    right-bottom: 3.5rem !important; }
  .rightl-lg-5_25,
  .rightx-lg-5_25 {
    right-left: 3.5rem !important; }
  .right-lg-5_5 {
    right: 3.75rem !important; }
  .rightt-lg-5_5,
  .righty-lg-5_5 {
    right-top: 3.75rem !important; }
  .rightr-lg-5_5,
  .rightx-lg-5_5 {
    right-right: 3.75rem !important; }
  .rightb-lg-5_5,
  .righty-lg-5_5 {
    right-bottom: 3.75rem !important; }
  .rightl-lg-5_5,
  .rightx-lg-5_5 {
    right-left: 3.75rem !important; }
  .right-lg-5_75 {
    right: 4.375rem !important; }
  .rightt-lg-5_75,
  .righty-lg-5_75 {
    right-top: 4.375rem !important; }
  .rightr-lg-5_75,
  .rightx-lg-5_75 {
    right-right: 4.375rem !important; }
  .rightb-lg-5_75,
  .righty-lg-5_75 {
    right-bottom: 4.375rem !important; }
  .rightl-lg-5_75,
  .rightx-lg-5_75 {
    right-left: 4.375rem !important; }
  .right-lg-6 {
    right: 4.5rem !important; }
  .rightt-lg-6,
  .righty-lg-6 {
    right-top: 4.5rem !important; }
  .rightr-lg-6,
  .rightx-lg-6 {
    right-right: 4.5rem !important; }
  .rightb-lg-6,
  .righty-lg-6 {
    right-bottom: 4.5rem !important; }
  .rightl-lg-6,
  .rightx-lg-6 {
    right-left: 4.5rem !important; }
  .right-lg-6_5 {
    right: 5rem !important; }
  .rightt-lg-6_5,
  .righty-lg-6_5 {
    right-top: 5rem !important; }
  .rightr-lg-6_5,
  .rightx-lg-6_5 {
    right-right: 5rem !important; }
  .rightb-lg-6_5,
  .righty-lg-6_5 {
    right-bottom: 5rem !important; }
  .rightl-lg-6_5,
  .rightx-lg-6_5 {
    right-left: 5rem !important; }
  .right-lg-6_75 {
    right: 5.375rem !important; }
  .rightt-lg-6_75,
  .righty-lg-6_75 {
    right-top: 5.375rem !important; }
  .rightr-lg-6_75,
  .rightx-lg-6_75 {
    right-right: 5.375rem !important; }
  .rightb-lg-6_75,
  .righty-lg-6_75 {
    right-bottom: 5.375rem !important; }
  .rightl-lg-6_75,
  .rightx-lg-6_75 {
    right-left: 5.375rem !important; }
  .right-lg-7 {
    right: 6rem !important; }
  .rightt-lg-7,
  .righty-lg-7 {
    right-top: 6rem !important; }
  .rightr-lg-7,
  .rightx-lg-7 {
    right-right: 6rem !important; }
  .rightb-lg-7,
  .righty-lg-7 {
    right-bottom: 6rem !important; }
  .rightl-lg-7,
  .rightx-lg-7 {
    right-left: 6rem !important; }
  .right-lg-7_5 {
    right: 6.75rem !important; }
  .rightt-lg-7_5,
  .righty-lg-7_5 {
    right-top: 6.75rem !important; }
  .rightr-lg-7_5,
  .rightx-lg-7_5 {
    right-right: 6.75rem !important; }
  .rightb-lg-7_5,
  .righty-lg-7_5 {
    right-bottom: 6.75rem !important; }
  .rightl-lg-7_5,
  .rightx-lg-7_5 {
    right-left: 6.75rem !important; }
  .right-lg-7_75 {
    right: 7.25rem !important; }
  .rightt-lg-7_75,
  .righty-lg-7_75 {
    right-top: 7.25rem !important; }
  .rightr-lg-7_75,
  .rightx-lg-7_75 {
    right-right: 7.25rem !important; }
  .rightb-lg-7_75,
  .righty-lg-7_75 {
    right-bottom: 7.25rem !important; }
  .rightl-lg-7_75,
  .rightx-lg-7_75 {
    right-left: 7.25rem !important; }
  .right-lg-8 {
    right: 7.5rem !important; }
  .rightt-lg-8,
  .righty-lg-8 {
    right-top: 7.5rem !important; }
  .rightr-lg-8,
  .rightx-lg-8 {
    right-right: 7.5rem !important; }
  .rightb-lg-8,
  .righty-lg-8 {
    right-bottom: 7.5rem !important; }
  .rightl-lg-8,
  .rightx-lg-8 {
    right-left: 7.5rem !important; }
  .right-lg-8_5 {
    right: 8.125rem !important; }
  .rightt-lg-8_5,
  .righty-lg-8_5 {
    right-top: 8.125rem !important; }
  .rightr-lg-8_5,
  .rightx-lg-8_5 {
    right-right: 8.125rem !important; }
  .rightb-lg-8_5,
  .righty-lg-8_5 {
    right-bottom: 8.125rem !important; }
  .rightl-lg-8_5,
  .rightx-lg-8_5 {
    right-left: 8.125rem !important; }
  .right-lg-8_75 {
    right: 8.4375rem !important; }
  .rightt-lg-8_75,
  .righty-lg-8_75 {
    right-top: 8.4375rem !important; }
  .rightr-lg-8_75,
  .rightx-lg-8_75 {
    right-right: 8.4375rem !important; }
  .rightb-lg-8_75,
  .righty-lg-8_75 {
    right-bottom: 8.4375rem !important; }
  .rightl-lg-8_75,
  .rightx-lg-8_75 {
    right-left: 8.4375rem !important; }
  .right-lg-9 {
    right: 9rem !important; }
  .rightt-lg-9,
  .righty-lg-9 {
    right-top: 9rem !important; }
  .rightr-lg-9,
  .rightx-lg-9 {
    right-right: 9rem !important; }
  .rightb-lg-9,
  .righty-lg-9 {
    right-bottom: 9rem !important; }
  .rightl-lg-9,
  .rightx-lg-9 {
    right-left: 9rem !important; }
  .right-lg-10 {
    right: 10.5rem !important; }
  .rightt-lg-10,
  .righty-lg-10 {
    right-top: 10.5rem !important; }
  .rightr-lg-10,
  .rightx-lg-10 {
    right-right: 10.5rem !important; }
  .rightb-lg-10,
  .righty-lg-10 {
    right-bottom: 10.5rem !important; }
  .rightl-lg-10,
  .rightx-lg-10 {
    right-left: 10.5rem !important; }
  .right-lg-10_25 {
    right: 11rem !important; }
  .rightt-lg-10_25,
  .righty-lg-10_25 {
    right-top: 11rem !important; }
  .rightr-lg-10_25,
  .rightx-lg-10_25 {
    right-right: 11rem !important; }
  .rightb-lg-10_25,
  .righty-lg-10_25 {
    right-bottom: 11rem !important; }
  .rightl-lg-10_25,
  .rightx-lg-10_25 {
    right-left: 11rem !important; }
  .right-lg-10_5 {
    right: 11.25rem !important; }
  .rightt-lg-10_5,
  .righty-lg-10_5 {
    right-top: 11.25rem !important; }
  .rightr-lg-10_5,
  .rightx-lg-10_5 {
    right-right: 11.25rem !important; }
  .rightb-lg-10_5,
  .righty-lg-10_5 {
    right-bottom: 11.25rem !important; }
  .rightl-lg-10_5,
  .rightx-lg-10_5 {
    right-left: 11.25rem !important; }
  .right-lg-10_75 {
    right: 11.5rem !important; }
  .rightt-lg-10_75,
  .righty-lg-10_75 {
    right-top: 11.5rem !important; }
  .rightr-lg-10_75,
  .rightx-lg-10_75 {
    right-right: 11.5rem !important; }
  .rightb-lg-10_75,
  .righty-lg-10_75 {
    right-bottom: 11.5rem !important; }
  .rightl-lg-10_75,
  .rightx-lg-10_75 {
    right-left: 11.5rem !important; }
  .right-lg-11 {
    right: 12rem !important; }
  .rightt-lg-11,
  .righty-lg-11 {
    right-top: 12rem !important; }
  .rightr-lg-11,
  .rightx-lg-11 {
    right-right: 12rem !important; }
  .rightb-lg-11,
  .righty-lg-11 {
    right-bottom: 12rem !important; }
  .rightl-lg-11,
  .rightx-lg-11 {
    right-left: 12rem !important; }
  .right-lg-12 {
    right: 13.5rem !important; }
  .rightt-lg-12,
  .righty-lg-12 {
    right-top: 13.5rem !important; }
  .rightr-lg-12,
  .rightx-lg-12 {
    right-right: 13.5rem !important; }
  .rightb-lg-12,
  .righty-lg-12 {
    right-bottom: 13.5rem !important; }
  .rightl-lg-12,
  .rightx-lg-12 {
    right-left: 13.5rem !important; }
  .right-lg-13 {
    right: 15rem !important; }
  .rightt-lg-13,
  .righty-lg-13 {
    right-top: 15rem !important; }
  .rightr-lg-13,
  .rightx-lg-13 {
    right-right: 15rem !important; }
  .rightb-lg-13,
  .righty-lg-13 {
    right-bottom: 15rem !important; }
  .rightl-lg-13,
  .rightx-lg-13 {
    right-left: 15rem !important; }
  .right-lg-14 {
    right: 16.6rem !important; }
  .rightt-lg-14,
  .righty-lg-14 {
    right-top: 16.6rem !important; }
  .rightr-lg-14,
  .rightx-lg-14 {
    right-right: 16.6rem !important; }
  .rightb-lg-14,
  .righty-lg-14 {
    right-bottom: 16.6rem !important; }
  .rightl-lg-14,
  .rightx-lg-14 {
    right-left: 16.6rem !important; }
  .right-lg-15 {
    right: 18rem !important; }
  .rightt-lg-15,
  .righty-lg-15 {
    right-top: 18rem !important; }
  .rightr-lg-15,
  .rightx-lg-15 {
    right-right: 18rem !important; }
  .rightb-lg-15,
  .righty-lg-15 {
    right-bottom: 18rem !important; }
  .rightl-lg-15,
  .rightx-lg-15 {
    right-left: 18rem !important; }
  .right-lg-16 {
    right: 19.5rem !important; }
  .rightt-lg-16,
  .righty-lg-16 {
    right-top: 19.5rem !important; }
  .rightr-lg-16,
  .rightx-lg-16 {
    right-right: 19.5rem !important; }
  .rightb-lg-16,
  .righty-lg-16 {
    right-bottom: 19.5rem !important; }
  .rightl-lg-16,
  .rightx-lg-16 {
    right-left: 19.5rem !important; }
  .right-lg-17 {
    right: 21rem !important; }
  .rightt-lg-17,
  .righty-lg-17 {
    right-top: 21rem !important; }
  .rightr-lg-17,
  .rightx-lg-17 {
    right-right: 21rem !important; }
  .rightb-lg-17,
  .righty-lg-17 {
    right-bottom: 21rem !important; }
  .rightl-lg-17,
  .rightx-lg-17 {
    right-left: 21rem !important; }
  .right-lg-18 {
    right: 22.5rem !important; }
  .rightt-lg-18,
  .righty-lg-18 {
    right-top: 22.5rem !important; }
  .rightr-lg-18,
  .rightx-lg-18 {
    right-right: 22.5rem !important; }
  .rightb-lg-18,
  .righty-lg-18 {
    right-bottom: 22.5rem !important; }
  .rightl-lg-18,
  .rightx-lg-18 {
    right-left: 22.5rem !important; }
  .right-lg-19 {
    right: 24rem !important; }
  .rightt-lg-19,
  .righty-lg-19 {
    right-top: 24rem !important; }
  .rightr-lg-19,
  .rightx-lg-19 {
    right-right: 24rem !important; }
  .rightb-lg-19,
  .righty-lg-19 {
    right-bottom: 24rem !important; }
  .rightl-lg-19,
  .rightx-lg-19 {
    right-left: 24rem !important; }
  .right-lg-20 {
    right: 25.5rem !important; }
  .rightt-lg-20,
  .righty-lg-20 {
    right-top: 25.5rem !important; }
  .rightr-lg-20,
  .rightx-lg-20 {
    right-right: 25.5rem !important; }
  .rightb-lg-20,
  .righty-lg-20 {
    right-bottom: 25.5rem !important; }
  .rightl-lg-20,
  .rightx-lg-20 {
    right-left: 25.5rem !important; }
  .right-lg-21 {
    right: 27rem !important; }
  .rightt-lg-21,
  .righty-lg-21 {
    right-top: 27rem !important; }
  .rightr-lg-21,
  .rightx-lg-21 {
    right-right: 27rem !important; }
  .rightb-lg-21,
  .righty-lg-21 {
    right-bottom: 27rem !important; }
  .rightl-lg-21,
  .rightx-lg-21 {
    right-left: 27rem !important; }
  .right-lg-22 {
    right: 28.5rem !important; }
  .rightt-lg-22,
  .righty-lg-22 {
    right-top: 28.5rem !important; }
  .rightr-lg-22,
  .rightx-lg-22 {
    right-right: 28.5rem !important; }
  .rightb-lg-22,
  .righty-lg-22 {
    right-bottom: 28.5rem !important; }
  .rightl-lg-22,
  .rightx-lg-22 {
    right-left: 28.5rem !important; }
  .right-lg-23 {
    right: 30rem !important; }
  .rightt-lg-23,
  .righty-lg-23 {
    right-top: 30rem !important; }
  .rightr-lg-23,
  .rightx-lg-23 {
    right-right: 30rem !important; }
  .rightb-lg-23,
  .righty-lg-23 {
    right-bottom: 30rem !important; }
  .rightl-lg-23,
  .rightx-lg-23 {
    right-left: 30rem !important; }
  .right-lg-24 {
    right: 31.5rem !important; }
  .rightt-lg-24,
  .righty-lg-24 {
    right-top: 31.5rem !important; }
  .rightr-lg-24,
  .rightx-lg-24 {
    right-right: 31.5rem !important; }
  .rightb-lg-24,
  .righty-lg-24 {
    right-bottom: 31.5rem !important; }
  .rightl-lg-24,
  .rightx-lg-24 {
    right-left: 31.5rem !important; }
  .right-lg-25 {
    right: 33rem !important; }
  .rightt-lg-25,
  .righty-lg-25 {
    right-top: 33rem !important; }
  .rightr-lg-25,
  .rightx-lg-25 {
    right-right: 33rem !important; }
  .rightb-lg-25,
  .righty-lg-25 {
    right-bottom: 33rem !important; }
  .rightl-lg-25,
  .rightx-lg-25 {
    right-left: 33rem !important; }
  .right-lg-26 {
    right: 34.5rem !important; }
  .rightt-lg-26,
  .righty-lg-26 {
    right-top: 34.5rem !important; }
  .rightr-lg-26,
  .rightx-lg-26 {
    right-right: 34.5rem !important; }
  .rightb-lg-26,
  .righty-lg-26 {
    right-bottom: 34.5rem !important; }
  .rightl-lg-26,
  .rightx-lg-26 {
    right-left: 34.5rem !important; }
  .right-lg-27 {
    right: 36rem !important; }
  .rightt-lg-27,
  .righty-lg-27 {
    right-top: 36rem !important; }
  .rightr-lg-27,
  .rightx-lg-27 {
    right-right: 36rem !important; }
  .rightb-lg-27,
  .righty-lg-27 {
    right-bottom: 36rem !important; }
  .rightl-lg-27,
  .rightx-lg-27 {
    right-left: 36rem !important; }
  .right-lg-28 {
    right: 37.5rem !important; }
  .rightt-lg-28,
  .righty-lg-28 {
    right-top: 37.5rem !important; }
  .rightr-lg-28,
  .rightx-lg-28 {
    right-right: 37.5rem !important; }
  .rightb-lg-28,
  .righty-lg-28 {
    right-bottom: 37.5rem !important; }
  .rightl-lg-28,
  .rightx-lg-28 {
    right-left: 37.5rem !important; }
  .right-lg-29 {
    right: 39rem !important; }
  .rightt-lg-29,
  .righty-lg-29 {
    right-top: 39rem !important; }
  .rightr-lg-29,
  .rightx-lg-29 {
    right-right: 39rem !important; }
  .rightb-lg-29,
  .righty-lg-29 {
    right-bottom: 39rem !important; }
  .rightl-lg-29,
  .rightx-lg-29 {
    right-left: 39rem !important; }
  .right-lg-30 {
    right: 40.5rem !important; }
  .rightt-lg-30,
  .righty-lg-30 {
    right-top: 40.5rem !important; }
  .rightr-lg-30,
  .rightx-lg-30 {
    right-right: 40.5rem !important; }
  .rightb-lg-30,
  .righty-lg-30 {
    right-bottom: 40.5rem !important; }
  .rightl-lg-30,
  .rightx-lg-30 {
    right-left: 40.5rem !important; }
  .left-lg-0 {
    left: 0 !important; }
  .leftt-lg-0,
  .lefty-lg-0 {
    left-top: 0 !important; }
  .leftr-lg-0,
  .leftx-lg-0 {
    left-right: 0 !important; }
  .leftb-lg-0,
  .lefty-lg-0 {
    left-bottom: 0 !important; }
  .leftl-lg-0,
  .leftx-lg-0 {
    left-left: 0 !important; }
  .left-lg-1 {
    left: 0.25rem !important; }
  .leftt-lg-1,
  .lefty-lg-1 {
    left-top: 0.25rem !important; }
  .leftr-lg-1,
  .leftx-lg-1 {
    left-right: 0.25rem !important; }
  .leftb-lg-1,
  .lefty-lg-1 {
    left-bottom: 0.25rem !important; }
  .leftl-lg-1,
  .leftx-lg-1 {
    left-left: 0.25rem !important; }
  .left-lg-2 {
    left: 0.5rem !important; }
  .leftt-lg-2,
  .lefty-lg-2 {
    left-top: 0.5rem !important; }
  .leftr-lg-2,
  .leftx-lg-2 {
    left-right: 0.5rem !important; }
  .leftb-lg-2,
  .lefty-lg-2 {
    left-bottom: 0.5rem !important; }
  .leftl-lg-2,
  .leftx-lg-2 {
    left-left: 0.5rem !important; }
  .left-lg-3 {
    left: 1rem !important; }
  .leftt-lg-3,
  .lefty-lg-3 {
    left-top: 1rem !important; }
  .leftr-lg-3,
  .leftx-lg-3 {
    left-right: 1rem !important; }
  .leftb-lg-3,
  .lefty-lg-3 {
    left-bottom: 1rem !important; }
  .leftl-lg-3,
  .leftx-lg-3 {
    left-left: 1rem !important; }
  .left-lg-4 {
    left: 1.5rem !important; }
  .leftt-lg-4,
  .lefty-lg-4 {
    left-top: 1.5rem !important; }
  .leftr-lg-4,
  .leftx-lg-4 {
    left-right: 1.5rem !important; }
  .leftb-lg-4,
  .lefty-lg-4 {
    left-bottom: 1.5rem !important; }
  .leftl-lg-4,
  .leftx-lg-4 {
    left-left: 1.5rem !important; }
  .left-lg-5 {
    left: 3rem !important; }
  .leftt-lg-5,
  .lefty-lg-5 {
    left-top: 3rem !important; }
  .leftr-lg-5,
  .leftx-lg-5 {
    left-right: 3rem !important; }
  .leftb-lg-5,
  .lefty-lg-5 {
    left-bottom: 3rem !important; }
  .leftl-lg-5,
  .leftx-lg-5 {
    left-left: 3rem !important; }
  .left-lg-0_5 {
    left: 0.125rem !important; }
  .leftt-lg-0_5,
  .lefty-lg-0_5 {
    left-top: 0.125rem !important; }
  .leftr-lg-0_5,
  .leftx-lg-0_5 {
    left-right: 0.125rem !important; }
  .leftb-lg-0_5,
  .lefty-lg-0_5 {
    left-bottom: 0.125rem !important; }
  .leftl-lg-0_5,
  .leftx-lg-0_5 {
    left-left: 0.125rem !important; }
  .left-lg-1_5 {
    left: 0.375rem !important; }
  .leftt-lg-1_5,
  .lefty-lg-1_5 {
    left-top: 0.375rem !important; }
  .leftr-lg-1_5,
  .leftx-lg-1_5 {
    left-right: 0.375rem !important; }
  .leftb-lg-1_5,
  .lefty-lg-1_5 {
    left-bottom: 0.375rem !important; }
  .leftl-lg-1_5,
  .leftx-lg-1_5 {
    left-left: 0.375rem !important; }
  .left-lg-2_25 {
    left: 0.55rem !important; }
  .leftt-lg-2_25,
  .lefty-lg-2_25 {
    left-top: 0.55rem !important; }
  .leftr-lg-2_25,
  .leftx-lg-2_25 {
    left-right: 0.55rem !important; }
  .leftb-lg-2_25,
  .lefty-lg-2_25 {
    left-bottom: 0.55rem !important; }
  .leftl-lg-2_25,
  .leftx-lg-2_25 {
    left-left: 0.55rem !important; }
  .left-lg-2_35 {
    left: 0.625rem !important; }
  .leftt-lg-2_35,
  .lefty-lg-2_35 {
    left-top: 0.625rem !important; }
  .leftr-lg-2_35,
  .leftx-lg-2_35 {
    left-right: 0.625rem !important; }
  .leftb-lg-2_35,
  .lefty-lg-2_35 {
    left-bottom: 0.625rem !important; }
  .leftl-lg-2_35,
  .leftx-lg-2_35 {
    left-left: 0.625rem !important; }
  .left-lg-2_5 {
    left: 0.75rem !important; }
  .leftt-lg-2_5,
  .lefty-lg-2_5 {
    left-top: 0.75rem !important; }
  .leftr-lg-2_5,
  .leftx-lg-2_5 {
    left-right: 0.75rem !important; }
  .leftb-lg-2_5,
  .lefty-lg-2_5 {
    left-bottom: 0.75rem !important; }
  .leftl-lg-2_5,
  .leftx-lg-2_5 {
    left-left: 0.75rem !important; }
  .left-lg-2_75 {
    left: 0.875rem !important; }
  .leftt-lg-2_75,
  .lefty-lg-2_75 {
    left-top: 0.875rem !important; }
  .leftr-lg-2_75,
  .leftx-lg-2_75 {
    left-right: 0.875rem !important; }
  .leftb-lg-2_75,
  .lefty-lg-2_75 {
    left-bottom: 0.875rem !important; }
  .leftl-lg-2_75,
  .leftx-lg-2_75 {
    left-left: 0.875rem !important; }
  .left-lg-3_25 {
    left: 1.125rem !important; }
  .leftt-lg-3_25,
  .lefty-lg-3_25 {
    left-top: 1.125rem !important; }
  .leftr-lg-3_25,
  .leftx-lg-3_25 {
    left-right: 1.125rem !important; }
  .leftb-lg-3_25,
  .lefty-lg-3_25 {
    left-bottom: 1.125rem !important; }
  .leftl-lg-3_25,
  .leftx-lg-3_25 {
    left-left: 1.125rem !important; }
  .left-lg-3_5 {
    left: 1.25rem !important; }
  .leftt-lg-3_5,
  .lefty-lg-3_5 {
    left-top: 1.25rem !important; }
  .leftr-lg-3_5,
  .leftx-lg-3_5 {
    left-right: 1.25rem !important; }
  .leftb-lg-3_5,
  .lefty-lg-3_5 {
    left-bottom: 1.25rem !important; }
  .leftl-lg-3_5,
  .leftx-lg-3_5 {
    left-left: 1.25rem !important; }
  .left-lg-3_75 {
    left: 1.375rem !important; }
  .leftt-lg-3_75,
  .lefty-lg-3_75 {
    left-top: 1.375rem !important; }
  .leftr-lg-3_75,
  .leftx-lg-3_75 {
    left-right: 1.375rem !important; }
  .leftb-lg-3_75,
  .lefty-lg-3_75 {
    left-bottom: 1.375rem !important; }
  .leftl-lg-3_75,
  .leftx-lg-3_75 {
    left-left: 1.375rem !important; }
  .left-lg-4_15 {
    left: 1.6875rem !important; }
  .leftt-lg-4_15,
  .lefty-lg-4_15 {
    left-top: 1.6875rem !important; }
  .leftr-lg-4_15,
  .leftx-lg-4_15 {
    left-right: 1.6875rem !important; }
  .leftb-lg-4_15,
  .lefty-lg-4_15 {
    left-bottom: 1.6875rem !important; }
  .leftl-lg-4_15,
  .leftx-lg-4_15 {
    left-left: 1.6875rem !important; }
  .left-lg-4_25 {
    left: 1.875rem !important; }
  .leftt-lg-4_25,
  .lefty-lg-4_25 {
    left-top: 1.875rem !important; }
  .leftr-lg-4_25,
  .leftx-lg-4_25 {
    left-right: 1.875rem !important; }
  .leftb-lg-4_25,
  .lefty-lg-4_25 {
    left-bottom: 1.875rem !important; }
  .leftl-lg-4_25,
  .leftx-lg-4_25 {
    left-left: 1.875rem !important; }
  .left-lg-4_35 {
    left: 2.0625rem !important; }
  .leftt-lg-4_35,
  .lefty-lg-4_35 {
    left-top: 2.0625rem !important; }
  .leftr-lg-4_35,
  .leftx-lg-4_35 {
    left-right: 2.0625rem !important; }
  .leftb-lg-4_35,
  .lefty-lg-4_35 {
    left-bottom: 2.0625rem !important; }
  .leftl-lg-4_35,
  .leftx-lg-4_35 {
    left-left: 2.0625rem !important; }
  .left-lg-4_5 {
    left: 2.25rem !important; }
  .leftt-lg-4_5,
  .lefty-lg-4_5 {
    left-top: 2.25rem !important; }
  .leftr-lg-4_5,
  .leftx-lg-4_5 {
    left-right: 2.25rem !important; }
  .leftb-lg-4_5,
  .lefty-lg-4_5 {
    left-bottom: 2.25rem !important; }
  .leftl-lg-4_5,
  .leftx-lg-4_5 {
    left-left: 2.25rem !important; }
  .left-lg-4_75 {
    left: 2.5rem !important; }
  .leftt-lg-4_75,
  .lefty-lg-4_75 {
    left-top: 2.5rem !important; }
  .leftr-lg-4_75,
  .leftx-lg-4_75 {
    left-right: 2.5rem !important; }
  .leftb-lg-4_75,
  .lefty-lg-4_75 {
    left-bottom: 2.5rem !important; }
  .leftl-lg-4_75,
  .leftx-lg-4_75 {
    left-left: 2.5rem !important; }
  .left-lg-5_15 {
    left: 3.125rem !important; }
  .leftt-lg-5_15,
  .lefty-lg-5_15 {
    left-top: 3.125rem !important; }
  .leftr-lg-5_15,
  .leftx-lg-5_15 {
    left-right: 3.125rem !important; }
  .leftb-lg-5_15,
  .lefty-lg-5_15 {
    left-bottom: 3.125rem !important; }
  .leftl-lg-5_15,
  .leftx-lg-5_15 {
    left-left: 3.125rem !important; }
  .left-lg-5_25 {
    left: 3.5rem !important; }
  .leftt-lg-5_25,
  .lefty-lg-5_25 {
    left-top: 3.5rem !important; }
  .leftr-lg-5_25,
  .leftx-lg-5_25 {
    left-right: 3.5rem !important; }
  .leftb-lg-5_25,
  .lefty-lg-5_25 {
    left-bottom: 3.5rem !important; }
  .leftl-lg-5_25,
  .leftx-lg-5_25 {
    left-left: 3.5rem !important; }
  .left-lg-5_5 {
    left: 3.75rem !important; }
  .leftt-lg-5_5,
  .lefty-lg-5_5 {
    left-top: 3.75rem !important; }
  .leftr-lg-5_5,
  .leftx-lg-5_5 {
    left-right: 3.75rem !important; }
  .leftb-lg-5_5,
  .lefty-lg-5_5 {
    left-bottom: 3.75rem !important; }
  .leftl-lg-5_5,
  .leftx-lg-5_5 {
    left-left: 3.75rem !important; }
  .left-lg-5_75 {
    left: 4.375rem !important; }
  .leftt-lg-5_75,
  .lefty-lg-5_75 {
    left-top: 4.375rem !important; }
  .leftr-lg-5_75,
  .leftx-lg-5_75 {
    left-right: 4.375rem !important; }
  .leftb-lg-5_75,
  .lefty-lg-5_75 {
    left-bottom: 4.375rem !important; }
  .leftl-lg-5_75,
  .leftx-lg-5_75 {
    left-left: 4.375rem !important; }
  .left-lg-6 {
    left: 4.5rem !important; }
  .leftt-lg-6,
  .lefty-lg-6 {
    left-top: 4.5rem !important; }
  .leftr-lg-6,
  .leftx-lg-6 {
    left-right: 4.5rem !important; }
  .leftb-lg-6,
  .lefty-lg-6 {
    left-bottom: 4.5rem !important; }
  .leftl-lg-6,
  .leftx-lg-6 {
    left-left: 4.5rem !important; }
  .left-lg-6_5 {
    left: 5rem !important; }
  .leftt-lg-6_5,
  .lefty-lg-6_5 {
    left-top: 5rem !important; }
  .leftr-lg-6_5,
  .leftx-lg-6_5 {
    left-right: 5rem !important; }
  .leftb-lg-6_5,
  .lefty-lg-6_5 {
    left-bottom: 5rem !important; }
  .leftl-lg-6_5,
  .leftx-lg-6_5 {
    left-left: 5rem !important; }
  .left-lg-6_75 {
    left: 5.375rem !important; }
  .leftt-lg-6_75,
  .lefty-lg-6_75 {
    left-top: 5.375rem !important; }
  .leftr-lg-6_75,
  .leftx-lg-6_75 {
    left-right: 5.375rem !important; }
  .leftb-lg-6_75,
  .lefty-lg-6_75 {
    left-bottom: 5.375rem !important; }
  .leftl-lg-6_75,
  .leftx-lg-6_75 {
    left-left: 5.375rem !important; }
  .left-lg-7 {
    left: 6rem !important; }
  .leftt-lg-7,
  .lefty-lg-7 {
    left-top: 6rem !important; }
  .leftr-lg-7,
  .leftx-lg-7 {
    left-right: 6rem !important; }
  .leftb-lg-7,
  .lefty-lg-7 {
    left-bottom: 6rem !important; }
  .leftl-lg-7,
  .leftx-lg-7 {
    left-left: 6rem !important; }
  .left-lg-7_5 {
    left: 6.75rem !important; }
  .leftt-lg-7_5,
  .lefty-lg-7_5 {
    left-top: 6.75rem !important; }
  .leftr-lg-7_5,
  .leftx-lg-7_5 {
    left-right: 6.75rem !important; }
  .leftb-lg-7_5,
  .lefty-lg-7_5 {
    left-bottom: 6.75rem !important; }
  .leftl-lg-7_5,
  .leftx-lg-7_5 {
    left-left: 6.75rem !important; }
  .left-lg-7_75 {
    left: 7.25rem !important; }
  .leftt-lg-7_75,
  .lefty-lg-7_75 {
    left-top: 7.25rem !important; }
  .leftr-lg-7_75,
  .leftx-lg-7_75 {
    left-right: 7.25rem !important; }
  .leftb-lg-7_75,
  .lefty-lg-7_75 {
    left-bottom: 7.25rem !important; }
  .leftl-lg-7_75,
  .leftx-lg-7_75 {
    left-left: 7.25rem !important; }
  .left-lg-8 {
    left: 7.5rem !important; }
  .leftt-lg-8,
  .lefty-lg-8 {
    left-top: 7.5rem !important; }
  .leftr-lg-8,
  .leftx-lg-8 {
    left-right: 7.5rem !important; }
  .leftb-lg-8,
  .lefty-lg-8 {
    left-bottom: 7.5rem !important; }
  .leftl-lg-8,
  .leftx-lg-8 {
    left-left: 7.5rem !important; }
  .left-lg-8_5 {
    left: 8.125rem !important; }
  .leftt-lg-8_5,
  .lefty-lg-8_5 {
    left-top: 8.125rem !important; }
  .leftr-lg-8_5,
  .leftx-lg-8_5 {
    left-right: 8.125rem !important; }
  .leftb-lg-8_5,
  .lefty-lg-8_5 {
    left-bottom: 8.125rem !important; }
  .leftl-lg-8_5,
  .leftx-lg-8_5 {
    left-left: 8.125rem !important; }
  .left-lg-8_75 {
    left: 8.4375rem !important; }
  .leftt-lg-8_75,
  .lefty-lg-8_75 {
    left-top: 8.4375rem !important; }
  .leftr-lg-8_75,
  .leftx-lg-8_75 {
    left-right: 8.4375rem !important; }
  .leftb-lg-8_75,
  .lefty-lg-8_75 {
    left-bottom: 8.4375rem !important; }
  .leftl-lg-8_75,
  .leftx-lg-8_75 {
    left-left: 8.4375rem !important; }
  .left-lg-9 {
    left: 9rem !important; }
  .leftt-lg-9,
  .lefty-lg-9 {
    left-top: 9rem !important; }
  .leftr-lg-9,
  .leftx-lg-9 {
    left-right: 9rem !important; }
  .leftb-lg-9,
  .lefty-lg-9 {
    left-bottom: 9rem !important; }
  .leftl-lg-9,
  .leftx-lg-9 {
    left-left: 9rem !important; }
  .left-lg-10 {
    left: 10.5rem !important; }
  .leftt-lg-10,
  .lefty-lg-10 {
    left-top: 10.5rem !important; }
  .leftr-lg-10,
  .leftx-lg-10 {
    left-right: 10.5rem !important; }
  .leftb-lg-10,
  .lefty-lg-10 {
    left-bottom: 10.5rem !important; }
  .leftl-lg-10,
  .leftx-lg-10 {
    left-left: 10.5rem !important; }
  .left-lg-10_25 {
    left: 11rem !important; }
  .leftt-lg-10_25,
  .lefty-lg-10_25 {
    left-top: 11rem !important; }
  .leftr-lg-10_25,
  .leftx-lg-10_25 {
    left-right: 11rem !important; }
  .leftb-lg-10_25,
  .lefty-lg-10_25 {
    left-bottom: 11rem !important; }
  .leftl-lg-10_25,
  .leftx-lg-10_25 {
    left-left: 11rem !important; }
  .left-lg-10_5 {
    left: 11.25rem !important; }
  .leftt-lg-10_5,
  .lefty-lg-10_5 {
    left-top: 11.25rem !important; }
  .leftr-lg-10_5,
  .leftx-lg-10_5 {
    left-right: 11.25rem !important; }
  .leftb-lg-10_5,
  .lefty-lg-10_5 {
    left-bottom: 11.25rem !important; }
  .leftl-lg-10_5,
  .leftx-lg-10_5 {
    left-left: 11.25rem !important; }
  .left-lg-10_75 {
    left: 11.5rem !important; }
  .leftt-lg-10_75,
  .lefty-lg-10_75 {
    left-top: 11.5rem !important; }
  .leftr-lg-10_75,
  .leftx-lg-10_75 {
    left-right: 11.5rem !important; }
  .leftb-lg-10_75,
  .lefty-lg-10_75 {
    left-bottom: 11.5rem !important; }
  .leftl-lg-10_75,
  .leftx-lg-10_75 {
    left-left: 11.5rem !important; }
  .left-lg-11 {
    left: 12rem !important; }
  .leftt-lg-11,
  .lefty-lg-11 {
    left-top: 12rem !important; }
  .leftr-lg-11,
  .leftx-lg-11 {
    left-right: 12rem !important; }
  .leftb-lg-11,
  .lefty-lg-11 {
    left-bottom: 12rem !important; }
  .leftl-lg-11,
  .leftx-lg-11 {
    left-left: 12rem !important; }
  .left-lg-12 {
    left: 13.5rem !important; }
  .leftt-lg-12,
  .lefty-lg-12 {
    left-top: 13.5rem !important; }
  .leftr-lg-12,
  .leftx-lg-12 {
    left-right: 13.5rem !important; }
  .leftb-lg-12,
  .lefty-lg-12 {
    left-bottom: 13.5rem !important; }
  .leftl-lg-12,
  .leftx-lg-12 {
    left-left: 13.5rem !important; }
  .left-lg-13 {
    left: 15rem !important; }
  .leftt-lg-13,
  .lefty-lg-13 {
    left-top: 15rem !important; }
  .leftr-lg-13,
  .leftx-lg-13 {
    left-right: 15rem !important; }
  .leftb-lg-13,
  .lefty-lg-13 {
    left-bottom: 15rem !important; }
  .leftl-lg-13,
  .leftx-lg-13 {
    left-left: 15rem !important; }
  .left-lg-14 {
    left: 16.6rem !important; }
  .leftt-lg-14,
  .lefty-lg-14 {
    left-top: 16.6rem !important; }
  .leftr-lg-14,
  .leftx-lg-14 {
    left-right: 16.6rem !important; }
  .leftb-lg-14,
  .lefty-lg-14 {
    left-bottom: 16.6rem !important; }
  .leftl-lg-14,
  .leftx-lg-14 {
    left-left: 16.6rem !important; }
  .left-lg-15 {
    left: 18rem !important; }
  .leftt-lg-15,
  .lefty-lg-15 {
    left-top: 18rem !important; }
  .leftr-lg-15,
  .leftx-lg-15 {
    left-right: 18rem !important; }
  .leftb-lg-15,
  .lefty-lg-15 {
    left-bottom: 18rem !important; }
  .leftl-lg-15,
  .leftx-lg-15 {
    left-left: 18rem !important; }
  .left-lg-16 {
    left: 19.5rem !important; }
  .leftt-lg-16,
  .lefty-lg-16 {
    left-top: 19.5rem !important; }
  .leftr-lg-16,
  .leftx-lg-16 {
    left-right: 19.5rem !important; }
  .leftb-lg-16,
  .lefty-lg-16 {
    left-bottom: 19.5rem !important; }
  .leftl-lg-16,
  .leftx-lg-16 {
    left-left: 19.5rem !important; }
  .left-lg-17 {
    left: 21rem !important; }
  .leftt-lg-17,
  .lefty-lg-17 {
    left-top: 21rem !important; }
  .leftr-lg-17,
  .leftx-lg-17 {
    left-right: 21rem !important; }
  .leftb-lg-17,
  .lefty-lg-17 {
    left-bottom: 21rem !important; }
  .leftl-lg-17,
  .leftx-lg-17 {
    left-left: 21rem !important; }
  .left-lg-18 {
    left: 22.5rem !important; }
  .leftt-lg-18,
  .lefty-lg-18 {
    left-top: 22.5rem !important; }
  .leftr-lg-18,
  .leftx-lg-18 {
    left-right: 22.5rem !important; }
  .leftb-lg-18,
  .lefty-lg-18 {
    left-bottom: 22.5rem !important; }
  .leftl-lg-18,
  .leftx-lg-18 {
    left-left: 22.5rem !important; }
  .left-lg-19 {
    left: 24rem !important; }
  .leftt-lg-19,
  .lefty-lg-19 {
    left-top: 24rem !important; }
  .leftr-lg-19,
  .leftx-lg-19 {
    left-right: 24rem !important; }
  .leftb-lg-19,
  .lefty-lg-19 {
    left-bottom: 24rem !important; }
  .leftl-lg-19,
  .leftx-lg-19 {
    left-left: 24rem !important; }
  .left-lg-20 {
    left: 25.5rem !important; }
  .leftt-lg-20,
  .lefty-lg-20 {
    left-top: 25.5rem !important; }
  .leftr-lg-20,
  .leftx-lg-20 {
    left-right: 25.5rem !important; }
  .leftb-lg-20,
  .lefty-lg-20 {
    left-bottom: 25.5rem !important; }
  .leftl-lg-20,
  .leftx-lg-20 {
    left-left: 25.5rem !important; }
  .left-lg-21 {
    left: 27rem !important; }
  .leftt-lg-21,
  .lefty-lg-21 {
    left-top: 27rem !important; }
  .leftr-lg-21,
  .leftx-lg-21 {
    left-right: 27rem !important; }
  .leftb-lg-21,
  .lefty-lg-21 {
    left-bottom: 27rem !important; }
  .leftl-lg-21,
  .leftx-lg-21 {
    left-left: 27rem !important; }
  .left-lg-22 {
    left: 28.5rem !important; }
  .leftt-lg-22,
  .lefty-lg-22 {
    left-top: 28.5rem !important; }
  .leftr-lg-22,
  .leftx-lg-22 {
    left-right: 28.5rem !important; }
  .leftb-lg-22,
  .lefty-lg-22 {
    left-bottom: 28.5rem !important; }
  .leftl-lg-22,
  .leftx-lg-22 {
    left-left: 28.5rem !important; }
  .left-lg-23 {
    left: 30rem !important; }
  .leftt-lg-23,
  .lefty-lg-23 {
    left-top: 30rem !important; }
  .leftr-lg-23,
  .leftx-lg-23 {
    left-right: 30rem !important; }
  .leftb-lg-23,
  .lefty-lg-23 {
    left-bottom: 30rem !important; }
  .leftl-lg-23,
  .leftx-lg-23 {
    left-left: 30rem !important; }
  .left-lg-24 {
    left: 31.5rem !important; }
  .leftt-lg-24,
  .lefty-lg-24 {
    left-top: 31.5rem !important; }
  .leftr-lg-24,
  .leftx-lg-24 {
    left-right: 31.5rem !important; }
  .leftb-lg-24,
  .lefty-lg-24 {
    left-bottom: 31.5rem !important; }
  .leftl-lg-24,
  .leftx-lg-24 {
    left-left: 31.5rem !important; }
  .left-lg-25 {
    left: 33rem !important; }
  .leftt-lg-25,
  .lefty-lg-25 {
    left-top: 33rem !important; }
  .leftr-lg-25,
  .leftx-lg-25 {
    left-right: 33rem !important; }
  .leftb-lg-25,
  .lefty-lg-25 {
    left-bottom: 33rem !important; }
  .leftl-lg-25,
  .leftx-lg-25 {
    left-left: 33rem !important; }
  .left-lg-26 {
    left: 34.5rem !important; }
  .leftt-lg-26,
  .lefty-lg-26 {
    left-top: 34.5rem !important; }
  .leftr-lg-26,
  .leftx-lg-26 {
    left-right: 34.5rem !important; }
  .leftb-lg-26,
  .lefty-lg-26 {
    left-bottom: 34.5rem !important; }
  .leftl-lg-26,
  .leftx-lg-26 {
    left-left: 34.5rem !important; }
  .left-lg-27 {
    left: 36rem !important; }
  .leftt-lg-27,
  .lefty-lg-27 {
    left-top: 36rem !important; }
  .leftr-lg-27,
  .leftx-lg-27 {
    left-right: 36rem !important; }
  .leftb-lg-27,
  .lefty-lg-27 {
    left-bottom: 36rem !important; }
  .leftl-lg-27,
  .leftx-lg-27 {
    left-left: 36rem !important; }
  .left-lg-28 {
    left: 37.5rem !important; }
  .leftt-lg-28,
  .lefty-lg-28 {
    left-top: 37.5rem !important; }
  .leftr-lg-28,
  .leftx-lg-28 {
    left-right: 37.5rem !important; }
  .leftb-lg-28,
  .lefty-lg-28 {
    left-bottom: 37.5rem !important; }
  .leftl-lg-28,
  .leftx-lg-28 {
    left-left: 37.5rem !important; }
  .left-lg-29 {
    left: 39rem !important; }
  .leftt-lg-29,
  .lefty-lg-29 {
    left-top: 39rem !important; }
  .leftr-lg-29,
  .leftx-lg-29 {
    left-right: 39rem !important; }
  .leftb-lg-29,
  .lefty-lg-29 {
    left-bottom: 39rem !important; }
  .leftl-lg-29,
  .leftx-lg-29 {
    left-left: 39rem !important; }
  .left-lg-30 {
    left: 40.5rem !important; }
  .leftt-lg-30,
  .lefty-lg-30 {
    left-top: 40.5rem !important; }
  .leftr-lg-30,
  .leftx-lg-30 {
    left-right: 40.5rem !important; }
  .leftb-lg-30,
  .lefty-lg-30 {
    left-bottom: 40.5rem !important; }
  .leftl-lg-30,
  .leftx-lg-30 {
    left-left: 40.5rem !important; }
  .top-lg-0 {
    top: 0 !important; }
  .topt-lg-0,
  .topy-lg-0 {
    top-top: 0 !important; }
  .topr-lg-0,
  .topx-lg-0 {
    top-right: 0 !important; }
  .topb-lg-0,
  .topy-lg-0 {
    top-bottom: 0 !important; }
  .topl-lg-0,
  .topx-lg-0 {
    top-left: 0 !important; }
  .top-lg-1 {
    top: 0.25rem !important; }
  .topt-lg-1,
  .topy-lg-1 {
    top-top: 0.25rem !important; }
  .topr-lg-1,
  .topx-lg-1 {
    top-right: 0.25rem !important; }
  .topb-lg-1,
  .topy-lg-1 {
    top-bottom: 0.25rem !important; }
  .topl-lg-1,
  .topx-lg-1 {
    top-left: 0.25rem !important; }
  .top-lg-2 {
    top: 0.5rem !important; }
  .topt-lg-2,
  .topy-lg-2 {
    top-top: 0.5rem !important; }
  .topr-lg-2,
  .topx-lg-2 {
    top-right: 0.5rem !important; }
  .topb-lg-2,
  .topy-lg-2 {
    top-bottom: 0.5rem !important; }
  .topl-lg-2,
  .topx-lg-2 {
    top-left: 0.5rem !important; }
  .top-lg-3 {
    top: 1rem !important; }
  .topt-lg-3,
  .topy-lg-3 {
    top-top: 1rem !important; }
  .topr-lg-3,
  .topx-lg-3 {
    top-right: 1rem !important; }
  .topb-lg-3,
  .topy-lg-3 {
    top-bottom: 1rem !important; }
  .topl-lg-3,
  .topx-lg-3 {
    top-left: 1rem !important; }
  .top-lg-4 {
    top: 1.5rem !important; }
  .topt-lg-4,
  .topy-lg-4 {
    top-top: 1.5rem !important; }
  .topr-lg-4,
  .topx-lg-4 {
    top-right: 1.5rem !important; }
  .topb-lg-4,
  .topy-lg-4 {
    top-bottom: 1.5rem !important; }
  .topl-lg-4,
  .topx-lg-4 {
    top-left: 1.5rem !important; }
  .top-lg-5 {
    top: 3rem !important; }
  .topt-lg-5,
  .topy-lg-5 {
    top-top: 3rem !important; }
  .topr-lg-5,
  .topx-lg-5 {
    top-right: 3rem !important; }
  .topb-lg-5,
  .topy-lg-5 {
    top-bottom: 3rem !important; }
  .topl-lg-5,
  .topx-lg-5 {
    top-left: 3rem !important; }
  .top-lg-0_5 {
    top: 0.125rem !important; }
  .topt-lg-0_5,
  .topy-lg-0_5 {
    top-top: 0.125rem !important; }
  .topr-lg-0_5,
  .topx-lg-0_5 {
    top-right: 0.125rem !important; }
  .topb-lg-0_5,
  .topy-lg-0_5 {
    top-bottom: 0.125rem !important; }
  .topl-lg-0_5,
  .topx-lg-0_5 {
    top-left: 0.125rem !important; }
  .top-lg-1_5 {
    top: 0.375rem !important; }
  .topt-lg-1_5,
  .topy-lg-1_5 {
    top-top: 0.375rem !important; }
  .topr-lg-1_5,
  .topx-lg-1_5 {
    top-right: 0.375rem !important; }
  .topb-lg-1_5,
  .topy-lg-1_5 {
    top-bottom: 0.375rem !important; }
  .topl-lg-1_5,
  .topx-lg-1_5 {
    top-left: 0.375rem !important; }
  .top-lg-2_25 {
    top: 0.55rem !important; }
  .topt-lg-2_25,
  .topy-lg-2_25 {
    top-top: 0.55rem !important; }
  .topr-lg-2_25,
  .topx-lg-2_25 {
    top-right: 0.55rem !important; }
  .topb-lg-2_25,
  .topy-lg-2_25 {
    top-bottom: 0.55rem !important; }
  .topl-lg-2_25,
  .topx-lg-2_25 {
    top-left: 0.55rem !important; }
  .top-lg-2_35 {
    top: 0.625rem !important; }
  .topt-lg-2_35,
  .topy-lg-2_35 {
    top-top: 0.625rem !important; }
  .topr-lg-2_35,
  .topx-lg-2_35 {
    top-right: 0.625rem !important; }
  .topb-lg-2_35,
  .topy-lg-2_35 {
    top-bottom: 0.625rem !important; }
  .topl-lg-2_35,
  .topx-lg-2_35 {
    top-left: 0.625rem !important; }
  .top-lg-2_5 {
    top: 0.75rem !important; }
  .topt-lg-2_5,
  .topy-lg-2_5 {
    top-top: 0.75rem !important; }
  .topr-lg-2_5,
  .topx-lg-2_5 {
    top-right: 0.75rem !important; }
  .topb-lg-2_5,
  .topy-lg-2_5 {
    top-bottom: 0.75rem !important; }
  .topl-lg-2_5,
  .topx-lg-2_5 {
    top-left: 0.75rem !important; }
  .top-lg-2_75 {
    top: 0.875rem !important; }
  .topt-lg-2_75,
  .topy-lg-2_75 {
    top-top: 0.875rem !important; }
  .topr-lg-2_75,
  .topx-lg-2_75 {
    top-right: 0.875rem !important; }
  .topb-lg-2_75,
  .topy-lg-2_75 {
    top-bottom: 0.875rem !important; }
  .topl-lg-2_75,
  .topx-lg-2_75 {
    top-left: 0.875rem !important; }
  .top-lg-3_25 {
    top: 1.125rem !important; }
  .topt-lg-3_25,
  .topy-lg-3_25 {
    top-top: 1.125rem !important; }
  .topr-lg-3_25,
  .topx-lg-3_25 {
    top-right: 1.125rem !important; }
  .topb-lg-3_25,
  .topy-lg-3_25 {
    top-bottom: 1.125rem !important; }
  .topl-lg-3_25,
  .topx-lg-3_25 {
    top-left: 1.125rem !important; }
  .top-lg-3_5 {
    top: 1.25rem !important; }
  .topt-lg-3_5,
  .topy-lg-3_5 {
    top-top: 1.25rem !important; }
  .topr-lg-3_5,
  .topx-lg-3_5 {
    top-right: 1.25rem !important; }
  .topb-lg-3_5,
  .topy-lg-3_5 {
    top-bottom: 1.25rem !important; }
  .topl-lg-3_5,
  .topx-lg-3_5 {
    top-left: 1.25rem !important; }
  .top-lg-3_75 {
    top: 1.375rem !important; }
  .topt-lg-3_75,
  .topy-lg-3_75 {
    top-top: 1.375rem !important; }
  .topr-lg-3_75,
  .topx-lg-3_75 {
    top-right: 1.375rem !important; }
  .topb-lg-3_75,
  .topy-lg-3_75 {
    top-bottom: 1.375rem !important; }
  .topl-lg-3_75,
  .topx-lg-3_75 {
    top-left: 1.375rem !important; }
  .top-lg-4_15 {
    top: 1.6875rem !important; }
  .topt-lg-4_15,
  .topy-lg-4_15 {
    top-top: 1.6875rem !important; }
  .topr-lg-4_15,
  .topx-lg-4_15 {
    top-right: 1.6875rem !important; }
  .topb-lg-4_15,
  .topy-lg-4_15 {
    top-bottom: 1.6875rem !important; }
  .topl-lg-4_15,
  .topx-lg-4_15 {
    top-left: 1.6875rem !important; }
  .top-lg-4_25 {
    top: 1.875rem !important; }
  .topt-lg-4_25,
  .topy-lg-4_25 {
    top-top: 1.875rem !important; }
  .topr-lg-4_25,
  .topx-lg-4_25 {
    top-right: 1.875rem !important; }
  .topb-lg-4_25,
  .topy-lg-4_25 {
    top-bottom: 1.875rem !important; }
  .topl-lg-4_25,
  .topx-lg-4_25 {
    top-left: 1.875rem !important; }
  .top-lg-4_35 {
    top: 2.0625rem !important; }
  .topt-lg-4_35,
  .topy-lg-4_35 {
    top-top: 2.0625rem !important; }
  .topr-lg-4_35,
  .topx-lg-4_35 {
    top-right: 2.0625rem !important; }
  .topb-lg-4_35,
  .topy-lg-4_35 {
    top-bottom: 2.0625rem !important; }
  .topl-lg-4_35,
  .topx-lg-4_35 {
    top-left: 2.0625rem !important; }
  .top-lg-4_5 {
    top: 2.25rem !important; }
  .topt-lg-4_5,
  .topy-lg-4_5 {
    top-top: 2.25rem !important; }
  .topr-lg-4_5,
  .topx-lg-4_5 {
    top-right: 2.25rem !important; }
  .topb-lg-4_5,
  .topy-lg-4_5 {
    top-bottom: 2.25rem !important; }
  .topl-lg-4_5,
  .topx-lg-4_5 {
    top-left: 2.25rem !important; }
  .top-lg-4_75 {
    top: 2.5rem !important; }
  .topt-lg-4_75,
  .topy-lg-4_75 {
    top-top: 2.5rem !important; }
  .topr-lg-4_75,
  .topx-lg-4_75 {
    top-right: 2.5rem !important; }
  .topb-lg-4_75,
  .topy-lg-4_75 {
    top-bottom: 2.5rem !important; }
  .topl-lg-4_75,
  .topx-lg-4_75 {
    top-left: 2.5rem !important; }
  .top-lg-5_15 {
    top: 3.125rem !important; }
  .topt-lg-5_15,
  .topy-lg-5_15 {
    top-top: 3.125rem !important; }
  .topr-lg-5_15,
  .topx-lg-5_15 {
    top-right: 3.125rem !important; }
  .topb-lg-5_15,
  .topy-lg-5_15 {
    top-bottom: 3.125rem !important; }
  .topl-lg-5_15,
  .topx-lg-5_15 {
    top-left: 3.125rem !important; }
  .top-lg-5_25 {
    top: 3.5rem !important; }
  .topt-lg-5_25,
  .topy-lg-5_25 {
    top-top: 3.5rem !important; }
  .topr-lg-5_25,
  .topx-lg-5_25 {
    top-right: 3.5rem !important; }
  .topb-lg-5_25,
  .topy-lg-5_25 {
    top-bottom: 3.5rem !important; }
  .topl-lg-5_25,
  .topx-lg-5_25 {
    top-left: 3.5rem !important; }
  .top-lg-5_5 {
    top: 3.75rem !important; }
  .topt-lg-5_5,
  .topy-lg-5_5 {
    top-top: 3.75rem !important; }
  .topr-lg-5_5,
  .topx-lg-5_5 {
    top-right: 3.75rem !important; }
  .topb-lg-5_5,
  .topy-lg-5_5 {
    top-bottom: 3.75rem !important; }
  .topl-lg-5_5,
  .topx-lg-5_5 {
    top-left: 3.75rem !important; }
  .top-lg-5_75 {
    top: 4.375rem !important; }
  .topt-lg-5_75,
  .topy-lg-5_75 {
    top-top: 4.375rem !important; }
  .topr-lg-5_75,
  .topx-lg-5_75 {
    top-right: 4.375rem !important; }
  .topb-lg-5_75,
  .topy-lg-5_75 {
    top-bottom: 4.375rem !important; }
  .topl-lg-5_75,
  .topx-lg-5_75 {
    top-left: 4.375rem !important; }
  .top-lg-6 {
    top: 4.5rem !important; }
  .topt-lg-6,
  .topy-lg-6 {
    top-top: 4.5rem !important; }
  .topr-lg-6,
  .topx-lg-6 {
    top-right: 4.5rem !important; }
  .topb-lg-6,
  .topy-lg-6 {
    top-bottom: 4.5rem !important; }
  .topl-lg-6,
  .topx-lg-6 {
    top-left: 4.5rem !important; }
  .top-lg-6_5 {
    top: 5rem !important; }
  .topt-lg-6_5,
  .topy-lg-6_5 {
    top-top: 5rem !important; }
  .topr-lg-6_5,
  .topx-lg-6_5 {
    top-right: 5rem !important; }
  .topb-lg-6_5,
  .topy-lg-6_5 {
    top-bottom: 5rem !important; }
  .topl-lg-6_5,
  .topx-lg-6_5 {
    top-left: 5rem !important; }
  .top-lg-6_75 {
    top: 5.375rem !important; }
  .topt-lg-6_75,
  .topy-lg-6_75 {
    top-top: 5.375rem !important; }
  .topr-lg-6_75,
  .topx-lg-6_75 {
    top-right: 5.375rem !important; }
  .topb-lg-6_75,
  .topy-lg-6_75 {
    top-bottom: 5.375rem !important; }
  .topl-lg-6_75,
  .topx-lg-6_75 {
    top-left: 5.375rem !important; }
  .top-lg-7 {
    top: 6rem !important; }
  .topt-lg-7,
  .topy-lg-7 {
    top-top: 6rem !important; }
  .topr-lg-7,
  .topx-lg-7 {
    top-right: 6rem !important; }
  .topb-lg-7,
  .topy-lg-7 {
    top-bottom: 6rem !important; }
  .topl-lg-7,
  .topx-lg-7 {
    top-left: 6rem !important; }
  .top-lg-7_5 {
    top: 6.75rem !important; }
  .topt-lg-7_5,
  .topy-lg-7_5 {
    top-top: 6.75rem !important; }
  .topr-lg-7_5,
  .topx-lg-7_5 {
    top-right: 6.75rem !important; }
  .topb-lg-7_5,
  .topy-lg-7_5 {
    top-bottom: 6.75rem !important; }
  .topl-lg-7_5,
  .topx-lg-7_5 {
    top-left: 6.75rem !important; }
  .top-lg-7_75 {
    top: 7.25rem !important; }
  .topt-lg-7_75,
  .topy-lg-7_75 {
    top-top: 7.25rem !important; }
  .topr-lg-7_75,
  .topx-lg-7_75 {
    top-right: 7.25rem !important; }
  .topb-lg-7_75,
  .topy-lg-7_75 {
    top-bottom: 7.25rem !important; }
  .topl-lg-7_75,
  .topx-lg-7_75 {
    top-left: 7.25rem !important; }
  .top-lg-8 {
    top: 7.5rem !important; }
  .topt-lg-8,
  .topy-lg-8 {
    top-top: 7.5rem !important; }
  .topr-lg-8,
  .topx-lg-8 {
    top-right: 7.5rem !important; }
  .topb-lg-8,
  .topy-lg-8 {
    top-bottom: 7.5rem !important; }
  .topl-lg-8,
  .topx-lg-8 {
    top-left: 7.5rem !important; }
  .top-lg-8_5 {
    top: 8.125rem !important; }
  .topt-lg-8_5,
  .topy-lg-8_5 {
    top-top: 8.125rem !important; }
  .topr-lg-8_5,
  .topx-lg-8_5 {
    top-right: 8.125rem !important; }
  .topb-lg-8_5,
  .topy-lg-8_5 {
    top-bottom: 8.125rem !important; }
  .topl-lg-8_5,
  .topx-lg-8_5 {
    top-left: 8.125rem !important; }
  .top-lg-8_75 {
    top: 8.4375rem !important; }
  .topt-lg-8_75,
  .topy-lg-8_75 {
    top-top: 8.4375rem !important; }
  .topr-lg-8_75,
  .topx-lg-8_75 {
    top-right: 8.4375rem !important; }
  .topb-lg-8_75,
  .topy-lg-8_75 {
    top-bottom: 8.4375rem !important; }
  .topl-lg-8_75,
  .topx-lg-8_75 {
    top-left: 8.4375rem !important; }
  .top-lg-9 {
    top: 9rem !important; }
  .topt-lg-9,
  .topy-lg-9 {
    top-top: 9rem !important; }
  .topr-lg-9,
  .topx-lg-9 {
    top-right: 9rem !important; }
  .topb-lg-9,
  .topy-lg-9 {
    top-bottom: 9rem !important; }
  .topl-lg-9,
  .topx-lg-9 {
    top-left: 9rem !important; }
  .top-lg-10 {
    top: 10.5rem !important; }
  .topt-lg-10,
  .topy-lg-10 {
    top-top: 10.5rem !important; }
  .topr-lg-10,
  .topx-lg-10 {
    top-right: 10.5rem !important; }
  .topb-lg-10,
  .topy-lg-10 {
    top-bottom: 10.5rem !important; }
  .topl-lg-10,
  .topx-lg-10 {
    top-left: 10.5rem !important; }
  .top-lg-10_25 {
    top: 11rem !important; }
  .topt-lg-10_25,
  .topy-lg-10_25 {
    top-top: 11rem !important; }
  .topr-lg-10_25,
  .topx-lg-10_25 {
    top-right: 11rem !important; }
  .topb-lg-10_25,
  .topy-lg-10_25 {
    top-bottom: 11rem !important; }
  .topl-lg-10_25,
  .topx-lg-10_25 {
    top-left: 11rem !important; }
  .top-lg-10_5 {
    top: 11.25rem !important; }
  .topt-lg-10_5,
  .topy-lg-10_5 {
    top-top: 11.25rem !important; }
  .topr-lg-10_5,
  .topx-lg-10_5 {
    top-right: 11.25rem !important; }
  .topb-lg-10_5,
  .topy-lg-10_5 {
    top-bottom: 11.25rem !important; }
  .topl-lg-10_5,
  .topx-lg-10_5 {
    top-left: 11.25rem !important; }
  .top-lg-10_75 {
    top: 11.5rem !important; }
  .topt-lg-10_75,
  .topy-lg-10_75 {
    top-top: 11.5rem !important; }
  .topr-lg-10_75,
  .topx-lg-10_75 {
    top-right: 11.5rem !important; }
  .topb-lg-10_75,
  .topy-lg-10_75 {
    top-bottom: 11.5rem !important; }
  .topl-lg-10_75,
  .topx-lg-10_75 {
    top-left: 11.5rem !important; }
  .top-lg-11 {
    top: 12rem !important; }
  .topt-lg-11,
  .topy-lg-11 {
    top-top: 12rem !important; }
  .topr-lg-11,
  .topx-lg-11 {
    top-right: 12rem !important; }
  .topb-lg-11,
  .topy-lg-11 {
    top-bottom: 12rem !important; }
  .topl-lg-11,
  .topx-lg-11 {
    top-left: 12rem !important; }
  .top-lg-12 {
    top: 13.5rem !important; }
  .topt-lg-12,
  .topy-lg-12 {
    top-top: 13.5rem !important; }
  .topr-lg-12,
  .topx-lg-12 {
    top-right: 13.5rem !important; }
  .topb-lg-12,
  .topy-lg-12 {
    top-bottom: 13.5rem !important; }
  .topl-lg-12,
  .topx-lg-12 {
    top-left: 13.5rem !important; }
  .top-lg-13 {
    top: 15rem !important; }
  .topt-lg-13,
  .topy-lg-13 {
    top-top: 15rem !important; }
  .topr-lg-13,
  .topx-lg-13 {
    top-right: 15rem !important; }
  .topb-lg-13,
  .topy-lg-13 {
    top-bottom: 15rem !important; }
  .topl-lg-13,
  .topx-lg-13 {
    top-left: 15rem !important; }
  .top-lg-14 {
    top: 16.6rem !important; }
  .topt-lg-14,
  .topy-lg-14 {
    top-top: 16.6rem !important; }
  .topr-lg-14,
  .topx-lg-14 {
    top-right: 16.6rem !important; }
  .topb-lg-14,
  .topy-lg-14 {
    top-bottom: 16.6rem !important; }
  .topl-lg-14,
  .topx-lg-14 {
    top-left: 16.6rem !important; }
  .top-lg-15 {
    top: 18rem !important; }
  .topt-lg-15,
  .topy-lg-15 {
    top-top: 18rem !important; }
  .topr-lg-15,
  .topx-lg-15 {
    top-right: 18rem !important; }
  .topb-lg-15,
  .topy-lg-15 {
    top-bottom: 18rem !important; }
  .topl-lg-15,
  .topx-lg-15 {
    top-left: 18rem !important; }
  .top-lg-16 {
    top: 19.5rem !important; }
  .topt-lg-16,
  .topy-lg-16 {
    top-top: 19.5rem !important; }
  .topr-lg-16,
  .topx-lg-16 {
    top-right: 19.5rem !important; }
  .topb-lg-16,
  .topy-lg-16 {
    top-bottom: 19.5rem !important; }
  .topl-lg-16,
  .topx-lg-16 {
    top-left: 19.5rem !important; }
  .top-lg-17 {
    top: 21rem !important; }
  .topt-lg-17,
  .topy-lg-17 {
    top-top: 21rem !important; }
  .topr-lg-17,
  .topx-lg-17 {
    top-right: 21rem !important; }
  .topb-lg-17,
  .topy-lg-17 {
    top-bottom: 21rem !important; }
  .topl-lg-17,
  .topx-lg-17 {
    top-left: 21rem !important; }
  .top-lg-18 {
    top: 22.5rem !important; }
  .topt-lg-18,
  .topy-lg-18 {
    top-top: 22.5rem !important; }
  .topr-lg-18,
  .topx-lg-18 {
    top-right: 22.5rem !important; }
  .topb-lg-18,
  .topy-lg-18 {
    top-bottom: 22.5rem !important; }
  .topl-lg-18,
  .topx-lg-18 {
    top-left: 22.5rem !important; }
  .top-lg-19 {
    top: 24rem !important; }
  .topt-lg-19,
  .topy-lg-19 {
    top-top: 24rem !important; }
  .topr-lg-19,
  .topx-lg-19 {
    top-right: 24rem !important; }
  .topb-lg-19,
  .topy-lg-19 {
    top-bottom: 24rem !important; }
  .topl-lg-19,
  .topx-lg-19 {
    top-left: 24rem !important; }
  .top-lg-20 {
    top: 25.5rem !important; }
  .topt-lg-20,
  .topy-lg-20 {
    top-top: 25.5rem !important; }
  .topr-lg-20,
  .topx-lg-20 {
    top-right: 25.5rem !important; }
  .topb-lg-20,
  .topy-lg-20 {
    top-bottom: 25.5rem !important; }
  .topl-lg-20,
  .topx-lg-20 {
    top-left: 25.5rem !important; }
  .top-lg-21 {
    top: 27rem !important; }
  .topt-lg-21,
  .topy-lg-21 {
    top-top: 27rem !important; }
  .topr-lg-21,
  .topx-lg-21 {
    top-right: 27rem !important; }
  .topb-lg-21,
  .topy-lg-21 {
    top-bottom: 27rem !important; }
  .topl-lg-21,
  .topx-lg-21 {
    top-left: 27rem !important; }
  .top-lg-22 {
    top: 28.5rem !important; }
  .topt-lg-22,
  .topy-lg-22 {
    top-top: 28.5rem !important; }
  .topr-lg-22,
  .topx-lg-22 {
    top-right: 28.5rem !important; }
  .topb-lg-22,
  .topy-lg-22 {
    top-bottom: 28.5rem !important; }
  .topl-lg-22,
  .topx-lg-22 {
    top-left: 28.5rem !important; }
  .top-lg-23 {
    top: 30rem !important; }
  .topt-lg-23,
  .topy-lg-23 {
    top-top: 30rem !important; }
  .topr-lg-23,
  .topx-lg-23 {
    top-right: 30rem !important; }
  .topb-lg-23,
  .topy-lg-23 {
    top-bottom: 30rem !important; }
  .topl-lg-23,
  .topx-lg-23 {
    top-left: 30rem !important; }
  .top-lg-24 {
    top: 31.5rem !important; }
  .topt-lg-24,
  .topy-lg-24 {
    top-top: 31.5rem !important; }
  .topr-lg-24,
  .topx-lg-24 {
    top-right: 31.5rem !important; }
  .topb-lg-24,
  .topy-lg-24 {
    top-bottom: 31.5rem !important; }
  .topl-lg-24,
  .topx-lg-24 {
    top-left: 31.5rem !important; }
  .top-lg-25 {
    top: 33rem !important; }
  .topt-lg-25,
  .topy-lg-25 {
    top-top: 33rem !important; }
  .topr-lg-25,
  .topx-lg-25 {
    top-right: 33rem !important; }
  .topb-lg-25,
  .topy-lg-25 {
    top-bottom: 33rem !important; }
  .topl-lg-25,
  .topx-lg-25 {
    top-left: 33rem !important; }
  .top-lg-26 {
    top: 34.5rem !important; }
  .topt-lg-26,
  .topy-lg-26 {
    top-top: 34.5rem !important; }
  .topr-lg-26,
  .topx-lg-26 {
    top-right: 34.5rem !important; }
  .topb-lg-26,
  .topy-lg-26 {
    top-bottom: 34.5rem !important; }
  .topl-lg-26,
  .topx-lg-26 {
    top-left: 34.5rem !important; }
  .top-lg-27 {
    top: 36rem !important; }
  .topt-lg-27,
  .topy-lg-27 {
    top-top: 36rem !important; }
  .topr-lg-27,
  .topx-lg-27 {
    top-right: 36rem !important; }
  .topb-lg-27,
  .topy-lg-27 {
    top-bottom: 36rem !important; }
  .topl-lg-27,
  .topx-lg-27 {
    top-left: 36rem !important; }
  .top-lg-28 {
    top: 37.5rem !important; }
  .topt-lg-28,
  .topy-lg-28 {
    top-top: 37.5rem !important; }
  .topr-lg-28,
  .topx-lg-28 {
    top-right: 37.5rem !important; }
  .topb-lg-28,
  .topy-lg-28 {
    top-bottom: 37.5rem !important; }
  .topl-lg-28,
  .topx-lg-28 {
    top-left: 37.5rem !important; }
  .top-lg-29 {
    top: 39rem !important; }
  .topt-lg-29,
  .topy-lg-29 {
    top-top: 39rem !important; }
  .topr-lg-29,
  .topx-lg-29 {
    top-right: 39rem !important; }
  .topb-lg-29,
  .topy-lg-29 {
    top-bottom: 39rem !important; }
  .topl-lg-29,
  .topx-lg-29 {
    top-left: 39rem !important; }
  .top-lg-30 {
    top: 40.5rem !important; }
  .topt-lg-30,
  .topy-lg-30 {
    top-top: 40.5rem !important; }
  .topr-lg-30,
  .topx-lg-30 {
    top-right: 40.5rem !important; }
  .topb-lg-30,
  .topy-lg-30 {
    top-bottom: 40.5rem !important; }
  .topl-lg-30,
  .topx-lg-30 {
    top-left: 40.5rem !important; }
  .bottom-lg-0 {
    bottom: 0 !important; }
  .bottomt-lg-0,
  .bottomy-lg-0 {
    bottom-top: 0 !important; }
  .bottomr-lg-0,
  .bottomx-lg-0 {
    bottom-right: 0 !important; }
  .bottomb-lg-0,
  .bottomy-lg-0 {
    bottom-bottom: 0 !important; }
  .bottoml-lg-0,
  .bottomx-lg-0 {
    bottom-left: 0 !important; }
  .bottom-lg-1 {
    bottom: 0.25rem !important; }
  .bottomt-lg-1,
  .bottomy-lg-1 {
    bottom-top: 0.25rem !important; }
  .bottomr-lg-1,
  .bottomx-lg-1 {
    bottom-right: 0.25rem !important; }
  .bottomb-lg-1,
  .bottomy-lg-1 {
    bottom-bottom: 0.25rem !important; }
  .bottoml-lg-1,
  .bottomx-lg-1 {
    bottom-left: 0.25rem !important; }
  .bottom-lg-2 {
    bottom: 0.5rem !important; }
  .bottomt-lg-2,
  .bottomy-lg-2 {
    bottom-top: 0.5rem !important; }
  .bottomr-lg-2,
  .bottomx-lg-2 {
    bottom-right: 0.5rem !important; }
  .bottomb-lg-2,
  .bottomy-lg-2 {
    bottom-bottom: 0.5rem !important; }
  .bottoml-lg-2,
  .bottomx-lg-2 {
    bottom-left: 0.5rem !important; }
  .bottom-lg-3 {
    bottom: 1rem !important; }
  .bottomt-lg-3,
  .bottomy-lg-3 {
    bottom-top: 1rem !important; }
  .bottomr-lg-3,
  .bottomx-lg-3 {
    bottom-right: 1rem !important; }
  .bottomb-lg-3,
  .bottomy-lg-3 {
    bottom-bottom: 1rem !important; }
  .bottoml-lg-3,
  .bottomx-lg-3 {
    bottom-left: 1rem !important; }
  .bottom-lg-4 {
    bottom: 1.5rem !important; }
  .bottomt-lg-4,
  .bottomy-lg-4 {
    bottom-top: 1.5rem !important; }
  .bottomr-lg-4,
  .bottomx-lg-4 {
    bottom-right: 1.5rem !important; }
  .bottomb-lg-4,
  .bottomy-lg-4 {
    bottom-bottom: 1.5rem !important; }
  .bottoml-lg-4,
  .bottomx-lg-4 {
    bottom-left: 1.5rem !important; }
  .bottom-lg-5 {
    bottom: 3rem !important; }
  .bottomt-lg-5,
  .bottomy-lg-5 {
    bottom-top: 3rem !important; }
  .bottomr-lg-5,
  .bottomx-lg-5 {
    bottom-right: 3rem !important; }
  .bottomb-lg-5,
  .bottomy-lg-5 {
    bottom-bottom: 3rem !important; }
  .bottoml-lg-5,
  .bottomx-lg-5 {
    bottom-left: 3rem !important; }
  .bottom-lg-0_5 {
    bottom: 0.125rem !important; }
  .bottomt-lg-0_5,
  .bottomy-lg-0_5 {
    bottom-top: 0.125rem !important; }
  .bottomr-lg-0_5,
  .bottomx-lg-0_5 {
    bottom-right: 0.125rem !important; }
  .bottomb-lg-0_5,
  .bottomy-lg-0_5 {
    bottom-bottom: 0.125rem !important; }
  .bottoml-lg-0_5,
  .bottomx-lg-0_5 {
    bottom-left: 0.125rem !important; }
  .bottom-lg-1_5 {
    bottom: 0.375rem !important; }
  .bottomt-lg-1_5,
  .bottomy-lg-1_5 {
    bottom-top: 0.375rem !important; }
  .bottomr-lg-1_5,
  .bottomx-lg-1_5 {
    bottom-right: 0.375rem !important; }
  .bottomb-lg-1_5,
  .bottomy-lg-1_5 {
    bottom-bottom: 0.375rem !important; }
  .bottoml-lg-1_5,
  .bottomx-lg-1_5 {
    bottom-left: 0.375rem !important; }
  .bottom-lg-2_25 {
    bottom: 0.55rem !important; }
  .bottomt-lg-2_25,
  .bottomy-lg-2_25 {
    bottom-top: 0.55rem !important; }
  .bottomr-lg-2_25,
  .bottomx-lg-2_25 {
    bottom-right: 0.55rem !important; }
  .bottomb-lg-2_25,
  .bottomy-lg-2_25 {
    bottom-bottom: 0.55rem !important; }
  .bottoml-lg-2_25,
  .bottomx-lg-2_25 {
    bottom-left: 0.55rem !important; }
  .bottom-lg-2_35 {
    bottom: 0.625rem !important; }
  .bottomt-lg-2_35,
  .bottomy-lg-2_35 {
    bottom-top: 0.625rem !important; }
  .bottomr-lg-2_35,
  .bottomx-lg-2_35 {
    bottom-right: 0.625rem !important; }
  .bottomb-lg-2_35,
  .bottomy-lg-2_35 {
    bottom-bottom: 0.625rem !important; }
  .bottoml-lg-2_35,
  .bottomx-lg-2_35 {
    bottom-left: 0.625rem !important; }
  .bottom-lg-2_5 {
    bottom: 0.75rem !important; }
  .bottomt-lg-2_5,
  .bottomy-lg-2_5 {
    bottom-top: 0.75rem !important; }
  .bottomr-lg-2_5,
  .bottomx-lg-2_5 {
    bottom-right: 0.75rem !important; }
  .bottomb-lg-2_5,
  .bottomy-lg-2_5 {
    bottom-bottom: 0.75rem !important; }
  .bottoml-lg-2_5,
  .bottomx-lg-2_5 {
    bottom-left: 0.75rem !important; }
  .bottom-lg-2_75 {
    bottom: 0.875rem !important; }
  .bottomt-lg-2_75,
  .bottomy-lg-2_75 {
    bottom-top: 0.875rem !important; }
  .bottomr-lg-2_75,
  .bottomx-lg-2_75 {
    bottom-right: 0.875rem !important; }
  .bottomb-lg-2_75,
  .bottomy-lg-2_75 {
    bottom-bottom: 0.875rem !important; }
  .bottoml-lg-2_75,
  .bottomx-lg-2_75 {
    bottom-left: 0.875rem !important; }
  .bottom-lg-3_25 {
    bottom: 1.125rem !important; }
  .bottomt-lg-3_25,
  .bottomy-lg-3_25 {
    bottom-top: 1.125rem !important; }
  .bottomr-lg-3_25,
  .bottomx-lg-3_25 {
    bottom-right: 1.125rem !important; }
  .bottomb-lg-3_25,
  .bottomy-lg-3_25 {
    bottom-bottom: 1.125rem !important; }
  .bottoml-lg-3_25,
  .bottomx-lg-3_25 {
    bottom-left: 1.125rem !important; }
  .bottom-lg-3_5 {
    bottom: 1.25rem !important; }
  .bottomt-lg-3_5,
  .bottomy-lg-3_5 {
    bottom-top: 1.25rem !important; }
  .bottomr-lg-3_5,
  .bottomx-lg-3_5 {
    bottom-right: 1.25rem !important; }
  .bottomb-lg-3_5,
  .bottomy-lg-3_5 {
    bottom-bottom: 1.25rem !important; }
  .bottoml-lg-3_5,
  .bottomx-lg-3_5 {
    bottom-left: 1.25rem !important; }
  .bottom-lg-3_75 {
    bottom: 1.375rem !important; }
  .bottomt-lg-3_75,
  .bottomy-lg-3_75 {
    bottom-top: 1.375rem !important; }
  .bottomr-lg-3_75,
  .bottomx-lg-3_75 {
    bottom-right: 1.375rem !important; }
  .bottomb-lg-3_75,
  .bottomy-lg-3_75 {
    bottom-bottom: 1.375rem !important; }
  .bottoml-lg-3_75,
  .bottomx-lg-3_75 {
    bottom-left: 1.375rem !important; }
  .bottom-lg-4_15 {
    bottom: 1.6875rem !important; }
  .bottomt-lg-4_15,
  .bottomy-lg-4_15 {
    bottom-top: 1.6875rem !important; }
  .bottomr-lg-4_15,
  .bottomx-lg-4_15 {
    bottom-right: 1.6875rem !important; }
  .bottomb-lg-4_15,
  .bottomy-lg-4_15 {
    bottom-bottom: 1.6875rem !important; }
  .bottoml-lg-4_15,
  .bottomx-lg-4_15 {
    bottom-left: 1.6875rem !important; }
  .bottom-lg-4_25 {
    bottom: 1.875rem !important; }
  .bottomt-lg-4_25,
  .bottomy-lg-4_25 {
    bottom-top: 1.875rem !important; }
  .bottomr-lg-4_25,
  .bottomx-lg-4_25 {
    bottom-right: 1.875rem !important; }
  .bottomb-lg-4_25,
  .bottomy-lg-4_25 {
    bottom-bottom: 1.875rem !important; }
  .bottoml-lg-4_25,
  .bottomx-lg-4_25 {
    bottom-left: 1.875rem !important; }
  .bottom-lg-4_35 {
    bottom: 2.0625rem !important; }
  .bottomt-lg-4_35,
  .bottomy-lg-4_35 {
    bottom-top: 2.0625rem !important; }
  .bottomr-lg-4_35,
  .bottomx-lg-4_35 {
    bottom-right: 2.0625rem !important; }
  .bottomb-lg-4_35,
  .bottomy-lg-4_35 {
    bottom-bottom: 2.0625rem !important; }
  .bottoml-lg-4_35,
  .bottomx-lg-4_35 {
    bottom-left: 2.0625rem !important; }
  .bottom-lg-4_5 {
    bottom: 2.25rem !important; }
  .bottomt-lg-4_5,
  .bottomy-lg-4_5 {
    bottom-top: 2.25rem !important; }
  .bottomr-lg-4_5,
  .bottomx-lg-4_5 {
    bottom-right: 2.25rem !important; }
  .bottomb-lg-4_5,
  .bottomy-lg-4_5 {
    bottom-bottom: 2.25rem !important; }
  .bottoml-lg-4_5,
  .bottomx-lg-4_5 {
    bottom-left: 2.25rem !important; }
  .bottom-lg-4_75 {
    bottom: 2.5rem !important; }
  .bottomt-lg-4_75,
  .bottomy-lg-4_75 {
    bottom-top: 2.5rem !important; }
  .bottomr-lg-4_75,
  .bottomx-lg-4_75 {
    bottom-right: 2.5rem !important; }
  .bottomb-lg-4_75,
  .bottomy-lg-4_75 {
    bottom-bottom: 2.5rem !important; }
  .bottoml-lg-4_75,
  .bottomx-lg-4_75 {
    bottom-left: 2.5rem !important; }
  .bottom-lg-5_15 {
    bottom: 3.125rem !important; }
  .bottomt-lg-5_15,
  .bottomy-lg-5_15 {
    bottom-top: 3.125rem !important; }
  .bottomr-lg-5_15,
  .bottomx-lg-5_15 {
    bottom-right: 3.125rem !important; }
  .bottomb-lg-5_15,
  .bottomy-lg-5_15 {
    bottom-bottom: 3.125rem !important; }
  .bottoml-lg-5_15,
  .bottomx-lg-5_15 {
    bottom-left: 3.125rem !important; }
  .bottom-lg-5_25 {
    bottom: 3.5rem !important; }
  .bottomt-lg-5_25,
  .bottomy-lg-5_25 {
    bottom-top: 3.5rem !important; }
  .bottomr-lg-5_25,
  .bottomx-lg-5_25 {
    bottom-right: 3.5rem !important; }
  .bottomb-lg-5_25,
  .bottomy-lg-5_25 {
    bottom-bottom: 3.5rem !important; }
  .bottoml-lg-5_25,
  .bottomx-lg-5_25 {
    bottom-left: 3.5rem !important; }
  .bottom-lg-5_5 {
    bottom: 3.75rem !important; }
  .bottomt-lg-5_5,
  .bottomy-lg-5_5 {
    bottom-top: 3.75rem !important; }
  .bottomr-lg-5_5,
  .bottomx-lg-5_5 {
    bottom-right: 3.75rem !important; }
  .bottomb-lg-5_5,
  .bottomy-lg-5_5 {
    bottom-bottom: 3.75rem !important; }
  .bottoml-lg-5_5,
  .bottomx-lg-5_5 {
    bottom-left: 3.75rem !important; }
  .bottom-lg-5_75 {
    bottom: 4.375rem !important; }
  .bottomt-lg-5_75,
  .bottomy-lg-5_75 {
    bottom-top: 4.375rem !important; }
  .bottomr-lg-5_75,
  .bottomx-lg-5_75 {
    bottom-right: 4.375rem !important; }
  .bottomb-lg-5_75,
  .bottomy-lg-5_75 {
    bottom-bottom: 4.375rem !important; }
  .bottoml-lg-5_75,
  .bottomx-lg-5_75 {
    bottom-left: 4.375rem !important; }
  .bottom-lg-6 {
    bottom: 4.5rem !important; }
  .bottomt-lg-6,
  .bottomy-lg-6 {
    bottom-top: 4.5rem !important; }
  .bottomr-lg-6,
  .bottomx-lg-6 {
    bottom-right: 4.5rem !important; }
  .bottomb-lg-6,
  .bottomy-lg-6 {
    bottom-bottom: 4.5rem !important; }
  .bottoml-lg-6,
  .bottomx-lg-6 {
    bottom-left: 4.5rem !important; }
  .bottom-lg-6_5 {
    bottom: 5rem !important; }
  .bottomt-lg-6_5,
  .bottomy-lg-6_5 {
    bottom-top: 5rem !important; }
  .bottomr-lg-6_5,
  .bottomx-lg-6_5 {
    bottom-right: 5rem !important; }
  .bottomb-lg-6_5,
  .bottomy-lg-6_5 {
    bottom-bottom: 5rem !important; }
  .bottoml-lg-6_5,
  .bottomx-lg-6_5 {
    bottom-left: 5rem !important; }
  .bottom-lg-6_75 {
    bottom: 5.375rem !important; }
  .bottomt-lg-6_75,
  .bottomy-lg-6_75 {
    bottom-top: 5.375rem !important; }
  .bottomr-lg-6_75,
  .bottomx-lg-6_75 {
    bottom-right: 5.375rem !important; }
  .bottomb-lg-6_75,
  .bottomy-lg-6_75 {
    bottom-bottom: 5.375rem !important; }
  .bottoml-lg-6_75,
  .bottomx-lg-6_75 {
    bottom-left: 5.375rem !important; }
  .bottom-lg-7 {
    bottom: 6rem !important; }
  .bottomt-lg-7,
  .bottomy-lg-7 {
    bottom-top: 6rem !important; }
  .bottomr-lg-7,
  .bottomx-lg-7 {
    bottom-right: 6rem !important; }
  .bottomb-lg-7,
  .bottomy-lg-7 {
    bottom-bottom: 6rem !important; }
  .bottoml-lg-7,
  .bottomx-lg-7 {
    bottom-left: 6rem !important; }
  .bottom-lg-7_5 {
    bottom: 6.75rem !important; }
  .bottomt-lg-7_5,
  .bottomy-lg-7_5 {
    bottom-top: 6.75rem !important; }
  .bottomr-lg-7_5,
  .bottomx-lg-7_5 {
    bottom-right: 6.75rem !important; }
  .bottomb-lg-7_5,
  .bottomy-lg-7_5 {
    bottom-bottom: 6.75rem !important; }
  .bottoml-lg-7_5,
  .bottomx-lg-7_5 {
    bottom-left: 6.75rem !important; }
  .bottom-lg-7_75 {
    bottom: 7.25rem !important; }
  .bottomt-lg-7_75,
  .bottomy-lg-7_75 {
    bottom-top: 7.25rem !important; }
  .bottomr-lg-7_75,
  .bottomx-lg-7_75 {
    bottom-right: 7.25rem !important; }
  .bottomb-lg-7_75,
  .bottomy-lg-7_75 {
    bottom-bottom: 7.25rem !important; }
  .bottoml-lg-7_75,
  .bottomx-lg-7_75 {
    bottom-left: 7.25rem !important; }
  .bottom-lg-8 {
    bottom: 7.5rem !important; }
  .bottomt-lg-8,
  .bottomy-lg-8 {
    bottom-top: 7.5rem !important; }
  .bottomr-lg-8,
  .bottomx-lg-8 {
    bottom-right: 7.5rem !important; }
  .bottomb-lg-8,
  .bottomy-lg-8 {
    bottom-bottom: 7.5rem !important; }
  .bottoml-lg-8,
  .bottomx-lg-8 {
    bottom-left: 7.5rem !important; }
  .bottom-lg-8_5 {
    bottom: 8.125rem !important; }
  .bottomt-lg-8_5,
  .bottomy-lg-8_5 {
    bottom-top: 8.125rem !important; }
  .bottomr-lg-8_5,
  .bottomx-lg-8_5 {
    bottom-right: 8.125rem !important; }
  .bottomb-lg-8_5,
  .bottomy-lg-8_5 {
    bottom-bottom: 8.125rem !important; }
  .bottoml-lg-8_5,
  .bottomx-lg-8_5 {
    bottom-left: 8.125rem !important; }
  .bottom-lg-8_75 {
    bottom: 8.4375rem !important; }
  .bottomt-lg-8_75,
  .bottomy-lg-8_75 {
    bottom-top: 8.4375rem !important; }
  .bottomr-lg-8_75,
  .bottomx-lg-8_75 {
    bottom-right: 8.4375rem !important; }
  .bottomb-lg-8_75,
  .bottomy-lg-8_75 {
    bottom-bottom: 8.4375rem !important; }
  .bottoml-lg-8_75,
  .bottomx-lg-8_75 {
    bottom-left: 8.4375rem !important; }
  .bottom-lg-9 {
    bottom: 9rem !important; }
  .bottomt-lg-9,
  .bottomy-lg-9 {
    bottom-top: 9rem !important; }
  .bottomr-lg-9,
  .bottomx-lg-9 {
    bottom-right: 9rem !important; }
  .bottomb-lg-9,
  .bottomy-lg-9 {
    bottom-bottom: 9rem !important; }
  .bottoml-lg-9,
  .bottomx-lg-9 {
    bottom-left: 9rem !important; }
  .bottom-lg-10 {
    bottom: 10.5rem !important; }
  .bottomt-lg-10,
  .bottomy-lg-10 {
    bottom-top: 10.5rem !important; }
  .bottomr-lg-10,
  .bottomx-lg-10 {
    bottom-right: 10.5rem !important; }
  .bottomb-lg-10,
  .bottomy-lg-10 {
    bottom-bottom: 10.5rem !important; }
  .bottoml-lg-10,
  .bottomx-lg-10 {
    bottom-left: 10.5rem !important; }
  .bottom-lg-10_25 {
    bottom: 11rem !important; }
  .bottomt-lg-10_25,
  .bottomy-lg-10_25 {
    bottom-top: 11rem !important; }
  .bottomr-lg-10_25,
  .bottomx-lg-10_25 {
    bottom-right: 11rem !important; }
  .bottomb-lg-10_25,
  .bottomy-lg-10_25 {
    bottom-bottom: 11rem !important; }
  .bottoml-lg-10_25,
  .bottomx-lg-10_25 {
    bottom-left: 11rem !important; }
  .bottom-lg-10_5 {
    bottom: 11.25rem !important; }
  .bottomt-lg-10_5,
  .bottomy-lg-10_5 {
    bottom-top: 11.25rem !important; }
  .bottomr-lg-10_5,
  .bottomx-lg-10_5 {
    bottom-right: 11.25rem !important; }
  .bottomb-lg-10_5,
  .bottomy-lg-10_5 {
    bottom-bottom: 11.25rem !important; }
  .bottoml-lg-10_5,
  .bottomx-lg-10_5 {
    bottom-left: 11.25rem !important; }
  .bottom-lg-10_75 {
    bottom: 11.5rem !important; }
  .bottomt-lg-10_75,
  .bottomy-lg-10_75 {
    bottom-top: 11.5rem !important; }
  .bottomr-lg-10_75,
  .bottomx-lg-10_75 {
    bottom-right: 11.5rem !important; }
  .bottomb-lg-10_75,
  .bottomy-lg-10_75 {
    bottom-bottom: 11.5rem !important; }
  .bottoml-lg-10_75,
  .bottomx-lg-10_75 {
    bottom-left: 11.5rem !important; }
  .bottom-lg-11 {
    bottom: 12rem !important; }
  .bottomt-lg-11,
  .bottomy-lg-11 {
    bottom-top: 12rem !important; }
  .bottomr-lg-11,
  .bottomx-lg-11 {
    bottom-right: 12rem !important; }
  .bottomb-lg-11,
  .bottomy-lg-11 {
    bottom-bottom: 12rem !important; }
  .bottoml-lg-11,
  .bottomx-lg-11 {
    bottom-left: 12rem !important; }
  .bottom-lg-12 {
    bottom: 13.5rem !important; }
  .bottomt-lg-12,
  .bottomy-lg-12 {
    bottom-top: 13.5rem !important; }
  .bottomr-lg-12,
  .bottomx-lg-12 {
    bottom-right: 13.5rem !important; }
  .bottomb-lg-12,
  .bottomy-lg-12 {
    bottom-bottom: 13.5rem !important; }
  .bottoml-lg-12,
  .bottomx-lg-12 {
    bottom-left: 13.5rem !important; }
  .bottom-lg-13 {
    bottom: 15rem !important; }
  .bottomt-lg-13,
  .bottomy-lg-13 {
    bottom-top: 15rem !important; }
  .bottomr-lg-13,
  .bottomx-lg-13 {
    bottom-right: 15rem !important; }
  .bottomb-lg-13,
  .bottomy-lg-13 {
    bottom-bottom: 15rem !important; }
  .bottoml-lg-13,
  .bottomx-lg-13 {
    bottom-left: 15rem !important; }
  .bottom-lg-14 {
    bottom: 16.6rem !important; }
  .bottomt-lg-14,
  .bottomy-lg-14 {
    bottom-top: 16.6rem !important; }
  .bottomr-lg-14,
  .bottomx-lg-14 {
    bottom-right: 16.6rem !important; }
  .bottomb-lg-14,
  .bottomy-lg-14 {
    bottom-bottom: 16.6rem !important; }
  .bottoml-lg-14,
  .bottomx-lg-14 {
    bottom-left: 16.6rem !important; }
  .bottom-lg-15 {
    bottom: 18rem !important; }
  .bottomt-lg-15,
  .bottomy-lg-15 {
    bottom-top: 18rem !important; }
  .bottomr-lg-15,
  .bottomx-lg-15 {
    bottom-right: 18rem !important; }
  .bottomb-lg-15,
  .bottomy-lg-15 {
    bottom-bottom: 18rem !important; }
  .bottoml-lg-15,
  .bottomx-lg-15 {
    bottom-left: 18rem !important; }
  .bottom-lg-16 {
    bottom: 19.5rem !important; }
  .bottomt-lg-16,
  .bottomy-lg-16 {
    bottom-top: 19.5rem !important; }
  .bottomr-lg-16,
  .bottomx-lg-16 {
    bottom-right: 19.5rem !important; }
  .bottomb-lg-16,
  .bottomy-lg-16 {
    bottom-bottom: 19.5rem !important; }
  .bottoml-lg-16,
  .bottomx-lg-16 {
    bottom-left: 19.5rem !important; }
  .bottom-lg-17 {
    bottom: 21rem !important; }
  .bottomt-lg-17,
  .bottomy-lg-17 {
    bottom-top: 21rem !important; }
  .bottomr-lg-17,
  .bottomx-lg-17 {
    bottom-right: 21rem !important; }
  .bottomb-lg-17,
  .bottomy-lg-17 {
    bottom-bottom: 21rem !important; }
  .bottoml-lg-17,
  .bottomx-lg-17 {
    bottom-left: 21rem !important; }
  .bottom-lg-18 {
    bottom: 22.5rem !important; }
  .bottomt-lg-18,
  .bottomy-lg-18 {
    bottom-top: 22.5rem !important; }
  .bottomr-lg-18,
  .bottomx-lg-18 {
    bottom-right: 22.5rem !important; }
  .bottomb-lg-18,
  .bottomy-lg-18 {
    bottom-bottom: 22.5rem !important; }
  .bottoml-lg-18,
  .bottomx-lg-18 {
    bottom-left: 22.5rem !important; }
  .bottom-lg-19 {
    bottom: 24rem !important; }
  .bottomt-lg-19,
  .bottomy-lg-19 {
    bottom-top: 24rem !important; }
  .bottomr-lg-19,
  .bottomx-lg-19 {
    bottom-right: 24rem !important; }
  .bottomb-lg-19,
  .bottomy-lg-19 {
    bottom-bottom: 24rem !important; }
  .bottoml-lg-19,
  .bottomx-lg-19 {
    bottom-left: 24rem !important; }
  .bottom-lg-20 {
    bottom: 25.5rem !important; }
  .bottomt-lg-20,
  .bottomy-lg-20 {
    bottom-top: 25.5rem !important; }
  .bottomr-lg-20,
  .bottomx-lg-20 {
    bottom-right: 25.5rem !important; }
  .bottomb-lg-20,
  .bottomy-lg-20 {
    bottom-bottom: 25.5rem !important; }
  .bottoml-lg-20,
  .bottomx-lg-20 {
    bottom-left: 25.5rem !important; }
  .bottom-lg-21 {
    bottom: 27rem !important; }
  .bottomt-lg-21,
  .bottomy-lg-21 {
    bottom-top: 27rem !important; }
  .bottomr-lg-21,
  .bottomx-lg-21 {
    bottom-right: 27rem !important; }
  .bottomb-lg-21,
  .bottomy-lg-21 {
    bottom-bottom: 27rem !important; }
  .bottoml-lg-21,
  .bottomx-lg-21 {
    bottom-left: 27rem !important; }
  .bottom-lg-22 {
    bottom: 28.5rem !important; }
  .bottomt-lg-22,
  .bottomy-lg-22 {
    bottom-top: 28.5rem !important; }
  .bottomr-lg-22,
  .bottomx-lg-22 {
    bottom-right: 28.5rem !important; }
  .bottomb-lg-22,
  .bottomy-lg-22 {
    bottom-bottom: 28.5rem !important; }
  .bottoml-lg-22,
  .bottomx-lg-22 {
    bottom-left: 28.5rem !important; }
  .bottom-lg-23 {
    bottom: 30rem !important; }
  .bottomt-lg-23,
  .bottomy-lg-23 {
    bottom-top: 30rem !important; }
  .bottomr-lg-23,
  .bottomx-lg-23 {
    bottom-right: 30rem !important; }
  .bottomb-lg-23,
  .bottomy-lg-23 {
    bottom-bottom: 30rem !important; }
  .bottoml-lg-23,
  .bottomx-lg-23 {
    bottom-left: 30rem !important; }
  .bottom-lg-24 {
    bottom: 31.5rem !important; }
  .bottomt-lg-24,
  .bottomy-lg-24 {
    bottom-top: 31.5rem !important; }
  .bottomr-lg-24,
  .bottomx-lg-24 {
    bottom-right: 31.5rem !important; }
  .bottomb-lg-24,
  .bottomy-lg-24 {
    bottom-bottom: 31.5rem !important; }
  .bottoml-lg-24,
  .bottomx-lg-24 {
    bottom-left: 31.5rem !important; }
  .bottom-lg-25 {
    bottom: 33rem !important; }
  .bottomt-lg-25,
  .bottomy-lg-25 {
    bottom-top: 33rem !important; }
  .bottomr-lg-25,
  .bottomx-lg-25 {
    bottom-right: 33rem !important; }
  .bottomb-lg-25,
  .bottomy-lg-25 {
    bottom-bottom: 33rem !important; }
  .bottoml-lg-25,
  .bottomx-lg-25 {
    bottom-left: 33rem !important; }
  .bottom-lg-26 {
    bottom: 34.5rem !important; }
  .bottomt-lg-26,
  .bottomy-lg-26 {
    bottom-top: 34.5rem !important; }
  .bottomr-lg-26,
  .bottomx-lg-26 {
    bottom-right: 34.5rem !important; }
  .bottomb-lg-26,
  .bottomy-lg-26 {
    bottom-bottom: 34.5rem !important; }
  .bottoml-lg-26,
  .bottomx-lg-26 {
    bottom-left: 34.5rem !important; }
  .bottom-lg-27 {
    bottom: 36rem !important; }
  .bottomt-lg-27,
  .bottomy-lg-27 {
    bottom-top: 36rem !important; }
  .bottomr-lg-27,
  .bottomx-lg-27 {
    bottom-right: 36rem !important; }
  .bottomb-lg-27,
  .bottomy-lg-27 {
    bottom-bottom: 36rem !important; }
  .bottoml-lg-27,
  .bottomx-lg-27 {
    bottom-left: 36rem !important; }
  .bottom-lg-28 {
    bottom: 37.5rem !important; }
  .bottomt-lg-28,
  .bottomy-lg-28 {
    bottom-top: 37.5rem !important; }
  .bottomr-lg-28,
  .bottomx-lg-28 {
    bottom-right: 37.5rem !important; }
  .bottomb-lg-28,
  .bottomy-lg-28 {
    bottom-bottom: 37.5rem !important; }
  .bottoml-lg-28,
  .bottomx-lg-28 {
    bottom-left: 37.5rem !important; }
  .bottom-lg-29 {
    bottom: 39rem !important; }
  .bottomt-lg-29,
  .bottomy-lg-29 {
    bottom-top: 39rem !important; }
  .bottomr-lg-29,
  .bottomx-lg-29 {
    bottom-right: 39rem !important; }
  .bottomb-lg-29,
  .bottomy-lg-29 {
    bottom-bottom: 39rem !important; }
  .bottoml-lg-29,
  .bottomx-lg-29 {
    bottom-left: 39rem !important; }
  .bottom-lg-30 {
    bottom: 40.5rem !important; }
  .bottomt-lg-30,
  .bottomy-lg-30 {
    bottom-top: 40.5rem !important; }
  .bottomr-lg-30,
  .bottomx-lg-30 {
    bottom-right: 40.5rem !important; }
  .bottomb-lg-30,
  .bottomy-lg-30 {
    bottom-bottom: 40.5rem !important; }
  .bottoml-lg-30,
  .bottomx-lg-30 {
    bottom-left: 40.5rem !important; }
  .top-lg-n1 {
    top: -0.25rem !important; }
  .right-lg-n1 {
    right: -0.25rem !important; }
  .bottom-lg-n1 {
    bottom: -0.25rem !important; }
  .left-lg-n1 {
    left: -0.25rem !important; }
  .top-lg-n2 {
    top: -0.5rem !important; }
  .right-lg-n2 {
    right: -0.5rem !important; }
  .bottom-lg-n2 {
    bottom: -0.5rem !important; }
  .left-lg-n2 {
    left: -0.5rem !important; }
  .top-lg-n3 {
    top: -1rem !important; }
  .right-lg-n3 {
    right: -1rem !important; }
  .bottom-lg-n3 {
    bottom: -1rem !important; }
  .left-lg-n3 {
    left: -1rem !important; }
  .top-lg-n4 {
    top: -1.5rem !important; }
  .right-lg-n4 {
    right: -1.5rem !important; }
  .bottom-lg-n4 {
    bottom: -1.5rem !important; }
  .left-lg-n4 {
    left: -1.5rem !important; }
  .top-lg-n5 {
    top: -3rem !important; }
  .right-lg-n5 {
    right: -3rem !important; }
  .bottom-lg-n5 {
    bottom: -3rem !important; }
  .left-lg-n5 {
    left: -3rem !important; }
  .top-lg-n1_5 {
    top: -0.375rem !important; }
  .right-lg-n1_5 {
    right: -0.375rem !important; }
  .bottom-lg-n1_5 {
    bottom: -0.375rem !important; }
  .left-lg-n1_5 {
    left: -0.375rem !important; }
  .top-lg-n2_25 {
    top: -0.55rem !important; }
  .right-lg-n2_25 {
    right: -0.55rem !important; }
  .bottom-lg-n2_25 {
    bottom: -0.55rem !important; }
  .left-lg-n2_25 {
    left: -0.55rem !important; }
  .top-lg-n2_35 {
    top: -0.625rem !important; }
  .right-lg-n2_35 {
    right: -0.625rem !important; }
  .bottom-lg-n2_35 {
    bottom: -0.625rem !important; }
  .left-lg-n2_35 {
    left: -0.625rem !important; }
  .top-lg-n2_5 {
    top: -0.75rem !important; }
  .right-lg-n2_5 {
    right: -0.75rem !important; }
  .bottom-lg-n2_5 {
    bottom: -0.75rem !important; }
  .left-lg-n2_5 {
    left: -0.75rem !important; }
  .top-lg-n2_75 {
    top: -0.875rem !important; }
  .right-lg-n2_75 {
    right: -0.875rem !important; }
  .bottom-lg-n2_75 {
    bottom: -0.875rem !important; }
  .left-lg-n2_75 {
    left: -0.875rem !important; }
  .top-lg-n3_25 {
    top: -1.125rem !important; }
  .right-lg-n3_25 {
    right: -1.125rem !important; }
  .bottom-lg-n3_25 {
    bottom: -1.125rem !important; }
  .left-lg-n3_25 {
    left: -1.125rem !important; }
  .top-lg-n3_5 {
    top: -1.25rem !important; }
  .right-lg-n3_5 {
    right: -1.25rem !important; }
  .bottom-lg-n3_5 {
    bottom: -1.25rem !important; }
  .left-lg-n3_5 {
    left: -1.25rem !important; }
  .top-lg-n3_75 {
    top: -1.375rem !important; }
  .right-lg-n3_75 {
    right: -1.375rem !important; }
  .bottom-lg-n3_75 {
    bottom: -1.375rem !important; }
  .left-lg-n3_75 {
    left: -1.375rem !important; }
  .top-lg-n4_15 {
    top: -1.6875rem !important; }
  .right-lg-n4_15 {
    right: -1.6875rem !important; }
  .bottom-lg-n4_15 {
    bottom: -1.6875rem !important; }
  .left-lg-n4_15 {
    left: -1.6875rem !important; }
  .top-lg-n4_25 {
    top: -1.875rem !important; }
  .right-lg-n4_25 {
    right: -1.875rem !important; }
  .bottom-lg-n4_25 {
    bottom: -1.875rem !important; }
  .left-lg-n4_25 {
    left: -1.875rem !important; }
  .top-lg-n4_35 {
    top: -2.0625rem !important; }
  .right-lg-n4_35 {
    right: -2.0625rem !important; }
  .bottom-lg-n4_35 {
    bottom: -2.0625rem !important; }
  .left-lg-n4_35 {
    left: -2.0625rem !important; }
  .top-lg-n4_5 {
    top: -2.25rem !important; }
  .right-lg-n4_5 {
    right: -2.25rem !important; }
  .bottom-lg-n4_5 {
    bottom: -2.25rem !important; }
  .left-lg-n4_5 {
    left: -2.25rem !important; }
  .top-lg-n4_75 {
    top: -2.5rem !important; }
  .right-lg-n4_75 {
    right: -2.5rem !important; }
  .bottom-lg-n4_75 {
    bottom: -2.5rem !important; }
  .left-lg-n4_75 {
    left: -2.5rem !important; }
  .top-lg-n5_15 {
    top: -3.125rem !important; }
  .right-lg-n5_15 {
    right: -3.125rem !important; }
  .bottom-lg-n5_15 {
    bottom: -3.125rem !important; }
  .left-lg-n5_15 {
    left: -3.125rem !important; }
  .top-lg-n5_25 {
    top: -3.5rem !important; }
  .right-lg-n5_25 {
    right: -3.5rem !important; }
  .bottom-lg-n5_25 {
    bottom: -3.5rem !important; }
  .left-lg-n5_25 {
    left: -3.5rem !important; }
  .top-lg-n5_5 {
    top: -3.75rem !important; }
  .right-lg-n5_5 {
    right: -3.75rem !important; }
  .bottom-lg-n5_5 {
    bottom: -3.75rem !important; }
  .left-lg-n5_5 {
    left: -3.75rem !important; }
  .top-lg-n5_75 {
    top: -4.375rem !important; }
  .right-lg-n5_75 {
    right: -4.375rem !important; }
  .bottom-lg-n5_75 {
    bottom: -4.375rem !important; }
  .left-lg-n5_75 {
    left: -4.375rem !important; }
  .top-lg-n6 {
    top: -4.5rem !important; }
  .right-lg-n6 {
    right: -4.5rem !important; }
  .bottom-lg-n6 {
    bottom: -4.5rem !important; }
  .left-lg-n6 {
    left: -4.5rem !important; }
  .top-lg-n6_5 {
    top: -5rem !important; }
  .right-lg-n6_5 {
    right: -5rem !important; }
  .bottom-lg-n6_5 {
    bottom: -5rem !important; }
  .left-lg-n6_5 {
    left: -5rem !important; }
  .top-lg-n6_75 {
    top: -5.375rem !important; }
  .right-lg-n6_75 {
    right: -5.375rem !important; }
  .bottom-lg-n6_75 {
    bottom: -5.375rem !important; }
  .left-lg-n6_75 {
    left: -5.375rem !important; }
  .top-lg-n7 {
    top: -6rem !important; }
  .right-lg-n7 {
    right: -6rem !important; }
  .bottom-lg-n7 {
    bottom: -6rem !important; }
  .left-lg-n7 {
    left: -6rem !important; }
  .top-lg-n7_5 {
    top: -6.75rem !important; }
  .right-lg-n7_5 {
    right: -6.75rem !important; }
  .bottom-lg-n7_5 {
    bottom: -6.75rem !important; }
  .left-lg-n7_5 {
    left: -6.75rem !important; }
  .top-lg-n7_75 {
    top: -7.25rem !important; }
  .right-lg-n7_75 {
    right: -7.25rem !important; }
  .bottom-lg-n7_75 {
    bottom: -7.25rem !important; }
  .left-lg-n7_75 {
    left: -7.25rem !important; }
  .top-lg-n8 {
    top: -7.5rem !important; }
  .right-lg-n8 {
    right: -7.5rem !important; }
  .bottom-lg-n8 {
    bottom: -7.5rem !important; }
  .left-lg-n8 {
    left: -7.5rem !important; }
  .top-lg-n8_5 {
    top: -8.125rem !important; }
  .right-lg-n8_5 {
    right: -8.125rem !important; }
  .bottom-lg-n8_5 {
    bottom: -8.125rem !important; }
  .left-lg-n8_5 {
    left: -8.125rem !important; }
  .top-lg-n8_75 {
    top: -8.4375rem !important; }
  .right-lg-n8_75 {
    right: -8.4375rem !important; }
  .bottom-lg-n8_75 {
    bottom: -8.4375rem !important; }
  .left-lg-n8_75 {
    left: -8.4375rem !important; }
  .top-lg-n9 {
    top: -9rem !important; }
  .right-lg-n9 {
    right: -9rem !important; }
  .bottom-lg-n9 {
    bottom: -9rem !important; }
  .left-lg-n9 {
    left: -9rem !important; }
  .top-lg-n10 {
    top: -10.5rem !important; }
  .right-lg-n10 {
    right: -10.5rem !important; }
  .bottom-lg-n10 {
    bottom: -10.5rem !important; }
  .left-lg-n10 {
    left: -10.5rem !important; }
  .top-lg-n10_25 {
    top: -11rem !important; }
  .right-lg-n10_25 {
    right: -11rem !important; }
  .bottom-lg-n10_25 {
    bottom: -11rem !important; }
  .left-lg-n10_25 {
    left: -11rem !important; }
  .top-lg-n10_5 {
    top: -11.25rem !important; }
  .right-lg-n10_5 {
    right: -11.25rem !important; }
  .bottom-lg-n10_5 {
    bottom: -11.25rem !important; }
  .left-lg-n10_5 {
    left: -11.25rem !important; }
  .top-lg-n10_75 {
    top: -11.5rem !important; }
  .right-lg-n10_75 {
    right: -11.5rem !important; }
  .bottom-lg-n10_75 {
    bottom: -11.5rem !important; }
  .left-lg-n10_75 {
    left: -11.5rem !important; }
  .top-lg-n11 {
    top: -12rem !important; }
  .right-lg-n11 {
    right: -12rem !important; }
  .bottom-lg-n11 {
    bottom: -12rem !important; }
  .left-lg-n11 {
    left: -12rem !important; }
  .top-lg-n12 {
    top: -13.5rem !important; }
  .right-lg-n12 {
    right: -13.5rem !important; }
  .bottom-lg-n12 {
    bottom: -13.5rem !important; }
  .left-lg-n12 {
    left: -13.5rem !important; }
  .top-lg-n13 {
    top: -15rem !important; }
  .right-lg-n13 {
    right: -15rem !important; }
  .bottom-lg-n13 {
    bottom: -15rem !important; }
  .left-lg-n13 {
    left: -15rem !important; }
  .top-lg-n14 {
    top: -16.6rem !important; }
  .right-lg-n14 {
    right: -16.6rem !important; }
  .bottom-lg-n14 {
    bottom: -16.6rem !important; }
  .left-lg-n14 {
    left: -16.6rem !important; }
  .top-lg-n15 {
    top: -18rem !important; }
  .right-lg-n15 {
    right: -18rem !important; }
  .bottom-lg-n15 {
    bottom: -18rem !important; }
  .left-lg-n15 {
    left: -18rem !important; }
  .top-lg-n16 {
    top: -19.5rem !important; }
  .right-lg-n16 {
    right: -19.5rem !important; }
  .bottom-lg-n16 {
    bottom: -19.5rem !important; }
  .left-lg-n16 {
    left: -19.5rem !important; }
  .top-lg-n17 {
    top: -21rem !important; }
  .right-lg-n17 {
    right: -21rem !important; }
  .bottom-lg-n17 {
    bottom: -21rem !important; }
  .left-lg-n17 {
    left: -21rem !important; }
  .top-lg-n18 {
    top: -22.5rem !important; }
  .right-lg-n18 {
    right: -22.5rem !important; }
  .bottom-lg-n18 {
    bottom: -22.5rem !important; }
  .left-lg-n18 {
    left: -22.5rem !important; }
  .top-lg-n19 {
    top: -24rem !important; }
  .right-lg-n19 {
    right: -24rem !important; }
  .bottom-lg-n19 {
    bottom: -24rem !important; }
  .left-lg-n19 {
    left: -24rem !important; }
  .top-lg-n20 {
    top: -25.5rem !important; }
  .right-lg-n20 {
    right: -25.5rem !important; }
  .bottom-lg-n20 {
    bottom: -25.5rem !important; }
  .left-lg-n20 {
    left: -25.5rem !important; }
  .top-lg-n21 {
    top: -27rem !important; }
  .right-lg-n21 {
    right: -27rem !important; }
  .bottom-lg-n21 {
    bottom: -27rem !important; }
  .left-lg-n21 {
    left: -27rem !important; }
  .top-lg-n22 {
    top: -28.5rem !important; }
  .right-lg-n22 {
    right: -28.5rem !important; }
  .bottom-lg-n22 {
    bottom: -28.5rem !important; }
  .left-lg-n22 {
    left: -28.5rem !important; }
  .top-lg-n23 {
    top: -30rem !important; }
  .right-lg-n23 {
    right: -30rem !important; }
  .bottom-lg-n23 {
    bottom: -30rem !important; }
  .left-lg-n23 {
    left: -30rem !important; }
  .top-lg-n24 {
    top: -31.5rem !important; }
  .right-lg-n24 {
    right: -31.5rem !important; }
  .bottom-lg-n24 {
    bottom: -31.5rem !important; }
  .left-lg-n24 {
    left: -31.5rem !important; }
  .top-lg-n25 {
    top: -33rem !important; }
  .right-lg-n25 {
    right: -33rem !important; }
  .bottom-lg-n25 {
    bottom: -33rem !important; }
  .left-lg-n25 {
    left: -33rem !important; }
  .top-lg-n26 {
    top: -34.5rem !important; }
  .right-lg-n26 {
    right: -34.5rem !important; }
  .bottom-lg-n26 {
    bottom: -34.5rem !important; }
  .left-lg-n26 {
    left: -34.5rem !important; }
  .top-lg-n27 {
    top: -36rem !important; }
  .right-lg-n27 {
    right: -36rem !important; }
  .bottom-lg-n27 {
    bottom: -36rem !important; }
  .left-lg-n27 {
    left: -36rem !important; }
  .top-lg-n28 {
    top: -37.5rem !important; }
  .right-lg-n28 {
    right: -37.5rem !important; }
  .bottom-lg-n28 {
    bottom: -37.5rem !important; }
  .left-lg-n28 {
    left: -37.5rem !important; }
  .top-lg-n29 {
    top: -39rem !important; }
  .right-lg-n29 {
    right: -39rem !important; }
  .bottom-lg-n29 {
    bottom: -39rem !important; }
  .left-lg-n29 {
    left: -39rem !important; }
  .top-lg-n30 {
    top: -40.5rem !important; }
  .right-lg-n30 {
    right: -40.5rem !important; }
  .bottom-lg-n30 {
    bottom: -40.5rem !important; }
  .left-lg-n30 {
    left: -40.5rem !important; }
  .top-lg-auto {
    top: auto !important; }
  .right-lg-auto {
    right: auto !important; }
  .bottom-lg-auto {
    bottom: auto !important; }
  .left-lg-auto {
    left: auto !important; } }

@media (min-width: 1200px) {
  .font-xl-h1 {
    font-size: 1.5rem !important; }
  .font-xl-h2 {
    font-size: 1.25rem !important; }
  .font-xl-h3 {
    font-size: 1.125rem !important; }
  .font-xl-h4 {
    font-size: 1rem !important; }
  .font-xl-link {
    font-size: 0.875rem !important; }
  .font-xl-body {
    font-size: 0.9375rem !important; }
  .font-xl-caption {
    font-size: 0.75rem !important; }
  .font-xl-9 {
    font-size: 0.5625rem !important; }
  .font-xl-10 {
    font-size: 0.625rem !important; }
  .font-xl-11 {
    font-size: 0.6875rem !important; }
  .font-xl-13 {
    font-size: 0.8125rem !important; }
  .font-xl-16 {
    font-size: 1rem !important; }
  .font-xl-17 {
    font-size: 1.0625rem !important; }
  .font-xl-19 {
    font-size: 1.1875rem !important; }
  .font-xl-20 {
    font-size: 1.25rem !important; }
  .font-xl-21 {
    font-size: 1.3125rem !important; }
  .font-xl-22 {
    font-size: 1.375rem !important; }
  .font-xl-23 {
    font-size: 1.4375rem !important; }
  .font-xl-25 {
    font-size: 1.5625rem !important; }
  .font-xl-26 {
    font-size: 1.625rem !important; }
  .font-xl-28 {
    font-size: 1.75rem !important; }
  .font-xl-29 {
    font-size: 1.8125rem !important; }
  .font-xl-31 {
    font-size: 1.9375rem !important; }
  .font-xl-33 {
    font-size: 2.0625rem !important; }
  .font-xl-34 {
    font-size: 2.125rem !important; }
  .font-xl-35 {
    font-size: 2.1875rem !important; }
  .font-xl-37 {
    font-size: 2.3125rem !important; }
  .font-xl-40 {
    font-size: 2.5rem !important; }
  .font-xl-42 {
    font-size: 2.625rem !important; }
  .font-xl-43 {
    font-size: 2.6875rem !important; }
  .font-xl-45 {
    font-size: 2.8125rem !important; }
  .font-xl-50 {
    font-size: 3.125rem !important; }
  .font-xl-small {
    font-size: 80% !important; }
  .font-weight-xl-ultralight {
    font-weight: 100 !important; }
  .font-weight-xl-semibold {
    font-weight: 600 !important; }
  .font-weight-xl-bold {
    font-weight: bold !important; }
  .font-weight-xl-bolder {
    font-weight: 800 !important; }
  .text-xl-gray {
    color: #868e96 !important; }
  .line-height-xl-sm {
    line-height: 1.1666666667 !important; }
  .line-height-xl-body {
    line-height: 1.3333333333 !important; }
  .line-height-xl-lg {
    line-height: 1.3888888889 !important; }
  .line-height-xl-llg {
    line-height: 1.4667 !important; }
  .line-height-xl-1 {
    line-height: 1 !important; }
  .line-height-xl-xl {
    line-height: 1.6666666667 !important; }
  .height-xl-40 {
    height: 40px !important; }
  .height-xl-45 {
    height: 45px !important; }
  .height-xl-46 {
    height: 46px !important; }
  .height-xl-47 {
    height: 47px !important; }
  .height-xl-48 {
    height: 48px !important; }
  .height-xl-49 {
    height: 49px !important; }
  .height-xl-50 {
    height: 50px !important; }
  .text-xl-underline {
    text-decoration: underline !important; }
  .min-width-xl-0 {
    min-width: 0 !important; }
  .min-height-xl-0 {
    min-height: 0 !important; }
  .max-height-xl-none {
    max-height: none !important; }
  .width-xl-auto {
    width: auto !important; }
  .rounded-xl-0 {
    border-radius: 0 !important; }
  .rounded-xl-xs {
    border-radius: 0.125rem !important; }
  .rounded-xl-sm {
    border-radius: 0.3125rem !important; }
  .rounded-xl-md {
    border-radius: 0.5rem !important; }
  .rounded-xl-20 {
    border-radius: 1.25rem !important; }
  .rounded-xl-lg {
    border-radius: 0.625rem !important; }
  .resize-xl-none {
    resize: none !important; }
  .rotate-xl-0 {
    -webkit-transform: rotate(0) !important;
        -ms-transform: rotate(0) !important;
            transform: rotate(0) !important; }
  .rotate-xl-45 {
    -webkit-transform: rotate(45deg) !important;
        -ms-transform: rotate(45deg) !important;
            transform: rotate(45deg) !important; }
  .rotate-xl--45 {
    -webkit-transform: rotate(-45deg) !important;
        -ms-transform: rotate(-45deg) !important;
            transform: rotate(-45deg) !important; }
  .rotate-xl-90 {
    -webkit-transform: rotate(90deg) !important;
        -ms-transform: rotate(90deg) !important;
            transform: rotate(90deg) !important; }
  .rotate-xl--90 {
    -webkit-transform: rotate(-90deg) !important;
        -ms-transform: rotate(-90deg) !important;
            transform: rotate(-90deg) !important; }
  .rotate-xl-120 {
    -webkit-transform: rotate(120deg) !important;
        -ms-transform: rotate(120deg) !important;
            transform: rotate(120deg) !important; }
  .rotate-xl--120 {
    -webkit-transform: rotate(-120deg) !important;
        -ms-transform: rotate(-120deg) !important;
            transform: rotate(-120deg) !important; }
  .rotate-xl-180 {
    -webkit-transform: rotate(180deg) !important;
        -ms-transform: rotate(180deg) !important;
            transform: rotate(180deg) !important; }
  .rotate-xl--180 {
    -webkit-transform: rotate(-180deg) !important;
        -ms-transform: rotate(-180deg) !important;
            transform: rotate(-180deg) !important; }
  .rotate-xl-270 {
    -webkit-transform: rotate(270deg) !important;
        -ms-transform: rotate(270deg) !important;
            transform: rotate(270deg) !important; }
  .rotate-xl--270 {
    -webkit-transform: rotate(-270deg) !important;
        -ms-transform: rotate(-270deg) !important;
            transform: rotate(-270deg) !important; }
  .rotate-xl-360 {
    -webkit-transform: rotate(360deg) !important;
        -ms-transform: rotate(360deg) !important;
            transform: rotate(360deg) !important; }
  .shadow-xl-none {
    box-shadow: none !important; }
  .shadow-xl-md {
    box-shadow: 0 1rem 0.875rem -0.875rem #b9c6d3 !important; }
  .shadow-xl-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }
  .bg-xl-transparent {
    background-color: transparent !important; }
  .bg-xl-white {
    background-color: white !important; }
  .border-xl-none {
    border: none !important; }
  .border-xl-dashed {
    border-style: dashed !important; }
  .border-y-xl-0 {
    border-top-width: 0 !important;
    border-bottom-width: 0 !important; }
  .border-x-xl-0 {
    border-left-width: 0 !important;
    border-right-width: 0 !important; }
  .border-xl-1 {
    border-width: 1px !important; }
  .border-xl-2 {
    border-width: 2px !important; }
  .border-t-xl-0 {
    border-top-width: 0 !important; }
  .border-t-xl-1 {
    border-top-width: 1px !important; }
  .border-t-xl-2 {
    border-top-width: 2px !important; }
  .border-b-xl-0 {
    border-bottom-width: 0 !important; }
  .border-b-xl-1 {
    border-bottom-width: 1px !important; }
  .border-b-xl-2 {
    border-bottom-width: 2px !important; }
  .border-l-xl-0 {
    border-left-width: 0 !important; }
  .border-l-xl-1 {
    border-left-width: 1px !important; }
  .border-l-xl-2 {
    border-left-width: 2px !important; }
  .border-r-xl-0 {
    border-right-width: 0 !important; }
  .border-r-xl-1 {
    border-right-width: 1px !important; }
  .border-r-xl-2 {
    border-right-width: 2px !important; }
  .border-t-radius-xl-0 {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important; }
  .border-b-radius-xl-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important; }
  .border-l-radius-xl-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important; }
  .border-r-radius-xl-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important; }
  .letter-spacing-xl-0 {
    letter-spacing: 0 !important; }
  .letter-spacing-xl-1 {
    letter-spacing: 1px !important; }
  .letter-spacing-xl-2 {
    letter-spacing: 2px !important; }
  .letter-spacing-xl-3 {
    letter-spacing: 3px !important; }
  .opacity-xl-1 {
    opacity: 0.1 !important; }
  .opacity-xl-2 {
    opacity: 0.2 !important; }
  .opacity-xl-3 {
    opacity: 0.3 !important; }
  .opacity-xl-4 {
    opacity: 0.4 !important; }
  .opacity-xl-5 {
    opacity: 0.5 !important; }
  .opacity-xl-6 {
    opacity: 0.6 !important; }
  .opacity-xl-7 {
    opacity: 0.7 !important; }
  .opacity-xl-8 {
    opacity: 0.8 !important; }
  .opacity-xl-9 {
    opacity: 0.9 !important; }
  .opacity-xl-10 {
    opacity: 1 !important; }
  .overflow-x-xl-hidden {
    overflow-x: hidden !important; }
  .overflow-x-xl-auto {
    overflow-x: auto !important; }
  .overflow-x-xl-visible {
    overflow-x: visible !important; }
  .overflow-y-xl-hidden {
    overflow-y: hidden !important; }
  .overflow-y-xl-auto {
    overflow-y: auto !important; }
  .overflow-y-xl-visible {
    overflow-y: visible !important; }
  .z-index-xl--1 {
    z-index: -1 !important; }
  .z-index-xl-1 {
    z-index: 1 !important; }
  .z-index-xl-9 {
    z-index: 9 !important; }
  .z-index-xl-99 {
    z-index: 99 !important; }
  .pointer-events-xl-none {
    pointer-events: none !important; }
  .right-xl-0 {
    right: 0 !important; }
  .rightt-xl-0,
  .righty-xl-0 {
    right-top: 0 !important; }
  .rightr-xl-0,
  .rightx-xl-0 {
    right-right: 0 !important; }
  .rightb-xl-0,
  .righty-xl-0 {
    right-bottom: 0 !important; }
  .rightl-xl-0,
  .rightx-xl-0 {
    right-left: 0 !important; }
  .right-xl-1 {
    right: 0.25rem !important; }
  .rightt-xl-1,
  .righty-xl-1 {
    right-top: 0.25rem !important; }
  .rightr-xl-1,
  .rightx-xl-1 {
    right-right: 0.25rem !important; }
  .rightb-xl-1,
  .righty-xl-1 {
    right-bottom: 0.25rem !important; }
  .rightl-xl-1,
  .rightx-xl-1 {
    right-left: 0.25rem !important; }
  .right-xl-2 {
    right: 0.5rem !important; }
  .rightt-xl-2,
  .righty-xl-2 {
    right-top: 0.5rem !important; }
  .rightr-xl-2,
  .rightx-xl-2 {
    right-right: 0.5rem !important; }
  .rightb-xl-2,
  .righty-xl-2 {
    right-bottom: 0.5rem !important; }
  .rightl-xl-2,
  .rightx-xl-2 {
    right-left: 0.5rem !important; }
  .right-xl-3 {
    right: 1rem !important; }
  .rightt-xl-3,
  .righty-xl-3 {
    right-top: 1rem !important; }
  .rightr-xl-3,
  .rightx-xl-3 {
    right-right: 1rem !important; }
  .rightb-xl-3,
  .righty-xl-3 {
    right-bottom: 1rem !important; }
  .rightl-xl-3,
  .rightx-xl-3 {
    right-left: 1rem !important; }
  .right-xl-4 {
    right: 1.5rem !important; }
  .rightt-xl-4,
  .righty-xl-4 {
    right-top: 1.5rem !important; }
  .rightr-xl-4,
  .rightx-xl-4 {
    right-right: 1.5rem !important; }
  .rightb-xl-4,
  .righty-xl-4 {
    right-bottom: 1.5rem !important; }
  .rightl-xl-4,
  .rightx-xl-4 {
    right-left: 1.5rem !important; }
  .right-xl-5 {
    right: 3rem !important; }
  .rightt-xl-5,
  .righty-xl-5 {
    right-top: 3rem !important; }
  .rightr-xl-5,
  .rightx-xl-5 {
    right-right: 3rem !important; }
  .rightb-xl-5,
  .righty-xl-5 {
    right-bottom: 3rem !important; }
  .rightl-xl-5,
  .rightx-xl-5 {
    right-left: 3rem !important; }
  .right-xl-0_5 {
    right: 0.125rem !important; }
  .rightt-xl-0_5,
  .righty-xl-0_5 {
    right-top: 0.125rem !important; }
  .rightr-xl-0_5,
  .rightx-xl-0_5 {
    right-right: 0.125rem !important; }
  .rightb-xl-0_5,
  .righty-xl-0_5 {
    right-bottom: 0.125rem !important; }
  .rightl-xl-0_5,
  .rightx-xl-0_5 {
    right-left: 0.125rem !important; }
  .right-xl-1_5 {
    right: 0.375rem !important; }
  .rightt-xl-1_5,
  .righty-xl-1_5 {
    right-top: 0.375rem !important; }
  .rightr-xl-1_5,
  .rightx-xl-1_5 {
    right-right: 0.375rem !important; }
  .rightb-xl-1_5,
  .righty-xl-1_5 {
    right-bottom: 0.375rem !important; }
  .rightl-xl-1_5,
  .rightx-xl-1_5 {
    right-left: 0.375rem !important; }
  .right-xl-2_25 {
    right: 0.55rem !important; }
  .rightt-xl-2_25,
  .righty-xl-2_25 {
    right-top: 0.55rem !important; }
  .rightr-xl-2_25,
  .rightx-xl-2_25 {
    right-right: 0.55rem !important; }
  .rightb-xl-2_25,
  .righty-xl-2_25 {
    right-bottom: 0.55rem !important; }
  .rightl-xl-2_25,
  .rightx-xl-2_25 {
    right-left: 0.55rem !important; }
  .right-xl-2_35 {
    right: 0.625rem !important; }
  .rightt-xl-2_35,
  .righty-xl-2_35 {
    right-top: 0.625rem !important; }
  .rightr-xl-2_35,
  .rightx-xl-2_35 {
    right-right: 0.625rem !important; }
  .rightb-xl-2_35,
  .righty-xl-2_35 {
    right-bottom: 0.625rem !important; }
  .rightl-xl-2_35,
  .rightx-xl-2_35 {
    right-left: 0.625rem !important; }
  .right-xl-2_5 {
    right: 0.75rem !important; }
  .rightt-xl-2_5,
  .righty-xl-2_5 {
    right-top: 0.75rem !important; }
  .rightr-xl-2_5,
  .rightx-xl-2_5 {
    right-right: 0.75rem !important; }
  .rightb-xl-2_5,
  .righty-xl-2_5 {
    right-bottom: 0.75rem !important; }
  .rightl-xl-2_5,
  .rightx-xl-2_5 {
    right-left: 0.75rem !important; }
  .right-xl-2_75 {
    right: 0.875rem !important; }
  .rightt-xl-2_75,
  .righty-xl-2_75 {
    right-top: 0.875rem !important; }
  .rightr-xl-2_75,
  .rightx-xl-2_75 {
    right-right: 0.875rem !important; }
  .rightb-xl-2_75,
  .righty-xl-2_75 {
    right-bottom: 0.875rem !important; }
  .rightl-xl-2_75,
  .rightx-xl-2_75 {
    right-left: 0.875rem !important; }
  .right-xl-3_25 {
    right: 1.125rem !important; }
  .rightt-xl-3_25,
  .righty-xl-3_25 {
    right-top: 1.125rem !important; }
  .rightr-xl-3_25,
  .rightx-xl-3_25 {
    right-right: 1.125rem !important; }
  .rightb-xl-3_25,
  .righty-xl-3_25 {
    right-bottom: 1.125rem !important; }
  .rightl-xl-3_25,
  .rightx-xl-3_25 {
    right-left: 1.125rem !important; }
  .right-xl-3_5 {
    right: 1.25rem !important; }
  .rightt-xl-3_5,
  .righty-xl-3_5 {
    right-top: 1.25rem !important; }
  .rightr-xl-3_5,
  .rightx-xl-3_5 {
    right-right: 1.25rem !important; }
  .rightb-xl-3_5,
  .righty-xl-3_5 {
    right-bottom: 1.25rem !important; }
  .rightl-xl-3_5,
  .rightx-xl-3_5 {
    right-left: 1.25rem !important; }
  .right-xl-3_75 {
    right: 1.375rem !important; }
  .rightt-xl-3_75,
  .righty-xl-3_75 {
    right-top: 1.375rem !important; }
  .rightr-xl-3_75,
  .rightx-xl-3_75 {
    right-right: 1.375rem !important; }
  .rightb-xl-3_75,
  .righty-xl-3_75 {
    right-bottom: 1.375rem !important; }
  .rightl-xl-3_75,
  .rightx-xl-3_75 {
    right-left: 1.375rem !important; }
  .right-xl-4_15 {
    right: 1.6875rem !important; }
  .rightt-xl-4_15,
  .righty-xl-4_15 {
    right-top: 1.6875rem !important; }
  .rightr-xl-4_15,
  .rightx-xl-4_15 {
    right-right: 1.6875rem !important; }
  .rightb-xl-4_15,
  .righty-xl-4_15 {
    right-bottom: 1.6875rem !important; }
  .rightl-xl-4_15,
  .rightx-xl-4_15 {
    right-left: 1.6875rem !important; }
  .right-xl-4_25 {
    right: 1.875rem !important; }
  .rightt-xl-4_25,
  .righty-xl-4_25 {
    right-top: 1.875rem !important; }
  .rightr-xl-4_25,
  .rightx-xl-4_25 {
    right-right: 1.875rem !important; }
  .rightb-xl-4_25,
  .righty-xl-4_25 {
    right-bottom: 1.875rem !important; }
  .rightl-xl-4_25,
  .rightx-xl-4_25 {
    right-left: 1.875rem !important; }
  .right-xl-4_35 {
    right: 2.0625rem !important; }
  .rightt-xl-4_35,
  .righty-xl-4_35 {
    right-top: 2.0625rem !important; }
  .rightr-xl-4_35,
  .rightx-xl-4_35 {
    right-right: 2.0625rem !important; }
  .rightb-xl-4_35,
  .righty-xl-4_35 {
    right-bottom: 2.0625rem !important; }
  .rightl-xl-4_35,
  .rightx-xl-4_35 {
    right-left: 2.0625rem !important; }
  .right-xl-4_5 {
    right: 2.25rem !important; }
  .rightt-xl-4_5,
  .righty-xl-4_5 {
    right-top: 2.25rem !important; }
  .rightr-xl-4_5,
  .rightx-xl-4_5 {
    right-right: 2.25rem !important; }
  .rightb-xl-4_5,
  .righty-xl-4_5 {
    right-bottom: 2.25rem !important; }
  .rightl-xl-4_5,
  .rightx-xl-4_5 {
    right-left: 2.25rem !important; }
  .right-xl-4_75 {
    right: 2.5rem !important; }
  .rightt-xl-4_75,
  .righty-xl-4_75 {
    right-top: 2.5rem !important; }
  .rightr-xl-4_75,
  .rightx-xl-4_75 {
    right-right: 2.5rem !important; }
  .rightb-xl-4_75,
  .righty-xl-4_75 {
    right-bottom: 2.5rem !important; }
  .rightl-xl-4_75,
  .rightx-xl-4_75 {
    right-left: 2.5rem !important; }
  .right-xl-5_15 {
    right: 3.125rem !important; }
  .rightt-xl-5_15,
  .righty-xl-5_15 {
    right-top: 3.125rem !important; }
  .rightr-xl-5_15,
  .rightx-xl-5_15 {
    right-right: 3.125rem !important; }
  .rightb-xl-5_15,
  .righty-xl-5_15 {
    right-bottom: 3.125rem !important; }
  .rightl-xl-5_15,
  .rightx-xl-5_15 {
    right-left: 3.125rem !important; }
  .right-xl-5_25 {
    right: 3.5rem !important; }
  .rightt-xl-5_25,
  .righty-xl-5_25 {
    right-top: 3.5rem !important; }
  .rightr-xl-5_25,
  .rightx-xl-5_25 {
    right-right: 3.5rem !important; }
  .rightb-xl-5_25,
  .righty-xl-5_25 {
    right-bottom: 3.5rem !important; }
  .rightl-xl-5_25,
  .rightx-xl-5_25 {
    right-left: 3.5rem !important; }
  .right-xl-5_5 {
    right: 3.75rem !important; }
  .rightt-xl-5_5,
  .righty-xl-5_5 {
    right-top: 3.75rem !important; }
  .rightr-xl-5_5,
  .rightx-xl-5_5 {
    right-right: 3.75rem !important; }
  .rightb-xl-5_5,
  .righty-xl-5_5 {
    right-bottom: 3.75rem !important; }
  .rightl-xl-5_5,
  .rightx-xl-5_5 {
    right-left: 3.75rem !important; }
  .right-xl-5_75 {
    right: 4.375rem !important; }
  .rightt-xl-5_75,
  .righty-xl-5_75 {
    right-top: 4.375rem !important; }
  .rightr-xl-5_75,
  .rightx-xl-5_75 {
    right-right: 4.375rem !important; }
  .rightb-xl-5_75,
  .righty-xl-5_75 {
    right-bottom: 4.375rem !important; }
  .rightl-xl-5_75,
  .rightx-xl-5_75 {
    right-left: 4.375rem !important; }
  .right-xl-6 {
    right: 4.5rem !important; }
  .rightt-xl-6,
  .righty-xl-6 {
    right-top: 4.5rem !important; }
  .rightr-xl-6,
  .rightx-xl-6 {
    right-right: 4.5rem !important; }
  .rightb-xl-6,
  .righty-xl-6 {
    right-bottom: 4.5rem !important; }
  .rightl-xl-6,
  .rightx-xl-6 {
    right-left: 4.5rem !important; }
  .right-xl-6_5 {
    right: 5rem !important; }
  .rightt-xl-6_5,
  .righty-xl-6_5 {
    right-top: 5rem !important; }
  .rightr-xl-6_5,
  .rightx-xl-6_5 {
    right-right: 5rem !important; }
  .rightb-xl-6_5,
  .righty-xl-6_5 {
    right-bottom: 5rem !important; }
  .rightl-xl-6_5,
  .rightx-xl-6_5 {
    right-left: 5rem !important; }
  .right-xl-6_75 {
    right: 5.375rem !important; }
  .rightt-xl-6_75,
  .righty-xl-6_75 {
    right-top: 5.375rem !important; }
  .rightr-xl-6_75,
  .rightx-xl-6_75 {
    right-right: 5.375rem !important; }
  .rightb-xl-6_75,
  .righty-xl-6_75 {
    right-bottom: 5.375rem !important; }
  .rightl-xl-6_75,
  .rightx-xl-6_75 {
    right-left: 5.375rem !important; }
  .right-xl-7 {
    right: 6rem !important; }
  .rightt-xl-7,
  .righty-xl-7 {
    right-top: 6rem !important; }
  .rightr-xl-7,
  .rightx-xl-7 {
    right-right: 6rem !important; }
  .rightb-xl-7,
  .righty-xl-7 {
    right-bottom: 6rem !important; }
  .rightl-xl-7,
  .rightx-xl-7 {
    right-left: 6rem !important; }
  .right-xl-7_5 {
    right: 6.75rem !important; }
  .rightt-xl-7_5,
  .righty-xl-7_5 {
    right-top: 6.75rem !important; }
  .rightr-xl-7_5,
  .rightx-xl-7_5 {
    right-right: 6.75rem !important; }
  .rightb-xl-7_5,
  .righty-xl-7_5 {
    right-bottom: 6.75rem !important; }
  .rightl-xl-7_5,
  .rightx-xl-7_5 {
    right-left: 6.75rem !important; }
  .right-xl-7_75 {
    right: 7.25rem !important; }
  .rightt-xl-7_75,
  .righty-xl-7_75 {
    right-top: 7.25rem !important; }
  .rightr-xl-7_75,
  .rightx-xl-7_75 {
    right-right: 7.25rem !important; }
  .rightb-xl-7_75,
  .righty-xl-7_75 {
    right-bottom: 7.25rem !important; }
  .rightl-xl-7_75,
  .rightx-xl-7_75 {
    right-left: 7.25rem !important; }
  .right-xl-8 {
    right: 7.5rem !important; }
  .rightt-xl-8,
  .righty-xl-8 {
    right-top: 7.5rem !important; }
  .rightr-xl-8,
  .rightx-xl-8 {
    right-right: 7.5rem !important; }
  .rightb-xl-8,
  .righty-xl-8 {
    right-bottom: 7.5rem !important; }
  .rightl-xl-8,
  .rightx-xl-8 {
    right-left: 7.5rem !important; }
  .right-xl-8_5 {
    right: 8.125rem !important; }
  .rightt-xl-8_5,
  .righty-xl-8_5 {
    right-top: 8.125rem !important; }
  .rightr-xl-8_5,
  .rightx-xl-8_5 {
    right-right: 8.125rem !important; }
  .rightb-xl-8_5,
  .righty-xl-8_5 {
    right-bottom: 8.125rem !important; }
  .rightl-xl-8_5,
  .rightx-xl-8_5 {
    right-left: 8.125rem !important; }
  .right-xl-8_75 {
    right: 8.4375rem !important; }
  .rightt-xl-8_75,
  .righty-xl-8_75 {
    right-top: 8.4375rem !important; }
  .rightr-xl-8_75,
  .rightx-xl-8_75 {
    right-right: 8.4375rem !important; }
  .rightb-xl-8_75,
  .righty-xl-8_75 {
    right-bottom: 8.4375rem !important; }
  .rightl-xl-8_75,
  .rightx-xl-8_75 {
    right-left: 8.4375rem !important; }
  .right-xl-9 {
    right: 9rem !important; }
  .rightt-xl-9,
  .righty-xl-9 {
    right-top: 9rem !important; }
  .rightr-xl-9,
  .rightx-xl-9 {
    right-right: 9rem !important; }
  .rightb-xl-9,
  .righty-xl-9 {
    right-bottom: 9rem !important; }
  .rightl-xl-9,
  .rightx-xl-9 {
    right-left: 9rem !important; }
  .right-xl-10 {
    right: 10.5rem !important; }
  .rightt-xl-10,
  .righty-xl-10 {
    right-top: 10.5rem !important; }
  .rightr-xl-10,
  .rightx-xl-10 {
    right-right: 10.5rem !important; }
  .rightb-xl-10,
  .righty-xl-10 {
    right-bottom: 10.5rem !important; }
  .rightl-xl-10,
  .rightx-xl-10 {
    right-left: 10.5rem !important; }
  .right-xl-10_25 {
    right: 11rem !important; }
  .rightt-xl-10_25,
  .righty-xl-10_25 {
    right-top: 11rem !important; }
  .rightr-xl-10_25,
  .rightx-xl-10_25 {
    right-right: 11rem !important; }
  .rightb-xl-10_25,
  .righty-xl-10_25 {
    right-bottom: 11rem !important; }
  .rightl-xl-10_25,
  .rightx-xl-10_25 {
    right-left: 11rem !important; }
  .right-xl-10_5 {
    right: 11.25rem !important; }
  .rightt-xl-10_5,
  .righty-xl-10_5 {
    right-top: 11.25rem !important; }
  .rightr-xl-10_5,
  .rightx-xl-10_5 {
    right-right: 11.25rem !important; }
  .rightb-xl-10_5,
  .righty-xl-10_5 {
    right-bottom: 11.25rem !important; }
  .rightl-xl-10_5,
  .rightx-xl-10_5 {
    right-left: 11.25rem !important; }
  .right-xl-10_75 {
    right: 11.5rem !important; }
  .rightt-xl-10_75,
  .righty-xl-10_75 {
    right-top: 11.5rem !important; }
  .rightr-xl-10_75,
  .rightx-xl-10_75 {
    right-right: 11.5rem !important; }
  .rightb-xl-10_75,
  .righty-xl-10_75 {
    right-bottom: 11.5rem !important; }
  .rightl-xl-10_75,
  .rightx-xl-10_75 {
    right-left: 11.5rem !important; }
  .right-xl-11 {
    right: 12rem !important; }
  .rightt-xl-11,
  .righty-xl-11 {
    right-top: 12rem !important; }
  .rightr-xl-11,
  .rightx-xl-11 {
    right-right: 12rem !important; }
  .rightb-xl-11,
  .righty-xl-11 {
    right-bottom: 12rem !important; }
  .rightl-xl-11,
  .rightx-xl-11 {
    right-left: 12rem !important; }
  .right-xl-12 {
    right: 13.5rem !important; }
  .rightt-xl-12,
  .righty-xl-12 {
    right-top: 13.5rem !important; }
  .rightr-xl-12,
  .rightx-xl-12 {
    right-right: 13.5rem !important; }
  .rightb-xl-12,
  .righty-xl-12 {
    right-bottom: 13.5rem !important; }
  .rightl-xl-12,
  .rightx-xl-12 {
    right-left: 13.5rem !important; }
  .right-xl-13 {
    right: 15rem !important; }
  .rightt-xl-13,
  .righty-xl-13 {
    right-top: 15rem !important; }
  .rightr-xl-13,
  .rightx-xl-13 {
    right-right: 15rem !important; }
  .rightb-xl-13,
  .righty-xl-13 {
    right-bottom: 15rem !important; }
  .rightl-xl-13,
  .rightx-xl-13 {
    right-left: 15rem !important; }
  .right-xl-14 {
    right: 16.6rem !important; }
  .rightt-xl-14,
  .righty-xl-14 {
    right-top: 16.6rem !important; }
  .rightr-xl-14,
  .rightx-xl-14 {
    right-right: 16.6rem !important; }
  .rightb-xl-14,
  .righty-xl-14 {
    right-bottom: 16.6rem !important; }
  .rightl-xl-14,
  .rightx-xl-14 {
    right-left: 16.6rem !important; }
  .right-xl-15 {
    right: 18rem !important; }
  .rightt-xl-15,
  .righty-xl-15 {
    right-top: 18rem !important; }
  .rightr-xl-15,
  .rightx-xl-15 {
    right-right: 18rem !important; }
  .rightb-xl-15,
  .righty-xl-15 {
    right-bottom: 18rem !important; }
  .rightl-xl-15,
  .rightx-xl-15 {
    right-left: 18rem !important; }
  .right-xl-16 {
    right: 19.5rem !important; }
  .rightt-xl-16,
  .righty-xl-16 {
    right-top: 19.5rem !important; }
  .rightr-xl-16,
  .rightx-xl-16 {
    right-right: 19.5rem !important; }
  .rightb-xl-16,
  .righty-xl-16 {
    right-bottom: 19.5rem !important; }
  .rightl-xl-16,
  .rightx-xl-16 {
    right-left: 19.5rem !important; }
  .right-xl-17 {
    right: 21rem !important; }
  .rightt-xl-17,
  .righty-xl-17 {
    right-top: 21rem !important; }
  .rightr-xl-17,
  .rightx-xl-17 {
    right-right: 21rem !important; }
  .rightb-xl-17,
  .righty-xl-17 {
    right-bottom: 21rem !important; }
  .rightl-xl-17,
  .rightx-xl-17 {
    right-left: 21rem !important; }
  .right-xl-18 {
    right: 22.5rem !important; }
  .rightt-xl-18,
  .righty-xl-18 {
    right-top: 22.5rem !important; }
  .rightr-xl-18,
  .rightx-xl-18 {
    right-right: 22.5rem !important; }
  .rightb-xl-18,
  .righty-xl-18 {
    right-bottom: 22.5rem !important; }
  .rightl-xl-18,
  .rightx-xl-18 {
    right-left: 22.5rem !important; }
  .right-xl-19 {
    right: 24rem !important; }
  .rightt-xl-19,
  .righty-xl-19 {
    right-top: 24rem !important; }
  .rightr-xl-19,
  .rightx-xl-19 {
    right-right: 24rem !important; }
  .rightb-xl-19,
  .righty-xl-19 {
    right-bottom: 24rem !important; }
  .rightl-xl-19,
  .rightx-xl-19 {
    right-left: 24rem !important; }
  .right-xl-20 {
    right: 25.5rem !important; }
  .rightt-xl-20,
  .righty-xl-20 {
    right-top: 25.5rem !important; }
  .rightr-xl-20,
  .rightx-xl-20 {
    right-right: 25.5rem !important; }
  .rightb-xl-20,
  .righty-xl-20 {
    right-bottom: 25.5rem !important; }
  .rightl-xl-20,
  .rightx-xl-20 {
    right-left: 25.5rem !important; }
  .right-xl-21 {
    right: 27rem !important; }
  .rightt-xl-21,
  .righty-xl-21 {
    right-top: 27rem !important; }
  .rightr-xl-21,
  .rightx-xl-21 {
    right-right: 27rem !important; }
  .rightb-xl-21,
  .righty-xl-21 {
    right-bottom: 27rem !important; }
  .rightl-xl-21,
  .rightx-xl-21 {
    right-left: 27rem !important; }
  .right-xl-22 {
    right: 28.5rem !important; }
  .rightt-xl-22,
  .righty-xl-22 {
    right-top: 28.5rem !important; }
  .rightr-xl-22,
  .rightx-xl-22 {
    right-right: 28.5rem !important; }
  .rightb-xl-22,
  .righty-xl-22 {
    right-bottom: 28.5rem !important; }
  .rightl-xl-22,
  .rightx-xl-22 {
    right-left: 28.5rem !important; }
  .right-xl-23 {
    right: 30rem !important; }
  .rightt-xl-23,
  .righty-xl-23 {
    right-top: 30rem !important; }
  .rightr-xl-23,
  .rightx-xl-23 {
    right-right: 30rem !important; }
  .rightb-xl-23,
  .righty-xl-23 {
    right-bottom: 30rem !important; }
  .rightl-xl-23,
  .rightx-xl-23 {
    right-left: 30rem !important; }
  .right-xl-24 {
    right: 31.5rem !important; }
  .rightt-xl-24,
  .righty-xl-24 {
    right-top: 31.5rem !important; }
  .rightr-xl-24,
  .rightx-xl-24 {
    right-right: 31.5rem !important; }
  .rightb-xl-24,
  .righty-xl-24 {
    right-bottom: 31.5rem !important; }
  .rightl-xl-24,
  .rightx-xl-24 {
    right-left: 31.5rem !important; }
  .right-xl-25 {
    right: 33rem !important; }
  .rightt-xl-25,
  .righty-xl-25 {
    right-top: 33rem !important; }
  .rightr-xl-25,
  .rightx-xl-25 {
    right-right: 33rem !important; }
  .rightb-xl-25,
  .righty-xl-25 {
    right-bottom: 33rem !important; }
  .rightl-xl-25,
  .rightx-xl-25 {
    right-left: 33rem !important; }
  .right-xl-26 {
    right: 34.5rem !important; }
  .rightt-xl-26,
  .righty-xl-26 {
    right-top: 34.5rem !important; }
  .rightr-xl-26,
  .rightx-xl-26 {
    right-right: 34.5rem !important; }
  .rightb-xl-26,
  .righty-xl-26 {
    right-bottom: 34.5rem !important; }
  .rightl-xl-26,
  .rightx-xl-26 {
    right-left: 34.5rem !important; }
  .right-xl-27 {
    right: 36rem !important; }
  .rightt-xl-27,
  .righty-xl-27 {
    right-top: 36rem !important; }
  .rightr-xl-27,
  .rightx-xl-27 {
    right-right: 36rem !important; }
  .rightb-xl-27,
  .righty-xl-27 {
    right-bottom: 36rem !important; }
  .rightl-xl-27,
  .rightx-xl-27 {
    right-left: 36rem !important; }
  .right-xl-28 {
    right: 37.5rem !important; }
  .rightt-xl-28,
  .righty-xl-28 {
    right-top: 37.5rem !important; }
  .rightr-xl-28,
  .rightx-xl-28 {
    right-right: 37.5rem !important; }
  .rightb-xl-28,
  .righty-xl-28 {
    right-bottom: 37.5rem !important; }
  .rightl-xl-28,
  .rightx-xl-28 {
    right-left: 37.5rem !important; }
  .right-xl-29 {
    right: 39rem !important; }
  .rightt-xl-29,
  .righty-xl-29 {
    right-top: 39rem !important; }
  .rightr-xl-29,
  .rightx-xl-29 {
    right-right: 39rem !important; }
  .rightb-xl-29,
  .righty-xl-29 {
    right-bottom: 39rem !important; }
  .rightl-xl-29,
  .rightx-xl-29 {
    right-left: 39rem !important; }
  .right-xl-30 {
    right: 40.5rem !important; }
  .rightt-xl-30,
  .righty-xl-30 {
    right-top: 40.5rem !important; }
  .rightr-xl-30,
  .rightx-xl-30 {
    right-right: 40.5rem !important; }
  .rightb-xl-30,
  .righty-xl-30 {
    right-bottom: 40.5rem !important; }
  .rightl-xl-30,
  .rightx-xl-30 {
    right-left: 40.5rem !important; }
  .left-xl-0 {
    left: 0 !important; }
  .leftt-xl-0,
  .lefty-xl-0 {
    left-top: 0 !important; }
  .leftr-xl-0,
  .leftx-xl-0 {
    left-right: 0 !important; }
  .leftb-xl-0,
  .lefty-xl-0 {
    left-bottom: 0 !important; }
  .leftl-xl-0,
  .leftx-xl-0 {
    left-left: 0 !important; }
  .left-xl-1 {
    left: 0.25rem !important; }
  .leftt-xl-1,
  .lefty-xl-1 {
    left-top: 0.25rem !important; }
  .leftr-xl-1,
  .leftx-xl-1 {
    left-right: 0.25rem !important; }
  .leftb-xl-1,
  .lefty-xl-1 {
    left-bottom: 0.25rem !important; }
  .leftl-xl-1,
  .leftx-xl-1 {
    left-left: 0.25rem !important; }
  .left-xl-2 {
    left: 0.5rem !important; }
  .leftt-xl-2,
  .lefty-xl-2 {
    left-top: 0.5rem !important; }
  .leftr-xl-2,
  .leftx-xl-2 {
    left-right: 0.5rem !important; }
  .leftb-xl-2,
  .lefty-xl-2 {
    left-bottom: 0.5rem !important; }
  .leftl-xl-2,
  .leftx-xl-2 {
    left-left: 0.5rem !important; }
  .left-xl-3 {
    left: 1rem !important; }
  .leftt-xl-3,
  .lefty-xl-3 {
    left-top: 1rem !important; }
  .leftr-xl-3,
  .leftx-xl-3 {
    left-right: 1rem !important; }
  .leftb-xl-3,
  .lefty-xl-3 {
    left-bottom: 1rem !important; }
  .leftl-xl-3,
  .leftx-xl-3 {
    left-left: 1rem !important; }
  .left-xl-4 {
    left: 1.5rem !important; }
  .leftt-xl-4,
  .lefty-xl-4 {
    left-top: 1.5rem !important; }
  .leftr-xl-4,
  .leftx-xl-4 {
    left-right: 1.5rem !important; }
  .leftb-xl-4,
  .lefty-xl-4 {
    left-bottom: 1.5rem !important; }
  .leftl-xl-4,
  .leftx-xl-4 {
    left-left: 1.5rem !important; }
  .left-xl-5 {
    left: 3rem !important; }
  .leftt-xl-5,
  .lefty-xl-5 {
    left-top: 3rem !important; }
  .leftr-xl-5,
  .leftx-xl-5 {
    left-right: 3rem !important; }
  .leftb-xl-5,
  .lefty-xl-5 {
    left-bottom: 3rem !important; }
  .leftl-xl-5,
  .leftx-xl-5 {
    left-left: 3rem !important; }
  .left-xl-0_5 {
    left: 0.125rem !important; }
  .leftt-xl-0_5,
  .lefty-xl-0_5 {
    left-top: 0.125rem !important; }
  .leftr-xl-0_5,
  .leftx-xl-0_5 {
    left-right: 0.125rem !important; }
  .leftb-xl-0_5,
  .lefty-xl-0_5 {
    left-bottom: 0.125rem !important; }
  .leftl-xl-0_5,
  .leftx-xl-0_5 {
    left-left: 0.125rem !important; }
  .left-xl-1_5 {
    left: 0.375rem !important; }
  .leftt-xl-1_5,
  .lefty-xl-1_5 {
    left-top: 0.375rem !important; }
  .leftr-xl-1_5,
  .leftx-xl-1_5 {
    left-right: 0.375rem !important; }
  .leftb-xl-1_5,
  .lefty-xl-1_5 {
    left-bottom: 0.375rem !important; }
  .leftl-xl-1_5,
  .leftx-xl-1_5 {
    left-left: 0.375rem !important; }
  .left-xl-2_25 {
    left: 0.55rem !important; }
  .leftt-xl-2_25,
  .lefty-xl-2_25 {
    left-top: 0.55rem !important; }
  .leftr-xl-2_25,
  .leftx-xl-2_25 {
    left-right: 0.55rem !important; }
  .leftb-xl-2_25,
  .lefty-xl-2_25 {
    left-bottom: 0.55rem !important; }
  .leftl-xl-2_25,
  .leftx-xl-2_25 {
    left-left: 0.55rem !important; }
  .left-xl-2_35 {
    left: 0.625rem !important; }
  .leftt-xl-2_35,
  .lefty-xl-2_35 {
    left-top: 0.625rem !important; }
  .leftr-xl-2_35,
  .leftx-xl-2_35 {
    left-right: 0.625rem !important; }
  .leftb-xl-2_35,
  .lefty-xl-2_35 {
    left-bottom: 0.625rem !important; }
  .leftl-xl-2_35,
  .leftx-xl-2_35 {
    left-left: 0.625rem !important; }
  .left-xl-2_5 {
    left: 0.75rem !important; }
  .leftt-xl-2_5,
  .lefty-xl-2_5 {
    left-top: 0.75rem !important; }
  .leftr-xl-2_5,
  .leftx-xl-2_5 {
    left-right: 0.75rem !important; }
  .leftb-xl-2_5,
  .lefty-xl-2_5 {
    left-bottom: 0.75rem !important; }
  .leftl-xl-2_5,
  .leftx-xl-2_5 {
    left-left: 0.75rem !important; }
  .left-xl-2_75 {
    left: 0.875rem !important; }
  .leftt-xl-2_75,
  .lefty-xl-2_75 {
    left-top: 0.875rem !important; }
  .leftr-xl-2_75,
  .leftx-xl-2_75 {
    left-right: 0.875rem !important; }
  .leftb-xl-2_75,
  .lefty-xl-2_75 {
    left-bottom: 0.875rem !important; }
  .leftl-xl-2_75,
  .leftx-xl-2_75 {
    left-left: 0.875rem !important; }
  .left-xl-3_25 {
    left: 1.125rem !important; }
  .leftt-xl-3_25,
  .lefty-xl-3_25 {
    left-top: 1.125rem !important; }
  .leftr-xl-3_25,
  .leftx-xl-3_25 {
    left-right: 1.125rem !important; }
  .leftb-xl-3_25,
  .lefty-xl-3_25 {
    left-bottom: 1.125rem !important; }
  .leftl-xl-3_25,
  .leftx-xl-3_25 {
    left-left: 1.125rem !important; }
  .left-xl-3_5 {
    left: 1.25rem !important; }
  .leftt-xl-3_5,
  .lefty-xl-3_5 {
    left-top: 1.25rem !important; }
  .leftr-xl-3_5,
  .leftx-xl-3_5 {
    left-right: 1.25rem !important; }
  .leftb-xl-3_5,
  .lefty-xl-3_5 {
    left-bottom: 1.25rem !important; }
  .leftl-xl-3_5,
  .leftx-xl-3_5 {
    left-left: 1.25rem !important; }
  .left-xl-3_75 {
    left: 1.375rem !important; }
  .leftt-xl-3_75,
  .lefty-xl-3_75 {
    left-top: 1.375rem !important; }
  .leftr-xl-3_75,
  .leftx-xl-3_75 {
    left-right: 1.375rem !important; }
  .leftb-xl-3_75,
  .lefty-xl-3_75 {
    left-bottom: 1.375rem !important; }
  .leftl-xl-3_75,
  .leftx-xl-3_75 {
    left-left: 1.375rem !important; }
  .left-xl-4_15 {
    left: 1.6875rem !important; }
  .leftt-xl-4_15,
  .lefty-xl-4_15 {
    left-top: 1.6875rem !important; }
  .leftr-xl-4_15,
  .leftx-xl-4_15 {
    left-right: 1.6875rem !important; }
  .leftb-xl-4_15,
  .lefty-xl-4_15 {
    left-bottom: 1.6875rem !important; }
  .leftl-xl-4_15,
  .leftx-xl-4_15 {
    left-left: 1.6875rem !important; }
  .left-xl-4_25 {
    left: 1.875rem !important; }
  .leftt-xl-4_25,
  .lefty-xl-4_25 {
    left-top: 1.875rem !important; }
  .leftr-xl-4_25,
  .leftx-xl-4_25 {
    left-right: 1.875rem !important; }
  .leftb-xl-4_25,
  .lefty-xl-4_25 {
    left-bottom: 1.875rem !important; }
  .leftl-xl-4_25,
  .leftx-xl-4_25 {
    left-left: 1.875rem !important; }
  .left-xl-4_35 {
    left: 2.0625rem !important; }
  .leftt-xl-4_35,
  .lefty-xl-4_35 {
    left-top: 2.0625rem !important; }
  .leftr-xl-4_35,
  .leftx-xl-4_35 {
    left-right: 2.0625rem !important; }
  .leftb-xl-4_35,
  .lefty-xl-4_35 {
    left-bottom: 2.0625rem !important; }
  .leftl-xl-4_35,
  .leftx-xl-4_35 {
    left-left: 2.0625rem !important; }
  .left-xl-4_5 {
    left: 2.25rem !important; }
  .leftt-xl-4_5,
  .lefty-xl-4_5 {
    left-top: 2.25rem !important; }
  .leftr-xl-4_5,
  .leftx-xl-4_5 {
    left-right: 2.25rem !important; }
  .leftb-xl-4_5,
  .lefty-xl-4_5 {
    left-bottom: 2.25rem !important; }
  .leftl-xl-4_5,
  .leftx-xl-4_5 {
    left-left: 2.25rem !important; }
  .left-xl-4_75 {
    left: 2.5rem !important; }
  .leftt-xl-4_75,
  .lefty-xl-4_75 {
    left-top: 2.5rem !important; }
  .leftr-xl-4_75,
  .leftx-xl-4_75 {
    left-right: 2.5rem !important; }
  .leftb-xl-4_75,
  .lefty-xl-4_75 {
    left-bottom: 2.5rem !important; }
  .leftl-xl-4_75,
  .leftx-xl-4_75 {
    left-left: 2.5rem !important; }
  .left-xl-5_15 {
    left: 3.125rem !important; }
  .leftt-xl-5_15,
  .lefty-xl-5_15 {
    left-top: 3.125rem !important; }
  .leftr-xl-5_15,
  .leftx-xl-5_15 {
    left-right: 3.125rem !important; }
  .leftb-xl-5_15,
  .lefty-xl-5_15 {
    left-bottom: 3.125rem !important; }
  .leftl-xl-5_15,
  .leftx-xl-5_15 {
    left-left: 3.125rem !important; }
  .left-xl-5_25 {
    left: 3.5rem !important; }
  .leftt-xl-5_25,
  .lefty-xl-5_25 {
    left-top: 3.5rem !important; }
  .leftr-xl-5_25,
  .leftx-xl-5_25 {
    left-right: 3.5rem !important; }
  .leftb-xl-5_25,
  .lefty-xl-5_25 {
    left-bottom: 3.5rem !important; }
  .leftl-xl-5_25,
  .leftx-xl-5_25 {
    left-left: 3.5rem !important; }
  .left-xl-5_5 {
    left: 3.75rem !important; }
  .leftt-xl-5_5,
  .lefty-xl-5_5 {
    left-top: 3.75rem !important; }
  .leftr-xl-5_5,
  .leftx-xl-5_5 {
    left-right: 3.75rem !important; }
  .leftb-xl-5_5,
  .lefty-xl-5_5 {
    left-bottom: 3.75rem !important; }
  .leftl-xl-5_5,
  .leftx-xl-5_5 {
    left-left: 3.75rem !important; }
  .left-xl-5_75 {
    left: 4.375rem !important; }
  .leftt-xl-5_75,
  .lefty-xl-5_75 {
    left-top: 4.375rem !important; }
  .leftr-xl-5_75,
  .leftx-xl-5_75 {
    left-right: 4.375rem !important; }
  .leftb-xl-5_75,
  .lefty-xl-5_75 {
    left-bottom: 4.375rem !important; }
  .leftl-xl-5_75,
  .leftx-xl-5_75 {
    left-left: 4.375rem !important; }
  .left-xl-6 {
    left: 4.5rem !important; }
  .leftt-xl-6,
  .lefty-xl-6 {
    left-top: 4.5rem !important; }
  .leftr-xl-6,
  .leftx-xl-6 {
    left-right: 4.5rem !important; }
  .leftb-xl-6,
  .lefty-xl-6 {
    left-bottom: 4.5rem !important; }
  .leftl-xl-6,
  .leftx-xl-6 {
    left-left: 4.5rem !important; }
  .left-xl-6_5 {
    left: 5rem !important; }
  .leftt-xl-6_5,
  .lefty-xl-6_5 {
    left-top: 5rem !important; }
  .leftr-xl-6_5,
  .leftx-xl-6_5 {
    left-right: 5rem !important; }
  .leftb-xl-6_5,
  .lefty-xl-6_5 {
    left-bottom: 5rem !important; }
  .leftl-xl-6_5,
  .leftx-xl-6_5 {
    left-left: 5rem !important; }
  .left-xl-6_75 {
    left: 5.375rem !important; }
  .leftt-xl-6_75,
  .lefty-xl-6_75 {
    left-top: 5.375rem !important; }
  .leftr-xl-6_75,
  .leftx-xl-6_75 {
    left-right: 5.375rem !important; }
  .leftb-xl-6_75,
  .lefty-xl-6_75 {
    left-bottom: 5.375rem !important; }
  .leftl-xl-6_75,
  .leftx-xl-6_75 {
    left-left: 5.375rem !important; }
  .left-xl-7 {
    left: 6rem !important; }
  .leftt-xl-7,
  .lefty-xl-7 {
    left-top: 6rem !important; }
  .leftr-xl-7,
  .leftx-xl-7 {
    left-right: 6rem !important; }
  .leftb-xl-7,
  .lefty-xl-7 {
    left-bottom: 6rem !important; }
  .leftl-xl-7,
  .leftx-xl-7 {
    left-left: 6rem !important; }
  .left-xl-7_5 {
    left: 6.75rem !important; }
  .leftt-xl-7_5,
  .lefty-xl-7_5 {
    left-top: 6.75rem !important; }
  .leftr-xl-7_5,
  .leftx-xl-7_5 {
    left-right: 6.75rem !important; }
  .leftb-xl-7_5,
  .lefty-xl-7_5 {
    left-bottom: 6.75rem !important; }
  .leftl-xl-7_5,
  .leftx-xl-7_5 {
    left-left: 6.75rem !important; }
  .left-xl-7_75 {
    left: 7.25rem !important; }
  .leftt-xl-7_75,
  .lefty-xl-7_75 {
    left-top: 7.25rem !important; }
  .leftr-xl-7_75,
  .leftx-xl-7_75 {
    left-right: 7.25rem !important; }
  .leftb-xl-7_75,
  .lefty-xl-7_75 {
    left-bottom: 7.25rem !important; }
  .leftl-xl-7_75,
  .leftx-xl-7_75 {
    left-left: 7.25rem !important; }
  .left-xl-8 {
    left: 7.5rem !important; }
  .leftt-xl-8,
  .lefty-xl-8 {
    left-top: 7.5rem !important; }
  .leftr-xl-8,
  .leftx-xl-8 {
    left-right: 7.5rem !important; }
  .leftb-xl-8,
  .lefty-xl-8 {
    left-bottom: 7.5rem !important; }
  .leftl-xl-8,
  .leftx-xl-8 {
    left-left: 7.5rem !important; }
  .left-xl-8_5 {
    left: 8.125rem !important; }
  .leftt-xl-8_5,
  .lefty-xl-8_5 {
    left-top: 8.125rem !important; }
  .leftr-xl-8_5,
  .leftx-xl-8_5 {
    left-right: 8.125rem !important; }
  .leftb-xl-8_5,
  .lefty-xl-8_5 {
    left-bottom: 8.125rem !important; }
  .leftl-xl-8_5,
  .leftx-xl-8_5 {
    left-left: 8.125rem !important; }
  .left-xl-8_75 {
    left: 8.4375rem !important; }
  .leftt-xl-8_75,
  .lefty-xl-8_75 {
    left-top: 8.4375rem !important; }
  .leftr-xl-8_75,
  .leftx-xl-8_75 {
    left-right: 8.4375rem !important; }
  .leftb-xl-8_75,
  .lefty-xl-8_75 {
    left-bottom: 8.4375rem !important; }
  .leftl-xl-8_75,
  .leftx-xl-8_75 {
    left-left: 8.4375rem !important; }
  .left-xl-9 {
    left: 9rem !important; }
  .leftt-xl-9,
  .lefty-xl-9 {
    left-top: 9rem !important; }
  .leftr-xl-9,
  .leftx-xl-9 {
    left-right: 9rem !important; }
  .leftb-xl-9,
  .lefty-xl-9 {
    left-bottom: 9rem !important; }
  .leftl-xl-9,
  .leftx-xl-9 {
    left-left: 9rem !important; }
  .left-xl-10 {
    left: 10.5rem !important; }
  .leftt-xl-10,
  .lefty-xl-10 {
    left-top: 10.5rem !important; }
  .leftr-xl-10,
  .leftx-xl-10 {
    left-right: 10.5rem !important; }
  .leftb-xl-10,
  .lefty-xl-10 {
    left-bottom: 10.5rem !important; }
  .leftl-xl-10,
  .leftx-xl-10 {
    left-left: 10.5rem !important; }
  .left-xl-10_25 {
    left: 11rem !important; }
  .leftt-xl-10_25,
  .lefty-xl-10_25 {
    left-top: 11rem !important; }
  .leftr-xl-10_25,
  .leftx-xl-10_25 {
    left-right: 11rem !important; }
  .leftb-xl-10_25,
  .lefty-xl-10_25 {
    left-bottom: 11rem !important; }
  .leftl-xl-10_25,
  .leftx-xl-10_25 {
    left-left: 11rem !important; }
  .left-xl-10_5 {
    left: 11.25rem !important; }
  .leftt-xl-10_5,
  .lefty-xl-10_5 {
    left-top: 11.25rem !important; }
  .leftr-xl-10_5,
  .leftx-xl-10_5 {
    left-right: 11.25rem !important; }
  .leftb-xl-10_5,
  .lefty-xl-10_5 {
    left-bottom: 11.25rem !important; }
  .leftl-xl-10_5,
  .leftx-xl-10_5 {
    left-left: 11.25rem !important; }
  .left-xl-10_75 {
    left: 11.5rem !important; }
  .leftt-xl-10_75,
  .lefty-xl-10_75 {
    left-top: 11.5rem !important; }
  .leftr-xl-10_75,
  .leftx-xl-10_75 {
    left-right: 11.5rem !important; }
  .leftb-xl-10_75,
  .lefty-xl-10_75 {
    left-bottom: 11.5rem !important; }
  .leftl-xl-10_75,
  .leftx-xl-10_75 {
    left-left: 11.5rem !important; }
  .left-xl-11 {
    left: 12rem !important; }
  .leftt-xl-11,
  .lefty-xl-11 {
    left-top: 12rem !important; }
  .leftr-xl-11,
  .leftx-xl-11 {
    left-right: 12rem !important; }
  .leftb-xl-11,
  .lefty-xl-11 {
    left-bottom: 12rem !important; }
  .leftl-xl-11,
  .leftx-xl-11 {
    left-left: 12rem !important; }
  .left-xl-12 {
    left: 13.5rem !important; }
  .leftt-xl-12,
  .lefty-xl-12 {
    left-top: 13.5rem !important; }
  .leftr-xl-12,
  .leftx-xl-12 {
    left-right: 13.5rem !important; }
  .leftb-xl-12,
  .lefty-xl-12 {
    left-bottom: 13.5rem !important; }
  .leftl-xl-12,
  .leftx-xl-12 {
    left-left: 13.5rem !important; }
  .left-xl-13 {
    left: 15rem !important; }
  .leftt-xl-13,
  .lefty-xl-13 {
    left-top: 15rem !important; }
  .leftr-xl-13,
  .leftx-xl-13 {
    left-right: 15rem !important; }
  .leftb-xl-13,
  .lefty-xl-13 {
    left-bottom: 15rem !important; }
  .leftl-xl-13,
  .leftx-xl-13 {
    left-left: 15rem !important; }
  .left-xl-14 {
    left: 16.6rem !important; }
  .leftt-xl-14,
  .lefty-xl-14 {
    left-top: 16.6rem !important; }
  .leftr-xl-14,
  .leftx-xl-14 {
    left-right: 16.6rem !important; }
  .leftb-xl-14,
  .lefty-xl-14 {
    left-bottom: 16.6rem !important; }
  .leftl-xl-14,
  .leftx-xl-14 {
    left-left: 16.6rem !important; }
  .left-xl-15 {
    left: 18rem !important; }
  .leftt-xl-15,
  .lefty-xl-15 {
    left-top: 18rem !important; }
  .leftr-xl-15,
  .leftx-xl-15 {
    left-right: 18rem !important; }
  .leftb-xl-15,
  .lefty-xl-15 {
    left-bottom: 18rem !important; }
  .leftl-xl-15,
  .leftx-xl-15 {
    left-left: 18rem !important; }
  .left-xl-16 {
    left: 19.5rem !important; }
  .leftt-xl-16,
  .lefty-xl-16 {
    left-top: 19.5rem !important; }
  .leftr-xl-16,
  .leftx-xl-16 {
    left-right: 19.5rem !important; }
  .leftb-xl-16,
  .lefty-xl-16 {
    left-bottom: 19.5rem !important; }
  .leftl-xl-16,
  .leftx-xl-16 {
    left-left: 19.5rem !important; }
  .left-xl-17 {
    left: 21rem !important; }
  .leftt-xl-17,
  .lefty-xl-17 {
    left-top: 21rem !important; }
  .leftr-xl-17,
  .leftx-xl-17 {
    left-right: 21rem !important; }
  .leftb-xl-17,
  .lefty-xl-17 {
    left-bottom: 21rem !important; }
  .leftl-xl-17,
  .leftx-xl-17 {
    left-left: 21rem !important; }
  .left-xl-18 {
    left: 22.5rem !important; }
  .leftt-xl-18,
  .lefty-xl-18 {
    left-top: 22.5rem !important; }
  .leftr-xl-18,
  .leftx-xl-18 {
    left-right: 22.5rem !important; }
  .leftb-xl-18,
  .lefty-xl-18 {
    left-bottom: 22.5rem !important; }
  .leftl-xl-18,
  .leftx-xl-18 {
    left-left: 22.5rem !important; }
  .left-xl-19 {
    left: 24rem !important; }
  .leftt-xl-19,
  .lefty-xl-19 {
    left-top: 24rem !important; }
  .leftr-xl-19,
  .leftx-xl-19 {
    left-right: 24rem !important; }
  .leftb-xl-19,
  .lefty-xl-19 {
    left-bottom: 24rem !important; }
  .leftl-xl-19,
  .leftx-xl-19 {
    left-left: 24rem !important; }
  .left-xl-20 {
    left: 25.5rem !important; }
  .leftt-xl-20,
  .lefty-xl-20 {
    left-top: 25.5rem !important; }
  .leftr-xl-20,
  .leftx-xl-20 {
    left-right: 25.5rem !important; }
  .leftb-xl-20,
  .lefty-xl-20 {
    left-bottom: 25.5rem !important; }
  .leftl-xl-20,
  .leftx-xl-20 {
    left-left: 25.5rem !important; }
  .left-xl-21 {
    left: 27rem !important; }
  .leftt-xl-21,
  .lefty-xl-21 {
    left-top: 27rem !important; }
  .leftr-xl-21,
  .leftx-xl-21 {
    left-right: 27rem !important; }
  .leftb-xl-21,
  .lefty-xl-21 {
    left-bottom: 27rem !important; }
  .leftl-xl-21,
  .leftx-xl-21 {
    left-left: 27rem !important; }
  .left-xl-22 {
    left: 28.5rem !important; }
  .leftt-xl-22,
  .lefty-xl-22 {
    left-top: 28.5rem !important; }
  .leftr-xl-22,
  .leftx-xl-22 {
    left-right: 28.5rem !important; }
  .leftb-xl-22,
  .lefty-xl-22 {
    left-bottom: 28.5rem !important; }
  .leftl-xl-22,
  .leftx-xl-22 {
    left-left: 28.5rem !important; }
  .left-xl-23 {
    left: 30rem !important; }
  .leftt-xl-23,
  .lefty-xl-23 {
    left-top: 30rem !important; }
  .leftr-xl-23,
  .leftx-xl-23 {
    left-right: 30rem !important; }
  .leftb-xl-23,
  .lefty-xl-23 {
    left-bottom: 30rem !important; }
  .leftl-xl-23,
  .leftx-xl-23 {
    left-left: 30rem !important; }
  .left-xl-24 {
    left: 31.5rem !important; }
  .leftt-xl-24,
  .lefty-xl-24 {
    left-top: 31.5rem !important; }
  .leftr-xl-24,
  .leftx-xl-24 {
    left-right: 31.5rem !important; }
  .leftb-xl-24,
  .lefty-xl-24 {
    left-bottom: 31.5rem !important; }
  .leftl-xl-24,
  .leftx-xl-24 {
    left-left: 31.5rem !important; }
  .left-xl-25 {
    left: 33rem !important; }
  .leftt-xl-25,
  .lefty-xl-25 {
    left-top: 33rem !important; }
  .leftr-xl-25,
  .leftx-xl-25 {
    left-right: 33rem !important; }
  .leftb-xl-25,
  .lefty-xl-25 {
    left-bottom: 33rem !important; }
  .leftl-xl-25,
  .leftx-xl-25 {
    left-left: 33rem !important; }
  .left-xl-26 {
    left: 34.5rem !important; }
  .leftt-xl-26,
  .lefty-xl-26 {
    left-top: 34.5rem !important; }
  .leftr-xl-26,
  .leftx-xl-26 {
    left-right: 34.5rem !important; }
  .leftb-xl-26,
  .lefty-xl-26 {
    left-bottom: 34.5rem !important; }
  .leftl-xl-26,
  .leftx-xl-26 {
    left-left: 34.5rem !important; }
  .left-xl-27 {
    left: 36rem !important; }
  .leftt-xl-27,
  .lefty-xl-27 {
    left-top: 36rem !important; }
  .leftr-xl-27,
  .leftx-xl-27 {
    left-right: 36rem !important; }
  .leftb-xl-27,
  .lefty-xl-27 {
    left-bottom: 36rem !important; }
  .leftl-xl-27,
  .leftx-xl-27 {
    left-left: 36rem !important; }
  .left-xl-28 {
    left: 37.5rem !important; }
  .leftt-xl-28,
  .lefty-xl-28 {
    left-top: 37.5rem !important; }
  .leftr-xl-28,
  .leftx-xl-28 {
    left-right: 37.5rem !important; }
  .leftb-xl-28,
  .lefty-xl-28 {
    left-bottom: 37.5rem !important; }
  .leftl-xl-28,
  .leftx-xl-28 {
    left-left: 37.5rem !important; }
  .left-xl-29 {
    left: 39rem !important; }
  .leftt-xl-29,
  .lefty-xl-29 {
    left-top: 39rem !important; }
  .leftr-xl-29,
  .leftx-xl-29 {
    left-right: 39rem !important; }
  .leftb-xl-29,
  .lefty-xl-29 {
    left-bottom: 39rem !important; }
  .leftl-xl-29,
  .leftx-xl-29 {
    left-left: 39rem !important; }
  .left-xl-30 {
    left: 40.5rem !important; }
  .leftt-xl-30,
  .lefty-xl-30 {
    left-top: 40.5rem !important; }
  .leftr-xl-30,
  .leftx-xl-30 {
    left-right: 40.5rem !important; }
  .leftb-xl-30,
  .lefty-xl-30 {
    left-bottom: 40.5rem !important; }
  .leftl-xl-30,
  .leftx-xl-30 {
    left-left: 40.5rem !important; }
  .top-xl-0 {
    top: 0 !important; }
  .topt-xl-0,
  .topy-xl-0 {
    top-top: 0 !important; }
  .topr-xl-0,
  .topx-xl-0 {
    top-right: 0 !important; }
  .topb-xl-0,
  .topy-xl-0 {
    top-bottom: 0 !important; }
  .topl-xl-0,
  .topx-xl-0 {
    top-left: 0 !important; }
  .top-xl-1 {
    top: 0.25rem !important; }
  .topt-xl-1,
  .topy-xl-1 {
    top-top: 0.25rem !important; }
  .topr-xl-1,
  .topx-xl-1 {
    top-right: 0.25rem !important; }
  .topb-xl-1,
  .topy-xl-1 {
    top-bottom: 0.25rem !important; }
  .topl-xl-1,
  .topx-xl-1 {
    top-left: 0.25rem !important; }
  .top-xl-2 {
    top: 0.5rem !important; }
  .topt-xl-2,
  .topy-xl-2 {
    top-top: 0.5rem !important; }
  .topr-xl-2,
  .topx-xl-2 {
    top-right: 0.5rem !important; }
  .topb-xl-2,
  .topy-xl-2 {
    top-bottom: 0.5rem !important; }
  .topl-xl-2,
  .topx-xl-2 {
    top-left: 0.5rem !important; }
  .top-xl-3 {
    top: 1rem !important; }
  .topt-xl-3,
  .topy-xl-3 {
    top-top: 1rem !important; }
  .topr-xl-3,
  .topx-xl-3 {
    top-right: 1rem !important; }
  .topb-xl-3,
  .topy-xl-3 {
    top-bottom: 1rem !important; }
  .topl-xl-3,
  .topx-xl-3 {
    top-left: 1rem !important; }
  .top-xl-4 {
    top: 1.5rem !important; }
  .topt-xl-4,
  .topy-xl-4 {
    top-top: 1.5rem !important; }
  .topr-xl-4,
  .topx-xl-4 {
    top-right: 1.5rem !important; }
  .topb-xl-4,
  .topy-xl-4 {
    top-bottom: 1.5rem !important; }
  .topl-xl-4,
  .topx-xl-4 {
    top-left: 1.5rem !important; }
  .top-xl-5 {
    top: 3rem !important; }
  .topt-xl-5,
  .topy-xl-5 {
    top-top: 3rem !important; }
  .topr-xl-5,
  .topx-xl-5 {
    top-right: 3rem !important; }
  .topb-xl-5,
  .topy-xl-5 {
    top-bottom: 3rem !important; }
  .topl-xl-5,
  .topx-xl-5 {
    top-left: 3rem !important; }
  .top-xl-0_5 {
    top: 0.125rem !important; }
  .topt-xl-0_5,
  .topy-xl-0_5 {
    top-top: 0.125rem !important; }
  .topr-xl-0_5,
  .topx-xl-0_5 {
    top-right: 0.125rem !important; }
  .topb-xl-0_5,
  .topy-xl-0_5 {
    top-bottom: 0.125rem !important; }
  .topl-xl-0_5,
  .topx-xl-0_5 {
    top-left: 0.125rem !important; }
  .top-xl-1_5 {
    top: 0.375rem !important; }
  .topt-xl-1_5,
  .topy-xl-1_5 {
    top-top: 0.375rem !important; }
  .topr-xl-1_5,
  .topx-xl-1_5 {
    top-right: 0.375rem !important; }
  .topb-xl-1_5,
  .topy-xl-1_5 {
    top-bottom: 0.375rem !important; }
  .topl-xl-1_5,
  .topx-xl-1_5 {
    top-left: 0.375rem !important; }
  .top-xl-2_25 {
    top: 0.55rem !important; }
  .topt-xl-2_25,
  .topy-xl-2_25 {
    top-top: 0.55rem !important; }
  .topr-xl-2_25,
  .topx-xl-2_25 {
    top-right: 0.55rem !important; }
  .topb-xl-2_25,
  .topy-xl-2_25 {
    top-bottom: 0.55rem !important; }
  .topl-xl-2_25,
  .topx-xl-2_25 {
    top-left: 0.55rem !important; }
  .top-xl-2_35 {
    top: 0.625rem !important; }
  .topt-xl-2_35,
  .topy-xl-2_35 {
    top-top: 0.625rem !important; }
  .topr-xl-2_35,
  .topx-xl-2_35 {
    top-right: 0.625rem !important; }
  .topb-xl-2_35,
  .topy-xl-2_35 {
    top-bottom: 0.625rem !important; }
  .topl-xl-2_35,
  .topx-xl-2_35 {
    top-left: 0.625rem !important; }
  .top-xl-2_5 {
    top: 0.75rem !important; }
  .topt-xl-2_5,
  .topy-xl-2_5 {
    top-top: 0.75rem !important; }
  .topr-xl-2_5,
  .topx-xl-2_5 {
    top-right: 0.75rem !important; }
  .topb-xl-2_5,
  .topy-xl-2_5 {
    top-bottom: 0.75rem !important; }
  .topl-xl-2_5,
  .topx-xl-2_5 {
    top-left: 0.75rem !important; }
  .top-xl-2_75 {
    top: 0.875rem !important; }
  .topt-xl-2_75,
  .topy-xl-2_75 {
    top-top: 0.875rem !important; }
  .topr-xl-2_75,
  .topx-xl-2_75 {
    top-right: 0.875rem !important; }
  .topb-xl-2_75,
  .topy-xl-2_75 {
    top-bottom: 0.875rem !important; }
  .topl-xl-2_75,
  .topx-xl-2_75 {
    top-left: 0.875rem !important; }
  .top-xl-3_25 {
    top: 1.125rem !important; }
  .topt-xl-3_25,
  .topy-xl-3_25 {
    top-top: 1.125rem !important; }
  .topr-xl-3_25,
  .topx-xl-3_25 {
    top-right: 1.125rem !important; }
  .topb-xl-3_25,
  .topy-xl-3_25 {
    top-bottom: 1.125rem !important; }
  .topl-xl-3_25,
  .topx-xl-3_25 {
    top-left: 1.125rem !important; }
  .top-xl-3_5 {
    top: 1.25rem !important; }
  .topt-xl-3_5,
  .topy-xl-3_5 {
    top-top: 1.25rem !important; }
  .topr-xl-3_5,
  .topx-xl-3_5 {
    top-right: 1.25rem !important; }
  .topb-xl-3_5,
  .topy-xl-3_5 {
    top-bottom: 1.25rem !important; }
  .topl-xl-3_5,
  .topx-xl-3_5 {
    top-left: 1.25rem !important; }
  .top-xl-3_75 {
    top: 1.375rem !important; }
  .topt-xl-3_75,
  .topy-xl-3_75 {
    top-top: 1.375rem !important; }
  .topr-xl-3_75,
  .topx-xl-3_75 {
    top-right: 1.375rem !important; }
  .topb-xl-3_75,
  .topy-xl-3_75 {
    top-bottom: 1.375rem !important; }
  .topl-xl-3_75,
  .topx-xl-3_75 {
    top-left: 1.375rem !important; }
  .top-xl-4_15 {
    top: 1.6875rem !important; }
  .topt-xl-4_15,
  .topy-xl-4_15 {
    top-top: 1.6875rem !important; }
  .topr-xl-4_15,
  .topx-xl-4_15 {
    top-right: 1.6875rem !important; }
  .topb-xl-4_15,
  .topy-xl-4_15 {
    top-bottom: 1.6875rem !important; }
  .topl-xl-4_15,
  .topx-xl-4_15 {
    top-left: 1.6875rem !important; }
  .top-xl-4_25 {
    top: 1.875rem !important; }
  .topt-xl-4_25,
  .topy-xl-4_25 {
    top-top: 1.875rem !important; }
  .topr-xl-4_25,
  .topx-xl-4_25 {
    top-right: 1.875rem !important; }
  .topb-xl-4_25,
  .topy-xl-4_25 {
    top-bottom: 1.875rem !important; }
  .topl-xl-4_25,
  .topx-xl-4_25 {
    top-left: 1.875rem !important; }
  .top-xl-4_35 {
    top: 2.0625rem !important; }
  .topt-xl-4_35,
  .topy-xl-4_35 {
    top-top: 2.0625rem !important; }
  .topr-xl-4_35,
  .topx-xl-4_35 {
    top-right: 2.0625rem !important; }
  .topb-xl-4_35,
  .topy-xl-4_35 {
    top-bottom: 2.0625rem !important; }
  .topl-xl-4_35,
  .topx-xl-4_35 {
    top-left: 2.0625rem !important; }
  .top-xl-4_5 {
    top: 2.25rem !important; }
  .topt-xl-4_5,
  .topy-xl-4_5 {
    top-top: 2.25rem !important; }
  .topr-xl-4_5,
  .topx-xl-4_5 {
    top-right: 2.25rem !important; }
  .topb-xl-4_5,
  .topy-xl-4_5 {
    top-bottom: 2.25rem !important; }
  .topl-xl-4_5,
  .topx-xl-4_5 {
    top-left: 2.25rem !important; }
  .top-xl-4_75 {
    top: 2.5rem !important; }
  .topt-xl-4_75,
  .topy-xl-4_75 {
    top-top: 2.5rem !important; }
  .topr-xl-4_75,
  .topx-xl-4_75 {
    top-right: 2.5rem !important; }
  .topb-xl-4_75,
  .topy-xl-4_75 {
    top-bottom: 2.5rem !important; }
  .topl-xl-4_75,
  .topx-xl-4_75 {
    top-left: 2.5rem !important; }
  .top-xl-5_15 {
    top: 3.125rem !important; }
  .topt-xl-5_15,
  .topy-xl-5_15 {
    top-top: 3.125rem !important; }
  .topr-xl-5_15,
  .topx-xl-5_15 {
    top-right: 3.125rem !important; }
  .topb-xl-5_15,
  .topy-xl-5_15 {
    top-bottom: 3.125rem !important; }
  .topl-xl-5_15,
  .topx-xl-5_15 {
    top-left: 3.125rem !important; }
  .top-xl-5_25 {
    top: 3.5rem !important; }
  .topt-xl-5_25,
  .topy-xl-5_25 {
    top-top: 3.5rem !important; }
  .topr-xl-5_25,
  .topx-xl-5_25 {
    top-right: 3.5rem !important; }
  .topb-xl-5_25,
  .topy-xl-5_25 {
    top-bottom: 3.5rem !important; }
  .topl-xl-5_25,
  .topx-xl-5_25 {
    top-left: 3.5rem !important; }
  .top-xl-5_5 {
    top: 3.75rem !important; }
  .topt-xl-5_5,
  .topy-xl-5_5 {
    top-top: 3.75rem !important; }
  .topr-xl-5_5,
  .topx-xl-5_5 {
    top-right: 3.75rem !important; }
  .topb-xl-5_5,
  .topy-xl-5_5 {
    top-bottom: 3.75rem !important; }
  .topl-xl-5_5,
  .topx-xl-5_5 {
    top-left: 3.75rem !important; }
  .top-xl-5_75 {
    top: 4.375rem !important; }
  .topt-xl-5_75,
  .topy-xl-5_75 {
    top-top: 4.375rem !important; }
  .topr-xl-5_75,
  .topx-xl-5_75 {
    top-right: 4.375rem !important; }
  .topb-xl-5_75,
  .topy-xl-5_75 {
    top-bottom: 4.375rem !important; }
  .topl-xl-5_75,
  .topx-xl-5_75 {
    top-left: 4.375rem !important; }
  .top-xl-6 {
    top: 4.5rem !important; }
  .topt-xl-6,
  .topy-xl-6 {
    top-top: 4.5rem !important; }
  .topr-xl-6,
  .topx-xl-6 {
    top-right: 4.5rem !important; }
  .topb-xl-6,
  .topy-xl-6 {
    top-bottom: 4.5rem !important; }
  .topl-xl-6,
  .topx-xl-6 {
    top-left: 4.5rem !important; }
  .top-xl-6_5 {
    top: 5rem !important; }
  .topt-xl-6_5,
  .topy-xl-6_5 {
    top-top: 5rem !important; }
  .topr-xl-6_5,
  .topx-xl-6_5 {
    top-right: 5rem !important; }
  .topb-xl-6_5,
  .topy-xl-6_5 {
    top-bottom: 5rem !important; }
  .topl-xl-6_5,
  .topx-xl-6_5 {
    top-left: 5rem !important; }
  .top-xl-6_75 {
    top: 5.375rem !important; }
  .topt-xl-6_75,
  .topy-xl-6_75 {
    top-top: 5.375rem !important; }
  .topr-xl-6_75,
  .topx-xl-6_75 {
    top-right: 5.375rem !important; }
  .topb-xl-6_75,
  .topy-xl-6_75 {
    top-bottom: 5.375rem !important; }
  .topl-xl-6_75,
  .topx-xl-6_75 {
    top-left: 5.375rem !important; }
  .top-xl-7 {
    top: 6rem !important; }
  .topt-xl-7,
  .topy-xl-7 {
    top-top: 6rem !important; }
  .topr-xl-7,
  .topx-xl-7 {
    top-right: 6rem !important; }
  .topb-xl-7,
  .topy-xl-7 {
    top-bottom: 6rem !important; }
  .topl-xl-7,
  .topx-xl-7 {
    top-left: 6rem !important; }
  .top-xl-7_5 {
    top: 6.75rem !important; }
  .topt-xl-7_5,
  .topy-xl-7_5 {
    top-top: 6.75rem !important; }
  .topr-xl-7_5,
  .topx-xl-7_5 {
    top-right: 6.75rem !important; }
  .topb-xl-7_5,
  .topy-xl-7_5 {
    top-bottom: 6.75rem !important; }
  .topl-xl-7_5,
  .topx-xl-7_5 {
    top-left: 6.75rem !important; }
  .top-xl-7_75 {
    top: 7.25rem !important; }
  .topt-xl-7_75,
  .topy-xl-7_75 {
    top-top: 7.25rem !important; }
  .topr-xl-7_75,
  .topx-xl-7_75 {
    top-right: 7.25rem !important; }
  .topb-xl-7_75,
  .topy-xl-7_75 {
    top-bottom: 7.25rem !important; }
  .topl-xl-7_75,
  .topx-xl-7_75 {
    top-left: 7.25rem !important; }
  .top-xl-8 {
    top: 7.5rem !important; }
  .topt-xl-8,
  .topy-xl-8 {
    top-top: 7.5rem !important; }
  .topr-xl-8,
  .topx-xl-8 {
    top-right: 7.5rem !important; }
  .topb-xl-8,
  .topy-xl-8 {
    top-bottom: 7.5rem !important; }
  .topl-xl-8,
  .topx-xl-8 {
    top-left: 7.5rem !important; }
  .top-xl-8_5 {
    top: 8.125rem !important; }
  .topt-xl-8_5,
  .topy-xl-8_5 {
    top-top: 8.125rem !important; }
  .topr-xl-8_5,
  .topx-xl-8_5 {
    top-right: 8.125rem !important; }
  .topb-xl-8_5,
  .topy-xl-8_5 {
    top-bottom: 8.125rem !important; }
  .topl-xl-8_5,
  .topx-xl-8_5 {
    top-left: 8.125rem !important; }
  .top-xl-8_75 {
    top: 8.4375rem !important; }
  .topt-xl-8_75,
  .topy-xl-8_75 {
    top-top: 8.4375rem !important; }
  .topr-xl-8_75,
  .topx-xl-8_75 {
    top-right: 8.4375rem !important; }
  .topb-xl-8_75,
  .topy-xl-8_75 {
    top-bottom: 8.4375rem !important; }
  .topl-xl-8_75,
  .topx-xl-8_75 {
    top-left: 8.4375rem !important; }
  .top-xl-9 {
    top: 9rem !important; }
  .topt-xl-9,
  .topy-xl-9 {
    top-top: 9rem !important; }
  .topr-xl-9,
  .topx-xl-9 {
    top-right: 9rem !important; }
  .topb-xl-9,
  .topy-xl-9 {
    top-bottom: 9rem !important; }
  .topl-xl-9,
  .topx-xl-9 {
    top-left: 9rem !important; }
  .top-xl-10 {
    top: 10.5rem !important; }
  .topt-xl-10,
  .topy-xl-10 {
    top-top: 10.5rem !important; }
  .topr-xl-10,
  .topx-xl-10 {
    top-right: 10.5rem !important; }
  .topb-xl-10,
  .topy-xl-10 {
    top-bottom: 10.5rem !important; }
  .topl-xl-10,
  .topx-xl-10 {
    top-left: 10.5rem !important; }
  .top-xl-10_25 {
    top: 11rem !important; }
  .topt-xl-10_25,
  .topy-xl-10_25 {
    top-top: 11rem !important; }
  .topr-xl-10_25,
  .topx-xl-10_25 {
    top-right: 11rem !important; }
  .topb-xl-10_25,
  .topy-xl-10_25 {
    top-bottom: 11rem !important; }
  .topl-xl-10_25,
  .topx-xl-10_25 {
    top-left: 11rem !important; }
  .top-xl-10_5 {
    top: 11.25rem !important; }
  .topt-xl-10_5,
  .topy-xl-10_5 {
    top-top: 11.25rem !important; }
  .topr-xl-10_5,
  .topx-xl-10_5 {
    top-right: 11.25rem !important; }
  .topb-xl-10_5,
  .topy-xl-10_5 {
    top-bottom: 11.25rem !important; }
  .topl-xl-10_5,
  .topx-xl-10_5 {
    top-left: 11.25rem !important; }
  .top-xl-10_75 {
    top: 11.5rem !important; }
  .topt-xl-10_75,
  .topy-xl-10_75 {
    top-top: 11.5rem !important; }
  .topr-xl-10_75,
  .topx-xl-10_75 {
    top-right: 11.5rem !important; }
  .topb-xl-10_75,
  .topy-xl-10_75 {
    top-bottom: 11.5rem !important; }
  .topl-xl-10_75,
  .topx-xl-10_75 {
    top-left: 11.5rem !important; }
  .top-xl-11 {
    top: 12rem !important; }
  .topt-xl-11,
  .topy-xl-11 {
    top-top: 12rem !important; }
  .topr-xl-11,
  .topx-xl-11 {
    top-right: 12rem !important; }
  .topb-xl-11,
  .topy-xl-11 {
    top-bottom: 12rem !important; }
  .topl-xl-11,
  .topx-xl-11 {
    top-left: 12rem !important; }
  .top-xl-12 {
    top: 13.5rem !important; }
  .topt-xl-12,
  .topy-xl-12 {
    top-top: 13.5rem !important; }
  .topr-xl-12,
  .topx-xl-12 {
    top-right: 13.5rem !important; }
  .topb-xl-12,
  .topy-xl-12 {
    top-bottom: 13.5rem !important; }
  .topl-xl-12,
  .topx-xl-12 {
    top-left: 13.5rem !important; }
  .top-xl-13 {
    top: 15rem !important; }
  .topt-xl-13,
  .topy-xl-13 {
    top-top: 15rem !important; }
  .topr-xl-13,
  .topx-xl-13 {
    top-right: 15rem !important; }
  .topb-xl-13,
  .topy-xl-13 {
    top-bottom: 15rem !important; }
  .topl-xl-13,
  .topx-xl-13 {
    top-left: 15rem !important; }
  .top-xl-14 {
    top: 16.6rem !important; }
  .topt-xl-14,
  .topy-xl-14 {
    top-top: 16.6rem !important; }
  .topr-xl-14,
  .topx-xl-14 {
    top-right: 16.6rem !important; }
  .topb-xl-14,
  .topy-xl-14 {
    top-bottom: 16.6rem !important; }
  .topl-xl-14,
  .topx-xl-14 {
    top-left: 16.6rem !important; }
  .top-xl-15 {
    top: 18rem !important; }
  .topt-xl-15,
  .topy-xl-15 {
    top-top: 18rem !important; }
  .topr-xl-15,
  .topx-xl-15 {
    top-right: 18rem !important; }
  .topb-xl-15,
  .topy-xl-15 {
    top-bottom: 18rem !important; }
  .topl-xl-15,
  .topx-xl-15 {
    top-left: 18rem !important; }
  .top-xl-16 {
    top: 19.5rem !important; }
  .topt-xl-16,
  .topy-xl-16 {
    top-top: 19.5rem !important; }
  .topr-xl-16,
  .topx-xl-16 {
    top-right: 19.5rem !important; }
  .topb-xl-16,
  .topy-xl-16 {
    top-bottom: 19.5rem !important; }
  .topl-xl-16,
  .topx-xl-16 {
    top-left: 19.5rem !important; }
  .top-xl-17 {
    top: 21rem !important; }
  .topt-xl-17,
  .topy-xl-17 {
    top-top: 21rem !important; }
  .topr-xl-17,
  .topx-xl-17 {
    top-right: 21rem !important; }
  .topb-xl-17,
  .topy-xl-17 {
    top-bottom: 21rem !important; }
  .topl-xl-17,
  .topx-xl-17 {
    top-left: 21rem !important; }
  .top-xl-18 {
    top: 22.5rem !important; }
  .topt-xl-18,
  .topy-xl-18 {
    top-top: 22.5rem !important; }
  .topr-xl-18,
  .topx-xl-18 {
    top-right: 22.5rem !important; }
  .topb-xl-18,
  .topy-xl-18 {
    top-bottom: 22.5rem !important; }
  .topl-xl-18,
  .topx-xl-18 {
    top-left: 22.5rem !important; }
  .top-xl-19 {
    top: 24rem !important; }
  .topt-xl-19,
  .topy-xl-19 {
    top-top: 24rem !important; }
  .topr-xl-19,
  .topx-xl-19 {
    top-right: 24rem !important; }
  .topb-xl-19,
  .topy-xl-19 {
    top-bottom: 24rem !important; }
  .topl-xl-19,
  .topx-xl-19 {
    top-left: 24rem !important; }
  .top-xl-20 {
    top: 25.5rem !important; }
  .topt-xl-20,
  .topy-xl-20 {
    top-top: 25.5rem !important; }
  .topr-xl-20,
  .topx-xl-20 {
    top-right: 25.5rem !important; }
  .topb-xl-20,
  .topy-xl-20 {
    top-bottom: 25.5rem !important; }
  .topl-xl-20,
  .topx-xl-20 {
    top-left: 25.5rem !important; }
  .top-xl-21 {
    top: 27rem !important; }
  .topt-xl-21,
  .topy-xl-21 {
    top-top: 27rem !important; }
  .topr-xl-21,
  .topx-xl-21 {
    top-right: 27rem !important; }
  .topb-xl-21,
  .topy-xl-21 {
    top-bottom: 27rem !important; }
  .topl-xl-21,
  .topx-xl-21 {
    top-left: 27rem !important; }
  .top-xl-22 {
    top: 28.5rem !important; }
  .topt-xl-22,
  .topy-xl-22 {
    top-top: 28.5rem !important; }
  .topr-xl-22,
  .topx-xl-22 {
    top-right: 28.5rem !important; }
  .topb-xl-22,
  .topy-xl-22 {
    top-bottom: 28.5rem !important; }
  .topl-xl-22,
  .topx-xl-22 {
    top-left: 28.5rem !important; }
  .top-xl-23 {
    top: 30rem !important; }
  .topt-xl-23,
  .topy-xl-23 {
    top-top: 30rem !important; }
  .topr-xl-23,
  .topx-xl-23 {
    top-right: 30rem !important; }
  .topb-xl-23,
  .topy-xl-23 {
    top-bottom: 30rem !important; }
  .topl-xl-23,
  .topx-xl-23 {
    top-left: 30rem !important; }
  .top-xl-24 {
    top: 31.5rem !important; }
  .topt-xl-24,
  .topy-xl-24 {
    top-top: 31.5rem !important; }
  .topr-xl-24,
  .topx-xl-24 {
    top-right: 31.5rem !important; }
  .topb-xl-24,
  .topy-xl-24 {
    top-bottom: 31.5rem !important; }
  .topl-xl-24,
  .topx-xl-24 {
    top-left: 31.5rem !important; }
  .top-xl-25 {
    top: 33rem !important; }
  .topt-xl-25,
  .topy-xl-25 {
    top-top: 33rem !important; }
  .topr-xl-25,
  .topx-xl-25 {
    top-right: 33rem !important; }
  .topb-xl-25,
  .topy-xl-25 {
    top-bottom: 33rem !important; }
  .topl-xl-25,
  .topx-xl-25 {
    top-left: 33rem !important; }
  .top-xl-26 {
    top: 34.5rem !important; }
  .topt-xl-26,
  .topy-xl-26 {
    top-top: 34.5rem !important; }
  .topr-xl-26,
  .topx-xl-26 {
    top-right: 34.5rem !important; }
  .topb-xl-26,
  .topy-xl-26 {
    top-bottom: 34.5rem !important; }
  .topl-xl-26,
  .topx-xl-26 {
    top-left: 34.5rem !important; }
  .top-xl-27 {
    top: 36rem !important; }
  .topt-xl-27,
  .topy-xl-27 {
    top-top: 36rem !important; }
  .topr-xl-27,
  .topx-xl-27 {
    top-right: 36rem !important; }
  .topb-xl-27,
  .topy-xl-27 {
    top-bottom: 36rem !important; }
  .topl-xl-27,
  .topx-xl-27 {
    top-left: 36rem !important; }
  .top-xl-28 {
    top: 37.5rem !important; }
  .topt-xl-28,
  .topy-xl-28 {
    top-top: 37.5rem !important; }
  .topr-xl-28,
  .topx-xl-28 {
    top-right: 37.5rem !important; }
  .topb-xl-28,
  .topy-xl-28 {
    top-bottom: 37.5rem !important; }
  .topl-xl-28,
  .topx-xl-28 {
    top-left: 37.5rem !important; }
  .top-xl-29 {
    top: 39rem !important; }
  .topt-xl-29,
  .topy-xl-29 {
    top-top: 39rem !important; }
  .topr-xl-29,
  .topx-xl-29 {
    top-right: 39rem !important; }
  .topb-xl-29,
  .topy-xl-29 {
    top-bottom: 39rem !important; }
  .topl-xl-29,
  .topx-xl-29 {
    top-left: 39rem !important; }
  .top-xl-30 {
    top: 40.5rem !important; }
  .topt-xl-30,
  .topy-xl-30 {
    top-top: 40.5rem !important; }
  .topr-xl-30,
  .topx-xl-30 {
    top-right: 40.5rem !important; }
  .topb-xl-30,
  .topy-xl-30 {
    top-bottom: 40.5rem !important; }
  .topl-xl-30,
  .topx-xl-30 {
    top-left: 40.5rem !important; }
  .bottom-xl-0 {
    bottom: 0 !important; }
  .bottomt-xl-0,
  .bottomy-xl-0 {
    bottom-top: 0 !important; }
  .bottomr-xl-0,
  .bottomx-xl-0 {
    bottom-right: 0 !important; }
  .bottomb-xl-0,
  .bottomy-xl-0 {
    bottom-bottom: 0 !important; }
  .bottoml-xl-0,
  .bottomx-xl-0 {
    bottom-left: 0 !important; }
  .bottom-xl-1 {
    bottom: 0.25rem !important; }
  .bottomt-xl-1,
  .bottomy-xl-1 {
    bottom-top: 0.25rem !important; }
  .bottomr-xl-1,
  .bottomx-xl-1 {
    bottom-right: 0.25rem !important; }
  .bottomb-xl-1,
  .bottomy-xl-1 {
    bottom-bottom: 0.25rem !important; }
  .bottoml-xl-1,
  .bottomx-xl-1 {
    bottom-left: 0.25rem !important; }
  .bottom-xl-2 {
    bottom: 0.5rem !important; }
  .bottomt-xl-2,
  .bottomy-xl-2 {
    bottom-top: 0.5rem !important; }
  .bottomr-xl-2,
  .bottomx-xl-2 {
    bottom-right: 0.5rem !important; }
  .bottomb-xl-2,
  .bottomy-xl-2 {
    bottom-bottom: 0.5rem !important; }
  .bottoml-xl-2,
  .bottomx-xl-2 {
    bottom-left: 0.5rem !important; }
  .bottom-xl-3 {
    bottom: 1rem !important; }
  .bottomt-xl-3,
  .bottomy-xl-3 {
    bottom-top: 1rem !important; }
  .bottomr-xl-3,
  .bottomx-xl-3 {
    bottom-right: 1rem !important; }
  .bottomb-xl-3,
  .bottomy-xl-3 {
    bottom-bottom: 1rem !important; }
  .bottoml-xl-3,
  .bottomx-xl-3 {
    bottom-left: 1rem !important; }
  .bottom-xl-4 {
    bottom: 1.5rem !important; }
  .bottomt-xl-4,
  .bottomy-xl-4 {
    bottom-top: 1.5rem !important; }
  .bottomr-xl-4,
  .bottomx-xl-4 {
    bottom-right: 1.5rem !important; }
  .bottomb-xl-4,
  .bottomy-xl-4 {
    bottom-bottom: 1.5rem !important; }
  .bottoml-xl-4,
  .bottomx-xl-4 {
    bottom-left: 1.5rem !important; }
  .bottom-xl-5 {
    bottom: 3rem !important; }
  .bottomt-xl-5,
  .bottomy-xl-5 {
    bottom-top: 3rem !important; }
  .bottomr-xl-5,
  .bottomx-xl-5 {
    bottom-right: 3rem !important; }
  .bottomb-xl-5,
  .bottomy-xl-5 {
    bottom-bottom: 3rem !important; }
  .bottoml-xl-5,
  .bottomx-xl-5 {
    bottom-left: 3rem !important; }
  .bottom-xl-0_5 {
    bottom: 0.125rem !important; }
  .bottomt-xl-0_5,
  .bottomy-xl-0_5 {
    bottom-top: 0.125rem !important; }
  .bottomr-xl-0_5,
  .bottomx-xl-0_5 {
    bottom-right: 0.125rem !important; }
  .bottomb-xl-0_5,
  .bottomy-xl-0_5 {
    bottom-bottom: 0.125rem !important; }
  .bottoml-xl-0_5,
  .bottomx-xl-0_5 {
    bottom-left: 0.125rem !important; }
  .bottom-xl-1_5 {
    bottom: 0.375rem !important; }
  .bottomt-xl-1_5,
  .bottomy-xl-1_5 {
    bottom-top: 0.375rem !important; }
  .bottomr-xl-1_5,
  .bottomx-xl-1_5 {
    bottom-right: 0.375rem !important; }
  .bottomb-xl-1_5,
  .bottomy-xl-1_5 {
    bottom-bottom: 0.375rem !important; }
  .bottoml-xl-1_5,
  .bottomx-xl-1_5 {
    bottom-left: 0.375rem !important; }
  .bottom-xl-2_25 {
    bottom: 0.55rem !important; }
  .bottomt-xl-2_25,
  .bottomy-xl-2_25 {
    bottom-top: 0.55rem !important; }
  .bottomr-xl-2_25,
  .bottomx-xl-2_25 {
    bottom-right: 0.55rem !important; }
  .bottomb-xl-2_25,
  .bottomy-xl-2_25 {
    bottom-bottom: 0.55rem !important; }
  .bottoml-xl-2_25,
  .bottomx-xl-2_25 {
    bottom-left: 0.55rem !important; }
  .bottom-xl-2_35 {
    bottom: 0.625rem !important; }
  .bottomt-xl-2_35,
  .bottomy-xl-2_35 {
    bottom-top: 0.625rem !important; }
  .bottomr-xl-2_35,
  .bottomx-xl-2_35 {
    bottom-right: 0.625rem !important; }
  .bottomb-xl-2_35,
  .bottomy-xl-2_35 {
    bottom-bottom: 0.625rem !important; }
  .bottoml-xl-2_35,
  .bottomx-xl-2_35 {
    bottom-left: 0.625rem !important; }
  .bottom-xl-2_5 {
    bottom: 0.75rem !important; }
  .bottomt-xl-2_5,
  .bottomy-xl-2_5 {
    bottom-top: 0.75rem !important; }
  .bottomr-xl-2_5,
  .bottomx-xl-2_5 {
    bottom-right: 0.75rem !important; }
  .bottomb-xl-2_5,
  .bottomy-xl-2_5 {
    bottom-bottom: 0.75rem !important; }
  .bottoml-xl-2_5,
  .bottomx-xl-2_5 {
    bottom-left: 0.75rem !important; }
  .bottom-xl-2_75 {
    bottom: 0.875rem !important; }
  .bottomt-xl-2_75,
  .bottomy-xl-2_75 {
    bottom-top: 0.875rem !important; }
  .bottomr-xl-2_75,
  .bottomx-xl-2_75 {
    bottom-right: 0.875rem !important; }
  .bottomb-xl-2_75,
  .bottomy-xl-2_75 {
    bottom-bottom: 0.875rem !important; }
  .bottoml-xl-2_75,
  .bottomx-xl-2_75 {
    bottom-left: 0.875rem !important; }
  .bottom-xl-3_25 {
    bottom: 1.125rem !important; }
  .bottomt-xl-3_25,
  .bottomy-xl-3_25 {
    bottom-top: 1.125rem !important; }
  .bottomr-xl-3_25,
  .bottomx-xl-3_25 {
    bottom-right: 1.125rem !important; }
  .bottomb-xl-3_25,
  .bottomy-xl-3_25 {
    bottom-bottom: 1.125rem !important; }
  .bottoml-xl-3_25,
  .bottomx-xl-3_25 {
    bottom-left: 1.125rem !important; }
  .bottom-xl-3_5 {
    bottom: 1.25rem !important; }
  .bottomt-xl-3_5,
  .bottomy-xl-3_5 {
    bottom-top: 1.25rem !important; }
  .bottomr-xl-3_5,
  .bottomx-xl-3_5 {
    bottom-right: 1.25rem !important; }
  .bottomb-xl-3_5,
  .bottomy-xl-3_5 {
    bottom-bottom: 1.25rem !important; }
  .bottoml-xl-3_5,
  .bottomx-xl-3_5 {
    bottom-left: 1.25rem !important; }
  .bottom-xl-3_75 {
    bottom: 1.375rem !important; }
  .bottomt-xl-3_75,
  .bottomy-xl-3_75 {
    bottom-top: 1.375rem !important; }
  .bottomr-xl-3_75,
  .bottomx-xl-3_75 {
    bottom-right: 1.375rem !important; }
  .bottomb-xl-3_75,
  .bottomy-xl-3_75 {
    bottom-bottom: 1.375rem !important; }
  .bottoml-xl-3_75,
  .bottomx-xl-3_75 {
    bottom-left: 1.375rem !important; }
  .bottom-xl-4_15 {
    bottom: 1.6875rem !important; }
  .bottomt-xl-4_15,
  .bottomy-xl-4_15 {
    bottom-top: 1.6875rem !important; }
  .bottomr-xl-4_15,
  .bottomx-xl-4_15 {
    bottom-right: 1.6875rem !important; }
  .bottomb-xl-4_15,
  .bottomy-xl-4_15 {
    bottom-bottom: 1.6875rem !important; }
  .bottoml-xl-4_15,
  .bottomx-xl-4_15 {
    bottom-left: 1.6875rem !important; }
  .bottom-xl-4_25 {
    bottom: 1.875rem !important; }
  .bottomt-xl-4_25,
  .bottomy-xl-4_25 {
    bottom-top: 1.875rem !important; }
  .bottomr-xl-4_25,
  .bottomx-xl-4_25 {
    bottom-right: 1.875rem !important; }
  .bottomb-xl-4_25,
  .bottomy-xl-4_25 {
    bottom-bottom: 1.875rem !important; }
  .bottoml-xl-4_25,
  .bottomx-xl-4_25 {
    bottom-left: 1.875rem !important; }
  .bottom-xl-4_35 {
    bottom: 2.0625rem !important; }
  .bottomt-xl-4_35,
  .bottomy-xl-4_35 {
    bottom-top: 2.0625rem !important; }
  .bottomr-xl-4_35,
  .bottomx-xl-4_35 {
    bottom-right: 2.0625rem !important; }
  .bottomb-xl-4_35,
  .bottomy-xl-4_35 {
    bottom-bottom: 2.0625rem !important; }
  .bottoml-xl-4_35,
  .bottomx-xl-4_35 {
    bottom-left: 2.0625rem !important; }
  .bottom-xl-4_5 {
    bottom: 2.25rem !important; }
  .bottomt-xl-4_5,
  .bottomy-xl-4_5 {
    bottom-top: 2.25rem !important; }
  .bottomr-xl-4_5,
  .bottomx-xl-4_5 {
    bottom-right: 2.25rem !important; }
  .bottomb-xl-4_5,
  .bottomy-xl-4_5 {
    bottom-bottom: 2.25rem !important; }
  .bottoml-xl-4_5,
  .bottomx-xl-4_5 {
    bottom-left: 2.25rem !important; }
  .bottom-xl-4_75 {
    bottom: 2.5rem !important; }
  .bottomt-xl-4_75,
  .bottomy-xl-4_75 {
    bottom-top: 2.5rem !important; }
  .bottomr-xl-4_75,
  .bottomx-xl-4_75 {
    bottom-right: 2.5rem !important; }
  .bottomb-xl-4_75,
  .bottomy-xl-4_75 {
    bottom-bottom: 2.5rem !important; }
  .bottoml-xl-4_75,
  .bottomx-xl-4_75 {
    bottom-left: 2.5rem !important; }
  .bottom-xl-5_15 {
    bottom: 3.125rem !important; }
  .bottomt-xl-5_15,
  .bottomy-xl-5_15 {
    bottom-top: 3.125rem !important; }
  .bottomr-xl-5_15,
  .bottomx-xl-5_15 {
    bottom-right: 3.125rem !important; }
  .bottomb-xl-5_15,
  .bottomy-xl-5_15 {
    bottom-bottom: 3.125rem !important; }
  .bottoml-xl-5_15,
  .bottomx-xl-5_15 {
    bottom-left: 3.125rem !important; }
  .bottom-xl-5_25 {
    bottom: 3.5rem !important; }
  .bottomt-xl-5_25,
  .bottomy-xl-5_25 {
    bottom-top: 3.5rem !important; }
  .bottomr-xl-5_25,
  .bottomx-xl-5_25 {
    bottom-right: 3.5rem !important; }
  .bottomb-xl-5_25,
  .bottomy-xl-5_25 {
    bottom-bottom: 3.5rem !important; }
  .bottoml-xl-5_25,
  .bottomx-xl-5_25 {
    bottom-left: 3.5rem !important; }
  .bottom-xl-5_5 {
    bottom: 3.75rem !important; }
  .bottomt-xl-5_5,
  .bottomy-xl-5_5 {
    bottom-top: 3.75rem !important; }
  .bottomr-xl-5_5,
  .bottomx-xl-5_5 {
    bottom-right: 3.75rem !important; }
  .bottomb-xl-5_5,
  .bottomy-xl-5_5 {
    bottom-bottom: 3.75rem !important; }
  .bottoml-xl-5_5,
  .bottomx-xl-5_5 {
    bottom-left: 3.75rem !important; }
  .bottom-xl-5_75 {
    bottom: 4.375rem !important; }
  .bottomt-xl-5_75,
  .bottomy-xl-5_75 {
    bottom-top: 4.375rem !important; }
  .bottomr-xl-5_75,
  .bottomx-xl-5_75 {
    bottom-right: 4.375rem !important; }
  .bottomb-xl-5_75,
  .bottomy-xl-5_75 {
    bottom-bottom: 4.375rem !important; }
  .bottoml-xl-5_75,
  .bottomx-xl-5_75 {
    bottom-left: 4.375rem !important; }
  .bottom-xl-6 {
    bottom: 4.5rem !important; }
  .bottomt-xl-6,
  .bottomy-xl-6 {
    bottom-top: 4.5rem !important; }
  .bottomr-xl-6,
  .bottomx-xl-6 {
    bottom-right: 4.5rem !important; }
  .bottomb-xl-6,
  .bottomy-xl-6 {
    bottom-bottom: 4.5rem !important; }
  .bottoml-xl-6,
  .bottomx-xl-6 {
    bottom-left: 4.5rem !important; }
  .bottom-xl-6_5 {
    bottom: 5rem !important; }
  .bottomt-xl-6_5,
  .bottomy-xl-6_5 {
    bottom-top: 5rem !important; }
  .bottomr-xl-6_5,
  .bottomx-xl-6_5 {
    bottom-right: 5rem !important; }
  .bottomb-xl-6_5,
  .bottomy-xl-6_5 {
    bottom-bottom: 5rem !important; }
  .bottoml-xl-6_5,
  .bottomx-xl-6_5 {
    bottom-left: 5rem !important; }
  .bottom-xl-6_75 {
    bottom: 5.375rem !important; }
  .bottomt-xl-6_75,
  .bottomy-xl-6_75 {
    bottom-top: 5.375rem !important; }
  .bottomr-xl-6_75,
  .bottomx-xl-6_75 {
    bottom-right: 5.375rem !important; }
  .bottomb-xl-6_75,
  .bottomy-xl-6_75 {
    bottom-bottom: 5.375rem !important; }
  .bottoml-xl-6_75,
  .bottomx-xl-6_75 {
    bottom-left: 5.375rem !important; }
  .bottom-xl-7 {
    bottom: 6rem !important; }
  .bottomt-xl-7,
  .bottomy-xl-7 {
    bottom-top: 6rem !important; }
  .bottomr-xl-7,
  .bottomx-xl-7 {
    bottom-right: 6rem !important; }
  .bottomb-xl-7,
  .bottomy-xl-7 {
    bottom-bottom: 6rem !important; }
  .bottoml-xl-7,
  .bottomx-xl-7 {
    bottom-left: 6rem !important; }
  .bottom-xl-7_5 {
    bottom: 6.75rem !important; }
  .bottomt-xl-7_5,
  .bottomy-xl-7_5 {
    bottom-top: 6.75rem !important; }
  .bottomr-xl-7_5,
  .bottomx-xl-7_5 {
    bottom-right: 6.75rem !important; }
  .bottomb-xl-7_5,
  .bottomy-xl-7_5 {
    bottom-bottom: 6.75rem !important; }
  .bottoml-xl-7_5,
  .bottomx-xl-7_5 {
    bottom-left: 6.75rem !important; }
  .bottom-xl-7_75 {
    bottom: 7.25rem !important; }
  .bottomt-xl-7_75,
  .bottomy-xl-7_75 {
    bottom-top: 7.25rem !important; }
  .bottomr-xl-7_75,
  .bottomx-xl-7_75 {
    bottom-right: 7.25rem !important; }
  .bottomb-xl-7_75,
  .bottomy-xl-7_75 {
    bottom-bottom: 7.25rem !important; }
  .bottoml-xl-7_75,
  .bottomx-xl-7_75 {
    bottom-left: 7.25rem !important; }
  .bottom-xl-8 {
    bottom: 7.5rem !important; }
  .bottomt-xl-8,
  .bottomy-xl-8 {
    bottom-top: 7.5rem !important; }
  .bottomr-xl-8,
  .bottomx-xl-8 {
    bottom-right: 7.5rem !important; }
  .bottomb-xl-8,
  .bottomy-xl-8 {
    bottom-bottom: 7.5rem !important; }
  .bottoml-xl-8,
  .bottomx-xl-8 {
    bottom-left: 7.5rem !important; }
  .bottom-xl-8_5 {
    bottom: 8.125rem !important; }
  .bottomt-xl-8_5,
  .bottomy-xl-8_5 {
    bottom-top: 8.125rem !important; }
  .bottomr-xl-8_5,
  .bottomx-xl-8_5 {
    bottom-right: 8.125rem !important; }
  .bottomb-xl-8_5,
  .bottomy-xl-8_5 {
    bottom-bottom: 8.125rem !important; }
  .bottoml-xl-8_5,
  .bottomx-xl-8_5 {
    bottom-left: 8.125rem !important; }
  .bottom-xl-8_75 {
    bottom: 8.4375rem !important; }
  .bottomt-xl-8_75,
  .bottomy-xl-8_75 {
    bottom-top: 8.4375rem !important; }
  .bottomr-xl-8_75,
  .bottomx-xl-8_75 {
    bottom-right: 8.4375rem !important; }
  .bottomb-xl-8_75,
  .bottomy-xl-8_75 {
    bottom-bottom: 8.4375rem !important; }
  .bottoml-xl-8_75,
  .bottomx-xl-8_75 {
    bottom-left: 8.4375rem !important; }
  .bottom-xl-9 {
    bottom: 9rem !important; }
  .bottomt-xl-9,
  .bottomy-xl-9 {
    bottom-top: 9rem !important; }
  .bottomr-xl-9,
  .bottomx-xl-9 {
    bottom-right: 9rem !important; }
  .bottomb-xl-9,
  .bottomy-xl-9 {
    bottom-bottom: 9rem !important; }
  .bottoml-xl-9,
  .bottomx-xl-9 {
    bottom-left: 9rem !important; }
  .bottom-xl-10 {
    bottom: 10.5rem !important; }
  .bottomt-xl-10,
  .bottomy-xl-10 {
    bottom-top: 10.5rem !important; }
  .bottomr-xl-10,
  .bottomx-xl-10 {
    bottom-right: 10.5rem !important; }
  .bottomb-xl-10,
  .bottomy-xl-10 {
    bottom-bottom: 10.5rem !important; }
  .bottoml-xl-10,
  .bottomx-xl-10 {
    bottom-left: 10.5rem !important; }
  .bottom-xl-10_25 {
    bottom: 11rem !important; }
  .bottomt-xl-10_25,
  .bottomy-xl-10_25 {
    bottom-top: 11rem !important; }
  .bottomr-xl-10_25,
  .bottomx-xl-10_25 {
    bottom-right: 11rem !important; }
  .bottomb-xl-10_25,
  .bottomy-xl-10_25 {
    bottom-bottom: 11rem !important; }
  .bottoml-xl-10_25,
  .bottomx-xl-10_25 {
    bottom-left: 11rem !important; }
  .bottom-xl-10_5 {
    bottom: 11.25rem !important; }
  .bottomt-xl-10_5,
  .bottomy-xl-10_5 {
    bottom-top: 11.25rem !important; }
  .bottomr-xl-10_5,
  .bottomx-xl-10_5 {
    bottom-right: 11.25rem !important; }
  .bottomb-xl-10_5,
  .bottomy-xl-10_5 {
    bottom-bottom: 11.25rem !important; }
  .bottoml-xl-10_5,
  .bottomx-xl-10_5 {
    bottom-left: 11.25rem !important; }
  .bottom-xl-10_75 {
    bottom: 11.5rem !important; }
  .bottomt-xl-10_75,
  .bottomy-xl-10_75 {
    bottom-top: 11.5rem !important; }
  .bottomr-xl-10_75,
  .bottomx-xl-10_75 {
    bottom-right: 11.5rem !important; }
  .bottomb-xl-10_75,
  .bottomy-xl-10_75 {
    bottom-bottom: 11.5rem !important; }
  .bottoml-xl-10_75,
  .bottomx-xl-10_75 {
    bottom-left: 11.5rem !important; }
  .bottom-xl-11 {
    bottom: 12rem !important; }
  .bottomt-xl-11,
  .bottomy-xl-11 {
    bottom-top: 12rem !important; }
  .bottomr-xl-11,
  .bottomx-xl-11 {
    bottom-right: 12rem !important; }
  .bottomb-xl-11,
  .bottomy-xl-11 {
    bottom-bottom: 12rem !important; }
  .bottoml-xl-11,
  .bottomx-xl-11 {
    bottom-left: 12rem !important; }
  .bottom-xl-12 {
    bottom: 13.5rem !important; }
  .bottomt-xl-12,
  .bottomy-xl-12 {
    bottom-top: 13.5rem !important; }
  .bottomr-xl-12,
  .bottomx-xl-12 {
    bottom-right: 13.5rem !important; }
  .bottomb-xl-12,
  .bottomy-xl-12 {
    bottom-bottom: 13.5rem !important; }
  .bottoml-xl-12,
  .bottomx-xl-12 {
    bottom-left: 13.5rem !important; }
  .bottom-xl-13 {
    bottom: 15rem !important; }
  .bottomt-xl-13,
  .bottomy-xl-13 {
    bottom-top: 15rem !important; }
  .bottomr-xl-13,
  .bottomx-xl-13 {
    bottom-right: 15rem !important; }
  .bottomb-xl-13,
  .bottomy-xl-13 {
    bottom-bottom: 15rem !important; }
  .bottoml-xl-13,
  .bottomx-xl-13 {
    bottom-left: 15rem !important; }
  .bottom-xl-14 {
    bottom: 16.6rem !important; }
  .bottomt-xl-14,
  .bottomy-xl-14 {
    bottom-top: 16.6rem !important; }
  .bottomr-xl-14,
  .bottomx-xl-14 {
    bottom-right: 16.6rem !important; }
  .bottomb-xl-14,
  .bottomy-xl-14 {
    bottom-bottom: 16.6rem !important; }
  .bottoml-xl-14,
  .bottomx-xl-14 {
    bottom-left: 16.6rem !important; }
  .bottom-xl-15 {
    bottom: 18rem !important; }
  .bottomt-xl-15,
  .bottomy-xl-15 {
    bottom-top: 18rem !important; }
  .bottomr-xl-15,
  .bottomx-xl-15 {
    bottom-right: 18rem !important; }
  .bottomb-xl-15,
  .bottomy-xl-15 {
    bottom-bottom: 18rem !important; }
  .bottoml-xl-15,
  .bottomx-xl-15 {
    bottom-left: 18rem !important; }
  .bottom-xl-16 {
    bottom: 19.5rem !important; }
  .bottomt-xl-16,
  .bottomy-xl-16 {
    bottom-top: 19.5rem !important; }
  .bottomr-xl-16,
  .bottomx-xl-16 {
    bottom-right: 19.5rem !important; }
  .bottomb-xl-16,
  .bottomy-xl-16 {
    bottom-bottom: 19.5rem !important; }
  .bottoml-xl-16,
  .bottomx-xl-16 {
    bottom-left: 19.5rem !important; }
  .bottom-xl-17 {
    bottom: 21rem !important; }
  .bottomt-xl-17,
  .bottomy-xl-17 {
    bottom-top: 21rem !important; }
  .bottomr-xl-17,
  .bottomx-xl-17 {
    bottom-right: 21rem !important; }
  .bottomb-xl-17,
  .bottomy-xl-17 {
    bottom-bottom: 21rem !important; }
  .bottoml-xl-17,
  .bottomx-xl-17 {
    bottom-left: 21rem !important; }
  .bottom-xl-18 {
    bottom: 22.5rem !important; }
  .bottomt-xl-18,
  .bottomy-xl-18 {
    bottom-top: 22.5rem !important; }
  .bottomr-xl-18,
  .bottomx-xl-18 {
    bottom-right: 22.5rem !important; }
  .bottomb-xl-18,
  .bottomy-xl-18 {
    bottom-bottom: 22.5rem !important; }
  .bottoml-xl-18,
  .bottomx-xl-18 {
    bottom-left: 22.5rem !important; }
  .bottom-xl-19 {
    bottom: 24rem !important; }
  .bottomt-xl-19,
  .bottomy-xl-19 {
    bottom-top: 24rem !important; }
  .bottomr-xl-19,
  .bottomx-xl-19 {
    bottom-right: 24rem !important; }
  .bottomb-xl-19,
  .bottomy-xl-19 {
    bottom-bottom: 24rem !important; }
  .bottoml-xl-19,
  .bottomx-xl-19 {
    bottom-left: 24rem !important; }
  .bottom-xl-20 {
    bottom: 25.5rem !important; }
  .bottomt-xl-20,
  .bottomy-xl-20 {
    bottom-top: 25.5rem !important; }
  .bottomr-xl-20,
  .bottomx-xl-20 {
    bottom-right: 25.5rem !important; }
  .bottomb-xl-20,
  .bottomy-xl-20 {
    bottom-bottom: 25.5rem !important; }
  .bottoml-xl-20,
  .bottomx-xl-20 {
    bottom-left: 25.5rem !important; }
  .bottom-xl-21 {
    bottom: 27rem !important; }
  .bottomt-xl-21,
  .bottomy-xl-21 {
    bottom-top: 27rem !important; }
  .bottomr-xl-21,
  .bottomx-xl-21 {
    bottom-right: 27rem !important; }
  .bottomb-xl-21,
  .bottomy-xl-21 {
    bottom-bottom: 27rem !important; }
  .bottoml-xl-21,
  .bottomx-xl-21 {
    bottom-left: 27rem !important; }
  .bottom-xl-22 {
    bottom: 28.5rem !important; }
  .bottomt-xl-22,
  .bottomy-xl-22 {
    bottom-top: 28.5rem !important; }
  .bottomr-xl-22,
  .bottomx-xl-22 {
    bottom-right: 28.5rem !important; }
  .bottomb-xl-22,
  .bottomy-xl-22 {
    bottom-bottom: 28.5rem !important; }
  .bottoml-xl-22,
  .bottomx-xl-22 {
    bottom-left: 28.5rem !important; }
  .bottom-xl-23 {
    bottom: 30rem !important; }
  .bottomt-xl-23,
  .bottomy-xl-23 {
    bottom-top: 30rem !important; }
  .bottomr-xl-23,
  .bottomx-xl-23 {
    bottom-right: 30rem !important; }
  .bottomb-xl-23,
  .bottomy-xl-23 {
    bottom-bottom: 30rem !important; }
  .bottoml-xl-23,
  .bottomx-xl-23 {
    bottom-left: 30rem !important; }
  .bottom-xl-24 {
    bottom: 31.5rem !important; }
  .bottomt-xl-24,
  .bottomy-xl-24 {
    bottom-top: 31.5rem !important; }
  .bottomr-xl-24,
  .bottomx-xl-24 {
    bottom-right: 31.5rem !important; }
  .bottomb-xl-24,
  .bottomy-xl-24 {
    bottom-bottom: 31.5rem !important; }
  .bottoml-xl-24,
  .bottomx-xl-24 {
    bottom-left: 31.5rem !important; }
  .bottom-xl-25 {
    bottom: 33rem !important; }
  .bottomt-xl-25,
  .bottomy-xl-25 {
    bottom-top: 33rem !important; }
  .bottomr-xl-25,
  .bottomx-xl-25 {
    bottom-right: 33rem !important; }
  .bottomb-xl-25,
  .bottomy-xl-25 {
    bottom-bottom: 33rem !important; }
  .bottoml-xl-25,
  .bottomx-xl-25 {
    bottom-left: 33rem !important; }
  .bottom-xl-26 {
    bottom: 34.5rem !important; }
  .bottomt-xl-26,
  .bottomy-xl-26 {
    bottom-top: 34.5rem !important; }
  .bottomr-xl-26,
  .bottomx-xl-26 {
    bottom-right: 34.5rem !important; }
  .bottomb-xl-26,
  .bottomy-xl-26 {
    bottom-bottom: 34.5rem !important; }
  .bottoml-xl-26,
  .bottomx-xl-26 {
    bottom-left: 34.5rem !important; }
  .bottom-xl-27 {
    bottom: 36rem !important; }
  .bottomt-xl-27,
  .bottomy-xl-27 {
    bottom-top: 36rem !important; }
  .bottomr-xl-27,
  .bottomx-xl-27 {
    bottom-right: 36rem !important; }
  .bottomb-xl-27,
  .bottomy-xl-27 {
    bottom-bottom: 36rem !important; }
  .bottoml-xl-27,
  .bottomx-xl-27 {
    bottom-left: 36rem !important; }
  .bottom-xl-28 {
    bottom: 37.5rem !important; }
  .bottomt-xl-28,
  .bottomy-xl-28 {
    bottom-top: 37.5rem !important; }
  .bottomr-xl-28,
  .bottomx-xl-28 {
    bottom-right: 37.5rem !important; }
  .bottomb-xl-28,
  .bottomy-xl-28 {
    bottom-bottom: 37.5rem !important; }
  .bottoml-xl-28,
  .bottomx-xl-28 {
    bottom-left: 37.5rem !important; }
  .bottom-xl-29 {
    bottom: 39rem !important; }
  .bottomt-xl-29,
  .bottomy-xl-29 {
    bottom-top: 39rem !important; }
  .bottomr-xl-29,
  .bottomx-xl-29 {
    bottom-right: 39rem !important; }
  .bottomb-xl-29,
  .bottomy-xl-29 {
    bottom-bottom: 39rem !important; }
  .bottoml-xl-29,
  .bottomx-xl-29 {
    bottom-left: 39rem !important; }
  .bottom-xl-30 {
    bottom: 40.5rem !important; }
  .bottomt-xl-30,
  .bottomy-xl-30 {
    bottom-top: 40.5rem !important; }
  .bottomr-xl-30,
  .bottomx-xl-30 {
    bottom-right: 40.5rem !important; }
  .bottomb-xl-30,
  .bottomy-xl-30 {
    bottom-bottom: 40.5rem !important; }
  .bottoml-xl-30,
  .bottomx-xl-30 {
    bottom-left: 40.5rem !important; }
  .top-xl-n1 {
    top: -0.25rem !important; }
  .right-xl-n1 {
    right: -0.25rem !important; }
  .bottom-xl-n1 {
    bottom: -0.25rem !important; }
  .left-xl-n1 {
    left: -0.25rem !important; }
  .top-xl-n2 {
    top: -0.5rem !important; }
  .right-xl-n2 {
    right: -0.5rem !important; }
  .bottom-xl-n2 {
    bottom: -0.5rem !important; }
  .left-xl-n2 {
    left: -0.5rem !important; }
  .top-xl-n3 {
    top: -1rem !important; }
  .right-xl-n3 {
    right: -1rem !important; }
  .bottom-xl-n3 {
    bottom: -1rem !important; }
  .left-xl-n3 {
    left: -1rem !important; }
  .top-xl-n4 {
    top: -1.5rem !important; }
  .right-xl-n4 {
    right: -1.5rem !important; }
  .bottom-xl-n4 {
    bottom: -1.5rem !important; }
  .left-xl-n4 {
    left: -1.5rem !important; }
  .top-xl-n5 {
    top: -3rem !important; }
  .right-xl-n5 {
    right: -3rem !important; }
  .bottom-xl-n5 {
    bottom: -3rem !important; }
  .left-xl-n5 {
    left: -3rem !important; }
  .top-xl-n1_5 {
    top: -0.375rem !important; }
  .right-xl-n1_5 {
    right: -0.375rem !important; }
  .bottom-xl-n1_5 {
    bottom: -0.375rem !important; }
  .left-xl-n1_5 {
    left: -0.375rem !important; }
  .top-xl-n2_25 {
    top: -0.55rem !important; }
  .right-xl-n2_25 {
    right: -0.55rem !important; }
  .bottom-xl-n2_25 {
    bottom: -0.55rem !important; }
  .left-xl-n2_25 {
    left: -0.55rem !important; }
  .top-xl-n2_35 {
    top: -0.625rem !important; }
  .right-xl-n2_35 {
    right: -0.625rem !important; }
  .bottom-xl-n2_35 {
    bottom: -0.625rem !important; }
  .left-xl-n2_35 {
    left: -0.625rem !important; }
  .top-xl-n2_5 {
    top: -0.75rem !important; }
  .right-xl-n2_5 {
    right: -0.75rem !important; }
  .bottom-xl-n2_5 {
    bottom: -0.75rem !important; }
  .left-xl-n2_5 {
    left: -0.75rem !important; }
  .top-xl-n2_75 {
    top: -0.875rem !important; }
  .right-xl-n2_75 {
    right: -0.875rem !important; }
  .bottom-xl-n2_75 {
    bottom: -0.875rem !important; }
  .left-xl-n2_75 {
    left: -0.875rem !important; }
  .top-xl-n3_25 {
    top: -1.125rem !important; }
  .right-xl-n3_25 {
    right: -1.125rem !important; }
  .bottom-xl-n3_25 {
    bottom: -1.125rem !important; }
  .left-xl-n3_25 {
    left: -1.125rem !important; }
  .top-xl-n3_5 {
    top: -1.25rem !important; }
  .right-xl-n3_5 {
    right: -1.25rem !important; }
  .bottom-xl-n3_5 {
    bottom: -1.25rem !important; }
  .left-xl-n3_5 {
    left: -1.25rem !important; }
  .top-xl-n3_75 {
    top: -1.375rem !important; }
  .right-xl-n3_75 {
    right: -1.375rem !important; }
  .bottom-xl-n3_75 {
    bottom: -1.375rem !important; }
  .left-xl-n3_75 {
    left: -1.375rem !important; }
  .top-xl-n4_15 {
    top: -1.6875rem !important; }
  .right-xl-n4_15 {
    right: -1.6875rem !important; }
  .bottom-xl-n4_15 {
    bottom: -1.6875rem !important; }
  .left-xl-n4_15 {
    left: -1.6875rem !important; }
  .top-xl-n4_25 {
    top: -1.875rem !important; }
  .right-xl-n4_25 {
    right: -1.875rem !important; }
  .bottom-xl-n4_25 {
    bottom: -1.875rem !important; }
  .left-xl-n4_25 {
    left: -1.875rem !important; }
  .top-xl-n4_35 {
    top: -2.0625rem !important; }
  .right-xl-n4_35 {
    right: -2.0625rem !important; }
  .bottom-xl-n4_35 {
    bottom: -2.0625rem !important; }
  .left-xl-n4_35 {
    left: -2.0625rem !important; }
  .top-xl-n4_5 {
    top: -2.25rem !important; }
  .right-xl-n4_5 {
    right: -2.25rem !important; }
  .bottom-xl-n4_5 {
    bottom: -2.25rem !important; }
  .left-xl-n4_5 {
    left: -2.25rem !important; }
  .top-xl-n4_75 {
    top: -2.5rem !important; }
  .right-xl-n4_75 {
    right: -2.5rem !important; }
  .bottom-xl-n4_75 {
    bottom: -2.5rem !important; }
  .left-xl-n4_75 {
    left: -2.5rem !important; }
  .top-xl-n5_15 {
    top: -3.125rem !important; }
  .right-xl-n5_15 {
    right: -3.125rem !important; }
  .bottom-xl-n5_15 {
    bottom: -3.125rem !important; }
  .left-xl-n5_15 {
    left: -3.125rem !important; }
  .top-xl-n5_25 {
    top: -3.5rem !important; }
  .right-xl-n5_25 {
    right: -3.5rem !important; }
  .bottom-xl-n5_25 {
    bottom: -3.5rem !important; }
  .left-xl-n5_25 {
    left: -3.5rem !important; }
  .top-xl-n5_5 {
    top: -3.75rem !important; }
  .right-xl-n5_5 {
    right: -3.75rem !important; }
  .bottom-xl-n5_5 {
    bottom: -3.75rem !important; }
  .left-xl-n5_5 {
    left: -3.75rem !important; }
  .top-xl-n5_75 {
    top: -4.375rem !important; }
  .right-xl-n5_75 {
    right: -4.375rem !important; }
  .bottom-xl-n5_75 {
    bottom: -4.375rem !important; }
  .left-xl-n5_75 {
    left: -4.375rem !important; }
  .top-xl-n6 {
    top: -4.5rem !important; }
  .right-xl-n6 {
    right: -4.5rem !important; }
  .bottom-xl-n6 {
    bottom: -4.5rem !important; }
  .left-xl-n6 {
    left: -4.5rem !important; }
  .top-xl-n6_5 {
    top: -5rem !important; }
  .right-xl-n6_5 {
    right: -5rem !important; }
  .bottom-xl-n6_5 {
    bottom: -5rem !important; }
  .left-xl-n6_5 {
    left: -5rem !important; }
  .top-xl-n6_75 {
    top: -5.375rem !important; }
  .right-xl-n6_75 {
    right: -5.375rem !important; }
  .bottom-xl-n6_75 {
    bottom: -5.375rem !important; }
  .left-xl-n6_75 {
    left: -5.375rem !important; }
  .top-xl-n7 {
    top: -6rem !important; }
  .right-xl-n7 {
    right: -6rem !important; }
  .bottom-xl-n7 {
    bottom: -6rem !important; }
  .left-xl-n7 {
    left: -6rem !important; }
  .top-xl-n7_5 {
    top: -6.75rem !important; }
  .right-xl-n7_5 {
    right: -6.75rem !important; }
  .bottom-xl-n7_5 {
    bottom: -6.75rem !important; }
  .left-xl-n7_5 {
    left: -6.75rem !important; }
  .top-xl-n7_75 {
    top: -7.25rem !important; }
  .right-xl-n7_75 {
    right: -7.25rem !important; }
  .bottom-xl-n7_75 {
    bottom: -7.25rem !important; }
  .left-xl-n7_75 {
    left: -7.25rem !important; }
  .top-xl-n8 {
    top: -7.5rem !important; }
  .right-xl-n8 {
    right: -7.5rem !important; }
  .bottom-xl-n8 {
    bottom: -7.5rem !important; }
  .left-xl-n8 {
    left: -7.5rem !important; }
  .top-xl-n8_5 {
    top: -8.125rem !important; }
  .right-xl-n8_5 {
    right: -8.125rem !important; }
  .bottom-xl-n8_5 {
    bottom: -8.125rem !important; }
  .left-xl-n8_5 {
    left: -8.125rem !important; }
  .top-xl-n8_75 {
    top: -8.4375rem !important; }
  .right-xl-n8_75 {
    right: -8.4375rem !important; }
  .bottom-xl-n8_75 {
    bottom: -8.4375rem !important; }
  .left-xl-n8_75 {
    left: -8.4375rem !important; }
  .top-xl-n9 {
    top: -9rem !important; }
  .right-xl-n9 {
    right: -9rem !important; }
  .bottom-xl-n9 {
    bottom: -9rem !important; }
  .left-xl-n9 {
    left: -9rem !important; }
  .top-xl-n10 {
    top: -10.5rem !important; }
  .right-xl-n10 {
    right: -10.5rem !important; }
  .bottom-xl-n10 {
    bottom: -10.5rem !important; }
  .left-xl-n10 {
    left: -10.5rem !important; }
  .top-xl-n10_25 {
    top: -11rem !important; }
  .right-xl-n10_25 {
    right: -11rem !important; }
  .bottom-xl-n10_25 {
    bottom: -11rem !important; }
  .left-xl-n10_25 {
    left: -11rem !important; }
  .top-xl-n10_5 {
    top: -11.25rem !important; }
  .right-xl-n10_5 {
    right: -11.25rem !important; }
  .bottom-xl-n10_5 {
    bottom: -11.25rem !important; }
  .left-xl-n10_5 {
    left: -11.25rem !important; }
  .top-xl-n10_75 {
    top: -11.5rem !important; }
  .right-xl-n10_75 {
    right: -11.5rem !important; }
  .bottom-xl-n10_75 {
    bottom: -11.5rem !important; }
  .left-xl-n10_75 {
    left: -11.5rem !important; }
  .top-xl-n11 {
    top: -12rem !important; }
  .right-xl-n11 {
    right: -12rem !important; }
  .bottom-xl-n11 {
    bottom: -12rem !important; }
  .left-xl-n11 {
    left: -12rem !important; }
  .top-xl-n12 {
    top: -13.5rem !important; }
  .right-xl-n12 {
    right: -13.5rem !important; }
  .bottom-xl-n12 {
    bottom: -13.5rem !important; }
  .left-xl-n12 {
    left: -13.5rem !important; }
  .top-xl-n13 {
    top: -15rem !important; }
  .right-xl-n13 {
    right: -15rem !important; }
  .bottom-xl-n13 {
    bottom: -15rem !important; }
  .left-xl-n13 {
    left: -15rem !important; }
  .top-xl-n14 {
    top: -16.6rem !important; }
  .right-xl-n14 {
    right: -16.6rem !important; }
  .bottom-xl-n14 {
    bottom: -16.6rem !important; }
  .left-xl-n14 {
    left: -16.6rem !important; }
  .top-xl-n15 {
    top: -18rem !important; }
  .right-xl-n15 {
    right: -18rem !important; }
  .bottom-xl-n15 {
    bottom: -18rem !important; }
  .left-xl-n15 {
    left: -18rem !important; }
  .top-xl-n16 {
    top: -19.5rem !important; }
  .right-xl-n16 {
    right: -19.5rem !important; }
  .bottom-xl-n16 {
    bottom: -19.5rem !important; }
  .left-xl-n16 {
    left: -19.5rem !important; }
  .top-xl-n17 {
    top: -21rem !important; }
  .right-xl-n17 {
    right: -21rem !important; }
  .bottom-xl-n17 {
    bottom: -21rem !important; }
  .left-xl-n17 {
    left: -21rem !important; }
  .top-xl-n18 {
    top: -22.5rem !important; }
  .right-xl-n18 {
    right: -22.5rem !important; }
  .bottom-xl-n18 {
    bottom: -22.5rem !important; }
  .left-xl-n18 {
    left: -22.5rem !important; }
  .top-xl-n19 {
    top: -24rem !important; }
  .right-xl-n19 {
    right: -24rem !important; }
  .bottom-xl-n19 {
    bottom: -24rem !important; }
  .left-xl-n19 {
    left: -24rem !important; }
  .top-xl-n20 {
    top: -25.5rem !important; }
  .right-xl-n20 {
    right: -25.5rem !important; }
  .bottom-xl-n20 {
    bottom: -25.5rem !important; }
  .left-xl-n20 {
    left: -25.5rem !important; }
  .top-xl-n21 {
    top: -27rem !important; }
  .right-xl-n21 {
    right: -27rem !important; }
  .bottom-xl-n21 {
    bottom: -27rem !important; }
  .left-xl-n21 {
    left: -27rem !important; }
  .top-xl-n22 {
    top: -28.5rem !important; }
  .right-xl-n22 {
    right: -28.5rem !important; }
  .bottom-xl-n22 {
    bottom: -28.5rem !important; }
  .left-xl-n22 {
    left: -28.5rem !important; }
  .top-xl-n23 {
    top: -30rem !important; }
  .right-xl-n23 {
    right: -30rem !important; }
  .bottom-xl-n23 {
    bottom: -30rem !important; }
  .left-xl-n23 {
    left: -30rem !important; }
  .top-xl-n24 {
    top: -31.5rem !important; }
  .right-xl-n24 {
    right: -31.5rem !important; }
  .bottom-xl-n24 {
    bottom: -31.5rem !important; }
  .left-xl-n24 {
    left: -31.5rem !important; }
  .top-xl-n25 {
    top: -33rem !important; }
  .right-xl-n25 {
    right: -33rem !important; }
  .bottom-xl-n25 {
    bottom: -33rem !important; }
  .left-xl-n25 {
    left: -33rem !important; }
  .top-xl-n26 {
    top: -34.5rem !important; }
  .right-xl-n26 {
    right: -34.5rem !important; }
  .bottom-xl-n26 {
    bottom: -34.5rem !important; }
  .left-xl-n26 {
    left: -34.5rem !important; }
  .top-xl-n27 {
    top: -36rem !important; }
  .right-xl-n27 {
    right: -36rem !important; }
  .bottom-xl-n27 {
    bottom: -36rem !important; }
  .left-xl-n27 {
    left: -36rem !important; }
  .top-xl-n28 {
    top: -37.5rem !important; }
  .right-xl-n28 {
    right: -37.5rem !important; }
  .bottom-xl-n28 {
    bottom: -37.5rem !important; }
  .left-xl-n28 {
    left: -37.5rem !important; }
  .top-xl-n29 {
    top: -39rem !important; }
  .right-xl-n29 {
    right: -39rem !important; }
  .bottom-xl-n29 {
    bottom: -39rem !important; }
  .left-xl-n29 {
    left: -39rem !important; }
  .top-xl-n30 {
    top: -40.5rem !important; }
  .right-xl-n30 {
    right: -40.5rem !important; }
  .bottom-xl-n30 {
    bottom: -40.5rem !important; }
  .left-xl-n30 {
    left: -40.5rem !important; }
  .top-xl-auto {
    top: auto !important; }
  .right-xl-auto {
    right: auto !important; }
  .bottom-xl-auto {
    bottom: auto !important; }
  .left-xl-auto {
    left: auto !important; } }

@media (max-width: 575.98px) {
  .bg-down-none {
    background: none !important; }
  .shadow-down-none {
    box-shadow: none !important; }
  .border-down-none {
    border: none !important; } }

@media (max-width: 767.98px) {
  .bg-down-sm-none {
    background: none !important; }
  .shadow-down-sm-none {
    box-shadow: none !important; }
  .border-down-sm-none {
    border: none !important; } }

@media (max-width: 991.98px) {
  .bg-down-md-none {
    background: none !important; }
  .shadow-down-md-none {
    box-shadow: none !important; }
  .border-down-md-none {
    border: none !important; } }

@media (max-width: 1199.98px) {
  .bg-down-lg-none {
    background: none !important; }
  .shadow-down-lg-none {
    box-shadow: none !important; }
  .border-down-lg-none {
    border: none !important; } }

.bg-down-xl-none {
  background: none !important; }

.shadow-down-xl-none {
  box-shadow: none !important; }

.border-down-xl-none {
  border: none !important; }
/*# sourceMappingURL=bootstrap.css.map */