/** Import everything from autoload */
/** Bootstrap navbar fix (https://git.io/fADqW) */
/** Import Bootstrap functions */
/***********************
  * Breakpoints
  **********************/
/******************
  * Spacers
  ****************/
/*!
 * Bootstrap Reboot v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

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

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .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%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

.d-flex {
  display: -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 (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xxl-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;
  }
}
.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;
      align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@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;
        align-self: auto !important;
  }

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

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

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@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;
        align-self: auto !important;
  }

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

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

  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@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;
        align-self: auto !important;
  }

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

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

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@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;
        align-self: auto !important;
  }

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

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

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1400px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

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

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

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

  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

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

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

  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-7 {
  margin: 1.75rem !important;
}

.mt-7,
.my-7 {
  margin-top: 1.75rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 1.75rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 1.75rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 1.75rem !important;
}

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

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

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

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

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

.m-9 {
  margin: 2.25rem !important;
}

.mt-9,
.my-9 {
  margin-top: 2.25rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 2.25rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 2.25rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 2.25rem !important;
}

.m-10 {
  margin: 2.5rem !important;
}

.mt-10,
.my-10 {
  margin-top: 2.5rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 2.5rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 2.5rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 2.5rem !important;
}

.m-11 {
  margin: 2.75rem !important;
}

.mt-11,
.my-11 {
  margin-top: 2.75rem !important;
}

.mr-11,
.mx-11 {
  margin-right: 2.75rem !important;
}

.mb-11,
.my-11 {
  margin-bottom: 2.75rem !important;
}

.ml-11,
.mx-11 {
  margin-left: 2.75rem !important;
}

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

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

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

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

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

.m-14 {
  margin: 3.5rem !important;
}

.mt-14,
.my-14 {
  margin-top: 3.5rem !important;
}

.mr-14,
.mx-14 {
  margin-right: 3.5rem !important;
}

.mb-14,
.my-14 {
  margin-bottom: 3.5rem !important;
}

.ml-14,
.mx-14 {
  margin-left: 3.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

.m-24 {
  margin: 6rem !important;
}

.mt-24,
.my-24 {
  margin-top: 6rem !important;
}

.mr-24,
.mx-24 {
  margin-right: 6rem !important;
}

.mb-24,
.my-24 {
  margin-bottom: 6rem !important;
}

.ml-24,
.mx-24 {
  margin-left: 6rem !important;
}

.m-28 {
  margin: 7rem !important;
}

.mt-28,
.my-28 {
  margin-top: 7rem !important;
}

.mr-28,
.mx-28 {
  margin-right: 7rem !important;
}

.mb-28,
.my-28 {
  margin-bottom: 7rem !important;
}

.ml-28,
.mx-28 {
  margin-left: 7rem !important;
}

.m-32 {
  margin: 8rem !important;
}

.mt-32,
.my-32 {
  margin-top: 8rem !important;
}

.mr-32,
.mx-32 {
  margin-right: 8rem !important;
}

.mb-32,
.my-32 {
  margin-bottom: 8rem !important;
}

.ml-32,
.mx-32 {
  margin-left: 8rem !important;
}

.m-36 {
  margin: 9rem !important;
}

.mt-36,
.my-36 {
  margin-top: 9rem !important;
}

.mr-36,
.mx-36 {
  margin-right: 9rem !important;
}

.mb-36,
.my-36 {
  margin-bottom: 9rem !important;
}

.ml-36,
.mx-36 {
  margin-left: 9rem !important;
}

.m-40 {
  margin: 10rem !important;
}

.mt-40,
.my-40 {
  margin-top: 10rem !important;
}

.mr-40,
.mx-40 {
  margin-right: 10rem !important;
}

.mb-40,
.my-40 {
  margin-bottom: 10rem !important;
}

.ml-40,
.mx-40 {
  margin-left: 10rem !important;
}

.m-44 {
  margin: 11rem !important;
}

.mt-44,
.my-44 {
  margin-top: 11rem !important;
}

.mr-44,
.mx-44 {
  margin-right: 11rem !important;
}

.mb-44,
.my-44 {
  margin-bottom: 11rem !important;
}

.ml-44,
.mx-44 {
  margin-left: 11rem !important;
}

.m-48 {
  margin: 12rem !important;
}

.mt-48,
.my-48 {
  margin-top: 12rem !important;
}

.mr-48,
.mx-48 {
  margin-right: 12rem !important;
}

.mb-48,
.my-48 {
  margin-bottom: 12rem !important;
}

.ml-48,
.mx-48 {
  margin-left: 12rem !important;
}

.m-52 {
  margin: 13rem !important;
}

.mt-52,
.my-52 {
  margin-top: 13rem !important;
}

.mr-52,
.mx-52 {
  margin-right: 13rem !important;
}

.mb-52,
.my-52 {
  margin-bottom: 13rem !important;
}

.ml-52,
.mx-52 {
  margin-left: 13rem !important;
}

.m-56 {
  margin: 14rem !important;
}

.mt-56,
.my-56 {
  margin-top: 14rem !important;
}

.mr-56,
.mx-56 {
  margin-right: 14rem !important;
}

.mb-56,
.my-56 {
  margin-bottom: 14rem !important;
}

.ml-56,
.mx-56 {
  margin-left: 14rem !important;
}

.m-60 {
  margin: 15rem !important;
}

.mt-60,
.my-60 {
  margin-top: 15rem !important;
}

.mr-60,
.mx-60 {
  margin-right: 15rem !important;
}

.mb-60,
.my-60 {
  margin-bottom: 15rem !important;
}

.ml-60,
.mx-60 {
  margin-left: 15rem !important;
}

.m-64 {
  margin: 16rem !important;
}

.mt-64,
.my-64 {
  margin-top: 16rem !important;
}

.mr-64,
.mx-64 {
  margin-right: 16rem !important;
}

.mb-64,
.my-64 {
  margin-bottom: 16rem !important;
}

.ml-64,
.mx-64 {
  margin-left: 16rem !important;
}

.m-72 {
  margin: 18rem !important;
}

.mt-72,
.my-72 {
  margin-top: 18rem !important;
}

.mr-72,
.mx-72 {
  margin-right: 18rem !important;
}

.mb-72,
.my-72 {
  margin-bottom: 18rem !important;
}

.ml-72,
.mx-72 {
  margin-left: 18rem !important;
}

.m-80 {
  margin: 20rem !important;
}

.mt-80,
.my-80 {
  margin-top: 20rem !important;
}

.mr-80,
.mx-80 {
  margin-right: 20rem !important;
}

.mb-80,
.my-80 {
  margin-bottom: 20rem !important;
}

.ml-80,
.mx-80 {
  margin-left: 20rem !important;
}

.m-96 {
  margin: 24rem !important;
}

.mt-96,
.my-96 {
  margin-top: 24rem !important;
}

.mr-96,
.mx-96 {
  margin-right: 24rem !important;
}

.mb-96,
.my-96 {
  margin-bottom: 24rem !important;
}

.ml-96,
.mx-96 {
  margin-left: 24rem !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: 0.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-7 {
  padding: 1.75rem !important;
}

.pt-7,
.py-7 {
  padding-top: 1.75rem !important;
}

.pr-7,
.px-7 {
  padding-right: 1.75rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 1.75rem !important;
}

.pl-7,
.px-7 {
  padding-left: 1.75rem !important;
}

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

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

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

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

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

.p-9 {
  padding: 2.25rem !important;
}

.pt-9,
.py-9 {
  padding-top: 2.25rem !important;
}

.pr-9,
.px-9 {
  padding-right: 2.25rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 2.25rem !important;
}

.pl-9,
.px-9 {
  padding-left: 2.25rem !important;
}

.p-10 {
  padding: 2.5rem !important;
}

.pt-10,
.py-10 {
  padding-top: 2.5rem !important;
}

.pr-10,
.px-10 {
  padding-right: 2.5rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 2.5rem !important;
}

.pl-10,
.px-10 {
  padding-left: 2.5rem !important;
}

.p-11 {
  padding: 2.75rem !important;
}

.pt-11,
.py-11 {
  padding-top: 2.75rem !important;
}

.pr-11,
.px-11 {
  padding-right: 2.75rem !important;
}

.pb-11,
.py-11 {
  padding-bottom: 2.75rem !important;
}

.pl-11,
.px-11 {
  padding-left: 2.75rem !important;
}

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

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

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

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

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

.p-14 {
  padding: 3.5rem !important;
}

.pt-14,
.py-14 {
  padding-top: 3.5rem !important;
}

.pr-14,
.px-14 {
  padding-right: 3.5rem !important;
}

.pb-14,
.py-14 {
  padding-bottom: 3.5rem !important;
}

.pl-14,
.px-14 {
  padding-left: 3.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

.p-24 {
  padding: 6rem !important;
}

.pt-24,
.py-24 {
  padding-top: 6rem !important;
}

.pr-24,
.px-24 {
  padding-right: 6rem !important;
}

.pb-24,
.py-24 {
  padding-bottom: 6rem !important;
}

.pl-24,
.px-24 {
  padding-left: 6rem !important;
}

.p-28 {
  padding: 7rem !important;
}

.pt-28,
.py-28 {
  padding-top: 7rem !important;
}

.pr-28,
.px-28 {
  padding-right: 7rem !important;
}

.pb-28,
.py-28 {
  padding-bottom: 7rem !important;
}

.pl-28,
.px-28 {
  padding-left: 7rem !important;
}

.p-32 {
  padding: 8rem !important;
}

.pt-32,
.py-32 {
  padding-top: 8rem !important;
}

.pr-32,
.px-32 {
  padding-right: 8rem !important;
}

.pb-32,
.py-32 {
  padding-bottom: 8rem !important;
}

.pl-32,
.px-32 {
  padding-left: 8rem !important;
}

.p-36 {
  padding: 9rem !important;
}

.pt-36,
.py-36 {
  padding-top: 9rem !important;
}

.pr-36,
.px-36 {
  padding-right: 9rem !important;
}

.pb-36,
.py-36 {
  padding-bottom: 9rem !important;
}

.pl-36,
.px-36 {
  padding-left: 9rem !important;
}

.p-40 {
  padding: 10rem !important;
}

.pt-40,
.py-40 {
  padding-top: 10rem !important;
}

.pr-40,
.px-40 {
  padding-right: 10rem !important;
}

.pb-40,
.py-40 {
  padding-bottom: 10rem !important;
}

.pl-40,
.px-40 {
  padding-left: 10rem !important;
}

.p-44 {
  padding: 11rem !important;
}

.pt-44,
.py-44 {
  padding-top: 11rem !important;
}

.pr-44,
.px-44 {
  padding-right: 11rem !important;
}

.pb-44,
.py-44 {
  padding-bottom: 11rem !important;
}

.pl-44,
.px-44 {
  padding-left: 11rem !important;
}

.p-48 {
  padding: 12rem !important;
}

.pt-48,
.py-48 {
  padding-top: 12rem !important;
}

.pr-48,
.px-48 {
  padding-right: 12rem !important;
}

.pb-48,
.py-48 {
  padding-bottom: 12rem !important;
}

.pl-48,
.px-48 {
  padding-left: 12rem !important;
}

.p-52 {
  padding: 13rem !important;
}

.pt-52,
.py-52 {
  padding-top: 13rem !important;
}

.pr-52,
.px-52 {
  padding-right: 13rem !important;
}

.pb-52,
.py-52 {
  padding-bottom: 13rem !important;
}

.pl-52,
.px-52 {
  padding-left: 13rem !important;
}

.p-56 {
  padding: 14rem !important;
}

.pt-56,
.py-56 {
  padding-top: 14rem !important;
}

.pr-56,
.px-56 {
  padding-right: 14rem !important;
}

.pb-56,
.py-56 {
  padding-bottom: 14rem !important;
}

.pl-56,
.px-56 {
  padding-left: 14rem !important;
}

.p-60 {
  padding: 15rem !important;
}

.pt-60,
.py-60 {
  padding-top: 15rem !important;
}

.pr-60,
.px-60 {
  padding-right: 15rem !important;
}

.pb-60,
.py-60 {
  padding-bottom: 15rem !important;
}

.pl-60,
.px-60 {
  padding-left: 15rem !important;
}

.p-64 {
  padding: 16rem !important;
}

.pt-64,
.py-64 {
  padding-top: 16rem !important;
}

.pr-64,
.px-64 {
  padding-right: 16rem !important;
}

.pb-64,
.py-64 {
  padding-bottom: 16rem !important;
}

.pl-64,
.px-64 {
  padding-left: 16rem !important;
}

.p-72 {
  padding: 18rem !important;
}

.pt-72,
.py-72 {
  padding-top: 18rem !important;
}

.pr-72,
.px-72 {
  padding-right: 18rem !important;
}

.pb-72,
.py-72 {
  padding-bottom: 18rem !important;
}

.pl-72,
.px-72 {
  padding-left: 18rem !important;
}

.p-80 {
  padding: 20rem !important;
}

.pt-80,
.py-80 {
  padding-top: 20rem !important;
}

.pr-80,
.px-80 {
  padding-right: 20rem !important;
}

.pb-80,
.py-80 {
  padding-bottom: 20rem !important;
}

.pl-80,
.px-80 {
  padding-left: 20rem !important;
}

.p-96 {
  padding: 24rem !important;
}

.pt-96,
.py-96 {
  padding-top: 24rem !important;
}

.pr-96,
.px-96 {
  padding-right: 24rem !important;
}

.pb-96,
.py-96 {
  padding-bottom: 24rem !important;
}

.pl-96,
.px-96 {
  padding-left: 24rem !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: -0.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n7 {
  margin: -1.75rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -1.75rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -1.75rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -1.75rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -1.75rem !important;
}

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

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

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

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

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

.m-n9 {
  margin: -2.25rem !important;
}

.mt-n9,
.my-n9 {
  margin-top: -2.25rem !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -2.25rem !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -2.25rem !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -2.25rem !important;
}

.m-n10 {
  margin: -2.5rem !important;
}

.mt-n10,
.my-n10 {
  margin-top: -2.5rem !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -2.5rem !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -2.5rem !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -2.5rem !important;
}

.m-n11 {
  margin: -2.75rem !important;
}

.mt-n11,
.my-n11 {
  margin-top: -2.75rem !important;
}

.mr-n11,
.mx-n11 {
  margin-right: -2.75rem !important;
}

.mb-n11,
.my-n11 {
  margin-bottom: -2.75rem !important;
}

.ml-n11,
.mx-n11 {
  margin-left: -2.75rem !important;
}

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

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

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

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

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

.m-n14 {
  margin: -3.5rem !important;
}

.mt-n14,
.my-n14 {
  margin-top: -3.5rem !important;
}

.mr-n14,
.mx-n14 {
  margin-right: -3.5rem !important;
}

.mb-n14,
.my-n14 {
  margin-bottom: -3.5rem !important;
}

.ml-n14,
.mx-n14 {
  margin-left: -3.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

.m-n24 {
  margin: -6rem !important;
}

.mt-n24,
.my-n24 {
  margin-top: -6rem !important;
}

.mr-n24,
.mx-n24 {
  margin-right: -6rem !important;
}

.mb-n24,
.my-n24 {
  margin-bottom: -6rem !important;
}

.ml-n24,
.mx-n24 {
  margin-left: -6rem !important;
}

.m-n28 {
  margin: -7rem !important;
}

.mt-n28,
.my-n28 {
  margin-top: -7rem !important;
}

.mr-n28,
.mx-n28 {
  margin-right: -7rem !important;
}

.mb-n28,
.my-n28 {
  margin-bottom: -7rem !important;
}

.ml-n28,
.mx-n28 {
  margin-left: -7rem !important;
}

.m-n32 {
  margin: -8rem !important;
}

.mt-n32,
.my-n32 {
  margin-top: -8rem !important;
}

.mr-n32,
.mx-n32 {
  margin-right: -8rem !important;
}

.mb-n32,
.my-n32 {
  margin-bottom: -8rem !important;
}

.ml-n32,
.mx-n32 {
  margin-left: -8rem !important;
}

.m-n36 {
  margin: -9rem !important;
}

.mt-n36,
.my-n36 {
  margin-top: -9rem !important;
}

.mr-n36,
.mx-n36 {
  margin-right: -9rem !important;
}

.mb-n36,
.my-n36 {
  margin-bottom: -9rem !important;
}

.ml-n36,
.mx-n36 {
  margin-left: -9rem !important;
}

.m-n40 {
  margin: -10rem !important;
}

.mt-n40,
.my-n40 {
  margin-top: -10rem !important;
}

.mr-n40,
.mx-n40 {
  margin-right: -10rem !important;
}

.mb-n40,
.my-n40 {
  margin-bottom: -10rem !important;
}

.ml-n40,
.mx-n40 {
  margin-left: -10rem !important;
}

.m-n44 {
  margin: -11rem !important;
}

.mt-n44,
.my-n44 {
  margin-top: -11rem !important;
}

.mr-n44,
.mx-n44 {
  margin-right: -11rem !important;
}

.mb-n44,
.my-n44 {
  margin-bottom: -11rem !important;
}

.ml-n44,
.mx-n44 {
  margin-left: -11rem !important;
}

.m-n48 {
  margin: -12rem !important;
}

.mt-n48,
.my-n48 {
  margin-top: -12rem !important;
}

.mr-n48,
.mx-n48 {
  margin-right: -12rem !important;
}

.mb-n48,
.my-n48 {
  margin-bottom: -12rem !important;
}

.ml-n48,
.mx-n48 {
  margin-left: -12rem !important;
}

.m-n52 {
  margin: -13rem !important;
}

.mt-n52,
.my-n52 {
  margin-top: -13rem !important;
}

.mr-n52,
.mx-n52 {
  margin-right: -13rem !important;
}

.mb-n52,
.my-n52 {
  margin-bottom: -13rem !important;
}

.ml-n52,
.mx-n52 {
  margin-left: -13rem !important;
}

.m-n56 {
  margin: -14rem !important;
}

.mt-n56,
.my-n56 {
  margin-top: -14rem !important;
}

.mr-n56,
.mx-n56 {
  margin-right: -14rem !important;
}

.mb-n56,
.my-n56 {
  margin-bottom: -14rem !important;
}

.ml-n56,
.mx-n56 {
  margin-left: -14rem !important;
}

.m-n60 {
  margin: -15rem !important;
}

.mt-n60,
.my-n60 {
  margin-top: -15rem !important;
}

.mr-n60,
.mx-n60 {
  margin-right: -15rem !important;
}

.mb-n60,
.my-n60 {
  margin-bottom: -15rem !important;
}

.ml-n60,
.mx-n60 {
  margin-left: -15rem !important;
}

.m-n64 {
  margin: -16rem !important;
}

.mt-n64,
.my-n64 {
  margin-top: -16rem !important;
}

.mr-n64,
.mx-n64 {
  margin-right: -16rem !important;
}

.mb-n64,
.my-n64 {
  margin-bottom: -16rem !important;
}

.ml-n64,
.mx-n64 {
  margin-left: -16rem !important;
}

.m-n72 {
  margin: -18rem !important;
}

.mt-n72,
.my-n72 {
  margin-top: -18rem !important;
}

.mr-n72,
.mx-n72 {
  margin-right: -18rem !important;
}

.mb-n72,
.my-n72 {
  margin-bottom: -18rem !important;
}

.ml-n72,
.mx-n72 {
  margin-left: -18rem !important;
}

.m-n80 {
  margin: -20rem !important;
}

.mt-n80,
.my-n80 {
  margin-top: -20rem !important;
}

.mr-n80,
.mx-n80 {
  margin-right: -20rem !important;
}

.mb-n80,
.my-n80 {
  margin-bottom: -20rem !important;
}

.ml-n80,
.mx-n80 {
  margin-left: -20rem !important;
}

.m-n96 {
  margin: -24rem !important;
}

.mt-n96,
.my-n96 {
  margin-top: -24rem !important;
}

.mr-n96,
.mx-n96 {
  margin-right: -24rem !important;
}

.mb-n96,
.my-n96 {
  margin-bottom: -24rem !important;
}

.ml-n96,
.mx-n96 {
  margin-left: -24rem !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: 0.75rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-sm-7 {
    margin: 1.75rem !important;
  }

  .mt-sm-7,
.my-sm-7 {
    margin-top: 1.75rem !important;
  }

  .mr-sm-7,
.mx-sm-7 {
    margin-right: 1.75rem !important;
  }

  .mb-sm-7,
.my-sm-7 {
    margin-bottom: 1.75rem !important;
  }

  .ml-sm-7,
.mx-sm-7 {
    margin-left: 1.75rem !important;
  }

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

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

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

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

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

  .m-sm-9 {
    margin: 2.25rem !important;
  }

  .mt-sm-9,
.my-sm-9 {
    margin-top: 2.25rem !important;
  }

  .mr-sm-9,
.mx-sm-9 {
    margin-right: 2.25rem !important;
  }

  .mb-sm-9,
.my-sm-9 {
    margin-bottom: 2.25rem !important;
  }

  .ml-sm-9,
.mx-sm-9 {
    margin-left: 2.25rem !important;
  }

  .m-sm-10 {
    margin: 2.5rem !important;
  }

  .mt-sm-10,
.my-sm-10 {
    margin-top: 2.5rem !important;
  }

  .mr-sm-10,
.mx-sm-10 {
    margin-right: 2.5rem !important;
  }

  .mb-sm-10,
.my-sm-10 {
    margin-bottom: 2.5rem !important;
  }

  .ml-sm-10,
.mx-sm-10 {
    margin-left: 2.5rem !important;
  }

  .m-sm-11 {
    margin: 2.75rem !important;
  }

  .mt-sm-11,
.my-sm-11 {
    margin-top: 2.75rem !important;
  }

  .mr-sm-11,
.mx-sm-11 {
    margin-right: 2.75rem !important;
  }

  .mb-sm-11,
.my-sm-11 {
    margin-bottom: 2.75rem !important;
  }

  .ml-sm-11,
.mx-sm-11 {
    margin-left: 2.75rem !important;
  }

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

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

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

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

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

  .m-sm-14 {
    margin: 3.5rem !important;
  }

  .mt-sm-14,
.my-sm-14 {
    margin-top: 3.5rem !important;
  }

  .mr-sm-14,
.mx-sm-14 {
    margin-right: 3.5rem !important;
  }

  .mb-sm-14,
.my-sm-14 {
    margin-bottom: 3.5rem !important;
  }

  .ml-sm-14,
.mx-sm-14 {
    margin-left: 3.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

  .m-sm-24 {
    margin: 6rem !important;
  }

  .mt-sm-24,
.my-sm-24 {
    margin-top: 6rem !important;
  }

  .mr-sm-24,
.mx-sm-24 {
    margin-right: 6rem !important;
  }

  .mb-sm-24,
.my-sm-24 {
    margin-bottom: 6rem !important;
  }

  .ml-sm-24,
.mx-sm-24 {
    margin-left: 6rem !important;
  }

  .m-sm-28 {
    margin: 7rem !important;
  }

  .mt-sm-28,
.my-sm-28 {
    margin-top: 7rem !important;
  }

  .mr-sm-28,
.mx-sm-28 {
    margin-right: 7rem !important;
  }

  .mb-sm-28,
.my-sm-28 {
    margin-bottom: 7rem !important;
  }

  .ml-sm-28,
.mx-sm-28 {
    margin-left: 7rem !important;
  }

  .m-sm-32 {
    margin: 8rem !important;
  }

  .mt-sm-32,
.my-sm-32 {
    margin-top: 8rem !important;
  }

  .mr-sm-32,
.mx-sm-32 {
    margin-right: 8rem !important;
  }

  .mb-sm-32,
.my-sm-32 {
    margin-bottom: 8rem !important;
  }

  .ml-sm-32,
.mx-sm-32 {
    margin-left: 8rem !important;
  }

  .m-sm-36 {
    margin: 9rem !important;
  }

  .mt-sm-36,
.my-sm-36 {
    margin-top: 9rem !important;
  }

  .mr-sm-36,
.mx-sm-36 {
    margin-right: 9rem !important;
  }

  .mb-sm-36,
.my-sm-36 {
    margin-bottom: 9rem !important;
  }

  .ml-sm-36,
.mx-sm-36 {
    margin-left: 9rem !important;
  }

  .m-sm-40 {
    margin: 10rem !important;
  }

  .mt-sm-40,
.my-sm-40 {
    margin-top: 10rem !important;
  }

  .mr-sm-40,
.mx-sm-40 {
    margin-right: 10rem !important;
  }

  .mb-sm-40,
.my-sm-40 {
    margin-bottom: 10rem !important;
  }

  .ml-sm-40,
.mx-sm-40 {
    margin-left: 10rem !important;
  }

  .m-sm-44 {
    margin: 11rem !important;
  }

  .mt-sm-44,
.my-sm-44 {
    margin-top: 11rem !important;
  }

  .mr-sm-44,
.mx-sm-44 {
    margin-right: 11rem !important;
  }

  .mb-sm-44,
.my-sm-44 {
    margin-bottom: 11rem !important;
  }

  .ml-sm-44,
.mx-sm-44 {
    margin-left: 11rem !important;
  }

  .m-sm-48 {
    margin: 12rem !important;
  }

  .mt-sm-48,
.my-sm-48 {
    margin-top: 12rem !important;
  }

  .mr-sm-48,
.mx-sm-48 {
    margin-right: 12rem !important;
  }

  .mb-sm-48,
.my-sm-48 {
    margin-bottom: 12rem !important;
  }

  .ml-sm-48,
.mx-sm-48 {
    margin-left: 12rem !important;
  }

  .m-sm-52 {
    margin: 13rem !important;
  }

  .mt-sm-52,
.my-sm-52 {
    margin-top: 13rem !important;
  }

  .mr-sm-52,
.mx-sm-52 {
    margin-right: 13rem !important;
  }

  .mb-sm-52,
.my-sm-52 {
    margin-bottom: 13rem !important;
  }

  .ml-sm-52,
.mx-sm-52 {
    margin-left: 13rem !important;
  }

  .m-sm-56 {
    margin: 14rem !important;
  }

  .mt-sm-56,
.my-sm-56 {
    margin-top: 14rem !important;
  }

  .mr-sm-56,
.mx-sm-56 {
    margin-right: 14rem !important;
  }

  .mb-sm-56,
.my-sm-56 {
    margin-bottom: 14rem !important;
  }

  .ml-sm-56,
.mx-sm-56 {
    margin-left: 14rem !important;
  }

  .m-sm-60 {
    margin: 15rem !important;
  }

  .mt-sm-60,
.my-sm-60 {
    margin-top: 15rem !important;
  }

  .mr-sm-60,
.mx-sm-60 {
    margin-right: 15rem !important;
  }

  .mb-sm-60,
.my-sm-60 {
    margin-bottom: 15rem !important;
  }

  .ml-sm-60,
.mx-sm-60 {
    margin-left: 15rem !important;
  }

  .m-sm-64 {
    margin: 16rem !important;
  }

  .mt-sm-64,
.my-sm-64 {
    margin-top: 16rem !important;
  }

  .mr-sm-64,
.mx-sm-64 {
    margin-right: 16rem !important;
  }

  .mb-sm-64,
.my-sm-64 {
    margin-bottom: 16rem !important;
  }

  .ml-sm-64,
.mx-sm-64 {
    margin-left: 16rem !important;
  }

  .m-sm-72 {
    margin: 18rem !important;
  }

  .mt-sm-72,
.my-sm-72 {
    margin-top: 18rem !important;
  }

  .mr-sm-72,
.mx-sm-72 {
    margin-right: 18rem !important;
  }

  .mb-sm-72,
.my-sm-72 {
    margin-bottom: 18rem !important;
  }

  .ml-sm-72,
.mx-sm-72 {
    margin-left: 18rem !important;
  }

  .m-sm-80 {
    margin: 20rem !important;
  }

  .mt-sm-80,
.my-sm-80 {
    margin-top: 20rem !important;
  }

  .mr-sm-80,
.mx-sm-80 {
    margin-right: 20rem !important;
  }

  .mb-sm-80,
.my-sm-80 {
    margin-bottom: 20rem !important;
  }

  .ml-sm-80,
.mx-sm-80 {
    margin-left: 20rem !important;
  }

  .m-sm-96 {
    margin: 24rem !important;
  }

  .mt-sm-96,
.my-sm-96 {
    margin-top: 24rem !important;
  }

  .mr-sm-96,
.mx-sm-96 {
    margin-right: 24rem !important;
  }

  .mb-sm-96,
.my-sm-96 {
    margin-bottom: 24rem !important;
  }

  .ml-sm-96,
.mx-sm-96 {
    margin-left: 24rem !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: 0.75rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-sm-7 {
    padding: 1.75rem !important;
  }

  .pt-sm-7,
.py-sm-7 {
    padding-top: 1.75rem !important;
  }

  .pr-sm-7,
.px-sm-7 {
    padding-right: 1.75rem !important;
  }

  .pb-sm-7,
.py-sm-7 {
    padding-bottom: 1.75rem !important;
  }

  .pl-sm-7,
.px-sm-7 {
    padding-left: 1.75rem !important;
  }

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

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

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

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

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

  .p-sm-9 {
    padding: 2.25rem !important;
  }

  .pt-sm-9,
.py-sm-9 {
    padding-top: 2.25rem !important;
  }

  .pr-sm-9,
.px-sm-9 {
    padding-right: 2.25rem !important;
  }

  .pb-sm-9,
.py-sm-9 {
    padding-bottom: 2.25rem !important;
  }

  .pl-sm-9,
.px-sm-9 {
    padding-left: 2.25rem !important;
  }

  .p-sm-10 {
    padding: 2.5rem !important;
  }

  .pt-sm-10,
.py-sm-10 {
    padding-top: 2.5rem !important;
  }

  .pr-sm-10,
.px-sm-10 {
    padding-right: 2.5rem !important;
  }

  .pb-sm-10,
.py-sm-10 {
    padding-bottom: 2.5rem !important;
  }

  .pl-sm-10,
.px-sm-10 {
    padding-left: 2.5rem !important;
  }

  .p-sm-11 {
    padding: 2.75rem !important;
  }

  .pt-sm-11,
.py-sm-11 {
    padding-top: 2.75rem !important;
  }

  .pr-sm-11,
.px-sm-11 {
    padding-right: 2.75rem !important;
  }

  .pb-sm-11,
.py-sm-11 {
    padding-bottom: 2.75rem !important;
  }

  .pl-sm-11,
.px-sm-11 {
    padding-left: 2.75rem !important;
  }

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

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

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

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

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

  .p-sm-14 {
    padding: 3.5rem !important;
  }

  .pt-sm-14,
.py-sm-14 {
    padding-top: 3.5rem !important;
  }

  .pr-sm-14,
.px-sm-14 {
    padding-right: 3.5rem !important;
  }

  .pb-sm-14,
.py-sm-14 {
    padding-bottom: 3.5rem !important;
  }

  .pl-sm-14,
.px-sm-14 {
    padding-left: 3.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

  .p-sm-24 {
    padding: 6rem !important;
  }

  .pt-sm-24,
.py-sm-24 {
    padding-top: 6rem !important;
  }

  .pr-sm-24,
.px-sm-24 {
    padding-right: 6rem !important;
  }

  .pb-sm-24,
.py-sm-24 {
    padding-bottom: 6rem !important;
  }

  .pl-sm-24,
.px-sm-24 {
    padding-left: 6rem !important;
  }

  .p-sm-28 {
    padding: 7rem !important;
  }

  .pt-sm-28,
.py-sm-28 {
    padding-top: 7rem !important;
  }

  .pr-sm-28,
.px-sm-28 {
    padding-right: 7rem !important;
  }

  .pb-sm-28,
.py-sm-28 {
    padding-bottom: 7rem !important;
  }

  .pl-sm-28,
.px-sm-28 {
    padding-left: 7rem !important;
  }

  .p-sm-32 {
    padding: 8rem !important;
  }

  .pt-sm-32,
.py-sm-32 {
    padding-top: 8rem !important;
  }

  .pr-sm-32,
.px-sm-32 {
    padding-right: 8rem !important;
  }

  .pb-sm-32,
.py-sm-32 {
    padding-bottom: 8rem !important;
  }

  .pl-sm-32,
.px-sm-32 {
    padding-left: 8rem !important;
  }

  .p-sm-36 {
    padding: 9rem !important;
  }

  .pt-sm-36,
.py-sm-36 {
    padding-top: 9rem !important;
  }

  .pr-sm-36,
.px-sm-36 {
    padding-right: 9rem !important;
  }

  .pb-sm-36,
.py-sm-36 {
    padding-bottom: 9rem !important;
  }

  .pl-sm-36,
.px-sm-36 {
    padding-left: 9rem !important;
  }

  .p-sm-40 {
    padding: 10rem !important;
  }

  .pt-sm-40,
.py-sm-40 {
    padding-top: 10rem !important;
  }

  .pr-sm-40,
.px-sm-40 {
    padding-right: 10rem !important;
  }

  .pb-sm-40,
.py-sm-40 {
    padding-bottom: 10rem !important;
  }

  .pl-sm-40,
.px-sm-40 {
    padding-left: 10rem !important;
  }

  .p-sm-44 {
    padding: 11rem !important;
  }

  .pt-sm-44,
.py-sm-44 {
    padding-top: 11rem !important;
  }

  .pr-sm-44,
.px-sm-44 {
    padding-right: 11rem !important;
  }

  .pb-sm-44,
.py-sm-44 {
    padding-bottom: 11rem !important;
  }

  .pl-sm-44,
.px-sm-44 {
    padding-left: 11rem !important;
  }

  .p-sm-48 {
    padding: 12rem !important;
  }

  .pt-sm-48,
.py-sm-48 {
    padding-top: 12rem !important;
  }

  .pr-sm-48,
.px-sm-48 {
    padding-right: 12rem !important;
  }

  .pb-sm-48,
.py-sm-48 {
    padding-bottom: 12rem !important;
  }

  .pl-sm-48,
.px-sm-48 {
    padding-left: 12rem !important;
  }

  .p-sm-52 {
    padding: 13rem !important;
  }

  .pt-sm-52,
.py-sm-52 {
    padding-top: 13rem !important;
  }

  .pr-sm-52,
.px-sm-52 {
    padding-right: 13rem !important;
  }

  .pb-sm-52,
.py-sm-52 {
    padding-bottom: 13rem !important;
  }

  .pl-sm-52,
.px-sm-52 {
    padding-left: 13rem !important;
  }

  .p-sm-56 {
    padding: 14rem !important;
  }

  .pt-sm-56,
.py-sm-56 {
    padding-top: 14rem !important;
  }

  .pr-sm-56,
.px-sm-56 {
    padding-right: 14rem !important;
  }

  .pb-sm-56,
.py-sm-56 {
    padding-bottom: 14rem !important;
  }

  .pl-sm-56,
.px-sm-56 {
    padding-left: 14rem !important;
  }

  .p-sm-60 {
    padding: 15rem !important;
  }

  .pt-sm-60,
.py-sm-60 {
    padding-top: 15rem !important;
  }

  .pr-sm-60,
.px-sm-60 {
    padding-right: 15rem !important;
  }

  .pb-sm-60,
.py-sm-60 {
    padding-bottom: 15rem !important;
  }

  .pl-sm-60,
.px-sm-60 {
    padding-left: 15rem !important;
  }

  .p-sm-64 {
    padding: 16rem !important;
  }

  .pt-sm-64,
.py-sm-64 {
    padding-top: 16rem !important;
  }

  .pr-sm-64,
.px-sm-64 {
    padding-right: 16rem !important;
  }

  .pb-sm-64,
.py-sm-64 {
    padding-bottom: 16rem !important;
  }

  .pl-sm-64,
.px-sm-64 {
    padding-left: 16rem !important;
  }

  .p-sm-72 {
    padding: 18rem !important;
  }

  .pt-sm-72,
.py-sm-72 {
    padding-top: 18rem !important;
  }

  .pr-sm-72,
.px-sm-72 {
    padding-right: 18rem !important;
  }

  .pb-sm-72,
.py-sm-72 {
    padding-bottom: 18rem !important;
  }

  .pl-sm-72,
.px-sm-72 {
    padding-left: 18rem !important;
  }

  .p-sm-80 {
    padding: 20rem !important;
  }

  .pt-sm-80,
.py-sm-80 {
    padding-top: 20rem !important;
  }

  .pr-sm-80,
.px-sm-80 {
    padding-right: 20rem !important;
  }

  .pb-sm-80,
.py-sm-80 {
    padding-bottom: 20rem !important;
  }

  .pl-sm-80,
.px-sm-80 {
    padding-left: 20rem !important;
  }

  .p-sm-96 {
    padding: 24rem !important;
  }

  .pt-sm-96,
.py-sm-96 {
    padding-top: 24rem !important;
  }

  .pr-sm-96,
.px-sm-96 {
    padding-right: 24rem !important;
  }

  .pb-sm-96,
.py-sm-96 {
    padding-bottom: 24rem !important;
  }

  .pl-sm-96,
.px-sm-96 {
    padding-left: 24rem !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: -0.75rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-sm-n7 {
    margin: -1.75rem !important;
  }

  .mt-sm-n7,
.my-sm-n7 {
    margin-top: -1.75rem !important;
  }

  .mr-sm-n7,
.mx-sm-n7 {
    margin-right: -1.75rem !important;
  }

  .mb-sm-n7,
.my-sm-n7 {
    margin-bottom: -1.75rem !important;
  }

  .ml-sm-n7,
.mx-sm-n7 {
    margin-left: -1.75rem !important;
  }

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

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

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

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

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

  .m-sm-n9 {
    margin: -2.25rem !important;
  }

  .mt-sm-n9,
.my-sm-n9 {
    margin-top: -2.25rem !important;
  }

  .mr-sm-n9,
.mx-sm-n9 {
    margin-right: -2.25rem !important;
  }

  .mb-sm-n9,
.my-sm-n9 {
    margin-bottom: -2.25rem !important;
  }

  .ml-sm-n9,
.mx-sm-n9 {
    margin-left: -2.25rem !important;
  }

  .m-sm-n10 {
    margin: -2.5rem !important;
  }

  .mt-sm-n10,
.my-sm-n10 {
    margin-top: -2.5rem !important;
  }

  .mr-sm-n10,
.mx-sm-n10 {
    margin-right: -2.5rem !important;
  }

  .mb-sm-n10,
.my-sm-n10 {
    margin-bottom: -2.5rem !important;
  }

  .ml-sm-n10,
.mx-sm-n10 {
    margin-left: -2.5rem !important;
  }

  .m-sm-n11 {
    margin: -2.75rem !important;
  }

  .mt-sm-n11,
.my-sm-n11 {
    margin-top: -2.75rem !important;
  }

  .mr-sm-n11,
.mx-sm-n11 {
    margin-right: -2.75rem !important;
  }

  .mb-sm-n11,
.my-sm-n11 {
    margin-bottom: -2.75rem !important;
  }

  .ml-sm-n11,
.mx-sm-n11 {
    margin-left: -2.75rem !important;
  }

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

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

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

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

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

  .m-sm-n14 {
    margin: -3.5rem !important;
  }

  .mt-sm-n14,
.my-sm-n14 {
    margin-top: -3.5rem !important;
  }

  .mr-sm-n14,
.mx-sm-n14 {
    margin-right: -3.5rem !important;
  }

  .mb-sm-n14,
.my-sm-n14 {
    margin-bottom: -3.5rem !important;
  }

  .ml-sm-n14,
.mx-sm-n14 {
    margin-left: -3.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

  .m-sm-n24 {
    margin: -6rem !important;
  }

  .mt-sm-n24,
.my-sm-n24 {
    margin-top: -6rem !important;
  }

  .mr-sm-n24,
.mx-sm-n24 {
    margin-right: -6rem !important;
  }

  .mb-sm-n24,
.my-sm-n24 {
    margin-bottom: -6rem !important;
  }

  .ml-sm-n24,
.mx-sm-n24 {
    margin-left: -6rem !important;
  }

  .m-sm-n28 {
    margin: -7rem !important;
  }

  .mt-sm-n28,
.my-sm-n28 {
    margin-top: -7rem !important;
  }

  .mr-sm-n28,
.mx-sm-n28 {
    margin-right: -7rem !important;
  }

  .mb-sm-n28,
.my-sm-n28 {
    margin-bottom: -7rem !important;
  }

  .ml-sm-n28,
.mx-sm-n28 {
    margin-left: -7rem !important;
  }

  .m-sm-n32 {
    margin: -8rem !important;
  }

  .mt-sm-n32,
.my-sm-n32 {
    margin-top: -8rem !important;
  }

  .mr-sm-n32,
.mx-sm-n32 {
    margin-right: -8rem !important;
  }

  .mb-sm-n32,
.my-sm-n32 {
    margin-bottom: -8rem !important;
  }

  .ml-sm-n32,
.mx-sm-n32 {
    margin-left: -8rem !important;
  }

  .m-sm-n36 {
    margin: -9rem !important;
  }

  .mt-sm-n36,
.my-sm-n36 {
    margin-top: -9rem !important;
  }

  .mr-sm-n36,
.mx-sm-n36 {
    margin-right: -9rem !important;
  }

  .mb-sm-n36,
.my-sm-n36 {
    margin-bottom: -9rem !important;
  }

  .ml-sm-n36,
.mx-sm-n36 {
    margin-left: -9rem !important;
  }

  .m-sm-n40 {
    margin: -10rem !important;
  }

  .mt-sm-n40,
.my-sm-n40 {
    margin-top: -10rem !important;
  }

  .mr-sm-n40,
.mx-sm-n40 {
    margin-right: -10rem !important;
  }

  .mb-sm-n40,
.my-sm-n40 {
    margin-bottom: -10rem !important;
  }

  .ml-sm-n40,
.mx-sm-n40 {
    margin-left: -10rem !important;
  }

  .m-sm-n44 {
    margin: -11rem !important;
  }

  .mt-sm-n44,
.my-sm-n44 {
    margin-top: -11rem !important;
  }

  .mr-sm-n44,
.mx-sm-n44 {
    margin-right: -11rem !important;
  }

  .mb-sm-n44,
.my-sm-n44 {
    margin-bottom: -11rem !important;
  }

  .ml-sm-n44,
.mx-sm-n44 {
    margin-left: -11rem !important;
  }

  .m-sm-n48 {
    margin: -12rem !important;
  }

  .mt-sm-n48,
.my-sm-n48 {
    margin-top: -12rem !important;
  }

  .mr-sm-n48,
.mx-sm-n48 {
    margin-right: -12rem !important;
  }

  .mb-sm-n48,
.my-sm-n48 {
    margin-bottom: -12rem !important;
  }

  .ml-sm-n48,
.mx-sm-n48 {
    margin-left: -12rem !important;
  }

  .m-sm-n52 {
    margin: -13rem !important;
  }

  .mt-sm-n52,
.my-sm-n52 {
    margin-top: -13rem !important;
  }

  .mr-sm-n52,
.mx-sm-n52 {
    margin-right: -13rem !important;
  }

  .mb-sm-n52,
.my-sm-n52 {
    margin-bottom: -13rem !important;
  }

  .ml-sm-n52,
.mx-sm-n52 {
    margin-left: -13rem !important;
  }

  .m-sm-n56 {
    margin: -14rem !important;
  }

  .mt-sm-n56,
.my-sm-n56 {
    margin-top: -14rem !important;
  }

  .mr-sm-n56,
.mx-sm-n56 {
    margin-right: -14rem !important;
  }

  .mb-sm-n56,
.my-sm-n56 {
    margin-bottom: -14rem !important;
  }

  .ml-sm-n56,
.mx-sm-n56 {
    margin-left: -14rem !important;
  }

  .m-sm-n60 {
    margin: -15rem !important;
  }

  .mt-sm-n60,
.my-sm-n60 {
    margin-top: -15rem !important;
  }

  .mr-sm-n60,
.mx-sm-n60 {
    margin-right: -15rem !important;
  }

  .mb-sm-n60,
.my-sm-n60 {
    margin-bottom: -15rem !important;
  }

  .ml-sm-n60,
.mx-sm-n60 {
    margin-left: -15rem !important;
  }

  .m-sm-n64 {
    margin: -16rem !important;
  }

  .mt-sm-n64,
.my-sm-n64 {
    margin-top: -16rem !important;
  }

  .mr-sm-n64,
.mx-sm-n64 {
    margin-right: -16rem !important;
  }

  .mb-sm-n64,
.my-sm-n64 {
    margin-bottom: -16rem !important;
  }

  .ml-sm-n64,
.mx-sm-n64 {
    margin-left: -16rem !important;
  }

  .m-sm-n72 {
    margin: -18rem !important;
  }

  .mt-sm-n72,
.my-sm-n72 {
    margin-top: -18rem !important;
  }

  .mr-sm-n72,
.mx-sm-n72 {
    margin-right: -18rem !important;
  }

  .mb-sm-n72,
.my-sm-n72 {
    margin-bottom: -18rem !important;
  }

  .ml-sm-n72,
.mx-sm-n72 {
    margin-left: -18rem !important;
  }

  .m-sm-n80 {
    margin: -20rem !important;
  }

  .mt-sm-n80,
.my-sm-n80 {
    margin-top: -20rem !important;
  }

  .mr-sm-n80,
.mx-sm-n80 {
    margin-right: -20rem !important;
  }

  .mb-sm-n80,
.my-sm-n80 {
    margin-bottom: -20rem !important;
  }

  .ml-sm-n80,
.mx-sm-n80 {
    margin-left: -20rem !important;
  }

  .m-sm-n96 {
    margin: -24rem !important;
  }

  .mt-sm-n96,
.my-sm-n96 {
    margin-top: -24rem !important;
  }

  .mr-sm-n96,
.mx-sm-n96 {
    margin-right: -24rem !important;
  }

  .mb-sm-n96,
.my-sm-n96 {
    margin-bottom: -24rem !important;
  }

  .ml-sm-n96,
.mx-sm-n96 {
    margin-left: -24rem !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: 0.75rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-md-7 {
    margin: 1.75rem !important;
  }

  .mt-md-7,
.my-md-7 {
    margin-top: 1.75rem !important;
  }

  .mr-md-7,
.mx-md-7 {
    margin-right: 1.75rem !important;
  }

  .mb-md-7,
.my-md-7 {
    margin-bottom: 1.75rem !important;
  }

  .ml-md-7,
.mx-md-7 {
    margin-left: 1.75rem !important;
  }

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

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

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

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

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

  .m-md-9 {
    margin: 2.25rem !important;
  }

  .mt-md-9,
.my-md-9 {
    margin-top: 2.25rem !important;
  }

  .mr-md-9,
.mx-md-9 {
    margin-right: 2.25rem !important;
  }

  .mb-md-9,
.my-md-9 {
    margin-bottom: 2.25rem !important;
  }

  .ml-md-9,
.mx-md-9 {
    margin-left: 2.25rem !important;
  }

  .m-md-10 {
    margin: 2.5rem !important;
  }

  .mt-md-10,
.my-md-10 {
    margin-top: 2.5rem !important;
  }

  .mr-md-10,
.mx-md-10 {
    margin-right: 2.5rem !important;
  }

  .mb-md-10,
.my-md-10 {
    margin-bottom: 2.5rem !important;
  }

  .ml-md-10,
.mx-md-10 {
    margin-left: 2.5rem !important;
  }

  .m-md-11 {
    margin: 2.75rem !important;
  }

  .mt-md-11,
.my-md-11 {
    margin-top: 2.75rem !important;
  }

  .mr-md-11,
.mx-md-11 {
    margin-right: 2.75rem !important;
  }

  .mb-md-11,
.my-md-11 {
    margin-bottom: 2.75rem !important;
  }

  .ml-md-11,
.mx-md-11 {
    margin-left: 2.75rem !important;
  }

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

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

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

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

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

  .m-md-14 {
    margin: 3.5rem !important;
  }

  .mt-md-14,
.my-md-14 {
    margin-top: 3.5rem !important;
  }

  .mr-md-14,
.mx-md-14 {
    margin-right: 3.5rem !important;
  }

  .mb-md-14,
.my-md-14 {
    margin-bottom: 3.5rem !important;
  }

  .ml-md-14,
.mx-md-14 {
    margin-left: 3.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

  .m-md-24 {
    margin: 6rem !important;
  }

  .mt-md-24,
.my-md-24 {
    margin-top: 6rem !important;
  }

  .mr-md-24,
.mx-md-24 {
    margin-right: 6rem !important;
  }

  .mb-md-24,
.my-md-24 {
    margin-bottom: 6rem !important;
  }

  .ml-md-24,
.mx-md-24 {
    margin-left: 6rem !important;
  }

  .m-md-28 {
    margin: 7rem !important;
  }

  .mt-md-28,
.my-md-28 {
    margin-top: 7rem !important;
  }

  .mr-md-28,
.mx-md-28 {
    margin-right: 7rem !important;
  }

  .mb-md-28,
.my-md-28 {
    margin-bottom: 7rem !important;
  }

  .ml-md-28,
.mx-md-28 {
    margin-left: 7rem !important;
  }

  .m-md-32 {
    margin: 8rem !important;
  }

  .mt-md-32,
.my-md-32 {
    margin-top: 8rem !important;
  }

  .mr-md-32,
.mx-md-32 {
    margin-right: 8rem !important;
  }

  .mb-md-32,
.my-md-32 {
    margin-bottom: 8rem !important;
  }

  .ml-md-32,
.mx-md-32 {
    margin-left: 8rem !important;
  }

  .m-md-36 {
    margin: 9rem !important;
  }

  .mt-md-36,
.my-md-36 {
    margin-top: 9rem !important;
  }

  .mr-md-36,
.mx-md-36 {
    margin-right: 9rem !important;
  }

  .mb-md-36,
.my-md-36 {
    margin-bottom: 9rem !important;
  }

  .ml-md-36,
.mx-md-36 {
    margin-left: 9rem !important;
  }

  .m-md-40 {
    margin: 10rem !important;
  }

  .mt-md-40,
.my-md-40 {
    margin-top: 10rem !important;
  }

  .mr-md-40,
.mx-md-40 {
    margin-right: 10rem !important;
  }

  .mb-md-40,
.my-md-40 {
    margin-bottom: 10rem !important;
  }

  .ml-md-40,
.mx-md-40 {
    margin-left: 10rem !important;
  }

  .m-md-44 {
    margin: 11rem !important;
  }

  .mt-md-44,
.my-md-44 {
    margin-top: 11rem !important;
  }

  .mr-md-44,
.mx-md-44 {
    margin-right: 11rem !important;
  }

  .mb-md-44,
.my-md-44 {
    margin-bottom: 11rem !important;
  }

  .ml-md-44,
.mx-md-44 {
    margin-left: 11rem !important;
  }

  .m-md-48 {
    margin: 12rem !important;
  }

  .mt-md-48,
.my-md-48 {
    margin-top: 12rem !important;
  }

  .mr-md-48,
.mx-md-48 {
    margin-right: 12rem !important;
  }

  .mb-md-48,
.my-md-48 {
    margin-bottom: 12rem !important;
  }

  .ml-md-48,
.mx-md-48 {
    margin-left: 12rem !important;
  }

  .m-md-52 {
    margin: 13rem !important;
  }

  .mt-md-52,
.my-md-52 {
    margin-top: 13rem !important;
  }

  .mr-md-52,
.mx-md-52 {
    margin-right: 13rem !important;
  }

  .mb-md-52,
.my-md-52 {
    margin-bottom: 13rem !important;
  }

  .ml-md-52,
.mx-md-52 {
    margin-left: 13rem !important;
  }

  .m-md-56 {
    margin: 14rem !important;
  }

  .mt-md-56,
.my-md-56 {
    margin-top: 14rem !important;
  }

  .mr-md-56,
.mx-md-56 {
    margin-right: 14rem !important;
  }

  .mb-md-56,
.my-md-56 {
    margin-bottom: 14rem !important;
  }

  .ml-md-56,
.mx-md-56 {
    margin-left: 14rem !important;
  }

  .m-md-60 {
    margin: 15rem !important;
  }

  .mt-md-60,
.my-md-60 {
    margin-top: 15rem !important;
  }

  .mr-md-60,
.mx-md-60 {
    margin-right: 15rem !important;
  }

  .mb-md-60,
.my-md-60 {
    margin-bottom: 15rem !important;
  }

  .ml-md-60,
.mx-md-60 {
    margin-left: 15rem !important;
  }

  .m-md-64 {
    margin: 16rem !important;
  }

  .mt-md-64,
.my-md-64 {
    margin-top: 16rem !important;
  }

  .mr-md-64,
.mx-md-64 {
    margin-right: 16rem !important;
  }

  .mb-md-64,
.my-md-64 {
    margin-bottom: 16rem !important;
  }

  .ml-md-64,
.mx-md-64 {
    margin-left: 16rem !important;
  }

  .m-md-72 {
    margin: 18rem !important;
  }

  .mt-md-72,
.my-md-72 {
    margin-top: 18rem !important;
  }

  .mr-md-72,
.mx-md-72 {
    margin-right: 18rem !important;
  }

  .mb-md-72,
.my-md-72 {
    margin-bottom: 18rem !important;
  }

  .ml-md-72,
.mx-md-72 {
    margin-left: 18rem !important;
  }

  .m-md-80 {
    margin: 20rem !important;
  }

  .mt-md-80,
.my-md-80 {
    margin-top: 20rem !important;
  }

  .mr-md-80,
.mx-md-80 {
    margin-right: 20rem !important;
  }

  .mb-md-80,
.my-md-80 {
    margin-bottom: 20rem !important;
  }

  .ml-md-80,
.mx-md-80 {
    margin-left: 20rem !important;
  }

  .m-md-96 {
    margin: 24rem !important;
  }

  .mt-md-96,
.my-md-96 {
    margin-top: 24rem !important;
  }

  .mr-md-96,
.mx-md-96 {
    margin-right: 24rem !important;
  }

  .mb-md-96,
.my-md-96 {
    margin-bottom: 24rem !important;
  }

  .ml-md-96,
.mx-md-96 {
    margin-left: 24rem !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: 0.75rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-md-7 {
    padding: 1.75rem !important;
  }

  .pt-md-7,
.py-md-7 {
    padding-top: 1.75rem !important;
  }

  .pr-md-7,
.px-md-7 {
    padding-right: 1.75rem !important;
  }

  .pb-md-7,
.py-md-7 {
    padding-bottom: 1.75rem !important;
  }

  .pl-md-7,
.px-md-7 {
    padding-left: 1.75rem !important;
  }

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

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

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

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

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

  .p-md-9 {
    padding: 2.25rem !important;
  }

  .pt-md-9,
.py-md-9 {
    padding-top: 2.25rem !important;
  }

  .pr-md-9,
.px-md-9 {
    padding-right: 2.25rem !important;
  }

  .pb-md-9,
.py-md-9 {
    padding-bottom: 2.25rem !important;
  }

  .pl-md-9,
.px-md-9 {
    padding-left: 2.25rem !important;
  }

  .p-md-10 {
    padding: 2.5rem !important;
  }

  .pt-md-10,
.py-md-10 {
    padding-top: 2.5rem !important;
  }

  .pr-md-10,
.px-md-10 {
    padding-right: 2.5rem !important;
  }

  .pb-md-10,
.py-md-10 {
    padding-bottom: 2.5rem !important;
  }

  .pl-md-10,
.px-md-10 {
    padding-left: 2.5rem !important;
  }

  .p-md-11 {
    padding: 2.75rem !important;
  }

  .pt-md-11,
.py-md-11 {
    padding-top: 2.75rem !important;
  }

  .pr-md-11,
.px-md-11 {
    padding-right: 2.75rem !important;
  }

  .pb-md-11,
.py-md-11 {
    padding-bottom: 2.75rem !important;
  }

  .pl-md-11,
.px-md-11 {
    padding-left: 2.75rem !important;
  }

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

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

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

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

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

  .p-md-14 {
    padding: 3.5rem !important;
  }

  .pt-md-14,
.py-md-14 {
    padding-top: 3.5rem !important;
  }

  .pr-md-14,
.px-md-14 {
    padding-right: 3.5rem !important;
  }

  .pb-md-14,
.py-md-14 {
    padding-bottom: 3.5rem !important;
  }

  .pl-md-14,
.px-md-14 {
    padding-left: 3.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

  .p-md-24 {
    padding: 6rem !important;
  }

  .pt-md-24,
.py-md-24 {
    padding-top: 6rem !important;
  }

  .pr-md-24,
.px-md-24 {
    padding-right: 6rem !important;
  }

  .pb-md-24,
.py-md-24 {
    padding-bottom: 6rem !important;
  }

  .pl-md-24,
.px-md-24 {
    padding-left: 6rem !important;
  }

  .p-md-28 {
    padding: 7rem !important;
  }

  .pt-md-28,
.py-md-28 {
    padding-top: 7rem !important;
  }

  .pr-md-28,
.px-md-28 {
    padding-right: 7rem !important;
  }

  .pb-md-28,
.py-md-28 {
    padding-bottom: 7rem !important;
  }

  .pl-md-28,
.px-md-28 {
    padding-left: 7rem !important;
  }

  .p-md-32 {
    padding: 8rem !important;
  }

  .pt-md-32,
.py-md-32 {
    padding-top: 8rem !important;
  }

  .pr-md-32,
.px-md-32 {
    padding-right: 8rem !important;
  }

  .pb-md-32,
.py-md-32 {
    padding-bottom: 8rem !important;
  }

  .pl-md-32,
.px-md-32 {
    padding-left: 8rem !important;
  }

  .p-md-36 {
    padding: 9rem !important;
  }

  .pt-md-36,
.py-md-36 {
    padding-top: 9rem !important;
  }

  .pr-md-36,
.px-md-36 {
    padding-right: 9rem !important;
  }

  .pb-md-36,
.py-md-36 {
    padding-bottom: 9rem !important;
  }

  .pl-md-36,
.px-md-36 {
    padding-left: 9rem !important;
  }

  .p-md-40 {
    padding: 10rem !important;
  }

  .pt-md-40,
.py-md-40 {
    padding-top: 10rem !important;
  }

  .pr-md-40,
.px-md-40 {
    padding-right: 10rem !important;
  }

  .pb-md-40,
.py-md-40 {
    padding-bottom: 10rem !important;
  }

  .pl-md-40,
.px-md-40 {
    padding-left: 10rem !important;
  }

  .p-md-44 {
    padding: 11rem !important;
  }

  .pt-md-44,
.py-md-44 {
    padding-top: 11rem !important;
  }

  .pr-md-44,
.px-md-44 {
    padding-right: 11rem !important;
  }

  .pb-md-44,
.py-md-44 {
    padding-bottom: 11rem !important;
  }

  .pl-md-44,
.px-md-44 {
    padding-left: 11rem !important;
  }

  .p-md-48 {
    padding: 12rem !important;
  }

  .pt-md-48,
.py-md-48 {
    padding-top: 12rem !important;
  }

  .pr-md-48,
.px-md-48 {
    padding-right: 12rem !important;
  }

  .pb-md-48,
.py-md-48 {
    padding-bottom: 12rem !important;
  }

  .pl-md-48,
.px-md-48 {
    padding-left: 12rem !important;
  }

  .p-md-52 {
    padding: 13rem !important;
  }

  .pt-md-52,
.py-md-52 {
    padding-top: 13rem !important;
  }

  .pr-md-52,
.px-md-52 {
    padding-right: 13rem !important;
  }

  .pb-md-52,
.py-md-52 {
    padding-bottom: 13rem !important;
  }

  .pl-md-52,
.px-md-52 {
    padding-left: 13rem !important;
  }

  .p-md-56 {
    padding: 14rem !important;
  }

  .pt-md-56,
.py-md-56 {
    padding-top: 14rem !important;
  }

  .pr-md-56,
.px-md-56 {
    padding-right: 14rem !important;
  }

  .pb-md-56,
.py-md-56 {
    padding-bottom: 14rem !important;
  }

  .pl-md-56,
.px-md-56 {
    padding-left: 14rem !important;
  }

  .p-md-60 {
    padding: 15rem !important;
  }

  .pt-md-60,
.py-md-60 {
    padding-top: 15rem !important;
  }

  .pr-md-60,
.px-md-60 {
    padding-right: 15rem !important;
  }

  .pb-md-60,
.py-md-60 {
    padding-bottom: 15rem !important;
  }

  .pl-md-60,
.px-md-60 {
    padding-left: 15rem !important;
  }

  .p-md-64 {
    padding: 16rem !important;
  }

  .pt-md-64,
.py-md-64 {
    padding-top: 16rem !important;
  }

  .pr-md-64,
.px-md-64 {
    padding-right: 16rem !important;
  }

  .pb-md-64,
.py-md-64 {
    padding-bottom: 16rem !important;
  }

  .pl-md-64,
.px-md-64 {
    padding-left: 16rem !important;
  }

  .p-md-72 {
    padding: 18rem !important;
  }

  .pt-md-72,
.py-md-72 {
    padding-top: 18rem !important;
  }

  .pr-md-72,
.px-md-72 {
    padding-right: 18rem !important;
  }

  .pb-md-72,
.py-md-72 {
    padding-bottom: 18rem !important;
  }

  .pl-md-72,
.px-md-72 {
    padding-left: 18rem !important;
  }

  .p-md-80 {
    padding: 20rem !important;
  }

  .pt-md-80,
.py-md-80 {
    padding-top: 20rem !important;
  }

  .pr-md-80,
.px-md-80 {
    padding-right: 20rem !important;
  }

  .pb-md-80,
.py-md-80 {
    padding-bottom: 20rem !important;
  }

  .pl-md-80,
.px-md-80 {
    padding-left: 20rem !important;
  }

  .p-md-96 {
    padding: 24rem !important;
  }

  .pt-md-96,
.py-md-96 {
    padding-top: 24rem !important;
  }

  .pr-md-96,
.px-md-96 {
    padding-right: 24rem !important;
  }

  .pb-md-96,
.py-md-96 {
    padding-bottom: 24rem !important;
  }

  .pl-md-96,
.px-md-96 {
    padding-left: 24rem !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: -0.75rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-md-n7 {
    margin: -1.75rem !important;
  }

  .mt-md-n7,
.my-md-n7 {
    margin-top: -1.75rem !important;
  }

  .mr-md-n7,
.mx-md-n7 {
    margin-right: -1.75rem !important;
  }

  .mb-md-n7,
.my-md-n7 {
    margin-bottom: -1.75rem !important;
  }

  .ml-md-n7,
.mx-md-n7 {
    margin-left: -1.75rem !important;
  }

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

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

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

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

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

  .m-md-n9 {
    margin: -2.25rem !important;
  }

  .mt-md-n9,
.my-md-n9 {
    margin-top: -2.25rem !important;
  }

  .mr-md-n9,
.mx-md-n9 {
    margin-right: -2.25rem !important;
  }

  .mb-md-n9,
.my-md-n9 {
    margin-bottom: -2.25rem !important;
  }

  .ml-md-n9,
.mx-md-n9 {
    margin-left: -2.25rem !important;
  }

  .m-md-n10 {
    margin: -2.5rem !important;
  }

  .mt-md-n10,
.my-md-n10 {
    margin-top: -2.5rem !important;
  }

  .mr-md-n10,
.mx-md-n10 {
    margin-right: -2.5rem !important;
  }

  .mb-md-n10,
.my-md-n10 {
    margin-bottom: -2.5rem !important;
  }

  .ml-md-n10,
.mx-md-n10 {
    margin-left: -2.5rem !important;
  }

  .m-md-n11 {
    margin: -2.75rem !important;
  }

  .mt-md-n11,
.my-md-n11 {
    margin-top: -2.75rem !important;
  }

  .mr-md-n11,
.mx-md-n11 {
    margin-right: -2.75rem !important;
  }

  .mb-md-n11,
.my-md-n11 {
    margin-bottom: -2.75rem !important;
  }

  .ml-md-n11,
.mx-md-n11 {
    margin-left: -2.75rem !important;
  }

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

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

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

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

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

  .m-md-n14 {
    margin: -3.5rem !important;
  }

  .mt-md-n14,
.my-md-n14 {
    margin-top: -3.5rem !important;
  }

  .mr-md-n14,
.mx-md-n14 {
    margin-right: -3.5rem !important;
  }

  .mb-md-n14,
.my-md-n14 {
    margin-bottom: -3.5rem !important;
  }

  .ml-md-n14,
.mx-md-n14 {
    margin-left: -3.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

  .m-md-n24 {
    margin: -6rem !important;
  }

  .mt-md-n24,
.my-md-n24 {
    margin-top: -6rem !important;
  }

  .mr-md-n24,
.mx-md-n24 {
    margin-right: -6rem !important;
  }

  .mb-md-n24,
.my-md-n24 {
    margin-bottom: -6rem !important;
  }

  .ml-md-n24,
.mx-md-n24 {
    margin-left: -6rem !important;
  }

  .m-md-n28 {
    margin: -7rem !important;
  }

  .mt-md-n28,
.my-md-n28 {
    margin-top: -7rem !important;
  }

  .mr-md-n28,
.mx-md-n28 {
    margin-right: -7rem !important;
  }

  .mb-md-n28,
.my-md-n28 {
    margin-bottom: -7rem !important;
  }

  .ml-md-n28,
.mx-md-n28 {
    margin-left: -7rem !important;
  }

  .m-md-n32 {
    margin: -8rem !important;
  }

  .mt-md-n32,
.my-md-n32 {
    margin-top: -8rem !important;
  }

  .mr-md-n32,
.mx-md-n32 {
    margin-right: -8rem !important;
  }

  .mb-md-n32,
.my-md-n32 {
    margin-bottom: -8rem !important;
  }

  .ml-md-n32,
.mx-md-n32 {
    margin-left: -8rem !important;
  }

  .m-md-n36 {
    margin: -9rem !important;
  }

  .mt-md-n36,
.my-md-n36 {
    margin-top: -9rem !important;
  }

  .mr-md-n36,
.mx-md-n36 {
    margin-right: -9rem !important;
  }

  .mb-md-n36,
.my-md-n36 {
    margin-bottom: -9rem !important;
  }

  .ml-md-n36,
.mx-md-n36 {
    margin-left: -9rem !important;
  }

  .m-md-n40 {
    margin: -10rem !important;
  }

  .mt-md-n40,
.my-md-n40 {
    margin-top: -10rem !important;
  }

  .mr-md-n40,
.mx-md-n40 {
    margin-right: -10rem !important;
  }

  .mb-md-n40,
.my-md-n40 {
    margin-bottom: -10rem !important;
  }

  .ml-md-n40,
.mx-md-n40 {
    margin-left: -10rem !important;
  }

  .m-md-n44 {
    margin: -11rem !important;
  }

  .mt-md-n44,
.my-md-n44 {
    margin-top: -11rem !important;
  }

  .mr-md-n44,
.mx-md-n44 {
    margin-right: -11rem !important;
  }

  .mb-md-n44,
.my-md-n44 {
    margin-bottom: -11rem !important;
  }

  .ml-md-n44,
.mx-md-n44 {
    margin-left: -11rem !important;
  }

  .m-md-n48 {
    margin: -12rem !important;
  }

  .mt-md-n48,
.my-md-n48 {
    margin-top: -12rem !important;
  }

  .mr-md-n48,
.mx-md-n48 {
    margin-right: -12rem !important;
  }

  .mb-md-n48,
.my-md-n48 {
    margin-bottom: -12rem !important;
  }

  .ml-md-n48,
.mx-md-n48 {
    margin-left: -12rem !important;
  }

  .m-md-n52 {
    margin: -13rem !important;
  }

  .mt-md-n52,
.my-md-n52 {
    margin-top: -13rem !important;
  }

  .mr-md-n52,
.mx-md-n52 {
    margin-right: -13rem !important;
  }

  .mb-md-n52,
.my-md-n52 {
    margin-bottom: -13rem !important;
  }

  .ml-md-n52,
.mx-md-n52 {
    margin-left: -13rem !important;
  }

  .m-md-n56 {
    margin: -14rem !important;
  }

  .mt-md-n56,
.my-md-n56 {
    margin-top: -14rem !important;
  }

  .mr-md-n56,
.mx-md-n56 {
    margin-right: -14rem !important;
  }

  .mb-md-n56,
.my-md-n56 {
    margin-bottom: -14rem !important;
  }

  .ml-md-n56,
.mx-md-n56 {
    margin-left: -14rem !important;
  }

  .m-md-n60 {
    margin: -15rem !important;
  }

  .mt-md-n60,
.my-md-n60 {
    margin-top: -15rem !important;
  }

  .mr-md-n60,
.mx-md-n60 {
    margin-right: -15rem !important;
  }

  .mb-md-n60,
.my-md-n60 {
    margin-bottom: -15rem !important;
  }

  .ml-md-n60,
.mx-md-n60 {
    margin-left: -15rem !important;
  }

  .m-md-n64 {
    margin: -16rem !important;
  }

  .mt-md-n64,
.my-md-n64 {
    margin-top: -16rem !important;
  }

  .mr-md-n64,
.mx-md-n64 {
    margin-right: -16rem !important;
  }

  .mb-md-n64,
.my-md-n64 {
    margin-bottom: -16rem !important;
  }

  .ml-md-n64,
.mx-md-n64 {
    margin-left: -16rem !important;
  }

  .m-md-n72 {
    margin: -18rem !important;
  }

  .mt-md-n72,
.my-md-n72 {
    margin-top: -18rem !important;
  }

  .mr-md-n72,
.mx-md-n72 {
    margin-right: -18rem !important;
  }

  .mb-md-n72,
.my-md-n72 {
    margin-bottom: -18rem !important;
  }

  .ml-md-n72,
.mx-md-n72 {
    margin-left: -18rem !important;
  }

  .m-md-n80 {
    margin: -20rem !important;
  }

  .mt-md-n80,
.my-md-n80 {
    margin-top: -20rem !important;
  }

  .mr-md-n80,
.mx-md-n80 {
    margin-right: -20rem !important;
  }

  .mb-md-n80,
.my-md-n80 {
    margin-bottom: -20rem !important;
  }

  .ml-md-n80,
.mx-md-n80 {
    margin-left: -20rem !important;
  }

  .m-md-n96 {
    margin: -24rem !important;
  }

  .mt-md-n96,
.my-md-n96 {
    margin-top: -24rem !important;
  }

  .mr-md-n96,
.mx-md-n96 {
    margin-right: -24rem !important;
  }

  .mb-md-n96,
.my-md-n96 {
    margin-bottom: -24rem !important;
  }

  .ml-md-n96,
.mx-md-n96 {
    margin-left: -24rem !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: 0.75rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-lg-7 {
    margin: 1.75rem !important;
  }

  .mt-lg-7,
.my-lg-7 {
    margin-top: 1.75rem !important;
  }

  .mr-lg-7,
.mx-lg-7 {
    margin-right: 1.75rem !important;
  }

  .mb-lg-7,
.my-lg-7 {
    margin-bottom: 1.75rem !important;
  }

  .ml-lg-7,
.mx-lg-7 {
    margin-left: 1.75rem !important;
  }

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

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

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

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

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

  .m-lg-9 {
    margin: 2.25rem !important;
  }

  .mt-lg-9,
.my-lg-9 {
    margin-top: 2.25rem !important;
  }

  .mr-lg-9,
.mx-lg-9 {
    margin-right: 2.25rem !important;
  }

  .mb-lg-9,
.my-lg-9 {
    margin-bottom: 2.25rem !important;
  }

  .ml-lg-9,
.mx-lg-9 {
    margin-left: 2.25rem !important;
  }

  .m-lg-10 {
    margin: 2.5rem !important;
  }

  .mt-lg-10,
.my-lg-10 {
    margin-top: 2.5rem !important;
  }

  .mr-lg-10,
.mx-lg-10 {
    margin-right: 2.5rem !important;
  }

  .mb-lg-10,
.my-lg-10 {
    margin-bottom: 2.5rem !important;
  }

  .ml-lg-10,
.mx-lg-10 {
    margin-left: 2.5rem !important;
  }

  .m-lg-11 {
    margin: 2.75rem !important;
  }

  .mt-lg-11,
.my-lg-11 {
    margin-top: 2.75rem !important;
  }

  .mr-lg-11,
.mx-lg-11 {
    margin-right: 2.75rem !important;
  }

  .mb-lg-11,
.my-lg-11 {
    margin-bottom: 2.75rem !important;
  }

  .ml-lg-11,
.mx-lg-11 {
    margin-left: 2.75rem !important;
  }

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

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

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

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

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

  .m-lg-14 {
    margin: 3.5rem !important;
  }

  .mt-lg-14,
.my-lg-14 {
    margin-top: 3.5rem !important;
  }

  .mr-lg-14,
.mx-lg-14 {
    margin-right: 3.5rem !important;
  }

  .mb-lg-14,
.my-lg-14 {
    margin-bottom: 3.5rem !important;
  }

  .ml-lg-14,
.mx-lg-14 {
    margin-left: 3.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

  .m-lg-24 {
    margin: 6rem !important;
  }

  .mt-lg-24,
.my-lg-24 {
    margin-top: 6rem !important;
  }

  .mr-lg-24,
.mx-lg-24 {
    margin-right: 6rem !important;
  }

  .mb-lg-24,
.my-lg-24 {
    margin-bottom: 6rem !important;
  }

  .ml-lg-24,
.mx-lg-24 {
    margin-left: 6rem !important;
  }

  .m-lg-28 {
    margin: 7rem !important;
  }

  .mt-lg-28,
.my-lg-28 {
    margin-top: 7rem !important;
  }

  .mr-lg-28,
.mx-lg-28 {
    margin-right: 7rem !important;
  }

  .mb-lg-28,
.my-lg-28 {
    margin-bottom: 7rem !important;
  }

  .ml-lg-28,
.mx-lg-28 {
    margin-left: 7rem !important;
  }

  .m-lg-32 {
    margin: 8rem !important;
  }

  .mt-lg-32,
.my-lg-32 {
    margin-top: 8rem !important;
  }

  .mr-lg-32,
.mx-lg-32 {
    margin-right: 8rem !important;
  }

  .mb-lg-32,
.my-lg-32 {
    margin-bottom: 8rem !important;
  }

  .ml-lg-32,
.mx-lg-32 {
    margin-left: 8rem !important;
  }

  .m-lg-36 {
    margin: 9rem !important;
  }

  .mt-lg-36,
.my-lg-36 {
    margin-top: 9rem !important;
  }

  .mr-lg-36,
.mx-lg-36 {
    margin-right: 9rem !important;
  }

  .mb-lg-36,
.my-lg-36 {
    margin-bottom: 9rem !important;
  }

  .ml-lg-36,
.mx-lg-36 {
    margin-left: 9rem !important;
  }

  .m-lg-40 {
    margin: 10rem !important;
  }

  .mt-lg-40,
.my-lg-40 {
    margin-top: 10rem !important;
  }

  .mr-lg-40,
.mx-lg-40 {
    margin-right: 10rem !important;
  }

  .mb-lg-40,
.my-lg-40 {
    margin-bottom: 10rem !important;
  }

  .ml-lg-40,
.mx-lg-40 {
    margin-left: 10rem !important;
  }

  .m-lg-44 {
    margin: 11rem !important;
  }

  .mt-lg-44,
.my-lg-44 {
    margin-top: 11rem !important;
  }

  .mr-lg-44,
.mx-lg-44 {
    margin-right: 11rem !important;
  }

  .mb-lg-44,
.my-lg-44 {
    margin-bottom: 11rem !important;
  }

  .ml-lg-44,
.mx-lg-44 {
    margin-left: 11rem !important;
  }

  .m-lg-48 {
    margin: 12rem !important;
  }

  .mt-lg-48,
.my-lg-48 {
    margin-top: 12rem !important;
  }

  .mr-lg-48,
.mx-lg-48 {
    margin-right: 12rem !important;
  }

  .mb-lg-48,
.my-lg-48 {
    margin-bottom: 12rem !important;
  }

  .ml-lg-48,
.mx-lg-48 {
    margin-left: 12rem !important;
  }

  .m-lg-52 {
    margin: 13rem !important;
  }

  .mt-lg-52,
.my-lg-52 {
    margin-top: 13rem !important;
  }

  .mr-lg-52,
.mx-lg-52 {
    margin-right: 13rem !important;
  }

  .mb-lg-52,
.my-lg-52 {
    margin-bottom: 13rem !important;
  }

  .ml-lg-52,
.mx-lg-52 {
    margin-left: 13rem !important;
  }

  .m-lg-56 {
    margin: 14rem !important;
  }

  .mt-lg-56,
.my-lg-56 {
    margin-top: 14rem !important;
  }

  .mr-lg-56,
.mx-lg-56 {
    margin-right: 14rem !important;
  }

  .mb-lg-56,
.my-lg-56 {
    margin-bottom: 14rem !important;
  }

  .ml-lg-56,
.mx-lg-56 {
    margin-left: 14rem !important;
  }

  .m-lg-60 {
    margin: 15rem !important;
  }

  .mt-lg-60,
.my-lg-60 {
    margin-top: 15rem !important;
  }

  .mr-lg-60,
.mx-lg-60 {
    margin-right: 15rem !important;
  }

  .mb-lg-60,
.my-lg-60 {
    margin-bottom: 15rem !important;
  }

  .ml-lg-60,
.mx-lg-60 {
    margin-left: 15rem !important;
  }

  .m-lg-64 {
    margin: 16rem !important;
  }

  .mt-lg-64,
.my-lg-64 {
    margin-top: 16rem !important;
  }

  .mr-lg-64,
.mx-lg-64 {
    margin-right: 16rem !important;
  }

  .mb-lg-64,
.my-lg-64 {
    margin-bottom: 16rem !important;
  }

  .ml-lg-64,
.mx-lg-64 {
    margin-left: 16rem !important;
  }

  .m-lg-72 {
    margin: 18rem !important;
  }

  .mt-lg-72,
.my-lg-72 {
    margin-top: 18rem !important;
  }

  .mr-lg-72,
.mx-lg-72 {
    margin-right: 18rem !important;
  }

  .mb-lg-72,
.my-lg-72 {
    margin-bottom: 18rem !important;
  }

  .ml-lg-72,
.mx-lg-72 {
    margin-left: 18rem !important;
  }

  .m-lg-80 {
    margin: 20rem !important;
  }

  .mt-lg-80,
.my-lg-80 {
    margin-top: 20rem !important;
  }

  .mr-lg-80,
.mx-lg-80 {
    margin-right: 20rem !important;
  }

  .mb-lg-80,
.my-lg-80 {
    margin-bottom: 20rem !important;
  }

  .ml-lg-80,
.mx-lg-80 {
    margin-left: 20rem !important;
  }

  .m-lg-96 {
    margin: 24rem !important;
  }

  .mt-lg-96,
.my-lg-96 {
    margin-top: 24rem !important;
  }

  .mr-lg-96,
.mx-lg-96 {
    margin-right: 24rem !important;
  }

  .mb-lg-96,
.my-lg-96 {
    margin-bottom: 24rem !important;
  }

  .ml-lg-96,
.mx-lg-96 {
    margin-left: 24rem !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: 0.75rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-lg-7 {
    padding: 1.75rem !important;
  }

  .pt-lg-7,
.py-lg-7 {
    padding-top: 1.75rem !important;
  }

  .pr-lg-7,
.px-lg-7 {
    padding-right: 1.75rem !important;
  }

  .pb-lg-7,
.py-lg-7 {
    padding-bottom: 1.75rem !important;
  }

  .pl-lg-7,
.px-lg-7 {
    padding-left: 1.75rem !important;
  }

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

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

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

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

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

  .p-lg-9 {
    padding: 2.25rem !important;
  }

  .pt-lg-9,
.py-lg-9 {
    padding-top: 2.25rem !important;
  }

  .pr-lg-9,
.px-lg-9 {
    padding-right: 2.25rem !important;
  }

  .pb-lg-9,
.py-lg-9 {
    padding-bottom: 2.25rem !important;
  }

  .pl-lg-9,
.px-lg-9 {
    padding-left: 2.25rem !important;
  }

  .p-lg-10 {
    padding: 2.5rem !important;
  }

  .pt-lg-10,
.py-lg-10 {
    padding-top: 2.5rem !important;
  }

  .pr-lg-10,
.px-lg-10 {
    padding-right: 2.5rem !important;
  }

  .pb-lg-10,
.py-lg-10 {
    padding-bottom: 2.5rem !important;
  }

  .pl-lg-10,
.px-lg-10 {
    padding-left: 2.5rem !important;
  }

  .p-lg-11 {
    padding: 2.75rem !important;
  }

  .pt-lg-11,
.py-lg-11 {
    padding-top: 2.75rem !important;
  }

  .pr-lg-11,
.px-lg-11 {
    padding-right: 2.75rem !important;
  }

  .pb-lg-11,
.py-lg-11 {
    padding-bottom: 2.75rem !important;
  }

  .pl-lg-11,
.px-lg-11 {
    padding-left: 2.75rem !important;
  }

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

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

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

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

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

  .p-lg-14 {
    padding: 3.5rem !important;
  }

  .pt-lg-14,
.py-lg-14 {
    padding-top: 3.5rem !important;
  }

  .pr-lg-14,
.px-lg-14 {
    padding-right: 3.5rem !important;
  }

  .pb-lg-14,
.py-lg-14 {
    padding-bottom: 3.5rem !important;
  }

  .pl-lg-14,
.px-lg-14 {
    padding-left: 3.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

  .p-lg-24 {
    padding: 6rem !important;
  }

  .pt-lg-24,
.py-lg-24 {
    padding-top: 6rem !important;
  }

  .pr-lg-24,
.px-lg-24 {
    padding-right: 6rem !important;
  }

  .pb-lg-24,
.py-lg-24 {
    padding-bottom: 6rem !important;
  }

  .pl-lg-24,
.px-lg-24 {
    padding-left: 6rem !important;
  }

  .p-lg-28 {
    padding: 7rem !important;
  }

  .pt-lg-28,
.py-lg-28 {
    padding-top: 7rem !important;
  }

  .pr-lg-28,
.px-lg-28 {
    padding-right: 7rem !important;
  }

  .pb-lg-28,
.py-lg-28 {
    padding-bottom: 7rem !important;
  }

  .pl-lg-28,
.px-lg-28 {
    padding-left: 7rem !important;
  }

  .p-lg-32 {
    padding: 8rem !important;
  }

  .pt-lg-32,
.py-lg-32 {
    padding-top: 8rem !important;
  }

  .pr-lg-32,
.px-lg-32 {
    padding-right: 8rem !important;
  }

  .pb-lg-32,
.py-lg-32 {
    padding-bottom: 8rem !important;
  }

  .pl-lg-32,
.px-lg-32 {
    padding-left: 8rem !important;
  }

  .p-lg-36 {
    padding: 9rem !important;
  }

  .pt-lg-36,
.py-lg-36 {
    padding-top: 9rem !important;
  }

  .pr-lg-36,
.px-lg-36 {
    padding-right: 9rem !important;
  }

  .pb-lg-36,
.py-lg-36 {
    padding-bottom: 9rem !important;
  }

  .pl-lg-36,
.px-lg-36 {
    padding-left: 9rem !important;
  }

  .p-lg-40 {
    padding: 10rem !important;
  }

  .pt-lg-40,
.py-lg-40 {
    padding-top: 10rem !important;
  }

  .pr-lg-40,
.px-lg-40 {
    padding-right: 10rem !important;
  }

  .pb-lg-40,
.py-lg-40 {
    padding-bottom: 10rem !important;
  }

  .pl-lg-40,
.px-lg-40 {
    padding-left: 10rem !important;
  }

  .p-lg-44 {
    padding: 11rem !important;
  }

  .pt-lg-44,
.py-lg-44 {
    padding-top: 11rem !important;
  }

  .pr-lg-44,
.px-lg-44 {
    padding-right: 11rem !important;
  }

  .pb-lg-44,
.py-lg-44 {
    padding-bottom: 11rem !important;
  }

  .pl-lg-44,
.px-lg-44 {
    padding-left: 11rem !important;
  }

  .p-lg-48 {
    padding: 12rem !important;
  }

  .pt-lg-48,
.py-lg-48 {
    padding-top: 12rem !important;
  }

  .pr-lg-48,
.px-lg-48 {
    padding-right: 12rem !important;
  }

  .pb-lg-48,
.py-lg-48 {
    padding-bottom: 12rem !important;
  }

  .pl-lg-48,
.px-lg-48 {
    padding-left: 12rem !important;
  }

  .p-lg-52 {
    padding: 13rem !important;
  }

  .pt-lg-52,
.py-lg-52 {
    padding-top: 13rem !important;
  }

  .pr-lg-52,
.px-lg-52 {
    padding-right: 13rem !important;
  }

  .pb-lg-52,
.py-lg-52 {
    padding-bottom: 13rem !important;
  }

  .pl-lg-52,
.px-lg-52 {
    padding-left: 13rem !important;
  }

  .p-lg-56 {
    padding: 14rem !important;
  }

  .pt-lg-56,
.py-lg-56 {
    padding-top: 14rem !important;
  }

  .pr-lg-56,
.px-lg-56 {
    padding-right: 14rem !important;
  }

  .pb-lg-56,
.py-lg-56 {
    padding-bottom: 14rem !important;
  }

  .pl-lg-56,
.px-lg-56 {
    padding-left: 14rem !important;
  }

  .p-lg-60 {
    padding: 15rem !important;
  }

  .pt-lg-60,
.py-lg-60 {
    padding-top: 15rem !important;
  }

  .pr-lg-60,
.px-lg-60 {
    padding-right: 15rem !important;
  }

  .pb-lg-60,
.py-lg-60 {
    padding-bottom: 15rem !important;
  }

  .pl-lg-60,
.px-lg-60 {
    padding-left: 15rem !important;
  }

  .p-lg-64 {
    padding: 16rem !important;
  }

  .pt-lg-64,
.py-lg-64 {
    padding-top: 16rem !important;
  }

  .pr-lg-64,
.px-lg-64 {
    padding-right: 16rem !important;
  }

  .pb-lg-64,
.py-lg-64 {
    padding-bottom: 16rem !important;
  }

  .pl-lg-64,
.px-lg-64 {
    padding-left: 16rem !important;
  }

  .p-lg-72 {
    padding: 18rem !important;
  }

  .pt-lg-72,
.py-lg-72 {
    padding-top: 18rem !important;
  }

  .pr-lg-72,
.px-lg-72 {
    padding-right: 18rem !important;
  }

  .pb-lg-72,
.py-lg-72 {
    padding-bottom: 18rem !important;
  }

  .pl-lg-72,
.px-lg-72 {
    padding-left: 18rem !important;
  }

  .p-lg-80 {
    padding: 20rem !important;
  }

  .pt-lg-80,
.py-lg-80 {
    padding-top: 20rem !important;
  }

  .pr-lg-80,
.px-lg-80 {
    padding-right: 20rem !important;
  }

  .pb-lg-80,
.py-lg-80 {
    padding-bottom: 20rem !important;
  }

  .pl-lg-80,
.px-lg-80 {
    padding-left: 20rem !important;
  }

  .p-lg-96 {
    padding: 24rem !important;
  }

  .pt-lg-96,
.py-lg-96 {
    padding-top: 24rem !important;
  }

  .pr-lg-96,
.px-lg-96 {
    padding-right: 24rem !important;
  }

  .pb-lg-96,
.py-lg-96 {
    padding-bottom: 24rem !important;
  }

  .pl-lg-96,
.px-lg-96 {
    padding-left: 24rem !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: -0.75rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-lg-n7 {
    margin: -1.75rem !important;
  }

  .mt-lg-n7,
.my-lg-n7 {
    margin-top: -1.75rem !important;
  }

  .mr-lg-n7,
.mx-lg-n7 {
    margin-right: -1.75rem !important;
  }

  .mb-lg-n7,
.my-lg-n7 {
    margin-bottom: -1.75rem !important;
  }

  .ml-lg-n7,
.mx-lg-n7 {
    margin-left: -1.75rem !important;
  }

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

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

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

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

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

  .m-lg-n9 {
    margin: -2.25rem !important;
  }

  .mt-lg-n9,
.my-lg-n9 {
    margin-top: -2.25rem !important;
  }

  .mr-lg-n9,
.mx-lg-n9 {
    margin-right: -2.25rem !important;
  }

  .mb-lg-n9,
.my-lg-n9 {
    margin-bottom: -2.25rem !important;
  }

  .ml-lg-n9,
.mx-lg-n9 {
    margin-left: -2.25rem !important;
  }

  .m-lg-n10 {
    margin: -2.5rem !important;
  }

  .mt-lg-n10,
.my-lg-n10 {
    margin-top: -2.5rem !important;
  }

  .mr-lg-n10,
.mx-lg-n10 {
    margin-right: -2.5rem !important;
  }

  .mb-lg-n10,
.my-lg-n10 {
    margin-bottom: -2.5rem !important;
  }

  .ml-lg-n10,
.mx-lg-n10 {
    margin-left: -2.5rem !important;
  }

  .m-lg-n11 {
    margin: -2.75rem !important;
  }

  .mt-lg-n11,
.my-lg-n11 {
    margin-top: -2.75rem !important;
  }

  .mr-lg-n11,
.mx-lg-n11 {
    margin-right: -2.75rem !important;
  }

  .mb-lg-n11,
.my-lg-n11 {
    margin-bottom: -2.75rem !important;
  }

  .ml-lg-n11,
.mx-lg-n11 {
    margin-left: -2.75rem !important;
  }

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

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

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

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

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

  .m-lg-n14 {
    margin: -3.5rem !important;
  }

  .mt-lg-n14,
.my-lg-n14 {
    margin-top: -3.5rem !important;
  }

  .mr-lg-n14,
.mx-lg-n14 {
    margin-right: -3.5rem !important;
  }

  .mb-lg-n14,
.my-lg-n14 {
    margin-bottom: -3.5rem !important;
  }

  .ml-lg-n14,
.mx-lg-n14 {
    margin-left: -3.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

  .m-lg-n24 {
    margin: -6rem !important;
  }

  .mt-lg-n24,
.my-lg-n24 {
    margin-top: -6rem !important;
  }

  .mr-lg-n24,
.mx-lg-n24 {
    margin-right: -6rem !important;
  }

  .mb-lg-n24,
.my-lg-n24 {
    margin-bottom: -6rem !important;
  }

  .ml-lg-n24,
.mx-lg-n24 {
    margin-left: -6rem !important;
  }

  .m-lg-n28 {
    margin: -7rem !important;
  }

  .mt-lg-n28,
.my-lg-n28 {
    margin-top: -7rem !important;
  }

  .mr-lg-n28,
.mx-lg-n28 {
    margin-right: -7rem !important;
  }

  .mb-lg-n28,
.my-lg-n28 {
    margin-bottom: -7rem !important;
  }

  .ml-lg-n28,
.mx-lg-n28 {
    margin-left: -7rem !important;
  }

  .m-lg-n32 {
    margin: -8rem !important;
  }

  .mt-lg-n32,
.my-lg-n32 {
    margin-top: -8rem !important;
  }

  .mr-lg-n32,
.mx-lg-n32 {
    margin-right: -8rem !important;
  }

  .mb-lg-n32,
.my-lg-n32 {
    margin-bottom: -8rem !important;
  }

  .ml-lg-n32,
.mx-lg-n32 {
    margin-left: -8rem !important;
  }

  .m-lg-n36 {
    margin: -9rem !important;
  }

  .mt-lg-n36,
.my-lg-n36 {
    margin-top: -9rem !important;
  }

  .mr-lg-n36,
.mx-lg-n36 {
    margin-right: -9rem !important;
  }

  .mb-lg-n36,
.my-lg-n36 {
    margin-bottom: -9rem !important;
  }

  .ml-lg-n36,
.mx-lg-n36 {
    margin-left: -9rem !important;
  }

  .m-lg-n40 {
    margin: -10rem !important;
  }

  .mt-lg-n40,
.my-lg-n40 {
    margin-top: -10rem !important;
  }

  .mr-lg-n40,
.mx-lg-n40 {
    margin-right: -10rem !important;
  }

  .mb-lg-n40,
.my-lg-n40 {
    margin-bottom: -10rem !important;
  }

  .ml-lg-n40,
.mx-lg-n40 {
    margin-left: -10rem !important;
  }

  .m-lg-n44 {
    margin: -11rem !important;
  }

  .mt-lg-n44,
.my-lg-n44 {
    margin-top: -11rem !important;
  }

  .mr-lg-n44,
.mx-lg-n44 {
    margin-right: -11rem !important;
  }

  .mb-lg-n44,
.my-lg-n44 {
    margin-bottom: -11rem !important;
  }

  .ml-lg-n44,
.mx-lg-n44 {
    margin-left: -11rem !important;
  }

  .m-lg-n48 {
    margin: -12rem !important;
  }

  .mt-lg-n48,
.my-lg-n48 {
    margin-top: -12rem !important;
  }

  .mr-lg-n48,
.mx-lg-n48 {
    margin-right: -12rem !important;
  }

  .mb-lg-n48,
.my-lg-n48 {
    margin-bottom: -12rem !important;
  }

  .ml-lg-n48,
.mx-lg-n48 {
    margin-left: -12rem !important;
  }

  .m-lg-n52 {
    margin: -13rem !important;
  }

  .mt-lg-n52,
.my-lg-n52 {
    margin-top: -13rem !important;
  }

  .mr-lg-n52,
.mx-lg-n52 {
    margin-right: -13rem !important;
  }

  .mb-lg-n52,
.my-lg-n52 {
    margin-bottom: -13rem !important;
  }

  .ml-lg-n52,
.mx-lg-n52 {
    margin-left: -13rem !important;
  }

  .m-lg-n56 {
    margin: -14rem !important;
  }

  .mt-lg-n56,
.my-lg-n56 {
    margin-top: -14rem !important;
  }

  .mr-lg-n56,
.mx-lg-n56 {
    margin-right: -14rem !important;
  }

  .mb-lg-n56,
.my-lg-n56 {
    margin-bottom: -14rem !important;
  }

  .ml-lg-n56,
.mx-lg-n56 {
    margin-left: -14rem !important;
  }

  .m-lg-n60 {
    margin: -15rem !important;
  }

  .mt-lg-n60,
.my-lg-n60 {
    margin-top: -15rem !important;
  }

  .mr-lg-n60,
.mx-lg-n60 {
    margin-right: -15rem !important;
  }

  .mb-lg-n60,
.my-lg-n60 {
    margin-bottom: -15rem !important;
  }

  .ml-lg-n60,
.mx-lg-n60 {
    margin-left: -15rem !important;
  }

  .m-lg-n64 {
    margin: -16rem !important;
  }

  .mt-lg-n64,
.my-lg-n64 {
    margin-top: -16rem !important;
  }

  .mr-lg-n64,
.mx-lg-n64 {
    margin-right: -16rem !important;
  }

  .mb-lg-n64,
.my-lg-n64 {
    margin-bottom: -16rem !important;
  }

  .ml-lg-n64,
.mx-lg-n64 {
    margin-left: -16rem !important;
  }

  .m-lg-n72 {
    margin: -18rem !important;
  }

  .mt-lg-n72,
.my-lg-n72 {
    margin-top: -18rem !important;
  }

  .mr-lg-n72,
.mx-lg-n72 {
    margin-right: -18rem !important;
  }

  .mb-lg-n72,
.my-lg-n72 {
    margin-bottom: -18rem !important;
  }

  .ml-lg-n72,
.mx-lg-n72 {
    margin-left: -18rem !important;
  }

  .m-lg-n80 {
    margin: -20rem !important;
  }

  .mt-lg-n80,
.my-lg-n80 {
    margin-top: -20rem !important;
  }

  .mr-lg-n80,
.mx-lg-n80 {
    margin-right: -20rem !important;
  }

  .mb-lg-n80,
.my-lg-n80 {
    margin-bottom: -20rem !important;
  }

  .ml-lg-n80,
.mx-lg-n80 {
    margin-left: -20rem !important;
  }

  .m-lg-n96 {
    margin: -24rem !important;
  }

  .mt-lg-n96,
.my-lg-n96 {
    margin-top: -24rem !important;
  }

  .mr-lg-n96,
.mx-lg-n96 {
    margin-right: -24rem !important;
  }

  .mb-lg-n96,
.my-lg-n96 {
    margin-bottom: -24rem !important;
  }

  .ml-lg-n96,
.mx-lg-n96 {
    margin-left: -24rem !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: 0.75rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-xl-7 {
    margin: 1.75rem !important;
  }

  .mt-xl-7,
.my-xl-7 {
    margin-top: 1.75rem !important;
  }

  .mr-xl-7,
.mx-xl-7 {
    margin-right: 1.75rem !important;
  }

  .mb-xl-7,
.my-xl-7 {
    margin-bottom: 1.75rem !important;
  }

  .ml-xl-7,
.mx-xl-7 {
    margin-left: 1.75rem !important;
  }

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

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

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

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

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

  .m-xl-9 {
    margin: 2.25rem !important;
  }

  .mt-xl-9,
.my-xl-9 {
    margin-top: 2.25rem !important;
  }

  .mr-xl-9,
.mx-xl-9 {
    margin-right: 2.25rem !important;
  }

  .mb-xl-9,
.my-xl-9 {
    margin-bottom: 2.25rem !important;
  }

  .ml-xl-9,
.mx-xl-9 {
    margin-left: 2.25rem !important;
  }

  .m-xl-10 {
    margin: 2.5rem !important;
  }

  .mt-xl-10,
.my-xl-10 {
    margin-top: 2.5rem !important;
  }

  .mr-xl-10,
.mx-xl-10 {
    margin-right: 2.5rem !important;
  }

  .mb-xl-10,
.my-xl-10 {
    margin-bottom: 2.5rem !important;
  }

  .ml-xl-10,
.mx-xl-10 {
    margin-left: 2.5rem !important;
  }

  .m-xl-11 {
    margin: 2.75rem !important;
  }

  .mt-xl-11,
.my-xl-11 {
    margin-top: 2.75rem !important;
  }

  .mr-xl-11,
.mx-xl-11 {
    margin-right: 2.75rem !important;
  }

  .mb-xl-11,
.my-xl-11 {
    margin-bottom: 2.75rem !important;
  }

  .ml-xl-11,
.mx-xl-11 {
    margin-left: 2.75rem !important;
  }

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

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

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

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

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

  .m-xl-14 {
    margin: 3.5rem !important;
  }

  .mt-xl-14,
.my-xl-14 {
    margin-top: 3.5rem !important;
  }

  .mr-xl-14,
.mx-xl-14 {
    margin-right: 3.5rem !important;
  }

  .mb-xl-14,
.my-xl-14 {
    margin-bottom: 3.5rem !important;
  }

  .ml-xl-14,
.mx-xl-14 {
    margin-left: 3.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

  .m-xl-24 {
    margin: 6rem !important;
  }

  .mt-xl-24,
.my-xl-24 {
    margin-top: 6rem !important;
  }

  .mr-xl-24,
.mx-xl-24 {
    margin-right: 6rem !important;
  }

  .mb-xl-24,
.my-xl-24 {
    margin-bottom: 6rem !important;
  }

  .ml-xl-24,
.mx-xl-24 {
    margin-left: 6rem !important;
  }

  .m-xl-28 {
    margin: 7rem !important;
  }

  .mt-xl-28,
.my-xl-28 {
    margin-top: 7rem !important;
  }

  .mr-xl-28,
.mx-xl-28 {
    margin-right: 7rem !important;
  }

  .mb-xl-28,
.my-xl-28 {
    margin-bottom: 7rem !important;
  }

  .ml-xl-28,
.mx-xl-28 {
    margin-left: 7rem !important;
  }

  .m-xl-32 {
    margin: 8rem !important;
  }

  .mt-xl-32,
.my-xl-32 {
    margin-top: 8rem !important;
  }

  .mr-xl-32,
.mx-xl-32 {
    margin-right: 8rem !important;
  }

  .mb-xl-32,
.my-xl-32 {
    margin-bottom: 8rem !important;
  }

  .ml-xl-32,
.mx-xl-32 {
    margin-left: 8rem !important;
  }

  .m-xl-36 {
    margin: 9rem !important;
  }

  .mt-xl-36,
.my-xl-36 {
    margin-top: 9rem !important;
  }

  .mr-xl-36,
.mx-xl-36 {
    margin-right: 9rem !important;
  }

  .mb-xl-36,
.my-xl-36 {
    margin-bottom: 9rem !important;
  }

  .ml-xl-36,
.mx-xl-36 {
    margin-left: 9rem !important;
  }

  .m-xl-40 {
    margin: 10rem !important;
  }

  .mt-xl-40,
.my-xl-40 {
    margin-top: 10rem !important;
  }

  .mr-xl-40,
.mx-xl-40 {
    margin-right: 10rem !important;
  }

  .mb-xl-40,
.my-xl-40 {
    margin-bottom: 10rem !important;
  }

  .ml-xl-40,
.mx-xl-40 {
    margin-left: 10rem !important;
  }

  .m-xl-44 {
    margin: 11rem !important;
  }

  .mt-xl-44,
.my-xl-44 {
    margin-top: 11rem !important;
  }

  .mr-xl-44,
.mx-xl-44 {
    margin-right: 11rem !important;
  }

  .mb-xl-44,
.my-xl-44 {
    margin-bottom: 11rem !important;
  }

  .ml-xl-44,
.mx-xl-44 {
    margin-left: 11rem !important;
  }

  .m-xl-48 {
    margin: 12rem !important;
  }

  .mt-xl-48,
.my-xl-48 {
    margin-top: 12rem !important;
  }

  .mr-xl-48,
.mx-xl-48 {
    margin-right: 12rem !important;
  }

  .mb-xl-48,
.my-xl-48 {
    margin-bottom: 12rem !important;
  }

  .ml-xl-48,
.mx-xl-48 {
    margin-left: 12rem !important;
  }

  .m-xl-52 {
    margin: 13rem !important;
  }

  .mt-xl-52,
.my-xl-52 {
    margin-top: 13rem !important;
  }

  .mr-xl-52,
.mx-xl-52 {
    margin-right: 13rem !important;
  }

  .mb-xl-52,
.my-xl-52 {
    margin-bottom: 13rem !important;
  }

  .ml-xl-52,
.mx-xl-52 {
    margin-left: 13rem !important;
  }

  .m-xl-56 {
    margin: 14rem !important;
  }

  .mt-xl-56,
.my-xl-56 {
    margin-top: 14rem !important;
  }

  .mr-xl-56,
.mx-xl-56 {
    margin-right: 14rem !important;
  }

  .mb-xl-56,
.my-xl-56 {
    margin-bottom: 14rem !important;
  }

  .ml-xl-56,
.mx-xl-56 {
    margin-left: 14rem !important;
  }

  .m-xl-60 {
    margin: 15rem !important;
  }

  .mt-xl-60,
.my-xl-60 {
    margin-top: 15rem !important;
  }

  .mr-xl-60,
.mx-xl-60 {
    margin-right: 15rem !important;
  }

  .mb-xl-60,
.my-xl-60 {
    margin-bottom: 15rem !important;
  }

  .ml-xl-60,
.mx-xl-60 {
    margin-left: 15rem !important;
  }

  .m-xl-64 {
    margin: 16rem !important;
  }

  .mt-xl-64,
.my-xl-64 {
    margin-top: 16rem !important;
  }

  .mr-xl-64,
.mx-xl-64 {
    margin-right: 16rem !important;
  }

  .mb-xl-64,
.my-xl-64 {
    margin-bottom: 16rem !important;
  }

  .ml-xl-64,
.mx-xl-64 {
    margin-left: 16rem !important;
  }

  .m-xl-72 {
    margin: 18rem !important;
  }

  .mt-xl-72,
.my-xl-72 {
    margin-top: 18rem !important;
  }

  .mr-xl-72,
.mx-xl-72 {
    margin-right: 18rem !important;
  }

  .mb-xl-72,
.my-xl-72 {
    margin-bottom: 18rem !important;
  }

  .ml-xl-72,
.mx-xl-72 {
    margin-left: 18rem !important;
  }

  .m-xl-80 {
    margin: 20rem !important;
  }

  .mt-xl-80,
.my-xl-80 {
    margin-top: 20rem !important;
  }

  .mr-xl-80,
.mx-xl-80 {
    margin-right: 20rem !important;
  }

  .mb-xl-80,
.my-xl-80 {
    margin-bottom: 20rem !important;
  }

  .ml-xl-80,
.mx-xl-80 {
    margin-left: 20rem !important;
  }

  .m-xl-96 {
    margin: 24rem !important;
  }

  .mt-xl-96,
.my-xl-96 {
    margin-top: 24rem !important;
  }

  .mr-xl-96,
.mx-xl-96 {
    margin-right: 24rem !important;
  }

  .mb-xl-96,
.my-xl-96 {
    margin-bottom: 24rem !important;
  }

  .ml-xl-96,
.mx-xl-96 {
    margin-left: 24rem !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: 0.75rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-xl-7 {
    padding: 1.75rem !important;
  }

  .pt-xl-7,
.py-xl-7 {
    padding-top: 1.75rem !important;
  }

  .pr-xl-7,
.px-xl-7 {
    padding-right: 1.75rem !important;
  }

  .pb-xl-7,
.py-xl-7 {
    padding-bottom: 1.75rem !important;
  }

  .pl-xl-7,
.px-xl-7 {
    padding-left: 1.75rem !important;
  }

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

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

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

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

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

  .p-xl-9 {
    padding: 2.25rem !important;
  }

  .pt-xl-9,
.py-xl-9 {
    padding-top: 2.25rem !important;
  }

  .pr-xl-9,
.px-xl-9 {
    padding-right: 2.25rem !important;
  }

  .pb-xl-9,
.py-xl-9 {
    padding-bottom: 2.25rem !important;
  }

  .pl-xl-9,
.px-xl-9 {
    padding-left: 2.25rem !important;
  }

  .p-xl-10 {
    padding: 2.5rem !important;
  }

  .pt-xl-10,
.py-xl-10 {
    padding-top: 2.5rem !important;
  }

  .pr-xl-10,
.px-xl-10 {
    padding-right: 2.5rem !important;
  }

  .pb-xl-10,
.py-xl-10 {
    padding-bottom: 2.5rem !important;
  }

  .pl-xl-10,
.px-xl-10 {
    padding-left: 2.5rem !important;
  }

  .p-xl-11 {
    padding: 2.75rem !important;
  }

  .pt-xl-11,
.py-xl-11 {
    padding-top: 2.75rem !important;
  }

  .pr-xl-11,
.px-xl-11 {
    padding-right: 2.75rem !important;
  }

  .pb-xl-11,
.py-xl-11 {
    padding-bottom: 2.75rem !important;
  }

  .pl-xl-11,
.px-xl-11 {
    padding-left: 2.75rem !important;
  }

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

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

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

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

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

  .p-xl-14 {
    padding: 3.5rem !important;
  }

  .pt-xl-14,
.py-xl-14 {
    padding-top: 3.5rem !important;
  }

  .pr-xl-14,
.px-xl-14 {
    padding-right: 3.5rem !important;
  }

  .pb-xl-14,
.py-xl-14 {
    padding-bottom: 3.5rem !important;
  }

  .pl-xl-14,
.px-xl-14 {
    padding-left: 3.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

  .p-xl-24 {
    padding: 6rem !important;
  }

  .pt-xl-24,
.py-xl-24 {
    padding-top: 6rem !important;
  }

  .pr-xl-24,
.px-xl-24 {
    padding-right: 6rem !important;
  }

  .pb-xl-24,
.py-xl-24 {
    padding-bottom: 6rem !important;
  }

  .pl-xl-24,
.px-xl-24 {
    padding-left: 6rem !important;
  }

  .p-xl-28 {
    padding: 7rem !important;
  }

  .pt-xl-28,
.py-xl-28 {
    padding-top: 7rem !important;
  }

  .pr-xl-28,
.px-xl-28 {
    padding-right: 7rem !important;
  }

  .pb-xl-28,
.py-xl-28 {
    padding-bottom: 7rem !important;
  }

  .pl-xl-28,
.px-xl-28 {
    padding-left: 7rem !important;
  }

  .p-xl-32 {
    padding: 8rem !important;
  }

  .pt-xl-32,
.py-xl-32 {
    padding-top: 8rem !important;
  }

  .pr-xl-32,
.px-xl-32 {
    padding-right: 8rem !important;
  }

  .pb-xl-32,
.py-xl-32 {
    padding-bottom: 8rem !important;
  }

  .pl-xl-32,
.px-xl-32 {
    padding-left: 8rem !important;
  }

  .p-xl-36 {
    padding: 9rem !important;
  }

  .pt-xl-36,
.py-xl-36 {
    padding-top: 9rem !important;
  }

  .pr-xl-36,
.px-xl-36 {
    padding-right: 9rem !important;
  }

  .pb-xl-36,
.py-xl-36 {
    padding-bottom: 9rem !important;
  }

  .pl-xl-36,
.px-xl-36 {
    padding-left: 9rem !important;
  }

  .p-xl-40 {
    padding: 10rem !important;
  }

  .pt-xl-40,
.py-xl-40 {
    padding-top: 10rem !important;
  }

  .pr-xl-40,
.px-xl-40 {
    padding-right: 10rem !important;
  }

  .pb-xl-40,
.py-xl-40 {
    padding-bottom: 10rem !important;
  }

  .pl-xl-40,
.px-xl-40 {
    padding-left: 10rem !important;
  }

  .p-xl-44 {
    padding: 11rem !important;
  }

  .pt-xl-44,
.py-xl-44 {
    padding-top: 11rem !important;
  }

  .pr-xl-44,
.px-xl-44 {
    padding-right: 11rem !important;
  }

  .pb-xl-44,
.py-xl-44 {
    padding-bottom: 11rem !important;
  }

  .pl-xl-44,
.px-xl-44 {
    padding-left: 11rem !important;
  }

  .p-xl-48 {
    padding: 12rem !important;
  }

  .pt-xl-48,
.py-xl-48 {
    padding-top: 12rem !important;
  }

  .pr-xl-48,
.px-xl-48 {
    padding-right: 12rem !important;
  }

  .pb-xl-48,
.py-xl-48 {
    padding-bottom: 12rem !important;
  }

  .pl-xl-48,
.px-xl-48 {
    padding-left: 12rem !important;
  }

  .p-xl-52 {
    padding: 13rem !important;
  }

  .pt-xl-52,
.py-xl-52 {
    padding-top: 13rem !important;
  }

  .pr-xl-52,
.px-xl-52 {
    padding-right: 13rem !important;
  }

  .pb-xl-52,
.py-xl-52 {
    padding-bottom: 13rem !important;
  }

  .pl-xl-52,
.px-xl-52 {
    padding-left: 13rem !important;
  }

  .p-xl-56 {
    padding: 14rem !important;
  }

  .pt-xl-56,
.py-xl-56 {
    padding-top: 14rem !important;
  }

  .pr-xl-56,
.px-xl-56 {
    padding-right: 14rem !important;
  }

  .pb-xl-56,
.py-xl-56 {
    padding-bottom: 14rem !important;
  }

  .pl-xl-56,
.px-xl-56 {
    padding-left: 14rem !important;
  }

  .p-xl-60 {
    padding: 15rem !important;
  }

  .pt-xl-60,
.py-xl-60 {
    padding-top: 15rem !important;
  }

  .pr-xl-60,
.px-xl-60 {
    padding-right: 15rem !important;
  }

  .pb-xl-60,
.py-xl-60 {
    padding-bottom: 15rem !important;
  }

  .pl-xl-60,
.px-xl-60 {
    padding-left: 15rem !important;
  }

  .p-xl-64 {
    padding: 16rem !important;
  }

  .pt-xl-64,
.py-xl-64 {
    padding-top: 16rem !important;
  }

  .pr-xl-64,
.px-xl-64 {
    padding-right: 16rem !important;
  }

  .pb-xl-64,
.py-xl-64 {
    padding-bottom: 16rem !important;
  }

  .pl-xl-64,
.px-xl-64 {
    padding-left: 16rem !important;
  }

  .p-xl-72 {
    padding: 18rem !important;
  }

  .pt-xl-72,
.py-xl-72 {
    padding-top: 18rem !important;
  }

  .pr-xl-72,
.px-xl-72 {
    padding-right: 18rem !important;
  }

  .pb-xl-72,
.py-xl-72 {
    padding-bottom: 18rem !important;
  }

  .pl-xl-72,
.px-xl-72 {
    padding-left: 18rem !important;
  }

  .p-xl-80 {
    padding: 20rem !important;
  }

  .pt-xl-80,
.py-xl-80 {
    padding-top: 20rem !important;
  }

  .pr-xl-80,
.px-xl-80 {
    padding-right: 20rem !important;
  }

  .pb-xl-80,
.py-xl-80 {
    padding-bottom: 20rem !important;
  }

  .pl-xl-80,
.px-xl-80 {
    padding-left: 20rem !important;
  }

  .p-xl-96 {
    padding: 24rem !important;
  }

  .pt-xl-96,
.py-xl-96 {
    padding-top: 24rem !important;
  }

  .pr-xl-96,
.px-xl-96 {
    padding-right: 24rem !important;
  }

  .pb-xl-96,
.py-xl-96 {
    padding-bottom: 24rem !important;
  }

  .pl-xl-96,
.px-xl-96 {
    padding-left: 24rem !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: -0.75rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-xl-n7 {
    margin: -1.75rem !important;
  }

  .mt-xl-n7,
.my-xl-n7 {
    margin-top: -1.75rem !important;
  }

  .mr-xl-n7,
.mx-xl-n7 {
    margin-right: -1.75rem !important;
  }

  .mb-xl-n7,
.my-xl-n7 {
    margin-bottom: -1.75rem !important;
  }

  .ml-xl-n7,
.mx-xl-n7 {
    margin-left: -1.75rem !important;
  }

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

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

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

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

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

  .m-xl-n9 {
    margin: -2.25rem !important;
  }

  .mt-xl-n9,
.my-xl-n9 {
    margin-top: -2.25rem !important;
  }

  .mr-xl-n9,
.mx-xl-n9 {
    margin-right: -2.25rem !important;
  }

  .mb-xl-n9,
.my-xl-n9 {
    margin-bottom: -2.25rem !important;
  }

  .ml-xl-n9,
.mx-xl-n9 {
    margin-left: -2.25rem !important;
  }

  .m-xl-n10 {
    margin: -2.5rem !important;
  }

  .mt-xl-n10,
.my-xl-n10 {
    margin-top: -2.5rem !important;
  }

  .mr-xl-n10,
.mx-xl-n10 {
    margin-right: -2.5rem !important;
  }

  .mb-xl-n10,
.my-xl-n10 {
    margin-bottom: -2.5rem !important;
  }

  .ml-xl-n10,
.mx-xl-n10 {
    margin-left: -2.5rem !important;
  }

  .m-xl-n11 {
    margin: -2.75rem !important;
  }

  .mt-xl-n11,
.my-xl-n11 {
    margin-top: -2.75rem !important;
  }

  .mr-xl-n11,
.mx-xl-n11 {
    margin-right: -2.75rem !important;
  }

  .mb-xl-n11,
.my-xl-n11 {
    margin-bottom: -2.75rem !important;
  }

  .ml-xl-n11,
.mx-xl-n11 {
    margin-left: -2.75rem !important;
  }

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

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

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

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

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

  .m-xl-n14 {
    margin: -3.5rem !important;
  }

  .mt-xl-n14,
.my-xl-n14 {
    margin-top: -3.5rem !important;
  }

  .mr-xl-n14,
.mx-xl-n14 {
    margin-right: -3.5rem !important;
  }

  .mb-xl-n14,
.my-xl-n14 {
    margin-bottom: -3.5rem !important;
  }

  .ml-xl-n14,
.mx-xl-n14 {
    margin-left: -3.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

  .m-xl-n24 {
    margin: -6rem !important;
  }

  .mt-xl-n24,
.my-xl-n24 {
    margin-top: -6rem !important;
  }

  .mr-xl-n24,
.mx-xl-n24 {
    margin-right: -6rem !important;
  }

  .mb-xl-n24,
.my-xl-n24 {
    margin-bottom: -6rem !important;
  }

  .ml-xl-n24,
.mx-xl-n24 {
    margin-left: -6rem !important;
  }

  .m-xl-n28 {
    margin: -7rem !important;
  }

  .mt-xl-n28,
.my-xl-n28 {
    margin-top: -7rem !important;
  }

  .mr-xl-n28,
.mx-xl-n28 {
    margin-right: -7rem !important;
  }

  .mb-xl-n28,
.my-xl-n28 {
    margin-bottom: -7rem !important;
  }

  .ml-xl-n28,
.mx-xl-n28 {
    margin-left: -7rem !important;
  }

  .m-xl-n32 {
    margin: -8rem !important;
  }

  .mt-xl-n32,
.my-xl-n32 {
    margin-top: -8rem !important;
  }

  .mr-xl-n32,
.mx-xl-n32 {
    margin-right: -8rem !important;
  }

  .mb-xl-n32,
.my-xl-n32 {
    margin-bottom: -8rem !important;
  }

  .ml-xl-n32,
.mx-xl-n32 {
    margin-left: -8rem !important;
  }

  .m-xl-n36 {
    margin: -9rem !important;
  }

  .mt-xl-n36,
.my-xl-n36 {
    margin-top: -9rem !important;
  }

  .mr-xl-n36,
.mx-xl-n36 {
    margin-right: -9rem !important;
  }

  .mb-xl-n36,
.my-xl-n36 {
    margin-bottom: -9rem !important;
  }

  .ml-xl-n36,
.mx-xl-n36 {
    margin-left: -9rem !important;
  }

  .m-xl-n40 {
    margin: -10rem !important;
  }

  .mt-xl-n40,
.my-xl-n40 {
    margin-top: -10rem !important;
  }

  .mr-xl-n40,
.mx-xl-n40 {
    margin-right: -10rem !important;
  }

  .mb-xl-n40,
.my-xl-n40 {
    margin-bottom: -10rem !important;
  }

  .ml-xl-n40,
.mx-xl-n40 {
    margin-left: -10rem !important;
  }

  .m-xl-n44 {
    margin: -11rem !important;
  }

  .mt-xl-n44,
.my-xl-n44 {
    margin-top: -11rem !important;
  }

  .mr-xl-n44,
.mx-xl-n44 {
    margin-right: -11rem !important;
  }

  .mb-xl-n44,
.my-xl-n44 {
    margin-bottom: -11rem !important;
  }

  .ml-xl-n44,
.mx-xl-n44 {
    margin-left: -11rem !important;
  }

  .m-xl-n48 {
    margin: -12rem !important;
  }

  .mt-xl-n48,
.my-xl-n48 {
    margin-top: -12rem !important;
  }

  .mr-xl-n48,
.mx-xl-n48 {
    margin-right: -12rem !important;
  }

  .mb-xl-n48,
.my-xl-n48 {
    margin-bottom: -12rem !important;
  }

  .ml-xl-n48,
.mx-xl-n48 {
    margin-left: -12rem !important;
  }

  .m-xl-n52 {
    margin: -13rem !important;
  }

  .mt-xl-n52,
.my-xl-n52 {
    margin-top: -13rem !important;
  }

  .mr-xl-n52,
.mx-xl-n52 {
    margin-right: -13rem !important;
  }

  .mb-xl-n52,
.my-xl-n52 {
    margin-bottom: -13rem !important;
  }

  .ml-xl-n52,
.mx-xl-n52 {
    margin-left: -13rem !important;
  }

  .m-xl-n56 {
    margin: -14rem !important;
  }

  .mt-xl-n56,
.my-xl-n56 {
    margin-top: -14rem !important;
  }

  .mr-xl-n56,
.mx-xl-n56 {
    margin-right: -14rem !important;
  }

  .mb-xl-n56,
.my-xl-n56 {
    margin-bottom: -14rem !important;
  }

  .ml-xl-n56,
.mx-xl-n56 {
    margin-left: -14rem !important;
  }

  .m-xl-n60 {
    margin: -15rem !important;
  }

  .mt-xl-n60,
.my-xl-n60 {
    margin-top: -15rem !important;
  }

  .mr-xl-n60,
.mx-xl-n60 {
    margin-right: -15rem !important;
  }

  .mb-xl-n60,
.my-xl-n60 {
    margin-bottom: -15rem !important;
  }

  .ml-xl-n60,
.mx-xl-n60 {
    margin-left: -15rem !important;
  }

  .m-xl-n64 {
    margin: -16rem !important;
  }

  .mt-xl-n64,
.my-xl-n64 {
    margin-top: -16rem !important;
  }

  .mr-xl-n64,
.mx-xl-n64 {
    margin-right: -16rem !important;
  }

  .mb-xl-n64,
.my-xl-n64 {
    margin-bottom: -16rem !important;
  }

  .ml-xl-n64,
.mx-xl-n64 {
    margin-left: -16rem !important;
  }

  .m-xl-n72 {
    margin: -18rem !important;
  }

  .mt-xl-n72,
.my-xl-n72 {
    margin-top: -18rem !important;
  }

  .mr-xl-n72,
.mx-xl-n72 {
    margin-right: -18rem !important;
  }

  .mb-xl-n72,
.my-xl-n72 {
    margin-bottom: -18rem !important;
  }

  .ml-xl-n72,
.mx-xl-n72 {
    margin-left: -18rem !important;
  }

  .m-xl-n80 {
    margin: -20rem !important;
  }

  .mt-xl-n80,
.my-xl-n80 {
    margin-top: -20rem !important;
  }

  .mr-xl-n80,
.mx-xl-n80 {
    margin-right: -20rem !important;
  }

  .mb-xl-n80,
.my-xl-n80 {
    margin-bottom: -20rem !important;
  }

  .ml-xl-n80,
.mx-xl-n80 {
    margin-left: -20rem !important;
  }

  .m-xl-n96 {
    margin: -24rem !important;
  }

  .mt-xl-n96,
.my-xl-n96 {
    margin-top: -24rem !important;
  }

  .mr-xl-n96,
.mx-xl-n96 {
    margin-right: -24rem !important;
  }

  .mb-xl-n96,
.my-xl-n96 {
    margin-bottom: -24rem !important;
  }

  .ml-xl-n96,
.mx-xl-n96 {
    margin-left: -24rem !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;
  }
}
@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-xxl-7 {
    margin: 1.75rem !important;
  }

  .mt-xxl-7,
.my-xxl-7 {
    margin-top: 1.75rem !important;
  }

  .mr-xxl-7,
.mx-xxl-7 {
    margin-right: 1.75rem !important;
  }

  .mb-xxl-7,
.my-xxl-7 {
    margin-bottom: 1.75rem !important;
  }

  .ml-xxl-7,
.mx-xxl-7 {
    margin-left: 1.75rem !important;
  }

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

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

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

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

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

  .m-xxl-9 {
    margin: 2.25rem !important;
  }

  .mt-xxl-9,
.my-xxl-9 {
    margin-top: 2.25rem !important;
  }

  .mr-xxl-9,
.mx-xxl-9 {
    margin-right: 2.25rem !important;
  }

  .mb-xxl-9,
.my-xxl-9 {
    margin-bottom: 2.25rem !important;
  }

  .ml-xxl-9,
.mx-xxl-9 {
    margin-left: 2.25rem !important;
  }

  .m-xxl-10 {
    margin: 2.5rem !important;
  }

  .mt-xxl-10,
.my-xxl-10 {
    margin-top: 2.5rem !important;
  }

  .mr-xxl-10,
.mx-xxl-10 {
    margin-right: 2.5rem !important;
  }

  .mb-xxl-10,
.my-xxl-10 {
    margin-bottom: 2.5rem !important;
  }

  .ml-xxl-10,
.mx-xxl-10 {
    margin-left: 2.5rem !important;
  }

  .m-xxl-11 {
    margin: 2.75rem !important;
  }

  .mt-xxl-11,
.my-xxl-11 {
    margin-top: 2.75rem !important;
  }

  .mr-xxl-11,
.mx-xxl-11 {
    margin-right: 2.75rem !important;
  }

  .mb-xxl-11,
.my-xxl-11 {
    margin-bottom: 2.75rem !important;
  }

  .ml-xxl-11,
.mx-xxl-11 {
    margin-left: 2.75rem !important;
  }

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

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

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

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

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

  .m-xxl-14 {
    margin: 3.5rem !important;
  }

  .mt-xxl-14,
.my-xxl-14 {
    margin-top: 3.5rem !important;
  }

  .mr-xxl-14,
.mx-xxl-14 {
    margin-right: 3.5rem !important;
  }

  .mb-xxl-14,
.my-xxl-14 {
    margin-bottom: 3.5rem !important;
  }

  .ml-xxl-14,
.mx-xxl-14 {
    margin-left: 3.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

  .m-xxl-24 {
    margin: 6rem !important;
  }

  .mt-xxl-24,
.my-xxl-24 {
    margin-top: 6rem !important;
  }

  .mr-xxl-24,
.mx-xxl-24 {
    margin-right: 6rem !important;
  }

  .mb-xxl-24,
.my-xxl-24 {
    margin-bottom: 6rem !important;
  }

  .ml-xxl-24,
.mx-xxl-24 {
    margin-left: 6rem !important;
  }

  .m-xxl-28 {
    margin: 7rem !important;
  }

  .mt-xxl-28,
.my-xxl-28 {
    margin-top: 7rem !important;
  }

  .mr-xxl-28,
.mx-xxl-28 {
    margin-right: 7rem !important;
  }

  .mb-xxl-28,
.my-xxl-28 {
    margin-bottom: 7rem !important;
  }

  .ml-xxl-28,
.mx-xxl-28 {
    margin-left: 7rem !important;
  }

  .m-xxl-32 {
    margin: 8rem !important;
  }

  .mt-xxl-32,
.my-xxl-32 {
    margin-top: 8rem !important;
  }

  .mr-xxl-32,
.mx-xxl-32 {
    margin-right: 8rem !important;
  }

  .mb-xxl-32,
.my-xxl-32 {
    margin-bottom: 8rem !important;
  }

  .ml-xxl-32,
.mx-xxl-32 {
    margin-left: 8rem !important;
  }

  .m-xxl-36 {
    margin: 9rem !important;
  }

  .mt-xxl-36,
.my-xxl-36 {
    margin-top: 9rem !important;
  }

  .mr-xxl-36,
.mx-xxl-36 {
    margin-right: 9rem !important;
  }

  .mb-xxl-36,
.my-xxl-36 {
    margin-bottom: 9rem !important;
  }

  .ml-xxl-36,
.mx-xxl-36 {
    margin-left: 9rem !important;
  }

  .m-xxl-40 {
    margin: 10rem !important;
  }

  .mt-xxl-40,
.my-xxl-40 {
    margin-top: 10rem !important;
  }

  .mr-xxl-40,
.mx-xxl-40 {
    margin-right: 10rem !important;
  }

  .mb-xxl-40,
.my-xxl-40 {
    margin-bottom: 10rem !important;
  }

  .ml-xxl-40,
.mx-xxl-40 {
    margin-left: 10rem !important;
  }

  .m-xxl-44 {
    margin: 11rem !important;
  }

  .mt-xxl-44,
.my-xxl-44 {
    margin-top: 11rem !important;
  }

  .mr-xxl-44,
.mx-xxl-44 {
    margin-right: 11rem !important;
  }

  .mb-xxl-44,
.my-xxl-44 {
    margin-bottom: 11rem !important;
  }

  .ml-xxl-44,
.mx-xxl-44 {
    margin-left: 11rem !important;
  }

  .m-xxl-48 {
    margin: 12rem !important;
  }

  .mt-xxl-48,
.my-xxl-48 {
    margin-top: 12rem !important;
  }

  .mr-xxl-48,
.mx-xxl-48 {
    margin-right: 12rem !important;
  }

  .mb-xxl-48,
.my-xxl-48 {
    margin-bottom: 12rem !important;
  }

  .ml-xxl-48,
.mx-xxl-48 {
    margin-left: 12rem !important;
  }

  .m-xxl-52 {
    margin: 13rem !important;
  }

  .mt-xxl-52,
.my-xxl-52 {
    margin-top: 13rem !important;
  }

  .mr-xxl-52,
.mx-xxl-52 {
    margin-right: 13rem !important;
  }

  .mb-xxl-52,
.my-xxl-52 {
    margin-bottom: 13rem !important;
  }

  .ml-xxl-52,
.mx-xxl-52 {
    margin-left: 13rem !important;
  }

  .m-xxl-56 {
    margin: 14rem !important;
  }

  .mt-xxl-56,
.my-xxl-56 {
    margin-top: 14rem !important;
  }

  .mr-xxl-56,
.mx-xxl-56 {
    margin-right: 14rem !important;
  }

  .mb-xxl-56,
.my-xxl-56 {
    margin-bottom: 14rem !important;
  }

  .ml-xxl-56,
.mx-xxl-56 {
    margin-left: 14rem !important;
  }

  .m-xxl-60 {
    margin: 15rem !important;
  }

  .mt-xxl-60,
.my-xxl-60 {
    margin-top: 15rem !important;
  }

  .mr-xxl-60,
.mx-xxl-60 {
    margin-right: 15rem !important;
  }

  .mb-xxl-60,
.my-xxl-60 {
    margin-bottom: 15rem !important;
  }

  .ml-xxl-60,
.mx-xxl-60 {
    margin-left: 15rem !important;
  }

  .m-xxl-64 {
    margin: 16rem !important;
  }

  .mt-xxl-64,
.my-xxl-64 {
    margin-top: 16rem !important;
  }

  .mr-xxl-64,
.mx-xxl-64 {
    margin-right: 16rem !important;
  }

  .mb-xxl-64,
.my-xxl-64 {
    margin-bottom: 16rem !important;
  }

  .ml-xxl-64,
.mx-xxl-64 {
    margin-left: 16rem !important;
  }

  .m-xxl-72 {
    margin: 18rem !important;
  }

  .mt-xxl-72,
.my-xxl-72 {
    margin-top: 18rem !important;
  }

  .mr-xxl-72,
.mx-xxl-72 {
    margin-right: 18rem !important;
  }

  .mb-xxl-72,
.my-xxl-72 {
    margin-bottom: 18rem !important;
  }

  .ml-xxl-72,
.mx-xxl-72 {
    margin-left: 18rem !important;
  }

  .m-xxl-80 {
    margin: 20rem !important;
  }

  .mt-xxl-80,
.my-xxl-80 {
    margin-top: 20rem !important;
  }

  .mr-xxl-80,
.mx-xxl-80 {
    margin-right: 20rem !important;
  }

  .mb-xxl-80,
.my-xxl-80 {
    margin-bottom: 20rem !important;
  }

  .ml-xxl-80,
.mx-xxl-80 {
    margin-left: 20rem !important;
  }

  .m-xxl-96 {
    margin: 24rem !important;
  }

  .mt-xxl-96,
.my-xxl-96 {
    margin-top: 24rem !important;
  }

  .mr-xxl-96,
.mx-xxl-96 {
    margin-right: 24rem !important;
  }

  .mb-xxl-96,
.my-xxl-96 {
    margin-bottom: 24rem !important;
  }

  .ml-xxl-96,
.mx-xxl-96 {
    margin-left: 24rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-xxl-7 {
    padding: 1.75rem !important;
  }

  .pt-xxl-7,
.py-xxl-7 {
    padding-top: 1.75rem !important;
  }

  .pr-xxl-7,
.px-xxl-7 {
    padding-right: 1.75rem !important;
  }

  .pb-xxl-7,
.py-xxl-7 {
    padding-bottom: 1.75rem !important;
  }

  .pl-xxl-7,
.px-xxl-7 {
    padding-left: 1.75rem !important;
  }

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

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

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

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

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

  .p-xxl-9 {
    padding: 2.25rem !important;
  }

  .pt-xxl-9,
.py-xxl-9 {
    padding-top: 2.25rem !important;
  }

  .pr-xxl-9,
.px-xxl-9 {
    padding-right: 2.25rem !important;
  }

  .pb-xxl-9,
.py-xxl-9 {
    padding-bottom: 2.25rem !important;
  }

  .pl-xxl-9,
.px-xxl-9 {
    padding-left: 2.25rem !important;
  }

  .p-xxl-10 {
    padding: 2.5rem !important;
  }

  .pt-xxl-10,
.py-xxl-10 {
    padding-top: 2.5rem !important;
  }

  .pr-xxl-10,
.px-xxl-10 {
    padding-right: 2.5rem !important;
  }

  .pb-xxl-10,
.py-xxl-10 {
    padding-bottom: 2.5rem !important;
  }

  .pl-xxl-10,
.px-xxl-10 {
    padding-left: 2.5rem !important;
  }

  .p-xxl-11 {
    padding: 2.75rem !important;
  }

  .pt-xxl-11,
.py-xxl-11 {
    padding-top: 2.75rem !important;
  }

  .pr-xxl-11,
.px-xxl-11 {
    padding-right: 2.75rem !important;
  }

  .pb-xxl-11,
.py-xxl-11 {
    padding-bottom: 2.75rem !important;
  }

  .pl-xxl-11,
.px-xxl-11 {
    padding-left: 2.75rem !important;
  }

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

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

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

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

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

  .p-xxl-14 {
    padding: 3.5rem !important;
  }

  .pt-xxl-14,
.py-xxl-14 {
    padding-top: 3.5rem !important;
  }

  .pr-xxl-14,
.px-xxl-14 {
    padding-right: 3.5rem !important;
  }

  .pb-xxl-14,
.py-xxl-14 {
    padding-bottom: 3.5rem !important;
  }

  .pl-xxl-14,
.px-xxl-14 {
    padding-left: 3.5rem !important;
  }

  .p-xxl-16 {
    padding: 4rem !important;
  }

  .pt-xxl-16,
.py-xxl-16 {
    padding-top: 4rem !important;
  }

  .pr-xxl-16,
.px-xxl-16 {
    padding-right: 4rem !important;
  }

  .pb-xxl-16,
.py-xxl-16 {
    padding-bottom: 4rem !important;
  }

  .pl-xxl-16,
.px-xxl-16 {
    padding-left: 4rem !important;
  }

  .p-xxl-20 {
    padding: 5rem !important;
  }

  .pt-xxl-20,
.py-xxl-20 {
    padding-top: 5rem !important;
  }

  .pr-xxl-20,
.px-xxl-20 {
    padding-right: 5rem !important;
  }

  .pb-xxl-20,
.py-xxl-20 {
    padding-bottom: 5rem !important;
  }

  .pl-xxl-20,
.px-xxl-20 {
    padding-left: 5rem !important;
  }

  .p-xxl-24 {
    padding: 6rem !important;
  }

  .pt-xxl-24,
.py-xxl-24 {
    padding-top: 6rem !important;
  }

  .pr-xxl-24,
.px-xxl-24 {
    padding-right: 6rem !important;
  }

  .pb-xxl-24,
.py-xxl-24 {
    padding-bottom: 6rem !important;
  }

  .pl-xxl-24,
.px-xxl-24 {
    padding-left: 6rem !important;
  }

  .p-xxl-28 {
    padding: 7rem !important;
  }

  .pt-xxl-28,
.py-xxl-28 {
    padding-top: 7rem !important;
  }

  .pr-xxl-28,
.px-xxl-28 {
    padding-right: 7rem !important;
  }

  .pb-xxl-28,
.py-xxl-28 {
    padding-bottom: 7rem !important;
  }

  .pl-xxl-28,
.px-xxl-28 {
    padding-left: 7rem !important;
  }

  .p-xxl-32 {
    padding: 8rem !important;
  }

  .pt-xxl-32,
.py-xxl-32 {
    padding-top: 8rem !important;
  }

  .pr-xxl-32,
.px-xxl-32 {
    padding-right: 8rem !important;
  }

  .pb-xxl-32,
.py-xxl-32 {
    padding-bottom: 8rem !important;
  }

  .pl-xxl-32,
.px-xxl-32 {
    padding-left: 8rem !important;
  }

  .p-xxl-36 {
    padding: 9rem !important;
  }

  .pt-xxl-36,
.py-xxl-36 {
    padding-top: 9rem !important;
  }

  .pr-xxl-36,
.px-xxl-36 {
    padding-right: 9rem !important;
  }

  .pb-xxl-36,
.py-xxl-36 {
    padding-bottom: 9rem !important;
  }

  .pl-xxl-36,
.px-xxl-36 {
    padding-left: 9rem !important;
  }

  .p-xxl-40 {
    padding: 10rem !important;
  }

  .pt-xxl-40,
.py-xxl-40 {
    padding-top: 10rem !important;
  }

  .pr-xxl-40,
.px-xxl-40 {
    padding-right: 10rem !important;
  }

  .pb-xxl-40,
.py-xxl-40 {
    padding-bottom: 10rem !important;
  }

  .pl-xxl-40,
.px-xxl-40 {
    padding-left: 10rem !important;
  }

  .p-xxl-44 {
    padding: 11rem !important;
  }

  .pt-xxl-44,
.py-xxl-44 {
    padding-top: 11rem !important;
  }

  .pr-xxl-44,
.px-xxl-44 {
    padding-right: 11rem !important;
  }

  .pb-xxl-44,
.py-xxl-44 {
    padding-bottom: 11rem !important;
  }

  .pl-xxl-44,
.px-xxl-44 {
    padding-left: 11rem !important;
  }

  .p-xxl-48 {
    padding: 12rem !important;
  }

  .pt-xxl-48,
.py-xxl-48 {
    padding-top: 12rem !important;
  }

  .pr-xxl-48,
.px-xxl-48 {
    padding-right: 12rem !important;
  }

  .pb-xxl-48,
.py-xxl-48 {
    padding-bottom: 12rem !important;
  }

  .pl-xxl-48,
.px-xxl-48 {
    padding-left: 12rem !important;
  }

  .p-xxl-52 {
    padding: 13rem !important;
  }

  .pt-xxl-52,
.py-xxl-52 {
    padding-top: 13rem !important;
  }

  .pr-xxl-52,
.px-xxl-52 {
    padding-right: 13rem !important;
  }

  .pb-xxl-52,
.py-xxl-52 {
    padding-bottom: 13rem !important;
  }

  .pl-xxl-52,
.px-xxl-52 {
    padding-left: 13rem !important;
  }

  .p-xxl-56 {
    padding: 14rem !important;
  }

  .pt-xxl-56,
.py-xxl-56 {
    padding-top: 14rem !important;
  }

  .pr-xxl-56,
.px-xxl-56 {
    padding-right: 14rem !important;
  }

  .pb-xxl-56,
.py-xxl-56 {
    padding-bottom: 14rem !important;
  }

  .pl-xxl-56,
.px-xxl-56 {
    padding-left: 14rem !important;
  }

  .p-xxl-60 {
    padding: 15rem !important;
  }

  .pt-xxl-60,
.py-xxl-60 {
    padding-top: 15rem !important;
  }

  .pr-xxl-60,
.px-xxl-60 {
    padding-right: 15rem !important;
  }

  .pb-xxl-60,
.py-xxl-60 {
    padding-bottom: 15rem !important;
  }

  .pl-xxl-60,
.px-xxl-60 {
    padding-left: 15rem !important;
  }

  .p-xxl-64 {
    padding: 16rem !important;
  }

  .pt-xxl-64,
.py-xxl-64 {
    padding-top: 16rem !important;
  }

  .pr-xxl-64,
.px-xxl-64 {
    padding-right: 16rem !important;
  }

  .pb-xxl-64,
.py-xxl-64 {
    padding-bottom: 16rem !important;
  }

  .pl-xxl-64,
.px-xxl-64 {
    padding-left: 16rem !important;
  }

  .p-xxl-72 {
    padding: 18rem !important;
  }

  .pt-xxl-72,
.py-xxl-72 {
    padding-top: 18rem !important;
  }

  .pr-xxl-72,
.px-xxl-72 {
    padding-right: 18rem !important;
  }

  .pb-xxl-72,
.py-xxl-72 {
    padding-bottom: 18rem !important;
  }

  .pl-xxl-72,
.px-xxl-72 {
    padding-left: 18rem !important;
  }

  .p-xxl-80 {
    padding: 20rem !important;
  }

  .pt-xxl-80,
.py-xxl-80 {
    padding-top: 20rem !important;
  }

  .pr-xxl-80,
.px-xxl-80 {
    padding-right: 20rem !important;
  }

  .pb-xxl-80,
.py-xxl-80 {
    padding-bottom: 20rem !important;
  }

  .pl-xxl-80,
.px-xxl-80 {
    padding-left: 20rem !important;
  }

  .p-xxl-96 {
    padding: 24rem !important;
  }

  .pt-xxl-96,
.py-xxl-96 {
    padding-top: 24rem !important;
  }

  .pr-xxl-96,
.px-xxl-96 {
    padding-right: 24rem !important;
  }

  .pb-xxl-96,
.py-xxl-96 {
    padding-bottom: 24rem !important;
  }

  .pl-xxl-96,
.px-xxl-96 {
    padding-left: 24rem !important;
  }

  .m-xxl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xxl-n1,
.my-xxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xxl-n1,
.mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xxl-n1,
.my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xxl-n1,
.mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xxl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xxl-n2,
.my-xxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xxl-n2,
.mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xxl-n2,
.my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xxl-n2,
.mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xxl-n3 {
    margin: -0.75rem !important;
  }

  .mt-xxl-n3,
.my-xxl-n3 {
    margin-top: -0.75rem !important;
  }

  .mr-xxl-n3,
.mx-xxl-n3 {
    margin-right: -0.75rem !important;
  }

  .mb-xxl-n3,
.my-xxl-n3 {
    margin-bottom: -0.75rem !important;
  }

  .ml-xxl-n3,
.mx-xxl-n3 {
    margin-left: -0.75rem !important;
  }

  .m-xxl-n4 {
    margin: -1rem !important;
  }

  .mt-xxl-n4,
.my-xxl-n4 {
    margin-top: -1rem !important;
  }

  .mr-xxl-n4,
.mx-xxl-n4 {
    margin-right: -1rem !important;
  }

  .mb-xxl-n4,
.my-xxl-n4 {
    margin-bottom: -1rem !important;
  }

  .ml-xxl-n4,
.mx-xxl-n4 {
    margin-left: -1rem !important;
  }

  .m-xxl-n5 {
    margin: -1.25rem !important;
  }

  .mt-xxl-n5,
.my-xxl-n5 {
    margin-top: -1.25rem !important;
  }

  .mr-xxl-n5,
.mx-xxl-n5 {
    margin-right: -1.25rem !important;
  }

  .mb-xxl-n5,
.my-xxl-n5 {
    margin-bottom: -1.25rem !important;
  }

  .ml-xxl-n5,
.mx-xxl-n5 {
    margin-left: -1.25rem !important;
  }

  .m-xxl-n6 {
    margin: -1.5rem !important;
  }

  .mt-xxl-n6,
.my-xxl-n6 {
    margin-top: -1.5rem !important;
  }

  .mr-xxl-n6,
.mx-xxl-n6 {
    margin-right: -1.5rem !important;
  }

  .mb-xxl-n6,
.my-xxl-n6 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xxl-n6,
.mx-xxl-n6 {
    margin-left: -1.5rem !important;
  }

  .m-xxl-n7 {
    margin: -1.75rem !important;
  }

  .mt-xxl-n7,
.my-xxl-n7 {
    margin-top: -1.75rem !important;
  }

  .mr-xxl-n7,
.mx-xxl-n7 {
    margin-right: -1.75rem !important;
  }

  .mb-xxl-n7,
.my-xxl-n7 {
    margin-bottom: -1.75rem !important;
  }

  .ml-xxl-n7,
.mx-xxl-n7 {
    margin-left: -1.75rem !important;
  }

  .m-xxl-n8 {
    margin: -2rem !important;
  }

  .mt-xxl-n8,
.my-xxl-n8 {
    margin-top: -2rem !important;
  }

  .mr-xxl-n8,
.mx-xxl-n8 {
    margin-right: -2rem !important;
  }

  .mb-xxl-n8,
.my-xxl-n8 {
    margin-bottom: -2rem !important;
  }

  .ml-xxl-n8,
.mx-xxl-n8 {
    margin-left: -2rem !important;
  }

  .m-xxl-n9 {
    margin: -2.25rem !important;
  }

  .mt-xxl-n9,
.my-xxl-n9 {
    margin-top: -2.25rem !important;
  }

  .mr-xxl-n9,
.mx-xxl-n9 {
    margin-right: -2.25rem !important;
  }

  .mb-xxl-n9,
.my-xxl-n9 {
    margin-bottom: -2.25rem !important;
  }

  .ml-xxl-n9,
.mx-xxl-n9 {
    margin-left: -2.25rem !important;
  }

  .m-xxl-n10 {
    margin: -2.5rem !important;
  }

  .mt-xxl-n10,
.my-xxl-n10 {
    margin-top: -2.5rem !important;
  }

  .mr-xxl-n10,
.mx-xxl-n10 {
    margin-right: -2.5rem !important;
  }

  .mb-xxl-n10,
.my-xxl-n10 {
    margin-bottom: -2.5rem !important;
  }

  .ml-xxl-n10,
.mx-xxl-n10 {
    margin-left: -2.5rem !important;
  }

  .m-xxl-n11 {
    margin: -2.75rem !important;
  }

  .mt-xxl-n11,
.my-xxl-n11 {
    margin-top: -2.75rem !important;
  }

  .mr-xxl-n11,
.mx-xxl-n11 {
    margin-right: -2.75rem !important;
  }

  .mb-xxl-n11,
.my-xxl-n11 {
    margin-bottom: -2.75rem !important;
  }

  .ml-xxl-n11,
.mx-xxl-n11 {
    margin-left: -2.75rem !important;
  }

  .m-xxl-n12 {
    margin: -3rem !important;
  }

  .mt-xxl-n12,
.my-xxl-n12 {
    margin-top: -3rem !important;
  }

  .mr-xxl-n12,
.mx-xxl-n12 {
    margin-right: -3rem !important;
  }

  .mb-xxl-n12,
.my-xxl-n12 {
    margin-bottom: -3rem !important;
  }

  .ml-xxl-n12,
.mx-xxl-n12 {
    margin-left: -3rem !important;
  }

  .m-xxl-n14 {
    margin: -3.5rem !important;
  }

  .mt-xxl-n14,
.my-xxl-n14 {
    margin-top: -3.5rem !important;
  }

  .mr-xxl-n14,
.mx-xxl-n14 {
    margin-right: -3.5rem !important;
  }

  .mb-xxl-n14,
.my-xxl-n14 {
    margin-bottom: -3.5rem !important;
  }

  .ml-xxl-n14,
.mx-xxl-n14 {
    margin-left: -3.5rem !important;
  }

  .m-xxl-n16 {
    margin: -4rem !important;
  }

  .mt-xxl-n16,
.my-xxl-n16 {
    margin-top: -4rem !important;
  }

  .mr-xxl-n16,
.mx-xxl-n16 {
    margin-right: -4rem !important;
  }

  .mb-xxl-n16,
.my-xxl-n16 {
    margin-bottom: -4rem !important;
  }

  .ml-xxl-n16,
.mx-xxl-n16 {
    margin-left: -4rem !important;
  }

  .m-xxl-n20 {
    margin: -5rem !important;
  }

  .mt-xxl-n20,
.my-xxl-n20 {
    margin-top: -5rem !important;
  }

  .mr-xxl-n20,
.mx-xxl-n20 {
    margin-right: -5rem !important;
  }

  .mb-xxl-n20,
.my-xxl-n20 {
    margin-bottom: -5rem !important;
  }

  .ml-xxl-n20,
.mx-xxl-n20 {
    margin-left: -5rem !important;
  }

  .m-xxl-n24 {
    margin: -6rem !important;
  }

  .mt-xxl-n24,
.my-xxl-n24 {
    margin-top: -6rem !important;
  }

  .mr-xxl-n24,
.mx-xxl-n24 {
    margin-right: -6rem !important;
  }

  .mb-xxl-n24,
.my-xxl-n24 {
    margin-bottom: -6rem !important;
  }

  .ml-xxl-n24,
.mx-xxl-n24 {
    margin-left: -6rem !important;
  }

  .m-xxl-n28 {
    margin: -7rem !important;
  }

  .mt-xxl-n28,
.my-xxl-n28 {
    margin-top: -7rem !important;
  }

  .mr-xxl-n28,
.mx-xxl-n28 {
    margin-right: -7rem !important;
  }

  .mb-xxl-n28,
.my-xxl-n28 {
    margin-bottom: -7rem !important;
  }

  .ml-xxl-n28,
.mx-xxl-n28 {
    margin-left: -7rem !important;
  }

  .m-xxl-n32 {
    margin: -8rem !important;
  }

  .mt-xxl-n32,
.my-xxl-n32 {
    margin-top: -8rem !important;
  }

  .mr-xxl-n32,
.mx-xxl-n32 {
    margin-right: -8rem !important;
  }

  .mb-xxl-n32,
.my-xxl-n32 {
    margin-bottom: -8rem !important;
  }

  .ml-xxl-n32,
.mx-xxl-n32 {
    margin-left: -8rem !important;
  }

  .m-xxl-n36 {
    margin: -9rem !important;
  }

  .mt-xxl-n36,
.my-xxl-n36 {
    margin-top: -9rem !important;
  }

  .mr-xxl-n36,
.mx-xxl-n36 {
    margin-right: -9rem !important;
  }

  .mb-xxl-n36,
.my-xxl-n36 {
    margin-bottom: -9rem !important;
  }

  .ml-xxl-n36,
.mx-xxl-n36 {
    margin-left: -9rem !important;
  }

  .m-xxl-n40 {
    margin: -10rem !important;
  }

  .mt-xxl-n40,
.my-xxl-n40 {
    margin-top: -10rem !important;
  }

  .mr-xxl-n40,
.mx-xxl-n40 {
    margin-right: -10rem !important;
  }

  .mb-xxl-n40,
.my-xxl-n40 {
    margin-bottom: -10rem !important;
  }

  .ml-xxl-n40,
.mx-xxl-n40 {
    margin-left: -10rem !important;
  }

  .m-xxl-n44 {
    margin: -11rem !important;
  }

  .mt-xxl-n44,
.my-xxl-n44 {
    margin-top: -11rem !important;
  }

  .mr-xxl-n44,
.mx-xxl-n44 {
    margin-right: -11rem !important;
  }

  .mb-xxl-n44,
.my-xxl-n44 {
    margin-bottom: -11rem !important;
  }

  .ml-xxl-n44,
.mx-xxl-n44 {
    margin-left: -11rem !important;
  }

  .m-xxl-n48 {
    margin: -12rem !important;
  }

  .mt-xxl-n48,
.my-xxl-n48 {
    margin-top: -12rem !important;
  }

  .mr-xxl-n48,
.mx-xxl-n48 {
    margin-right: -12rem !important;
  }

  .mb-xxl-n48,
.my-xxl-n48 {
    margin-bottom: -12rem !important;
  }

  .ml-xxl-n48,
.mx-xxl-n48 {
    margin-left: -12rem !important;
  }

  .m-xxl-n52 {
    margin: -13rem !important;
  }

  .mt-xxl-n52,
.my-xxl-n52 {
    margin-top: -13rem !important;
  }

  .mr-xxl-n52,
.mx-xxl-n52 {
    margin-right: -13rem !important;
  }

  .mb-xxl-n52,
.my-xxl-n52 {
    margin-bottom: -13rem !important;
  }

  .ml-xxl-n52,
.mx-xxl-n52 {
    margin-left: -13rem !important;
  }

  .m-xxl-n56 {
    margin: -14rem !important;
  }

  .mt-xxl-n56,
.my-xxl-n56 {
    margin-top: -14rem !important;
  }

  .mr-xxl-n56,
.mx-xxl-n56 {
    margin-right: -14rem !important;
  }

  .mb-xxl-n56,
.my-xxl-n56 {
    margin-bottom: -14rem !important;
  }

  .ml-xxl-n56,
.mx-xxl-n56 {
    margin-left: -14rem !important;
  }

  .m-xxl-n60 {
    margin: -15rem !important;
  }

  .mt-xxl-n60,
.my-xxl-n60 {
    margin-top: -15rem !important;
  }

  .mr-xxl-n60,
.mx-xxl-n60 {
    margin-right: -15rem !important;
  }

  .mb-xxl-n60,
.my-xxl-n60 {
    margin-bottom: -15rem !important;
  }

  .ml-xxl-n60,
.mx-xxl-n60 {
    margin-left: -15rem !important;
  }

  .m-xxl-n64 {
    margin: -16rem !important;
  }

  .mt-xxl-n64,
.my-xxl-n64 {
    margin-top: -16rem !important;
  }

  .mr-xxl-n64,
.mx-xxl-n64 {
    margin-right: -16rem !important;
  }

  .mb-xxl-n64,
.my-xxl-n64 {
    margin-bottom: -16rem !important;
  }

  .ml-xxl-n64,
.mx-xxl-n64 {
    margin-left: -16rem !important;
  }

  .m-xxl-n72 {
    margin: -18rem !important;
  }

  .mt-xxl-n72,
.my-xxl-n72 {
    margin-top: -18rem !important;
  }

  .mr-xxl-n72,
.mx-xxl-n72 {
    margin-right: -18rem !important;
  }

  .mb-xxl-n72,
.my-xxl-n72 {
    margin-bottom: -18rem !important;
  }

  .ml-xxl-n72,
.mx-xxl-n72 {
    margin-left: -18rem !important;
  }

  .m-xxl-n80 {
    margin: -20rem !important;
  }

  .mt-xxl-n80,
.my-xxl-n80 {
    margin-top: -20rem !important;
  }

  .mr-xxl-n80,
.mx-xxl-n80 {
    margin-right: -20rem !important;
  }

  .mb-xxl-n80,
.my-xxl-n80 {
    margin-bottom: -20rem !important;
  }

  .ml-xxl-n80,
.mx-xxl-n80 {
    margin-left: -20rem !important;
  }

  .m-xxl-n96 {
    margin: -24rem !important;
  }

  .mt-xxl-n96,
.my-xxl-n96 {
    margin-top: -24rem !important;
  }

  .mr-xxl-n96,
.mx-xxl-n96 {
    margin-right: -24rem !important;
  }

  .mb-xxl-n96,
.my-xxl-n96 {
    margin-bottom: -24rem !important;
  }

  .ml-xxl-n96,
.mx-xxl-n96 {
    margin-left: -24rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mt-xxl-auto,
.my-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-auto,
.mx-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-auto,
.my-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-auto,
.mx-xxl-auto {
    margin-left: auto !important;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -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 (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xxl-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%;
}

.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;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@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;
        align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@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;
        align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@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;
        align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@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;
        align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1400px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    -ms-flex-item-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;
  }
}
@media (min-width: 1400px) {
  .float-xxl-left {
    float: left !important;
  }

  .float-xxl-right {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only, .screen-reader-text, .a11y-aof__link, .a11y-aof__header {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .screen-reader-text:active, .sr-only-focusable:focus, .screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.mt-3,
.my-3 {
  margin-top: 0.75rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 0.75rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 0.75rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1rem !important;
}

.m-5 {
  margin: 1.25rem !important;
}

.mt-5,
.my-5 {
  margin-top: 1.25rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 1.25rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 1.25rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 1.25rem !important;
}

.m-6 {
  margin: 1.5rem !important;
}

.mt-6,
.my-6 {
  margin-top: 1.5rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 1.5rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 1.5rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 1.5rem !important;
}

.m-7 {
  margin: 1.75rem !important;
}

.mt-7,
.my-7 {
  margin-top: 1.75rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 1.75rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 1.75rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 1.75rem !important;
}

.m-8 {
  margin: 2rem !important;
}

.mt-8,
.my-8 {
  margin-top: 2rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 2rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 2rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 2rem !important;
}

.m-9 {
  margin: 2.25rem !important;
}

.mt-9,
.my-9 {
  margin-top: 2.25rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 2.25rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 2.25rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 2.25rem !important;
}

.m-10 {
  margin: 2.5rem !important;
}

.mt-10,
.my-10 {
  margin-top: 2.5rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 2.5rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 2.5rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 2.5rem !important;
}

.m-11 {
  margin: 2.75rem !important;
}

.mt-11,
.my-11 {
  margin-top: 2.75rem !important;
}

.mr-11,
.mx-11 {
  margin-right: 2.75rem !important;
}

.mb-11,
.my-11 {
  margin-bottom: 2.75rem !important;
}

.ml-11,
.mx-11 {
  margin-left: 2.75rem !important;
}

.m-12 {
  margin: 3rem !important;
}

.mt-12,
.my-12 {
  margin-top: 3rem !important;
}

.mr-12,
.mx-12 {
  margin-right: 3rem !important;
}

.mb-12,
.my-12 {
  margin-bottom: 3rem !important;
}

.ml-12,
.mx-12 {
  margin-left: 3rem !important;
}

.m-14 {
  margin: 3.5rem !important;
}

.mt-14,
.my-14 {
  margin-top: 3.5rem !important;
}

.mr-14,
.mx-14 {
  margin-right: 3.5rem !important;
}

.mb-14,
.my-14 {
  margin-bottom: 3.5rem !important;
}

.ml-14,
.mx-14 {
  margin-left: 3.5rem !important;
}

.m-16 {
  margin: 4rem !important;
}

.mt-16,
.my-16 {
  margin-top: 4rem !important;
}

.mr-16,
.mx-16 {
  margin-right: 4rem !important;
}

.mb-16,
.my-16 {
  margin-bottom: 4rem !important;
}

.ml-16,
.mx-16 {
  margin-left: 4rem !important;
}

.m-20 {
  margin: 5rem !important;
}

.mt-20,
.my-20 {
  margin-top: 5rem !important;
}

.mr-20,
.mx-20 {
  margin-right: 5rem !important;
}

.mb-20,
.my-20 {
  margin-bottom: 5rem !important;
}

.ml-20,
.mx-20 {
  margin-left: 5rem !important;
}

.m-24 {
  margin: 6rem !important;
}

.mt-24,
.my-24 {
  margin-top: 6rem !important;
}

.mr-24,
.mx-24 {
  margin-right: 6rem !important;
}

.mb-24,
.my-24 {
  margin-bottom: 6rem !important;
}

.ml-24,
.mx-24 {
  margin-left: 6rem !important;
}

.m-28 {
  margin: 7rem !important;
}

.mt-28,
.my-28 {
  margin-top: 7rem !important;
}

.mr-28,
.mx-28 {
  margin-right: 7rem !important;
}

.mb-28,
.my-28 {
  margin-bottom: 7rem !important;
}

.ml-28,
.mx-28 {
  margin-left: 7rem !important;
}

.m-32 {
  margin: 8rem !important;
}

.mt-32,
.my-32 {
  margin-top: 8rem !important;
}

.mr-32,
.mx-32 {
  margin-right: 8rem !important;
}

.mb-32,
.my-32 {
  margin-bottom: 8rem !important;
}

.ml-32,
.mx-32 {
  margin-left: 8rem !important;
}

.m-36 {
  margin: 9rem !important;
}

.mt-36,
.my-36 {
  margin-top: 9rem !important;
}

.mr-36,
.mx-36 {
  margin-right: 9rem !important;
}

.mb-36,
.my-36 {
  margin-bottom: 9rem !important;
}

.ml-36,
.mx-36 {
  margin-left: 9rem !important;
}

.m-40 {
  margin: 10rem !important;
}

.mt-40,
.my-40 {
  margin-top: 10rem !important;
}

.mr-40,
.mx-40 {
  margin-right: 10rem !important;
}

.mb-40,
.my-40 {
  margin-bottom: 10rem !important;
}

.ml-40,
.mx-40 {
  margin-left: 10rem !important;
}

.m-44 {
  margin: 11rem !important;
}

.mt-44,
.my-44 {
  margin-top: 11rem !important;
}

.mr-44,
.mx-44 {
  margin-right: 11rem !important;
}

.mb-44,
.my-44 {
  margin-bottom: 11rem !important;
}

.ml-44,
.mx-44 {
  margin-left: 11rem !important;
}

.m-48 {
  margin: 12rem !important;
}

.mt-48,
.my-48 {
  margin-top: 12rem !important;
}

.mr-48,
.mx-48 {
  margin-right: 12rem !important;
}

.mb-48,
.my-48 {
  margin-bottom: 12rem !important;
}

.ml-48,
.mx-48 {
  margin-left: 12rem !important;
}

.m-52 {
  margin: 13rem !important;
}

.mt-52,
.my-52 {
  margin-top: 13rem !important;
}

.mr-52,
.mx-52 {
  margin-right: 13rem !important;
}

.mb-52,
.my-52 {
  margin-bottom: 13rem !important;
}

.ml-52,
.mx-52 {
  margin-left: 13rem !important;
}

.m-56 {
  margin: 14rem !important;
}

.mt-56,
.my-56 {
  margin-top: 14rem !important;
}

.mr-56,
.mx-56 {
  margin-right: 14rem !important;
}

.mb-56,
.my-56 {
  margin-bottom: 14rem !important;
}

.ml-56,
.mx-56 {
  margin-left: 14rem !important;
}

.m-60 {
  margin: 15rem !important;
}

.mt-60,
.my-60 {
  margin-top: 15rem !important;
}

.mr-60,
.mx-60 {
  margin-right: 15rem !important;
}

.mb-60,
.my-60 {
  margin-bottom: 15rem !important;
}

.ml-60,
.mx-60 {
  margin-left: 15rem !important;
}

.m-64 {
  margin: 16rem !important;
}

.mt-64,
.my-64 {
  margin-top: 16rem !important;
}

.mr-64,
.mx-64 {
  margin-right: 16rem !important;
}

.mb-64,
.my-64 {
  margin-bottom: 16rem !important;
}

.ml-64,
.mx-64 {
  margin-left: 16rem !important;
}

.m-72 {
  margin: 18rem !important;
}

.mt-72,
.my-72 {
  margin-top: 18rem !important;
}

.mr-72,
.mx-72 {
  margin-right: 18rem !important;
}

.mb-72,
.my-72 {
  margin-bottom: 18rem !important;
}

.ml-72,
.mx-72 {
  margin-left: 18rem !important;
}

.m-80 {
  margin: 20rem !important;
}

.mt-80,
.my-80 {
  margin-top: 20rem !important;
}

.mr-80,
.mx-80 {
  margin-right: 20rem !important;
}

.mb-80,
.my-80 {
  margin-bottom: 20rem !important;
}

.ml-80,
.mx-80 {
  margin-left: 20rem !important;
}

.m-96 {
  margin: 24rem !important;
}

.mt-96,
.my-96 {
  margin-top: 24rem !important;
}

.mr-96,
.mx-96 {
  margin-right: 24rem !important;
}

.mb-96,
.my-96 {
  margin-bottom: 24rem !important;
}

.ml-96,
.mx-96 {
  margin-left: 24rem !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: 0.75rem !important;
}

.pt-3,
.py-3 {
  padding-top: 0.75rem !important;
}

.pr-3,
.px-3 {
  padding-right: 0.75rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 0.75rem !important;
}

.pl-3,
.px-3 {
  padding-left: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1rem !important;
}

.p-5 {
  padding: 1.25rem !important;
}

.pt-5,
.py-5 {
  padding-top: 1.25rem !important;
}

.pr-5,
.px-5 {
  padding-right: 1.25rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 1.25rem !important;
}

.pl-5,
.px-5 {
  padding-left: 1.25rem !important;
}

.p-6 {
  padding: 1.5rem !important;
}

.pt-6,
.py-6 {
  padding-top: 1.5rem !important;
}

.pr-6,
.px-6 {
  padding-right: 1.5rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 1.5rem !important;
}

.pl-6,
.px-6 {
  padding-left: 1.5rem !important;
}

.p-7 {
  padding: 1.75rem !important;
}

.pt-7,
.py-7 {
  padding-top: 1.75rem !important;
}

.pr-7,
.px-7 {
  padding-right: 1.75rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 1.75rem !important;
}

.pl-7,
.px-7 {
  padding-left: 1.75rem !important;
}

.p-8 {
  padding: 2rem !important;
}

.pt-8,
.py-8 {
  padding-top: 2rem !important;
}

.pr-8,
.px-8 {
  padding-right: 2rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 2rem !important;
}

.pl-8,
.px-8 {
  padding-left: 2rem !important;
}

.p-9 {
  padding: 2.25rem !important;
}

.pt-9,
.py-9 {
  padding-top: 2.25rem !important;
}

.pr-9,
.px-9 {
  padding-right: 2.25rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 2.25rem !important;
}

.pl-9,
.px-9 {
  padding-left: 2.25rem !important;
}

.p-10 {
  padding: 2.5rem !important;
}

.pt-10,
.py-10 {
  padding-top: 2.5rem !important;
}

.pr-10,
.px-10 {
  padding-right: 2.5rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 2.5rem !important;
}

.pl-10,
.px-10 {
  padding-left: 2.5rem !important;
}

.p-11 {
  padding: 2.75rem !important;
}

.pt-11,
.py-11 {
  padding-top: 2.75rem !important;
}

.pr-11,
.px-11 {
  padding-right: 2.75rem !important;
}

.pb-11,
.py-11 {
  padding-bottom: 2.75rem !important;
}

.pl-11,
.px-11 {
  padding-left: 2.75rem !important;
}

.p-12 {
  padding: 3rem !important;
}

.pt-12,
.py-12 {
  padding-top: 3rem !important;
}

.pr-12,
.px-12 {
  padding-right: 3rem !important;
}

.pb-12,
.py-12 {
  padding-bottom: 3rem !important;
}

.pl-12,
.px-12 {
  padding-left: 3rem !important;
}

.p-14 {
  padding: 3.5rem !important;
}

.pt-14,
.py-14 {
  padding-top: 3.5rem !important;
}

.pr-14,
.px-14 {
  padding-right: 3.5rem !important;
}

.pb-14,
.py-14 {
  padding-bottom: 3.5rem !important;
}

.pl-14,
.px-14 {
  padding-left: 3.5rem !important;
}

.p-16 {
  padding: 4rem !important;
}

.pt-16,
.py-16 {
  padding-top: 4rem !important;
}

.pr-16,
.px-16 {
  padding-right: 4rem !important;
}

.pb-16,
.py-16 {
  padding-bottom: 4rem !important;
}

.pl-16,
.px-16 {
  padding-left: 4rem !important;
}

.p-20 {
  padding: 5rem !important;
}

.pt-20,
.py-20 {
  padding-top: 5rem !important;
}

.pr-20,
.px-20 {
  padding-right: 5rem !important;
}

.pb-20,
.py-20 {
  padding-bottom: 5rem !important;
}

.pl-20,
.px-20 {
  padding-left: 5rem !important;
}

.p-24 {
  padding: 6rem !important;
}

.pt-24,
.py-24 {
  padding-top: 6rem !important;
}

.pr-24,
.px-24 {
  padding-right: 6rem !important;
}

.pb-24,
.py-24 {
  padding-bottom: 6rem !important;
}

.pl-24,
.px-24 {
  padding-left: 6rem !important;
}

.p-28 {
  padding: 7rem !important;
}

.pt-28,
.py-28 {
  padding-top: 7rem !important;
}

.pr-28,
.px-28 {
  padding-right: 7rem !important;
}

.pb-28,
.py-28 {
  padding-bottom: 7rem !important;
}

.pl-28,
.px-28 {
  padding-left: 7rem !important;
}

.p-32 {
  padding: 8rem !important;
}

.pt-32,
.py-32 {
  padding-top: 8rem !important;
}

.pr-32,
.px-32 {
  padding-right: 8rem !important;
}

.pb-32,
.py-32 {
  padding-bottom: 8rem !important;
}

.pl-32,
.px-32 {
  padding-left: 8rem !important;
}

.p-36 {
  padding: 9rem !important;
}

.pt-36,
.py-36 {
  padding-top: 9rem !important;
}

.pr-36,
.px-36 {
  padding-right: 9rem !important;
}

.pb-36,
.py-36 {
  padding-bottom: 9rem !important;
}

.pl-36,
.px-36 {
  padding-left: 9rem !important;
}

.p-40 {
  padding: 10rem !important;
}

.pt-40,
.py-40 {
  padding-top: 10rem !important;
}

.pr-40,
.px-40 {
  padding-right: 10rem !important;
}

.pb-40,
.py-40 {
  padding-bottom: 10rem !important;
}

.pl-40,
.px-40 {
  padding-left: 10rem !important;
}

.p-44 {
  padding: 11rem !important;
}

.pt-44,
.py-44 {
  padding-top: 11rem !important;
}

.pr-44,
.px-44 {
  padding-right: 11rem !important;
}

.pb-44,
.py-44 {
  padding-bottom: 11rem !important;
}

.pl-44,
.px-44 {
  padding-left: 11rem !important;
}

.p-48 {
  padding: 12rem !important;
}

.pt-48,
.py-48 {
  padding-top: 12rem !important;
}

.pr-48,
.px-48 {
  padding-right: 12rem !important;
}

.pb-48,
.py-48 {
  padding-bottom: 12rem !important;
}

.pl-48,
.px-48 {
  padding-left: 12rem !important;
}

.p-52 {
  padding: 13rem !important;
}

.pt-52,
.py-52 {
  padding-top: 13rem !important;
}

.pr-52,
.px-52 {
  padding-right: 13rem !important;
}

.pb-52,
.py-52 {
  padding-bottom: 13rem !important;
}

.pl-52,
.px-52 {
  padding-left: 13rem !important;
}

.p-56 {
  padding: 14rem !important;
}

.pt-56,
.py-56 {
  padding-top: 14rem !important;
}

.pr-56,
.px-56 {
  padding-right: 14rem !important;
}

.pb-56,
.py-56 {
  padding-bottom: 14rem !important;
}

.pl-56,
.px-56 {
  padding-left: 14rem !important;
}

.p-60 {
  padding: 15rem !important;
}

.pt-60,
.py-60 {
  padding-top: 15rem !important;
}

.pr-60,
.px-60 {
  padding-right: 15rem !important;
}

.pb-60,
.py-60 {
  padding-bottom: 15rem !important;
}

.pl-60,
.px-60 {
  padding-left: 15rem !important;
}

.p-64 {
  padding: 16rem !important;
}

.pt-64,
.py-64 {
  padding-top: 16rem !important;
}

.pr-64,
.px-64 {
  padding-right: 16rem !important;
}

.pb-64,
.py-64 {
  padding-bottom: 16rem !important;
}

.pl-64,
.px-64 {
  padding-left: 16rem !important;
}

.p-72 {
  padding: 18rem !important;
}

.pt-72,
.py-72 {
  padding-top: 18rem !important;
}

.pr-72,
.px-72 {
  padding-right: 18rem !important;
}

.pb-72,
.py-72 {
  padding-bottom: 18rem !important;
}

.pl-72,
.px-72 {
  padding-left: 18rem !important;
}

.p-80 {
  padding: 20rem !important;
}

.pt-80,
.py-80 {
  padding-top: 20rem !important;
}

.pr-80,
.px-80 {
  padding-right: 20rem !important;
}

.pb-80,
.py-80 {
  padding-bottom: 20rem !important;
}

.pl-80,
.px-80 {
  padding-left: 20rem !important;
}

.p-96 {
  padding: 24rem !important;
}

.pt-96,
.py-96 {
  padding-top: 24rem !important;
}

.pr-96,
.px-96 {
  padding-right: 24rem !important;
}

.pb-96,
.py-96 {
  padding-bottom: 24rem !important;
}

.pl-96,
.px-96 {
  padding-left: 24rem !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: -0.75rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -0.75rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -0.75rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -0.75rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -0.75rem !important;
}

.m-n4 {
  margin: -1rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1rem !important;
}

.m-n5 {
  margin: -1.25rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -1.25rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -1.25rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -1.25rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -1.25rem !important;
}

.m-n6 {
  margin: -1.5rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -1.5rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -1.5rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -1.5rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -1.5rem !important;
}

.m-n7 {
  margin: -1.75rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -1.75rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -1.75rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -1.75rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -1.75rem !important;
}

.m-n8 {
  margin: -2rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -2rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -2rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -2rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -2rem !important;
}

.m-n9 {
  margin: -2.25rem !important;
}

.mt-n9,
.my-n9 {
  margin-top: -2.25rem !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -2.25rem !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -2.25rem !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -2.25rem !important;
}

.m-n10 {
  margin: -2.5rem !important;
}

.mt-n10,
.my-n10 {
  margin-top: -2.5rem !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -2.5rem !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -2.5rem !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -2.5rem !important;
}

.m-n11 {
  margin: -2.75rem !important;
}

.mt-n11,
.my-n11 {
  margin-top: -2.75rem !important;
}

.mr-n11,
.mx-n11 {
  margin-right: -2.75rem !important;
}

.mb-n11,
.my-n11 {
  margin-bottom: -2.75rem !important;
}

.ml-n11,
.mx-n11 {
  margin-left: -2.75rem !important;
}

.m-n12 {
  margin: -3rem !important;
}

.mt-n12,
.my-n12 {
  margin-top: -3rem !important;
}

.mr-n12,
.mx-n12 {
  margin-right: -3rem !important;
}

.mb-n12,
.my-n12 {
  margin-bottom: -3rem !important;
}

.ml-n12,
.mx-n12 {
  margin-left: -3rem !important;
}

.m-n14 {
  margin: -3.5rem !important;
}

.mt-n14,
.my-n14 {
  margin-top: -3.5rem !important;
}

.mr-n14,
.mx-n14 {
  margin-right: -3.5rem !important;
}

.mb-n14,
.my-n14 {
  margin-bottom: -3.5rem !important;
}

.ml-n14,
.mx-n14 {
  margin-left: -3.5rem !important;
}

.m-n16 {
  margin: -4rem !important;
}

.mt-n16,
.my-n16 {
  margin-top: -4rem !important;
}

.mr-n16,
.mx-n16 {
  margin-right: -4rem !important;
}

.mb-n16,
.my-n16 {
  margin-bottom: -4rem !important;
}

.ml-n16,
.mx-n16 {
  margin-left: -4rem !important;
}

.m-n20 {
  margin: -5rem !important;
}

.mt-n20,
.my-n20 {
  margin-top: -5rem !important;
}

.mr-n20,
.mx-n20 {
  margin-right: -5rem !important;
}

.mb-n20,
.my-n20 {
  margin-bottom: -5rem !important;
}

.ml-n20,
.mx-n20 {
  margin-left: -5rem !important;
}

.m-n24 {
  margin: -6rem !important;
}

.mt-n24,
.my-n24 {
  margin-top: -6rem !important;
}

.mr-n24,
.mx-n24 {
  margin-right: -6rem !important;
}

.mb-n24,
.my-n24 {
  margin-bottom: -6rem !important;
}

.ml-n24,
.mx-n24 {
  margin-left: -6rem !important;
}

.m-n28 {
  margin: -7rem !important;
}

.mt-n28,
.my-n28 {
  margin-top: -7rem !important;
}

.mr-n28,
.mx-n28 {
  margin-right: -7rem !important;
}

.mb-n28,
.my-n28 {
  margin-bottom: -7rem !important;
}

.ml-n28,
.mx-n28 {
  margin-left: -7rem !important;
}

.m-n32 {
  margin: -8rem !important;
}

.mt-n32,
.my-n32 {
  margin-top: -8rem !important;
}

.mr-n32,
.mx-n32 {
  margin-right: -8rem !important;
}

.mb-n32,
.my-n32 {
  margin-bottom: -8rem !important;
}

.ml-n32,
.mx-n32 {
  margin-left: -8rem !important;
}

.m-n36 {
  margin: -9rem !important;
}

.mt-n36,
.my-n36 {
  margin-top: -9rem !important;
}

.mr-n36,
.mx-n36 {
  margin-right: -9rem !important;
}

.mb-n36,
.my-n36 {
  margin-bottom: -9rem !important;
}

.ml-n36,
.mx-n36 {
  margin-left: -9rem !important;
}

.m-n40 {
  margin: -10rem !important;
}

.mt-n40,
.my-n40 {
  margin-top: -10rem !important;
}

.mr-n40,
.mx-n40 {
  margin-right: -10rem !important;
}

.mb-n40,
.my-n40 {
  margin-bottom: -10rem !important;
}

.ml-n40,
.mx-n40 {
  margin-left: -10rem !important;
}

.m-n44 {
  margin: -11rem !important;
}

.mt-n44,
.my-n44 {
  margin-top: -11rem !important;
}

.mr-n44,
.mx-n44 {
  margin-right: -11rem !important;
}

.mb-n44,
.my-n44 {
  margin-bottom: -11rem !important;
}

.ml-n44,
.mx-n44 {
  margin-left: -11rem !important;
}

.m-n48 {
  margin: -12rem !important;
}

.mt-n48,
.my-n48 {
  margin-top: -12rem !important;
}

.mr-n48,
.mx-n48 {
  margin-right: -12rem !important;
}

.mb-n48,
.my-n48 {
  margin-bottom: -12rem !important;
}

.ml-n48,
.mx-n48 {
  margin-left: -12rem !important;
}

.m-n52 {
  margin: -13rem !important;
}

.mt-n52,
.my-n52 {
  margin-top: -13rem !important;
}

.mr-n52,
.mx-n52 {
  margin-right: -13rem !important;
}

.mb-n52,
.my-n52 {
  margin-bottom: -13rem !important;
}

.ml-n52,
.mx-n52 {
  margin-left: -13rem !important;
}

.m-n56 {
  margin: -14rem !important;
}

.mt-n56,
.my-n56 {
  margin-top: -14rem !important;
}

.mr-n56,
.mx-n56 {
  margin-right: -14rem !important;
}

.mb-n56,
.my-n56 {
  margin-bottom: -14rem !important;
}

.ml-n56,
.mx-n56 {
  margin-left: -14rem !important;
}

.m-n60 {
  margin: -15rem !important;
}

.mt-n60,
.my-n60 {
  margin-top: -15rem !important;
}

.mr-n60,
.mx-n60 {
  margin-right: -15rem !important;
}

.mb-n60,
.my-n60 {
  margin-bottom: -15rem !important;
}

.ml-n60,
.mx-n60 {
  margin-left: -15rem !important;
}

.m-n64 {
  margin: -16rem !important;
}

.mt-n64,
.my-n64 {
  margin-top: -16rem !important;
}

.mr-n64,
.mx-n64 {
  margin-right: -16rem !important;
}

.mb-n64,
.my-n64 {
  margin-bottom: -16rem !important;
}

.ml-n64,
.mx-n64 {
  margin-left: -16rem !important;
}

.m-n72 {
  margin: -18rem !important;
}

.mt-n72,
.my-n72 {
  margin-top: -18rem !important;
}

.mr-n72,
.mx-n72 {
  margin-right: -18rem !important;
}

.mb-n72,
.my-n72 {
  margin-bottom: -18rem !important;
}

.ml-n72,
.mx-n72 {
  margin-left: -18rem !important;
}

.m-n80 {
  margin: -20rem !important;
}

.mt-n80,
.my-n80 {
  margin-top: -20rem !important;
}

.mr-n80,
.mx-n80 {
  margin-right: -20rem !important;
}

.mb-n80,
.my-n80 {
  margin-bottom: -20rem !important;
}

.ml-n80,
.mx-n80 {
  margin-left: -20rem !important;
}

.m-n96 {
  margin: -24rem !important;
}

.mt-n96,
.my-n96 {
  margin-top: -24rem !important;
}

.mr-n96,
.mx-n96 {
  margin-right: -24rem !important;
}

.mb-n96,
.my-n96 {
  margin-bottom: -24rem !important;
}

.ml-n96,
.mx-n96 {
  margin-left: -24rem !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: 0.75rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 0.75rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 0.75rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 0.75rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 0.75rem !important;
  }

  .m-sm-4 {
    margin: 1rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1rem !important;
  }

  .m-sm-5 {
    margin: 1.25rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 1.25rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 1.25rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 1.25rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 1.25rem !important;
  }

  .m-sm-6 {
    margin: 1.5rem !important;
  }

  .mt-sm-6,
.my-sm-6 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-6,
.mx-sm-6 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-6,
.my-sm-6 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-6,
.mx-sm-6 {
    margin-left: 1.5rem !important;
  }

  .m-sm-7 {
    margin: 1.75rem !important;
  }

  .mt-sm-7,
.my-sm-7 {
    margin-top: 1.75rem !important;
  }

  .mr-sm-7,
.mx-sm-7 {
    margin-right: 1.75rem !important;
  }

  .mb-sm-7,
.my-sm-7 {
    margin-bottom: 1.75rem !important;
  }

  .ml-sm-7,
.mx-sm-7 {
    margin-left: 1.75rem !important;
  }

  .m-sm-8 {
    margin: 2rem !important;
  }

  .mt-sm-8,
.my-sm-8 {
    margin-top: 2rem !important;
  }

  .mr-sm-8,
.mx-sm-8 {
    margin-right: 2rem !important;
  }

  .mb-sm-8,
.my-sm-8 {
    margin-bottom: 2rem !important;
  }

  .ml-sm-8,
.mx-sm-8 {
    margin-left: 2rem !important;
  }

  .m-sm-9 {
    margin: 2.25rem !important;
  }

  .mt-sm-9,
.my-sm-9 {
    margin-top: 2.25rem !important;
  }

  .mr-sm-9,
.mx-sm-9 {
    margin-right: 2.25rem !important;
  }

  .mb-sm-9,
.my-sm-9 {
    margin-bottom: 2.25rem !important;
  }

  .ml-sm-9,
.mx-sm-9 {
    margin-left: 2.25rem !important;
  }

  .m-sm-10 {
    margin: 2.5rem !important;
  }

  .mt-sm-10,
.my-sm-10 {
    margin-top: 2.5rem !important;
  }

  .mr-sm-10,
.mx-sm-10 {
    margin-right: 2.5rem !important;
  }

  .mb-sm-10,
.my-sm-10 {
    margin-bottom: 2.5rem !important;
  }

  .ml-sm-10,
.mx-sm-10 {
    margin-left: 2.5rem !important;
  }

  .m-sm-11 {
    margin: 2.75rem !important;
  }

  .mt-sm-11,
.my-sm-11 {
    margin-top: 2.75rem !important;
  }

  .mr-sm-11,
.mx-sm-11 {
    margin-right: 2.75rem !important;
  }

  .mb-sm-11,
.my-sm-11 {
    margin-bottom: 2.75rem !important;
  }

  .ml-sm-11,
.mx-sm-11 {
    margin-left: 2.75rem !important;
  }

  .m-sm-12 {
    margin: 3rem !important;
  }

  .mt-sm-12,
.my-sm-12 {
    margin-top: 3rem !important;
  }

  .mr-sm-12,
.mx-sm-12 {
    margin-right: 3rem !important;
  }

  .mb-sm-12,
.my-sm-12 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-12,
.mx-sm-12 {
    margin-left: 3rem !important;
  }

  .m-sm-14 {
    margin: 3.5rem !important;
  }

  .mt-sm-14,
.my-sm-14 {
    margin-top: 3.5rem !important;
  }

  .mr-sm-14,
.mx-sm-14 {
    margin-right: 3.5rem !important;
  }

  .mb-sm-14,
.my-sm-14 {
    margin-bottom: 3.5rem !important;
  }

  .ml-sm-14,
.mx-sm-14 {
    margin-left: 3.5rem !important;
  }

  .m-sm-16 {
    margin: 4rem !important;
  }

  .mt-sm-16,
.my-sm-16 {
    margin-top: 4rem !important;
  }

  .mr-sm-16,
.mx-sm-16 {
    margin-right: 4rem !important;
  }

  .mb-sm-16,
.my-sm-16 {
    margin-bottom: 4rem !important;
  }

  .ml-sm-16,
.mx-sm-16 {
    margin-left: 4rem !important;
  }

  .m-sm-20 {
    margin: 5rem !important;
  }

  .mt-sm-20,
.my-sm-20 {
    margin-top: 5rem !important;
  }

  .mr-sm-20,
.mx-sm-20 {
    margin-right: 5rem !important;
  }

  .mb-sm-20,
.my-sm-20 {
    margin-bottom: 5rem !important;
  }

  .ml-sm-20,
.mx-sm-20 {
    margin-left: 5rem !important;
  }

  .m-sm-24 {
    margin: 6rem !important;
  }

  .mt-sm-24,
.my-sm-24 {
    margin-top: 6rem !important;
  }

  .mr-sm-24,
.mx-sm-24 {
    margin-right: 6rem !important;
  }

  .mb-sm-24,
.my-sm-24 {
    margin-bottom: 6rem !important;
  }

  .ml-sm-24,
.mx-sm-24 {
    margin-left: 6rem !important;
  }

  .m-sm-28 {
    margin: 7rem !important;
  }

  .mt-sm-28,
.my-sm-28 {
    margin-top: 7rem !important;
  }

  .mr-sm-28,
.mx-sm-28 {
    margin-right: 7rem !important;
  }

  .mb-sm-28,
.my-sm-28 {
    margin-bottom: 7rem !important;
  }

  .ml-sm-28,
.mx-sm-28 {
    margin-left: 7rem !important;
  }

  .m-sm-32 {
    margin: 8rem !important;
  }

  .mt-sm-32,
.my-sm-32 {
    margin-top: 8rem !important;
  }

  .mr-sm-32,
.mx-sm-32 {
    margin-right: 8rem !important;
  }

  .mb-sm-32,
.my-sm-32 {
    margin-bottom: 8rem !important;
  }

  .ml-sm-32,
.mx-sm-32 {
    margin-left: 8rem !important;
  }

  .m-sm-36 {
    margin: 9rem !important;
  }

  .mt-sm-36,
.my-sm-36 {
    margin-top: 9rem !important;
  }

  .mr-sm-36,
.mx-sm-36 {
    margin-right: 9rem !important;
  }

  .mb-sm-36,
.my-sm-36 {
    margin-bottom: 9rem !important;
  }

  .ml-sm-36,
.mx-sm-36 {
    margin-left: 9rem !important;
  }

  .m-sm-40 {
    margin: 10rem !important;
  }

  .mt-sm-40,
.my-sm-40 {
    margin-top: 10rem !important;
  }

  .mr-sm-40,
.mx-sm-40 {
    margin-right: 10rem !important;
  }

  .mb-sm-40,
.my-sm-40 {
    margin-bottom: 10rem !important;
  }

  .ml-sm-40,
.mx-sm-40 {
    margin-left: 10rem !important;
  }

  .m-sm-44 {
    margin: 11rem !important;
  }

  .mt-sm-44,
.my-sm-44 {
    margin-top: 11rem !important;
  }

  .mr-sm-44,
.mx-sm-44 {
    margin-right: 11rem !important;
  }

  .mb-sm-44,
.my-sm-44 {
    margin-bottom: 11rem !important;
  }

  .ml-sm-44,
.mx-sm-44 {
    margin-left: 11rem !important;
  }

  .m-sm-48 {
    margin: 12rem !important;
  }

  .mt-sm-48,
.my-sm-48 {
    margin-top: 12rem !important;
  }

  .mr-sm-48,
.mx-sm-48 {
    margin-right: 12rem !important;
  }

  .mb-sm-48,
.my-sm-48 {
    margin-bottom: 12rem !important;
  }

  .ml-sm-48,
.mx-sm-48 {
    margin-left: 12rem !important;
  }

  .m-sm-52 {
    margin: 13rem !important;
  }

  .mt-sm-52,
.my-sm-52 {
    margin-top: 13rem !important;
  }

  .mr-sm-52,
.mx-sm-52 {
    margin-right: 13rem !important;
  }

  .mb-sm-52,
.my-sm-52 {
    margin-bottom: 13rem !important;
  }

  .ml-sm-52,
.mx-sm-52 {
    margin-left: 13rem !important;
  }

  .m-sm-56 {
    margin: 14rem !important;
  }

  .mt-sm-56,
.my-sm-56 {
    margin-top: 14rem !important;
  }

  .mr-sm-56,
.mx-sm-56 {
    margin-right: 14rem !important;
  }

  .mb-sm-56,
.my-sm-56 {
    margin-bottom: 14rem !important;
  }

  .ml-sm-56,
.mx-sm-56 {
    margin-left: 14rem !important;
  }

  .m-sm-60 {
    margin: 15rem !important;
  }

  .mt-sm-60,
.my-sm-60 {
    margin-top: 15rem !important;
  }

  .mr-sm-60,
.mx-sm-60 {
    margin-right: 15rem !important;
  }

  .mb-sm-60,
.my-sm-60 {
    margin-bottom: 15rem !important;
  }

  .ml-sm-60,
.mx-sm-60 {
    margin-left: 15rem !important;
  }

  .m-sm-64 {
    margin: 16rem !important;
  }

  .mt-sm-64,
.my-sm-64 {
    margin-top: 16rem !important;
  }

  .mr-sm-64,
.mx-sm-64 {
    margin-right: 16rem !important;
  }

  .mb-sm-64,
.my-sm-64 {
    margin-bottom: 16rem !important;
  }

  .ml-sm-64,
.mx-sm-64 {
    margin-left: 16rem !important;
  }

  .m-sm-72 {
    margin: 18rem !important;
  }

  .mt-sm-72,
.my-sm-72 {
    margin-top: 18rem !important;
  }

  .mr-sm-72,
.mx-sm-72 {
    margin-right: 18rem !important;
  }

  .mb-sm-72,
.my-sm-72 {
    margin-bottom: 18rem !important;
  }

  .ml-sm-72,
.mx-sm-72 {
    margin-left: 18rem !important;
  }

  .m-sm-80 {
    margin: 20rem !important;
  }

  .mt-sm-80,
.my-sm-80 {
    margin-top: 20rem !important;
  }

  .mr-sm-80,
.mx-sm-80 {
    margin-right: 20rem !important;
  }

  .mb-sm-80,
.my-sm-80 {
    margin-bottom: 20rem !important;
  }

  .ml-sm-80,
.mx-sm-80 {
    margin-left: 20rem !important;
  }

  .m-sm-96 {
    margin: 24rem !important;
  }

  .mt-sm-96,
.my-sm-96 {
    margin-top: 24rem !important;
  }

  .mr-sm-96,
.mx-sm-96 {
    margin-right: 24rem !important;
  }

  .mb-sm-96,
.my-sm-96 {
    margin-bottom: 24rem !important;
  }

  .ml-sm-96,
.mx-sm-96 {
    margin-left: 24rem !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: 0.75rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 0.75rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 0.75rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 0.75rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 0.75rem !important;
  }

  .p-sm-4 {
    padding: 1rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1rem !important;
  }

  .p-sm-5 {
    padding: 1.25rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 1.25rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 1.25rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 1.25rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 1.25rem !important;
  }

  .p-sm-6 {
    padding: 1.5rem !important;
  }

  .pt-sm-6,
.py-sm-6 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-6,
.px-sm-6 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-6,
.py-sm-6 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-6,
.px-sm-6 {
    padding-left: 1.5rem !important;
  }

  .p-sm-7 {
    padding: 1.75rem !important;
  }

  .pt-sm-7,
.py-sm-7 {
    padding-top: 1.75rem !important;
  }

  .pr-sm-7,
.px-sm-7 {
    padding-right: 1.75rem !important;
  }

  .pb-sm-7,
.py-sm-7 {
    padding-bottom: 1.75rem !important;
  }

  .pl-sm-7,
.px-sm-7 {
    padding-left: 1.75rem !important;
  }

  .p-sm-8 {
    padding: 2rem !important;
  }

  .pt-sm-8,
.py-sm-8 {
    padding-top: 2rem !important;
  }

  .pr-sm-8,
.px-sm-8 {
    padding-right: 2rem !important;
  }

  .pb-sm-8,
.py-sm-8 {
    padding-bottom: 2rem !important;
  }

  .pl-sm-8,
.px-sm-8 {
    padding-left: 2rem !important;
  }

  .p-sm-9 {
    padding: 2.25rem !important;
  }

  .pt-sm-9,
.py-sm-9 {
    padding-top: 2.25rem !important;
  }

  .pr-sm-9,
.px-sm-9 {
    padding-right: 2.25rem !important;
  }

  .pb-sm-9,
.py-sm-9 {
    padding-bottom: 2.25rem !important;
  }

  .pl-sm-9,
.px-sm-9 {
    padding-left: 2.25rem !important;
  }

  .p-sm-10 {
    padding: 2.5rem !important;
  }

  .pt-sm-10,
.py-sm-10 {
    padding-top: 2.5rem !important;
  }

  .pr-sm-10,
.px-sm-10 {
    padding-right: 2.5rem !important;
  }

  .pb-sm-10,
.py-sm-10 {
    padding-bottom: 2.5rem !important;
  }

  .pl-sm-10,
.px-sm-10 {
    padding-left: 2.5rem !important;
  }

  .p-sm-11 {
    padding: 2.75rem !important;
  }

  .pt-sm-11,
.py-sm-11 {
    padding-top: 2.75rem !important;
  }

  .pr-sm-11,
.px-sm-11 {
    padding-right: 2.75rem !important;
  }

  .pb-sm-11,
.py-sm-11 {
    padding-bottom: 2.75rem !important;
  }

  .pl-sm-11,
.px-sm-11 {
    padding-left: 2.75rem !important;
  }

  .p-sm-12 {
    padding: 3rem !important;
  }

  .pt-sm-12,
.py-sm-12 {
    padding-top: 3rem !important;
  }

  .pr-sm-12,
.px-sm-12 {
    padding-right: 3rem !important;
  }

  .pb-sm-12,
.py-sm-12 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-12,
.px-sm-12 {
    padding-left: 3rem !important;
  }

  .p-sm-14 {
    padding: 3.5rem !important;
  }

  .pt-sm-14,
.py-sm-14 {
    padding-top: 3.5rem !important;
  }

  .pr-sm-14,
.px-sm-14 {
    padding-right: 3.5rem !important;
  }

  .pb-sm-14,
.py-sm-14 {
    padding-bottom: 3.5rem !important;
  }

  .pl-sm-14,
.px-sm-14 {
    padding-left: 3.5rem !important;
  }

  .p-sm-16 {
    padding: 4rem !important;
  }

  .pt-sm-16,
.py-sm-16 {
    padding-top: 4rem !important;
  }

  .pr-sm-16,
.px-sm-16 {
    padding-right: 4rem !important;
  }

  .pb-sm-16,
.py-sm-16 {
    padding-bottom: 4rem !important;
  }

  .pl-sm-16,
.px-sm-16 {
    padding-left: 4rem !important;
  }

  .p-sm-20 {
    padding: 5rem !important;
  }

  .pt-sm-20,
.py-sm-20 {
    padding-top: 5rem !important;
  }

  .pr-sm-20,
.px-sm-20 {
    padding-right: 5rem !important;
  }

  .pb-sm-20,
.py-sm-20 {
    padding-bottom: 5rem !important;
  }

  .pl-sm-20,
.px-sm-20 {
    padding-left: 5rem !important;
  }

  .p-sm-24 {
    padding: 6rem !important;
  }

  .pt-sm-24,
.py-sm-24 {
    padding-top: 6rem !important;
  }

  .pr-sm-24,
.px-sm-24 {
    padding-right: 6rem !important;
  }

  .pb-sm-24,
.py-sm-24 {
    padding-bottom: 6rem !important;
  }

  .pl-sm-24,
.px-sm-24 {
    padding-left: 6rem !important;
  }

  .p-sm-28 {
    padding: 7rem !important;
  }

  .pt-sm-28,
.py-sm-28 {
    padding-top: 7rem !important;
  }

  .pr-sm-28,
.px-sm-28 {
    padding-right: 7rem !important;
  }

  .pb-sm-28,
.py-sm-28 {
    padding-bottom: 7rem !important;
  }

  .pl-sm-28,
.px-sm-28 {
    padding-left: 7rem !important;
  }

  .p-sm-32 {
    padding: 8rem !important;
  }

  .pt-sm-32,
.py-sm-32 {
    padding-top: 8rem !important;
  }

  .pr-sm-32,
.px-sm-32 {
    padding-right: 8rem !important;
  }

  .pb-sm-32,
.py-sm-32 {
    padding-bottom: 8rem !important;
  }

  .pl-sm-32,
.px-sm-32 {
    padding-left: 8rem !important;
  }

  .p-sm-36 {
    padding: 9rem !important;
  }

  .pt-sm-36,
.py-sm-36 {
    padding-top: 9rem !important;
  }

  .pr-sm-36,
.px-sm-36 {
    padding-right: 9rem !important;
  }

  .pb-sm-36,
.py-sm-36 {
    padding-bottom: 9rem !important;
  }

  .pl-sm-36,
.px-sm-36 {
    padding-left: 9rem !important;
  }

  .p-sm-40 {
    padding: 10rem !important;
  }

  .pt-sm-40,
.py-sm-40 {
    padding-top: 10rem !important;
  }

  .pr-sm-40,
.px-sm-40 {
    padding-right: 10rem !important;
  }

  .pb-sm-40,
.py-sm-40 {
    padding-bottom: 10rem !important;
  }

  .pl-sm-40,
.px-sm-40 {
    padding-left: 10rem !important;
  }

  .p-sm-44 {
    padding: 11rem !important;
  }

  .pt-sm-44,
.py-sm-44 {
    padding-top: 11rem !important;
  }

  .pr-sm-44,
.px-sm-44 {
    padding-right: 11rem !important;
  }

  .pb-sm-44,
.py-sm-44 {
    padding-bottom: 11rem !important;
  }

  .pl-sm-44,
.px-sm-44 {
    padding-left: 11rem !important;
  }

  .p-sm-48 {
    padding: 12rem !important;
  }

  .pt-sm-48,
.py-sm-48 {
    padding-top: 12rem !important;
  }

  .pr-sm-48,
.px-sm-48 {
    padding-right: 12rem !important;
  }

  .pb-sm-48,
.py-sm-48 {
    padding-bottom: 12rem !important;
  }

  .pl-sm-48,
.px-sm-48 {
    padding-left: 12rem !important;
  }

  .p-sm-52 {
    padding: 13rem !important;
  }

  .pt-sm-52,
.py-sm-52 {
    padding-top: 13rem !important;
  }

  .pr-sm-52,
.px-sm-52 {
    padding-right: 13rem !important;
  }

  .pb-sm-52,
.py-sm-52 {
    padding-bottom: 13rem !important;
  }

  .pl-sm-52,
.px-sm-52 {
    padding-left: 13rem !important;
  }

  .p-sm-56 {
    padding: 14rem !important;
  }

  .pt-sm-56,
.py-sm-56 {
    padding-top: 14rem !important;
  }

  .pr-sm-56,
.px-sm-56 {
    padding-right: 14rem !important;
  }

  .pb-sm-56,
.py-sm-56 {
    padding-bottom: 14rem !important;
  }

  .pl-sm-56,
.px-sm-56 {
    padding-left: 14rem !important;
  }

  .p-sm-60 {
    padding: 15rem !important;
  }

  .pt-sm-60,
.py-sm-60 {
    padding-top: 15rem !important;
  }

  .pr-sm-60,
.px-sm-60 {
    padding-right: 15rem !important;
  }

  .pb-sm-60,
.py-sm-60 {
    padding-bottom: 15rem !important;
  }

  .pl-sm-60,
.px-sm-60 {
    padding-left: 15rem !important;
  }

  .p-sm-64 {
    padding: 16rem !important;
  }

  .pt-sm-64,
.py-sm-64 {
    padding-top: 16rem !important;
  }

  .pr-sm-64,
.px-sm-64 {
    padding-right: 16rem !important;
  }

  .pb-sm-64,
.py-sm-64 {
    padding-bottom: 16rem !important;
  }

  .pl-sm-64,
.px-sm-64 {
    padding-left: 16rem !important;
  }

  .p-sm-72 {
    padding: 18rem !important;
  }

  .pt-sm-72,
.py-sm-72 {
    padding-top: 18rem !important;
  }

  .pr-sm-72,
.px-sm-72 {
    padding-right: 18rem !important;
  }

  .pb-sm-72,
.py-sm-72 {
    padding-bottom: 18rem !important;
  }

  .pl-sm-72,
.px-sm-72 {
    padding-left: 18rem !important;
  }

  .p-sm-80 {
    padding: 20rem !important;
  }

  .pt-sm-80,
.py-sm-80 {
    padding-top: 20rem !important;
  }

  .pr-sm-80,
.px-sm-80 {
    padding-right: 20rem !important;
  }

  .pb-sm-80,
.py-sm-80 {
    padding-bottom: 20rem !important;
  }

  .pl-sm-80,
.px-sm-80 {
    padding-left: 20rem !important;
  }

  .p-sm-96 {
    padding: 24rem !important;
  }

  .pt-sm-96,
.py-sm-96 {
    padding-top: 24rem !important;
  }

  .pr-sm-96,
.px-sm-96 {
    padding-right: 24rem !important;
  }

  .pb-sm-96,
.py-sm-96 {
    padding-bottom: 24rem !important;
  }

  .pl-sm-96,
.px-sm-96 {
    padding-left: 24rem !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: -0.75rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -0.75rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -0.75rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -0.75rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -0.75rem !important;
  }

  .m-sm-n4 {
    margin: -1rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1rem !important;
  }

  .m-sm-n5 {
    margin: -1.25rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -1.25rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -1.25rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -1.25rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -1.25rem !important;
  }

  .m-sm-n6 {
    margin: -1.5rem !important;
  }

  .mt-sm-n6,
.my-sm-n6 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n6,
.mx-sm-n6 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n6,
.my-sm-n6 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n6,
.mx-sm-n6 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n7 {
    margin: -1.75rem !important;
  }

  .mt-sm-n7,
.my-sm-n7 {
    margin-top: -1.75rem !important;
  }

  .mr-sm-n7,
.mx-sm-n7 {
    margin-right: -1.75rem !important;
  }

  .mb-sm-n7,
.my-sm-n7 {
    margin-bottom: -1.75rem !important;
  }

  .ml-sm-n7,
.mx-sm-n7 {
    margin-left: -1.75rem !important;
  }

  .m-sm-n8 {
    margin: -2rem !important;
  }

  .mt-sm-n8,
.my-sm-n8 {
    margin-top: -2rem !important;
  }

  .mr-sm-n8,
.mx-sm-n8 {
    margin-right: -2rem !important;
  }

  .mb-sm-n8,
.my-sm-n8 {
    margin-bottom: -2rem !important;
  }

  .ml-sm-n8,
.mx-sm-n8 {
    margin-left: -2rem !important;
  }

  .m-sm-n9 {
    margin: -2.25rem !important;
  }

  .mt-sm-n9,
.my-sm-n9 {
    margin-top: -2.25rem !important;
  }

  .mr-sm-n9,
.mx-sm-n9 {
    margin-right: -2.25rem !important;
  }

  .mb-sm-n9,
.my-sm-n9 {
    margin-bottom: -2.25rem !important;
  }

  .ml-sm-n9,
.mx-sm-n9 {
    margin-left: -2.25rem !important;
  }

  .m-sm-n10 {
    margin: -2.5rem !important;
  }

  .mt-sm-n10,
.my-sm-n10 {
    margin-top: -2.5rem !important;
  }

  .mr-sm-n10,
.mx-sm-n10 {
    margin-right: -2.5rem !important;
  }

  .mb-sm-n10,
.my-sm-n10 {
    margin-bottom: -2.5rem !important;
  }

  .ml-sm-n10,
.mx-sm-n10 {
    margin-left: -2.5rem !important;
  }

  .m-sm-n11 {
    margin: -2.75rem !important;
  }

  .mt-sm-n11,
.my-sm-n11 {
    margin-top: -2.75rem !important;
  }

  .mr-sm-n11,
.mx-sm-n11 {
    margin-right: -2.75rem !important;
  }

  .mb-sm-n11,
.my-sm-n11 {
    margin-bottom: -2.75rem !important;
  }

  .ml-sm-n11,
.mx-sm-n11 {
    margin-left: -2.75rem !important;
  }

  .m-sm-n12 {
    margin: -3rem !important;
  }

  .mt-sm-n12,
.my-sm-n12 {
    margin-top: -3rem !important;
  }

  .mr-sm-n12,
.mx-sm-n12 {
    margin-right: -3rem !important;
  }

  .mb-sm-n12,
.my-sm-n12 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n12,
.mx-sm-n12 {
    margin-left: -3rem !important;
  }

  .m-sm-n14 {
    margin: -3.5rem !important;
  }

  .mt-sm-n14,
.my-sm-n14 {
    margin-top: -3.5rem !important;
  }

  .mr-sm-n14,
.mx-sm-n14 {
    margin-right: -3.5rem !important;
  }

  .mb-sm-n14,
.my-sm-n14 {
    margin-bottom: -3.5rem !important;
  }

  .ml-sm-n14,
.mx-sm-n14 {
    margin-left: -3.5rem !important;
  }

  .m-sm-n16 {
    margin: -4rem !important;
  }

  .mt-sm-n16,
.my-sm-n16 {
    margin-top: -4rem !important;
  }

  .mr-sm-n16,
.mx-sm-n16 {
    margin-right: -4rem !important;
  }

  .mb-sm-n16,
.my-sm-n16 {
    margin-bottom: -4rem !important;
  }

  .ml-sm-n16,
.mx-sm-n16 {
    margin-left: -4rem !important;
  }

  .m-sm-n20 {
    margin: -5rem !important;
  }

  .mt-sm-n20,
.my-sm-n20 {
    margin-top: -5rem !important;
  }

  .mr-sm-n20,
.mx-sm-n20 {
    margin-right: -5rem !important;
  }

  .mb-sm-n20,
.my-sm-n20 {
    margin-bottom: -5rem !important;
  }

  .ml-sm-n20,
.mx-sm-n20 {
    margin-left: -5rem !important;
  }

  .m-sm-n24 {
    margin: -6rem !important;
  }

  .mt-sm-n24,
.my-sm-n24 {
    margin-top: -6rem !important;
  }

  .mr-sm-n24,
.mx-sm-n24 {
    margin-right: -6rem !important;
  }

  .mb-sm-n24,
.my-sm-n24 {
    margin-bottom: -6rem !important;
  }

  .ml-sm-n24,
.mx-sm-n24 {
    margin-left: -6rem !important;
  }

  .m-sm-n28 {
    margin: -7rem !important;
  }

  .mt-sm-n28,
.my-sm-n28 {
    margin-top: -7rem !important;
  }

  .mr-sm-n28,
.mx-sm-n28 {
    margin-right: -7rem !important;
  }

  .mb-sm-n28,
.my-sm-n28 {
    margin-bottom: -7rem !important;
  }

  .ml-sm-n28,
.mx-sm-n28 {
    margin-left: -7rem !important;
  }

  .m-sm-n32 {
    margin: -8rem !important;
  }

  .mt-sm-n32,
.my-sm-n32 {
    margin-top: -8rem !important;
  }

  .mr-sm-n32,
.mx-sm-n32 {
    margin-right: -8rem !important;
  }

  .mb-sm-n32,
.my-sm-n32 {
    margin-bottom: -8rem !important;
  }

  .ml-sm-n32,
.mx-sm-n32 {
    margin-left: -8rem !important;
  }

  .m-sm-n36 {
    margin: -9rem !important;
  }

  .mt-sm-n36,
.my-sm-n36 {
    margin-top: -9rem !important;
  }

  .mr-sm-n36,
.mx-sm-n36 {
    margin-right: -9rem !important;
  }

  .mb-sm-n36,
.my-sm-n36 {
    margin-bottom: -9rem !important;
  }

  .ml-sm-n36,
.mx-sm-n36 {
    margin-left: -9rem !important;
  }

  .m-sm-n40 {
    margin: -10rem !important;
  }

  .mt-sm-n40,
.my-sm-n40 {
    margin-top: -10rem !important;
  }

  .mr-sm-n40,
.mx-sm-n40 {
    margin-right: -10rem !important;
  }

  .mb-sm-n40,
.my-sm-n40 {
    margin-bottom: -10rem !important;
  }

  .ml-sm-n40,
.mx-sm-n40 {
    margin-left: -10rem !important;
  }

  .m-sm-n44 {
    margin: -11rem !important;
  }

  .mt-sm-n44,
.my-sm-n44 {
    margin-top: -11rem !important;
  }

  .mr-sm-n44,
.mx-sm-n44 {
    margin-right: -11rem !important;
  }

  .mb-sm-n44,
.my-sm-n44 {
    margin-bottom: -11rem !important;
  }

  .ml-sm-n44,
.mx-sm-n44 {
    margin-left: -11rem !important;
  }

  .m-sm-n48 {
    margin: -12rem !important;
  }

  .mt-sm-n48,
.my-sm-n48 {
    margin-top: -12rem !important;
  }

  .mr-sm-n48,
.mx-sm-n48 {
    margin-right: -12rem !important;
  }

  .mb-sm-n48,
.my-sm-n48 {
    margin-bottom: -12rem !important;
  }

  .ml-sm-n48,
.mx-sm-n48 {
    margin-left: -12rem !important;
  }

  .m-sm-n52 {
    margin: -13rem !important;
  }

  .mt-sm-n52,
.my-sm-n52 {
    margin-top: -13rem !important;
  }

  .mr-sm-n52,
.mx-sm-n52 {
    margin-right: -13rem !important;
  }

  .mb-sm-n52,
.my-sm-n52 {
    margin-bottom: -13rem !important;
  }

  .ml-sm-n52,
.mx-sm-n52 {
    margin-left: -13rem !important;
  }

  .m-sm-n56 {
    margin: -14rem !important;
  }

  .mt-sm-n56,
.my-sm-n56 {
    margin-top: -14rem !important;
  }

  .mr-sm-n56,
.mx-sm-n56 {
    margin-right: -14rem !important;
  }

  .mb-sm-n56,
.my-sm-n56 {
    margin-bottom: -14rem !important;
  }

  .ml-sm-n56,
.mx-sm-n56 {
    margin-left: -14rem !important;
  }

  .m-sm-n60 {
    margin: -15rem !important;
  }

  .mt-sm-n60,
.my-sm-n60 {
    margin-top: -15rem !important;
  }

  .mr-sm-n60,
.mx-sm-n60 {
    margin-right: -15rem !important;
  }

  .mb-sm-n60,
.my-sm-n60 {
    margin-bottom: -15rem !important;
  }

  .ml-sm-n60,
.mx-sm-n60 {
    margin-left: -15rem !important;
  }

  .m-sm-n64 {
    margin: -16rem !important;
  }

  .mt-sm-n64,
.my-sm-n64 {
    margin-top: -16rem !important;
  }

  .mr-sm-n64,
.mx-sm-n64 {
    margin-right: -16rem !important;
  }

  .mb-sm-n64,
.my-sm-n64 {
    margin-bottom: -16rem !important;
  }

  .ml-sm-n64,
.mx-sm-n64 {
    margin-left: -16rem !important;
  }

  .m-sm-n72 {
    margin: -18rem !important;
  }

  .mt-sm-n72,
.my-sm-n72 {
    margin-top: -18rem !important;
  }

  .mr-sm-n72,
.mx-sm-n72 {
    margin-right: -18rem !important;
  }

  .mb-sm-n72,
.my-sm-n72 {
    margin-bottom: -18rem !important;
  }

  .ml-sm-n72,
.mx-sm-n72 {
    margin-left: -18rem !important;
  }

  .m-sm-n80 {
    margin: -20rem !important;
  }

  .mt-sm-n80,
.my-sm-n80 {
    margin-top: -20rem !important;
  }

  .mr-sm-n80,
.mx-sm-n80 {
    margin-right: -20rem !important;
  }

  .mb-sm-n80,
.my-sm-n80 {
    margin-bottom: -20rem !important;
  }

  .ml-sm-n80,
.mx-sm-n80 {
    margin-left: -20rem !important;
  }

  .m-sm-n96 {
    margin: -24rem !important;
  }

  .mt-sm-n96,
.my-sm-n96 {
    margin-top: -24rem !important;
  }

  .mr-sm-n96,
.mx-sm-n96 {
    margin-right: -24rem !important;
  }

  .mb-sm-n96,
.my-sm-n96 {
    margin-bottom: -24rem !important;
  }

  .ml-sm-n96,
.mx-sm-n96 {
    margin-left: -24rem !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: 0.75rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 0.75rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 0.75rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 0.75rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 0.75rem !important;
  }

  .m-md-4 {
    margin: 1rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1rem !important;
  }

  .m-md-5 {
    margin: 1.25rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 1.25rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 1.25rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 1.25rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 1.25rem !important;
  }

  .m-md-6 {
    margin: 1.5rem !important;
  }

  .mt-md-6,
.my-md-6 {
    margin-top: 1.5rem !important;
  }

  .mr-md-6,
.mx-md-6 {
    margin-right: 1.5rem !important;
  }

  .mb-md-6,
.my-md-6 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-6,
.mx-md-6 {
    margin-left: 1.5rem !important;
  }

  .m-md-7 {
    margin: 1.75rem !important;
  }

  .mt-md-7,
.my-md-7 {
    margin-top: 1.75rem !important;
  }

  .mr-md-7,
.mx-md-7 {
    margin-right: 1.75rem !important;
  }

  .mb-md-7,
.my-md-7 {
    margin-bottom: 1.75rem !important;
  }

  .ml-md-7,
.mx-md-7 {
    margin-left: 1.75rem !important;
  }

  .m-md-8 {
    margin: 2rem !important;
  }

  .mt-md-8,
.my-md-8 {
    margin-top: 2rem !important;
  }

  .mr-md-8,
.mx-md-8 {
    margin-right: 2rem !important;
  }

  .mb-md-8,
.my-md-8 {
    margin-bottom: 2rem !important;
  }

  .ml-md-8,
.mx-md-8 {
    margin-left: 2rem !important;
  }

  .m-md-9 {
    margin: 2.25rem !important;
  }

  .mt-md-9,
.my-md-9 {
    margin-top: 2.25rem !important;
  }

  .mr-md-9,
.mx-md-9 {
    margin-right: 2.25rem !important;
  }

  .mb-md-9,
.my-md-9 {
    margin-bottom: 2.25rem !important;
  }

  .ml-md-9,
.mx-md-9 {
    margin-left: 2.25rem !important;
  }

  .m-md-10 {
    margin: 2.5rem !important;
  }

  .mt-md-10,
.my-md-10 {
    margin-top: 2.5rem !important;
  }

  .mr-md-10,
.mx-md-10 {
    margin-right: 2.5rem !important;
  }

  .mb-md-10,
.my-md-10 {
    margin-bottom: 2.5rem !important;
  }

  .ml-md-10,
.mx-md-10 {
    margin-left: 2.5rem !important;
  }

  .m-md-11 {
    margin: 2.75rem !important;
  }

  .mt-md-11,
.my-md-11 {
    margin-top: 2.75rem !important;
  }

  .mr-md-11,
.mx-md-11 {
    margin-right: 2.75rem !important;
  }

  .mb-md-11,
.my-md-11 {
    margin-bottom: 2.75rem !important;
  }

  .ml-md-11,
.mx-md-11 {
    margin-left: 2.75rem !important;
  }

  .m-md-12 {
    margin: 3rem !important;
  }

  .mt-md-12,
.my-md-12 {
    margin-top: 3rem !important;
  }

  .mr-md-12,
.mx-md-12 {
    margin-right: 3rem !important;
  }

  .mb-md-12,
.my-md-12 {
    margin-bottom: 3rem !important;
  }

  .ml-md-12,
.mx-md-12 {
    margin-left: 3rem !important;
  }

  .m-md-14 {
    margin: 3.5rem !important;
  }

  .mt-md-14,
.my-md-14 {
    margin-top: 3.5rem !important;
  }

  .mr-md-14,
.mx-md-14 {
    margin-right: 3.5rem !important;
  }

  .mb-md-14,
.my-md-14 {
    margin-bottom: 3.5rem !important;
  }

  .ml-md-14,
.mx-md-14 {
    margin-left: 3.5rem !important;
  }

  .m-md-16 {
    margin: 4rem !important;
  }

  .mt-md-16,
.my-md-16 {
    margin-top: 4rem !important;
  }

  .mr-md-16,
.mx-md-16 {
    margin-right: 4rem !important;
  }

  .mb-md-16,
.my-md-16 {
    margin-bottom: 4rem !important;
  }

  .ml-md-16,
.mx-md-16 {
    margin-left: 4rem !important;
  }

  .m-md-20 {
    margin: 5rem !important;
  }

  .mt-md-20,
.my-md-20 {
    margin-top: 5rem !important;
  }

  .mr-md-20,
.mx-md-20 {
    margin-right: 5rem !important;
  }

  .mb-md-20,
.my-md-20 {
    margin-bottom: 5rem !important;
  }

  .ml-md-20,
.mx-md-20 {
    margin-left: 5rem !important;
  }

  .m-md-24 {
    margin: 6rem !important;
  }

  .mt-md-24,
.my-md-24 {
    margin-top: 6rem !important;
  }

  .mr-md-24,
.mx-md-24 {
    margin-right: 6rem !important;
  }

  .mb-md-24,
.my-md-24 {
    margin-bottom: 6rem !important;
  }

  .ml-md-24,
.mx-md-24 {
    margin-left: 6rem !important;
  }

  .m-md-28 {
    margin: 7rem !important;
  }

  .mt-md-28,
.my-md-28 {
    margin-top: 7rem !important;
  }

  .mr-md-28,
.mx-md-28 {
    margin-right: 7rem !important;
  }

  .mb-md-28,
.my-md-28 {
    margin-bottom: 7rem !important;
  }

  .ml-md-28,
.mx-md-28 {
    margin-left: 7rem !important;
  }

  .m-md-32 {
    margin: 8rem !important;
  }

  .mt-md-32,
.my-md-32 {
    margin-top: 8rem !important;
  }

  .mr-md-32,
.mx-md-32 {
    margin-right: 8rem !important;
  }

  .mb-md-32,
.my-md-32 {
    margin-bottom: 8rem !important;
  }

  .ml-md-32,
.mx-md-32 {
    margin-left: 8rem !important;
  }

  .m-md-36 {
    margin: 9rem !important;
  }

  .mt-md-36,
.my-md-36 {
    margin-top: 9rem !important;
  }

  .mr-md-36,
.mx-md-36 {
    margin-right: 9rem !important;
  }

  .mb-md-36,
.my-md-36 {
    margin-bottom: 9rem !important;
  }

  .ml-md-36,
.mx-md-36 {
    margin-left: 9rem !important;
  }

  .m-md-40 {
    margin: 10rem !important;
  }

  .mt-md-40,
.my-md-40 {
    margin-top: 10rem !important;
  }

  .mr-md-40,
.mx-md-40 {
    margin-right: 10rem !important;
  }

  .mb-md-40,
.my-md-40 {
    margin-bottom: 10rem !important;
  }

  .ml-md-40,
.mx-md-40 {
    margin-left: 10rem !important;
  }

  .m-md-44 {
    margin: 11rem !important;
  }

  .mt-md-44,
.my-md-44 {
    margin-top: 11rem !important;
  }

  .mr-md-44,
.mx-md-44 {
    margin-right: 11rem !important;
  }

  .mb-md-44,
.my-md-44 {
    margin-bottom: 11rem !important;
  }

  .ml-md-44,
.mx-md-44 {
    margin-left: 11rem !important;
  }

  .m-md-48 {
    margin: 12rem !important;
  }

  .mt-md-48,
.my-md-48 {
    margin-top: 12rem !important;
  }

  .mr-md-48,
.mx-md-48 {
    margin-right: 12rem !important;
  }

  .mb-md-48,
.my-md-48 {
    margin-bottom: 12rem !important;
  }

  .ml-md-48,
.mx-md-48 {
    margin-left: 12rem !important;
  }

  .m-md-52 {
    margin: 13rem !important;
  }

  .mt-md-52,
.my-md-52 {
    margin-top: 13rem !important;
  }

  .mr-md-52,
.mx-md-52 {
    margin-right: 13rem !important;
  }

  .mb-md-52,
.my-md-52 {
    margin-bottom: 13rem !important;
  }

  .ml-md-52,
.mx-md-52 {
    margin-left: 13rem !important;
  }

  .m-md-56 {
    margin: 14rem !important;
  }

  .mt-md-56,
.my-md-56 {
    margin-top: 14rem !important;
  }

  .mr-md-56,
.mx-md-56 {
    margin-right: 14rem !important;
  }

  .mb-md-56,
.my-md-56 {
    margin-bottom: 14rem !important;
  }

  .ml-md-56,
.mx-md-56 {
    margin-left: 14rem !important;
  }

  .m-md-60 {
    margin: 15rem !important;
  }

  .mt-md-60,
.my-md-60 {
    margin-top: 15rem !important;
  }

  .mr-md-60,
.mx-md-60 {
    margin-right: 15rem !important;
  }

  .mb-md-60,
.my-md-60 {
    margin-bottom: 15rem !important;
  }

  .ml-md-60,
.mx-md-60 {
    margin-left: 15rem !important;
  }

  .m-md-64 {
    margin: 16rem !important;
  }

  .mt-md-64,
.my-md-64 {
    margin-top: 16rem !important;
  }

  .mr-md-64,
.mx-md-64 {
    margin-right: 16rem !important;
  }

  .mb-md-64,
.my-md-64 {
    margin-bottom: 16rem !important;
  }

  .ml-md-64,
.mx-md-64 {
    margin-left: 16rem !important;
  }

  .m-md-72 {
    margin: 18rem !important;
  }

  .mt-md-72,
.my-md-72 {
    margin-top: 18rem !important;
  }

  .mr-md-72,
.mx-md-72 {
    margin-right: 18rem !important;
  }

  .mb-md-72,
.my-md-72 {
    margin-bottom: 18rem !important;
  }

  .ml-md-72,
.mx-md-72 {
    margin-left: 18rem !important;
  }

  .m-md-80 {
    margin: 20rem !important;
  }

  .mt-md-80,
.my-md-80 {
    margin-top: 20rem !important;
  }

  .mr-md-80,
.mx-md-80 {
    margin-right: 20rem !important;
  }

  .mb-md-80,
.my-md-80 {
    margin-bottom: 20rem !important;
  }

  .ml-md-80,
.mx-md-80 {
    margin-left: 20rem !important;
  }

  .m-md-96 {
    margin: 24rem !important;
  }

  .mt-md-96,
.my-md-96 {
    margin-top: 24rem !important;
  }

  .mr-md-96,
.mx-md-96 {
    margin-right: 24rem !important;
  }

  .mb-md-96,
.my-md-96 {
    margin-bottom: 24rem !important;
  }

  .ml-md-96,
.mx-md-96 {
    margin-left: 24rem !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: 0.75rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 0.75rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 0.75rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 0.75rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 0.75rem !important;
  }

  .p-md-4 {
    padding: 1rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1rem !important;
  }

  .p-md-5 {
    padding: 1.25rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 1.25rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 1.25rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 1.25rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 1.25rem !important;
  }

  .p-md-6 {
    padding: 1.5rem !important;
  }

  .pt-md-6,
.py-md-6 {
    padding-top: 1.5rem !important;
  }

  .pr-md-6,
.px-md-6 {
    padding-right: 1.5rem !important;
  }

  .pb-md-6,
.py-md-6 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-6,
.px-md-6 {
    padding-left: 1.5rem !important;
  }

  .p-md-7 {
    padding: 1.75rem !important;
  }

  .pt-md-7,
.py-md-7 {
    padding-top: 1.75rem !important;
  }

  .pr-md-7,
.px-md-7 {
    padding-right: 1.75rem !important;
  }

  .pb-md-7,
.py-md-7 {
    padding-bottom: 1.75rem !important;
  }

  .pl-md-7,
.px-md-7 {
    padding-left: 1.75rem !important;
  }

  .p-md-8 {
    padding: 2rem !important;
  }

  .pt-md-8,
.py-md-8 {
    padding-top: 2rem !important;
  }

  .pr-md-8,
.px-md-8 {
    padding-right: 2rem !important;
  }

  .pb-md-8,
.py-md-8 {
    padding-bottom: 2rem !important;
  }

  .pl-md-8,
.px-md-8 {
    padding-left: 2rem !important;
  }

  .p-md-9 {
    padding: 2.25rem !important;
  }

  .pt-md-9,
.py-md-9 {
    padding-top: 2.25rem !important;
  }

  .pr-md-9,
.px-md-9 {
    padding-right: 2.25rem !important;
  }

  .pb-md-9,
.py-md-9 {
    padding-bottom: 2.25rem !important;
  }

  .pl-md-9,
.px-md-9 {
    padding-left: 2.25rem !important;
  }

  .p-md-10 {
    padding: 2.5rem !important;
  }

  .pt-md-10,
.py-md-10 {
    padding-top: 2.5rem !important;
  }

  .pr-md-10,
.px-md-10 {
    padding-right: 2.5rem !important;
  }

  .pb-md-10,
.py-md-10 {
    padding-bottom: 2.5rem !important;
  }

  .pl-md-10,
.px-md-10 {
    padding-left: 2.5rem !important;
  }

  .p-md-11 {
    padding: 2.75rem !important;
  }

  .pt-md-11,
.py-md-11 {
    padding-top: 2.75rem !important;
  }

  .pr-md-11,
.px-md-11 {
    padding-right: 2.75rem !important;
  }

  .pb-md-11,
.py-md-11 {
    padding-bottom: 2.75rem !important;
  }

  .pl-md-11,
.px-md-11 {
    padding-left: 2.75rem !important;
  }

  .p-md-12 {
    padding: 3rem !important;
  }

  .pt-md-12,
.py-md-12 {
    padding-top: 3rem !important;
  }

  .pr-md-12,
.px-md-12 {
    padding-right: 3rem !important;
  }

  .pb-md-12,
.py-md-12 {
    padding-bottom: 3rem !important;
  }

  .pl-md-12,
.px-md-12 {
    padding-left: 3rem !important;
  }

  .p-md-14 {
    padding: 3.5rem !important;
  }

  .pt-md-14,
.py-md-14 {
    padding-top: 3.5rem !important;
  }

  .pr-md-14,
.px-md-14 {
    padding-right: 3.5rem !important;
  }

  .pb-md-14,
.py-md-14 {
    padding-bottom: 3.5rem !important;
  }

  .pl-md-14,
.px-md-14 {
    padding-left: 3.5rem !important;
  }

  .p-md-16 {
    padding: 4rem !important;
  }

  .pt-md-16,
.py-md-16 {
    padding-top: 4rem !important;
  }

  .pr-md-16,
.px-md-16 {
    padding-right: 4rem !important;
  }

  .pb-md-16,
.py-md-16 {
    padding-bottom: 4rem !important;
  }

  .pl-md-16,
.px-md-16 {
    padding-left: 4rem !important;
  }

  .p-md-20 {
    padding: 5rem !important;
  }

  .pt-md-20,
.py-md-20 {
    padding-top: 5rem !important;
  }

  .pr-md-20,
.px-md-20 {
    padding-right: 5rem !important;
  }

  .pb-md-20,
.py-md-20 {
    padding-bottom: 5rem !important;
  }

  .pl-md-20,
.px-md-20 {
    padding-left: 5rem !important;
  }

  .p-md-24 {
    padding: 6rem !important;
  }

  .pt-md-24,
.py-md-24 {
    padding-top: 6rem !important;
  }

  .pr-md-24,
.px-md-24 {
    padding-right: 6rem !important;
  }

  .pb-md-24,
.py-md-24 {
    padding-bottom: 6rem !important;
  }

  .pl-md-24,
.px-md-24 {
    padding-left: 6rem !important;
  }

  .p-md-28 {
    padding: 7rem !important;
  }

  .pt-md-28,
.py-md-28 {
    padding-top: 7rem !important;
  }

  .pr-md-28,
.px-md-28 {
    padding-right: 7rem !important;
  }

  .pb-md-28,
.py-md-28 {
    padding-bottom: 7rem !important;
  }

  .pl-md-28,
.px-md-28 {
    padding-left: 7rem !important;
  }

  .p-md-32 {
    padding: 8rem !important;
  }

  .pt-md-32,
.py-md-32 {
    padding-top: 8rem !important;
  }

  .pr-md-32,
.px-md-32 {
    padding-right: 8rem !important;
  }

  .pb-md-32,
.py-md-32 {
    padding-bottom: 8rem !important;
  }

  .pl-md-32,
.px-md-32 {
    padding-left: 8rem !important;
  }

  .p-md-36 {
    padding: 9rem !important;
  }

  .pt-md-36,
.py-md-36 {
    padding-top: 9rem !important;
  }

  .pr-md-36,
.px-md-36 {
    padding-right: 9rem !important;
  }

  .pb-md-36,
.py-md-36 {
    padding-bottom: 9rem !important;
  }

  .pl-md-36,
.px-md-36 {
    padding-left: 9rem !important;
  }

  .p-md-40 {
    padding: 10rem !important;
  }

  .pt-md-40,
.py-md-40 {
    padding-top: 10rem !important;
  }

  .pr-md-40,
.px-md-40 {
    padding-right: 10rem !important;
  }

  .pb-md-40,
.py-md-40 {
    padding-bottom: 10rem !important;
  }

  .pl-md-40,
.px-md-40 {
    padding-left: 10rem !important;
  }

  .p-md-44 {
    padding: 11rem !important;
  }

  .pt-md-44,
.py-md-44 {
    padding-top: 11rem !important;
  }

  .pr-md-44,
.px-md-44 {
    padding-right: 11rem !important;
  }

  .pb-md-44,
.py-md-44 {
    padding-bottom: 11rem !important;
  }

  .pl-md-44,
.px-md-44 {
    padding-left: 11rem !important;
  }

  .p-md-48 {
    padding: 12rem !important;
  }

  .pt-md-48,
.py-md-48 {
    padding-top: 12rem !important;
  }

  .pr-md-48,
.px-md-48 {
    padding-right: 12rem !important;
  }

  .pb-md-48,
.py-md-48 {
    padding-bottom: 12rem !important;
  }

  .pl-md-48,
.px-md-48 {
    padding-left: 12rem !important;
  }

  .p-md-52 {
    padding: 13rem !important;
  }

  .pt-md-52,
.py-md-52 {
    padding-top: 13rem !important;
  }

  .pr-md-52,
.px-md-52 {
    padding-right: 13rem !important;
  }

  .pb-md-52,
.py-md-52 {
    padding-bottom: 13rem !important;
  }

  .pl-md-52,
.px-md-52 {
    padding-left: 13rem !important;
  }

  .p-md-56 {
    padding: 14rem !important;
  }

  .pt-md-56,
.py-md-56 {
    padding-top: 14rem !important;
  }

  .pr-md-56,
.px-md-56 {
    padding-right: 14rem !important;
  }

  .pb-md-56,
.py-md-56 {
    padding-bottom: 14rem !important;
  }

  .pl-md-56,
.px-md-56 {
    padding-left: 14rem !important;
  }

  .p-md-60 {
    padding: 15rem !important;
  }

  .pt-md-60,
.py-md-60 {
    padding-top: 15rem !important;
  }

  .pr-md-60,
.px-md-60 {
    padding-right: 15rem !important;
  }

  .pb-md-60,
.py-md-60 {
    padding-bottom: 15rem !important;
  }

  .pl-md-60,
.px-md-60 {
    padding-left: 15rem !important;
  }

  .p-md-64 {
    padding: 16rem !important;
  }

  .pt-md-64,
.py-md-64 {
    padding-top: 16rem !important;
  }

  .pr-md-64,
.px-md-64 {
    padding-right: 16rem !important;
  }

  .pb-md-64,
.py-md-64 {
    padding-bottom: 16rem !important;
  }

  .pl-md-64,
.px-md-64 {
    padding-left: 16rem !important;
  }

  .p-md-72 {
    padding: 18rem !important;
  }

  .pt-md-72,
.py-md-72 {
    padding-top: 18rem !important;
  }

  .pr-md-72,
.px-md-72 {
    padding-right: 18rem !important;
  }

  .pb-md-72,
.py-md-72 {
    padding-bottom: 18rem !important;
  }

  .pl-md-72,
.px-md-72 {
    padding-left: 18rem !important;
  }

  .p-md-80 {
    padding: 20rem !important;
  }

  .pt-md-80,
.py-md-80 {
    padding-top: 20rem !important;
  }

  .pr-md-80,
.px-md-80 {
    padding-right: 20rem !important;
  }

  .pb-md-80,
.py-md-80 {
    padding-bottom: 20rem !important;
  }

  .pl-md-80,
.px-md-80 {
    padding-left: 20rem !important;
  }

  .p-md-96 {
    padding: 24rem !important;
  }

  .pt-md-96,
.py-md-96 {
    padding-top: 24rem !important;
  }

  .pr-md-96,
.px-md-96 {
    padding-right: 24rem !important;
  }

  .pb-md-96,
.py-md-96 {
    padding-bottom: 24rem !important;
  }

  .pl-md-96,
.px-md-96 {
    padding-left: 24rem !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: -0.75rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -0.75rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -0.75rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -0.75rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -0.75rem !important;
  }

  .m-md-n4 {
    margin: -1rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1rem !important;
  }

  .m-md-n5 {
    margin: -1.25rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -1.25rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -1.25rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -1.25rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -1.25rem !important;
  }

  .m-md-n6 {
    margin: -1.5rem !important;
  }

  .mt-md-n6,
.my-md-n6 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n6,
.mx-md-n6 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n6,
.my-md-n6 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n6,
.mx-md-n6 {
    margin-left: -1.5rem !important;
  }

  .m-md-n7 {
    margin: -1.75rem !important;
  }

  .mt-md-n7,
.my-md-n7 {
    margin-top: -1.75rem !important;
  }

  .mr-md-n7,
.mx-md-n7 {
    margin-right: -1.75rem !important;
  }

  .mb-md-n7,
.my-md-n7 {
    margin-bottom: -1.75rem !important;
  }

  .ml-md-n7,
.mx-md-n7 {
    margin-left: -1.75rem !important;
  }

  .m-md-n8 {
    margin: -2rem !important;
  }

  .mt-md-n8,
.my-md-n8 {
    margin-top: -2rem !important;
  }

  .mr-md-n8,
.mx-md-n8 {
    margin-right: -2rem !important;
  }

  .mb-md-n8,
.my-md-n8 {
    margin-bottom: -2rem !important;
  }

  .ml-md-n8,
.mx-md-n8 {
    margin-left: -2rem !important;
  }

  .m-md-n9 {
    margin: -2.25rem !important;
  }

  .mt-md-n9,
.my-md-n9 {
    margin-top: -2.25rem !important;
  }

  .mr-md-n9,
.mx-md-n9 {
    margin-right: -2.25rem !important;
  }

  .mb-md-n9,
.my-md-n9 {
    margin-bottom: -2.25rem !important;
  }

  .ml-md-n9,
.mx-md-n9 {
    margin-left: -2.25rem !important;
  }

  .m-md-n10 {
    margin: -2.5rem !important;
  }

  .mt-md-n10,
.my-md-n10 {
    margin-top: -2.5rem !important;
  }

  .mr-md-n10,
.mx-md-n10 {
    margin-right: -2.5rem !important;
  }

  .mb-md-n10,
.my-md-n10 {
    margin-bottom: -2.5rem !important;
  }

  .ml-md-n10,
.mx-md-n10 {
    margin-left: -2.5rem !important;
  }

  .m-md-n11 {
    margin: -2.75rem !important;
  }

  .mt-md-n11,
.my-md-n11 {
    margin-top: -2.75rem !important;
  }

  .mr-md-n11,
.mx-md-n11 {
    margin-right: -2.75rem !important;
  }

  .mb-md-n11,
.my-md-n11 {
    margin-bottom: -2.75rem !important;
  }

  .ml-md-n11,
.mx-md-n11 {
    margin-left: -2.75rem !important;
  }

  .m-md-n12 {
    margin: -3rem !important;
  }

  .mt-md-n12,
.my-md-n12 {
    margin-top: -3rem !important;
  }

  .mr-md-n12,
.mx-md-n12 {
    margin-right: -3rem !important;
  }

  .mb-md-n12,
.my-md-n12 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n12,
.mx-md-n12 {
    margin-left: -3rem !important;
  }

  .m-md-n14 {
    margin: -3.5rem !important;
  }

  .mt-md-n14,
.my-md-n14 {
    margin-top: -3.5rem !important;
  }

  .mr-md-n14,
.mx-md-n14 {
    margin-right: -3.5rem !important;
  }

  .mb-md-n14,
.my-md-n14 {
    margin-bottom: -3.5rem !important;
  }

  .ml-md-n14,
.mx-md-n14 {
    margin-left: -3.5rem !important;
  }

  .m-md-n16 {
    margin: -4rem !important;
  }

  .mt-md-n16,
.my-md-n16 {
    margin-top: -4rem !important;
  }

  .mr-md-n16,
.mx-md-n16 {
    margin-right: -4rem !important;
  }

  .mb-md-n16,
.my-md-n16 {
    margin-bottom: -4rem !important;
  }

  .ml-md-n16,
.mx-md-n16 {
    margin-left: -4rem !important;
  }

  .m-md-n20 {
    margin: -5rem !important;
  }

  .mt-md-n20,
.my-md-n20 {
    margin-top: -5rem !important;
  }

  .mr-md-n20,
.mx-md-n20 {
    margin-right: -5rem !important;
  }

  .mb-md-n20,
.my-md-n20 {
    margin-bottom: -5rem !important;
  }

  .ml-md-n20,
.mx-md-n20 {
    margin-left: -5rem !important;
  }

  .m-md-n24 {
    margin: -6rem !important;
  }

  .mt-md-n24,
.my-md-n24 {
    margin-top: -6rem !important;
  }

  .mr-md-n24,
.mx-md-n24 {
    margin-right: -6rem !important;
  }

  .mb-md-n24,
.my-md-n24 {
    margin-bottom: -6rem !important;
  }

  .ml-md-n24,
.mx-md-n24 {
    margin-left: -6rem !important;
  }

  .m-md-n28 {
    margin: -7rem !important;
  }

  .mt-md-n28,
.my-md-n28 {
    margin-top: -7rem !important;
  }

  .mr-md-n28,
.mx-md-n28 {
    margin-right: -7rem !important;
  }

  .mb-md-n28,
.my-md-n28 {
    margin-bottom: -7rem !important;
  }

  .ml-md-n28,
.mx-md-n28 {
    margin-left: -7rem !important;
  }

  .m-md-n32 {
    margin: -8rem !important;
  }

  .mt-md-n32,
.my-md-n32 {
    margin-top: -8rem !important;
  }

  .mr-md-n32,
.mx-md-n32 {
    margin-right: -8rem !important;
  }

  .mb-md-n32,
.my-md-n32 {
    margin-bottom: -8rem !important;
  }

  .ml-md-n32,
.mx-md-n32 {
    margin-left: -8rem !important;
  }

  .m-md-n36 {
    margin: -9rem !important;
  }

  .mt-md-n36,
.my-md-n36 {
    margin-top: -9rem !important;
  }

  .mr-md-n36,
.mx-md-n36 {
    margin-right: -9rem !important;
  }

  .mb-md-n36,
.my-md-n36 {
    margin-bottom: -9rem !important;
  }

  .ml-md-n36,
.mx-md-n36 {
    margin-left: -9rem !important;
  }

  .m-md-n40 {
    margin: -10rem !important;
  }

  .mt-md-n40,
.my-md-n40 {
    margin-top: -10rem !important;
  }

  .mr-md-n40,
.mx-md-n40 {
    margin-right: -10rem !important;
  }

  .mb-md-n40,
.my-md-n40 {
    margin-bottom: -10rem !important;
  }

  .ml-md-n40,
.mx-md-n40 {
    margin-left: -10rem !important;
  }

  .m-md-n44 {
    margin: -11rem !important;
  }

  .mt-md-n44,
.my-md-n44 {
    margin-top: -11rem !important;
  }

  .mr-md-n44,
.mx-md-n44 {
    margin-right: -11rem !important;
  }

  .mb-md-n44,
.my-md-n44 {
    margin-bottom: -11rem !important;
  }

  .ml-md-n44,
.mx-md-n44 {
    margin-left: -11rem !important;
  }

  .m-md-n48 {
    margin: -12rem !important;
  }

  .mt-md-n48,
.my-md-n48 {
    margin-top: -12rem !important;
  }

  .mr-md-n48,
.mx-md-n48 {
    margin-right: -12rem !important;
  }

  .mb-md-n48,
.my-md-n48 {
    margin-bottom: -12rem !important;
  }

  .ml-md-n48,
.mx-md-n48 {
    margin-left: -12rem !important;
  }

  .m-md-n52 {
    margin: -13rem !important;
  }

  .mt-md-n52,
.my-md-n52 {
    margin-top: -13rem !important;
  }

  .mr-md-n52,
.mx-md-n52 {
    margin-right: -13rem !important;
  }

  .mb-md-n52,
.my-md-n52 {
    margin-bottom: -13rem !important;
  }

  .ml-md-n52,
.mx-md-n52 {
    margin-left: -13rem !important;
  }

  .m-md-n56 {
    margin: -14rem !important;
  }

  .mt-md-n56,
.my-md-n56 {
    margin-top: -14rem !important;
  }

  .mr-md-n56,
.mx-md-n56 {
    margin-right: -14rem !important;
  }

  .mb-md-n56,
.my-md-n56 {
    margin-bottom: -14rem !important;
  }

  .ml-md-n56,
.mx-md-n56 {
    margin-left: -14rem !important;
  }

  .m-md-n60 {
    margin: -15rem !important;
  }

  .mt-md-n60,
.my-md-n60 {
    margin-top: -15rem !important;
  }

  .mr-md-n60,
.mx-md-n60 {
    margin-right: -15rem !important;
  }

  .mb-md-n60,
.my-md-n60 {
    margin-bottom: -15rem !important;
  }

  .ml-md-n60,
.mx-md-n60 {
    margin-left: -15rem !important;
  }

  .m-md-n64 {
    margin: -16rem !important;
  }

  .mt-md-n64,
.my-md-n64 {
    margin-top: -16rem !important;
  }

  .mr-md-n64,
.mx-md-n64 {
    margin-right: -16rem !important;
  }

  .mb-md-n64,
.my-md-n64 {
    margin-bottom: -16rem !important;
  }

  .ml-md-n64,
.mx-md-n64 {
    margin-left: -16rem !important;
  }

  .m-md-n72 {
    margin: -18rem !important;
  }

  .mt-md-n72,
.my-md-n72 {
    margin-top: -18rem !important;
  }

  .mr-md-n72,
.mx-md-n72 {
    margin-right: -18rem !important;
  }

  .mb-md-n72,
.my-md-n72 {
    margin-bottom: -18rem !important;
  }

  .ml-md-n72,
.mx-md-n72 {
    margin-left: -18rem !important;
  }

  .m-md-n80 {
    margin: -20rem !important;
  }

  .mt-md-n80,
.my-md-n80 {
    margin-top: -20rem !important;
  }

  .mr-md-n80,
.mx-md-n80 {
    margin-right: -20rem !important;
  }

  .mb-md-n80,
.my-md-n80 {
    margin-bottom: -20rem !important;
  }

  .ml-md-n80,
.mx-md-n80 {
    margin-left: -20rem !important;
  }

  .m-md-n96 {
    margin: -24rem !important;
  }

  .mt-md-n96,
.my-md-n96 {
    margin-top: -24rem !important;
  }

  .mr-md-n96,
.mx-md-n96 {
    margin-right: -24rem !important;
  }

  .mb-md-n96,
.my-md-n96 {
    margin-bottom: -24rem !important;
  }

  .ml-md-n96,
.mx-md-n96 {
    margin-left: -24rem !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: 0.75rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 0.75rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 0.75rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 0.75rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 0.75rem !important;
  }

  .m-lg-4 {
    margin: 1rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1rem !important;
  }

  .m-lg-5 {
    margin: 1.25rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 1.25rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 1.25rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 1.25rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 1.25rem !important;
  }

  .m-lg-6 {
    margin: 1.5rem !important;
  }

  .mt-lg-6,
.my-lg-6 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-6,
.mx-lg-6 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-6,
.my-lg-6 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-6,
.mx-lg-6 {
    margin-left: 1.5rem !important;
  }

  .m-lg-7 {
    margin: 1.75rem !important;
  }

  .mt-lg-7,
.my-lg-7 {
    margin-top: 1.75rem !important;
  }

  .mr-lg-7,
.mx-lg-7 {
    margin-right: 1.75rem !important;
  }

  .mb-lg-7,
.my-lg-7 {
    margin-bottom: 1.75rem !important;
  }

  .ml-lg-7,
.mx-lg-7 {
    margin-left: 1.75rem !important;
  }

  .m-lg-8 {
    margin: 2rem !important;
  }

  .mt-lg-8,
.my-lg-8 {
    margin-top: 2rem !important;
  }

  .mr-lg-8,
.mx-lg-8 {
    margin-right: 2rem !important;
  }

  .mb-lg-8,
.my-lg-8 {
    margin-bottom: 2rem !important;
  }

  .ml-lg-8,
.mx-lg-8 {
    margin-left: 2rem !important;
  }

  .m-lg-9 {
    margin: 2.25rem !important;
  }

  .mt-lg-9,
.my-lg-9 {
    margin-top: 2.25rem !important;
  }

  .mr-lg-9,
.mx-lg-9 {
    margin-right: 2.25rem !important;
  }

  .mb-lg-9,
.my-lg-9 {
    margin-bottom: 2.25rem !important;
  }

  .ml-lg-9,
.mx-lg-9 {
    margin-left: 2.25rem !important;
  }

  .m-lg-10 {
    margin: 2.5rem !important;
  }

  .mt-lg-10,
.my-lg-10 {
    margin-top: 2.5rem !important;
  }

  .mr-lg-10,
.mx-lg-10 {
    margin-right: 2.5rem !important;
  }

  .mb-lg-10,
.my-lg-10 {
    margin-bottom: 2.5rem !important;
  }

  .ml-lg-10,
.mx-lg-10 {
    margin-left: 2.5rem !important;
  }

  .m-lg-11 {
    margin: 2.75rem !important;
  }

  .mt-lg-11,
.my-lg-11 {
    margin-top: 2.75rem !important;
  }

  .mr-lg-11,
.mx-lg-11 {
    margin-right: 2.75rem !important;
  }

  .mb-lg-11,
.my-lg-11 {
    margin-bottom: 2.75rem !important;
  }

  .ml-lg-11,
.mx-lg-11 {
    margin-left: 2.75rem !important;
  }

  .m-lg-12 {
    margin: 3rem !important;
  }

  .mt-lg-12,
.my-lg-12 {
    margin-top: 3rem !important;
  }

  .mr-lg-12,
.mx-lg-12 {
    margin-right: 3rem !important;
  }

  .mb-lg-12,
.my-lg-12 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-12,
.mx-lg-12 {
    margin-left: 3rem !important;
  }

  .m-lg-14 {
    margin: 3.5rem !important;
  }

  .mt-lg-14,
.my-lg-14 {
    margin-top: 3.5rem !important;
  }

  .mr-lg-14,
.mx-lg-14 {
    margin-right: 3.5rem !important;
  }

  .mb-lg-14,
.my-lg-14 {
    margin-bottom: 3.5rem !important;
  }

  .ml-lg-14,
.mx-lg-14 {
    margin-left: 3.5rem !important;
  }

  .m-lg-16 {
    margin: 4rem !important;
  }

  .mt-lg-16,
.my-lg-16 {
    margin-top: 4rem !important;
  }

  .mr-lg-16,
.mx-lg-16 {
    margin-right: 4rem !important;
  }

  .mb-lg-16,
.my-lg-16 {
    margin-bottom: 4rem !important;
  }

  .ml-lg-16,
.mx-lg-16 {
    margin-left: 4rem !important;
  }

  .m-lg-20 {
    margin: 5rem !important;
  }

  .mt-lg-20,
.my-lg-20 {
    margin-top: 5rem !important;
  }

  .mr-lg-20,
.mx-lg-20 {
    margin-right: 5rem !important;
  }

  .mb-lg-20,
.my-lg-20 {
    margin-bottom: 5rem !important;
  }

  .ml-lg-20,
.mx-lg-20 {
    margin-left: 5rem !important;
  }

  .m-lg-24 {
    margin: 6rem !important;
  }

  .mt-lg-24,
.my-lg-24 {
    margin-top: 6rem !important;
  }

  .mr-lg-24,
.mx-lg-24 {
    margin-right: 6rem !important;
  }

  .mb-lg-24,
.my-lg-24 {
    margin-bottom: 6rem !important;
  }

  .ml-lg-24,
.mx-lg-24 {
    margin-left: 6rem !important;
  }

  .m-lg-28 {
    margin: 7rem !important;
  }

  .mt-lg-28,
.my-lg-28 {
    margin-top: 7rem !important;
  }

  .mr-lg-28,
.mx-lg-28 {
    margin-right: 7rem !important;
  }

  .mb-lg-28,
.my-lg-28 {
    margin-bottom: 7rem !important;
  }

  .ml-lg-28,
.mx-lg-28 {
    margin-left: 7rem !important;
  }

  .m-lg-32 {
    margin: 8rem !important;
  }

  .mt-lg-32,
.my-lg-32 {
    margin-top: 8rem !important;
  }

  .mr-lg-32,
.mx-lg-32 {
    margin-right: 8rem !important;
  }

  .mb-lg-32,
.my-lg-32 {
    margin-bottom: 8rem !important;
  }

  .ml-lg-32,
.mx-lg-32 {
    margin-left: 8rem !important;
  }

  .m-lg-36 {
    margin: 9rem !important;
  }

  .mt-lg-36,
.my-lg-36 {
    margin-top: 9rem !important;
  }

  .mr-lg-36,
.mx-lg-36 {
    margin-right: 9rem !important;
  }

  .mb-lg-36,
.my-lg-36 {
    margin-bottom: 9rem !important;
  }

  .ml-lg-36,
.mx-lg-36 {
    margin-left: 9rem !important;
  }

  .m-lg-40 {
    margin: 10rem !important;
  }

  .mt-lg-40,
.my-lg-40 {
    margin-top: 10rem !important;
  }

  .mr-lg-40,
.mx-lg-40 {
    margin-right: 10rem !important;
  }

  .mb-lg-40,
.my-lg-40 {
    margin-bottom: 10rem !important;
  }

  .ml-lg-40,
.mx-lg-40 {
    margin-left: 10rem !important;
  }

  .m-lg-44 {
    margin: 11rem !important;
  }

  .mt-lg-44,
.my-lg-44 {
    margin-top: 11rem !important;
  }

  .mr-lg-44,
.mx-lg-44 {
    margin-right: 11rem !important;
  }

  .mb-lg-44,
.my-lg-44 {
    margin-bottom: 11rem !important;
  }

  .ml-lg-44,
.mx-lg-44 {
    margin-left: 11rem !important;
  }

  .m-lg-48 {
    margin: 12rem !important;
  }

  .mt-lg-48,
.my-lg-48 {
    margin-top: 12rem !important;
  }

  .mr-lg-48,
.mx-lg-48 {
    margin-right: 12rem !important;
  }

  .mb-lg-48,
.my-lg-48 {
    margin-bottom: 12rem !important;
  }

  .ml-lg-48,
.mx-lg-48 {
    margin-left: 12rem !important;
  }

  .m-lg-52 {
    margin: 13rem !important;
  }

  .mt-lg-52,
.my-lg-52 {
    margin-top: 13rem !important;
  }

  .mr-lg-52,
.mx-lg-52 {
    margin-right: 13rem !important;
  }

  .mb-lg-52,
.my-lg-52 {
    margin-bottom: 13rem !important;
  }

  .ml-lg-52,
.mx-lg-52 {
    margin-left: 13rem !important;
  }

  .m-lg-56 {
    margin: 14rem !important;
  }

  .mt-lg-56,
.my-lg-56 {
    margin-top: 14rem !important;
  }

  .mr-lg-56,
.mx-lg-56 {
    margin-right: 14rem !important;
  }

  .mb-lg-56,
.my-lg-56 {
    margin-bottom: 14rem !important;
  }

  .ml-lg-56,
.mx-lg-56 {
    margin-left: 14rem !important;
  }

  .m-lg-60 {
    margin: 15rem !important;
  }

  .mt-lg-60,
.my-lg-60 {
    margin-top: 15rem !important;
  }

  .mr-lg-60,
.mx-lg-60 {
    margin-right: 15rem !important;
  }

  .mb-lg-60,
.my-lg-60 {
    margin-bottom: 15rem !important;
  }

  .ml-lg-60,
.mx-lg-60 {
    margin-left: 15rem !important;
  }

  .m-lg-64 {
    margin: 16rem !important;
  }

  .mt-lg-64,
.my-lg-64 {
    margin-top: 16rem !important;
  }

  .mr-lg-64,
.mx-lg-64 {
    margin-right: 16rem !important;
  }

  .mb-lg-64,
.my-lg-64 {
    margin-bottom: 16rem !important;
  }

  .ml-lg-64,
.mx-lg-64 {
    margin-left: 16rem !important;
  }

  .m-lg-72 {
    margin: 18rem !important;
  }

  .mt-lg-72,
.my-lg-72 {
    margin-top: 18rem !important;
  }

  .mr-lg-72,
.mx-lg-72 {
    margin-right: 18rem !important;
  }

  .mb-lg-72,
.my-lg-72 {
    margin-bottom: 18rem !important;
  }

  .ml-lg-72,
.mx-lg-72 {
    margin-left: 18rem !important;
  }

  .m-lg-80 {
    margin: 20rem !important;
  }

  .mt-lg-80,
.my-lg-80 {
    margin-top: 20rem !important;
  }

  .mr-lg-80,
.mx-lg-80 {
    margin-right: 20rem !important;
  }

  .mb-lg-80,
.my-lg-80 {
    margin-bottom: 20rem !important;
  }

  .ml-lg-80,
.mx-lg-80 {
    margin-left: 20rem !important;
  }

  .m-lg-96 {
    margin: 24rem !important;
  }

  .mt-lg-96,
.my-lg-96 {
    margin-top: 24rem !important;
  }

  .mr-lg-96,
.mx-lg-96 {
    margin-right: 24rem !important;
  }

  .mb-lg-96,
.my-lg-96 {
    margin-bottom: 24rem !important;
  }

  .ml-lg-96,
.mx-lg-96 {
    margin-left: 24rem !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: 0.75rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 0.75rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 0.75rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 0.75rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 0.75rem !important;
  }

  .p-lg-4 {
    padding: 1rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1rem !important;
  }

  .p-lg-5 {
    padding: 1.25rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 1.25rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 1.25rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 1.25rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 1.25rem !important;
  }

  .p-lg-6 {
    padding: 1.5rem !important;
  }

  .pt-lg-6,
.py-lg-6 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-6,
.px-lg-6 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-6,
.py-lg-6 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-6,
.px-lg-6 {
    padding-left: 1.5rem !important;
  }

  .p-lg-7 {
    padding: 1.75rem !important;
  }

  .pt-lg-7,
.py-lg-7 {
    padding-top: 1.75rem !important;
  }

  .pr-lg-7,
.px-lg-7 {
    padding-right: 1.75rem !important;
  }

  .pb-lg-7,
.py-lg-7 {
    padding-bottom: 1.75rem !important;
  }

  .pl-lg-7,
.px-lg-7 {
    padding-left: 1.75rem !important;
  }

  .p-lg-8 {
    padding: 2rem !important;
  }

  .pt-lg-8,
.py-lg-8 {
    padding-top: 2rem !important;
  }

  .pr-lg-8,
.px-lg-8 {
    padding-right: 2rem !important;
  }

  .pb-lg-8,
.py-lg-8 {
    padding-bottom: 2rem !important;
  }

  .pl-lg-8,
.px-lg-8 {
    padding-left: 2rem !important;
  }

  .p-lg-9 {
    padding: 2.25rem !important;
  }

  .pt-lg-9,
.py-lg-9 {
    padding-top: 2.25rem !important;
  }

  .pr-lg-9,
.px-lg-9 {
    padding-right: 2.25rem !important;
  }

  .pb-lg-9,
.py-lg-9 {
    padding-bottom: 2.25rem !important;
  }

  .pl-lg-9,
.px-lg-9 {
    padding-left: 2.25rem !important;
  }

  .p-lg-10 {
    padding: 2.5rem !important;
  }

  .pt-lg-10,
.py-lg-10 {
    padding-top: 2.5rem !important;
  }

  .pr-lg-10,
.px-lg-10 {
    padding-right: 2.5rem !important;
  }

  .pb-lg-10,
.py-lg-10 {
    padding-bottom: 2.5rem !important;
  }

  .pl-lg-10,
.px-lg-10 {
    padding-left: 2.5rem !important;
  }

  .p-lg-11 {
    padding: 2.75rem !important;
  }

  .pt-lg-11,
.py-lg-11 {
    padding-top: 2.75rem !important;
  }

  .pr-lg-11,
.px-lg-11 {
    padding-right: 2.75rem !important;
  }

  .pb-lg-11,
.py-lg-11 {
    padding-bottom: 2.75rem !important;
  }

  .pl-lg-11,
.px-lg-11 {
    padding-left: 2.75rem !important;
  }

  .p-lg-12 {
    padding: 3rem !important;
  }

  .pt-lg-12,
.py-lg-12 {
    padding-top: 3rem !important;
  }

  .pr-lg-12,
.px-lg-12 {
    padding-right: 3rem !important;
  }

  .pb-lg-12,
.py-lg-12 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-12,
.px-lg-12 {
    padding-left: 3rem !important;
  }

  .p-lg-14 {
    padding: 3.5rem !important;
  }

  .pt-lg-14,
.py-lg-14 {
    padding-top: 3.5rem !important;
  }

  .pr-lg-14,
.px-lg-14 {
    padding-right: 3.5rem !important;
  }

  .pb-lg-14,
.py-lg-14 {
    padding-bottom: 3.5rem !important;
  }

  .pl-lg-14,
.px-lg-14 {
    padding-left: 3.5rem !important;
  }

  .p-lg-16 {
    padding: 4rem !important;
  }

  .pt-lg-16,
.py-lg-16 {
    padding-top: 4rem !important;
  }

  .pr-lg-16,
.px-lg-16 {
    padding-right: 4rem !important;
  }

  .pb-lg-16,
.py-lg-16 {
    padding-bottom: 4rem !important;
  }

  .pl-lg-16,
.px-lg-16 {
    padding-left: 4rem !important;
  }

  .p-lg-20 {
    padding: 5rem !important;
  }

  .pt-lg-20,
.py-lg-20 {
    padding-top: 5rem !important;
  }

  .pr-lg-20,
.px-lg-20 {
    padding-right: 5rem !important;
  }

  .pb-lg-20,
.py-lg-20 {
    padding-bottom: 5rem !important;
  }

  .pl-lg-20,
.px-lg-20 {
    padding-left: 5rem !important;
  }

  .p-lg-24 {
    padding: 6rem !important;
  }

  .pt-lg-24,
.py-lg-24 {
    padding-top: 6rem !important;
  }

  .pr-lg-24,
.px-lg-24 {
    padding-right: 6rem !important;
  }

  .pb-lg-24,
.py-lg-24 {
    padding-bottom: 6rem !important;
  }

  .pl-lg-24,
.px-lg-24 {
    padding-left: 6rem !important;
  }

  .p-lg-28 {
    padding: 7rem !important;
  }

  .pt-lg-28,
.py-lg-28 {
    padding-top: 7rem !important;
  }

  .pr-lg-28,
.px-lg-28 {
    padding-right: 7rem !important;
  }

  .pb-lg-28,
.py-lg-28 {
    padding-bottom: 7rem !important;
  }

  .pl-lg-28,
.px-lg-28 {
    padding-left: 7rem !important;
  }

  .p-lg-32 {
    padding: 8rem !important;
  }

  .pt-lg-32,
.py-lg-32 {
    padding-top: 8rem !important;
  }

  .pr-lg-32,
.px-lg-32 {
    padding-right: 8rem !important;
  }

  .pb-lg-32,
.py-lg-32 {
    padding-bottom: 8rem !important;
  }

  .pl-lg-32,
.px-lg-32 {
    padding-left: 8rem !important;
  }

  .p-lg-36 {
    padding: 9rem !important;
  }

  .pt-lg-36,
.py-lg-36 {
    padding-top: 9rem !important;
  }

  .pr-lg-36,
.px-lg-36 {
    padding-right: 9rem !important;
  }

  .pb-lg-36,
.py-lg-36 {
    padding-bottom: 9rem !important;
  }

  .pl-lg-36,
.px-lg-36 {
    padding-left: 9rem !important;
  }

  .p-lg-40 {
    padding: 10rem !important;
  }

  .pt-lg-40,
.py-lg-40 {
    padding-top: 10rem !important;
  }

  .pr-lg-40,
.px-lg-40 {
    padding-right: 10rem !important;
  }

  .pb-lg-40,
.py-lg-40 {
    padding-bottom: 10rem !important;
  }

  .pl-lg-40,
.px-lg-40 {
    padding-left: 10rem !important;
  }

  .p-lg-44 {
    padding: 11rem !important;
  }

  .pt-lg-44,
.py-lg-44 {
    padding-top: 11rem !important;
  }

  .pr-lg-44,
.px-lg-44 {
    padding-right: 11rem !important;
  }

  .pb-lg-44,
.py-lg-44 {
    padding-bottom: 11rem !important;
  }

  .pl-lg-44,
.px-lg-44 {
    padding-left: 11rem !important;
  }

  .p-lg-48 {
    padding: 12rem !important;
  }

  .pt-lg-48,
.py-lg-48 {
    padding-top: 12rem !important;
  }

  .pr-lg-48,
.px-lg-48 {
    padding-right: 12rem !important;
  }

  .pb-lg-48,
.py-lg-48 {
    padding-bottom: 12rem !important;
  }

  .pl-lg-48,
.px-lg-48 {
    padding-left: 12rem !important;
  }

  .p-lg-52 {
    padding: 13rem !important;
  }

  .pt-lg-52,
.py-lg-52 {
    padding-top: 13rem !important;
  }

  .pr-lg-52,
.px-lg-52 {
    padding-right: 13rem !important;
  }

  .pb-lg-52,
.py-lg-52 {
    padding-bottom: 13rem !important;
  }

  .pl-lg-52,
.px-lg-52 {
    padding-left: 13rem !important;
  }

  .p-lg-56 {
    padding: 14rem !important;
  }

  .pt-lg-56,
.py-lg-56 {
    padding-top: 14rem !important;
  }

  .pr-lg-56,
.px-lg-56 {
    padding-right: 14rem !important;
  }

  .pb-lg-56,
.py-lg-56 {
    padding-bottom: 14rem !important;
  }

  .pl-lg-56,
.px-lg-56 {
    padding-left: 14rem !important;
  }

  .p-lg-60 {
    padding: 15rem !important;
  }

  .pt-lg-60,
.py-lg-60 {
    padding-top: 15rem !important;
  }

  .pr-lg-60,
.px-lg-60 {
    padding-right: 15rem !important;
  }

  .pb-lg-60,
.py-lg-60 {
    padding-bottom: 15rem !important;
  }

  .pl-lg-60,
.px-lg-60 {
    padding-left: 15rem !important;
  }

  .p-lg-64 {
    padding: 16rem !important;
  }

  .pt-lg-64,
.py-lg-64 {
    padding-top: 16rem !important;
  }

  .pr-lg-64,
.px-lg-64 {
    padding-right: 16rem !important;
  }

  .pb-lg-64,
.py-lg-64 {
    padding-bottom: 16rem !important;
  }

  .pl-lg-64,
.px-lg-64 {
    padding-left: 16rem !important;
  }

  .p-lg-72 {
    padding: 18rem !important;
  }

  .pt-lg-72,
.py-lg-72 {
    padding-top: 18rem !important;
  }

  .pr-lg-72,
.px-lg-72 {
    padding-right: 18rem !important;
  }

  .pb-lg-72,
.py-lg-72 {
    padding-bottom: 18rem !important;
  }

  .pl-lg-72,
.px-lg-72 {
    padding-left: 18rem !important;
  }

  .p-lg-80 {
    padding: 20rem !important;
  }

  .pt-lg-80,
.py-lg-80 {
    padding-top: 20rem !important;
  }

  .pr-lg-80,
.px-lg-80 {
    padding-right: 20rem !important;
  }

  .pb-lg-80,
.py-lg-80 {
    padding-bottom: 20rem !important;
  }

  .pl-lg-80,
.px-lg-80 {
    padding-left: 20rem !important;
  }

  .p-lg-96 {
    padding: 24rem !important;
  }

  .pt-lg-96,
.py-lg-96 {
    padding-top: 24rem !important;
  }

  .pr-lg-96,
.px-lg-96 {
    padding-right: 24rem !important;
  }

  .pb-lg-96,
.py-lg-96 {
    padding-bottom: 24rem !important;
  }

  .pl-lg-96,
.px-lg-96 {
    padding-left: 24rem !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: -0.75rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -0.75rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -0.75rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -0.75rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -0.75rem !important;
  }

  .m-lg-n4 {
    margin: -1rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1rem !important;
  }

  .m-lg-n5 {
    margin: -1.25rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -1.25rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -1.25rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -1.25rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -1.25rem !important;
  }

  .m-lg-n6 {
    margin: -1.5rem !important;
  }

  .mt-lg-n6,
.my-lg-n6 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n6,
.mx-lg-n6 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n6,
.my-lg-n6 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n6,
.mx-lg-n6 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n7 {
    margin: -1.75rem !important;
  }

  .mt-lg-n7,
.my-lg-n7 {
    margin-top: -1.75rem !important;
  }

  .mr-lg-n7,
.mx-lg-n7 {
    margin-right: -1.75rem !important;
  }

  .mb-lg-n7,
.my-lg-n7 {
    margin-bottom: -1.75rem !important;
  }

  .ml-lg-n7,
.mx-lg-n7 {
    margin-left: -1.75rem !important;
  }

  .m-lg-n8 {
    margin: -2rem !important;
  }

  .mt-lg-n8,
.my-lg-n8 {
    margin-top: -2rem !important;
  }

  .mr-lg-n8,
.mx-lg-n8 {
    margin-right: -2rem !important;
  }

  .mb-lg-n8,
.my-lg-n8 {
    margin-bottom: -2rem !important;
  }

  .ml-lg-n8,
.mx-lg-n8 {
    margin-left: -2rem !important;
  }

  .m-lg-n9 {
    margin: -2.25rem !important;
  }

  .mt-lg-n9,
.my-lg-n9 {
    margin-top: -2.25rem !important;
  }

  .mr-lg-n9,
.mx-lg-n9 {
    margin-right: -2.25rem !important;
  }

  .mb-lg-n9,
.my-lg-n9 {
    margin-bottom: -2.25rem !important;
  }

  .ml-lg-n9,
.mx-lg-n9 {
    margin-left: -2.25rem !important;
  }

  .m-lg-n10 {
    margin: -2.5rem !important;
  }

  .mt-lg-n10,
.my-lg-n10 {
    margin-top: -2.5rem !important;
  }

  .mr-lg-n10,
.mx-lg-n10 {
    margin-right: -2.5rem !important;
  }

  .mb-lg-n10,
.my-lg-n10 {
    margin-bottom: -2.5rem !important;
  }

  .ml-lg-n10,
.mx-lg-n10 {
    margin-left: -2.5rem !important;
  }

  .m-lg-n11 {
    margin: -2.75rem !important;
  }

  .mt-lg-n11,
.my-lg-n11 {
    margin-top: -2.75rem !important;
  }

  .mr-lg-n11,
.mx-lg-n11 {
    margin-right: -2.75rem !important;
  }

  .mb-lg-n11,
.my-lg-n11 {
    margin-bottom: -2.75rem !important;
  }

  .ml-lg-n11,
.mx-lg-n11 {
    margin-left: -2.75rem !important;
  }

  .m-lg-n12 {
    margin: -3rem !important;
  }

  .mt-lg-n12,
.my-lg-n12 {
    margin-top: -3rem !important;
  }

  .mr-lg-n12,
.mx-lg-n12 {
    margin-right: -3rem !important;
  }

  .mb-lg-n12,
.my-lg-n12 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n12,
.mx-lg-n12 {
    margin-left: -3rem !important;
  }

  .m-lg-n14 {
    margin: -3.5rem !important;
  }

  .mt-lg-n14,
.my-lg-n14 {
    margin-top: -3.5rem !important;
  }

  .mr-lg-n14,
.mx-lg-n14 {
    margin-right: -3.5rem !important;
  }

  .mb-lg-n14,
.my-lg-n14 {
    margin-bottom: -3.5rem !important;
  }

  .ml-lg-n14,
.mx-lg-n14 {
    margin-left: -3.5rem !important;
  }

  .m-lg-n16 {
    margin: -4rem !important;
  }

  .mt-lg-n16,
.my-lg-n16 {
    margin-top: -4rem !important;
  }

  .mr-lg-n16,
.mx-lg-n16 {
    margin-right: -4rem !important;
  }

  .mb-lg-n16,
.my-lg-n16 {
    margin-bottom: -4rem !important;
  }

  .ml-lg-n16,
.mx-lg-n16 {
    margin-left: -4rem !important;
  }

  .m-lg-n20 {
    margin: -5rem !important;
  }

  .mt-lg-n20,
.my-lg-n20 {
    margin-top: -5rem !important;
  }

  .mr-lg-n20,
.mx-lg-n20 {
    margin-right: -5rem !important;
  }

  .mb-lg-n20,
.my-lg-n20 {
    margin-bottom: -5rem !important;
  }

  .ml-lg-n20,
.mx-lg-n20 {
    margin-left: -5rem !important;
  }

  .m-lg-n24 {
    margin: -6rem !important;
  }

  .mt-lg-n24,
.my-lg-n24 {
    margin-top: -6rem !important;
  }

  .mr-lg-n24,
.mx-lg-n24 {
    margin-right: -6rem !important;
  }

  .mb-lg-n24,
.my-lg-n24 {
    margin-bottom: -6rem !important;
  }

  .ml-lg-n24,
.mx-lg-n24 {
    margin-left: -6rem !important;
  }

  .m-lg-n28 {
    margin: -7rem !important;
  }

  .mt-lg-n28,
.my-lg-n28 {
    margin-top: -7rem !important;
  }

  .mr-lg-n28,
.mx-lg-n28 {
    margin-right: -7rem !important;
  }

  .mb-lg-n28,
.my-lg-n28 {
    margin-bottom: -7rem !important;
  }

  .ml-lg-n28,
.mx-lg-n28 {
    margin-left: -7rem !important;
  }

  .m-lg-n32 {
    margin: -8rem !important;
  }

  .mt-lg-n32,
.my-lg-n32 {
    margin-top: -8rem !important;
  }

  .mr-lg-n32,
.mx-lg-n32 {
    margin-right: -8rem !important;
  }

  .mb-lg-n32,
.my-lg-n32 {
    margin-bottom: -8rem !important;
  }

  .ml-lg-n32,
.mx-lg-n32 {
    margin-left: -8rem !important;
  }

  .m-lg-n36 {
    margin: -9rem !important;
  }

  .mt-lg-n36,
.my-lg-n36 {
    margin-top: -9rem !important;
  }

  .mr-lg-n36,
.mx-lg-n36 {
    margin-right: -9rem !important;
  }

  .mb-lg-n36,
.my-lg-n36 {
    margin-bottom: -9rem !important;
  }

  .ml-lg-n36,
.mx-lg-n36 {
    margin-left: -9rem !important;
  }

  .m-lg-n40 {
    margin: -10rem !important;
  }

  .mt-lg-n40,
.my-lg-n40 {
    margin-top: -10rem !important;
  }

  .mr-lg-n40,
.mx-lg-n40 {
    margin-right: -10rem !important;
  }

  .mb-lg-n40,
.my-lg-n40 {
    margin-bottom: -10rem !important;
  }

  .ml-lg-n40,
.mx-lg-n40 {
    margin-left: -10rem !important;
  }

  .m-lg-n44 {
    margin: -11rem !important;
  }

  .mt-lg-n44,
.my-lg-n44 {
    margin-top: -11rem !important;
  }

  .mr-lg-n44,
.mx-lg-n44 {
    margin-right: -11rem !important;
  }

  .mb-lg-n44,
.my-lg-n44 {
    margin-bottom: -11rem !important;
  }

  .ml-lg-n44,
.mx-lg-n44 {
    margin-left: -11rem !important;
  }

  .m-lg-n48 {
    margin: -12rem !important;
  }

  .mt-lg-n48,
.my-lg-n48 {
    margin-top: -12rem !important;
  }

  .mr-lg-n48,
.mx-lg-n48 {
    margin-right: -12rem !important;
  }

  .mb-lg-n48,
.my-lg-n48 {
    margin-bottom: -12rem !important;
  }

  .ml-lg-n48,
.mx-lg-n48 {
    margin-left: -12rem !important;
  }

  .m-lg-n52 {
    margin: -13rem !important;
  }

  .mt-lg-n52,
.my-lg-n52 {
    margin-top: -13rem !important;
  }

  .mr-lg-n52,
.mx-lg-n52 {
    margin-right: -13rem !important;
  }

  .mb-lg-n52,
.my-lg-n52 {
    margin-bottom: -13rem !important;
  }

  .ml-lg-n52,
.mx-lg-n52 {
    margin-left: -13rem !important;
  }

  .m-lg-n56 {
    margin: -14rem !important;
  }

  .mt-lg-n56,
.my-lg-n56 {
    margin-top: -14rem !important;
  }

  .mr-lg-n56,
.mx-lg-n56 {
    margin-right: -14rem !important;
  }

  .mb-lg-n56,
.my-lg-n56 {
    margin-bottom: -14rem !important;
  }

  .ml-lg-n56,
.mx-lg-n56 {
    margin-left: -14rem !important;
  }

  .m-lg-n60 {
    margin: -15rem !important;
  }

  .mt-lg-n60,
.my-lg-n60 {
    margin-top: -15rem !important;
  }

  .mr-lg-n60,
.mx-lg-n60 {
    margin-right: -15rem !important;
  }

  .mb-lg-n60,
.my-lg-n60 {
    margin-bottom: -15rem !important;
  }

  .ml-lg-n60,
.mx-lg-n60 {
    margin-left: -15rem !important;
  }

  .m-lg-n64 {
    margin: -16rem !important;
  }

  .mt-lg-n64,
.my-lg-n64 {
    margin-top: -16rem !important;
  }

  .mr-lg-n64,
.mx-lg-n64 {
    margin-right: -16rem !important;
  }

  .mb-lg-n64,
.my-lg-n64 {
    margin-bottom: -16rem !important;
  }

  .ml-lg-n64,
.mx-lg-n64 {
    margin-left: -16rem !important;
  }

  .m-lg-n72 {
    margin: -18rem !important;
  }

  .mt-lg-n72,
.my-lg-n72 {
    margin-top: -18rem !important;
  }

  .mr-lg-n72,
.mx-lg-n72 {
    margin-right: -18rem !important;
  }

  .mb-lg-n72,
.my-lg-n72 {
    margin-bottom: -18rem !important;
  }

  .ml-lg-n72,
.mx-lg-n72 {
    margin-left: -18rem !important;
  }

  .m-lg-n80 {
    margin: -20rem !important;
  }

  .mt-lg-n80,
.my-lg-n80 {
    margin-top: -20rem !important;
  }

  .mr-lg-n80,
.mx-lg-n80 {
    margin-right: -20rem !important;
  }

  .mb-lg-n80,
.my-lg-n80 {
    margin-bottom: -20rem !important;
  }

  .ml-lg-n80,
.mx-lg-n80 {
    margin-left: -20rem !important;
  }

  .m-lg-n96 {
    margin: -24rem !important;
  }

  .mt-lg-n96,
.my-lg-n96 {
    margin-top: -24rem !important;
  }

  .mr-lg-n96,
.mx-lg-n96 {
    margin-right: -24rem !important;
  }

  .mb-lg-n96,
.my-lg-n96 {
    margin-bottom: -24rem !important;
  }

  .ml-lg-n96,
.mx-lg-n96 {
    margin-left: -24rem !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: 0.75rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 0.75rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 0.75rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 0.75rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 0.75rem !important;
  }

  .m-xl-4 {
    margin: 1rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1rem !important;
  }

  .m-xl-5 {
    margin: 1.25rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 1.25rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 1.25rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 1.25rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 1.25rem !important;
  }

  .m-xl-6 {
    margin: 1.5rem !important;
  }

  .mt-xl-6,
.my-xl-6 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-6,
.mx-xl-6 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-6,
.my-xl-6 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-6,
.mx-xl-6 {
    margin-left: 1.5rem !important;
  }

  .m-xl-7 {
    margin: 1.75rem !important;
  }

  .mt-xl-7,
.my-xl-7 {
    margin-top: 1.75rem !important;
  }

  .mr-xl-7,
.mx-xl-7 {
    margin-right: 1.75rem !important;
  }

  .mb-xl-7,
.my-xl-7 {
    margin-bottom: 1.75rem !important;
  }

  .ml-xl-7,
.mx-xl-7 {
    margin-left: 1.75rem !important;
  }

  .m-xl-8 {
    margin: 2rem !important;
  }

  .mt-xl-8,
.my-xl-8 {
    margin-top: 2rem !important;
  }

  .mr-xl-8,
.mx-xl-8 {
    margin-right: 2rem !important;
  }

  .mb-xl-8,
.my-xl-8 {
    margin-bottom: 2rem !important;
  }

  .ml-xl-8,
.mx-xl-8 {
    margin-left: 2rem !important;
  }

  .m-xl-9 {
    margin: 2.25rem !important;
  }

  .mt-xl-9,
.my-xl-9 {
    margin-top: 2.25rem !important;
  }

  .mr-xl-9,
.mx-xl-9 {
    margin-right: 2.25rem !important;
  }

  .mb-xl-9,
.my-xl-9 {
    margin-bottom: 2.25rem !important;
  }

  .ml-xl-9,
.mx-xl-9 {
    margin-left: 2.25rem !important;
  }

  .m-xl-10 {
    margin: 2.5rem !important;
  }

  .mt-xl-10,
.my-xl-10 {
    margin-top: 2.5rem !important;
  }

  .mr-xl-10,
.mx-xl-10 {
    margin-right: 2.5rem !important;
  }

  .mb-xl-10,
.my-xl-10 {
    margin-bottom: 2.5rem !important;
  }

  .ml-xl-10,
.mx-xl-10 {
    margin-left: 2.5rem !important;
  }

  .m-xl-11 {
    margin: 2.75rem !important;
  }

  .mt-xl-11,
.my-xl-11 {
    margin-top: 2.75rem !important;
  }

  .mr-xl-11,
.mx-xl-11 {
    margin-right: 2.75rem !important;
  }

  .mb-xl-11,
.my-xl-11 {
    margin-bottom: 2.75rem !important;
  }

  .ml-xl-11,
.mx-xl-11 {
    margin-left: 2.75rem !important;
  }

  .m-xl-12 {
    margin: 3rem !important;
  }

  .mt-xl-12,
.my-xl-12 {
    margin-top: 3rem !important;
  }

  .mr-xl-12,
.mx-xl-12 {
    margin-right: 3rem !important;
  }

  .mb-xl-12,
.my-xl-12 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-12,
.mx-xl-12 {
    margin-left: 3rem !important;
  }

  .m-xl-14 {
    margin: 3.5rem !important;
  }

  .mt-xl-14,
.my-xl-14 {
    margin-top: 3.5rem !important;
  }

  .mr-xl-14,
.mx-xl-14 {
    margin-right: 3.5rem !important;
  }

  .mb-xl-14,
.my-xl-14 {
    margin-bottom: 3.5rem !important;
  }

  .ml-xl-14,
.mx-xl-14 {
    margin-left: 3.5rem !important;
  }

  .m-xl-16 {
    margin: 4rem !important;
  }

  .mt-xl-16,
.my-xl-16 {
    margin-top: 4rem !important;
  }

  .mr-xl-16,
.mx-xl-16 {
    margin-right: 4rem !important;
  }

  .mb-xl-16,
.my-xl-16 {
    margin-bottom: 4rem !important;
  }

  .ml-xl-16,
.mx-xl-16 {
    margin-left: 4rem !important;
  }

  .m-xl-20 {
    margin: 5rem !important;
  }

  .mt-xl-20,
.my-xl-20 {
    margin-top: 5rem !important;
  }

  .mr-xl-20,
.mx-xl-20 {
    margin-right: 5rem !important;
  }

  .mb-xl-20,
.my-xl-20 {
    margin-bottom: 5rem !important;
  }

  .ml-xl-20,
.mx-xl-20 {
    margin-left: 5rem !important;
  }

  .m-xl-24 {
    margin: 6rem !important;
  }

  .mt-xl-24,
.my-xl-24 {
    margin-top: 6rem !important;
  }

  .mr-xl-24,
.mx-xl-24 {
    margin-right: 6rem !important;
  }

  .mb-xl-24,
.my-xl-24 {
    margin-bottom: 6rem !important;
  }

  .ml-xl-24,
.mx-xl-24 {
    margin-left: 6rem !important;
  }

  .m-xl-28 {
    margin: 7rem !important;
  }

  .mt-xl-28,
.my-xl-28 {
    margin-top: 7rem !important;
  }

  .mr-xl-28,
.mx-xl-28 {
    margin-right: 7rem !important;
  }

  .mb-xl-28,
.my-xl-28 {
    margin-bottom: 7rem !important;
  }

  .ml-xl-28,
.mx-xl-28 {
    margin-left: 7rem !important;
  }

  .m-xl-32 {
    margin: 8rem !important;
  }

  .mt-xl-32,
.my-xl-32 {
    margin-top: 8rem !important;
  }

  .mr-xl-32,
.mx-xl-32 {
    margin-right: 8rem !important;
  }

  .mb-xl-32,
.my-xl-32 {
    margin-bottom: 8rem !important;
  }

  .ml-xl-32,
.mx-xl-32 {
    margin-left: 8rem !important;
  }

  .m-xl-36 {
    margin: 9rem !important;
  }

  .mt-xl-36,
.my-xl-36 {
    margin-top: 9rem !important;
  }

  .mr-xl-36,
.mx-xl-36 {
    margin-right: 9rem !important;
  }

  .mb-xl-36,
.my-xl-36 {
    margin-bottom: 9rem !important;
  }

  .ml-xl-36,
.mx-xl-36 {
    margin-left: 9rem !important;
  }

  .m-xl-40 {
    margin: 10rem !important;
  }

  .mt-xl-40,
.my-xl-40 {
    margin-top: 10rem !important;
  }

  .mr-xl-40,
.mx-xl-40 {
    margin-right: 10rem !important;
  }

  .mb-xl-40,
.my-xl-40 {
    margin-bottom: 10rem !important;
  }

  .ml-xl-40,
.mx-xl-40 {
    margin-left: 10rem !important;
  }

  .m-xl-44 {
    margin: 11rem !important;
  }

  .mt-xl-44,
.my-xl-44 {
    margin-top: 11rem !important;
  }

  .mr-xl-44,
.mx-xl-44 {
    margin-right: 11rem !important;
  }

  .mb-xl-44,
.my-xl-44 {
    margin-bottom: 11rem !important;
  }

  .ml-xl-44,
.mx-xl-44 {
    margin-left: 11rem !important;
  }

  .m-xl-48 {
    margin: 12rem !important;
  }

  .mt-xl-48,
.my-xl-48 {
    margin-top: 12rem !important;
  }

  .mr-xl-48,
.mx-xl-48 {
    margin-right: 12rem !important;
  }

  .mb-xl-48,
.my-xl-48 {
    margin-bottom: 12rem !important;
  }

  .ml-xl-48,
.mx-xl-48 {
    margin-left: 12rem !important;
  }

  .m-xl-52 {
    margin: 13rem !important;
  }

  .mt-xl-52,
.my-xl-52 {
    margin-top: 13rem !important;
  }

  .mr-xl-52,
.mx-xl-52 {
    margin-right: 13rem !important;
  }

  .mb-xl-52,
.my-xl-52 {
    margin-bottom: 13rem !important;
  }

  .ml-xl-52,
.mx-xl-52 {
    margin-left: 13rem !important;
  }

  .m-xl-56 {
    margin: 14rem !important;
  }

  .mt-xl-56,
.my-xl-56 {
    margin-top: 14rem !important;
  }

  .mr-xl-56,
.mx-xl-56 {
    margin-right: 14rem !important;
  }

  .mb-xl-56,
.my-xl-56 {
    margin-bottom: 14rem !important;
  }

  .ml-xl-56,
.mx-xl-56 {
    margin-left: 14rem !important;
  }

  .m-xl-60 {
    margin: 15rem !important;
  }

  .mt-xl-60,
.my-xl-60 {
    margin-top: 15rem !important;
  }

  .mr-xl-60,
.mx-xl-60 {
    margin-right: 15rem !important;
  }

  .mb-xl-60,
.my-xl-60 {
    margin-bottom: 15rem !important;
  }

  .ml-xl-60,
.mx-xl-60 {
    margin-left: 15rem !important;
  }

  .m-xl-64 {
    margin: 16rem !important;
  }

  .mt-xl-64,
.my-xl-64 {
    margin-top: 16rem !important;
  }

  .mr-xl-64,
.mx-xl-64 {
    margin-right: 16rem !important;
  }

  .mb-xl-64,
.my-xl-64 {
    margin-bottom: 16rem !important;
  }

  .ml-xl-64,
.mx-xl-64 {
    margin-left: 16rem !important;
  }

  .m-xl-72 {
    margin: 18rem !important;
  }

  .mt-xl-72,
.my-xl-72 {
    margin-top: 18rem !important;
  }

  .mr-xl-72,
.mx-xl-72 {
    margin-right: 18rem !important;
  }

  .mb-xl-72,
.my-xl-72 {
    margin-bottom: 18rem !important;
  }

  .ml-xl-72,
.mx-xl-72 {
    margin-left: 18rem !important;
  }

  .m-xl-80 {
    margin: 20rem !important;
  }

  .mt-xl-80,
.my-xl-80 {
    margin-top: 20rem !important;
  }

  .mr-xl-80,
.mx-xl-80 {
    margin-right: 20rem !important;
  }

  .mb-xl-80,
.my-xl-80 {
    margin-bottom: 20rem !important;
  }

  .ml-xl-80,
.mx-xl-80 {
    margin-left: 20rem !important;
  }

  .m-xl-96 {
    margin: 24rem !important;
  }

  .mt-xl-96,
.my-xl-96 {
    margin-top: 24rem !important;
  }

  .mr-xl-96,
.mx-xl-96 {
    margin-right: 24rem !important;
  }

  .mb-xl-96,
.my-xl-96 {
    margin-bottom: 24rem !important;
  }

  .ml-xl-96,
.mx-xl-96 {
    margin-left: 24rem !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: 0.75rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 0.75rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 0.75rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 0.75rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 0.75rem !important;
  }

  .p-xl-4 {
    padding: 1rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1rem !important;
  }

  .p-xl-5 {
    padding: 1.25rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 1.25rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 1.25rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 1.25rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 1.25rem !important;
  }

  .p-xl-6 {
    padding: 1.5rem !important;
  }

  .pt-xl-6,
.py-xl-6 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-6,
.px-xl-6 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-6,
.py-xl-6 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-6,
.px-xl-6 {
    padding-left: 1.5rem !important;
  }

  .p-xl-7 {
    padding: 1.75rem !important;
  }

  .pt-xl-7,
.py-xl-7 {
    padding-top: 1.75rem !important;
  }

  .pr-xl-7,
.px-xl-7 {
    padding-right: 1.75rem !important;
  }

  .pb-xl-7,
.py-xl-7 {
    padding-bottom: 1.75rem !important;
  }

  .pl-xl-7,
.px-xl-7 {
    padding-left: 1.75rem !important;
  }

  .p-xl-8 {
    padding: 2rem !important;
  }

  .pt-xl-8,
.py-xl-8 {
    padding-top: 2rem !important;
  }

  .pr-xl-8,
.px-xl-8 {
    padding-right: 2rem !important;
  }

  .pb-xl-8,
.py-xl-8 {
    padding-bottom: 2rem !important;
  }

  .pl-xl-8,
.px-xl-8 {
    padding-left: 2rem !important;
  }

  .p-xl-9 {
    padding: 2.25rem !important;
  }

  .pt-xl-9,
.py-xl-9 {
    padding-top: 2.25rem !important;
  }

  .pr-xl-9,
.px-xl-9 {
    padding-right: 2.25rem !important;
  }

  .pb-xl-9,
.py-xl-9 {
    padding-bottom: 2.25rem !important;
  }

  .pl-xl-9,
.px-xl-9 {
    padding-left: 2.25rem !important;
  }

  .p-xl-10 {
    padding: 2.5rem !important;
  }

  .pt-xl-10,
.py-xl-10 {
    padding-top: 2.5rem !important;
  }

  .pr-xl-10,
.px-xl-10 {
    padding-right: 2.5rem !important;
  }

  .pb-xl-10,
.py-xl-10 {
    padding-bottom: 2.5rem !important;
  }

  .pl-xl-10,
.px-xl-10 {
    padding-left: 2.5rem !important;
  }

  .p-xl-11 {
    padding: 2.75rem !important;
  }

  .pt-xl-11,
.py-xl-11 {
    padding-top: 2.75rem !important;
  }

  .pr-xl-11,
.px-xl-11 {
    padding-right: 2.75rem !important;
  }

  .pb-xl-11,
.py-xl-11 {
    padding-bottom: 2.75rem !important;
  }

  .pl-xl-11,
.px-xl-11 {
    padding-left: 2.75rem !important;
  }

  .p-xl-12 {
    padding: 3rem !important;
  }

  .pt-xl-12,
.py-xl-12 {
    padding-top: 3rem !important;
  }

  .pr-xl-12,
.px-xl-12 {
    padding-right: 3rem !important;
  }

  .pb-xl-12,
.py-xl-12 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-12,
.px-xl-12 {
    padding-left: 3rem !important;
  }

  .p-xl-14 {
    padding: 3.5rem !important;
  }

  .pt-xl-14,
.py-xl-14 {
    padding-top: 3.5rem !important;
  }

  .pr-xl-14,
.px-xl-14 {
    padding-right: 3.5rem !important;
  }

  .pb-xl-14,
.py-xl-14 {
    padding-bottom: 3.5rem !important;
  }

  .pl-xl-14,
.px-xl-14 {
    padding-left: 3.5rem !important;
  }

  .p-xl-16 {
    padding: 4rem !important;
  }

  .pt-xl-16,
.py-xl-16 {
    padding-top: 4rem !important;
  }

  .pr-xl-16,
.px-xl-16 {
    padding-right: 4rem !important;
  }

  .pb-xl-16,
.py-xl-16 {
    padding-bottom: 4rem !important;
  }

  .pl-xl-16,
.px-xl-16 {
    padding-left: 4rem !important;
  }

  .p-xl-20 {
    padding: 5rem !important;
  }

  .pt-xl-20,
.py-xl-20 {
    padding-top: 5rem !important;
  }

  .pr-xl-20,
.px-xl-20 {
    padding-right: 5rem !important;
  }

  .pb-xl-20,
.py-xl-20 {
    padding-bottom: 5rem !important;
  }

  .pl-xl-20,
.px-xl-20 {
    padding-left: 5rem !important;
  }

  .p-xl-24 {
    padding: 6rem !important;
  }

  .pt-xl-24,
.py-xl-24 {
    padding-top: 6rem !important;
  }

  .pr-xl-24,
.px-xl-24 {
    padding-right: 6rem !important;
  }

  .pb-xl-24,
.py-xl-24 {
    padding-bottom: 6rem !important;
  }

  .pl-xl-24,
.px-xl-24 {
    padding-left: 6rem !important;
  }

  .p-xl-28 {
    padding: 7rem !important;
  }

  .pt-xl-28,
.py-xl-28 {
    padding-top: 7rem !important;
  }

  .pr-xl-28,
.px-xl-28 {
    padding-right: 7rem !important;
  }

  .pb-xl-28,
.py-xl-28 {
    padding-bottom: 7rem !important;
  }

  .pl-xl-28,
.px-xl-28 {
    padding-left: 7rem !important;
  }

  .p-xl-32 {
    padding: 8rem !important;
  }

  .pt-xl-32,
.py-xl-32 {
    padding-top: 8rem !important;
  }

  .pr-xl-32,
.px-xl-32 {
    padding-right: 8rem !important;
  }

  .pb-xl-32,
.py-xl-32 {
    padding-bottom: 8rem !important;
  }

  .pl-xl-32,
.px-xl-32 {
    padding-left: 8rem !important;
  }

  .p-xl-36 {
    padding: 9rem !important;
  }

  .pt-xl-36,
.py-xl-36 {
    padding-top: 9rem !important;
  }

  .pr-xl-36,
.px-xl-36 {
    padding-right: 9rem !important;
  }

  .pb-xl-36,
.py-xl-36 {
    padding-bottom: 9rem !important;
  }

  .pl-xl-36,
.px-xl-36 {
    padding-left: 9rem !important;
  }

  .p-xl-40 {
    padding: 10rem !important;
  }

  .pt-xl-40,
.py-xl-40 {
    padding-top: 10rem !important;
  }

  .pr-xl-40,
.px-xl-40 {
    padding-right: 10rem !important;
  }

  .pb-xl-40,
.py-xl-40 {
    padding-bottom: 10rem !important;
  }

  .pl-xl-40,
.px-xl-40 {
    padding-left: 10rem !important;
  }

  .p-xl-44 {
    padding: 11rem !important;
  }

  .pt-xl-44,
.py-xl-44 {
    padding-top: 11rem !important;
  }

  .pr-xl-44,
.px-xl-44 {
    padding-right: 11rem !important;
  }

  .pb-xl-44,
.py-xl-44 {
    padding-bottom: 11rem !important;
  }

  .pl-xl-44,
.px-xl-44 {
    padding-left: 11rem !important;
  }

  .p-xl-48 {
    padding: 12rem !important;
  }

  .pt-xl-48,
.py-xl-48 {
    padding-top: 12rem !important;
  }

  .pr-xl-48,
.px-xl-48 {
    padding-right: 12rem !important;
  }

  .pb-xl-48,
.py-xl-48 {
    padding-bottom: 12rem !important;
  }

  .pl-xl-48,
.px-xl-48 {
    padding-left: 12rem !important;
  }

  .p-xl-52 {
    padding: 13rem !important;
  }

  .pt-xl-52,
.py-xl-52 {
    padding-top: 13rem !important;
  }

  .pr-xl-52,
.px-xl-52 {
    padding-right: 13rem !important;
  }

  .pb-xl-52,
.py-xl-52 {
    padding-bottom: 13rem !important;
  }

  .pl-xl-52,
.px-xl-52 {
    padding-left: 13rem !important;
  }

  .p-xl-56 {
    padding: 14rem !important;
  }

  .pt-xl-56,
.py-xl-56 {
    padding-top: 14rem !important;
  }

  .pr-xl-56,
.px-xl-56 {
    padding-right: 14rem !important;
  }

  .pb-xl-56,
.py-xl-56 {
    padding-bottom: 14rem !important;
  }

  .pl-xl-56,
.px-xl-56 {
    padding-left: 14rem !important;
  }

  .p-xl-60 {
    padding: 15rem !important;
  }

  .pt-xl-60,
.py-xl-60 {
    padding-top: 15rem !important;
  }

  .pr-xl-60,
.px-xl-60 {
    padding-right: 15rem !important;
  }

  .pb-xl-60,
.py-xl-60 {
    padding-bottom: 15rem !important;
  }

  .pl-xl-60,
.px-xl-60 {
    padding-left: 15rem !important;
  }

  .p-xl-64 {
    padding: 16rem !important;
  }

  .pt-xl-64,
.py-xl-64 {
    padding-top: 16rem !important;
  }

  .pr-xl-64,
.px-xl-64 {
    padding-right: 16rem !important;
  }

  .pb-xl-64,
.py-xl-64 {
    padding-bottom: 16rem !important;
  }

  .pl-xl-64,
.px-xl-64 {
    padding-left: 16rem !important;
  }

  .p-xl-72 {
    padding: 18rem !important;
  }

  .pt-xl-72,
.py-xl-72 {
    padding-top: 18rem !important;
  }

  .pr-xl-72,
.px-xl-72 {
    padding-right: 18rem !important;
  }

  .pb-xl-72,
.py-xl-72 {
    padding-bottom: 18rem !important;
  }

  .pl-xl-72,
.px-xl-72 {
    padding-left: 18rem !important;
  }

  .p-xl-80 {
    padding: 20rem !important;
  }

  .pt-xl-80,
.py-xl-80 {
    padding-top: 20rem !important;
  }

  .pr-xl-80,
.px-xl-80 {
    padding-right: 20rem !important;
  }

  .pb-xl-80,
.py-xl-80 {
    padding-bottom: 20rem !important;
  }

  .pl-xl-80,
.px-xl-80 {
    padding-left: 20rem !important;
  }

  .p-xl-96 {
    padding: 24rem !important;
  }

  .pt-xl-96,
.py-xl-96 {
    padding-top: 24rem !important;
  }

  .pr-xl-96,
.px-xl-96 {
    padding-right: 24rem !important;
  }

  .pb-xl-96,
.py-xl-96 {
    padding-bottom: 24rem !important;
  }

  .pl-xl-96,
.px-xl-96 {
    padding-left: 24rem !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: -0.75rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -0.75rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -0.75rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -0.75rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -0.75rem !important;
  }

  .m-xl-n4 {
    margin: -1rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1rem !important;
  }

  .m-xl-n5 {
    margin: -1.25rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -1.25rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -1.25rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -1.25rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -1.25rem !important;
  }

  .m-xl-n6 {
    margin: -1.5rem !important;
  }

  .mt-xl-n6,
.my-xl-n6 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n6,
.mx-xl-n6 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n6,
.my-xl-n6 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n6,
.mx-xl-n6 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n7 {
    margin: -1.75rem !important;
  }

  .mt-xl-n7,
.my-xl-n7 {
    margin-top: -1.75rem !important;
  }

  .mr-xl-n7,
.mx-xl-n7 {
    margin-right: -1.75rem !important;
  }

  .mb-xl-n7,
.my-xl-n7 {
    margin-bottom: -1.75rem !important;
  }

  .ml-xl-n7,
.mx-xl-n7 {
    margin-left: -1.75rem !important;
  }

  .m-xl-n8 {
    margin: -2rem !important;
  }

  .mt-xl-n8,
.my-xl-n8 {
    margin-top: -2rem !important;
  }

  .mr-xl-n8,
.mx-xl-n8 {
    margin-right: -2rem !important;
  }

  .mb-xl-n8,
.my-xl-n8 {
    margin-bottom: -2rem !important;
  }

  .ml-xl-n8,
.mx-xl-n8 {
    margin-left: -2rem !important;
  }

  .m-xl-n9 {
    margin: -2.25rem !important;
  }

  .mt-xl-n9,
.my-xl-n9 {
    margin-top: -2.25rem !important;
  }

  .mr-xl-n9,
.mx-xl-n9 {
    margin-right: -2.25rem !important;
  }

  .mb-xl-n9,
.my-xl-n9 {
    margin-bottom: -2.25rem !important;
  }

  .ml-xl-n9,
.mx-xl-n9 {
    margin-left: -2.25rem !important;
  }

  .m-xl-n10 {
    margin: -2.5rem !important;
  }

  .mt-xl-n10,
.my-xl-n10 {
    margin-top: -2.5rem !important;
  }

  .mr-xl-n10,
.mx-xl-n10 {
    margin-right: -2.5rem !important;
  }

  .mb-xl-n10,
.my-xl-n10 {
    margin-bottom: -2.5rem !important;
  }

  .ml-xl-n10,
.mx-xl-n10 {
    margin-left: -2.5rem !important;
  }

  .m-xl-n11 {
    margin: -2.75rem !important;
  }

  .mt-xl-n11,
.my-xl-n11 {
    margin-top: -2.75rem !important;
  }

  .mr-xl-n11,
.mx-xl-n11 {
    margin-right: -2.75rem !important;
  }

  .mb-xl-n11,
.my-xl-n11 {
    margin-bottom: -2.75rem !important;
  }

  .ml-xl-n11,
.mx-xl-n11 {
    margin-left: -2.75rem !important;
  }

  .m-xl-n12 {
    margin: -3rem !important;
  }

  .mt-xl-n12,
.my-xl-n12 {
    margin-top: -3rem !important;
  }

  .mr-xl-n12,
.mx-xl-n12 {
    margin-right: -3rem !important;
  }

  .mb-xl-n12,
.my-xl-n12 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n12,
.mx-xl-n12 {
    margin-left: -3rem !important;
  }

  .m-xl-n14 {
    margin: -3.5rem !important;
  }

  .mt-xl-n14,
.my-xl-n14 {
    margin-top: -3.5rem !important;
  }

  .mr-xl-n14,
.mx-xl-n14 {
    margin-right: -3.5rem !important;
  }

  .mb-xl-n14,
.my-xl-n14 {
    margin-bottom: -3.5rem !important;
  }

  .ml-xl-n14,
.mx-xl-n14 {
    margin-left: -3.5rem !important;
  }

  .m-xl-n16 {
    margin: -4rem !important;
  }

  .mt-xl-n16,
.my-xl-n16 {
    margin-top: -4rem !important;
  }

  .mr-xl-n16,
.mx-xl-n16 {
    margin-right: -4rem !important;
  }

  .mb-xl-n16,
.my-xl-n16 {
    margin-bottom: -4rem !important;
  }

  .ml-xl-n16,
.mx-xl-n16 {
    margin-left: -4rem !important;
  }

  .m-xl-n20 {
    margin: -5rem !important;
  }

  .mt-xl-n20,
.my-xl-n20 {
    margin-top: -5rem !important;
  }

  .mr-xl-n20,
.mx-xl-n20 {
    margin-right: -5rem !important;
  }

  .mb-xl-n20,
.my-xl-n20 {
    margin-bottom: -5rem !important;
  }

  .ml-xl-n20,
.mx-xl-n20 {
    margin-left: -5rem !important;
  }

  .m-xl-n24 {
    margin: -6rem !important;
  }

  .mt-xl-n24,
.my-xl-n24 {
    margin-top: -6rem !important;
  }

  .mr-xl-n24,
.mx-xl-n24 {
    margin-right: -6rem !important;
  }

  .mb-xl-n24,
.my-xl-n24 {
    margin-bottom: -6rem !important;
  }

  .ml-xl-n24,
.mx-xl-n24 {
    margin-left: -6rem !important;
  }

  .m-xl-n28 {
    margin: -7rem !important;
  }

  .mt-xl-n28,
.my-xl-n28 {
    margin-top: -7rem !important;
  }

  .mr-xl-n28,
.mx-xl-n28 {
    margin-right: -7rem !important;
  }

  .mb-xl-n28,
.my-xl-n28 {
    margin-bottom: -7rem !important;
  }

  .ml-xl-n28,
.mx-xl-n28 {
    margin-left: -7rem !important;
  }

  .m-xl-n32 {
    margin: -8rem !important;
  }

  .mt-xl-n32,
.my-xl-n32 {
    margin-top: -8rem !important;
  }

  .mr-xl-n32,
.mx-xl-n32 {
    margin-right: -8rem !important;
  }

  .mb-xl-n32,
.my-xl-n32 {
    margin-bottom: -8rem !important;
  }

  .ml-xl-n32,
.mx-xl-n32 {
    margin-left: -8rem !important;
  }

  .m-xl-n36 {
    margin: -9rem !important;
  }

  .mt-xl-n36,
.my-xl-n36 {
    margin-top: -9rem !important;
  }

  .mr-xl-n36,
.mx-xl-n36 {
    margin-right: -9rem !important;
  }

  .mb-xl-n36,
.my-xl-n36 {
    margin-bottom: -9rem !important;
  }

  .ml-xl-n36,
.mx-xl-n36 {
    margin-left: -9rem !important;
  }

  .m-xl-n40 {
    margin: -10rem !important;
  }

  .mt-xl-n40,
.my-xl-n40 {
    margin-top: -10rem !important;
  }

  .mr-xl-n40,
.mx-xl-n40 {
    margin-right: -10rem !important;
  }

  .mb-xl-n40,
.my-xl-n40 {
    margin-bottom: -10rem !important;
  }

  .ml-xl-n40,
.mx-xl-n40 {
    margin-left: -10rem !important;
  }

  .m-xl-n44 {
    margin: -11rem !important;
  }

  .mt-xl-n44,
.my-xl-n44 {
    margin-top: -11rem !important;
  }

  .mr-xl-n44,
.mx-xl-n44 {
    margin-right: -11rem !important;
  }

  .mb-xl-n44,
.my-xl-n44 {
    margin-bottom: -11rem !important;
  }

  .ml-xl-n44,
.mx-xl-n44 {
    margin-left: -11rem !important;
  }

  .m-xl-n48 {
    margin: -12rem !important;
  }

  .mt-xl-n48,
.my-xl-n48 {
    margin-top: -12rem !important;
  }

  .mr-xl-n48,
.mx-xl-n48 {
    margin-right: -12rem !important;
  }

  .mb-xl-n48,
.my-xl-n48 {
    margin-bottom: -12rem !important;
  }

  .ml-xl-n48,
.mx-xl-n48 {
    margin-left: -12rem !important;
  }

  .m-xl-n52 {
    margin: -13rem !important;
  }

  .mt-xl-n52,
.my-xl-n52 {
    margin-top: -13rem !important;
  }

  .mr-xl-n52,
.mx-xl-n52 {
    margin-right: -13rem !important;
  }

  .mb-xl-n52,
.my-xl-n52 {
    margin-bottom: -13rem !important;
  }

  .ml-xl-n52,
.mx-xl-n52 {
    margin-left: -13rem !important;
  }

  .m-xl-n56 {
    margin: -14rem !important;
  }

  .mt-xl-n56,
.my-xl-n56 {
    margin-top: -14rem !important;
  }

  .mr-xl-n56,
.mx-xl-n56 {
    margin-right: -14rem !important;
  }

  .mb-xl-n56,
.my-xl-n56 {
    margin-bottom: -14rem !important;
  }

  .ml-xl-n56,
.mx-xl-n56 {
    margin-left: -14rem !important;
  }

  .m-xl-n60 {
    margin: -15rem !important;
  }

  .mt-xl-n60,
.my-xl-n60 {
    margin-top: -15rem !important;
  }

  .mr-xl-n60,
.mx-xl-n60 {
    margin-right: -15rem !important;
  }

  .mb-xl-n60,
.my-xl-n60 {
    margin-bottom: -15rem !important;
  }

  .ml-xl-n60,
.mx-xl-n60 {
    margin-left: -15rem !important;
  }

  .m-xl-n64 {
    margin: -16rem !important;
  }

  .mt-xl-n64,
.my-xl-n64 {
    margin-top: -16rem !important;
  }

  .mr-xl-n64,
.mx-xl-n64 {
    margin-right: -16rem !important;
  }

  .mb-xl-n64,
.my-xl-n64 {
    margin-bottom: -16rem !important;
  }

  .ml-xl-n64,
.mx-xl-n64 {
    margin-left: -16rem !important;
  }

  .m-xl-n72 {
    margin: -18rem !important;
  }

  .mt-xl-n72,
.my-xl-n72 {
    margin-top: -18rem !important;
  }

  .mr-xl-n72,
.mx-xl-n72 {
    margin-right: -18rem !important;
  }

  .mb-xl-n72,
.my-xl-n72 {
    margin-bottom: -18rem !important;
  }

  .ml-xl-n72,
.mx-xl-n72 {
    margin-left: -18rem !important;
  }

  .m-xl-n80 {
    margin: -20rem !important;
  }

  .mt-xl-n80,
.my-xl-n80 {
    margin-top: -20rem !important;
  }

  .mr-xl-n80,
.mx-xl-n80 {
    margin-right: -20rem !important;
  }

  .mb-xl-n80,
.my-xl-n80 {
    margin-bottom: -20rem !important;
  }

  .ml-xl-n80,
.mx-xl-n80 {
    margin-left: -20rem !important;
  }

  .m-xl-n96 {
    margin: -24rem !important;
  }

  .mt-xl-n96,
.my-xl-n96 {
    margin-top: -24rem !important;
  }

  .mr-xl-n96,
.mx-xl-n96 {
    margin-right: -24rem !important;
  }

  .mb-xl-n96,
.my-xl-n96 {
    margin-bottom: -24rem !important;
  }

  .ml-xl-n96,
.mx-xl-n96 {
    margin-left: -24rem !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;
  }
}
@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

  .mt-xxl-0,
.my-xxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxl-0,
.mx-xxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxl-0,
.my-xxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxl-0,
.mx-xxl-0 {
    margin-left: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .mt-xxl-1,
.my-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xxl-1,
.mx-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xxl-1,
.my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xxl-1,
.mx-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .mt-xxl-2,
.my-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xxl-2,
.mx-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xxl-2,
.my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxl-2,
.mx-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 0.75rem !important;
  }

  .mt-xxl-3,
.my-xxl-3 {
    margin-top: 0.75rem !important;
  }

  .mr-xxl-3,
.mx-xxl-3 {
    margin-right: 0.75rem !important;
  }

  .mb-xxl-3,
.my-xxl-3 {
    margin-bottom: 0.75rem !important;
  }

  .ml-xxl-3,
.mx-xxl-3 {
    margin-left: 0.75rem !important;
  }

  .m-xxl-4 {
    margin: 1rem !important;
  }

  .mt-xxl-4,
.my-xxl-4 {
    margin-top: 1rem !important;
  }

  .mr-xxl-4,
.mx-xxl-4 {
    margin-right: 1rem !important;
  }

  .mb-xxl-4,
.my-xxl-4 {
    margin-bottom: 1rem !important;
  }

  .ml-xxl-4,
.mx-xxl-4 {
    margin-left: 1rem !important;
  }

  .m-xxl-5 {
    margin: 1.25rem !important;
  }

  .mt-xxl-5,
.my-xxl-5 {
    margin-top: 1.25rem !important;
  }

  .mr-xxl-5,
.mx-xxl-5 {
    margin-right: 1.25rem !important;
  }

  .mb-xxl-5,
.my-xxl-5 {
    margin-bottom: 1.25rem !important;
  }

  .ml-xxl-5,
.mx-xxl-5 {
    margin-left: 1.25rem !important;
  }

  .m-xxl-6 {
    margin: 1.5rem !important;
  }

  .mt-xxl-6,
.my-xxl-6 {
    margin-top: 1.5rem !important;
  }

  .mr-xxl-6,
.mx-xxl-6 {
    margin-right: 1.5rem !important;
  }

  .mb-xxl-6,
.my-xxl-6 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxl-6,
.mx-xxl-6 {
    margin-left: 1.5rem !important;
  }

  .m-xxl-7 {
    margin: 1.75rem !important;
  }

  .mt-xxl-7,
.my-xxl-7 {
    margin-top: 1.75rem !important;
  }

  .mr-xxl-7,
.mx-xxl-7 {
    margin-right: 1.75rem !important;
  }

  .mb-xxl-7,
.my-xxl-7 {
    margin-bottom: 1.75rem !important;
  }

  .ml-xxl-7,
.mx-xxl-7 {
    margin-left: 1.75rem !important;
  }

  .m-xxl-8 {
    margin: 2rem !important;
  }

  .mt-xxl-8,
.my-xxl-8 {
    margin-top: 2rem !important;
  }

  .mr-xxl-8,
.mx-xxl-8 {
    margin-right: 2rem !important;
  }

  .mb-xxl-8,
.my-xxl-8 {
    margin-bottom: 2rem !important;
  }

  .ml-xxl-8,
.mx-xxl-8 {
    margin-left: 2rem !important;
  }

  .m-xxl-9 {
    margin: 2.25rem !important;
  }

  .mt-xxl-9,
.my-xxl-9 {
    margin-top: 2.25rem !important;
  }

  .mr-xxl-9,
.mx-xxl-9 {
    margin-right: 2.25rem !important;
  }

  .mb-xxl-9,
.my-xxl-9 {
    margin-bottom: 2.25rem !important;
  }

  .ml-xxl-9,
.mx-xxl-9 {
    margin-left: 2.25rem !important;
  }

  .m-xxl-10 {
    margin: 2.5rem !important;
  }

  .mt-xxl-10,
.my-xxl-10 {
    margin-top: 2.5rem !important;
  }

  .mr-xxl-10,
.mx-xxl-10 {
    margin-right: 2.5rem !important;
  }

  .mb-xxl-10,
.my-xxl-10 {
    margin-bottom: 2.5rem !important;
  }

  .ml-xxl-10,
.mx-xxl-10 {
    margin-left: 2.5rem !important;
  }

  .m-xxl-11 {
    margin: 2.75rem !important;
  }

  .mt-xxl-11,
.my-xxl-11 {
    margin-top: 2.75rem !important;
  }

  .mr-xxl-11,
.mx-xxl-11 {
    margin-right: 2.75rem !important;
  }

  .mb-xxl-11,
.my-xxl-11 {
    margin-bottom: 2.75rem !important;
  }

  .ml-xxl-11,
.mx-xxl-11 {
    margin-left: 2.75rem !important;
  }

  .m-xxl-12 {
    margin: 3rem !important;
  }

  .mt-xxl-12,
.my-xxl-12 {
    margin-top: 3rem !important;
  }

  .mr-xxl-12,
.mx-xxl-12 {
    margin-right: 3rem !important;
  }

  .mb-xxl-12,
.my-xxl-12 {
    margin-bottom: 3rem !important;
  }

  .ml-xxl-12,
.mx-xxl-12 {
    margin-left: 3rem !important;
  }

  .m-xxl-14 {
    margin: 3.5rem !important;
  }

  .mt-xxl-14,
.my-xxl-14 {
    margin-top: 3.5rem !important;
  }

  .mr-xxl-14,
.mx-xxl-14 {
    margin-right: 3.5rem !important;
  }

  .mb-xxl-14,
.my-xxl-14 {
    margin-bottom: 3.5rem !important;
  }

  .ml-xxl-14,
.mx-xxl-14 {
    margin-left: 3.5rem !important;
  }

  .m-xxl-16 {
    margin: 4rem !important;
  }

  .mt-xxl-16,
.my-xxl-16 {
    margin-top: 4rem !important;
  }

  .mr-xxl-16,
.mx-xxl-16 {
    margin-right: 4rem !important;
  }

  .mb-xxl-16,
.my-xxl-16 {
    margin-bottom: 4rem !important;
  }

  .ml-xxl-16,
.mx-xxl-16 {
    margin-left: 4rem !important;
  }

  .m-xxl-20 {
    margin: 5rem !important;
  }

  .mt-xxl-20,
.my-xxl-20 {
    margin-top: 5rem !important;
  }

  .mr-xxl-20,
.mx-xxl-20 {
    margin-right: 5rem !important;
  }

  .mb-xxl-20,
.my-xxl-20 {
    margin-bottom: 5rem !important;
  }

  .ml-xxl-20,
.mx-xxl-20 {
    margin-left: 5rem !important;
  }

  .m-xxl-24 {
    margin: 6rem !important;
  }

  .mt-xxl-24,
.my-xxl-24 {
    margin-top: 6rem !important;
  }

  .mr-xxl-24,
.mx-xxl-24 {
    margin-right: 6rem !important;
  }

  .mb-xxl-24,
.my-xxl-24 {
    margin-bottom: 6rem !important;
  }

  .ml-xxl-24,
.mx-xxl-24 {
    margin-left: 6rem !important;
  }

  .m-xxl-28 {
    margin: 7rem !important;
  }

  .mt-xxl-28,
.my-xxl-28 {
    margin-top: 7rem !important;
  }

  .mr-xxl-28,
.mx-xxl-28 {
    margin-right: 7rem !important;
  }

  .mb-xxl-28,
.my-xxl-28 {
    margin-bottom: 7rem !important;
  }

  .ml-xxl-28,
.mx-xxl-28 {
    margin-left: 7rem !important;
  }

  .m-xxl-32 {
    margin: 8rem !important;
  }

  .mt-xxl-32,
.my-xxl-32 {
    margin-top: 8rem !important;
  }

  .mr-xxl-32,
.mx-xxl-32 {
    margin-right: 8rem !important;
  }

  .mb-xxl-32,
.my-xxl-32 {
    margin-bottom: 8rem !important;
  }

  .ml-xxl-32,
.mx-xxl-32 {
    margin-left: 8rem !important;
  }

  .m-xxl-36 {
    margin: 9rem !important;
  }

  .mt-xxl-36,
.my-xxl-36 {
    margin-top: 9rem !important;
  }

  .mr-xxl-36,
.mx-xxl-36 {
    margin-right: 9rem !important;
  }

  .mb-xxl-36,
.my-xxl-36 {
    margin-bottom: 9rem !important;
  }

  .ml-xxl-36,
.mx-xxl-36 {
    margin-left: 9rem !important;
  }

  .m-xxl-40 {
    margin: 10rem !important;
  }

  .mt-xxl-40,
.my-xxl-40 {
    margin-top: 10rem !important;
  }

  .mr-xxl-40,
.mx-xxl-40 {
    margin-right: 10rem !important;
  }

  .mb-xxl-40,
.my-xxl-40 {
    margin-bottom: 10rem !important;
  }

  .ml-xxl-40,
.mx-xxl-40 {
    margin-left: 10rem !important;
  }

  .m-xxl-44 {
    margin: 11rem !important;
  }

  .mt-xxl-44,
.my-xxl-44 {
    margin-top: 11rem !important;
  }

  .mr-xxl-44,
.mx-xxl-44 {
    margin-right: 11rem !important;
  }

  .mb-xxl-44,
.my-xxl-44 {
    margin-bottom: 11rem !important;
  }

  .ml-xxl-44,
.mx-xxl-44 {
    margin-left: 11rem !important;
  }

  .m-xxl-48 {
    margin: 12rem !important;
  }

  .mt-xxl-48,
.my-xxl-48 {
    margin-top: 12rem !important;
  }

  .mr-xxl-48,
.mx-xxl-48 {
    margin-right: 12rem !important;
  }

  .mb-xxl-48,
.my-xxl-48 {
    margin-bottom: 12rem !important;
  }

  .ml-xxl-48,
.mx-xxl-48 {
    margin-left: 12rem !important;
  }

  .m-xxl-52 {
    margin: 13rem !important;
  }

  .mt-xxl-52,
.my-xxl-52 {
    margin-top: 13rem !important;
  }

  .mr-xxl-52,
.mx-xxl-52 {
    margin-right: 13rem !important;
  }

  .mb-xxl-52,
.my-xxl-52 {
    margin-bottom: 13rem !important;
  }

  .ml-xxl-52,
.mx-xxl-52 {
    margin-left: 13rem !important;
  }

  .m-xxl-56 {
    margin: 14rem !important;
  }

  .mt-xxl-56,
.my-xxl-56 {
    margin-top: 14rem !important;
  }

  .mr-xxl-56,
.mx-xxl-56 {
    margin-right: 14rem !important;
  }

  .mb-xxl-56,
.my-xxl-56 {
    margin-bottom: 14rem !important;
  }

  .ml-xxl-56,
.mx-xxl-56 {
    margin-left: 14rem !important;
  }

  .m-xxl-60 {
    margin: 15rem !important;
  }

  .mt-xxl-60,
.my-xxl-60 {
    margin-top: 15rem !important;
  }

  .mr-xxl-60,
.mx-xxl-60 {
    margin-right: 15rem !important;
  }

  .mb-xxl-60,
.my-xxl-60 {
    margin-bottom: 15rem !important;
  }

  .ml-xxl-60,
.mx-xxl-60 {
    margin-left: 15rem !important;
  }

  .m-xxl-64 {
    margin: 16rem !important;
  }

  .mt-xxl-64,
.my-xxl-64 {
    margin-top: 16rem !important;
  }

  .mr-xxl-64,
.mx-xxl-64 {
    margin-right: 16rem !important;
  }

  .mb-xxl-64,
.my-xxl-64 {
    margin-bottom: 16rem !important;
  }

  .ml-xxl-64,
.mx-xxl-64 {
    margin-left: 16rem !important;
  }

  .m-xxl-72 {
    margin: 18rem !important;
  }

  .mt-xxl-72,
.my-xxl-72 {
    margin-top: 18rem !important;
  }

  .mr-xxl-72,
.mx-xxl-72 {
    margin-right: 18rem !important;
  }

  .mb-xxl-72,
.my-xxl-72 {
    margin-bottom: 18rem !important;
  }

  .ml-xxl-72,
.mx-xxl-72 {
    margin-left: 18rem !important;
  }

  .m-xxl-80 {
    margin: 20rem !important;
  }

  .mt-xxl-80,
.my-xxl-80 {
    margin-top: 20rem !important;
  }

  .mr-xxl-80,
.mx-xxl-80 {
    margin-right: 20rem !important;
  }

  .mb-xxl-80,
.my-xxl-80 {
    margin-bottom: 20rem !important;
  }

  .ml-xxl-80,
.mx-xxl-80 {
    margin-left: 20rem !important;
  }

  .m-xxl-96 {
    margin: 24rem !important;
  }

  .mt-xxl-96,
.my-xxl-96 {
    margin-top: 24rem !important;
  }

  .mr-xxl-96,
.mx-xxl-96 {
    margin-right: 24rem !important;
  }

  .mb-xxl-96,
.my-xxl-96 {
    margin-bottom: 24rem !important;
  }

  .ml-xxl-96,
.mx-xxl-96 {
    margin-left: 24rem !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .pt-xxl-0,
.py-xxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxl-0,
.px-xxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxl-0,
.py-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxl-0,
.px-xxl-0 {
    padding-left: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .pt-xxl-1,
.py-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xxl-1,
.px-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xxl-1,
.py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xxl-1,
.px-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .pt-xxl-2,
.py-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xxl-2,
.px-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xxl-2,
.py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxl-2,
.px-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 0.75rem !important;
  }

  .pt-xxl-3,
.py-xxl-3 {
    padding-top: 0.75rem !important;
  }

  .pr-xxl-3,
.px-xxl-3 {
    padding-right: 0.75rem !important;
  }

  .pb-xxl-3,
.py-xxl-3 {
    padding-bottom: 0.75rem !important;
  }

  .pl-xxl-3,
.px-xxl-3 {
    padding-left: 0.75rem !important;
  }

  .p-xxl-4 {
    padding: 1rem !important;
  }

  .pt-xxl-4,
.py-xxl-4 {
    padding-top: 1rem !important;
  }

  .pr-xxl-4,
.px-xxl-4 {
    padding-right: 1rem !important;
  }

  .pb-xxl-4,
.py-xxl-4 {
    padding-bottom: 1rem !important;
  }

  .pl-xxl-4,
.px-xxl-4 {
    padding-left: 1rem !important;
  }

  .p-xxl-5 {
    padding: 1.25rem !important;
  }

  .pt-xxl-5,
.py-xxl-5 {
    padding-top: 1.25rem !important;
  }

  .pr-xxl-5,
.px-xxl-5 {
    padding-right: 1.25rem !important;
  }

  .pb-xxl-5,
.py-xxl-5 {
    padding-bottom: 1.25rem !important;
  }

  .pl-xxl-5,
.px-xxl-5 {
    padding-left: 1.25rem !important;
  }

  .p-xxl-6 {
    padding: 1.5rem !important;
  }

  .pt-xxl-6,
.py-xxl-6 {
    padding-top: 1.5rem !important;
  }

  .pr-xxl-6,
.px-xxl-6 {
    padding-right: 1.5rem !important;
  }

  .pb-xxl-6,
.py-xxl-6 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxl-6,
.px-xxl-6 {
    padding-left: 1.5rem !important;
  }

  .p-xxl-7 {
    padding: 1.75rem !important;
  }

  .pt-xxl-7,
.py-xxl-7 {
    padding-top: 1.75rem !important;
  }

  .pr-xxl-7,
.px-xxl-7 {
    padding-right: 1.75rem !important;
  }

  .pb-xxl-7,
.py-xxl-7 {
    padding-bottom: 1.75rem !important;
  }

  .pl-xxl-7,
.px-xxl-7 {
    padding-left: 1.75rem !important;
  }

  .p-xxl-8 {
    padding: 2rem !important;
  }

  .pt-xxl-8,
.py-xxl-8 {
    padding-top: 2rem !important;
  }

  .pr-xxl-8,
.px-xxl-8 {
    padding-right: 2rem !important;
  }

  .pb-xxl-8,
.py-xxl-8 {
    padding-bottom: 2rem !important;
  }

  .pl-xxl-8,
.px-xxl-8 {
    padding-left: 2rem !important;
  }

  .p-xxl-9 {
    padding: 2.25rem !important;
  }

  .pt-xxl-9,
.py-xxl-9 {
    padding-top: 2.25rem !important;
  }

  .pr-xxl-9,
.px-xxl-9 {
    padding-right: 2.25rem !important;
  }

  .pb-xxl-9,
.py-xxl-9 {
    padding-bottom: 2.25rem !important;
  }

  .pl-xxl-9,
.px-xxl-9 {
    padding-left: 2.25rem !important;
  }

  .p-xxl-10 {
    padding: 2.5rem !important;
  }

  .pt-xxl-10,
.py-xxl-10 {
    padding-top: 2.5rem !important;
  }

  .pr-xxl-10,
.px-xxl-10 {
    padding-right: 2.5rem !important;
  }

  .pb-xxl-10,
.py-xxl-10 {
    padding-bottom: 2.5rem !important;
  }

  .pl-xxl-10,
.px-xxl-10 {
    padding-left: 2.5rem !important;
  }

  .p-xxl-11 {
    padding: 2.75rem !important;
  }

  .pt-xxl-11,
.py-xxl-11 {
    padding-top: 2.75rem !important;
  }

  .pr-xxl-11,
.px-xxl-11 {
    padding-right: 2.75rem !important;
  }

  .pb-xxl-11,
.py-xxl-11 {
    padding-bottom: 2.75rem !important;
  }

  .pl-xxl-11,
.px-xxl-11 {
    padding-left: 2.75rem !important;
  }

  .p-xxl-12 {
    padding: 3rem !important;
  }

  .pt-xxl-12,
.py-xxl-12 {
    padding-top: 3rem !important;
  }

  .pr-xxl-12,
.px-xxl-12 {
    padding-right: 3rem !important;
  }

  .pb-xxl-12,
.py-xxl-12 {
    padding-bottom: 3rem !important;
  }

  .pl-xxl-12,
.px-xxl-12 {
    padding-left: 3rem !important;
  }

  .p-xxl-14 {
    padding: 3.5rem !important;
  }

  .pt-xxl-14,
.py-xxl-14 {
    padding-top: 3.5rem !important;
  }

  .pr-xxl-14,
.px-xxl-14 {
    padding-right: 3.5rem !important;
  }

  .pb-xxl-14,
.py-xxl-14 {
    padding-bottom: 3.5rem !important;
  }

  .pl-xxl-14,
.px-xxl-14 {
    padding-left: 3.5rem !important;
  }

  .p-xxl-16 {
    padding: 4rem !important;
  }

  .pt-xxl-16,
.py-xxl-16 {
    padding-top: 4rem !important;
  }

  .pr-xxl-16,
.px-xxl-16 {
    padding-right: 4rem !important;
  }

  .pb-xxl-16,
.py-xxl-16 {
    padding-bottom: 4rem !important;
  }

  .pl-xxl-16,
.px-xxl-16 {
    padding-left: 4rem !important;
  }

  .p-xxl-20 {
    padding: 5rem !important;
  }

  .pt-xxl-20,
.py-xxl-20 {
    padding-top: 5rem !important;
  }

  .pr-xxl-20,
.px-xxl-20 {
    padding-right: 5rem !important;
  }

  .pb-xxl-20,
.py-xxl-20 {
    padding-bottom: 5rem !important;
  }

  .pl-xxl-20,
.px-xxl-20 {
    padding-left: 5rem !important;
  }

  .p-xxl-24 {
    padding: 6rem !important;
  }

  .pt-xxl-24,
.py-xxl-24 {
    padding-top: 6rem !important;
  }

  .pr-xxl-24,
.px-xxl-24 {
    padding-right: 6rem !important;
  }

  .pb-xxl-24,
.py-xxl-24 {
    padding-bottom: 6rem !important;
  }

  .pl-xxl-24,
.px-xxl-24 {
    padding-left: 6rem !important;
  }

  .p-xxl-28 {
    padding: 7rem !important;
  }

  .pt-xxl-28,
.py-xxl-28 {
    padding-top: 7rem !important;
  }

  .pr-xxl-28,
.px-xxl-28 {
    padding-right: 7rem !important;
  }

  .pb-xxl-28,
.py-xxl-28 {
    padding-bottom: 7rem !important;
  }

  .pl-xxl-28,
.px-xxl-28 {
    padding-left: 7rem !important;
  }

  .p-xxl-32 {
    padding: 8rem !important;
  }

  .pt-xxl-32,
.py-xxl-32 {
    padding-top: 8rem !important;
  }

  .pr-xxl-32,
.px-xxl-32 {
    padding-right: 8rem !important;
  }

  .pb-xxl-32,
.py-xxl-32 {
    padding-bottom: 8rem !important;
  }

  .pl-xxl-32,
.px-xxl-32 {
    padding-left: 8rem !important;
  }

  .p-xxl-36 {
    padding: 9rem !important;
  }

  .pt-xxl-36,
.py-xxl-36 {
    padding-top: 9rem !important;
  }

  .pr-xxl-36,
.px-xxl-36 {
    padding-right: 9rem !important;
  }

  .pb-xxl-36,
.py-xxl-36 {
    padding-bottom: 9rem !important;
  }

  .pl-xxl-36,
.px-xxl-36 {
    padding-left: 9rem !important;
  }

  .p-xxl-40 {
    padding: 10rem !important;
  }

  .pt-xxl-40,
.py-xxl-40 {
    padding-top: 10rem !important;
  }

  .pr-xxl-40,
.px-xxl-40 {
    padding-right: 10rem !important;
  }

  .pb-xxl-40,
.py-xxl-40 {
    padding-bottom: 10rem !important;
  }

  .pl-xxl-40,
.px-xxl-40 {
    padding-left: 10rem !important;
  }

  .p-xxl-44 {
    padding: 11rem !important;
  }

  .pt-xxl-44,
.py-xxl-44 {
    padding-top: 11rem !important;
  }

  .pr-xxl-44,
.px-xxl-44 {
    padding-right: 11rem !important;
  }

  .pb-xxl-44,
.py-xxl-44 {
    padding-bottom: 11rem !important;
  }

  .pl-xxl-44,
.px-xxl-44 {
    padding-left: 11rem !important;
  }

  .p-xxl-48 {
    padding: 12rem !important;
  }

  .pt-xxl-48,
.py-xxl-48 {
    padding-top: 12rem !important;
  }

  .pr-xxl-48,
.px-xxl-48 {
    padding-right: 12rem !important;
  }

  .pb-xxl-48,
.py-xxl-48 {
    padding-bottom: 12rem !important;
  }

  .pl-xxl-48,
.px-xxl-48 {
    padding-left: 12rem !important;
  }

  .p-xxl-52 {
    padding: 13rem !important;
  }

  .pt-xxl-52,
.py-xxl-52 {
    padding-top: 13rem !important;
  }

  .pr-xxl-52,
.px-xxl-52 {
    padding-right: 13rem !important;
  }

  .pb-xxl-52,
.py-xxl-52 {
    padding-bottom: 13rem !important;
  }

  .pl-xxl-52,
.px-xxl-52 {
    padding-left: 13rem !important;
  }

  .p-xxl-56 {
    padding: 14rem !important;
  }

  .pt-xxl-56,
.py-xxl-56 {
    padding-top: 14rem !important;
  }

  .pr-xxl-56,
.px-xxl-56 {
    padding-right: 14rem !important;
  }

  .pb-xxl-56,
.py-xxl-56 {
    padding-bottom: 14rem !important;
  }

  .pl-xxl-56,
.px-xxl-56 {
    padding-left: 14rem !important;
  }

  .p-xxl-60 {
    padding: 15rem !important;
  }

  .pt-xxl-60,
.py-xxl-60 {
    padding-top: 15rem !important;
  }

  .pr-xxl-60,
.px-xxl-60 {
    padding-right: 15rem !important;
  }

  .pb-xxl-60,
.py-xxl-60 {
    padding-bottom: 15rem !important;
  }

  .pl-xxl-60,
.px-xxl-60 {
    padding-left: 15rem !important;
  }

  .p-xxl-64 {
    padding: 16rem !important;
  }

  .pt-xxl-64,
.py-xxl-64 {
    padding-top: 16rem !important;
  }

  .pr-xxl-64,
.px-xxl-64 {
    padding-right: 16rem !important;
  }

  .pb-xxl-64,
.py-xxl-64 {
    padding-bottom: 16rem !important;
  }

  .pl-xxl-64,
.px-xxl-64 {
    padding-left: 16rem !important;
  }

  .p-xxl-72 {
    padding: 18rem !important;
  }

  .pt-xxl-72,
.py-xxl-72 {
    padding-top: 18rem !important;
  }

  .pr-xxl-72,
.px-xxl-72 {
    padding-right: 18rem !important;
  }

  .pb-xxl-72,
.py-xxl-72 {
    padding-bottom: 18rem !important;
  }

  .pl-xxl-72,
.px-xxl-72 {
    padding-left: 18rem !important;
  }

  .p-xxl-80 {
    padding: 20rem !important;
  }

  .pt-xxl-80,
.py-xxl-80 {
    padding-top: 20rem !important;
  }

  .pr-xxl-80,
.px-xxl-80 {
    padding-right: 20rem !important;
  }

  .pb-xxl-80,
.py-xxl-80 {
    padding-bottom: 20rem !important;
  }

  .pl-xxl-80,
.px-xxl-80 {
    padding-left: 20rem !important;
  }

  .p-xxl-96 {
    padding: 24rem !important;
  }

  .pt-xxl-96,
.py-xxl-96 {
    padding-top: 24rem !important;
  }

  .pr-xxl-96,
.px-xxl-96 {
    padding-right: 24rem !important;
  }

  .pb-xxl-96,
.py-xxl-96 {
    padding-bottom: 24rem !important;
  }

  .pl-xxl-96,
.px-xxl-96 {
    padding-left: 24rem !important;
  }

  .m-xxl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xxl-n1,
.my-xxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xxl-n1,
.mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xxl-n1,
.my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xxl-n1,
.mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xxl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xxl-n2,
.my-xxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xxl-n2,
.mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xxl-n2,
.my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xxl-n2,
.mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xxl-n3 {
    margin: -0.75rem !important;
  }

  .mt-xxl-n3,
.my-xxl-n3 {
    margin-top: -0.75rem !important;
  }

  .mr-xxl-n3,
.mx-xxl-n3 {
    margin-right: -0.75rem !important;
  }

  .mb-xxl-n3,
.my-xxl-n3 {
    margin-bottom: -0.75rem !important;
  }

  .ml-xxl-n3,
.mx-xxl-n3 {
    margin-left: -0.75rem !important;
  }

  .m-xxl-n4 {
    margin: -1rem !important;
  }

  .mt-xxl-n4,
.my-xxl-n4 {
    margin-top: -1rem !important;
  }

  .mr-xxl-n4,
.mx-xxl-n4 {
    margin-right: -1rem !important;
  }

  .mb-xxl-n4,
.my-xxl-n4 {
    margin-bottom: -1rem !important;
  }

  .ml-xxl-n4,
.mx-xxl-n4 {
    margin-left: -1rem !important;
  }

  .m-xxl-n5 {
    margin: -1.25rem !important;
  }

  .mt-xxl-n5,
.my-xxl-n5 {
    margin-top: -1.25rem !important;
  }

  .mr-xxl-n5,
.mx-xxl-n5 {
    margin-right: -1.25rem !important;
  }

  .mb-xxl-n5,
.my-xxl-n5 {
    margin-bottom: -1.25rem !important;
  }

  .ml-xxl-n5,
.mx-xxl-n5 {
    margin-left: -1.25rem !important;
  }

  .m-xxl-n6 {
    margin: -1.5rem !important;
  }

  .mt-xxl-n6,
.my-xxl-n6 {
    margin-top: -1.5rem !important;
  }

  .mr-xxl-n6,
.mx-xxl-n6 {
    margin-right: -1.5rem !important;
  }

  .mb-xxl-n6,
.my-xxl-n6 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xxl-n6,
.mx-xxl-n6 {
    margin-left: -1.5rem !important;
  }

  .m-xxl-n7 {
    margin: -1.75rem !important;
  }

  .mt-xxl-n7,
.my-xxl-n7 {
    margin-top: -1.75rem !important;
  }

  .mr-xxl-n7,
.mx-xxl-n7 {
    margin-right: -1.75rem !important;
  }

  .mb-xxl-n7,
.my-xxl-n7 {
    margin-bottom: -1.75rem !important;
  }

  .ml-xxl-n7,
.mx-xxl-n7 {
    margin-left: -1.75rem !important;
  }

  .m-xxl-n8 {
    margin: -2rem !important;
  }

  .mt-xxl-n8,
.my-xxl-n8 {
    margin-top: -2rem !important;
  }

  .mr-xxl-n8,
.mx-xxl-n8 {
    margin-right: -2rem !important;
  }

  .mb-xxl-n8,
.my-xxl-n8 {
    margin-bottom: -2rem !important;
  }

  .ml-xxl-n8,
.mx-xxl-n8 {
    margin-left: -2rem !important;
  }

  .m-xxl-n9 {
    margin: -2.25rem !important;
  }

  .mt-xxl-n9,
.my-xxl-n9 {
    margin-top: -2.25rem !important;
  }

  .mr-xxl-n9,
.mx-xxl-n9 {
    margin-right: -2.25rem !important;
  }

  .mb-xxl-n9,
.my-xxl-n9 {
    margin-bottom: -2.25rem !important;
  }

  .ml-xxl-n9,
.mx-xxl-n9 {
    margin-left: -2.25rem !important;
  }

  .m-xxl-n10 {
    margin: -2.5rem !important;
  }

  .mt-xxl-n10,
.my-xxl-n10 {
    margin-top: -2.5rem !important;
  }

  .mr-xxl-n10,
.mx-xxl-n10 {
    margin-right: -2.5rem !important;
  }

  .mb-xxl-n10,
.my-xxl-n10 {
    margin-bottom: -2.5rem !important;
  }

  .ml-xxl-n10,
.mx-xxl-n10 {
    margin-left: -2.5rem !important;
  }

  .m-xxl-n11 {
    margin: -2.75rem !important;
  }

  .mt-xxl-n11,
.my-xxl-n11 {
    margin-top: -2.75rem !important;
  }

  .mr-xxl-n11,
.mx-xxl-n11 {
    margin-right: -2.75rem !important;
  }

  .mb-xxl-n11,
.my-xxl-n11 {
    margin-bottom: -2.75rem !important;
  }

  .ml-xxl-n11,
.mx-xxl-n11 {
    margin-left: -2.75rem !important;
  }

  .m-xxl-n12 {
    margin: -3rem !important;
  }

  .mt-xxl-n12,
.my-xxl-n12 {
    margin-top: -3rem !important;
  }

  .mr-xxl-n12,
.mx-xxl-n12 {
    margin-right: -3rem !important;
  }

  .mb-xxl-n12,
.my-xxl-n12 {
    margin-bottom: -3rem !important;
  }

  .ml-xxl-n12,
.mx-xxl-n12 {
    margin-left: -3rem !important;
  }

  .m-xxl-n14 {
    margin: -3.5rem !important;
  }

  .mt-xxl-n14,
.my-xxl-n14 {
    margin-top: -3.5rem !important;
  }

  .mr-xxl-n14,
.mx-xxl-n14 {
    margin-right: -3.5rem !important;
  }

  .mb-xxl-n14,
.my-xxl-n14 {
    margin-bottom: -3.5rem !important;
  }

  .ml-xxl-n14,
.mx-xxl-n14 {
    margin-left: -3.5rem !important;
  }

  .m-xxl-n16 {
    margin: -4rem !important;
  }

  .mt-xxl-n16,
.my-xxl-n16 {
    margin-top: -4rem !important;
  }

  .mr-xxl-n16,
.mx-xxl-n16 {
    margin-right: -4rem !important;
  }

  .mb-xxl-n16,
.my-xxl-n16 {
    margin-bottom: -4rem !important;
  }

  .ml-xxl-n16,
.mx-xxl-n16 {
    margin-left: -4rem !important;
  }

  .m-xxl-n20 {
    margin: -5rem !important;
  }

  .mt-xxl-n20,
.my-xxl-n20 {
    margin-top: -5rem !important;
  }

  .mr-xxl-n20,
.mx-xxl-n20 {
    margin-right: -5rem !important;
  }

  .mb-xxl-n20,
.my-xxl-n20 {
    margin-bottom: -5rem !important;
  }

  .ml-xxl-n20,
.mx-xxl-n20 {
    margin-left: -5rem !important;
  }

  .m-xxl-n24 {
    margin: -6rem !important;
  }

  .mt-xxl-n24,
.my-xxl-n24 {
    margin-top: -6rem !important;
  }

  .mr-xxl-n24,
.mx-xxl-n24 {
    margin-right: -6rem !important;
  }

  .mb-xxl-n24,
.my-xxl-n24 {
    margin-bottom: -6rem !important;
  }

  .ml-xxl-n24,
.mx-xxl-n24 {
    margin-left: -6rem !important;
  }

  .m-xxl-n28 {
    margin: -7rem !important;
  }

  .mt-xxl-n28,
.my-xxl-n28 {
    margin-top: -7rem !important;
  }

  .mr-xxl-n28,
.mx-xxl-n28 {
    margin-right: -7rem !important;
  }

  .mb-xxl-n28,
.my-xxl-n28 {
    margin-bottom: -7rem !important;
  }

  .ml-xxl-n28,
.mx-xxl-n28 {
    margin-left: -7rem !important;
  }

  .m-xxl-n32 {
    margin: -8rem !important;
  }

  .mt-xxl-n32,
.my-xxl-n32 {
    margin-top: -8rem !important;
  }

  .mr-xxl-n32,
.mx-xxl-n32 {
    margin-right: -8rem !important;
  }

  .mb-xxl-n32,
.my-xxl-n32 {
    margin-bottom: -8rem !important;
  }

  .ml-xxl-n32,
.mx-xxl-n32 {
    margin-left: -8rem !important;
  }

  .m-xxl-n36 {
    margin: -9rem !important;
  }

  .mt-xxl-n36,
.my-xxl-n36 {
    margin-top: -9rem !important;
  }

  .mr-xxl-n36,
.mx-xxl-n36 {
    margin-right: -9rem !important;
  }

  .mb-xxl-n36,
.my-xxl-n36 {
    margin-bottom: -9rem !important;
  }

  .ml-xxl-n36,
.mx-xxl-n36 {
    margin-left: -9rem !important;
  }

  .m-xxl-n40 {
    margin: -10rem !important;
  }

  .mt-xxl-n40,
.my-xxl-n40 {
    margin-top: -10rem !important;
  }

  .mr-xxl-n40,
.mx-xxl-n40 {
    margin-right: -10rem !important;
  }

  .mb-xxl-n40,
.my-xxl-n40 {
    margin-bottom: -10rem !important;
  }

  .ml-xxl-n40,
.mx-xxl-n40 {
    margin-left: -10rem !important;
  }

  .m-xxl-n44 {
    margin: -11rem !important;
  }

  .mt-xxl-n44,
.my-xxl-n44 {
    margin-top: -11rem !important;
  }

  .mr-xxl-n44,
.mx-xxl-n44 {
    margin-right: -11rem !important;
  }

  .mb-xxl-n44,
.my-xxl-n44 {
    margin-bottom: -11rem !important;
  }

  .ml-xxl-n44,
.mx-xxl-n44 {
    margin-left: -11rem !important;
  }

  .m-xxl-n48 {
    margin: -12rem !important;
  }

  .mt-xxl-n48,
.my-xxl-n48 {
    margin-top: -12rem !important;
  }

  .mr-xxl-n48,
.mx-xxl-n48 {
    margin-right: -12rem !important;
  }

  .mb-xxl-n48,
.my-xxl-n48 {
    margin-bottom: -12rem !important;
  }

  .ml-xxl-n48,
.mx-xxl-n48 {
    margin-left: -12rem !important;
  }

  .m-xxl-n52 {
    margin: -13rem !important;
  }

  .mt-xxl-n52,
.my-xxl-n52 {
    margin-top: -13rem !important;
  }

  .mr-xxl-n52,
.mx-xxl-n52 {
    margin-right: -13rem !important;
  }

  .mb-xxl-n52,
.my-xxl-n52 {
    margin-bottom: -13rem !important;
  }

  .ml-xxl-n52,
.mx-xxl-n52 {
    margin-left: -13rem !important;
  }

  .m-xxl-n56 {
    margin: -14rem !important;
  }

  .mt-xxl-n56,
.my-xxl-n56 {
    margin-top: -14rem !important;
  }

  .mr-xxl-n56,
.mx-xxl-n56 {
    margin-right: -14rem !important;
  }

  .mb-xxl-n56,
.my-xxl-n56 {
    margin-bottom: -14rem !important;
  }

  .ml-xxl-n56,
.mx-xxl-n56 {
    margin-left: -14rem !important;
  }

  .m-xxl-n60 {
    margin: -15rem !important;
  }

  .mt-xxl-n60,
.my-xxl-n60 {
    margin-top: -15rem !important;
  }

  .mr-xxl-n60,
.mx-xxl-n60 {
    margin-right: -15rem !important;
  }

  .mb-xxl-n60,
.my-xxl-n60 {
    margin-bottom: -15rem !important;
  }

  .ml-xxl-n60,
.mx-xxl-n60 {
    margin-left: -15rem !important;
  }

  .m-xxl-n64 {
    margin: -16rem !important;
  }

  .mt-xxl-n64,
.my-xxl-n64 {
    margin-top: -16rem !important;
  }

  .mr-xxl-n64,
.mx-xxl-n64 {
    margin-right: -16rem !important;
  }

  .mb-xxl-n64,
.my-xxl-n64 {
    margin-bottom: -16rem !important;
  }

  .ml-xxl-n64,
.mx-xxl-n64 {
    margin-left: -16rem !important;
  }

  .m-xxl-n72 {
    margin: -18rem !important;
  }

  .mt-xxl-n72,
.my-xxl-n72 {
    margin-top: -18rem !important;
  }

  .mr-xxl-n72,
.mx-xxl-n72 {
    margin-right: -18rem !important;
  }

  .mb-xxl-n72,
.my-xxl-n72 {
    margin-bottom: -18rem !important;
  }

  .ml-xxl-n72,
.mx-xxl-n72 {
    margin-left: -18rem !important;
  }

  .m-xxl-n80 {
    margin: -20rem !important;
  }

  .mt-xxl-n80,
.my-xxl-n80 {
    margin-top: -20rem !important;
  }

  .mr-xxl-n80,
.mx-xxl-n80 {
    margin-right: -20rem !important;
  }

  .mb-xxl-n80,
.my-xxl-n80 {
    margin-bottom: -20rem !important;
  }

  .ml-xxl-n80,
.mx-xxl-n80 {
    margin-left: -20rem !important;
  }

  .m-xxl-n96 {
    margin: -24rem !important;
  }

  .mt-xxl-n96,
.my-xxl-n96 {
    margin-top: -24rem !important;
  }

  .mr-xxl-n96,
.mx-xxl-n96 {
    margin-right: -24rem !important;
  }

  .mb-xxl-n96,
.my-xxl-n96 {
    margin-bottom: -24rem !important;
  }

  .ml-xxl-n96,
.mx-xxl-n96 {
    margin-left: -24rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mt-xxl-auto,
.my-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-auto,
.mx-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-auto,
.my-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-auto,
.mx-xxl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    -o-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;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.break-container {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.break-container-center {
  width: 100vw;
  position: relative;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.fs-weight-ultralight {
  font-weight: 100;
}

.fs-weight-100 {
  font-weight: 100;
}

.fs-weight-extralight {
  font-weight: 200;
}

.fs-weight-200 {
  font-weight: 200;
}

.fs-weight-light {
  font-weight: 300;
}

.fs-weight-300 {
  font-weight: 300;
}

.fs-weight-normal {
  font-weight: 400;
}

.fs-weight-400 {
  font-weight: 400;
}

.fs-weight-medium {
  font-weight: 500;
}

.fs-weight-500 {
  font-weight: 500;
}

.fs-weight-semibold {
  font-weight: 600;
}

.fs-weight-600 {
  font-weight: 600;
}

.fs-weight-bold {
  font-weight: 700;
}

.fs-weight-700 {
  font-weight: 700;
}

.fs-weight-extrabold {
  font-weight: 800;
}

.fs-weight-800 {
  font-weight: 800;
}

.fs-weight-ultrabold {
  font-weight: 900;
}

.fs-weight-900 {
  font-weight: 900;
}

/**
  pow() - Raise number to the nth power

  @param {number} $base The base number
  @param {number} $exponents The exponent to which to raise $base
*/
/**
Handy Easings
*/
/* stylelint-disable */
@font-face {
  font-family: "TestTiemposText";
  src: url(/app/themes/ign/dist/fonts/TestTiemposText-Regular.otf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GTWalsheimPro";
  src: url("/app/themes/ign/dist/fonts/GT Walsheim Pro/GTWalsheimPro-Regular.ttf") format("truetype"), url("/app/themes/ign/dist/fonts/GT Walsheim Pro/GTWalsheimPro-Regular.woff") format("woff"), url("/app/themes/ign/dist/fonts/GT Walsheim Pro/GTWalsheimPro-Regular.woff2") format("woff2"), url("/app/themes/ign/dist/fonts/GT Walsheim Pro/GTWalsheimPro-Regular.eot");
}
/* stylelint-enable */
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: TestTiemposText, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.563;
}
body.no-overflow {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Century Gothic", sans-serif;
  color: #25262e;
  font-style: normal;
  font-weight: 500;
}

h1,
.fs-h1 {
  font-size: 2.4375rem;
  line-height: 1.25;
}
@media (min-width: 1200px) {
  h1,
.fs-h1 {
    font-size: 3.9375rem;
  }
}

h2,
.fs-h2 {
  font-size: 1.9375rem;
  line-height: 1.25;
}
@media (min-width: 1200px) {
  h2,
.fs-h2 {
    font-size: 2.9375rem;
  }
}

h3,
.fs-h3 {
  font-size: 1.5625rem;
  line-height: 1.25;
}
@media (min-width: 1200px) {
  h3,
.fs-h3 {
    font-size: 2.25rem;
  }
}

h4,
.fs-h4 {
  font-size: 1.25rem;
  line-height: 1.25;
}
@media (min-width: 1200px) {
  h4,
.fs-h4 {
    font-size: 1.6875rem;
  }
}

h5,
.fs-h5 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.563;
  line-height: 1.25;
}

h6,
.fs-h6 {
  font-size: 0.875rem;
  line-height: 1.5;
  line-height: 1.25;
}
@media (min-width: 1200px) {
  h6,
.fs-h6 {
    font-size: 1rem;
  }
}

/* Prose */
p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.563;
  font-weight: 300;
}

.fs-p-big {
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .fs-p-big {
    font-size: 1.6875rem;
  }
}

q {
  white-space: pre-wrap;
}
q::before, q::after {
  display: inline;
}

strong {
  font-weight: 700;
}

/* stylelint-disable no-descending-specificity */
ul, dl,
ol {
  margin-right: 0;
  margin-bottom: 1rem;
  margin-left: 1rem;
  padding: 0;
}
ul > li, dl ul > dt,
dl ul > dd, dl > li, dl > dt,
dl > dd,
ol > li,
dl ol > dt,
dl ol > dd {
  padding-left: 1.8125rem;
}
ul > li:last-child, dl ul > dt:last-child,
dl ul > dd:last-child, dl > li:last-child, dl > dt:last-child,
dl > dd:last-child,
ol > li:last-child,
dl ol > dt:last-child,
dl ol > dd:last-child {
  margin-bottom: 0;
}

ul, dl {
  margin-left: 1.5625rem;
}
ul li, dl li, dl dt,
dl dd {
  padding-left: 1.3125rem;
}
ul.no-bullets, dl.no-bullets {
  margin-left: 0;
  list-style-type: none;
}
ul.no-bullets > li, dl ul.no-bullets > dt,
dl ul.no-bullets > dd, dl.no-bullets > li, dl.no-bullets > dt,
dl.no-bullets > dd {
  padding-left: 0;
}
ul.list-inline, dl.list-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
ul.list-inline--push-right li, ul.list-inline--push-right dl dt, dl ul.list-inline--push-right dt,
ul.list-inline--push-right dl dd,
dl ul.list-inline--push-right dd, dl.list-inline--push-right li, dl.list-inline--push-right dt,
dl.list-inline--push-right dd {
  margin-right: 0.5rem;
}
ul.list-inline--overflow, dl.list-inline--overflow {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.list-inline--has-spacer li, ul.list-inline--has-spacer dl dt, dl ul.list-inline--has-spacer dt,
ul.list-inline--has-spacer dl dd,
dl ul.list-inline--has-spacer dd, dl.list-inline--has-spacer li, dl.list-inline--has-spacer dt,
dl.list-inline--has-spacer dd {
  position: relative;
  padding-right: 1.875rem;
}
ul.list-inline--has-spacer li > *, ul.list-inline--has-spacer dl dt > *, dl ul.list-inline--has-spacer dt > *,
ul.list-inline--has-spacer dl dd > *,
dl ul.list-inline--has-spacer dd > *, dl.list-inline--has-spacer li > *, dl.list-inline--has-spacer dt > *,
dl.list-inline--has-spacer dd > * {
  display: inline-block;
}
ul.list-inline--has-spacer li::after, ul.list-inline--has-spacer dl dt::after, dl ul.list-inline--has-spacer dt::after,
ul.list-inline--has-spacer dl dd::after,
dl ul.list-inline--has-spacer dd::after, dl.list-inline--has-spacer li::after, dl.list-inline--has-spacer dt::after,
dl.list-inline--has-spacer dd::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.6875rem;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
ul.list-inline--has-spacer li:last-of-type, ul.list-inline--has-spacer dl dt:last-of-type, dl ul.list-inline--has-spacer dt:last-of-type,
ul.list-inline--has-spacer dl dd:last-of-type,
dl ul.list-inline--has-spacer dd:last-of-type, dl.list-inline--has-spacer li:last-of-type, dl.list-inline--has-spacer dt:last-of-type,
dl.list-inline--has-spacer dd:last-of-type {
  padding-right: 0;
}
ul.list-inline--has-spacer li:last-of-type::after, ul.list-inline--has-spacer dl dt:last-of-type::after, dl ul.list-inline--has-spacer dt:last-of-type::after,
ul.list-inline--has-spacer dl dd:last-of-type::after,
dl ul.list-inline--has-spacer dd:last-of-type::after, dl.list-inline--has-spacer li:last-of-type::after, dl.list-inline--has-spacer dt:last-of-type::after,
dl.list-inline--has-spacer dd:last-of-type::after {
  display: none;
}

ol li::marker, ol dl dt::marker, dl ol dt::marker,
ol dl dd::marker,
dl ol dd::marker {
  position: relative;
  top: -0.125rem;
  color: #000000;
  font-weight: 600;
  content: "" counter(list-item) "";
}

li, dl dt,
dl dd {
  margin-bottom: 1rem;
}
li *:last-child, dl dt *:last-child,
dl dd *:last-child {
  margin-bottom: 0;
}
li > ul, dl dt > ul,
dl dd > ul, li > dl, dl dt > dl,
dl dd > dl {
  margin-top: 1rem;
  margin-left: 1rem;
}

/* stylelint-enable */
blockquote q {
  white-space: normal;
}

table {
  width: 100%;
  margin-bottom: 0;
  border-collapse: collapse;
  border-spacing: 0.25rem;
}

/* hr */
hr {
  border-style: solid;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

/* Link */
a {
  color: #35359e;
  word-break: break-word;
  -webkit-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Image */
img:not(p > img) {
  width: 100%;
}

figure {
  margin: 0 0 1rem;
}

figcaption {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.563;
  padding-top: 1rem;
  padding-right: 2rem;
  color: #626e7a;
  font-weight: 300;
}

/* iFrame */
iframe {
  border-width: 0;
  border-style: hidden;
  border-color: transparent;
  border: 0;
}

/* Slick.js */
.slick-slide {
  opacity: 0.2;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.slick-active,
.slick-current {
  opacity: 1;
}

.a11y-aof__link:focus {
  display: block;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 9999;
  width: auto;
  height: auto;
  padding: 0.625rem 0.9375rem;
  clip: auto;
  background-color: #ffffff;
  text-align: center;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  outline-offset: 0;
  outline: 2px solid #005fcc;
  outline-offset: 2px;
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */
/** Media alignment */
.alignnone {
  margin-left: 0;
  margin-right: 0;
}

.aligncenter {
  display: block;
  margin: 0.5rem auto;
}

.alignleft,
.alignright {
  margin-bottom: 0.5rem;
}

@media (min-width: 576px) {
  .alignleft {
    float: left;
    margin-right: 0.5rem;
  }

  .alignright {
    float: right;
    margin-left: 0.5rem;
  }
}
/** Captions */
/** Text meant only for screen readers */
/**
 * Regular site-wide classes go here.
 */
.coloured-block {
  background-color: #56616b;
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 10px;
  position: relative;
  min-height: 353px;
}
.coloured-block__content-box {
  position: relative;
  z-index: 2;
  height: 100%;
}
.coloured-block .block-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.coloured-block .block-icon {
  height: auto;
  margin-bottom: 20px;
  width: 50px;
}
.coloured-block .block-name {
  font-family: "Century Gothic", sans-serif;
  color: #9e6bd4;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.71px;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .coloured-block .block-name {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 16px;
  }
}
.coloured-block .block-heading {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 0;
}
.coloured-block .basic-link {
  margin-top: 44px;
}
.coloured-block--blue {
  background-color: #35359e;
}
.coloured-block--gold {
  background-color: #d49e35;
}
.coloured-block--lilac {
  background-color: #9e6b9e;
}
.coloured-block--orange {
  background-color: #d46b36;
}
.coloured-block--purple {
  background-color: #6b359e;
}
.coloured-block--white {
  background-color: #ffffff;
}
.coloured-block--white .block-name {
  color: #6b359e;
}
.coloured-block--white .block-heading {
  color: #6b359e;
}
.coloured-block--white .basic-link {
  color: #6b359e;
}
.coloured-block--white .basic-link:active, .coloured-block--white .basic-link:hover {
  color: #6b359e;
}
.coloured-block--white .basic-link .link-chevron {
  fill: #6b359e;
}
@media (min-width: 1200px) {
  .coloured-block__content-box .basic-link {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .coloured-block__content-box .block-heading {
    margin-bottom: 48px;
  }
  .coloured-block .block-icon {
    width: 60px;
  }
}

@media (min-width: 1400px) {
  .container {
    padding-left: 110px;
  }
}

.section-padding {
  padding: 32px 0;
}
@media (min-width: 1200px) {
  .section-padding {
    padding: 64px 0;
  }
}

/*******************
 * Components
 ******************/
/*******************
 * Components
 ******************/
.breadcrumb {
  font-family: "Century Gothic", sans-serif;
  display: none;
  font-size: 12px;
  letter-spacing: 1.71px;
  font-weight: 700;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 992px) {
  .breadcrumb {
    display: block;
  }
}
.breadcrumb__link {
  color: #6b359e;
  text-transform: lowercase;
}
.breadcrumb__link:hover, .breadcrumb__link:active, .breadcrumb__link:focus {
  color: #6b359e;
}
.breadcrumb__separator {
  color: #d49e35;
  display: inline;
  padding: 0 0.625rem;
}

.page-header {
  background-color: #6b359e;
  color: #ffffff;
  padding: 174px 0 92px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 92%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 92%, 0% 100%);
}
.page-header__link-bar {
  background-color: #6b359e;
  padding: 27px 0;
}
.page-header__link {
  font-family: "Century Gothic", sans-serif;
  color: #ffffff;
  font-weight: 700;
}
.page-header__link:active, .page-header__link:hover {
  color: #ffffff;
}
.page-header__link svg {
  fill: #ffffff;
  -webkit-transform: rotate(270deg);
       -o-transform: rotate(270deg);
          transform: rotate(270deg);
}
@media (min-width: 1200px) {
  .page-header__link {
    font-size: 18px;
    line-height: 26px;
  }
}
.page-header__heading {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
.page-header__standfirst {
  line-height: 28px;
}
@media (min-width: 1200px) {
  .page-header {
    padding: 196px 0 126px;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 72%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 72%, 0% 100%);
  }
  .page-header__heading {
    font-size: 60px;
    letter-spacing: -1px;
    line-height: 68px;
  }
  .page-header__standfirst {
    font-size: 16px;
    line-height: 28px;
    max-width: 534px;
  }
}
@media (min-width: 1400px) {
  .page-header {
    padding-bottom: 166px;
  }
}
.page-header--home {
  -webkit-clip-path: none;
          clip-path: none;
  position: relative;
  height: 618px;
  padding: 0;
  z-index: 1;
}
.page-header--home::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(200%, #000000));
  background: -webkit-linear-gradient(top, transparent, #000000 200%);
  background: -o-linear-gradient(top, transparent, #000000 200%);
  background: linear-gradient(to bottom, transparent, #000000 200%);
  opacity: 0.75;
  z-index: 2;
}
.page-header--home__bg-image {
  position: absolute;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.page-header--home .container {
  position: relative;
  top: calc(100% - 43px);
  -webkit-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: 3;
}
.page-header--home__org-name {
  font-family: "Century Gothic", sans-serif;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 1.71px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 21px;
}
.page-header--home__heading {
  font-family: "Century Gothic", sans-serif;
  color: #ffffff;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .page-header--home {
    height: 853px;
  }
  .page-header--home::after {
    opacity: 0.85;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(120%, #000000));
    background: -webkit-linear-gradient(top, transparent, #000000 120%);
    background: -o-linear-gradient(top, transparent, #000000 120%);
    background: linear-gradient(to bottom, transparent, #000000 120%);
  }
  .page-header--home .container {
    top: calc(100% - 138px);
  }
  .page-header--home--org-name {
    font-size: 14px;
    letter-spacing: 2px;
  }
  .page-header--home__heading {
    font-size: 60px;
    line-height: 68px;
    letter-spacing: -1px;
    width: 723px;
  }
}

.pagination-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.pagination-box__button,
.pagination-box .page-numbers {
  font-family: "Century Gothic", sans-serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  background-color: #e1d7ec;
  color: #6b359e;
  font-size: 14px;
  font-weight: 700;
  line-height: 23px;
  margin-right: 10px;
  height: 40px;
  width: 40px;
}
.pagination-box__button:hover,
.pagination-box .page-numbers:hover {
  text-transform: none;
}
@media (min-width: 576px) {
  .pagination-box__button,
.pagination-box .page-numbers {
    font-size: 16px;
    line-height: 28px;
    height: 50px;
    width: 50px;
  }
}
.pagination-box .page-numbers.current {
  background-color: #6b359e;
  color: #ffffff;
}
.pagination-box .page-numbers.dots {
  background-color: transparent;
  color: #000000;
  height: 28px;
  width: 14px;
}
.pagination-box .pagination-box__nav-arrow {
  background-color: #6b359e;
}
.pagination-box .pagination-box__nav-arrow--disabled {
  background-color: #e1d7ec;
}
.pagination-box .pagination-box__nav-arrow:last-of-type {
  margin-right: 0;
}

button {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.563;
  border: 0.0625rem solid #000000;
  border-radius: 0.25rem;
  padding: 0.625rem 1rem;
  background: transparent;
  color: #000000;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  font-family: "Century Gothic", sans-serif;
  border: 0;
  border-radius: 4px;
  display: block;
  font-size: 0.875rem;
  line-height: 1.75rem;
  font-weight: 700;
  padding: 12px 25px;
  text-transform: uppercase;
}

.basic-link {
  font-family: "Century Gothic", sans-serif;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  width: auto;
}
.basic-link:active, .basic-link:hover {
  color: #ffffff;
  text-decoration: underline;
}
.basic-link .link-chevron {
  fill: #ffffff;
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-left: -4px;
}

/*******************
 * Blocks
 ******************/
/*******************
 * Blocks
 ******************/
.name-heading-content__section-name {
  font-family: "Century Gothic", sans-serif;
  color: #9e6bd4;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.71px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .name-heading-content__section-name {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 16px;
  }
}
.name-heading-content__heading {
  color: #6b359e;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 20px;
}
.name-heading-content__text-box:last-of-type {
  margin-bottom: 0;
}
.name-heading-content__text-box::before {
  background-color: #6b359e;
  content: "";
  display: none;
  height: 3px;
  margin-bottom: 16px;
  width: 60px;
}
.name-heading-content__text {
  max-width: 518px;
}
.name-heading-content__text p:not(.image-with-credits__credits) {
  font-size: 16px;
  line-height: 25px;
}
.name-heading-content__text p:not(.image-with-credits__credits) img {
  max-width: 100%;
}
.name-heading-content__text p:not(.image-with-credits__credits):last-of-type:not(.image-with-credits__credits) {
  margin-bottom: 0;
}
.name-heading-content__image-box {
  margin: 20px auto 0;
  max-width: 525px;
}
.name-heading-content__graph-box {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .name-heading-content {
    padding: 0;
  }
  .name-heading-content .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .name-heading-content__section-name {
    margin-bottom: 12px;
  }
  .name-heading-content__heading {
    font-size: 50px;
    letter-spacing: -1px;
    line-height: 58px;
    margin-bottom: 48px;
    max-width: 508px;
  }
  .name-heading-content__text-box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 90px;
    margin-left: 104px;
    margin-bottom: 54px;
  }
  .name-heading-content__text-box:last-of-type {
    margin-bottom: 0;
  }
  .name-heading-content__text-box::before {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    margin-right: 32px;
    margin-bottom: 0;
  }
  .name-heading-content__text p:not(.image-with-credits__credits) {
    position: relative;
    bottom: 12px;
  }
  .name-heading-content__image-box {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .name-heading-content--with-image .name-heading-content__text {
    padding-left: 0;
    margin-left: 0;
  }
  .name-heading-content--with-image .name-heading-content__image-box {
    margin-left: 62px;
  }
}
.name-heading-content--with-graph .name-heading-content__graph-box {
  overflow-x: scroll;
}
.name-heading-content--with-graph .name-heading-content__graph-box .name-heading-content__chart-credits {
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}
@media (min-width: 1200px) {
  .name-heading-content--with-graph .container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .name-heading-content--with-graph .name-heading-content__heading {
    margin-bottom: 0;
  }
  .name-heading-content--with-graph .name-heading-content__graph-box {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
  }
  .name-heading-content--with-graph .name-heading-content__graph-box .name-heading-content__chart-credits {
    margin-top: 20px;
  }
}
.name-heading-content--with-image-and-credits .image-with-credits {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .name-heading-content--with-image-and-credits .container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .name-heading-content--with-image-and-credits .name-heading-content__content-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .name-heading-content--with-image-and-credits .name-heading-content__content-box .name-heading-content__text-box {
    padding-left: 0;
    margin-left: 0;
  }
  .name-heading-content--with-image-and-credits .image-with-credits {
    margin-left: 82px;
    margin-top: 0 !important;
  }
}
.name-heading-content--wide .name-heading-content__text {
  max-width: 714px;
}

.list-icons__heading {
  color: #6b359e;
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 32px;
  text-align: center;
}
.list-icons .list-item {
  margin-bottom: 24px;
}
.list-icons .list-item:last-of-type {
  margin-bottom: 0;
}
.list-icons .list-item__icon {
  display: block;
  height: 46px;
  margin: 0 auto 16px;
  width: auto;
}
.list-icons .list-item__text {
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 1200px) {
  .list-icons__heading {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 60px;
  }
  .list-icons__list-box {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .list-icons__list-box .list-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 326px;
            flex: 1 0 326px;
    margin-right: 60px;
    margin-bottom: 32px;
  }
  .list-icons__list-box .list-item:last-of-type, .list-icons__list-box .list-item:nth-of-type(3n) {
    margin-right: 0;
  }
  .list-icons__list-box .list-item__icon {
    height: 88px;
    margin-bottom: 40px;
  }
}

.list-numbers__heading {
  color: #6b359e;
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 32px;
  text-align: center;
}
.list-numbers .list-item {
  margin-bottom: 24px;
}
.list-numbers .list-item__number {
  display: block;
  height: 64px;
  margin: 0 auto 16px;
  position: relative;
  width: 64px;
}
.list-numbers .list-item__number span {
  color: #d49e35;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.list-numbers .list-item__number img {
  z-index: 1;
}
.list-numbers .list-item__text {
  margin-bottom: 0;
  text-align: center;
}
.list-numbers .list-item:first-of-type .list-item__number > img {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.list-numbers .list-item:nth-of-type(3) .list-item__number > img {
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.list-numbers .list-item:nth-of-type(4) .list-item__number > img {
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.list-numbers .list-item:nth-of-type(5) .list-item__number > img {
  -webkit-transform: rotate(-135deg);
       -o-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.list-numbers .list-item:nth-of-type(6) .list-item__number > img {
  -webkit-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.list-numbers .list-item:nth-of-type(7) .list-item__number > img {
  -webkit-transform: rotate(135deg);
       -o-transform: rotate(135deg);
          transform: rotate(135deg);
}
.list-numbers .list-item:nth-of-type(8) .list-item__number > img {
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
.list-numbers .list-item:nth-of-type(9) .list-item__number > img {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.list-numbers .list-item:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .list-numbers .container > * {
    margin-left: 104px;
    max-width: 730px;
    padding-left: 90px;
  }
  .list-numbers__heading {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px;
    text-align: left;
  }
  .list-numbers__heading::before {
    background-color: #6b359e;
    content: "";
    display: block;
    height: 3px;
    width: 60px;
    margin-left: -90px;
    position: relative;
    top: 16px;
  }
  .list-numbers__list-box .list-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 28px;
  }
  .list-numbers__list-box .list-item__number {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 64px;
            flex: 0 0 64px;
    margin: 0 24px 0 0;
  }
  .list-numbers__list-box .list-item__number span {
    font-size: 16px;
    line-height: 25px;
  }
  .list-numbers__list-box .list-item__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 421px;
            flex: 0 0 421px;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
  }
  .list-numbers--about .list-numbers__heading {
    font-size: 40px;
    line-height: 48px;
    padding-left: 0;
    margin: 0 auto 56px;
    text-align: center;
  }
  .list-numbers--about .list-numbers__heading::before {
    display: none;
  }
  .list-numbers--about .list-numbers__list-box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    padding-left: 0;
    margin-left: 0;
    max-width: none;
  }
  .list-numbers--about .list-numbers__list-box .list-item {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 326px;
            flex: 0 0 326px;
    margin-bottom: 40px;
  }
  .list-numbers--about .list-numbers__list-box .list-item__number {
    margin: 0 auto 20px;
  }
  .list-numbers--about .list-numbers__list-box .list-item__text {
    text-align: center;
  }
}

.file-download-boxes__file-box {
  background-color: #f7f7f7;
  padding: 18px 21px;
  margin-bottom: 10px;
}
.file-download-boxes__file-box:last-of-type {
  margin-bottom: 0;
}
.file-download-boxes__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.file-download-boxes__link {
  font-family: "Century Gothic", sans-serif;
  color: #6b359e;
  font-weight: 700;
}
.file-download-boxes__link:hover, .file-download-boxes__link:active {
  color: #6b359e;
}
.file-download-boxes__link .link-chevron {
  fill: #6b359e;
}
@media (min-width: 1200px) {
  .file-download-boxes .container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    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;
  }
  .file-download-boxes__file-box {
    background-color: #ffffff;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-right: 20px;
    max-width: 32%;
    padding: 27px 30px;
    width: 100%;
  }
  .file-download-boxes__file-box:nth-of-type(3n) {
    margin-right: 0;
  }
  .file-download-boxes__title {
    margin-bottom: 30px;
  }
  .file-download-boxes__link {
    font-size: 16px;
    line-height: 28px;
  }
}

.heading-text-quote__heading {
  color: #6b359e;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 16px;
}
.heading-text-quote__text::before {
  background-color: #6b359e;
  content: "";
  display: block;
  margin-bottom: 16px;
  height: 3px;
  width: 60px;
}
.heading-text-quote__quote {
  color: #6b359e;
  position: relative;
  margin-top: 8px;
}
.heading-text-quote__quote::before {
  background-color: #6b359e;
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 1px;
  height: calc(100% - 24px);
}
.heading-text-quote__quote::after {
  display: block;
  content: '"';
  position: absolute;
  font-size: 40px;
  font-family: GTWalsheimPro, serif;
  font-weight: 500;
  left: -8px;
  top: 0;
}
.heading-text-quote__quote-text {
  padding-left: 24px;
}
@media (min-width: 1200px) {
  .heading-text-quote__heading {
    font-size: 50px;
    letter-spacing: -1px;
    line-height: 58px;
    margin-bottom: 40px;
  }
  .heading-text-quote__text {
    padding-left: 92px;
    position: relative;
    max-width: 992px;
    margin-left: 92px;
  }
  .heading-text-quote__text p {
    font-size: 16px;
    line-height: 25px;
  }
  .heading-text-quote__text::before {
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 12px;
  }
  .heading-text-quote__quote {
    margin-left: 184px;
    max-width: 895px;
    font-size: 16px;
    line-height: 25px;
    margin-top: 32px;
  }
}

.boxes-related__section-name-filter-box {
  margin-bottom: 20px;
  position: relative;
}
.boxes-related__section-name-filter-box::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 22px;
  right: 20px;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHdpZHRoPSIyNCI+PHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjxwYXRoIGQ9Ik0xNi41OSA4LjU5TDEyIDEzLjE3IDcuNDEgOC41OSA2IDEwbDYgNiA2LTZ6Ii8+PC9zdmc+Cg==);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHdpZHRoPSIyNCI+PHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjxwYXRoIGQ9Ik0xNi41OSA4LjU5TDEyIDEzLjE3IDcuNDEgOC41OSA2IDEwbDYgNiA2LTZ6Ii8+PC9zdmc+Cg==);
  background-color: #6b359e;
  pointer-events: none;
  height: 20px;
  width: 20px;
}
.boxes-related__section-name {
  font-family: "Century Gothic", sans-serif;
  color: #9e6bd4;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.71px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .boxes-related__section-name {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 16px;
  }
}
.boxes-related__filter {
  font-family: "Century Gothic", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  color: #6b359e;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  line-height: 38px;
  padding: 10px 20px;
  text-transform: uppercase;
  width: 100%;
}
.boxes-related__filter option {
  font-size: 14px;
}
.boxes-related .related-post-box {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 4px 4px 24px;
  position: relative;
  margin-bottom: 10px;
}
.boxes-related .related-post-box__image-box {
  background-color: #ffffff;
  height: 150px;
  width: 100%;
}
.boxes-related .related-post-box__image-box--icon {
  height: auto;
  padding: 20px 0;
}
.boxes-related .related-post-box__image {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.boxes-related .related-post-box__image--icon {
  display: block;
  margin: 0 auto;
  max-height: 65px;
  width: auto;
}
.boxes-related .related-post-box__content-box {
  height: 100%;
  padding: 16px 8px 0;
}
.boxes-related .related-post-box__region {
  color: #6b359e;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.1px;
  line-height: 22px;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.boxes-related .related-post-box__details {
  font-family: "Century Gothic", sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 1.1px;
  margin-bottom: 8px;
}
.boxes-related .related-post-box__details span {
  color: #6b359e;
}
.boxes-related .related-post-box__title {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.boxes-related .related-post-box__summary p {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 0;
}
.boxes-related .related-post-box__link {
  font-family: "Century Gothic", sans-serif;
  margin-top: 18px;
  color: #6b359e;
  font-weight: 700;
}
.boxes-related .related-post-box__link:hover, .boxes-related .related-post-box__link:active {
  color: #6b359e;
}
.boxes-related .related-post-box__link .link-chevron {
  fill: #6b359e;
}
.boxes-related .related-post-box__shape-box {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width: 1200px) {
  .boxes-related {
    padding: 0 0 24px;
  }
  .boxes-related__section-name-filter-box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .boxes-related__filter-box {
    width: 273px;
  }
  .boxes-related__post-box {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% + 4px);
  }
  .boxes-related .related-post-box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: 20px;
    margin-bottom: 20px;
    min-height: 200px;
    max-width: 32%;
    width: 100%;
  }
  .boxes-related .related-post-box:nth-of-type(3n) {
    margin-right: 0;
  }
  .boxes-related .related-post-box__image-box--icon {
    padding: 34px 0;
  }
  .boxes-related .related-post-box__content-box {
    padding: 24px 30px 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .boxes-related .related-post-box__summary {
    margin-bottom: 20px;
  }
  .boxes-related .related-post-box__link {
    font-size: 16px;
    line-height: 28px;
    margin-top: auto;
  }
}

.name-related-posts-large__section-name {
  font-family: "Century Gothic", sans-serif;
  color: #9e6bd4;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.71px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .name-related-posts-large__section-name {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 16px;
  }
}
.name-related-posts-large a {
  border-radius: 5px;
  display: block;
  margin-bottom: 16px;
}
.name-related-posts-large a:last-of-type {
  margin-bottom: 0;
}
.name-related-posts-large .related-post-box {
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  height: 300px;
  width: 100%;
}
.name-related-posts-large .related-post-box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(200%, #000000));
  background: -webkit-linear-gradient(top, transparent, #000000 200%);
  background: -o-linear-gradient(top, transparent, #000000 200%);
  background: linear-gradient(to bottom, transparent, #000000 200%);
  opacity: 0.5;
  z-index: 2;
}
.name-related-posts-large .related-post-box__bg-image {
  height: 100%;
}
.name-related-posts-large .related-post-box__title {
  font-family: "Century Gothic", sans-serif;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  position: absolute;
  left: 13px;
  bottom: 20px;
  z-index: 3;
}
@media (min-width: 1200px) {
  .name-related-posts-large__post-box {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }
  .name-related-posts-large a {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .name-related-posts-large .related-post-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 540px;
            flex: 0 0 540px;
    height: 327px;
    width: 540px;
  }
  .name-related-posts-large .related-post-box__title {
    font-size: 30px;
    line-height: 38px;
    left: 30px;
    bottom: 26px;
  }
}

.related-post-boxes .related-post-box {
  border-radius: 5px;
  position: relative;
  min-height: 508px;
  margin-bottom: 40px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.related-post-boxes .related-post-box:last-of-type {
  margin-bottom: 0;
}
.related-post-boxes .related-post-box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(200%, #000000));
  background: -webkit-linear-gradient(top, transparent, #000000 200%);
  background: -o-linear-gradient(top, transparent, #000000 200%);
  background: linear-gradient(to bottom, transparent, #000000 200%);
  opacity: 0.75;
  z-index: 2;
}
.related-post-boxes .related-post-box__bg-image {
  border-radius: 5px;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.related-post-boxes .related-post-box__text-box {
  padding: 20px 15px;
  position: relative;
  z-index: 3;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 333px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.related-post-boxes .related-post-box__icon {
  height: 55px;
  width: auto;
  margin-bottom: 24px;
}
.related-post-boxes .related-post-box__post-type {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.related-post-boxes .related-post-box__title {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
}
.related-post-boxes .related-post-box__link {
  font-family: "Century Gothic", sans-serif;
  color: #ffffff;
  font-weight: 700;
  margin-top: 16px;
}
.related-post-boxes .related-post-box__link:hover, .related-post-boxes .related-post-box__link:active {
  color: #ffffff;
}
.related-post-boxes .related-post-box--purple {
  background-color: #6b359e;
  min-height: 333px;
}
.related-post-boxes .related-post-box--purple::after {
  display: none;
}
.related-post-boxes .related-post-box--purple .related-post-box__link {
  margin-top: auto;
}
.related-post-boxes .related-post-box--yellow {
  background-color: #d49e35;
  min-height: 333px;
}
.related-post-boxes .related-post-box--yellow::after {
  display: none;
}
.related-post-boxes .related-post-box--yellow .related-post-box__link {
  margin-top: auto;
}
.related-post-boxes .related-post-box--white {
  background-color: #ffffff;
  min-height: 333px;
}
.related-post-boxes .related-post-box--white::after {
  display: none;
}
.related-post-boxes .related-post-box--white .related-post-box__title {
  color: #6b359e;
}
.related-post-boxes .related-post-box--white .related-post-box__link {
  color: #6b359e;
  margin-top: auto;
}
.related-post-boxes .related-post-box--white .related-post-box__link:hover, .related-post-boxes .related-post-box--white .related-post-box__link:active {
  color: #6b359e;
}
@media (min-width: 1200px) {
  .related-post-boxes .container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .related-post-boxes .related-post-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 353px;
            flex: 0 0 353px;
    margin-bottom: 0;
    min-height: 333px;
  }
  .related-post-boxes .related-post-box__text-box {
    padding: 26px 30px;
  }
  .related-post-boxes .related-post-box__title {
    font-size: 24px;
    line-height: 32px;
  }
  .related-post-boxes .related-post-box__link {
    margin-top: auto;
  }
  .related-post-boxes .related-post-box:first-of-type {
    margin-right: 20px;
  }
  .related-post-boxes .related-post-box:nth-of-type(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 726px;
            flex: 1 1 726px;
  }
  .related-post-boxes .related-post-box:nth-of-type(2) .related-post-box__title {
    max-width: 302px;
  }
  .related-post-boxes .related-post-box:nth-of-type(2) .related-post-box__link {
    margin-top: 16px;
  }
  .related-post-boxes .related-post-box:nth-of-type(n + 3) {
    margin-top: 24px;
    margin-right: 20px;
  }
  .related-post-boxes .related-post-box:nth-of-type(4) {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .related-post-boxes .related-post-box:last-of-type {
    margin-right: 0;
  }
}

.image-with-credits__image {
  border-radius: 5px;
}
.image-with-credits__credits {
  background-color: #6b359e;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  line-height: 25px;
  margin-left: auto;
  padding: 6px 10px;
  margin-top: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.image-with-credits--shortcode .image-with-credits__image {
  height: auto;
}
@media (min-width: 1200px) {
  .image-with-credits__credits {
    font-size: 16px;
    margin-top: -30px;
    padding: 15px 30px;
    -webkit-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@media (min-width: 1200px) {
  .image-with-credits--featured-in-name-heading-content {
    margin-top: 0;
  }
  .image-with-credits--featured-in-name-heading-content .container {
    padding: 0;
    position: relative;
  }
  .image-with-credits--featured-in-name-heading-content .image-with-credits__credits {
    position: absolute;
    bottom: 30px;
    margin-bottom: 0;
    right: 0;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }
}

.coloured-blocks-carousel__block {
  min-height: unset;
}
.coloured-blocks-carousel__carousel {
  cursor: -webkit-grab;
  cursor: grab;
}
.coloured-blocks-carousel__carousel:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.coloured-blocks-carousel__carousel .carousel-item {
  height: 476px;
  position: relative;
}
.coloured-blocks-carousel__carousel .carousel-item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(140%, #000000));
  background: -webkit-linear-gradient(top, transparent, #000000 140%);
  background: -o-linear-gradient(top, transparent, #000000 140%);
  background: linear-gradient(to bottom, transparent, #000000 140%);
  opacity: 0.5;
  z-index: 2;
}
.coloured-blocks-carousel__carousel .carousel-item__image {
  border-radius: 5px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.coloured-blocks-carousel__carousel .carousel-item__count-heading-box {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 24px 60px;
  z-index: 3;
}
.coloured-blocks-carousel__carousel .carousel-item__count-heading-box .carousel-count {
  font-family: "Century Gothic", sans-serif;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 1.71px;
  font-weight: 700;
  margin-bottom: 16px;
}
.coloured-blocks-carousel__carousel .carousel-item__count-heading-box .carousel-heading {
  color: #ffffff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 0;
}
.coloured-blocks-carousel__carousel .slick-dots {
  padding: 0 24px;
  position: absolute;
  bottom: 16px;
  left: 0;
  text-align: left;
  z-index: 3;
}
.coloured-blocks-carousel__carousel .slick-dots li:first-of-type, .coloured-blocks-carousel__carousel .slick-dots dl dt:first-of-type, dl .coloured-blocks-carousel__carousel .slick-dots dt:first-of-type,
.coloured-blocks-carousel__carousel .slick-dots dl dd:first-of-type,
dl .coloured-blocks-carousel__carousel .slick-dots dd:first-of-type {
  margin-left: 0;
}
.coloured-blocks-carousel__carousel .slick-dots li:last-of-type, .coloured-blocks-carousel__carousel .slick-dots dl dt:last-of-type, dl .coloured-blocks-carousel__carousel .slick-dots dt:last-of-type,
.coloured-blocks-carousel__carousel .slick-dots dl dd:last-of-type,
dl .coloured-blocks-carousel__carousel .slick-dots dd:last-of-type {
  margin-right: 0;
}
.coloured-blocks-carousel__carousel .slick-dots li button::before, .coloured-blocks-carousel__carousel .slick-dots dl dt button::before, dl .coloured-blocks-carousel__carousel .slick-dots dt button::before,
.coloured-blocks-carousel__carousel .slick-dots dl dd button::before,
dl .coloured-blocks-carousel__carousel .slick-dots dd button::before {
  color: #ffffff;
  font-size: 13px;
}
@media (min-width: 1200px) {
  .coloured-blocks-carousel .block-container:nth-of-type(1) {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }
  .coloured-blocks-carousel .block-container:nth-of-type(1) > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 540px;
            flex: 1 0 540px;
    max-width: 540px;
    margin-bottom: 0;
  }
  .coloured-blocks-carousel .block-container:nth-of-type(1) .coloured-blocks-carousel__block:first-child {
    margin-right: 20px;
  }
  .coloured-blocks-carousel .block-container:nth-of-type(2) {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .coloured-blocks-carousel .block-container:nth-of-type(2) > div:first-of-type {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 353px;
            flex: 0 0 353px;
  }
  .coloured-blocks-carousel .block-container:nth-of-type(2) > div:first-of-type .coloured-blocks-carousel__block {
    min-height: unset;
    height: 330px;
    margin-bottom: 20px;
  }
  .coloured-blocks-carousel .block-container:nth-of-type(2) > div:first-of-type .coloured-blocks-carousel__block:last-of-type {
    margin-bottom: 0;
  }
  .coloured-blocks-carousel .block-container:nth-of-type(2) > div:first-of-type .coloured-blocks-carousel__block__content-box {
    height: 100%;
  }
  .coloured-blocks-carousel .block-container:nth-of-type(2) > div:last-of-type {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 748px;
            flex: 1 0 748px;
    max-width: 748px;
  }
  .coloured-blocks-carousel__carousel .slick-dots {
    padding-left: 48px;
    text-align: right;
    bottom: 30px;
  }
  .coloured-blocks-carousel__carousel .carousel-item {
    height: 681px;
  }
  .coloured-blocks-carousel__carousel .carousel-item::after {
    left: 100%;
    -webkit-transform: translateX(-100%);
         -o-transform: translateX(-100%);
            transform: translateX(-100%);
    width: calc(100% - 20px);
  }
  .coloured-blocks-carousel__carousel .carousel-item__image {
    margin-left: auto;
    width: calc(100% - 20px);
  }
  .coloured-blocks-carousel__carousel .carousel-item__count-heading-box {
    padding-left: 48px;
    max-width: 430px;
    padding-bottom: 23px;
  }
  .coloured-blocks-carousel__carousel .carousel-item__count-heading-box .carousel-count {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 2px;
  }
  .coloured-blocks-carousel__carousel .carousel-item__count-heading-box .carousel-heading {
    font-size: 30px;
    line-height: 38px;
  }
}

.post-carousel .section-name-arrows-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 10px);
}
.post-carousel .section-name {
  font-family: "Century Gothic", sans-serif;
  color: #9e6bd4;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.71px;
  margin-bottom: 8px;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .post-carousel .section-name {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 16px;
  }
}
.post-carousel .post-carousel-arrows {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
.post-carousel .post-carousel-arrows__navigation-arrow-btn {
  background-color: #6b359e;
  height: 45px;
  width: 45px;
  border-radius: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.post-carousel .post-carousel-arrows__navigation-arrow-btn.slick-disabled {
  cursor: default;
  opacity: 0.2;
}
.post-carousel .post-carousel-arrows__navigation-arrow-btn svg {
  fill: #ffffff;
  margin: 0 auto;
  -webkit-transform: rotate(270deg);
       -o-transform: rotate(270deg);
          transform: rotate(270deg);
}
.post-carousel .post-carousel-arrows__navigation-arrow-btn:first-of-type {
  margin-right: 10px;
}
.post-carousel .post-carousel-arrows__navigation-arrow-btn:first-of-type svg {
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
.post-carousel__post-box {
  border-radius: 5px;
  display: block;
  height: 191px;
  position: relative;
}
.post-carousel__post-box::after {
  content: "";
  width: calc(100% - 10px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000));
  background: -webkit-linear-gradient(top, transparent, #000000 100%);
  background: -o-linear-gradient(top, transparent, #000000 100%);
  background: linear-gradient(to bottom, transparent, #000000 100%);
  opacity: 0.9;
  z-index: 2;
}
.post-carousel__post-box.slick-slide {
  cursor: default;
  pointer-events: none;
}
.post-carousel__post-box.slick-active {
  cursor: pointer;
  pointer-events: auto;
}
.post-carousel__post-box .post-image {
  border-radius: 5px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: calc(100% - 10px);
  z-index: 1;
}
.post-carousel__post-box .post-tag {
  font-family: "Century Gothic", sans-serif;
  background-color: #d46b36;
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 17px;
  left: 20px;
  top: 20px;
  padding: 8px 12px;
  position: absolute;
  text-transform: uppercase;
  z-index: 3;
}
.post-carousel__post-box .post-tag--custom {
  background-color: #d49e35;
}
.post-carousel__post-box .post-text-box {
  bottom: 20px;
  left: 20px;
  padding-right: 40px;
  position: absolute;
  z-index: 3;
}
.post-carousel__post-box .post-heading {
  color: #ffffff;
  font-weight: 600;
}
@media (min-width: 768px) {
  .post-carousel .section-name-arrows-box {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .post-carousel {
    overflow: hidden;
  }
  .post-carousel .slick-list {
    overflow: visible;
  }
  .post-carousel .post-carousel-arrows {
    margin-bottom: 20px;
  }
  .post-carousel .post-carousel-arrows__navigation-arrow-btn {
    height: 50px;
    width: 50px;
  }
  .post-carousel .post-carousel-arrows__navigation-arrow-btn:first-of-type {
    margin-right: 5px;
  }
  .post-carousel__post-box {
    height: 328px;
  }
  .post-carousel__post-box::after {
    width: calc(100% - 20px);
  }
  .post-carousel__post-box .post-image {
    width: calc(100% - 20px);
  }
  .post-carousel__post-box:last-of-type::after {
    width: 100%;
  }
  .post-carousel__post-box:last-of-type .post-image {
    width: 100%;
  }
}

.related-posts-featured__featured-post-box {
  border-radius: 5px;
  height: 508px;
  position: relative;
  margin-bottom: 40px;
}
.related-posts-featured__featured-post-box::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(200%, #000000));
  background: -webkit-linear-gradient(top, transparent, #000000 200%);
  background: -o-linear-gradient(top, transparent, #000000 200%);
  background: linear-gradient(to bottom, transparent, #000000 200%);
  border-radius: 5px;
  opacity: 0.6;
  z-index: 2;
}
.related-posts-featured__featured-post-box .featured-post-image {
  border-radius: 5px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: 1;
}
.related-posts-featured__featured-post-box .featured-post-content-box {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  padding: 0 20px 15px;
}
.related-posts-featured__featured-post-box .featured-post-name {
  font-family: "Century Gothic", sans-serif;
  color: #9e6bd4;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.71px;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 17px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .related-posts-featured__featured-post-box .featured-post-name {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 16px;
  }
}
.related-posts-featured__featured-post-box .featured-post-heading {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 16px;
}
.related-posts-featured__featured-post-box .featured-post-content {
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 24px;
}
.related-posts-featured__related-posts-box .related-post {
  margin-bottom: 20px;
  position: relative;
}
.related-posts-featured__related-posts-box .related-post::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(200%, #000000));
  background: -webkit-linear-gradient(top, transparent, #000000 200%);
  background: -o-linear-gradient(top, transparent, #000000 200%);
  background: linear-gradient(to bottom, transparent, #000000 200%);
  border-radius: 5px;
  opacity: 0.6;
  z-index: 2;
}
.related-posts-featured__related-posts-box .related-post:last-of-type {
  margin-bottom: 0;
}
.related-posts-featured__related-posts-box .related-post__content-box {
  position: relative;
  min-height: 353px;
}
.related-posts-featured__related-posts-box .related-post__content-box .basic-link {
  margin-top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 1200px) {
  .related-posts-featured .container {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .related-posts-featured__featured-post-box {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 726px;
            flex: 1 0 726px;
    margin-bottom: 0;
    height: auto;
  }
  .related-posts-featured__featured-post-box .featured-post-content-box {
    width: 460px;
    padding: 0 0 30px 30px;
  }
  .related-posts-featured__featured-post-box .featured-post-name {
    margin-bottom: 12px;
  }
  .related-posts-featured__featured-post-box .featured-post-heading {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 20px;
  }
  .related-posts-featured__featured-post-box .featured-post-content {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 28px;
  }
  .related-posts-featured__related-posts-box {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 20px;
    width: 353px;
  }
  .related-posts-featured__related-posts-box .related-post {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    margin-bottom: 32px;
  }
  .related-posts-featured__related-posts-box .related-post:last-of-type {
    margin-bottom: 0;
  }
  .related-posts-featured--three .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .related-posts-featured--three .related-posts-featured__featured-post-box {
    margin-bottom: 20px;
  }
  .related-posts-featured--three .related-posts-featured__related-posts-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
  .related-posts-featured--three .related-posts-featured__related-posts-box .related-post {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .related-posts-featured--three .related-posts-featured__related-posts-box .related-post:last-of-type {
    margin-right: 0;
  }
  .related-posts-featured--five .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .related-posts-featured--five .related-posts-featured__featured-post-box {
    margin-bottom: 20px;
  }
  .related-posts-featured--five .related-posts-featured__related-posts-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: 0;
    width: 100%;
  }
  .related-posts-featured--five .related-posts-featured__related-posts-box .related-post {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 353px;
            flex: 0 0 353px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .related-posts-featured--five .related-posts-featured__related-posts-box .related-post:nth-of-type(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 726px;
            flex: 1 0 726px;
    margin-right: 0;
  }
  .related-posts-featured--five .related-posts-featured__related-posts-box .related-post:nth-of-type(2) .related-post__content-box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .related-posts-featured--five .related-posts-featured__related-posts-box .related-post:nth-of-type(2) .related-post__content-box .block-heading {
    margin-bottom: 20px;
    width: 302px;
  }
  .related-posts-featured--five .related-posts-featured__related-posts-box .related-post:nth-of-type(2) .related-post__content-box .basic-link {
    position: static;
  }
  .related-posts-featured--five .related-posts-featured__related-posts-box .related-post:nth-of-type(4) {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .related-posts-featured--five .related-posts-featured__related-posts-box .related-post:last-of-type {
    margin-right: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.page-cta {
  position: relative;
  min-height: 500px;
  border-radius: 5px;
}
.page-cta .container {
  position: absolute;
  bottom: 20px;
}
.page-cta::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(150%, #000000));
  background: -webkit-linear-gradient(top, transparent 0%, #000000 150%);
  background: -o-linear-gradient(top, transparent 0%, #000000 150%);
  background: linear-gradient(to bottom, transparent 0%, #000000 150%);
  opacity: 0.75;
  pointer-events: none;
  z-index: 2;
}
.page-cta__image {
  padding: 0;
  position: absolute;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  z-index: 1;
}
.page-cta__text-box {
  position: relative;
  z-index: 3;
}
.page-cta__name, .page-cta__heading, .page-cta__content, .page-cta__link {
  color: #ffffff;
}
.page-cta__name {
  font-family: "Century Gothic", sans-serif;
  color: #9e6bd4;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.71px;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .page-cta__name {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 16px;
  }
}
.page-cta__heading {
  font-family: "Century Gothic", sans-serif;
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.page-cta__content {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 24px;
}
.page-cta__link {
  font-family: "Century Gothic", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
}
.page-cta__link::after {
  content: ">";
  display: inline-block;
  margin-left: 0.625rem;
  -webkit-transform: scale(0.6, 1.25);
       -o-transform: scale(0.6, 1.25);
          transform: scale(0.6, 1.25);
  position: relative;
  bottom: 1px;
}
.page-cta__link:active, .page-cta__link:hover {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .page-cta {
    min-height: 712px;
  }
  .page-cta .container {
    bottom: 0;
    padding-left: 0;
  }
  .page-cta__text-box {
    max-width: 550px;
    padding: 0 0 60px 60px;
  }
  .page-cta__name {
    line-height: 17px;
    margin-bottom: 12px;
  }
  .page-cta__heading {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 0.75rem;
  }
  .page-cta__content {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
  }
  .page-cta__link::after {
    bottom: 2px;
  }
}
.page-cta--team {
  background-color: #ffffff;
  position: static;
  padding: 15px 0 0;
  min-height: none;
}
.page-cta--team::after {
  display: none;
}
.page-cta--team .container {
  position: static;
}
.page-cta--team__text-box {
  position: static;
  margin-bottom: 24px;
}
.page-cta--team__shape-box {
  overflow: hidden;
}
.page-cta--team__shape-box svg {
  display: block;
  margin-left: auto;
  height: auto;
  max-width: 382px;
  width: 75%;
}
.page-cta--team__icon {
  height: 57px;
  width: 57px;
  margin-bottom: 20px;
}
.page-cta--team__heading {
  color: #6b359e;
  font-size: 24px;
  line-height: 32px;
}
.page-cta--team__link {
  color: #6b359e;
}
.page-cta--team__link:active, .page-cta--team__link:hover {
  color: #6b359e;
}
@media (min-width: 1200px) {
  .page-cta--team {
    min-height: unset;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
    padding-left: 60px;
  }
  .page-cta--team__text-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 516px;
            flex: 0 0 516px;
    padding-bottom: 30px;
    padding-left: 0;
    margin-bottom: 0;
  }
  .page-cta--team__text-box .container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 0;
    height: 100%;
  }
  .page-cta--team__shape-box {
    -ms-flex-item-align: end;
        align-self: flex-end;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-left: auto;
  }
  .page-cta--team__shape-box svg {
    max-width: 510px;
    width: 100%;
  }
  .page-cta--team__heading {
    margin-bottom: 0;
  }
}
.page-cta--scorecard {
  background-color: #6b359e;
  border-radius: 5px;
  padding: 30px;
  position: relative;
}
.page-cta--scorecard__block {
  position: relative;
  z-index: 1;
}
.page-cta--scorecard__heading {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 20px;
}
.page-cta--scorecard__standfirst {
  font-family: "Century Gothic", sans-serif;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 20px;
}
.page-cta--scorecard__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #ffffff;
  border-radius: 4px;
  color: #6b359e;
  font-size: 14px;
  line-height: 14px;
  padding: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  width: 100%;
}
.page-cta--scorecard__link:active, .page-cta--scorecard__link:hover {
  color: #6b359e;
}
.page-cta--scorecard__link:last-of-type {
  margin-bottom: 0;
}
.page-cta--scorecard__link .link-chevron {
  fill: #6b359e;
  overflow: visible;
}
.page-cta--scorecard__shape--mobile {
  position: absolute;
  bottom: 0;
  right: 0;
}
.page-cta--scorecard__shape--tablet, .page-cta--scorecard__shape--desktop {
  display: none;
}
@media (min-width: 768px) {
  .page-cta--scorecard__block {
    max-width: 540px;
  }
  .page-cta--scorecard__button-block {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-cta--scorecard__link {
    margin-bottom: 0;
    margin-right: 15px;
  }
  .page-cta--scorecard__link:last-of-type {
    margin-right: 0;
  }
  .page-cta--scorecard__shape--mobile {
    display: none;
  }
  .page-cta--scorecard__shape--tablet {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .page-cta--scorecard__shape--tablet {
    display: none;
  }
  .page-cta--scorecard__shape--desktop {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.timeline__heading {
  font-family: "Century Gothic", sans-serif;
  color: #6b359e;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 12px;
  text-align: center;
}
.timeline__milestones-box {
  border-left: 2px solid #6b359e;
  padding-left: 20px;
}
.timeline .milestone-box {
  position: relative;
}
.timeline .milestone-box.slick-slide {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
}
.timeline .milestone-box .milestone-dot-box {
  position: absolute;
  background-color: #f4f4f7;
  height: 32px;
  width: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 25px;
  left: -37px;
}
.timeline .milestone-box .milestone-dot-box__icon {
  margin: 0 auto;
}
.timeline .milestone-box .milestone {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 25px 20px 15px;
  overflow-y: auto;
}
.timeline .milestone-box .milestone__year {
  font-family: TestTiemposText, sans-serif;
  color: #6b359e;
  font-size: 26px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}
.timeline__navigation-arrows {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 45px;
}
.timeline__navigation-arrow-btn {
  background-color: #6b359e;
  height: 50px;
  width: 50px;
  border-radius: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.timeline__navigation-arrow-btn.slick-disabled {
  cursor: default;
  opacity: 0.2;
}
.timeline__navigation-arrow-btn svg {
  fill: #ffffff;
  margin: 0 auto;
}
.timeline__navigation-arrow-btn:first-of-type {
  margin-right: 10px;
}
.timeline__navigation-arrow-btn:first-of-type svg {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 1200px) {
  .timeline .container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .timeline__heading-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 446px;
            flex: 0 0 446px;
  }
  .timeline__heading {
    margin-bottom: 0;
  }
  .timeline__milestones-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-left: 32px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .timeline .milestone-box {
    padding-bottom: 30px;
  }
  .timeline .milestone-box .milestone {
    padding: 25px 42px 25px 30px;
  }
  .timeline .milestone-box.slick-slide {
    height: 280px;
  }
  .timeline__navigation-arrows {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
    margin-left: 30px;
  }
  .timeline__navigation-arrow-btn:first-of-type {
    margin-right: 0;
    margin-bottom: 5px;
  }
}

.team-member {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 48px;
  position: relative;
}
.team-member:last-of-type {
  margin-bottom: 0;
}
.team-member__shape-box {
  position: absolute;
}
.team-member__shape-box svg {
  max-height: 264px;
}
.team-member__image, .team-member__no-image-placeholder {
  -webkit-clip-path: polygon(46% 0, 88% 11%, 100% 83%, 65% 100%, 20% 90%, 0% 60%, 10% 2%);
          clip-path: polygon(46% 0, 88% 11%, 100% 83%, 65% 100%, 20% 90%, 0% 60%, 10% 2%);
  position: relative;
  z-index: 2;
}
.team-member__image {
  margin-bottom: 32px;
  height: 264px;
  width: 264px;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-member__no-image-placeholder {
  background-color: #d8d8d8;
  margin-bottom: 32px;
  height: 264px;
  width: 264px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.team-member__text-box {
  text-align: center;
}
.team-member__name {
  color: #d49e35;
  font-weight: 700;
}
.team-member__job-title {
  font-weight: 700;
}
.team-member__location {
  font-style: italic;
}
.team-member:nth-of-type(2n) .team-member__image,
.team-member:nth-of-type(2n) .team-member__no-image-placeholder {
  -webkit-clip-path: polygon(60% 0, 100% 25%, 93% 91%, 49% 100%, 20% 95%, 0% 60%, 7% 13%);
          clip-path: polygon(60% 0, 100% 25%, 93% 91%, 49% 100%, 20% 95%, 0% 60%, 7% 13%);
}
.team-member:nth-of-type(3n) .team-member__image,
.team-member:nth-of-type(3n) .team-member__no-image-placeholder {
  -webkit-clip-path: polygon(79% 4%, 100% 48%, 87% 85%, 39% 100%, 0 80%, 9% 12%, 40% 0);
          clip-path: polygon(79% 4%, 100% 48%, 87% 85%, 39% 100%, 0 80%, 9% 12%, 40% 0);
}
@media (min-width: 992px) {
  .team-member {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    margin-right: 30px;
  }
  .team-member:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .team-member {
    margin-bottom: 32px;
  }
}

/*******************
 * Shared
 ******************/
.main-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  width: 100%;
  z-index: 2;
  padding: 20px 0;
  background-color: #6b359e;
}
.main-header .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-header .logo-box img {
  height: 42px;
  width: auto;
}
.main-header .burger-box__burger-icon {
  cursor: pointer;
  display: block;
}
.main-header .search-box {
  display: none;
}
@media (min-width: 1200px) {
  .main-header {
    padding: 30px 0;
  }
  .main-header .container {
    max-width: 1400px;
    padding: 0 30px;
  }
  .main-header .logo-box img {
    height: 68px;
  }
  .main-header .burger-box {
    display: none;
  }
  .main-header .search-box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #9e6bd4;
    border-radius: 4px;
    height: 40px;
    width: 40px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
  }
  .main-header .search-box__search-icon {
    margin: 0 auto;
    height: 20px;
    width: 20px;
  }
}

/**
  Global website navigation
 */
.primary-navigation {
  position: absolute;
  background-color: #6b359e;
  width: 100%;
  left: 0;
  top: -20px;
  padding: 92px 30px 24px;
  -webkit-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s, -o-transform 0.4s;
}
.primary-navigation.active {
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}
@media (min-width: 1200px) {
  .primary-navigation {
    background-color: transparent;
    position: static;
    padding: 0;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }
}
.primary-navigation__list {
  list-style-type: none;
  margin-left: 0;
}
@media (min-width: 1200px) {
  .primary-navigation__list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 0;
  }
}
.primary-navigation__link {
  font-family: "Century Gothic", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1.33px;
  width: 100%;
}
.primary-navigation__link:hover {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .primary-navigation__link {
    font-size: 15px;
    letter-spacing: 1px;
  }
}
.primary-navigation__link-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.primary-navigation__item {
  border-bottom: 1px solid #ffffff;
  position: relative;
  padding: 20px 0 16px;
  margin-bottom: 0;
}
.primary-navigation__item:first-of-type {
  padding-top: 0;
}
.primary-navigation__item:last-of-type {
  background-color: #d49e35;
  border-bottom: 0;
  border-radius: 5px;
  cursor: pointer;
  padding: 0;
  margin-top: 142px;
  text-align: center;
  margin-right: 24px;
}
.primary-navigation__item:last-of-type .primary-navigation__link {
  line-height: 38px;
  display: block;
  width: 100%;
}
@media (min-width: 1200px) {
  .primary-navigation__item {
    margin-bottom: 0;
    padding: 0;
    margin-right: 20px;
    border-bottom: 0;
  }
  .primary-navigation__item:last-of-type {
    background-color: #ffffff;
    margin-top: 0;
    margin-right: 16px;
    padding: 0 30px;
  }
  .primary-navigation__item:last-of-type .primary-navigation__link {
    color: #6b359e;
  }
}
@media (min-width: 1400px) {
  .primary-navigation__item {
    margin-right: 32px;
  }
}
.primary-navigation__button {
  padding: 0;
  margin-left: auto;
}
.primary-navigation__button svg {
  fill: #ffffff;
  -webkit-transform: scale(1.6, 1.5);
       -o-transform: scale(1.6, 1.5);
          transform: scale(1.6, 1.5);
}
.primary-navigation__button svg.active {
  -webkit-transform: scale(1.6, 1.5) rotate(180deg);
       -o-transform: scale(1.6, 1.5) rotate(180deg);
          transform: scale(1.6, 1.5) rotate(180deg);
}
@media (min-width: 1200px) {
  .primary-navigation__button {
    position: relative;
    right: 4px;
  }
  .primary-navigation__button svg {
    fill: #d49e35;
    margin-left: 8px;
    -webkit-transform: scale(1.1, 1.1);
         -o-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  .primary-navigation__button svg.active {
    -webkit-transform: scale(1.1, 1.1) rotate(180deg);
         -o-transform: scale(1.1, 1.1) rotate(180deg);
            transform: scale(1.1, 1.1) rotate(180deg);
  }
}
.primary-navigation__sub-menu {
  margin: 36px 16px 16px !important;
  list-style-type: none;
  display: none;
}
.primary-navigation__sub-menu.active {
  max-height: 550px;
  display: block;
}
.primary-navigation__sub-menu__shape {
  display: none;
}
.primary-navigation__sub-menu__link {
  font-family: "Century Gothic", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1.33;
  width: 100%;
}
.primary-navigation__sub-menu__link:hover {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .primary-navigation__sub-menu {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 10px 0;
    position: absolute;
    margin: 16px 0 0 !important;
    -webkit-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
  }
  .primary-navigation__sub-menu__shape {
    display: block;
    position: absolute;
    -webkit-transform: translateX(-50%) scale(1.4, 1.2);
         -o-transform: translateX(-50%) scale(1.4, 1.2);
            transform: translateX(-50%) scale(1.4, 1.2);
    left: 50%;
    top: -7px;
  }
  .primary-navigation__sub-menu__item {
    padding: 0;
    margin-bottom: 0;
  }
  .primary-navigation__sub-menu__link {
    color: #d49e35;
    display: block;
    font-size: 15px;
    letter-spacing: 1;
    min-width: 200px;
    padding: 8px 25px;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .primary-navigation__sub-menu__link:hover {
    color: #d49e35;
  }
}
.primary-navigation__icon-box {
  position: absolute;
  top: 40px;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0 30px;
}
.primary-navigation__icon-box div {
  cursor: pointer;
}
@media (min-width: 1200px) {
  .primary-navigation__icon-box {
    display: none;
  }
}

.cookie-table {
  width: 100%;
  font-size: 1rem;
}
.cookie-table__heading {
  font-size: 1.5rem;
  font-weight: bold;
}
.cookie-table__description {
  margin-bottom: 0.5rem;
}
.cookie-table th,
.cookie-table thead td,
.cookie-table thead th {
  font-weight: 700;
  background-color: #000000;
}
.cookie-table tbody tr:nth-child(odd) {
  background-color: #000000;
}
.cookie-table tbody tr:nth-child(even) {
  background-color: #000000;
}

/**
  Generic cookie notice block
 */
.cookie-notice-block {
  font-size: 1rem;
  background-color: #ffffff;
  position: fixed;
  bottom: 0.5em;
  right: 0.5em;
  padding: 1.85rem;
  z-index: 2;
  width: 100%;
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.3s ease-in-out 0s;
  -o-transition: 0.3s ease-in-out 0s;
  transition: 0.3s ease-in-out 0s;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .cookie-notice-block {
    width: 25%;
    min-width: 26rem;
  }
}
.cookie-notice-block.active {
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0.1ms;
       -o-transition-delay: 0.1ms;
          transition-delay: 0.1ms;
  z-index: 3;
  opacity: 1;
}
.cookie-notice-block__heading {
  margin-bottom: 0.5rem;
}
.cookie-notice-block__heading button {
  margin-bottom: 0.25rem;
}
.cookie-notice-block__heading-text {
  font-size: 1.6875rem;
  font-weight: 700;
}
.cookie-notice-block__message {
  font-size: 1rem;
  color: #000000;
  width: calc(100% - 0.9375rem);
  line-height: 1.5em;
  max-width: 65ch;
  margin-bottom: 0.335em;
}
.cookie-notice-block__message p {
  margin-bottom: 0;
}
.cookie-notice-block__message p:not(:last-child) {
  margin-bottom: 0;
}
.cookie-notice-block__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 0.8em;
}
.cookie-notice-block__form button:nth-last-child(2) {
  margin-right: 0.5em;
}
@media (min-width: 768px) {
  .cookie-notice-block__form {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.cookie-notice-block__button {
  font-size: 1rem;
  padding: 0.75rem 1.875rem;
  margin-bottom: 0;
}
.cookie-notice-block__button:focus {
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.125rem #000000;
          box-shadow: 0 0 0 0.125rem #000000;
}
.cookie-notice-block__button--decline {
  background-color: #494850;
}
.cookie-notice-block__button--decline:hover {
  background-color: #313035;
}
.cookie-notice-block__button--back svg path:last-child {
  fill: currentColor;
}
.cookie-notice-block__button--customise {
  font-weight: bold;
}
.cookie-notice-block__button--back svg {
  margin-right: 0.35em;
}
.cookie-notice-block__button--customise, .cookie-notice-block__button--back {
  color: currentColor;
  padding: 0;
  background-color: transparent;
  border: 0;
  margin-right: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cookie-notice-block__button--customise:hover, .cookie-notice-block__button--back:hover {
  color: currentColor;
  background-color: transparent;
  text-decoration: underline;
}
.cookie-notice-block__link {
  font-size: 1em;
  display: inline-block;
  margin: 0.5625rem 0;
  text-decoration: underline;
  padding: 0.125rem;
}
.cookie-notice-block__link:focus {
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.125rem #000000;
          box-shadow: 0 0 0 0.125rem #000000;
  border-radius: 0.1875rem;
}
@media (min-width: 768px) {
  .cookie-notice-block__link {
    margin-top: 0;
  }
}

.cookie-notice-options {
  font-size: 1rem;
}
.cookie-notice-options ul, .cookie-notice-options dl {
  padding-left: 0;
}
.cookie-notice-options__option {
  padding-left: 0;
  list-style: none;
}
.cookie-notice-options__learn-more {
  font-size: 1rem;
  text-decoration: underline;
}
.cookie-notice-options__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.1875rem;
}
.cookie-notice-options__label span {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: 700;
}
.cookie-notice-options__policy {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cookie-notice-options__policy strong {
  font-size: 1rem;
  margin-right: 0.75rem;
  margin-left: auto;
}

.cookie-notice-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cookie-notice-toggle input:focus + span {
  -webkit-box-shadow: 0 0 0 0.125rem #347c37;
          box-shadow: 0 0 0 0.125rem #347c37;
}
.cookie-notice-toggle input:checked + span::after {
  right: 0.1875rem;
}
.cookie-notice-toggle input:checked + span::before {
  background-color: #43a047;
}
.cookie-notice-toggle__element {
  position: relative;
  display: block;
  width: 2.25rem;
  height: 1.375rem;
  border-radius: 1.28125rem;
  overflow: hidden;
  padding: 0.1875rem;
}
.cookie-notice-toggle__element::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
}
.cookie-notice-toggle__element::after {
  content: "";
  display: block;
  position: absolute;
  right: calc(100% - (16px + 0.1875rem));
  background-color: #ffffff;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -webkit-transition: 0.15s ease;
  -o-transition: 0.15s ease;
  transition: 0.15s ease;
}

.main-footer {
  padding: 30px 0 18px;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}
.main-footer .newsletter-site-links-box {
  margin: 0 auto;
  max-width: 314px;
}
@media (min-width: 1200px) {
  .main-footer .newsletter-site-links-box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
    max-width: none;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 1200px) {
  .main-footer__newsletter {
    max-width: 519px;
  }
}
.main-footer .newsletter-form {
  margin-bottom: 30px;
}
.main-footer .newsletter-form__heading {
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.main-footer .newsletter-form__body {
  font-size: 1rem;
  line-height: 1.5625rem;
  margin-bottom: 30px;
}
.main-footer .newsletter-form__body a {
  color: inherit;
  text-decoration: underline;
}
.main-footer .newsletter-form__label-input-button-box p {
  margin-bottom: 0;
}
.main-footer .newsletter-form__label-input {
  margin-bottom: 10px;
}
.main-footer .newsletter-form__label-input label {
  color: #d49e35;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5625rem;
  margin-bottom: 5px;
}
.main-footer .newsletter-form__label-input input {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 12px 8px;
}
.main-footer .newsletter-form__label-input .wpcf7-not-valid-tip {
  margin-top: 4px;
}
.main-footer .newsletter-form__button {
  background-color: #6b359e;
  color: #ffffff;
  position: relative;
  width: 100%;
}
.main-footer .newsletter-form__button svg {
  fill: #ffffff;
}
.main-footer .newsletter-form__button::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 11px;
  left: 190px;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHdpZHRoPSIyNCI+PHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjxwYXRoIGQ9Ik0xNi41OSA4LjU5TDEyIDEzLjE3IDcuNDEgOC41OSA2IDEwbDYgNiA2LTZ6Ii8+PC9zdmc+Cg==);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHdpZHRoPSIyNCI+PHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjxwYXRoIGQ9Ik0xNi41OSA4LjU5TDEyIDEzLjE3IDcuNDEgOC41OSA2IDEwbDYgNiA2LTZ6Ii8+PC9zdmc+Cg==);
  background-color: #ffffff;
  -webkit-transform: rotate(270deg);
       -o-transform: rotate(270deg);
          transform: rotate(270deg);
  height: 27px;
  width: 27px;
}
@media (min-width: 1200px) {
  .main-footer .newsletter-form {
    margin-bottom: 0;
  }
  .main-footer .newsletter-form__heading {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  .main-footer .newsletter-form__body {
    margin-bottom: 30px;
  }
  .main-footer .newsletter-form__label-input-button-box {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-footer .newsletter-form__label-input {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .main-footer .newsletter-form__button {
    font-size: 0.875rem;
    line-height: 1.75rem;
    width: 123px;
    padding-right: 0;
    text-align: left;
  }
  .main-footer .newsletter-form__button::after {
    left: auto;
    right: 12px;
  }
}
.main-footer__list {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}
.main-footer__list .menu-item {
  font-family: "Century Gothic", sans-serif;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 2px;
}
.main-footer__list .menu-item.menu-item-has-children {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 16px;
}
.main-footer__list .menu-item .sub-menu {
  margin-left: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}
.main-footer__list .menu-item .menu-link {
  font-family: TestTiemposText, sans-serif;
  color: #000000;
  text-decoration: underline;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.main-footer__list .menu-item .menu-link:active, .main-footer__list .menu-item .menu-link:hover {
  color: #35359e;
}
.main-footer__list .menu-item .menu-link:visited, .main-footer__list .menu-item .menu-link:visited:hover {
  color: #6b359e;
}
@media (min-width: 1200px) {
  .main-footer__list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .main-footer__list .menu-item {
    margin-bottom: 0;
  }
  .main-footer__list .menu-item.menu-item-has-children {
    margin-bottom: 0;
  }
  .main-footer__list .menu-item.menu-item-has-children:first-of-type {
    margin-right: 118px;
  }
}
.main-footer__copyright {
  font-family: Helvetica, sans-serif;
  font-size: 0.75rem;
  line-height: 1.25rem;
  margin-bottom: 29px;
  text-align: center;
}
.main-footer__social-links {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
}
.main-footer__social-links .social-link {
  max-width: 17px;
  margin-right: 20px;
}
.main-footer__social-links .social-link:last-of-type {
  margin-right: 0;
}
.main-footer__site-credits {
  font-size: 0.75rem;
  line-height: 1.25rem;
  text-align: center;
}
.main-footer__site-credits a {
  color: #000000;
}
.main-footer__site-credits a:active, .main-footer__site-credits a:hover {
  color: #000000;
}
.main-footer .copyright-social-credits-box {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 48px;
}
.main-footer .copyright-social-credits-box > * {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .main-footer {
    padding: 60px 0 55px;
  }
}

.search-overlay {
  position: fixed;
  top: 26px;
  left: 100%;
  width: 100%;
  -webkit-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
  padding: 32px 16px;
  z-index: 2;
  background-color: #f7f7f7;
}
.search-overlay--active {
  left: 0;
}
.search-overlay .search-close-btn-box {
  display: none;
}
.search-overlay .search-form {
  position: relative;
}
.search-overlay .search-form__input {
  font-family: TestTiemposText, sans-serif;
  width: 100%;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  border: 1px solid #e4e4e4;
  padding: 12px 17px;
}
.search-overlay .search-form__input::-webkit-input-placeholder {
  color: #5d6e7a;
}
.search-overlay .search-form__input::-moz-placeholder {
  color: #5d6e7a;
}
.search-overlay .search-form__input:-ms-input-placeholder {
  color: #5d6e7a;
}
.search-overlay .search-form__input::-ms-input-placeholder {
  color: #5d6e7a;
}
.search-overlay .search-form__input::placeholder {
  color: #5d6e7a;
}
@media (min-width: 768px) {
  .search-overlay {
    top: 5.0625rem;
  }
}
@media (min-width: 1200px) {
  .search-overlay {
    top: 0;
    padding: 32px;
    padding-bottom: 64px;
  }
  .search-overlay .search-close-btn-box {
    cursor: pointer;
    display: block;
    margin-left: auto;
    margin-bottom: 64px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0;
  }
  .search-overlay .search-close-btn-box svg path {
    fill: #393b47;
  }
}

/*******************
 * Templates / Pages
 ******************/
.template-home .main-header {
  background-color: transparent;
}
.template-home .main-header .search-box {
  background-color: transparent;
}
.template-home .main-content__body {
  background: -webkit-linear-gradient(278deg, #ffffff 25.8%, #f4f4f7 25.8%);
  background: -o-linear-gradient(278deg, #ffffff 25.8%, #f4f4f7 25.8%);
  background: linear-gradient(172deg, #ffffff 25.8%, #f4f4f7 25.8%);
  padding: 32px 0 60px;
}
.template-home .main-content__body.few-elements {
  background: -webkit-linear-gradient(278deg, #ffffff 50%, #f4f4f7 50%);
  background: -o-linear-gradient(278deg, #ffffff 50%, #f4f4f7 50%);
  background: linear-gradient(172deg, #ffffff 50%, #f4f4f7 50%);
}
.template-home .main-content__body .content-section {
  padding-bottom: 20px;
}
.template-home .main-content__body .content-section:last-of-type {
  padding-bottom: 0;
}
@media (min-width: 1200px) {
  .template-home .main-content__header .container {
    max-width: 1140px;
  }
  .template-home .main-content__body {
    background: -webkit-linear-gradient(275deg, #ffffff 28%, #f4f4f7 28%);
    background: -o-linear-gradient(275deg, #ffffff 28%, #f4f4f7 28%);
    background: linear-gradient(175deg, #ffffff 28%, #f4f4f7 28%);
    padding: 130px 0 164px;
    position: relative;
  }
  .template-home .main-content__body::before {
    content: "";
    position: absolute;
    top: 136px;
    right: 0;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzUxIiBoZWlnaHQ9IjY3MiIgdmlld0JveD0iMCAwIDM1MSA2NzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0zNzEuOTIzIDY3MC45NDhMMzcxLjE3NyA2NzAuODdDMzcxLjE0MiA2NzEuMjExIDM3MS4zNDEgNjcxLjUzMiAzNzEuNjYyIDY3MS42NTFDMzcxLjk4MyA2NzEuNzcgMzcyLjM0NCA2NzEuNjU3IDM3Mi41MzkgNjcxLjM3NUwzNzEuOTIzIDY3MC45NDhaTTU5Mi4zMjQgMzUzLjI4N0w1OTIuOTQgMzUzLjcxNEM1OTMuMTY5IDM1My4zODMgNTkzLjA5NyAzNTIuOTMxIDU5Mi43NzYgMzUyLjY4OEw1OTIuMzI0IDM1My4yODdaTTQxOC42NjQgMjIyLjE0NUw0MTkuMTE2IDIyMS41NDZDNDE4LjkgMjIxLjM4MyA0MTguNjEzIDIyMS4zNDkgNDE4LjM2NSAyMjEuNDU3QzQxOC4xMTcgMjIxLjU2NSA0MTcuOTQ2IDIyMS43OTggNDE3LjkxOCAyMjIuMDY3TDQxOC42NjQgMjIyLjE0NVpNMjMzLjI0NCAzMzAuNTcyTDIzMi44NjMgMzI5LjkyNkMyMzIuNTQzIDMzMC4xMTQgMjMyLjQwOSAzMzAuNTEgMjMyLjU0OSAzMzAuODU1TDIzMy4yNDQgMzMwLjU3MlpNMzcxLjU5OCA2NzAuNjgzTDM3MC45MDMgNjcwLjk2NkMzNzEuMDMzIDY3MS4yODUgMzcxLjM2NCA2NzEuNDc0IDM3MS43MDQgNjcxLjQyNUMzNzIuMDQ1IDY3MS4zNzcgMzcyLjMwOSA2NzEuMTAyIDM3Mi4zNDQgNjcwLjc1OUwzNzEuNTk4IDY3MC42ODNaTTQxNy40MDIgMjIyLjMxN0w0MTguMTQ4IDIyMi4zOTNDNDE4LjE3NyAyMjIuMTEyIDQxOC4wNDUgMjIxLjgzOCA0MTcuODA3IDIyMS42ODZDNDE3LjU2OSAyMjEuNTMzIDQxNy4yNjYgMjIxLjUyNyA0MTcuMDIyIDIyMS42N0w0MTcuNDAyIDIyMi4zMTdaTTEuNTIwMDIgNDk5Ljc2NkwxLjA3ODY0IDQ5OS4xNkMwLjg2MzY3MiA0OTkuMzE2IDAuNzQ3NjI4IDQ5OS41NzUgMC43NzM2MTYgNDk5Ljg0QzAuNzk5NjE4IDUwMC4xMDQgMC45NjM3NjEgNTAwLjMzNSAxLjIwNTA3IDUwMC40NDdMMS41MjAwMiA0OTkuNzY2Wk0zNzEuMDE4IDY3MC43NDRMMzcwLjcwMyA2NzEuNDI0QzM3MC45ODMgNjcxLjU1NCAzNzEuMzEzIDY3MS40OTkgMzcxLjUzNiA2NzEuMjg3QzM3MS43NTkgNjcxLjA3NCAzNzEuODI5IDY3MC43NDcgMzcxLjcxMyA2NzAuNDYxTDM3MS4wMTggNjcwLjc0NFpNMjMyLjk5NyAzMzEuMjY4TDIzMy42OTIgMzMwLjk4NUMyMzMuNjA1IDMzMC43NzIgMjMzLjQyNSAzMzAuNjEgMjMzLjIwMyAzMzAuNTQ2QzIzMi45ODEgMzMwLjQ4MyAyMzIuNzQyIDMzMC41MjYgMjMyLjU1NiAzMzAuNjYxTDIzMi45OTcgMzMxLjI2OFpNOTEuMzIyNiA2MzAuNzk4TDkwLjY5OTUgNjMxLjIxNUM5MC44MTg0IDYzMS4zOTIgOTEuMDA3MiA2MzEuNTExIDkxLjIxODcgNjMxLjU0TDkxLjMyMjYgNjMwLjc5OFpNMzcxLjY1NSA2NzAuMDIxTDM3MS41NTEgNjcwLjc2NEMzNzEuOTE5IDY3MC44MTUgMzcyLjI2OSA2NzAuNTkgMzcyLjM3NCA2NzAuMjM0QzM3Mi40NzkgNjY5Ljg3OCAzNzIuMzA4IDY2OS40OTggMzcxLjk3MSA2NjkuMzQxTDM3MS42NTUgNjcwLjAyMVpNMi4zNDUyNCA0OTcuOTc5TDIuNjYxOTQgNDk3LjI5OUMyLjM1Njg5IDQ5Ny4xNTcgMS45OTQ1MiA0OTcuMjM1IDEuNzc1NjEgNDk3LjQ5MUMxLjU1NjY5IDQ5Ny43NDcgMS41MzQ4MyA0OTguMTE3IDEuNzIyMTMgNDk4LjM5NkwyLjM0NTI0IDQ5Ny45NzlaTTI3Mi42MzggMS4zODMyNUwyNzMuMzgzIDEuNDczMDNDMjczLjQyNiAxLjExNTk2IDI3My4yMDkgMC43Nzg1NjkgMjcyLjg2NyAwLjY2ODkyOUMyNzIuNTI0IDAuNTU5MzAxIDI3Mi4xNTIgMC43MDgzMTQgMjcxLjk4IDEuMDI0MDNMMjcyLjYzOCAxLjM4MzI1Wk0xLjM2MTY5IDQ5OC42MTdMMC43MDMzMDIgNDk4LjI1N0MwLjUzNTMgNDk4LjU2NSAwLjYwMzE4MyA0OTguOTQ5IDAuODY2NzEzIDQ5OS4xOEMxLjEzMDI2IDQ5OS40MTIgMS41MTkwNSA0OTkuNDI5IDEuODAyNzYgNDk5LjIyM0wxLjM2MTY5IDQ5OC42MTdaTTIzMi45ODggMzMwLjE5N0wyMzMuNDMgMzMwLjgwNEMyMzMuNTk4IDMzMC42ODEgMjMzLjcwOCAzMzAuNDk0IDIzMy43MzMgMzMwLjI4N0wyMzIuOTg4IDMzMC4xOTdaTTQxOC4yNDYgMjIxLjYyMkw0MTcuNjE5IDIyMi4wMzRDNDE3LjY2NyAyMjIuMTA3IDQxNy43MjcgMjIyLjE3IDQxNy43OTYgMjIyLjIyMkw0MTguMjQ2IDIyMS42MjJaTTU5Mi4xMTggMzUxLjk4NEw1OTEuNjY4IDM1Mi41ODRDNTkxLjk3NyAzNTIuODE2IDU5Mi40MTIgMzUyLjc3NSA1OTIuNjczIDM1Mi40ODlDNTkyLjkzMyAzNTIuMjAzIDU5Mi45MzMgMzUxLjc2NiA1OTIuNjczIDM1MS40NzlMNTkyLjExOCAzNTEuOTg0Wk0yNzIuODgyIDEuMDE1ODFMMjczLjQzNyAwLjUxMTE0MkMyNzMuMTc0IDAuMjIxNDYyIDI3Mi43MzIgMC4xODMyNzkgMjcyLjQyMiAwLjQyMzQ3NkMyNzIuMTEzIDAuNjYzNzI5IDI3Mi4wNDEgMS4xMDE0OSAyNzIuMjU2IDEuNDI4NUwyNzIuODgyIDEuMDE1ODFaTTM3Mi41MzkgNjcxLjM3NUw1OTIuOTQgMzUzLjcxNEw1OTEuNzA3IDM1Mi44NTlMMzcxLjMwNyA2NzAuNTJMMzcyLjUzOSA2NzEuMzc1Wk01OTIuNzc2IDM1Mi42ODhMNDE5LjExNiAyMjEuNTQ2TDQxOC4yMTIgMjIyLjc0M0w1OTEuODcyIDM1My44ODVMNTkyLjc3NiAzNTIuNjg4Wk00MTcuOTE4IDIyMi4wNjdMMzcxLjE3NyA2NzAuODdMMzcyLjY2OSA2NzEuMDI1TDQxOS40MSAyMjIuMjIzTDQxNy45MTggMjIyLjA2N1pNMjMyLjU0OSAzMzAuODU1TDM3MC45MDMgNjcwLjk2NkwzNzIuMjkzIDY3MC40TDIzMy45MzggMzMwLjI5TDIzMi41NDkgMzMwLjg1NVpNMzcyLjM0NCA2NzAuNzU5TDQxOC4xNDggMjIyLjM5M0w0MTYuNjU2IDIyMi4yNDFMMzcwLjg1MiA2NzAuNjA3TDM3Mi4zNDQgNjcwLjc1OVpNNDE3LjAyMiAyMjEuNjdMMjMyLjg2MyAzMjkuOTI2TDIzMy42MjQgMzMxLjIxOUw0MTcuNzgyIDIyMi45NjRMNDE3LjAyMiAyMjEuNjdaTTEuMjA1MDcgNTAwLjQ0N0wzNzAuNzAzIDY3MS40MjRMMzcxLjMzMyA2NzAuMDYzTDEuODM0OTkgNDk5LjA4NkwxLjIwNTA3IDUwMC40NDdaTTM3MS43MTMgNjcwLjQ2MUwyMzMuNjkyIDMzMC45ODVMMjMyLjMwMiAzMzEuNTVMMzcwLjMyMyA2NzEuMDI2TDM3MS43MTMgNjcwLjQ2MVpNMjMyLjU1NiAzMzAuNjYxTDEuMDc4NjQgNDk5LjE2TDEuOTYxNDEgNTAwLjM3M0wyMzMuNDM4IDMzMS44NzRMMjMyLjU1NiAzMzAuNjYxWk05MS4yMTg3IDYzMS41NEwzNzEuNTUxIDY3MC43NjRMMzcxLjc1OSA2NjkuMjc4TDkxLjQyNjYgNjMwLjA1NUw5MS4yMTg3IDYzMS41NFpNMzcxLjk3MSA2NjkuMzQxTDIuNjYxOTQgNDk3LjI5OUwyLjAyODUzIDQ5OC42NTlMMzcxLjMzOCA2NzAuNzAxTDM3MS45NzEgNjY5LjM0MVpNMS43MjIxMyA0OTguMzk2TDkwLjY5OTUgNjMxLjIxNUw5MS45NDU3IDYzMC4zOEwyLjk2ODM0IDQ5Ny41NjJMMS43MjIxMyA0OTguMzk2Wk0yNzEuOTggMS4wMjQwM0wwLjcwMzMwMiA0OTguMjU3TDIuMDIwMDggNDk4Ljk3NkwyNzMuMjk3IDEuNzQyNDhMMjcxLjk4IDEuMDI0MDNaTTEuODAyNzYgNDk5LjIyM0wyMzMuNDMgMzMwLjgwNEwyMzIuNTQ3IDMyOS41OTFMMC45MjA2MjEgNDk4LjAxTDEuODAyNzYgNDk5LjIyM1pNMjMzLjczMyAzMzAuMjg3TDI3My4zODMgMS40NzMwM0wyNzEuODk0IDEuMjkzNDZMMjMyLjI0NCAzMzAuMTA3TDIzMy43MzMgMzMwLjI4N1pNNDE3Ljc5NiAyMjIuMjIyTDU5MS42NjggMzUyLjU4NEw1OTIuNTY4IDM1MS4zODRMNDE4LjY5NiAyMjEuMDIyTDQxNy43OTYgMjIyLjIyMlpNNTkyLjY3MyAzNTEuNDc5TDI3My40MzcgMC41MTExNDJMMjcyLjMyNyAxLjUyMDQ3TDU5MS41NjMgMzUyLjQ4OUw1OTIuNjczIDM1MS40NzlaTTI3Mi4yNTYgMS40Mjg1TDQxNy42MTkgMjIyLjAzNEw0MTguODcyIDIyMS4yMDlMMjczLjUwOSAwLjYwMzE2MkwyNzIuMjU2IDEuNDI4NVoiIGZpbGw9IiNENDlFMzUiLz4KPC9zdmc+Cg==) no-repeat top right;
    background-size: contain;
    height: 598px;
    width: 649px;
  }
  .template-home .main-content__body::after {
    content: "";
    position: absolute;
    bottom: 30%;
    left: 0;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjc3IiBoZWlnaHQ9IjY3NCIgdmlld0JveD0iMCAwIDI3NyA2NzQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03OS43MTA5IDY3Mi41MDlMNzguOTYxMSA2NzIuNDk2Qzc4Ljk1NSA2NzIuODM4IDc5LjE4MTUgNjczLjE0MSA3OS41MTE1IDY3My4yMzJDNzkuODQxNSA2NzMuMzIzIDgwLjE5MTMgNjczLjE3OSA4MC4zNjE2IDY3Mi44ODJMNzkuNzEwOSA2NzIuNTA5Wk0yNzUuODg4IDMzMC4yOTdMMjc2LjUzOCAzMzAuNjdDMjc2LjczOSAzMzAuMzIgMjc2LjYyNyAzMjkuODc0IDI3Ni4yODUgMzI5LjY2MUwyNzUuODg4IDMzMC4yOTdaTTg3Ljg2OTcgMjEyLjg0Nkw4OC4yNjcxIDIxMi4yMUM4OC4wMzc5IDIxMi4wNjcgODcuNzQ5NCAyMTIuMDU4IDg3LjUxMTkgMjEyLjE4N0M4Ny4yNzQ0IDIxMi4zMTYgODcuMTI0NiAyMTIuNTYzIDg3LjExOTkgMjEyLjgzM0w4Ny44Njk3IDIxMi44NDZaTS05MC42MzAzIDMzOS43NjhMLTkxLjA2NDggMzM5LjE1N0MtOTEuMzY4NCAzMzkuMzczIC05MS40Njc2IDMzOS43NzggLTkxLjI5NzkgMzQwLjExTC05MC42MzAzIDMzOS43NjhaTTc5Ljc0NDMgNjcyLjUwOUw3OS4wNzY3IDY3Mi44NTFDNzkuMjMzNSA2NzMuMTU3IDc5LjU3ODQgNjczLjMxNyA3OS45MTM1IDY3My4yMzlDODAuMjQ4NiA2NzMuMTYyIDgwLjQ4OCA2NzIuODY2IDgwLjQ5NDIgNjcyLjUyMkw3OS43NDQzIDY3Mi41MDlaTTg3Ljk5MjMgMjEyLjc5NUw4OC43NDIyIDIxMi44MDhDODguNzQ3MiAyMTIuNTI1IDg4LjU5MjUgMjEyLjI2NCA4OC4zNDIyIDIxMi4xMzFDODguMDkxOCAyMTEuOTk5IDg3Ljc4ODUgMjEyLjAyIDg3LjU1NzcgMjEyLjE4NEw4Ny45OTIzIDIxMi43OTVaTS0zMTEuMTg5IDUzMS4zMjlMLTMxMS42ODEgNTMwLjc2M0MtMzExLjg4MiA1MzAuOTM4IC0zMTEuOTc1IDUzMS4yMDYgLTMxMS45MjYgNTMxLjQ2N0MtMzExLjg3NyA1MzEuNzI5IC0zMTEuNjkzIDUzMS45NDUgLTMxMS40NDMgNTMyLjAzNUwtMzExLjE4OSA1MzEuMzI5Wk03OS42MzYxIDY3MS44MDFMNzkuMzgyNCA2NzIuNTA3Qzc5LjY3MjIgNjcyLjYxMSA3OS45OTYxIDY3Mi41MjggODAuMTk5NCA2NzIuMjk3QzgwLjQwMjcgNjcyLjA2NSA4MC40NDQgNjcxLjczNCA4MC4zMDM3IDY3MS40Nkw3OS42MzYxIDY3MS44MDFaTS05MC42MDcxIDMzOS4zODhMLTg5LjkzOTUgMzM5LjA0NkMtOTAuMDQ0NyAzMzguODQxIC05MC4yMzg0IDMzOC42OTUgLTkwLjQ2NDkgMzM4LjY1MkMtOTAuNjkxNCAzMzguNjA4IC05MC45MjU0IDMzOC42NzEgLTkxLjA5OTQgMzM4LjgyMkwtOTAuNjA3MSAzMzkuMzg4Wk0tMjA4Ljk2MiA2NTguMzU3TC0yMDkuNTQ2IDY1OC44MjhDLTIwOS40MTIgNjU4Ljk5NCAtMjA5LjIxMyA2NTkuMDk2IC0yMDguOTk5IDY1OS4xMDZMLTIwOC45NjIgNjU4LjM1N1pNNzkuNjY1NyA2NzIuNDE3TDc5LjYyOTIgNjczLjE2NkM4MC4wMDAyIDY3My4xODQgODAuMzI4NSA2NzIuOTI4IDgwLjQwMTIgNjcyLjU2NEM4MC40NzM5IDY3Mi4xOTkgODAuMjY5MSA2NzEuODM3IDc5LjkxOTYgNjcxLjcxMUw3OS42NjU3IDY3Mi40MTdaTS0zMTAuOTI5IDUzMS44ODdMLTMxMC42NzUgNTMxLjE4MUMtMzEwLjk5MiA1MzEuMDY3IC0zMTEuMzQ1IDUzMS4xNzggLTMxMS41NCA1MzEuNDUyQy0zMTEuNzM1IDUzMS43MjYgLTMxMS43MjQgNTMyLjA5NiAtMzExLjUxMyA1MzIuMzU4TC0zMTAuOTI5IDUzMS44ODdaTS03OS41OTc4IDEuMTI4NDZMLTc4Ljg0ODIgMS4xNTM0MUMtNzguODM2MyAwLjc5MzkzMyAtNzkuMDgxMiAwLjQ3NjU5OCAtNzkuNDMyIDAuMzk3MDY0Qy03OS43ODI3IDAuMzE3NTMxIC04MC4xNDA2IDAuNDk4MjEzIC04MC4yODQ4IDAuODI3NjY3TC03OS41OTc4IDEuMTI4NDZaTS0zMTEuNjY2IDUzMS4xNzVMLTMxMi4zNTMgNTMwLjg3NEMtMzEyLjQ5MyA1MzEuMTk2IC0zMTIuMzkyIDUzMS41NzIgLTMxMi4xMSA1MzEuNzc5Qy0zMTEuODI3IDUzMS45ODcgLTMxMS40MzggNTMxLjk3MSAtMzExLjE3MyA1MzEuNzQxTC0zMTEuNjY2IDUzMS4xNzVaTS05MC44MzA3IDMzOS4xMzlMLTkwLjMzODUgMzM5LjcwNUMtOTAuMTgxMiAzMzkuNTY4IC05MC4wODggMzM5LjM3MiAtOTAuMDgxMSAzMzkuMTY0TC05MC44MzA3IDMzOS4xMzlaTTg3LjU1NDQgMjEyLjY3MUw4Ni45NjYxIDIxMy4xMzZDODcuMDE5NCAyMTMuMjA0IDg3LjA4NCAyMTMuMjYyIDg3LjE1NyAyMTMuMzA3TDg3LjU1NDQgMjEyLjY3MVpNMjc1LjI4OSAzMjkuOTU0TDI3NC44OTIgMzMwLjU5QzI3NS4yMiAzMzAuNzk1IDI3NS42NSAzMzAuNzE3IDI3NS44ODUgMzMwLjQwOUMyNzYuMTIgMzMwLjEwMiAyNzYuMDgzIDMyOS42NjYgMjc1Ljc5OSAzMjkuNDAzTDI3NS4yODkgMzI5Ljk1NFpNLTc5LjU1MjUgMS4zNDk5N0wtNzkuMDQyOSAwLjc5OTcwNkMtNzkuMzMwNCAwLjUzMzQ4OCAtNzkuNzc0MiAwLjUzMzM1OSAtODAuMDYxOCAwLjc5OTM5Qy04MC4zNDk0IDEuMDY1MzcgLTgwLjM4MzggMS41MDc4OSAtODAuMTQwOCAxLjgxNTE0TC03OS41NTI1IDEuMzQ5OTdaTTgwLjM2MTYgNjcyLjg4MkwyNzYuNTM4IDMzMC42N0wyNzUuMjM3IDMyOS45MjRMNzkuMDYwMyA2NzIuMTM2TDgwLjM2MTYgNjcyLjg4MlpNMjc2LjI4NSAzMjkuNjYxTDg4LjI2NzEgMjEyLjIxTDg3LjQ3MjQgMjEzLjQ4MkwyNzUuNDkgMzMwLjkzM0wyNzYuMjg1IDMyOS42NjFaTTg3LjExOTkgMjEyLjgzM0w3OC45NjExIDY3Mi40OTZMODAuNDYwOCA2NzIuNTIyTDg4LjYxOTYgMjEyLjg2TDg3LjExOTkgMjEyLjgzM1pNLTkxLjI5NzkgMzQwLjExTDc5LjA3NjcgNjcyLjg1MUw4MC40MTE5IDY3Mi4xNjdMLTg5Ljk2MjcgMzM5LjQyNkwtOTEuMjk3OSAzNDAuMTFaTTgwLjQ5NDIgNjcyLjUyMkw4OC43NDIyIDIxMi44MDhMODcuMjQyNCAyMTIuNzgxTDc4Ljk5NDQgNjcyLjQ5NUw4MC40OTQyIDY3Mi41MjJaTTg3LjU1NzcgMjEyLjE4NEwtOTEuMDY0OCAzMzkuMTU3TC05MC4xOTU4IDM0MC4zNzlMODguNDI2OCAyMTMuNDA2TDg3LjU1NzcgMjEyLjE4NFpNLTMxMS40NDMgNTMyLjAzNUw3OS4zODI0IDY3Mi41MDdMNzkuODg5OCA2NzEuMDk2TC0zMTAuOTM1IDUzMC42MjNMLTMxMS40NDMgNTMyLjAzNVpNODAuMzAzNyA2NzEuNDZMLTg5LjkzOTUgMzM5LjA0NkwtOTEuMjc0NiAzMzkuNzNMNzguOTY4NiA2NzIuMTQzTDgwLjMwMzcgNjcxLjQ2Wk0tOTEuMDk5NCAzMzguODIyTC0zMTEuNjgxIDUzMC43NjNMLTMxMC42OTcgNTMxLjg5NUwtOTAuMTE0OCAzMzkuOTU0TC05MS4wOTk0IDMzOC44MjJaTS0yMDguOTk5IDY1OS4xMDZMNzkuNjI5MiA2NzMuMTY2TDc5LjcwMjIgNjcxLjY2OEwtMjA4LjkyNiA2NTcuNjA4TC0yMDguOTk5IDY1OS4xMDZaTTc5LjkxOTYgNjcxLjcxMUwtMzEwLjY3NSA1MzEuMTgxTC0zMTEuMTgzIDUzMi41OTNMNzkuNDExOCA2NzMuMTIzTDc5LjkxOTYgNjcxLjcxMVpNLTMxMS41MTMgNTMyLjM1OEwtMjA5LjU0NiA2NTguODI4TC0yMDguMzc5IDY1Ny44ODZMLTMxMC4zNDUgNTMxLjQxNkwtMzExLjUxMyA1MzIuMzU4Wk0tODAuMjg0OCAwLjgyNzY2N0wtMzEyLjM1MyA1MzAuODc0TC0zMTAuOTc5IDUzMS40NzZMLTc4LjkxMDggMS40MjkzMUwtODAuMjg0OCAwLjgyNzY2N1pNLTMxMS4xNzMgNTMxLjc0MUwtOTAuMzM4NSAzMzkuNzA1TC05MS4zMjI4IDMzOC41NzNMLTMxMi4xNTggNTMwLjYwOUwtMzExLjE3MyA1MzEuNzQxWk0tOTAuMDgxMSAzMzkuMTY0TC03OC44NDgyIDEuMTUzNDFMLTgwLjM0NzQgMS4xMDM1NkwtOTEuNTgwMyAzMzkuMTE0TC05MC4wODExIDMzOS4xNjRaTTg3LjE1NyAyMTMuMzA3TDI3NC44OTIgMzMwLjU5TDI3NS42ODYgMzI5LjMxOEw4Ny45NTE4IDIxMi4wMzVMODcuMTU3IDIxMy4zMDdaTTI3NS43OTkgMzI5LjQwM0wtNzkuMDQyOSAwLjc5OTcwNkwtODAuMDYyMSAxLjkwMDIzTDI3NC43NzkgMzMwLjUwNEwyNzUuNzk5IDMyOS40MDNaTS04MC4xNDA4IDEuODE1MTRMODYuOTY2MSAyMTMuMTM2TDg4LjE0MjcgMjEyLjIwNkwtNzguOTY0MiAwLjg4NDc5N0wtODAuMTQwOCAxLjgxNTE0WiIgZmlsbD0iI0Q0OUU5RSIvPgo8L3N2Zz4K) no-repeat top left;
    background-size: contain;
    height: 598px;
    width: 649px;
    -webkit-transform: translateY(-30%);
         -o-transform: translateY(-30%);
            transform: translateY(-30%);
  }
  .template-home .main-content__body.few-elements {
    background: -webkit-linear-gradient(275deg, #ffffff 50%, #f4f4f7 50%);
    background: -o-linear-gradient(275deg, #ffffff 50%, #f4f4f7 50%);
    background: linear-gradient(175deg, #ffffff 50%, #f4f4f7 50%);
  }
  .template-home .main-content__body.few-elements::after {
    bottom: 10%;
    -webkit-transform: translateY(-10%);
         -o-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  .template-home .main-content__body .container {
    max-width: 1140px;
  }
  .template-home .main-content__body .content-section {
    padding-bottom: 114px;
  }
  .template-home .main-content__body .content-section:last-of-type {
    padding-bottom: 0;
  }
  .template-home .main-content__body .content-section .post-carousel__posts {
    z-index: 2;
  }
}
@media (min-width: 1200px) {
  .template-home .main-footer .container {
    max-width: 1140px;
  }
}

.template-about .main-content__header {
  position: relative;
}
.template-about .main-content__header .container {
  position: relative;
  z-index: 2;
}
.template-about .main-content__header .page-header__shape-01--mobile {
  position: absolute;
  top: 20px;
  right: 0;
}
.template-about .main-content__header .page-header__shape-01--desktop {
  display: none;
}
.template-about .main-content__header .page-header__shape-02 {
  display: none;
}
.template-about .main-content__body {
  background: -webkit-linear-gradient(275deg, #ffffff 50%, #f4f4f7 50%);
  background: -o-linear-gradient(275deg, #ffffff 50%, #f4f4f7 50%);
  background: linear-gradient(175deg, #ffffff 50%, #f4f4f7 50%);
  padding: 30px 0 60px;
}
.template-about .main-content__body .page-section {
  margin-bottom: 24px;
}
.template-about .main-content__body .page-section:last-of-type {
  margin-bottom: 0;
}
.template-about .main-content__body__shape-01, .template-about .main-content__body__shape-02, .template-about .main-content__body__shape-03 {
  display: none;
}
@media (min-width: 1200px) {
  .template-about .main-content__header .page-header__shape-01--mobile {
    display: none;
  }
  .template-about .main-content__header .page-header__shape-01--desktop {
    display: block;
    position: absolute;
    top: 0;
    right: 270px;
  }
  .template-about .main-content__header .page-header__shape-02 {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .template-about .main-content__body {
    padding: 87px 0 116px;
    position: relative;
  }
  .template-about .main-content__body .page-section {
    margin-bottom: 120px;
    position: relative;
    z-index: 2;
  }
  .template-about .main-content__body .page-section:last-of-type {
    margin-bottom: 0;
  }
  .template-about .main-content__body .page-section--list-numbers {
    margin-bottom: 80px;
  }
  .template-about .main-content__body__shape-01 {
    display: block;
    position: absolute;
    right: 0;
    top: 530px;
  }
  .template-about .main-content__body__shape-02 {
    display: block;
    position: absolute;
    left: 0;
    top: 1220px;
  }
  .template-about .main-content__body__shape-03 {
    display: block;
    position: absolute;
    left: 0;
    bottom: 560px;
  }
}

.template-basic .main-content__body {
  padding: 24px 0;
}
.template-basic .main-content__body .basic-content h1,
.template-basic .main-content__body .basic-content h2,
.template-basic .main-content__body .basic-content h3 {
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 16px;
}
.template-basic .main-content__body .basic-content h1 {
  font-size: 40px;
  line-height: 48px;
}
.template-basic .main-content__body .basic-content h3 {
  font-size: 24px;
  line-height: 32px;
}
.template-basic .main-content__body .basic-content img {
  display: block;
  max-width: 540px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .template-basic .main-content__body {
    padding: 105px 0;
  }
  .template-basic .main-content__body .basic-content h1 {
    font-size: 60px;
    line-height: 68px;
  }
  .template-basic .main-content__body .basic-content h2 {
    font-size: 50px;
    line-height: 58px;
  }
  .template-basic .main-content__body .basic-content h3 {
    font-size: 40px;
    line-height: 48px;
  }
}

.template-contact .main-content__header .page-header__shape-01, .template-contact .main-content__header .page-header__shape-02 {
  display: none;
}
@media (min-width: 1200px) {
  .template-contact .main-content__header .page-header {
    position: relative;
  }
  .template-contact .main-content__header .page-header__shape-01 {
    display: block;
    position: absolute;
    top: 0;
    right: 240px;
  }
  .template-contact .main-content__header .page-header__shape-02 {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 1400px) {
  .template-contact .main-content__header .page-header__shape-01 {
    right: 350px;
  }
}
.template-contact .main-content__body {
  padding: 24px 0;
}
.template-contact .main-content__body .contact-details {
  margin-bottom: 32px;
}
.template-contact .main-content__body .contact-details__heading {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #6b359e;
}
.template-contact .main-content__body .contact-form {
  background-color: #f7f7f7;
  padding: 24px 30px;
}
.template-contact .main-content__body .contact-form__heading {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #6b359e;
}
.template-contact .main-content__body .contact-form__form-box .wpcf7-form p label,
.template-contact .main-content__body .contact-form__form-box .wpcf7-form .contact-form__region-box label {
  font-family: "Century Gothic", sans-serif;
  font-family: "Century Gothic", sans-serif;
  color: #9e6bd4;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.71px;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #35359e;
  width: 100%;
}
@media (min-width: 1200px) {
  .template-contact .main-content__body .contact-form__form-box .wpcf7-form p label,
.template-contact .main-content__body .contact-form__form-box .wpcf7-form .contact-form__region-box label {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 16px;
  }
}
.template-contact .main-content__body .contact-form__form-box .wpcf7-form p label span,
.template-contact .main-content__body .contact-form__form-box .wpcf7-form .contact-form__region-box label span {
  display: inline-block;
  margin-top: 8px;
  width: 100%;
}
.template-contact .main-content__body .contact-form__form-box .wpcf7-form p label input,
.template-contact .main-content__body .contact-form__form-box .wpcf7-form p label select,
.template-contact .main-content__body .contact-form__form-box .wpcf7-form p label textarea,
.template-contact .main-content__body .contact-form__form-box .wpcf7-form .contact-form__region-box label input,
.template-contact .main-content__body .contact-form__form-box .wpcf7-form .contact-form__region-box label select,
.template-contact .main-content__body .contact-form__form-box .wpcf7-form .contact-form__region-box label textarea {
  font-family: TestTiemposText, sans-serif;
  width: 100%;
  border: 1px solid #e4e4e4;
  font-size: 16px;
  line-height: 25px;
  padding: 12px 17px;
}
.template-contact .main-content__body .contact-form__form-box .wpcf7-form p label select,
.template-contact .main-content__body .contact-form__form-box .wpcf7-form .contact-form__region-box label select {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.3);
}
.template-contact .main-content__body .contact-form__form-box .wpcf7-form p label select.option-selected,
.template-contact .main-content__body .contact-form__form-box .wpcf7-form .contact-form__region-box label select.option-selected {
  color: black;
}
.template-contact .main-content__body .contact-form__form-box .wpcf7-form p button,
.template-contact .main-content__body .contact-form__form-box .wpcf7-form .contact-form__region-box button {
  background-color: #6b359e;
  color: #ffffff;
  padding-right: 40px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: relative;
  width: 100%;
}
.template-contact .main-content__body .contact-form__form-box .wpcf7-form p button svg,
.template-contact .main-content__body .contact-form__form-box .wpcf7-form .contact-form__region-box button svg {
  fill: #ffffff;
}
.template-contact .main-content__body .contact-form__form-box .wpcf7-form p button::after,
.template-contact .main-content__body .contact-form__form-box .wpcf7-form .contact-form__region-box button::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 11px;
  right: 12px;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHdpZHRoPSIyNCI+PHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjxwYXRoIGQ9Ik0xNi41OSA4LjU5TDEyIDEzLjE3IDcuNDEgOC41OSA2IDEwbDYgNiA2LTZ6Ii8+PC9zdmc+Cg==);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHdpZHRoPSIyNCI+PHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjxwYXRoIGQ9Ik0xNi41OSA4LjU5TDEyIDEzLjE3IDcuNDEgOC41OSA2IDEwbDYgNiA2LTZ6Ii8+PC9zdmc+Cg==);
  background-color: #ffffff;
  -webkit-transform: rotate(270deg);
       -o-transform: rotate(270deg);
          transform: rotate(270deg);
  height: 27px;
  width: 27px;
}
.template-contact .main-content__body .contact-form__form-box .wpcf7-form .contact-form__region-box {
  margin-bottom: 16px;
  position: relative;
}
.template-contact .main-content__body .contact-form__form-box .wpcf7-form .contact-form__region-box::after {
  content: "";
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHdpZHRoPSIyNCI+PHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjxwYXRoIGQ9Ik0xNi41OSA4LjU5TDEyIDEzLjE3IDcuNDEgOC41OSA2IDEwbDYgNiA2LTZ6Ii8+PC9zdmc+Cg==);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHdpZHRoPSIyNCI+PHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjxwYXRoIGQ9Ik0xNi41OSA4LjU5TDEyIDEzLjE3IDcuNDEgOC41OSA2IDEwbDYgNiA2LTZ6Ii8+PC9zdmc+Cg==);
  height: 20px;
  width: 20px;
  position: absolute;
  right: 18px;
  top: 44px;
  background-color: #6b359e;
}
.template-contact .main-content__body__shape-01 {
  display: none;
}
@media (min-width: 1200px) {
  .template-contact .main-content__body {
    position: relative;
    padding: 105px 0 101px;
  }
  .template-contact .main-content__body .container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .template-contact .main-content__body .contact-details,
.template-contact .main-content__body .contact-form {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .template-contact .main-content__body .contact-details {
    margin-bottom: 0;
  }
  .template-contact .main-content__body .contact-details__heading {
    margin-bottom: 12px;
  }
  .template-contact .main-content__body .contact-form__heading {
    margin-bottom: 12px;
  }
  .template-contact .main-content__body .contact-form__content {
    margin-bottom: 56px;
  }
  .template-contact .main-content__body__shape-01 {
    display: block;
    position: absolute;
    bottom: -110px;
    left: 0;
  }
}

.template-team .main-content__header .page-header__shape-01, .template-team .main-content__header .page-header__shape-02 {
  display: none;
}
@media (min-width: 1200px) {
  .template-team .main-content__header .page-header {
    position: relative;
  }
  .template-team .main-content__header .page-header__shape-01 {
    display: block;
    position: absolute;
    bottom: 30px;
    right: 190px;
  }
  .template-team .main-content__header .page-header__shape-02 {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (min-width: 1400px) {
  .template-team .main-content__header .page-header__shape-01 {
    right: 270px;
  }
}
.template-team .main-content__body {
  background: -webkit-linear-gradient(275deg, #ffffff 70%, #f4f4f7 70%);
  background: -o-linear-gradient(275deg, #ffffff 70%, #f4f4f7 70%);
  background: linear-gradient(175deg, #ffffff 70%, #f4f4f7 70%);
  padding: 32px 0;
}
.template-team .main-content__body .page-section {
  margin-bottom: 56px;
}
.template-team .main-content__body .page-section:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .template-team .main-content__body .page-section {
    margin-bottom: 64px;
  }
  .template-team .main-content__body .page-section:last-of-type {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .template-team .main-content__body .page-section {
    margin-bottom: 80px;
  }
  .template-team .main-content__body .page-section:last-of-type {
    margin-bottom: 0;
  }
}
.template-team .main-content__body .team-display__heading {
  color: #6b359e;
  font-size: 30px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 26px;
}
@media (min-width: 992px) {
  .template-team .main-content__body .team-display {
    margin-bottom: 64px;
  }
  .template-team .main-content__body .team-display:last-of-type {
    margin-bottom: 0;
  }
  .template-team .main-content__body .team-display__heading {
    font-size: 40px;
    margin-bottom: 72px;
  }
  .template-team .main-content__body .team-display__members-box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.template-team .main-content__body__shape-01, .template-team .main-content__body__shape-02 {
  display: none;
}
@media (min-width: 1200px) {
  .template-team .main-content__body {
    background: -webkit-linear-gradient(275deg, #ffffff 62%, #f4f4f7 62%);
    background: -o-linear-gradient(275deg, #ffffff 62%, #f4f4f7 62%);
    background: linear-gradient(175deg, #ffffff 62%, #f4f4f7 62%);
    padding: 60px 0;
    position: relative;
  }
  .template-team .main-content__body__shape-01 {
    display: block;
    position: absolute;
    top: 320px;
    right: 0;
  }
  .template-team .main-content__body__shape-02 {
    display: block;
    position: absolute;
    top: 1000px;
    left: -100px;
  }
}
@media (min-width: 1600px) {
  .template-team .main-content__body__shape-02 {
    left: 0;
  }
}

.template-programs {
  overflow-x: hidden;
}
.template-programs .main-content__header {
  position: relative;
}
.template-programs .main-content__header .container {
  position: relative;
  z-index: 2;
}
.template-programs .main-content__header .page-header__shape-01--mobile {
  position: absolute;
  top: 20px;
  right: 0;
}
.template-programs .main-content__header .page-header__shape-01--desktop {
  display: none;
}
.template-programs .main-content__header .page-header__shape-02 {
  display: none;
}
@media (min-width: 1200px) {
  .template-programs .main-content__header .page-header__shape-01--mobile {
    display: none;
  }
  .template-programs .main-content__header .page-header__shape-01--desktop {
    display: block;
    position: absolute;
    top: 0;
    right: 270px;
  }
  .template-programs .main-content__header .page-header__shape-02 {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.template-programs .main-content__body > * {
  padding: 32px 0;
}
.template-programs .main-content__body .boxes-related .related-post-box {
  background-color: #f7f7f7;
}
.template-programs .main-content__body .boxes-related .related-post-box .basic-link .link-chevron {
  fill: #6b359e;
}
.template-programs .main-content__body .related-posts-featured {
  background-color: #f4f4f7;
}
.template-programs .main-content__body__shape-01, .template-programs .main-content__body__shape-02 {
  display: none;
}
@media (min-width: 1200px) {
  .template-programs .main-content__body {
    position: relative;
  }
  .template-programs .main-content__body > * {
    padding: 60px 0 88px;
  }
  .template-programs .main-content__body .related-posts-featured {
    -webkit-clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
    padding: 235px 0 122px;
    position: relative;
  }
  .template-programs .main-content__body .related-posts-featured .container {
    position: relative;
    z-index: 2;
  }
  .template-programs .main-content__body__shape-01 {
    padding: 0;
    display: block;
    position: absolute;
    right: 0;
    top: 120px;
  }
  .template-programs .main-content__body__shape-02 {
    padding: 0;
    display: block;
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 1;
  }
}

.template-research .main-content__header .page-header__shape-01, .template-research .main-content__header .page-header__shape-02 {
  display: none;
}
@media (min-width: 1200px) {
  .template-research .main-content__header .page-header {
    position: relative;
  }
  .template-research .main-content__header .page-header__shape-01 {
    display: block;
    position: absolute;
    top: 0;
    right: 240px;
  }
  .template-research .main-content__header .page-header__shape-02 {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 1400px) {
  .template-research .main-content__header .page-header__shape-01 {
    right: 350px;
  }
}
.template-research .main-content__body {
  padding: 32px 0 0;
}
.template-research .main-content__body .research-content-section > * {
  padding-bottom: 16px;
}
.template-research .main-content__body .research-content-section > *:last-of-type {
  padding-bottom: 0;
}
.template-research .main-content__body .research-content-section .boxes-related .related-post-box {
  background-color: #f7f7f7;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.template-research .main-content__body .related-posts-featured {
  position: relative;
}
.template-research .main-content__body .related-posts-featured__clip-path-div {
  background-color: #f4f4f7;
  -webkit-clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
  padding: 235px 0 122px;
}
.template-research .main-content__body__shape-01, .template-research .main-content__body__shape-02 {
  display: none;
}
@media (min-width: 1200px) {
  .template-research .main-content__body {
    padding: 60px 0 0;
    position: relative;
  }
  .template-research .main-content__body .research-content-section {
    padding-bottom: 100px;
  }
  .template-research .main-content__body .research-content-section:last-of-type {
    padding-bottom: 0;
  }
  .template-research .main-content__body .research-content-section > * {
    padding-bottom: 60px;
  }
  .template-research .main-content__body .research-content-section > *:last-of-type {
    padding-bottom: 0;
  }
  .template-research .main-content__body .research-content-section .boxes-related__post-box {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
  .template-research .main-content__body .research-content-section .boxes-related .related-post-box {
    margin-right: 20px;
  }
  .template-research .main-content__body .research-content-section .boxes-related .related-post-box:nth-of-type(3n) {
    margin-right: 0;
  }
  .template-research .main-content__body__shape-01 {
    display: block;
    position: absolute;
    right: 0;
    top: 120px;
  }
  .template-research .main-content__body__shape-02 {
    display: block;
    position: absolute;
    left: 0;
    top: -272px;
    z-index: 3;
  }
}

.template-partners .main-content__header .page-header__shape-01, .template-partners .main-content__header .page-header__shape-02 {
  display: none;
}
@media (min-width: 1200px) {
  .template-partners .main-content__header .page-header {
    position: relative;
  }
  .template-partners .main-content__header .page-header__shape-01 {
    display: block;
    position: absolute;
    top: 0;
    right: 240px;
  }
  .template-partners .main-content__header .page-header__shape-02 {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 1400px) {
  .template-partners .main-content__header .page-header__shape-01 {
    right: 350px;
  }
}
.template-partners .main-content__body {
  padding: 30px 0 60px;
}
.template-partners .main-content__body .name-heading-content {
  margin-bottom: 24px;
}
.template-partners .main-content__body .boxes-related__post-box .related-post-box {
  background-color: #f7f7f7;
  position: relative;
  z-index: 1;
}
.template-partners .main-content__body__shape-01 {
  display: none;
}
@media (min-width: 1200px) {
  .template-partners .main-content__body {
    padding: 87px 0 116px;
    position: relative;
  }
  .template-partners .main-content__body .name-heading-content {
    margin-bottom: 35px;
  }
  .template-partners .main-content__body__shape-01 {
    display: block;
    position: absolute;
    right: 0;
    top: 190px;
  }
}

.template-data .main-content__header .page-header__shape-01, .template-data .main-content__header .page-header__shape-02 {
  display: none;
}
@media (min-width: 1200px) {
  .template-data .main-content__header .page-header {
    position: relative;
  }
  .template-data .main-content__header .page-header__shape-01 {
    display: block;
    position: absolute;
    top: 0;
    right: 240px;
  }
  .template-data .main-content__header .page-header__shape-02 {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 1400px) {
  .template-data .main-content__header .page-header__shape-01 {
    right: 350px;
  }
}
.template-data .main-content__body {
  padding: 32px 0;
}
.template-data .main-content__body .name-heading-content {
  margin-bottom: 24px;
}
.template-data .main-content__body .boxes-related {
  margin-bottom: 24px;
}
.template-data .main-content__body .boxes-related__post-box .related-post-box {
  background-color: #f7f7f7;
}
.template-data .main-content__body .related-posts-featured {
  background-color: #f4f4f7;
}
.template-data .main-content__body__shape-01, .template-data .main-content__body__shape-02 {
  display: none;
}
@media (min-width: 1200px) {
  .template-data .main-content__body {
    position: relative;
  }
  .template-data .main-content__body .name-heading-content {
    margin-bottom: 75px;
  }
  .template-data .main-content__body .boxes-related {
    margin-bottom: 60px;
  }
  .template-data .main-content__body .boxes-related__post-box .related-post-box {
    position: relative;
    z-index: 1;
  }
  .template-data .main-content__body .related-posts-featured {
    -webkit-clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
    padding: 235px 0 122px;
    position: relative;
  }
  .template-data .main-content__body .related-posts-featured .container {
    position: relative;
    z-index: 2;
  }
  .template-data .main-content__body__shape-01 {
    display: block;
    position: absolute;
    right: 0;
    top: 80px;
  }
  .template-data .main-content__body__shape-02 {
    display: block;
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 1;
  }
}

.template-donate .main-content__header .page-header__shape-01, .template-donate .main-content__header .page-header__shape-02 {
  display: none;
}
@media (min-width: 1200px) {
  .template-donate .main-content__header .page-header {
    position: relative;
  }
  .template-donate .main-content__header .page-header__heading {
    max-width: 582px;
  }
  .template-donate .main-content__header .page-header__shape-01 {
    display: block;
    position: absolute;
    top: 129px;
    right: 30px;
  }
  .template-donate .main-content__header .page-header__shape-02 {
    display: block;
    position: absolute;
    bottom: 0;
    right: -60px;
  }
}
@media (min-width: 1400px) {
  .template-donate .main-content__header .page-header__shape-01 {
    right: 150px;
  }
  .template-donate .main-content__header .page-header__shape-02 {
    right: 0;
  }
}
.template-donate .main-content__body {
  padding: 24px 0 0;
}
.template-donate .main-content__body__shape-01, .template-donate .main-content__body__shape-02 {
  display: none;
}
.template-donate .main-content__body .content-sections {
  padding-bottom: 24px;
}
.template-donate .main-content__body .content-sections > * {
  margin-bottom: 24px;
}
.template-donate .main-content__body .content-sections > *:last-of-type {
  margin-bottom: 0;
}
.template-donate .main-content__body .content-sections .boxes-related__post-box .related-post-box {
  background-color: #f7f7f7;
  margin-bottom: 16px;
}
.template-donate .main-content__body .content-sections .boxes-related__post-box .related-post-box:last-of-type {
  margin-bottom: 0;
}
.template-donate .main-content__body .details {
  background-color: #f4f4f7;
  padding: 32px 0;
}
.template-donate .main-content__body .details .name-heading-content__text h1 {
  margin-top: 16px;
  color: #6b359e;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .template-donate .main-content__body {
    position: relative;
    padding: 60px 0 0;
  }
  .template-donate .main-content__body .content-sections {
    padding-bottom: 50px;
  }
  .template-donate .main-content__body .content-sections > * {
    margin-bottom: 80px;
  }
  .template-donate .main-content__body .content-sections > *:last-of-type {
    margin-bottom: 0;
  }
  .template-donate .main-content__body .content-sections .boxes-related__post-box .related-post-box {
    margin-bottom: 20px;
  }
  .template-donate .main-content__body .details {
    -webkit-clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
    padding: 211px 0 122px;
  }
  .template-donate .main-content__body .details .name-heading-content__text h1 {
    margin-top: 60px;
    font-size: 50px;
    line-height: 58px;
    letter-spacing: -1px;
  }
  .template-donate .main-content__body__shape-01 {
    display: block;
    position: absolute;
    right: 0;
    top: 80px;
  }
  .template-donate .main-content__body__shape-02 {
    display: block;
    position: absolute;
    left: 0;
    bottom: 300px;
  }
}

.template-regions .main-content__header .page-header__shape-01, .template-regions .main-content__header .page-header__shape-02 {
  display: none;
}
@media (min-width: 1200px) {
  .template-regions .main-content__header .page-header {
    position: relative;
  }
  .template-regions .main-content__header .page-header__shape-01 {
    display: block;
    position: absolute;
    top: 0;
    right: 240px;
  }
  .template-regions .main-content__header .page-header__shape-02 {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 1400px) {
  .template-regions .main-content__header .page-header__shape-01 {
    right: 350px;
  }
}
.template-regions .main-content__body {
  padding-top: 32px;
}
.template-regions .main-content__body .name-heading-content {
  margin-bottom: 24px;
}
.template-regions .main-content__body .boxes-related {
  margin-bottom: 24px;
}
.template-regions .main-content__body .boxes-related__post-box .related-post-box {
  background-color: #f7f7f7;
  min-height: 141px;
}
.template-regions .main-content__body .related-posts-featured {
  background-color: #f4f4f7;
  padding-bottom: 32px;
}
.template-regions .main-content__body__shape-01, .template-regions .main-content__body__shape-02 {
  display: none;
}
@media (min-width: 1200px) {
  .template-regions .main-content__body {
    padding-top: 60px;
    position: relative;
  }
  .template-regions .main-content__body .name-heading-content {
    margin-bottom: 75px;
  }
  .template-regions .main-content__body .boxes-related {
    margin-bottom: 60px;
  }
  .template-regions .main-content__body .boxes-related__post-box .related-post-box {
    position: relative;
    z-index: 1;
  }
  .template-regions .main-content__body .related-posts-featured {
    -webkit-clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
    padding: 235px 0 122px;
    position: relative;
    padding-bottom: 60px;
  }
  .template-regions .main-content__body .related-posts-featured .container {
    position: relative;
    z-index: 2;
  }
  .template-regions .main-content__body__shape-01 {
    display: block;
    position: absolute;
    right: 0;
    top: 80px;
  }
  .template-regions .main-content__body__shape-02 {
    display: block;
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 1;
  }
}

.template-articles .main-content__header {
  position: relative;
}
.template-articles .main-content__header .container {
  position: relative;
  z-index: 2;
}
.template-articles .main-content__header .page-header__shape-01--mobile {
  position: absolute;
  top: 20px;
  right: 0;
}
.template-articles .main-content__header .page-header__shape-01--desktop {
  display: none;
}
.template-articles .main-content__header .page-header__shape-02 {
  display: none;
}
@media (min-width: 1200px) {
  .template-articles .main-content__header .page-header__shape-01--mobile {
    display: none;
  }
  .template-articles .main-content__header .page-header__shape-01--desktop {
    display: block;
    position: absolute;
    top: 0;
    right: 270px;
  }
  .template-articles .main-content__header .page-header__shape-02 {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.template-articles .main-content__body {
  padding: 32px 0 0;
}
.template-articles .main-content__body__shape-01 {
  display: none;
}
.template-articles .main-content__body .post-carousel,
.template-articles .main-content__body .boxes-related {
  margin-bottom: 24px;
}
.template-articles .main-content__body .boxes-related__post-box .related-post-box {
  background-color: #f7f7f7;
}
.template-articles .main-content__body .related-posts-featured {
  background-color: #f4f4f7;
  padding: 24px 0;
}
@media (min-width: 1200px) {
  .template-articles .main-content__body {
    padding: 100px 0 0;
    position: relative;
  }
  .template-articles .main-content__body .post-carousel,
.template-articles .main-content__body .boxes-related {
    margin-bottom: 68px;
  }
  .template-articles .main-content__body .related-posts-featured {
    -webkit-clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
    padding: 248px 0 123px;
    position: relative;
  }
  .template-articles .main-content__body .related-posts-featured .container {
    position: relative;
    z-index: 2;
  }
  .template-articles .main-content__body__shape-01 {
    display: block;
    position: absolute;
    right: 0;
    top: 60px;
  }
}

.template-latest .main-content__body {
  padding: 32px 0;
}
@media (min-width: 992px) {
  .template-latest .main-content__body {
    padding: 60px 0;
  }
}
@media (min-width: 1200px) {
  .template-latest .main-content__body {
    padding: 127px 0 101px;
  }
}
.template-latest .main-content__body .related-posts-featured__related-posts-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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;
}
.template-latest .main-content__body .related-posts-featured__related-posts-box .related-post {
  min-height: 203px;
  width: 100%;
}
.template-latest .main-content__body .related-posts-featured__related-posts-box .related-post::before {
  display: none;
}
.template-latest .main-content__body .related-posts-featured__related-posts-box .related-post__content-box {
  min-height: 203px;
  width: 100%;
}
.template-latest .main-content__body .related-posts-featured__related-posts-box .related-post__content-box .block-icon {
  width: 48px;
}
@media (min-width: 576px) {
  .template-latest .main-content__body .related-posts-featured__related-posts-box .related-post {
    min-height: 270px;
    width: 353px;
  }
  .template-latest .main-content__body .related-posts-featured__related-posts-box .related-post__content-box {
    min-height: 270px;
  }
}
@media (min-width: 1200px) {
  .template-latest .main-content__body .related-posts-featured__related-posts-box {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.template-scorecard .main-content__header {
  background-color: #f4f4f7;
}
.template-scorecard .main-content__header .page-header {
  position: relative;
  z-index: 1;
}
.template-scorecard .main-content__header .page-header__heading {
  position: relative;
  max-width: 582px;
  z-index: 1;
}
.template-scorecard .main-content__header .page-header__shape-01--tablet, .template-scorecard .main-content__header .page-header__shape-01--desktop, .template-scorecard .main-content__header .page-header__shape-02--desktop {
  display: none;
}
.template-scorecard .main-content__header .page-header__shape-01--mobile {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
@media (min-width: 768px) {
  .template-scorecard .main-content__header .page-header__shape-01--mobile {
    display: none;
  }
  .template-scorecard .main-content__header .page-header__shape-01--tablet {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .template-scorecard .main-content__header .page-header__shape-01--tablet {
    display: none;
  }
  .template-scorecard .main-content__header .page-header__shape-01--desktop {
    display: block;
    position: absolute;
    top: 0;
    right: 240px;
  }
  .template-scorecard .main-content__header .page-header__shape-02--desktop {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 1400px) {
  .template-scorecard .main-content__header .page-header__shape-01--desktop {
    right: 350px;
  }
}
.template-scorecard .main-content__body .map-with-legend {
  background-color: #f4f4f7;
  position: relative;
  top: -44px;
  margin-bottom: -44px;
}
.template-scorecard .main-content__body .map-with-legend .container {
  padding: 0;
  max-width: none;
}
.template-scorecard .main-content__body .map-with-legend__map-box {
  overflow-x: auto;
  scrollbar-width: none;
}
.template-scorecard .main-content__body .map-with-legend__map-box::-webkit-scrollbar {
  display: none;
}
.template-scorecard .main-content__body .map-with-legend .map-source-urls {
  display: none;
}
.template-scorecard .main-content__body .map-with-legend__map {
  height: 618px;
  width: 1125px;
  margin: 0 auto;
}
.template-scorecard .main-content__body .map-with-legend__type-box {
  padding: 12px 0 14px;
}
.template-scorecard .main-content__body .map-with-legend__type-box .container {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.template-scorecard .main-content__body .map-with-legend__type-btn {
  background-color: #9e6bd4;
  border-radius: 5px;
  color: #ffffff;
  font-size: 12px;
  line-height: 16px;
  padding: 6px 2px;
  -webkit-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
  width: 105px;
}
.template-scorecard .main-content__body .map-with-legend__type-btn:active, .template-scorecard .main-content__body .map-with-legend__type-btn.active-type-btn {
  background-color: #6b359e;
}
.template-scorecard .main-content__body .map-with-legend__legend-box {
  background-color: #ffffff;
  padding: 20px 0;
}
.template-scorecard .main-content__body .map-with-legend__legend-box .map-data-textareas {
  display: none;
}
.template-scorecard .main-content__body .map-with-legend__heading {
  color: #6b359e;
  font-size: 24px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 20px;
  text-align: center;
}
.template-scorecard .main-content__body .map-with-legend__table thead {
  background-color: rgba(244, 244, 247, 0.56);
}
.template-scorecard .main-content__body .map-with-legend__table thead tr td {
  padding: 5px 0;
}
.template-scorecard .main-content__body .map-with-legend__table tbody tr:nth-of-type(2n) {
  background-color: rgba(244, 244, 247, 0.56);
}
.template-scorecard .main-content__body .map-with-legend__table tbody tr td {
  padding: 12px 0;
}
.template-scorecard .main-content__body .map-with-legend__table-heading {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 6px;
  text-align: center;
}
.template-scorecard .main-content__body .map-with-legend__table-subheading {
  font-family: "Century Gothic", sans-serif;
  color: #6b359e;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}
.template-scorecard .main-content__body .map-with-legend__table-cell {
  font-family: "Century Gothic", sans-serif;
  text-align: center;
}
.template-scorecard .main-content__body .map-with-legend__table-cell span {
  bottom: 4px;
  display: inline-block;
  position: relative;
  width: 16px;
}
.template-scorecard .main-content__body .map-with-legend__table-cell--left-label {
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  min-width: 82px;
  text-align: left;
  padding-left: 8px !important;
}
.template-scorecard .main-content__body .map-with-legend__table-circle-icon {
  border-radius: 50%;
  display: inline-block;
  height: 20px;
  width: 20px;
}
.template-scorecard .main-content__body .map-with-legend__table-circle-icon--red {
  background-color: #b9162d;
}
.template-scorecard .main-content__body .map-with-legend__table-circle-icon--green {
  background-color: #009900;
}
.template-scorecard .main-content__body .map-with-legend__table-circle-icon--grey {
  background-color: #a0a0a0;
}
.template-scorecard .main-content__body .map-with-legend__table-circle-icon--pink {
  background-color: #d4356a;
}
.template-scorecard .main-content__body .map-with-legend__table-circle-icon--light-green {
  background-color: #9fd435;
}
.template-scorecard .main-content__body .map-with-legend__table-circle-icon--light-grey {
  background-color: #d9d9d9;
}
.template-scorecard .main-content__body .map-with-legend__table-circle-icon--white {
  background-color: #ffffff;
  border: 3px solid #d9d9d9;
}
.template-scorecard .main-content__body .map-with-legend__number {
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}
.template-scorecard .main-content__body .map-with-legend .supplementary-text-textareas {
  display: none;
}
.template-scorecard .main-content__body .map-with-legend__supplementary-text {
  padding: 8px 15px 0;
}
.template-scorecard .main-content__body .map-with-legend__supplementary-text p {
  margin-bottom: 0;
}
.template-scorecard .main-content__body .map-with-legend__static-text {
  background-color: #ffffff;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .template-scorecard .main-content__body .map-with-legend__type-btn {
    margin-right: 15px;
    padding: 13px 0;
    width: 100%;
  }
  .template-scorecard .main-content__body .map-with-legend__type-btn:last-of-type {
    margin-right: 0;
  }
  .template-scorecard .main-content__body .map-with-legend__table thead tr td {
    padding: 8px 0;
  }
  .template-scorecard .main-content__body .map-with-legend__table-heading {
    font-size: 18px;
    line-height: 24px;
  }
  .template-scorecard .main-content__body .map-with-legend__table-subheading {
    font-size: 14px;
    line-height: 16px;
  }
  .template-scorecard .main-content__body .map-with-legend__table-cell--left-label {
    font-size: 14px;
    line-height: 24px;
    padding-left: 16px !important;
  }
  .template-scorecard .main-content__body .map-with-legend__number {
    font-size: 14px;
    line-height: 16px;
    margin-left: 4px;
  }
  .template-scorecard .main-content__body .map-with-legend__supplementary-text {
    padding: 20px 0 0;
  }
  .template-scorecard .main-content__body .map-with-legend__static-text {
    background-color: transparent;
    padding: 20px 0 30px;
  }
}
@media (min-width: 992px) {
  .template-scorecard .main-content__body .map-with-legend__site-breadcrumb {
    display: none;
  }
  .template-scorecard .main-content__body .map-with-legend__map {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .template-scorecard .main-content__body .map-with-legend {
    top: -74px;
    position: relative;
  }
  .template-scorecard .main-content__body .map-with-legend .container {
    position: relative;
    max-width: 1140px;
    padding: 0 15px;
  }
  .template-scorecard .main-content__body .map-with-legend__map-box {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    right: 90px;
  }
  .template-scorecard .main-content__body .map-with-legend__map {
    height: 477px;
    max-width: 769px;
  }
  .template-scorecard .main-content__body .map-with-legend__site-breadcrumb {
    display: block;
    margin-bottom: 40px;
  }
  .template-scorecard .main-content__body .map-with-legend__type-box {
    position: absolute;
    max-width: 735px;
    left: 50%;
    -webkit-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    z-index: 5;
  }
  .template-scorecard .main-content__body .map-with-legend__legend-box {
    padding-top: 96px;
    position: absolute;
    width: 495px;
    top: -74px;
    right: 15px;
  }
  .template-scorecard .main-content__body .map-with-legend__static-text {
    max-width: 495px;
    position: absolute;
    right: 30px;
  }
}
@media (min-width: 1300px) {
  .template-scorecard .main-content__body .map-with-legend__map-box {
    right: 110px;
  }
}
@media (min-width: 1400px) {
  .template-scorecard .main-content__body .map-with-legend {
    top: -34px;
  }
  .template-scorecard .main-content__body .map-with-legend .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1312px;
  }
  .template-scorecard .main-content__body .map-with-legend__map-box {
    bottom: 10px;
    right: 80px;
  }
  .template-scorecard .main-content__body .map-with-legend__map {
    max-width: 864px;
  }
  .template-scorecard .main-content__body .map-with-legend__legend-box {
    padding-top: 44px;
    top: -113px;
  }
}
@media (min-width: 1600px) {
  .template-scorecard .main-content__body .map-with-legend__map-box {
    bottom: 23px;
  }
  .template-scorecard .main-content__body .map-with-legend__legend-box {
    top: -104px;
  }
}
@media (min-width: 2000px) {
  .template-scorecard .main-content__body .map-with-legend__map-box {
    bottom: 33px;
  }
  .template-scorecard .main-content__body .map-with-legend__legend-box {
    top: -92px;
  }
}
@media (min-width: 2600px) {
  .template-scorecard .main-content__body .map-with-legend__legend-box {
    top: -82px;
  }
}
.template-scorecard .main-content__body .name-heading-content-01 {
  padding: 32px 15px 0;
}
.template-scorecard .main-content__body .name-heading-content-02 {
  background-color: #f7f7f7;
  -webkit-clip-path: polygon(0% 5%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 5%, 100% 0%, 100% 100%, 0% 100%);
  padding: 78px 15px 0;
}
@media (min-width: 768px) {
  .template-scorecard .main-content__body .name-heading-content-01 {
    padding: 50px 0;
  }
  .template-scorecard .main-content__body .name-heading-content-02 {
    -webkit-clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
    padding: 256px 0 128px;
  }
  .template-scorecard .main-content__body .name-heading-content__heading {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 30px;
    max-width: 543px;
  }
  .template-scorecard .main-content__body .name-heading-content__text-box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .template-scorecard .main-content__body .name-heading-content__text-box::before {
    background-color: #6b359e;
    content: "";
    display: block;
    height: 3px;
    width: 60px;
    margin-right: 32px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    margin-bottom: 0;
    position: relative;
    top: 12px;
  }
  .template-scorecard .main-content__body .name-heading-content__text {
    max-width: none;
  }
  .template-scorecard .main-content__body .name-heading-content__graph-box {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .template-scorecard .main-content__body .name-heading-content {
    position: relative;
  }
  .template-scorecard .main-content__body .name-heading-content-01 {
    padding: 81px 0 47px;
  }
  .template-scorecard .main-content__body .name-heading-content-01 .name-heading-content__heading {
    max-width: 612px;
  }
  .template-scorecard .main-content__body .name-heading-content-02 .container {
    -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;
  }
  .template-scorecard .main-content__body .name-heading-content__heading {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 80px;
    max-width: none;
  }
  .template-scorecard .main-content__body .name-heading-content__graph-box {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    margin-bottom: 50px;
  }
  .template-scorecard .main-content__body .name-heading-content__text-box {
    padding-left: 0;
  }
  .template-scorecard .main-content__body .name-heading-content__text-box::before {
    top: 0;
  }
  .template-scorecard .main-content__body .name-heading-content__text {
    max-width: 714px;
  }
}
.template-scorecard .main-content__body .file-downloads-papers {
  background-color: #f4f4f7;
  padding: 20px 15px 32px;
}
.template-scorecard .main-content__body .file-downloads-papers__dropdown {
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  height: 52px;
  position: relative;
}
.template-scorecard .main-content__body .file-downloads-papers__dropdown.active {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.template-scorecard .main-content__body .file-downloads-papers__dropdown .box-shadow-div {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  width: 100%;
}
.template-scorecard .main-content__body .file-downloads-papers__dropdown-label {
  font-family: "Century Gothic", sans-serif;
  cursor: pointer;
  padding: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.template-scorecard .main-content__body .file-downloads-papers__dropdown-label span {
  color: #6b359e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.template-scorecard .main-content__body .file-downloads-papers__dropdown-label svg {
  position: relative;
  top: -2px;
  height: 20px;
  width: 20px;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}
.template-scorecard .main-content__body .file-downloads-papers__dropdown-label svg path:last-of-type {
  fill: #6b359e;
}
.template-scorecard .main-content__body .file-downloads-papers__dropdown-label svg.active {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 4px;
  top: 2px;
}
.template-scorecard .main-content__body .file-downloads-papers__dropdown-items-box {
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  border-top: 0;
  position: absolute;
  top: 50px;
  left: -1px;
  opacity: 0;
  padding: 0 20px 12px;
  width: calc(100% + 2px);
  z-index: -1;
}
.template-scorecard .main-content__body .file-downloads-papers__dropdown-items-box.active {
  opacity: 1;
  z-index: 1;
}
.template-scorecard .main-content__body .file-downloads-papers__dropdown-items-box .dropdown-item-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 13px 0;
  width: 100%;
}
.template-scorecard .main-content__body .file-downloads-papers__dropdown-items-box .dropdown-item-link:last-of-type {
  border-bottom: 1px solid #d9d9d9;
}
.template-scorecard .main-content__body .file-downloads-papers__dropdown-items-box .dropdown-item-link span {
  font-family: "Century Gothic", sans-serif;
  color: #000000;
  font-size: 12px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .template-scorecard .main-content__body .file-downloads-papers {
    padding: 30px 0;
  }
}
@media (min-width: 1200px) {
  .template-scorecard .main-content__body .file-downloads-papers {
    margin-bottom: 100px;
  }
  .template-scorecard .main-content__body .file-downloads-papers .container {
    max-width: 930px;
  }
}
.template-scorecard .main-content__body .file-downloads-misc {
  padding: 40px 0;
}
.template-scorecard .main-content__body .file-downloads-misc__section-name {
  font-family: "Century Gothic", sans-serif;
  color: #9e6bd4;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.71px;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #6b359e;
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .template-scorecard .main-content__body .file-downloads-misc__section-name {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .template-scorecard .main-content__body .file-downloads-misc {
    padding-bottom: 50px;
  }
  .template-scorecard .main-content__body .file-downloads-misc__section-name {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .template-scorecard .main-content__body .file-downloads-misc .file-download-boxes__file-box {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media (min-width: 1200px) {
  .template-scorecard .main-content__body .file-downloads-misc {
    margin-bottom: 100px;
  }
  .template-scorecard .main-content__body .file-downloads-misc .file-download-boxes__file-box {
    background-color: #f7f7f7;
  }
}
.template-scorecard .main-content__body .scorecard-cta {
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .template-scorecard .main-content__body .scorecard-cta {
    margin-bottom: 72px;
  }
}
@media (min-width: 1200px) {
  .template-scorecard .main-content__body .scorecard-cta {
    margin-bottom: 100px;
  }
}
.template-scorecard .main-content__body .related-posts-featured {
  background-color: #f4f4f7;
  -webkit-clip-path: polygon(0% 2%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 2%, 100% 0%, 100% 100%, 0% 100%);
  padding: 86px 0 45px;
}
.template-scorecard .main-content__body .related-posts-featured__related-posts-box .related-post:nth-of-type(3) {
  min-height: 162px;
}
@media (min-width: 768px) {
  .template-scorecard .main-content__body .related-posts-featured {
    -webkit-clip-path: polygon(0% 5%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 5%, 100% 0%, 100% 100%, 0% 100%);
    padding-top: 164px;
  }
}
@media (min-width: 1200px) {
  .template-scorecard .main-content__body .related-posts-featured {
    -webkit-clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
    position: relative;
  }
  .template-scorecard .main-content__body .related-posts-featured__related-posts-box .related-post {
    position: relative;
    z-index: 1;
  }
}
.template-scorecard .main-content__body__shape-01, .template-scorecard .main-content__body__shape-02, .template-scorecard .main-content__body__shape-03 {
  display: none;
}
@media (min-width: 1200px) {
  .template-scorecard .main-content__body__shape-01 {
    display: block;
    position: absolute;
    right: 0;
    top: 120px;
  }
  .template-scorecard .main-content__body__shape-02 {
    display: block;
    position: absolute;
    left: 0;
    top: 270px;
    z-index: 0;
  }
  .template-scorecard .main-content__body__shape-03 {
    display: block;
    position: absolute;
    right: 0;
    top: 120px;
    z-index: 0;
  }
}

.search-data .main-content__body .container {
  padding: 32px 0 64px;
  text-align: center;
}
.search-data .main-content__body .container .row {
  width: 100%;
}

.single-data-data .main-content__header .page-header__shape-01, .single-data-data .main-content__header .page-header__shape-02 {
  display: none;
}
@media (min-width: 1200px) {
  .single-data-data .main-content__header .page-header {
    position: relative;
  }
  .single-data-data .main-content__header .page-header__shape-01 {
    display: block;
    position: absolute;
    top: 0;
    right: 240px;
  }
  .single-data-data .main-content__header .page-header__shape-02 {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 1400px) {
  .single-data-data .main-content__header .page-header__shape-01 {
    right: 350px;
  }
}
.single-data-data .main-content__body {
  padding: 30px 0 0;
}
.single-data-data .main-content__body .content-sections .boxes-related__post-box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-data-data .main-content__body .content-sections .boxes-related__post-box .related-post-box {
  background-color: #f7f7f7;
  min-height: 141px;
}
.single-data-data .main-content__body .downloads-related {
  background-color: #f4f4f7;
  padding: 24px 0;
}
.single-data-data .main-content__body .downloads-related .boxes-related {
  margin-bottom: 24px;
}
.single-data-data .main-content__body__shape-01 {
  display: none;
}
@media (min-width: 1200px) {
  .single-data-data .main-content__body {
    position: relative;
  }
  .single-data-data .main-content__body .name-heading-content {
    margin-bottom: 100px;
  }
  .single-data-data .main-content__body .name-heading-content__text p img {
    margin-top: 32px;
  }
  .single-data-data .main-content__body .downloads-related {
    -webkit-clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
    padding: 248px 0 94px;
  }
  .single-data-data .main-content__body .downloads-related .boxes-related {
    margin-bottom: 96px;
  }
  .single-data-data .main-content__body__shape-01 {
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
  }
}

.single-programs .main-content__header {
  background-color: #f4f4f7;
  position: relative;
}
.single-programs .main-content__header.white {
  background-color: #ffffff;
}
.single-programs .main-content__header .container {
  position: relative;
  z-index: 2;
}
.single-programs .main-content__header .page-header__shape-01--mobile {
  position: absolute;
  top: 20px;
  right: 0;
}
.single-programs .main-content__header .page-header__shape-01--desktop {
  display: none;
}
.single-programs .main-content__header .page-header__shape-02 {
  display: none;
}
@media (min-width: 1200px) {
  .single-programs .main-content__header .page-header__heading {
    max-width: 597px;
  }
  .single-programs .main-content__header .page-header__shape-01--mobile {
    display: none;
  }
  .single-programs .main-content__header .page-header__shape-01--desktop {
    display: block;
    position: absolute;
    top: 0;
    right: 270px;
  }
  .single-programs .main-content__header .page-header__shape-02 {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.single-programs .main-content__body {
  background-color: #f4f4f7;
}
.single-programs .main-content__body.white {
  background-color: #ffffff;
}
.single-programs .main-content__body .single-programs-layout-box {
  position: relative;
}
.single-programs .main-content__body .single-programs-layout-box > * {
  padding: 32px 0;
}
.single-programs .main-content__body .single-programs-layout-box--one .heading-text-quote {
  background-color: #ffffff;
}
.single-programs .main-content__body .single-programs-layout-box--one .list-icons {
  padding-top: 115px;
}
.single-programs .main-content__body .single-programs-layout-box--one__shape-01, .single-programs .main-content__body .single-programs-layout-box--one__shape-02 {
  display: none;
}
.single-programs .main-content__body .single-programs-layout-box--two__shape-01 {
  display: none;
}
.single-programs .main-content__body .single-programs-layout-box--two .image-with-credits {
  background: -webkit-linear-gradient(275deg, #ffffff 50%, #f4f4f7 50%);
  background: -o-linear-gradient(275deg, #ffffff 50%, #f4f4f7 50%);
  background: linear-gradient(175deg, #ffffff 50%, #f4f4f7 50%);
}
.single-programs .main-content__body .single-programs-layout-box--two .boxes-related {
  background-color: #f4f4f7;
}
.single-programs .main-content__body .single-programs-layout-box--three .boxes-related .related-post-box {
  background-color: #f7f7f7;
}
.single-programs .main-content__body .single-programs-layout-box--three .related-posts-featured {
  background-color: #f4f4f7;
}
.single-programs .main-content__body .single-programs-layout-box--three__shape-01 {
  display: none;
}
@media (min-width: 1200px) {
  .single-programs .main-content__body .single-programs-layout-box {
    position: relative;
  }
  .single-programs .main-content__body .single-programs-layout-box > * {
    padding: 60px 0;
  }
  .single-programs .main-content__body .single-programs-layout-box--one .list-icons {
    padding-bottom: 120px;
  }
  .single-programs .main-content__body .single-programs-layout-box--one .heading-text-quote {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
    padding: 100px 0 600px;
  }
  .single-programs .main-content__body .single-programs-layout-box--one .image-with-credits {
    padding-top: 0;
    position: relative;
    z-index: 2;
    margin-top: -500px;
  }
  .single-programs .main-content__body .single-programs-layout-box--one .name-heading-content--without-image .name-heading-content__text {
    max-width: 785px;
  }
  .single-programs .main-content__body .single-programs-layout-box--one__shape-01 {
    display: block;
    position: absolute;
    left: 0;
    top: 300px;
  }
  .single-programs .main-content__body .single-programs-layout-box--one__shape-02 {
    display: block;
    position: absolute;
    right: 0;
    bottom: 1730px;
  }
  .single-programs .main-content__body .single-programs-layout-box--two .name-heading-content--without-image .name-heading-content__text-box, .single-programs .main-content__body .single-programs-layout-box--three .name-heading-content--without-image .name-heading-content__text-box {
    padding-left: 0;
  }
  .single-programs .main-content__body .single-programs-layout-box--two .name-heading-content--without-image .name-heading-content__text, .single-programs .main-content__body .single-programs-layout-box--three .name-heading-content--without-image .name-heading-content__text {
    max-width: 785px;
  }
  .single-programs .main-content__body .single-programs-layout-box--two .list-numbers, .single-programs .main-content__body .single-programs-layout-box--three .list-numbers {
    padding-top: 0;
  }
  .single-programs .main-content__body .single-programs-layout-box--two__shape-01, .single-programs .main-content__body .single-programs-layout-box--three__shape-01 {
    display: block;
    position: absolute;
    left: 0;
    top: 300px;
  }
  .single-programs .main-content__body .single-programs-layout-box--two .boxes-related {
    padding-bottom: 100px;
  }
  .single-programs .main-content__body .single-programs-layout-box--three .related-posts-featured {
    -webkit-clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
    padding-top: 245px;
    padding-bottom: 100px;
  }
}

.single-research .main-content__header .page-header__details {
  font-family: "Century Gothic", sans-serif;
  color: #d49e35;
  font-size: 11px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 1.1px;
  margin-bottom: 8px;
}
.single-research .main-content__header .page-header__details span {
  color: #ffffff;
  position: relative;
  bottom: 2px;
}
.single-research .main-content__header .page-header__shape-01, .single-research .main-content__header .page-header__shape-02 {
  display: none;
  top: auto;
}
@media (min-width: 1200px) {
  .single-research .main-content__header .page-header {
    position: relative;
  }
  .single-research .main-content__header .page-header__heading {
    max-width: 614px;
  }
  .single-research .main-content__header .page-header__shape-01 {
    display: block;
    position: absolute;
    right: 150px;
    bottom: 0;
  }
  .single-research .main-content__header .page-header__shape-02 {
    display: block;
    position: absolute;
    right: 0;
    top: 60px;
  }
}
.single-research .main-content__body {
  padding: 30px 0 60px;
}
.single-research .main-content__body .content-sections > * {
  margin-bottom: 24px;
}
.single-research .main-content__body .full-paper-link .basic-link {
  background-color: #6b359e;
  color: #ffffff;
  display: block;
  padding: 12px 0;
  text-align: center;
  text-transform: uppercase;
  max-width: 200px;
  width: 100%;
  border: 0;
  border-radius: 4px;
  font-size: 14px;
  line-height: 28px;
  font-weight: 700;
}
.single-research .main-content__body .full-paper-link .basic-link svg {
  fill: #ffffff;
}
.single-research .main-content__body .file-download-boxes__file-box {
  background-color: #f7f7f7;
}
.single-research .main-content__body .boxes-related {
  padding: 24px 0;
}
.single-research .main-content__body .downloads-related {
  background-color: #f4f4f7;
}
.single-research .main-content__body .downloads-related > * {
  margin-bottom: 24px;
}
.single-research .main-content__body__shape-01 {
  display: none;
}
@media (min-width: 1200px) {
  .single-research .main-content__body {
    padding: 87px 0 116px;
    position: relative;
  }
  .single-research .main-content__body .content-sections .name-heading-content__text {
    max-width: 714px;
    position: relative;
    z-index: 1;
  }
  .single-research .main-content__body .content-sections .full-paper-link {
    margin-left: 286px;
    margin-bottom: 100px;
  }
  .single-research .main-content__body .content-sections .full-paper-link .container {
    max-width: 824px;
    padding-left: 0;
  }
  .single-research .main-content__body .content-sections .file-download-boxes .container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 714px;
    padding: 0;
    margin: 0 auto;
    position: relative;
    left: 88px;
  }
  .single-research .main-content__body .content-sections .file-download-boxes__file-box {
    margin-right: 20px;
    max-width: 343px;
  }
  .single-research .main-content__body .content-sections .file-download-boxes__file-box:last-of-type {
    margin-right: 0;
  }
  .single-research .main-content__body .downloads-related {
    -webkit-clip-path: polygon(0% 15%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 15%, 100% 0%, 100% 100%, 0% 100%);
    padding: 285px 0 100px;
  }
  .single-research .main-content__body__shape-01 {
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
  }
}
@media (min-width: 1400px) {
  .single-research .main-content__body .content-sections .full-paper-link .container {
    max-width: 996px;
  }
  .single-research .main-content__body .content-sections .file-download-boxes .container {
    position: static;
  }
}

.single-regions .main-content__header .page-header__shape-01, .single-regions .main-content__header .page-header__shape-02 {
  display: none;
}
@media (min-width: 1200px) {
  .single-regions .main-content__header .page-header {
    position: relative;
  }
  .single-regions .main-content__header .page-header__shape-01 {
    display: block;
    position: absolute;
    top: 0;
    right: 240px;
  }
  .single-regions .main-content__header .page-header__shape-02 {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 1400px) {
  .single-regions .main-content__header .page-header__shape-01 {
    right: 350px;
  }
}
.single-regions .main-content__body {
  padding: 30px 0 60px;
}
.single-regions .main-content__body .content-sections .boxes-related__post-box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-regions .main-content__body .content-sections .boxes-related__post-box .related-post-box {
  background-color: #f7f7f7;
  min-height: 141px;
}
.single-regions .main-content__body .related {
  background-color: #f4f4f7;
  padding: 24px 0;
}
.single-regions .main-content__body__shape-01, .single-regions .main-content__body__shape-02 {
  display: none;
}
@media (min-width: 1200px) {
  .single-regions .main-content__body {
    position: relative;
  }
  .single-regions .main-content__body .content-sections .name-heading-content {
    margin-bottom: 100px;
  }
  .single-regions .main-content__body .content-sections .name-heading-content__text p img {
    margin-top: 32px;
  }
  .single-regions .main-content__body .content-sections .boxes-related__section-name {
    position: relative;
    z-index: 2;
  }
  .single-regions .main-content__body .content-sections .boxes-related__post-box {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: calc(100% + 8px);
  }
  .single-regions .main-content__body .content-sections .boxes-related__post-box .related-post-box {
    position: relative;
    z-index: 2;
  }
  .single-regions .main-content__body .related {
    -webkit-clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
    padding: 248px 0 123px;
    position: relative;
  }
  .single-regions .main-content__body .related .container {
    position: relative;
    z-index: 2;
  }
  .single-regions .main-content__body__shape-01 {
    display: block;
    position: absolute;
    left: 0;
    top: 260px;
  }
  .single-regions .main-content__body__shape-02 {
    display: block;
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 1;
  }
}
@media (min-width: 1400px) {
  .single-regions .main-content__body .content-sections .boxes-related__post-box {
    width: calc(100% + 10px);
  }
}

.single-news .main-content__header {
  position: relative;
}
.single-news .main-content__header .container {
  position: relative;
  z-index: 2;
}
.single-news .main-content__header .page-header__shape-01--mobile {
  position: absolute;
  top: 20px;
  right: 0;
}
.single-news .main-content__header .page-header__shape-01--desktop {
  display: none;
}
.single-news .main-content__header .page-header__shape-02 {
  display: none;
}
@media (min-width: 1200px) {
  .single-news .main-content__header .page-header__heading {
    max-width: 597px;
  }
  .single-news .main-content__header .page-header__shape-01--mobile {
    display: none;
  }
  .single-news .main-content__header .page-header__shape-01--desktop {
    display: block;
    position: absolute;
    top: 0;
    right: 270px;
  }
  .single-news .main-content__header .page-header__shape-02 {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.single-news .main-content__body {
  padding: 32px 0;
}
.single-news .main-content__body .content-sections > * {
  margin-bottom: 32px;
}
.single-news .main-content__body .content-sections > *:last-of-type {
  margin-bottom: 0;
}
.single-news .main-content__body .content-sections .boxes-related {
  background-color: #f4f4f7;
  padding: 32px 0;
}
.single-news .main-content__body .content-sections .boxes-related__post-box .related-post-box {
  background-color: #ffffff;
}
.single-news .main-content__body__shape-01 {
  display: none;
}
@media (min-width: 1200px) {
  .single-news .main-content__body {
    padding: 125px 0;
    position: relative;
  }
  .single-news .main-content__body .content-sections > * {
    margin-bottom: 150px;
  }
  .single-news .main-content__body .content-sections > *:last-of-type {
    margin-bottom: 0;
  }
  .single-news .main-content__body .content-sections .boxes-related {
    -webkit-clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
    padding: 248px 0 123px;
  }
  .single-news .main-content__body__shape-01 {
    display: block;
    position: absolute;
    top: 210px;
    left: 0;
  }
}

.tax-article_category .main-content__header {
  position: relative;
}
.tax-article_category .main-content__header .container {
  position: relative;
  z-index: 2;
}
.tax-article_category .main-content__header .page-header__shape-01--mobile {
  position: absolute;
  top: 20px;
  right: 0;
}
.tax-article_category .main-content__header .page-header__shape-01--desktop {
  display: none;
}
.tax-article_category .main-content__header .page-header__shape-02 {
  display: none;
}
@media (min-width: 1200px) {
  .tax-article_category .main-content__header .page-header__shape-01--mobile {
    display: none;
  }
  .tax-article_category .main-content__header .page-header__shape-01--desktop {
    display: block;
    position: absolute;
    top: 0;
    right: 270px;
  }
  .tax-article_category .main-content__header .page-header__shape-02 {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.tax-article_category .main-content__body {
  padding: 32px 0 0;
}
.tax-article_category .main-content__body__shape-01 {
  display: none;
}
.tax-article_category .main-content__body .post-carousel,
.tax-article_category .main-content__body .boxes-related {
  margin-bottom: 24px;
}
.tax-article_category .main-content__body .boxes-related__post-box {
  margin-bottom: 24px;
}
.tax-article_category .main-content__body .boxes-related__post-box .related-post-box {
  background-color: #f7f7f7;
}
.tax-article_category .main-content__body .boxes-related__post-box .related-post-box--blue-with-shape {
  background-color: #35359e !important;
}
.tax-article_category .main-content__body .boxes-related__post-box .related-post-box--blue-with-shape .related-post-box__details-date,
.tax-article_category .main-content__body .boxes-related__post-box .related-post-box--blue-with-shape .related-post-box__title,
.tax-article_category .main-content__body .boxes-related__post-box .related-post-box--blue-with-shape .related-post-box__region,
.tax-article_category .main-content__body .boxes-related__post-box .related-post-box--blue-with-shape .related-post-box__link {
  color: #ffffff;
}
.tax-article_category .main-content__body .boxes-related__post-box .related-post-box--blue-with-shape .related-post-box__link > svg {
  fill: #ffffff;
}
.tax-article_category .main-content__body .boxes-related__post-box .related-post-box--gold-with-shape {
  background-color: #d49e35 !important;
}
.tax-article_category .main-content__body .boxes-related__post-box .related-post-box--lilac-with-shape {
  background-color: #9e6b9e !important;
}
.tax-article_category .main-content__body .boxes-related__post-box .related-post-box--lilac-with-shape .related-post-box__details-date,
.tax-article_category .main-content__body .boxes-related__post-box .related-post-box--lilac-with-shape .related-post-box__region,
.tax-article_category .main-content__body .boxes-related__post-box .related-post-box--lilac-with-shape .related-post-box__link {
  color: #ffffff;
}
.tax-article_category .main-content__body .boxes-related__post-box .related-post-box--lilac-with-shape .related-post-box__link > svg {
  fill: #ffffff;
}
@media (min-width: 1200px) {
  .tax-article_category .main-content__body .boxes-related__post-box {
    margin-bottom: 40px;
    width: calc(100% + 8px);
  }
}
.tax-article_category .main-content__body .related-posts-featured {
  background-color: #f4f4f7;
  padding: 24px 0;
}
@media (min-width: 1200px) {
  .tax-article_category .main-content__body {
    padding: 100px 0 0;
    position: relative;
  }
  .tax-article_category .main-content__body .post-carousel,
.tax-article_category .main-content__body .boxes-related {
    margin-bottom: 68px;
  }
  .tax-article_category .main-content__body .related-posts-featured {
    -webkit-clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
    padding: 248px 0 123px;
    position: relative;
  }
  .tax-article_category .main-content__body .related-posts-featured .container {
    position: relative;
    z-index: 2;
  }
  .tax-article_category .main-content__body__shape-01 {
    display: block;
    position: absolute;
    left: 0;
    top: 60px;
  }
}

/*# sourceMappingURL=main.css.map*/