/* Scss Document */
@keyframes move-down-to-up {
  0% {
    transform: translateY(30%);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
@keyframes fade-left {
  0% {
    transform: translateX(40px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

html {
  height: 100%;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%; }

body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  /* Avoid the IE 10-11 `min-height` bug. */ }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-style: normal; }

main,
.wrapper {
  flex: 1 0 auto;
  /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */ }

footer {
  flex-shrink: 0;
  /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
  padding: 20px 0;
  flex: none; }

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

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

nav ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input,
select {
  vertical-align: middle; }

.clearboth {
  clear: both; }

.clearboth:after {
  content: "";
  display: table;
  clear: both; }

.clearboth {
  zoom: 1; }

h1,
h2,
h2 {
  font-weight: normal; }

img,
picture {
  display: block;
  width: 100%; }

a {
  cursor: pointer; }

.hidden-visually {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0; }

:disabled,
[disabled] {
  opacity: 0.38;
  pointer-events: none; }

body {
  font-family: proxima-nova, sans-serif; }

h1,
h2,
h3,
h4,
h5,
h5 {
  font-family: proxima-nova, sans-serif;
  font-weight: normal;
  font-weight: 700;
  line-height: 120%;
  color: #31BFC9; }

h1 {
  font-size: 36px;
  font-size: 3.6rem;
  margin-bottom: 3.6rem;
  line-height: 120%; }

h2 {
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 0.3rem;
  margin-top: 1rem; }

h3,
h4,
h5,
h6 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0.5rem; }

h3 {
  font-size: 21px;
  font-size: 2.1rem; }

li h1,
li h2,
li h3,
li h4,
li h5,
li h5 {
  color: #31BFC9; }

h2 + table {
  margin-top: -1.5rem; }

p + table {
  margin-top: -2.1rem; }

p + h2 {
  margin-top: 2.5rem; }

p,
ul,
a p,
ol,
li {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  line-height: 150%;
  color: #6E7273;
  font-weight: 300;
  font-family: proxima-nova, sans-serif; }

main ul,
main ol {
  margin-left: 1.5rem; }
  main ul li,
  main ol li {
    margin-bottom: 1rem; }

main a {
  text-decoration: none;
  border-bottom: 1px dotted #6E7273;
  color: #6E7273; }
  main a:hover {
    color: #000;
    border-bottom: 1px dotted #000; }
  main a.button {
    border: none; }
    main a.button:hover {
      border: none; }

table {
  width: 100%;
  margin-bottom: 1.75rem; }
  table th,
  table td {
    padding: 0.6rem 1rem 0.6rem 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 165%;
    color: #000;
    font-family: proxima-nova, sans-serif; }
    table th:last-child,
    table td:last-child {
      padding-right: 0; }
    table th:first-child,
    table td:first-child {
      padding-top: 0; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 94%; }
  @media (min-width: 580px) {
    .container {
      max-width: 94%; } }
  @media (min-width: 768px) {
    .container {
      max-width: 94%; } }
  @media (min-width: 992px) {
    .container {
      max-width: 94%; } }
  @media (min-width: 1001px) {
    .container {
      max-width: 94%; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 94%; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1200px; } }

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

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

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-md-nav-1, .col-md-nav-2, .col-md-nav-3, .col-md-nav-4, .col-md-nav-5, .col-md-nav-6, .col-md-nav-7, .col-md-nav-8, .col-md-nav-9, .col-md-nav-10, .col-md-nav-11, .col-md-nav-12, .col-md-nav,
.col-md-nav-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-logo-switch-1, .col-logo-switch-2, .col-logo-switch-3, .col-logo-switch-4, .col-logo-switch-5, .col-logo-switch-6, .col-logo-switch-7, .col-logo-switch-8, .col-logo-switch-9, .col-logo-switch-10, .col-logo-switch-11, .col-logo-switch-12, .col-logo-switch,
.col-logo-switch-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 580px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    order: -1; }

  .order-sm-last {
    order: 13; }

  .order-sm-0 {
    order: 0; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    order: -1; }

  .order-md-last {
    order: 13; }

  .order-md-0 {
    order: 0; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 900px) {
  .col-md-nav {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-nav-first {
    order: -1; }

  .order-md-nav-last {
    order: 13; }

  .order-md-nav-0 {
    order: 0; }

  .order-md-nav-1 {
    order: 1; }

  .order-md-nav-2 {
    order: 2; }

  .order-md-nav-3 {
    order: 3; }

  .order-md-nav-4 {
    order: 4; }

  .order-md-nav-5 {
    order: 5; }

  .order-md-nav-6 {
    order: 6; }

  .order-md-nav-7 {
    order: 7; }

  .order-md-nav-8 {
    order: 8; }

  .order-md-nav-9 {
    order: 9; }

  .order-md-nav-10 {
    order: 10; }

  .order-md-nav-11 {
    order: 11; }

  .order-md-nav-12 {
    order: 12; }

  .offset-md-nav-0 {
    margin-left: 0; }

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

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

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

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

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

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

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

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

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

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

  .offset-md-nav-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    order: -1; }

  .order-lg-last {
    order: 13; }

  .order-lg-0 {
    order: 0; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1001px) {
  .col-logo-switch {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-logo-switch-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-logo-switch-first {
    order: -1; }

  .order-logo-switch-last {
    order: 13; }

  .order-logo-switch-0 {
    order: 0; }

  .order-logo-switch-1 {
    order: 1; }

  .order-logo-switch-2 {
    order: 2; }

  .order-logo-switch-3 {
    order: 3; }

  .order-logo-switch-4 {
    order: 4; }

  .order-logo-switch-5 {
    order: 5; }

  .order-logo-switch-6 {
    order: 6; }

  .order-logo-switch-7 {
    order: 7; }

  .order-logo-switch-8 {
    order: 8; }

  .order-logo-switch-9 {
    order: 9; }

  .order-logo-switch-10 {
    order: 10; }

  .order-logo-switch-11 {
    order: 11; }

  .order-logo-switch-12 {
    order: 12; }

  .offset-logo-switch-0 {
    margin-left: 0; }

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

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

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

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

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

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

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

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

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

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

  .offset-logo-switch-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    order: -1; }

  .order-xl-last {
    order: 13; }

  .order-xl-0 {
    order: 0; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xxl-first {
    order: -1; }

  .order-xxl-last {
    order: 13; }

  .order-xxl-0 {
    order: 0; }

  .order-xxl-1 {
    order: 1; }

  .order-xxl-2 {
    order: 2; }

  .order-xxl-3 {
    order: 3; }

  .order-xxl-4 {
    order: 4; }

  .order-xxl-5 {
    order: 5; }

  .order-xxl-6 {
    order: 6; }

  .order-xxl-7 {
    order: 7; }

  .order-xxl-8 {
    order: 8; }

  .order-xxl-9 {
    order: 9; }

  .order-xxl-10 {
    order: 10; }

  .order-xxl-11 {
    order: 11; }

  .order-xxl-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: flex !important; }

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

@media (min-width: 580px) {
  .d-sm-none {
    display: none !important; }

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

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

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

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

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

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

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

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

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

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

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

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

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

  .d-md-flex {
    display: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 900px) {
  .d-md-nav-none {
    display: none !important; }

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

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

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

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

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

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

  .d-md-nav-flex {
    display: flex !important; }

  .d-md-nav-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

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

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

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

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

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

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

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1001px) {
  .d-logo-switch-none {
    display: none !important; }

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

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

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

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

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

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

  .d-logo-switch-flex {
    display: flex !important; }

  .d-logo-switch-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

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

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

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

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

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

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

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .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: flex !important; }

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

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

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

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

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

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

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

  .d-print-flex {
    display: flex !important; }

  .d-print-inline-flex {
    display: inline-flex !important; } }
.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

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

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

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

.flex-fill {
  flex: 1 1 auto !important; }

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

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

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

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

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

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

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

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

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

.align-self-center {
  align-self: center !important; }

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

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 580px) {
  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-sm-fill {
    flex: 1 1 auto !important; }

  .flex-sm-grow-0 {
    flex-grow: 0 !important; }

  .flex-sm-grow-1 {
    flex-grow: 1 !important; }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

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

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

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

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

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-md-fill {
    flex: 1 1 auto !important; }

  .flex-md-grow-0 {
    flex-grow: 0 !important; }

  .flex-md-grow-1 {
    flex-grow: 1 !important; }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

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

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

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

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

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 900px) {
  .flex-md-nav-row {
    flex-direction: row !important; }

  .flex-md-nav-column {
    flex-direction: column !important; }

  .flex-md-nav-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-nav-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-nav-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nav-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-nav-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-md-nav-fill {
    flex: 1 1 auto !important; }

  .flex-md-nav-grow-0 {
    flex-grow: 0 !important; }

  .flex-md-nav-grow-1 {
    flex-grow: 1 !important; }

  .flex-md-nav-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-md-nav-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-md-nav-start {
    justify-content: flex-start !important; }

  .justify-content-md-nav-end {
    justify-content: flex-end !important; }

  .justify-content-md-nav-center {
    justify-content: center !important; }

  .justify-content-md-nav-between {
    justify-content: space-between !important; }

  .justify-content-md-nav-around {
    justify-content: space-around !important; }

  .align-items-md-nav-start {
    align-items: flex-start !important; }

  .align-items-md-nav-end {
    align-items: flex-end !important; }

  .align-items-md-nav-center {
    align-items: center !important; }

  .align-items-md-nav-baseline {
    align-items: baseline !important; }

  .align-items-md-nav-stretch {
    align-items: stretch !important; }

  .align-content-md-nav-start {
    align-content: flex-start !important; }

  .align-content-md-nav-end {
    align-content: flex-end !important; }

  .align-content-md-nav-center {
    align-content: center !important; }

  .align-content-md-nav-between {
    align-content: space-between !important; }

  .align-content-md-nav-around {
    align-content: space-around !important; }

  .align-content-md-nav-stretch {
    align-content: stretch !important; }

  .align-self-md-nav-auto {
    align-self: auto !important; }

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

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

  .align-self-md-nav-center {
    align-self: center !important; }

  .align-self-md-nav-baseline {
    align-self: baseline !important; }

  .align-self-md-nav-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-lg-fill {
    flex: 1 1 auto !important; }

  .flex-lg-grow-0 {
    flex-grow: 0 !important; }

  .flex-lg-grow-1 {
    flex-grow: 1 !important; }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

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

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

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

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

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1001px) {
  .flex-logo-switch-row {
    flex-direction: row !important; }

  .flex-logo-switch-column {
    flex-direction: column !important; }

  .flex-logo-switch-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-logo-switch-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-logo-switch-wrap {
    flex-wrap: wrap !important; }

  .flex-logo-switch-nowrap {
    flex-wrap: nowrap !important; }

  .flex-logo-switch-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-logo-switch-fill {
    flex: 1 1 auto !important; }

  .flex-logo-switch-grow-0 {
    flex-grow: 0 !important; }

  .flex-logo-switch-grow-1 {
    flex-grow: 1 !important; }

  .flex-logo-switch-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-logo-switch-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-logo-switch-start {
    justify-content: flex-start !important; }

  .justify-content-logo-switch-end {
    justify-content: flex-end !important; }

  .justify-content-logo-switch-center {
    justify-content: center !important; }

  .justify-content-logo-switch-between {
    justify-content: space-between !important; }

  .justify-content-logo-switch-around {
    justify-content: space-around !important; }

  .align-items-logo-switch-start {
    align-items: flex-start !important; }

  .align-items-logo-switch-end {
    align-items: flex-end !important; }

  .align-items-logo-switch-center {
    align-items: center !important; }

  .align-items-logo-switch-baseline {
    align-items: baseline !important; }

  .align-items-logo-switch-stretch {
    align-items: stretch !important; }

  .align-content-logo-switch-start {
    align-content: flex-start !important; }

  .align-content-logo-switch-end {
    align-content: flex-end !important; }

  .align-content-logo-switch-center {
    align-content: center !important; }

  .align-content-logo-switch-between {
    align-content: space-between !important; }

  .align-content-logo-switch-around {
    align-content: space-around !important; }

  .align-content-logo-switch-stretch {
    align-content: stretch !important; }

  .align-self-logo-switch-auto {
    align-self: auto !important; }

  .align-self-logo-switch-start {
    align-self: flex-start !important; }

  .align-self-logo-switch-end {
    align-self: flex-end !important; }

  .align-self-logo-switch-center {
    align-self: center !important; }

  .align-self-logo-switch-baseline {
    align-self: baseline !important; }

  .align-self-logo-switch-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-xl-fill {
    flex: 1 1 auto !important; }

  .flex-xl-grow-0 {
    flex-grow: 0 !important; }

  .flex-xl-grow-1 {
    flex-grow: 1 !important; }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

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

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

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

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

  .align-self-xl-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xxl-row {
    flex-direction: row !important; }

  .flex-xxl-column {
    flex-direction: column !important; }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }

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

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

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

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

  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }

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

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

  .justify-content-xxl-start {
    justify-content: flex-start !important; }

  .justify-content-xxl-end {
    justify-content: flex-end !important; }

  .justify-content-xxl-center {
    justify-content: center !important; }

  .justify-content-xxl-between {
    justify-content: space-between !important; }

  .justify-content-xxl-around {
    justify-content: space-around !important; }

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

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

  .align-items-xxl-center {
    align-items: center !important; }

  .align-items-xxl-baseline {
    align-items: baseline !important; }

  .align-items-xxl-stretch {
    align-items: stretch !important; }

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

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

  .align-content-xxl-center {
    align-content: center !important; }

  .align-content-xxl-between {
    align-content: space-between !important; }

  .align-content-xxl-around {
    align-content: space-around !important; }

  .align-content-xxl-stretch {
    align-content: stretch !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-n13rem,
.mx-n13rem {
  margin-left: -13rem !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: 580px) {
  .m-sm-0 {
    margin: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-sm-0 {
    padding: 0 !important; }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-sm-auto {
    margin: auto !important; }

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

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

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

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }

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

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

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

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

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

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

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

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

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }

  .m-md-2 {
    margin: 0.5rem !important; }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }

  .m-md-3 {
    margin: 1rem !important; }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }

  .m-md-4 {
    margin: 1.5rem !important; }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }

  .m-md-5 {
    margin: 3rem !important; }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }

  .m-md-2rem {
    margin: 2rem !important; }

  .mt-md-2rem,
  .my-md-2rem {
    margin-top: 2rem !important; }

  .mr-md-2rem,
  .mx-md-2rem {
    margin-right: 2rem !important; }

  .mb-md-2rem,
  .my-md-2rem {
    margin-bottom: 2rem !important; }

  .ml-md-2rem,
  .mx-md-2rem {
    margin-left: 2rem !important; }

  .m-md-3rem {
    margin: 3rem !important; }

  .mt-md-3rem,
  .my-md-3rem {
    margin-top: 3rem !important; }

  .mr-md-3rem,
  .mx-md-3rem {
    margin-right: 3rem !important; }

  .mb-md-3rem,
  .my-md-3rem {
    margin-bottom: 3rem !important; }

  .ml-md-3rem,
  .mx-md-3rem {
    margin-left: 3rem !important; }

  .m-md-4rem {
    margin: 4rem !important; }

  .mt-md-4rem,
  .my-md-4rem {
    margin-top: 4rem !important; }

  .mr-md-4rem,
  .mx-md-4rem {
    margin-right: 4rem !important; }

  .mb-md-4rem,
  .my-md-4rem {
    margin-bottom: 4rem !important; }

  .ml-md-4rem,
  .mx-md-4rem {
    margin-left: 4rem !important; }

  .m-md-5rem {
    margin: 5rem !important; }

  .mt-md-5rem,
  .my-md-5rem {
    margin-top: 5rem !important; }

  .mr-md-5rem,
  .mx-md-5rem {
    margin-right: 5rem !important; }

  .mb-md-5rem,
  .my-md-5rem {
    margin-bottom: 5rem !important; }

  .ml-md-5rem,
  .mx-md-5rem {
    margin-left: 5rem !important; }

  .m-md-6rem {
    margin: 6rem !important; }

  .mt-md-6rem,
  .my-md-6rem {
    margin-top: 6rem !important; }

  .mr-md-6rem,
  .mx-md-6rem {
    margin-right: 6rem !important; }

  .mb-md-6rem,
  .my-md-6rem {
    margin-bottom: 6rem !important; }

  .ml-md-6rem,
  .mx-md-6rem {
    margin-left: 6rem !important; }

  .m-md-7rem {
    margin: 7rem !important; }

  .mt-md-7rem,
  .my-md-7rem {
    margin-top: 7rem !important; }

  .mr-md-7rem,
  .mx-md-7rem {
    margin-right: 7rem !important; }

  .mb-md-7rem,
  .my-md-7rem {
    margin-bottom: 7rem !important; }

  .ml-md-7rem,
  .mx-md-7rem {
    margin-left: 7rem !important; }

  .m-md-8rem {
    margin: 8rem !important; }

  .mt-md-8rem,
  .my-md-8rem {
    margin-top: 8rem !important; }

  .mr-md-8rem,
  .mx-md-8rem {
    margin-right: 8rem !important; }

  .mb-md-8rem,
  .my-md-8rem {
    margin-bottom: 8rem !important; }

  .ml-md-8rem,
  .mx-md-8rem {
    margin-left: 8rem !important; }

  .m-md-9rem {
    margin: 9rem !important; }

  .mt-md-9rem,
  .my-md-9rem {
    margin-top: 9rem !important; }

  .mr-md-9rem,
  .mx-md-9rem {
    margin-right: 9rem !important; }

  .mb-md-9rem,
  .my-md-9rem {
    margin-bottom: 9rem !important; }

  .ml-md-9rem,
  .mx-md-9rem {
    margin-left: 9rem !important; }

  .m-md-10rem {
    margin: 10rem !important; }

  .mt-md-10rem,
  .my-md-10rem {
    margin-top: 10rem !important; }

  .mr-md-10rem,
  .mx-md-10rem {
    margin-right: 10rem !important; }

  .mb-md-10rem,
  .my-md-10rem {
    margin-bottom: 10rem !important; }

  .ml-md-10rem,
  .mx-md-10rem {
    margin-left: 10rem !important; }

  .m-md-11rem {
    margin: 11rem !important; }

  .mt-md-11rem,
  .my-md-11rem {
    margin-top: 11rem !important; }

  .mr-md-11rem,
  .mx-md-11rem {
    margin-right: 11rem !important; }

  .mb-md-11rem,
  .my-md-11rem {
    margin-bottom: 11rem !important; }

  .ml-md-11rem,
  .mx-md-11rem {
    margin-left: 11rem !important; }

  .m-md-12rem {
    margin: 12rem !important; }

  .mt-md-12rem,
  .my-md-12rem {
    margin-top: 12rem !important; }

  .mr-md-12rem,
  .mx-md-12rem {
    margin-right: 12rem !important; }

  .mb-md-12rem,
  .my-md-12rem {
    margin-bottom: 12rem !important; }

  .ml-md-12rem,
  .mx-md-12rem {
    margin-left: 12rem !important; }

  .m-md-13rem {
    margin: 13rem !important; }

  .mt-md-13rem,
  .my-md-13rem {
    margin-top: 13rem !important; }

  .mr-md-13rem,
  .mx-md-13rem {
    margin-right: 13rem !important; }

  .mb-md-13rem,
  .my-md-13rem {
    margin-bottom: 13rem !important; }

  .ml-md-13rem,
  .mx-md-13rem {
    margin-left: 13rem !important; }

  .p-md-0 {
    padding: 0 !important; }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }

  .p-md-1 {
    padding: 0.25rem !important; }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }

  .p-md-2 {
    padding: 0.5rem !important; }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }

  .p-md-3 {
    padding: 1rem !important; }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }

  .p-md-4 {
    padding: 1.5rem !important; }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }

  .p-md-5 {
    padding: 3rem !important; }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }

  .p-md-2rem {
    padding: 2rem !important; }

  .pt-md-2rem,
  .py-md-2rem {
    padding-top: 2rem !important; }

  .pr-md-2rem,
  .px-md-2rem {
    padding-right: 2rem !important; }

  .pb-md-2rem,
  .py-md-2rem {
    padding-bottom: 2rem !important; }

  .pl-md-2rem,
  .px-md-2rem {
    padding-left: 2rem !important; }

  .p-md-3rem {
    padding: 3rem !important; }

  .pt-md-3rem,
  .py-md-3rem {
    padding-top: 3rem !important; }

  .pr-md-3rem,
  .px-md-3rem {
    padding-right: 3rem !important; }

  .pb-md-3rem,
  .py-md-3rem {
    padding-bottom: 3rem !important; }

  .pl-md-3rem,
  .px-md-3rem {
    padding-left: 3rem !important; }

  .p-md-4rem {
    padding: 4rem !important; }

  .pt-md-4rem,
  .py-md-4rem {
    padding-top: 4rem !important; }

  .pr-md-4rem,
  .px-md-4rem {
    padding-right: 4rem !important; }

  .pb-md-4rem,
  .py-md-4rem {
    padding-bottom: 4rem !important; }

  .pl-md-4rem,
  .px-md-4rem {
    padding-left: 4rem !important; }

  .p-md-5rem {
    padding: 5rem !important; }

  .pt-md-5rem,
  .py-md-5rem {
    padding-top: 5rem !important; }

  .pr-md-5rem,
  .px-md-5rem {
    padding-right: 5rem !important; }

  .pb-md-5rem,
  .py-md-5rem {
    padding-bottom: 5rem !important; }

  .pl-md-5rem,
  .px-md-5rem {
    padding-left: 5rem !important; }

  .p-md-6rem {
    padding: 6rem !important; }

  .pt-md-6rem,
  .py-md-6rem {
    padding-top: 6rem !important; }

  .pr-md-6rem,
  .px-md-6rem {
    padding-right: 6rem !important; }

  .pb-md-6rem,
  .py-md-6rem {
    padding-bottom: 6rem !important; }

  .pl-md-6rem,
  .px-md-6rem {
    padding-left: 6rem !important; }

  .p-md-7rem {
    padding: 7rem !important; }

  .pt-md-7rem,
  .py-md-7rem {
    padding-top: 7rem !important; }

  .pr-md-7rem,
  .px-md-7rem {
    padding-right: 7rem !important; }

  .pb-md-7rem,
  .py-md-7rem {
    padding-bottom: 7rem !important; }

  .pl-md-7rem,
  .px-md-7rem {
    padding-left: 7rem !important; }

  .p-md-8rem {
    padding: 8rem !important; }

  .pt-md-8rem,
  .py-md-8rem {
    padding-top: 8rem !important; }

  .pr-md-8rem,
  .px-md-8rem {
    padding-right: 8rem !important; }

  .pb-md-8rem,
  .py-md-8rem {
    padding-bottom: 8rem !important; }

  .pl-md-8rem,
  .px-md-8rem {
    padding-left: 8rem !important; }

  .p-md-9rem {
    padding: 9rem !important; }

  .pt-md-9rem,
  .py-md-9rem {
    padding-top: 9rem !important; }

  .pr-md-9rem,
  .px-md-9rem {
    padding-right: 9rem !important; }

  .pb-md-9rem,
  .py-md-9rem {
    padding-bottom: 9rem !important; }

  .pl-md-9rem,
  .px-md-9rem {
    padding-left: 9rem !important; }

  .p-md-10rem {
    padding: 10rem !important; }

  .pt-md-10rem,
  .py-md-10rem {
    padding-top: 10rem !important; }

  .pr-md-10rem,
  .px-md-10rem {
    padding-right: 10rem !important; }

  .pb-md-10rem,
  .py-md-10rem {
    padding-bottom: 10rem !important; }

  .pl-md-10rem,
  .px-md-10rem {
    padding-left: 10rem !important; }

  .p-md-11rem {
    padding: 11rem !important; }

  .pt-md-11rem,
  .py-md-11rem {
    padding-top: 11rem !important; }

  .pr-md-11rem,
  .px-md-11rem {
    padding-right: 11rem !important; }

  .pb-md-11rem,
  .py-md-11rem {
    padding-bottom: 11rem !important; }

  .pl-md-11rem,
  .px-md-11rem {
    padding-left: 11rem !important; }

  .p-md-12rem {
    padding: 12rem !important; }

  .pt-md-12rem,
  .py-md-12rem {
    padding-top: 12rem !important; }

  .pr-md-12rem,
  .px-md-12rem {
    padding-right: 12rem !important; }

  .pb-md-12rem,
  .py-md-12rem {
    padding-bottom: 12rem !important; }

  .pl-md-12rem,
  .px-md-12rem {
    padding-left: 12rem !important; }

  .p-md-13rem {
    padding: 13rem !important; }

  .pt-md-13rem,
  .py-md-13rem {
    padding-top: 13rem !important; }

  .pr-md-13rem,
  .px-md-13rem {
    padding-right: 13rem !important; }

  .pb-md-13rem,
  .py-md-13rem {
    padding-bottom: 13rem !important; }

  .pl-md-13rem,
  .px-md-13rem {
    padding-left: 13rem !important; }

  .m-md-n1 {
    margin: -0.25rem !important; }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }

  .m-md-n2 {
    margin: -0.5rem !important; }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }

  .m-md-n3 {
    margin: -1rem !important; }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }

  .m-md-n4 {
    margin: -1.5rem !important; }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }

  .m-md-n5 {
    margin: -3rem !important; }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }

  .m-md-n2rem {
    margin: -2rem !important; }

  .mt-md-n2rem,
  .my-md-n2rem {
    margin-top: -2rem !important; }

  .mr-md-n2rem,
  .mx-md-n2rem {
    margin-right: -2rem !important; }

  .mb-md-n2rem,
  .my-md-n2rem {
    margin-bottom: -2rem !important; }

  .ml-md-n2rem,
  .mx-md-n2rem {
    margin-left: -2rem !important; }

  .m-md-n3rem {
    margin: -3rem !important; }

  .mt-md-n3rem,
  .my-md-n3rem {
    margin-top: -3rem !important; }

  .mr-md-n3rem,
  .mx-md-n3rem {
    margin-right: -3rem !important; }

  .mb-md-n3rem,
  .my-md-n3rem {
    margin-bottom: -3rem !important; }

  .ml-md-n3rem,
  .mx-md-n3rem {
    margin-left: -3rem !important; }

  .m-md-n4rem {
    margin: -4rem !important; }

  .mt-md-n4rem,
  .my-md-n4rem {
    margin-top: -4rem !important; }

  .mr-md-n4rem,
  .mx-md-n4rem {
    margin-right: -4rem !important; }

  .mb-md-n4rem,
  .my-md-n4rem {
    margin-bottom: -4rem !important; }

  .ml-md-n4rem,
  .mx-md-n4rem {
    margin-left: -4rem !important; }

  .m-md-n5rem {
    margin: -5rem !important; }

  .mt-md-n5rem,
  .my-md-n5rem {
    margin-top: -5rem !important; }

  .mr-md-n5rem,
  .mx-md-n5rem {
    margin-right: -5rem !important; }

  .mb-md-n5rem,
  .my-md-n5rem {
    margin-bottom: -5rem !important; }

  .ml-md-n5rem,
  .mx-md-n5rem {
    margin-left: -5rem !important; }

  .m-md-n6rem {
    margin: -6rem !important; }

  .mt-md-n6rem,
  .my-md-n6rem {
    margin-top: -6rem !important; }

  .mr-md-n6rem,
  .mx-md-n6rem {
    margin-right: -6rem !important; }

  .mb-md-n6rem,
  .my-md-n6rem {
    margin-bottom: -6rem !important; }

  .ml-md-n6rem,
  .mx-md-n6rem {
    margin-left: -6rem !important; }

  .m-md-n7rem {
    margin: -7rem !important; }

  .mt-md-n7rem,
  .my-md-n7rem {
    margin-top: -7rem !important; }

  .mr-md-n7rem,
  .mx-md-n7rem {
    margin-right: -7rem !important; }

  .mb-md-n7rem,
  .my-md-n7rem {
    margin-bottom: -7rem !important; }

  .ml-md-n7rem,
  .mx-md-n7rem {
    margin-left: -7rem !important; }

  .m-md-n8rem {
    margin: -8rem !important; }

  .mt-md-n8rem,
  .my-md-n8rem {
    margin-top: -8rem !important; }

  .mr-md-n8rem,
  .mx-md-n8rem {
    margin-right: -8rem !important; }

  .mb-md-n8rem,
  .my-md-n8rem {
    margin-bottom: -8rem !important; }

  .ml-md-n8rem,
  .mx-md-n8rem {
    margin-left: -8rem !important; }

  .m-md-n9rem {
    margin: -9rem !important; }

  .mt-md-n9rem,
  .my-md-n9rem {
    margin-top: -9rem !important; }

  .mr-md-n9rem,
  .mx-md-n9rem {
    margin-right: -9rem !important; }

  .mb-md-n9rem,
  .my-md-n9rem {
    margin-bottom: -9rem !important; }

  .ml-md-n9rem,
  .mx-md-n9rem {
    margin-left: -9rem !important; }

  .m-md-n10rem {
    margin: -10rem !important; }

  .mt-md-n10rem,
  .my-md-n10rem {
    margin-top: -10rem !important; }

  .mr-md-n10rem,
  .mx-md-n10rem {
    margin-right: -10rem !important; }

  .mb-md-n10rem,
  .my-md-n10rem {
    margin-bottom: -10rem !important; }

  .ml-md-n10rem,
  .mx-md-n10rem {
    margin-left: -10rem !important; }

  .m-md-n11rem {
    margin: -11rem !important; }

  .mt-md-n11rem,
  .my-md-n11rem {
    margin-top: -11rem !important; }

  .mr-md-n11rem,
  .mx-md-n11rem {
    margin-right: -11rem !important; }

  .mb-md-n11rem,
  .my-md-n11rem {
    margin-bottom: -11rem !important; }

  .ml-md-n11rem,
  .mx-md-n11rem {
    margin-left: -11rem !important; }

  .m-md-n12rem {
    margin: -12rem !important; }

  .mt-md-n12rem,
  .my-md-n12rem {
    margin-top: -12rem !important; }

  .mr-md-n12rem,
  .mx-md-n12rem {
    margin-right: -12rem !important; }

  .mb-md-n12rem,
  .my-md-n12rem {
    margin-bottom: -12rem !important; }

  .ml-md-n12rem,
  .mx-md-n12rem {
    margin-left: -12rem !important; }

  .m-md-n13rem {
    margin: -13rem !important; }

  .mt-md-n13rem,
  .my-md-n13rem {
    margin-top: -13rem !important; }

  .mr-md-n13rem,
  .mx-md-n13rem {
    margin-right: -13rem !important; }

  .mb-md-n13rem,
  .my-md-n13rem {
    margin-bottom: -13rem !important; }

  .ml-md-n13rem,
  .mx-md-n13rem {
    margin-left: -13rem !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: 900px) {
  .m-md-nav-0 {
    margin: 0 !important; }

  .mt-md-nav-0,
  .my-md-nav-0 {
    margin-top: 0 !important; }

  .mr-md-nav-0,
  .mx-md-nav-0 {
    margin-right: 0 !important; }

  .mb-md-nav-0,
  .my-md-nav-0 {
    margin-bottom: 0 !important; }

  .ml-md-nav-0,
  .mx-md-nav-0 {
    margin-left: 0 !important; }

  .m-md-nav-1 {
    margin: 0.25rem !important; }

  .mt-md-nav-1,
  .my-md-nav-1 {
    margin-top: 0.25rem !important; }

  .mr-md-nav-1,
  .mx-md-nav-1 {
    margin-right: 0.25rem !important; }

  .mb-md-nav-1,
  .my-md-nav-1 {
    margin-bottom: 0.25rem !important; }

  .ml-md-nav-1,
  .mx-md-nav-1 {
    margin-left: 0.25rem !important; }

  .m-md-nav-2 {
    margin: 0.5rem !important; }

  .mt-md-nav-2,
  .my-md-nav-2 {
    margin-top: 0.5rem !important; }

  .mr-md-nav-2,
  .mx-md-nav-2 {
    margin-right: 0.5rem !important; }

  .mb-md-nav-2,
  .my-md-nav-2 {
    margin-bottom: 0.5rem !important; }

  .ml-md-nav-2,
  .mx-md-nav-2 {
    margin-left: 0.5rem !important; }

  .m-md-nav-3 {
    margin: 1rem !important; }

  .mt-md-nav-3,
  .my-md-nav-3 {
    margin-top: 1rem !important; }

  .mr-md-nav-3,
  .mx-md-nav-3 {
    margin-right: 1rem !important; }

  .mb-md-nav-3,
  .my-md-nav-3 {
    margin-bottom: 1rem !important; }

  .ml-md-nav-3,
  .mx-md-nav-3 {
    margin-left: 1rem !important; }

  .m-md-nav-4 {
    margin: 1.5rem !important; }

  .mt-md-nav-4,
  .my-md-nav-4 {
    margin-top: 1.5rem !important; }

  .mr-md-nav-4,
  .mx-md-nav-4 {
    margin-right: 1.5rem !important; }

  .mb-md-nav-4,
  .my-md-nav-4 {
    margin-bottom: 1.5rem !important; }

  .ml-md-nav-4,
  .mx-md-nav-4 {
    margin-left: 1.5rem !important; }

  .m-md-nav-5 {
    margin: 3rem !important; }

  .mt-md-nav-5,
  .my-md-nav-5 {
    margin-top: 3rem !important; }

  .mr-md-nav-5,
  .mx-md-nav-5 {
    margin-right: 3rem !important; }

  .mb-md-nav-5,
  .my-md-nav-5 {
    margin-bottom: 3rem !important; }

  .ml-md-nav-5,
  .mx-md-nav-5 {
    margin-left: 3rem !important; }

  .m-md-nav-2rem {
    margin: 2rem !important; }

  .mt-md-nav-2rem,
  .my-md-nav-2rem {
    margin-top: 2rem !important; }

  .mr-md-nav-2rem,
  .mx-md-nav-2rem {
    margin-right: 2rem !important; }

  .mb-md-nav-2rem,
  .my-md-nav-2rem {
    margin-bottom: 2rem !important; }

  .ml-md-nav-2rem,
  .mx-md-nav-2rem {
    margin-left: 2rem !important; }

  .m-md-nav-3rem {
    margin: 3rem !important; }

  .mt-md-nav-3rem,
  .my-md-nav-3rem {
    margin-top: 3rem !important; }

  .mr-md-nav-3rem,
  .mx-md-nav-3rem {
    margin-right: 3rem !important; }

  .mb-md-nav-3rem,
  .my-md-nav-3rem {
    margin-bottom: 3rem !important; }

  .ml-md-nav-3rem,
  .mx-md-nav-3rem {
    margin-left: 3rem !important; }

  .m-md-nav-4rem {
    margin: 4rem !important; }

  .mt-md-nav-4rem,
  .my-md-nav-4rem {
    margin-top: 4rem !important; }

  .mr-md-nav-4rem,
  .mx-md-nav-4rem {
    margin-right: 4rem !important; }

  .mb-md-nav-4rem,
  .my-md-nav-4rem {
    margin-bottom: 4rem !important; }

  .ml-md-nav-4rem,
  .mx-md-nav-4rem {
    margin-left: 4rem !important; }

  .m-md-nav-5rem {
    margin: 5rem !important; }

  .mt-md-nav-5rem,
  .my-md-nav-5rem {
    margin-top: 5rem !important; }

  .mr-md-nav-5rem,
  .mx-md-nav-5rem {
    margin-right: 5rem !important; }

  .mb-md-nav-5rem,
  .my-md-nav-5rem {
    margin-bottom: 5rem !important; }

  .ml-md-nav-5rem,
  .mx-md-nav-5rem {
    margin-left: 5rem !important; }

  .m-md-nav-6rem {
    margin: 6rem !important; }

  .mt-md-nav-6rem,
  .my-md-nav-6rem {
    margin-top: 6rem !important; }

  .mr-md-nav-6rem,
  .mx-md-nav-6rem {
    margin-right: 6rem !important; }

  .mb-md-nav-6rem,
  .my-md-nav-6rem {
    margin-bottom: 6rem !important; }

  .ml-md-nav-6rem,
  .mx-md-nav-6rem {
    margin-left: 6rem !important; }

  .m-md-nav-7rem {
    margin: 7rem !important; }

  .mt-md-nav-7rem,
  .my-md-nav-7rem {
    margin-top: 7rem !important; }

  .mr-md-nav-7rem,
  .mx-md-nav-7rem {
    margin-right: 7rem !important; }

  .mb-md-nav-7rem,
  .my-md-nav-7rem {
    margin-bottom: 7rem !important; }

  .ml-md-nav-7rem,
  .mx-md-nav-7rem {
    margin-left: 7rem !important; }

  .m-md-nav-8rem {
    margin: 8rem !important; }

  .mt-md-nav-8rem,
  .my-md-nav-8rem {
    margin-top: 8rem !important; }

  .mr-md-nav-8rem,
  .mx-md-nav-8rem {
    margin-right: 8rem !important; }

  .mb-md-nav-8rem,
  .my-md-nav-8rem {
    margin-bottom: 8rem !important; }

  .ml-md-nav-8rem,
  .mx-md-nav-8rem {
    margin-left: 8rem !important; }

  .m-md-nav-9rem {
    margin: 9rem !important; }

  .mt-md-nav-9rem,
  .my-md-nav-9rem {
    margin-top: 9rem !important; }

  .mr-md-nav-9rem,
  .mx-md-nav-9rem {
    margin-right: 9rem !important; }

  .mb-md-nav-9rem,
  .my-md-nav-9rem {
    margin-bottom: 9rem !important; }

  .ml-md-nav-9rem,
  .mx-md-nav-9rem {
    margin-left: 9rem !important; }

  .m-md-nav-10rem {
    margin: 10rem !important; }

  .mt-md-nav-10rem,
  .my-md-nav-10rem {
    margin-top: 10rem !important; }

  .mr-md-nav-10rem,
  .mx-md-nav-10rem {
    margin-right: 10rem !important; }

  .mb-md-nav-10rem,
  .my-md-nav-10rem {
    margin-bottom: 10rem !important; }

  .ml-md-nav-10rem,
  .mx-md-nav-10rem {
    margin-left: 10rem !important; }

  .m-md-nav-11rem {
    margin: 11rem !important; }

  .mt-md-nav-11rem,
  .my-md-nav-11rem {
    margin-top: 11rem !important; }

  .mr-md-nav-11rem,
  .mx-md-nav-11rem {
    margin-right: 11rem !important; }

  .mb-md-nav-11rem,
  .my-md-nav-11rem {
    margin-bottom: 11rem !important; }

  .ml-md-nav-11rem,
  .mx-md-nav-11rem {
    margin-left: 11rem !important; }

  .m-md-nav-12rem {
    margin: 12rem !important; }

  .mt-md-nav-12rem,
  .my-md-nav-12rem {
    margin-top: 12rem !important; }

  .mr-md-nav-12rem,
  .mx-md-nav-12rem {
    margin-right: 12rem !important; }

  .mb-md-nav-12rem,
  .my-md-nav-12rem {
    margin-bottom: 12rem !important; }

  .ml-md-nav-12rem,
  .mx-md-nav-12rem {
    margin-left: 12rem !important; }

  .m-md-nav-13rem {
    margin: 13rem !important; }

  .mt-md-nav-13rem,
  .my-md-nav-13rem {
    margin-top: 13rem !important; }

  .mr-md-nav-13rem,
  .mx-md-nav-13rem {
    margin-right: 13rem !important; }

  .mb-md-nav-13rem,
  .my-md-nav-13rem {
    margin-bottom: 13rem !important; }

  .ml-md-nav-13rem,
  .mx-md-nav-13rem {
    margin-left: 13rem !important; }

  .p-md-nav-0 {
    padding: 0 !important; }

  .pt-md-nav-0,
  .py-md-nav-0 {
    padding-top: 0 !important; }

  .pr-md-nav-0,
  .px-md-nav-0 {
    padding-right: 0 !important; }

  .pb-md-nav-0,
  .py-md-nav-0 {
    padding-bottom: 0 !important; }

  .pl-md-nav-0,
  .px-md-nav-0 {
    padding-left: 0 !important; }

  .p-md-nav-1 {
    padding: 0.25rem !important; }

  .pt-md-nav-1,
  .py-md-nav-1 {
    padding-top: 0.25rem !important; }

  .pr-md-nav-1,
  .px-md-nav-1 {
    padding-right: 0.25rem !important; }

  .pb-md-nav-1,
  .py-md-nav-1 {
    padding-bottom: 0.25rem !important; }

  .pl-md-nav-1,
  .px-md-nav-1 {
    padding-left: 0.25rem !important; }

  .p-md-nav-2 {
    padding: 0.5rem !important; }

  .pt-md-nav-2,
  .py-md-nav-2 {
    padding-top: 0.5rem !important; }

  .pr-md-nav-2,
  .px-md-nav-2 {
    padding-right: 0.5rem !important; }

  .pb-md-nav-2,
  .py-md-nav-2 {
    padding-bottom: 0.5rem !important; }

  .pl-md-nav-2,
  .px-md-nav-2 {
    padding-left: 0.5rem !important; }

  .p-md-nav-3 {
    padding: 1rem !important; }

  .pt-md-nav-3,
  .py-md-nav-3 {
    padding-top: 1rem !important; }

  .pr-md-nav-3,
  .px-md-nav-3 {
    padding-right: 1rem !important; }

  .pb-md-nav-3,
  .py-md-nav-3 {
    padding-bottom: 1rem !important; }

  .pl-md-nav-3,
  .px-md-nav-3 {
    padding-left: 1rem !important; }

  .p-md-nav-4 {
    padding: 1.5rem !important; }

  .pt-md-nav-4,
  .py-md-nav-4 {
    padding-top: 1.5rem !important; }

  .pr-md-nav-4,
  .px-md-nav-4 {
    padding-right: 1.5rem !important; }

  .pb-md-nav-4,
  .py-md-nav-4 {
    padding-bottom: 1.5rem !important; }

  .pl-md-nav-4,
  .px-md-nav-4 {
    padding-left: 1.5rem !important; }

  .p-md-nav-5 {
    padding: 3rem !important; }

  .pt-md-nav-5,
  .py-md-nav-5 {
    padding-top: 3rem !important; }

  .pr-md-nav-5,
  .px-md-nav-5 {
    padding-right: 3rem !important; }

  .pb-md-nav-5,
  .py-md-nav-5 {
    padding-bottom: 3rem !important; }

  .pl-md-nav-5,
  .px-md-nav-5 {
    padding-left: 3rem !important; }

  .p-md-nav-2rem {
    padding: 2rem !important; }

  .pt-md-nav-2rem,
  .py-md-nav-2rem {
    padding-top: 2rem !important; }

  .pr-md-nav-2rem,
  .px-md-nav-2rem {
    padding-right: 2rem !important; }

  .pb-md-nav-2rem,
  .py-md-nav-2rem {
    padding-bottom: 2rem !important; }

  .pl-md-nav-2rem,
  .px-md-nav-2rem {
    padding-left: 2rem !important; }

  .p-md-nav-3rem {
    padding: 3rem !important; }

  .pt-md-nav-3rem,
  .py-md-nav-3rem {
    padding-top: 3rem !important; }

  .pr-md-nav-3rem,
  .px-md-nav-3rem {
    padding-right: 3rem !important; }

  .pb-md-nav-3rem,
  .py-md-nav-3rem {
    padding-bottom: 3rem !important; }

  .pl-md-nav-3rem,
  .px-md-nav-3rem {
    padding-left: 3rem !important; }

  .p-md-nav-4rem {
    padding: 4rem !important; }

  .pt-md-nav-4rem,
  .py-md-nav-4rem {
    padding-top: 4rem !important; }

  .pr-md-nav-4rem,
  .px-md-nav-4rem {
    padding-right: 4rem !important; }

  .pb-md-nav-4rem,
  .py-md-nav-4rem {
    padding-bottom: 4rem !important; }

  .pl-md-nav-4rem,
  .px-md-nav-4rem {
    padding-left: 4rem !important; }

  .p-md-nav-5rem {
    padding: 5rem !important; }

  .pt-md-nav-5rem,
  .py-md-nav-5rem {
    padding-top: 5rem !important; }

  .pr-md-nav-5rem,
  .px-md-nav-5rem {
    padding-right: 5rem !important; }

  .pb-md-nav-5rem,
  .py-md-nav-5rem {
    padding-bottom: 5rem !important; }

  .pl-md-nav-5rem,
  .px-md-nav-5rem {
    padding-left: 5rem !important; }

  .p-md-nav-6rem {
    padding: 6rem !important; }

  .pt-md-nav-6rem,
  .py-md-nav-6rem {
    padding-top: 6rem !important; }

  .pr-md-nav-6rem,
  .px-md-nav-6rem {
    padding-right: 6rem !important; }

  .pb-md-nav-6rem,
  .py-md-nav-6rem {
    padding-bottom: 6rem !important; }

  .pl-md-nav-6rem,
  .px-md-nav-6rem {
    padding-left: 6rem !important; }

  .p-md-nav-7rem {
    padding: 7rem !important; }

  .pt-md-nav-7rem,
  .py-md-nav-7rem {
    padding-top: 7rem !important; }

  .pr-md-nav-7rem,
  .px-md-nav-7rem {
    padding-right: 7rem !important; }

  .pb-md-nav-7rem,
  .py-md-nav-7rem {
    padding-bottom: 7rem !important; }

  .pl-md-nav-7rem,
  .px-md-nav-7rem {
    padding-left: 7rem !important; }

  .p-md-nav-8rem {
    padding: 8rem !important; }

  .pt-md-nav-8rem,
  .py-md-nav-8rem {
    padding-top: 8rem !important; }

  .pr-md-nav-8rem,
  .px-md-nav-8rem {
    padding-right: 8rem !important; }

  .pb-md-nav-8rem,
  .py-md-nav-8rem {
    padding-bottom: 8rem !important; }

  .pl-md-nav-8rem,
  .px-md-nav-8rem {
    padding-left: 8rem !important; }

  .p-md-nav-9rem {
    padding: 9rem !important; }

  .pt-md-nav-9rem,
  .py-md-nav-9rem {
    padding-top: 9rem !important; }

  .pr-md-nav-9rem,
  .px-md-nav-9rem {
    padding-right: 9rem !important; }

  .pb-md-nav-9rem,
  .py-md-nav-9rem {
    padding-bottom: 9rem !important; }

  .pl-md-nav-9rem,
  .px-md-nav-9rem {
    padding-left: 9rem !important; }

  .p-md-nav-10rem {
    padding: 10rem !important; }

  .pt-md-nav-10rem,
  .py-md-nav-10rem {
    padding-top: 10rem !important; }

  .pr-md-nav-10rem,
  .px-md-nav-10rem {
    padding-right: 10rem !important; }

  .pb-md-nav-10rem,
  .py-md-nav-10rem {
    padding-bottom: 10rem !important; }

  .pl-md-nav-10rem,
  .px-md-nav-10rem {
    padding-left: 10rem !important; }

  .p-md-nav-11rem {
    padding: 11rem !important; }

  .pt-md-nav-11rem,
  .py-md-nav-11rem {
    padding-top: 11rem !important; }

  .pr-md-nav-11rem,
  .px-md-nav-11rem {
    padding-right: 11rem !important; }

  .pb-md-nav-11rem,
  .py-md-nav-11rem {
    padding-bottom: 11rem !important; }

  .pl-md-nav-11rem,
  .px-md-nav-11rem {
    padding-left: 11rem !important; }

  .p-md-nav-12rem {
    padding: 12rem !important; }

  .pt-md-nav-12rem,
  .py-md-nav-12rem {
    padding-top: 12rem !important; }

  .pr-md-nav-12rem,
  .px-md-nav-12rem {
    padding-right: 12rem !important; }

  .pb-md-nav-12rem,
  .py-md-nav-12rem {
    padding-bottom: 12rem !important; }

  .pl-md-nav-12rem,
  .px-md-nav-12rem {
    padding-left: 12rem !important; }

  .p-md-nav-13rem {
    padding: 13rem !important; }

  .pt-md-nav-13rem,
  .py-md-nav-13rem {
    padding-top: 13rem !important; }

  .pr-md-nav-13rem,
  .px-md-nav-13rem {
    padding-right: 13rem !important; }

  .pb-md-nav-13rem,
  .py-md-nav-13rem {
    padding-bottom: 13rem !important; }

  .pl-md-nav-13rem,
  .px-md-nav-13rem {
    padding-left: 13rem !important; }

  .m-md-nav-n1 {
    margin: -0.25rem !important; }

  .mt-md-nav-n1,
  .my-md-nav-n1 {
    margin-top: -0.25rem !important; }

  .mr-md-nav-n1,
  .mx-md-nav-n1 {
    margin-right: -0.25rem !important; }

  .mb-md-nav-n1,
  .my-md-nav-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-md-nav-n1,
  .mx-md-nav-n1 {
    margin-left: -0.25rem !important; }

  .m-md-nav-n2 {
    margin: -0.5rem !important; }

  .mt-md-nav-n2,
  .my-md-nav-n2 {
    margin-top: -0.5rem !important; }

  .mr-md-nav-n2,
  .mx-md-nav-n2 {
    margin-right: -0.5rem !important; }

  .mb-md-nav-n2,
  .my-md-nav-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-md-nav-n2,
  .mx-md-nav-n2 {
    margin-left: -0.5rem !important; }

  .m-md-nav-n3 {
    margin: -1rem !important; }

  .mt-md-nav-n3,
  .my-md-nav-n3 {
    margin-top: -1rem !important; }

  .mr-md-nav-n3,
  .mx-md-nav-n3 {
    margin-right: -1rem !important; }

  .mb-md-nav-n3,
  .my-md-nav-n3 {
    margin-bottom: -1rem !important; }

  .ml-md-nav-n3,
  .mx-md-nav-n3 {
    margin-left: -1rem !important; }

  .m-md-nav-n4 {
    margin: -1.5rem !important; }

  .mt-md-nav-n4,
  .my-md-nav-n4 {
    margin-top: -1.5rem !important; }

  .mr-md-nav-n4,
  .mx-md-nav-n4 {
    margin-right: -1.5rem !important; }

  .mb-md-nav-n4,
  .my-md-nav-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-md-nav-n4,
  .mx-md-nav-n4 {
    margin-left: -1.5rem !important; }

  .m-md-nav-n5 {
    margin: -3rem !important; }

  .mt-md-nav-n5,
  .my-md-nav-n5 {
    margin-top: -3rem !important; }

  .mr-md-nav-n5,
  .mx-md-nav-n5 {
    margin-right: -3rem !important; }

  .mb-md-nav-n5,
  .my-md-nav-n5 {
    margin-bottom: -3rem !important; }

  .ml-md-nav-n5,
  .mx-md-nav-n5 {
    margin-left: -3rem !important; }

  .m-md-nav-n2rem {
    margin: -2rem !important; }

  .mt-md-nav-n2rem,
  .my-md-nav-n2rem {
    margin-top: -2rem !important; }

  .mr-md-nav-n2rem,
  .mx-md-nav-n2rem {
    margin-right: -2rem !important; }

  .mb-md-nav-n2rem,
  .my-md-nav-n2rem {
    margin-bottom: -2rem !important; }

  .ml-md-nav-n2rem,
  .mx-md-nav-n2rem {
    margin-left: -2rem !important; }

  .m-md-nav-n3rem {
    margin: -3rem !important; }

  .mt-md-nav-n3rem,
  .my-md-nav-n3rem {
    margin-top: -3rem !important; }

  .mr-md-nav-n3rem,
  .mx-md-nav-n3rem {
    margin-right: -3rem !important; }

  .mb-md-nav-n3rem,
  .my-md-nav-n3rem {
    margin-bottom: -3rem !important; }

  .ml-md-nav-n3rem,
  .mx-md-nav-n3rem {
    margin-left: -3rem !important; }

  .m-md-nav-n4rem {
    margin: -4rem !important; }

  .mt-md-nav-n4rem,
  .my-md-nav-n4rem {
    margin-top: -4rem !important; }

  .mr-md-nav-n4rem,
  .mx-md-nav-n4rem {
    margin-right: -4rem !important; }

  .mb-md-nav-n4rem,
  .my-md-nav-n4rem {
    margin-bottom: -4rem !important; }

  .ml-md-nav-n4rem,
  .mx-md-nav-n4rem {
    margin-left: -4rem !important; }

  .m-md-nav-n5rem {
    margin: -5rem !important; }

  .mt-md-nav-n5rem,
  .my-md-nav-n5rem {
    margin-top: -5rem !important; }

  .mr-md-nav-n5rem,
  .mx-md-nav-n5rem {
    margin-right: -5rem !important; }

  .mb-md-nav-n5rem,
  .my-md-nav-n5rem {
    margin-bottom: -5rem !important; }

  .ml-md-nav-n5rem,
  .mx-md-nav-n5rem {
    margin-left: -5rem !important; }

  .m-md-nav-n6rem {
    margin: -6rem !important; }

  .mt-md-nav-n6rem,
  .my-md-nav-n6rem {
    margin-top: -6rem !important; }

  .mr-md-nav-n6rem,
  .mx-md-nav-n6rem {
    margin-right: -6rem !important; }

  .mb-md-nav-n6rem,
  .my-md-nav-n6rem {
    margin-bottom: -6rem !important; }

  .ml-md-nav-n6rem,
  .mx-md-nav-n6rem {
    margin-left: -6rem !important; }

  .m-md-nav-n7rem {
    margin: -7rem !important; }

  .mt-md-nav-n7rem,
  .my-md-nav-n7rem {
    margin-top: -7rem !important; }

  .mr-md-nav-n7rem,
  .mx-md-nav-n7rem {
    margin-right: -7rem !important; }

  .mb-md-nav-n7rem,
  .my-md-nav-n7rem {
    margin-bottom: -7rem !important; }

  .ml-md-nav-n7rem,
  .mx-md-nav-n7rem {
    margin-left: -7rem !important; }

  .m-md-nav-n8rem {
    margin: -8rem !important; }

  .mt-md-nav-n8rem,
  .my-md-nav-n8rem {
    margin-top: -8rem !important; }

  .mr-md-nav-n8rem,
  .mx-md-nav-n8rem {
    margin-right: -8rem !important; }

  .mb-md-nav-n8rem,
  .my-md-nav-n8rem {
    margin-bottom: -8rem !important; }

  .ml-md-nav-n8rem,
  .mx-md-nav-n8rem {
    margin-left: -8rem !important; }

  .m-md-nav-n9rem {
    margin: -9rem !important; }

  .mt-md-nav-n9rem,
  .my-md-nav-n9rem {
    margin-top: -9rem !important; }

  .mr-md-nav-n9rem,
  .mx-md-nav-n9rem {
    margin-right: -9rem !important; }

  .mb-md-nav-n9rem,
  .my-md-nav-n9rem {
    margin-bottom: -9rem !important; }

  .ml-md-nav-n9rem,
  .mx-md-nav-n9rem {
    margin-left: -9rem !important; }

  .m-md-nav-n10rem {
    margin: -10rem !important; }

  .mt-md-nav-n10rem,
  .my-md-nav-n10rem {
    margin-top: -10rem !important; }

  .mr-md-nav-n10rem,
  .mx-md-nav-n10rem {
    margin-right: -10rem !important; }

  .mb-md-nav-n10rem,
  .my-md-nav-n10rem {
    margin-bottom: -10rem !important; }

  .ml-md-nav-n10rem,
  .mx-md-nav-n10rem {
    margin-left: -10rem !important; }

  .m-md-nav-n11rem {
    margin: -11rem !important; }

  .mt-md-nav-n11rem,
  .my-md-nav-n11rem {
    margin-top: -11rem !important; }

  .mr-md-nav-n11rem,
  .mx-md-nav-n11rem {
    margin-right: -11rem !important; }

  .mb-md-nav-n11rem,
  .my-md-nav-n11rem {
    margin-bottom: -11rem !important; }

  .ml-md-nav-n11rem,
  .mx-md-nav-n11rem {
    margin-left: -11rem !important; }

  .m-md-nav-n12rem {
    margin: -12rem !important; }

  .mt-md-nav-n12rem,
  .my-md-nav-n12rem {
    margin-top: -12rem !important; }

  .mr-md-nav-n12rem,
  .mx-md-nav-n12rem {
    margin-right: -12rem !important; }

  .mb-md-nav-n12rem,
  .my-md-nav-n12rem {
    margin-bottom: -12rem !important; }

  .ml-md-nav-n12rem,
  .mx-md-nav-n12rem {
    margin-left: -12rem !important; }

  .m-md-nav-n13rem {
    margin: -13rem !important; }

  .mt-md-nav-n13rem,
  .my-md-nav-n13rem {
    margin-top: -13rem !important; }

  .mr-md-nav-n13rem,
  .mx-md-nav-n13rem {
    margin-right: -13rem !important; }

  .mb-md-nav-n13rem,
  .my-md-nav-n13rem {
    margin-bottom: -13rem !important; }

  .ml-md-nav-n13rem,
  .mx-md-nav-n13rem {
    margin-left: -13rem !important; }

  .m-md-nav-auto {
    margin: auto !important; }

  .mt-md-nav-auto,
  .my-md-nav-auto {
    margin-top: auto !important; }

  .mr-md-nav-auto,
  .mx-md-nav-auto {
    margin-right: auto !important; }

  .mb-md-nav-auto,
  .my-md-nav-auto {
    margin-bottom: auto !important; }

  .ml-md-nav-auto,
  .mx-md-nav-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }

  .m-lg-1 {
    margin: 0.25rem !important; }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }

  .m-lg-2 {
    margin: 0.5rem !important; }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }

  .m-lg-3 {
    margin: 1rem !important; }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }

  .m-lg-4 {
    margin: 1.5rem !important; }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }

  .m-lg-5 {
    margin: 3rem !important; }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }

  .m-lg-2rem {
    margin: 2rem !important; }

  .mt-lg-2rem,
  .my-lg-2rem {
    margin-top: 2rem !important; }

  .mr-lg-2rem,
  .mx-lg-2rem {
    margin-right: 2rem !important; }

  .mb-lg-2rem,
  .my-lg-2rem {
    margin-bottom: 2rem !important; }

  .ml-lg-2rem,
  .mx-lg-2rem {
    margin-left: 2rem !important; }

  .m-lg-3rem {
    margin: 3rem !important; }

  .mt-lg-3rem,
  .my-lg-3rem {
    margin-top: 3rem !important; }

  .mr-lg-3rem,
  .mx-lg-3rem {
    margin-right: 3rem !important; }

  .mb-lg-3rem,
  .my-lg-3rem {
    margin-bottom: 3rem !important; }

  .ml-lg-3rem,
  .mx-lg-3rem {
    margin-left: 3rem !important; }

  .m-lg-4rem {
    margin: 4rem !important; }

  .mt-lg-4rem,
  .my-lg-4rem {
    margin-top: 4rem !important; }

  .mr-lg-4rem,
  .mx-lg-4rem {
    margin-right: 4rem !important; }

  .mb-lg-4rem,
  .my-lg-4rem {
    margin-bottom: 4rem !important; }

  .ml-lg-4rem,
  .mx-lg-4rem {
    margin-left: 4rem !important; }

  .m-lg-5rem {
    margin: 5rem !important; }

  .mt-lg-5rem,
  .my-lg-5rem {
    margin-top: 5rem !important; }

  .mr-lg-5rem,
  .mx-lg-5rem {
    margin-right: 5rem !important; }

  .mb-lg-5rem,
  .my-lg-5rem {
    margin-bottom: 5rem !important; }

  .ml-lg-5rem,
  .mx-lg-5rem {
    margin-left: 5rem !important; }

  .m-lg-6rem {
    margin: 6rem !important; }

  .mt-lg-6rem,
  .my-lg-6rem {
    margin-top: 6rem !important; }

  .mr-lg-6rem,
  .mx-lg-6rem {
    margin-right: 6rem !important; }

  .mb-lg-6rem,
  .my-lg-6rem {
    margin-bottom: 6rem !important; }

  .ml-lg-6rem,
  .mx-lg-6rem {
    margin-left: 6rem !important; }

  .m-lg-7rem {
    margin: 7rem !important; }

  .mt-lg-7rem,
  .my-lg-7rem {
    margin-top: 7rem !important; }

  .mr-lg-7rem,
  .mx-lg-7rem {
    margin-right: 7rem !important; }

  .mb-lg-7rem,
  .my-lg-7rem {
    margin-bottom: 7rem !important; }

  .ml-lg-7rem,
  .mx-lg-7rem {
    margin-left: 7rem !important; }

  .m-lg-8rem {
    margin: 8rem !important; }

  .mt-lg-8rem,
  .my-lg-8rem {
    margin-top: 8rem !important; }

  .mr-lg-8rem,
  .mx-lg-8rem {
    margin-right: 8rem !important; }

  .mb-lg-8rem,
  .my-lg-8rem {
    margin-bottom: 8rem !important; }

  .ml-lg-8rem,
  .mx-lg-8rem {
    margin-left: 8rem !important; }

  .m-lg-9rem {
    margin: 9rem !important; }

  .mt-lg-9rem,
  .my-lg-9rem {
    margin-top: 9rem !important; }

  .mr-lg-9rem,
  .mx-lg-9rem {
    margin-right: 9rem !important; }

  .mb-lg-9rem,
  .my-lg-9rem {
    margin-bottom: 9rem !important; }

  .ml-lg-9rem,
  .mx-lg-9rem {
    margin-left: 9rem !important; }

  .m-lg-10rem {
    margin: 10rem !important; }

  .mt-lg-10rem,
  .my-lg-10rem {
    margin-top: 10rem !important; }

  .mr-lg-10rem,
  .mx-lg-10rem {
    margin-right: 10rem !important; }

  .mb-lg-10rem,
  .my-lg-10rem {
    margin-bottom: 10rem !important; }

  .ml-lg-10rem,
  .mx-lg-10rem {
    margin-left: 10rem !important; }

  .m-lg-11rem {
    margin: 11rem !important; }

  .mt-lg-11rem,
  .my-lg-11rem {
    margin-top: 11rem !important; }

  .mr-lg-11rem,
  .mx-lg-11rem {
    margin-right: 11rem !important; }

  .mb-lg-11rem,
  .my-lg-11rem {
    margin-bottom: 11rem !important; }

  .ml-lg-11rem,
  .mx-lg-11rem {
    margin-left: 11rem !important; }

  .m-lg-12rem {
    margin: 12rem !important; }

  .mt-lg-12rem,
  .my-lg-12rem {
    margin-top: 12rem !important; }

  .mr-lg-12rem,
  .mx-lg-12rem {
    margin-right: 12rem !important; }

  .mb-lg-12rem,
  .my-lg-12rem {
    margin-bottom: 12rem !important; }

  .ml-lg-12rem,
  .mx-lg-12rem {
    margin-left: 12rem !important; }

  .m-lg-13rem {
    margin: 13rem !important; }

  .mt-lg-13rem,
  .my-lg-13rem {
    margin-top: 13rem !important; }

  .mr-lg-13rem,
  .mx-lg-13rem {
    margin-right: 13rem !important; }

  .mb-lg-13rem,
  .my-lg-13rem {
    margin-bottom: 13rem !important; }

  .ml-lg-13rem,
  .mx-lg-13rem {
    margin-left: 13rem !important; }

  .p-lg-0 {
    padding: 0 !important; }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }

  .p-lg-1 {
    padding: 0.25rem !important; }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }

  .p-lg-2 {
    padding: 0.5rem !important; }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }

  .p-lg-3 {
    padding: 1rem !important; }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }

  .p-lg-4 {
    padding: 1.5rem !important; }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }

  .p-lg-5 {
    padding: 3rem !important; }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }

  .p-lg-2rem {
    padding: 2rem !important; }

  .pt-lg-2rem,
  .py-lg-2rem {
    padding-top: 2rem !important; }

  .pr-lg-2rem,
  .px-lg-2rem {
    padding-right: 2rem !important; }

  .pb-lg-2rem,
  .py-lg-2rem {
    padding-bottom: 2rem !important; }

  .pl-lg-2rem,
  .px-lg-2rem {
    padding-left: 2rem !important; }

  .p-lg-3rem {
    padding: 3rem !important; }

  .pt-lg-3rem,
  .py-lg-3rem {
    padding-top: 3rem !important; }

  .pr-lg-3rem,
  .px-lg-3rem {
    padding-right: 3rem !important; }

  .pb-lg-3rem,
  .py-lg-3rem {
    padding-bottom: 3rem !important; }

  .pl-lg-3rem,
  .px-lg-3rem {
    padding-left: 3rem !important; }

  .p-lg-4rem {
    padding: 4rem !important; }

  .pt-lg-4rem,
  .py-lg-4rem {
    padding-top: 4rem !important; }

  .pr-lg-4rem,
  .px-lg-4rem {
    padding-right: 4rem !important; }

  .pb-lg-4rem,
  .py-lg-4rem {
    padding-bottom: 4rem !important; }

  .pl-lg-4rem,
  .px-lg-4rem {
    padding-left: 4rem !important; }

  .p-lg-5rem {
    padding: 5rem !important; }

  .pt-lg-5rem,
  .py-lg-5rem {
    padding-top: 5rem !important; }

  .pr-lg-5rem,
  .px-lg-5rem {
    padding-right: 5rem !important; }

  .pb-lg-5rem,
  .py-lg-5rem {
    padding-bottom: 5rem !important; }

  .pl-lg-5rem,
  .px-lg-5rem {
    padding-left: 5rem !important; }

  .p-lg-6rem {
    padding: 6rem !important; }

  .pt-lg-6rem,
  .py-lg-6rem {
    padding-top: 6rem !important; }

  .pr-lg-6rem,
  .px-lg-6rem {
    padding-right: 6rem !important; }

  .pb-lg-6rem,
  .py-lg-6rem {
    padding-bottom: 6rem !important; }

  .pl-lg-6rem,
  .px-lg-6rem {
    padding-left: 6rem !important; }

  .p-lg-7rem {
    padding: 7rem !important; }

  .pt-lg-7rem,
  .py-lg-7rem {
    padding-top: 7rem !important; }

  .pr-lg-7rem,
  .px-lg-7rem {
    padding-right: 7rem !important; }

  .pb-lg-7rem,
  .py-lg-7rem {
    padding-bottom: 7rem !important; }

  .pl-lg-7rem,
  .px-lg-7rem {
    padding-left: 7rem !important; }

  .p-lg-8rem {
    padding: 8rem !important; }

  .pt-lg-8rem,
  .py-lg-8rem {
    padding-top: 8rem !important; }

  .pr-lg-8rem,
  .px-lg-8rem {
    padding-right: 8rem !important; }

  .pb-lg-8rem,
  .py-lg-8rem {
    padding-bottom: 8rem !important; }

  .pl-lg-8rem,
  .px-lg-8rem {
    padding-left: 8rem !important; }

  .p-lg-9rem {
    padding: 9rem !important; }

  .pt-lg-9rem,
  .py-lg-9rem {
    padding-top: 9rem !important; }

  .pr-lg-9rem,
  .px-lg-9rem {
    padding-right: 9rem !important; }

  .pb-lg-9rem,
  .py-lg-9rem {
    padding-bottom: 9rem !important; }

  .pl-lg-9rem,
  .px-lg-9rem {
    padding-left: 9rem !important; }

  .p-lg-10rem {
    padding: 10rem !important; }

  .pt-lg-10rem,
  .py-lg-10rem {
    padding-top: 10rem !important; }

  .pr-lg-10rem,
  .px-lg-10rem {
    padding-right: 10rem !important; }

  .pb-lg-10rem,
  .py-lg-10rem {
    padding-bottom: 10rem !important; }

  .pl-lg-10rem,
  .px-lg-10rem {
    padding-left: 10rem !important; }

  .p-lg-11rem {
    padding: 11rem !important; }

  .pt-lg-11rem,
  .py-lg-11rem {
    padding-top: 11rem !important; }

  .pr-lg-11rem,
  .px-lg-11rem {
    padding-right: 11rem !important; }

  .pb-lg-11rem,
  .py-lg-11rem {
    padding-bottom: 11rem !important; }

  .pl-lg-11rem,
  .px-lg-11rem {
    padding-left: 11rem !important; }

  .p-lg-12rem {
    padding: 12rem !important; }

  .pt-lg-12rem,
  .py-lg-12rem {
    padding-top: 12rem !important; }

  .pr-lg-12rem,
  .px-lg-12rem {
    padding-right: 12rem !important; }

  .pb-lg-12rem,
  .py-lg-12rem {
    padding-bottom: 12rem !important; }

  .pl-lg-12rem,
  .px-lg-12rem {
    padding-left: 12rem !important; }

  .p-lg-13rem {
    padding: 13rem !important; }

  .pt-lg-13rem,
  .py-lg-13rem {
    padding-top: 13rem !important; }

  .pr-lg-13rem,
  .px-lg-13rem {
    padding-right: 13rem !important; }

  .pb-lg-13rem,
  .py-lg-13rem {
    padding-bottom: 13rem !important; }

  .pl-lg-13rem,
  .px-lg-13rem {
    padding-left: 13rem !important; }

  .m-lg-n1 {
    margin: -0.25rem !important; }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }

  .m-lg-n2 {
    margin: -0.5rem !important; }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }

  .m-lg-n3 {
    margin: -1rem !important; }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }

  .m-lg-n4 {
    margin: -1.5rem !important; }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }

  .m-lg-n5 {
    margin: -3rem !important; }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }

  .m-lg-n2rem {
    margin: -2rem !important; }

  .mt-lg-n2rem,
  .my-lg-n2rem {
    margin-top: -2rem !important; }

  .mr-lg-n2rem,
  .mx-lg-n2rem {
    margin-right: -2rem !important; }

  .mb-lg-n2rem,
  .my-lg-n2rem {
    margin-bottom: -2rem !important; }

  .ml-lg-n2rem,
  .mx-lg-n2rem {
    margin-left: -2rem !important; }

  .m-lg-n3rem {
    margin: -3rem !important; }

  .mt-lg-n3rem,
  .my-lg-n3rem {
    margin-top: -3rem !important; }

  .mr-lg-n3rem,
  .mx-lg-n3rem {
    margin-right: -3rem !important; }

  .mb-lg-n3rem,
  .my-lg-n3rem {
    margin-bottom: -3rem !important; }

  .ml-lg-n3rem,
  .mx-lg-n3rem {
    margin-left: -3rem !important; }

  .m-lg-n4rem {
    margin: -4rem !important; }

  .mt-lg-n4rem,
  .my-lg-n4rem {
    margin-top: -4rem !important; }

  .mr-lg-n4rem,
  .mx-lg-n4rem {
    margin-right: -4rem !important; }

  .mb-lg-n4rem,
  .my-lg-n4rem {
    margin-bottom: -4rem !important; }

  .ml-lg-n4rem,
  .mx-lg-n4rem {
    margin-left: -4rem !important; }

  .m-lg-n5rem {
    margin: -5rem !important; }

  .mt-lg-n5rem,
  .my-lg-n5rem {
    margin-top: -5rem !important; }

  .mr-lg-n5rem,
  .mx-lg-n5rem {
    margin-right: -5rem !important; }

  .mb-lg-n5rem,
  .my-lg-n5rem {
    margin-bottom: -5rem !important; }

  .ml-lg-n5rem,
  .mx-lg-n5rem {
    margin-left: -5rem !important; }

  .m-lg-n6rem {
    margin: -6rem !important; }

  .mt-lg-n6rem,
  .my-lg-n6rem {
    margin-top: -6rem !important; }

  .mr-lg-n6rem,
  .mx-lg-n6rem {
    margin-right: -6rem !important; }

  .mb-lg-n6rem,
  .my-lg-n6rem {
    margin-bottom: -6rem !important; }

  .ml-lg-n6rem,
  .mx-lg-n6rem {
    margin-left: -6rem !important; }

  .m-lg-n7rem {
    margin: -7rem !important; }

  .mt-lg-n7rem,
  .my-lg-n7rem {
    margin-top: -7rem !important; }

  .mr-lg-n7rem,
  .mx-lg-n7rem {
    margin-right: -7rem !important; }

  .mb-lg-n7rem,
  .my-lg-n7rem {
    margin-bottom: -7rem !important; }

  .ml-lg-n7rem,
  .mx-lg-n7rem {
    margin-left: -7rem !important; }

  .m-lg-n8rem {
    margin: -8rem !important; }

  .mt-lg-n8rem,
  .my-lg-n8rem {
    margin-top: -8rem !important; }

  .mr-lg-n8rem,
  .mx-lg-n8rem {
    margin-right: -8rem !important; }

  .mb-lg-n8rem,
  .my-lg-n8rem {
    margin-bottom: -8rem !important; }

  .ml-lg-n8rem,
  .mx-lg-n8rem {
    margin-left: -8rem !important; }

  .m-lg-n9rem {
    margin: -9rem !important; }

  .mt-lg-n9rem,
  .my-lg-n9rem {
    margin-top: -9rem !important; }

  .mr-lg-n9rem,
  .mx-lg-n9rem {
    margin-right: -9rem !important; }

  .mb-lg-n9rem,
  .my-lg-n9rem {
    margin-bottom: -9rem !important; }

  .ml-lg-n9rem,
  .mx-lg-n9rem {
    margin-left: -9rem !important; }

  .m-lg-n10rem {
    margin: -10rem !important; }

  .mt-lg-n10rem,
  .my-lg-n10rem {
    margin-top: -10rem !important; }

  .mr-lg-n10rem,
  .mx-lg-n10rem {
    margin-right: -10rem !important; }

  .mb-lg-n10rem,
  .my-lg-n10rem {
    margin-bottom: -10rem !important; }

  .ml-lg-n10rem,
  .mx-lg-n10rem {
    margin-left: -10rem !important; }

  .m-lg-n11rem {
    margin: -11rem !important; }

  .mt-lg-n11rem,
  .my-lg-n11rem {
    margin-top: -11rem !important; }

  .mr-lg-n11rem,
  .mx-lg-n11rem {
    margin-right: -11rem !important; }

  .mb-lg-n11rem,
  .my-lg-n11rem {
    margin-bottom: -11rem !important; }

  .ml-lg-n11rem,
  .mx-lg-n11rem {
    margin-left: -11rem !important; }

  .m-lg-n12rem {
    margin: -12rem !important; }

  .mt-lg-n12rem,
  .my-lg-n12rem {
    margin-top: -12rem !important; }

  .mr-lg-n12rem,
  .mx-lg-n12rem {
    margin-right: -12rem !important; }

  .mb-lg-n12rem,
  .my-lg-n12rem {
    margin-bottom: -12rem !important; }

  .ml-lg-n12rem,
  .mx-lg-n12rem {
    margin-left: -12rem !important; }

  .m-lg-n13rem {
    margin: -13rem !important; }

  .mt-lg-n13rem,
  .my-lg-n13rem {
    margin-top: -13rem !important; }

  .mr-lg-n13rem,
  .mx-lg-n13rem {
    margin-right: -13rem !important; }

  .mb-lg-n13rem,
  .my-lg-n13rem {
    margin-bottom: -13rem !important; }

  .ml-lg-n13rem,
  .mx-lg-n13rem {
    margin-left: -13rem !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: 1001px) {
  .m-logo-switch-0 {
    margin: 0 !important; }

  .mt-logo-switch-0,
  .my-logo-switch-0 {
    margin-top: 0 !important; }

  .mr-logo-switch-0,
  .mx-logo-switch-0 {
    margin-right: 0 !important; }

  .mb-logo-switch-0,
  .my-logo-switch-0 {
    margin-bottom: 0 !important; }

  .ml-logo-switch-0,
  .mx-logo-switch-0 {
    margin-left: 0 !important; }

  .m-logo-switch-1 {
    margin: 0.25rem !important; }

  .mt-logo-switch-1,
  .my-logo-switch-1 {
    margin-top: 0.25rem !important; }

  .mr-logo-switch-1,
  .mx-logo-switch-1 {
    margin-right: 0.25rem !important; }

  .mb-logo-switch-1,
  .my-logo-switch-1 {
    margin-bottom: 0.25rem !important; }

  .ml-logo-switch-1,
  .mx-logo-switch-1 {
    margin-left: 0.25rem !important; }

  .m-logo-switch-2 {
    margin: 0.5rem !important; }

  .mt-logo-switch-2,
  .my-logo-switch-2 {
    margin-top: 0.5rem !important; }

  .mr-logo-switch-2,
  .mx-logo-switch-2 {
    margin-right: 0.5rem !important; }

  .mb-logo-switch-2,
  .my-logo-switch-2 {
    margin-bottom: 0.5rem !important; }

  .ml-logo-switch-2,
  .mx-logo-switch-2 {
    margin-left: 0.5rem !important; }

  .m-logo-switch-3 {
    margin: 1rem !important; }

  .mt-logo-switch-3,
  .my-logo-switch-3 {
    margin-top: 1rem !important; }

  .mr-logo-switch-3,
  .mx-logo-switch-3 {
    margin-right: 1rem !important; }

  .mb-logo-switch-3,
  .my-logo-switch-3 {
    margin-bottom: 1rem !important; }

  .ml-logo-switch-3,
  .mx-logo-switch-3 {
    margin-left: 1rem !important; }

  .m-logo-switch-4 {
    margin: 1.5rem !important; }

  .mt-logo-switch-4,
  .my-logo-switch-4 {
    margin-top: 1.5rem !important; }

  .mr-logo-switch-4,
  .mx-logo-switch-4 {
    margin-right: 1.5rem !important; }

  .mb-logo-switch-4,
  .my-logo-switch-4 {
    margin-bottom: 1.5rem !important; }

  .ml-logo-switch-4,
  .mx-logo-switch-4 {
    margin-left: 1.5rem !important; }

  .m-logo-switch-5 {
    margin: 3rem !important; }

  .mt-logo-switch-5,
  .my-logo-switch-5 {
    margin-top: 3rem !important; }

  .mr-logo-switch-5,
  .mx-logo-switch-5 {
    margin-right: 3rem !important; }

  .mb-logo-switch-5,
  .my-logo-switch-5 {
    margin-bottom: 3rem !important; }

  .ml-logo-switch-5,
  .mx-logo-switch-5 {
    margin-left: 3rem !important; }

  .m-logo-switch-2rem {
    margin: 2rem !important; }

  .mt-logo-switch-2rem,
  .my-logo-switch-2rem {
    margin-top: 2rem !important; }

  .mr-logo-switch-2rem,
  .mx-logo-switch-2rem {
    margin-right: 2rem !important; }

  .mb-logo-switch-2rem,
  .my-logo-switch-2rem {
    margin-bottom: 2rem !important; }

  .ml-logo-switch-2rem,
  .mx-logo-switch-2rem {
    margin-left: 2rem !important; }

  .m-logo-switch-3rem {
    margin: 3rem !important; }

  .mt-logo-switch-3rem,
  .my-logo-switch-3rem {
    margin-top: 3rem !important; }

  .mr-logo-switch-3rem,
  .mx-logo-switch-3rem {
    margin-right: 3rem !important; }

  .mb-logo-switch-3rem,
  .my-logo-switch-3rem {
    margin-bottom: 3rem !important; }

  .ml-logo-switch-3rem,
  .mx-logo-switch-3rem {
    margin-left: 3rem !important; }

  .m-logo-switch-4rem {
    margin: 4rem !important; }

  .mt-logo-switch-4rem,
  .my-logo-switch-4rem {
    margin-top: 4rem !important; }

  .mr-logo-switch-4rem,
  .mx-logo-switch-4rem {
    margin-right: 4rem !important; }

  .mb-logo-switch-4rem,
  .my-logo-switch-4rem {
    margin-bottom: 4rem !important; }

  .ml-logo-switch-4rem,
  .mx-logo-switch-4rem {
    margin-left: 4rem !important; }

  .m-logo-switch-5rem {
    margin: 5rem !important; }

  .mt-logo-switch-5rem,
  .my-logo-switch-5rem {
    margin-top: 5rem !important; }

  .mr-logo-switch-5rem,
  .mx-logo-switch-5rem {
    margin-right: 5rem !important; }

  .mb-logo-switch-5rem,
  .my-logo-switch-5rem {
    margin-bottom: 5rem !important; }

  .ml-logo-switch-5rem,
  .mx-logo-switch-5rem {
    margin-left: 5rem !important; }

  .m-logo-switch-6rem {
    margin: 6rem !important; }

  .mt-logo-switch-6rem,
  .my-logo-switch-6rem {
    margin-top: 6rem !important; }

  .mr-logo-switch-6rem,
  .mx-logo-switch-6rem {
    margin-right: 6rem !important; }

  .mb-logo-switch-6rem,
  .my-logo-switch-6rem {
    margin-bottom: 6rem !important; }

  .ml-logo-switch-6rem,
  .mx-logo-switch-6rem {
    margin-left: 6rem !important; }

  .m-logo-switch-7rem {
    margin: 7rem !important; }

  .mt-logo-switch-7rem,
  .my-logo-switch-7rem {
    margin-top: 7rem !important; }

  .mr-logo-switch-7rem,
  .mx-logo-switch-7rem {
    margin-right: 7rem !important; }

  .mb-logo-switch-7rem,
  .my-logo-switch-7rem {
    margin-bottom: 7rem !important; }

  .ml-logo-switch-7rem,
  .mx-logo-switch-7rem {
    margin-left: 7rem !important; }

  .m-logo-switch-8rem {
    margin: 8rem !important; }

  .mt-logo-switch-8rem,
  .my-logo-switch-8rem {
    margin-top: 8rem !important; }

  .mr-logo-switch-8rem,
  .mx-logo-switch-8rem {
    margin-right: 8rem !important; }

  .mb-logo-switch-8rem,
  .my-logo-switch-8rem {
    margin-bottom: 8rem !important; }

  .ml-logo-switch-8rem,
  .mx-logo-switch-8rem {
    margin-left: 8rem !important; }

  .m-logo-switch-9rem {
    margin: 9rem !important; }

  .mt-logo-switch-9rem,
  .my-logo-switch-9rem {
    margin-top: 9rem !important; }

  .mr-logo-switch-9rem,
  .mx-logo-switch-9rem {
    margin-right: 9rem !important; }

  .mb-logo-switch-9rem,
  .my-logo-switch-9rem {
    margin-bottom: 9rem !important; }

  .ml-logo-switch-9rem,
  .mx-logo-switch-9rem {
    margin-left: 9rem !important; }

  .m-logo-switch-10rem {
    margin: 10rem !important; }

  .mt-logo-switch-10rem,
  .my-logo-switch-10rem {
    margin-top: 10rem !important; }

  .mr-logo-switch-10rem,
  .mx-logo-switch-10rem {
    margin-right: 10rem !important; }

  .mb-logo-switch-10rem,
  .my-logo-switch-10rem {
    margin-bottom: 10rem !important; }

  .ml-logo-switch-10rem,
  .mx-logo-switch-10rem {
    margin-left: 10rem !important; }

  .m-logo-switch-11rem {
    margin: 11rem !important; }

  .mt-logo-switch-11rem,
  .my-logo-switch-11rem {
    margin-top: 11rem !important; }

  .mr-logo-switch-11rem,
  .mx-logo-switch-11rem {
    margin-right: 11rem !important; }

  .mb-logo-switch-11rem,
  .my-logo-switch-11rem {
    margin-bottom: 11rem !important; }

  .ml-logo-switch-11rem,
  .mx-logo-switch-11rem {
    margin-left: 11rem !important; }

  .m-logo-switch-12rem {
    margin: 12rem !important; }

  .mt-logo-switch-12rem,
  .my-logo-switch-12rem {
    margin-top: 12rem !important; }

  .mr-logo-switch-12rem,
  .mx-logo-switch-12rem {
    margin-right: 12rem !important; }

  .mb-logo-switch-12rem,
  .my-logo-switch-12rem {
    margin-bottom: 12rem !important; }

  .ml-logo-switch-12rem,
  .mx-logo-switch-12rem {
    margin-left: 12rem !important; }

  .m-logo-switch-13rem {
    margin: 13rem !important; }

  .mt-logo-switch-13rem,
  .my-logo-switch-13rem {
    margin-top: 13rem !important; }

  .mr-logo-switch-13rem,
  .mx-logo-switch-13rem {
    margin-right: 13rem !important; }

  .mb-logo-switch-13rem,
  .my-logo-switch-13rem {
    margin-bottom: 13rem !important; }

  .ml-logo-switch-13rem,
  .mx-logo-switch-13rem {
    margin-left: 13rem !important; }

  .p-logo-switch-0 {
    padding: 0 !important; }

  .pt-logo-switch-0,
  .py-logo-switch-0 {
    padding-top: 0 !important; }

  .pr-logo-switch-0,
  .px-logo-switch-0 {
    padding-right: 0 !important; }

  .pb-logo-switch-0,
  .py-logo-switch-0 {
    padding-bottom: 0 !important; }

  .pl-logo-switch-0,
  .px-logo-switch-0 {
    padding-left: 0 !important; }

  .p-logo-switch-1 {
    padding: 0.25rem !important; }

  .pt-logo-switch-1,
  .py-logo-switch-1 {
    padding-top: 0.25rem !important; }

  .pr-logo-switch-1,
  .px-logo-switch-1 {
    padding-right: 0.25rem !important; }

  .pb-logo-switch-1,
  .py-logo-switch-1 {
    padding-bottom: 0.25rem !important; }

  .pl-logo-switch-1,
  .px-logo-switch-1 {
    padding-left: 0.25rem !important; }

  .p-logo-switch-2 {
    padding: 0.5rem !important; }

  .pt-logo-switch-2,
  .py-logo-switch-2 {
    padding-top: 0.5rem !important; }

  .pr-logo-switch-2,
  .px-logo-switch-2 {
    padding-right: 0.5rem !important; }

  .pb-logo-switch-2,
  .py-logo-switch-2 {
    padding-bottom: 0.5rem !important; }

  .pl-logo-switch-2,
  .px-logo-switch-2 {
    padding-left: 0.5rem !important; }

  .p-logo-switch-3 {
    padding: 1rem !important; }

  .pt-logo-switch-3,
  .py-logo-switch-3 {
    padding-top: 1rem !important; }

  .pr-logo-switch-3,
  .px-logo-switch-3 {
    padding-right: 1rem !important; }

  .pb-logo-switch-3,
  .py-logo-switch-3 {
    padding-bottom: 1rem !important; }

  .pl-logo-switch-3,
  .px-logo-switch-3 {
    padding-left: 1rem !important; }

  .p-logo-switch-4 {
    padding: 1.5rem !important; }

  .pt-logo-switch-4,
  .py-logo-switch-4 {
    padding-top: 1.5rem !important; }

  .pr-logo-switch-4,
  .px-logo-switch-4 {
    padding-right: 1.5rem !important; }

  .pb-logo-switch-4,
  .py-logo-switch-4 {
    padding-bottom: 1.5rem !important; }

  .pl-logo-switch-4,
  .px-logo-switch-4 {
    padding-left: 1.5rem !important; }

  .p-logo-switch-5 {
    padding: 3rem !important; }

  .pt-logo-switch-5,
  .py-logo-switch-5 {
    padding-top: 3rem !important; }

  .pr-logo-switch-5,
  .px-logo-switch-5 {
    padding-right: 3rem !important; }

  .pb-logo-switch-5,
  .py-logo-switch-5 {
    padding-bottom: 3rem !important; }

  .pl-logo-switch-5,
  .px-logo-switch-5 {
    padding-left: 3rem !important; }

  .p-logo-switch-2rem {
    padding: 2rem !important; }

  .pt-logo-switch-2rem,
  .py-logo-switch-2rem {
    padding-top: 2rem !important; }

  .pr-logo-switch-2rem,
  .px-logo-switch-2rem {
    padding-right: 2rem !important; }

  .pb-logo-switch-2rem,
  .py-logo-switch-2rem {
    padding-bottom: 2rem !important; }

  .pl-logo-switch-2rem,
  .px-logo-switch-2rem {
    padding-left: 2rem !important; }

  .p-logo-switch-3rem {
    padding: 3rem !important; }

  .pt-logo-switch-3rem,
  .py-logo-switch-3rem {
    padding-top: 3rem !important; }

  .pr-logo-switch-3rem,
  .px-logo-switch-3rem {
    padding-right: 3rem !important; }

  .pb-logo-switch-3rem,
  .py-logo-switch-3rem {
    padding-bottom: 3rem !important; }

  .pl-logo-switch-3rem,
  .px-logo-switch-3rem {
    padding-left: 3rem !important; }

  .p-logo-switch-4rem {
    padding: 4rem !important; }

  .pt-logo-switch-4rem,
  .py-logo-switch-4rem {
    padding-top: 4rem !important; }

  .pr-logo-switch-4rem,
  .px-logo-switch-4rem {
    padding-right: 4rem !important; }

  .pb-logo-switch-4rem,
  .py-logo-switch-4rem {
    padding-bottom: 4rem !important; }

  .pl-logo-switch-4rem,
  .px-logo-switch-4rem {
    padding-left: 4rem !important; }

  .p-logo-switch-5rem {
    padding: 5rem !important; }

  .pt-logo-switch-5rem,
  .py-logo-switch-5rem {
    padding-top: 5rem !important; }

  .pr-logo-switch-5rem,
  .px-logo-switch-5rem {
    padding-right: 5rem !important; }

  .pb-logo-switch-5rem,
  .py-logo-switch-5rem {
    padding-bottom: 5rem !important; }

  .pl-logo-switch-5rem,
  .px-logo-switch-5rem {
    padding-left: 5rem !important; }

  .p-logo-switch-6rem {
    padding: 6rem !important; }

  .pt-logo-switch-6rem,
  .py-logo-switch-6rem {
    padding-top: 6rem !important; }

  .pr-logo-switch-6rem,
  .px-logo-switch-6rem {
    padding-right: 6rem !important; }

  .pb-logo-switch-6rem,
  .py-logo-switch-6rem {
    padding-bottom: 6rem !important; }

  .pl-logo-switch-6rem,
  .px-logo-switch-6rem {
    padding-left: 6rem !important; }

  .p-logo-switch-7rem {
    padding: 7rem !important; }

  .pt-logo-switch-7rem,
  .py-logo-switch-7rem {
    padding-top: 7rem !important; }

  .pr-logo-switch-7rem,
  .px-logo-switch-7rem {
    padding-right: 7rem !important; }

  .pb-logo-switch-7rem,
  .py-logo-switch-7rem {
    padding-bottom: 7rem !important; }

  .pl-logo-switch-7rem,
  .px-logo-switch-7rem {
    padding-left: 7rem !important; }

  .p-logo-switch-8rem {
    padding: 8rem !important; }

  .pt-logo-switch-8rem,
  .py-logo-switch-8rem {
    padding-top: 8rem !important; }

  .pr-logo-switch-8rem,
  .px-logo-switch-8rem {
    padding-right: 8rem !important; }

  .pb-logo-switch-8rem,
  .py-logo-switch-8rem {
    padding-bottom: 8rem !important; }

  .pl-logo-switch-8rem,
  .px-logo-switch-8rem {
    padding-left: 8rem !important; }

  .p-logo-switch-9rem {
    padding: 9rem !important; }

  .pt-logo-switch-9rem,
  .py-logo-switch-9rem {
    padding-top: 9rem !important; }

  .pr-logo-switch-9rem,
  .px-logo-switch-9rem {
    padding-right: 9rem !important; }

  .pb-logo-switch-9rem,
  .py-logo-switch-9rem {
    padding-bottom: 9rem !important; }

  .pl-logo-switch-9rem,
  .px-logo-switch-9rem {
    padding-left: 9rem !important; }

  .p-logo-switch-10rem {
    padding: 10rem !important; }

  .pt-logo-switch-10rem,
  .py-logo-switch-10rem {
    padding-top: 10rem !important; }

  .pr-logo-switch-10rem,
  .px-logo-switch-10rem {
    padding-right: 10rem !important; }

  .pb-logo-switch-10rem,
  .py-logo-switch-10rem {
    padding-bottom: 10rem !important; }

  .pl-logo-switch-10rem,
  .px-logo-switch-10rem {
    padding-left: 10rem !important; }

  .p-logo-switch-11rem {
    padding: 11rem !important; }

  .pt-logo-switch-11rem,
  .py-logo-switch-11rem {
    padding-top: 11rem !important; }

  .pr-logo-switch-11rem,
  .px-logo-switch-11rem {
    padding-right: 11rem !important; }

  .pb-logo-switch-11rem,
  .py-logo-switch-11rem {
    padding-bottom: 11rem !important; }

  .pl-logo-switch-11rem,
  .px-logo-switch-11rem {
    padding-left: 11rem !important; }

  .p-logo-switch-12rem {
    padding: 12rem !important; }

  .pt-logo-switch-12rem,
  .py-logo-switch-12rem {
    padding-top: 12rem !important; }

  .pr-logo-switch-12rem,
  .px-logo-switch-12rem {
    padding-right: 12rem !important; }

  .pb-logo-switch-12rem,
  .py-logo-switch-12rem {
    padding-bottom: 12rem !important; }

  .pl-logo-switch-12rem,
  .px-logo-switch-12rem {
    padding-left: 12rem !important; }

  .p-logo-switch-13rem {
    padding: 13rem !important; }

  .pt-logo-switch-13rem,
  .py-logo-switch-13rem {
    padding-top: 13rem !important; }

  .pr-logo-switch-13rem,
  .px-logo-switch-13rem {
    padding-right: 13rem !important; }

  .pb-logo-switch-13rem,
  .py-logo-switch-13rem {
    padding-bottom: 13rem !important; }

  .pl-logo-switch-13rem,
  .px-logo-switch-13rem {
    padding-left: 13rem !important; }

  .m-logo-switch-n1 {
    margin: -0.25rem !important; }

  .mt-logo-switch-n1,
  .my-logo-switch-n1 {
    margin-top: -0.25rem !important; }

  .mr-logo-switch-n1,
  .mx-logo-switch-n1 {
    margin-right: -0.25rem !important; }

  .mb-logo-switch-n1,
  .my-logo-switch-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-logo-switch-n1,
  .mx-logo-switch-n1 {
    margin-left: -0.25rem !important; }

  .m-logo-switch-n2 {
    margin: -0.5rem !important; }

  .mt-logo-switch-n2,
  .my-logo-switch-n2 {
    margin-top: -0.5rem !important; }

  .mr-logo-switch-n2,
  .mx-logo-switch-n2 {
    margin-right: -0.5rem !important; }

  .mb-logo-switch-n2,
  .my-logo-switch-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-logo-switch-n2,
  .mx-logo-switch-n2 {
    margin-left: -0.5rem !important; }

  .m-logo-switch-n3 {
    margin: -1rem !important; }

  .mt-logo-switch-n3,
  .my-logo-switch-n3 {
    margin-top: -1rem !important; }

  .mr-logo-switch-n3,
  .mx-logo-switch-n3 {
    margin-right: -1rem !important; }

  .mb-logo-switch-n3,
  .my-logo-switch-n3 {
    margin-bottom: -1rem !important; }

  .ml-logo-switch-n3,
  .mx-logo-switch-n3 {
    margin-left: -1rem !important; }

  .m-logo-switch-n4 {
    margin: -1.5rem !important; }

  .mt-logo-switch-n4,
  .my-logo-switch-n4 {
    margin-top: -1.5rem !important; }

  .mr-logo-switch-n4,
  .mx-logo-switch-n4 {
    margin-right: -1.5rem !important; }

  .mb-logo-switch-n4,
  .my-logo-switch-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-logo-switch-n4,
  .mx-logo-switch-n4 {
    margin-left: -1.5rem !important; }

  .m-logo-switch-n5 {
    margin: -3rem !important; }

  .mt-logo-switch-n5,
  .my-logo-switch-n5 {
    margin-top: -3rem !important; }

  .mr-logo-switch-n5,
  .mx-logo-switch-n5 {
    margin-right: -3rem !important; }

  .mb-logo-switch-n5,
  .my-logo-switch-n5 {
    margin-bottom: -3rem !important; }

  .ml-logo-switch-n5,
  .mx-logo-switch-n5 {
    margin-left: -3rem !important; }

  .m-logo-switch-n2rem {
    margin: -2rem !important; }

  .mt-logo-switch-n2rem,
  .my-logo-switch-n2rem {
    margin-top: -2rem !important; }

  .mr-logo-switch-n2rem,
  .mx-logo-switch-n2rem {
    margin-right: -2rem !important; }

  .mb-logo-switch-n2rem,
  .my-logo-switch-n2rem {
    margin-bottom: -2rem !important; }

  .ml-logo-switch-n2rem,
  .mx-logo-switch-n2rem {
    margin-left: -2rem !important; }

  .m-logo-switch-n3rem {
    margin: -3rem !important; }

  .mt-logo-switch-n3rem,
  .my-logo-switch-n3rem {
    margin-top: -3rem !important; }

  .mr-logo-switch-n3rem,
  .mx-logo-switch-n3rem {
    margin-right: -3rem !important; }

  .mb-logo-switch-n3rem,
  .my-logo-switch-n3rem {
    margin-bottom: -3rem !important; }

  .ml-logo-switch-n3rem,
  .mx-logo-switch-n3rem {
    margin-left: -3rem !important; }

  .m-logo-switch-n4rem {
    margin: -4rem !important; }

  .mt-logo-switch-n4rem,
  .my-logo-switch-n4rem {
    margin-top: -4rem !important; }

  .mr-logo-switch-n4rem,
  .mx-logo-switch-n4rem {
    margin-right: -4rem !important; }

  .mb-logo-switch-n4rem,
  .my-logo-switch-n4rem {
    margin-bottom: -4rem !important; }

  .ml-logo-switch-n4rem,
  .mx-logo-switch-n4rem {
    margin-left: -4rem !important; }

  .m-logo-switch-n5rem {
    margin: -5rem !important; }

  .mt-logo-switch-n5rem,
  .my-logo-switch-n5rem {
    margin-top: -5rem !important; }

  .mr-logo-switch-n5rem,
  .mx-logo-switch-n5rem {
    margin-right: -5rem !important; }

  .mb-logo-switch-n5rem,
  .my-logo-switch-n5rem {
    margin-bottom: -5rem !important; }

  .ml-logo-switch-n5rem,
  .mx-logo-switch-n5rem {
    margin-left: -5rem !important; }

  .m-logo-switch-n6rem {
    margin: -6rem !important; }

  .mt-logo-switch-n6rem,
  .my-logo-switch-n6rem {
    margin-top: -6rem !important; }

  .mr-logo-switch-n6rem,
  .mx-logo-switch-n6rem {
    margin-right: -6rem !important; }

  .mb-logo-switch-n6rem,
  .my-logo-switch-n6rem {
    margin-bottom: -6rem !important; }

  .ml-logo-switch-n6rem,
  .mx-logo-switch-n6rem {
    margin-left: -6rem !important; }

  .m-logo-switch-n7rem {
    margin: -7rem !important; }

  .mt-logo-switch-n7rem,
  .my-logo-switch-n7rem {
    margin-top: -7rem !important; }

  .mr-logo-switch-n7rem,
  .mx-logo-switch-n7rem {
    margin-right: -7rem !important; }

  .mb-logo-switch-n7rem,
  .my-logo-switch-n7rem {
    margin-bottom: -7rem !important; }

  .ml-logo-switch-n7rem,
  .mx-logo-switch-n7rem {
    margin-left: -7rem !important; }

  .m-logo-switch-n8rem {
    margin: -8rem !important; }

  .mt-logo-switch-n8rem,
  .my-logo-switch-n8rem {
    margin-top: -8rem !important; }

  .mr-logo-switch-n8rem,
  .mx-logo-switch-n8rem {
    margin-right: -8rem !important; }

  .mb-logo-switch-n8rem,
  .my-logo-switch-n8rem {
    margin-bottom: -8rem !important; }

  .ml-logo-switch-n8rem,
  .mx-logo-switch-n8rem {
    margin-left: -8rem !important; }

  .m-logo-switch-n9rem {
    margin: -9rem !important; }

  .mt-logo-switch-n9rem,
  .my-logo-switch-n9rem {
    margin-top: -9rem !important; }

  .mr-logo-switch-n9rem,
  .mx-logo-switch-n9rem {
    margin-right: -9rem !important; }

  .mb-logo-switch-n9rem,
  .my-logo-switch-n9rem {
    margin-bottom: -9rem !important; }

  .ml-logo-switch-n9rem,
  .mx-logo-switch-n9rem {
    margin-left: -9rem !important; }

  .m-logo-switch-n10rem {
    margin: -10rem !important; }

  .mt-logo-switch-n10rem,
  .my-logo-switch-n10rem {
    margin-top: -10rem !important; }

  .mr-logo-switch-n10rem,
  .mx-logo-switch-n10rem {
    margin-right: -10rem !important; }

  .mb-logo-switch-n10rem,
  .my-logo-switch-n10rem {
    margin-bottom: -10rem !important; }

  .ml-logo-switch-n10rem,
  .mx-logo-switch-n10rem {
    margin-left: -10rem !important; }

  .m-logo-switch-n11rem {
    margin: -11rem !important; }

  .mt-logo-switch-n11rem,
  .my-logo-switch-n11rem {
    margin-top: -11rem !important; }

  .mr-logo-switch-n11rem,
  .mx-logo-switch-n11rem {
    margin-right: -11rem !important; }

  .mb-logo-switch-n11rem,
  .my-logo-switch-n11rem {
    margin-bottom: -11rem !important; }

  .ml-logo-switch-n11rem,
  .mx-logo-switch-n11rem {
    margin-left: -11rem !important; }

  .m-logo-switch-n12rem {
    margin: -12rem !important; }

  .mt-logo-switch-n12rem,
  .my-logo-switch-n12rem {
    margin-top: -12rem !important; }

  .mr-logo-switch-n12rem,
  .mx-logo-switch-n12rem {
    margin-right: -12rem !important; }

  .mb-logo-switch-n12rem,
  .my-logo-switch-n12rem {
    margin-bottom: -12rem !important; }

  .ml-logo-switch-n12rem,
  .mx-logo-switch-n12rem {
    margin-left: -12rem !important; }

  .m-logo-switch-n13rem {
    margin: -13rem !important; }

  .mt-logo-switch-n13rem,
  .my-logo-switch-n13rem {
    margin-top: -13rem !important; }

  .mr-logo-switch-n13rem,
  .mx-logo-switch-n13rem {
    margin-right: -13rem !important; }

  .mb-logo-switch-n13rem,
  .my-logo-switch-n13rem {
    margin-bottom: -13rem !important; }

  .ml-logo-switch-n13rem,
  .mx-logo-switch-n13rem {
    margin-left: -13rem !important; }

  .m-logo-switch-auto {
    margin: auto !important; }

  .mt-logo-switch-auto,
  .my-logo-switch-auto {
    margin-top: auto !important; }

  .mr-logo-switch-auto,
  .mx-logo-switch-auto {
    margin-right: auto !important; }

  .mb-logo-switch-auto,
  .my-logo-switch-auto {
    margin-bottom: auto !important; }

  .ml-logo-switch-auto,
  .mx-logo-switch-auto {
    margin-left: auto !important; } }
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }

  .m-xl-1 {
    margin: 0.25rem !important; }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }

  .m-xl-2 {
    margin: 0.5rem !important; }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }

  .m-xl-3 {
    margin: 1rem !important; }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }

  .m-xl-4 {
    margin: 1.5rem !important; }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }

  .m-xl-5 {
    margin: 3rem !important; }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }

  .m-xl-2rem {
    margin: 2rem !important; }

  .mt-xl-2rem,
  .my-xl-2rem {
    margin-top: 2rem !important; }

  .mr-xl-2rem,
  .mx-xl-2rem {
    margin-right: 2rem !important; }

  .mb-xl-2rem,
  .my-xl-2rem {
    margin-bottom: 2rem !important; }

  .ml-xl-2rem,
  .mx-xl-2rem {
    margin-left: 2rem !important; }

  .m-xl-3rem {
    margin: 3rem !important; }

  .mt-xl-3rem,
  .my-xl-3rem {
    margin-top: 3rem !important; }

  .mr-xl-3rem,
  .mx-xl-3rem {
    margin-right: 3rem !important; }

  .mb-xl-3rem,
  .my-xl-3rem {
    margin-bottom: 3rem !important; }

  .ml-xl-3rem,
  .mx-xl-3rem {
    margin-left: 3rem !important; }

  .m-xl-4rem {
    margin: 4rem !important; }

  .mt-xl-4rem,
  .my-xl-4rem {
    margin-top: 4rem !important; }

  .mr-xl-4rem,
  .mx-xl-4rem {
    margin-right: 4rem !important; }

  .mb-xl-4rem,
  .my-xl-4rem {
    margin-bottom: 4rem !important; }

  .ml-xl-4rem,
  .mx-xl-4rem {
    margin-left: 4rem !important; }

  .m-xl-5rem {
    margin: 5rem !important; }

  .mt-xl-5rem,
  .my-xl-5rem {
    margin-top: 5rem !important; }

  .mr-xl-5rem,
  .mx-xl-5rem {
    margin-right: 5rem !important; }

  .mb-xl-5rem,
  .my-xl-5rem {
    margin-bottom: 5rem !important; }

  .ml-xl-5rem,
  .mx-xl-5rem {
    margin-left: 5rem !important; }

  .m-xl-6rem {
    margin: 6rem !important; }

  .mt-xl-6rem,
  .my-xl-6rem {
    margin-top: 6rem !important; }

  .mr-xl-6rem,
  .mx-xl-6rem {
    margin-right: 6rem !important; }

  .mb-xl-6rem,
  .my-xl-6rem {
    margin-bottom: 6rem !important; }

  .ml-xl-6rem,
  .mx-xl-6rem {
    margin-left: 6rem !important; }

  .m-xl-7rem {
    margin: 7rem !important; }

  .mt-xl-7rem,
  .my-xl-7rem {
    margin-top: 7rem !important; }

  .mr-xl-7rem,
  .mx-xl-7rem {
    margin-right: 7rem !important; }

  .mb-xl-7rem,
  .my-xl-7rem {
    margin-bottom: 7rem !important; }

  .ml-xl-7rem,
  .mx-xl-7rem {
    margin-left: 7rem !important; }

  .m-xl-8rem {
    margin: 8rem !important; }

  .mt-xl-8rem,
  .my-xl-8rem {
    margin-top: 8rem !important; }

  .mr-xl-8rem,
  .mx-xl-8rem {
    margin-right: 8rem !important; }

  .mb-xl-8rem,
  .my-xl-8rem {
    margin-bottom: 8rem !important; }

  .ml-xl-8rem,
  .mx-xl-8rem {
    margin-left: 8rem !important; }

  .m-xl-9rem {
    margin: 9rem !important; }

  .mt-xl-9rem,
  .my-xl-9rem {
    margin-top: 9rem !important; }

  .mr-xl-9rem,
  .mx-xl-9rem {
    margin-right: 9rem !important; }

  .mb-xl-9rem,
  .my-xl-9rem {
    margin-bottom: 9rem !important; }

  .ml-xl-9rem,
  .mx-xl-9rem {
    margin-left: 9rem !important; }

  .m-xl-10rem {
    margin: 10rem !important; }

  .mt-xl-10rem,
  .my-xl-10rem {
    margin-top: 10rem !important; }

  .mr-xl-10rem,
  .mx-xl-10rem {
    margin-right: 10rem !important; }

  .mb-xl-10rem,
  .my-xl-10rem {
    margin-bottom: 10rem !important; }

  .ml-xl-10rem,
  .mx-xl-10rem {
    margin-left: 10rem !important; }

  .m-xl-11rem {
    margin: 11rem !important; }

  .mt-xl-11rem,
  .my-xl-11rem {
    margin-top: 11rem !important; }

  .mr-xl-11rem,
  .mx-xl-11rem {
    margin-right: 11rem !important; }

  .mb-xl-11rem,
  .my-xl-11rem {
    margin-bottom: 11rem !important; }

  .ml-xl-11rem,
  .mx-xl-11rem {
    margin-left: 11rem !important; }

  .m-xl-12rem {
    margin: 12rem !important; }

  .mt-xl-12rem,
  .my-xl-12rem {
    margin-top: 12rem !important; }

  .mr-xl-12rem,
  .mx-xl-12rem {
    margin-right: 12rem !important; }

  .mb-xl-12rem,
  .my-xl-12rem {
    margin-bottom: 12rem !important; }

  .ml-xl-12rem,
  .mx-xl-12rem {
    margin-left: 12rem !important; }

  .m-xl-13rem {
    margin: 13rem !important; }

  .mt-xl-13rem,
  .my-xl-13rem {
    margin-top: 13rem !important; }

  .mr-xl-13rem,
  .mx-xl-13rem {
    margin-right: 13rem !important; }

  .mb-xl-13rem,
  .my-xl-13rem {
    margin-bottom: 13rem !important; }

  .ml-xl-13rem,
  .mx-xl-13rem {
    margin-left: 13rem !important; }

  .p-xl-0 {
    padding: 0 !important; }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }

  .p-xl-1 {
    padding: 0.25rem !important; }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }

  .p-xl-2 {
    padding: 0.5rem !important; }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }

  .p-xl-3 {
    padding: 1rem !important; }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }

  .p-xl-4 {
    padding: 1.5rem !important; }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }

  .p-xl-5 {
    padding: 3rem !important; }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }

  .p-xl-2rem {
    padding: 2rem !important; }

  .pt-xl-2rem,
  .py-xl-2rem {
    padding-top: 2rem !important; }

  .pr-xl-2rem,
  .px-xl-2rem {
    padding-right: 2rem !important; }

  .pb-xl-2rem,
  .py-xl-2rem {
    padding-bottom: 2rem !important; }

  .pl-xl-2rem,
  .px-xl-2rem {
    padding-left: 2rem !important; }

  .p-xl-3rem {
    padding: 3rem !important; }

  .pt-xl-3rem,
  .py-xl-3rem {
    padding-top: 3rem !important; }

  .pr-xl-3rem,
  .px-xl-3rem {
    padding-right: 3rem !important; }

  .pb-xl-3rem,
  .py-xl-3rem {
    padding-bottom: 3rem !important; }

  .pl-xl-3rem,
  .px-xl-3rem {
    padding-left: 3rem !important; }

  .p-xl-4rem {
    padding: 4rem !important; }

  .pt-xl-4rem,
  .py-xl-4rem {
    padding-top: 4rem !important; }

  .pr-xl-4rem,
  .px-xl-4rem {
    padding-right: 4rem !important; }

  .pb-xl-4rem,
  .py-xl-4rem {
    padding-bottom: 4rem !important; }

  .pl-xl-4rem,
  .px-xl-4rem {
    padding-left: 4rem !important; }

  .p-xl-5rem {
    padding: 5rem !important; }

  .pt-xl-5rem,
  .py-xl-5rem {
    padding-top: 5rem !important; }

  .pr-xl-5rem,
  .px-xl-5rem {
    padding-right: 5rem !important; }

  .pb-xl-5rem,
  .py-xl-5rem {
    padding-bottom: 5rem !important; }

  .pl-xl-5rem,
  .px-xl-5rem {
    padding-left: 5rem !important; }

  .p-xl-6rem {
    padding: 6rem !important; }

  .pt-xl-6rem,
  .py-xl-6rem {
    padding-top: 6rem !important; }

  .pr-xl-6rem,
  .px-xl-6rem {
    padding-right: 6rem !important; }

  .pb-xl-6rem,
  .py-xl-6rem {
    padding-bottom: 6rem !important; }

  .pl-xl-6rem,
  .px-xl-6rem {
    padding-left: 6rem !important; }

  .p-xl-7rem {
    padding: 7rem !important; }

  .pt-xl-7rem,
  .py-xl-7rem {
    padding-top: 7rem !important; }

  .pr-xl-7rem,
  .px-xl-7rem {
    padding-right: 7rem !important; }

  .pb-xl-7rem,
  .py-xl-7rem {
    padding-bottom: 7rem !important; }

  .pl-xl-7rem,
  .px-xl-7rem {
    padding-left: 7rem !important; }

  .p-xl-8rem {
    padding: 8rem !important; }

  .pt-xl-8rem,
  .py-xl-8rem {
    padding-top: 8rem !important; }

  .pr-xl-8rem,
  .px-xl-8rem {
    padding-right: 8rem !important; }

  .pb-xl-8rem,
  .py-xl-8rem {
    padding-bottom: 8rem !important; }

  .pl-xl-8rem,
  .px-xl-8rem {
    padding-left: 8rem !important; }

  .p-xl-9rem {
    padding: 9rem !important; }

  .pt-xl-9rem,
  .py-xl-9rem {
    padding-top: 9rem !important; }

  .pr-xl-9rem,
  .px-xl-9rem {
    padding-right: 9rem !important; }

  .pb-xl-9rem,
  .py-xl-9rem {
    padding-bottom: 9rem !important; }

  .pl-xl-9rem,
  .px-xl-9rem {
    padding-left: 9rem !important; }

  .p-xl-10rem {
    padding: 10rem !important; }

  .pt-xl-10rem,
  .py-xl-10rem {
    padding-top: 10rem !important; }

  .pr-xl-10rem,
  .px-xl-10rem {
    padding-right: 10rem !important; }

  .pb-xl-10rem,
  .py-xl-10rem {
    padding-bottom: 10rem !important; }

  .pl-xl-10rem,
  .px-xl-10rem {
    padding-left: 10rem !important; }

  .p-xl-11rem {
    padding: 11rem !important; }

  .pt-xl-11rem,
  .py-xl-11rem {
    padding-top: 11rem !important; }

  .pr-xl-11rem,
  .px-xl-11rem {
    padding-right: 11rem !important; }

  .pb-xl-11rem,
  .py-xl-11rem {
    padding-bottom: 11rem !important; }

  .pl-xl-11rem,
  .px-xl-11rem {
    padding-left: 11rem !important; }

  .p-xl-12rem {
    padding: 12rem !important; }

  .pt-xl-12rem,
  .py-xl-12rem {
    padding-top: 12rem !important; }

  .pr-xl-12rem,
  .px-xl-12rem {
    padding-right: 12rem !important; }

  .pb-xl-12rem,
  .py-xl-12rem {
    padding-bottom: 12rem !important; }

  .pl-xl-12rem,
  .px-xl-12rem {
    padding-left: 12rem !important; }

  .p-xl-13rem {
    padding: 13rem !important; }

  .pt-xl-13rem,
  .py-xl-13rem {
    padding-top: 13rem !important; }

  .pr-xl-13rem,
  .px-xl-13rem {
    padding-right: 13rem !important; }

  .pb-xl-13rem,
  .py-xl-13rem {
    padding-bottom: 13rem !important; }

  .pl-xl-13rem,
  .px-xl-13rem {
    padding-left: 13rem !important; }

  .m-xl-n1 {
    margin: -0.25rem !important; }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }

  .m-xl-n2 {
    margin: -0.5rem !important; }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }

  .m-xl-n3 {
    margin: -1rem !important; }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }

  .m-xl-n4 {
    margin: -1.5rem !important; }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }

  .m-xl-n5 {
    margin: -3rem !important; }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }

  .m-xl-n2rem {
    margin: -2rem !important; }

  .mt-xl-n2rem,
  .my-xl-n2rem {
    margin-top: -2rem !important; }

  .mr-xl-n2rem,
  .mx-xl-n2rem {
    margin-right: -2rem !important; }

  .mb-xl-n2rem,
  .my-xl-n2rem {
    margin-bottom: -2rem !important; }

  .ml-xl-n2rem,
  .mx-xl-n2rem {
    margin-left: -2rem !important; }

  .m-xl-n3rem {
    margin: -3rem !important; }

  .mt-xl-n3rem,
  .my-xl-n3rem {
    margin-top: -3rem !important; }

  .mr-xl-n3rem,
  .mx-xl-n3rem {
    margin-right: -3rem !important; }

  .mb-xl-n3rem,
  .my-xl-n3rem {
    margin-bottom: -3rem !important; }

  .ml-xl-n3rem,
  .mx-xl-n3rem {
    margin-left: -3rem !important; }

  .m-xl-n4rem {
    margin: -4rem !important; }

  .mt-xl-n4rem,
  .my-xl-n4rem {
    margin-top: -4rem !important; }

  .mr-xl-n4rem,
  .mx-xl-n4rem {
    margin-right: -4rem !important; }

  .mb-xl-n4rem,
  .my-xl-n4rem {
    margin-bottom: -4rem !important; }

  .ml-xl-n4rem,
  .mx-xl-n4rem {
    margin-left: -4rem !important; }

  .m-xl-n5rem {
    margin: -5rem !important; }

  .mt-xl-n5rem,
  .my-xl-n5rem {
    margin-top: -5rem !important; }

  .mr-xl-n5rem,
  .mx-xl-n5rem {
    margin-right: -5rem !important; }

  .mb-xl-n5rem,
  .my-xl-n5rem {
    margin-bottom: -5rem !important; }

  .ml-xl-n5rem,
  .mx-xl-n5rem {
    margin-left: -5rem !important; }

  .m-xl-n6rem {
    margin: -6rem !important; }

  .mt-xl-n6rem,
  .my-xl-n6rem {
    margin-top: -6rem !important; }

  .mr-xl-n6rem,
  .mx-xl-n6rem {
    margin-right: -6rem !important; }

  .mb-xl-n6rem,
  .my-xl-n6rem {
    margin-bottom: -6rem !important; }

  .ml-xl-n6rem,
  .mx-xl-n6rem {
    margin-left: -6rem !important; }

  .m-xl-n7rem {
    margin: -7rem !important; }

  .mt-xl-n7rem,
  .my-xl-n7rem {
    margin-top: -7rem !important; }

  .mr-xl-n7rem,
  .mx-xl-n7rem {
    margin-right: -7rem !important; }

  .mb-xl-n7rem,
  .my-xl-n7rem {
    margin-bottom: -7rem !important; }

  .ml-xl-n7rem,
  .mx-xl-n7rem {
    margin-left: -7rem !important; }

  .m-xl-n8rem {
    margin: -8rem !important; }

  .mt-xl-n8rem,
  .my-xl-n8rem {
    margin-top: -8rem !important; }

  .mr-xl-n8rem,
  .mx-xl-n8rem {
    margin-right: -8rem !important; }

  .mb-xl-n8rem,
  .my-xl-n8rem {
    margin-bottom: -8rem !important; }

  .ml-xl-n8rem,
  .mx-xl-n8rem {
    margin-left: -8rem !important; }

  .m-xl-n9rem {
    margin: -9rem !important; }

  .mt-xl-n9rem,
  .my-xl-n9rem {
    margin-top: -9rem !important; }

  .mr-xl-n9rem,
  .mx-xl-n9rem {
    margin-right: -9rem !important; }

  .mb-xl-n9rem,
  .my-xl-n9rem {
    margin-bottom: -9rem !important; }

  .ml-xl-n9rem,
  .mx-xl-n9rem {
    margin-left: -9rem !important; }

  .m-xl-n10rem {
    margin: -10rem !important; }

  .mt-xl-n10rem,
  .my-xl-n10rem {
    margin-top: -10rem !important; }

  .mr-xl-n10rem,
  .mx-xl-n10rem {
    margin-right: -10rem !important; }

  .mb-xl-n10rem,
  .my-xl-n10rem {
    margin-bottom: -10rem !important; }

  .ml-xl-n10rem,
  .mx-xl-n10rem {
    margin-left: -10rem !important; }

  .m-xl-n11rem {
    margin: -11rem !important; }

  .mt-xl-n11rem,
  .my-xl-n11rem {
    margin-top: -11rem !important; }

  .mr-xl-n11rem,
  .mx-xl-n11rem {
    margin-right: -11rem !important; }

  .mb-xl-n11rem,
  .my-xl-n11rem {
    margin-bottom: -11rem !important; }

  .ml-xl-n11rem,
  .mx-xl-n11rem {
    margin-left: -11rem !important; }

  .m-xl-n12rem {
    margin: -12rem !important; }

  .mt-xl-n12rem,
  .my-xl-n12rem {
    margin-top: -12rem !important; }

  .mr-xl-n12rem,
  .mx-xl-n12rem {
    margin-right: -12rem !important; }

  .mb-xl-n12rem,
  .my-xl-n12rem {
    margin-bottom: -12rem !important; }

  .ml-xl-n12rem,
  .mx-xl-n12rem {
    margin-left: -12rem !important; }

  .m-xl-n13rem {
    margin: -13rem !important; }

  .mt-xl-n13rem,
  .my-xl-n13rem {
    margin-top: -13rem !important; }

  .mr-xl-n13rem,
  .mx-xl-n13rem {
    margin-right: -13rem !important; }

  .mb-xl-n13rem,
  .my-xl-n13rem {
    margin-bottom: -13rem !important; }

  .ml-xl-n13rem,
  .mx-xl-n13rem {
    margin-left: -13rem !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: 1200px) {
  .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: 1rem !important; }

  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important; }

  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important; }

  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important; }

  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important; }

  .m-xxl-4 {
    margin: 1.5rem !important; }

  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important; }

  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important; }

  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important; }

  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important; }

  .m-xxl-5 {
    margin: 3rem !important; }

  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important; }

  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important; }

  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important; }

  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important; }

  .m-xxl-2rem {
    margin: 2rem !important; }

  .mt-xxl-2rem,
  .my-xxl-2rem {
    margin-top: 2rem !important; }

  .mr-xxl-2rem,
  .mx-xxl-2rem {
    margin-right: 2rem !important; }

  .mb-xxl-2rem,
  .my-xxl-2rem {
    margin-bottom: 2rem !important; }

  .ml-xxl-2rem,
  .mx-xxl-2rem {
    margin-left: 2rem !important; }

  .m-xxl-3rem {
    margin: 3rem !important; }

  .mt-xxl-3rem,
  .my-xxl-3rem {
    margin-top: 3rem !important; }

  .mr-xxl-3rem,
  .mx-xxl-3rem {
    margin-right: 3rem !important; }

  .mb-xxl-3rem,
  .my-xxl-3rem {
    margin-bottom: 3rem !important; }

  .ml-xxl-3rem,
  .mx-xxl-3rem {
    margin-left: 3rem !important; }

  .m-xxl-4rem {
    margin: 4rem !important; }

  .mt-xxl-4rem,
  .my-xxl-4rem {
    margin-top: 4rem !important; }

  .mr-xxl-4rem,
  .mx-xxl-4rem {
    margin-right: 4rem !important; }

  .mb-xxl-4rem,
  .my-xxl-4rem {
    margin-bottom: 4rem !important; }

  .ml-xxl-4rem,
  .mx-xxl-4rem {
    margin-left: 4rem !important; }

  .m-xxl-5rem {
    margin: 5rem !important; }

  .mt-xxl-5rem,
  .my-xxl-5rem {
    margin-top: 5rem !important; }

  .mr-xxl-5rem,
  .mx-xxl-5rem {
    margin-right: 5rem !important; }

  .mb-xxl-5rem,
  .my-xxl-5rem {
    margin-bottom: 5rem !important; }

  .ml-xxl-5rem,
  .mx-xxl-5rem {
    margin-left: 5rem !important; }

  .m-xxl-6rem {
    margin: 6rem !important; }

  .mt-xxl-6rem,
  .my-xxl-6rem {
    margin-top: 6rem !important; }

  .mr-xxl-6rem,
  .mx-xxl-6rem {
    margin-right: 6rem !important; }

  .mb-xxl-6rem,
  .my-xxl-6rem {
    margin-bottom: 6rem !important; }

  .ml-xxl-6rem,
  .mx-xxl-6rem {
    margin-left: 6rem !important; }

  .m-xxl-7rem {
    margin: 7rem !important; }

  .mt-xxl-7rem,
  .my-xxl-7rem {
    margin-top: 7rem !important; }

  .mr-xxl-7rem,
  .mx-xxl-7rem {
    margin-right: 7rem !important; }

  .mb-xxl-7rem,
  .my-xxl-7rem {
    margin-bottom: 7rem !important; }

  .ml-xxl-7rem,
  .mx-xxl-7rem {
    margin-left: 7rem !important; }

  .m-xxl-8rem {
    margin: 8rem !important; }

  .mt-xxl-8rem,
  .my-xxl-8rem {
    margin-top: 8rem !important; }

  .mr-xxl-8rem,
  .mx-xxl-8rem {
    margin-right: 8rem !important; }

  .mb-xxl-8rem,
  .my-xxl-8rem {
    margin-bottom: 8rem !important; }

  .ml-xxl-8rem,
  .mx-xxl-8rem {
    margin-left: 8rem !important; }

  .m-xxl-9rem {
    margin: 9rem !important; }

  .mt-xxl-9rem,
  .my-xxl-9rem {
    margin-top: 9rem !important; }

  .mr-xxl-9rem,
  .mx-xxl-9rem {
    margin-right: 9rem !important; }

  .mb-xxl-9rem,
  .my-xxl-9rem {
    margin-bottom: 9rem !important; }

  .ml-xxl-9rem,
  .mx-xxl-9rem {
    margin-left: 9rem !important; }

  .m-xxl-10rem {
    margin: 10rem !important; }

  .mt-xxl-10rem,
  .my-xxl-10rem {
    margin-top: 10rem !important; }

  .mr-xxl-10rem,
  .mx-xxl-10rem {
    margin-right: 10rem !important; }

  .mb-xxl-10rem,
  .my-xxl-10rem {
    margin-bottom: 10rem !important; }

  .ml-xxl-10rem,
  .mx-xxl-10rem {
    margin-left: 10rem !important; }

  .m-xxl-11rem {
    margin: 11rem !important; }

  .mt-xxl-11rem,
  .my-xxl-11rem {
    margin-top: 11rem !important; }

  .mr-xxl-11rem,
  .mx-xxl-11rem {
    margin-right: 11rem !important; }

  .mb-xxl-11rem,
  .my-xxl-11rem {
    margin-bottom: 11rem !important; }

  .ml-xxl-11rem,
  .mx-xxl-11rem {
    margin-left: 11rem !important; }

  .m-xxl-12rem {
    margin: 12rem !important; }

  .mt-xxl-12rem,
  .my-xxl-12rem {
    margin-top: 12rem !important; }

  .mr-xxl-12rem,
  .mx-xxl-12rem {
    margin-right: 12rem !important; }

  .mb-xxl-12rem,
  .my-xxl-12rem {
    margin-bottom: 12rem !important; }

  .ml-xxl-12rem,
  .mx-xxl-12rem {
    margin-left: 12rem !important; }

  .m-xxl-13rem {
    margin: 13rem !important; }

  .mt-xxl-13rem,
  .my-xxl-13rem {
    margin-top: 13rem !important; }

  .mr-xxl-13rem,
  .mx-xxl-13rem {
    margin-right: 13rem !important; }

  .mb-xxl-13rem,
  .my-xxl-13rem {
    margin-bottom: 13rem !important; }

  .ml-xxl-13rem,
  .mx-xxl-13rem {
    margin-left: 13rem !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: 1rem !important; }

  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important; }

  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important; }

  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important; }

  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important; }

  .p-xxl-4 {
    padding: 1.5rem !important; }

  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important; }

  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important; }

  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important; }

  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important; }

  .p-xxl-5 {
    padding: 3rem !important; }

  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important; }

  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important; }

  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important; }

  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important; }

  .p-xxl-2rem {
    padding: 2rem !important; }

  .pt-xxl-2rem,
  .py-xxl-2rem {
    padding-top: 2rem !important; }

  .pr-xxl-2rem,
  .px-xxl-2rem {
    padding-right: 2rem !important; }

  .pb-xxl-2rem,
  .py-xxl-2rem {
    padding-bottom: 2rem !important; }

  .pl-xxl-2rem,
  .px-xxl-2rem {
    padding-left: 2rem !important; }

  .p-xxl-3rem {
    padding: 3rem !important; }

  .pt-xxl-3rem,
  .py-xxl-3rem {
    padding-top: 3rem !important; }

  .pr-xxl-3rem,
  .px-xxl-3rem {
    padding-right: 3rem !important; }

  .pb-xxl-3rem,
  .py-xxl-3rem {
    padding-bottom: 3rem !important; }

  .pl-xxl-3rem,
  .px-xxl-3rem {
    padding-left: 3rem !important; }

  .p-xxl-4rem {
    padding: 4rem !important; }

  .pt-xxl-4rem,
  .py-xxl-4rem {
    padding-top: 4rem !important; }

  .pr-xxl-4rem,
  .px-xxl-4rem {
    padding-right: 4rem !important; }

  .pb-xxl-4rem,
  .py-xxl-4rem {
    padding-bottom: 4rem !important; }

  .pl-xxl-4rem,
  .px-xxl-4rem {
    padding-left: 4rem !important; }

  .p-xxl-5rem {
    padding: 5rem !important; }

  .pt-xxl-5rem,
  .py-xxl-5rem {
    padding-top: 5rem !important; }

  .pr-xxl-5rem,
  .px-xxl-5rem {
    padding-right: 5rem !important; }

  .pb-xxl-5rem,
  .py-xxl-5rem {
    padding-bottom: 5rem !important; }

  .pl-xxl-5rem,
  .px-xxl-5rem {
    padding-left: 5rem !important; }

  .p-xxl-6rem {
    padding: 6rem !important; }

  .pt-xxl-6rem,
  .py-xxl-6rem {
    padding-top: 6rem !important; }

  .pr-xxl-6rem,
  .px-xxl-6rem {
    padding-right: 6rem !important; }

  .pb-xxl-6rem,
  .py-xxl-6rem {
    padding-bottom: 6rem !important; }

  .pl-xxl-6rem,
  .px-xxl-6rem {
    padding-left: 6rem !important; }

  .p-xxl-7rem {
    padding: 7rem !important; }

  .pt-xxl-7rem,
  .py-xxl-7rem {
    padding-top: 7rem !important; }

  .pr-xxl-7rem,
  .px-xxl-7rem {
    padding-right: 7rem !important; }

  .pb-xxl-7rem,
  .py-xxl-7rem {
    padding-bottom: 7rem !important; }

  .pl-xxl-7rem,
  .px-xxl-7rem {
    padding-left: 7rem !important; }

  .p-xxl-8rem {
    padding: 8rem !important; }

  .pt-xxl-8rem,
  .py-xxl-8rem {
    padding-top: 8rem !important; }

  .pr-xxl-8rem,
  .px-xxl-8rem {
    padding-right: 8rem !important; }

  .pb-xxl-8rem,
  .py-xxl-8rem {
    padding-bottom: 8rem !important; }

  .pl-xxl-8rem,
  .px-xxl-8rem {
    padding-left: 8rem !important; }

  .p-xxl-9rem {
    padding: 9rem !important; }

  .pt-xxl-9rem,
  .py-xxl-9rem {
    padding-top: 9rem !important; }

  .pr-xxl-9rem,
  .px-xxl-9rem {
    padding-right: 9rem !important; }

  .pb-xxl-9rem,
  .py-xxl-9rem {
    padding-bottom: 9rem !important; }

  .pl-xxl-9rem,
  .px-xxl-9rem {
    padding-left: 9rem !important; }

  .p-xxl-10rem {
    padding: 10rem !important; }

  .pt-xxl-10rem,
  .py-xxl-10rem {
    padding-top: 10rem !important; }

  .pr-xxl-10rem,
  .px-xxl-10rem {
    padding-right: 10rem !important; }

  .pb-xxl-10rem,
  .py-xxl-10rem {
    padding-bottom: 10rem !important; }

  .pl-xxl-10rem,
  .px-xxl-10rem {
    padding-left: 10rem !important; }

  .p-xxl-11rem {
    padding: 11rem !important; }

  .pt-xxl-11rem,
  .py-xxl-11rem {
    padding-top: 11rem !important; }

  .pr-xxl-11rem,
  .px-xxl-11rem {
    padding-right: 11rem !important; }

  .pb-xxl-11rem,
  .py-xxl-11rem {
    padding-bottom: 11rem !important; }

  .pl-xxl-11rem,
  .px-xxl-11rem {
    padding-left: 11rem !important; }

  .p-xxl-12rem {
    padding: 12rem !important; }

  .pt-xxl-12rem,
  .py-xxl-12rem {
    padding-top: 12rem !important; }

  .pr-xxl-12rem,
  .px-xxl-12rem {
    padding-right: 12rem !important; }

  .pb-xxl-12rem,
  .py-xxl-12rem {
    padding-bottom: 12rem !important; }

  .pl-xxl-12rem,
  .px-xxl-12rem {
    padding-left: 12rem !important; }

  .p-xxl-13rem {
    padding: 13rem !important; }

  .pt-xxl-13rem,
  .py-xxl-13rem {
    padding-top: 13rem !important; }

  .pr-xxl-13rem,
  .px-xxl-13rem {
    padding-right: 13rem !important; }

  .pb-xxl-13rem,
  .py-xxl-13rem {
    padding-bottom: 13rem !important; }

  .pl-xxl-13rem,
  .px-xxl-13rem {
    padding-left: 13rem !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: -1rem !important; }

  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important; }

  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important; }

  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important; }

  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important; }

  .m-xxl-n4 {
    margin: -1.5rem !important; }

  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important; }

  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important; }

  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important; }

  .m-xxl-n5 {
    margin: -3rem !important; }

  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important; }

  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important; }

  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important; }

  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important; }

  .m-xxl-n2rem {
    margin: -2rem !important; }

  .mt-xxl-n2rem,
  .my-xxl-n2rem {
    margin-top: -2rem !important; }

  .mr-xxl-n2rem,
  .mx-xxl-n2rem {
    margin-right: -2rem !important; }

  .mb-xxl-n2rem,
  .my-xxl-n2rem {
    margin-bottom: -2rem !important; }

  .ml-xxl-n2rem,
  .mx-xxl-n2rem {
    margin-left: -2rem !important; }

  .m-xxl-n3rem {
    margin: -3rem !important; }

  .mt-xxl-n3rem,
  .my-xxl-n3rem {
    margin-top: -3rem !important; }

  .mr-xxl-n3rem,
  .mx-xxl-n3rem {
    margin-right: -3rem !important; }

  .mb-xxl-n3rem,
  .my-xxl-n3rem {
    margin-bottom: -3rem !important; }

  .ml-xxl-n3rem,
  .mx-xxl-n3rem {
    margin-left: -3rem !important; }

  .m-xxl-n4rem {
    margin: -4rem !important; }

  .mt-xxl-n4rem,
  .my-xxl-n4rem {
    margin-top: -4rem !important; }

  .mr-xxl-n4rem,
  .mx-xxl-n4rem {
    margin-right: -4rem !important; }

  .mb-xxl-n4rem,
  .my-xxl-n4rem {
    margin-bottom: -4rem !important; }

  .ml-xxl-n4rem,
  .mx-xxl-n4rem {
    margin-left: -4rem !important; }

  .m-xxl-n5rem {
    margin: -5rem !important; }

  .mt-xxl-n5rem,
  .my-xxl-n5rem {
    margin-top: -5rem !important; }

  .mr-xxl-n5rem,
  .mx-xxl-n5rem {
    margin-right: -5rem !important; }

  .mb-xxl-n5rem,
  .my-xxl-n5rem {
    margin-bottom: -5rem !important; }

  .ml-xxl-n5rem,
  .mx-xxl-n5rem {
    margin-left: -5rem !important; }

  .m-xxl-n6rem {
    margin: -6rem !important; }

  .mt-xxl-n6rem,
  .my-xxl-n6rem {
    margin-top: -6rem !important; }

  .mr-xxl-n6rem,
  .mx-xxl-n6rem {
    margin-right: -6rem !important; }

  .mb-xxl-n6rem,
  .my-xxl-n6rem {
    margin-bottom: -6rem !important; }

  .ml-xxl-n6rem,
  .mx-xxl-n6rem {
    margin-left: -6rem !important; }

  .m-xxl-n7rem {
    margin: -7rem !important; }

  .mt-xxl-n7rem,
  .my-xxl-n7rem {
    margin-top: -7rem !important; }

  .mr-xxl-n7rem,
  .mx-xxl-n7rem {
    margin-right: -7rem !important; }

  .mb-xxl-n7rem,
  .my-xxl-n7rem {
    margin-bottom: -7rem !important; }

  .ml-xxl-n7rem,
  .mx-xxl-n7rem {
    margin-left: -7rem !important; }

  .m-xxl-n8rem {
    margin: -8rem !important; }

  .mt-xxl-n8rem,
  .my-xxl-n8rem {
    margin-top: -8rem !important; }

  .mr-xxl-n8rem,
  .mx-xxl-n8rem {
    margin-right: -8rem !important; }

  .mb-xxl-n8rem,
  .my-xxl-n8rem {
    margin-bottom: -8rem !important; }

  .ml-xxl-n8rem,
  .mx-xxl-n8rem {
    margin-left: -8rem !important; }

  .m-xxl-n9rem {
    margin: -9rem !important; }

  .mt-xxl-n9rem,
  .my-xxl-n9rem {
    margin-top: -9rem !important; }

  .mr-xxl-n9rem,
  .mx-xxl-n9rem {
    margin-right: -9rem !important; }

  .mb-xxl-n9rem,
  .my-xxl-n9rem {
    margin-bottom: -9rem !important; }

  .ml-xxl-n9rem,
  .mx-xxl-n9rem {
    margin-left: -9rem !important; }

  .m-xxl-n10rem {
    margin: -10rem !important; }

  .mt-xxl-n10rem,
  .my-xxl-n10rem {
    margin-top: -10rem !important; }

  .mr-xxl-n10rem,
  .mx-xxl-n10rem {
    margin-right: -10rem !important; }

  .mb-xxl-n10rem,
  .my-xxl-n10rem {
    margin-bottom: -10rem !important; }

  .ml-xxl-n10rem,
  .mx-xxl-n10rem {
    margin-left: -10rem !important; }

  .m-xxl-n11rem {
    margin: -11rem !important; }

  .mt-xxl-n11rem,
  .my-xxl-n11rem {
    margin-top: -11rem !important; }

  .mr-xxl-n11rem,
  .mx-xxl-n11rem {
    margin-right: -11rem !important; }

  .mb-xxl-n11rem,
  .my-xxl-n11rem {
    margin-bottom: -11rem !important; }

  .ml-xxl-n11rem,
  .mx-xxl-n11rem {
    margin-left: -11rem !important; }

  .m-xxl-n12rem {
    margin: -12rem !important; }

  .mt-xxl-n12rem,
  .my-xxl-n12rem {
    margin-top: -12rem !important; }

  .mr-xxl-n12rem,
  .mx-xxl-n12rem {
    margin-right: -12rem !important; }

  .mb-xxl-n12rem,
  .my-xxl-n12rem {
    margin-bottom: -12rem !important; }

  .ml-xxl-n12rem,
  .mx-xxl-n12rem {
    margin-left: -12rem !important; }

  .m-xxl-n13rem {
    margin: -13rem !important; }

  .mt-xxl-n13rem,
  .my-xxl-n13rem {
    margin-top: -13rem !important; }

  .mr-xxl-n13rem,
  .mx-xxl-n13rem {
    margin-right: -13rem !important; }

  .mb-xxl-n13rem,
  .my-xxl-n13rem {
    margin-bottom: -13rem !important; }

  .ml-xxl-n13rem,
  .mx-xxl-n13rem {
    margin-left: -13rem !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; } }
.inner {
  width: 100%;
  max-width: 1240px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

@media screen and (max-width: 1400px) {
  .container-full {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important; } }

.center-text {
  width: 94%;
  margin: 0 auto;
  text-align: center; }
  .center-text p {
    font-size: 17px;
    font-size: 1.7rem; }

.container-fluid {
  width: 100%;
  max-width: 100%; }

.dotted-border-bottom {
  border-bottom: 2px dotted #FFFFFF; }

header {
  padding: 5.5rem 0; }

.logo {
  position: relative;
  display: block;
  float: left;
  width: 70%;
  max-width: 330px; }

.nav-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between; }
  .nav-wrap .row:first-child {
    margin-bottom: 5rem; }

.nav-trigger {
  display: block;
  float: left; }

.nav-wrap {
  margin-left: auto;
  position: relative;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  background-color: #31BFC9;
  padding-top: 50px; }
  .nav-wrap nav {
    width: 100%;
    flex-shrink: 0;
    flex-direction: column; }
  .nav-wrap p,
  .nav-wrap a,
  .nav-wrap ul,
  .nav-wrap li {
    color: #FFFFFF;
    font-size: 24px;
    font-size: 2.4rem; }
  .nav-wrap a {
    border-bottom: 1px dotted #FFFFFF;
    text-decoration: none; }
    .nav-wrap a:hover {
      border-color: #6E7273;
      color: #6E7273; }
    .nav-wrap a.logo {
      border: none; }

.menu-active .nav-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  z-index: 11000;
  height: 100%; }
  .menu-active .nav-wrap nav > ul {
    display: block;
    width: 90%; }
    @media screen and (min-width: 768px) {
      .menu-active .nav-wrap nav > ul {
        margin: 0 auto; } }
    .menu-active .nav-wrap nav > ul li {
      margin-bottom: 2rem;
      line-height: 140%; }
      .menu-active .nav-wrap nav > ul li:last-child {
        margin-bottom: 0; }
      @media screen and (min-width: 768px) {
        .menu-active .nav-wrap nav > ul li {
          font-size: 65px;
          font-size: 6.5rem;
          line-height: 120%; } }
      .menu-active .nav-wrap nav > ul li a {
        color: #FFFFFF;
        font-weight: 300;
        padding: 1.5rem 0;
        font-size: 42px;
        font-size: 4.2rem;
        border: none;
        text-decoration: none; }
        @media screen and (min-width: 768px) {
          .menu-active .nav-wrap nav > ul li a {
            font-size: 65px;
            font-size: 6.5rem; } }
        .menu-active .nav-wrap nav > ul li a:hover {
          color: #6E7273; }
    .menu-active .nav-wrap nav > ul ul {
      display: none; }
    .menu-active .nav-wrap nav > ul li.active > ul {
      display: block;
      position: relative;
      padding-left: 5%;
      padding-top: 3rem; }

.active .submenu {
  transform: translateY(0);
  opacity: 1;
  display: block;
  transition: all 10s ease; }
  .active .submenu ul {
    display: block; }

.nav-trigger {
  z-index: 500;
  position: relative;
  margin-top: 2rem;
  float: right;
  margin-left: auto; }
  .nav-trigger button {
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: 700;
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    width: 50px;
    padding: 60px 0 0 0;
    background: url(../images/menu-open.svg);
    background-repeat: no-repeat;
    background-position: top center;
    border: 0; }

.menu-active {
  height: 100%;
  height: 100vh;
  overflow: hidden; }
  .menu-active .st0,
  .menu-active .st1 {
    fill: #FFFFFF !important; }
  .menu-active .nav-trigger button {
    background: url(../images/menu-close.svg);
    background-repeat: no-repeat;
    background-position: top center; }
  .menu-active .nav-label {
    color: #FFFFFF; }

header .row::after {
  clear: both;
  content: "";
  display: table; }

.social-links {
  display: block;
  clear: both;
  width: 100%;
  margin-bottom: 2rem; }
  .social-links::after {
    clear: both;
    content: "";
    display: table; }
  .social-links a {
    float: left;
    width: 30px;
    display: block;
    margin-right: 10px;
    border: none; }
    .social-links a:hover .whitefill {
      fill: #6E7273; }

header .col-md-5 {
  display: flex;
  flex-direction: column; }
  @media screen and (max-width: 767px) {
    header .col-md-5 {
      order: 1; } }
@media screen and (min-width: 768px) {
  header .col-md-6 {
    border-left: 2px dotted #FFF; } }

.terms-menu {
  margin-top: auto; }
  .terms-menu li,
  .terms-menu a,  .terms-menu p {
    font-size: 16px;
    font-size: 1.6rem;
    display: block;
    clear: both;
    width: 100%;
    border: none;
    margin-bottom: 1rem; }
    .terms-menu li:last-child,
    .terms-menu a:last-child {
      margin-bottom: 0; }

.highlight-section {
  background-color: #EAF8F9;
  padding: 5rem 0 3rem 0; }
  .highlight-section h2 {
    margin-bottom: 1rem; }
  .highlight-section img {
    margin-bottom: 2rem; }

.quote-section {
  max-width: 675px;
  text-align: center; }
  .quote-section p {
    color: #31BFC9;
    font-size: 44px;
    font-size: 4.4rem; }

.intro-section {
  max-width: 900px; }
  .intro-section p {
    font-size: 24px;
    font-size: 2.4rem; }

.quote-section, .intro-section {
  margin: 0 auto;
  padding: 5rem 15px;
  width: 96%;
  margin-bottom: 0; }

footer .inner {
  border-top: 2px dotted #31BFC9;
  padding: 1rem 15px;
  width: 96%; }
  footer .inner p, footer .inner a {
    color: #31BFC9; }
  footer .inner a:last-child {
    float: right;
    text-decoration: none; }

.monogram {
  fill: #31BFC9; }
  .monogram:hover {
    fill: #31BFC9; }

footer svg {
  margin: 0 0 -0.7rem 0.5rem; }

.cookies {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #31BFC9;
  z-index: 99000; }
  .cookies .inner {
    padding: 15px 0 15px 0; }
    .cookies .inner p,
    .cookies .inner p a {
      color: #FFFFFF;
      font-size: 15px;
      font-size: 1.5rem; }
    .cookies .inner p {
      margin: 0;
      line-height: 160%;
      text-align: center; }
    @media screen and (max-width: 950px) {
      .cookies .inner {
        padding-bottom: 35px; } }
  .cookies a.policy-link {
    border-bottom: 1px dotted #FFFFFF;
    text-decoration: none; }
    .cookies a.policy-link:hover {
      color: #6E7273;
      border-bottom: 1px dotted #6E7273; }
  .cookies .policy-link {
    margin-right: 15px; }
  @media screen and (min-width: 750px) {
    .cookies br {
      display: none; } }
  .cookies .inner a.close-button {
    margin-left: 5px;
    background-color: #FFF;
    text-decoration: none;
    box-shadow: none;
    margin: 1rem 0;
    padding: 0.5em 1em;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 800;
    cursor: pointer;
    color: #31BFC9;
    border: none;
    font-size: 15px;
    font-size: 1.5rem; }
    @media screen and (min-width: 650px) {
      .cookies .inner a.close-button br {
        display: none; } }
    .cookies .inner a.close-button:hover {
      background-color: #6E7273;
      color: #FFF; }

.cookie-not-showing .cookies {
  display: none; }

.hero-wrap {
  padding-top: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative; }

.hero-text {
  max-width: 600px;
  flex-shrink: 0;
  width: 100%;
  order: 2;
  position: absolute;
  left: 0; }
  @media screen and (min-width: 650px) {
    .hero-text {
      position: relative;
      position: relative;
      background: url(../images/hero-text-bg.png);
      background-size: 100% auto;
      background-repeat: no-repeat; }
      .hero-text:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 100%; }
      .hero-text > div {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; } }
  @media screen and (min-width: 650px) {
    .hero-text {
      order: 2;
      width: 45%;
      float: left; } }
  .hero-text > div {
    width: 80%;
    margin: 0 auto;
    padding: 60px 0 0 0; }
    @media screen and (min-width: 650px) {
      .hero-text > div {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 23% 11% 3% 11%;
        width: 100%; } }
    .hero-text > div h1 {
      color: #FFFFFF;
      font-weight: 300;
      line-height: 100%;
      font-size: 32px;
      font-size: 11vw;
      text-align: center; }
      @media (max-width: 209.0909090909px) {
        .hero-text > div h1 {
          font-size: 23px; } }
      @media (min-width: 590.9090909091px) {
        .hero-text > div h1 {
          font-size: 65px; } }
      @media screen and (min-width: 650px) {
        .hero-text > div h1 {
          font-size: 32px;
          font-size: 5vw; } }
  @media screen and (min-width: 650px) and (max-width: 460px) {
    .hero-text > div h1 {
      font-size: 23px; } }
  @media screen and (min-width: 650px) and (min-width: 1300px) {
    .hero-text > div h1 {
      font-size: 65px; } }

.hero-image {
  width: 100%;
  max-width: 750px;
  margin: 0 0 -5% 0;
  flex-shrink: 0;
  order: 2; }
  .hero-image .wide-image {
    display: none; }
    @media screen and (min-width: 650px) {
      .hero-image .wide-image {
        display: block; } }
  @media screen and (min-width: 650px) {
    .hero-image .narrow-image {
      display: none; } }
  @media screen and (min-width: 650px) {
    .hero-image {
      order: 2;
      width: 60%;
      margin: 0 0 0 -5%;
      float: left; } }

.text-col p.intro {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 140%; }
.text-col h1 {
  text-align: center;
  font-size: 65px;
  font-size: 6.5rem;
  font-weight: 300; }

.image-right, .image-left {
  width: 40%;
  border-radius: 50%; }

.image-left {
  float: right;
  margin: 2rem 2rem 2rem 0; }

.image-right {
  float: right;
  margin: 2rem 0 2rem 2rem; }

.services-list {
  list-style: none;
  padding: 3rem 0 0 0;
  margin: 0 0 3rem 0; }
  .services-list li {
    padding-left: 100px;
    position: relative; }
  .services-list p {
    font-size: 18px;
    font-size: 1.8rem; }
  .services-list img {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px; 
  }

.accordion-title {
  width: 100%;
  border-bottom: 1px solid #31BFC9;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  img {
   width: 30px;
  }
  span {
    margin-right: 30px;
    display: inline-block;
  min-width: 40px;  }
  &:first-of-type {
      border-top: 1px solid #31BFC9;
  }

  &.active {
      border-bottom: none;


  }
}
.accordion-title.active {
  img {
    width: 33px;
    transform: rotate(90deg);
  }
}
.panel {
  display: none;
  border-bottom: 1px solid #31BFC9;
  
  p {
    font-size: 1.7rem !important;
  }
  &.active {

  }
  img {
      width: 100%;
      flex-shrink: 0;
      max-width: 200px;
      border-radius: 50%;
      object-fit: cover;
      margin-left: 30px;
      aspect-ratio: 1 / 1;
  }
}

.accordion-title.active+div {
  padding-bottom: 3rem;
 
}
.panel-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.panel {
  display: none;
}
.accordion-set h2:last-of-type {
  margin-top: 4rem;

}
.accordion-set h3 {
  margin: 0;

}
h2 + .accordion-title {
  border-top: 1px solid #31BFC9;
}
